html {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

:root {
    --primary-color: #18c804;
    --secondary-color: #18820c;
    --background-color: #ffffff;
    --background-color-alternate: #a9e8a2;
    --text-color: #000000;
    --text-color-inverse: #ffffff;
}

#logo {
    text-align: center; 
    padding-top: 1rem; 
    padding-bottom: 0;
}

#logo-image {
    max-width: 76%; 
    height: auto; 
}

body,
* {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    position: sticky;
    top: 0;
    background-color: transparent;
    z-index: 1000;
    border-top: 10px solid #ffffff;
}

nav {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    align-items: center;
    background-color: var(--primary-color);
    padding: 0;
    border-radius: 12px;
    margin: 0 5rem; 
}

nav ul {
    list-style-type: none;
    background-color: var(--primary-color);
    overflow: hidden;
    display: flex;
    border-radius: 12px;
}

nav a {
    display: block;
    color: var(--background-color);
    text-align: center;
    padding: 0.7rem;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.5rem; 
}

nav a:hover {
    background-color: var(--secondary-color);
}

.menu-toggle {
    display: none; /* Verberg de hamburgermenu-knop standaard */
    flex-direction: column;
    cursor: pointer;
    margin-left: 5px;
    padding-top: 0.2rem;
    padding-bottom: 0.3rem;
}

.menu-toggle .bar {
    border-radius: 12px;
    height: 3px;
    width: 25px;
    background-color: white;
    margin-top: 3px;
}

section,
footer {
    padding: 0;
    text-align: center;
}

footer {
    margin: 2rem 5%; /* Gebruik percentage voor responsiviteit */
}

#logo {
    background-color: var(--background-color);
    padding-top: 10px;
}

#home {
    background-color: var(--background-color);
}

/*nieuwe korte overons*/

.korteOverOnsWrapper1 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    margin-top: 2rem;
    margin-right: 5rem;
    margin-left: 5rem;
    margin-bottom: 2rem;
}

.imgGroepsFoto {
    width: 100%;
    height: auto;
    background: url(../img/groepsFotoCut.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    border-color: var(--primary-color);
}

.textWie,
.textWat {
    height: 18rem;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.textWie h2,
.textWat h2 {
    font-size: 30px;
}

.textWie p,
.textWat p {
    font-size: 22px;
    margin-bottom: auto
}

.btnWie,
.btnWat {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    padding-left: 0 auto;
    color: var(--primary-color);
    border-style: solid;
    border-width: 2px;
    border-radius: 12px;
}


.korteOverOnsWrapper2 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    margin-top: 0rem;
    margin-right: 5rem;
    margin-left: 5rem;
    margin-bottom: 3rem;
}

.iframePromoVideo {
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 12px;
    position: relative;
}

.iframePromoVideo iframe {
    width: 103%;
    height: 103%;
    border-radius: 12px; 
    position: absolute; 
    top: 0;
    left: 0;
}

.btnWie:hover,
.btnWat:hover {
    color: var(--secondary-color);
}

/* Section WNWG */

#wnwg h2 {
    font-size: 30px;
    margin-bottom: 1.5rem;
}

#wnwg h3 {
    font-size: 27px;
}

#wnwg p {
    text-align: justify;
    font-size: 22px;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

#wnwg {
    background-color: var(--background-color-alternate);
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

#wnwg .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    padding-bottom: 10px;
    justify-content: center;
    max-width: 100%;
    margin-left: 5rem;
    margin-right: 5rem;
}

#wnwg .col {
    background-color: var(--background-color);
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 100%;
    height: 100%;
}

#wnwg .col img {
    height: auto;
    width: 180px;
}

#wnwg .btnWn,
#wnwg .btnWg {
    display: flexbox;
    text-decoration: none;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--text-color-inverse);
    background-color: var(--primary-color);
    border-style: solid;
    border-width: 2px;
    border-radius: 12px;
    font-size: 22px; 
    font-weight: 600;
    justify-content: center;
}

#wnwg .btnWn:hover,
#wnwg .btnWg:hover {
    background-color: var(--secondary-color);
}

/*contact en socials*/

#contact {
    margin-top: 1rem;
    margin-left: 5rem;
    margin-right: 5rem;
}

.contactWrapper {
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 3rem; 
}

.buttonsFooter {
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 1.5rem; 
}

.buttonsFooter a img {
    margin-left: 6px;
}

.btn1, .btn2, .btn3, .btn4 {
    display: flex;
    text-decoration: none;
    align-items: center;
    font-size: 22px;
    justify-content: center;
    color: var(--primary-color);
    border-style: solid;
    border-width: 2px;
    border-radius: 12px;
}

.btn1:hover, .btn2:hover, .btn3:hover, .btn4:hover {
    color: var(--secondary-color);
}

#contact h2 {
    font-size: 33px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#contact .meerWeten p {
    margin-bottom: 2rem;
    font-size: 22px;
    text-align: center;
    line-height: 1.3;
}

.footer-info {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-top: 0.5rem; 
}

/* Logilynx */
.logilynx-link {
    text-decoration: none;
    color: var(--primary-color);
}

.logilynx-link:hover {
    text-decoration: none;
    color: var(--secondary-color);
}

/*missie en visie*/

.missieVisie {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: auto;
    margin-top: 1rem;
    margin-left: 5rem;
    margin-right: 5rem;
    text-align: justify;
}

.missieWrapper h1,
.visieWrapper h1 {
    font-size: 30px;
    display: grid;
    margin-bottom: 1rem;
}

.missieWrapper p,
.visieWrapper p {
    line-height: 1.3;
    font-size: 22px;
    display: grid;
    margin-bottom: 2rem;
}

/*ons team*/

.onsTeam {
    margin-bottom: 2rem;
}

.onsTeamText {
    background-color: var(--background-color-alternate);
    padding-bottom: 1em;
    padding-top: 1em;
}

.onsTeamText h1 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 5rem;
    margin-right: 5rem;
    border-radius: 8px;
}

.onsTeamText p {
    font-size: 22px;
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 5rem;
    margin-right: 5rem;
    border-radius: 8px;
}

.onsTeamWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4rem;
    padding-bottom: 10px;
    justify-content: center;
    max-width: auto;
    margin-top: 2rem;
    margin-left: 5rem;
    margin-right: 5rem;
    font-size: 18px;
}
.imgPers {
    width: 100%;
    height: 100%;
    border-radius: 12px;    
    border-color: var(--primary-color);
    margin-bottom: .75rem;
}
#imgPers1 {
    background: url(../img/imgPers1.jpeg);
    background-size: cover;
}

.pers1 {
    height: 22rem;
}

#imgPers2 {
    background: url(../img/imgPers2.JPG);
    background-size: cover;
}

#imgPers3 {
    background: url(../img/imgPers3.jpeg);
    background-size: cover;
}

#imgPers4 {
    background: url(../img/imgPers4.jpeg);
    background-size: cover;
}

#imgPers5 {
    background: url(../img/imgPers5.jpg);
    background-size: cover;
}

.pers5 {
    height: 22rem;
}

#imgPers6 {
    background: url(../img/imgPers6.jpeg);
    background-size: cover;
}

#imgPers7 {
    background: url(../img/imgPers7.jpeg);
    background-size: cover;
}

#imgPers8 {
    background: url(../img/imgPers8.jpeg);
    background-size: cover;
}

/*Meer info*/

#meerInfo {
    background-color: var(--background-color);
}

#meerInfo p {
    font-size: 22px;
}

#meerInfo h2 {
    font-size: 30px;
}

.inleidingMeerInfoWrapper {
    display: grid;
    column-gap: 5rem;
    grid-template-columns: 1fr 1fr;
    padding: 2.5rem 0;
}

.inleidingMeerInfoText {
    padding: 5rem 5rem 5rem 0;
    align-self: center;
    text-align: justify;
    margin: 0 0 0 5rem;
}

.imgImpact {
    background-image: url(../img/imgImpact.svg);
    background-color: var(--background-color-alternate);
    background-size: cover;
    background-position: center;
    border-radius: 12px;    
    margin: 0 5rem 0 0
}

.veiligheidMeerInfoWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5rem;
    background-color: var(--background-color);
    padding: 2.5rem 0;
}
.veiligheidMeerInfoText {
    padding: 5rem 0 5rem 5rem;
    align-self: center;
    text-align: justify;
    line-height: 1.3;
    margin: 0 5rem 0 0;
}

.imgVeiligheid {
    background: url(../img/imgVeiligheid.png);
    background-size: cover;
    border-radius: 12px;    
    margin: 0 0 0 5rem;
}

.maatschappelijkMeerInfoWrapper {
    display: grid;
    grid-template-columns: 1.75fr 1fr;
    column-gap: 5rem;
    background-color: var(--background-color);
    padding: 2.5rem 0;
}

.maatschappelijkMeerInfoText {
    line-height: 1.3;
    text-align: justify;
    margin: 0 0 0 5rem;
    padding: 5rem 5rem 5rem 0;
}

.imgMaatschappelijkeImpact {
    background-image: url(../img/imgMaatschappelijkeImpact.svg);
    background-color: var(--background-color-alternate);
    background-size: contain;
    background-position: center;
    border-radius: 12px;    
    margin: 0 5rem 0 0;
}

#titelWgMeerInfo,
#titelWnMeerInfo {
    text-align: center;
    margin: 1rem 0 0.5rem 0;
    font-size: 33px;
}

.wgMeerInfoBatenWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5rem;
    padding: 2.5rem 0;
}

.wgMeerInfoBaten {
    line-height: 1.3;
    text-align: justify;
    margin: 0 0 0 5rem;
    padding: 5rem 5rem 5rem 0;
}

.imgWgBaten {
    background: url(../img/imgWgBaten.svg);
    background-color: var(--background-color-alternate);
    background-size: cover;
    background-position: center;
    border-radius: 12px;    
    margin: 0 5rem 0 0;
}

.wgMeerInfoKostenWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5rem;
    padding: 2.5rem 0;
}

.wgMeerInfoKosten {
    line-height: 1.3;
    text-align: justify;
    margin: 0 5rem 0 0;
    padding: 5rem 0 5rem 5rem;
}

.imgWgKosten {
    background: url(../img/imgWgKosten.jpg); 
    background-color: var(--background-color-alternate);
    background-size: cover;
    background-position: center;
    border-radius: 12px;    
    margin: 0 0 0 5rem;
}

.wnMeerInfoBatenWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5rem;
    padding: 2.5rem 0;
}

.wnMeerInfoBaten1 {
    line-height: 1.3;
    text-align: justify;
    margin: 0 0 0 5rem;
    padding: 0 0;
}

.wnMeerInfoBaten2 {
    line-height: 1.3;
    text-align: justify;
    margin: 0 5rem 0 0;
    padding: 0 0;
}

.wnMeerInfoKostenWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5rem;
    padding: 2.5rem 0;
}

.wnMeerInfoKosten {
    line-height: 1.3;
    text-align: justify;
    margin: 0 5rem 0 0;
    padding: 5rem 0 5rem 5rem;
}

.imgWnKosten {
    background: url(../img/imgWnKosten.svg);
    background-color: var(--background-color-alternate);
    background-size: cover;
    background-position: center;
    border-radius: 12px;    
    margin: 0 0 0 5rem;
}


/*Video's*/

.video1Wrapper {
    display: grid;
    grid-template-columns: 0.80fr 1.20fr;
    gap: 4rem;
    margin: 2rem 5rem 5rem 5rem;
}

.iframeVideo1 {
    width: auto;
    height: auto;
    background-size: cover;
    border-radius: 12px;
    position: relative;
}

.iframeVideo1 iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.textVideo1 {
    align-content: center;
    height: 24rem;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    padding: 5rem 5rem 5rem 0;
}

.textVideo2 {
    align-content: center;
    height: 24rem;
    text-align: right;
    flex-direction: column;
    padding: 5rem 0 5rem 5rem;
}

.textVideo1 h2,
.textVideo2 h2 {
    font-size: 30px;
}

.textVideo1 p,
.textVideo2 p {
    line-height: 1.3;
    font-size: 22px;
    margin-bottom: auto
}

.video2Wrapper {
    display: grid;
    grid-template-columns: 1.20fr 0.80fr;
    gap: 4rem;
    margin: 0 5rem 5rem 5rem;
}

.iframeVideo2 {
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 12px;
    position: relative;
}

.iframeVideo2 iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px; 
    position: absolute; 
    top: 0;
    left: 0;
}


.comingSoon {
    margin: 5rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
    border-radius: 8px;
    background-color: var(--background-color);
    color: var(--text-color);
    text-align: center;
}

.comingSoon h1 {
    font-size: 75px;
    margin-bottom: 1rem;
}

.comingSoon p {
    font-size: 50px;
}




@media (max-width: 768px) {
    nav ul {
        display: none; 
        flex-direction: column; 
        width: 100%; 
        padding: 0;
    }

    nav.active ul {
        display: flex; 
    }

    .menu-toggle {
        display: flex; 
    }

    nav a {
        font-weight: 500;
        font-size: 1rem; 
        padding-top: 0;
        padding-bottom: 0.1rem;
    }

    nav {
        flex-direction: column; 
        align-items: stretch;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    footer {
        font-size: 1rem; 
    }

    .korteOverOnsWrapper1,
    .korteOverOnsWrapper2 {
        grid-template-columns: 1fr; 
        margin-right: 1rem; 
        margin-left: 1rem; 
        margin-top: 0.5rem;
    }

    .imgGroepsFoto {
        margin-top: 2.7rem;
        height: 200px; 
        background-size: cover; 
    }
    
    .imgGroepFietsen {
        display: none;
    }

    .textWie h2,
    .textWat h2 {
        font-size: 24px; 
    }

    .textWie p,
    .textWat p {
        font-size: 18px; 
    }

    .btnWie,
    .btnWat {
        font-size: 18px; 
        margin-top: 0.2rem;
    }

    #wnwg h2 {
        font-size: 24px;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 0.6rem; 
    }

    #wnwg h3 {
        font-size: 22px; 
    }

    #wnwg p {
        font-size: 18px; 
        margin-left: 1rem; 
        margin-right: 1rem; 
    }

    #wnwg .row {
        grid-template-columns: 1fr;
        margin-left: 1rem; 
        margin-right: 1rem;
        gap: 2.4rem;
    }

    #wnwg .col {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #wnwg .col img {
        height: auto;
        width: 110px;
    }

    #wnwg .btnWn,
    #wnwg .btnWg {
        font-size: 18px; 
        padding: 4px 1rem; 
    }

    #contact {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .contactWrapper {
        grid-template-columns: 1fr; 
        gap: 1rem;
    }

    .buttonsFooter {
        margin-top: 0;
        grid-template-columns: 1fr 1fr; 
    }

    .btn1, .btn2, .btn3, .btn4 {
        font-size: 18px; 
        padding: 10px; 
    }

    #contact h2 {
        font-size: 24px;
        margin-bottom: 0.2rem; 
    }

    #contact .meerWeten p {
        font-size: 18px; 
        margin-top: 0;
        margin-bottom: 0;
    }

    
    .footer-info {
        flex-direction: column; 
        align-items: center; 
    }

    .missieVisie {
        margin-top: 0.6rem;
        grid-template-columns: 1fr; 
        margin-left: 1rem; 
        margin-right: 1rem;
        gap: 0.6rem
    }

    .visieWrapper h1 {
        margin-top: 0.2rem;
    }

    .missieWrapper h1,
    .visieWrapper h1 {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 0.3rem;
    }

    .missieWrapper p,
    .visieWrapper p {
        font-size: 18px; 
        margin-bottom: 0;
    }

    .onsTeamText {
        padding-top: 0.5rem;
        padding-bottom: 0.6rem;
        margin-top: 1rem;
    }

    .onsTeamText h1 {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 0.5rem;
        font-size: 24px;
    }
    .onsTeamText p { 
        text-align: justify;
        font-size: 18px;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .onsTeamWrapper {
        margin-left: 1rem;
        margin-right: 1rem;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2rem;
        margin-bottom: 3.5rem;
    }

    .pers1 {
        height: 7.5rem;
    }

    .pers3 {
        height: 7.5rem;
    }

    .pers5 {
        height: 7.5rem;
    }

    .pers7 {
        height: 7.5rem;
    }
    /*meer info*/

    #meerInfo p {
        font-size: 18px;
        line-height: 1.3; 
    }

    #meerInfo h1 {
        font-size: 26px;
    }

    #meerInfo h2 {
        font-size: 24px; 
    }

    .inleidingMeerInfoWrapper {
        grid-template-columns: 1fr; 
        padding: 0;
    }

    .inleidingMeerInfoText {
        padding: 0;
        margin: 0.6rem 1rem;
    }

    .imgImpact {
        height: 200px;
        width: auto;
        margin: 1rem; 
    }

    .veiligheidMeerInfoWrapper {
        grid-template-columns: 1fr; 
        padding: 0;
    }
    .veiligheidMeerInfoText {
        padding: 0;
        margin: 0.6rem 1rem;
    }
    
    .imgVeiligheid {
        background: url(../img/imgVeiligheid.png);
        background-size: cover;
        border-radius: 12px;    
        margin: 0 0 0 5rem;
    }
    
    .maatschappelijkMeerInfoWrapper {
        grid-template-columns: 1fr; 
        padding: 0.6rem 0;
        background-color: var(--background-color-alternate);
    }
    
    .maatschappelijkMeerInfoText {
        padding: 0;
        margin: 0.6rem 1rem;
    }
    
    .imgMaatschappelijkeImpact {
        background: url(../img/imgMaatschappelijkeImpactMobiel.svg);
        background-position: center;
        background-size: contain;
        height: 168px;
        width: auto;
        margin: 0 1rem;        
    }

    #titelWgMeerInfo {
        margin: 0;
        padding: 5px;
    }

    #titelWnMeerInfo {
        margin: 0;
        padding: 0;
    }

    .wgMeerInfoBatenWrapper {
        grid-template-columns: 1fr; 
        padding: 0;
    }

    .wgMeerInfoBaten {
        padding: 0;
        margin: 0.6rem 1rem;
    }

    .imgWgBaten {
        margin: 0 1rem 1rem 1rem;
        height: 200px;
        width: auto;
    }

    .wgMeerInfoKostenWrapper {
        grid-template-columns: 1fr; 
        padding: 0;
        background-color: var(--background-color-alternate);
    }

    .wgMeerInfoKosten {
        padding: 0;
        margin: 0.6rem 1rem 0.8rem 1rem;
    }

    .wnMeerInfoBatenWrapper {
        grid-template-columns: 1fr; 
        padding: 0;
    }

    .wnMeerInfoBaten1 {
        padding: 0;
        margin: 0.6rem 1rem;
    }

    .wnMeerInfoBaten2 {
        padding: 0;
        margin: 0.6rem 1rem;
    }

    .wnMeerInfoKostenWrapper {
        grid-template-columns: 1fr; 
        padding: 0;
        background-color: var(--background-color-alternate);
    }

    .wnMeerInfoKosten {
        padding: 0;
        margin: 0.6rem 1rem;
    }

    .video1Wrapper,
    .video2Wrapper {
        display: block;
        margin: 0.6rem 1rem;
        gap: 1rem;
    }

    .video1Wrapper {
        grid-template-columns: none;
    }

    .video2Wrapper {
        grid-template-columns: none;
    }

    .iframeVideo1 {
        width: 100%;
        height: auto;
        margin-bottom: 1.5rem;
    }

    .iframeVideo2 {
        width: 100%;
        height: auto;
    }

    .iframeVideo1 iframe,
    .iframeVideo2 iframe {
        height: 200px; 
        position: relative;
    }

    .textVideo1,
    .textVideo2 {
        height: auto;
        padding: 1rem 0;
        text-align: left;
    }

    .textVideo2 {
        text-align: left;
        padding-left: 0;
    }

    .textVideo1 h2,
    .textVideo2 h2 {
        font-size: 24px;
    }

    .textVideo1 p,
    .textVideo2 p {
        font-size: 18px;
    }

}