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

html {
	-webkit-font-smoothing: antialiased;
}

body { 
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-size: 14px;
    color: #7d675f;
}
#Page{
    min-height: 100%;
    position: relative;
}
.outerbox{
    text-align: center;
}
.centered{
    text-align: left;
    margin: 0 auto;
    width: 1220px;
    max-width: 100%;
    min-width: 500px;
    position: relative;
}

/* Schriften */
a{
    color: #7d675f;
}
.bh-bodytext a{

}
.bh-bodytext p{

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

h1,h2,h3, h4{
    color: #236a39;
    font-family: 'Merriweather';
}
h1{
    font-size: 40px;
    color: #823744;
}
h2{
    font-size: 25px;
    margin-bottom: 10px;    
}
h3{
    font-size: 20px;
    margin-bottom: 10px;
}
h4{
    font-size: 15px;
    margin-bottom: 10px;
}
h1+h3{
    margin-top: -20px;
    margin-bottom: 20px;
}
.browntext{
    color: #823744;
}
.teaser{
    font-size: 18px;
    line-height: 26px;
}
a.redlink, .redlink a{
    display: inline-block;
    background: #e7d4d8;
    color: #882a3a;
    padding: 0 10px;
    font-family: 'Merriweather';
    line-height: 34px;
    font-style: italic;
}
.defaultbutton,
.defaultbutton-booking {
    background: #efe5e1;
    text-align: center;
    border: none;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #823744;
    width: 100%;
    font-family: 'Merriweather';
    transition: all .4s;
}
.defaultbutton-booking {
	display: block;
	margin-top: 15px;
}
.defaultbutton:hover,
.defaultbutton-booking:hover {
    background: #D3E1D8;
    color: #00622E;
}
#livebild{
    position: relative;
    padding: 10px;
    background: #E9F0EB;
    display: block;
}
#livebild img{
    width: 100%;
    height: auto;
}

/* Forms */
#Page label{
    font-size: 12px;
    line-height: 20px;
    color: #7d675f;
}

#Content input[type="text"],
#Content input[type="email"],
#Page input[type="text"],
#Page input[type="email"]{
    border: none;
    width: 94%;
    padding: 0 3%;
    margin-bottom: 10px;
    /* box-shadow: inset 0 0 1px #aaa; */
    border: 1px solid rgba(170, 170, 170, 0.4);
    height: 33px;
    border-radius: 5px;
    -webkit-appearance: none;
}


/* LAYOUT */
#TopOuter{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 220px;
    overflow: hidden;
    color: white;
}
#TopInner{
	min-height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
	max-width: 1220px;
	box-sizing: content-box;
}
#TopLeft, #TopRight{
/*     background: #005a2a; */

}
#TopCenter{
    width: 315px;
    height: 150px;
    position: absolute;
    left: 50%;
    margin-left: -155px;
    top: 40px;
}
#TopCenter #Logo{
    display: inline-block;
    min-height: 100px;
    margin: 0 auto;
}
#TopCenter img{
}

#TopRight a{
    display: inline-block;
}
#TopRight a:last-child{
    margin-left: 4px;
}

.top__button{
	background-color: #832B31;
	width: 80px;
	height: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: background 0.4s;
}

.top__button:hover{
	background-color: rgba(161, 46, 54, 1);
}

.top__button--edith{
	background-image: url("/fileadmin/images/logo--edith.svg");
	background-size: 60px;
}

.top__button--banders{
	background-image: url("/fileadmin/images/logo--banders.svg");
	background-size: 60px;
}

.top__button--hirschen{
	background-image: url("/fileadmin/images/logo--hirschen.svg");
	background-size: 60px;
}

.top__title{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 1.38;
	letter-spacing: 0.08rem;
	text-transform: uppercase;
}

.top__subtitle{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.65;
	letter-spacing: 0.02em;
	color: inherit;
}


#Logo a{
    background: url(../images/logo.png) no-repeat;
    display: block;
    width: 166px; height: 150px;
}
#HeaderOuter{
    background: url(../images/hirschen_muster_hg.png);
    padding-top: 225px;
    box-shadow: 0 0 2px #000;
}
#Main{
    padding: 30px 0;
    padding-bottom: 500px; 
}
.bhContainer{
    min-height: 40px;
}
#Subnavigation{
    margin-bottom: 20px;

}
#Sidecontent{
    padding-bottom: 150px;
    background: url(../images/tazen.png) no-repeat left bottom;
}
#Header .bhElement{
    margin-bottom: 0px;
}
#Leftbox{
    width: 20%;
    margin-right: 3%;
}

#Contentbox{
    width: 77%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}

.defaultpage #Leftbox,.defaultpage #Contentbox{
/*    padding-top: 40px;*/
}

#FooterMainInner{
    padding: 15px 0;
}

#Sideinfos{
    padding-top: 15px;
}
#Sideinfos .bhText{
    padding: 0px 15px;
}

#Footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #efe5e1;
    border-top: 1px solid #d9d0cd;
}
#FooterTop{
    padding: 10px 0;
    padding-top: 20px;
}
#FooterTopInner{
}
#FooterMain{
    background: #006530;
    position: relative;
}

#Footerlogo{
    width: 138px; height: 74px;
    position: absolute;
    left: 50%; margin-left: -69px;
    top: -44px;
    z-index: 4;
    background: url(../images/footerlogo.png) no-repeat center;
}
#FooterMainInner{
    text-align: center;
    font-size: 13px;
    padding-top: 50px;
}
#FooterMainInner .footerheadline{
    font-family: 'Merriweather';
    font-size: 16px;
}
.footerbuttons{
    display: inline-block;
}
.footerbuttons a{
    display: inline-block;
    margin: 0 10px;
}
#Contact{
    margin-bottom: 15px;
    padding: 0 25px;
}
/* Footer */
#FooterMainInner, #FooterMainInner a{
    color: #fff;
}
.footercol{
    width: 23%;
    margin-right: 2.66%;
    float: left;
}
.lastcol{
    margin-right: 0px;
}
.footerbg_box{
    text-align: center;
    padding-bottom: 11px;
    background: url(../images/bottom_shadow.png) no-repeat center bottom;
}
.footerbg_box .fb_inner{
    background: #f5efed;
    padding: 10px;
}
/* Footernavis */
.footer_linklist a{
    color: #988680;
    font-size: 14px;
    line-height: 36px;
    border-top: 1px solid #fff;
    background: url(../images/arrow_right.png) no-repeat right center;
    display: block;
}
.footer_linklist{
    border-bottom: 1px solid #fff;
}
#Servicenavigation{
    margin-top: 20px;
}
#Servicenavigation li{
    display: inline;
}
#Servicenavigation a{
    display: inline;
    font-size: 12px;
    line-height: 16px;
    color: #7d675f;
}
#Servicenavigation a:before{
    content: ' | ';
}
#Servicenavigation li:first-child a:before{
    content: '';
}


/* NAVIS */
#PageOverlay{
    display: none;
    top: 0px; left: 0px; right: 0px; bottom: 0px;
    position: fixed;
    background: #000;
    opacity: 0.6;
    z-index: 3;
}


#Navigation{
    background: #005f2d;
    line-height: 0px;
    text-align: center;
    z-index: 5;
}
.bh-navigation{
    display: inline-block;
}
.hnavi_item{
    float: left;
}

.hnavi_item{
    float: left;
}
.hnavi_item a{
    font-family: 'Merriweather';
}
.hnavi_item > a{
    line-height: 45px;
    font-size: 15px;
    display: block;
    position: relative;
    z-index: 200;
    padding: 0 15px;
    color: #fff;

}
.bh-navigation{
    position: relative;
}
.hnavi_item.active > a{
    background: #014420;
}

.hnavi_item:hover > a{
    background: #fff;
    color: #005a2a;
}


.hsnavi_box{
    width: 100%;
    background: #fff;
    position: absolute;
    top: 45px; left:0px;
    z-index: 100;
    box-shadow: 0 0 3px #777;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: none;
}

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

.hsnavi_item a{
    color: #812b31;
    font-size: 15px;
    border-top: 1px solid #d2d2d2;
    padding: 2px 0;
    line-height: normal;
    border-collapse: collapse;
    display: block;
}
.hsnavi_item:first-child a{
    border: none;
}

.space{
    display: none;
}

.hsnavi_col{
    /*border-top: 1px solid #d2d2d2;*/
    width: 234px;
    margin-left: 35px;
}
.hsnavi_col:first-child{
    width: 360px;
    margin-left: 0px;
}
.hsnavi_item_image {
    padding: 5px;
}
.hsnavi_item_text{
    padding: 4px 5px;
    text-align: left;
    font-size: 14px;
    max-width: 240px;
}
.hsnavi_item_subtitle{
    color: #005a2a;
    font-family: 'Open Sans';
}

.hsnavi_col:first-child .hsnavi_item_text{
    padding: 5px;
    height: 50px;
}

.hsnavi_col:first-child a .hsnavi_item_title{
    font-size: 20px;
}
.hsnavi_item_title{
    font-size: 15px;
    line-height: 33px;
}
.hsnavi_col:first-child a .hsnavi_item_title{
    line-height: 30px;
}
.hnavi_subtitle{
    display: none;
    color: #e30613;
    font-size: 32px;
    margin-bottom: 30px;
    color: #005a2a;
}

#Subnavigation .bh-navigation{
    display: block;
}


.snavi_item a{
    padding-left: 10px;
    font-size: 14px;
    line-height: 42px;
    color: #7d675f;
    font-family: 'Merriweather';
    border-top: 1px solid #dddddd;
    display: block;
}
.snavi_box{
    border-bottom: 1px solid #dddddd;
}
.snavi_item.active a, .snavi_item:hover a{
    background: #fbf5f2;
}
ul.ssnavi_box, ul.hssnavi_box{
    padding-top: 00px;
    padding-bottom: 00px;
}
.ssnavi_item  a, .hssnavi_item a{
    line-height: 42px;
    padding-left: 30px;
    color: grey;
}
.sssnavi_item a, .hssnavi_item a{
    font-size: 14px;
}
.ssnavi_item.active > a{
    font-weight: bold;
}







/* ELEMENTE */

/* Cols */
.cols2 .bhCol {
    width: 48%;
    margin-right: 4%;
}
.cols3 .bhCol {
    width: 31%;
    margin-right: 3.5%;
}
html* .cols3 .bhCol{
    width: 30%;
}

.async > .bhElementInner > .cols2 > .col1{
    width: 65.5%;
    margin-right: 3.5%;
}
.async > .bhElementInner > .cols2 > .col2{
    width: 31%;
}


/* Linkbox */
.linkbox_bild .bhImageInner{
    height: auto;
}

.bhLinkbox{
   background: url(../images/white_arrow.png) no-repeat right center #d3e1d7;
   display: block;
}

.linkbox_content{
    padding-right: 35px;
    padding-left: 0px;
    
}
.linkbox_content h3{
    margin-bottom: 0px;
}
.linkbox_content p{
    margin-bottom: 0px;
}
.linkbox_bild {
    width: 25%;
    padding: 10px;
    padding-right: 2%;
}
.bh-femode .linkbox_bild img{
    width: 100%;
    height: auto;
}
.linkbox_right {
    background: #000;
    width: 20px;
}


/* Bild */
.bhPicture .bhElementInner{
    background: #fff;
    padding: 6px;
    border: 1px solid #d4cec3;
}
.bhPicture{
    background: url(../images/bottom_shadow.png) no-repeat bottom center ;
    padding-bottom: 11px;
}

.bhFader .bhPicture .bhElementInner{
    border: none;
    padding: 0px;
}
.bhFader .bhPicture{
    background: none;
    padding-bottom: 0px;
}

/* Infobox */
.infoBox{
    background: url(../images/boxlogo.png) repeat-x  center -6px;
    padding-top: 35px;
}
.infoboxInner{
    background: #e9f0eb;
    padding: 20px 25px 25px 25px;
    border-bottom: 1px solid #00612a;
    text-align: center;
    position: relative;
    
}
.infoboxBild{
    display: inline-block;
    position: relative;
    min-width: 40px;
    max-width: 100%;
}
.infoboxShadow{
    background: url(../images/bottom_shadow.png) no-repeat  center ;
    height: 11px;
}



/* Fader */
.cssFaderMenuPoint{
    left: 0px; right: 0px;
    width: 100%;
    bottom:0px; top: auto;
    text-align: center;
    z-index: 3;
}
.cssFaderMenuPointInner{
    display: inline-block;
}
.cssFaderArrow{
    width: 80px;
    z-index: 4;
}

.cssFaderArrow.fadePrev{
    background-position: center center;
    background-image: url(../images/prev.png);
}
.cssFaderArrow.fadeNext{
    background-position: center center;
    background-image: url(../images/next.png);
}
.cssFaderMenuPointItem{
    width: 7px; height: 7px;
    background: #fff;
    border-radius: 100%;
    margin-left: 7px;
    margin-bottom: 2px;
    padding: 3px;
}
.cssFaderMenuPointItem.current{
    border: 3px solid #fff;
    background: #823744;
    padding: 0px;
}



/* 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;
}


/* RTE-Styles */
.bhTextInner.bh-text-hightlighttext{
    padding: 20px;
    color: #fff;
    background: black;
}
.bhTextInner.bh-text-hightlighttext2{

}



/* Zimmer-Akkordeon */

.cooprice-accordeon-toggler {
    border: none;
    background: #efe5e1;
    color: #823744;
    padding: 0px 15px;
    padding-right: 0px;
    font-family: 'Merriweather';
}

td.cooprice-accordeon-season{
    font-family: 'Merriweather';
    background: #fff;
    border-right: 1px solid #efe5e1;
    color: #65554a;
    font-size: 13px;
    padding: 10px;
    text-align: left;
}
.season-headline{
    font-size: 18px;
}
.season-subtext{
    font-style: italic;
}
.cooprice-accordeon-season:last-child{
    border: none;
}
.cooprice-accordeon-room {
    margin-bottom: 10px;
}
.cooprice-accordeon-bodyinner{
    background: #fbf5f2;
}
.cooprice-accordeon-body{
   
}
.cooprice-roompricetable-row{
     background: #fbf5f2;
}
.cooprice-roompricetable td{
    border-right: 1px solid #efe5e1;
    font-family: 'Merriweather';
    padding: 10px;
}
.cooprice-roompricetable td:last-child{
    border-right: none;
}
td.cooporce-firstcol{
    text-align: left;
}

.cooprice-roompricetable-row td,
.cooprice-accordeon-seasonhead td{
    width: 33%;
}
.cooprice-accordeon-name{
    font-size: 20px;
    line-height: 50px;
}
.cooprice-accordeon-subtext{
    line-height: 50px;
    padding-left: 2%;
}
.cooprice-accordeon-toggleinfo{
    height: 50px;
    width: 50px;
    background: url(../images/open.png) no-repeat center center #e4d5cf;
}
.bh-accordion-active .cooprice-accordeon-toggleinfo{
    background: url(../images/close.png) no-repeat center center #e4d5cf;
}
.cooprice-outlinebutton{
    display: block;
    background: #efe5e1;
    color: #823744;
    font-size: 16px;
    line-height: 40px;
    padding-left: 15px;
    margin-top: 9px;
    font-family: 'Merriweather';
    text-align: center;
}
.cooprice-accordeon-inquire{
    padding-top: 20px;
}
.cooprice-accordeon-inquire a{
    color: #fff;
    background: #236a39;
    display: block;
    text-align: center;
    width: 110px;
    padding: 35px 0;
    line-height: normal;
    font-size: 16px;
    font-family: 'Merriweather';
    border-radius: 100%;
}
.cooprice-accordeon-text li{
    font-size: 13px;
}
.cooprice-roompricetable-price{
    font-size: 18px;
}
.cooprice-accordeon-pic{
    padding: 6px;
    border: 1px solid #ddd;
}
.cooprice-accordeon-pic a{
    display: block;
    position: relative;
}
/* NL-Abmeldung */
.message-error{
    color: red;
}
.message-ok{
    color: green;
    font-weight: bold;
}



/* Forms */
.bh-mailform{
    position: relative;
    width: 75%;
}
.bh-fieldblock-inner{
    width: 46%;
}
.bh-fieldblock {
    margin-bottom: 15px;
    border: 1px solid #006530;
    padding: 25px 20px;
    padding-bottom: 10px;
}


#Page .bh-mailform label{
    width: 100px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
    font-size: 12px;
}
.bh-datefields label{
    text-align: left;
}
#Page .bh-checkfield label{
    width: 140px;
    text-align: left;
}
.bh-field{
    margin-bottom: 13px;
    position: relative;
}
#Page .bh-mailform input[type="text"],
#Page .bh-mailform input[type="mail"]{
    width: 150px;
    border: 1px solid #ccc;
}
input{
    font-family: 'Open Sans';
}
.field-mini input[type="text"],
.field-mini input[type="mail"]{
    width: 80px;
}

.bh-field .ui-datepicker-trigger{
    position: absolute;
    right: 28px;
    z-index: 5px;
    top: 1px;
}

.bh-fieldblock textarea{
    width: 98%;
    height: 90px;
}

.bh-field input[type="submit"]{
    border: none;
    width: 200px;
    height: 30px;
    cursor: pointer;
    background: #006530;
    color: #fff;
}

.bhImageHover{
    width: 21px; height: 21px;
    background: url(../images/plus.png) no-repeat;
    top: -6px; right: -6px;
    display: none;
}
a[target="lightbox"][href]:hover .bhImageHover{
    display: block;
}
.bhFader .bhImageHover{
    display: none !important;
}


/* Quickform-Boxes */
/* Anfrage */
#QfForm1, #QfForm2{
    margin-bottom: 20px;
    background: #005a2a;
}


.formbox_head{
    color: #fff;
    font-family: 'Merriweather';
     margin-bottom: 10px;
}
.formbox_body{
    
}
#Page .formbox_body input[type="text"]{
    margin-bottom: 0px;
}
.defaultpage .formbox_body input.defaultbutton {
    width: 150px;
}

.formbox{
    padding: 30px;
    margin-bottom: 20px;
}
.defaultpage #QfForm1{
    text-align: center;
    line-height: 0px;
    width: 100%;
     position: absolute;
    top: 0px;
    height: 60px;
    overflow: hidden;
}
.defaultpage #QfForm1 .formbox_head{
   margin-bottom: 0px;
   margin-right: 10px;
   float: left;
   line-height: 40px;
}
.defaultpage #QfForm1 .formbox_body{
    width: 620px;
}

.defaultpage #QfForm1 .formbox > div{
}
.defaultpage #Main{
    padding-top: 75px;
}

.defaultpage #QfForm1 .formbox{
    padding: 10px 0px;
    display: inline-block;
    margin-bottom: 0px;
    position: relative;
    vertical-align: top;
    
}
.defaultpage #QfForm1 .formbox *{
    float: left;
}

.defaultpage #QfForm1 .bh-deprecated-datepicker{
 width: 300px;
}
.defaultpage #QfForm1 .formbox_body form{
    float: none;
    display: block;
}
.defaultpage #QfForm1 .formbox_body form *{
}
.defaultpage #QfForm1 .formbox_body input[type="text"]{
    margin-right: 10px;
    width: 120px;
    height: 36px;
    line-height: 36px;
}



#Page.startpage .formbox_body input[type="text"]{
  margin-bottom: 15px;
}
.bh-femode #Content .bhImageInner img{
    width: 100%;
    height: auto;
}

/* bookingbox */
#b_editDates h3{
    display: none;
}
.b_availFormInner, #b_availFrm {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0px !important;
}
#b_editDates h4{
    color: #fff;
}

#b_availCheckIn, #b_availCheckOut{
    padding-right: 0px !important;
}

@media all and (max-width: 1024px) {
    h2{
        font-size: 20px;
    }
    .centered{
        padding: 0 1%;
        box-sizing: border-box;
    }
    #Header{
        width: 100%;
        padding: 0px;
    }
    .bh-mailform{
        width: 100%;
    }
}
.cooRouteLocation{
    
}
.cooRouteLocation input.cooRouteLocationInput{
    width: 200px !important;
}
.cooRouteMap{
    min-height: 376px !important;
}
.cooRouteLegs .adp-directions td:first-child{
    background-color: transparent !important;
}

/* priceline */
.priceline{
    background: #fbf5f2;
    margin-bottom: 15px;
    font-size: 12px; line-height: 16px;
    color: #86726b;
    font-family: 'Merriweather';
    
}
.pricelineDescription{
    font-style: italic;
    width: 66%;
    padding: 15px 0;
    padding-left: 3%;
}
.pricelinePrice{
    width: 30%;
    border-left: 1px solid #dccdc7;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
}
.priceline p{
    margin-bottom: 0px;
}

/* pauschalen */
.bhPauschalen{
	position: relative;
}
.pauschallist{
	position: relative;
	margin-left: -3.5%;
	width: 100%;
}
.pauschalbox{
	width: 31%;
	margin-left: 2.3333%;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	margin-bottom: 30px;
}
.pauschal_pic img{
	width: 100%;
	height: auto;
}
.pauschalbox_content{
	padding: 20px;
	height: 180px;
	max-height: 180px;
	overflow: hidden;
	background: #efe5e1;
}
.pauschal_link a{
	display: block;
	background: #fff;
	line-height: 40px;
	color: #236a39;
	text-align: center;
		font-weight: bold;
}
.pauschal_price, .pauschaldate{
	color: #236a39;
	font-weight: bold;
}
.pauschal_price{
	font-size: 16px;
}
.pauschaldate, .pauschalsubtext{
	margin-bottom: 10px;
}
h3.pauschalbox_headline{
	margin-bottom: 0px;
}

.pauschaldetail_box h1{
	line-height: normal;
}
.pauschalpricetable td{
	padding: 10px;
	text-align: center;
	border: 1px solid #7d675f;
}
.pauschalpricetable{
	margin-bottom: 20px;
}
.pt_headrow td{
		color: #236a39;
		font-weight: bold;
}
td.pt_col0{
	text-align: left;
	font-size: 16px;
}
.pauschaldetail_footer a{
	display: block;
	padding: 0 20px;
}
.pauschaldetail_anfragen a{
	background: #006530;
	color: #fff;
}
.pauschaldetail_box h1{
	margin-bottom: 5px;
}
.pauschaldetail_box .pauschaldate{
	font-size: 17px;
}
.pauschaldetail_gallery_outer{
	margin-bottom: 20px;
}


/* --------------------------------------------- */
/* ------- COOKIES WARNING WEST EDITION -------- */
/* --------------------------------------------- */

/* ------- DESKTOP ----------------------------- */

.bh-state-desktop .bh-cookies-warning {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 320px;
    padding: 15px;
    box-sizing: border-box;
    background-color: white;
    z-index: 700;
    color: #fff;
    background-color: #005A2E;
    display: none;
    border-radius: 0px;
	box-shadow: 0px 2px 10px rgba(0,0,0,.12);
}

.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.2);
    color: #FFFFFF !important;
    font-size: 15px;
    line-height: 40px;
	font-family: 'Merriweather';

}

.bh-state-desktop .bh-cookies-warning-accept:hover,
.bh-state-desktop .bh-cookies-warning-link:hover {
	background: #006634;
}


.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 {
	float: none;
	display: flex;
	justify-content: center;
	padding: 0px;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.bh-state-desktop .bh-cookies-warning-text {
	padding-top: 15px;
	text-align: center;

	border-top: 1px solid rgba(255,255,255,0.2);	
	font-size: 12px;
	line-height: 18px;
	color: rgba(255,255,255,0.8);
    font-family: 'Open Sans', sans-serif;

}



/* -------- Header-Button auf Startseite eingebaut ( 29.05.2020 ) ------- */
.header__button{
	width: 160px;
	height: 160px;
	position: absolute;
	bottom: 0;
	right: 40px;
	display: block;
	background: url("/fileadmin/images/button--timeout-2.svg") no-repeat center center;
	background-size: contain;
	transform: translateY(75%);
	z-index: 10;
	display: none;
	transition: all 0.4s;
}

body[data-page="1"] .header__button{
	display: block;
}

.header__button:hover{
	transform: translateY(75%) rotateZ( 15deg );
}

.bhe-state-editing .header__button{
	display: none !important;
}

@media (max-width: 1140px ){
	.header__button{
		transform: none;
		bottom: 20px;
	}
	.header__button:hover{
		transform: rotateZ( 15deg );
	}
}