

* {
/* border: none!important;  */
}

* {
	padding:0;
	margin:0;
	   -moz-box-sizing:    border-box;
	-webkit-box-sizing:    border-box;
	     -o-box-sizing:    border-box;
	        box-sizing:    border-box;
}

@font-face { 
	font-family: 'HoeflerText'; 
	src: url('../fonts/HoeflerText.eot');
    src: url('../fonts/HoeflerText.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HoeflerText.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MatrixRegular';
    src: url('../fonts/matrixregular-webfont.eot');
    src: url('../fonts/matrixregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/matrixregular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


header, footer, section, aside, nav, article {
	display: block;
}
html, body {
	height: 100%;
	font-family: 'HoeflerText','HoeflerText-IE', Times, serif;
	font-weight: 300;
	font-size: 20px;
	z-index:-50;
}

body {
	background-color:#1c1b19;
	
	color: #35322c;
}
pre, code {
	font-size: 1.0em;
}
a, a:visited {
	color: #35322c;
	text-decoration: none;
	font-weight: 300;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: ".";
    clear: both;
    height: 0;
}
a:hover, a:focus, a:active,
#wrapheader header nav a.link_active,
#wrapfooter footer a.link_active {
	color: #b34b0f;
}

h1 {    /* Titel und schwarze Balken aber mit class*/
	font-size:1em;
	font-weight: 300;
	padding: 20px 0 20px 0;
}
h2 {		 /* Reisebüros*/
	font-size:1.2em;
	font-weight: bold;
	padding: 0;
}
h3 {		/* Überschriften und Traveldates Year bei Informationen */   
	font-size:1em;
	font-weight: bold;
	padding: 20px 0 10px 0;
}
h4 {
	font-size:1em;
	font-weight: bold;
	padding: 40px 0 0 0;
}
img {
	border:0 none;
}
/* ---------  header   --------------------- */
#outerwrapheader {
	position: relative;
	margin: 0 auto;
	width:100%;
	max-width:1530px;
	height: 290px;
}
#white {
	position: absolute;
	top: 0;
	background-color: #F1F2EF;
    max-width: 1490px;
	width:100%;
	height: 276px;
	z-index: -200;
	
}

#wrapheader {
	margin: 0 auto;
	width:100%;
	max-width:1530px;
	height: 290px;

	background: url(../img/papier-header.png) no-repeat top;
}
header {
font-family: 'MatrixRegular', 'MatrixRegular-IE',Arial, Helvetica, sans-serif;
	height: 280px;
	max-width:1200px;
	width:100%;
	margin: 0 auto;
	color: #35322c;
}
#logo {
	float: left;
	padding:20px 0 0 10px;
}
#title {
	padding:60px 0 0 260px;
    text-transform: uppercase;
	font-size: 2em;
}
#title a span {
	/*text-transform: none;*/
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-size: 0.7em;
	padding: 0 12px 0 0;
}
#headernav {
    float:right;
	padding: 28px 20px 0 0;
	text-transform: uppercase;
}
#headernav nav {

}
#headernav nav ul {
	float:right;
	list-style-type:none;
}
#headernav nav ul li {
	padding: 0 10px ;
	border-right: 1px solid #999;
	float:left;
}
/* #headernav nav ul li:nth-child(2) {
	display:none;							 hier pt unsichtbar gemacht 
} */
#headernav nav ul li:last-child {
	border-right:none;
}
#headernav li.current a {
    font-weight: 600;
}
#headernav nav ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
/* ------------------------nav.primary  -------------- */
nav.primary {
	text-transform:uppercase;
	font-size: 1.075em;
	padding: 60px 20px 0 260px;
} 
nav.primary:after {      /* clearen mit html5 */
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
nav.primary ul {

}
nav.primary ul li, 
nav.primary ul li ul li {
	
}
nav.primary ul li  {
	position: relative;
	float: left;
	padding: 0;
	display:block;
}
nav.primary ul li a {
    display: block;
    padding: 20px 24px 20px 0;
}
nav.primary ul li:last-child a{
    display: block;
    padding: 20px 0 20px 0;
}

/* --------------------------------------------  content  allg externe Links -------------------- */
/*#contentleft a[href^="http://"],
#contentright a[href^="http://"] {
    background: url("../img/icon_extern.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 0 0 0 22px;
}*/
/* --------------------------------------------  bild  -------------------- */
#wrapimage {
    left: 0;
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
    right: 0;
    top: -14px;
    width: 100%;
   z-index: -1; 
}
#image img {
	width: 100%;
    background-attachment: fixed;
    background-position: center center;
}



/* --------------------------------------------  content  -------------------- */
#wrappapiertop {
	background: transparent url("../img/papier-oben.png") no-repeat scroll center 0;
	margin: -30px auto 0;
	z-index: 10;
	max-width:1530px;
	height: 13px;
}
#wrap {
	background: #F3F1EF; 
	background: transparent url("../img/papier-kachelbar.png") repeat-y scroll center top;
	margin:0 auto;
	min-height: 100%;
	z-index: 10;
	max-width:1530px;
}
#wrapwhite {
	background: #F3F1EF; 
    margin: 0 20px;
	
}
h1.dark {
	font-family: 'MatrixRegular', 'MatrixRegular-IE', Arial, Helvetica, sans-serif;
    background-color: #35322c;
    color: #fff;
    font-size: 1.2em;
    padding: 8px 20px 6px 10px;
    margin: 40px 0 60px 190px;
    text-transform: uppercase;
}
#content {
	width: 100%;
	float: left;
	padding: 40px 0 40px 0;
}

#contentright {
    font-size: 1em;
	padding: 40px 40px 40px 260px;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	
} 
   
#content p,
#contentright p,
#contentright article div.days span.foto-im-content {
	margin:14px 0 14px 0;
	line-height:1.5em;
	position: relative;
}
#contentkontakt #kontaktform p,
#contentkontakt #kontaktformleft p {
	margin:16px 0 0 0;
	line-height:1.5em;
	position: relative;
}
#content p:first-child:first-letter,
#contentright p:first-child:first-letter  {
	font-family: 'MatrixRegular', 'MatrixRegular-IE', Arial, Helvetica, sans-serif;
	font-size: 13em;
	line-height: 150px;
	float: left;
	display: block;
	margin: 8px 20px 10px 0;
}

#contentright p.foto-im-content,
#contentright .foto-im-content,
#contentright article div.days span.foto-im-content {
	margin: 24px 20px 0 0;
	width: 180px;
	height: 276px;
	display: block;
	float: left;
	z-index: 999;
}
#contentright p.foto-im-content-vertical {
	margin: 40px 0 20px 0;
	width: 200px;
	height: 459px;
	display: block;
	float: left;
}
#content p img,
#contentright p img,
#contentright article .days .foto-im-content img,
#contentright .days .foto-im-content iframe {
	width: 430px;
	float: left;
	position: absolute;
	left: -250px;
	top: -8px;
}
#content p img,
#contentright p img,
#contentright article .days .foto-im-content img {
	height: auto;
}
#contentright .days .foto-im-content iframe {

}
#contentright article p.video-gross{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#contentright article p.video-gross iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


article ul {
    padding-left: 20px;
    padding-bottom: 20px;
}
article ul li {
    line-height: 1.6em;
}
/* ------------------------------------------  urlaub bei uns / informationen  ---------------------- */
.days {
	margin: 40px 0;
}
.content_acc {
	margin: 100px 0 40px 0;
	line-height: 1.5em;
}
.reisezeiten h2.dayheader,
.content_acc h2.dayheader,
.days h2.dayheader,
#guestbook h2 {
    background-color: #797771;
    color: #fff;
    font-family: "MatrixRegular", "MatrixRegular-IE", Arial, Helvetica,sans-serif;
    font-size: 1em;
    margin: 60px 0 20px 190px;
    padding: 8px 20px 6px 10px;
    text-transform: uppercase;
}
.reisezeiten .traveldatesrepeater {
 	margin: 0 0 60px 190px;
}
.reisezeiten .traveldatesrepeater h3.traveldates_year {
    background-color: #bab7b0;
    color: #fff;
    font-family: "MatrixRegular", "MatrixRegular-IE", Arial, Helvetica,sans-serif;
    font-size: 1em;
    margin: 60px 0 20px 0;
    padding: 0 20px 0 10px;
    text-transform: uppercase;
}
#contentright article .reisezeiten .traveldatesrepeater p {
	display: inline-block;
	width: 173px;
	margin: 20px 0 0;
}
#contentright article .reisezeiten .traveldatesrepeater h4 {
	display: inline-block;
	width: 173px;
	margin: 20px 0 0;
	color: #da0000;
}
/* ------------------------------------------  footer  ---------------------- */
#guestbook {
    font-size: 1em;
	padding: 0 40px 80px 260px;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	position: relative;
} 
#guestbook h2 {
    margin: 40px 0 20px 0;
}
#guestbook ul li p.CommentHeader {
	margin: 20px 0 6px 0;
    padding: 8px 20px 6px 0;
    font-size: 0.9em;
}

#guestbook ul li div.CommentText p {
	line-height: 1.5em;
    position: relative;
    padding-left: 40px;
    color:#797771;
}
#guestbook h3{
	width: 636px;
	margin-left: calc(50% - 318px);
}
#guestbook div#CommentForm.CommentForm_new {
	width: 636px;
	padding-bottom: 40px;
	margin-left: calc(50% - 318px);
}
/* ------------------------------------------  footer  ---------------------- */
#wrapfooter {
	background: transparent url("../img/papier-unten.png") no-repeat scroll center 0;
	margin: 0 auto;
	z-index: 10;
	max-width:1530px;
	clear:both;
	font-weight: 300;
	width: 100%;
	height: 300px;
}
footer {
	margin: 0 auto;
	max-width: 1200px;
	 padding: 40px 40px 40px 260px;
	 width: 100%;
	color: #fff;
}


footer ul {
	margin: 40px 0 0 0;
	list-style-type: none;
	float: left;
}
footer ul li {
	padding: 10px 0 0 0;
}
#wrapfooter footer ul li a,
footer ul li a {
	color: #fff;
}
#map-almada {
	padding: 0;
	float: right;
}
#facebook img {
    height: 40px;
    width: 40px;
}
footer .copyright {
	padding: 50px 0 0 0;
	font-size: 0.7em;
}
/* ------------------------------------   KONTAKTFORM  ------*/
#contentkontakt {
    font-size: 1em;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    width: 100%;
}

#kontaktform {
	width: 45%;
	float: left;
	margin: 40px 0 30px 10%;
}
#kontaktformleft {
	width: 45%;
	float: left;
	margin: 40px 0 30px 0;
}
#kontaktform form#MultiLangForm,
#kontaktform form#MultiLangForm1,
#kontaktformleft form#MultiLangForm,
#kontaktformleft form#MultiLangForm1  {
	padding: 80px 0 0 0;
}
.error {
	color: #ca2428;
}
.formular-fehler {
	color:#ca2428; 
	font-size:0.8em;
}
.noprint {
	color:#ca2428;
	font-size: 0.875em;
	margin: 0 0 10px 0;
}
#kontaktform div,
#kontaktformleft div {
	margin: 0 0 20px 0;
}

#kontaktform div:after,
#kontaktformleft div:after {
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
/* honig!*/
#kontaktform #wraphoneypot input#honeypot.hidden,
#kontaktformleft #wraphoneypot input#honeypot.hidden,
#kontaktform form#MultiLangForm input#honeypot.hidden {
	position: absolute;
	width: 0;
	height: 0;
	left: -1000px;
	overflow: hidden;
	display: inline;
}
#kontaktform input,
#kontaktformleft input {
	width: 60%;
	/*float: left;*/
	padding: 10px 2px 10px 10px;
	border: 2px solid #e6e6e6;
	background-color: #e6e6e6;
	font-size: 16px;
}
#kontaktform textarea,
#kontaktformleft textarea {
	     -webkit-appearance: none; -moz-appearance: none;
	width: 100%;
	height: 200px;
	/*float: left;*/
	padding: 10px 2px 10px 10px;
	border: 2px solid #e6e6e6;
	background-color: #e6e6e6;
	font-size: 16px;
}
#kontaktform form#MultiLangForm label,
#kontaktform form#MultiLangForm label[for="GenderRadio"],
#kontaktform form#MultiLangForm1 label,
#kontaktform form#MultiLangForm1 label[for="GenderRadio"],
#kontaktformleft form#MultiLangForm label,
#kontaktformleft form#MultiLangForm label[for="GenderRadio"],
#kontaktformleft form#MultiLangForm1 label,
#kontaktformleft form#MultiLangForm1 label[for="GenderRadio"] {
	 margin:0;
	width: 40%;
	float: left;

}
#kontaktform form#MultiLangForm label[for="GenderRadio_m"],
#kontaktform form#MultiLangForm label[for="GenderRadio_f"],
#kontaktform form#MultiLangForm label[for="GenderCheckbox_m"],
#kontaktform form#MultiLangForm label[for="GenderCheckbox_f"],
#kontaktform form#MultiLangForm1 label[for="GenderRadio_m"],
#kontaktform form#MultiLangForm1 label[for="GenderRadio_f"],
#kontaktform form#MultiLangForm1 label[for="GenderCheckbox_m"],
#kontaktform form#MultiLangForm1 label[for="GenderCheckbox_f"],
#kontaktformleft form#MultiLangForm label[for="GenderRadio_m"],
#kontaktformleft form#MultiLangForm label[for="GenderRadio_f"],
#kontaktformleft form#MultiLangForm label[for="GenderCheckbox_m"],
#kontaktformleft form#MultiLangForm label[for="GenderCheckbox_f"],
#kontaktformleft form#MultiLangForm1 label[for="GenderRadio_m"],
#kontaktformleft form#MultiLangForm1 label[for="GenderRadio_f"],
#kontaktformleft form#MultiLangForm1 label[for="GenderCheckbox_m"],
#kontaktformleft form#MultiLangForm1 label[for="GenderCheckbox_f"] {
	width: 60px;
	float: left;
	display: inline-block;
}

/*#kontaktform form#MultiLangForm div#wrapSex input#GenderRadio_Herr.formInput, 
#kontaktform form#MultiLangForm div#wrapSex input#GenderRadio_Herr.formInput   */

#kontaktform form#MultiLangForm input[id="GenderRadio_Herr"],
#kontaktform form#MultiLangForm input[id="GenderRadio_Frau"],
#kontaktform form#MultiLangForm input[id="GenderCheckbox_Herr"],
#kontaktform form#MultiLangForm input[id="GenderCheckbox_Frau"],

#kontaktform form#MultiLangForm1 input[id="GenderRadio_Herr"],
#kontaktform form#MultiLangForm1 input[id="GenderRadio_Frau"],
#kontaktform form#MultiLangForm1 input[id="GenderCheckbox_Herr"],
#kontaktform form#MultiLangForm1 input[id="GenderCheckbox_Frau"],

#kontaktformleft form#MultiLangForm input[id="GenderRadio_Herr"],
#kontaktformleft form#MultiLangForm input[id="GenderRadio_Frau"],
#kontaktformleft form#MultiLangForm input[id="GenderCheckbox_Herr"],
#kontaktformleft form#MultiLangForm input[id="GenderCheckbox_Frau"],

#kontaktformleft form#MultiLangForm1 input[id="GenderRadio_Herr"],
#kontaktformleft form#MultiLangForm1 input[id="GenderRadio_Frau"],
#kontaktformleft form#MultiLangForm1 input[id="GenderCheckbox_Herr"],
#kontaktformleft form#MultiLangForm1 input[id="GenderCheckbox_Frau"] {
	left: -28%;
    position: relative;
    width: 60%;
}
/*select {
	     -webkit-appearance: none; -moz-appearance: none;
    background-image: url("select-arrow.png");
    background-color: #e6e6e6;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 10px 2px 10px 10px;
 -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 200px;
} */
/*
#kontaktform input#vorname,
#kontaktform input#email {
	margin: 20px 4% 0 0;
}

#kontaktform input#name,
#kontaktform input#tel {
	margin: 20px 0 0 0;
}
*/

#kontaktform input:focus, 
#kontaktform input:hover, 
#kontaktform textarea:focus, 
#kontaktform textarea:hover,
#kontaktformleft input:focus, 
#kontaktformleft input:hover, 
#kontaktformleft textarea:focus, 
#kontaktformleft textarea:hover {	
    background-color: #F6F6F6;
	border: 2px solid #F6F6F6;
}
/* submit-button */
#kontaktform input#submit,
#kontaktformleft input#submit {
	-webkit-appearance: none; 
    -moz-appearance: none;
    -moz-border-radius: 0; /* Firefox */
    -webkit-border-radius: 0; /* Safari, Chrome */
    border-radius: 0; /* CSS3 */
	width: 100%;
	margin: 0;
	padding: 10px;
	cursor: pointer;
	border: 2px solid #35322C;
	background-color: #35322C;
	color: #fff;
}
#kontaktform input#submit:hover,
#kontaktformleft input#submit:hover {
	-webkit-appearance: none; 
    -moz-appearance: none;
    -moz-border-radius: 0; /* Firefox */
    -webkit-border-radius: 0; /* Safari, Chrome */
    border-radius: 0; /* CSS3 */
	border: 2px solid #b34b0f;
	background-color: #b34b0f;
	color: #ffffff;
}


/* ------------------------------------------  classes  ---------------------- */
.clearleft {
	clear:left;
	height:0;
	overflow:hidden;
}
.clearboth {
	clear:both;
	height:0;
	overflow:hidden;
}
.noshow {
	visibility: hidden;
}

/* ---------------------------------------------------------------------------------------- */
		/* -------------------------------   QUERIES   --------------------------   */
			@media screen and (max-width:1050px) {
		#wrapheader {
		}
		#logo {
			padding: 10px 0 0 10px;
		}
		#logo img {
			width: 160px;
			height: auto;
		}
		#title {
			padding: 60px 0 0 200px;
		}
		nav.primary {
			font-size: 1.1em;
			padding: 100px 20px 0 20px;
		}
		#white {
    		margin: 0;
		}
		#contentright,
		#guestbook {
			padding: 40px 20px 40px 20px;
		}
		#contentright p.foto-im-content,
		#contentright p.foto-im-content-vertical {
			z-index: 999;
			width: 440px;
			height: auto;
		}
		#content p img,
		#contentright p img,
		#contentright article .days .foto-im-content img, 
		#contentright .days .foto-im-content iframe  {
			position: relative;
			left: -10px;
		}
		/* guestbook */
			#guestbook h2,
			.CommentList, .CommentListItem {
			    margin-top: 00px;
			}
		footer {
			padding: 40px 20px 40px 20px;
		}
}		
				/* ---------------------------------------------------------------------------------------- */
				/* -------------------------------   MEDIA QUERIES   --------------------------   */
			@media screen and (max-width:830px) {
					#outerwrapheader {
						height: 370px;
					}
					#wrapheader {
							background: rgba(0, 0, 0, 0) url("../img/papier-header-mobile.png") repeat scroll center bottom;
							height: 370px;
					}
					#title {
						padding: 40px 0 0 200px;
					}
					#title a span {
						display: block;
					}
					nav.primary {
   						padding: 20px 0 20px 0;
   						margin: 0 0 0 200px;
					}
					nav.primary ul li:first-child,
					nav.primary ul li:nth-child(2),
					nav.primary ul li:nth-child(3),
					nav.primary ul li:nth-child(4),
					nav.primary ul li:nth-child(5),
					nav.primary ul li:last-child {
						float: none;
						padding: 0;
						text-align: left;
						width: 200px;

					}
					nav.primary ul li a {
						padding: 6px 0!important;
					}
					#wrapimage {
					    top: -18px;
					}
					#wrappapiertop {
						 margin: -36px auto 0;
					}
					#kontaktform {
							float: none;
							margin: 40px 10% 30px 10%;
							width: 80%;
						}

					#kontaktformleft {
							float: none;
							margin: 40px 10% 30px 0;
							width: 80%;
						}
		}
						/* ---------------------------------------------------------------------------------------- */
				/* -------------------------------   MEDIA QUERIES   --------------------------   */
			@media screen and (max-width:700px) {
						#content p img, 
						#contentright p img,
						#contentright p.foto-im-content, 
						#contentright p.foto-im-content-vertical
						#contentright article .days .foto-im-content img,
						#guestbook h2,
						#guestbook ul li p.CommentHeader {
							width: 100%;
						}
						.reisezeiten h2.dayheader, 
						.content_acc h2.dayheader, 
						.days h2.dayheader,
						#guestbook h2,
						#guestbook ul li p.CommentHeader {
						    margin: 60px 0 20px 0;
						}
						.reisezeiten .traveldatesrepeater {
    						margin: 0 0 60px 0px;
						}
		
						#content p, 
						#contentright p, 
						#contentright article div.days span.foto-im-content {
    						float: none;
						}
						#contentright article p.foto-im-content-vertical {
							width: 100%;
							padding-right:20%;
						}
						#kontaktformleft {
  							  width: 100%;
						}
						#guestbook h3,
						#guestbook div#CommentForm.CommentForm_new {
							width: 100%;
							margin-left: 0;
						}

			}
				
									/* ---------------------------------------------------------------------------------------- */
									/* -------------------------------   MEDIA QUERIES   --------------------------   */
									@media screen and (max-width:500px) {
									#outerwrapheader {
										height: 540px;
									}
									#wrapheader {
										height: 540px;
									}
									#logo {
										float: none;
									}
								
									#title {
										padding: 20px 0 0 20px;
									}
									nav.primary {
										margin: 0 0 0 20px;
									}
									h1.dark {
										margin: 40px 0 60px 0;
									}
								
									#contentright p.foto-im-content{
										height: auto;
										margin: 24px 20px 24px 0;
										width: 100%;
									}
									#contentright article div.days p.foto-im-content img,
									#contentright .days .foto-im-content iframe {
    									width: 100%;
									}
									#contentright article p.foto-im-content-vertical {
										padding-right:0;
									}
									#wrapimage {
										
									}
									#wrappapiertop {
										
									}
									footer #adresse span {
									white-space: nowrap;
									}
									footer ul {
			       					padding: 20px 20px 0 0;
									}
								

									
			}

