/* 1. Reset & Box-sizing */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }


  /* 3. Base / Global Styles */
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;

}

h1 {
    font-family: 'rethink sans', sans-serif;
    font-size: 56px;
    font-weight: bold;
    line-height: 120%;
}

h2 {
    font-family: 'rethink sans', sans-serif;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0em;
    max-width: 768px;
    width: 100%;
}

h3 {
    font-family: 'inter', sans-serif;
    font-size: 24px;
    font-weight: 400;
}

h4 {
    font-family: 'rethink sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: black;
}

h5 {
    font-family: 'rethink sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

h6 {
    font-family: 'rethink sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
}

p {
    font-family: 'inter', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    word-spacing: 0em;
}

main {
    width: 100%;
}

/* layout en sections*/

.background {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding: 112px 64px;
}

.background-dark {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 112px 64px;
    background-color: #0B2810;
}


.layout-row {
    width: 100%;
    max-width: 1845px;
    display: flex;
    height: fit-content;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.layout-column {
    width: 100%;
    max-width: 1845px;
    display: flex;
    flex-direction: column;
    height: fit-content;
    align-items: start;
    gap: 80px;
}

.h2-header {
    display: flex;
    flex-direction: column;
    max-width: 640px;
    width: 100%;
    gap: 24px;
}

/* dit is de hero*/

.background-hero {
    background-color: #F2FBF3;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 64px;
}

.standard-hero {
    width: 100%;
    max-width: 1845px;
    display: flex;
    flex-direction: row;
    height: 100vh;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.hero-block {
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: 100%;
    
}

.hero-txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
    max-width: 768px;
}


.img-txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
}

.img-txt img {
    border-radius: 12px;
    height: auto;
    width: 100%;
}

.text-kevin {
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: fit-content;
    text-align: end;
}

p.naam {
    font-family: 'rethink sans', sans-serif;
    font-size: 18px;
    font-weight: bolder;
    margin: 0;
}




/*dit is de header en navbar*/
.logo img {
    width: 81px;
    height: 41px;
}

nav {
    position: fixed;
    top: 41px;
    width: 90%;
    max-width: 1845px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px 16px 24px;
    background-color: rgba(241, 251, 243, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 40px;
    height: fit-content;
    z-index: 100;
}

.right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}

.nav-links {
    display: flex;
    gap: 50px;
}

li {
    list-style-type: none;
}

li a {
    font-family: 'inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #0B2810;
    opacity: 0.8;
    text-decoration: none;
    transition: all 0.3s ease;
}

li a:hover {
    opacity: 1;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger div {
    width: 20px;
    height: 2.5px;
    background-color: black;
    margin: 4px;
    transition: all 0.3s ease;
}

/* diensten pagina */

.background-hero-diensten {
    background-color: #051207;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 64px;
}

.diensten-hero {
    width: 100%;
    max-width: 1845px;
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: center;
    justify-content: center;
    gap: 120px;
    padding-top: 112px;
}

.hero-diensten {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 120px;
    align-items: stretch;
    height: fit-content;
}

.over {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-right: 2px solid white;
}

.over2 {
    width: 100%;
    height: fit-content;
}

.over p {
    color: #F2FBF3;
}

.over2 h2 {
    font-family: "rethink sans", sans-serif;
    font-size: 40px;
    font-weight: 600;
    max-width: 768px;
    color: #F2FBF3;
}

#diensten h2 {
    text-align: center;
}

/* Voor extra pagina's zoals disclaimer */

.background-extra {
    background-color: #F2FBF3;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 200px 64px;
}

.standard-extra {
    width: 100%;
    max-width: 1845px;
    display: flex;
    height: fit-content;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.extra-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: start;
    justify-content: start;
    height: fit-content;
}

.extra-txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
    max-width: 768px;
}

.artikel {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 768px;
}

.artikel p {
    font-family: 'inter', sans-serif;
    font-size: 16px;
}

.artikel li {
    font-family: 'inter', sans-serif;
    font-size: 16px;
    list-style: square;
}

/* over */

.layout-over {
    width: 100%;
    max-width: 1845px;
    display: flex;
    height: fit-content;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.background-over {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 64px;
}

.background-over img {
    aspect-ratio: 1 / 1;
    height: auto;
    width: 40%;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
}

.waarom-kevin {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.over-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 48px;
}

.over-header p {
    max-width: 768px;
}


.img-big {
    display: flex;
    width: 100%;
}

.img-big img {
    aspect-ratio: 1 / 1;
    height: auto;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
}

.ervaringen {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 24px;
}

.ervaring {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    max-width: 768px;
}

.ervaring h3 {
    font-family: 'rethink sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
}

.ervaring p {
    font-family: 'inter',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 768px;
}

.over-jouw-titel {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.over-jouw-titel p {
    font-family: 'inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.over-checklist {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/*contact pagina */
.tally-form {
    display: flex;
    flex-direction: column;
   width: 100%;
}

.tally-form h3 {
    font-family: "inter", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #0B2810;
}

.contact-gegevens {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 24px;
}

.actie {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #051207;
    border-radius: 12px;
    gap: 12px;
    padding: 12px 24px;
}

.actie img {
    width: 20px;
    height: 20px;
}

.actie a  {
    font-family: 'rethink sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    color: #F2FBF3;
}

.locatie {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
}

.locatie-tekst {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.locatie h5 {
    font-family: 'inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.locatie p {
    font-family: 'inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
}




/* components*/

/* Service card */

.layout-service {
    width: 100%;
    max-width: 1845px;
    display: flex;
    height: fit-content;
    align-items: start;
    justify-content: center;
    gap: 24px;
}

.service-card {
    background: #F2FBF3;
    width: 100%;
    border: 2px solid #0B2810;
    border-radius: 12px;
    padding: 24px;      
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  

  .service-top {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .service-card__icon {
    width: 25px;
    height: 25px;
  }

  .service-card_text {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .service-card__title {
    font-family: 'rethink sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #0B2810;
  }
  
  .service-card__subtitle {
    font-family: 'inter', sans-serif;
    font-size: 16px;
    color: #000000;
  }
  
  .btn-service {
    display: flex;
    justify-content: center;
    background: #3BB54A;
    color: #fff;
    padding: 12px 24px;
    border-radius: 24px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .btn-service:hover {
    background-color: #2e8b3c;
  }

  
  .service-card__tagline {
    font-family: 'inter', sans-serif;
    font-style: italic;
    font-size: 16px;
  }
  
  .service-card__highlight {
    display: flex;
    flex-direction: column;
    background-color: #DFEBE0;
    gap: 16px;
    padding: 12px;
    border-radius: 8px;
  }

  .service-card__highlight_title {
    font-family: 'rethink sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
  }
  
  .checklist {
    display: flex;
    gap: 16px;
  }

  .checklist img {
    width: 24px;
    height: 24px;
  }

  .checklist p {
    font-family: 'inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  
  .service-card__text {
    font-family: 'inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
  }
  
  .service-card__footnote {
    font-family: 'rethink sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    color: #000000;
  }

/* Faq */

.faq {
    display: flex;
    flex-direction: column;
    padding: 0px 20px 0px 40px;
    width: 100%;
}

.faq-item {
    display: flex;
    flex-direction: column;
    border: none;
    border-bottom: 2px solid black;
    height: fit-content;

}

.question {
    display: flex;
    flex-direction: row;
    padding: 20px 0px 20px 40px;
    gap: 24px;
}

.answer {
    display: flex;
    padding: 0px 20px 20px 40px;
}

.answer p {
    font-family: 'inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

/* faq item test */

.layout-row2 {
        width: 100%;
        max-width: 1845px;
        display: flex;
        height: fit-content;
        align-items: start;
        justify-content: center;
        gap: 80px;
    }


.faq {
    width: 100%;
}

.faq-item-2 {
    display: flex;
    flex-direction: row;
    border: none;
    border-bottom: 2px solid black;
    height: fit-content;
    gap: 40px;
    cursor: pointer;
}

.plus-icon {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 20px 0px 0px 0px;
    flex-shrink: 0;
    opacity: 0.3;
    
}

.bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #0B2810;
    transform-origin: center center;
    transition: all 0.3s ease;
  }
  
  .vertical {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  
  .horizontal {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  
  .plus-icon.active .horizontal {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .plus-icon.active .vertical {
    transform: translate(-50%, -50%) rotate(135deg);
  }
   

.Q {
    display: flex;
    flex-direction: row;
    padding: 20px 0px 20px 0px;
    gap: 24px;
}


.A {
    display: none;
    height: 0;
    opacity: 0;
    padding: 0 20px 0 40px;
}

.A p {
    font-family: 'inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
}



.A.active {
    display: flex;
    padding: 0px 20px 20px 0px;
    height: fit-content;
    opacity: 1;
}

/* footer */

footer {
    display: flex;
    width: 100%;
}

.footer-text {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 100%;
}

.social-links img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.footer-text p {
    opacity: 0.6;
    max-width: 420px;
    color: 090909;
    font-family: 'inter', sans-serif;
    font-size: 16px;
}

.links-footer {
    width: 50%;
}

.nav-link-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
    transition: all 0.3s ease;
    border: none;
    border-bottom: 2px solid #0B2810;
    opacity: 0.8;

}

.nav-link-footer img {
    width: 18px;
    height: 18px;
}

.nav-link-footer:hover {
    opacity: 1;
}

.nav-link-footer a {
    text-decoration: none;
    font-family: "rethink sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color:#000000;
    line-height: 26px;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    max-width: 1845px;
    width: 100%;
    gap: 20px;
}

.img-footer {
    border-top: 2px solid #0B2810;
    border-bottom: 2px solid #0B2810;
    padding: 34px 0px;
    margin: 80px 0px 0px 0px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.img-footer img {
    height: auto;
    width: 25%;
}

.statements {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.statements a p {
    color:  blue;
}


/* button*/


.cta-nav a {
    font-family: 'inter', sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    color: #F2FBF3;
    text-align: center;
    width: 100%;
}

.cta-button {
    padding: 20px 32px 20px 32px;
    background-color: #000000;
    border-radius: 50px;
    height: fit-content;
    width: fit-content;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
    background-color: #333;
}

.cta-button-dark {
    padding: 20px 32px 20px 32px;
    background-color:#F2FBF3;
    border-radius: 50px;
    height: fit-content;
    width: fit-content;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button-dark:hover {
    background-color: #e1f5e3;
}

.cta-light a {
    font-family: 'inter', sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    color: #F2FBF3;
}



.cta-dark a {
    font-family: 'inter', sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    color: #0B2810;
    white-space: nowrap;
    width: 100%;
}


/*herken je dit component*/
.herken {
    display: flex;
    background-color: #0B2810;
    flex-direction: column;
    border-radius: 12px;
    padding: 24px;
    gap: 16px;
}

.herken p,h3 {
    color: #F2FBF3;
}

.herken p {
    font-size: 16px;
}

.herken-items {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.lijst {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.check {
    width: 24px;
    height: 24px;
}

/* card component*/
.card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 12px;
    gap: 12px;
    border: solid;
    border-width: 2px;
    border-color: #0B2810;
}

.card-heading {
    font-family: 'rethink sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #0B2810;
}

.card-paragraph {
    font-family: 'inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.card__icon img {
    width: 48px;
    height: 48px;
}

.card-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

/* Testimonial card */

.testimonials-section {
    display: flex;
    gap: 24px;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 24px;
    border: 2px solid ;
    border-radius: 12px;
    height: fit-content;
    width: 100%;
}

.testimonial-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.testimonial-text h3 {
    font-size: 21px;
}

.name p {
    font-family: 'rethink sans',sans-serif;
    font-size: 16px;
    font-weight: bold;
}

/* Donkere background text section*/
.text-button {
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: 768px;
}

.text-light {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
}

.text-light h2,
.text-light p {
    color: #F2FBF3;
}

/* Call to action section */

.cta-text {
    width: 100%;
}

.cta-text h2 {
    font-family: 'rethink sans', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #F2FBF3;
    width: 100%;
}

.actions {
    display: flex;
    width: fit-content;
}




/* voor schermen kleiner dan 1200px (tablets en kleiner) */
@media (max-width: 1200px) {
    .layout-over {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: left;
    }

    .over-header {
        width: 100%;
    }

    .img-big img {
        aspect-ratio: 16 / 9;
    }

   






}

/* voor schermen kleiner dan 810px (tablets en kleiner) */
@media (max-width: 810px) {
    .background-hero {
        background-color: #F2FBF3;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 20px 40px;
    }
    .standard-hero {
        display: flex;
        flex-direction: column;
        height: fit-content;
        width: 100%;
        padding-bottom: 20px;
    }

    .hero-block {
        height: fit-content;
    }


    .background {
        padding: 112px 20px;
    }

    .background-dark {
        padding: 112px 20px;
    }

    .layout-row {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 48px;
    }

    .layout-row2 {
        display: flex;
        flex-direction: column;
    }

     /* faq */

     .faq {
        padding: 0px 0px;
    }

    /* Navigation bar*/

    nav {
        position: relative;
        top: 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 0px;
        padding: 12px 20px;
        background-color: #F2FBF3;
        height: fit-content;
    }

    .left {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .right {
        display: flex;
        flex-direction: column;
        align-items: start;  
        gap: 24px;
        width: 100%;
    }

    li  {
        list-style-type: none;
        padding: 0px 0px 10px 0px;
        border: none;
        border-bottom: 2px solid rgba(241, 251, 243, 0.6);
    }

    li a {
        opacity: 1;
    }


    .nav-links,
    .cta-nav,
    .right {
        display: none;
    }

    .nav-links {
        gap: 20px;
    }

    .hamburger {
        display: block;
    }

 

    nav.active {
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 12px 20px;
        gap: 24px;
        width: 100%;
    }

    nav.active .nav-links {
        position: relative;
        display: flex;
        flex-direction: column;
        margin-top: 24px;
        width: 100%;
    }

    nav.active .cta-nav {
        display: flex;
    }

    nav.active .right {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 24px;
        width: 100%;
    }

     /* Hamburger animation */
     .hamburger.active .line1 {
        transform: rotate(-45deg) translate(-4px, 5px);
    }

    .hamburger.active .line2 {
        opacity: 0;
    }

    .hamburger.active .line3 {
        transform: rotate(45deg) translate(-4px, -5px);
    }

    /* footer */

    .links-footer {
        width: 100%;
    }

    .background-extra {
        padding: 112px 20px;
    }

    .statements {
        display: flex;
        flex-direction: column;
    }

    /* diensten */

    .layout-service {
        display: flex;
        flex-direction: column;
    }

    /*diensten over */

    .background-hero-diensten {
        padding: 20px 12px;
    }

    .diensten-hero {
        height: fit-content;
        align-items: start;
        justify-content: center;
        padding: 20px 0px;
    }

    .hero-diensten {
        display: flex;
        flex-direction: column;
    }

    .over {
        align-items: start;
        justify-content: start;
    }


    /* over */

    .background-over {
        padding: 64px 20px 112px 20px;
    }
    
    .background-over img {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

}

  

  /* voor schermen kleiner dan 480px */
  @media (max-width: 480px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    p {
        font-size: 16px;
    }

    
    nav {
        position: relative;
        top: 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 0px;
        padding: 12px 20px;
        background-color: #F2FBF3;
        height: fit-content;
    }

       
    li {
        list-style-type: none;
        padding: 0px 0px 10px 0px;
        border: none;
        border-bottom: 2px solid rgba(217, 217, 217, 1);
    }
    
    li a {
        font-family: 'inter', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #0B2810;
        text-decoration: none;
        opacity: 1;
    }

    .background-dark {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 64px 12px;
    }

    .layout-row {
        display: flex;
        flex-direction: column;
    }

    .layout-row2 {
        display: flex;
        flex-direction: column;
    }

    .background {
        padding: 64px 12px;
        gap: 48px;
    }

    .herken-items {
        display: flex;
        flex-direction: column;
    }

    /* components */

    .layout-row {
        width: 100%;
        gap: 24px;
        height: fit-content;
    }

    .cta-text h2 {
        font-size: 30px;
    }

    .testimonials-section {
        display: flex;
        flex-direction: column;
    }

    /* faq */

    .faq {
        padding: 0px 0px;
    }

    .links-footer {
        width: 100%;
    }

    .background-extra {
        padding: 64px 12px;
    }

    .statements {
        display: flex;
        flex-direction: column;
    }

     /*diensten over */

     .background-hero-diensten {
        padding: 40px 12px;
    }

    .diensten-hero {
        height: fit-content;
        align-items: start;
        justify-content: center;
        gap: 48px;
    }

    .hero-diensten {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding-left: 20px;
        border-left: 2px solid white;
    }

    .over {
        align-items: start;
        justify-content: start;
        border: none;
    }

    .over2 h2 {
        font-size: 24px;
        font-weight: 500;
    }


    /* over sectie */

    .background-over {
        padding: 64px 12px 112px 12px;
    }



    /* button */

    .cta-button-dark {
        padding: 12px 16px;
        width: 100%;
        border-radius: 12px;
        text-align: center;
        display: block;
    }

    .cta-dark {
        width: 100%;
    }

    .cta-dark a {
        font-size: 15px;
    }

    .actions {
        width: 100%;
    }

    .cta-button {
        padding: 12px 16px;
        width: 100%;
        border-radius: 12px;
        text-align: center;
        display: block;
    }

    .cta-light a {
        font-size: 15px;
    }

    .cta-nav {
        width: 100%;
        border-radius: 12px;
        text-align: center;
        display: block;
    }

    .cta-nav a {
        font-size: 15px;
    }

    /* contact */

    .background-hero {
        padding: 20px 12px;
    }

    .hero-block {
        gap: 48px;
    }

    .contact-gegevens {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .actie {
        width: fit-content;
    }



  }








