:root {
    --kleur-achtergrond: #F9F1EE;
    --kleur-accent: #D4CAC6;
    --kleur-donker: #877668;
    --kleur-footer: #877668;
    --kleur-header: #ffffff;
    --kleur-basis: #ffffff;
        --fontsize-xsmall: 12px;
        --fontsize-small: 14px;
        --fontsize-regular: 16px;
        --fontsize-big: 24px;
        --fontsize-xbig: 32px;
        --fontsize-xxbig: 40px;
        --fontsize-xxxbig: 48px;
        --fontsize-xxxxbig: 60px;
        --fontsize-xxxxxbig: 72px;


}

html, body {
    overflow-x: hidden;
    min-height: 100%;

}

body {
    background-color: var(--kleur-achtergrond);
    color: var(--kleur-donker);
    margin: 0;
    display: flex;
    flex-direction: column;
}

header {
    min-height: 10dvh;
    background-color: var(--kleur-header);
    flex-shrink: 0;
    z-index: 1050;


}

main {
    min-height: 80dvh;
}

footer {
    position: relative;
    min-height: 10dvh;
    background-color: var(--kleur-footer);
    overflow: hidden;
    flex: 0;
}


.alfa-slab-one-big {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--kleur-accent);
    font-size:var(--fontsize-xxbig);
}

.alfa-slab-one-Title {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--kleur-accent);
    font-size: var(--fontsize-big);
}

.alfa-slab-one-Title-Dark {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--kleur-donker);
    font-size: var(--fontsize-big);
}

.alfa-slab-one-Title-Dark-regular {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--kleur-donker);
    font-size: var(--fontsize-regular);
}


.alfa-slab-one-regular {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--kleur-accent);
}

.nunito-bold-small {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: var(--fontsize-small);
}

.nunito-bold-small a {
    color: inherit;
    text-decoration: underline;
}

.nunito-bold-small a:hover {
    text-decoration: underline;
    font-weight: bolder;
}


.nunito-small {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: var(--fontsize-small);
}

a.nunito-small {
    color: inherit;
    text-decoration: none;
}

a.nunito-small:hover {
    text-decoration: underline;
    font-weight: bolder;
}


.nunito-regular {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: var(--fontsize-regular);
}

.nunito-bold-regular {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: var(--fontsize-regular);
}

.nunito-small-italic {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    font-size: var(--fontsize-small);
}

.nunito-bold-regular-italic {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: italic;
    font-size: var(--fontsize-regular);
}


.reenie-beanie-regular {
    font-family: "Reenie Beanie", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: var(--fontsize-big);
}


.titel-footer-big {
    font-size: var(--fontsize-big);
}

.titel-footer-small {
    font-size: var(--fontsize-regular);
}

.titel-footer-text {
    font-size: var(--fontsize-xsmall);
    color: var(--kleur-basis);
}

.logo-footer {
    height: 170px;
    width: 220px;
    transform: rotate(90deg);
    margin-right: -45px;
}

.footer-text-img{
    width: 300px;
    height: 100px;
}


.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: 100%;
    overflow: hidden;
}

.footer-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin: 35px 0 0 35px

}

.footer-text span,
.footer-text p {
    margin: 0;
    padding: 0;
}

#footer-span-2de {
    margin-top: -10px;

}

.logo-index-page {
    width: 100px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
}

.index-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.hero-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero-main h1 {
    text-align: center;
    line-height: 1.1;
}

.praktijk-opening-uitleg {
    margin-top: 100px;

}

.praktijk-opening-uitleg h2 {
    text-align: center;
    line-height: 1.1;

}

.praktijk-opening h2 {
    margin: 0;
}

.praktijk-opening {
    margin-top: 20px;
    margin-bottom: 120px;
    border: var(--kleur-accent) 1px solid;
    background-color: var(--kleur-accent);
    border-radius: 16px;
    padding: 7px 30px 7px 30px;
    box-shadow: -5px 0 20px rgba(135, 118, 104, 0.15);


}

.cta-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
}


.aanmelding-tip {
    position: absolute;
    left: 185%;
    top: -70px;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    width: 150px;
    text-align: center;
}


.pijl {
    position: absolute;
    width: 100px;
    left: 150%;
    transform: scaleX(2.10) scaleX(-1);
}


@media (max-width: 768px) {

    .cta-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .aanmelding-tip {
        position: static;
        width: auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .pijl {
        display: none;
    }

}

.overmij-section-voorwie-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    gap: 7px;
}

.overmij-section-voorwie-link p {
    padding: 0;
    margin-bottom: 0;
}

.overmij-section-voorwie-link svg {
    width: 35px;
}


.voorwie-container {
    min-height: 100vh;
    display: flex;
}

.section-voorwie {
    background-color: var(--kleur-accent);
    padding: 100px 40px 40px 40px;
    box-shadow: -5px 0 20px rgba(135, 118, 104, 0.15);

}
@media (min-width: 992px) {
    .section-voorwie {
    height: 80vh;
    }
}

.section-voorwie ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-voorwie ul {
    list-style: none;
    padding: 0;
}

.section-voorwie li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.section-voorwie li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--kleur-donker);
}

.img-project {
    border-radius: 16px;
    max-width: 100%;
    height: auto;
    box-shadow: -5px 0 20px rgba(135, 118, 104, 0.15);



}

.nieuwe-locatie-melding {
    margin-top: 20px;
    margin-bottom: 20px;
    border: var(--kleur-accent) 1px solid;
    background-color: var(--kleur-accent);
    border-radius: 16px;
    padding: 7px 30px 7px 30px;
    box-shadow: -5px 0 20px rgba(135, 118, 104, 0.15);


}

#img-praktijkruikte{
    width: 465px;
    height: 350px;
    box-shadow: -5px 0 20px rgba(135, 118, 104, 0.15);

}

#map {
    width: 465px;
    height: 350px;
    border-radius: 16px;
    box-shadow: -5px 0 20px rgba(135, 118, 104, 0.15);

}

@media (max-width: 768px) {
    #map {
        height: 275px;
        width: 375px;

        border-radius: 16px;
    }
    #img-praktijkruikte {
        width: 375px;
        height: 275px;
    }
}

@media (max-width: 576px) {
    #map {
        height: 275px;
        width: 300px;
        border-radius: 16px;
    }
    #img-praktijkruikte {
        width: 300px;
        height: 275px;
    }
}

.section-werkwijze-content {
    max-width: 600px;
    padding: 60px 40px;
}

.section-werkwijze-licht {
    background-color: var(--kleur-achtergrond);

}


.section-werkwijze-donker {
    background-color: var(--kleur-accent);
    box-shadow: -5px 0 20px rgba(135, 118, 104, 0.15);

}

.werkwijze-content{
    padding: 50px 0 50px 0;

}


.section-werkwijze-donker-ouders {
    background-color: var(--kleur-accent);
    padding: 100px 40px 40px 40px;
    box-shadow: -5px 0 20px rgba(135, 118, 104, 0.15);
    display: flex;
    justify-content: flex-end;

}



.section-werkwijze-licht-verwachten{
    background-color: var(--kleur-achtergrond);
    padding: 100px 40px 40px 40px;
    box-shadow: -5px 0 20px rgba(135, 118, 104, 0.15);
    display: flex;
    justify-content: flex-start;
}

.section-werkwijze-licht-verwachten ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-werkwijze-licht-verwachten ul {
    list-style: none;
    padding: 0;
}

.section-werkwijze-licht-verwachten li {
    position: relative;
    padding-left: 1.5rem;
}

.section-werkwijze-licht-verwachten li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--kleur-donker);
}


.werkwijze-lijst-container {
    position: relative;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.werkwijze-lijst-nummer-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.werkwijze-lijst-nummer {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: "Reenie Beanie", cursive;
    font-size: 96px;
    font-weight: 250;
    color: #877668;

    transform: translate(-6px, -6px);
}

.logo-website-index-page {
    height: 400px;
    width: 400px;
}

.footer-text-img{

    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    height: 250px;
    transform: translateY(35px);


}
@media (max-width: 600px) {


}



