/* --------------------- section 1 - Titel --------------------- */
.sectie1 {
    margin: 0;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;

    position: relative;
    z-index: 2;
}

.sectie1.header {
    width: 100vw;
    height: 100%;

    display: flex;

    flex-direction: column;
    justify-content: center;
}

.sectie1.header .container {
    padding: 200px 0px;
}

.sectie1.header p{
width: 50%;
margin-bottom: 30px;
}

.sectie1 h1{
    color: var(--bruin);
}


.sectie1.content.foto{
    object-fit: cover;
    width: 45vw;
    height: 55vh;
    max-width: 750px;

    position: absolute;
    bottom: -27.5vh;
    right: 0px;
    
    padding: 0px;
    margin-bottom: 0px;
    border-radius: 500px 0px 0px 500px;

    z-index: 2;
}
.sectie1.content.buttons{
    display: flex;
    gap: 20px;
    flex-direction: row;
}


/* --------------------- section 2 - cards --------------------- */
.sectie2 {
    position: relative;
    z-index: 1;
}

.sectie2.over {
    width: 100vw;
    height: 100%;

    background-color: var(--bruin);

    display: flex;

    flex-direction: column;
    justify-content: center;
}

.sectie2.over .container {
padding: 150px 0;
}

.sectie2 h2{
    color: var(--bg);
    width: 40vw;
}

.sectie2 p{
    color: var(--bg);
    width: 40vw;
}

.sectie2 .content.namen{
    font-family: 'Mairo';
    font-size: 2.5em;
    margin-top: 30px;
}



/* --------------------- section 3 - CTA --------------------- */
.sectie3 {
    margin: var(--margin-sections);
    padding: var(--padding-sections);
    position: relative;
    z-index: 2;
}

.sectie3 .container.grid {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.foto1{

    width: 70%;
}

.foto1 img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.foto2{
    width: 25%;
}

.foto2 img{
    width: 100%;
    object-fit: cover;
    margin-top: 150px;
}

.foto3{
    width: 35%;
}

.foto3 img{
    width: 100%;
    height: 150%;
    object-fit: cover;
    margin-left: -8vw;
    margin-top: 50px;
    margin-bottom: -15%;
}
/* --------------------- section 4 - praktische info --------------------- */
.sectie4 {
    margin-top: 0px;
    background-color: var(--beige);
    position: relative;
    z-index: 1;

    padding: 100px 0px;
}

.sectie4 .container.grid{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sectie4 .content.tekstblok{
    text-align: right;
    color: var(--bruin);
    order: 2;
}

.sectie4 .content.foto4 img{
    order: 1;
}

/* --------------------- section FAQ --------------------- */





/* --------------------- Mediaquerries --------------------- */
@media screen and (max-width: 1350px) {
    .sectie3 .container.grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .sectie3 .container.grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .foto1{
    
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding-bottom: 5vh;
    }
    
    .foto1 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .foto2{
        width: 100%;
    }
    
    .foto2 img{
        width: 100%;
        object-fit: cover;
        margin-top: 0px;
        padding-top: 5vh;
    }
    
    .sectie3 .content.tekstblok{
        padding-bottom: 50px;
    }
    
    .foto3{
        width: 100%;
    
    }
    
    .foto3 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .sectie4 .container.grid{
        display: grid;
        grid-template-columns: 1fr;
        gap: 75px;
    }
    
    .sectie4 .content.foto4 img{
        aspect-ratio: 16/9;
        object-fit: cover;
        grid-row: 2;
    
        height: 100%;
            width: 100%;
    }
    
    .sectie4 .content.content.tekstblok{
        text-align: center;
        grid-row: 1;
    }
}
/* Tablet */
@media screen and (max-width: 1023px) {
    .sectie1.header {
        width: 100vw;
        height: 100%;
    
        display: unset;  
}

.sectie1.header .container {
    padding: 150px 0px 100px 0;
    display: grid;
    grid-template-columns: 1fr;   
}

.sectie1.content.foto{
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    max-width: unset;

    position: relative;
    bottom: unset;
    right: 0px;
    
    padding: 0;
    margin-bottom: 0px;
    border-radius: 0px;

    z-index: 2;
}

.sectie1.header p{
    width: 100%;
}

.sectie2 h2{
    width: 80vw;
}

.sectie2 p{
    width: 80vw;
}

.sectie3 .container.grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.foto1{

    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-bottom: 50px;
}

.foto1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.foto2{
    width: 100%;
}

.foto2 img{
    width: 100%;
    object-fit: cover;
    margin-top: 50px;
}

.sectie3 .content.tekstblok{
    padding-bottom: 50px;
}

.foto3{
    width: 100%;

}

.foto3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.sectie4 .container.grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 75px;
}

.sectie4 .content.foto4 img{
    aspect-ratio: 16/9;
    object-fit: cover;
    grid-row: 2;

    height: 100%;
        width: 100%;
}

.sectie4 .content.content.tekstblok{
    text-align: center;
    grid-row: 1;
}

.faq.container{
    padding-bottom: 20px;
}

}

/* Mobile */
@media screen and (max-width: 767px) {
    .sectie2.over .container{
        padding: 100px 0;
    }

    .sectie3 .content.tekstblok{
        padding-bottom: 0px;
        grid-column: span 2;
    }

    .sectie3 .content.foto3{
        grid-column: span 2;
        height: 100%;
        width: 100%;
        aspect-ratio: 16/9;
    object-fit: cover;
    grid-row: 2;
    }

    .foto1{
        padding-bottom: 0px;
    }

    .sectie4 .content.foto4 img{
        grid-row: 1;
    }
    
    .sectie4 .content.content.tekstblok{
        grid-row: 2;
    }
}