@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
body{
    font-family: "OpenSans", sans-serif;
    overflow-x: hidden;
}
.cadeaubon{
        width: 100%;
    max-width: 1920px;
    margin-left:auto;
    margin-right:auto;
}
.cadeaubon h2{
    margin:0px;
    margin-bottom:50px;
}
.beleid{
    margin-top:50px;
    margin-bottom:50px;
}
a:focus, a:hover{
    text-decoration: none;
}
header{
    position: relative;
}
.topcontent{
    margin:0 -15px;
}
.topsearch, .languagebar, .cywrap{
    display:none;
}
.btn{
    padding: 0;
}
.box{
    padding-left:30px;
    padding-right:30px;
}
.text-align{
    text-align: right;
}
.text-align p{
    margin-left: auto !important;
}
.contactbtn{
    margin-top: 0;
}
.slogan{
    width: 100%;
    background-color: #6f933c;
    font-size: 18px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;

}
.slogan > div{
    overflow:hidden;
}
.slogan > div > a > div{
  position: relative;
  animation: slogan 25s cubic-bezier(0.25, 0.23, 0.56, 0.56)  infinite;
  overflow: hidden;
  text-align:center;
}
.slogan strong{
    color: #ffffff;
    padding-right: 5px;
    text-transform: uppercase;
}
.slogan span{
    text-decoration: underline;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 5px;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.contactinfo{
    padding-top: 115px;
    font-size: 14px;
    font-family: "OpenSans", sans-serif;
}
.contactinfo h3{
    font-weight: 400;
    text-transform: none;
    font-size: 32px;
    color: #72285d;
    text-align:center;
    padding-bottom: 45px;
    font-family: 'Alice', serif;
}
.contactinfo p{
    padding: 0;
    color: #707070;
    font-family: open_sansregular,sans-serif;
    font-size: 16px;
    width: 50%;
    margin: 0;
    line-height: 1.5;
}
.contactinfo a{
    text-decoration: underline;
}
.voorwaarden{
    padding-left: calc((4.1666666667% * 4) + 30px);
    padding-top: 30px;
}
.voorwaarden h4{
    color: #9a9a9a;
    font-style: italic;
    font-family: open_sansitalic,sans-serif;
    font-size: 14px;
    padding-bottom: 60px;
}
.contactinfo a:hover{
    text-decoration: none;
    color: #707070;
}
.swiper-container{
    display: block !important;
}

header > .container > .row{
    position: relative;
    display:block !important;
}
.container{
    width: 100%;
    max-width: 1440px;
}
.contactfrm{
        padding: 60px calc((4.1666666667% * 4) + 15px);
}
.directions > .container > .col-lg-4:nth-of-type(1){
    padding-left: calc((4.1666666667% * 2) + 15px);
}
.directions > .container > .col-lg-4:nth-of-type(2){
        padding:0 calc((4.1666666667% * 1) + 15px);
}
.directions > .container > .col-lg-4:nth-of-type(3){
    padding-right: calc((4.1666666667% * 1) + 15px);
}
.directions{
        background: #72285d;
        padding: 75px 0;
}
.directions h4{
    color: #ffffff;
    font-size: 32px;
    font-family: "Alice", serif;
    margin: 0;
    padding-bottom: 30px;
}
.welness-explained{
    padding-top: 75px;
}
.welness-explained > .col-lg-4:nth-of-type(1){
    padding-left: calc((4.1666666667% * 2) + 15px);
}
.welness-explained > .col-lg-4:nth-of-type(2){
    padding-right: calc((4.1666666667% * 1) + 15px);
    padding-left: calc((4.1666666667% * 1) + 15px);
}
.welness-explained > .col-lg-4:nth-of-type(3){
    padding-right: calc((4.1666666667% * 2) + 15px);
}
.welness-explained h3{
    color: #72285d;
    font-family: "Alice",sans-serif;
    font-size: 32px;
    padding-bottom: 30px;
    font-weight: 400;
}
.welness-explained p{
    color: #707070;
    font-family: open_sansregular,sans-serif;
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 1.5;
}
.welness-explained span{
    font-weight: 600;
}
.welness-saunas {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    margin-top: 60px;
    border-radius: 10px;
    overflow: hidden;
}
.welness-saunas > div > div {
    padding: 0;
    height: 550px;
}
.welness-saunas img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.paarsbg,.greenbg{
    position:relative;
}
.paarsbg div,.greenbg div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    color:#fff;
}

.paarsbg{
    background: #72285d;
}
.greenbg{
    background: #6f933c;
}
.welness-saunas h4{
    font-size: 24px;
    padding-bottom: 25px;
    margin: 0;
    font-weight: 600;
}
.welness-saunas p{
    line-height: 1.5;
    font-size: 16px;
    padding-bottom: 25px;
}
.welness-saunas a{
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}
.welness-saunas a:hover{
    text-decoration: none;
}
.directions p{
    color: #ffffff;
    line-height: 1.5;
    font-size: 16px;
}
.contactcontent label{
    color: #72285d;
    font-family: open_sansbold,sans-serif;
    font-size: 16px;
    padding-bottom: 5px;
}
.contactcontent input{
    color: #707070;
    font-family: open_sansregular,sans-serif;
    font-size: 16px;
        height: 54px;
    line-height: 1.375;
    display: inline-block;
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    border: 1px solid #adadad;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 25px;
}
.contactcontent .flexcheck{
        height: 100%;
    width: fit-content;
}
.contactcontent input:focus{
    box-shadow: none;
    border-color: #adadad;
}
.contactcontent textarea:focus{
      box-shadow: none;
    border-color: #adadad;
}
.contactcontent textarea{
   height: 406px;
   margin-top: 15px;
}
.contactcontent button{
    color: #fff;
    background: #6f933c;
    padding: 16px;
    display: inline-block;
    width: 100%;
    max-width: 329px;
    transition: .25s ease;
    cursor: pointer;
    font-family: open_sansbold,sans-serif;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
}

.contactcontent button:hover{
    background: #7da543;
}
.alertable-ok{
    background:#6f933c;
    border:#6f933c solid 1px;
}
.alertable-ok:hover, .alertable-ok:focus, .alertable-ok:active {
    background-color: #7da543;
}
INPUT.invalid {
    background: #ffabab;
    border: 1px solid #f00;
    background: #ffabab;
    border: 1px solid #f00;
}
.logo{
    position: absolute;
    left: 0;
    width: 20%;
    top:0;
}
header > .container > .row > nav{
    width: fit-content;
    float: right;
}
#menuzord{
    padding-top: 6px !important;
}
.menuzord-menu a{
    background: none !important;
    color: #72285d !important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 15px !important;
    cursor:pointer;
}
.menuzord a:hover{
    text-decoration: underline;
}
.second-nav{
    display:none;
}
.third-nav{
    background-color: #72285d;
    max-width: 1920px;
    display: block;
    margin: auto;
}
.third-nav > .container{
    display: flex;
    justify-content: flex-end;
}
.third-nav a{
    padding: 31px 15px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    line-height:50px;
}
.socials{
    display: flex;
    align-items: center;
}
.socials img{
    max-width:40px;
}
.logo{
    padding: 25px 30px;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 16%);
}


.sectie-2{
    padding: 100px 15px 60px 15px;
}
.boeking{
    border: 2px solid #72285d;
    border-radius: 10px;
    padding: 60px 50px 30px 50px;
}
.status{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
    padding-bottom:30px;
}
.status .statustekst{
    width:65%;
}
.status p{
    font-size: 20px;
    color: #707070;
    line-height: 1.5;
    margin: 0;
}
.drukte p{
    font-size: 16px;
    position: relative;
}
/*.drukte p:before{
    content:"";
    position: absolute;
    left: -40px;
    top: 0px;
    background-color: #ffbd40;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}*/
.line{
    height: 2px;
    display: block;
    width: 15%;
    background: #72285d;
}
.boeking h2{
    color: #72285d;
    font-size: 32px;
    font-family: 'Alice', serif;
     font-weight: normal;
     margin: 0;
     padding-bottom: 25px;
     padding-top: 30px;
}
.margin-left{
     margin-left: 4.333333333333%;
}
.home-info h2{
    color: #72285d;
    font-size: 32px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 15px;
    font-family: "Alice",sans-serif;
}
.home-info p{
    color: #707070;
    font-family: open_sansregular,sans-serif;
    font-size: 16px;
    padding: 15px 0;
    line-height: 1.5;
}
.home-info ul{
    list-style: none;
    padding: 0;
    font-size: 16px;
}
.home-info li{
    color: #72285d;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg id='Group_2452' data-name='Group 2452' transform='translate(-865 -674)'%3E%3Cg id='Ellipse_2' data-name='Ellipse 2' transform='translate(865 674)' fill='none' stroke='%2372285d' stroke-width='2'%3E%3Ccircle cx='15' cy='15' r='15' stroke='none'/%3E%3Ccircle cx='15' cy='15' r='14' fill='none'/%3E%3C/g%3E%3Cpath id='check' d='M5.6,77.152.242,71.793a.824.824,0,0,1,0-1.166l1.166-1.166a.824.824,0,0,1,1.166,0l3.61,3.61,7.732-7.732a.824.824,0,0,1,1.166,0L16.248,66.5a.824.824,0,0,1,0,1.166l-9.48,9.48a.824.824,0,0,1-1.166,0Z' transform='translate(872 619.411)' fill='%236f933c'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-bottom: 0;
    line-height: 30px;
    margin-bottom: 10px;
}
.boeking p{
    text-align: center;
    color: #707070;
    font-size: 20px;
    margin: 0;
        padding-bottom:30px;
}
.boeking a{
    color: #72285d;
    text-decoration: underline #72285d;
    cursor: pointer;
}
.boeking a:hover{
    text-decoration: none;
}
.drukte{
    display: flex;
    align-items: center;
    margin-left:auto;
    margin-right:auto;
}
.drukte p{
    display: inline-block;
    padding: 0px;
    text-transform: uppercase;
    margin-left: 15px;
}
.status .statustekst p{
    padding-bottom:0px;
    text-align:left;
}
.groen,.oranje,.rood{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.groen{
    background:#6f933c;
}
.oranje{
    background:#ffbd40;
}
.rood{
    background:#d53032;
}
.home-overons{
    background-color: #72285d;
    width: 100%;
    max-width: 1920px;
    padding: 60px 240px;
}
.home-overons h3{
    font-size: 32px;
    padding-bottom: 25px;
    font-family: "Alice",sans-serif;
    width: 45%;
    text-transform: none;
    font-weight: normal;
    line-height: 1.4;
    padding-left: 15px;
    color: #fff;
}
.home-overons p{
    line-height: 1.5;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 25px;
}
.home-overons a{
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.4;
}
.home-overons a:hover{
    text-decoration: none;
}
.home-overons img{
    border-radius: 10px;
}
.title{
    text-align: center;
    padding-top: 60px;
    font-size: 32px;
    color: #72285d;
    line-height: 1.5;
      font-family: 'Alice', serif;
}
.line-small{
    height: 2px;
    width: 90px;
    display: block;
    margin: auto;
    background: #72285d;
    margin-bottom: 60px;
}
.home-realisatie{
    padding-bottom: 20px;
    cursor: pointer;
}
.home-realisatie a{
    height: 278px;
    width: 100%;
    display: block;
    border-radius: 10px;
        overflow: hidden;
    position: relative;
    background: transparent;
}
.saunaimg{
    position: absolute;
    height: 100%;
    object-fit: cover;
}
.sauna{
    display: flex;
    font-size: 24px;
    opacity: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(114,40,93,.6);
    color: #fff;
    font-family: 'alice',sans-serif;
    position:relative;
    text-align:center;

}
.home-realistatie a:hover{
    text-decoration: none;
}
.home-realisatie a:hover .sauna{
   opacity: 1;
}
.btn{
    display: block;
    margin: auto;
    cursor: default;
}
.btn:hover{
    box-shadow: none;
    padding: 0;
}
.btn a{
    display: inline-block;
    background: #6f933c;
    padding: 20px 60px;
    margin-top: 29px;
    margin-bottom: 31px;
    font-family: "open_sans",sans-serif;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    line-height: 1.5;
    box-shadow: 0 4px 0 rgb(0 0 0 / 60%);
    transition: all .25s ease;
}
.btn a:hover{
    box-shadow: none;
}
.saunas{
    width: 100%;
    margin: auto;
    max-width: 1440px;
}
.listpage{
    display: none;
}
.recenties{
    padding-top: 75px;
}
.recentie{
    display:flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 60px;
}
.recentie img{
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display:block;
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    object-fit: cover;
}
.recentie-info p{
    text-align: right;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 16px;
    color: #707070;
    line-height: 26px;
    font-weight: bold;
}
.recentie-info{
    width: 33%;
}
.review{
    width: 65%;
    position: relative;
    background:#72285d;
    color: #ffffff;
    border-radius: 10px;
}
.review::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 30%;
    left: -12px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 13px solid #72285d;
}
.review p{
    width: 100%;
    color: #fff;
    width: 90%;
    font-size: 16px;
    font-family: "OpenSans", sans-serif;
    font-weight: regular;
    margin: auto;
    padding: 20px 0;
}
.review a{
    color: #fff;
    text-decoration: underline #fff;
}
.review a:hover{
    text-decoration: none;
}
.detail-intro{
    background-image: linear-gradient(rgba(114, 40, 93, 0.4), rgba(114, 40, 93, 0.4)), url('https://my.enjin.be/editor/plugins/imagemanager/content/2281/recenties-background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    height: 450px;
    position: relative;
}
.detail-intro > .container, .verhaal-intro > .container,.cadeau-intro > .container{
    position: absolute;
    padding-right: calc((4.1666666667% * 9) + 15px);
    padding-left: calc((4.1666666667% * 3.6) + 15px);
    left: 0;
    bottom: 75px;
}
.detail-intro h2, .verhaal-intro h2,.cadeau-intro h2{
    font-size: 48px;
    color: #ffffff;
    font-family: 'Alice', serif;
    padding-bottom: 15px;
        margin-top: 20px;
    margin-bottom: 10px;
}
.detail-intro p, .verhaal-intro p,.cadeau-intro p{
    line-height: 1.5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.verhaal-intro{
    background-image: linear-gradient(rgba(114, 40, 93, 0.4), rgba(114, 40, 93, 0.4)), url('https://my.enjin.be/editor/plugins/imagemanager/content/2281/hero-overons-1920x450.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    height: 450px;
    position: relative;
}
.cadeau-intro{
    background-image: linear-gradient(rgba(114, 40, 93, 0.4), rgba(114, 40, 93, 0.4)), url('https://my.enjin.be/editor/plugins/imagemanager/content/2281/suomi/hero-suomi-1920x450.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    height: 450px;
    position: relative;
}
.contact-intro{
    background-image: linear-gradient(rgba(114, 40, 93, 0.4), rgba(114, 40, 93, 0.4)), url('https://my.enjin.be/editor/plugins/imagemanager/content/2281/banner-contact.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    margin: auto;
    max-width: 1920px;
    height: 450px;
    position: relative;
}
.contact-intro > .container{
    position: absolute;
    padding-right: calc((4.1666666667% * 9) + 15px);
    padding-left: calc((4.1666666667% * 3.6) + 15px);
    left: 0;
    bottom: 75px;
}
.contact-intro h2{
    font-size: 48px;
    color: #ffffff;
    font-family: 'Alice', serif;
    padding-bottom: 15px;
}
.contact-intro p{
    line-height: 1.5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.wellness-intro{
    background-image: linear-gradient(rgba(114, 40, 93, 0.4), rgba(114, 40, 93, 0.4)), url('https://my.enjin.be/editor/plugins/imagemanager/content/2281/hero-wellness.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    margin: auto;
    width: 100%;
    max-width: 1920px;
    height: 450px;
    position: relative;
}
.wellness-intro > .container{
    position: absolute;
    padding-right: calc((4.1666666667% * 9) + 15px);
    padding-left: calc((4.1666666667% * 3.6) + 15px);
    left: 0;
    bottom: 75px;
}
.wellness-intro h2{
    font-size: 48px;
    color: #ffffff;
    font-family: 'Alice', serif;
    padding-bottom: 15px;
}
.wellness-intro p{
    line-height: 1.5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.nieuws-intro{
    background-image: linear-gradient(rgba(114, 40, 93, 0.4), rgba(114, 40, 93, 0.4)), url('https://my.enjin.be/editor/plugins/imagemanager/content/2281/hero-nieuws-1920x450.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    height: 450px;
    position: relative;
}
.nieuws-intro > .container{
    position: absolute;
    padding-right: calc((4.1666666667% * 9) + 15px);
    padding-left: calc((4.1666666667% * 3.6) + 15px);
    left: 0;
    bottom: 75px;
}
.nieuws-intro h2{
    font-size: 48px;
    color: #ffffff;
    font-family: 'Alice', serif;
    padding-bottom: 15px;
}
.nieuws-intro p{
    line-height: 1.5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.nieuwsbrief{
    background: #ffffff;
    padding: 75px 0;
}
.nieuwsbrief h4{
    text-align: center;
    color: #72285d;
    font-size: 32px;
    padding-bottom: 30px;
    font-family: 'Alice', serif;
}
.nieuwsbrief > .container p{
    color: #707070;
    font-family: "OpenSans",sans-serif;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
}
.nieuwsbrief input{
    margin-left: 25px;
    color: #707070;
    font-family: open_sansregular,sans-serif;
    font-size: 16px;
    line-height: 1.375;
    display: inline-block;
    height: unset;
    background: #fff;
    padding: 15px;
    border: 1px solid #adadad;
    border-radius: 5px;
    width: 60%;
}
.nieuwsbrief button{
    color: #fff;
    background: #6f933c;
    padding: 16px;
    display: inline-block;
    margin-left: 25px;
    border: none;
    font-weight: bold;
    width: 30%;
    max-width: 329px;
    transition: background .25s ease;
    cursor: pointer;
    font-family: "OpenSans",sans-serif;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
}
.nieuwsbrief button:hover{
    background: #7da543;
}
footer{
    color: #ffffff;
    background: #72285d;
}
footer > .container{
    max-width: 1920px;
}
footer > .container > .col-lg-4{
    padding: 0 30px;
}
.footer-logo{
    padding: 45px 30px 45px 30px;
    background: #ffffff;
    width: 61%;
    border-radius: 0 0 10px 10px;
    margin-bottom: 45px;
}
footer > .container > div > .col-lg-5{
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}
footer > .container > .col-lg-4 p{
    line-height: 1.5;
    padding-right: 15px;
    font-size: 16px;
}
#footerbar a{
    display: block;
}
#footerbar .credentials a{
    display: inline-block;
    color: #fff;
}
#footerbar .credentials{
    margin-bottom:10px;
}
.opening p{
    padding-bottom: 15px;
    margin: 0;
}
.footermenu{
    padding-left: 45px;
}
.footermenu a{
    color: #ffffff !important;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    width: fit-content;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent;
}
.footermenu a:hover{
    border-bottom: 1px solid #fff;
}
.opening{
    padding-right: 40px;
}
.opening strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.general{
    padding-top: 60px;
}
.general a{
    color: #ffffff !important;
    padding-left: 30px;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
}
.general a:hover{
    text-decoration: none;
}
.general p{
    padding-left: 30px;
}
.general > div{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.general svg{
    width: 30px;
}
.banner{
    background-image: linear-gradient(rgba(114, 40, 93, 0.4), rgba(114, 40, 93, 0.4)),url("https://my.enjin.be/editor/plugins/imagemanager/content/2281/recenties-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.swiper-slide{
    padding: 100px 0;
}
.swiper-slide > .container img{
    display: block;
    margin: auto;
    border-radius: 50%;
    height: 90px;
}
.swiper-slide > .container p{
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    padding-top: 30px;
    margin: auto;
    max-width: 1170px;
}
.swiper-slide > .container a{
    color: #ffffff;
    text-decoration: underline;
}
.swiper-slide > .container a:hover{
    text-decoration: none;
}
.swiper-slide > .container span{
    color: #ffffff;
    text-align: center;
    margin: auto;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
}
.overons-intro{
    padding: 75px 135px 0 135px;
}
.overons-intro h3{
    color: #72285d;
    font-size: 32px;
    font-family: "Alice", serif;
    font-weight: 300;
    text-transform: none;
    margin: 0;
    padding-bottom: 15px;
}
.overons-video{
    padding-top: 100px;
    display: flex;
    align-items: center;
}
.overons-intro  p{
    color: #707070;
    font-family: "OpenSans",sans-serif;
    font-size: 16px;
    padding-bottom: 15px;
    font-weight: normal;
    margin:0;
    line-height: 1.5;
}
.overons-intro  a{
    color: #707070;
    font-family: "OpenSans",sans-serif;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}
.overons-intro  a:hover{
    text-decoration: none;
}
.overons-intro h4{
    color: #707070;
    font-family: "Alice", serif;
    font-size: 20px;
    padding-top: 45px;
    padding-bottom: 15px;
}
.overons-padding{
    padding-top: 160px !important;
}
.overons-bg{
    padding:0px;
}
.overons-bg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.overons-kennis{
    width: 100%;
    max-width: 1920px;
    padding: 0;
    padding-top: 75px;
    display: flex;
}
.overons-text{
    padding: 30px 0 30px 145px;
    color: #ffffff;
    background-color: #72285d;
}
.overons-text p{
    width: 70%;
    padding-bottom: 15px;
    line-height: 1.5;
    font-family: "OpenSans",sans-serif;
    font-size: 16px;
}
.overons-text h4{
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    padding-bottom: 15px;
}
.overons-video p{
    color: #707070;
    font-family: "OpenSans",sans-serif;
    font-size: 16px;
    margin: auto;
    padding-bottom: 15px;
    line-height: 1.5;
}
.overons-video a{
    color: #707070;
    font-family: "OpenSans",sans-serif;
    font-size: 16px;
    cursor: pointer;
    margin: auto;
    line-height: 1.5;
    text-decoration: underline;
}
.overons-video a:hover{
    text-decoration: none;
}
.suggesties p{
    text-align: left;
    padding: 0;
    margin: 0;
}
.suggesties p:nth-of-type(1){
    text-transform: uppercase;
    font-size: 16px;
}
.suggesties a{
    display: inline-block;
    width: 100%;
    background: #6f933c;
    padding: 15px 30px;
    margin-top: 14px;
    margin-bottom: 30px;
    font-family: open_sansbold,sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    line-height: 1.5;
    box-shadow: 0 4px 0 rgb(0 0 0 / 60%);
    transition: box-shadow .25s ease,margin .25s ease;
    text-align: center;
}
.suggesties p:nth-of-type(2){
    padding: 5px 0;
    color: #72285d !important;
    font-size: 26px;
    font-family: 'Alice', serif;
}
.suggesties p:nth-of-type(3){
    font-size: 16px;
    padding-bottom: 15px;
}
.suggesties-box{
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    height: 150px;
    background-color: #72285d;
}
.suggesties-box span{
    text-align: center;
}
.suggesties-box span:nth-of-type(1){
    font-size: 20px;
    font-family: "Alice", serif;
}
.menuzord-menu li:nth-of-type(1n+7){
    display: none;
}
.menuzord-menu li:nth-of-type(7){
    display: none;
}
.menuzord-menu li:nth-of-type(8){
    display: none;
}
.nieuws{
    padding: 50px 50px 0 50px;
}
.nieuws > .col-xs-12{
    padding: 60px 25px;
    border-top: 1px solid #ddd;
}
.nieuws > .col-xs-12:nth-of-type(1){
    border-top: none;
}
.nieuws h2{
    color: #72285d;
    font-size: 28px;
    font-family: 'Alice', serif;
    padding-bottom: 15px;
    margin: 0;
}
.nieuws span{
    color: #707070;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 20px;
    display: block;
}
.nieuws p{
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    color: #707070;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
}
.nieuws p > strong{
    color: #707070;
}
.nieuws-artikel{
    color: red;
    text-decoration: underline;
    font-size: 16px;
    background: transparent !important;
    color: #ff0000 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-transform: none !important;
    box-shadow: none !important;
    
}
.nieuws-detail{
    padding: 75px 75px 0 75px;
}
.nieuws-detail p{
    line-height: 1.5;
    color: #707070;
    padding-bottom: 20px;
}
.nieuws-detail h2{
    color: #72285d;
    font-family: 'Alice', serif;
    margin: 0;
    padding-bottom: 15px;
}
.nieuws-detail img{
    height: 400px;
}
.nieuws-detailbtn{
    color: #ffffff;
    background: #6f933c;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    padding: 0 60px;
    text-align: center;
    margin-top: 29px;
    margin-bottom: 1px;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 0 4px 0 rgb(0 0 0 / 60%);
    transition: 0.3s ease;
}
.nieuws-detailbtn:hover{
    box-shadow: none;
    color: #ffffff;
}
.nieuws-detail li{
    padding-bottom: 15px;
    color:#707070;
    font-size: 16px;
    line-height: 1.5;
}
.nieuws-detail p > strong{
    color: #707070;
    line-height: 1.5;
    font-size: 16px;
}
.nieuws-detail li > strong{
    line-height: 1.5;
    color: #707070;
    font-size: 16px;
}
.reserveren h1{
    text-align:center;
    margin: 50px 0px;
    font-size: 30px;
}
.reserveren p{
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.reserveren .text-right,.reserveren .reserveerdatum .text-right,.reserveren .reserveerdatum .text-left,.box .form-group label{
     font-size: 22px;
    margin: 8px 0px 8px 0px;
    color: #333;
    font-weight:normal;
}
.reserveren .text-left select,.reserveren .text-left input,.reserveren .text-left textarea,.box .form-group input,.box .form-group textarea{
    color: #7d0a52;
    outline: none;
    border: 2px solid #7d0a52;
    border-radius: 25px;
    padding: 10px 27px 10px 40px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom:20px;
}

.rental-product{
    position:relative;
    margin-top:15px;
    margin-bottom:15px;
}
.rental-product a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.calendar-row-header > div {
    background-color: #fff;
}
.calendar-col{
    border: 1px solid #c3c3c3;
    font-size:16px;
}
.calendar-col-current {
    border: 1px solid #7d0a52;
    color: #fff;
    background: #7d0a52;
}
.reserveren .btn-primary,.box .btn-block{
    color: #fff;
    background: #6f933c;
    border-radius: 5px;
    border: 1px solid #6f933c;
    width: fit-content !important;
    padding: 10px 35px;
    font-size: 20px;
}
.reserveren .btn-primary:hover{
    background:transparent;
    color:#6f933c;
}
.reserveren .btn-seconday{
    color: #fff;
    background: #7d0a52;
    border-radius: 5px;
    border: 1px solid #7d0a52;
    width: fit-content !important;
    padding: 10px 35px;
    font-size: 20px;
    float:right;
}
.reserveren .btn-seconday:hover{
    background:transparent;
    color:#7d0a52;
}
.wellness-detail{
    margin: auto;
    width: 100%;
    max-width: 1920px;
    height: 450px;
    position: relative;
    background: rgb(114,40,93);
    padding: 0;
}
.wellness-detail .introimg{
    position:absolute;
    width:100%;
    height:100%;
}
.wellness-detail .introimg img{
        width: 100%;
    height: 100%;
    object-fit: cover;
    opacity:0.5;
}
.wellness-detail > .container{
    position: absolute;
    padding-right: calc((4.1666666667% * 9) + 15px);
    padding-left: calc((4.1666666667% * 3.6) + 15px);
    left: 0;
    bottom: 75px;
}
.wellness-detail h1{
    font-size: 48px;
    color: #ffffff;
    font-family: 'Alice', serif;
    padding-bottom: 15px;
}
.wellness-detail p{
        line-height: 1.5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.wellness-detail-intro{
    padding:75px 135px 0 135px;
}
.wellness-detail-intro h2{
        color: #72285d;
    font-family: "Alice",sans-serif;
    font-size: 32px;
    padding-bottom: 30px;
    font-weight: 400;
    margin-bottom:10px;
}
.wellness-detail-intro h3{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #707070;
}
.wellness-detail-intro ul{
    margin: 0 0 0 15px;
    padding: 0 0 15px 15px;
}
.wellness-detail-intro li{
        padding: 0 0 5px 15px;
    color: #707070;
    font-family: 'Open Sans';
    font-size: 16px;
}
.wellness-detail-intro .introtekst-detail{
        padding-bottom: 15px;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 16px;
}
.prijsblok .prijsblokdetail{
        float: left;
    display: inline-block;
    text-align: center;
    font-family: "Alice",sans-serif;
    font-size: 20px;
    color: #bebebe;
    margin-top: 10px;
}
.prijsblok .prijsblokdetail .prijs{
        font-family: "Alice",sans-serif;
    font-size: 42px;
    color: #6f933c;
    display: inline-block;
    padding: 0 5px;
}
.prijsblok .btn{
        display: inline-block;
    float: right;
}
.prijsblok .btn a{
    margin-top:0px;
    margin-bottom:0px;
}
.prijsblok p{
    clear:
    both;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 16px;
}
.detailfoto{
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
    position:relative;
}
.detailfoto img{
    height:100%;
    object-fit:
    cover;
    width: 100%;
    position:absolute;
}
.detailfoto span{
        width: 100%;
        height: 100%;
        background: transparent;
        position: absolute;
        top: 0;
        opacity: 0;
}
.detailfoto span i{
    color:#fff;
}
.detailfoto a:hover span i{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 28px;
    transform: translate(-50%, -50%);
}
.detailfoto a:hover span{
    background: rgba(114,40,93,0.6);
    opacity: 1;
}

@media screen and (max-width: 1300px){
    .home-overons{
        padding: 60px 100px;
    }
    .nieuwsbrief button{
        width: 32%;
        margin-top: 10px;
    }
    .swiper-slide > .container p{
        width: 80%;
        margin: auto;
    }
}
@media screen and (max-width: 1199px){
    .margin-left{
        margin-left: inherit;
    }
    .logo{
        position: relative;
    }
    header > .container > .row{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    header > .container > .row > nav{
        padding-top: 10px;
    }
    .third-nav > .container{
        justify-content: center;
    }
    .directions > .container > .col-lg-4:nth-of-type(2){
        HEIGHT: 316Px;
}
    .overons-video p{
        padding-bottom: 0;
        padding-top: 15px;
    }
    .overons-video{
        display: block;
    }
    .overons-kennis{
        display: block;
    }
    .overons-bg{
        height: 540px;
        padding:0px;
    }
    .overons-text {
            padding: 30px 0 30px 20px;
    }
    .overons-text p {
    width: 90%;
    }
    .sectie-2{
        width: 90%;
        display: block;
        margin: auto;
    }
    .home-overons img{
        display: block;
        margin: auto;
    }
    .home-overons a{
        padding-top: 25px;
    }
    .home-overons p{
        padding-bottom: 5px;
        padding-top: 20px;
    }
        .overons-padding{
        padding-top: 0 !important;
    }
    .home-info h2{
        padding-top: 15px;
    }
    .home-overons h3{
        margin: auto;
        width: 70%;
    }
    .sauna{
        font-size: 20px;
        opacity: 1;
    }
     .recentie{
        width: 100%;
    }
    .recentie-info{
        width: 20%;
    }
    .review{
        width: 70%;
    }
    .directions > .container > .col-lg-4:nth-of-type(3){
         padding-left: calc((4.1666666667% * 2) + 15px);
    }
  .boeking{
    padding: 60px 30px 30px 30px;
}
}
@media screen and (max-width: 991px){
    .welness-saunas > .row{
        width: 70%;
        margin: auto;
        display: block;
        padding-bottom: 15px;
    }
    .nieuwsbrief input{
        width: 80%;
    }
    .nieuwsbrief button{
        width: 40%;
    }
    .welness-saunas > div > div{
        height: 400px;
    }
    .overons-bg{
        height: 100%;
        padding:0px;
    }
    .third-nav a {
    padding: 16px 11px;
    font-size: 14px;
    }
    .overons-intro h4{
        padding-top:10px !important;
    }
    .overons-intro h3{
        padding-top:100px;
    }
    .overons-intro,.wellness-detail-intro {
    padding: 0px 135px 0 135px;
}
.boeking p {
    text-align:left;
}
}
@media screen and (max-width: 767px){
    .status{
        flex-direction: column;
    }
    .menuzord-menu a{
        border: none !important;
        text-align: center;
    }
    .menuzord-responsive .menuzord-menu.scrollable{
       max-height:100% !important;
    }
    header > .container > .row{
        display: block;
    }
    nav{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .menuzord-menu li:nth-of-type(1n+6){
        background: #72285d;
    }
    .menuzord-menu li:nth-of-type(1n+6) a{
        color: #ffffff !important;
          border-bottom: 1px solid #ffffff !important;
        width: 80% !important;
        margin: auto !important;
    }
    .menuzord-menu li:nth-of-type(6) a{
        margin-top: 15px !important;
    }
    .menuzord-menu li:nth-of-type(8) a{
        margin-bottom: 15px !important;
    }
    .logo{
        width: 50%;
        Max-width:200px;
    }
    .menuzord-responsive .showhide {
            background: #6f933c;
    }
    .menuzord .showhide em {
        background:#fff !important;
    }
    .third-nav{
        display: none;
    }
    .contactcontent textarea {
        height: 300px;
    }
    .contactfrm{
            padding: 60px calc((4.1666666667% * 2) + 0px);
    }
    .overons-intro > .col-lg-6 h4 {
        padding-top: 15px;
    }
    .contact-intro > .container{
    padding-right: calc((4.1666666667% * 5) + 15px);
}
.verhaal-intro > .container{
    padding-right: calc((4.1666666667% * 5) + 15px);
}
.detail-intro > .container{
    padding-right: calc((4.1666666667% * 5) + 15px);
}
.wellness-intro > .container{
    padding-right: calc((4.1666666667% * 5) + 15px);
}
    .contactinfo p{
        text-align: center !important;
        width: 100%;
        padding-bottom: 10px;
    }
    .welness-explained > .col-lg-4:nth-of-type(1){
        padding: 15px;
    }
    .welness-explained > .col-lg-4:nth-of-type(2){
        padding: 15px;
    }
    .welness-explained > .col-lg-4:nth-of-type(3){
        padding: 15px;
    }
    .voorwaarden{
          padding-left: calc((4.1666666667% * 1) + 30px);
    }
    .overons-text p{
        width: 90%;
    }
    .overons-intro h3{
        padding-top: 15px;
    }
    .overons-intro > .col-lg-6 img{
        width: 100%;
    }
    .detail-intro > .container{
        padding-right: 0;
    }
         .footer-logo{
        display: block;
        margin: auto;
    }
    .verhaal-intro > .container{
        padding-right: 0;
    }
    .btn a{
        padding: 20px 37px;
    }
    .overons-intro,.wellness-detail-intro{
        padding: 60px 20px 0 20px;
}
    .boeking h2{
        text-align: center;
    }
    .contactcontent button{
        margin-left: 0;
    }
    .line{
        margin: auto;
    }
    .nieuwsbrief input{
        margin: 0;
        width: 100%;
    }
    .overons-text{
        padding: 30px 15px;
    }
    .nieuwsbrief button{
    margin: auto;
    display: block;
    margin-top: 15px;
    width: 70%;
    }
    .home-realisatie a{
        height: 200px;
    }
    .sauna{
        font-size: 16px;
    }
    .footermenu{
        padding-left: 15px;
        padding-right: 45px;
    }
    footer > .container > .col-lg-5{
        justify-content: center;
        padding-top: 20px;
    }

    footer > .container > .col-lg-4 p{
        padding-top: 20px;
    }
    .general{
        padding-top: 20px;
        width: fit-content;
        padding-left:15px;
    }
   .recenties{
        padding-top: 45px;
   }
   .directions > .container > .col-lg-4:nth-of-type(2){
       height: auto;
   }
   .welness-saunas > .col-md-6:nth-of-type(1) img{
        border-radius: 0;
}
.welness-saunas > .col-md-6:nth-of-type(2){
    background: #72285d;
    color: #ffffff;
    padding: 30px 105px;
     border-radius: 0;
    display: flex;
    align-items: center;
}
.welness-saunas > .col-md-6:nth-of-type(3){
    background: #6f933c;
    color: #ffffff;
    padding: 30px 105px;
    margin-top: 0;
    display: flex;
    align-items: center;
    border-radius: 0;
}
.welness-saunas > .col-md-6:nth-of-type(4){
    margin-top: 0;
}
.nieuws-detail img{
    height: auto;
    object-fit: cover;
    width: 100%;
}
.reserveren .text-right{
    text-align:left;
}
.reserveren .text-left{
    text-align:right;
}
.nieuws{
    padding: 50px 15px 0 15px;
}
.nieuws-detailbtn {
    padding:0 30px;
}
header > .container > .row > nav {
    width: 100%;
}
.menuzord-responsive .menuzord-menu > .socials {
    width:50%;
}
.menuzord-responsive .menuzord-menu > .socials a {
   border-bottom:none !important;
}
.boeking p {
    text-align:center;
}
.drukte{
    margin-top:15px;
}
.status .statustekst {
    width: 100%;
}
}
@media screen and (max-width: 450px){
    .home-realisatie{
        width: 100%;
    }
    .welness-explained h3{
        font-size: 24px;
    }
   .directions > .container > .col-lg-4{
       padding-left: 10px !important;
   }
    .sectie-2{
        padding-top: 45px;
    }
    .review::before{
    right: -12px;
    left: unset;
    transform: rotate(180deg);
}
    .btn{
        padding: 0;
    }
    .recentie{
        flex-direction: column;
    }
    .review{
        width: 100%;
    }
    .recentie-info{
        width: 100%;
    }
    .directions h4{    font-size: 28px;}
    .btn a{
        padding: 20px 10px;
        font-size: 12px;
    }
    .boeking{
        padding: 60px 10px;
    }
    .home-overons{
        padding: 60px 20px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right: 2px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left: 2px;
    }
    .nieuws-detail{
        padding: 75px 10px 0 10px;
    }
    .detail-intro > .container{
    padding-right: 10%;
    padding-left: 10%;
}
.verhaal-intro > .container{
    padding-right: 10%;
    padding-left: 10%;
}
.contact-intro > .container{
    padding-right: 10%;
    padding-left: 10%;
}
.wellness-intro > .container{
    padding-right: 10%;
    padding-left: 10%;
}
.nieuws-intro > .container{
    position: absolute;
    padding-right: 10%;
    padding-left: 10%;
    left: 0;
    bottom: 75px;
}
.extrafotos .col-xs-6{
    width:100%;
}

}

@keyframes slogan{
    0%{
        transform:translateX(1250px);
    }
    100%{
        transform: translate(-1250px);
    }
}