.contentblok.over-header {
    margin-top: 0rem !important;
    height: 100vh;
    background-color: #ff0080;
    padding: 3rem 2rem;
}
.contentblok.over-header .informatie {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.contentblok.over-header .informatie h2 {
    font-size: 5rem;
}
.contentblok.over-header .informatie p {
    line-height: 1.2;
}


.border-right::after {
    z-index: 10;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
    .contentblok.over-header {
        height: 82vh;
    }
    .image {
        position: absolute;
        top: 0rem;
        right: 0rem;
        width: 50%;
    }
}
@media (min-width: 1700px) {
    .contentblok.over-header {
        padding: 5rem 4rem;
        height: 92vh;
    }
    .image {
        width: fit-content;
        right: 15rem;
    }
    .image img {
        width: 90%;
    }

    .contentblok.over-header .informatie {
        padding: 0rem 10rem 0 0;
    }
    .contentblok.over-header .informatie h2 {
        font-size: 8.3rem;
    }
    .contentblok.over-header .informatie p {
        line-height: 1.3;
    }
}