

/* open-sans-300 - latin */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local(''),
	url('/fileadmin/fonts/open-sans-v34-latin/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/open-sans-v34-latin/open-sans-v34-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('/fileadmin/fonts/open-sans-v34-latin/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/open-sans-v34-latin/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local(''),
	url('/fileadmin/fonts/open-sans-v34-latin/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/open-sans-v34-latin/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* montserrat-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('/fileadmin/fonts/montserrat-v25-latin/montserrat-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/montserrat-v25-latin/montserrat-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/* merriweather-300 - latin */
@font-face {
	font-display: swap;
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 300;
	src: local(''),
	url('/fileadmin/fonts/merriweather-v30-latin/merriweather-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/merriweather-v30-latin/merriweather-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-300italic - latin */
@font-face {
	font-display: swap;
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: 300;
	src: local(''),
	url('/fileadmin/fonts/merriweather-v30-latin/merriweather-v30-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/merriweather-v30-latin/merriweather-v30-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('/fileadmin/fonts/merriweather-v30-latin/merriweather-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/merriweather-v30-latin/merriweather-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 700;
	src: local(''),
	url('/fileadmin/fonts/merriweather-v30-latin/merriweather-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/fileadmin/fonts/merriweather-v30-latin/merriweather-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/* logged in */
.bh-bemode .bhContainer .bhElement:nth-last-child(+1),
.bh-bemode.bhe-state-editing .bhContainer .bhElement:nth-last-child(+2),
/* letztes element */
.bhContainer .bhElement:last-child,
.bh-bodytext p:last-child,
.bh-bodytext ul:last-child,
/* todo accordions direkt untereinander ohne abstand */
/* .bhContainer .bhAccordeonItem, */
.bhTabElement,
/* empty dropzones */
.bhe-state-content-empty, .bhe-state-dragging .bhe-state-content-inherited
{
	margin-bottom:0px !important;
}

.bhElement,
.bhElement.bhText,
.bhContainer .bhAccordeonItem.accordeon-last,
.bhe-state-editing .bhContainer .bhAccordeonItem.accordeon-last {
	margin-bottom:40px;
	box-sizing: border-box;
}

/*
.bhGroup .bhElement,
.bhCols .bhElement {
	margin-bottom:40px;
}
*/




body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
}

.page {
	position: relative;
}

.logo {
	display: block;
	width: 480px;
	height: 140px;
	background: url(../images/logo.png) rgba(255, 255, 255, .8) center center no-repeat;
	/*background-size: 85%;*/
	background-size: 300px;
	-webkit-font-smoothing: none !important;
	position: absolute;
	margin: 0 auto;
	top: -145px;
	left: 50%;
	margin-left: -240px;
	box-sizing: border-box;
	z-index: 100;
	border-radius: 0;
}

.menuelogo {
	background: url('../images/logo.png') left top no-repeat;
	background-size: contain;
	position: absolute;
	top: 10px;
	left: 35px;
	width: 60px;
	height: 50px;
	display: block;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: 0.2s ease all;
	        transition: 0.2s ease all;
}


.menue {
	position: relative;
}



.menuouter {
	position: absolute !important;
	background: white !important;
	z-index: 101 !important;
	margin-top: 70px;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	max-width: 100%;
	border-radius: 0px;
/* 	overflow: hidden; */
	box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
	top: 10vh;

}

.scrolled .menuouter {
	position: fixed !important;
	margin-top: 0px;
	left: 0px;
	top: 0px;
	margin-left: 0px;
	width: 100%;
	background: white;
	animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 0.3s;
}
@keyframes dropHeader {
    0% {
		top: -50px;
    }
    100% {
    	top: 0px;
    }
}


body {
	-webkit-transition: 0.2s ease all;
	        transition: 0.2s ease all;
}

body.bh-bemode.bhe-state-editing {
	padding-top: 110px;
}

.bh-bemode .menuouter {
	top: 50px;
}

.page {
	width: 960px;
	margin: 0 auto;
}

.headerouter .page {
	width: 100%;
	max-width: 100%;
}

.outer {
/*
	padding-left: 35px;
	padding-right: 35px;
*/
}


.headerlogo {
	height: 145px;
	background: white;
}

.galerie {
	height: 279px;
}

.lightgreen {
	background: white;
	position: relative;
	z-index: 10;
}

.darkgreen {
	background: #00b862;
	background: rgba(79,184,79,0.5);
}

.galerie .bhElement {
	margin-bottom: 0 !important;
}

.navi li {
	display: inline-block;
}

ul.navi {
	margin-left: 0;
	text-align: center;
}
li.hnavi_item > a {
	font-size: 14px !important;
}
li.hnavi_item {
	position: relative;
	display: inline-block;
}
li.hnavi_item > a {
	color: #bfa46e;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 60px;
	padding-right: 12px;
	padding-left: 12px;
	letter-spacing: -1px;
	-webkit-transition: 0.2s ease all;
	        transition: 0.2s ease all;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}


ul.hsnavi_box {
	display: none;
	position: absolute;
	padding:10px;
	left:0;
	top:60px;
	min-width: 270px;
	text-align: left;
	background:#fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
ul.hsnavi_box li {
	float: none;
	display: block;
	padding: 5px 10px;
}
ul.hsnavi_box li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 30px;
	padding:0;
/* 	color:#8f8f8f; */
	color:#606060;
}
li.hsnavi_item.active a,
ul.hsnavi_box li a:hover {
	color:RGB(186, 146, 53);
}

li.hnavi_item:hover .hsnavi_box {
	display: block;
}

.darkgreen.outer {
	background: rgba(79,184,79,0.5);
	position: relative;
	z-index: 20;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.content {
	background: white;
	min-height: 250px;
}

.content {
	padding: 35px;
	padding-left: 0;
	padding-right: 0;
}

.footerouter {
	margin-top: 50px;
	padding: 24px 11px;
}

.footer .bh-bodytext p {
	font-family:  'Open Sans', sans-serif
}

.footerouter.outer  {
	background: #bfa46e;
	box-shadow: none;
}

.footer {
	padding: 40px 12px;
	z-index: 10;
	position: relative;
	min-height: 100px;
}

.footerlogo {
	background: url('../images/logoWhite.svg') no-repeat center center;
	width: 200px;
	height: 70px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	background-size: contain;
}

.footercontent {
	width: 100%;
}

.footercontent .bh-bodytext {
	color: white;
	font-size: 16px;
	font-family: 'Merriweather', sans-serif;
	font-weight: bold;
	color: rgba(255,255,255,0.8);
	line-height: 22px;
}

.footercontent .bh-bodytext a {
	color: rgba(255,255,255,0.8);
}

.footercontent .bh-bodytext strong {
	font-size: 18px;
	color: rgba(255,255,255,1);
}

h1, h2 {
	color: #bfa46e;
	font-size: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

h2 {
	color: #bfa46e;
	font-size: 22px;
}

h3 {
	color: #626262;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}

.clearfix {
	clear: both;
}

.entfetten {
	font-weight: normal !important;
	font-size: 22px;
}

.sehrGross {
	font-size: 32px;
	color: #777777;
}

.bh-styleclass-highlight {
	font-size: 18px;
	line-height: 24px;
	color: rgba(0,0,0,0.66);
}

.linkbox_bild {
	display: none;
}

.bhLinkbox {
	background: #bfa46e;
	cursor: pointer;
	-webkit-transition: 0.1s ease all;
	        transition: 0.1s ease all;
}

/*
.bhLinkbox:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
*/



.bhLinkbox .linkbox_content {
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.bhLinkbox .linkbox_content p {
	line-height: 30px;
	margin-bottom: 0px;
	color: white;
	font-weight: lighter;
	font-size: 20px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.bhLinkbox {
	height: 50px;
}

.bhCols {
	margin-bottom: 20px;
}

.cols2 .bhCol {
  	width: 48%;
  	margin-right: 4%;
}

.bh-cols-asymmetric .col1 {
  width: 38%;
  margin-right: 4%;
}

.bh-cols-asymmetric .col2 {
  width: 58%;
}

.bhGroup {
	background: rgba(0,0,0,0.5);
	padding-top: 58px;
	min-height: 162px;
}

.bhGroup h1, .bhGroup h2, .bhGroup h3 {
	color: white;
	font-weight: normal;
}

.bhGroup h1 {
	font-size: 22px;
}

h3 {
	margin-bottom: 10px;
}

.bh-bodytext {
	font-size: 16px;
	color: #606060;
	line-height: 23px;
}

.content {
	z-index: 5;
	position: relative;
}

.content ul li {
	list-style: disc;
	margin-left: 24px;
	margin-top: 4px;
	padding-bottom: 4px;

}

.content ul li:last-child {
	border-bottom: 0px solid rgba(143,143,143,0.5);
}

.content ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
}

.liste2 {
	border-top: 1px solid rgba(168,202,67,0.5);
	line-height: 50px;
	display: block;
	margin-bottom: 0px;
	text-align: left;
}

.content a {
	color: #9a6700;
}

a.bakehouse {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 10px;
}

a.bakehouse img {
  width: 100px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.bh-brand-logo {
  fill-opacity: 1;
  fill: white;
}
.bh-brand-text {
  fill-opacity: 1;
  fill: white;
}
.bh-brand {
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 120px;
  position: absolute;
  display: block;
  margin: 0 auto;
  bottom: 0px;
  left: 50%;
  margin-left: -60px;
}

/*
.navi li.active a {
	font-weight: normal;
	color: rgba(205, 175, 151, 1);
	background: rgba(118, 0, 0, 1);
}
*/

.headerouter .page {
	max-width: 100%;
	width: auto;
}

.galerie, div[data-section="headercontent"], .galerie .bhBgImage {
	height: 500px;
	height: 70vh;
}

.content {
	margin-top: 60px;
	z-index: 100;
	position: relative;
}

.galerie .bhBgImage {
	opacity: 1;
	filter: alpha(opacity=50);
}

.galerie .bhIframe {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.galerie {
	position: relative;
}

.outer {
	position: relative;
}

.galerie:before {
	content: '';
	width: 100%;
	position: absolute;
	height: 200px;
	bottom: 0px;
	z-index: 200;

}


h1, h2, h3 {
	color: #bfa46e;
}

h1 {
	font-size: 40px;
	font-weight: 100;
}

h1 + h2 {
	margin-top: -16px;
	margin-bottom: 40px;
	font-weight: 400;
}

h2 {
	color: rgba(68,68,68,0.5);
	font-weight: normal;
}

h3 {
	margin-bottom: 20px;
}

.bhBox {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}



.boxTitle, .boxTitle p {
	text-align: center !important;
	font-weight: normal;
	line-height: 40px;
	background: #bfa46e;
	color: white;
	margin-bottom: 0px;
}

.boxContent {
	padding: 10px;
}

.boxContent p {
	text-align: center !important;
}

.bhTabElement {
	line-height: 50px;
	height: 50px;
	width: 33.33333%;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	border: 0px;
	padding: 0px;
	-webkit-transition: 0.1s ease all;
	        transition: 0.1s ease all;
	box-sizing: border-box;
	margin-bottom: 55px;
	background: white;
	color: #760000;
	border-top: 1px solid #760000;
}
.bhTabElement.bh-tabtoggler-active {
	color: white;
	background: #760000;
}

.bhTabElement p {
	color: #760000;
	line-height: 50px;
}
.bhTabElement.bh-tabtoggler-active p {
	color: white;

}


.bh-tab-togglers {
	text-align: center;
	width: 100%;
	position: relative;
	float: none;

}

.galerie .bhBgImage {
	background-size: cover;
}

h2 + h3 {
	margin-top: -16px;
}

h3 {
	margin-top: 32px;
}

.content .bhImageInner {
	border: 0px solid #cdaf97;
}

.bhTrenner {
	/*background: url(../images/trenner.svg) no-repeat;*/
	/*background-size: 200%;*/
	/*background-position: center center;*/
	/*margin-bottom: 40px;*/
	border-bottom: 1px solid #dadada;
	margin: 48px auto !important;
}

.round .bhImageInner {
	width: 250px !important;
	height: 250px !important;
	border-radius: 100%;
	margin: 0 auto;
	border: 0px !important;
}

.langmenue {
	position: absolute;
	right: 0;
	height: 100%;
}

.langmenue a {
	height: 60px;
	line-height: 60px;
	width: 40px;
	text-align: center;
	display: inline-block;
	color: #bfa46e;
	font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: normal;
    border-right: 1px solid rgba(118, 0, 0, 0.1);
}

.langmenue a:first-child {
	padding-left: 0px;
}

html[lang="de-DE"] .langmenue a:nth-child(1) {
	font-weight: 400;
	background: rgba(188, 148, 68, 0.1);
}

html[lang="en-EN"] .langmenue a:nth-child(2) {
	font-weight: 400;
	background: rgba(188, 148, 68, 0.1);
}

.bhElement {
    display: block;
    min-height: 20px;
}


.bh-fieldblock {
	margin-bottom: 30px;
}

.bh-field {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}
.bh-field:nth-child(even) {
	margin-right: 0%;
}

.bh-field input[type="text"],
.bh-field textarea {
	border: 1px solid #606060;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	font-size: 14px;
	-webkit-appearance: none;
}
.bh-field textarea {
	min-height: 150px;
}
.bh-field input[type="submit"] {
	background: RGB(116, 1, 0);
	padding: 10px 20px;
	font-size: 14px;
	-webkit-appearance: none;
	border:0px;
	color: RGB(204, 175, 150);
}



/* ----- ACCORDION ----- */
.bhAccordeonItem.bhElement .bh-accordion-toggler {
	padding: 0; margin: 0;
	border-top: 1px solid #E6E6E6;
}
.bhAccordeonItem.bhElement.accordeon-last .bh-accordion-element {
	border-bottom: 1px solid #E6E6E6;
}
.bhAccordeonItem.bhElement:not(.accordeon-last) {
	margin-bottom: 0;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler-inner {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 50px;
	padding: 0px
}
.bhAccordeonItem.bhElement .bh-accordion-toggler-inner:after {
	content: '\e908';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0; right: 0;

	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 23px;
	transition: .4s;
	color: #a4a4a4;
}
.bhAccordeonItem.bhElement .bh-accordion-active .bh-accordion-toggler-inner:after {
	transform: rotate(180deg);
	margin-right: 3px;
	color: #000;
}

.bhAccordeonItem.bhElement {
	margin-bottom: 15px !important;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler {
	/*padding: 0; */
	margin: 0;
	border-top: 1px solid #E6E6E6;
	padding: 12px 32px 12px 12px;
	background: #bfa46e;
	transition: 0.3s;
	cursor: pointer;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler:hover {
	transition: 0.3s;
	background: #c79f4e;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler p {
	margin-bottom: 0;
}
.bh-accordion-element {
	padding: 12px;
}
.bhAccordeonItem.bhElement.accordeon-last .bh-accordion-element {
	border-bottom: 1px solid #E6E6E6;
}
.bhAccordeonItem.bhElement:not(.accordeon-last) {
	margin-bottom: 0;
}
.bhAccordeonItem.bhElement .bh-accordion-toggler-inner {
	font-family: 'Lato';
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 50px;
	padding: 0px
}

.bhAccordeonItem.bhElement .bh-accordion-toggler-inner:after,
.bhAccordeonItem.bhElement .bh-accordion-toggler-inner.aufklappBoxElemArrowUp:after {
	content: '\e907';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0; right: 0;
	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 23px;
	transition: .4s;
	color: #ffffff;
}

.bhAccordeonItem.bhElement .bh-accordion-toggler-inner.aufklappBoxElemArrowDown:after {
	content: '\e908';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0; right: 0;

	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 23px;
	transition: .4s;
	color: #ffffff;
}
.bhAccordeonItem.bhElement .bh-accordion-active .bh-accordion-toggler-inner:after {
	transform: rotate(180deg);
	margin-right: 3px;
	color: #ffffff;
}

.bhAccordeonItem.bhElement .bh-accordion-toggler-inner p {
	color: #fff;
	font-weight: normal;
	text-transform: none;
	text-align: center;
}





/* Zimmer Preise */
.cooprice-accordeon td {
	padding:0px;
	text-align: center;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 50px;
	width: 600px;
	font-weight: normal;
}
.cooprice-accordeon td:first-child {
	display:none;
}

td.cooprice-accordeon-season {
	line-height: 24px;
	padding: 20px 0px;
}
td.cooprice-accordeon-season .season-date {
	font-family: 'Lora', serif;
}

a.cooprice-button {
	background: #bfa46e;
	color: white;
	font-family: "Open Sans", sans-serif;
	line-height: 40px;
	display: block;
	padding:0px 20px;
}

.cooprice-accordeon-room {
	margin-bottom:20px;
	font-size: 14px;
}

.cooprice-accordeon-toggler {
	border:0px;
	padding:0px 20px;
	background: #bfa46e;
	color:white;
	font-size: 16px;
	line-height: 50px;
	font-family: 'Montserrat', sans-serif;
}

.cooprice-accordeon-toggleinfo {
	display:none;
}

.cooprice-accordeon-bodyinner {
	padding:20px 20px;
	background: rgba(188, 148, 68,0.1)
}

.cooprice-accordeon-pic {
	width: 25%;
}
.cooprice-accordeon-pic img {
	width: 100%;
	height: auto;
}

.cooprice-accordeon-text {
	width: 55%;
	padding: 0% 3%;
	box-sizing: border-box;
}

.cooprice-accordeon-inquire {
	width: 20%;
}

.cooprice-accordeon-inquire .cooprice-button {
	margin-bottom: 10px;
}

.cooprice-roompricetable-price {
	background: rgba(188, 148, 68, 0.1);

}
td:nth-child(odd) .cooprice-roompricetable-price {
	background: rgba(188, 148, 68, 0.2);

}

a.cooprice-roomdetail-backlink {
	margin-bottom: 20px;
	display: inline-block;
}

.cooprice-roomdetail-gallery {
	width: 40%;
	float: right;
	margin: 0px 0px 30px 30px;
}

.cooprice-roomdetail-gallery a {
	display: block;
}

.cooprice-roomdetail-gallery img {
	display: block;
	width: 100%;
	height: auto;
}

.cooprice-roomdetail-restpic {
	margin:-10px;
	margin-top: 10px;
}
.cooprice-roomdetail-restpic a {
	width: 33.333%;
	box-sizing: border-box;
	float: left;
	padding: 10px;
}

.cooprice-list-room-pricetable {
	clear: both;
	margin-bottom: 20px;
}

.cooprice-roomdetail td {
	padding:0px;
}

.cooprice-roomdetail .cooprice-roompricetable-price {
	padding:10px;
	text-align: center;
}

.cooprice-roomdetail tr:nth-child(odd) .cooprice-roompricetable-price {
	background: rgba(188, 148, 68, 0.1);
}

.cooprice-roomdetail-buttons {
	background: #bfa46e;
	color: white;
	font-family: 'Open Sans', sans-serif;
	padding: 5px 20px;
	width: 202px;
	float: right;
	text-align: center !important;
	cursor: pointer;
}

.bh-field input[type="submit"] {
	background: #bfa46e;
	color: white;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 30px;
}

.cooprice-roomdetail .season-name {
	font-family: 'Montserrat', sans-serif;
}

.cooprice-roomdetail-buttons {
	text-align: right;
}

a.cooprice-roomdetail-request {
	display: inline-block;
}

li.hnavi_item.active > a,
li.hnavi_item:hover > a {
	background: rgba(188, 148, 68, 0.2) !important;
}

.content .bhElement {
	max-width: 100%;
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.content .bhElement.fullwidth, .content .bhElement.BildMitText {
	max-width: 100%;
}

.bhPicture.fullwidth, .bhPicture.fullwidth .bhBgImage {
	height: 500px;
}

.fixed .bhBgImage, .fixed .bhBackgroundImage  {
	background-attachment: unset;
}

.bhElement.bhTrenner {
	margin-bottom: 10px;
}

.bhElement.BildMitText {
	text-align: center;
	height: 450px;
}

.bhElement.BildMitText .bhBackgroundImage  {
	height: 450px;
	background-size: cover;
}


.BildMitText .text .bh-bodytext {
	background: rgba(255,255,255,0.75);
	display: inline-block;
	padding: 25px 40px;
    color: #bfa46e;
    font-size: 40px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    margin-top: 170px;
    margin-bottom: 0px;
}

.BildMitText .subtext .bh-bodytext {
	background: #bfa46e;
	display: inline-block;
	color: white;
	padding: 5px 10px;
	cursor: pointer;
}

.bhLinkbox .linkbox_content {

}

@media only screen and (max-device-width: 1024px), only screen and (max-device-width: 1024px) {
   .fixed .bhBgImage, .fixed .bhBackgroundImage  {
	background-attachment: inherit !important;
}

}








#CookisWarning {
/* 	font-family: 'Roboto', serif; */
	position:fixed;
	bottom:0px;
/* 	background:rgba(50,50,50,0.8); */
	background: #fff;
	border-top:1px solid #bfa46e;
/* 	color:#606060; */
	padding:10px;
	left:0px;
	width:100%;
	text-align: left;
	box-sizing: border-box;
	z-index: 190;
	font-size: 14px;
	line-height: 20px;
}

.cookis-warning-text {
	margin-right:200px;
	margin-bottom:10px;
}

.cookis-warning-button {
	position:absolute;
	top:10px;
	right:10px;
	padding:5px 30px !important;
	color:#fff;
	background:#bfa46e;
	border-radius: 3px;
/* 	border: 1px solid #fff; */
	cursor: pointer;
}
.cookis-warning-infolink {
	color:#bfa46e;
	text-decoration: underline;
}



.mce-item-table tr:nth-of-type(odd) {
	background: rgba(191, 164, 110, 0.3);
	border-bottom: 1px solid #bfa46e;
}

.mce-item-table td {
	padding: 8px 12px;
	border: 5px solid #fff;
	border-top: none;
	border-bottom: none;
	text-align: center;
}

.mce-item-table tr:first-of-type {
	font-weight: bold;
}

.mce-item-table tr td:first-of-type {
	/*font-weight: bold;*/
	text-align: left;
}








.bh-styleclass-linkbutton {
	border: 1px solid #bfa46e;
	background: #bfa46e;
	text-align: center;
	transition: 0.3s;
	/*padding: 12px;*/
	color: #ffffff;
	cursor: pointer;
}

.bh-styleclass-linkbutton a {
	color: #ffffff;
	padding: 12px;
	display: block;
	text-align: center;
}

.bh-styleclass-linkbutton:hover {
	transition: 0.3s;
	background: #c79f4e;
}





.footerouter .page {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
}

.footer h6 {
	font-size: 18px;
	margin: 0 0 24px 0;
}

.footer .bhElement {
	margin: 0;
}


.footerPraxiOuter {
	width: 100%;
	height: 40px;
	background: #606060;
}

.footerPraxi {
	text-align: center;
	width: 80px;
	margin: 0 auto;
	padding-top: 10px;
}

.footerPraxi img {
	width: 100%;
}



.footercontent .bh-bodytext a:hover {
	text-decoration: underline;
}



/*  Zimmer Element mittels Tab-Element-Wrap  */
.bh-femode .bh-tab-togglers {
	display: none;
}
.bh-tabcontent {
	background: #f1f1f1;
	padding: 48px 20px;
	border: 4px double #bfa46e;
	border-radius: 5px;
}
.bh-femode .bh-tabcontent img {
	max-width: 300px;
	height: auto;
	margin: 0 auto;
	filter: brightness(95%);
}





.subtext p {
	border: 1px solid #bfa46e;
	background: #bfa46e;
	text-align: center;
	transition: 0.3s;
	padding: 12px;
	color: #ffffff;
	cursor: pointer;
	width: auto;
}
.subtext p:hover {
	border: 1px solid #c79f4e;
	transition: 0.3s;
	background: #c79f4e;
}
.subtext a {
	padding: 0;
	color: #ffffff;
}






.tableScroll {
	margin: 0;
}

.tableScroll.tableScrollOverflow {
	overflow: auto;
}
.scrollHinweis {
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.scrollHinweis i {
	margin: 0 10px;
	font-size: 14px;
}
.tableScroll .tableScroll .scrollHinweis {
	display: none;
}



.bh-femode .bhContainer {
	max-width: 100%;
	overflow: hidden;
}

.BildMitText .text p {
	line-height: 1.2;
}


.footerLeiste {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.footerLeisteInner {
	padding: 24px;
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}

.footerLeisteInner a {
	width: 33.33%;
	float: left;
}

.footerLeisteInner img {
	margin: 0 auto;
	max-width: 100%;
}




form .selectBox select {
	border: 1px solid #606060;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	font-size: 14px;
	cursor: pointer;
}



.bhAccordeonItem.bhElement .bh-accordion-toggler-inner p {
	text-align: center !important;
}



.bh-bodytext .anfrageButton.bh-styleclass-linkbutton {
	border: 1px solid #A7AD4E;
	background: #A7AD4E;
	margin: 24px 0 !important;
}

.bh-bodytext .buchenButton.bh-styleclass-linkbutton {
	border: 1px solid #563b2c;
	background: #563b2c;
	margin: 24px 0 !important;
}

.anfrageButton.bh-styleclass-linkbutton a,
.buchenButton.bh-styleclass-linkbutton a {
	font-weight: bold;
}

.anfrageButton.bh-styleclass-linkbutton:hover,
.buchenButton.bh-styleclass-linkbutton:hover {
	opacity: .8;
}








.iconNav {
	position: fixed;
	right: 0;
	top: 350px;
	z-index: 100;
}
.iconNav span {
	width: 60px;
	height: 60px;
	background: #bfa46e;
	display: block;
	text-align: center;
	color: #ffffff;
	line-height: 60px;
	border: 1px solid #ffffff;
	font-size: 26px;
	transition: .4s;
}
.iconNav span.bh-font-speech-bubble {
	background: #a7ad4e;
}
.iconNav span.bh-font-briefcase {
	background: #563b2c;
}
.iconNav span:hover {
	opacity: .8;
	transition: .4s;
}



body[data-page="83"] .bhAccordeonItem.bhElement .bh-accordion-toggler-inner p,
body[data-page="44"] .bhAccordeonItem.bhElement .bh-accordion-toggler-inner p,
body[data-page="42"] .bhAccordeonItem.bhElement .bh-accordion-toggler-inner p {
	text-align: left !important;
}



.bh-field.datenschutzCheckbox input[type="checkbox"] {
	height: 16px;
	width: 16px;
	margin: 3px 8px 3px 3px;
}




@media (max-width: 1200px) {

	.headerouter .galerie .bhBgImage {
		height: 500px;
		height: 40vh;
	}

	.headerouter .galerie {
		height: 500px;
		height: 40vh;
	}

	.menuouter {
		position: relative;
		left: 0;
		margin: 0 !important;
		top: 0;
	}

	li.hnavi_item > a {
		padding: 0 6px;
		font-size: 13px !important;
	}

	.content {
		margin-top: 24px;
		padding: 32px 24px;
		max-width: 100%;
		overflow: hidden;
	}

	.fixed .bhBgImage, .fixed .bhBackgroundImage {
		background-attachment: inherit !important;
	}

}


@media (max-width: 992px) {

	li.hnavi_item > a {
		padding: 0 4px;
		font-size: 12px !important;
	}

}





