



/*
font-family: 'Martel', serif;
font-family: 'Noto Sans', sans-serif;
font-family: 'Martel Sans', sans-serif;
font-family: 'Caveat', cursive;
*/


body{
    font-family: 'Martel', serif;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    letter-spacing: 0;
    line-height: 28px;
    background: #f7f6f5;
}
.bh-bemode #Page{
    padding-top:50px;
}


.bhBackgroundImage.bhe-state-property-empty {
    background: #ccc;
}

/* -------- Bakehouse Dev Sachen ------- */
.dev-show-content-label {
    position: relative;
}
.bhe-state-dragging .dev-show-content-label:before {
    content: attr(data-label);
    position: absolute;
    z-index: 880;
    padding: 10px;
    background: rgba(48,48,48,0.8);
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-bottom-right-radius: 4px;
    pointer-events: none;
}

.dev-redirect-box{
    position: fixed;
    top: 300px;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    background-color: #a03a99;
    z-index: 80;
    border-radius: 3px;
    color: white;
    padding: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px black;
            box-shadow: 0 0 5px black;
    font-size: 28px;
    line-height: 36px;
    display: none;
    text-align: center;
}
.bhe-state-editing .dev-redirect-box{
    display: none !important;
}
.dev-redirect-box p{
    margin-bottom: 0;
}
.dev-redirect-box-link{
    font-weight: bold;
    font-size: 32px;
}
.dev-table-responsive-prev,
.dev-table-responsive-next{
    cursor: pointer;
    font-size: 30px;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    color: #a02f99;
}
.dev-table-responsive-prev:before{
    content: "\e905";
}
.dev-table-responsive-next:before{
    content: "\e906";
}


.bh-state-desktop .style-height-80{
    height: 80vh;
}


/* -------- Styles ------- */

a {
    color: inherit;
}
input[type="submit"]{
    -webkit-appearance: none;
}
h1, h2, h3, h4, h5{
    margin-top: 0;
}

h1{
    font-family: 'Martel', serif;
    font-weight: 400;
    font-size: 44px;
    color: #B4ABA2;
    letter-spacing: 0.5px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
}
h2{
    font-family: 'Martel', serif;
    font-weight: 400;
    font-size: 36px;
    color: #B4ABA2;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}
h3{
    font-family: 'Martel', serif;
    font-weight: 600;
    font-size: 26px;
    color: #B4ABA2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
h4{
    font-family: 'Martel', serif;
    font-weight: 600;
    font-size: 24px;
    color: #B4ABA2;
    letter-spacing: 1px;
/* 	text-transform: uppercase; */
    text-align: center;
}
.style-text-black{
    color: black;
}
.style-text-teaser{
    font-family: 'Martel', serif;
    font-size: 20px;
    color: rgba(0,0,0,0.85);
    letter-spacing: 0;
    line-height: 34px;
    text-align: center;
}
.style-text-spruch{
    font-family: 'Caveat', cursive;
    font-size: 34px;
    color: #B4ABA2;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
}
.style-background-dark{
    background: #d9d5d0 !important;
    display: inline-block;
}
.style-button{
    font-family: 'Martel', serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #B4ABA2;
    letter-spacing: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    display: inline-block;
}
.style-button-purple{
    background-color: #a02f99;
    color: white;
}
.style-button-white{
    background-color: #ffffff;
    color: #B4ABA2;
}
.style-button-grey{
    background: #b4aba2;
    color: white;
}

.style-buttons-booking{
    text-align: center;
    margin-bottom: 40px;
}
.style-button-booking{
    margin: 0 12.5px;
    border-radius: 0;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background: #9a8f84;
    color: white;
    padding: 0 20px;
    cursor: pointer;
    line-height: 60px;
    margin-bottom: 10px;
    min-width: 150px;
    box-sizing: border-box;
}

.style-button-booking:hover {
    background: #ada194;
}

.style-button-booking__icon{
    font-size: 20px;
    position: relative;
    top: 3px;
}


.style-background-purple{
    background: #a03a99 !important;
}
.style-background-white{
    background: white !important;
    color: #B4ABA2 !important;
}
.style-background-grey{
    background: #d9d5d0 !important;
}
.style-background-darkgrey{
    background: #b4aba2 !important;
}
.style-popup-headline {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #B4ABA2;
    margin-bottom: 0px;
}

.bh-bodytext a{
    color: #b4aba2;
}

.bh-bodytext ul {
    padding-left: 25px;
}
.bh-bodytext li,
.copyrightlist li{
    list-style: none;
    position: relative;
}
.bh-bodytext li:before,
.copyrightlist li:before{
    position: absolute;
    left: -25px;
    top: 0px;
    line-height: inherit;
    vertical-align: middle;
    color: #b4aba2;
    content: '\e906';

    font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
/*     line-height: inherit; */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ------------------------------------------ */
/* --------         Fader       ------- */
/* ------------------------------------------ */
body:not(.bhe-state-editing) .bhFadecontainer > .bhContainer,
body:not(.bhe-state-editing) .fadeContainer > .fadeContainerInner{
    overflow: visible;
}

/* ------------------------------------------ */
/* --------         Swiper       ------- */
/* ------------------------------------------ */
.swiper-arrow-button{
    position: absolute;
    top: 50%;
    font-size: 30px;
    margin-top: -15px;
    z-index: 20;
    cursor: pointer;
}
.swiper-arrow-prev{
    left: 0;
    right: auto;
}
.swiper-arrow-next{
    right: 0;
    left: auto;
}



/* ------------------------------------------ */
/* --------         Header-Bereich    ------- */
/* ------------------------------------------ */
#Header{
    position: relative;

}
.header-content{
    min-height: 500px;
}
.header-gradient{
/*
    background: url(../images/header_gradient.png) no-repeat top center;
    background-size: 100% auto;
*/
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 400px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 80;
}

.header-left-content {
    position: absolute;
    top: 280px;
    left: 90px;
    width: 150px;
    z-index: 99;
    transition: all 0.3s ease;
}


.langMenu ul{
    margin: 0;
    padding: 0;
}
.langMenu li{
    list-style: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    font-size: 13px;
}
.langMenu li:first-child{
    margin-left: 0;
}
.langMenu li:before{
    content: '';
    bottom: 5px;
    height: 1px;
    left: 0;
    width: 100%;
    background: #9A8F84;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.langMenu li.active:before{
    opacity: 1;
}
#Header .header-offer-button {
    position: absolute;
    right: 90px;
    bottom: 35%;
    z-index: 100;
    width: 140px;
    height: 140px;
    z-index: 90;
}

@media screen and (max-height: 850px) {

    #Header .header-offer-button {
        right: 200px;
    }
}

.bhe-state-editing #Header .header-offer-button,
.bhe-state-editing #Header .header-badge-content {
    z-index: 810;
    background-color: rgba(204, 245, 116, 0.66);
}
/* -------- Navigation ------- */
.static-top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 90px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.bh-bemode .static-top-bar {
    top: 50px;
}

.bhe-state-dragging .static-top-bar {
    pointer-events: none;
}

.menu-button {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer;
}

.menu-button-icon {
    position: relative;
    height: 20px;
    width: 40px;
}

.menu-button-icon-line {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background: white;
    transform: translateY(-50%);
    transition: width 0.3s;
}

.menu-button-icon-line-1 {
    top: 0;
    width: 80%;
}

.menu-button-icon-line-2 {
    top: 50%;
}

.menu-button-icon-line-3 {
    top: 100%;
    width: 70%;
}

.menu-button:hover .menu-button-icon-line {
    width: 100%;
}

.menu-button-close-icon {
    position: relative;
    height: 20px;
    width: 40px;
}

.menu-button-close-line {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background: white;
}

.menu-button-close-line-1 {
    transform: translateY(-50%) rotate(31deg);
    transform-origin: left top;
    transition: width 0.3s;
}

.menu-button-close-line-2 {
    top: 100%;
    transform: translateY(-50%) rotate(-31deg);
    transform-origin: left bottom;
    transition: width 0.3s;
}

.menu-button-text {
    margin-left: 20px;
    color: white;
    font-weight: 700;
}

.static-top-bar-logo {
    position: absolute;
    left: 50%;
    top: 90px;
    height: 180px;
    width: 230px;
    transform: translateX(-50%);
    background-image: url("/fileadmin/images/logo.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.top-bar-lang-navigation .bh-language-menu {
    display: flex;
    flex-flow: row nowrap;
    list-style-type: none;
}

.top-bar-lang-navigation li {
    list-style-type: none;
    color: white;
    font-weight: 700;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.top-bar-lang-navigation li.active,
.top-bar-lang-navigation li:hover {
    opacity: 1;
}

.top-bar-lang-navigation li:nth-child(2) {
    margin-left: 4px;
    margin-right: 4px;
    pointer-events: none;
}

.sticky-top-bar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    height: 80px;
    width: 100%;
    padding-left: 90px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F7F6F5;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 0px rgba(154, 143, 132, 0.20);
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    transform: translateY(calc(-100% - 50px));
    transition: transform 0.5s;
}

body[data-menu="fixed"] .sticky-top-bar {
    transform: translateY(0);
}

.bh-bemode .sticky-top-bar {
    top: 50px;
}

.sticky-top-bar .menu-button-icon-line {
    background: #9A8F84;
}

.sticky-top-bar .menu-button-text {
    color: #9A8F84;
}

.sticky-top-bar-logo {
    position: absolute;
    left: 50%;
    top: 100%;
    height: 93px;
    width: 78px;
    transform: translate(-50%, -50%);
    background-image: url("/fileadmin/images/logo_small.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.top-bar-buttons {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
}

.top-bar-button {
    background: #9A8F84;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    transition: background 0.3s;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    color: #ffffff;
    min-width: 160px;
    box-sizing: border-box;
}

.top-bar-button:hover {
    background: #ada194;
}

.top-bar-button-text {
    line-height: 1;
    margin-left: 20px;
    margin-top: 5px;
}

.top-bar-button-icon {
    font-size: 20px;
}

@media (max-width: 960px) {
    .static-top-bar {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .static-top-bar-logo {
        top: 90px;
        height: 180px;
        width: 230px;
    }
    .sticky-top-bar-buttons,
    .menu-button-text {
        display: none;
    }
    .sticky-top-bar {
        padding-left: 30px;
        padding-right: 30px;
    }
}









.navigation-box{


    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.navigation-box-inner{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 60px;
    max-width: 1440px !important;
    margin: 0 auto;
}
.Logo{
    width: 205px;
    height: 160px;
}
.Logo a{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/logo.svg) no-repeat left center;
    background-size: contain;
}
/* -------- Header-Buttons ------- */
.header-buttons{
    position: absolute;
    right: 0;
    bottom: 25px;
    z-index: 80;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.header-button{
    background: #9a8f84;
    color: white;
    padding: 0 20px;
    cursor: pointer;
    line-height: 60px;
    display: block;
    margin-bottom: 10px;
}
.bh-state-desktop #Header .header-button{
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    right: -80px;
    width: 200px;
}
.header-button:hover{
    background: #ada194;
}
.bh-state-desktop #Header .header-button:hover{
    right: -60px;
}
.header-button-enquiry{
    border-radius: 4px 0 0 4px;
}
.header-button-book{
    border-radius: 4px 0 0 4px;
}
/*
    ausgebaut am 29.01.2018
.header-button-split{
    width: 1px;
    background: #a03a99;
    border: none;
    position: relative;
}
*/
/*
    ausgebaut am 29.01.2018
.header-button-split:before{
    content: '';
    width: 1px;
    background: #61235d;
    height: 40px;
    top: 50%;
    left: 0;
    margin-top: -20px;
    position: absolute;
}
*/
.header-button-voucher{
    color: white;
    border-radius: 4px 0 0 4px;
}

.header-button-icon{
    font-size: 20px;
    position: relative;
    top: 3px;
}

/* ------------------------------------------ */
/* --------         Sticky Nav       ------- */
/* ------------------------------------------ */
#StickyNav{
    position: fixed;
    margin-top: -200px;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 140;
    background: #d9d5d0;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,0.30);
            box-shadow: 0 1px 8px 0 rgba(0,0,0,0.30);
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#StickyNav .navigation{
    padding-right: 30px;
}
#StickyNav .hnavi_item{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}
#StickyNav .header-button{
    font-size: 15px;
}
.bh-bemode #StickyNav{
    top: 50px;
}
.sticky-navigation-box-outer{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
/*
#StickyNav .navigation-box{
    padding: 0 30px;
}
*/
#StickyNav .Logo{
    width: 76px;
    height: 90px;
/* 	margin-top: 25px; */
    position: absolute;
    left: 20px;
    top: 25px;
}
#StickyNav .Logo a{
    background: url("../images/logo_small.png") no-repeat left center;
    background-size: contain;
}
body[data-menu="fixed"] #StickyNav{
    margin-top: 0;
}
#StickyNav .hnavi_item{
    color: #9A8F84;
    line-height: 60px;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
}
#StickyNav .navigation-box{
    position: static;
    width: auto;
}
#StickyNav .header-booking-buttons{
    position: static;
}
#StickyNav .header-button{
    border-radius: 0;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
}

#StickyNav .header-button-voucher{
    display: none;
}
#StickyNav ul.hsnavi_box{
    top: 60px;
}
#StickyNav li.hnavi_item > a:before{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/* ------------------------------------------ */
/* ----         CONTENT BEREICH       ------- */
/* ------------------------------------------ */
#Content{
    padding-top: 60px;
    padding-bottom: 60px;
}

.el-layout .el-picture .bhImageInner{
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.bh-state-desktop .header-content .el-backgroundpicture{
    height: 80vh;
    min-height: 500px;
}

/* ------------------------------------------ */
/* --------         Service Bereich       ------- */
/* ------------------------------------------ */
#ServiceSection{
    background: url(../images/bg-content-bottom.png) no-repeat bottom center;
    background-size: 100% auto;
    padding-top: 60px;
    padding-bottom: 40px;
    display: none;
}

/* ------------------------------------------ */
/* --------         Footer            ------- */
/* ------------------------------------------ */
.footer-newsletter-info {
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 12px;
}
#Footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 14px;
    color: #B4ABA2;
    letter-spacing: 0.5px;
    line-height: 26px;
    padding-top: 80px;
}
.footer-wrapper{
    margin: 0 auto;
    min-width: 400px;
    margin-bottom: 30px;
}
.footer-logo{
    width: 100px;
    height: 120px;
    margin: 0 auto;
}
.footer-logo a{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/logo_small.png) no-repeat left center;
    background-size: contain;
}
.footer-address{
    font-style: normal;
}
.footer-address h4{
    margin-bottom: 0;
}
.footer-address a{
    color: inherit;
}
.footer-address .bhElement{
    margin-bottom: 20px;
}
.footer-address > .bhContainer > div:first-child{
    margin-bottom: 60px;
}
.footer-social{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.social-link{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
}
#Footer a,
.social-link{
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}
#Footer a:hover,
.social-link:hover{
    color: #9e3c98;
}
.footer-menu{
    background: #b4aba2;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    color: white;
}
.footer-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.footer-service .servnavi_box{

}
.footer-service .servnavi_item{
    display: inline-block;
}


/* Footer anpassung - 19.03.2019 markus */
#Footer .footer-info-text span{
    font-weight: bold;
}
#Footer .footer-info-text,
#Footer .footer-info-text-bottom{
    font-family: 'Martel', serif;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    color: #B5ABA2;
}
#Footer .footer-info-text-bottom{
    margin-bottom: 10px;
    font-weight: bold;
}
#Footer a.footer-info-social-box {
    margin: 0 25px;
    min-width: 82px;
}
#Footer .footer-info-social-outer{
    display: flex;
    justify-content: center;
}
#Footer .footer-info-text a,
#Footer .footer-info-text span{
    font-weight: bold;
}
#Footer .footer-info-social-text span{
    font-size: 14px;
    line-height: normal;
    text-align: center;
}
#Footer .footer-info-social-icon {
    height: 44px;
    font-size: 35px;
}
#Footer a.footer-info-social,
#Footer .footer-info-text {
    margin-bottom: 40px;
}
#Footer .footer-info-social {
    margin-bottom: 50px;
}
#Footer address.footer-address {
    margin-bottom: 60px;
}


/* ------------------------------------------ */
/* -------  Newsletter Anmelden & Abmelden       ------- */
/* ------------------------------------------ */

.bhnl-register-form {
    background: #f7f6f5;
}
.bhnl-register-form ul li {
    list-style-type: none;
}

.bhnl-register-form,
.bhnl-unregister-form{
    background: white;
    margin-bottom: 30px;
}
.bhnl-register-form form,
.bhnl-unregister-form form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.bhnl-form-field{
    height: 55px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    letter-spacing: 0;
}
.bhnl-form-field input{
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    font-family: 'Martel', serif;
    font-weight: 300;
    font-size: 16px;
    color: #B3ABA1;
    border: 1px solid #B3ABA1;
    border-radius: 0;
}
.bhnl-register-form input[type="submit"],
.bhnl-unregister-form input[type="submit"]{
    width: 150px;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    background: #b4aba2;
    height: 55px;
    cursor: pointer;

    font-family: 'Martel', serif;
    font-weight: bold;
    font-size: 16px;
    color: #F7F6F5;
    letter-spacing: 0;
    text-transform: uppercase;
}



/* ------------------------------------------ */
/* --------         packagefader       ------- */
/* ------------------------------------------ */
.packagefader-all-button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 13px;
    color: #B4ABA2;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.packagefader-all-button:hover{
    text-decoration: underline;
}
.packagefader-container{
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.packagefader-item{
    padding: 20px 0;
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    letter-spacing: 0;
    text-align: center;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.packagefader-item.swiper-slide-next{
    border-left: 1px solid #e5e1de;
}
.packagefader-item:hover{
    background: rgba(255, 255, 255, 0.6);
}
.packagefader:before{
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #e2dedb;
    display: none;
}
.packagefader-title{
    font-family: 'Martel', serif;
    font-weight: bold;
    font-size: 22px;
    color: #A03A99;
    letter-spacing: 0;
}
.packagefader-pic{
    margin-bottom: 30px;
    height: 190px;
    background-size: cover;
}
.packagefader-price-preview{
    font-family: 'Martel', serif;
    font-weight: bold;
    font-size: 20px;
    color: #A03A99;
    letter-spacing: 0.55px;
    margin-bottom: 30px;
}
.packagefader-link-more{
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);
            box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);
    font-family: 'Martel', serif;
    font-weight: bold;
    font-size: 16px;
    color: #B4ABA2;
    letter-spacing: 0;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
}
.packagefader .swiper-arrow-button{
    color: #b4aba2;
}
.packagefader .swiper-arrow-prev{
    left: -20px;
}
.packagefader .swiper-arrow-next{
    right: -20px;
}

/* ------------------------------------------ */
/* --------         Roomlist       ------- */
/* ------------------------------------------ */
.roomlist .swiper-arrow-button{
    color: white;
}
.roomlist .swiper-arrow-prev{
    left: 20px
}
.roomlist .swiper-arrow-next{
    right: 20px
}

.roomlist-room{
    border: 5px solid #FFFFFF;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
    position: relative;
    margin-bottom: 20px;
}
.roomlist-room-pic{

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    height: 500px;
    background-size: cover;
}
.roomlist-room-content{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    z-index: 100;
    text-align: center;
    color: #F7F6F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    pointer-events: none;
}

.roomlist-room-title{
    font-family: 'Martel', serif;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 50px;
    text-transform: uppercase;
}
.roomlist-room-description{
    font-family: 'Martel', serif;
    font-size: 20px;
    color: rgba(255,255,255,0.85);
    letter-spacing: 0;
    line-height: 34px;
}
.roomlist-room-header{
    pointer-events: all;
}
.roomlist-room-buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: all;
}
.roomlist-room-button{
    font-family: 'Martel Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #F7F6F5;
    letter-spacing: 0.5px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}
.roomlist-room-gradient{ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.65)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:100px;
    z-index: 50;
    pointer-events: none;
}

/* ------------------------------------------ */
/* --------         Roomdetail       ------- */
/* ------------------------------------------ */
.roomdetail .swiper-arrow-button{
    color: white;
}
.roomdetail-fader-outer{

    margin-bottom: 60px;
}
.roomdetail-fader{
    border: 5px solid #FFFFFF;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
}
.roomdetail-pic{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 600px;
    background-size: cover;
}
.roomdetail-outlines{
    margin-bottom: 40px;
}
.roomdetail-outline-pic{
    border: 5px solid #FFFFFF;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    overflow: hidden;
}
.roomdetail-outline-pic img{
    display: block;
    width: 100%;
}
.roomdetail-outline-pic:hover img{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.roomdetail-outline-pic img {
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.roomdetail-title{
    margin-bottom: 0;
}

.roomdetail-description{
    font-family: 'Martel', serif;
    text-align: center;
    font-size: 20px;
    color: #B4ABA2;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 40px;
}
.roomdetail-text{
    font-family: 'Martel', serif;
    font-size: 20px;
    text-align: center;
    color: rgba(0,0,0,0.85);
    letter-spacing: 0;
    line-height: 34px;
    max-width: 670px;
    margin: 0 auto;
}
.roomdetail-pricetable-title{
    text-align: center;
}
.roomdetail-pricetable tbody tr:nth-child(odd){
    background: #d9d5d0;
}
.roomdetail-pricetable{
    text-align: center;
    margin-bottom: 10px;
}
.roomdetail-pricetable th,
.roomdetail-pricetable .roomdetail-pricetable-row td{
    padding: 10px 20px;
}
.roomdetail-pricetable th{
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    letter-spacing: 0;
    line-height: 28px;
    white-space: nowrap;
}
.roomdetail-pricetable-row-empty{
    line-height: 5px;
}
.roomdetail-pricetable tr td:first-child{
    text-align: left;
}
.roomdetail-season{
    white-space: nowrap;
}
.roomdetail-pricetable-controls{
    text-align: center;
}




/* ------------------------------------------ */
/* --------         Packagelist       ------- */
/* ------------------------------------------ */
.packagelist-filter-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
    border-top: 1px solid rgba(181, 172, 163, 0.4);
    border-bottom: 1px solid rgba(181, 172, 163, 0.4);
/* 	margin-bottom: 50px; */
    list-style: none;
}
.packagelist-filter{
    cursor: pointer;
    opacity: 0.8;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.packagelist-filter.disabled{
    display: none;
}
.bh-state-desktop .packagelist-filter:before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    background: rgba(158, 60, 152, 0.8);
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.bh-state-desktop .packagelist-filter:hover:before,
.bh-state-desktop .packagelist-filter.active:before{
    opacity: 1;
}
.packagelist-filter.style-button{
    text-transform: none;
}
.packagelist-filter.active{
    opacity: 1;
}
.packagelist-packages{
    margin-left: -30px;
    margin-right: -30px;
}
.packagelist-package{
    text-align: center;
    width: calc( 50% - 90px );
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 40px;
    -webkit-transition: 0.0s ease all;
    -o-transition: 0.0s ease all;
    transition: 0.0s ease all;
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
}
.packagelist-package:hover{
    background: rgba(255, 255, 255, 0.4);
}
.packagelist-packages .packagelist-package.even{
    border-left: 1px solid #e5e1de;
}
/*
.packagelist-packages .packagelist-package:nth-child(2n){
    border-left: 1;
}
*/
.packagelist-title{
    font-family: 'Martel', serif;
    font-weight: bold;
    font-size: 22px;
    color: #A03A99;
    letter-spacing: 0;
}
.packagelist-pic{
    margin-bottom: 30px;
    height: 190px;
    background-size: cover;
}
.packagelist-price-preview{
    font-family: 'Martel', serif;
    font-weight: bold;
    font-size: 20px;
    color: #A03A99;
    letter-spacing: 0.55px;
    margin-bottom: 30px;
}
.packagelist-link-more{
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);
            box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);
    font-family: 'Martel', serif;
    font-weight: bold;
    font-size: 16px;
    color: #B4ABA2;
    letter-spacing: 0;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
}


/* ------------------------------------------ */
/* --------         Packagedetail       ------- */
/* ------------------------------------------ */
.packagedetail .swiper-arrow-button{
    color: white;
}
.packagedetail-fader {
    border: 5px solid #FFFFFF;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
    margin-bottom: 60px;
}

.packagedetail-pic{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 450px;
    background-size: cover;
}
.packagedetail-date{
    font-family: 'Martel', serif;
    text-align: center;
    font-size: 20px;
    color: #B4ABA2;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 40px;
}
.packagedetail-pricetable-title{
    text-align: center;
}
.packagedetail-pricetable-subtext{
    text-align: center;
    margin-bottom: 20px;
}
.packagedetail-pricetable tbody tr:nth-child(odd){
    background: #d9d5d0;
}
.packagedetail-pricetable{
    text-align: center;
    margin-bottom: 40px;
}
.packagedetail-content {
    margin-bottom: 40px;
}
.packagedetail-pricetable th,
.packagedetail-pricetable td{
    padding: 10px 20px;
}
.packagedetail-pricetable th{
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    letter-spacing: 0;
    line-height: 28px;
    white-space: nowrap;
}
.packagedetail-pricetable tr td:first-child{
    text-align: left;
}
.packagedetail-pricetable tr td:last-child{
    text-align: right;
}
.packagedetail-season{
    white-space: nowrap;
}
.packagedetail-pricetable-controls{
    text-align: center;
}
div[data-section="packagedetail_additional_services"].bhe-state-content-empty{
    border-top: 1px solid #9e3c98;
    border-bottom: 1px solid #9e3c98;
}
div[data-section="packagedetail_additional_services"]{
    background-color: #d9d5d0;
}


/* ------------------------------------------ */
/* --------         Price-Overview       ------- */
/* ------------------------------------------ */
.price-overview-room-title{
    margin-bottom: 0;
}
.price-overview-room-title a{
    text-decoration: underline;
}
.price-overview-room-subtitle{
    font-size: 16px;
    text-transform: none;
    padding-left: 10px;
}
.price-overview-pricetable tbody tr:nth-child(odd){
    background: #d9d5d0;
}
.price-overview-pricetable{
    text-align: center;
    margin-bottom: 40px;
}
.price-overview-pricetable th,
.price-overview-pricetable .price-overview-pricetable-row td{
    padding: 10px 20px;
}
.price-overview-pricetable th{
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    letter-spacing: 0;
    line-height: 28px;
    white-space: nowrap;
}
.price-overview-pricetable-row-empty{
    line-height: 5px;
}
.price-overview-pricetable tr td:first-child{
    text-align: left;
}
.price-overview-season{
    white-space: nowrap;
}
.price-overview-pricetable-controls{
    text-align: center;
}

.price-overview-buttons{
    text-align: center;
    margin-top: 10px;;
    margin-bottom: 40px;
}
.price-overview-button{
    display: inline-block;
    margin: 0 12.5px;
}

/* ------------------------------------------ */
/* --------         Weather       ------- */
/* ------------------------------------------ */

.bh-weather-black .bh-weather,
.bh-weather-black .bh-weather-date-readable {
    color: rgba(0,0,0,0.85) !important;;
}

/* .bh-weather-black .bh-weather-icon[data-icon="Clear"] { background-image: url('../images/weather/black/clear-day.svg') !important; }
.bh-weather-black .bh-weather-icon[data-icon="Clouds"] { background-image: url('../images/weather/black/cloudy.svg') !important; }
.bh-weather-black .bh-weather-icon[data-icon="Atmosphere"] { background-image: url('../images/weather/black/fog.svg') !important; }
.bh-weather-black .bh-weather-icon[data-icon="Rain"] { background-image: url('../images/weather/black/rain.svg') !important; }
.bh-weather-black .bh-weather-icon[data-icon=""] { background-image: url('../images/weather/black/sleet.svg') !important; }
.bh-weather-black .bh-weather-icon[data-icon="snow"] { background-image: url('../images/weather/black/snow.svg') !important; }
.bh-weather-black .bh-weather-icon[data-icon="wind"] { background-image: url('../images/weather/black/wind.svg') !important; } */





/* ------------------------------------------ */
/* --------         Cookies Warning       ------- */
/* ------------------------------------------ */
.bh-cookies-warning {
    box-shadow: 0px 0px 25px rgba(0,0,0,0.2);
}
.bh-cookies-warning-text{
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 40px;
    justify-content: center;
}
.bh-cookies-warning-accept,
.bh-cookies-warning-link {
    background: #aba093;
    text-align: center;

    color: #FFFFFF;
}

.bh-cookies-warning-link {
    background: #e5e5e5;
    color: grey;
}

/*---- EASYBOOKING LIGHTBOX HACK ----*/

#ServiceSection{
    display: none !important;
}

.footer-wrapper{
    position: relative;
    z-index: 10;
}

.footer-bg{
    position: relative;
    pointer-events: none;
    background: url("/fileadmin/images/footer_huettendorf_colored.jpg") no-repeat left bottom;
    background-size: 100% auto;
    width: 100%;
    padding-bottom: 56.25%;
/* 	max-width: 1440px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: -20%;
    opacity: 0.9;
}

.footer-bg:after{
    content: '';
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg,transparent 0%, rgba(247,246,245,1) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

/*
#Footer:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;


}
*/

/*
.bhe-state-editing #Footer{
    background-image: url("/fileadmin/images/footer_huettendorf_white.jpg")
}
*/
















.nav-overlay {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 900;
    overflow: auto;
    max-height: 100%;
    background: #9A8F84;
    transition: transform 0.5s, opacity 0.5s;
    pointer-events: none;
    opacity: 0;
    transform: translateY(100px);
}

.bh-bemode .nav-overlay {
    top: 50px;
    height: calc(100% - 50px);
}

.navigation-open .nav-overlay {
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
}

.nav-overlay-top-bar {
    position: absolute;
    z-index: 400;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 90px;
    padding-right: 40px;
    padding-top: 90px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.nav-overlay-top-bar-button {
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-overlay__inner {
    height: 100%;
}

.nav-overlay_overlay__main {
    height: 100%;
}

.nav-overlay__navigation .hnavi_box {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-overlay__navigation .hnavi_item {
    list-style-type: none;
    list-style: none;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.nav-overlay__navigation .hsnavi_box {
    margin: 0;
    padding: 0;
}

.nav-overlay__navigation .hnavi_item:last-child {
    margin-bottom: 3rem;
}

.nav-overlay__navigation .hnavi_item.active .hnavi_item_title,
.nav-overlay__navigation .hnavi_item[data-accordion-state="open"] .hnavi_item_title,
.nav-overlay__navigation .hnavi_item.open .hnavi_item_title {
    opacity: 1;
    color: var(--template-primary-fill-color);
}
.nav-overlay__navigation .hsnavi_item {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav-overlay__navigation .hsnavi_item a {
    transition: color 0.3s;
}

.nav-overlay__navigation .hsnavi_item:hover a,
.nav-overlay__navigation .hsnavi_item.active a {
    color: var(--template-primary-fill-color);
}

    .nav-overlay__navigation .hnavi_item .hnavi_item_text {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding-right: 40px;
}

.nav-overlay__navigation .hnavi_item .hnavi_item_text::after {
    content: "";
    height: 14px;
    width: 14px;
    min-width: 14px;
    top: 0.5em;
    border-radius: 50%;
    background: transparent;
    display: block;
    box-sizing: border-box;
    z-index: 10;
    border: 2px solid white;
    transition: background 0.3s;
    margin-left: 30px;
}
.nav-overlay__navigation .hnavi_item.open .hnavi_item_text::after,
.nav-overlay__navigation .hnavi_item[data-accordion-state="open"] .hnavi_item_text::after {
    background: white;
}

.nav-overlay__navigation .hsnavi_item {
    text-decoration-style: solid;
    text-decoration-color: currentcolor;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.4em;
}
.nav-overlay__navigation .hsnavi_item.active {
    text-decoration-line: underline;
}

@media only screen and (min-width: 721px) {
    .nav-overlay__main {
        display: grid;
        grid-template-columns: 400px 1fr;
        grid-template-rows: auto;
        transform: translate(0,0);
    }
    .nav-overlay__navigation {
        height: 100%;
        grid-column: span 2;
        position: relative;
    }
    .nav-overlay__image {
        grid-row: span 2;
    }
    .nav-overlay__service-navigation {
        grid-column: span 2;
        grid-row: 2;
    }
    .nav-overlay__navigation .hnavi_box {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        min-height: 100%;
        max-height: 100%;
        overflow: auto;
        width: 400px;
        padding-left: 90px;
        padding-top: 180px;
        padding-bottom: 90px;
        box-sizing: border-box;
    }
    .nav-overlay__navigation .hnavi_item {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /* .nav-overlay__navigation .hnavi_item .hnavi_item_image {
        position: absolute;
        top: 0;
        left: 100%;
        width: 50%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.3s;
    } */
    .nav-overlay__navigation .hnavi_item .hnavi_item_image {
        position: fixed;
        top: 0;
        right: 0;
        width: calc(100% - 400px);
        height: 100%;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s;
    }
    .nav-overlay__navigation .hnavi_item .hnavi_item_image::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0.13%, rgba(0, 0, 0, 0.10) 100.84%);
        z-index: 1;
    }

    .nav-overlay__navigation .hnavi_item.open .hnavi_item_image {
        opacity: 1;
    }

    .nav-overlay__navigation .hnavi_item .hnavi_item_image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .nav-overlay__navigation .hsnavi_box,
    .nav-overlay_overlay__image {
        position: fixed;
        top: 0;
        left: 400px;
        width: calc(100% - 400px);
        height: 100%;
        max-height: 100%;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: flex-start;
        overflow: auto;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s, height 0.3s;
        padding-left: 90px;
        padding-top: 200px;
        padding-bottom: 90px;
        padding-right: 90px;
        box-sizing: border-box;
        gap: 20px;
    }
    .nav-overlay_overlay__image {
        background-image: url('/fileadmin/images/navigation-bg.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 1;
        z-index: -1;
    }
    .navigation-open .nav-overlay__navigation .hnavi_item.open .hsnavi_box {
        opacity: 1;
        pointer-events: auto;
    }

    .nav-overlay__navigation .hsnavi_item {
        opacity: 0.6;
        transition: opacity 0.3s;
    }
    .nav-overlay__navigation .hsnavi_item.active,
    .nav-overlay__navigation .hsnavi_item:hover {
        opacity: 1;
    }

}

@media (max-width: 1500px)  and (min-width: 721px)  {
    .nav-overlay__navigation .hnavi_item {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 960px)  and (min-width: 721px)  {
    .nav-overlay__navigation .hsnavi_box {
        padding-left: 40px;
        padding-top: 80px;
        padding-bottom: 40px;
        padding-right: 40px;
        gap: 16px;
    }
    .nav-overlay-top-bar-buttons {
        display: none;
    }
    .nav-overlay__navigation .hnavi_item {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .nav-overlay-top-bar {
        padding-top: 40px;
    }
    .nav-overlay__navigation .hnavi_box {
        padding-left: 40px;
        padding-top: 120px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 720px) {
    .nav-overlay-top-bar {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .nav-overlay__navigation .hnavi_item_title {
        font-size: 20px;
    }
    .nav-overlay__navigation .hnavi_item_image,
    .nav-overlay-top-bar-buttons {
        display: none;
    }
    .nav-overlay__navigation .hsnavi_box {
        transition: height 0.3s;
        overflow: hidden;
    }
    .nav-overlay__navigation .hsnavi_item:first-child {
        margin-top: 20px;
    }
    .nav-overlay__navigation .hsnavi_item:last-child {
        margin-bottom: 20px;
    }
    .nav-overlay__navigation {
        padding-bottom: 10px;
    }
    .nav-overlay__outer,
    .navigation-open .nav-overlay__outer,
    .nav-overlay__inner,
    .nav-overlay__main {
        height: 100%;
        box-sizing: border-box;
    }
    .nav-overlay__main {
        display: flex;
        flex-flow: column nowrap;
        overflow: auto;
    }
    .nav-overlay__inner {
        padding-top: 90px;
        padding-left: 80px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .nav-overlay__navigation {
        flex-grow: 1;
    }
    .nav-overlay__navigation .hsnavi_item {
    }
    .nav-overlay__navigation .hnavi_item {
        margin-top: 2rem;
        margin-bottom: 2rem;
        list-style: none;
        list-style-type: none;
    }
    .nav-overlay__navigation .hsnavi_item {
        margin-top: 12px;
        margin-bottom: 12px;
        padding-left: 20px;
        font-size: 16px;
        list-style: none;
        list-style-type: none;
    }
}
@media only screen and (max-width: 475px) {
    .nav-overlay__icons {
        display: none;
    }
    .nav-overlay__navigation-toggler::after {
        content: none;
    }
}
