.site-header {
    position: fixed;
    /* Keeps header at the top */
    top: 0;
    left: 0;
    width: 100%;
    /* Full width */
    z-index: 999;
}

.main-navigation {
    color: #fff;
}

.scroll-header {
    transition: background-color 0.3s ease;
}

.scroll-header.scrolled {
    background-color: #fff;
    /* Change to your desired color */
    color: #000;
}

.scroll-header.scrolled .main-navigation {
    color: #005b9d;
}

logo-bg
.image-mask-logo {
display: block; /* Zorgt ervoor dat de afbeelding zich als een blok gedraagt */
    width: 100%; /* Laat de afbeelding de volledige breedte gebruiken */
    height: auto; /* Zorgt ervoor dat de hoogte proportioneel blijft */
    mask-image: url('../img/logo-bg.svg'); /* Voeg je SVG-masker toe */
    mask-size: auto 100%; /* Zorgt dat het masker de afbeelding proportioneel bedekt */
    mask-repeat: no-repeat; /* Voorkomt dat het masker herhaald wordt */
    mask-position: top center; /* Positioneert het masker in het midden */
    -webkit-mask-image: url('../img/logo-bg.svg'); /* Voor WebKit-compatibiliteit */
    -webkit-mask-size: auto 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top center;
}


.image-mask-top {
display: block; /* Zorgt ervoor dat de afbeelding zich als een blok gedraagt */
    width: 100%; /* Laat de afbeelding de volledige breedte gebruiken */
    height: auto; /* Zorgt ervoor dat de hoogte proportioneel blijft */
    mask-image: url('../img/mask-top.svg'); /* Voeg je SVG-masker toe */
    mask-size: auto 100%; /* Zorgt dat het masker de afbeelding proportioneel bedekt */
    mask-repeat: no-repeat; /* Voorkomt dat het masker herhaald wordt */
    mask-position: top center; /* Positioneert het masker in het midden */
    -webkit-mask-image: url('../img/mask-top.svg'); /* Voor WebKit-compatibiliteit */
    -webkit-mask-size: auto 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top center;
}
@media only screen and (min-width: 992px) {

}


@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {
   
}


@media only screen and (min-width: 768px) {
    
}

@media only screen and (min-width: 992px) {
    
}


@media only screen and (min-width: 768px) {
  
}


.image-mask-top {
    background: #005b9d;
    height: 400px
}

@media only screen and (min-width: 768px) {
    .image-mask-top {
        height:440px
    }

}

@media only screen and (min-width: 992px) {
   .image-mask-top {
        height: 500px
    }

}

@media only screen and (min-width: 1200px) {
    .image-mask-top {
        height:550px;
    }
}

@media only screen and (min-width: 1600px) {
    .image-mask-top {
        height:550px;
    }
}

@media only screen and (min-width: 2000px) {
    .image-mask-top {
        height:750px
    }
}


@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 1600px) {

}

.image-mask {
display: block; /* Zorgt ervoor dat de afbeelding zich als een blok gedraagt */
    width: 100%; /* Laat de afbeelding de volledige breedte gebruiken */
    height: auto; /* Zorgt ervoor dat de hoogte proportioneel blijft */
    mask-image: url('../img/project-mask.svg'); /* Voeg je SVG-masker toe */
    mask-size: contain; /* Zorgt dat het masker de afbeelding proportioneel bedekt */
    mask-repeat: no-repeat; /* Voorkomt dat het masker herhaald wordt */
    mask-position: center; /* Positioneert het masker in het midden */
    -webkit-mask-image: url('../img/project-mask.svg'); /* Voor WebKit-compatibiliteit */
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.main-footer {
    position: relative;
    background-size: cover;
    background-image: url(../img/footer-background-full.svg);
    background-position: top center;
    background-repeat: no-repeat;
    font-size: .75rem;
    line-height: 1.625rem;
    overflow: hidden;
    z-index: 301 color: #fff;
}

.main-footer .footer-nav li a span {
    color: #fff;
}

.main-footer .footer-nav-bottom li a span {
    color: #fff;
    line-height: 1.2;
}

/* posts
---------------------------------*/
/* Container van de post cards */
.projecten-grid .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* ALTIJD 3 kolommen */
  gap: 24px;
  margin-top: 24px;
}

/* Elk post-item vult volledige kolomhoogte */
.projecten-grid .wp-block-post {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Binnenste groep met styling */
.projecten-grid .wp-block-group.has-background-background-color {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: var(--wp--preset--shadow--natural);
  background-color: #fff;
}

/* Binnenste content + lees meer knop netjes verdeeld */
.projecten-grid .wp-block-group.has-background-background-color > .wp-block-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

/* Featured image styling */
.projecten-grid .wp-block-post-featured-image {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 20px 20px 50% 50%;
}

.projecten-grid .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Op mobiel: 1 kolom */
@media (max-width: 768px) {
  .projecten-grid .wp-block-post-template {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .projecten-grid .wp-block-group.has-background-background-color {
    padding: 16px;
  }
}


/* Contact Form 7 Styles
---------------------------------*/
 
.wpcf7 {
}
.wpcf7-form {	margin-left: 25px;
		margin-right: 25px;
 		margin-top: 25px;
}
.wpcf7-textarea {width: 85%;
		font-size: 20px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select
 
{background-color: #fff;
color: #000;
border-bottom-width: 1px;
border-bottom-color: #000;
border-bottom-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
text-transform: uppercase;
letter-spacing: 3px;
line-height: 1.8em;
width: 100%;
padding: 14px;
}

.wpcf7-submit { background-color: var(--wp--preset--color--primary);
    border-radius: 50px;
    border-color: var(--wp--preset--color--transparent);
    border-width: 4px;
    border-style: solid;
    color: var(--wp--preset--color--background);
    font-family: inherit;
    font-size: var(--wp--preset--font-size--small);
    font-weight: 700;
    line-height: inherit;
    padding-top: 0.667em;
    padding-right: 1.33em;
    padding-bottom: 0.667em;
    padding-left: 1.33em;
    text-decoration: none;
    box-shadow: var(--wp--preset--shadow--natural);
}

/* WP Job Manager Styles
---------------------------------*/

ul.job_listings li.job_listing a .meta li.date {
    display: none;
}
.single_job_listing .meta li.date-posted {
    display: none;
}