/* ****************************** */
/* HEADER */
/* ****************************** */
main {
    position: relative;
}

.header-over-ons {
    background-image: linear-gradient(to right bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1)),
    url("/images/achtergronden/grace-over-ons-header.jpg");
    background-position: top;
    background-size: cover;
    min-height: 50rem;
    position: relative;
}

.header-over-ons-tekst-box {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.header-over-ons-tekst-box h1 {
    color: #F9B000;
    font-weight: bold;
}

.header-over-ons-tekst-box hr {
    display: inline-block;
    width: 8rem;
    border: .1rem solid #F9B000;
}

/* ****************************** */
/* INTRO OVER ONS */
/* ****************************** */

.section-intro-over-ons {
    margin: 9.6rem auto;
}

.intro-over-ons p {
    line-height: 1.7;
}

/* ****************************** */
/* INTRO SECTION TWEE */
/* ****************************** */
.section-intro-over-ons-twee {
    padding: 9.6rem 0 9.6rem 0;
    background-image: linear-gradient(to right bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)),
    url("/images/achtergronden/grace-over-ons-header.jpg");
    background-position: top;
    background-size: cover;
}

.section-intro-over-ons-twee img {
    width: 100%;
    border-radius: 5rem;
}

.section-intro-over-ons-twee p {
    color: #fff;
    line-height: 1.7;
}

.section-intro-over-ons-twee div:nth-child(2) {
    margin-top: 5rem;
}

/* ****************************** */
/* PARTNERS */
/* ****************************** */
.section-team {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
    position: relative;
}

.team-box {
position: relative;
}

.team-box h2 {
    text-align: center;
    color: #003057;
    margin-bottom: 2rem;
}

.teamlid {
    color: #F9B000;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    width: 85%;
    justify-self: center;
}

.teamlid p {
    margin-bottom: 2rem;
    margin-left: 2rem;
}

.teamlid span{
    display: block;
}

.teamlid-1 {
    background-image: linear-gradient(to right bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)),
    url("/images/partners/steven-kok.jpeg");
    background-position: top;
    background-size: cover;
    height: 40rem;
    border-radius: 5rem;
}

.teamlid-2 {
    background-image: linear-gradient(to right bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3)),
    url("/images/partners/sarah.jpg");
    background-color: #003057;
    background-position: top;
    background-size: cover;
    height: 40rem;
    border-radius: 5rem;
}

.teamlid-3 {
    /*background-image: linear-gradient(to right bottom,*/
    /*rgba(0, 0, 0, 0.3),*/
    /*rgba(0, 0, 0, 0.3)),*/
    /*url("/images/partners/#");*/
    background-color: #003057;
    background-position: top;
    background-size: cover;
    height: 40rem;
    border-radius: 5rem;
}

.modals {
    position: relative;
}

.modal {
    /*position: absolute;*/
    /*top: -20%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    width: 50%;

    background-color: white;
    padding: 6rem;
    border-radius: 5rem;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.modal1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -120%);
}


.modal-tekst-box {
    line-height: 1.7;
}

.modal-tekst-box h2{
    color: #F9B000;
}

.modal-persoon-afbeelding {
    border-radius: 5rem;
    width: 45%;
}

.modal-img-en-tekst-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.modal-img-en-tekst-box span {
    display: block;
    text-align: center;
    line-height: 1.7;
    font-weight: bolder;
}

.modal-kroon-met-lijn {
    align-self: center;
    width: 50%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 170vh;
    background-color: rgba(0, 48, 87, 0.6);
    backdrop-filter: blur(3px);
    z-index: 5;
}

.close-modal {
    position: absolute;
    top: 1.2rem;
    right: 2rem;
    font-size: 5rem;
    color: #F9B000;
    cursor: pointer;
    border: none;
    background: none;
}


/* ****************************** */
/* OPRICHTERS EN CTA */
/* ****************************** */
.section-oprichters {
    background-image: linear-gradient(to right bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1)),
    url("/images/achtergronden/grace-over-ons-header.jpg");
    background-position: center;
    background-size: cover;
    padding: 9.6rem 0 9.6rem 0;
    margin-top: 20rem;
}

.oprichters {
    border: .3rem solid #FFE37E;
    background-color: #fff;
    border-radius: 5rem;
    padding: 4.8rem 9.6rem;
    width: 50%;
    margin-top: -20rem;
}

.oprichters h2 {
    color: #003057;
    margin-bottom: 2rem;
}

.oprichters p {
    line-height: 1.7;
}

.oprichters img {
    width: 50%;
    border-radius: 3rem;
}

.wrap {
    float: right;
    margin: 5px;
}


.cta-over-ons {
    margin-top: 5rem;
    text-align: center;
}

.cta-over-ons p:nth-child(1) {
    font-family: "Charter-Regular", sans-serif;
    font-size: 3.6rem;
    color: #F9B000;
    letter-spacing: .1rem;
    margin-bottom: 1rem;
    font-weight: normal;
    line-height: 1.4;
}

.cta-over-ons p:nth-child(2) {
    font-family: "Charter-Regular", sans-serif;
    color: #fff;
    font-weight: lighter;
    letter-spacing: .1rem;
}

.cta-over-ons button {
    border: none;
    background: linear-gradient(to right, #FFE37E, #F9B000);
    color: #003057;
    padding: 1.6rem 3.2rem;
    border-radius: 5rem;
    transition: all .3s;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 5rem;
}

.cta-over-ons button:hover {
    background: linear-gradient(to right, #F9B000, #FFE37E);
    color: #003057;
}


