@font-face {
    font-family: 'IndieFlower';
    src: url('/fonts/IndieFlower.woff2') format('woff2'),
        url('/fonts/IndieFlower.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('/fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

.over-ons__title {
    color: #000;
    font-size: 55px;
    font-weight: 400;
    margin-left: -3px;
}

.over-ons__subtitle  {
    color: #000;
    font-weight: 400;
    font-size: 35px;
    margin-left: -2px;
    line-height: 135%;
}

.subtitle-ons-verhaal {
    margin-bottom: 15px;
}

.subtitle-meet-the-team {
    margin-bottom: 20px;
}

.over-ons__inleiding {
    font-size: 17px;
    color: #000;
    line-height: 165%;
    margin-top: 15px;
}

.over-ons__cta-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 25px;
}

.over-ons__cta {
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 500;
    transition: transform .3s;
}

.over-ons__cta:hover {
    transform: scale(1.03);
}

.contact-cta {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    color: #000000;
}

.realisaties-cta {
    background: transparent;
    border: 1px solid var(--main-black);
    color: var(--main-black);
}

.over-ons__content-wrapper {
    margin-inline: 7.5vw;
    display: flex;
    flex-direction: column;
    gap: 75px;
    margin-top: 50px;
    margin-bottom: 75px;
}

.over-ons__team-members-container {
    display: flex;
    flex-direction: column;
    gap: 15svh;
}

.over-ons__team-member-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 2.5%;
}

.team-member-wrapper--left {
    justify-content: flex-start;
}

.team-member-wrapper--right {
    justify-content: flex-end;
}

.over-ons__team-member-professional-headshot-container {
    order: 0;
}

.over-ons__team-member-professional-headshot-wrapper {
    position: relative;
    aspect-ratio: 1;
    width: 100%;
}

.over-ons__team-member-professional-headshot {
    width: 100%;
    display: block;
    border-radius: 15px;
    object-fit: cover;
    aspect-ratio: 1;
}

.over-ons__team-member-role-container {
    position: absolute;
    width: 40%;
    aspect-ratio: 1;
    bottom: -10%;
    border-radius: 50%;
    background-color: #FAAE1A;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.team-member-role-container--left {
    right: -5%;
}

.team-member-role-container--right {
    right: -5%;
}

.over-ons__team-member-role-icon {
    height: 55%;
    margin-block: auto;
}

.team-member-role-metsen {
    position: relative;
    height: auto;
    width: 65%;
    top: -5%;
}

.over-ons__team-member-info {
    display: flex;
    flex-direction: column;
    order: 1;
    padding-top: 3svh;
    gap: 2.5svh;
}

.over-ons__team-member-heading {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.team-member-heading--left {
    text-align: left;
}

.team-member-heading--right {
    text-align: left;
}

.over-ons__team-member-name {
    font-family: 'IndieFlower';
    font-size: 40px;
    line-height: 40px;
}

.over-ons__team-member-role {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
}

.over-ons__team-member-content {
    display: flex;
    position: relative;
}

.over-ons__team-member-bio {
    font-size: 17px;
    line-height: 155%;
}

.over-ons__team-member-illustration {
    position: absolute;
}

.team-member-illustration--left {
    bottom: -10svh;
    right: 0;
}

.team-member-illustration--right {
    bottom: -10svh;
    right: 0;
}

.duvel-glas {
    height: 10svh;
}

.kat {
    height: 9svh;
}

.boek {
    height: 8svh;
}

.koi-fish {
    height: 7.5svh;
}

.dumbbell {
    height: 8svh;
}

.over-ons__ons-verhaal-blocks-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.over-ons__ons-verhaal-block {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.over-ons__ons-verhaal-text-wrapper {
    flex-direction: column;
    justify-content: center;
    display: flex;
    flex: 1;
    order: 0;
}

.over-ons__ons-verhaal-text {
    font-size: 17px;
    line-height: 165%;
}

.over-ons__ons-verhaal-image-container {
    display: flex;
    flex: 1;
    order: 1;
    position: relative;
}

.over-ons__ons-verhaal-image-wrapper {
    position: relative;
}

.over-ons__ons-verhaal-image {
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 15px;
    display: block;
}

.over-ons__ons-verhaal-image-year-tag {
    position: absolute;
    display: block;
    z-index: 2;
    padding: 10px 30px;
    background: var(--primary-color);
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
}

.over-ons__ons-verhaal-image-year-tag-text {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    margin-right: -1px;
}

@media only screen and (min-width: 600px) {
    .over-ons__title {
        font-size: 70px;
        margin-left: -5px;
    }

    .over-ons__subtitle  {
        font-size: 55px;
        margin-left: -3px;
        line-height: 135%;
    }

    .subtitle-ons-verhaal {
        margin-bottom: 20px;
    }
    
    .subtitle-meet-the-team {
        margin-bottom: 40px;
    }

    .over-ons__inleiding {
        font-size: 18px;
        margin-top: 20px;
    }

    .over-ons__cta-wrapper {
        flex-direction: row;
        margin-top: 40px;
        gap: 40px;
    }

    .over-ons__content-wrapper {
        gap: 80px;
        margin-top: 100px;
        margin-bottom: 150px;
    }

    .over-ons__ons-verhaal-image-year-tag-text {
        font-size: 27px;
    }

    .over-ons__team-member-professional-headshot-wrapper {
        width: 60%;
    }

    .over-ons__team-member-heading {
        display: flex;
        flex-direction: column;
        position: absolute;
        left: 65%;
        top: 5%;
        gap: 5px;
    }

    .over-ons__team-member-info {
        padding-top: 55px;
        gap: 0;
    }
}

@media only screen and (min-width: 800px) {
    .over-ons__title {
        font-size: 90px;
    }

    .over-ons__ons-verhaal-blocks-container {
        gap: 60px;
    }

    .over-ons__ons-verhaal-block {
        flex-direction: row;
        gap: 5%;
    }
    
    .over-ons__ons-verhaal-text-wrapper {
        order: 0;
    }

    .over-ons__ons-verhaal-image-container {
        order: 0;
    }

    .over-ons__ons-verhaal-image-year-tag-text {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1050px) {
    .over-ons__team-member-wrapper {
        flex-direction: row;
        gap: 2.5%;
    }

    .over-ons__team-member-professional-headshot-container {
        order: 0;
    }

    .over-ons__team-member-professional-headshot-wrapper {
        width: 25vw;
    }

    .over-ons__team-member-role-container {
        width: 45%;
        bottom: -20%;
    }

    .team-member-role-container--left {
        right: -20%;
    }
    
    .team-member-role-container--right {
        right: auto;
        left: -20%;
    }

    .over-ons__team-member-description--left {
        padding-left: 15%;
    }
    
    .over-ons__team-member-description--right {
        padding-right: 15%;
    }

    .over-ons__team-member-info {
        order: 0;
        padding-top: 20px;
        gap: 20px;
    }

    .team-member-heading--right {
        text-align: right;
    }

    .over-ons__team-members-container {
        gap: 125px;
    }

    .team-member-illustration--left {
        bottom: -80px;
        right: -3vw;
    }
    
    .team-member-illustration--right {
        bottom: -90px;
        right: auto;
        left: -3vw;
    }

    .duvel-glas {
        height: auto;
        width: 4.5vw;
    }
    
    .kat {
        height: auto;
        width: 4.2vw;
    }
    
    .boek {
        height: auto;
        width: 5.8vw
    }
    
    .koi-fish {
        height: auto;
        width: 6.5vw; 
    }
    
    .dumbbell {
        height: auto;
        width: 6.5vw;
    }

    .over-ons__team-member-heading {
        position: static;
    }
}

@media only screen and (min-width: 1200px) {
    .over-ons__inleiding {
        width: 65vw;
    }

    .over-ons__ons-verhaal-text {
        font-size: 18px;
    }

    .over-ons__team-member-bio {
        font-size: 18px;
        line-height: 165%;
    }
}

@media only screen and (min-width: 1300px) {
    .over-ons__team-member-info {
        width: 60%;
    }

    .team-member-illustration--left {
        right: -70px;
    }
    
    .team-member-illustration--right {
        left: -90px;
    }
}

@media only screen and (min-width: 1400px) {
    .over-ons__ons-verhaal-block {
        gap: 10%;
    }
}

@media only screen and (min-width: 1600px) {
    .over-ons__content-wrapper {
        margin-bottom: 200px;
    }

    .over-ons__inleiding {
        font-size: 19px;
        width: 55vw;
    }

    .over-ons__cta {
        font-size: 19px;
    }

    .over-ons__ons-verhaal-text {
        font-size: 19px;
    }

    .over-ons__subtitle  {
        font-size: 60px;
    }

    .over-ons__team-member-name {
        font-size: 45px;
        line-height: 45px;
    }

    .over-ons__team-member-role {
        font-size: 21px;
    }

    .over-ons__team-member-info {
        padding-top: 30px;
        gap: 30px;
    }

    .over-ons__team-member-bio {
        font-size: 19px;
    }

    .over-ons__team-member-info {
        width: 50%;
    }

    .team-member-illustration--left {
        bottom: -50%;
    }
    
    .team-member-illustration--right {
        bottom: -55%;
    }

}








