body {
	padding-top: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.skd-widget h3{
	text-align: inherit;
}
.bh-bemode .page {
	padding-top: 50px;
}

.bh-bemode .headerMessage {
	border-top: 30px solid rgba(89, 89, 89, 1.000);
}
.bh-femode .headerMessage {
	display: none;
}



/*---- LANGNAVI ----*/

.languagenavi {
	position: absolute;
	right: 50px;
	top: 20px;
	display: none;
}
.languagenavi a {
	display: inline-block;
	padding-top: 2px;
	width: 44px;
	border-radius: 50px;
	box-sizing: border-box;
	transition: 0.5s ease border;
}
[lang="de-DE"] .languagenavi a:nth-child(2) {
	opacity: 0.5;
}
[lang="en-EN"] .languagenavi a:nth-child(1) {
	opacity: 0.5;
}

/*----------------*/
/*---- LAYOUT ----*/
/*----------------*/

.page {
	position: relative;
	overflow-x: hidden;
	max-width: 1920px;
	margin: 0 auto;
}

/*---- HEADER ----*/

.header {
	position: relative;
	min-height: 270px;
	background: rgba(0,0,0,0.1);
}

.headerLogo {
	position: absolute;
	z-index: 2;
	top: 40px;
	left: calc(50% - 102px);
}

/*---- CONTENT ----*/

.content {
	padding-top: 90px;
	padding-bottom: 180px;
}

/*---- FOOTER ----*/

.footerBottom {
	padding-top: 90px;
}

.footerLogo {
	display: block;
	text-align: center;
	margin-bottom: 40px;
}

.footerLogo img {
	display: inline;
}

/* HOTELLINKS IM FOOTER */
.hotelbar {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	max-width: 1260px;
	margin: 0 auto;
	padding-top: 66px;
	padding-bottom: 66px;
}
.closure {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 92px;
}
.closure-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 60px;
	position: relative;
}
.servnavi_box li {
	display: inline-block;
}
.servnavi_box li a {
	margin-right: 36px;
}
.werbezimmer {
	background-image: url("/fileadmin/images/WERBEZIMMER.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 136px;
	height: 18px;
	display: block;
	right: 0px;
	position: absolute;
	bottom: 0px;
}
.gotop {
	color: white;
	position: absolute;
	left: calc(50% - 20px);
	width: 40px;
	bottom: 0px;
	font-size: 30px;
	cursor: pointer;
}

/*---- KONTAKT-LABEL IM HEADER ----*/

.contact {
	position: absolute;
	left: 100%;
	top: calc(50vh - 100px);
/* 	transition: 0.4s ease transform; */
	transition: left 0.4s ease;
}
.contact-toggler {
	width: 122px;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	position: absolute;
	right: 100%;
	transition: 0.4s ease transform, 0.4s ease width;
}
.contact.active {
	left: calc(100% - 185px);
/* 	transform: rotateY(  0deg); */
}
.contact.active .contact-toggler {
/*
	transform: rotateY( 0deg )  scale(1);
	
*/
	width: 50px;
}
.contact-toggler > div {
	line-height: 48px;
	display: inline-block;
}
.contact-toggler > div:first-child {
	width: 48px;
	padding-left: 4px;
}
.active .contact-toggler > div:first-child:before {
	content: '\e912';
}
.active .contact-toggler .contact-toggler-text {
	font-size: 0px;
}

.contact-toggler > div.contact-toggler-text {
	transition: 0.4s ease font-size;
}
.contact {
	width: 185px;
	min-height: 200px;
}
.contact-content {
	min-height: 200px;
	padding: 30px 20px;
	margin-top: -30px;
	transition: background 0.4s ease ;
}
.contact-content > * {
	opacity: 0;
	transition: 0.4s ease opacity;
}
.active .contact-content > * {
	opacity: 1;
}
.contact-content p {
	margin-bottom: 20px;
}

.contact-content ul {
	padding-left: 10px;
	list-style: none;
}
.contact-content li {
	position: relative;
}
.contact-content li:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	background: white;
	left: -10px;
	top: 9px;
	pointer-events: none;
	border-radius: 100%;
}

/*------------------*/
/*---- ELEMENTE ----*/
/*------------------*/


/*---- BH-TABS ----*/

.bhTabElement {
	float: none;
	display: inline-block;
	background: none;	
}
.bhTabElement p,
.bhTabElement .bh-bodytext {
	opacity: 0.7;
	transition: 0.3s ease all;
}
.bhTabElement {
	padding-top: 22px;
	padding-bottom: 22px;	
}
.bhTabElement:hover p,
.bhTabElement:hover .bh-bodytext,
.bhTabElement.bh-tabtoggler-active p,
.bhTabElement.bh-tabtoggler-active .bh-bodytext {
	opacity: 1;
	font-weight: normal;
}
.bhTabElement.bh-tabtoggler-active p,
.bhTabElement.bh-tabtoggler-active .bh-bodytext {
	text-decoration: underline;
}

/*---- EL-SOCIAL ----*/

.social {
	position: relative;
}
.sociallinks {
	padding-top: 85px;
	padding-bottom: 40px;
}
.sociallinks a {
	margin-left: 5px;
	margin-right: 5px;
}
.bh-social-datewrapper,
.bh-social-message {
	display: none;
}
.el-social {
	max-width: 1064px !important;
}
.bh-social-widget {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.bh-social-widget > * {
	margin-left: 7px;
	margin-right: 7px;
	height: 252px !important;
}
a.socialmediabutton {
	display: block;
	border-radius: 30px;
	width: 250px;
	margin: 0 auto;
	position: absolute;
	bottom: -30px;
	left: calc(50% - 125px);
}
.bh-social-widget {
	flex-wrap: wrap;
}
.bh-social-widget > a {
	flex-basis: 260px;
	height: 260px;
	margin: 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	transition: .3s ease all;
}
.bh-social-widget > a:hover {
	transform: scale(1.02);
}
.el-social {
	max-width: 1280px !important;
}




.bh-login-link {
	display: none !important;
}

/*---- SITEMAP T3-ELEMENT ----*/

[data-uid="84"] {
	max-width: 960px;
	margin: 0 auto;
}

/*---- BUCHUNGSSTRECKE T3-ELEMENT ----*/

[data-uid="129"] {
	max-width: 960px;
	margin: 0 auto;
}

/*---- COOKIES WARNUNG ----*/

.bh-state-desktop .bh-cookies-warning {
	width: 300px;
	padding-bottom: 0px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.9) !important;
	border-top-left-radius: 5px;
	right: 0px;
	left: auto;
}
.bh-state-desktop .bh-cookies-buttons {
	width: 130px;
	margin-right: 10px;	

}
.bh-cookies-buttons > * {
	width: 110px;
	margin-bottom: 10px;
	color: white;	
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
}
.bh-state-desktop .bh-cookies-warning-text {
	width: 130px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}
.bh-state-mobile .bh-cookies-warning {
	z-index: 1000;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	text-align: center;
}
.bh-state-mobile .bh-cookies-buttons {
	width: 100%;
}