body.page-template-template-contact .contacthero{
    background: #011A36;
    padding: 80px 0;
    margin-bottom: 260px;
}

body.page-template-template-contact .contacthero .content{
    display: grid;
    grid-template-columns: 50fr 50fr;
    column-gap: 120px;
}

body.page-template-template-contact .contacthero .content .tekst{
    position: relative;
    bottom: -10px;
    opacity: 0;
}

body.page-template-template-contact .contacthero .content .tekst h1{
    margin-bottom: 40px;
}

body.page-template-template-contact .contacthero .content .tekst .buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

body.page-template-template-contact .contacthero .content .tekst .buttons a:nth-child(1){
    background: #0ADCD2;
    color: #011A36;
}

body.page-template-template-contact .contacthero .content .tekst .buttons a:nth-child(1):hover{
    background: #039b94;
    border-color: #039b94;
    color: white;
}

body.page-template-template-contact .contacthero .content .tekst .buttons a:nth-child(2):hover{
    background: #0ADCD2;
    color: #011A36;
}

body.page-template-template-contact .contacthero .content .formulier > strong{
    margin-bottom: 40px;
    display: block;
    font-size: 18px;
}

body.page-template-template-contact .contacthero .container{
    overflow: visible;
}

body.page-template-template-contact .contacthero .content .formulier{
    background: #F1F5FF;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px;
    margin-bottom: -240px;
    position: relative;
    bottom: -10px;
    opacity: 0;
}

body.page-template-template-contact .contacthero .content .tekst > *{
    color: white;
}

body.page-template-template-contact .people{
    padding-bottom: 120px;
}

body.page-template-template-contact .people img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

body.page-template-template-contact .people h2{
    margin-bottom: 40px;
}

body.page-template-template-contact .people .peoplewrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
} 

body.page-template-template-contact .people .peoplewrapper .item .naam{
    color: #011A36;
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}

body.page-template-template-contact .people .peoplewrapper .item .tekst p{
    margin-bottom: 0;
}

body.page-template-template-contact .people .peoplewrapper .item .tekst p a{
    color: #011A36;
    transition: 0.2s ease-in all;
}

body.page-template-template-contact .people .peoplewrapper .item .tekst p a:hover{
    color: #0ADCD2;
}


body.page-template-template-contact footer .contactblokken{
    display: none;
}

body.page-template-template-contact .contactgegevens{
    padding-bottom: 40px;
}

body.page-template-template-contact .contactgegevens .gegevens{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    background: #011A36;
    padding: 60px;
    box-sizing: border-box;
    min-width: 600px;
    border-radius: 10px;
    float: right;
    margin: 80px 0;
}

body.page-template-template-contact .contactgegevens .container > img{
    width: 75%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    left: 0;
    top: 0;
}

body.page-template-template-contact .contactgegevens .gegevens .col .coltitle{
    color: #0ADCD2;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}

body.page-template-template-contact .contactgegevens .gegevens .col a{
    color: white;
    font-weight: 300;
    font-size: 18px;
    display: block;
    line-height: 32px;
    transition: 0.2s ease-in-out all;
}

body.page-template-template-contact .contactgegevens .gegevens .col a:hover{
    color: #0ADCD2;
}

body.page-template-template-contact .contactgegevens .gegevens .col p{
    color: white;
    font-weight: 300;
    font-size: 18px;
}

@media screen and (max-width: 650px) {
    body.page-template-template-contact .people .peoplewrapper{
        grid-template-columns: 1fr!important;
    }

    body.page-template-template-contact .contactgegevens .gegevens{
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    body.page-template-template-contact .contactgegevens .gegevens .col{
        text-align: center;
    }
}

@media screen and (max-width: 1000px) {
    body.page-template-template-contact .contacthero .content{
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    body.page-template-template-contact .contacthero .content .formulier{
        padding: 40px;
    }

    body.page-template-template-contact .contacthero{
        padding-top: 40px;
    }

    body.page-template-template-contact .contactgegevens .container > img{
        width: 100%;
        position: static;
        order: 2;
        height: 400px;
    }

    body.page-template-template-contact .contactgegevens .gegevens{
        min-width: unset;
        width: 100%;
        order: 1;
        margin-top: 0px;
        margin-bottom: 40px;
    }

    body.page-template-template-contact .contactgegevens .container{
        display: grid;
    }

    body.page-template-template-contact .people{
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 1250px) {
    body.page-template-template-contact .people .peoplewrapper{
        grid-template-columns: 1fr 1fr;
    }
}