/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
/* Fonts */
@font-face {
    font-family: Austral SlabBlur Light;
    src: url('../fonts/Austral-SlabBlur-Light.woff') format('woff'), url('../fonts/Austral-SlabBlur-Light.woff2') format('woff2');
}
@font-face {
    font-family: Austral SlabBlur Regular;
    src: url('../fonts/Austral-SlabBlur-Regular.woff') format('woff'), url('../fonts/Austral-SlabBlur-Regular.woff2') format('woff2');
}

@font-face {
    font-family: Austral SlabBlur Thin;
    src: url('../fonts/Austral-SlabBlur-Thin.woff') format('woff'), url('../fonts/Austral-SlabBlur-Thin.woff2') format('woff2');
}

@font-face {
    font-family: Austral Sans Blur Regular;
    src: url('../fonts/Antipixel - AustralSansBlur-Regular.otf') format('otf'), url('../fonts/Antipixel-AustralSansBlur-Regular.woff') format('woff'), url('../fonts/Antipixel-AustralSansBlur-Regular.woff2') format('woff2');
}


html {
    scroll-behavior: smooth;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0!important;
    -webkit-font-feature-settings: 'salt';
    font-feature-settings: 'salt';
}
body{
    color: #5D5D5D;
    width: 100%;
    overflow-x: hidden;
}
/*Default css*/
h1, h1 a {
    font-size: 70px; /*50px*/
    font-family: 'Austral Sans Blur Regular';
    color: #1d6426;
    margin-bottom: 25px;
}

h2, h2 a {
    font-size: 30px; /*40px*/
    font-family: 'Austral Sans Blur Regular';
    line-height: 35px;
    color: #1d6426;
}

h3, h3 a {
    font-size: 24px; /*30px*/
    font-family: 'Austral SlabBlur Regular';
    line-height: 30px;
    color: #1d6426;
}

h4, h4 a {
    font-size: 20px; /*18px*/
    font-family: 'Austral SlabBlur Regular';
    line-height: 25px;
    letter-spacing: 0;
    color: #1d6426;
}

h5 {
    font-size: 18px; /*18px*/
    font-family: 'Austral SlabBlur Regular';
    line-height: 28px;
    letter-spacing: 0;
    color: #1d6426;
}

h6, h6 a {
    font-size: 15px; /*15px*/
    font-family: 'Austral SlabBlur Regular';
    color: #1d6426;
}
.button--skewed input{
    font-family: 'Austral SlabBlur Regular';
}
p{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    margin-bottom: 20px;
}
ul, li, input, table, select, option{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}
.paragraph li{
    position: relative;
    list-style-type: none;
    padding: 0 15px;
}
ul{
    padding-left: 0;
}

.menu a:hover{
    opacity: .8;
}
.paragraph li:before{
    content: '';
    height: 4px;
    width: 4px;
    background-color: #82BC1C;
    border-radius: 100%;
    left: 0;
    top: 12px;
    position: absolute;

}

a, abbr, acronym, address, applet, blockquote, body, button, caption, center,
cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, footer, form, header,
html, i, input, iframe, img, ins, kbd, label, legend, li, link, nav, object, ol, p, pre,
q, s, samp, section, small, strike, strong, sub, sup, select, table, tbody, td,
tfoot, th, thead, title, tr, tt, textarea, text, u, ul, var, option {
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
}

* {
    /*  outline: 1px solid #ff0300;*/
    border-radius: 0px;
    letter-spacing: 0px!important;}




:focus {
    outline: none!important;
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0) !important;
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0) !important;
}

a {
    color: #00a9c1;

    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
a:hover {
    color: unset;
    text-decoration: none;
}

.lockScroll {
    width: 100%;
    overflow: hidden;
    position: fixed;
}

.full-link-btn {
    position: absolute!important;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 20;
    top: 0;
    left: 0;
}
.post-- .navigation, .post-- .navigation.header--fixed {
    z-index: 10000;
    background: #008CA9;
}

.post--{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.post--accommodatie footer{
    padding-top: 0px;
    margin-top: -90px;
}

.main-content-wrapper {
    width: 100%;
    position: relative;
    background: white;
    /*   padding-bottom: 60px;*/
}

.plate--container {
    width: 100%;
    max-width: 1160px;
    /*Deze padding is te veranderen per project */
    padding-left: 15px;
    padding-right: 15px;
}

.plate--column{
    padding-right: 8px;
    padding-left: 8px;
}
.plate--row{
    margin-right: -8px;
    margin-left: -8px;
}

/*Use this class to make element or section full width*/
.none {
    width: 100%;
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
}

.section-container {
    width: 100%;
    /*Deze padding is te veranderen per project*/
    padding-left: 120px;
    padding-right: 120px;
}

.fl-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.relative{
    position: relative;
}
/* 404 message */
.error-message {
    width: 100vw;
    max-width: unset;
    height: 100vh;
    z-index: 1000;
    top: 0;
    left: 0;
    background: #ffffff;
    position: fixed;
}

.error-message .plate--container{
    height: 100%;
    padding-top: 145px;
}

.error-message .waves {
    position: absolute;
    height: 90px;
    width: 100%;
    top: 145px;
    z-index: 11111111;
    background: #008ca9;
}

/*Navigation styling*/

.navigation {
    height: auto;
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    top: 0;
    z-index: 100;

    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.navigation.header--fixed{
    background-color: rgba(255, 255, 255, 0);
}
.navbar-inner--right{
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.header--fixed .navbar-inner--right{
    opacity: 0;}
.header--fixed.menu-open .navbar-inner--right{
    opacity: 1;
}

.menu-open .navbar-inner--right .csstransforms3d .button--skewed::before, .menu-open .csstransforms3d:hover .button--skewed::before{
    background: #00a9c1;
}

.navbar-inner--right .csstransforms3d:hover .button--skewed::after{
    background: rgba(0, 0, 0, 0) no-repeat center;
}
.menu-open .csstransforms3d:hover .button--skewed{
    color: white;
}
.navbar .navbar-brand a:before {
    content: '';
    height: 170px;
    width: calc(90%);
    position: absolute;
    background: -o-radial-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0));
    background: radial-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0));
    left: 4%;
    top: -40px;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    z-index: -2;
    -webkit-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    transform: rotate(-11deg);
}

.navbar .copyright{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
}
.copyright p{
    font-family: 'Roboto', sans-serif;
}
.copyright--right{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.copyright--right p{
    margin-bottom: 0;
    margin-right: 25px;
}
.copyright--right img{
    height: 40px;
    width: auto;
}

.copyright--left svg{
    margin-right: 15px;
}

/*.navigation.header--fixed .navbar-brand{
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0px;
    height: 100px;
}*/

img.logo:before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: red;
}
nav.navbar {
    position: relative;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

.navbar-inner{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-inner--left{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-inner--right{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 15px;
}


.navbar-brand {
    height: 145px;
    width: auto;
    position: relative;
    background: rgba(255, 255, 255, 0);
    padding: 0px 0px;
    z-index: 100;
    margin-right: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

/*
.navbar-brand:before{
    content: url("/theme/assets/images/logo_background.svg");
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}
*/


.navbar-collapse {
    position: absolute;
    width: 100%;
    float: right;
    padding: 250px 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -200vh;
    opacity: 0;
    z-index: -100;
    left: 0vw;
    min-height: 660px;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #00A9C1;
    -webkit-box-shadow: -2px 7px 20px rgba(0, 0, 0, 0.18);
    box-shadow: -2px 7px 20px rgba(0, 0, 0, 0.18);
}

.navbar-collapse .plate--container{/*
    padding-left: calc(15% - 15px);
    padding-right: calc(15% - 15px);*/}

.navbar-collapse:after{
    content: url('/theme/assets/images/menu_bottom.svg');
    height: 50px;
    width: 102%;
    bottom: -45px;
    left: -1%;
    position: absolute;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: none;
}
.navbar .waves {
    position: absolute;
    height: 90px;
    width: 100%;
    top: unset;
    bottom: -88px;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu-open .navbar-collapse {
    opacity: 1;
    left: 0;
    height: auto;
    min-height: 660px;
    top: 0;
    z-index: 100;
}
.navbar-brand, .navbar-inner--right{
    z-index: 1000;
}.navbar-toggler{
     z-index: 1001!important;
 }
.menu--active .navigation {
    position: fixed;
}
.menu-open .navbar-collapse:after{
    opacity: 1;
}


.main-content-wrapper, header, footer{
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    cursor: auto;
}
/*.menu--active .main-content-wrapper, .menu--active header, .menu--active footer{
    -webkit-filter: blur(2px) opacity(.8);
    filter: blur(2px) opacity(.8);
}*/

.navbar-collapse .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

.dropdown-menu{
    display: block;
    background: rgba(255, 255, 255, 0);
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

/*.dropdown-menu .dropdown-item:before {
    content: "- ";
}*/

.navbar-toggler{
    display: block;
    padding-right: 0px;
    z-index: 100;
    margin-left: -53px;
}

.menu--active .navigation .navbar-collapse::-webkit-scrollbar {
    display: none;
}

.menu-toggler{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    position: relative;
    height: 50px;
    width: 151px;
    padding: 15px 20px;
    background-position: center center;
    /* background-image: url("/theme/assets/images/menu_button.svg");*/
    background-repeat: no-repeat;

    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}

.menu-open .menu-toggler.csstransforms3d .button--skewed::after, .menu-toggler.csstransforms3d:hover .button--skewed::after{
    background: #008CA9;
    border: 2px solid #008CA9;
}

.menu-open .menu-toggler.csstransforms3d:hover .button--skewed::after{
    background: #00a9c1;
    border: 2px solid white;
}

.menu-toggler.csstransforms3d .button--skewed:before, .menu-toggler.csstransforms3d:hover .button--skewed:before, .header--fixed .menu-toggler.csstransforms3d .button--skewed:before {
    width: 10px;
    height: calc(100% + 4px);
    left: -7%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: -2px;
    background: white;
    z-index: 3;
}
.menu-toggler .button--skewed{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 15px 11px 20px;
}
.menu-open .menu-toggler{
    /*    background-image: url("/theme/assets/images/menu_button_active.svg");*/

    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.menu-toggler span{
    font-size: 16px;
}

.dropdown-menu.active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: none;
    min-width: 100px;
    padding: 10px 0;
    margin: 0 0 0 0;
    background-color: #fff;
    border: 1px solid #ffffff;
    border-radius: .25rem;}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 0px;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    position: relative;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: rgba(255, 255, 255, 0.84);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
}

.bars {
    margin-right: 10px;
    width: 25px;
}
.menu-open .bars{
    margin-top: -12px;
    -webkit-transform: translate(-4px, 12px);
    -ms-transform: translate(-4px, 12px);
    transform: translate(-4px, 12px);
}

.bar {
    width: 22px;
    height: 2px;
    background: #ffffff;
    margin-bottom: 5px;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    border-radius: 75px;
}
.menu-open .bar.bar-3, .menu-open .bar.bar-1 {
    width: 22px;
    margin-bottom: 6px;
}

.bar.bar-3{
    margin-bottom: 0;
    width: 12px;
}
.bar.bar-1{
    width: 18px;
}

.plate--element__usp_multiple, .multi-usp--wrapper{
    height: 100%;
}
.multi-usp--wrapper{
    padding: 20px 0;
}
.multi-usp--wrapper .usp-wrapper:nth-last-child(1){
    margin-bottom: 0;
}
#myBtn {
    opacity: 0;
    position: fixed;
    bottom: 60px;
    height: 60px;
    width: 60px;
    padding: 0;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    background-color: rgba(0, 0, 0, 0.15);
    border: 2px solid white;
    /* color: white;*/
    cursor: pointer;
    border-radius: 0px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    -webkit-box-shadow: -3px 1px 20px rgba(0, 0, 0, 0.10);
    box-shadow: -3px 1px 20px rgba(0, 0, 0, 0.10);
}
#myBtn.in--view{
    opacity: 1;
    bottom: 30px;
    visibility: visible;
}

/*#myBtn:hover {
    background-color: #555;
}*/
/*.menu-open .bars{
    margin: 0;
    padding: 20px 15px 0px;
}*/

.navbar *{
    color: #ffffff;
    font-family: "Austral SlabBlur Regular"}
.navbar h4 a{
    opacity: .47;}
.navbar .dropdown-menu a{
    font-family: 'Roboto', sans-serif;
}
.menu-open .bar-1 {
    -webkit-transform: rotate(45deg) translate(6px, 1px);
    -ms-transform: rotate(45deg) translate(6px, 1px);
    transform: rotate(45deg) translate(6px, 1px);
}

.menu-open .bar-3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -9px;
    margin-left: 3px;
}

.menu-open .bar-2{
    opacity: 0;
}

ul.navbar-nav {
    position: relative;
    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

img.logo {
    position: relative;
    height: 100%;
    width: auto;
}

ul.navbar-nav li.nav-item {
    padding-right: 20px;
    width: 25%;
}

ul.navbar-nav li.last{
    padding-right: 0;
}

/* BUTTONS */
.button {

}
.button--skewed {
    background: transparent;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
.button--skewed:focus {
    outline: none;
}
.csstransforms3d .button--skewed {
    -webkit-perspective: 100px;
    perspective: 100px;
    position: relative;
}
/*
.flickity-prev-next-button svg.flickity-button-icon{
    display: none;}
*/

.navbar-inner--right .csstransforms3d .button--skewed::after{
    border: 2px solid #ffffff;
    background: rgba(0, 0, 0, 0.15) no-repeat center;
}
/*.extra {
    border: 2px solid #00a9c1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    height: 88%;
    left: 6%;
    outline: 1px solid transparent;
    position: absolute!important;
    top: 6%;
    -webkit-transform: scale(1.4) rotateY(-4deg) rotateX(-9deg) translateX(0px) translateY(6%) translateZ(-12px);
    transform: scale(1.4) rotateY(-4deg) rotateX(-9deg) translateX(0px) translateY(6%) translateZ(-12px);
    -webkit-transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
    -o-transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
    transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
    width: 88%;
    z-index: -2;
    background: #00a9c1 no-repeat center;
    background-size: 100%;
}*/
.green.csstransforms3d:hover .button--skewed{
    color: #135d1d;
}
.csstransforms3d .button--skewed::after {
    border: 2px solid #00a9c1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    height: 88%;
    left: 6%;
    outline: 1px solid transparent;
    position: absolute;
    top: 6%;
    -webkit-transform: scale(1.4) rotateY(-4deg) rotateX(-9deg) translateX(-2px) translateY(6%) translateZ(-12px);
    transform: scale(1.4) rotateY(-4deg) rotateX(-9deg) translateX(-2px) translateY(6%) translateZ(-12px);
    -webkit-transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
    -o-transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
    transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
    width: 88%;
    z-index: -2;
    background: #00a9c1 no-repeat center;
    background-size: 100%;
}
.navbar-inner--right .csstransforms3d:hover .button--skewed::before, .green.csstransforms3d:hover .button--skewed::before {;
    -webkit-transform: scaleY(1.433) scalex(1.42) rotateY(-4deg) rotateX(-9deg) translateX(-2px) translateY(6%) translateZ(-12px);;
    transform: scaleY(1.433) scalex(1.42) rotateY(-4deg) rotateX(-9deg) translateX(-2px) translateY(6%) translateZ(-12px);
}
.csstransforms3d .button--skewed::before {
    border: 0px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    height: calc(88% - 4px);
    left: calc(-7%);
    outline: 1px solid transparent;
    position: absolute;
    top: calc(6% + 2px);
    -webkit-transform: scale(1.4) rotateY(-4deg) rotateX(-9deg) translateX(-2px) translateY(6%) translateZ(-12px);
    transform: scale(1.4) rotateY(-4deg) rotateX(-9deg) translateX(-2px) translateY(6%) translateZ(-12px);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 0px;
    z-index: -1;
    background: #ffffff no-repeat center;
    background-size: 100%;
}
.csstransforms3d:hover .button--skewed::before{
    left: calc(6% + 2px);
    width: calc(88% - 4px);
    right: auto;
    -webkit-transform: scale(1.4) rotateY(-4deg) rotateX(-9deg) translateX(-2px) translateY(6%) translateZ(-12px);
    transform: scale(1.4) rotateY(-4deg) rotateX(-9deg) translateX(-2px) translateY(6%) translateZ(-12px);
    background: rgb(255, 255, 255) no-repeat center;
}

.no-csstransforms3d .button--skewed {
    border: 2px solid #fff;
}
.button--skew{
    position: relative;}
.csstransforms3d.green .button--skewed::after{
    border: 2px solid #ffffff;
    background: #135d1d no-repeat center;
}
.csstransforms3d.green:hover .button--skewed::after{
    background: rgba(19, 93, 29, 0) no-repeat center;
}
.navbar-inner--right .button--skew{
    margin-left: 35px;}

.button.green:before {
    content: '';
    position: absolute;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    background: #135d1d;
    left: 2px;
    top: 2px;
    -webkit-clip-path: polygon(0 6%, 100% 0, 98% 100%, 2% 95%);
    clip-path: polygon(0 6%, 100% 0, 98% 100%, 2% 95%);
}
/*.button:before {
    content: '';
    position: absolute;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    background: rgba(0, 0, 0, 0.16);
    left: 2px;
    top: 2px;
    -webkit-clip-path: polygon(0 6%, 100% 0, 98% 100%, 2% 95%);
    clip-path: polygon(0 6%, 100% 0, 98% 100%, 2% 95%);
}*/
.button.green:hover::before {
    background: white;
}
.button.green:hover a {
    color: #135d1d;
}

.dark .button--skewed:before{
    background-color: #00a9c1;
    height: calc(88% - 4px);
    top: calc(6% + 2px);
}

.csstransforms3d.dark:hover .button--skewed ,.csstransforms3d.dark .button--skewed{
    color: white;
}

/*.dark{
    background-color: #00a9c1;
}*/
.dark:hover .button--skewed:before{
    background-color: #008CA9;
    height: calc(88%);
    left: calc(6%);
    top: calc(6%);
    width: calc(88%);
}
.dark:hover .button--skewed a, .dark .button--skewed a, .dark:hover .button--skewed input, .dark .button--skewed input{
    color: #ffffff;
}

.buttons .button{
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
}
.submit-form-btn:before{
    z-index: -1;
}

.button_text, .dark input, .dark a  {
    position: relative;
    min-width: 100%;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    height: 100%;
    z-index: 1;
    font-size: 16px;
    font-family: 'Austral SlabBlur Regular', sans-serif;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;}

.menu-open .csstransforms3d .button--skewed::after{
    background: rgb(255, 255, 255) no-repeat center;
}
.menu-open .csstransforms3d .button--skewed, .csstransforms3d:hover .button--skewed {
    color: #00a9c1;
}
.menu-open .button {
    background-color: white;
}
.menu-open .button a{
    color: #00a9c1;
}
.button:hover a,
.form-field.file:hover .button a {
    /*color: #e6e6e6;*/}

/* UNIQ SELLING POINTS */
.usp-wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.usp-wrapper .usp-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.usp-wrapper .usp-icon {
    width: 31px;
    position: relative;
    height: 31px;
    display: block;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}


.usp-wrapper .usp-icon i {
    font-size: 26px;
    color: #00a9c1;
}
.usp-wrapper .tekst {
    padding-right: 5%;
}

.usp-wrapper h4{
    color: #5D5D5D;
    margin-top: 2px;
}
/* Citaat */
.citaat--inner{
    background: rgba(130, 188, 28, 0.16);
    padding: 60px 25% 60px 100px;
    width: 90%;
    -webkit-clip-path: polygon(0 2%, 100% 0, 99.5% 100%, 0.7% 100%);
    clip-path: polygon(0 2%, 100% 0, 99.5% 100%, 0.7% 100%);
}
.citaat .citaat--image{
    position: absolute;
    width: 275px;
    height: 275px;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    top: 60px;
    right: 0;
    max-height: 70%;
    max-width: 20%;
}
.citaat:nth-child(1n+2){
    margin-top: 40px;
}
/* LINK */
.link{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
}
.link span{
    color: #82bc1c;
    position: relative;
    /*-webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;*/
}
.link span:before, .checklist-wrapper h5 span:before{
    content: '';
    position: absolute;
    bottom: -4px;
    height: 2px;
    background: #82bc1c;
    width: 100%;
    right: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}


.link:hover span:before, .checklist-wrapper:hover h5 span:before{
    right: calc(-100% + -120px);
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    background: transparent;
}
.home-header-wrapper img{
    position: absolute;
    top: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
}

.home-header-wrapper .text-wrapper{
    z-index: 1;
}
.link span:after, .checklist-wrapper h5 span:after{
    content: '';
    position: absolute;
    bottom: -4px;
    height: 2px;
    width: 100%;
    right: unset;
    background: transparent;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    left: calc(-100% - 120px);
    z-index: 0;

}
.link:hover span:after, .checklist-wrapper:hover  h5 span:after{
    right: auto;
    left: 0;
    background: #62A310;
    height: 2px;
    z-index: 1;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.checklist-wrapper h5 span:before, .checklist-wrapper h5 span:after {
    bottom: 20px;
}

.link:hover span, .checklist-wrapper:hover h5 span{
    color: #62A310;}


/* CONTACTFORM STYLING */
.form--wrapper h5{
    color: #5D5D5D;
    font-size: 16px;
}

.form--wrapper .form-subs{
    margin-bottom: 30px;
}

.form--wrapper .fifty{
    width: 20%;
}
.form--wrapper .checklist-wrapper .checkmark{
    margin-top: 3px;
    top: 0px;
}
.form--wrapper .checklist-wrapper .other .checkmark{
    margin-top: 9px;
}


/*form > .form-field-container ~ .form-field-container{*/
/*padding-top: 24px;*/
/*}*/
.form-field {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
}

.form-field--is-active .form-field__control::after {
    -webkit-transform: scaleX(150);
    -ms-transform: scaleX(150);
    transform: scaleX(150);
}

.dates .form-field__label.head {
    position: relative;
    z-index: 1;
    padding: 0;
    background: unset;
    margin-bottom: 15px;
}
.md-0, .lg-0, .sm-0, .xs-0{
    width: 0;
    padding-left: 0;
    padding-right: 0;
}
.form-field--is-active .form-field__label {
    font-size: 11px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.form-field--is-filled .form-field__label {
    font-size: 11px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.form-field-container .form-field--is-active .form-field__control::after {
    -webkit-transform: scaleX(150);
    -ms-transform: scaleX(150);
    transform: scaleX(150);
}

.form-field-container .form-field--is-active .form-field__label {
    -webkit-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
}

.form-field-container .form-field--is-filled .form-field__label {
    -webkit-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
}
.form-field--is-filled .form-field__label, .form-field--is-active .form-field__label{
    z-index: 4;
    background-color: white;
}
.form-field__label {
    display: block;
    font-size: unset;
    font-weight: unset;
    font-family: unset;
    left: 0;
    margin: 0;
    position: absolute;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: auto;
    z-index: -1;
    color: unset;
    background-color: white;
    padding: 0 10px;
}
.checkpoint{
    position: relative;
}
.other .checkpoint{
    min-height: 44px;
}

.form-field_check_label.other .form-field{
    display: none;
}
.checklist-wrapper .form-field_check_label{
    display: block;
}

.checklist-wrapper .form-field_check_label .checkpoint{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.checklist-wrapper .checkmark{
    position: absolute;
    top: 6px;
}

.checklist-wrapper .form-field_check_label .checkpoint .checkmark{
    display: inline-block
}

.form-field_check_label {
    position: relative;
    margin-bottom: 13px!important;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checklist-wrapper .form-field_check_label{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.other .form-field{
    width: auto;
    margin: 0px 0 0 13px;;
}
.other.form-field_check_label span{
    width: auto;
}
.form-field_check_label.other .checkpoint {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-field_check_label span {
    padding-left: 36px;
    width: calc(100% - 23px);
}

.form-field__control {
    background: #eee;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.form-field__control::after {
    border-bottom: 2px solid rgba(69, 87, 96, 0.48);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 1%;
}

.form-field__input,
.form-field__textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 2px solid rgba(224, 224, 224, 0.51);

    display: block;
    outline: 0;
    width: 100%;
    z-index: 5;
    padding: 5px 20px;
}

.form-field-container {
    position: relative;
    display: inline-block;
    padding-top: 0px;
    width: 100%;
    margin-bottom: 16px;
}

.form-field-container label {
    margin-left: 10px;
    top: 10px;
    /*z-index: 1;*/
}

.form-field-container input[type='date']{
    color: rgba(255, 255, 255, 0);
}
.form-field-container .form-field--is-filled input[type='date'], .form-field-container .form-field--is-active input[type='date'] {
    color: #5D5D5D;
}
.form-field-container input{
    margin-top: 0;
    min-height: 44px;
}

.form-field.first label {
    display: block;
}

.w-image p{
    margin-bottom: 20px;
    margin-top: 20px;
}

.w-image .image:before{
    content: '';
    position: absolute;
    background: #00A9C1;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.w-image.active--element .image:before{
    opacity: .6;
}
.w-image .image:after{
    content: url("/theme/assets/images/check.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) ;
    -ms-transform: translate(-50%, -50%) ;
    transform: translate(-50%, -50%) ;
    z-index: 33;
    opacity: 0;

    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.active--element .image:after{
    opacity: 1;
}
.select .image{
    position: relative;
    max-width: 300px;
    max-height: 300px;
}
.select img{
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 300px;
    max-height: 300px;
}
.form-field.select select{
    padding: 5px 16px;
    border: 2px solid rgba(224, 224, 224, 0.51);
    min-height: 44px;
    width: 100%;
    color: unset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: transparent;
}

.selection{
    position: relative;
}
.selection:before{
    content: url('/theme/assets/images/dropdown.svg');
    width: 14px;
    height: 17px;
    position: absolute;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}
.form-field--is-active input[type="date"]::-webkit-inner-spin-button, .form-field--is-active input[type="date"]::-webkit-clear-button{
    opacity: 1;
}
input[type="date"]::-webkit-clear-button{
    opacity: 0;
    position: absolute;
    right: 70px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    z-index: 222;

}
input[type="date"]::-webkit-inner-spin-button{
    opacity: 0;
    position: absolute;
    right: 40px;
}
textarea,
input[type="text"],
input[type="file"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

::-webkit-input-placeholder{
    opacity: 0;
}
.form-field.form-field--is-active ::-webkit-input-placeholder{
    opacity: 1;
}
.form-field input[type="file"] {
    padding-left: 0;
    -webkit-appearance: none;
}
.form-field input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}
.form-field input[type="file"]:before {
    content: 'Bestand kiezen';
    display: inline-block;
    padding: 5px 15px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.columns-grid {
    -webkit-columns: 1 2rem;
    -moz-columns: 1 2rem;
    columns: 1 2rem;
    min-height: 1px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: block;
    position: relative;
    overflow: hidden;
}
.columns-grid.one-column {
    -webkit-columns: 1 2rem;
    -moz-columns: 1 2rem;
    columns: 1 2rem;
    column-gap: 1rem;
    min-height: 1px;
}
.columns-grid.two-columns {
    -webkit-columns: 2 2rem;
    -moz-columns: 2 2rem;
    columns: 2 2rem;
}
.columns-grid.three-columns {
    -webkit-columns: 3 2rem;
    -moz-columns: 3 2rem;
    columns: 3 2rem;
}
.columns-grid.four-columns {
    -webkit-columns: 4 2rem;
    -moz-columns: 4 2rem;
    columns: 4 2rem;
}
.columns-grid.five-columns {
    -webkit-columns: 5 2rem;
    -moz-columns: 5 2rem;
    columns:5 2rem;
}


.form-field input[type="checkbox"] {
    -webkit-appearance: none;
    padding: 9px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(241, 128, 128, 0);
    min-height: 20px;
    position: absolute;
    left: -1px;
    top: -5px;
}
.form-field input[type="checkbox"]:checked {
    color: #99a1a7;
}
.form-field input[type="checkbox"]:after {
    content: '';
    position: absolute;
    width: 29px!important;
    height: 29px!important;
    top: -1px;
    left: -1px;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-field input[type="checkbox"]:checked:after {
    background-color: transparent;
}

.form-field input[type="radio"] {
    position: relative;
    -webkit-appearance: none;
    padding: 9px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #333333;
}
.form-field input[type="radio"]:checked {
    color: #99a1a7;
}
.form-field input[type="radio"]:after {
    content: '';
    position: absolute;
    width: 20px!important;
    height: 20px!important;
    border-radius: 100%;
    top: -1px;
    left: -1px;
    background-color: transparent;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.form-field input[type="radio"]:checked:after {
    background-color: #333333;
}

.form--wrapper .form-field-container .checkbox .form-field_check_label{
    margin-left: 0;
}
textarea {
    height: 200px;
    min-height: 100px;
    max-height: 350px;
}

input.form-submit {
    background: transparent;
    border: none;
}

.submit-form-btn {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: 0;
    margin-left: 6px;
}

.submit-form-btn input {
    width: 100%;
    font-size: unset;
    line-height: unset;
    letter-spacing: unset;
    font-weight: unset;
    text-transform: unset;
    color: #ffffff;
    border: none;
    background-color: transparent;
}

.submit-form-btn:hover input {
    color: #00a9c1;
}

/* post header & home header */
.home-header-wrapper {
    position: relative;
    padding: 200px 0 16vh 0;
    background-size: cover;
    background-position: center center;
    background-color: #00a9c1;}
.homeheader--slider .carousel-cell{
    width: 100%;
}
.scrolldown{
    position: absolute;
    bottom: 0;
    height: 130px;
    width: 100%;
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 60px;
    margin: 0 auto 0 auto;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: relative;
}

@-webkit-keyframes bounce {
    0%   { -webkit-transform: scale(1,1)    translateY(0); transform: scale(1,1)    translateY(0); }
    10%  { -webkit-transform: scale(1.1,.8) translateY(0); transform: scale(1.1,.8) translateY(0); }
    30%  { -webkit-transform: scale(.8,1.1) translateY(-20px); transform: scale(.8,1.1) translateY(-20px); }
    50%  { -webkit-transform: scale(1,1)    translateY(0); transform: scale(1,1)    translateY(0); }
    57%  { -webkit-transform: scale(1,1)    translateY(-2px); transform: scale(1,1)    translateY(-2px); }
    64%  { -webkit-transform: scale(1,1)    translateY(0); transform: scale(1,1)    translateY(0); }
    100% { -webkit-transform: scale(1,1)    translateY(0); transform: scale(1,1)    translateY(0); } }

@keyframes bounce {
    0%   { -webkit-transform: scale(1,1)    translateY(0); transform: scale(1,1)    translateY(0); }
    10%  { -webkit-transform: scale(1.1,.8) translateY(0); transform: scale(1.1,.8) translateY(0); }
    30%  { -webkit-transform: scale(.8,1.1) translateY(-20px); transform: scale(.8,1.1) translateY(-20px); }
    50%  { -webkit-transform: scale(1,1)    translateY(0); transform: scale(1,1)    translateY(0); }
    57%  { -webkit-transform: scale(1,1)    translateY(-2px); transform: scale(1,1)    translateY(-2px); }
    64%  { -webkit-transform: scale(1,1)    translateY(0); transform: scale(1,1)    translateY(0); }
    100% { -webkit-transform: scale(1,1)    translateY(0); transform: scale(1,1)    translateY(0); } }



.homeheader--slider .flickity-button{
    display: none;
}

.uno .flickity-button{
    display: none;
}
.home-header-wrapper h1{
    margin-bottom: 50px;
    color: #ffffff;
}
.post-header{
    overflow: hidden;
}
.post-header-wrapper{
    position: relative;
    padding: 0 0 25px 0;
    background-color: #ffffff;
}
.post-header-wrapper .post-header-image.default{
    background-image: url('/theme/assets/images/BG_lichtblauw.jpg')!important;
    height: 250px;
}
.post-header h5{
    color: #868686;
}

.post-header-wrapper .post-header-image{
    height: 450px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.post-header .post-header-image:after{
    content: url('/theme/assets/images/svg.svg');
    position: absolute;
    width: 102%;
    height: unset;
    bottom: -10px;
    left: -1%;
    display: none;
}

.home-header-wrapper{
    min-height: 100vh;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.home-header-wrapper .buttons .button:nth-child(1n+2){
    margin-left: 10px;
}

.home-header-wrapper {
    color: #ffffff;
}

.header-image-post{
    height: 450px;
    background-position: center center;
    background-size: cover;
    margin: 40px 0 20px 0;
}
.title-container{
    max-width: 900px;
    width: auto;
    text-align: center;
}
/* Sponsors */
.sponsor{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 2px solid #C2C2C2;
    height: 300px;
    position: relative;
}

.sponsor:nth-child(4n) {
    margin-right: 0;
}

.sponsor-item{
    background-size: contain;
    background-repeat: no-repeat;
    border: 30px solid transparent;
    background-position: center center;
    height: 100%;
}



/* post item */
.items-container{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 50px 0;
}

.item-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 49.5%;
    background: rgba(255, 255, 255, 0);
    margin-right: 1%;
    margin-bottom: 1%;
    overflow: hidden;
    border-radius: 0px;
    min-height: 600px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.item-wrapper *{
    color: white;
    line-height: 20px;
}

.item-wrapper, .carousel-cell--inner{
    overflow: hidden;
}

.accommodatie-slider .carousel-cell:hover .carousel-cell--inner .carousel-cell-image:before,
.item-wrapper:hover:before{
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.74));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.74)));
    background: linear-gradient(rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.74));
}
/*
.item-wrapper:hover{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}*/

.items-container .item-wrapper:nth-child(2n){
    margin-right: 0;
}

.item-wrapper .item-wrapper-inner{
    padding: 40px;
    color: #5D5D5D;
    z-index: 3;
    position: relative;
    width: 100%;
}


.item-wrapper .item-wrapper-inner p{
    margin-bottom: 0;
}

.item-wrapper .item-image{
    height: 100%;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    z-index: 0;
}

/* company info */
.company-info svg {
    height: 16px;
    width: 16px;
    color: #007bff;
}

/* menu element */
ul.menu {
    padding: 0 0 0 0px;
    list-style: none;
}

.menu li{
    margin-bottom: 15px;
}

/* SLIDERS */

.image-slider .carousel.carousel-main{
    height: 600px;
    margin-bottom: 16px;}
.image-slider .carousel.carousel-main .carousel-cell{
    height: 100%;
    width: 100%;
    margin-right: 16px;}
.image-slider .carousel-nav .carousel-cell{
    height: 160px;
    width: 23.5%;
    margin-right: 2%;}
.image-slider .carousel-nav .flickity-button{
    display: none;}
.image-slider .flickity-page-dots{
    display: none;}
.image-slider .flickity-prev-next-button{
    top: unset;
    bottom: 20px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);}
.image-slider .flickity-prev-next-button.next{
    right: 20px;}
.image-slider .flickity-prev-next-button.previous{
    right: 80px;
    left: unset;}
.carousel.button-opacity .flickity-prev-next-button{
    background: rgba(0,0,0,0);
    border: 2px solid #ffffff;}
.carousel.button-opacity .flickity-prev-next-button.previous{
    border-right: 0;
}

.carousel.accommodatie-slider .carousel-cell{
    min-height: 560px;
    height: auto;
    width: 28.5%;
    background-color: rgba(255, 255, 255, 0);
    padding: 40px;
}
.carousel.news-slider .carousel-cell{
    min-height: 375px;
    height: auto;
    width: 32%;
    background-color: rgba(255, 255, 255, 0);
    padding: 40px 80px 40px 40px;
    margin-right: 2%;}

.carousel.news-slider.accommodatie-slider .flickity-prev-next-button.next {
    right: -32.5px;
}
.carousel-cell-image {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.carousel .flickity-prev-next-button{
    border-radius: 0;
    background: #00a9c1;
    cursor: pointer;
    height: 60px;
    width: 60px;
    opacity: 1;
    padding: 0;
    color: #ffffff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.carousel .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 35%;
    top: 35%;
    width: 30%;
    height: 30%;
}

.carousel.accommodatie-slider .flickity-prev-next-button.previous{
    display: none;
}
.carousel.accommodatie-slider .flickity-prev-next-button.next{
    right: 12.75%;
}

.carousel.accommodatie-slider .carousel-content{
    position: relative;
}
.carousel .carousel-cell--inner *{
    color: #ffffff;
}
.carousel-cell{
    /*-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;*/
}
.accommodatie-slider .carousel-cell .carousel-cell--inner .carousel-cell-image:before, .item-wrapper:before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: -o-linear-gradient(rgba(0,0,0,0) 55%, rgba(0,0,0, 0.6));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0,0,0,0)), to(rgba(0,0,0, 0.6)));
    background: linear-gradient(rgba(0,0,0,0) 55%, rgba(0,0,0, 0.6));
    z-index: 3;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.carousel.accommodatie-slider .carousel-cell--inner p, .item-wrapper .item-wrapper-inner p{
    margin-top: 2px;
}

.carousel .carousel-cell--inner{
    min-height: 480px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.carousel.news-slider .carousel-cell--inner{
    min-height: 295px;
}

.carousel.review-slider .carousel-cell--inner {
    width: calc(50% + 65px);
    background: rgba(0, 0, 0, 0.0);
    float: right;
    padding: 60px 100px 65px 140px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    -webkit-clip-path: polygon(0 2%, 100% 0, 99% 100%, 1% 100%);
    clip-path: polygon(0 2%, 100% 0, 99% 100%, 1% 100%);
    background: #00a9c1;
    height: auto;
    min-height: 500px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    margin-bottom: 60px;
}
/*.carousel.review-slider .carousel-cell--inner:before{
    content: url("/theme/assets/images/review-background.svg");
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;}*/
.stars{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.stars svg:nth-last-child(1){
    margin-right: 0;
}
.carousel-content--top h3, .stars{
    margin-bottom: 20px;
}
.carousel-content--top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.carousel-content--bottom{
    margin-bottom: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.carousel-content--top .stars{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.stars svg{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.carousel.review-slider.no_review .stars, .carousel.review-slider.no_review .carousel-content--bottom {
    display: none;
}
.carousel.review-slider.no_review .carousel-cell--inner, .carousel.review-slider.no_review .carousel-cell--inner .carousel-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.carousel .carousel-cell--inner .carousel-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
}
.carousel .carousel-cell-slider{
    width: 100%;
    height: auto;
    margin-right: 10%;
}
.review-slider .review-slider--content .carousel-content--bottom *{
    margin: 0 auto;
}
.review-slider .carousel-cell.image-slider{
    height: 500px;
    width: 50%;
    position: absolute;
    bottom: 0;}
.review-slider .review-slider--content * {
    text-align: center;}

.review-slider.no_review .review-slider--content * {
    text-align: center;
    margin-bottom: unset;}
.review-slider .flickity-prev-next-button{
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    transform: translateY(-0%);
    bottom: 60px;
    top: unset;}
.review-slider .link a span:after, .review-slider .link a span:before  {
    background-color: white;
}
.review-slider .link a span:after{
    opacity: .8;
}
.review-slider .link:hover a span{
    color: rgba(255, 255, 255, 0.8);
}
.review-slider .link:hover a span:before{
    background: white;
}
.review-slider .flickity-prev-next-button.next {
    right: calc(50% - 60px);
}
.review-slider .flickity-prev-next-button.previous {
    left: calc(50% - 60px);}

.post--post footer .section--overlap, .cta_off footer .section--overlap{
    display: none;
}
.post--post .footer,
.cta_off .footer {
    padding: 90px 0;
}
/* REVIEWS */
.review .stars{
    color: #fecc17;}
.review p{
    opacity: .7;
}

/* citaten */
.citaten-wrapper .citaat:nth-child(odd) .citaat--inner{
    -webkit-clip-path: polygon(0.5% 0, 99.5% 0, 100% 100%, 0 99%);
    clip-path: polygon(0.5% 0, 99.5% 0, 100% 100%, 0 99%);
    margin-left: 10%;
    padding: 60px 100px 60px 16%;
}
.citaten-wrapper .citaat:nth-child(odd) .citaat--image{
    background-position: top left;
    right: unset;
    left: 0;

}
section{
    position: relative;
}

.citaat{
    position: relative;
}
/* accordion */
.accordion-wrapper h5{
    color: #5D5D5D;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.accordion-item:nth-child(odd){
    -webkit-clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
    clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
}

.accordion-item.active, .accordion-item:hover {
    background-color: #D9F2F6;
}
.accordion-item, .priv-item {
    padding: 40px;
    background-color: rgb(229, 246, 249);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    text-align: left;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-clip-path: polygon(1% 0, 99% 0, 100% 100%, 0 100%);
    clip-path: polygon(1% 0, 99% 0, 100% 100%, 0 100%);
}
.accordion-item *, .priv-item *{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/*.accordion-item.active{
    transform: scaleY(1.2);
}*/
.flickity-prev-next-button.next:after {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.button-opacity .flickity-prev-next-button:after {
    background-color: white;
}
.flickity-prev-next-button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    background-color: #008CA9;
    -webkit-transition: transform .5s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .5s cubic-bezier(.19,1,.22,1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1), -webkit-transform .5s cubic-bezier(.19,1,.22,1);
    z-index: -1;
}

.flickity-prev-next-button:hover:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/*.carousel.button-opacity .flickity-prev-next-button:hover{
    background: rgba(0, 0, 0, 0.27);
}*/
.accordion-item .fold-unfold{
    width: 10%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion-item .fold-unfold svg{
    height: 100%;
    width: 15px;
}
.accordion-item .fold-unfold svg path{
    fill: #00a9c1;
}

.accordion-item.active .fold-unfold{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion{
    width: 75%;}
.accordion-button {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: transparent;
    padding: 0;}
.accordion-item .accordion-image, .priv-item .accordion-image{
    width: 15%;
    height: 50px;
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
/*.active, .accordion:hover {*/
/*background-color: #ccc;*/
/*}*/

.priv-item .panel{
    max-height: unset;

}
.panel{
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}
/* tussenruimte */
.tussenruimte.line{
    height: 1px!important;
    margin-top: 35px;
    margin-bottom: 55px;
    width: 100%;
    background-color: #C2C2C2;
}
/* checklist */

.checklist-wrapper p, .checklist-wrapper h5{
    padding-left: 35px;
    position: relative;
    width: calc(100% - 23px);
    line-height: 30px;
    margin-bottom: 1em;
}
.checklist-wrapper h5{
    padding-left: 0;
    margin-left: 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 1em;
}

.checklist-wrapper h5 span{
    color: #82bc1c;
}
.checklist-wrapper .checkmark{
    height: 23px;
    width: 23px;
    background-color: #00a9c1;
    -webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 3% 93%);
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 3% 93%);
    padding: 2px;
    margin-top: 0px;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.checklist-wrapper .not--checked .checkmark {
    background-color: #E0E0E0;
}

.checklist-wrapper .not--checked .checkmark svg{
    display: none;
}


.checklist-wrapper.download .checkmark{
    background-color: #82bc1c;
}
.checkmark .checkmark--inner{

    position: absolute;
    background-color: white;
    -webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 3% 93%);
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 3% 93%);
    height: 19px;
    width: 19px;
}
.checkmark .checkmark--inner svg{
    top: 4px;
    position: absolute;
    left: 4px;
    height: 11px;
    width: 11px;
    fill: #00a9c1;
}
.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}
.socials .social_icon{
    padding: 10px;
    height: 46px;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    margin-right: 15px;
    position: relative;
    -webkit-clip-path: polygon(0 3%, 100% 0, 98% 100%, 0 96%);
    clip-path: polygon(0 3%, 100% 0, 98% 100%, 0 96%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.socials .social_icon:hover:before{
    background: white!important;
}

.socials .social_icon:before{
    content: '';
    left: 2px;
    top: 2px;
    position: absolute;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    background: #00a9c1;
    -webkit-clip-path: polygon(0 3%, 100% 0, 98% 100%, 0 96%);
    clip-path: polygon(0 3%, 100% 0, 98% 100%, 0 96%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social_icon svg{
    height: 20px;
    width: 20px;
    margin: 0;
    z-index: 22;
    fill: white;}
.social_icon:hover svg{
    fill: #00a9c1;
}

.download .checkmark .checkmark--inner svg{
    fill: #82bc1c;
}
/* sections */
.section{
    position: relative;
}
.post-header-image .waves{
    position: absolute;
    height: 90px;
    width: 100%;
    bottom: -2px;
    top: unset;
}
.error-message .waves.wave--second{
    top: unset;
    bottom: 0;
    background: white;
}

.error-message *{
    text-align: center;
}
.waves {
    position: absolute;
    height: 90px;
    width: 100%;
    top: -88px;}

.wave {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: 1;

}

.wave + .wave {
    z-index: 2;
}


.section--default{

}

.mobile{
    display: none;
}

.section.section--divider:before{
    content: url('/theme/assets/images/svg.svg');
    position: absolute;
    width: 102%;
    /*  height: 90px;*/
    top: -50px;
    left: -1%;
    display: none;}

.section--small{
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;}

.section--small .plate--container{
    /*   padding-left: calc(8% / 1.195);
       padding-right: calc(8% / 1.195);*/}

.section--full .plate--container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

.section--overlap{
    margin-bottom: -130px;
    z-index: 1;
}

.section--overlap-big{
    margin-bottom: -200px;
    z-index: 1;
}

.section-content{
    position: relative;
    z-index: 3;
}

.flickity-button.flickity-prev-next-button .flickity-button-icon{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    /*
    content: url('/theme/assets/images/arrow_left.svg');
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-20px) ROTATE(90DEG);
    -ms-transform: translateX(-20px) ROTATE(90DEG);
    transform: translateX(-20px) ROTATE(90DEG);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    */
}

.button-opacity .flickity-prev-next-button:hover svg path{
    fill: #00a9c1;
}
.button-opacity .flickity-prev-next-button:hover:before{
    /* content: url('/theme/assets/images/arrow_left_active.svg');*/
}
.flickity-button.previous:before {
    /*-webkit-transform: TRANSLATEx(20PX) ROTATE(-90deg);
    -ms-transform: TRANSLATEx(20PX) ROTATE(-90deg);
    transform: TRANSLATEx(20PX) ROTATE(-90deg);*/
}

/* accomodatie show */
.accommodatie-sjabloon section{
    min-height: 300px;
}
.accommodatie-sjabloon .link{
    margin: 30px 0 75px ;
}

.accommodatie-sjabloon .invisible.link{
    display: none;
}
.accommodatie-sjabloon section.facilities{
    padding-bottom: 77px;}
.accommodatie-sjabloon section.facilities .button-wrapper{
    margin-top: 35px;
}
.accommodatie-sjabloon section.impression{
    background-image: url("/theme/assets/images/BG_lichtblauw.jpg");
    background-position: center center;
    background-size: cover;
    padding: 100px 0 175px;}
.accommodatie-sjabloon section.impression h3{
    margin-bottom: 80px;
}
.accommodatie-sjabloon section.slider{
    background-image: url("/theme/assets/images/BG_lichtgroen.jpg");
    background-position: center center;
    background-size: cover;
    padding: 230px 0;
}

.accommodatie-sjabloon section.slider h3{
    margin-bottom: 80px ;
}
.accommodatie-sjabloon section.slider .accommodatie-slider--content h3{
    margin-bottom: 0px ;
}
.accommodatie-sjabloon section.facilities .checklist-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 20px;
}
.accommodatie-sjabloon section.facilities .checklist-wrapper .checkpoint{
    width: 50%;
}
.accommodatie-sjabloon section.section--review .carousel-cell.image-slider{
    display: none;
}
.accommodatie-sjabloon section.section--review .carousel .carousel-cell-slider{
    height: auto;
}
.accommodatie-sjabloon section.section--review .carousel.review-slider .carousel-cell--inner{
    width: 100%;
    -webkit-clip-path: polygon(0 4%, 100% 0, 99% 100%, 1% 100%);
    clip-path: polygon(0 4%, 100% 0, 99% 100%, 1% 100%);
    background: #00a9c1;
    height: auto;
    min-height: 300px;
    padding: 60px 100px 110px 100px;
    margin-bottom: 0 ;
}
.accommodatie-sjabloon section.section--review .carousel.review-slider .carousel-cell--inner .carousel-content{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.accommodatie-sjabloon  section.section.section--review {
    margin-bottom: -150px;
    z-index: 2;
}
.accommodatie-sjabloon section.section--review .review-slider .flickity-prev-next-button{
    bottom: 50px;
    width: 60px;
    height: 60px;
}
.accommodatie-sjabloon section.extra-content{
    padding: 50px 0;
}
.accommodatie-sjabloon section.extra-content .extra-content--block:nth-last-child(1) .tussenruimte {
    display: none;
}
.extra-content--block{
    position: relative;
}
/* footer */
/*footer{
    padding-top: 94px;}*/
.footer{
    padding: 180px 0 90px;
    position: relative;
    background: #82bc1c;
    background-size: cover;
    background-position: center center;
}
.footer--wrapper .section-padding{
    -webkit-clip-path: polygon(0 0, 100% 0, 99.5% 100%, 0.5% 100%);
    clip-path: polygon(0 0, 100% 0, 99.5% 100%, 0.5% 100%);
    background: #135d1d;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
}
.footer--wrapper .button-wrapper{
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checklist-wrapper{
    position: relative;
}
.footer .menu a{
    color: #ffffff;
}
.columns-grid{
    min-height: 40px;
}
.footer .socials .social_icon:before{
    background-color: #83bd1b;
    z-index: -1;
}
.footer .socials .social_icon svg {
    fill: white;
}
.footer .socials .social_icon:hover svg {
    fill: #83bd1b;
}
/*.footer .plate--container{
    padding-right: 13%;
    padding-left: 13%;
}*/
.footer .plate--element__image img {
    width: auto;
    height: 40px;
    float: right;
}
#myBtn:before{
    content: '';
    width: 0%;
    height: 100%;
    background: white;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s ;
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s ;
    transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s ;
    z-index: -1;
}
.form-field.select.w-image{
    margin-top: 16px;
}
p b{
    font-weight: 500;
}
.post--page footer {
    margin-top: 100px;
}
#myBtn:hover:before{
    width: 100%;
}
/*#myBtn:hover{
    border: 2px solid #00a9c1;
}*/
.contact--wrapper{
    margin-bottom: 20px;
}
#myBtn svg{
    z-index: 3;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s ;
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s ;
    transition: all 0.4s cubic-bezier(0.4, 0, 1, 1) 0s ;
}
#myBtn:hover svg .a{
    fill: #00a9c1!important;
}
/* breadcrums */
.breadcrumbs{
    margin-bottom: 15px;
    z-index: 6;
    position: relative;
}
.breadcrumbs p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.breadcrumbs .divider{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 7px;
    width: 5px;}
.breadcrumbs span.divider:before{
    content: url('/theme/assets/images/breadcrumb.svg');
    position: absolute;
    width: 5px;
    height: auto;
    top: 0;
    padding: 2px 0 0 0;
}
.usp-wrapper .content{
    width: calc(100% - 31px);
}

@media screen and (min-width: 768px){
    .count_1 .flickity-prev-next-button, .count_3 .flickity-prev-next-button, .count_2 .flickity-prev-next-button{
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px){
    .section.section--divider:before{
        top: -30px;
    }

}
@media screen and (min-width: 768px) and (max-width: 989px) {
    .carousel.review .carousel-cell-slider {
        height: 700px;
    }

    .carousel.review-slider .carousel-cell--inner {
        padding: 60px 30px 65px 95px;
    }

    .review-slider .flickity-prev-next-button.previous {
        left: calc(50% - 145px);
    }

    .review-slider .flickity-prev-next-button.next {
        right: calc(50% - -25px);
    }

    .section--review .review-slider .flickity-prev-next-button.next {
        right: calc(50% - 60px);
    }
    .section--review .review-slider .flickity-prev-next-button.previous {
        left: calc(50% - 60px);
    }

    .review-slider .flickity-prev-next-button {
        bottom: 30px;
    }

}

@media screen and (max-width: 1200px) {
    .plate--container, .section--small .plate--container, .footer .plate--container, .navbar .plate--container .plate--container {
        padding-left: 50px;
        padding-right: 50px;
    }

    footer .plate--column{
        min-height: 0;
    }

    .form--wrapper .fifty{
        width: 33%;
    }
}
@media screen and (max-width: 989px) {
    .footer .plate--element__image img{
        float: left;
    }


    .accommodatie-sjabloon section.section--review .carousel.review-slider .carousel-cell--inner{
        padding: 30px 30px 135px 30px;
        margin-top: 0;
    }

    .mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar-inner--right{
        display: none;
    }
    .mobile .button--skew{
        width: 50%;
        margin: 20px 0 50px 0;
    }


    .navbar .plate--container{
        padding-left: 20px;
        padding-right: 20px;
    }

    .carousel.news-slider{
        width: calc(100% + 85px);
        margin-left: -42.5px;
    }

    .carousel.news-slider .carousel-cell{
        margin-right: 10px;
        width: calc(100% - 75px);
    }

    /* menu */

    .navbar-collapse .navbar-nav{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    ul.navbar-nav li.nav-item{
        width: 50%;
        padding-bottom: 40px;
    }
    .navbar-collapse{
        padding: 130px 0 50px 0px;
    }
    /* itemwrapper */
    .item-wrapper{
        width: 49%;
        margin-right: 2%;
    }

    .item-wrapper:nth-child(2n){
        margin-right: 0;
    }

    .item-wrapper:nth-child(4n){
        margin-right: unset;
    }

    /* Sliders */
    .carousel.accommodatie-slider .flickity-prev-next-button.next{
        right: 10%;
    }
    .carousel.accommodatie-slider .carousel-cell{
        width: 42.75%;
    }

    .navbar .copyright .fl-container{
        width: 100%;
    }
    .navbar .copyright .fl-container.copyright--right{
        margin-top: 50px;
    }

    .menu-open .navbar-collapse{
        height: 100%;
        min-height: 100vh;
        overflow-y: scroll;
    }
    .menu-open .navbar-collapse .waves{
        visibility: hidden;
    }

    .sponsor{
        width: 49%;
        margin-bottom: 20px;
    }

    .sponsor:nth-child(even){
        margin-right: 0;
    }
    .form--wrapper .fifty{
        width: 50%;
    }

    .columns-grid.three-columns,  .columns-grid.four-columns, .columns-grid.five-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

}

@media screen and (max-width: 768px) {

    h1, h1 a {
        font-size: 40px;
    }

    .menu li{
        padding: 5px 0;
        margin-bottom: 0;
    }


    .columns-grid.one-column, .columns-grid.two-columns, .columns-grid.three-columns,  .columns-grid.four-columns, .columns-grid.five-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }


    .form--wrapper .fifty{
        width: 100%;
    }

    .multi-usp--wrapper .usp-wrapper:nth-last-child(1){
        margin-bottom: 0;
    }

    .navbar .navbar-brand a:before{
        height: 100px;
        top: -10px;
    }

    .other .form-field {
        margin: 10px 0 0 0;
        width: 100%!important;
    }
    .other .checkpoint{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .other .checkbox--wrapper {
        width: 100%;
    }


    .citaten-wrapper .citaat--inner, .citaten-wrapper .citaat:nth-child(odd) .citaat--inner, .citaten-wrapper .citaat:nth-child(even) .citaat--inner{
        width: 100%;
        padding: 30px 30px 30px 30px;
        margin-left: 0px;
    }
    .citaat *{
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .stars{
        margin-bottom: 20px;
    }
    .citaten-wrapper .citaat:nth-child(even) .citaat--inner{
        margin-left: 0%;
        padding: 30px;
    }
    .citaat .citaat--image{
        display: none;
    }
    .accordion-item, .priv-item{
        padding: 40px 20px;
    }
    .accordion{
        padding: 0 25px ;
        width: calc(100% - 60px);
    }
    .accordion .panel{
        width: calc(100% + 110px);
        margin-left: -55px;
    }

    .accordion-item, .accordion-wrapper h5, .priv-item{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: unset;
    }
    .accordion-wrapper .active h5{
        margin-bottom: 1rem;
    }
    .accordion-item .accordion-image, .priv-item .accordion-image {
        width: 30px;
        height: 30px;
    }
    .accordion-item .fold-unfold, .priv-item .fold-unfold{
        width: 30px;
        height: auto;
    }

    .home-header-wrapper{
        padding: 100px 0px;
    }
    .footer .paragraph p.text-right{
        text-align: left!important;
        margin-top: 30px;
    }
    .review-slider .carousel-cell.image-slider{
        height: 200px;
        width: 100%;
        bottom: unset;
        top: 0;
        position: relative;
    }
    .carousel .carousel-cell-slider{
        height: auto;
        min-height: auto;
    }
    .carousel.review-slider .carousel-cell--inner{
        width: 100%;
        float: unset;
        padding: 30px 30px 120px 30px;
        margin-top: -25px;
        z-index: 2;
    }

    ul.navbar-nav li.nav-item{
        width: 100%;
    }
    .carousel.accommodatie-slider .flickity-prev-next-button.next, .carousel.news-slider.accommodatie-slider .flickity-prev-next-button.next{
        right: 50px;
    }
    .carousel .carousel-cell--inner, .carousel.news-slider .carousel-cell--inner{
        min-height: 360px;
    }
    .carousel.accommodatie-slider .carousel-cell{
        width: calc(100% - 80px);
        min-height: 440px;
    } .carousel.accommodatie-slider.news-slider .carousel-cell{
          width: calc(100% - 85px);
      }
    #myBtn{
        right: 12.5px;
    }
    #myBtn.in--view{
        bottom: 12.5px;
        right: 12.5px;
    }
    .carousel.review-slider {
        background: #00a9c1;
    }
    .carousel.review-slider .flickity-prev-next-button{
        bottom: 30px;
    }
    .carousel.review-slider{
        margin-bottom: 0;
    }

    .section.section--divider:before{
        top: -13px;
    }
    .post-header .post-header-image:after{
        height: unset;
        bottom: -10px;
    }
    .post-header-wrapper .post-header-image{
        height: 350px;
    }
    .image-slider .carousel-nav{
        display: none;
    }
    .image-slider .carousel.carousel-main{
        margin-bottom: 0;
        height: 220px;
    }

    .footer--wrapper .button-wrapper.justify-content-end{
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        margin-top: 30px;
    }
    .footer--wrapper h3{
        text-align: center;
    }
    .footer .tussenruimte{
        height: 0 !important;
    }

    .footer ul.menu{
        margin-bottom: 50px;
    }
    .footer--wrapper .section-padding{
        -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
        clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    }
    .mobile {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mobile .button--skew{
        width: auto;
        margin: 20px 0 20px 0;
    }
    .plate--column{
        min-height: 0px;
    }
    .sponsor{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;}
    .multi-usp--wrapper {
        padding: 40px 0 0;}
    .csstransforms3d:hover .button--skewed::before{
        left: calc(6% + 3px);
        width: calc(88% - 6px);
        height: calc(88% - 6px);
        top: calc(6% + 3px);
    }.csstransforms3d .button--skewed::before{
         height: calc(88% - 6px);
         top: calc(6% + 3px);
     }

}

@media screen and (max-width: 600px) {
    .error-message .waves {
        height: 90px;
        width: 100%;
        top: 25vw;
    }
    .error-message .plate--container{
        padding-top: 25vw;
    }


    .item-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        min-height: 280px;
    }

    .home-header-wrapper{
        background-attachment: initial !important;
    }

    .navbar-brand {
        height: 25vw;

    }

    .accommodatie-sjabloon section.facilities .checklist-wrapper .checkpoint{
        width: 100%;
    }
    .checklist-wrapper p {
        padding-left: 40px;
    }

    .checklist-wrapper h5 {
        margin-left: 10px;
    }

    /* .navbar .navbar-brand a:before{
        height: 23vw;
    }*/
}

@media screen and (max-height: 700px) {
    .menu-open .navbar-collapse {
        height: 100%;
        min-height: 100vh;
        overflow-y: scroll;
    }

    .menu-open .navbar-collapse .waves{
        visibility: hidden;
    }
}
