* {

    font-family: "Fira Sans", sans-serif;
}


header {
    height: 60vh;
}

#bgi-position {
    height: 60vh;
    overflow-y: hidden;
}

#main {
    width: 90%;
    max-width: 600px;
    padding-top: 70px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#socials {
    bottom: 25px;
}

hr {
    border: 2px solid #e4d5b7;
    /*    border: 2px solid #6bb936;*/
    border-radius: 3px;
    width: 75%;
    margin: auto;
}

.titel {
    padding-top: 50px;
}

.behandelingen-nav {
    border-bottom: 2px solid var(--text-light);
}

#main h2 {
    flex-basis: 100%;
    margin-bottom: 70px;
    text-align: center;
    font-size: 2.4rem;
}

.behandeling {
    width: 270px;
    padding: 20px 15px;
    padding-bottom: 72px;
    height: 420px;
    margin-bottom: 70px;
    background-color: rgba(236, 233, 223, 0.6);
    /*    background-color: rgba(207, 240, 204, 0.6);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.5);
    text-align: justify;
}

.behandeling h3 {
    font-size: 2.2rem;
    text-align: center;
    line-height: 2rem;
    padding-bottom: 1.3rem;
}

.groot {
    height: 840px;
}

.beetje-groot {
    height: 510px;
}

.behandeling-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#h3-small {
    font-size: 1.8rem;
}

.categorie {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.categorie p {
    font-size: 0.8rem;
}

.prijs {
    text-align: center;
    flex-basis: 100%;
    padding-top: 5px;
    font-weight: bold;
}

.categorie div {
    flex-basis: 100%;
}

.categorie h4 {
    font-size: 1.2rem;
}

.bold {
    font-weight: bold;
}

@media screen and (min-width: 320px) {
    .behandeling {
        width: 300px;
    }

    .groot {
        height: 852px;
    }

}

@media screen and (min-width: 420px) {

    .titel {
        padding-top: 80px;
    }

    .behandeling {
        width: 400px;
    }

    .prijs {
        flex-basis: auto;
        font-weight: normal;
    }

    .categorie div {
        flex-basis: 65%;
    }

    .resize {
        height: 82%;
    }

    #resize {
        padding-bottom: 10px;
    }

    .groot {
        height: 780px;
    }

}

@media screen and (min-width: 576px) {
    header {
        height: 40vh;
    }

    #bgi-position {
        height: 40vh;

    }
}

@media screen and (min-width: 900px) {
    #main {
        justify-content: space-between;
        max-width: 1050px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .groot {
        height: 540px;
        width: 100%;
    }

    .groot .categorie div {
        flex-basis: 80%;
    }
}
