@media (min-width: 1024px) {

ul#primary-menu {
    display: none !important;
}
.mobile-menu-toggle {
    display: flex !important;
} 
.mobile-menu.is-active {
    display: block !important;
}
.header-cta-buttons.desktop-only a.n-btn {
    margin-right: 24px;
    color: #002240;
}
.header-cta-buttons.desktop-only {
    align-items: center;
}
    body:not(.home) section.header-layer.with-image.with-video {
        height: 80vh;
    }

/* TEKST - AFB LAAG */

.image-Links .image-box {
    order: -1;
}
.post-type-slider h2.title-element {
    padding-left: 32px;
}
.post-type-slider h2.title-element:before {
    height: 30px;
    width: 26px;
    top: 8px;
    left: 0;
}
section.footer-above.custom-content h2 {
    width: fit-content;
    padding-left: 40px;
}

/* CIJFERS LAAG */

.cijfers-box > div .titel {
    font-size: 20px;
}

.cijfers-box > div .getal {
    font-size: 32px;
    margin-bottom: 24px;
}
.cijfers-box {
    position: relative;
}

.cijfers-box:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #C5C9C7;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.cijfers-box > div {
    flex-basis: calc(50% - 16px);
    width: calc(50% - 16px);
}
.cijfers-box > div:nth-of-type(1):after, .cijfers-box > div:nth-of-type(2):after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #C5C9C7;
    bottom: -16px;
}
.cijfers-box > div {
    position: relative;
}
.content-box.slider .title-element {
    height: 84px;
}


/*  CTA - LAAG */

.cta-laag .flexbox-wrapper {
    flex-wrap: nowrap;
}
.cta-laag .flexbox-wrapper > span.image-box {
    height: auto;
    width: 40%;
}
.cta-laag .content-box {
    padding: 80px 40px;
    width: 60%;
}
.post-type-slider .posts-slider {
    gap: 48px;
    margin-top: 56px;
}
.post-type-slider .title-element {
    font-size: 40px;
}

.project-informatie > div p {
    font-size: 24px;
}

/*  FOOTER */

.footer .flexbox-wrapper>div {
    max-width: initial;
    flex-basis: 48% !important;
}

.footer .flexbox-wrapper {
    padding-bottom: initial;
    flex-wrap: wrap;
}
.footer-under .flexbox-wrapper>div:nth-of-type(2) {
    flex-wrap: wrap;
    gap: 0;
}

.three-images .image-box {
    height: 384px;
}

/*  CONTENT BOX */

@keyframes slideText {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-110% - 120%)); /* Moves left by its starting offset + its own width */
    }
}


.service-box .service-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 40px;
}
.service-box .service-item a {
    margin-top: 0;
    width: fit-content;
}


section.single-actueel.no-header-image div.actueel-intro {
    padding-bottom: 80px;
}
    .content-box.slider .slide {
        height: 160px;
    }
.image-box.grid-images div.image-box {
    height: 260px;
}
section.single-actueel.no-header-image .actueel-content {
    padding-top: 80px;
}
.actueel-content ul, .actueel-content ol {
    margin-left: 24px;
}
.single-actueel a.back-btn:hover {
    text-decoration: underline;
}
section.zoeken-laag .content-box {
    padding: 40px;
}
section.zoeken-laag {
    padding: 80px 0px;
}

}