/* Allgemein */

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

body{
	background-color:white;
	margin:0;
}

#page{
	margin: 0 auto;
	position:relative;
	width:100%;
	max-width:1200px;
	font-family: "pt-serif", "Georgia" ,serif;
	box-shadow: 0px 0px 7px #aaa;
}


/* HEADER */

header{
	padding:30px 0px 0px;
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	flex-wrap:wrap;
}

nav ul{
	display:flex;
	margin-left:50px;
	margin-bottom:25px;
}

nav ul li{
	margin-right:25px;
	margin-bottom:0;
	list-style-type:none;
}

nav ul li a{
	text-decoration:none;
	color:#333;
}

nav ul li a:hover{
	text-decoration:underline;
}

#menuMainResponsive{
	display:none;
}

a.aktiv{
	color:#7a1c10;
}

#logo{
	width:200px;
	padding-bottom:5px;
	margin-right:50px;
	margin-bottom:25px;
}

#sprachbalken{
	height:35px;
	background: url('../img/balken_oben.jpg') repeat-x;
	width:100%;
	display:flex;
	padding:10px 50px;
	justify-content:flex-end;
}

#sprachbalken a{
	color:white;
	line-height:100%;
	text-decoration:none;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}

#sprachbalken a:hover{
	color:#b3c5df;
}

/* Typografie */
h1{
	font-family: "pt-serif", "Georgia" ,serif;
	font-weight:normal;
	font-size:22px;
	color:#7a1c10;
	line-height:22px;
	margin:0px 0 5px 0;
}
	
h1 strong, 
h1 i, 
h1 em{
	font-family:"bickham-script-pro", Georgia, serif;
	font-weight:normal;
	font-size: 74px;
	line-height: 74px;
	font-style:normal;
}

h2{
	font-size: 22px;
	line-height: 28px;
	color:#7a1c10;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:30px;
}

#SpalteRechts h2{
	font-size:20px;
	line-height: 26px;
}

#SpalteRechts h2:first-of-type{
	margin-top:0px;
}

#SpalteRechts .contentelement{
	margin-bottom:30px;
}

#SpalteRechts > div:last-of-type{
	margin-bottom:0px;
}

h3{
	font-size: 18px;
	line-height: 23px;
	color:#7a1c10;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:25px;
}

#SpalteRechts h3{
	font-size:16px;
	line-height: 20px;
}

p, 
li, 
td{
	font-size:16px;
	margin-bottom:10px;
	line-height:140%;
}

p{
	margin-bottom:15px;
}

a{
	color:#333;
	line-height: 140%;
}

a:hover{
	color:#b3c5df;
}

.clear{
	clear:both;
}

.button{
	margin:10px 0 30px;
	display:table;
	color:white;
	font-weight:bold;
	background:url("/static/img/bg_holz.jpg") left center repeat;
	padding:10px 20px;
	font-size:22px;
	text-decoration:none;
	text-shadow:1px 1px 4px rgba(0,0,0,0.8);
}

.button:hover{
	text-decoration:underline;
	color:white;
}

/* Bilder */
img{
	border:0;
	outline:0;
	max-width:100%;
	height:auto;
	display:block;
}



/*Content*/

#content{
	display:flex;
	flex-wrap:wrap;
	padding:50px;
	align-items:flex-start;
}

.start #content{
	background: url("/static/img/bg_tuch.jpg") no-repeat scroll right bottom;
	background-size:85%;
	padding-bottom: 355px;
}

#SpalteGesamt{
	width:100%;
	margin-bottom:20px;
}

#SpalteLinks,
#SpalteLinksUnten{
	width:65%;
	padding-right:90px;
}

#SpalteRechts,
#SpalteRechtsResponsive,
#SpalteRechtsUnten{
	width:35%;
	border-left:1px solid #4B86BA;
	padding-left:30px;
}

#SpalteMitte{
	width:100%;
	padding:30px 0px 40px;
}

#SpalteLinks :first-child :first-child{
	margin-top:0;
}

.contentbild{
	margin-bottom:30px;
	position:relative;
}

.contentbild .bu{
	position:absolute;
	bottom:20px;
	left:0;
	padding:5px 10px 5px 20px;
	color:white !important;
	background:#b3c5df;
	box-shadow:2px 2px 5px rgba(0,0,0,0.4);
	margin:0;
	font-size: 18px;
}

.contentbild .bu p{
	margin:0;
	font-size: 18px;
}

#content ul{
	margin: 0px;
}

#content ul li{
	position:relative;
	list-style-type:none;
	padding-left:14px;
}

#content ul li::before{
	content:"";
	width:8px;
	height:8px;
	position:absolute;
	left:0;
	top:8px;
	background-color:#B3C5DF;
}

#buchungsbutton {
	width: 186px;
	height: 48px;
	background: url("../img/buchungsbutton_v2.png") no-repeat;
	margin-left: 0px;
	background-position:0 0;
	box-shadow:0 0 3px rgba(0,0,0,0.4);
	margin-bottom:20px;
	display:block;
}

#buchungsbutton:hover{
	background-position:0 -48px;
}


body .swiper-pagination-bullet{
	width:16px;
	height:16px;
	border-radius:0;
	opacity:0.6;
	background:white;
}

body .swiper-container-horizontal > .swiper-pagination {
	bottom: 60px;
}

body .swiper-pagination-bullet-active {
	opacity: 1;
	background:white;
}

body .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet{
	margin:0 8px;
}

body .swiper-pagination-bullet-active {
	background: white;
}

body .swiper-slide img{
	width:100%;
	height:auto;
	display:block;
}

body .swiper-slide .bu{
	margin-top:10px;
}


/* FOOTER */

footer{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:flex-start;
	background: url('../img/balken_unten.jpg') repeat-x;
	padding:60px 50px 20px;
	position:relative;
}

footer p{
	margin:0;
	font-size:14px;
	line-height: 18px;
}

footer ul{
	display:flex;
}

footer li{
	list-style-type:none;
	margin:0 0 0 10px;
	line-height: 18px;
	font-size:14px;
}

footer li a{
	padding:0;
	font-size:14px;
	line-height: 18px;
	text-decoration:none;
}

ul#widgets{
	top:5px;
	left:50px;
	position:absolute;
	display:flex;
}

ul#widgets li{
	margin:0 20px 0 0;
	list-style-type:none;
}

ul#widgets li img{
	height: 25px;
	width: auto;
}



#branding{
	background-color:#a6a6a6;
	padding:6px 30px 6px 6px;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

#branding p{
	font-family:Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	color:white;
}

#branding a{
	color:white;
}

#branding img{
	width:18px;
	height:auto;
}


/* Akkordeon */

#SpalteLinks div.akkordeon h3.aktiv{
	background:  url('../img/h3_auf.png') no-repeat;
	background-position:0px 11px;
	padding-left:12px;
}

#SpalteLinks div.akkordeon h3{
	background:  url('../img/h3_zu.png') no-repeat;
	background-position:0px 11px;
	cursor:pointer;
	padding-left:12px;
}

#SpalteLinks div.akkordeon p{
	margin:0 0 15px 47px;
}

#SpalteLinks div.akkordeon h4{
	margin-left:47px;
}


/* Download Element */
div.contentdownload,
div.download{
	display:flex;
	margin-bottom:15px;
	margin-top:5px;
	align-items:center;
}

a.downloadicon{
	height:40px;
	width:40px;
	background: url('../img/pdf-icon.png') 0px center no-repeat;
	display:block;
	margin-right:10px;
}

div.contentdownload .bu a:last-of-type,
div.contentdownload .bu p:last-of-type{
	margin:0 !important;
	padding:0 !important;
	display:block;
}


div.contentdownload p{
	display:block;
	font-size:14px;
	line-height:100%;
}



/* Anfahrtsskizze */
.anfahrtsskizze {
	margin-top: 0px;
	max-width:710px;
	height:auto;
	width:100%;
	position:relative;
}

.anfahrtsskizze img{
	width:100%;
	height:auto;
}

.anfahrtsskizze .bu{
	position:static;
	background:none;
	padding:0;
	box-shadow:none;
	height:0;
}

.routenplaner{
	width: 153px;
	position: absolute;
	height: 46px;
	top: 85px;
	background:url("/static/img/anfahrtsskizze_strasse.png") no-repeat;
	background-position:0 0;
	left: 25%;
}

.routenplaner:hover{
	background-position:0 -46px;
}

.anreise #SpalteRechts{
	margin-top: 90px;
	min-height: 550px;
}


/* Buchungswidget */

#onlinebuchung{
	height:330px;
}

.ibelsa-signup-header-container{
	display:none;
}

body #page .ibelsa-signup-header h1{
	padding-top:7px;
	color:white !important;
}

.ibelsa-rooms, .ibelsa-rooms *{
	border-color:#4B86BA !important;
}

#qb_senden_button{
	background:#791B10 !important;
	color:white !important;
}

#qb_senden_button span{
	color:white !important;
}

.calendar-icon{
	color:#4B86BA !important;
}

.ibelsa-rooms .datepicker{
	padding-left:5px !important;
}

.ibelsa-signup-header{
	background:#B3C5DF !important;
}

.ibelsa-signup-arrival span{
	padding-top: 4px;
}

.ibelsa-signup-departure span{
	padding-top: 4px;
}


#SpalteMitte .bu p{
	width:auto;
	color:#7A1C10;
	font-size:17px;
}

/*.start #SpalteLinks{
	width: 45%;
	padding: 0px 0px 0px 50px;
	margin-right:3%;
}

.start #SpalteMitte{
	width: 26%;
	padding: 0px 0px 0px 50px;
	margin-right:3%;
	min-height: 700px;
}

.start #SpalteMitte .contenttext *{
	width:auto;
}

.start #SpalteRechts{
	width: 21%;
	padding: 0px 0px 0px 30px;
	margin-bottom:140px;
}

.start #SpalteRechts .kalender{
	margin:60px 0 30px 15px;
	position:relative;
}

.start #SpalteRechts .kalender .bu{
	position:absolute;
	width: 46px;
	height: 60px;
	border: 1px solid #7A1C10;
	border-top:none;
	position: absolute;
	left:45px;
	top:-17px;
	background: url("/static/img/icon_kalender_bg.png") white no-repeat top;
}*/




#date {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0px;
	font-size: 24px;
	color:#7A1C10;
}

/* Bewertungen */

#bewertungen{
	position: absolute;
	right: inherit;
	top: inherit;
	left: 90px;
	width: 240px;
	background: white;
	height: 400px;
	bottom: 110px;
	border: 1px solid #808080;
	display:none;
	padding:10px 0;
	z-index:10;
}

#bewertungen .bewertung{
	height:auto;
	overflow:visible;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:20px;
	display:none;
}

#hrs #klickverhinderer{
	height: 60px;
	width: 240px;
	position:absolute;
	top:0px;
	left:0;
}


#tripadvisor #CDSWIDSSP{
	width:200px !important;
}

#CDSWIDSSP .widSSPData .widSSPBranding dl{
	margin-left:20px !important;
}

#CDSWIDSSP .widSSPData .widSSPBranding {
	width: 200px !important;
	margin-left: -10px !important;
	border-bottom: 1px solid #589442 !important;
	margin-top:-5px !important;
}

#hrs #layer{
	display:none !important;
}

.widSSPData{
	border:none !important;
}


body #bcom_review_widget #bcom_review_widget_wrapper .arrow-box::after, body #bcom_review_widget #bcom_review_widget_wrapper .arrow-box::before{
	border:none !important;
}

#bcom_review_widget .total-reviews{
	top:10px;
}

.hreview{
	margin-left:20px
}

.fancybox-overlay{
	z-index:9999999 !important;
}

table{
	width:100%;
	margin:30px 0 20px;
	border:1px solid #b3c5df;
}

th{
	color:white;
	background-color:#b3c5df;
}

th, td{
	padding:10px;
}

td{
	border-bottom:1px dotted #b3c5df;
	border-right:1px dotted #b3c5df;
	background-color:white;
}

td:last-of-type{
	border-right:none;
}

tr:last-of-type td{
	border-bottom:none;
}

tr:nth-of-type(odd) td{
	background-color:#eef2f7;
}

th p,
td p{
	margin:0;
}

#menuMainResponsive{
	display:none;
	cursor:pointer;
	position:relative;
	align-items:center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin:0;
}

#menuMainResponsive div:last-of-type{
	font-size:18px;
	line-height:100%;
	color:white;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently */
}

#menuMainResponsive:hover div:last-of-type{
	color:#B3C5DF;
}

#menuMainResponsive #menuIcon{
	width:16px;
	height:16px;
	position:relative;
	margin-right:10px;
}

#menuIcon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 16px;
	background: white;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#menuIcon span:nth-child(1) {
	top: 0px;
}

#menuIcon span:nth-child(2),
#menuIcon span:nth-child(3) {
	top: 7px;
}

#menuIcon span:nth-child(4) {
	top: 14px;
}

.open #menuIcon span:nth-child(1) {
	top: 18px;
	width: 0%;
	right: 20px;
}

.open #menuIcon span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open #menuIcon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.open #menuIcon span:nth-child(4) {
	top: 18px;
	width: 0%;
	right: 20px;
}

@media only screen and (max-width: 1200px) {
	
	footer{
		flex-direction:column;
		align-items:center;
	}
	
	footer p{
		margin-bottom:10px;
		text-align:center;
		line-height:140%;
	}
}


@media only screen and (max-width: 1000px) {

	#page{
		width:100%;
	}

	#SpalteGesamt{
		padding:0 0px;
		margin-left:0;
	}

	#SpalteLinks,
	#SpalteLinksUnten{
		width:100%;
		padding:0 0px;
	}

	#SpalteRechts{
		width:100%;
		border-left:none;
		margin-top:10px;
		padding:0;
	}

	#SpalteRechtsResponsive{
		border-left:none;
		display:block;
	}

	#menuMain{
		display:none;
	}

	#menuMainResponsive{
		display:flex;
	}
	

	#SpalteMitte{
		padding:20px 0px;
	}
	
	#menuMain.open{
		display:flex;
		width:100%;
		background:#FDFCFC; 
	}
	
	#menuMain.open ul{
		display:flex;
		flex-direction:column;
		margin-left:0;
		margin-bottom:0;
		width:100%;
		border-bottom:1px solid #E7EDF4;
	}
	
	#menuMain.open ul li{
		width:100%;
		margin:0;
	}
	
	#menuMain.open ul a{
		padding:8px;
		width:100%;
		display:block;
		text-align:center;
		border-top:1px solid #E7EDF4;
		font-size:20px;
	}
	
	header{
		justify-content:center;
	}
	
	#logo{
		margin:10px 0 30px;
		width:260px;
		order:1;
	}
	
	nav{
		order:3;
	}
	
	#sprachbalken{
		justify-content:space-between;
		padding-top:0;
		padding-bottom:0;
		padding-left:30px;
		padding-right:30px;
		height:auto;
		background:url("/static/img/bg_holz.jpg") repeat;
		box-shadow: inset 0 0 15px rgba(0,0,0,0.7);
		order:2;
	}

	#sprachbalken a{
		font-size:18px;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:20px;
		padding-right:20px;
	}

}

@media only screen and (max-width: 870px) {

	h1 strong, h1 i, h1 em{
		font-family: "pt-serif", "Georgia", serif;
		font-size:40px;
		line-height:120%;
	}
	
	h2,
	#SpalteRechts h2{
		margin-top:20px;
		font-size: 18px;
		line-height:125%;
	}
	
	#SpalteGesamt{
		margin:0 0 25px;
	}

}

@media only screen and (max-width: 780px) {
	
	#SpalteGesamt{
		margin:0 0 15px;
	}
	
	h1{
		font-size:22px;
		line-height:120%;
	}
	
	h1 strong, h1 i, h1 em{
		font-size:28px;
		line-height:120%;
	}
	
	.start #content{
		padding-bottom:280px;
	}
	
	#content{
		padding:30px 0px;
	}
	
	#SpalteGesamt,
	#SpalteLinks,
	#SpalteRechts{
		padding:0 30px;
	}
	
	.swiper-slide .bu{
		padding:0 30px;
	}
	
	
	#sprachbalken{
		padding-left:10px;
		padding-right:10px;
	}
}

@media only screen and (max-width: 560px) {

	#SpalteRechtsResponsive,
	#SpalteRechtsUnten{
		width:100%;
		border-left:none;
	}
	
	.start #content{
		padding-bottom:180px;
	}
	
	#branding{
		display:none;
	}
	
	#logo{
		width:220px;
	}

}

@media only screen and (max-width: 400px) {

	header{
		flex-direction:column;
		align-items:center;
	}
	
	#content{
		padding:20px 0px;
	}
	
	#SpalteGesamt,
	#SpalteLinks,
	#SpalteRechts{
		padding:0 20px;
	}
	
	.swiper-slide .bu{
		padding:0 20px;
	}
	
	.start #content{
		padding-bottom:140px;
	}
	
	
	#sprachbalken{
		padding-left:0px;
		padding-right:0px;
	}

}
