/*
Theme Name:
Author URI: https://www.qstylez.nl/
Author: QStylez - Maaike Tol
Version: 1.0
*/

html {
    font-size: 16px;
    line-height: 24px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}


/*Complianz cookiebanner*/

.cmplz-cookiebanner {
    font-family: "DM Sans", sans-serif;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    font-size: 16px;
    max-width: 100%;
}

#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: 16px;
    margin-top: 0;
}

#cmplz-document a, .editor-styles-wrapper .cmplz-unlinked-mode a {
    text-decoration: underline;
    color: #01373D;
}

#cmplz-document a:hover,
.editor-styles-wrapper .cmplz-unlinked-mode a:hover {
    text-decoration: none;
}

#cmplz-document ul, .editor-styles-wrapper .cmplz-unlinked-mode ul {
    margin-left: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

/*Complianz cookiebanner END*/



/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}



ul,
ol {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
}


b,
strong {
    font-weight: 700;
}

p {
    margin: 0px 0px;
}

a {
    text-decoration: none;
    transition: .1s ease-in-out;
}

.home-link {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 100%;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: none;
    vertical-align: top;
}

img {
    border-style: none;
}

img,
video {
    height: auto;
    max-width: 100%;
}

section:after,
article:after,
.clear:after,
#inner-header:after,
.row:after,
.social:after,
.site-info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
}

div#navbar ul {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}



/**
 * Start - Menu button - telefoon/ipad
 * ----------------------------------------------------------------------------
 */

 .menu span {
    background: #132628;
    height: 2px;
}

.menu {
    width: 30px;
    height: 26px;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: 10px;
}

header.site-header div.menu .close-btn span:nth-of-type(2) {
    transform: rotate(-42deg);
    top: 30%;
    left: 5px;
    background-color: #01373D;
}

header.site-header div.menu .close-btn span:nth-of-type(1) {
    transform: rotate(42deg);
    top: 30%;
    left: 5px;
    background-color: #01373D;
}

header.site-header div.menu {
    overflow: hidden;
}

header.site-header div.menu.open .close-btn {
    top: 21px;
}

header.site-header div.menu .close-btn {
    position: absolute;
    transition: .3s ease-in-out;
    top: 70px;
    width: 83px;
    height: 16px;
}

div#navbar.open ul {
    max-height: 1000px;
}

header.site-header div.menu.open .open-btn {
    top: -36px;
}

header.site-header div.menu .open-btn {
    position: absolute;
    top: 0;
    width: 30px;
    height: 26px;
    transition: .3s ease-in-out;
}

.menu span {
    position: absolute;
    width: 100%;
    transition: .3s ease-in-out;
}

.menu span:nth-of-type(1) {
    top: 2px;
    width: 20px;
}

.menu span:nth-of-type(2) {
    top: 12px;
    width: 20px;
}

.menu span:nth-of-type(3) {
    bottom: 2px;
}

.menu .close-btn span:nth-of-type(3) {
    color: #01373D;
    top: -5px;
    background: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    right: 0;
    width: fit-content;
}


/**
 * Forms
 * ----------------------------------------------------------------------------
 */

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 100;
    padding: 0;
    border: 0;
    background: transparent;
    right: 10px;
    left: auto;
    top: 0px;
    font-size: 0.8rem;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: none !important;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form p {
    margin: 0;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 8px;
}

form input,
form textarea {
    width: 100%;
    border: 0;
    resize: none;
    font-size: 16px;
    padding: 10px;
}

form textarea {
    height: 130px;
}

.ajax-loader {
    position: absolute;
}

form input.wpcf7-form-control.wpcf7-submit {
    display: table;
    text-decoration: none;
    font-size: 16px;
    transition: .1s ease-in-out;
    width: auto;
    line-height: 2;
    margin-top: 0;
}

:focus {
    outline: 0;
    outline-color: transparent;
    outline-style: none;
}

/**
 * Algemeen
 * ----------------------------------------------------------------------------
 */

 html {
    scroll-padding-top: 140px;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #F9F8FF;
}


.inner {
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    font-family: "DM Sans", sans-serif;;
    font-weight: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color:#01373D;
}

.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.flexbox-wrapper.sb {
    justify-content: space-between;
}

.bg-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em{
    font-family:"scotch-text";
    font-style: italic;
}

h1 {
    font-size: 56px;
    line-height: 100%;
}

h2 {
    font-size: 32px;
    line-height: 120%;
}

h3 {}

h4 {}

.sub-content h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
}

.sub-content h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.sub h3 {}

.sub h4 {}



a.btn,
.gform_button.button {
    padding: 15px 60px 15px 24px;
    display: block;
    width: fit-content;
    transition: 0.2s;
    font-weight: 600;
    cursor: pointer;
    line-height: 150%;
    border-radius: 16px;
    color: #01373D;
    border: 1px solid #C1F43D;
    background-color: #C1F43D;
    font-size: 16px;
    line-height: 150%!important;
    position: relative;
    font-family: "DM Sans", sans-serif;
}

a.btn::before, .gform_button.button::before{
    content: "";
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/arrow-right.svg);
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    position: absolute;
    right: 17px;
    top: calc(50% - 14px);
    transform: rotate(-26deg);
    transition: 0.3s;
    padding: 3px;
}

a.btn:hover,
.gform_button.button:hover {
    background-color: #AFE91A;
    border-color: #AFE91A;
}

a.btn:hover::before, .gform_button.button:hover::before{
    transform: rotate(0deg);
    background-color: white;
    border-radius: 100%;
}

a.btn.link{
    padding: 0;
    background-color: transparent;
    border: none;
    padding-right: 50px;
    &:hover{
        text-decoration: underline!important;
    }
}

a.btn.link::before{
    right: 0;
}

a.btn.link:hover::before{
    background-color: transparent;
}

a.btn.link.reverse{
    padding-right: 0;
    padding-left: 50px;
}

a.btn.link.reverse::before{
    right: unset;
    left: 0;
    transform: rotate(215deg);
    top: calc(50% - 16px);
}

a.btn.link.reverse:hover::before{
    transform: rotate(180deg);
}

a.btn.ghost{
    background-color: transparent;
    color: white;
}

a.btn.ghost::before{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/arrow-right-w.svg);
}

a.btn.ghost:hover::before{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/arrow-right.svg);
}

a.btn.ghost:hover{
    background-color: #C1F43D;
    color: #01373D;
}

.breadcrumbs{
    background-color: #01373D;
    padding: 136px 0 0!important;
}

#breadcrumbs {
    position: relative;
    z-index: 4;
    line-height: 16px;
}

#breadcrumbs * {
    color: #C1F43D;
    font-family: "DM Sans", sans-serif;;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}

#breadcrumbs a {
    font-family: "DM Sans", sans-serif;;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    &:hover{
        text-decoration: underline;
    }
}

#breadcrumbs .delimiter {
    margin: 0 4px;
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/chevron-right.svg);
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}


.pretitel {
    color: #008BE6;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 5.44px;
    text-transform: uppercase;
    margin-bottom: 18px;
}



.accordion {
    background-color: transparent;
    color: #01373DA6;
    cursor: pointer;
    padding: 32px 0;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 20px;
    transition: 0.4s;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;;
    position: relative;
    padding-left: 66px;
    height: 116px;
}

.accordion.active{
    color: #01373D;
}

.accordion:after {
    /* content: url(https://136.144.160.41/~boko/wp-content/themes/2024-05-theme/images/accordion-plus.svg);
    position: absolute;
    right: 0;
    top: 24px; */
}

.accordion.active:after {
    /* content: url(https://136.144.160.41/~boko/wp-content/themes/2024-05-theme/images/accordion-minus.svg); */
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    border-bottom: 1px solid #12172533;
    font-size: 16px;
}

.panel *:last-child {
    margin-bottom: 32px;
}

.panel a{
    font-weight: 600;
    display: block;
    margin-top: 28px;
    color: #01373D;
    &:hover{
        text-decoration: underline;
    }
}

.desktop {
    display: none!important;
}





/**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */



.homepage-hero-keuzeblokken {
    display: flex;
    flex-wrap: wrap;
    max-width: 550px;
    justify-content: space-between;
    position: relative;
}

.homepage-hero-keuzeblokken>div {
    flex-basis: 32%;
    border-radius: 15px;
    background-color: gray;
    position: relative;
    padding: 16px 12px;
}

.homepage-hero-keuzeblokken::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    left: 0;
    top: 50%;
    position: absolute;
}

.homepage-hero-keuzeblokken>div:nth-of-type(-n + 3) {
    margin-bottom: 30px;
}

.homepage-hero-keuzeblokken>div>span {
    background-color: white;
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
}

.homepage-hero-keuzeblokken>div>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content-builder ul {
    list-style-type: disc;
    margin-left: 18px;
    list-style-position: outside;
}

.content-builder ul li::marker {
    font-size: 20px;
}

.content-builder>section,
.sub.single>section {
    padding-top: 64px;
    padding-bottom: 64px;
}

.content-afbeelding .inner>.flexbox-wrapper,
.gecentreerde-content .inner>.flexbox-wrapper,
.twee-kolom-content .inner>.flexbox-wrapper {
    flex-direction: column;
}

.content-afbeelding .inner>.flexbox-wrapper>span {
    margin-top: 40px;
    width: 100%;
    background-size: cover;
    height: 227px;
    border-radius: 16px;
}

.twee-kolom-content .inner>.flexbox-wrapper>div:last-of-type {
    margin-top: 40px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content h2,
.twee-kolom-content .inner>.flexbox-wrapper>div h2,
.gecentreerde-content .inner>.flexbox-wrapper>.content h2,
.blokken .inner h2,
.veelgestelde-vragen .tekst h2 {
    margin-bottom: 24px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .tekst,
.twee-kolom-content .inner>.flexbox-wrapper>div .tekst,
.gecentreerde-content .inner>.flexbox-wrapper>.content .tekst,
.veelgestelde-vragen .tekst {
    margin-bottom: 24px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .tekst>*:not(:last-child),
.twee-kolom-content .inner>.flexbox-wrapper>div .tekst>*:not(:last-child),
.gecentreerde-content .inner>.flexbox-wrapper>.content .tekst>*:not(:last-child) {
    margin-bottom: 24px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .flexbox-wrapper,
.twee-kolom-content .inner>.flexbox-wrapper>div .flexbox-wrapper,
.gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper {
    margin-bottom: 16px;
    align-items: center;
}

.content-afbeelding.no-border .content>.flexbox-wrapper{
    margin-bottom: 0!important;
    border-bottom: 0!important;
    padding-bottom: 0!important;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .flexbox-wrapper span,
.twee-kolom-content .inner>.flexbox-wrapper>div .flexbox-wrapper span,
.gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper span {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}


.content-afbeelding .inner>.flexbox-wrapper>.content .flexbox-wrapper p,
.twee-kolom-content .inner>.flexbox-wrapper>div .flexbox-wrapper p,
.gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper p {
    flex-basis: 50%;
    flex-grow: 1;
    font-size: 16px;
    line-height: 100%;
}

.content-afbeelding .inner>.flexbox-wrapper>.content>.btn,
.twee-kolom-content .inner>.flexbox-wrapper>div>.btn,
.gecentreerde-content .inner>.flexbox-wrapper>.content>.btn {
    margin-top: 32px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content>span:last-of-type,
.twee-kolom-content .inner>.flexbox-wrapper>div>span:last-of-type,
.gecentreerde-content .inner>.flexbox-wrapper>.content>span:last-of-type {
    width: 287px;
    height: 147px;
    margin-top: 40px;
    background-size: cover;
}

.afbeelding-slider .tekst {
    margin-bottom: 40px;
}

.afbeelding-slider .owl-stage-outer {
    overflow: visible;
}

.afbeelding-slider .owl-stage-outer .owl-item img {
    width: 220px;
    height: 220px;
    border-radius: 16px;
    object-fit: cover;
}

.veelgestelde-vragen .categorien {
    background-color: white;
    box-shadow: 0px 4px 4px 0px #00000014;
    padding: 5px 6px;
    width: 100%;
}

.veelgestelde-vragen .categorien a {
    display: inline-block;
    width: 100%;
    color: black;
    line-height: 20px;
    background-color: white;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 10px 20px;
    margin-bottom: 0;
}

.veelgestelde-vragen .categorien a:hover {
    background-color: #149BD7;
    color: white;
    padding: 15px 20px;
}

.sub.faq.hulp .vragenlaag .vragen {
    margin-top: 0 !important;
}

.veelgestelde-vragen .vragen {
    margin-top: 32px;
}

.veelgestelde-vragen .vragen>h2 {
    color: #149BD7;
    margin-bottom: 30px;
}

.veelgestelde-vragen .vragen div.category>div:first-of-type .accordion {
    border-top: 1px solid #D9D9D9;
}

.veelgestelde-vragen .vragen .accordion:hover {
    background-color: #149bd71c;
}

.veelgestelde-vragen .vragen div div .accordion.active {
    padding-bottom: 8px;
    background-color: transparent !important;
}

.veelgestelde-vragen .vragen div div .panel p {
    margin-bottom: 24px;
}

.veelgestelde-vragen .categorien a.active {
    background-color: #149BD7;
    color: white;
    padding: 15px 20px;
}

.veelgestelde-vragen .vragen div.category {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s, height 0s linear 0.3s;
}

.veelgestelde-vragen .vragen div.category.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition-delay: 0s;
}


.sub.single .hoofdlaag {
    padding-bottom: 80px;
}

.sub.single .hoofdlaag .flexbox-wrapper .content p:has(img) {
    margin: 30px 0;
}

.sub.single .hoofdlaag .flexbox-wrapper figure:has(figcaption) img {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.sub.single .hoofdlaag .flexbox-wrapper figure:has(figcaption) {
    margin-top: 30px;
    width: 100% !important;
}

.sub.single .hoofdlaag .flexbox-wrapper figure figcaption {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 150%;
    padding-left: 8px;
    border-left: 2px solid black;
    margin-top: 4px;
}

.sub.single .hoofdlaag .flexbox-wrapper .content>*:not(:last-child) {
    margin-bottom: 16px;
}

.sub.single .hoofdlaag .flexbox-wrapper .content h3 {
    margin-top: 40px;
    margin-bottom: 20px !important;
    font-size: 20px;
    line-height: 140%;
}

.sub.single .hoofdlaag .flexbox-wrapper .content h2 {
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px !important;
}

.sub.single .hoofdlaag .flexbox-wrapper .content blockquote {
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;
    border-left: 2px solid black;
    margin: 30px 0 !important;
}

.sub.single .hoofdlaag .flexbox-wrapper .content a:not(.btn) {
    color: black;
    text-decoration: underline;
}

.sub.single .hoofdlaag .flexbox-wrapper .content a:hover {
    text-decoration: none;
}

.sub.single .hoofdlaag .flexbox-wrapper .content ul,
.sub.single .hoofdlaag .flexbox-wrapper .content ol {
    list-style-position: inside;
    margin: 20px 0 !important;
}

.sub.single .hoofdlaag .sidebar {
    margin-bottom: 40px;
    background-color: #01373D;
    color: white;
    padding: 32px;
    width: 100%;
    max-width: 350px;
    border-radius: 16px;
    order: -1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.sub.single .hoofdlaag .sidebar>span{
    margin-bottom: 24px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #D9D9D9;
    background-size: cover;
}

.sub.single .hoofdlaag .sidebar>p:first-of-type{
    font-size: 24px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 24px;
}

.sub.single .hoofdlaag .sidebar>p:nth-of-type(2){
    margin-bottom: 24px;
    font-size: 20px;
}

.sub.single .hoofdlaag .sidebar>a{
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding-left: 38px;
    position: relative;
    margin-bottom: 14px;
    &:hover{
        text-decoration: underline;
    }
}

.sub.single .hoofdlaag .sidebar>a:last-child{
    margin-bottom: 0;
}

.sub.single .hoofdlaag .sidebar>a::before{
    content: "";
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/green-phone-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}

.sub.single .hoofdlaag .sidebar>a:last-child::before{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/green-mail-icon.svg);
}


.sub.single .bekijk-ook h2{
    margin-bottom: 40px;
}

.blog-carousel .owl-stage-outer{
    overflow: visible;
}

.sub.single .bekijk-ook h2{
    margin-bottom: 40px;
}

.blog:not(.content-builder){
    width: 330px;
    position: relative;
}

.blog:not(.content-builder)>a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.blog:not(.content-builder):hover .thumb span{
    transform: scale(1.1);
}

.blog:not(.content-builder) .content{
    padding: 24px;
    background-color: white;
}

.blog:not(.content-builder) .content .categorie{
    margin-right: 17px;
}

.blog:not(.content-builder) .content .titel{
    font-family: "Bitter", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 110%;
    margin-top: 24px;
}

.blog:not(.content-builder) .content .excerpt{
    height: 78px;
    overflow: hidden;
    font-size: 16px;
    margin: 16px 0 24px;
}

.blog:not(.content-builder) .thumb{
    overflow: hidden;
    height: 200px;
    width: 100%;
}

.blog:not(.content-builder) .thumb span{
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: 0.8s;
}

.reviewlaag .tekst {
    margin-bottom: 24px;
}

.reviewlaag .review-carousel .owl-stage-outer {
    overflow: visible;
}

.reviewlaag .review-carousel .owl-item>div {
    background-color: white;
    padding: 24px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.reviewlaag .review-carousel .owl-item .sterren {
    margin-bottom: 24px;
}

.reviewlaag .review-carousel .owl-item .sterren span {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.reviewlaag .review-carousel .owl-item>div>p {
    font-size: 18px;
}

.reviewlaag .review-carousel .owl-item>div>p:last-child {
    margin-top: 32px;
    font-size: 16px;
}

.reviewlaag .inner>a.btn {
    margin-top: 40px;
}

.content-afbeelding.reverse.phone .flexbox-wrapper>.content{
    order: 1;
 }

 .content-afbeelding.reverse.phone .flexbox-wrapper>span{
    margin-top: 0;
    margin-bottom: 40px;
 }


/**
 * Navbar
 * ----------------------------------------------------------------------------
 */

 .top-header {
    background-color: #EEF0EB;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px 0;
    z-index: 999;
}



.top-header .inner a {
    text-decoration: underline;
    color: #293241;
    font-size: 18px;
    line-height: 100%;
}


.site-header {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    z-index: 99999;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(5px);
    margin: 24px 24px 0;
    box-shadow: 0px 4px 4px 0px #A0A0A026;
    transition: 0.2s ease-in-out;
}

.site-header:has(.open){
    background: white!important;
    border-radius: 18px 18px 0 0;
    box-shadow: unset;
}

.site-header:has(.open) .inner .home-link{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/boko-dark.svg)!important;
}

.site-header.has-topheader {
    top: 40px;
}

.site-header.has-topheader.top-header-desktop {
    top: 0;
}

.site-header .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.site-header .inner .home-link {
    width: 138px;
    height: 26.725px;
    margin-left: 24px;
    margin-top: 15px;
}

.site-header .inner .menu {
    overflow: hidden;
    padding: 14px 24px 14px 14px;
    width: 121px;
    height: 56px;
    border-radius: 16px;
    border: 1px solid #FFF;
    margin-right: 11px;
    position: relative;
    bottom: 4px;
    cursor: pointer;
    top: 1px;
    transition: 0.3s;
}

.site-header .inner .menu.open{
    border-color: #01373D;
}

header.site-header div.menu .open-btn {
    position: absolute;
    top: 19px;
    width: 83px;
    height: 16px;
    transition: 0.3s ease-in-out;
}

.menu span {
    background: white;
}

header.site-header div.menu .open-btn span:nth-of-type(1) {
    top: 0;
    width: 20px;
    left: 4px;
}

header.site-header div.menu .open-btn span:nth-of-type(2) {
    top: 6px;
    width: 20px;
    left: 4px;
}

header.site-header div.menu .open-btn span:nth-of-type(3) {
    top: 12px;
    width: 20px;
    left: 4px;
}

header.site-header div.menu .open-btn span:nth-of-type(4) {
    color: white;
    top: -5px;
    background: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    right: -3px;
    width: fit-content;
}

div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
    transition: 0.5s;
    position: relative;
    top: 10px;
    overflow: hidden; /* We need this for the height transition */
    height: 0; /* Start collapsed */
    border-radius: 0 0 18px 18px;
  }

  div#navbar.open {
    padding: 32px 0 30px;
    height: auto; /* Let it determine its own height */
    max-height: 7000px; /* A value larger than your menu will ever be */
    background-color: white;
    border-top: 0;
    margin: unset;
    overflow: visible; /* Make submenus visible when open */
    box-shadow: rgba(17, 12, 46, .15) 0 48px 50px 0;
  }

div#navbar.open .nav-menu {
    max-height: calc(100vh - 280px) !important;
    overflow-y: scroll;
}

div#navbar .nav-menu>li {
    font-weight: bold;
    margin: 0 24px 14px;
    list-style-type: none;
}



div#navbar ul li a {
    color: #293241;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    font-weight: 600;
}

div#navbar ul li a:hover {
    color: #a3a3a3 !important;
}

.nav-menu li.menu-item-has-children {
    position: relative;
}

.nav-menu .sub-menu {
    display: none;
    padding: 24px;
    background-color: #F9F8FF;
    margin-top: 10px;
    border-radius: 16px;
}

.nav-menu .sub-menu li {
    border-bottom: 0;
    list-style-type: none;
    margin-bottom: 4px;
}

.nav-menu .sub-menu li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.nav-menu .sub-menu li a{
    font-size: 16px!important;
    line-height: 200%!important;
}


.site-header .btn.navbar-mobile {
    width: calc(100% - 48px);
    text-align: center;
    margin: 0 24px;
    margin-top: 20px;
    display: none;
}

.site-header .navbar.open .btn.navbar-mobile {
    display: block;
}

.site-header .navbar-desktop {
    display: none;
}




/* Keyframes for fade-in effect */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Keyframes for fade-out effect */
@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.navbar a {
    animation: fadeOut 0.3s ease-in-out forwards;
}

.navbar.open a {
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}


.site-header a.btn.desktop {
    display: none;
}


div#navbar ul li ul li {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

div#navbar ul li.menu-item-has-children>a::after {
    content: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/chevron-down-dark.svg) !important;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
    transition: 0.2s;
}

div#navbar ul li.menu-item-has-children.open>a::after {
    transform: rotateX(180deg);
    top: -5px;
}

.navbar-btns-desktop {
    display: none;
}

/**
 * Scrolled
 * ----------------------------------------------------------------------------
 */

.site-header.scrolled .inner .home-link {
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/boko-dark.svg) !important;
}

.site-header.scrolled {
    background: white!important;
}

.site-header.scrolled div#navbar.open {
    background-color: white;
}

.site-header.scrolled .inner .menu{
    border-color: #01373D;
}

.site-header.scrolled .menu span {
    background: #01373D;
}

.site-header.scrolled div.menu .open-btn span:nth-of-type(4) {
    color: #01373D;
}

.site-header.scrolled .menu .close-btn span:nth-of-type(3) {
    color: #01373D;
    background: transparent;
}

.site-header.scrolled div#navbar ul li a {
    color: #01373D;
}


/**
 * Footer
 * ----------------------------------------------------------------------------
 */

 .page-template-sub-contact .site-footer .footer{
    display: none;
}

.under-footer .inner>.flexbox-wrapper>div:first-child .logo{
    display: none;
} 

.page-template-sub-contact .under-footer .inner>.flexbox-wrapper>div:first-child span{
    display: none;
}

.page-template-sub-contact .under-footer .inner>.flexbox-wrapper>div:first-child .logo{
    width: 164px;
    height: 31.761px;
    display: block;
}

.page-template-sub-contact .under-footer{
    padding-top: 0;
}

.page-template-sub-contact .under-footer .flexbox-wrapper{
    padding-top: 32px;
    border-top: 1px solid #29565B;
}

.footer {
    padding-top: 64px;
    background-color: #01373D;
}

.footer .inner>.flexbox-wrapper{
    padding-bottom: 32px;
    border-bottom: 1px solid #29565B;
}

.footer .afbeelding-footer{
    flex-basis: 100%;
}

.footer .afbeelding-footer>span{
    width: 100%;
    height: 400px;
    background-size: cover;
    display: flex!important;
    flex-wrap: wrap;
    align-items: flex-end;
    border-radius: 16px;
}

.footer .afbeelding-footer>span>div{
    margin: 24px!important;
    padding: 20px;
    background-color: white;
    border-radius: 16px;
    width: 100%;
}

.footer .afbeelding-footer>span>div div *:first-child{
    font-size: 18px!important;
    line-height: 150%!important;
    font-weight: 600!important;
    color: #01373D!important;
    display: block;
    padding-left: 38px;
    position: relative;
}

.footer .afbeelding-footer>span>div div *:first-child::before{
    content: "";
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/footer-locatie.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.footer .afbeelding-footer>span>div div:last-child *:first-child::before{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/footer-phone.svg);
}

.footer .afbeelding-footer>span>div div p:nth-child(2){
    color: #9B9DAE;
    margin-top: 10px;
    margin-bottom: 14px;
    padding-left: 38px;
}

.footer .socials a{
    display: inline-block!important;
    margin-right: 24px!important;
    width: fit-content!important;
    margin-bottom: 0!important;
}

.footer .socials a span{
    border-radius: 10px;
    border: 1.5px solid #29565B;
    background-color: #FFF;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    margin-bottom: 0!important;
}

.footer .inner>.flexbox-wrapper>div:nth-child(4){
    margin-top: 72px!important;
}

.footer .inner>.flexbox-wrapper>div:nth-child(4) span{
    width: 164px;
    height: 31.761px;
}

.footer .flexbox-wrapper>div:not(:first-of-type) {
    margin-top: 32px;
    flex-basis: 100%;
}

.footer .flexbox-wrapper>div:not(:first-of-type) p:first-of-type {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.footer .flexbox-wrapper>div:not(:first-of-type) * {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
    color: #FFFFFFBF;
}

.footer .flexbox-wrapper>div:not(:first-of-type)>*:last-child {
    margin-bottom: 0;
}


.footer .flexbox-wrapper>div a:hover {
    text-decoration: underline;
}

.footer .inner>.flexbox-wrapper>div:last-child>*:not(:first-child){
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 0;
}

.footer .inner>.flexbox-wrapper>div:last-child>p{
    margin-bottom: 24px!important;
}


.under-footer {
    padding: 32px 0 64px;
    background-color: #01373D;
}

.page-template-sub-contact .under-footer .flexbox-wrapper{
    padding-top: 64px;
}

.under-footer .inner>.flexbox-wrapper{
    flex-direction: column;
}

.under-footer .inner>.flexbox-wrapper>div:first-child{
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 8px;
}

.under-footer .inner>.flexbox-wrapper>div:first-child span{
    width: 128px;
    height: 40px;
    background-size: contain;
    background-position: left;
    position: relative;
    transition: 0.3s;
    &:hover{
        opacity: 0.5;
    }
}

.under-footer .inner>.flexbox-wrapper>div:first-child span a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.under-footer .inner>.flexbox-wrapper>div:last-child>div:first-child>*{
    color: white;
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

.under-footer .inner>.flexbox-wrapper>div:last-child>div:first-child>p a{
    color: white;
}

.under-footer .inner>.flexbox-wrapper>div:last-child>div:last-child{
    width: 118px;
    font-size: 14px;
}

.under-footer .inner>.flexbox-wrapper>div:last-child>div:last-child>p{
    color: #FFFFFF80;
}

/**
 * Home
 * ----------------------------------------------------------------------------
 */
 .homepage .hoofdlaag{
    position: relative;
    padding: 430px 0 40px;
}

.homepage .hoofdlaag::before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 49.95%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 49.95%, rgba(0, 0, 0, 0.50) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.homepage .hoofdlaag .inner{
    z-index: 3;
}

.homepage .hoofdlaag video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage .hoofdlaag .content-links{
    color: white;
    max-width: 850px!important;
}

.projectenlaag.vacatures .blog .flexbox-wrapper{
    gap: unset;
}

.projectenlaag.vacatures .blog{
    flex-basis: 100%;
}

.projectenlaag.vacatures .blog.blog:nth-child(3){
    display: none;
}

.content-afbeelding.accordionlaag .accordionblok a.btn{
    display: inline-block;
    margin-bottom: 16px;
    margin-right: 16px;
}

.content-afbeelding.accordionlaag .data{
    flex-basis: 100%;
    order: 1;
    color: white;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-afbeelding.accordionlaag .data div{
    padding-left: 16px;
    border-left: 2px solid #C1F43D;
    flex-basis: 32%;
}

.content-afbeelding.accordionlaag .data div p.number{
    font-size: 32px;
    line-height: 140%;
    font-weight: 700;
    width: fit-content;
    position: relative;
}


.content-afbeelding.accordionlaag .data div p:last-child{
    margin-top: 8px;
    font-weight: bold;
}

.homepage .hoofdlaag iframe{
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 * Subs
 * ----------------------------------------------------------------------------
 */

.quotelaag{
    display: none;
}

.afbeelding-divider .inner>span {
    height: 227px;
    border-radius: 16px;
    width: 100%;
    background-size: cover;
}

 .content-builder.vacatures .vacature-archive .search-filter-results>.flexbox-wrapper{
    gap: 32px;
 }

 .content-builder.vacatures .vacature-archive .search-filter-results>.flexbox-wrapper .blog{
    flex-basis: 100%;
 }

.content-builder.vacatures .vacature-archive .flexbox-wrapper .sidebar{
    padding: 32px;
    border-radius: 16px;
    background-color: #01373D;
    color: white;
    order: 1;
    margin-top: 40px;
}

.content-builder.vacatures .vacature-archive .flexbox-wrapper .sidebar>p:first-of-type{
    font-size: 24px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 24px;
}

.content-builder.vacatures .vacature-archive .flexbox-wrapper .sidebar>p:nth-child(2){
    margin-bottom: 24px;
    font-size: 20px;
}

.blokken.stappen .gegevens-carousel .owl-item:last-child .gegevens.stap{
    background-color: #01373D;
    color: white;
}

.blokken.stappen .gegevens-carousel .owl-item:last-child .gegevens.stap>p:first-child{
    border-color: #C1F43D;
    color: #C1F43D;
}

.blokken.stappen .gegevens-carousel .owl-item:last-child .gegevens.stap>p:nth-child(2){
    color: #C1F43D;
}

.blokken.stappen .gegevens-carousel .owl-item:last-child .gegevens.stap>p:nth-child(3){
    font-size: 18px;
}

.blokken.stappen .gegevens-carousel .owl-stage-outer .stap>p:first-child{
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 150%;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #01373D;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.blokken.stappen .gegevens-carousel .owl-stage-outer .stap>p:nth-child(2){
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
    margin-bottom: 24px;
}



.blokken.stappen .gegevens-carousel .owl-stage-outer .stap>p:last-child{
    font-size: 16px;
    font-weight: normal;
    line-height: 150%;
}

.afbeelding-slider .owl-nav .owl-prev{
    background-image: url(https://werkenbij.boko.nl/wp-content/themes/2024-05-theme/images/owl-nav-white.svg)!important;
    right: unset;
    left: -20px;
    top: calc(50% - 30px);
    background-size: 92px !important;
    width: 60px;
    height: 60px;
}

.afbeelding-slider .owl-nav .owl-next{
    right: -20px;
    top: calc(50% - 30px);
    background-image: url(https://werkenbij.boko.nl/wp-content/themes/2024-05-theme/images/owl-nav-white.svg)!important;
    background-size: 92px !important;
    width: 60px;
    height: 60px;
}




 .quotelaag .content{
    padding-top: 110px;
    position: relative;
}

.quotelaag .content::before{
    content: "“”";
    font-size: 40px;
    line-height: 120%;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}

.quotelaag .content p:first-child{
    font-size: 28px;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 24px;
}

.quotelaag .content p:last-child{
    padding-left: 18px;
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
    position: relative;
}

.quotelaag .content p:last-child::before{
    content: "";
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/neongreen-dot.svg);
    width: 8px;
    height: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 11px;
}

 .sub-content .gecentreerde-content.hoofdlaag .content a.btn{
    margin-left: auto;
    margin-right: auto;
}

.sub-content .gecentreerde-content.hoofdlaag{
    background-color: #01373D;
    text-align: center;
    padding-top: 32px;
}

.sub-content .gecentreerde-content.hoofdlaag .inner{
    color: white;
}

.sub-content .gecentreerde-content.hoofdlaag .content:not(a.btn) .tekst{
    margin-bottom: 0;
}

.content-afbeelding.accordionlaag .accordionblok .accordion::before{
    content: "";
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/groene-daken.svg);
    width: 56px;
    height: 56px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 32px;
 }



 .content-afbeelding.accordionlaag .accordionblok .accordion:nth-of-type(2)::before{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/rode-daken.svg);
 }

 .content-afbeelding.accordionlaag .accordionblok .accordion:nth-of-type(3)::before{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/gele-daken.svg);
 }

 .content-afbeelding.accordionlaag .accordionblok .accordion:nth-of-type(4)::before{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/blauwe-daken.svg);
 }

 .content-afbeelding.accordionlaag .accordionblok .panel:last-child{
    border-bottom: 0;
 }

.content-afbeelding.accordionlaag .accordionblok h2{
    margin-bottom: 32px;
}

.content-afbeelding.big-no-img .inner>.flexbox-wrapper .content .flexbox-wrapper{
    flex-direction: row;
    align-items: center!important;
}

.content-afbeelding.big-no-img .inner>.flexbox-wrapper .content .flexbox-wrapper span, .content-afbeelding.big-no-img .inner>.flexbox-wrapper .content .flexbox-wrapper p{
    margin-bottom: 0!important;
    font-weight: 400;
}

.content-afbeelding.accordionlaag .accordionblok{
    flex-basis: 48%;
}

.homepage .content-afbeelding.accordionlaag .accordionblok .accordion{
    color: #FFFFFF80;
}

.homepage .content-afbeelding.accordionlaag .accordionblok, .homepage .content-afbeelding.accordionlaag .accordionblok .accordion.active{
    color: white;
}

.accordionlaag.no-border .accordionblok .accordion{
    font-size: 18px;
    line-height: 140%;
    padding: 22px 0 24px!important;
    height: unset;
 }

.accordionlaag.no-border .accordionblok .accordion::before{
    width: 15px!important;
    height: 11.854px!important;
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/boko-usp-red.svg)!important;
    top: 0!important;
}

.accordionlaag.no-border .inner>.flexbox-wrapper>span{
    order: -1;
    margin-top: 0;
    margin-bottom: 40px;
}

.accordionlaag.no-border .accordionblok .panel{
    border-bottom: 0;
}

.content-afbeelding.big-no-img .inner>.flexbox-wrapper .content .flexbox-wrapper{
    flex-direction: row;
    align-items: center!important;
}

.content-afbeelding.big-no-img .inner>.flexbox-wrapper .content .flexbox-wrapper span, .content-afbeelding.big-no-img .inner>.flexbox-wrapper .content .flexbox-wrapper p{
    margin-bottom: 0!important;
    font-weight: 400;
}



.gegevens-carousel{
    margin-top: 32px;
}

.gegevens-carousel .owl-stage-outer .gegevens{
    width: 260px;
    padding: 32px;
    background-color: white;
    border-radius: 16px;
}

.gegevens-carousel .owl-stage-outer .gegevens>p:first-child{
    margin-bottom: 18px;
    font-size: 56px;
    line-height: 120%;
    font-weight: 600;
}

.gegevens-carousel .owl-stage-outer .gegevens>p:last-child{
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
}

.gegevens-carousel .owl-stage-outer{
    overflow: visible;
}

.gegevens-carousel .owl-stage-outer, .blog-carousel .owl-stage-outer{
    padding-top: 88px;
}

.twee-kolom-content.bg{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/boko-over-ons.png);
    background-size: cover;
    background-position: center;
}

.twee-kolom-content.bg.reverse .content-rechts{
    order: -1;
    margin: 0;
}

.twee-kolom-content.bg.reverse .content-rechts>.flexbox-wrapper{
    display: none;
}

.twee-kolom-content.bg .content-rechts{
    border-radius: 16px;
    background: #F9F8FF;
    padding: 32px;
}

.twee-kolom-content.bg .content-rechts{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.twee-kolom-content.bg .content-rechts .flexbox-wrapper{
    flex-basis: 45%;
    flex-grow: 1;
    hyphens: auto;
    background-color: white;
    padding: 16px;
    border-radius: 10px;
    flex-direction: row!important;
    align-items: flex-start!important;
    margin-bottom: 0!important;
}

.twee-kolom-content.bg .content-rechts .flexbox-wrapper:last-child, .twee-kolom-content .content-rechts>.flexbox-wrapper>p:first-of-type{
    flex-basis: 100%!important;
    font-size: 16px;
    margin-bottom: 0;
}

.content-afbeelding .content>.flexbox-wrapper:nth-child(2){
    margin-top: 48px;
}

.content-afbeelding .content>.flexbox-wrapper{
    padding-bottom: 16px;
    border-bottom: 1px solid #29565B1A;
    flex-direction: column;
    align-items: unset!important;
}

.twee-kolom-content .content-rechts>.flexbox-wrapper{
    flex-direction: column;
    align-items: unset!important;
}

.content-afbeelding .content>.flexbox-wrapper>span, .twee-kolom-content .content-rechts>.flexbox-wrapper>span{
    width: 15px!important;
    height: 12px!important;
    margin-bottom: 10px!important;
}

.content-afbeelding .content>.flexbox-wrapper>p:first-of-type, .twee-kolom-content .content-rechts>.flexbox-wrapper>p:first-of-type{
    font-size: 20px!important;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 150%!important;
}

.content-afbeelding .content>.flexbox-wrapper>.extra, .twee-kolom-content .content-rechts>.flexbox-wrapper>.extra{
    line-height: 150%!important;
}

.twee-kolom-content.bg .content-rechts .flexbox-wrapper:last-child, .twee-kolom-content .content-rechts>.flexbox-wrapper>p:first-of-type{
    flex-basis: 100%!important;
    font-size: 16px;
    margin-bottom: 0;
}

.content-afbeelding .content>.flexbox-wrapper:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border: unset;
}

.content-builder.bedankt .gecentreerde-content .content{
    color: white;
}

.contactblok .inner>div{
    border-radius: 16px;
    background-color: #01373D;
    padding: 64px 24px;
    color: white;
    text-align: center;
}

.contactblok .inner>div.two{
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

.contactblok .inner>div.two>div{
    background-color: #01373D;
    padding: 64px 24px;
    border-radius: 16px 16px 0 0;
}

.contactblok .inner>div.two>span{
    height: 207px;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    border-radius: 0 0 16px 16px;
}

.contactblok .inner>div h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 32px;
}

.contactblok .inner>div p br{
    display: none;
}

.contactblok .inner>div .btn:nth-of-type(1){
    width: 253px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
}

.contactblok .inner>div .btn:nth-of-type(2){
    width: 253px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
}



/**
 *  Vacatures
 * ----------------------------------------------------------------------------
 */

.single.vacature .uspslaag{
    background-color: #01373D;
    padding: 40px 0;
}

.single.vacature .uspslaag .inner>.flexbox-wrapper{
    justify-content: space-between;
}

.single.vacature .uspslaag .usps .flexbox-wrapper{
    margin-bottom: 16px;
    align-items: center;
}

.single.vacature .uspslaag .usps .flexbox-wrapper:last-child{
    margin-bottom: 0;
}

.single.vacature .uspslaag .flexbox-wrapper span{
    width: 15px !important;
    height: 12px !important;
    margin-right: 10px;
}

.single.vacature .uspslaag .flexbox-wrapper p{
    font-size: 20px !important;
    font-weight: 600;
    line-height: 150% !important;
    color: white;
    flex-basis: 50%;
    flex-grow: 1;
    hyphens: auto;
}

.single.vacature .uspslaag .socials{
    margin-top: 40px;
}

.single.vacature .uspslaag .socials .btn{
    margin-bottom: 24px;
}

.single.vacature .uspslaag .socials a:not(.btn){
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 16px;
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/link-alt.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single.vacature .uspslaag .socials .copy{
    margin-left: 56px;
}

.single.vacature .uspslaag .socials .linkedin{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/LinkedIn-1.svg)!important;
}

.single.vacature .uspslaag .socials .xsocial{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/X-1.svg)!important;
}

.single.vacature .uspslaag .socials .facebook{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/Facebook-2.svg)!important;
    margin-right: 0;
}

.single.vacature .uspslaag .socials .whatsapp{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/Group-2217.svg)!important;
}

.single.vacature .uspslaag .socials .instagram{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/07/instagram-svgrepo-com.svg)!important;
}

.sub.single.vacature .hoofdlaag .sidebar{
    order: 1;
    margin-bottom: 0;
    margin-top: 40px;
}

.sub.single.vacature .hoofdlaag .flexbox-wrapper .content>p:first-child{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 32px;
}

.sub.single.vacature .hoofdlaag .flexbox-wrapper .content>p:nth-child(2){
    font-size: 18px;
    font-weight: 500;
}

.sub.single.vacature .hoofdlaag .flexbox-wrapper .content .accordionblok .accordion{
    padding-left: 0;
    color: #01373D;
    font-size: 24px;
    font-weight: bold;
    padding: 32px 0!important;
    height: unset;
}

.sub.single.vacature .hoofdlaag .flexbox-wrapper .content .accordionblok .accordion::after{
    content: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/chevron-down-dark.svg);
    position: absolute;
    right: 0;
    top: 32px;
}

.sub.single.vacature .hoofdlaag .flexbox-wrapper .content .accordionblok .accordion.active::after{
    transform: rotateX(180deg);
}

.sub.single.vacature .hoofdlaag .flexbox-wrapper .content .accordionblok .panel ul{
    margin-top: 0!important;
}

.sub.single.vacature .formulierlaag{
    background-color: #01373D;
}

.sub.single.vacature .formulierlaag .form{
    background-color: white;
    padding: 48px 32px;
    border-radius: 32px;
    max-width: 720px;
    margin: 0 auto;
}

.sub.single.vacature .formulierlaag .form h2{
    margin-bottom: 32px;
}

.sub.single.vacature .bekijk-ook{
    padding-top: 64px!important;
}

.contactblok .gform_wrapper.gravity-theme{
    margin-top: 24px;
}

.contactblok .gform_wrapper.gravity-theme .gform_fields, .content-builder.vacatures .gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 8px!important;
    grid-column-gap: 8px!important;
}
.contactblok .gform_wrapper.gravity-theme .gform_body input, .contactblok .gform_wrapper.gravity-theme .gform_body select, .content-builder.vacatures .gform_wrapper.gravity-theme .gform_body input, .content-builder.vacatures .gform_wrapper.gravity-theme .gform_body select{
    background-color: transparent;
    border-color: #FFFFFF40;
    color: white;
}

.contactblok .gform_wrapper.gravity-theme .gform_body select option, .content-builder.vacatures .gform_wrapper.gravity-theme .gform_body select option{
    color: #01373D;
}

.contactblok ::placeholder, .content-builder.vacatures ::placeholder{
    color: white;
}

.sub.single.vacature .blokken.info{
    padding: 0;
}

.blokken.info .flexbox-wrapper{
    gap: 32px;
}

.blokken.info .flexbox-wrapper .infoblok{
    padding: 32px;
    background-color: #01373D;
    color: white;
    border-radius: 16px;
}

.blokken.info .flexbox-wrapper .infoblok h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 10px;
}

.blokken.info .flexbox-wrapper .infoblok a.btn{
    margin-top: 16px;
    color: #C1F43D;
}

.blokken.info .flexbox-wrapper .infoblok a.btn::before{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/arrow-right-1.svg);
}

.blokken.info .flexbox-wrapper .infoblok:nth-child(2){
    background: linear-gradient(0deg, rgba(1, 55, 61, 0.75) 0%, rgba(1, 55, 61, 0.75) 100%), url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/service-en-onderhoud.jpg) lightgray 50% / cover no-repeat;
}

/**
 *  Verhalen vanaf het dak
 * ----------------------------------------------------------------------------
 */

 .sub.single.blogs .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper{
    margin-bottom: 40px;
    justify-content: space-between;
}

.sub.single.blogs .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper:last-child{
    margin-bottom: 0;
    margin-top: 80px;
    flex-direction: column;
    justify-content: unset;
}

.sub.single.blogs .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper:last-child>p{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.sub.single.blogs .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper:last-child .socials a{
    margin-left: 0;
    margin-right: 4px;
}

.sub.single.blogs .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper>a{
    height: fit-content;
}

.sub.single.blogs .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper .socials a{
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/copy-link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    &:hover{
        opacity: 0.5;
    }
}

.sub.single.blogs .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper .socials a.facebook{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/Facebook-1.svg);
}

.sub.single.blogs .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper .socials a.linkedin{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/LinkedIn.svg);
}

.sub.single.blogs .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper .socials a.xsocial{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/X.svg);
}

.blog-carousel .owl-stage-outer{
    overflow: visible;
}

.sub.single .bekijk-ook h2{
    margin-bottom: 40px;
}

.sub.single.blogs .bekijk-ook{
    overflow: hidden;
}

.blog:not(.content-builder){
    width: 330px;
    position: relative;
}

.content-builder.blogs .hoofdlaag .blog{
    flex-basis: 100%;
}

.blog:not(.content-builder)>a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.blog:not(.content-builder):hover .thumb span{
    transform: scale(1.1);
}

.blog:not(.content-builder) .content{
    padding: 24px;
    background-color: white;
}

.blog:not(.content-builder) .content .categorie{
    margin-right: 17px;
}

.blog:not(.content-builder) .content .titel{
    font-family: "DM Sans", sans-serif;;
    font-weight: 600!important;
    font-size: 24px!important;
    line-height: 140%!important;
    margin-top: 24px;
    height: 67px;
    overflow: hidden;
}

.blog:not(.content-builder) .content .excerpt{
    height: 78px;
    overflow: hidden;
    font-size: 16px;
    margin: 16px 0 24px;
}

.blog:not(.content-builder) .thumb{
    overflow: hidden;
    height: 200px;
    width: 100%;
}

.blog:not(.content-builder) .thumb span{
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: 0.8s;
}

.blogslaag .inner>a.btn{
    margin: 32px 0;
}

.blogslaag .inner>.flexbox-wrapper{
    gap: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #29565B1A;
}

.blogslaag .inner>.flexbox-wrapper>.blog:nth-child(n + 4){
    display: none!important;
}

.blogslaag .inner>.flexbox-wrapper>.blog:nth-child(-n+3){
    width: 100%;
}

.blogslaag .inner>.flexbox-wrapper>.blog:not(:first-of-type) .content{
    background-color: transparent;
    padding: 0;
    margin-top: 24px;
}

.blogslaag .inner>.flexbox-wrapper>.blog:not(:first-of-type) .content .titel{
    font-size: 18px!important;
    line-height: 150%!important;
    margin-top: 16px!important;
}

.blogslaag .inner>.flexbox-wrapper>.blog:not(:first-of-type) .content>div{
    margin-top: 6px!important;
}

.content-builder.blogs .hoofdlaag .flexbox-wrapper{
    gap: 32px;
}

.content-builder.projecten .hoofdlaag, .content-builder.blogs .hoofdlaag{
    background-color: #01373D;
}

.content-builder.projecten .archivelaag .inner>h2, .content-builder.blogs .archivelaag .inner>h2{
    margin-bottom: 64px;
}

.content-builder.projecten .archivelaag .results, .content-builder.blogs .archivelaag .results{
    margin-bottom: -48px;
}

.content-builder.projecten .archivelaag .results .flexbox-wrapper, .content-builder.blogs .archivelaag .results .flexbox-wrapper{
    gap: 48px;
    margin-bottom: 48px;
}

.content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project, .content-builder.blogs .archivelaag .results .flexbox-wrapper .blog{
    width: 100%;
    position: relative;
}

.content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project>a:first-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project .thumb, .blog:not(.content-builder) .thumb{
    width: 100%;
    height: 205px;
    border-radius: 16px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project .thumb span, .blog:not(.content-builder) .thumb span{
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-size: cover;
    transition: 0.8s;
    background-color: #a9bac1;
}

.content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project:hover .thumb span, .blog:not(.content-builder):hover .thumb span{
    transform: scale(1.1);
}

.content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project .content, .blog:not(.content-builder) .content{
    background-color: white;
    padding: 98px 32px 32px;
    border-radius: 16px;
    margin-top: -54px;
}

.content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project .content .categorie, .blog:not(.content-builder) .content .categorie{
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 24px;
    position: relative;
}

.blog:not(.content-builder) .content .categorie{
    border-radius: 60px;
    background: #C1F43D;
    width: fit-content;
    padding: 6px 14px;
    padding-left: 33px;
    position: relative;
    color: #01373D;
    font-weight: 600;
    font-size: 14px!important;
}

.blog:not(.content-builder) .content .categorie::before{
    content: "";
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/blog-icon-dark.svg);
    width: 15px;
    height: 14px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 12px;
    top: 11px;
}

.content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project .content .categorie::before{
    content: "";
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/boko-usp-black.svg);
    width: 15px !important;
    height: 12px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 8px;
}

.content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project .content .titel, .blog:not(.content-builder) .content .titel{
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
}

.content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project .content a, .blog:not(.content-builder) .content a{
    position: absolute;
    right: 20px;
    top: 120px;
    z-index: 3;
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/infoblok-button.svg);
    background-size: cover;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    z-index: 3;
}

.content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project .content a:hover, .blog:not(.content-builder) .content a:hover{
    transform: scale(1.2);
}

.content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project .content div{
    margin-top: 18px;
}

.content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project .content div p, .projectenlaag.verhalen .blog .content div p, .content-builder.blogs .blog:not(.content-builder) .content div p{
    display: inline-block;
    font-size: 14px!important;
    color: #9B9DAE;
    font-weight: 300;
}

.projectenlaag.verhalen .inner>div:last-child, .content-builder.leerwerktrajecten .projectenlaag .inner>div:last-child{
    margin-top: 40px;
}

.content-builder:not(.leerwerktrajecten) .projectenlaag:not(.verhalen) .inner>div:last-child{
    display: none;
}

.projectenlaag.verhalen .inner>div:last-child>p:first-child, .content-builder.leerwerktrajecten .projectenlaag .inner>div:last-child>p:first-child{
    font-size: 24px;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
}

.projectenlaag.verhalen .logo-carousel, .content-builder.leerwerktrajecten .projectenlaag .logo-carousel{
    padding: 40px 0;
    border-bottom: 1px solid #9B9DAE80;
}

.projectenlaag.verhalen .logo-carousel .owl-stage-outer, .content-builder.leerwerktrajecten .projectenlaag .logo-carousel .owl-stage-outer{
    overflow: visible;
}

.projectenlaag.verhalen .owl-stage-outer .owl-item img, .content-builder.leerwerktrajecten .projectenlaag .owl-stage-outer .owl-item img{
    height: 50px;
    width: unset;
    margin: 0 auto;
}

.projectenlaag.verhalen .flexbox-wrapper, .projectenlaag.verhalen h2, .projectenlaag.verhalen .inner>a.btn.link{
    display: none;
}

.blog:not(.content-builder) .content .titel{
    margin-bottom: 18px;
}

.blog:not(.content-builder) .content div{
    margin-top: 4px;
    align-items: center;
}

.blog:not(.content-builder) .content div:nth-of-type(n+3){
    display: none;
}

.blog:not(.content-builder) .content div span{
    width: 15px !important;
    height: 12px !important;
    margin-right: 10px;
}

.blog:not(.content-builder) .content div p{
    font-size: 20px !important;
    font-weight: 400;
    line-height: 150% !important;
}

.headerlaag {
    position: relative;
}

/* Progress bar container/track */
.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 100%; /* Full width for the background */
    background-color: #7FA128; /* Light version of your accent color for the track */
    z-index: 100;
}

/* Progress bar indicator */
.progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--progress-width, 0%); /* Use CSS variable with fallback */
    background-color: #C1F43D; /* Your bright accent color */
    transition: width 0.1s ease-out;
}

/* Sticky progress bar styles */
.progress-bar.sticky {
    position: fixed;
    top: 0;
    bottom: auto;
}

.single-blog .breadcrumbs{
    background-color: transparent;
}

.single.blogs .headerlaag{
    position: relative;
    padding-top: 244px;
    margin-top: -180px;
}

.single.blogs .headerlaag>span.bg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-blend-mode: multiply, normal;
}

.single.blogs .headerlaag .content{
    color: white;
    max-width: 550px;
    margin: 0 auto;
}

.single.blogs .headerlaag .content .categorie{
    color: white;
    font-size: 20px;
    line-height: 150%;
    padding-left: 23px;
    width: fit-content;
    margin: 0 auto 18px;
    position: relative;
}

.single.blogs.vacature .headerlaag .content .categorie{
    border-radius: 60px;
    background: #C1F43D;
    width: fit-content;
    padding: 6px 14px;
    position: relative;
    color: #01373D;
    font-weight: 600;
    font-size: 14px !important;
}

.single.blogs.vacature .headerlaag .content .categorie::before{
    content: none;
}

.single.blogs .headerlaag .content .categorie::before{
    content: "";
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/boko-usp-white.svg);
    width: 15px;
    height: 14px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 8px;
}

.single.blogs .headerlaag .content h1{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 120%;
}

.single.blogs .headerlaag .content div{
    margin-top: 18px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.single.blogs .headerlaag .content div p{
    display: inline-block;
    font-weight: 300;
}

.single.blogs .bekijk-ook .inner>a.btn{
    margin-top: 40px;
}



/**
 * Owl Carousel - Nav
 * ----------------------------------------------------------------------------
 */
 .owl-nav {
    display: block;
}

.owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    position: absolute;
    background: transparent url(https://werkenbij.boko.nl/wp-content/themes/2024-05-theme/images/owl-nav-dark.svg) no-repeat !important;
    background-position: center center !important;
    transform: rotateY(180deg);
    top: 0;
    right: 45px;
    transition: 0.2s;
}

.owl-nav .disabled {
    opacity: 0.5;
}

.owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    position: absolute;
    background: transparent url(https://werkenbij.boko.nl/wp-content/themes/2024-05-theme/images/owl-nav-dark.svg) no-repeat !important;
    background-position: center center !important;
    top: 0;
    right: 0;
    transition: 0.2s;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    opacity: 0.7;
}

/**
 * Owl Carousel - Dots
 * ----------------------------------------------------------------------------
 */
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 20px;
    width: calc(100% - 100px);
}

.owl-dots .owl-dot {
    height: 2px !important;
    background-color: #01373d4b !important;
    flex-grow: 1;
}

.owl-dots .owl-dot.active {
    height: 3px !important;
    position: relative;
    bottom: 1px;
    background-color: #01373D !important;
}


/**
 * Blogs - filters
 * ----------------------------------------------------------------------------
 */


 .filters{
    height: 56px;
    overflow: hidden;
    position: fixed;
    bottom: 32px;
    left: 24px;
    right: 24px;
    z-index: 99999;
    transition: 0.4s;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    background-color: white;
    border-radius: 16px;
 }

 .filters form{
    position: absolute;
    top: 32px;
    left: 24px;
    right: 24px;
    opacity: 0;
    z-index: -1;
 }

 .filters.clicked form{
    z-index: 2;
    opacity: 1;
    transition: 0.4s;
 }

 .filters.clicked{
    padding: 32px 24px;
    border-radius: 16px 16px 0 0;
    bottom: 0;
    left: 0;
    right: 0;

 }

.filters>a.btn{
    width: 100%;
    text-align: center;
    padding-right: 24px;
    z-index: 3;
}

.filters.clicked>a.btn{
    margin-top: 24px;
}

.filters>a.btn::before{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/filter-icon.svg);
    width: 14px;
    height: 11px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-right: 6px;
    right: 0;
    top: 3px;
    transform: unset;
    transition: 0.3s;
    padding: 3px;
}

.filters>a.btn:hover::before{
    background-color: unset;
    border-radius: unset;
}

 .searchandfilter>ul{
    margin-left: 0;
    width: 100%
 }

.searchandfilter>ul>li {
    padding: 0;
    margin-bottom: 22px;
}

.searchandfilter ul li ul::-webkit-scrollbar {
    display: none;
}

.sub.projecten .filters>form {
    justify-content: center;
}

.searchandfilter ul li ul li {
    height: fit-content;
    position: relative;
    cursor: pointer;
    flex-basis: fit-content;
    transition: 0.2s;
    border-bottom: 1px solid #29565b1a;
    margin-right: 8px;
    padding: 0;
    padding-bottom: 8px;
    display: block;
    margin-bottom: 8px;
    width: 100%;
}

.searchandfilter ul li ul li:hover label {
}

.searchandfilter ul li ul li input {
    width: 14px;
    height: 14px;
    border: 1px solid #01373D;
    margin-left: 0;
    appearance: none;
    border-radius: 100%;
    position: relative;
    top: 2px;
}

.searchandfilter ul li ul li.sf-option-active input{
    border: 4px solid #01373D;
    background-color: #C1F43D;
}

.searchandfilter ul li ul li label {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #01373D;
    text-decoration: none;
    background-color: transparent;
    transition: 0.2s;
    text-transform: ;
}

.searchandfilter ul li ul li.sf-option-active label {

}



/**
 * Blogs - pagination
 * ----------------------------------------------------------------------------
 */
.pagination {
    position: relative;
    width: 100%;
    flex-basis: 100%;
    margin-top: 30px;
}

.pagination .wp-pagenavi {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
}

.pagination .wp-pagenavi::before {
    content: "";
    background-color: #00000033;
    width: 35%;
    height: 1px;
    display: block;
    left: 0;
    position: absolute;
    top: 14px;
}

.pagination .wp-pagenavi::after {
    content: "";
    background-color: #00000033;
    width: 35%;
    height: 1px;
    display: block;
    right: 0;
    position: absolute;
    top: 14px;
}

.pagination .pages,
.pagination .previouspostslink,
.pagination .first,
.pagination .last {
    display: none !important;
}

.pagination .current,
.pagination .extend {
    border: none;
    padding: 0;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 18px !important;
    width: fit-content;
    margin: 0 !important;
    color: #313132;
    display: inline-block !important;
    padding: 0;
    margin: 0 2px !important;
}

.pagination .page {
    width: fit-content;
    border: none;
    margin: 0 !important;
    color: #313132;
    display: inline-block !important;
    border-bottom: 1px solid #313132;
    padding: 0;
    margin: 0 2px !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 18px !important;
}

.pagination .nextpostslink {
    color: #313132;
    font-weight: 700;
    text-decoration-line: underline;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto !important;
    width: fit-content;
    display: block;
    max-width: 400px;
    font-size: 18px !important;
    line-height: 18px !important;
}
/**
 * Contact
 * ----------------------------------------------------------------------------
 */

 .sub-contact .twee-kolom-content .content-links .tekst{
    color: white;
}

.sub-contact .twee-kolom-content .content-links h1{
    text-align: center;
}

.sub-contact .twee-kolom-content .content-links .tekst div>p:first-child{
    margin-bottom: 8px;
    font-weight: bold;
    line-height: 150%;
    font-size: 18px;
}

.sub-contact .twee-kolom-content .content-links .tekst{
    margin-bottom: 0!important;
}

.sub-contact .twee-kolom-content .content-links .tekst div>*:not(:first-child){
    color: #FFFFFFBF;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 0;
}

.sub-contact .twee-kolom-content .content-links .tekst div p>a{
    color: #FFFFFFBF;
    text-decoration: underline;
    &:hover{
        text-decoration: none;
    }
}

.sub-contact .twee-kolom-content .content-rechts .gform_wrapper.gravity-theme{
    margin-bottom: 0!important;
}

.sub-contact .content-builder.bedankt .twee-kolom-content .content-rechts .tekst{
    background-color: transparent;
    padding: 0;
}

.sub-contact .content-builder.bedankt .twee-kolom-content .content-rechts .tekst p img{
    border-radius: 32px;
}

.sub-contact .twee-kolom-content .content-rechts .tekst{
    background-color: white;
    border-radius: 16px;
    background-color: white;
    padding: 32px;
    color: #01373D;
}

.sub-contact .twee-kolom-content .content-rechts .tekst>p{
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 32px;
}

.sub-contact .twee-kolom-content .content-links .tekst>div{
    position: relative;
    padding-left: 60px;
    display: none;
}

.sub-contact .twee-kolom-content .content-rechts>div:not(.tekst){
    color: white;
}

.sub-contact .twee-kolom-content .content-rechts>div:not(.tekst)>span{
    width: 40px!important;
    height: 40px!important;
}

.sub-contact .twee-kolom-content .content-links .tekst>div::before{
    content: "1";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #C1F43D;
    border-radius: 16px;
    color: #C1F43D;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sub-contact .twee-kolom-content .content-links .tekst>div:nth-child(3)::before{
    content: "2";
}

.sub-contact .twee-kolom-content .content-links .tekst>div:nth-child(4)::before{
    content: "3";
}

.sub-contact .twee-kolom-content .content-links .tekst>div>p:first-child{
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 16px;
}

.single.vacature .uspslaag .socials div:has(>.btn.fixed-button){
    display: none;
}

.fixed-whatsapp{
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99999;
    transition: 0.3s;
    &:hover{
        opacity: 0.6;
    }
}

.fixed-whatsapp a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.sub-contact .gecentreerde-content{
    padding-top: 40px!important;
}

.sub-contact .gecentreerde-content .tekst{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.sub-contact .gecentreerde-content .tekst div *:not(p:first-child){
    color: #FFFFFFBF;
    line-height: 150%;
    display: block;
}

.sub-contact .gecentreerde-content .tekst div>p:first-child{
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 150%;
    color: white;
}

.sub-contact .gecentreerde-content .tekst div a{
    text-decoration: underline;
    &:hover{
        text-decoration: none;
    }
}

/**
 * Single project
 * ----------------------------------------------------------------------------
 */

 .single.project>section:not(:last-child){
    padding-bottom: 0;
}

.single.project .hoofdlaag{
    padding: 32px 0 64px!important;
    background-color: #01373D;
    text-align: center;
}

.single.project .hoofdlaag .inner h1{
    color: white;
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    width: 100%;
}

.single.project>img{
    max-height: 640px;
    width: 100%;
    object-fit: cover;
}

.single.project .gegevenslaag .gegevens>div{
    border-bottom: 1px solid #29565b1a;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.single.project .gegevenslaag .gegevens>div>p:first-child{
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
}

.single.project .gegevenslaag .beschrijving{
    margin-top: 32px;
}

.single.project .gegevenslaag .beschrijving ul li{
    list-style-position: inside;
}

.single.project .gegevenslaag .beschrijving p a{
    color: #01373D;
    font-weight: 600;
    text-decoration: underline;
    &:hover{
        text-decoration: none;
    }
}

.single.project .gegevenslaag .beschrijving>*:not(:last-child){
    margin-bottom: 24px;
}

.single.project .galerijlaag .owl-stage-outer{
    overflow: visible;
}

.single.project .galerijlaag .owl-item span{
    width: 205.55px;
    height: 139.313px;
    background-size: cover;
    border-radius: 16px;
}

.single.project .afbeeldingen-carousel{
    padding-top: 88px;
}

.single.project .bekijk-ook .flexbox-wrapper, .content-builder.projecten .hoofdlaag .flexbox-wrapper, .projectenlaag .flexbox-wrapper{
    gap: 32px;
}

.single.project .bekijk-ook .single-project, .content-builder.projecten .hoofdlaag .single-project, .projectenlaag .single-project{
    position: relative;
    width: 100%;
    height: 364px;
}

.single.project .bekijk-ook .single-project>a:first-child, .content-builder.projecten .hoofdlaag .single-project>a:first-child, .projectenlaag .single-project>a:first-child{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.single.project .bekijk-ook .single-project .thumb, .content-builder.projecten .hoofdlaag .single-project .thumb, .projectenlaag .single-project .thumb{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    z-index: 1;
    overflow: hidden;
}

.single.project .bekijk-ook .single-project .thumb span, .content-builder.projecten .hoofdlaag .single-project .thumb span, .projectenlaag .single-project .thumb span{
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transition: 0.8s;
}

.single.project .bekijk-ook .single-project:hover .thumb span, .content-builder.projecten .hoofdlaag .single-project:hover .thumb span, .projectenlaag .single-project:hover .thumb span{
    transform: scale(1.1);
}

.single.project .bekijk-ook .single-project .thumb span::before, .content-builder.projecten .hoofdlaag .single-project .thumb span::before, .projectenlaag .single-project .thumb span::before{
    content: "";
    background: linear-gradient(180deg, rgb(0 0 0 / 42%) 0%, rgb(0 0 0 / 15%) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    z-index: 1;
}

.single.project .bekijk-ook .single-project .content, .content-builder.projecten .hoofdlaag .single-project .content, .projectenlaag .single-project .content{
    position: relative;
    z-index: 2;
    color: white;
    padding: 32px;
    height: 100%;
}

.single.project .bekijk-ook .single-project .content .categorie, .content-builder.projecten .hoofdlaag .single-project .content .categorie, .projectenlaag .single-project .content .categorie{
    font-size: 20px;
    margin-bottom: 14px;
    padding-left: 24px;
    position: relative;
}

.single.project .bekijk-ook .single-project .content .categorie::before, .content-builder.projecten .hoofdlaag .single-project .content .categorie::before, .projectenlaag .single-project .content .categorie::before{
    content: "";
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/boko-usp-white.svg);
    width: 15px !important;
    height: 12px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 8px;
}

.single.project .bekijk-ook .single-project .content .titel, .content-builder.projecten .hoofdlaag .single-project .content .titel, .projectenlaag .single-project .content .titel{
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    flex-basis: 100%;
}

.single.project .bekijk-ook .single-project .content a, .content-builder.projecten .hoofdlaag .single-project .content a, .projectenlaag .single-project .content a{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 20px;
    bottom: 20px;
    z-index: 3;
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/infoblok-button.svg);
    background-size: cover;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    z-index: 3;
}

.single.project .bekijk-ook .single-project .content a:hover, .content-builder.projecten .hoofdlaag .single-project .content a:hover, .projectenlaag .single-project .content a:hover{
    transform: scale(1.2);
}

.single.project .bekijk-ook .inner>a.btn, .content-builder.projecten .hoofdlaag .inner>a.btn{
    margin-top: 36px;
}

.projectenlaag h2{
    margin-bottom: 48px;
}

.projectenlaag .inner>a{
    margin-top: 32px;
}

.projectenlaag.verhalen .blog:nth-child(3){
    display: none;
}

.projectenlaag.verhalen .blog{
    flex-basis: 100%;
    width: unset;
}

/**
 * Gravity Forms
 * ----------------------------------------------------------------------------
 */
.gform_wrapper.gravity-theme .gform_required_legend,
.gform_wrapper.gravity-theme .gform_fileupload_rules {
    display: none !important;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: black !important;
    font-size: 16px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 600 !important;
    font-family: "DM Sans", sans-serif;;
    font-size: 16px !important;
    line-height: 100%;
    color: #01373D;
}

.gform_wrapper.gravity-theme .gform_body,
.gform_wrapper.gravity-theme .gform_footer {
    width: 100%;
}

.gform_wrapper.gravity-theme .gform_body input,
.gform_wrapper.gravity-theme .gform_body textarea,
.gform_wrapper.gravity-theme .gform_body select {
    height: 56px;
    border: 1px solid #CCD9E0;
    font-size: 16px!important;
    line-height: 150%!important;
    font-family: "DM Sans", sans-serif;
    color: #01373D;
    padding-left: 16px!important;
    border-radius: 8px;
}

.gform_wrapper.gravity-theme .gform_body select{
    appearance: none;
}

.gform_wrapper.gravity-theme .gform_body .ginput_container_select{
    position: relative;
}

.gform_wrapper.gravity-theme .gform_body .ginput_container_select::before{
    content: "";
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/chevron-down-white.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.sub-contact .gform_wrapper.gravity-theme .gform_body .ginput_container_select::before{
    background-image: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/chevron-down-dark.svg);
}

::placeholder{
    font-size: 16px!important;
    line-height: 150%!important;
    font-family: "DM Sans", sans-serif;
    color: #01373D40;
}

.gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 24px!important;
}

.gform_wrapper.gravity-theme .gform_body input:focus,
.gform_wrapper.gravity-theme .gform_body textarea:focus {
    border-color: #024166 !important;
}

.gform_wrapper.gravity-theme .gform_body textarea {
    height: 96px !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a !important;
}

.gform_wrapper.gravity-theme .gform_footer {
    padding-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer .gform_button.button {
    margin-bottom: 0;
    width: 100%;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-family: "DM Sans", sans-serif;;
    font-size: 18px !important;
    line-height: 100% !important;
    color: #c02b0a !important;
}

.gform-icon--circle-error:before {
    color: #c02b0a !important;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent input {
    appearance: none;
    border: 1px solid #16133E99 !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0;
    position: relative;
    background-color: white;
    padding: 0 !important;
}

.gform_wrapper.gravity-theme .gfield--type-radio .gfield-choice-input{
    width: 18px;
    height: 18px;
    border: 1px solid #01373D;
    margin-left: 0;
    appearance: none;
    border-radius: 100%;
    padding-left: 0!important;
}

.gform_wrapper.gravity-theme .gfield--type-radio .gfield-choice-input:checked{
    border: 5px solid #01373D;
    background-color: #C1F43D;
}

.gform_wrapper.gravity-theme .gfield--type-radio .gchoice{
    display: inline-block;
    width: fit-content;
    margin-right: 18px;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent label a {
    text-decoration: underline;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent label a:hover {
    text-decoration: none;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent input:checked {
    background-color: #16133E;
}

.gform_wrapper.gravity-theme .gform_drop_area{
    background-color: transparent!important;
    border-radius: 8px!important;
    border: 1px solid rgba(1, 55, 61, 0.25)!important;
    display: flex!important;
    flex-wrap: wrap!important;
    padding: 16px!important;
    align-items: center!important;
}

.gform_wrapper.gravity-theme .gform_drop_area .gform_drop_instructions{
    font-size: 10px;
    color: #01373D40;
    line-height: 150%;
    flex-basis: 10%;
    flex-grow: 1;
    text-align: left;
    margin-right: 16px;
}

.gform_wrapper.gravity-theme .gform_drop_area button{
    padding: 8px 10px;
    display: block;
    width: fit-content;
    height: fit-content;
    transition: 0.2s;
    font-weight: 500;
    cursor: pointer;
    line-height: 150%;
    border-radius: 4px;
    color: #01373D;
    border: 1px solid #01373D;
    background-color: transparent;
    font-size: 12px;
    line-height: 150% !important;
    position: relative;
    font-family: "DM Sans", sans-serif;
}

/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */
@media (min-width:425px) {}

@media (min-width:700px) {}


@media (min-width:768px) {
    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */

    .content-afbeelding .inner>.flexbox-wrapper,
    .twee-kolom-content .inner>.flexbox-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    .content-afbeelding .inner>.flexbox-wrapper>.content,
    .twee-kolom-content .inner>.flexbox-wrapper>.content-links,
    .twee-kolom-content .inner>.flexbox-wrapper>.content-rechts {
        flex-basis: 48%;
    }

    .twee-kolom-content .inner>.flexbox-wrapper>.content-links,
    .twee-kolom-content .inner>.flexbox-wrapper>.content-rechts{
        max-width: 640px;
    }

    .content-afbeelding .inner>.flexbox-wrapper>span {
        flex-basis: 48%;
        margin-top: 0;
        background-size: cover;
        height: unset;
        border-radius: 32px;
        /* max-width: 640px; */
    }

    .content-afbeelding .inner>.flexbox-wrapper>.content{
        /* max-width: 640px; */
    }

    .twee-kolom-content .inner>.flexbox-wrapper>div:last-of-type {
        margin-top: 0;
    }

    .gecentreerde-content .inner>.flexbox-wrapper,
    .veelgestelde-vragen .inner {
        align-items: center;
        text-align: center;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .gecentreerde-content.content .inner>.flexbox-wrapper{
        max-width: 1100px;
        text-align: left;
    }

    .gecentreerde-content.hoofdlaag .inner>.flexbox-wrapper{
        max-width: unset;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper {
        justify-content: center;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper p {
        max-width: fit-content;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content>.btn,
    .gecentreerde-content .inner>.flexbox-wrapper>.content>span:last-of-type {
        margin-left: auto;
        margin-right: auto;
    }

    .content-afbeelding.reverse .inner>.flexbox-wrapper>.content{
        order: 1;
    }

    .blokken .pretitel {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .blokken .tekst {
        text-align: center;
    }

    .afbeelding-slider .pretitel {
        text-align: center;
    }

    .afbeelding-slider .tekst {
        text-align: center;
    }

    .afbeelding-slider .slider {
        margin-left: auto;
        margin-right: auto;
    }

    .veelgestelde-vragen .categorien {
        display: flex;
        flex-wrap: wrap;
    }


    .veelgestelde-vragen .categorien a {
        text-align: center;
        flex-basis: 25%;
        padding: 15px 20px;
    }

    .reviewlaag .tekst {
        text-align: center;
        margin-bottom: 40px;
    }

    .reviewlaag .inner>a.btn {
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width:768px) {

    .afbeelding-divider .inner>span {
        height: 400px;
    }

    .footer .inner>.flexbox-wrapper>div:not(:first-of-type).afbeelding-footer{
        flex-basis: 49% !important;
        margin-top: 0!important;
    }

    .footer .flexbox-wrapper .afbeelding-footer:first-of-type{
        margin-right: 2%;
    }

    .sub-contact .gecentreerde-content{
        padding-top: 60px!important;
    }

    .sub-contact .gecentreerde-content .flexbox-wrapper{
        max-width: unset;
        text-align: left;
    }

    .sub-contact .gecentreerde-content .content{
        width: 100%;
    }

    .sub-contact .gecentreerde-content .tekst{
        flex-direction: row;
    }

    .content-afbeelding.accordionlaag .data{
        flex-basis: 100%;
        order: 1;
        color: white;
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .content-afbeelding.accordionlaag .data div{
        padding-left: 32px;
        border-left: 2px solid #C1F43D;
        flex-basis: unset;
        width: 174px;
    }
    
    .content-afbeelding.accordionlaag .data div p.number{
        font-size: 64px;
        line-height: 140%;
        font-weight: 700;
        width: fit-content;
        position: relative;
    }
    
    
    .content-afbeelding.accordionlaag .data div p:last-child{
        margin-top: 8px;
        font-weight: bold;
    }

    .content-afbeelding.accordionlaag .data{
        flex-direction: row;
        justify-content: space-between;
    }

    .content-builder.vacatures .vacature-archive .search-filter-results>.flexbox-wrapper .blog{
        flex-basis: 40%;
        flex-grow: 1;
     }

    .blogslaag .inner>.flexbox-wrapper{
        gap: unset;
        justify-content: space-between;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:nth-child(-n+3){
        flex-basis: 49%;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:not(:first-of-type){
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .single.vacature .uspslaag .usps{
        flex-basis: 65%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        max-width: 820px;
    }

    .single.vacature .uspslaag .flexbox-wrapper p{
        hyphens: unset;
    }

    .single.vacature .uspslaag .inner>.flexbox-wrapper{
        align-items: center;
    }

    .single.vacature .uspslaag .usps .flexbox-wrapper{
        margin-bottom: 8px!important;
        flex-basis: 50%;
        height: fit-content;
    }

    .sub-contact .twee-kolom-content .content-rechts>div:not(.tekst){
        display: none;
    }

    .sub-contact .twee-kolom-content .content-links .tekst>div{
        display: block;
    }

    .single.vacature>section:not(.hoofdlaag){
        overflow: hidden;
    }

    .single.vacature .uspslaag .socials{
        margin-top: 0;
    }

    .blokken.info .flexbox-wrapper{
        align-items: center;
    }

    .blokken.info .flexbox-wrapper .infoblok{
        flex-basis: 40%;
        flex-grow: 1;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:not(:first-of-type) .thumb{
        flex-basis: 43%;
        height: unset;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:not(:first-of-type) .content{
        flex-basis: 53%;
        margin-top: 0;
        height: fit-content;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:not(:first-of-type) .content .categorie{
        margin-bottom: 16px!important;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:not(:first-of-type) .content a{
        width: 50px;
        height: 50px;
        left: 32%;
        top: unset;
        bottom: 13px;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:nth-child(1){
        grid-area: featured;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:nth-child(2){
        grid-area: small1;
        height: 100%;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:nth-child(3){
        grid-area: small2;
        height: 100%;
    }

    .blogslaag .inner>a.btn{
        margin: 0;
        position: absolute;
        right: 24px;
        top: 19px;
    }

    .blogslaag .inner h2{
        margin-bottom: 64px;
    }

    .blogslaag .inner>.flexbox-wrapper{
        padding-bottom: 0;
        border-bottom: 0;
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "featured small1"
        "featured small2";
        grid-gap: 20px;
    }

    .twee-kolom-content.bg .content-rechts{
        flex-grow: 1;
        max-width: 713px;
        flex-basis: 100%!important;
        margin-left: auto;
    }

    .blokken:has(.gegevens-carousel) .tekst{
        text-align: left;
    }

    .content-builder.projecten .archivelaag .results, .content-builder.blogs .archivelaag .results{
        margin-bottom: -64px;
    }

    .content-builder.projecten .archivelaag .results .flexbox-wrapper{
        gap: unset;
        margin-bottom: 64px;
    }

    .content-builder.blogs .archivelaag .results .flexbox-wrapper{
        gap: unset;
        margin-bottom: 0!important;
    }

    .content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project, .content-builder.blogs .archivelaag .results .flexbox-wrapper .blog{
        flex-basis: 49%;
    }

    .content-builder.blogs .archivelaag .results .flexbox-wrapper .blog{
        margin-bottom: 64px;
    }

    .content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project:nth-child(2n+1), .content-builder.blogs .archivelaag .results .flexbox-wrapper .blog:nth-child(2n + 1){
        margin-right: 2%;
    }

    .single.project .bekijk-ook .single-project, .content-builder.projecten .hoofdlaag .single-project, .content-builder.blogs .hoofdlaag .blog, .projectenlaag .single-project{
        flex-basis: 40%;
        flex-grow: 1;
    }

    .single.project .gegevenslaag .gegevens{
        flex-basis: 300px;
    }

    .single.project .gegevenslaag .beschrijving{
        flex-basis: 40%;
        flex-grow: 1;
        margin-top: 0;
        margin-left: 50px;
    }

    .blokken.stappen .tekst h2{
        text-align: center;
    }

    .quotelaag .content{
        padding-top: 0;
        padding-left: 40%;
    }

    .contactblok .inner>div p br{
        display: unset;
    }

    .contactblok .inner>div .btn:nth-of-type(1){
        display: inline-block;
        margin-right: 8px;
        width: fit-content;
    }

    .contactblok .inner>div .btn:nth-of-type(2){
        display: inline-block;
        margin-left: 8px;
    }

    .contactblok .inner>div.two{
        display: flex;
        flex-wrap: wrap;
    }
    
    .contactblok .inner>div.two>div{
        flex-basis: 40%;
        flex-grow: 1;
        border-radius: 16px 0 0 16px;
        text-align: left;
    }
    
    .contactblok .inner>div.two>span{
        flex-basis: 40%;
        height: unset;
        border-radius: 0 16px 16px 0;
    }

    .contactblok .inner>.two .btn:nth-of-type(2){
        margin-left: 0;
    }

    .twee-kolom-content.bg .content-rechts{
        flex-grow: 1;
        max-width: 713px;
        flex-basis: 100%!important;
        margin-left: auto;
    }

    .blokken:has(.gegevens-carousel) .tekst{
        text-align: left;
    }

    .content-afbeelding.big-no-img .inner>.flexbox-wrapper{
        border-bottom: 1px solid #9B9DAE80;
    }

        .content-builder.over-ons .content-afbeelding.big-no-img .inner>.flexbox-wrapper{
        border-bottom: none;
    }

    .content-afbeelding.big-no-img .inner>.flexbox-wrapper>.content{
        max-width: 1150px;
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 32px;
    }

    .content-afbeelding.big-no-img .inner>.flexbox-wrapper>.content:has(>a.btn){
        position: relative;
        padding-bottom: 113px;
    }

    .content-afbeelding.big-no-img .inner>.flexbox-wrapper>.content>a.btn{
        position: absolute;
        margin-top: 0;
        bottom: 32px;
    }

    .content-afbeelding.big-no-img .inner>.flexbox-wrapper>.content .flexbox-wrapper{
        width: fit-content;
        border-bottom: 0;
        margin-bottom: 0!important;
        margin-top: 0!important;
        padding-bottom: 0!important;
        padding-top: 0!important;
    }

    .content-afbeelding.big-no-img .inner>.flexbox-wrapper>.content .flexbox-wrapper p{
        font-size: 18px!important;
    }


    .sub-contact .content-builder.bedankt .twee-kolom-content .content-rechts .tekst, .sub-contact .content-builder.bedankt .twee-kolom-content .content-rechts .tekst>p, .sub-contact .content-builder.bedankt .twee-kolom-content .content-rechts .tekst p img{
        height: 100%;
        object-fit: cover;
    }

    .projectenlaag.verhalen .flexbox-wrapper{
        gap: unset;
    }

    .projectenlaag.verhalen .blog{
        flex-basis: 49%;
    }

    .projectenlaag.verhalen .blog:first-child{
        margin-right: 2%;
    }

    .projectenlaag .inner>a{
        position: absolute;
        top: 4px;
        right: 24px;
        margin-top: 0;
    }

    .projectenlaag.vacatures h2{
        text-align: center;
    }

    .projectenlaag.vacatures .flexbox-wrapper{
        gap: unset;
    }

    .projectenlaag.vacatures .blog{
        flex-basis: 49%;
    }

    .projectenlaag.vacatures .blog:nth-child(1){
        margin-right: 2%;
    }

    .projectenlaag.vacatures .inner>a{
        position: relative;
        top: unset;
        right: unset;
        margin-top: 32px;
        margin-left: auto;
        margin-right: auto;
    }

    .homepage .hoofdlaag .content-links{
        flex-basis: 100%!important;
    }

    .sub-contact .twee-kolom-content .content-links h1{
        text-align: left;
    }

    .accordionlaag.no-border .inner>.flexbox-wrapper>span{
        margin-bottom: 0;
        height: 600px;
    }

    .content-afbeelding.accordionlaag .accordionblok{
        order: 1;
    }

    .content-builder.bedankt .gecentreerde-content .inner>.flexbox-wrapper{
        max-width: 850px;
    }

    .content-builder.bedankt .gecentreerde-content .content .tekst>p:last-of-type{
        margin-top: 54px;
        font-size: 20px;
    }

    .content-builder.bedankt .gecentreerde-content .content a.btn:nth-of-type(1){
        display: inline-block;
        margin-right: 8px;
        margin-top: 0;
    }

    .content-builder.bedankt .gecentreerde-content .content a.btn:nth-of-type(2){
        margin-left: 8px;
        display: inline-block;
        margin-top: 0;
    }

    .footer .flexbox-wrapper {
        justify-content: space-between;
    }

    .footer .flexbox-wrapper>div {
        flex-basis: 33% !important;
    }

    .footer .flexbox-wrapper .afbeelding-footer{
        flex-grow: 1;
        flex-basis: 49% !important;
        margin-top: 0!important;
    }

    .footer .inner>.flexbox-wrapper>div.socials{
        flex-basis: fit-content !important;
        display: flex;
        order: 1;
    }

    .footer .inner>.flexbox-wrapper>div:not(:first-of-type){
        margin-top: 40px!important;
    }

    .footer .inner>.flexbox-wrapper>div.socials{
        flex-basis: fit-content !important;
        display: flex;
    }

    .under-footer .inner>.flexbox-wrapper{
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .under-footer .inner>.flexbox-wrapper>div:first-child{
        flex-basis: 237px;
        margin-bottom: -14px;
        flex-direction: row;
        max-width: 540px;
    }

    .under-footer .inner>.flexbox-wrapper>div:first-child span{
        display: inline-block;
        background-position: center;
    }

    .under-footer .inner>.flexbox-wrapper>div:last-child{
        flex-basis: fit-content;
        text-align: right;
    }

    .under-footer .inner>.flexbox-wrapper>div:last-child>div:first-child>*{
        display: inline-block;
        margin-left: 16px;
    }

    .under-footer .inner>.flexbox-wrapper>div:last-child>div:last-child{
        width: unset;
    }


}


@media (min-width: 1024px) {

    .afbeelding-divider .inner>span {
        height: 640px;
    }

    .site-header {
        transition: 0.2s;
    }

    .site-header.scrolled {
        top: 0;
    }

    .site-header.has-topheader.top-header-desktop {
        top: 40px;
    }


    .site-header .navbar-btn {
        display: none;
    }

    a[href^="tel:"] {
        text-decoration: none;
    }

    .site-header .inner {
        padding: 0 24px;
    }

    header.site-header div.menu {
        display: none;
    }

    div#navbar {
        transition: unset;
        text-align: center;
        flex-basis: fit-content;
        flex-grow: 1;
        order: 2;
        overflow: visible;
        border-top: 0;
        top: 1px;
        height: 56px;
    }

    .navbar a {
        animation: unset;
    }

    .navbar .menu-menu-1-container {
        position: relative;
    }

    .nav-menu .sub-menu li a{
        color: #01373D!important;
    }

    .site-header.scrolled div#navbar ul li.menu-item-has-children>a::after{
        content: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/chevron-down-dark.svg)!important;
    }

    div#navbar ul {
        max-height: unset;
        overflow: visible;
        position: absolute;
        top: 16px;
        width: fit-content;
        right: 0;
        left: 0;
        margin-left: auto;
    }

    div#navbar .nav-menu>li {
        border-bottom: none !important;
        padding-bottom: 0;
        margin: 0 6px;
        width: fit-content;
        display: inline-block;
        border-top: 0 !important;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .site-header{
        max-width: 1502px;
        margin-left: 24px;
        margin-right: 24px;
    }

    div#navbar .nav-menu>li.menu-item-has-children {
        margin-right: 30px;
        padding-bottom: 40px;
    }

    .nav-menu>li:first-of-type {
        padding: 0;
    }

    div#navbar ul li a {
        color: white;
        font-size: 16px;
        line-height: 150%;
        font-weight: 600;
    }

    div#navbar ul li a::after {
        content: "";
    }

    div#navbar ul li.menu-item-has-children>a::after{
        content: url(https://werkenbij.boko.nl/wp-content/uploads/2025/04/chevron-down-white.svg) !important;
    }

    .nav-menu li.menu-item-has-children>a::after {
        top: 1px!important;
        right: -26px !important;
    }

    .nav-menu .sub-menu {
        display: block;
        opacity: 0;
        pointer-events: none;
    }

    div#navbar ul .sub-menu {
        padding: 14px 32px 32px;
        left: -24px;
        transition: 0.3s;
        box-shadow: rgba(17, 12, 46, .15) 0 48px 50px 0;
        width: max-content;
        top: 12px;
        background: #ffffff;
        margin-top: 41px;
        margin-right: auto;
    }

    div#navbar .nav-menu>li:last-of-type .sub-menu {
        right: -20px;
        left: unset;
    }

    div#navbar ul .sub-menu li {
        display: block;
        width: 100%;
        text-align: left;
        border: none;
        padding: 15px 24px;
        border-radius: 16px;
        background-color: #F9F8FF;
        margin-bottom: 8px;
    }

    .nav-menu .sub-menu{
        border-radius: 0 0 16px 16px;
    }

    div#navbar ul .sub-menu li:first-child{
        padding: 0;
        background-color: transparent;
        
        pointer-events: none;
    }

    div#navbar ul .sub-menu li:first-child a{
        font-size: 20px!important;
        line-height: 150%!important;
    }

    div#navbar ul .sub-menu li:last-child{
        margin-bottom: 0;
    }

    .nav-menu li:hover .sub-menu,
    .nav-menu .sub-menu:hover {
        display: block;
        opacity: 1 !important;
        pointer-events: all !important;
    }

    .site-header .inner .home-link {
        margin-left: 0;
        width: 179px;
        height: 34.665px;
        margin-top: 11px;
    }

    .site-header .btn.navbar-mobile {
        display: none;
    }

}

@media (min-width: 1024px) {
    .mobile {
        display: none!important;
    }

    .desktop {
        display: block!important;
    }

    h1 {
        letter-spacing: 2.2px;
    }

    h2 {
        font-size: 48px;
        line-height: 120%;
        letter-spacing: 2.2px;
    }

    h3 {
        letter-spacing: 2.2px;
    }

    h4 {}

    .sub-content h1 {
        font-size: 64px;
        line-height: 125%;
    }

    .sub-content h2 {
        font-size: 48px;
        line-height: 120%;
    }

    .sub-content h3 {}

    .sub-content h4 {}

    body.page-id-1004{
        overflow: visible;
    }

    .projectenlaag.vacatures .blog.blog:nth-child(3){
        display: block;
    }

    .projectenlaag.vacatures .blog{
        flex-basis: 32%;
    }

    .projectenlaag.vacatures .blog:nth-child(1){
        margin-right: 0;
    }

    .projectenlaag.vacatures .blog:nth-child(3n+2){
        margin-left: 2%;
        margin-right: 2%;
    }

    .projectenlaag.vacatures .inner>a{
        margin-top: 60px;
    }

    .content-builder.vacatures .vacature-archive .flexbox-wrapper .sidebar{
        flex-basis: 310px;
        margin-right: 50px;
        order: unset;
        margin-top: 0;
        height: fit-content;
        position: sticky;
        top: 150px;
    }

    .content-builder.vacatures .vacature-archive .flexbox-wrapper .sidebar .gform_wrapper.gravity-theme .gform_footer .gform_button.button{
        width: 100%;
        text-align: center;
    }

    .content-builder.vacatures .vacature-archive .flexbox-wrapper .search-filter-results{
        flex-basis: 30%;
        flex-grow: 1;
    }

    .content-builder.vacatures .gform_wrapper.gravity-theme .gfield.gfield--width-half{
        grid-column: span 12!important;
    }

    .sub.single.vacature .hoofdlaag .flexbox-wrapper .content>p:nth-child(2){
        font-size: 24px;
        line-height: 140%;
    }

    .sub.single.vacature .hoofdlaag .flexbox-wrapper .content .accordionblok{
        margin-top: 80px;
    }

    .sub.single.blogs .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper{
        margin-bottom: 80px;
    }

    .sub.single.blogs .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper .socials a{
        margin-left: 6px;
    }

    .sub.single.vacature .formulierlaag .form{
        padding: 64px;
    }

    .sub.single.vacature .bekijk-ook{
        padding-top: 180px!important;
    }

    .sub.single.vacature .hoofdlaag .flexbox-wrapper .content .accordionblok .panel{
        font-size: 18px;
        line-height: 200%;
    }

    .sub.single.vacature .afbeelding-slider{
        padding-top: 20px!important;
    }

    .sub.single.vacature .afbeelding-slider, .sub.single.vacature .bekijk-ook{
        padding-bottom: 0;
    }

    .sub.single.vacature .blokken.info{
        padding-top: 140px;
    }

    .content-afbeelding.accordionlaag .data div p:last-child{
        font-size: 20px;
    }

    .content-afbeelding.accordionlaag .data div p.number{
        font-size: 80px;
    }

    .content-afbeelding.accordionlaag .data{
        margin-top: 100px;
    }


    .blokken.info .flexbox-wrapper .infoblok h3{
        font-size: 48px;
    }
    
    .blokken.info .flexbox-wrapper .infoblok{
        padding: 64px;
    }

    .gform_wrapper.gravity-theme .gform_fields{
        grid-column-gap: 24px!important;
        grid-row-gap: 24px!important;
    }

    .gform_wrapper.gravity-theme .gform_drop_area .gform_drop_instructions{
        font-size: 16px;
    }

    .single.blogs .headerlaag{
        padding: 294px 0 230px;
        margin-top: -222px;
    }

    .single.blogs .headerlaag .content{
        max-width: 1050px;
    }

    .single.blogs .headerlaag .content h1{
        font-size: 64px;
        line-height: 80px;
    }

    .sub.single .bekijk-ook h2{
        font-size: 56px;
        margin-bottom: 64px;
        text-align: left!important;
    }

    .content-builder.projecten .hoofdlaag, .content-builder.blogs .hoofdlaag{
        padding-top: 60px!important;
        padding-bottom: 140px!important;
    }

    .content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project .thumb{
        height: 400px;
    }

    .content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project .content a, .blog:not(.content-builder) .content a{
        top: 300px;
        width: 80px;
        height: 80px;
    }
    .content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project .content{
        padding-bottom: 64px;
    }

    .single.project .bekijk-ook .single-project:nth-child(2) .content, .content-builder.projecten .hoofdlaag .single-project:nth-child(2) .content, .projectenlaag .single-project:nth-child(2) .content{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        align-content: flex-end;
    }

    .single.project .bekijk-ook .single-project:nth-child(2) .content a, .content-builder.projecten .hoofdlaag .single-project:nth-child(2) .content a, .projectenlaag .single-project:nth-child(2) .content a{
        bottom: unset;
        top: 32px;
        right: 32px;
    }

    .single.project .gegevenslaag .gegevens{
        flex-basis: 450px;
    }

    .single.project .gegevenslaag .beschrijving{
        margin-left: 32px;
    }

    .single.project .bekijk-ook .inner>a.btn, .content-builder.projecten .hoofdlaag .inner>a.btn{
        top: 11px;
        right: 24px;
        margin-top: 0;
        position: absolute;
    }

    .single.project .bekijk-ook .single-project, .content-builder.projecten .hoofdlaag .single-project, .projectenlaag .single-project{
        height: 650px;    
    }

    .single.project .gegevenslaag .beschrijving h2{
        font-size: 40px;
    }

    .single.project .hoofdlaag{
        padding: 64px 0 140px!important;
    }

    .single.project .hoofdlaag .inner h1{
        font-size: 64px;
    }

    .single.project .gegevenslaag, .single.project .galerijlaag, .single.project .contactblok{
        padding-top: 140px!important;
    }

    .single.project .quotelaag, .single.project .galerijlaag.desktop{
        padding-top: 220px!important;
    }

    .single.project .galerijlaag .flexbox-wrapper.desktop{
        display: flex!important;
        gap: 32px;
    }

    
    .single.project .galerijlaag .flexbox-wrapper.desktop>span{
        height: 200px;
        flex-basis: 45%;
        flex-grow: 1;
        background-size: cover;
        transition: 0.3s;
        position: relative;
        &:hover{
            opacity: 0.6;
        }
    }

    .single.project .galerijlaag.desktop .flexbox-wrapper.desktop>span:hover{
        opacity: unset;
    }
    
    .single.project .galerijlaag .flexbox-wrapper.desktop span a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .single.project .galerijlaag .flexbox-wrapper.desktop>span:first-of-type{
        flex-basis: 100%;
        height: 640px;
        border-radius: 16px;
    }

    .single.project .galerijlaag .flexbox-wrapper.desktop>span:nth-child(n + 2){
        flex-basis: 31%;
        height: 326px;
        border-radius: 16px;
    }
    
    .single.project .galerijlaag .flexbox-wrapper.desktop span:nth-child(n + 5){
        display: none;
    }
    
    .single.project .galerijlaag .flexbox-wrapper.desktop span:not(:nth-child(4)) span{
        display: none;
    }
    
    .single.project .galerijlaag .flexbox-wrapper.desktop span:nth-child(4){
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
    .single.project .galerijlaag .flexbox-wrapper.desktop span:nth-child(4)::before{
        content: "";
        background-color: rgba(0, 0, 0, 0.623);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 16px;
    }
    
    .single.project .galerijlaag .flexbox-wrapper.desktop span:nth-child(4) span{
        font-size: 40px;
        color: white;
        z-index: 3;
        position: relative;
        font-weight: bold;
    }

    .single.project .galerijlaag.desktop .flexbox-wrapper.desktop>span:first-of-type{
        order: 1;
    }

    .single.project .bekijk-ook .single-project:nth-child(2) .content, .content-builder.projecten .hoofdlaag .single-project:nth-child(2) .content, .projectenlaag .single-project:nth-child(2) .content{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        align-content: flex-end;
    }

    .single.project .bekijk-ook .single-project:nth-child(2) .content a, .content-builder.projecten .hoofdlaag .single-project:nth-child(2) .content a, .projectenlaag .single-project:nth-child(2) .content a{
        bottom: unset;
        top: 32px;
        right: 32px;
    }

    .blogslaag .inner>.flexbox-wrapper{
        grid-template-areas:
        "featured small1"
        "featured small2"
        "featured small3"
        "featured small4";
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:nth-child(n + 4){
        display: flex!important;
        width: 100%;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:nth-child(4) {
        grid-area: small3;
        height: 100%;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:nth-child(5) {
        grid-area: small4;
        height: 100%;
    }

    .blog:not(.content-builder) .content a{
        top: 220px;
        width: 80px;
        height: 80px;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:first-of-type .thumb{
        height: 480px;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:first-of-type .content a{
        top: 370px;
    }

    .content-builder.blogs .hoofdlaag .blog .thumb{
        height: 480px;
        border-radius: 32px;
    }

    .content-builder.blogs .hoofdlaag .blog .content a{
        top: 380px;
    }

    .blokken.stappen .gegevens-carousel .owl-stage-outer .gegevens{
        height: 353px;
        border-radius: 32px;
    }

    .content-afbeelding .content>.flexbox-wrapper, .twee-kolom-content .content-rechts>.flexbox-wrapper{
        flex-direction: row;
        align-items: center!important;
    }

    .quotelaag .content p:first-child{
        font-size: 40px;
    }

    .contactblok .inner>div.two>div{
        padding: 64px;
    }

    .contactblok .inner>div h3{
        font-size: 56px;
        line-height: 120%;
    }

    .contactblok .inner>.two .btn:nth-of-type(2){
        display: inline-block;
    }

    .contactblok .inner>div p{
        font-size: 20px;
        line-height: 150%;
    }

    .twee-kolom-content.bg{
        padding: 140px 0;
    }

    .twee-kolom-content.bg .content-rechts{
        padding: 64px;
    }

    .twee-kolom-content .content-rechts>.flexbox-wrapper>p:first-of-type{
        font-size: 20px!important;
        flex-basis: 50%!important;
    }

    .twee-kolom-content .content-rechts>.flexbox-wrapper>span{
        position: relative;
        top: 8px;
    }

    .blokken:has(.gegevens-carousel) .tekst>p:last-child{
        font-size: 28px;
        line-height: 150%;
        position: absolute;
        top: 11px;
        right: 24px;
    }

    .gegevens-carousel .owl-stage-outer .gegevens{
        width: 353px;
        height: 334px;
    }

    .gegevens-carousel .owl-stage-outer .gegevens>p:first-child{
        margin-bottom: 136px;
    }

    .content-afbeelding.big-no-img .inner>.flexbox-wrapper>.content:has(>a.btn){
        padding-bottom: 155px;
    }

    .content-afbeelding.big-no-img .inner>.flexbox-wrapper>.content>a.btn{
        bottom: 64px;
    }

    .content-afbeelding.big-no-img .inner>.flexbox-wrapper>.content .flexbox-wrapper p{
        font-size: 20px;
    }

    .content-afbeelding.big-no-img .inner>.flexbox-wrapper h2{
        font-size: 64px;
        line-height: 120%;
    }

    .content-afbeelding.big-no-img .inner>.flexbox-wrapper .content .tekst p{
        font-size: 28px;
        line-height: 150%;
    }

    .content-afbeelding.big-no-img .inner>.flexbox-wrapper .content .tekst{
        margin-bottom: 64px;
    }

    .content-afbeelding.big-no-img .inner>.flexbox-wrapper>.content{
        justify-content: unset;
    }

    .content-afbeelding.big-no-img .inner>.flexbox-wrapper>.content .flexbox-wrapper{
        margin-right: 24px;
    }

    .content-afbeelding.big-no-img .inner>.flexbox-wrapper h2{
        margin-bottom: 24px!important;
    }

    .accordionlaag.no-border .accordionblok .accordion{
        font-size: 20px;
        padding: 10px 0 24px 25px!important;
    }

    .accordionlaag.no-border .accordionblok .accordion::before{
        top: 18px!important;
        left: 0;
    }

    .sub-content .gecentreerde-content.hoofdlaag{
        padding-top: 64px;
        padding-bottom: 140px;
    }
    
    .breadcrumbs {
        padding-top: 200px !important;
    }

    .projectenlaag.verhalen .blog:nth-child(3){
        display: block;
    }

    .homepage .hoofdlaag{
        padding: unset;
    }

    .homepage .hoofdlaag .inner{
        height: 100vh;
        display: flex;
        align-items: flex-end;
        padding-bottom: 64px;
    }

    .projectenlaag.verhalen .blog{
        flex-basis: 32%;
    }

    .projectenlaag.verhalen .blog:first-child{
        margin-right: 0;
    }

    .projectenlaag.verhalen .blog:nth-child(3n + 2){
        margin-right: 2%;
        margin-left: 2%;
    }

    .projectenlaag.verhalen .inner>div:last-child, .content-builder.leerwerktrajecten .projectenlaag .inner>div:last-child{
        margin-top: 60px;
    }

    .projectenlaag .inner>a{
        top: 30px;
    }

    .projectenlaag h2{
        margin-bottom: 60px;
    }

    .homepage .hoofdlaag .content-links h1{
        font-size: 96px;
        line-height: 100%;
        font-weight: 500;
        letter-spacing: -1.76px;
    }

    .sub-contact .twee-kolom-content{
        padding-top: 64px!important;
    }

    .twee-kolom-content.bg .content-rechts .flexbox-wrapper{
        padding: 20px;
    }

    .sub-contact .twee-kolom-content .content-links h1{
        color: #ffffff;
        margin-bottom: 64px!important;
        line-height: 80px;
    }

    .sub-contact .twee-kolom-content .content-rechts .tekst{
        padding: 64px;
    }

    .sub-contact .twee-kolom-content .content-rechts .tekst>p{
        font-size: 40px;
        margin-bottom: 32px!important;
    }

    .sub-contact .twee-kolom-content .content-links .tekst>div::before{
        width: 56px;
        height: 56px;        
    }

    .sub-contact .twee-kolom-content .content-links .tekst>div{
        padding-left: 88px;
        margin-bottom: 60px!important;   
    }

    .gform_wrapper.gravity-theme .gform_footer .gform_button.button {
        width: fit-content;
    }

    .projectenlaag.verhalen .logo-carousel, .content-builder.leerwerktrajecten .projectenlaag .logo-carousel{
        padding: 50px 0;
    }

    .projectenlaag.verhalen .logo-carousel .owl-stage-outer, .content-builder.leerwerktrajecten .projectenlaag .logo-carousel .owl-stage-outer{
        overflow: hidden;
    }

    .filters{
        position: unset;
        background-color: unset;
        margin-bottom: 64px;
        height: unset;
    }

    .filters>a.btn{
        display: none;
    }

    .filters form{
        position: unset;
        opacity: 1;
        z-index: unset;
    }

    .searchandfilter ul li ul li input{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        opacity: 0;
    }

    .searchandfilter ul li ul li label{
        padding: 14px 24px!important;
        border-radius: 16px;
        border: 1px solid #01373D;
        font-weight: 600;
        cursor: pointer;
        position: relative;
        &:hover{
            background-color: #01373D;
            color: #C1F43D;
        }
    }

    .searchandfilter ul li ul li.sf-option-active label{
        background-color: #01373D;
        color: #C1F43D;
    }

    .searchandfilter ul li ul li label .sf-count{
        display: none;
    }

    .searchandfilter ul li ul li{
        display: inline-block;
        width: fit-content;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
        margin-right: 16px;
    }

    .footer {
        padding-top: 100px;
    }

    .footer .inner>.flexbox-wrapper{
        padding-bottom: 64px;
        justify-content: unset;
        gap: 46px;
    }

    .footer .flexbox-wrapper>div {
        flex-basis: fit-content !important;
        max-width: 24%;
        margin-top: 0 !important;
    }

    .footer .flexbox-wrapper .afbeelding-footer{
        flex-basis: 40% !important;
        margin-right: 0;
        max-width: unset;
    }

    .footer .afbeelding-footer>span{
        max-width: 620px;
    }

    .footer .inner>.flexbox-wrapper>div.socials{
        position: absolute;
        flex-direction: row;
        gap: unset;
        margin-top: 0!important;
        right: 176px;
    }

        .footer .flexbox-wrapper .afbeelding-footer, .footer .inner>.flexbox-wrapper>div:not(:first-of-type).afbeelding-footer {
        max-width: unset;
        flex-basis: 25% !important;
    }

    .footer .flexbox-wrapper .afbeelding-footer:first-of-type{
        margin-right: 0;
    }
    
    .footer .inner>.flexbox-wrapper>div:nth-child(n + 4){
        margin-top: 135px!important;
    }


    .under-footer .inner>.flexbox-wrapper>div:first-child{
        flex-basis: fit-content;
    }

    .under-footer{
        padding: 64px 0 100px;
    }

    .blokken .inner h2{
        margin-bottom: 64px;
    }
}

@media (min-width: 1024px) {
    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */

    .content-builder>section,
    .sub.single>section {
        padding-top: 180px;
        padding-bottom: 180px;
    }


    .sub.single .hoofdlaag .flexbox-wrapper .content img {
        margin: 54px 0;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content {
        flex-grow: 1;
        flex-basis: 50%;
        margin-left: 80px;
        font-size: 18px;
    }

    body.single {
        overflow: visible;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .sidebar {
        margin-top: 0;
        position: sticky;
        top: 220px;
        order: -1;
        height: fit-content;
    }

    .sub.single.vacature .hoofdlaag .flexbox-wrapper .content{
        margin-left: 0;
    }
    .sub.single.vacature .hoofdlaag .flexbox-wrapper .sidebar{
        order: 1;
    }

    .single.vacature .headerlaag{
        padding: 285px 0 140px!important;
    }

    .afbeelding-slider .owl-stage-outer .owl-item img {
        width: 416px;
        height: 416px;
    }

    .sub.single .hoofdlaag .flexbox-wrapper figure:has(figcaption) {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content p:has(img) {
        margin: 40px 0 !important;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content {
        flex-grow: 1;
        flex-basis: 50%;
        margin-right: 80px;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content blockquote {
        margin: 40px 0 40px !important;
    }

    .sub.single .bekijk-ook h2{
        text-align: center;
    }

    .sub.single .bekijk-ook h2{
        margin-bottom: 60px;
    }

    .sub.single.blogs .bekijk-ook h2{
        margin-bottom: 60px;
        text-align: center!important;
    }

    .single.blogs .bekijk-ook .inner>a.btn{
        margin: 64px auto 0;
    }

    .blog:not(.content-builder) .thumb{
        height: 326px;
    }

    .blog:not(.content-builder){
        width: 479px;
    }

    .reviewlaag .inner {
        overflow: hidden;
    }

    .reviewlaag .review-carousel .owl-item>div {
        padding: 32px;
    }

    .reviewlaag .review-carousel .owl-item .sterren {
        margin-bottom: 32px;
    }

/* Base styles with animation preparation */
.single.vacature .uspslaag {
    transform: translateY(0);
    transition: transform 0.3s ease;
}

/* Animation for fixed position */
.single.vacature .uspslaag.scrolled-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100000;
    transform: translateY(-100%); /* Start off-screen */
    animation: slideDown 0.3s forwards;
}

/* Keyframe animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

}

@media (min-width: 1550px) {

    .site-header{
        margin-left: auto;
        margin-right: auto;
    }

    
    div#navbar .nav-menu>li:last-of-type .sub-menu {
        left: -24px;
        right: unset;
    }

    div#navbar ul {
        margin-right: 32px;
    }

    .site-header .navbar-desktop {
        order: 2;
        display: block;
    }

    .blog-carousel .owl-stage-outer{
        overflow: hidden;
    }

    .content-builder.blogs .hoofdlaag .blog .content{
        padding: 98px 32px 66px;
    }

    .content-builder.blogs .hoofdlaag .blog:nth-child(2){
        max-width: 608px;
    }

    .content-builder.blogs .hoofdlaag .blog .content .titel{
        height: 68px;
    }

    .content-builder.blogs .archivelaag .results .flexbox-wrapper .blog{
        flex-basis: 32%;
    }

    .content-builder.blogs .archivelaag .results .flexbox-wrapper .blog:nth-child(2n+1){
        margin-right: 0;
    }

    .content-builder.blogs .archivelaag .results .flexbox-wrapper .blog:nth-child(3n + 2){
        margin-left: 2%;
        margin-right: 2%;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:not(:first-of-type){
        width: 605px;
    }

    .blogslaag .inner>.flexbox-wrapper{
        grid-gap: 0;
        grid-column-gap: 32px;
        grid-row-gap: 51px;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:nth-child(1){
        width: 870px;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:not(:first-of-type) .thumb{
        flex-basis: 180px;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:not(:first-of-type) .content{
        flex-basis: 400px;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:not(:first-of-type) .content a{
        left: 120px;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:not(:first-of-type){
        position: relative;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:not(:first-of-type)::before{
        content: "";
        background-color: #29565B1A;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -26px;
    }

    .blogslaag .inner>.flexbox-wrapper>.blog:last-of-type:before{
        content: none;
    }

    .content-builder.vacatures .vacature-archive .flexbox-wrapper .sidebar{
        flex-basis: 362px;
        margin-right: 80px;
        border-radius: 32px;
    }

    .single.project .gegevenslaag .gegevens{
        flex-basis: 560px;
    }

    .single.project .bekijk-ook .single-project:nth-of-type(1), .content-builder.projecten .hoofdlaag .single-project:nth-of-type(1), .projectenlaag .single-project:nth-of-type(1){
        flex-basis: 870px;
    }

    .single.project .bekijk-ook .single-project:nth-of-type(2), .content-builder.projecten .hoofdlaag .single-project:nth-of-type(2), .projectenlaag .single-project:nth-of-type(2){
        flex-basis: 600px;
    }

    .footer .inner>.flexbox-wrapper{
        gap: 80px;
        position: relative;
    }

    .footer .inner>.flexbox-wrapper>div.socials{
        right: 0;
    }

    .footer .inner>.flexbox-wrapper>div.socials a:last-child{
        margin-right: 0!important;
    }

    .footer .afbeelding-footer>span>div{
        margin: 32px;
    }

    
    .under-footer .inner>.flexbox-wrapper>div:first-child{
        max-width: unset;
        gap: 10px;
    }

    .sub-contact .twee-kolom-content .content-links{
        max-width: 680px!important;
    }

    .sub-contact .content-builder.contact .twee-kolom-content .content-links .tekst{
        display: flex;
        flex-wrap: wrap;
    }

    .gegevens-carousel{
        margin-top: 82px;
    }

    .contactblok .inner>div.two>span{
        flex-basis: 625px;
        background-size: cover;
    }

    .afbeelding-slider .owl-stage-outer{
        overflow: hidden;
    }

    .afbeelding-slider .owl-nav .owl-prev{
        background-size: 112px !important;
        width: 80px;
        height: 80px;
        left: -40px;
    }

    .afbeelding-slider .owl-nav .owl-next{
        background-size: 112px !important;
        width: 80px;
        height: 80px;
        right: 150px;
    }

    .blokken.stappen .tekst h2{
        font-size: 64px;
        line-height: 120%;
    }

    .blokken.stappen .gegevens-carousel{
        margin-top: 64px;
    }

    .blokken.stappen .gegevens-carousel .owl-stage-outer, .blog-carousel .owl-stage-outer{
        padding-top: 0;
    }

    div#navbar .nav-menu>li{
        margin: 0 14px;
    }

    .content-afbeelding.accordionlaag .accordionblok a.btn{
        margin-bottom: 0;
        margin-top: 40px;
    }

    .footer .inner>.flexbox-wrapper>div:nth-child(4){
        max-width: 24%;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 100px !important;
    }

    .footer .inner>.flexbox-wrapper>div:nth-child(5){
        margin-top: 190px!important;
        flex-basis: 156px!important;
    }
}


@media (min-width: 1550px) {
    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */


}






@media (max-width: 1024px) {

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="submit"],
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }

    a[href^="tel"] {
        text-decoration: none;
    }

    .single.vacature .uspslaag .socials div:has(>.btn.fixed-button){
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        transform: translateY(100%); /* Start off-screen */
        animation: slideDown 0.3s forwards;
    }
    
    /* Keyframe animation */
    @keyframes slideDown {
        from {
            transform: translateY(100%);
        }
        to {
            transform: translateY(0);
        }
    }

    .single.vacature .uspslaag .socials div:has(>.btn.fixed-button.scrolled-past){
        display: block;
        padding: 24px;
        background-color: #F9F8FF;
        box-shadow: 0px -3px 4px 0px #A0A0A026;
    }

    .single.vacature .uspslaag .socials div a.btn.fixed-button{
        width: 100%;
        margin-bottom: 0;
        text-align: center;
    }



}



/* Timeline Animation Styles */
.timeline-animation {
    position: relative;
    overflow: hidden;
    background-color: #01373d;
    color: #ffffff;
    padding: 80px 0;
}
.timeline-content {
    position: relative;
    transition: height 0.8s ease;
    /* Remove fixed min-height to allow dynamic adjustment */
    overflow: hidden; /* Important to contain absolute-positioned items */
}
.timeline-item {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transform: translateY(30px);
    pointer-events: none;
}
.timeline-item.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.timeline-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem 0;
}
.timeline-text {
    flex: 0 0 45%;
}
.timeline-image {
    flex: 0 0 50%;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.timeline-image img {
    max-width: 100%;
    height: auto;
    transition: transform 0.8s ease;
}


.timeline-item .timeline-image img:nth-child(1) {
    width: 199.524px;
    height: 126.976px;
    border-radius: 16px;
    object-fit: cover;
    margin-bottom: 90px;
    position: relative;
    z-index: 3;
}
.timeline-item .timeline-image img:nth-child(2) {
    width: 149.007px;
    height: 141.612px;
    border-radius: 16px;
    object-fit: cover;
    position: absolute;
    left: 175px;
    top: 40px;
    z-index: 1;
}
.timeline-item .timeline-image img:nth-child(3) {
    width: 154.101px;
    height: 109.967px;
    border-radius: 16px;
    object-fit: cover;
    position: absolute;
    left: 65px;
    bottom: 0;
    z-index: 2;
}
.timeline-item .timeline-image:has(img:nth-child(4)) img:nth-child(1) {
    width: 199.524px;
    height: 126.976px;
    border-radius: 16px;
    object-fit: cover;
    margin-bottom: 90px;
    position: relative;
    z-index: 3;
}
.timeline-item .timeline-image:has(img:nth-child(4)) img:nth-child(2) {
    width: 149.007px;
    height: 141.612px;
    border-radius: 16px;
    object-fit: cover;
    position: absolute;
    left: 175px;
    top: 20px;
    z-index: 1;
}
.timeline-item .timeline-image:has(img:nth-child(4)) img:nth-child(3) {
   width: 154.101px;
    height: 109.967px;
    border-radius: 16px;
    object-fit: cover;
    position: absolute;
    left: 25px;
    bottom: 0;
    z-index: 2;
}

.timeline-item .timeline-image:has(img:nth-child(4)) img:nth-child(4) {
        width: 154.101px;
    height: 79.967px;
    border-radius: 16px;
    object-fit: cover;
    position: absolute;
    left: 155px;
    bottom: 20px;
    z-index: 2;
}
.timeline-item-title {
    font-size: 20px;
    color: #ffffff;
}
.timeline-item-year {
    color: #C1F43D;
    font-weight: 600!important;
    font-size: 120px!important;
    line-height: 120%!important;
    margin-bottom: 64px;
}
.timeline-item-description {
    color: rgba(255, 255, 255, 0.9);
}
.timeline-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    gap: 16px;
}
.timeline-nav-item {
    flex: 1;
    text-align: center;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.timeline-nav-item:hover {
    opacity: 1;
}
.timeline-nav-item.active {
    opacity: 1;
}
.timeline-nav-text {
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.active .timeline-nav-progress{
    background-color: #31663D;
}

.timeline-nav-progress {
    height: 6px;
    background: rgba(255, 255, 255, 0.25);
    position: relative;
    border-radius: 6px;
}
.timeline-nav-progress-inner {
    height: 100%;
    width: 0;
    background-color: #C1F43D;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 767px) {
    .timeline-content-wrapper {
        flex-direction: column;
    }
   
    .timeline-text,
    .timeline-image {
        flex: 0 0 100%;
    }
   
    .timeline-navigation {
        flex-wrap: wrap;
    }
   
    .timeline-nav-item {
        flex: 1 0 auto;
    }
}

@media (min-width: 768px) {
    .timeline-item .timeline-image img:nth-child(1){
        width: 219.524px;
        height: 166.976px;
        margin-bottom: 120px;
    }

    .timeline-item .timeline-image img:nth-child(2){
        width: 189.007px;
        height: 181.612px;
        left: 170px;
        top: 50px;
    }

    .timeline-item .timeline-image img:nth-child(3){
        width: 194.101px;
        height: 149.967px;
        left: 65px;
        bottom: 0;
    }

        .timeline-item .timeline-image:has(img:nth-child(4)) img:nth-child(1) {
        width: 219.524px;
        height: 166.976px;
        margin-bottom: 120px;
    }
    .timeline-item .timeline-image:has(img:nth-child(4)) img:nth-child(2) {
                width: 189.007px;
        height: 181.612px;
        left: 170px;
        top: 50px;
    }
    .timeline-item .timeline-image:has(img:nth-child(4)) img:nth-child(3) {
    width: 194.101px;
        height: 149.967px;
        left: 15px;
        bottom: 0;
    }

    .timeline-item .timeline-image:has(img:nth-child(4)) img:nth-child(4) {
        left: 185px;
    }

    .timeline-content-wrapper{
        align-items: center;
    }
}

@media (min-width: 1024px) {
.timeline-item .timeline-image img:nth-child(1){
        width: 259.524px;
        height: 226.976px;
        margin-bottom: 120px;
    }

    .timeline-item .timeline-image img:nth-child(2){
        width: 239.007px;
        height: 221.612px;
        left: 240px;
        top: 50px;
    }

    .timeline-item .timeline-image img:nth-child(3){
        width: 294.101px;
        height: 159.967px;
        left: 65px;
        bottom: 0;
    }

        .timeline-item .timeline-image:has(img:nth-child(4)) img:nth-child(1) {
        width: 259.524px;
        height: 226.976px;
        margin-bottom: 120px;
    }
    .timeline-item .timeline-image:has(img:nth-child(4)) img:nth-child(2) {
         width: 239.007px;
        height: 221.612px;
        left: 240px;
        top: 50px;
    }
    .timeline-item .timeline-image:has(img:nth-child(4)) img:nth-child(3) {
        width: 224.101px;
        height: 159.967px;
        left: 35px;
        bottom: 0;
    }

    .timeline-item .timeline-image:has(img:nth-child(4)) img:nth-child(4) {
        width: 194.101px;
        height: 99.967px;
        left: 235px;
    }

    .timeline-navigation{
        margin-top: 120px;
    }
}

@media (min-width: 1550px) {
    .timeline-item .timeline-image img:nth-child(1){
        width: 446.654px;
        height: 284.247px;
        margin-bottom: 194px;
    }

    .timeline-item .timeline-image img:nth-child(2){
        width: 333.565px;
        height: 317.011px;
        left: 393px;
        top: 90px;
    }

    .timeline-item .timeline-image img:nth-child(3){
        width: 344.969px;
        height: 246.171px;
        left: 145px;
    }

        .timeline-item .timeline-image:has(img:nth-child(4)) img:nth-child(1) {
         width: 416.654px;
        height: 284.247px;
        margin-bottom: 194px;
    }
    .timeline-item .timeline-image:has(img:nth-child(4)) img:nth-child(2) {
        width: 333.565px;
        height: 317.011px;
        left: 393px;
        top: 30px;
    }
    .timeline-item .timeline-image:has(img:nth-child(4)) img:nth-child(3) {
        width: 344.969px;
        height: 246.171px;
        left: 65px;
    }

    .timeline-item .timeline-image:has(img:nth-child(4)) img:nth-child(4) {
        width: 274.101px;
        height: 179.967px;
        left: 375px;
        bottom: 40px;
    }
}


   @media (min-width: 1024px) {
    /* General elements with border-radius: 16px */
    .footer .afbeelding-footer>span,
    /* Content blocks */
    .content-afbeelding .inner>.flexbox-wrapper>span,
    .single.project .galerijlaag .flexbox-wrapper.desktop>span:first-of-type,
    .single.project .galerijlaag .flexbox-wrapper.desktop>span:nth-child(n + 2),
    .single.project .galerijlaag .flexbox-wrapper.desktop span:nth-child(4)::before,
    .blokken.stappen .gegevens-carousel .owl-stage-outer .gegevens,
    .afbeelding-slider .owl-stage-outer .owl-item img,
    .gegevens-carousel .owl-stage-outer .gegevens
    
    /* Cards & containers */
    .blog:not(.content-builder) .thumb,
    .blog:not(.content-builder) .thumb span,
    .content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project .thumb,
    .content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project .thumb span,
    .content-builder.projecten .archivelaag .results .flexbox-wrapper .single-project .content,
    .single.project .bekijk-ook .single-project .thumb,
    .single.project .bekijk-ook .single-project .thumb span,
    .single.project .bekijk-ook .single-project .thumb span::before,
    .projectenlaag .single-project .thumb,
    .projectenlaag .single-project .thumb span,
    .projectenlaag .single-project .thumb span::before,
    .content-builder.projecten .hoofdlaag .single-project .thumb,
    .content-builder.projecten .hoofdlaag .single-project .thumb span,
    .content-builder.projecten .hoofdlaag .single-project .thumb span::before,
    .content-builder.blogs .archivelaag .results .flexbox-wrapper .blog,
    .afbeelding-divider .inner>span,
    
    /* Forms & UI elements */
    .contentblok .inner>div,
    .contactblok .inner>div.two>div,
    .contactblok .inner>div.two>span,
    .sub-contact .twee-kolom-content .content-rechts .tekst,
    .sub.single.vacature .formulierlaag .form,
    .sub.single .hoofdlaag .sidebar,
    .blokken.info .flexbox-wrapper .infoblok,
    .content-builder.vacatures .vacature-archive .flexbox-wrapper .sidebar,
    .single.blogs .headerlaag .content .categorie,
    .timeline-item .timeline-image img:nth-child(1),
    .timeline-item .timeline-image img:nth-child(2),
    .timeline-item .timeline-image img:nth-child(3) {
      border-radius: 32px;
    }
  
    /* Footer elements special case */
    .footer .afbeelding-footer>span>div {
      border-radius: 32px;
    }
  
    /* Special cases for elements with multiple borders */
    .site-header:has(.open) {
      border-radius: 32px 32px 0 0;
    }
    
    .contactblok .inner>div.two>div {
      border-radius: 32px 0 0 32px;
    }
    
    .contactblok .inner>div.two>span {
      border-radius: 0 32px 32px 0;
    }
  }


  @media (min-width: 550px) {
    .auto-accordion.btns .accordion-timeline-container{
        bottom: 142px!important;
    }
  }

  @media (min-width: 768px) {
    .auto-accordion.btns .accordion-timeline-container{
        bottom: 210px!important;
    }
  }

  @media (min-width: 1090px) {
    .auto-accordion.btns .accordion-timeline-container{
        bottom: 142px!important;
    }
  }

  @media (min-width: 1550px) {
    .auto-accordion.btns .accordion-timeline-container{
        bottom: 122px!important;
    }
  }

  /* Auto Accordion Timeline Styles */

.content-afbeelding.accordionlaag .accordionblok a.btn:first-of-type{
    margin-top: 60px;
}


.auto-accordion.btns .accordion-timeline-container{
    bottom: 210px;
    margin-bottom: -40px;
}

.accordion-timeline-container {
    display: flex;
    align-items: center;
    position: relative;
    height: 40px; /* Increased height to accommodate multiple lines */
    width: 100%;

}

/* Timeline base track */
.accordion-timeline-track {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    height: 100%;
}

/* Individual timeline segment */
.timeline-segment {
    height: 3px;
    background-color: #407272; /* Darker green for inactive timeline */
    flex: 1;
    margin: 0 7px; /* Space between segments */
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden; /* For progress animation */
    pointer-events: none; /* Make segments unclickable */
}

/* Active segment styling */
.timeline-segment.active {
    background-color: #407272; /* Keep same background, progress will show green */
}

/* Progress bar within segment */
.segment-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%; /* Starts at 0% */
    background-color: #9dff2c; /* Bright green for progress */
    /* Transition is set in JavaScript for better control */
}

.auto-accordion.white .timeline-segment{
    background-color: rgb(66 66 66 / 24%);
}

.auto-accordion.white .segment-progress{
    background-color: #01373d;
}