.achtergrondAfbeeldingBlauw{
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: -80px;
    margin-bottom: -80px;
    background: no-repeat;
    background-size: cover;
}

.achtergrondAfbeeldingBlauw .content{
    background: var(--lichtblauw) no-repeat padding-box;
    border-radius: 30px;
    color: #0057FF;
    padding: 55px 114px 68px 104px;
    font-weight: bold;
}

.form-label{
    margin-bottom: 0;
}

.input{
    font-size: 16px;
}

.rsform-submit-button{
    border: none;
    display: flex;
    align-items: center;
}

.rsform-block-uw-gegevens-zijn-altijd-veilig{
    height: 100%;
    display: flex;
    color: black;
    font-weight: normal;
}

/*Over ons page, Contact personen*/
.om-team .card {
    border-radius: 20px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.om-team .card-title {
    font-size: 35px;
    font-weight: bold;
    color: var(--blauw);
}

.functie {
    color: var(--blauw);
}

.functie-arrow {
    width: 60px;
    margin-top: 30px;
}

.om-team .card .card-img-top {
    height: 240px;
    filter: saturate(150%);
    bottom: 0;
    top: auto;
}

.praatjePlaatjeDF {
    align-items: center;
}

.praatjePlaatjeDF .col-md-6 {
    padding: 0;
}


/*REVIEW BTN*/

.review-btn{
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bolder;
}


/*RESPONSIVE STYLING*/


@media only screen and (max-width: 1240px){

    .achtergrondAfbeeldingBlauw .content{
        padding: 30px;
    }

}

@media only screen and (max-width: 992px){
    .achtergrondAfbeeldingBlauw .content{
        font-weight: lighter;
        padding: 20px;
    }

    .pp-sec{
       flex-direction: column;
    }
}

@media only screen and (max-width: 768px){
    .achtergrondAfbeeldingBlauw {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}