/* Responsive Settings
<#################################>*/
@media (min-width: 992px) and (max-width: 1200px) {}
@media (min-width: 768px) and (max-width: 992px) {}
@media (min-width: 0px) and (max-width: 768px) {}

/* zu Null */
@media (min-width: 0px) and (max-width: 1200px) {}
@media (min-width: 0px) and (max-width: 992px) {}
@media (min-width: 0px) and (max-width: 768px) {}


/* IE Pattern
<#################################>*/
.ie-pattern{
    /* Border arround */
    border-style:solid;
    border-width: 1px;
    border-color: #ccc;
    
    /* Border left */
    border-left-style:solid;
    border-left-width: 1px;
    border-left-color: #ccc;
    
    /* Border right */
    border-right-style:solid;
    border-right-width: 1px;
    border-right-color: #ccc;
    
    /* Border top */
    border-top-style:solid;
    border-top-width: 1px;
    border-top-color: #ccc;
    
    /* Border bottom */
    border-bottom-style:solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
}



canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hover-ovrly{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    display: none;
}



/* Footer Image Lins
<--------------------------------->*/
.footer-img-links{
    margin-top: 43px;
    padding-bottom: 43px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}
.footer-img-links-hdl{
    height: 88px;
}
.footer-img-links h3{
    color: #CAB18D;
    font-size: 13px;
    font-weight: 700;
    line-height: 88px;
}
@media (min-width: 0px) and (max-width: 1200px) {
    .footer-img-links h3{
        text-align: center;
    }
    body .footer-img-links img{
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    body .footer-img-link-item img{
        padding: 10px 15px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    body .footer-img-link-item img{
        padding: 10px 35px;
    }
    body .footer-img-link-item{
        margin-bottom: 15px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    body .footer-img-link-item img{
        padding: 10px 30px;
    }
    body .footer-img-link-item{
        margin-bottom: 25px;
    }
    .footer-img-links{
        border: 0;
        padding-bottom: 0;
    }
}
.footer-img-links img{
    padding: 10px;
    max-width: 100%;
    width: 120px;
    height: auto;
    vertical-align: middle;
}
body .footer-img-link-item{
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
body .footer-img-link-item a{
    outline: none;
}



/* Gutschein Form Design
<--------------------------------->*/
table.gutscheine .head{
    font-family: 'Oxygen', sans-serif !important;
    color: #373737;
}
#orderform button,
button[name="goforward"],
button[name="goback"]{
    color: #CAB18D;
    border-width: 2px;
    border-color:  #CAB18D;
    border-style: solid;
    border-radius: 7px;
    font-size: 15px;
    display: block;
    padding: 10px 47px;
    margin-top: 20px;
    background: white;
    font-family: 'Oxygen', sans-serif !important;
    cursor: pointer;
}
#orderform button img,
button[name="goforward"] img,
button[name="goback"] img{
    display: none;
}
form fieldset{
    border: 0;
}

#orderform input[type="text"]{
    display: block;
    width: 100%;
    line-height: 1.42857143;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    
    border-radius: 7px;
    border-width: 1px;
    border-color: #C1C1C1;
    border-style: solid;
    background-color: #ffffff;
    padding: 9px 20px;
    color: #343434;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    margin-bottom: 10px;
}



/* Single Applications
<--------------------------------->*/
body .single-application{
    height: 172px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 172px;
    border-radius: 7px;
    background-color: #636363;
}
@media (min-width: 768px) and (max-width: 992px) {
    body .single-application{
        background-position: center right;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    body .no-gutter-xs{
        padding-left: 0px;
        padding-right: 0px;
    }
    body .single-application{
        margin-bottom: 20px;
        height: 320px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; 
        background-position: center right 20%;
    }
}

.space-bottom{
    margin-bottom: 30px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .space-top{
        margin-bottom: 120px;
    }
    .space-bottom{
        margin-bottom: 0px;
    }
}

body .single-theme-view{
    padding-top: 0px;
    margin-top: 53px;
}
.single-theme-view h3{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 12px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .single-theme-view h3{
        font-size: 34px;
        line-height: 44px;
    }
}

.single-theme-view-hedline-h3{
    margin-bottom: 20px;
    margin-top: 30px;
}
.single-theme-view-hedline-h3 p{
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    line-height: 26px;
}
.single-theme-view-hedline-text{
    margin-bottom: 50px;
}
.single-theme-view-hedline-text p{
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    line-height: 26px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .single-theme-view-hedline-text p,
    .single-theme-view-hedline-h3 p{
        font-size: 26px;
        line-height: 38px;
    }
    .single-theme-view-hedline-h3 p{
        margin-bottom: 30px;
    }
}

.single-application h3{
    font-family: 'Noto Serif', serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 4px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 0px) and (max-width: 768px) {
    .single-application h3{
        font-size: 34px;
        line-height: 44px;
    }
}

.single-application p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding-left: 30px;
}
@media (min-width: 0px) and (max-width: 768px) {
    .single-application p{
        font-size: 26px;
        line-height: 32px;
    }
}

.single-application-price{
    border-radius: 7px;
    border-width: 1px;
    border-color:  #CAB18D;
    border-style: solid;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    background-color: white;
    background-image: url(https://gutscheine.balitherme.de/images/flower-edge-bg.png);
    background-position: left -30px bottom -50px;
    background-repeat: no-repeat;
    
    position: absolute;
    top: 0;
    width: 100%;
}
.single-application-price-more .single-application-price p{
    padding: 15px 5px 0px 5px;
}
.single-application-price-more .single-application-price{
    border-radius: 7px 7px 0 0;
}
.single-application-price-second{
    top: 82px;
    border-radius: 7px !important;
}
@media (min-width: 0px) and (max-width: 768px) {
    .single-application-price-second{
        top: 115px;
    }
}

.single-application-price.inserted-shadow{
    -webkit-box-shadow: 0 6px 6px -4px #333;
    -moz-box-shadow: 0 6px 6px -4px #333;
    box-shadow: 0 6px 6px -4px #333;
}

.single-application-text p{
    font-family: 'Noto Serif', serif;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 24px;
    margin-bottom: 57px;
}
@media (min-width: 0px) and (max-width: 768px) {
    .single-application-text p{
        margin-bottom: 90px;
        font-size: 28px;
        line-height: 38px;
        margin-top: 35px;
    }
}

.single-application-price p{
    color:  #373737;
    font-size: 12px;
    font-weight: 400;
    padding: 20px 5px;
}
@media (min-width: 0px) and (max-width: 768px) {
    .single-application-price p{
        font-size: 24px;
    }
}

.single-application-price p strong{
    text-transform: uppercase;
    font-weight: 700;
}
.single-application-price-more .single-application-price h4{
    padding-bottom: 12px;
}
.single-application-price h4{
    color: #5a5a5a;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 19px;
    padding-right: 32px;
    padding-top: 3px;
    text-align: right;
}
@media (min-width: 0px) and (max-width: 768px) {
    .single-application-price h4{
        font-size: 55px;
        line-height: 55px;
    }
}

body .single-application-price-more .single-application-coupon{
    margin-top: 161px;
}
@media (min-width: 0px) and (max-width: 768px) {
    body .single-application-price-more .single-application-coupon{
        margin-top: 220px;
    }
}

body .single-application-coupon{
    border-radius: 0 0 7px 7px;
    background-color: #636363;
    z-index: 9;
    margin-top: 114px;
}
@media (min-width: 0px) and (max-width: 768px) {
    body .single-application-coupon{
        margin-top: 144px;
    }
}
body .single-application-coupon a{
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 25px 0 15px;
}
body .single-application-coupon a:hover{
    color: #f2f2f2;
}

@media (min-width: 0px) and (max-width: 768px) {
    body .single-application-coupon a{
        font-size: 24px;
        padding: 35px 0 25px;
    }
}


/* Addons */
.addon-application-title h3{
    color: #373737;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
@media (min-width: 0px) and (max-width: 768px) {
    .addon-application-title h3{
        font-size: 30px;
        line-height: 50px;
    }
}

.addon-application-title h4{
    color: #373737;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 29px;
}
@media (min-width: 0px) and (max-width: 768px) {
    .addon-application-title h4{
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 28px;
    }
}

.addon-application-item{
    border-radius: 7px;
    border-width: 1px;
    border-color:  #c1c1c1;
    border-style: solid;
    background-color:  #f2f2f2;
    margin-bottom: 15px;
    height: 59px;
}
@media (min-width: 0px) and (max-width: 768px) {
    .addon-application-item{
        height: 78px;
    }
}

.addon-application-item-name p{
    padding-left: 28px;
    line-height: 59px;
    color: #555555;
    font-size: 15px;
    font-weight: 700;
}
@media (min-width: 0px) and (max-width: 768px) {
    .addon-application-item-name p{
        font-size: 21px;
        line-height: 78px;
    }
}

.addon-application-item-price{
    border-radius: 7px;
    border-width: 1px;
    border-color:  #CAB18D;
    border-style: solid;
    background-color:  #ffffff;
    height: 59px;
    margin-top: -1px;
    margin-right: -2px;
    background-image: url(https://gutscheine.balitherme.de/images/flower-edge-bg.png);
    background-position: left -30px bottom -60px;
    background-repeat: no-repeat;
}
@media (min-width: 0px) and (max-width: 768px) {
    .addon-application-item-price{
        height: 78px;
    }
}

.addon-application-item-price p{
    color: #5a5a5a;
    font-size: 25px;
    font-weight: 700;
    line-height: 59px;
    text-align: right;
    padding-right: 31px;
}
@media (min-width: 0px) and (max-width: 768px) {
    .addon-application-item-price p{
        line-height: 78px;
        font-size: 33px;
    }
}


/* Forms 7
<--------------------------------->*/
/** Form BHC */
.recall-form{
    
}
.recall-form .form-control{
    border-radius: 7px;
    border-width: 1px;
    border-color: #C1C1C1;
    border-style: solid;
    background-color: #ffffff;
    padding: 9px 20px;
    color: #343434;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .recall-form .form-control,
    html body .recall-form .btn-default{
        padding: 22px 20px;   
        font-size: 23px;
    }
}

body .recall-form p{
    padding: 0;
}
body .recall-form .recall-form-label p{
    height: 60px;
}
@media (min-width: 768px) and (max-width: 992px) {
    body .recall-form .recall-form-label p{
        height: 130px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    body .recall-form .recall-form-label p{
        height: auto;
        margin-bottom: 20px;
    }
}

body .recall-form .btn-default{
    border-radius: 7px;
    border-width: 1px;
    border-color: #CAB18D;
    border-style: solid;
    background-color: #ffffff;
    padding: 9px 20px;
    color: #343434;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    text-align: left;
}


/* Resonsive Menu
<--------------------------------->*/
body #wrapper.toggled #sidebar-wrapper {
    width: 480px;
    z-index: 999999999;
}
body #wrapper.toggled {
  padding-right: 0px;
}
#sidebar-wrapper .sub-menu{
    display: none;
}
#sidebar-wrapper li.menu-item-has-children ul{
    
}


/* Content
<--------------------------------->*/
.content{
    margin-top: 104px;
}
.content.opening-times-dash{
    margin-top: 53px;
}

/** Opening Times */
.opening-times-dash h3{
    color: #373737;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 31px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .opening-times-dash h3{
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 51px;
    }
}

.opening-times-dash .google_map_canvas{
    border-radius: 8px;
    border-style:solid;
    border-width: 1px;
    border-color: #CAB18D;
    height: 326px !important;
    margin-bottom: 66px;
}
.opening-times-dash .clear-sidebar-bottom{
    margin-bottom: 89px;
    height: 1px;
    display: block;
}
body .opening-times-dash a.btn{
    padding: 35px 35px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: left;
    border-radius: 8px;
}
@media (min-width: 0px) and (max-width: 992px) {
    body .opening-times-dash a.btn{
        font-size: 24px;
        line-height: 33px;
    }
}

body .opening-times-dash a.btn-map{
    background-color: #ECC99F;
    color: #744614;
    background-image: url(https://gutscheine.balitherme.de/images/anfahrt.png);
    background-repeat: no-repeat;
    background-position: right 10px top 12px;
    background-size: auto 100%;
}
@media (min-width: 0px) and (max-width: 992px) {
    body .opening-times-dash a.btn-map{
        margin-bottom: 0;
    }
}

body .opening-times-dash a.btn-parking{
    background-color: #9e8974;
    color: white;
    background-image: url(https://gutscheine.balitherme.de/images/parkplatz.png);
    background-repeat: no-repeat;
    background-position: right 10px top 10px;
    background-size: auto 100%;
}
body .opening-times-dash a.btn-umleitung{
    background-color: #534b43;
    color: white;
    background-image: url(https://gutscheine.balitherme.de/images/umfahrung.png);
    background-repeat: no-repeat;
    background-position: right 10px top;
    background-size: auto 100%;
}


.opening-times-dash .radiobtn label{
    padding: 21px;
    border-radius: 8px;
    border-style:solid;
    border-width: 1px;
    border-color: #A5A5A5;
    display: block;
    background-color: #F2F2F2;
    font-size: 14px;
    text-align: center;
    margin-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .opening-times-dash .radiobtn label{
        font-size: 24px;
        line-height: 33px;
    }
}

.opening-times-dash .radiobtn label input{
    float: left;
    display: none;
    position: relative;
}
.opening-times-dash .radiobtn label.checked{
    border-color: #DBB880;
    background-color: #F3DFBC;
}
.opening-times-dash .radiobtn .radiobtn-input{
    display: inline-block;
    text-align: center;
    border: 1px solid #A5A5A5;
    color: #333;
    width: 24px;
    height: 24px;
    cursor: pointer;
    float: left;
    border-radius: 50%;
    background-color: white;
    position: relative;
}
@media (min-width: 0px) and (max-width: 992px) {
    .opening-times-dash .radiobtn .radiobtn-input{
        width: 34px;
        height: 34px;
    }
}

body .opening-times-dash .radiobtn .radiobtn-input.checked{
    background-color: #737373;
    border: 1px solid #737373;
}
body .opening-times-dash .radiobtn .radiobtn-input.checked:after{
    position: absolute;
    content: '';
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background-color: white;
    border-radius: 50%;
}
.opening-times-dash #healthMail{
    display: none;
}
body .opening-times-dash #allMail .form-control,
body .opening-times-dash #healthMail .form-control{
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 19px;
    box-shadow: none !important;
    color: #555 !important;
}
body .opening-times-dash input[type="text"],
body .opening-times-dash input[type="email"]{
    height: 58px;
}
@media (min-width: 0px) and (max-width: 992px) {
    body .opening-times-dash #allMail .form-control,
    body .opening-times-dash #healthMail .form-control{
        font-size: 23px;
    }
    body .opening-times-dash input[type="text"],
    body .opening-times-dash input[type="email"]{
        height: 78px;
    }
}

body .opening-times-dash #allMail .form-control:focus,
body .opening-times-dash #healthMail .form-control:focus{
    border-color: #CAB18D;
}
.kontakt-form-bali{
    margin-bottom: 96px;
}
body .opening-times-dash .btn-submit{
    border-radius: 0;
    border-color: #CAB18D;
    border-width: 2px;
    font-size: 14px;
    font-family: 'Noto Serif', serif;
    color: #CAB18D;
    font-weight: 300;
    padding: 14px 70px;
}
@media (min-width: 0px) and (max-width: 992px) {
    body .opening-times-dash .btn-submit{
        font-size: 24px;
        line-height: 36px;
    }
}

body .opening-times-dash .btn-submit:hover{
    background-color: #CAB18D;
    color: white;
}
body .opening-times-dash input[type=checkbox]{
    width: 25px;
    height: 25px;
}
@media (min-width: 0px) and (max-width: 992px) {
    body .opening-times-dash input[type=checkbox]{
        width: 35px;
        height: 35px;
    }
}

.kontakt-form-bali-submit-area{
    border-top-style:solid;
    border-top-width: 1px;
    border-top-color: #DADADA;
    margin-bottom: 27px;
    margin-top: 50px;
}
.opening-times-dash .required-field{
    margin-top: 22px;
    margin-bottom: 45px;
}
.opening-times-dash .checkbox-item input[type=checkbox]{
    position: absolute;
    left: 0;
    top: 0;
}
.opening-times-dash .checkbox-item label{
    display: block;
    font-weight: 400;
}
.opening-times-dash .wpcf7-list-item-label{
    display: inline-block;
    width: 80%;
    margin-left: 46px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .opening-times-dash .wpcf7-list-item-label{
        font-size: 24px;
        line-height: 36px;
    }
}

.opening-times-dash-contact{
    margin-bottom: 0px;
}

@media (min-width: 0px) and (max-width: 992px) {
    .opening-times-dash-contact p{
        font-size: 24px;
        line-height: 36px;
    }
}

@media (min-width: 0px) and (max-width: 992px) {
    .opening-times-dash-contact-sidebar p{
        font-size: 24px;
        line-height: 36px;
    }
    .opening-times-dash-contact-sidebar{
        margin-bottom: 60px;
    }
}



/** Events und News */
.events-news-image-frame{
    border-radius: 8px;
    overflow: hidden;
    height: 198px;
}
@media (min-width: 768px) and (max-width: 992px) {
    .events-news-image-frame{
        height: 320px;
        margin-bottom: 30px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .events-news-image-frame{
        height: 250px;
        margin-bottom: 30px;
    }
}

.events-news-image-frame img{
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .events-news-image-frame img{
        width: 120%;
        margin-left: -10%
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .events-news-image-frame img{
        width: 140%;
        margin-left: -20%
    }
}

.events-news h4{
    color: #373737;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 31px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .opening-times-dash h4{
        font-size: 26px;
        line-height: 32px;
    }
    .event-time h4{
        font-size: 26px;
        line-height: 32px;
    }
    .event-name{
        display: none;
    }
}

.events-news .kontakt-form-bali-submit-area{
    margin-bottom: 40px;
    margin-top: 40px;
}
.events-news .first-elem-item{
    margin-top: 30px;
    display: inline-block;
}
.events-news a{
    color: #CAB18D;
    font-weight: 700;
    display: block;
}
.news-event-item{
    margin-bottom: 17px;
}
.events-news .page-to-top{
    margin-top: 100px;
}

@media (min-width: 0px) and (max-width: 992px) {
    .event-time{
        margin-top: 30px;
    }
    .events-news .first-elem-item{
        margin-top: 0px;
    }
    .events-news p,
    .events-news a{
        font-size: 24px;
        line-height: 36px;
    }
}
body .events-news-single{
    margin-top: 34px;
}
.events-news-single-content p{
    margin-bottom: 20px;
}

.events-news-single .back-to-list,
.single-theme-view .back-to-list{
    margin-bottom: 54px;
    padding-left: 23px;
    display: inline-block;
    color: #CAB18D;
    font-weight: 700;
    background-image: url(arrow-back-to-list.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.single-theme-view .back-to-list{
    margin-bottom: 30px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .events-news-single .back-to-list,
    .single-theme-view .back-to-list,
    .events-news-single p{
        font-size: 24px;
        line-height: 36px;
    }
}

.events-news-single h3{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 36px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .events-news-single h3{
        font-size: 28px;
        line-height: 36px;
    }
}

.events-news-single a{
    display: inline-block;
    margin-top: 35px;
    color: #CAB18D;
    font-weight: 700;
}
body .events-news-single a.btn-default{
    padding: 35px 55px;
}
.events-news-single .page-to-top{
    margin-top: 42px;
    text-decoration: none !important;
}
.events-news-single .events-news-singl-date{
    border-radius: 8px;
    border-style:solid;
    border-width: 1px;
    border-color: #CAB18D;
    padding: 26px 0;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #CAB18D;
    background-image: url(https://gutscheine.balitherme.de/images/flower-edge-bg.png);
    background-position: left -15px bottom -20px;
    background-repeat: no-repeat;
    background-size:30%;
}

.responsive-date{
    margin-bottom: 15px;
}



/** Öffnungszeiten Liste */
body .opening-times-list{
    margin-top: 53px;
}
body .opening-times-list h4{
    color: #373737;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 14px;
}
@media (min-width: 0px) and (max-width: 992px) {
    body .opening-times-list h4{
        font-size: 22px;
        line-height: 30px;
    }
}

.opening-times-list .page-to-top{
    margin-top: 20px;
}
.opening-times-list-image{
    height: 160px;
    overflow: hidden;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    margin-bottom: 42px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .opening-times-list-image{
        height: 190px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .opening-times-list-image{
        height: 220px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .opening-times-list-image{
        height: 190px;
    }
}

.opening-times-list-image p{
    color: white;
    font-family: 'Noto Serif', serif;
    margin-top: 30px;
    margin-left: 33px;
    font-size: 24px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .opening-times-list-image p{
        font-size: 36px;
    }
}

body .opening-times-list table{
    margin-bottom: 60px;
}
body .wdk-table-dash-times{
    margin-top: 15px;
    margin-bottom: 45px;
}
body .opening-times-list .table-no-margin{
    margin-bottom: 15px;
}
body .opening-times-list table tr>td,
body .wdk-table-dash-times tr>td{
    padding: 8px 0 !important;
    border-bottom: 1px solid #b3b3b3;
    border-top: 0 !important;
}
@media (min-width: 0px) and (max-width: 992px) {
    body .opening-times-list table tr>td,
    body .wdk-table-dash-times tr>td{
        font-size: 24px;
        line-height: 36px;
    }
}

body .opening-times-list table tr td:nth-child(2),
body .wdk-table-dash-times tr td:nth-child(2){
    text-align: right;
    white-space: nowrap;
}
@media (min-width: 0px) and (max-width: 992px) {
    body .opening-times-list table tr td:nth-child(2),
    body .wdk-table-dash-times tr td:nth-child(2){
        white-space:normal;
    }
}

body .opening-times-list-item{
    margin-bottom: 30px;
}



/** Jobs */
.job-list h4{
    color: #373737;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 14px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .job-list h4{    
        font-size: 27px;
        line-height: 33px;
    }
}

.job-list ul{
    margin-left: 20px;
}
@media (min-width: 0px) and (max-width: 768px) {
    .job-list ul{
        margin-bottom: 30px;
    }
}

.job-list ul li{
    color: #CAB18D;
    font-weight: 700;
    line-height: 25px;
}
.job-list ul li a{
    color: #CAB18D;
    font-weight: 700;
}
@media (min-width: 0px) and (max-width: 992px) {
    .job-list ul li a,
    .job-list ul li{
        font-size: 20px;
        line-height: 30px;
    }
}

.job-list-image{
    height: 130px;
    overflow: hidden;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: top 15% center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
@media (min-width: 992px) and (max-width: 1200px) {
    .job-list-image{
        height: 180px;
    }
}
@media (min-width: 0px) and (max-width: 992px) {
    .job-list-image{
        height: 240px;
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .job-list-image{
        margin-bottom: 30px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .job-list-image{
        margin-bottom: 50px;
    }
}

.job-list-item{
    
}
.job-list-item .kontakt-form-bali-submit-area{
    margin-top: 46px;
    margin-bottom: 46px;
}
.job-list-item-wrapper{
    margin-top: 68px;
}
.job-list-item-contact span{
    color: #aaa;
}
@media (min-width: 0px) and (max-width: 992px) {
    .job-list-item-contact{
        font-size: 22px;
        line-height: 29px;
    }
}

.job-list-item-contact a{
    color: #5C5C5C;
}
.job-list-item-contact a:hover{
    color: #5C5C5C;
    text-decoration: underline;
}
.job-list-intro p{
    font-size: 18px;
    line-height: 28px;
    font-family: 'Noto Serif', serif;
}


/** Impressum */
.impressum-site p{
    margin-bottom: 20px;
    line-height: 24px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .impressum-site p{
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 40px;
    }
}

.impressum-site{
    margin-top: 53px;
}


/** FAQ */
.faq-site{
    margin-top: 53px;
}
.faq-site h3.first{
    border: 0;
    padding-top: 0;
}
.faq-site h3{
    font-family: 'Noto Serif', serif;
    color: #CAB18D;
    font-size: 20px;
    padding-top: 16px;
    margin-top: 20px;
    border-top-width: 1px;
    border-top-color: #DADADA;
    border-top-style: solid;
}
.faq-site p{
    margin-bottom: 20px;
}
.faq-site a{
    color: #5C5C5C;
    text-decoration: underline;
}
@media (min-width: 0px) and (max-width: 992px) {
    .faq-site p{
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 40px;
    }
    .faq-site h3{
        font-size: 28px;
        margin-top: 40px;
        padding-top: 36px;
    }
}



/** Presse */
.presse-site h3{
    margin-bottom: 14px;
    border: 0;
}
.presse-site table{
    margin-bottom: 30px;
}
body .presse-site table tr td{
    padding: 8px 0;
    text-align: left;
}
body .presse-site table tr td:nth-child(2){
    text-align: right;
}
body .presse-site table tr>td{
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    border-top: 0;
}
@media (min-width: 0px) and (max-width: 992px) {
    body .presse-site table tr>td{
        font-size: 24px;
        line-height: 36px;
    }
}
.press-item{
    height: 110px;
    background-clip: content-box;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 992px) {
    .press-item{
        height: 200px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .press-item{
        height: 170px;
    }
}

.press-item a{
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
}
.presse-site h4{
    color: #373737;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 14px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .presse-site h4{
        font-size: 22px;
        line-height: 30px;
    }
}

.presse-site-wrapper{
    margin-bottom: 30px;
}
.presse-site p{
    margin-bottom: 50px;
}
body .dload-site p {
    margin-bottom: 20px;
}



/** Preise */
.price-site-image{
    height: 300px;
    background-repeat: no-repeat;
    background-position: top 15% center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    margin-bottom: 30px;
    padding: 53px 30px 0 30px;
}
.price-site-image:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
}
@media (min-width: 0px) and (max-width: 768px) {
    .price-site-image{
        height: 200px;
    }
}

.price-site-image h3{
    font-family: 'Noto Serif', serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
}
.price-site-image p{
    font-size: 26px;
    line-height: 30px;
    width: 40%;
    font-weight: 200;
    color: #373737;
}
@media (min-width: 768px) and (max-width: 992px) {
    .price-site-image h3{
        font-size: 30px;
        line-height: 40px;
    }
    .price-site-image p{
        font-size: 36px;
        line-height: 40px;
        width: 80%;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .price-site-image p{
        display: none;
    }
    .price-site-image h3{
        font-size: 35px;
        line-height: 45px;
    }
}

.price-site-image .price-site-links{
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 60%;
    text-align: right;
}
@media (min-width: 0px) and (max-width: 992px) {
    .price-site-image .price-site-links{
        display: none;
    }
}

.price-site-image a{
    color:#373737;
    font-weight: 700;
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    font-weight: 400;
    border-style:solid;
    border-width: 2px;
    border-color: #406D80;
    display: inline-block;
    padding: 8px 30px;
    margin-left: 10px;
}
.price-site-box{
    border-radius: 7px;
    border-width: 1px;
    border-color:  #CAB18D;
    border-style: solid;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    background-color: white;
    background-image: url(https://gutscheine.balitherme.de/images/flower-edge-bg.png);
    background-position: left -30px bottom -50px;
    background-repeat: no-repeat;
    
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
}
.price-site-box p{
    color:  #373737;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 992px) {
    .price-site-box p{
        font-size: 14px;
        padding: 20px 30px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .price-site-box p{
        font-size: 17px;
        padding: 20px 30px;
    }
}

.price-site-box h4{
    color: #5a5a5a;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 19px;
    padding-right: 32px;
    padding-top: 3px;
    display: inline-block;
    float: right;
}
@media (min-width: 768px) and (max-width: 992px) {
    .price-site-box h4{
        font-size: 34px;
        padding-bottom: 30px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .price-site-box h4{
        font-size: 44px;
        padding-bottom: 30px;
    }
}

.price-site-box h4 span{
    font-weight: 200;
    font-size: 12px;
    display: block;
    margin: 0;
    line-height: 12px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .price-site-box h4 span{
        font-size: 18px;
        line-height: 18px; 
    }
}

.price-site-box h4.kids{
    color: #929292;
}
.price-site-coupon{
    border-radius: 0 0 7px 7px;
    background-color: #636363;
    z-index: 9;
    margin-top: 104px;
    margin-bottom: 30px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .price-site-coupon{
        margin-top: 134px;
    }
}

.price-site-coupon a{
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 25px 0 15px;
}
@media (min-width: 768px) and (max-width: 992px) {
    body .price-site-coupon a{
        font-size: 20px;
        padding: 35px 0 25px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    body .price-site-coupon a{
        font-size: 24px;
        padding: 35px 0 25px;
    }
}

.themen-welten-footer-info .grey-btn,
html body .price-intro-side .grey-btn{
    color: #373737 !important;
    border-color: #D6D6D6 !important;
    border-width: 1px !important;
    background-color: white !important; 
}
.themen-welten-footer-info .grey-btn:hover,
body .price-intro-side .grey-btn{
    background-color: #D6D6D6 !important;
    color: #373737 !important;
}

.themen-welten-footer-info .grey-last-btn{
    margin-top: 8px;
}
.themen-welten-footer-info .golden-btn-standalone{
    margin-top: 26px;
}

.price-site-coupon a:hover{
    color: white;
}
body .price-white-label p,
body .price-white-label h3{
    color: white; 
    position: relative;
}
.price-intro{
    margin-top: 40px;
    margin-bottom: 100px;
}
.price-intro-main p strong{
    font-size: 17px;
    font-family: 'Oxygen', sans-serif;
}
.themen-welten-footer-info p strong{
    font-size: 14px;
    font-family: 'Oxygen', sans-serif;
    line-height: 24px;
}

.price-intro-main p{
    font-size: 17px;
    font-family: 'Noto Serif', serif;
    line-height: 26px;
}
@media (min-width: 0px) and (max-width: 992px) {
    body .price-intro-main p{
        font-size: 25px;
        line-height: 35px;
    }
    .price-intro-main p strong{
        font-size: 25px;
        font-family: 'Oxygen', sans-serif;
        line-height: 37px;
    }
    .themen-welten-footer-info p strong{
        font-size: 20px;
        line-height: 30px;
    }
}

.price-intro-wrapper-second{
    margin-top: 100px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .price-intro-side{
        margin-top: 100px;
    }
    .themen-welten-footer-info.price-intro-side{
        margin-top: 40px;
    }
}

.price-intro-main h4,
.price-intro-side h4{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .price-intro-main h4,
    .price-intro-side h4{
        font-size: 27px;
    }
}
.themen-welten-footer-info .price-inf-list{
    margin-top: 53px;
}
.price-intro-main .price-inf-list p{
    font-size: 14px;
    font-family: 'Oxygen', sans-serif;
    line-height: 24px;
}
.themen-welten-footer-info .price-inf-list p{
    margin-bottom: 20px;
}

@media (min-width: 0px) and (max-width: 992px) {
    .price-intro-main .price-inf-list p{
        font-size: 20px;
        line-height: 30px;
    }
}

.price-intro-main .price-inf-list .col-xs-12{
    margin-bottom: 81px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .price-intro-main .price-inf-list .col-xs-12{
        margin-bottom: 41px;
    }
}

.themen-welten-footer-info .price-inf-list .col-xs-12{
    margin-bottom: 0px;
}

.price-intro-side p{
    font-size: 12px;
    line-height: 18px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .price-intro-side p{
        font-size: 18px;
        line-height: 26px;
    }
    .price-intro-main .price-inf-list h4{
        margin-top: 40px;
    }
}

.price-intro-wrapper-second .price-intro-side p{
    font-size: 14px;
    line-height: 20px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .price-intro-wrapper-second .price-intro-side p{
        font-size: 20px;
        line-height: 30px;
    }
}

.price-intro-side a{
    color: #CAB18D;
    border-width: 2px;
    border-color:  #CAB18D;
    border-style: solid;
    border-radius: 7px;
    font-size: 15px;
    display: block;
    padding: 12px 17px;
    margin-top: 20px;
}
.price-intro-side a:hover{
    color: white;
    background: #CAB18D;
}

@media (min-width: 0px) and (max-width: 992px) {
    .price-intro-side a{
        font-size: 20px;
        display: block;
        padding: 22px 100px 22px 17px;
        margin-top: 30px;
    }
}

.price-headline-space{
    color: #CAB18D;
}
.first-info-list{
    margin-top: 80px;
}
body .first-info-list .price-border-top{
    margin-bottom: 0 !important;
    border-top: 1px solid#dadada;
}
.price-intro-main a{
    color: #CAB18D;
    border-width: 2px;
    border-color:  #CAB18D;
    border-style: solid;
    border-radius: 7px;
    font-size: 15px;
    display: inline-block;
    padding: 8px 57px;
    margin-top: 60px;
}
.price-intro-main a:hover{
    color: white;
    background-color:  #CAB18D;
}

@media (min-width: 0px) and (max-width: 992px) {
    .price-intro-main a{
        display: block;
        font-size: 20px;
        text-align: center;
        padding: 22px 0px;
        margin-top: 20px;
    }
}

.separated-box-item{
    margin-top: 88px;
    margin-bottom: 106px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .separated-box-item{
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 0px) and (max-width: 992px) {
    .grey-box-item .price-site-box{
        position: relative;
        height: auto;
        overflow: hidden;
        left: auto;
        right: auto;
        margin-bottom: 100px;
    }
}
.grey-box-item .price-site-box p{
    padding: 10px 20px 58px 20px;
}
.grey-box-item .price-site-box{
    background-color: #F1F1F1;
}


/** Wochenendarrangements */
.weekend-top-area h3{
    margin-bottom: 10px;
    font-family: 'Noto Serif', serif;
    color: #CAB18D;
    font-size: 18px;
}
.weekend-top-area ul{
    margin-bottom: 16px;
    list-style: none;
}
.weekend-top-area ul li{
    font-size: 16px;
    line-height: 28px;
}
body .weekend-top-area-inner p{
    font-size: 16px;
    line-height: 28px;
    font-family: 'Oxygen', sans-serif;
}
body .weekend-top-area-inner a{
    color: #5C5C5C; 
    text-decoration: underline;
}
body .weekend-top-area-inner{
    margin-bottom: 45px;
}
.weekend-top-area ul li a{
    color: #5C5C5C; 
    text-decoration: underline;
}
.weekend-top-area ul li a:hover{
    text-decoration: underline;
}
.weekend-top-area p{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Noto Serif', serif;
}
@media (min-width: 0px) and (max-width: 992px) {
    .weekend-top-area p{
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 40px;
    }
    body .weekend-top-area-inner p {
        font-size: 24px;
        line-height: 36px;
    }
    .weekend-top-area h3{
        font-size: 28px;
    }
    .weekend-top-area ul li,
    .weekend-top-area ul li a{
        font-size: 24px;
        line-height: 36px;
    }
    .weekend-top-area ul li a{
        display: block;
    }
    .weekend-top-area ul li{
        margin-bottom: 20px;
    }
}

.weekend-top-area-text{
    margin-bottom: 40px;
}








/* Dashboard
<--------------------------------->*/
.dashboard-tab-wrapper{
    /*padding-top: 95px;*/
}
.dashboard-section{
    margin-bottom: 35px;
}
body .dashboard-headline{
    color: #373737;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 31px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    body .dashboard-headline{
        font-size: 20px;
        line-height: 20px;
    }
}
@media (min-width: 0px) and (max-width: 992px) {
    body .dashboard-headline{
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 51px;
    }
}

 body .dashboard-headline-small{
    margin-bottom: 0px;
}


/** Sub Element */
.dashboard-sub-elem h3{
    margin-top: 56px;
    color: #373737;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 31px;
}
@media (min-width: 768px) and (max-width: 992px) {
    .dashboard-sub-elem h3{
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 38px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .dashboard-sub-elem h3{
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 38px;
    }
}

@media (min-width: 0px) and (max-width: 992px) {
    .dashboard-sub-elem p{
        font-size: 24px;
        line-height: 36px;
    }
}

.dashboard-sub-elem h4{
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 26px;
    margin-bottom: 2px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .dashboard-sub-elem h4{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }
}

.dashboard-sub-elem h5{
    color: #5a5a5a;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 992px) {
    .dashboard-sub-elem h5{
        font-size: 20px;
        margin-bottom: 26px;
        line-height: 26px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .dashboard-sub-elem h5{
        font-size: 22px;
        margin-bottom: 26px;
        line-height: 28px;
    }
}

.dashboard-sub-elem ul{
    list-style: none;
}
.dashboard-sub-elem ul li{
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .dashboard-sub-elem ul li{
        font-size: 24px;
        line-height: 36px;
    }
}

.dashboard-sub-elem-gz a{
    display: block;
    border-radius: 7px;
    border-width: 1px;
    border-color:  #CAB18D;
    border-style: solid;
    background-color:#f9f5ec;
    padding: 9px 20px;  
    color: #343434;
    font-size: 15px;
    font-weight: 400;
}
@media (min-width: 0px) and (max-width: 992px) {
    .dashboard-sub-elem-gz a{
        font-size: 23px;
        padding: 22px 20px;
    }
}

.dashboard-sub-elem-gz a.tel-btn{
    background-image: url(https://gutscheine.balitherme.de/images/icon-call.png);
}
@media (min-width: 0px) and (max-width: 768px) {
    .dashboard-sub-elem-gz a.tel-btn{
        margin-bottom: 15px;
    }
}

.dashboard-sub-elem-gz a.mail-btn{
    background-image: url(https://gutscheine.balitherme.de/images/icon-mail.png);
}
.dashboard-sub-elem-gz a.tel-btn,
.dashboard-sub-elem-gz a.mail-btn{
    background-position: right 23px center;
    background-repeat: no-repeat;
}
.dashboard-sub-elem-gz p{
    /*padding-top: 31px;*/
    padding-bottom: 31px;
}
.dashboard-sub-elem-gz h6{
    font-size: 14px;
    line-height: 1.42857143;
    margin-bottom: 30px;
    margin-top: 15px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .dashboard-sub-elem-gz p{
        font-size: 24px;
        line-height: 36px;
    }
}


/** Dashboard News */
.current-news-single{
    padding-top: 62px;
    margin-bottom: 57px;
}
.current-news-single p{
    color: #4f4f4f;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}
@media (min-width: 768px) and (max-width: 992px) {
    .current-news-single p{
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 10px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .current-news-single p{
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 10px;
    }
}

.current-news-single-warning{
    float: left;
    margin-right: 11px;
    font-family: Oxygen;
    white-space: nowrap;
}
body .current-news-single-warning{
    color: #CAB18D;
}
.current-news-single-col-icon{
    background-image: url(icon-hinweise.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 80px;
}
.filled-news-single-box .current-news-single-col-icon{
    background-position: left 30px center;
}
.current-news-single-col{
    height: 80px;
    border-right-style:solid;
    border-right-width: 1px;
    border-right-color: #CAB18D;
    line-height: 80px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .current-news-single-col{
        height: auto;
        border-right-width: 0px;
        line-height: normal;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .current-news-single-col .more-link{
        display: none;
    }
}

.current-news-line-inner{
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
}
.current-news-line-inner p{
    line-height: 150%;
}
@media (min-width: 0px) and (max-width: 992px) {
    .current-news-line-inner{
        text-align: center;
    }
}

.current-news-single-col p a{
    display: inline-block;
}
.current-news-single-col a{
    color: #000000;
}
.current-news-single-box{
    border-radius: 7px;
    border-width: 1px;
    border-color:  #CAB18D;
    border-style: solid;
    background-color:  #ffffff;
}
body .filled-news-single-box{
    border-width: 2px;
}
body .filled-news-single-box .current-news-single-warning{
    color: white;
    font-weight: 700;
}
body .filled-news-single-box .current-news-line-inner{
    text-align: center;
}
body .filled-news-single-box .current-news-line-inner p{
    font-size: 16px;
    line-height: 26px;
    color: #CAB18D;
    text-align: left;
}
.current-news-single-link{
    height: 80px;
    text-align: center;
}
@media (min-width: 0px) and (max-width: 992px) {
    .current-news-single-link{
        border-top-style:solid;
        border-top-width: 1px;
        border-top-color: #CAB18D;
    }
}

.current-news-single-link a{
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    line-height: 80px;
    display: block;
}
@media (min-width: 768px) and (max-width: 992px) {
    .current-news-single-link a{
        font-size: 22px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .current-news-single-link a{
        font-size: 24px;
    }
}


/** Intro */
.dashboard-intro-txt{
    height: 440px;
    position: relative;
    border-width: 1px;
    border-color:  #cdcdcd;
    border-style: solid;
    background-color:  #ffffff;
}
@media (min-width: 0px) and (max-width: 992px) {
    .dashboard-intro-txt{
        height: auto;
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

.dashboard-intro-txt:after{
    position: absolute;
    left: -46px;
    top: -30px;
    width: 137px;
    height: 167px;
    display: block;
    background-size: 117px 147px;
    content:'';
    background-image: url(bali-flower-big.png);
    background-repeat: no-repeat;
    background-position: left top;
}
@media (min-width: 0px) and (max-width: 992px) {
    .dashboard-intro-txt:after{
        display: none;
    }
}

.dashboard-intro-txt ul{
    list-style: none;
}
.dashboard-intro-txt ul li{
    font-family: 'Noto Serif', serif;
    color: #5a5a5a;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .dashboard-intro-txt ul li{
        font-size: 24px;
        line-height: 33px;
    }
}
@media (min-width: 0px) and (max-width: 992px) {
    .dashboard-intro-txt ul li,
    body .dashboard-intro-txt ul li h5,
    body .dashboard-intro-txt ul li h6{
        font-size: 28px;
        line-height: 37px;
    }
}

.dashboard-intro-txt ul li h4{
    font-family: 'Oxygen', sans-serif;
    color: #CAB18D;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    text-transform:uppercase;
    margin-bottom:23px; 
}
.dashboard-intro-txt ul li h5{
    font-family: 'Noto Serif', serif;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}
.dashboard-intro-txt ul li h6{
    font-family: 'Noto Serif', serif;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .dashboard-intro-txt ul li h4{
        font-size: 15px;
        line-height: 22px;
    }
}
@media (min-width: 0px) and (max-width: 992px) {
    .dashboard-intro-txt ul li h4{
        font-size: 18px;
        line-height: 28px;
    }
}

.dashboard-intro-txt .bx-wrapper{
    position: absolute;
    bottom: 35px;
    left: 30px;
    right: 30px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .dashboard-intro-txt .bx-wrapper{
        position: relative;
        bottom: auto;
        left: auto;
        right:auto;
    }
}


#light-gallery{
    visibility: hidden;
    opacity: 0;
    display: none;
}
body #lg-close,
body #lg-gallery .thumb-cont .thumb-info .close{
    opacity: 1;
}

/** BX Slider As Dashboard Pager */
.dash_pager{
    height: 16px;
    width: 9px;
    display: block;
    margin: 0;
    background-repeat: no-repeat;
    background-position: top left;
}
body .dashboard-tab-wrapper .bx-controls{
    margin-top: 33px;
}
body .dashboard-tab-wrapper .bx-next,
body .dashboard-tab-wrapper .bx-prev{
    margin: 0;
}
body .dashboard-tab-wrapper .bx-prev{
    margin-right: 29px;
}
#nxt-dash-ico{
    background-image: url(https://gutscheine.balitherme.de/images/inactive-right-pager.png);
}
#nxt-dash-ico:hover{
    background-image: url(https://gutscheine.balitherme.de/images/active-right-pager.png);
}
#prv-dash-ico{
    background-image: url(https://gutscheine.balitherme.de/images/inactive-left-pager.png);
}
#prv-dash-ico:hover{
    background-image: url(https://gutscheine.balitherme.de/images/active-left-pager.png);
}
.dashboard-tab-wrapper .bx-controls-direction{
    display: inline-block;
}


/** BXSlider Bullet Pager List */
.bx-pager{
    float: right;
    margin-top: 4px;
}
.bx-pager .bx-pager-item{
    float: left;
}
.bx-pager-link{
    text-indent: -9999px;
    display: block;
    outline: 0;
    border-radius: 50%;
    border-width: 1px;
    border-color: #9a9a9a;
    border-style: solid;
    width: 10px;
    height:10px;
    margin-left: 5px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .bx-pager-link{
        width: 30px;
        height:30px;
        margin-left: 10px;
    }
}

.bx-pager-link.active{
    border-radius: 50%;
    background-color: #CAB18D;
    width: 10px;
    height: 10px;
    border: 0;
}
@media (min-width: 0px) and (max-width: 992px) {
    .bx-pager-link.active{
        width: 30px;
        height:30px;
    }
}



/** Items */
.dashboard-panel-item{
    height: 220px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}
@media (min-width: 0px) and (max-width: 992px) {
    .dashboard-panel-item{
        height: 440px;
    }
}

body .dashbord-bg-center{
    background-size: auto 80%;
}

.dashboard-panel-item a{
    color: white;
    position: relative;
    display: block;
    height: 100%
}
.dashboard-panel-item a > div{
    position: absolute;
    top: 21px;
    left: 15px;
    right: 15px;
    bottom: 0;
}
.dashboard-panel-item a:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.dashboard-panel-item a:hover:before{
    visibility: visible;
    opacity: 1;
}
.dashboard-panel-item a:hover,
.dashboard-panel-item a:visited,
.dashboard-panel-item a:focus{
    color: white;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}
.dashboard-panel-item h3{
    font-family: Oxygen;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
@media (min-width: 768px) and (max-width: 992px) {
    .dashboard-panel-item h3{
        font-size: 36px;
        line-height: 42px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .dashboard-panel-item h3{
        font-size: 38px;
        line-height: 47px;
    }
}

.dashboard-panel-item h4{
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 992px) {
    .dashboard-panel-item h4{
        font-size: 16px;
        line-height: 31px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .dashboard-panel-item h4{
        font-size: 18px;
        line-height: 33px;
    }
}

.dashboard-pos-txt-down a > div{
    top: auto;
    bottom: 30px;
}
.dashboard-pos-txt-up a > div{
    top: 21px;
    bottom: auto;
}

/** Color Shemes */
.dashbord-color-bg-gold{
    background-color:#CAB18D;
    color: white;
}
.dashbord-color-bg-weiss{
    background-color:white;   
}
@media (min-width: 0px) and (max-width: 1200px) {
    .dashbord-color-bg-weiss{
        border-left-width: 1px;
        border-left-color: #cdcdcd;
        border-left-style: solid;
        border-right-width: 1px;
        border-right-color: #cdcdcd;
        border-right-style: solid;
    }
}

.dashbord-color-bg-weiss a{
    color: #3d3d3d;
}
.dashbord-color-bg-weiss a:hover{
    /*color: #3d3d3d;*/
}
.dashbord-color-bg-grau{
    background-color:#D8D8D8;
    color: #3d3d3d;
}
.dashbord-color-bg-grau a{
    color: #3d3d3d;
}
.dashbord-color-bg-grau-braun{
    background-color:#AE9986;
    color: white;
}
.dashbord-color-bg-braun{
    background-color:#554035;
    color: white;
}
.dashbord-color-bg-gruen{
    background-color:#45815f;
    color: white;
}
.dashbord-color-bg-dunkel-grau{
    background-color:#3e3e3e;
    color: white;
}
.dashbord-color-bg-hell-grau{
    background-color:#c7bda8;
    color: white;
}
.dashbord-color-bg-grau-2{
    background-color:#a19b9b;
    color: white;
}
.dashbord-color-bg-grau-3{
    background-color:#A09A9A;
    color: white;
}
.dashbord-color-bg-marine-grau{
    background-color:#686868;
    color: white;
}
.dashbord-color-bg-turkis{
    background-color: #86AFAB;
    color: white;
}
.dashbord-color-bg-hell-blau{
    background-color: #91AED0;
    color: white;
}


/** Page to Top */
.page-to-top a{
    padding-right: 83px;
    height: 60px;
    line-height: 60px;
    float: right;
    margin-top: 40px;
    margin-bottom: 51px;
    color: #CAB18D;
    font-size: 13px;
    font-weight: 700;
    background-image: url(content-top-icon.png);
    background-repeat: no-repeat;
    background-position: center right;
}
@media (min-width: 0px) and (max-width: 992px) {
    .page-to-top a{
        font-size: 22px;
    }
}

.page-to-top a:hover,
.page-to-top a:focus,
.page-to-top a:visited{
    text-decoration: none;
    color: #CAB18D;
}



/* Stage with Slider
<--------------------------------->*/
.stage{
    position: relative;
}

@media (min-width: 1600px) {
    .stage-overly-empty{
        display: none!important;
    }
}

/*@media (min-width: 768px) and (max-width: 992px) and (orientation: landscape){
    .stage,
    .stage-overly-centered-box,
    .stage .bx-viewport,
    .stage .bxslider li{
        min-height: 600px !important;
        height: 600px !important;
    }
    .stage .stage-overly-centered-box{
        line-height: 450px !important;
    }
}*/

body #lg-outer{
    z-index: 99999999999!important;
}

.stage li{
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
    -webkit-animation: fadeInStage 1.2s linear forwards;
    animation: fadeInStage 1.2s linear forwards; 
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    
    opacity: 0;

}

@-webkit-keyframes fadeInStage{
    0% {opacity: 0;}
  100% {opacity: 1;}
}
@-moz-keyframes fadeInStage{
    0% {opacity: 0;}
  100% {opacity: 1;}
}
@-o-keyframes fadeInStage{
    0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fadeInStage{
    0% {opacity: 0;}
  100% {opacity: 1;}
}


/** Mouse Scroll Animation */
/*@-webkit-keyframes scroll-fade { 0% { opacity: 1; top: 10px; } 100% { opacity: 0; top: 20px; } }
@-moz-keyframes    scroll-fade { 0% { opacity: 1; top: 10px; } 100% { opacity: 0; top: 20px; } }
@-o-keyframes      scroll-fade { 0% { opacity: 1; top: 10px; } 100% { opacity: 0; top: 20px; } }
@keyframes         scroll-fade { 0% { opacity: 1; top: 10px; } 100% { opacity: 0; top: 20px; } }

.scroll-icon, .scroll-icon:after {
    display: block;
    border-radius: 30px;
    border: solid 2px #fff;
    opacity:0.8;
    background-color: rgba(0,0,0,.30);
}
.scroll-icon {
    width: 30px;
    height: 50px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin: 0 0 0 -16px;
    z-index: 9999;
    cursor: pointer;
}
.scroll-icon:after {
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin: 0 0 0 -2px;
    -webkit-animation: scroll-fade 1.25s infinite;
    -moz-animation:    scroll-fade 1.25s infinite;
    -o-animation:      scroll-fade 1.25s infinite;
    animation:         scroll-fade 1.25s infinite;
}*/


/* Arrow Down */
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
body {
  background: black;
}

.arrow {
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    z-index: 9999;
    cursor: pointer;
    background-image: url(https://gutscheine.balitherme.de/images/scroll-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    
    -webkit-animation: ca3_fade_move_down 1.7s ease-in-out infinite;
	-moz-animation:    ca3_fade_move_down 1.7s ease-in-out infinite;
	animation:         ca3_fade_move_down 1.7s ease-in-out infinite;
}
/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}


.bounce {
  /*-moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;*/
}



/** Submenu */
#nav-menu-sub li{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#nav-menu-sub.active_nav_sub_topmenu,
#nav-menu-sub.active_nav_topmenu,
#nav-menu-sub.close_nav_topmenu{
    visibility: visible;
}
#nav-menu-sub.close_nav_topmenu li,
#nav-menu-sub li{
    -webkit-transform: translateY(-170px);
    -ms-transform: translateY(-170px);
    transform: translateY(-170px);
}
#nav-menu-sub.active_nav_sub_topmenu li{
    height: 150px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#nav-menu-sub.active_nav_topmenu li#sub-menu-0{
    -webkit-animation: showsSlideDown 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideDown 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both; 
}
#nav-menu-sub.active_nav_topmenu li#sub-menu-1{
    -webkit-animation: showsSlideDown 300ms 50ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideDown 300ms 50ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
#nav-menu-sub.active_nav_topmenu li#sub-menu-2{
    -webkit-animation: showsSlideDown 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideDown 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
#nav-menu-sub.active_nav_topmenu li#sub-menu-3{
    -webkit-animation: showsSlideDown 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideDown 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
#nav-menu-sub.active_nav_topmenu li#sub-menu-4{
    -webkit-animation: showsSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}


#nav-menu-sub.close_nav_topmenu li#sub-menu-0{
    -webkit-animation: showsSlideUp 300ms 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    animation: showsSlideUp 300ms 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}
#nav-menu-sub.close_nav_topmenu li#sub-menu-1{
    -webkit-animation: showsSlideUp 300ms 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    animation: showsSlideUp 300ms 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}
#nav-menu-sub.close_nav_topmenu li#sub-menu-2{
    -webkit-animation: showsSlideUp 300ms 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    animation: showsSlideUp 300ms 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}
#nav-menu-sub.close_nav_topmenu li#sub-menu-3{
    -webkit-animation: showsSlideUp 300ms 50ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    animation: showsSlideUp 300ms 50ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}
#nav-menu-sub.close_nav_topmenu li#sub-menu-4{
    -webkit-animation: showsSlideUp 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    animation: showsSlideUp 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}


@-webkit-keyframes showsSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }

  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes showsSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }

  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@-o-keyframes showsSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }

  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes showsSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }

  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes showsSlideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-moz-keyframes showsSlideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-o-keyframes showsSlideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes showsSlideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); } }



/*@-webkit-keyframes stage-fading-in {
    0% {opacity: 0;}
    99% {opacity: 1;}
    100% {opacity: 1;}
}
@keyframes stage-fading-in {
    0% {opacity: 0;}
    99% {opacity: 1;}
    100% {opacity: 1;}
}*/


/*@media (min-width: 1600px){
    body .stage .bx-wrapper{
        width: 1600px;
    }
}*/



@media (min-width: 0px) and (max-width: 992px) {
    .stage li:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top:0 ;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iIzllOWU5ZSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(158,158,158,0) 38%, rgba(0,0,0,0.5) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(38%,rgba(158,158,158,0)), color-stop(100%,rgba(0,0,0,0.5)));
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(158,158,158,0) 38%,rgba(0,0,0,0.5) 100%);
        background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(158,158,158,0) 38%,rgba(0,0,0,0.5) 100%);
        background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(158,158,158,0) 38%,rgba(0,0,0,0.5) 100%);
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(158,158,158,0) 38%,rgba(0,0,0,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 ); 
    }
}
.stage li img{
    width: 120%;
    height: auto;
}

/** Taxonomy Stage */
.btn-taxonomy-sl-d{
    position: absolute;
    bottom: 151px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 30px;
    height: 17px;
    background-image: url(https://gutscheine.balitherme.de/images/arro-stage-down.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
    background-color: transparent;
    border: 0;
    display: inline-block;
    text-indent: -9999999px;
}


/** Taxonomy Slider */
.taxonomy-stage .stage-overly-centered-box{
    /*display: none;*/
}
.taxonomy-stage .stage-single-headline{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.taxonomy-stage .stage-single-headline .stage-overly-centered-box{
    display: block;
}



/** Mainsite Slider Settings */
.mainsite-stage{
    overflow: hidden;
    background-color: #775C46;
    /*-webkit-transition: background-color 1s ease-in-out;
    -moz-transition: background-color 1s ease-in-out;
    -ms-transition: background-color 1s ease-in-out;
    -o-transition: background-color 1s ease-in-out;
    transition: background-color 1s ease-in-out;*/
}
.mainsite-stage .bx-wrapper{
    width: 100%;
}
.mainsite-stage .bx-controls{
    position: absolute;
    top: 105px;
    left: 0;
    z-index: 9999;
    right: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
    .mainsite-stage .bx-controls{
        bottom: 6%;
        top: auto !important;
    }
    .page_icos{
        width: 61px;
        height: 61px;
    }
}

.bx-next{
    float: right;
    margin-right: 51px;
}
.bx-prev{
    margin-left: 51px;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .bx-next{
        margin-right: 10px;
    }
    .bx-prev{
        margin-left: 10px;
    }
}

.bx-prev,
.bx-next,
.bx-prev:hover,
.bx-next:hover{
    text-decoration: none !important;
    display: inline-block;
}
.bx-prev:focus,
.bx-next:focus{
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
    outline: none;
    box-shadow: 0;
    border: 0;
}


/* Effect 1 */
.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}
.hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 1.2px rgba(255,255,255,0.4);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}
.bx-next .hi-icon:after {
    background-image: url(https://gutscheine.balitherme.de/images/pager-arrow-left.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.bx-prev .hi-icon:after {
    background-image: url(https://gutscheine.balitherme.de/images/pager-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}
.hi-icon:hover {
	box-shadow: 0 0 0 4px rgba(255,255,255,0.15);
	color: #fff;
}



/** Stage Slider Inner */
.stage-overly-centered{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.stage-overly-centered-inner{
    line-height: normal;
    vertical-align: middle;
    display:inline-block;
    color: #ffffff;
    
}

.stage-overly-centered-box{
    -webkit-animation: content-headline-fading 0.5s normal forwards;
    animation: content-headline-fading 0.5s normal forwards;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    opacity: 0;
    margin-left: -6%;
}
@-webkit-keyframes content-headline-fading {
    from {opacity: 0; margin-left: -6%;}
    to {opacity: 1; margin-left: 0%;}
}
@keyframes content-headline-fading {
    from {opacity: 0; margin-left: -6%;}
    to {opacity: 1; margin-left: 0%;}
}

.stage-overly-centered-inner p>a{
    -webkit-animation: link-headline-fading .6s normal forwards;
    animation: link-headline-fading .6s normal forwards;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    opacity: 0;
    margin-left: -10%;
}
@-webkit-keyframes link-headline-fading {
    from {opacity: 0; margin-left: -10%;}
    to {opacity: 1; margin-left: 0%;}
}
@keyframes link-headline-fading {
    from {opacity: 0; margin-left: -10%;}
    to {opacity: 1; margin-left: 0%;}
}


.stage-overly-centered-inner h2,
.stage-overly-centered-inner h1,
.small-stage h2{
    font-family: 'Noto Serif', serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 25px;
}
@media (min-width: 1600px){
    .stage-overly-centered-inner h2,
    .stage-overly-centered-inner h1,
    .small-stage h2{
        font-size: 45px;
        line-height: 53px;
    }
    
    body #stage-ident-1.col-lg-7 {
        width: 58.33333333%;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .stage-overly-centered-inner h2,
    .stage-overly-centered-inner h1,
    .small-stage h2{
        font-size: 38px;
        line-height: 50px;
    }
}

.stage-overly-centered-inner p{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
@media (min-width: 0px) and (max-width: 992px) {
    .stage-overly-centered-inner p{
        font-size: 20px;
    }
}

.stage-overly-centered-inner p>a{
    display:inline-block;
    margin-top: 10px;
    font-family: 'Oxygen', sans-serif;
    color: #CAB18D;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    border-style:solid;
    border-width: 4px;
    border-color: #CAB18D;
    padding: 18px 26px;
}
.stage-overly-centered-inner p>a:hover{
    color: #593a03;
    background-color:#CAB18D;
    border-color: #CAB18D;
}
@media (min-width: 0px) and (max-width: 992px) {
    .stage-overly-centered-inner p>a{
        font-size: 28px;
        line-height: 34px;
    }
}

.light-stage-txt h1,
body .light-stage-txt .stage-overly-centered-inner h1
.light-stage-txt h2,
.light-stage-txt p{
    color: #fff;
}
.dark-stage-txt h1,
.dark-stage-txt h2,
.dark-stage-txt p,
.dark-stage-txt p>a{
    color: #406d7f;
    border-color: #406d7f;
}


/** Stage Section */
.stage-tabbed-section{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
@media (min-width: 0px) and (max-width: 992px) {
    .stage-tabbed-section{
        display: none;
    }
}

.stage-tab-item{
    text-align: center;
    float: left;
    width: 20%;
    border-bottom-style:solid;
    border-bottom-width: 8px;
    border-bottom-color: rgba(224, 142, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.stage-tab-item.active_stage_tab{
    border-bottom-color: #CAB18D;
}
.stage-tab-item.active_stage_tab p{
    font-weight: 700;
}
.stage-tab-item p{
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .stage-tab-item p{
        font-size: 15px;
    }
}



/** Small Stage */
.small-stage{
    height: 400px;
    background-color: #3C3C3C;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.small-stage-inner{
    position: absolute;
    bottom: 58px;
    left: 0;
    right: 0;
}
body .small-stage h2{
    margin-bottom: 0;
    color: #ffffff;
}
body .small-stage h1{
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 992px) {
    body .small-stage h1{
        font-size: 20px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    body .small-stage h2{
       /* -ms-word-break: break-all;
        word-break: break-all;
        word-wrap:break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;*/
    }
}


/* Topmenu => Navigation
<--------------------------------->*/
#responsive-btn{
    height: 104px;
    width: 104px;
}
/*.menu-toggle-btn.open span:nth-child(1),
.menu-toggle-btn.open span:nth-child(3){
    transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
    margin: 0;
}
.menu-toggle-btn.open span:nth-child(2){
    height: 0;
    margin: 0;
}
.menu-toggle-btn.open span:nth-child(3){
    transform: translate(0px, 9px) rotate(45deg) scalex(1.3); 
}*/


#nav{
    /* Layout */
    background-color: rgba(0, 0, 0, 0.3);
    border: 0;
    border-bottom-style:solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(53,53,53, 0.3);
    height: 104px;
    width: 100%;
    position:absolute;
    top:0;
    z-index: 99999;
    
     -webkit-animation: content-fading 1.2s normal forwards;
    animation: content-fading 1.2s normal forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    
}
#nav.active_nav_topmenu{
    background-color: black;
    z-index: 99999;
}
#nav.affix-top {
    
}

/*#nav.navbar-main-rela.affix{
    position: static !important;
    top: 0 !important;
    height: 104px;
    margin: 0 !important;
}*/

#nav.affix {
    position: fixed;
    top: 0;
    height: 80px;
    z-index:10;
    background-color: #272727;
    -webkit-animation: content-fading 0.7s normal forwards;
    animation: content-fading 0.7s normal forwards;
    z-index: 999999999;
}
@-webkit-keyframes content-fading {
  from {top: -90px;}
  to {top: 0;}
}
@keyframes content-fading {
  from {top: -90px;}
  to {top: 0;}
}



/** Logo */
#nav-logo{
    width: 265px;
    float: left;
    padding-top: 14px;
    padding-bottom: 19px;
    margin-right: 21px;
}
#nav.affix #nav-logo a img{
    width: 155px;
    height: auto;
}
#nav.affix #nav-logo a{
    height: 47px;
    overflow: hidden;
}
#nav.affix #nav-logo a.bhc-logo{
    height:41px; 
    margin-top: 6px;
}
#nav-logo a{
    display: block;
    margin-left: 64px;
    position: relative;
}
#nav-logo a img {
    max-height: 71px;
    width: auto;
    max-width: 100%;
}


/** Nav Menu */
#nav-menu{
    float: left;
}




/** Topmenu Liste */
#nav-topmenu{
    list-style: none;
    margin-top: 54px;
}
#nav.affix #nav-topmenu,
#nav.affix #nav-social-menu a {
    margin-top: 40px;
}
#nav-topmenu > li{
    float: left;
    position: relative;
    margin-right: 50px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    #nav-topmenu > li{
        margin-right: 30px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    
}

#nav-topmenu > li:last-child{
    margin-right: 0;
}
/*#nav-topmenu > li.menu-item-has-children{
    margin-right: 28px;
}*/
#nav-topmenu > li.menu-item-has-children a{
    padding-right: 22px;
    padding-bottom: 31px;
}
#nav-topmenu > li.current_page_item a,
#nav-topmenu > li.current-menu-ancestor a{
    color: #CAB18D;
}
#nav-topmenu > li.menu-item-has-children:after{
    position: absolute;
    color: white;
    top: 3px;
    font-size: 16px;
    right: 0;
    content: "\e252";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#nav-topmenu > li.active_nav_topmenu > a,
#nav-topmenu > li.active_nav_topmenu > a:visited{
    color: #CAB18D;
    text-decoration: none;
}
body #nav-topmenu > li.active_nav_topmenu > a:focus{
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}

#nav-topmenu > li.active_nav_topmenu:after{
    content: "\e253";
    color: #CAB18D;
}
#nav-topmenu > li > a{
    color: white;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 1600px) {
    #nav-topmenu > li > a{
        font-size: 13px;
    }
    body #nav-social-menu a{
        font-size: 13px !important;
    }
}

/** Second Menu Level */
#nav-menu-sub{
    width: 100%;
    height:auto;
    overflow: hidden;
    /*background: #fff;*/
    /*-webkit-box-shadow: 0 6px 4px -4px #222;
    -moz-box-shadow: 0 6px 4px -4px #222;
    box-shadow: 0 6px 4px -4px #333;*/
}
#nav-menu-sub ul{
    list-style: none;
    margin-left:0 !important ;
}
#nav-menu-sub ul li{
    float: left;
    width: 20%;
    height: 150px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 120%;
    position:relative;
}

#nav-menu-sub ul li .nav-menu-sub-imgbg{
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#nav-menu-sub ul li:hover .nav-menu-sub-imgbg{
    opacity: 0;
}
#nav-menu-sub ul li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-decoration: none;
    display: block;
    height: 100%;
}

#nav-menu-sub ul li{
    /*display: none;*/
}
body #nav-menu-sub ul li a:hover{
    text-decoration: none;
}
.nav-menu-sub-imgbg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#nav-menu-sub ul li h4{
    padding-top: 77px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding-left: 42px;
    display: none;
}
#nav-menu-sub ul li p{
    font-family: 'Oxygen', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding-left: 42px;
    padding-top: 102px;
}


/** Social Menu */
#nav-social-menu{
    float: right;
}
#nav-social-menu a{
    margin-right: 64px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 54px;
    display: inline-block;
    line-height:22px ;
}
#nav-social-menu a img{
    margin-right: 15px;
}


/** Menu Overlay */
#menu-ovrly,
#resp-menu-ovrly{
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}


/** RESPONSIVE MENU */
body #resp-menu-ovrly{
    z-index: 999999;
}
.menu-toggle-btn{
    height: 104px;
    width: 104px;
    background-image: url(https://gutscheine.balitherme.de/images/burger-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1 !important;
}
#nav.affix .menu-toggle-btn,
body #nav.affix #responsive-btn{
    height: 80px;
}

body #responsive-btn{
    height: 104px;
    float: right;
    /*margin-right: 64px;*/
    line-height: 0;
    display: inline-block;
}
body #responsive-btn a{
    /* Layout */
    border: 0;
    background-color: transparent;
    color: white;
    font-size: 30px;
    line-height: 104px;
    display: block;
    padding: 0px;
}




/* Footer
<--------------------------------->*/
#footer{
   padding-top: 80px;
    padding-bottom: 93px;
    background-color: #272727;
}


/** Footer Menu */
.footer-menu{
    margin-bottom: 54px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .footer-menu-l{
        margin-bottom: 50px;
    }
}

.footer-menu h3{
    color: #CAB18D;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .footer-menu h3{
        font-size: 18px;
        margin-bottom: 16px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .footer-menu h3{
        font-size: 26px;
        margin-bottom: 26px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .footer-menu h3{
        font-size: 28px;
        margin-bottom: 28px;
    }
}

.footer-menu ul{
    list-style: none;
}
@media (min-width: 0px) and (max-width: 1200px) {
    .footer-menu ul{
        margin-bottom: 40px;
    }
}

.footer-menu ul li.current_page_item a,
.footer-menu ul li.current-menu-item a,
.footer-menu ul li.current-menu-parent a{
    color: #fff;
}
.footer-menu ul li a{
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .footer-menu ul li a{
        font-size: 18px;
        line-height: 32px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .footer-menu ul li a{
        font-size: 26px;
        line-height: 37px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .footer-menu ul li a{
        font-size: 28px;
        line-height: 39px;
    }
}

.footer-menu ul li a:hover{
    color: #d0d0d0;
}


/** Footer Newsletter */
.footer-newsletter{
    padding-top: 43px;
    padding-bottom: 43px;
    /* Border top */
    border-top-style:solid;
    border-top-width: 1px;
    border-top-color:rgba(255, 255, 255, 0.2);
    
    /* Border bottom */
    border-bottom-style:solid;
    border-bottom-width: 1px;
    border-bottom-color:rgba(255, 255, 255, 0.2);
}
.footer-newsletter h3{
    color: #CAB18D;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.42857143;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .footer-newsletter h3,
    .footer-img-links h3{
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .footer-newsletter h3,
    .footer-img-links h3{
        font-size: 26px;
        margin-bottom: 26px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .footer-newsletter h3,
    .footer-img-links h3{
        font-size: 28px;
        margin-bottom: 28px;
    }
}

.footer-newsletter a{
    color: #d0d0d0;
    font-size: 13px;
    font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .footer-newsletter a{
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .footer-newsletter a{
        font-size: 26px;
        line-height: 37px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .footer-newsletter a{
        font-size: 28px;
        line-height: 39px;
    }
}

.footer-newsletter a:hover{
    color: #8d8d8d;
}
.footer-newsletter p{
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .footer-newsletter p{
        font-size: 15px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .footer-newsletter p{
        font-size: 18px;
        line-height: 18px;
        margin-top: 30px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .footer-newsletter p{
        font-size: 20px;
        line-height: 20px;
        margin-top: 30px;
    }
}


/* Modal Box
<--------------------------------->*/
.news-modal-box{
    position: absolute;
    bottom: 70px;
    right: 130px;
    bottom:94px;
    z-index: 999;
    
    -webkit-animation: modal-fading-in .8s normal forwards;
    animation: modal-fading-in .8s normal forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 0;
}
@-webkit-keyframes modal-fading-in {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes modal-fading-in {
    from {opacity: 0;}
    to {opacity: 1;}
}



@media (min-width: 1600px) {
    body .news-modal-box-section{
        /*width: 470px;*/
    }
}
.news-modal-box-section{
    border-radius: 10px;
    border-width: 1px;
    border-color:  #b9b9b9;
    border-style: solid;
    background-color:  #ffffff;
    box-shadow: 0px 3px 5px 0px rgba(4, 6, 6, 0.15);
    height: 150px;
    width: 360px;
    position: relative;
}
.news-modal-box-section:after{
    position: absolute;
    right: -31px;
    bottom: -40px;
    width: 73px;
    height: 98px;
    display: block;
    content:'';
    background-image: url(bali-flower-small.png);
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: top left;
}
a#news-modal-close-box{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-width: 1px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-color:  #b9b9b9;
    border-style: solid;
    background-color:  #ffffff;
    width: 60px;
    height: 54px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 54px;
    color:  #CAB18D;
    font-size: 16px;
    font-weight: 400;
    z-index: 9999;
}
a#news-modal-close-box:hover{
   text-decoration: none; 
}
.news-modal-box-section h3{
    font-family: 'Noto Serif', serif;
    color:  #636363;
    font-size: 15px;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
}
/*.news-modal-box-section h3:before{
    position: absolute;
    left: 20px;
    top: 18px;
    content: url(images/info-icon.png);
    width: 55px;
    height: 55px;
}*/
.news-modal-box-section p{
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    color:  #636363;
    font-size: 13px;
    line-height: 18px;
}
.news-modal-box-section p>a{
    display: none;
}
.news-modal-box-section a.news-modal-more{
    text-align: center;
    display: block;
    margin-top: 8px;
    color:  #CAB18D;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
}
.news-modal-box-section a.news-modal-more:hover{
    color:  #636363; 
}



/* HTML Setup
<--------------------------------->*/
html body{
    background-color: #fdf9f2;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    color: #5C5C5C;
    -webkit-font-smoothing: antialiased;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body p,
body ul,
body li,
body ol{
    margin: 0;
    padding: 0;
}
body .content{
    margin-left: 0 !important;
}
body a{
    color: #CAB18D;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body a:focus, body a:hover {
    color: #CAB18D;
}
body a:hover,
body a:visited{
    text-decoration: none;
}
body .no-gutter-single{
    padding-left: 0;
    padding-right: 0;
}
body .no-gutter-single-r{
    padding-right: 0;
}
body .no-gutter{
    padding-left: 0;
    padding-right: 0;
}
body .no-gutter-row{
    margin-left: 0;
    margin-right: 0;
}
body .c-mod-container{
    margin-left: inherit;
    margin-right: inherit;
}

/* Wordpress Settings */
.alignleft{
    float: left;
}
.alignright{
    float: right;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.left-middle-img{
    margin-left: 55px;
    margin-right: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.fixedPosition{
    position: fixed !important;
 }


/* Bootstrap Fix
<--------------------------------->*/
html .modal-open,
body .bali-gallery-modal{
    padding-right: 0px !important
}



/* Preloader
<--------------------------------->*/
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#272727;
	z-index:99999999999;
    /*display: none;*/
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(https://gutscheine.balitherme.de/images/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}




/* Gutschein
<--------------------------------->*/
.hover-ovrly{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    display: none;
}

.content{
    margin-top: 104px;
    margin-bottom: 100px;
}

/* Gutschein Form Design
<--------------------------------->*/
table.gutscheine .head{
    font-family: 'Oxygen', sans-serif !important;
    color: #373737;
}
#orderform button,
button[name="goforward"],
button[name="goback"]{
    color: #CAB18D;
    border-width: 2px;
    border-color:  #CAB18D;
    border-style: solid;
    border-radius: 7px;
    font-size: 15px;
    display: block;
    padding: 10px 47px;
    margin-top: 20px;
    background: white;
    font-family: 'Oxygen', sans-serif !important;
    cursor: pointer;
}
#orderform button img,
button[name="goforward"] img,
button[name="goback"] img{
    display: none;
}
form fieldset{
    border: 0;
}

#orderform input[type="text"]{
    display: block;
    width: 100%;
    line-height: 1.42857143;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    
    border-radius: 7px;
    border-width: 1px;
    border-color: #C1C1C1;
    border-style: solid;
    background-color: #ffffff;
    padding: 9px 20px;
    color: #343434;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    margin-bottom: 10px;
}

