@import url(https://fonts.googleapis.com/css?family=Muli:300,400|Montserrat:400,700|Merriweather:400,400italic);

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i');


/***************************/
/***************************/
/***************************/
/***************************/
/***************************/
/***************************/

/* !!!! editing causes changes on ualm, latschen und hochueberimst !!!! */

/***************************/
/***************************/
/***************************/
/***************************/
/***************************/
body { 
	font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    font-size: 15px;
	background-color: #efefef;
}
#Page{
    min-height: 100%;
    position: relative;
	padding-top: 660px;
}
.bh-bemode #Page{
	/*padding-top: 710px;*/
}
.outerbox{
    text-align: center;
}
.centered{
    text-align: left;
    margin: 0 auto;
    width: 960px;
	position: relative;
}
.bh-bemode .bhe-state-content-empty{
	outline: 1px dashed #aaa;
}
.colortext{
	color: #c61618;
	font-weight: normal;
}

/* ------------------------------- */
/* ----- Schriften --------------- */
/* ------------------------------- */

a {
    color: #000;
}

.bh-bodytext a{
    font-weight: 700;
	transition: 0.4s all;
}

.bh-bodytext a:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #865b41;
	opacity: 0.3;
	bottom: 0px;
	left: 0px;
	transition: 0.4s all;
}

.bh-bodytext a:hover {
	color: #865b41;
}

.bh-bodytext a:hover:after {
	opacity: 0.5;
}

.bh-bodytext p{
	margin-bottom: 20px;
}
.bh-bodytext ul{
    padding-left: 15px;
    margin: 0px;
    margin-bottom: 20px;
}
.bh-bodytext li{
    list-style-type: square;
}

.bh-styleclass-highlight {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	color: #3f3f3f;
}

h1,h2,h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
h1{
    font-size: 42px;
    line-height: 46px;
    padding-bottom: 20px;
    letter-spacing: 0px;
	color: #c61618;
}
h2{
    font-size: 24px;
    margin-bottom: 10px;    
}

h3{
    font-size: 18px;
   	font-family: 'Montserrat', sans-serif;
   	font-weight: 700;
}

#Content h3 {
	padding-top: 25px;
}

/* LAYOUT */
#Top{}

#Logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 435px;
	height: 241px;
	top: 40px;
	/*left: 0px;*/
	z-index: 50;
	transition: opacity .3s;
	position: fixed;
}
@media (min-width: 1920px){
	#Logo {
		left: 50%;
		margin-left: -950px;
	}
	
}

.bh-bemode  #Logo{
	top: 100px;
}

#Home {
	width: 200px;
	padding-left: 20px;
	position: absolute;
	left: 0px;
}
#Karte {
/* 	02.07.2018 -> Bild existiert nicht mehr -> Michael Rainer */
/* 	background-image: url(../images/karte.gif); */
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px; top: 0px;
	padding-right: 20px;
}
#Karte a{
	display: block;
	background: url(../images/karte.png) no-repeat left center;
	padding-left: 40px;
}

#Menu {
	line-height: 60px;
	transition: all .3s;
	position: relative;
	top: 0px;
	margin: 0px;
	height: 60px;
	width: 100%;
	background: #ffffff;
	position: fixed;
	top: 0px;
	z-index: 100;
}
.bh-bemode #Menu{
	top: 50px;
}

#Header .bhBgImage{
	height: 600px;
	background-color: rgba(0,0,0,.1);
/* 	background-attachment: fixed; */
	background-repeat: no-repeat;
	background-size: cover;
}


.bh-bemode #Header .bhBgImage{
	background-position: center center;
}
.bhe-state-editing #Header{
	padding-top: 60px;
}
/* Main-Menu*/
.topnavi_item_inner{
	overflow: hidden;
	width: 319px;
	height: 60px;
}
.topnavi_item_inner > a{
	font-size: 14px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	line-height: 60px;
	text-align: center;
	position: relative;
	top: 0px;
	transition: top .3s;
}
.topnavi_item_inner > a:after{
	content: attr(name);
	display: block;
	background: #c92426;
	height: 60px;
}
.topnavi_item + .topnavi_item .topnavi_item_inner > a:after{
	background: #f7eede;
}
.topnavi_item + .topnavi_item + .topnavi_item .topnavi_item_inner > a:after{
	background: #e6c047;
}
.topnavi_item + .topnavi_item + .topnavi_item + .topnavi_item .topnavi_item_inner > a:after{
	background: #d4d4d4;
}

.active .topnavi_item_inner > a{
	top: -10px;
	line-height: 40px;
	padding-top: 20px;
}

.topnavi_item_inner:hover a:after{
	position: relative;
	top: 0px;
	text-align: center;
}
.topnavi_item_inner:hover a{
	top: -60px;
	padding-top: 0px;
	line-height: 60px;
}
.topnavi_item{
	border-left: 1px solid #ebebeb;
}
.topnavi_item:first-child{
	border-left: none;
}


.untermenuewrapper {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 60px;
	z-index: 65;

}
.bhe-state-editing .untermenuewrapper{
	z-index: 0;
}
.bh-bemode .untermenuewrapper{
	top: 110px;
}

.logosmall {
	width: 155px;
	height: 60px;
	position: absolute;
	left: -155px;
/* 	02.07.2018 -> Bild existiert nicht mehr -> Michael Rainer */
/* 	background-image: url(../images/logo-muttekopf-small.png); */
	background-repeat: no-repeat;
	background-position: center center;
	transition-delay: .4s;
	transition: left .3s;
	transition-timing-function: ease 1s;
}
.untermenue {
	
	width: 960px;
	margin: 0 auto;
	background-color: rgba(44,44,44,.8);
/* 	02.07.2018 -> Bild existiert nicht mehr -> Michael Rainer */
/* 	background-image: url(images/untermenue-muttekopf.png); */
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .3s;
}
.topscroll .untermenuewrapper{
	top: 0px;
}
.bh-bemode.topscroll .untermenuewrapper{
	top: 50px;
}
.topscroll .untermenue {
	width: 100%;
	background-color: #c61618;
	box-shadow: 0px 0px 60px rgba(0,0,0,.75);
}

.topscroll #Menu{
	top: -60px;
}
.opacity {
	opacity: 0;
	visibility: hidden;
}
.topscroll .logosmall {
	left: 0px;
}
#Header {
	width: 100%;
	height: 600px;
	position: absolute;
	z-index: 40;
	top: 60px;
	background-color: rgba(0,0,0,.1);
	background-attachment: fixed;
	background-position: center 60px;
	background-repeat: no-repeat;
}

#ContentOuter {
	width: 100%;
	z-index: 50;
	min-height: 300px;
	padding-bottom: 400px;
	background: #efefef;
	position: relative;

}
#ContentHead{
	position: absolute;
	top: -80px;
	right: 0px;
	z-index: 80;
}
#Maincontent{
	width: 720px;
}
#Subnavigation{
	width: 210px;
	margin-right: 30px;
	padding-top: 40px;
}
.snavi_item a{
	font-size: 15px;
	line-height: 30px;
}
.active.snavi_item a{
	color: #c61618;
}
#Leveltitle{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 23px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#Content{
	width: 480px;
	padding-top: 40px;
}
#Sidecontent{
	width: 240px;
}
.noContentBorder  #Content, .noContentBorder  #Sidecontent{
	display: none;
}



#Footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
	z-index: 60;
	padding: 40px 0;
	background: url(../images/footer.jpg) no-repeat top center #535353;
}
#FooterTop{
    background: none !important;
}
#FooterTopInner{
	padding-bottom: 40px;
	border-bottom: 1px solid #3a3a3a;
	background: url(../images/footer_logo.png) no-repeat left center;
}

.FooterLogoleiste {
	display: flex;
	justify-content: center;
	align-items: center;
}


#Contact{
	margin-bottom: 30px;
}
#Contact,#Servnavi{
	padding-left: 300px;
}
#FooterTop a, #FooterTop{
	color: #fff;
	line-height: 30px;
	font-weight: 400;
}
#FooterMain{
    background: none !important;
}
#FooterMainInner {
    padding-top: 30px;
}
#FooterMainInner r{
	display: table;
	position: relative;
	height: 80px;
}
#FooterMainInner a{
	display: table-cell;
	vertical-align: middle;
	padding-left: 50px;
	opacity: 0.8;
}

/* Footer */
#FooterMainInner{
}

li.servnavi_item a, li.servnavi_item {
	display: inline-block;
}
li.servnavi_item:after{
	display: inline-block;
	content: ' – ';
	padding: 0 7px;

}
li.servnavi_item:last-child:after{
	display: none;
}
a.fb img{
	display: inline-block;
	position: relative;
	top: 5px;
}
/* SITE - MENUS */
.untermenue .bh-navigation{
	text-align: center;
	line-height: 0px;
	position: relative;
}
.hnavi_box{
	display: inline-block;
}
.hnavi_item{
	float: left;
}
.hnavi_item > a{
	color: #fff;
	line-height: 60px;
	text-transform: uppercase;
	padding: 0 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	display: block;
	position: relative;
	font-size: 14px;
}
.hnavi_item.hasSub:hover .arrow_box{
	background: url(../images/arrow.png) no-repeat center center;
	position: absolute;
	bottom: 0px; height: 10px;
	left: 0px;
	width: 100%;

}
.hsnavi_box{
	line-height: normal;
}
.hsnavi_box{
	position: absolute;
	top: 60px;
	width: 100%;
	z-index: 10;
	left: 0px;
	background: #f9f9f9;
	display: none;
	box-shadow: 0px 5px 5px rgba(0,0,0,.35);
}
.hsnavi_box_inner{
	height: 243px;
	max-width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.hnavi_picture{
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -460px;
	top: 80px;
	z-index: 50;
}

.hnavi_item:hover .hnavi_picture{
	display: block;
}
.hsnavi_col:first-child{
	padding-left: 240px;
}
.hnavi_item:hover .hsnavi_box{
	display: block;
}
.hsnavi_item{
	margin-right: 33px;
	width: 280px;
}
.hsnavi_item a {
	font-weight: 500;
	display: block;
	line-height: 275%;
	font-size: 16px;
	letter-spacing: -0.01em;
	text-align: left;
	border-bottom: 1px solid #dddddd;
	transition: 0.2s all;
}

.hsnavi_item a:hover {
	background-color: #f0f0f0;
	padding-left: 12px;
}

.space{
	display: none;
}



/* ELEMENTE */

/* Cols */
.cols2 .bhCol{
	margin-right: 0px;
	width: 50%;
}

/* Philipps Sloppy Column Solution 2024 */

.cols2 > .col2 .bhText {
	padding-left: 15px;
}
.cols2 > .col1 .bhText {
	padding-right: 15px;
}
/* End */

.cols3 .bhCol{
	margin-right: 0px;
	width: 33.3333%;
}
.cols4 .bhCol{
	margin-right: 0px;
	width: 25%;
}
.bh-cols-asymmetric > .bhElementInner > .cols2 > .col1{
	width: 66.666%;
}
.bh-cols-asymmetric > .bhElementInner > .cols2 > .col1 .bhText{
	padding-right: 15px;
}
.bh-cols-asymmetric > .bhElementInner >  .cols2 > .col2{
	width: 33.333%;
}
.overflowCols{
	margin-left: -240px;
}
.overflowCols.bh-cols-asymmetric .bhElementInner > .cols2 > .col1{
	width: 75%;
}
.overflowCols.bh-cols-asymmetric .bhElementInner > .cols2 > .col2{
	width: 25%;
}
.bhGroup.wholewidth{
	background: #fff;
}
.bhGroup.wholewidth .bhBgImage{
	height: 500px;
	background-attachment: fixed;
	background-position: top center;
}

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

.bhPicture.pictureoverlay:before {
	content:'';
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	pointer-events: none;	
}



.bhImageHover{
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: block;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
}
.bhImageHover:after{
	content: '';
	position: absolute;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	opacity: 0;
	transition: all .5s;
	top: -180%;
	display: block;
	background: url(../images/lupe.png) no-repeat center center;
}
a[href].bhElement:hover .bhImageHover:after{
	top: 0%;
	opacity: 1;
}
.newsFader .fadeItem {
	height:480px;
	box-shadow: inset 0 0 80px #000;
}
.newsFader .fadeItem{
	background-attachment: fixed;	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.fadeItemLink{
	display: table;
	position: relative;
	height:480px;
}
.fadeItemCell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
h3.newsbox_headline{
	color: #fff;
	font-size: 48px;
	margin-bottom: 0px;
	text-shadow: 0px 2px 20px rgba(0,0,0,.3);
}
.newsbox_subtext{
	font-family: 'Merriweather';
	font-style: italic;
	color: #fff;
	font-size: 18px; line-height: 25px;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 5px;
}
.newsbox_datum{
	font-family: 'Montserrat', sans-serif;
	font-size: 22px; line-height: 25px; color: #c61618;
	font-weight: bold;
	text-transform: uppercase;
}
.newsbox_datum .newsbox_time{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	text-transform: none;
}

.newsbox_datum {

	display: inline-block;
	padding: 10px;
	color: white !important;
}

/* NEWS - BOX-LIST */
.newsListItem{
	background: #000;
	width: 95%; 
	height: 275px;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}

.newsListItem_till {
	display: none;
}

.newsListItem a{
	color: #fff;
	display: block;
	padding: 20px;
	height: 100%;
	box-sizing: border-box;
}
.newsListItem a:hover{
	opacity: 0.8;
}
.newsListItem_datum{
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.35);
}
.newsListItem_headline{
	font-size: 22px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

/* NEWS - DETAIL */
#Overbox{
	display: none;
}
#Overbox .bhElement{
	height: 100%;
}
body.overbox_loadet{
	overflow: hidden;
}
.overbox_open #Overbox{
	position: fixed;
	bottom: 0px; right:0px;
	top: 0px; left: 0px;
	z-index: 1000;
	display: block;
}
.overbox_loader #Overbox{
	background: url(../images/ajax-loader.gif) center center no-repeat;
}
#Overbox #DetailLeft, #Overbox #DetailRight{
	width: 50%;
	height: 100%;
	top:0px;
	position: absolute;
}
#Overbox #DetailLeft{
	left: -50%;
	-moz-transition: left 0.5s;
	transition: left 0.5s;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#Overbox #DetailRight{
	right: -50%;
	background: #fff;
	transition: right 0.5s;
	overflow: auto;
}
#Overbox #DetailTop{
	margin-bottom: 40px;
}
#Overbox #DetailRightInner{
	padding: 50px;
	/*width: 530px;*/
	position: relative;
	
}

.overbox_loadet #Overbox #DetailLeft{
	left:0%;
}
.overbox_loadet #Overbox #DetailRight{
	right:0%;
}
#Overbox #closeOverbox{
	width: 30px;
	height: 29px;
	background: url(../images/close_overlay.png) no-repeat center center;
	cursor: pointer;
}
.newsdetail_catname{
	font-family: 'Montserrat', sans-serif;
	color: #c61618;
	font-size: 18px; font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
}
.newsdetail_pictures{
	margin-bottom: 20px;
}
.newsdetail_pictures img{
	margin-right: 5px;
}

/* Anfrage-Button */
.anfrage-btn, .event-btn{
	background: url(../images/anfrage.png) no-repeat 10px center;
	background-color: #c61618;
	padding-right: 10px;
	width: 230px;
}
.anfrage-btn a, .event-btn a{
	display: block;
	color: #fff;
	line-height: 80px;
	text-transform: uppercase;
	padding-left: 50px;
	font-weight: 300;
	background: url(../images/double_arrow.png) no-repeat right center;
}
.colorBtn a, a.colorBtn, a .colorBtn{
	background: url(../images/double_arrow.png) no-repeat right center;
	background-position: right 25px center;
	display: block;
	line-height: 60px;
	padding-left: 30px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	transition: 0.2s all;
}

a.colorBtn:hover {
	background: url(../images/double_arrow.png) no-repeat right center #734b33;
	background-position: right 20px center;
}


/* Eventbutton */
.event-btn{
	position: absolute;
	top: 0px; left: 0px; z-index: 50;
	background: url(../images/menu.png) no-repeat 10px center #c61618;
}
/* TEXT */
.whitebox.bhText{
	background: #fff;
	font-weight: 300;
}
.paddingBox{
	padding: 10px 25px;
}
.paddingBox.whitebox.bhText{
	margin-bottom: 30px;
}

.paddingBox.bhText a{
	margin: 0 -25px;
	margin-bottom: -10px;
	text-align: center;
	background: #a99f9c;
	color: #fff;
	display: block;
	text-transform: uppercase;
	line-height: 50px;
	font-weight: 500;
}

.paddingBox.bhText p{
	margin-bottom: 20px;
}
.paddingBox.bhText p:last-child{
	margin-bottom: 0px;
}

/* Fader */
.cssFaderMenuPoint{
    left: 0px; right: 0px;
    width: 100%;
    bottom: 10px; top: auto;
    text-align: center;
}
.cssFaderMenuPointInner{
    display: inline-block;
}
.cssFaderMenuPointItem{
	border: 3px solid #fff;
	border-radius: 100%;
	background: none;
	width: 6px; height:6px;
	margin-left: 10px;
}
.cssFaderMenuPointItem.current{
	background: #fff;
}
.cssFaderArrow{
    width: 50%;
	height: 60px;
	background: rgba(0,0,0,0.1);
	background-repeat: no-repeat;
}
.bhe-state-editing .cssFaderArrow{
	display: none;
}

.cssFaderArrow.fadePrev{
    background-position: right 10px center;
	background-image: url(../images/double_arrow_ret.png);
}
.cssFaderArrow.fadeNext{
    background-position: left 10px center;
	background-image: url(../images/double_arrow.png);
}

.bhNewsliste .cssFaderArrow{
	width: 80px;
	height: 100%;
} 
.bhNewsliste .cssFaderArrow.fadePrev,
.bhNewsliste .cssFaderArrow.fadeNext{
	background-position: center center;
	background-color: none;
	background-size: 20px;
}

/* Accordeon */

.bhContainer .bhAccordeonItem.accordeon-first{
}
.bh-accordion-toggler{
    padding: 10px;
    font-size: 18px;
}
.bh-accordion-toggler-inner{
    background: right center no-repeat;
}
.bh-accordion-element-inner{
    padding-top: 20px;
}
.bh-accordion-active .bh-accordion-toggler{
    background: right center no-repeat;
}
/* Box */
.bhBox{
    padding: 10px;
}
.boxTitle{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

/* Linkbox */
.bhLinkbox{
    background: #e9e9e9;
}
.linkbox_bild .bhImageInner{
    height: 148px;
}
.linkbox_content{
    padding-right: 35px;
}
.linkbox_bild {
    width: 143px;
}

.bh-brand{
	width: 80px;
	position:absolute;
	display: block;
	right: 5px;
	bottom: 0px;
}
.bh-brand-text{
}
.bh-brand-logo{
	fill-opacity: 0.6;
}


/* CooAnfrage */
#anfrage_links td{
	padding: 2px 0;
}
#anfrage_links input{
	height: 22px;
}
input.input_379px{
	width: 93%;

}
input[type="submit"]{
	border: none;
	padding: 0 35px;
	margin: 0;
	text-align: center;
	background: #a99f9c;
	color: #fff;
	display: block;
	text-transform: uppercase;
	line-height: 50px;
	font-weight: 300;
	cursor: pointer;
}

/* contact-form*/
.bh-mailform input[type="text"]{
	height: 22px;
	margin-bottom: 5px;
	padding-left: 5px;
	width: 60%;
}

.bh-mailform textarea{
	width: 80%;
	padding-left: 5px;
}
.bh-field{
	position: relative;
}
.formloader{
	position: absolute;
	left: 130px;
	top: 14px;
}
table.preistabelle{
	width: auto;
	
}
table.preistabelle td{
	padding: 1px;
	padding-right: 30px; 
}
.preistabelle td.td-1{
	color: #c61618;
	text-align: right;
}

/* ----- TABELLE TEXT-ELEMENT ------ */

.bhText.bhElement .bh-bodytext table {
	margin-bottom: 10px;
	border-top: 1px solid rgba(0,0,0,.1);
}
.bhText.bhElement .bh-bodytext table tr td {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.bhText.bhElement .bh-bodytext table tr td:nth-child(2) {
	text-align: right;
	border-left: 1px solid rgba(0,0,0,.1);
	width: 90px;
	vertical-align: top;
}





.anfrage-btn, .event-btn,
.colorBtn a, a.colorBtn,
.topscroll .untermenue{
	background-color: #865b41;
	transition: 0.2s all;
}

.anfrage-btn:hover,
.event-btn:hover {
	background-color: #68422b;
}

h1,.colortext,
.active.snavi_item a,
.newsbox_datum,
.newsdetail_catname{
	color: #865b41;
}



.orangetext{
	color: white;
}

#Logo{
	left: 0px;
	width: 125px;
	height: 120px;
	left: 50%;
	top: 120px;
	margin-left: -60px;
	background-image: url(../images/ualm_imst_logo.svg);
}
.bh-bemode #Logo{
	top: 200px;
}
#Footer{
	background: center top url(../images/footer.png) no-repeat #ebe1cf;
}
#FooterTop a, #FooterTop{
	color: #865b41;
}
#FooterTopInner{
	border-bottom: 1px solid #a09786;
}
.logosmall {
	background-image: url(../images/logo-ualm-small.png);
}
#FooterTopInner {
background: url(../images/footer_logo.png) no-repeat left top;
}
#Contact, #Servnavi{
	padding-left: 240px;
}
#closeOverbox{
	background: url(../images/close_overlay.png) no-repeat center center;
}




/* --------------------------------------------------------- */
/* --------- CSS ANPASSUNG NEWSÜBERSICHT MAI 2018 ---------- */
/* --------------------------------------------------------- */

.newsListTextWrapper {
	position: relative;
	z-index: 2;
}

.newsListItem a {
	transition: 0.5s all;
	opacity: 1;
}

.newsListItem a:hover {
	opacity: 1 !important;
}

.newsListPicture:after {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.65);
	z-index: 1;
}

.newsListPicture:after:hover {
	background: rgba(0,0,0,0.9);
}


.newsListLink {
	position: relative;
}

.newsListPicture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}


/* --------------------------------------------- */
/* --------- CSS ANPASSUNG AUFZÄHLUNGEN -------- */
/* --------------------------------------------- */



.bh-bodytext ul,
.bh-bodytext li {
	padding: 0;
/* 	margin: 0; */
	list-style: none !important;
}
.bh-bodytext ul li{
	position: relative;
	padding-left: 25px;
	color: #000000;
	border-bottom: 1px dashed #979797;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bh-bodytext ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 18px;
	height: 7px;
	background-color: #1D1D1B;
	width: 7px;
}

/**************
* Cookies
**************/
.bh-state-desktop .bh-cookies-warning {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 320px;
    padding: 15px;
    box-sizing: border-box;
    z-index: 700;
    color: #fff;
    background-color: #875B42;
    display: none;
}
.bh-state-desktop .bh-cookies-warning-accept,
.bh-state-desktop .bh-cookies-warning-link {
    background: transparent;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 50%;
    transition: 0.5s all;
    
    border-right: 1px solid rgba(255,255,255,0.7);
    color: white !important;
    font-size: 15px;
    line-height: 40px;
	font-family: 'Montserrat', sans-serif;
}
.bh-state-desktop .bh-cookies-warning-accept:hover,
.bh-state-desktop .bh-cookies-warning-link:hover{
/* 	background: rgb(139, 97, 43); */
/* 	color: rgb(139, 97, 43) !important; */
	background: #764c35;
}
.bh-state-desktop .bh-cookies-warning-link,
.bh-state-desktop .bh-cookies-warning-accept {
	padding: 0px;
	margin: 0px;
}
.bh-state-desktop .bh-cookies-warning-link {
	border-right: 0px;
}
.bh-state-desktop .bh-cookies-buttons {
	display: inline-block;
	float: none;
	display: flex;
	justify-content: center;
	padding: 0px;
	border-top: 1px solid rgba(255,255,255,0.6);
}
.bh-state-desktop .bh-cookies-warning-text {
	padding-top: 15px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.6);	
	font-size: 11px;
	letter-spacing: .3px;
	line-height: 18px;
	color: rgba(255,255,255,0.7);
	font-family: 'Montserrat', sans-serif;
}




/* ************************************** */
/* *************** CSS STYLES *********** */
/* ************************************** */

.bh-bodytext .bhe-button-yellow a {
    border: none;
    cursor: pointer;
    padding: 12px 25px;
    display: inline-block;
    text-align: center;
    -webkit-appearance: none;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none !important;
    letter-spacing: 2px;
    background: #865b41;
    transition: background .4s;
    text-transform: uppercase;
}

.bh-bodytext .bhe-button-white a  {
	border: none !important;
}


.bh-bodytext .bhe-button3,
.bh-bodytext .bhe-button3 a {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 5px;
	color: white;
}

/*---- NEWS LISTE HEADER ----*/

.bhNewsliste .headerNews {
	min-height: 600px;
	position: relative;
}
.bhNewsliste .headerNews .firstNews {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.bhNewsliste .headerNews .firstNews .bh-image-background {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

}
.bhNewsliste .headerNews .firstNews .bh-image-background .firstNewsInner {
	height: 100%;
	width: 100%;
	background: linear-gradient(135.24deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 67.57%);
}
.bhNewsliste .headerNews .firstNewsContent {
	height: calc(100% - 190px);
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 70px 70px 120px 70px;
	color: white;
	
}
.bhNewsliste .headerNews .firstNewsDate {
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	margin-bottom: 20px;
}
.bhNewsliste .headerNews .firstNewsTitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	max-width: 500px;
	line-height: 42px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.bhNewsliste .headerNews .firstNewsSubtext {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	line-height: 26px;
	font-style: normal;
	margin-bottom: 25px;
	width: 45%;
}
.bhNewsliste .headerNews .firstNewsLink {
	width: 100%;
	max-width: 400px;
}
.bhNewsliste .headerNews .otherNewsWrapper {
	position: absolute;
	height: 80px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.4);
}
.bhNewsliste .headerNews .otherNewsWrapper .otherNewsInner {
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 20px 0;
	padding-right: 240px;
}
.bhNewsliste .headerNews .otherNewsWrapper .otherNewsInner .otherNews {
	height: 100%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 20px;
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.3);
	color: white;
}
.bhNewsliste .headerNews .otherNewsWrapper .otherNewsInner .otherNews:first-child {
	padding-left: 0px;
}
.bhNewsliste .headerNews .otherNewsWrapper .otherNewsInner .otherNews:last-child {
	border-right: none;
}
.bhNewsliste .headerNews .otherNewsDate {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 17px;
}
.bhNewsliste .headerNews .otherNewsTitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
}

/* mobil */

.bh-state-mobile .bhNewsliste .headerNews {
	min-height: 300px;
}
.bh-state-mobile .bhNewsliste .headerNews .firstNewsContent {
	padding: 20px;
	padding-bottom: 0px;
	height: 100%;
	box-sizing: border-box;
}
.bh-state-mobile .bhNewsliste .headerNews .firstNewsDate {
	font-size: 14px;
	margin-bottom: 10px;
}
.bh-state-mobile .bhNewsliste .headerNews .firstNewsTitle {
	font-size: 28px;
	margin-bottom: 10px;
}
.bh-state-mobile .bhNewsliste .headerNews .firstNewsSubtext {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0px;
	width: 100%;
}
.bh-state-mobile .bhNewsliste .headerNews .otherNewsWrapper {
	display: none;
}


.bhanfrage_block {
	border-top: 1px solid #ddd;
	
}


/* === Gutschein === */
.el-voucherlist-voucher{
	border-top: 1px solid #DDDDDD;
	padding-top: 25px;
	padding-bottom: 25px;
	align-items: stretch;
	margin-bottom: 0;
	max-width: 100%;
}

.el-voucherlist-voucher-type,
.el-voucherlist-voucher-pricerange{
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #875B42;
}
.el-voucherlist-voucher-type{
	font-weight: bold;
}
.el-voucherlist-voucher-description{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.el-voucherlist-voucher-pricerange{
	margin-bottom: 25px;
}
.el-voucherlist-voucher-name{
	font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}
.el-voucherlist-voucher-dynamic-inputs{
	margin-bottom: 20px;
	font-size: 20px;
}
.el-voucherlist-voucher-button{
	position: static;
	width: 100%;
}
.el-voucherlist-voucher-dynamic-inputs input{
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
}
.el-voucherlist-voucher-button,
.bh-shop-stripe-submit{
	text-transform: uppercase;
	font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    background: #865b41 !important;
}
.bh-shop-stripe-submit{
	color: white !important;
}
.bh-shop-cart .bh-shop-button{
    background: #865b41;
    color: #fff;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.bh-shop-cart select{
    margin: 0;
    font: inherit;
    color: inherit;
}
.bh-shop-main .bh-shop-content,
.bh-shop-cart .bh-shop-cart-item,
.bh-shop-cart .bh-shop-cart-header{
	border-color: #865b41;
}
.bh-shop-cart .bh-shop-item-name{
	color: #875B42;
	font-size: 20px;
}
.bh-shop-header-cart-count{
	background: #865b41;
	border-radius: 50%;
	color: white;
	width: 26px;
	height: 26px;
	text-align: center;
	box-sizing: border-box;
	padding-left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	padding-left: 0 !important;
}

html .bh-shop-header-cart-label,
html .bh-shop-header-cart-count,
html .bh-shop-button-label,
html .bh-shop-cart-header-label.bh-shop-cart-cell.bh-shop-item-property-product,
html .bh-shop-cart-header-label.bh-shop-cart-cell.bh-shop-item-property-price,
html .bh-shop-cart-header-label.bh-shop-cart-cell.bh-shop-item-property-count,
html .bh-shop-cart-total-label,
html .bh-shop-cart-total,
html .bh-shop-cart-cell.bh-shop-item-property-price,
html .bh-shop-cart-cell.bh-shop-item-property-count {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

html .bh-shop-header-button a,
html .bh-shop-button-back,
html .bh-shop-address-buton-edit {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #865b41;
    padding: 10px 20px 9px 20px;
    border-radius: 20px;
    color: #fff;
    width: auto;
    display: inline-block;
    line-height: 20px;
    margin-top: 4px;
}

.el-voucherlist-price-fixed{
	font-size: 20px;
    line-height: 30px;
    height: 30px;
    font-family: Arial;
    padding: 0 10px;
    min-width: 60px;
    text-align: center;
    border: 1px inset rgb(118,118,118);
    background: #eae9ea;
    opacity: 0.5;
    appearance: textfield;
    display: inline-block;
    margin-bottom: 20px;
    cursor: not-allowed;
}


/* ANPASSUNG THUMBNAIL-GALERIE - UMBAU VON bhGALLERY AUF EL-GALLERY - Sascha (21.06.2021) */

.el-gallery .el-gallery-thumbnail-container {
	grid-template-columns: repeat( auto-fit, minmax(220px, 1fr));
    grid-gap: 10px;
}
.el-gallery .el-gallery-thumbnail-container .el-gallery-item {
    box-sizing: border-box;
    padding-top: 100%;
}




/*------------------------------------*\
  #Anpassungen Anfrage-Formular ( 04.10.21, Michael )
\*------------------------------------*/
.field-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 15px;
}

.field-label{
	width: 40%;
}
.field-inputs{
	width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-right: 20px;
}
.field-input{
	width: 100%;
}

.fields--occupancy select,
.fields--occupancy input{
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
	appearance: none;
	min-height: 30px;
	padding: 8px 10px;
	
	/* damit input number arrows kleiner als Input feld sind (optik) */
    line-height: 12px !important;
	background: white;
	
	border: none !important;
	outline: none !important;
}


.fields--occupancy select[disabled],
.fields--occupancy input[disabled]{
	opacity: 0.5;
}

.field-inputs--children,
.field-inputs--teens{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.field-inputs--children input,
.field-inputs--children select{
	margin-bottom: 5px;
}



.field-inputs--children > *,
.field-inputs--teens > *{
	width: 50%;
	
}
.field-inputs--children > *:first-child,
.field-inputs--teens > *:first-child{
	margin-right: 6px;
}

/* Accessibility widget */

@media only screen and (max-width: 980.98px) {
	#bh-accessibility-widget {
		--accessibility-offset-vertical: 7.5rem;
	}
}

@media only screen and (max-width: 500.98px) {
	#bh-accessibility-widget {
		--accessibility-offset-vertical: 4.5rem;
	}
}