@font-face {
    font-family: 'Caecilia LT Std';
    font-weight: 400;
    font-display: swap;
    src: url('/templates/default/fonts/Caecilia-LT-Std.woff2') format('woff2'),
    url('/templates/default/fonts/Caecilia-LT-Std.woff') format('woff'),
    url('/templates/default/fonts/Caecilia-LT-Std.ttf') format('truetype'),
    url('/templates/default/fonts/Caecilia-LT-Std.eot?#iefix') format('embedded-opentype'),
    url('/templates/default/fonts/Caecilia-LT-Std.svg') format('svg');
}
button {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
body, html {
    font-family: Caecilia LT Std, "Roboto", Arial, sans-serif;
    background-color: #000;
    color: #fff;
}
.column-text .h2,
.column-text p {
    color: #fff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .column-text .h2 {
        font-size: 22px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .column-text .h2 {
        font-size: 26px;
    }
}
.column-pic-text {
    background-color: rgba(255, 255, 255, .2);
}
@media (min-width: 1400px) {
    .content-container::before {
        content: "";
        position: absolute;
        background-image: url("/templates/default/img/general/shape.svg");
        background-size: cover;
        background-repeat: no-repeat;
        width: 130px;
        height: 450px;
        top: 100px;
        right: 0;
        z-index: 2;
    }
}
h1, .h1, h2, .h2 {
    color: #fff;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 400;
}
h2, .h2 {
    font-size: 34px;
}
h3, .h3 {
    font-size: 30px;
}
p strong, .p strong {
    color: rgba(var(--clr-hghlght),1) !important;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1270px;
    }
}
@media (max-width: 574px) {
    #zl_mz_menu_nav::before {
        content: "";
        width: 268px;
        height: 44px;
        position: absolute;
        top: 20px;
        left: 20px;
        background-image: url('/templates/default/img/general/logo-zuid-projecten.png');
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}
@media (max-width: 1399px) {
    #zl_mz_menu_nav > ul, #zl_mz_menu_nav > ul > li > ul {
        padding: 85px 25px 75px 25px;
    }
}
@media (min-width: 1400px) {
    #zl_mz_menu_nav {
        top: 21px;
        transform: translateX(392px);
    }
    #zl_mz_menu_nav ul.navmain li.navActive > a {
        font-weight: 400;
    }
    #zl_mz_menu_nav ul.navmain > li > a:not(.zl-mobile-nav-icon-expand):not(.zl-mobile-nav-icon-collapse) {
        padding: 26px 24px 26px 23px;
    }
}
.form-control,
.form-control:focus,
.form-control:hover {
    color: #fff;
}
.bg-cta .form-control:is(:-webkit-autofill, :autofill),
.bg-cta .form-control:hover:is(:-webkit-autofill, :autofill),
.bg-cta .form-control:focus:is(:-webkit-autofill, :autofill) {
    -webkit-box-shadow: 0 0 0px 1000px rgba(var(--clr-hghlght), 1) inset !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.text-white .invalid-feedback {
    color: #000 !important;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #000 !important;
}
.btn:not(.btn-scrolldown) {
    font-size: 15px;
    font-weight: 400 !important;
    text-transform: capitalize;
    line-height: 1em;
    color: #ffffff;
    padding: 12px 34px;
    border-radius: 0;
}
.btn:not(.btn-scrolldown):hover,
.btn:not(.btn-scrolldown):focus {
    background-color: #fff;
    border-color: #fff;
}

.btn-calltoaction .zl_ctaphone_cuttoff_gradient {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.btn-calltoaction:hover .zl_ctaphone_cuttoff_gradient {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%) !important;
}
.btn-scrolldown,
.style-bar,
#top-bar {
    display: none;
}
.sfeer {
    background: none !important;
    height: 28px;
}
body:not(.zl_layover) .logo-nav {
    background: none !important;
    backdrop-filter: none !important;
}

.logo-nav:not(.stick) .logo {
    width: 80%;
    display: block;
    margin: 20px auto 10px 0;
}
@media (min-width: 768px) {
    .logo-nav:not(.stick) .logo {
        width: 314px;
        margin: 32px 2px;
    }
    body.zl_layover.zl_layover_goingup .logo-nav:not(.stick) .logo {
        width: 314px;
        margin: 15px 2px;
    }
}
@media (max-width: 574px) {
    .btn-menu {
        top: 20px;
        left: auto;
        right: 15px;
        background-color: rgba(var(--clr-hghlght),1) !important;
    }
    .btn-menu i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    #zoslider .overlay_content_slide .btn {
        display: none;
    }
}
#zoslider {
    background-image: url('/templates/default/img/general/bus.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh;
}
@media (min-width: 768px) {
    #zoslider {
        height: 1080px;
    }
}
#zoslider::before {
    content: "";
    position: absolute;
    background-image: url('/templates/default/img/general/shape.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 130px;
    height: 450px;
    bottom: 20px;
    right: 0;
}
#zoslider .overlay_screen,
#zoslider .overlay_content_slide {
    top: 50%;
    left: 50%;
    width: 500px;
    max-width: 90%;
    height: 375px;
    transform: translate(-50%,-50%) !important;
    border-radius: 10px;
}
@media (min-width: 768px) {
    #zoslider .overlay_screen,
    #zoslider .overlay_content_slide {
        height: 500px;
    }
    #zoslider .overlay_screen {
        left: calc(50% + 275px);
        text-align: left;
    }

    #zoslider .overlay_content_slide {
        height: auto;
        left: calc(50% - 275px);
        text-align: left;
    }
}
#zoslider .overlay_content_slide p {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px !important;
}
#zoslider .arrow {
    background-image: url("/templates/default/img/general/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 10px;
}
#zoslider .arrow i {
    display: none;
}
#zoslider_nav_arrow_right .arrow {
    left: auto;
    right: 10px;
    transform: rotate(180deg) translateY(5px);
    background-position: center;
}
@media (max-width: 574px) {
    #zoslider .arrow {
        left: 20px;
    }
    #zoslider_nav_arrow_right .arrow {
        left: auto;
        right: 20px;
    }
}

.flip-div + div + .contentLayout {
    color: #000 !important;
}

.div-divider.divider-line {
    border-top: 1px solid rgba(255,255,255,.3);
}

.twocol-icon-title-content {
    background-color: rgba(255,255,255,.2);
}
@media (max-width: 767px) {
    .twocol-icon-title-content {
        padding: 25px;
    }
}
.twocol-icon-title-content .h3 {
    color: #fff;
}
@media (max-width: 767px) {
    .twocol-icon-title-content .h3 {
        font-size: 26px;
    }
}
.threecol-icon-text-content {
    background-color: #000;
}
.threecol-icon-text-div p {
    color: #fff;
}
@media (max-width: 767px) {
    .twocol-icon-title-icon {
        width: 48px;
        height: 48px;
    }
}

input[type="checkbox"] {
    display: inline-block !important;
    vertical-align: top;
    margin-right: 10px;
}
input[type="checkbox"] + label {
    vertical-align: top;
    display: inline-block !important;
    width: 80%;
}

.btn.btn-highlight-line {
    color: rgba(var(--clr-hghlght),1);
}
.bg-cta .contentLayout a:not(.btn):not(.arrow) {
    color: #fff !important;
    border-color: #fff !important;
}
.bg-cta .contentLayout p:last-child {
    font-size: 1rem;
}

    /*
    .container {
        --status: attr(data-status type(<custom-ident>), unknown);

        background: if(
            style(--status: paid): red;
            style(--status: cancel): blue;
            else: green;
        );
    }
    */

@media (max-width: 574px) {
    .contentLayout p:last-child .btn:has( + a ) {
        margin-bottom: 1.25rem !important;
    }
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'>\
<path d='M0 0l5 6 5-6z' fill='%23ffffff'/></svg>");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: auto 15%;
    position: relative;
}

.zp-slide-container .btn {
    margin-top: 1.75rem;
}
@media (min-width: 992px) {
    .zp-slide-container .row > .col-lg-6:first-child {
        padding-right: 70px;
    }
}
@media (max-width: 991px) {
    .zp-slide-cont {
        margin-bottom: 70px;
    }
}
.zp-slide-cont .zp-slide {
    aspect-ratio: 1/1;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.zp-slide-cont .zp-slide > a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
@media (min-width: 992px) {
    .zp-slide-cont .zp-slide {
        margin: 0 70px;
    }
}
.zp-slide-cont .slick-arrow {
    outline: none;
    border: none;
    user-select: none;
    font-size: 0;
    background: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: auto;
    bottom: -75px;
    transform: none;

    background-image: url('/templates/default/img/general/arrow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
@media (min-width: 992px) {
    .zp-slide-cont .slick-arrow {
        top: 50%;
        transform: translateY(-50%);
    }
}
.zp-slide-cont .slick-disabled,
.zp-slide-cont .slick-arrow:hover {
    opacity: .5;
}
.zp-slide-cont .slick-arrow[aria-label='Next'] {
    right: 0;
    transform: rotate(180deg) translateY(50%);
}
@media (max-width: 991px) {
    .zp-slide-cont .slick-arrow[aria-label='Next'] {
        bottom: -95px;
    }
}

.bg-cta {
    background: none;
    background-color: rgba(var(--clr-cta), 1);
}

@media (min-width: 992px) {
    .two-col-filling-image-img + .row .col-lg-6 {
        position: relative;
    }
    .two-col-filling-image-img + .row .col-lg-6::before {
        content: "";
        position: absolute;
        aspect-ratio: 16/9;
        width: 145%;
        background-image: url('/templates/default/img/general/arrow-down.svg');
        background-size: contain;
        background-repeat: no-repeat;
        left: 50%;
        transform: translateX(-50%);
        bottom: -60%;
        z-index: -1;
    }
}

.zl_faq_question .fa,
.zl_faq_active {
    color: rgba(var(--clr-cta), 1);
}


footer {
    background-color: #000;
}
footer .social-media {

}
footer .navfooter li a {
    font-size: 12px;
    font-weight: 400;
    margin: 0 20px
}
footer a:has(span[class^="zl_sociallogo_"]) {
    background-color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    position: relative;
    margin: 0 4px;
}
footer a:has(span[class^="zl_sociallogo_"]):hover {
    background-color: rgba(var(--clr-hghlght),1) !important;
}
footer a:has(span[class^="zl_sociallogo_"]) span[class^="zl_sociallogo_"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 18px;
    height: 18px;
}
footer a:has(span[class^="zl_sociallogo_"]):hover span[class^="zl_sociallogo_"] {
    background-color: #fff;
}