body.home .row_header .inner-headerbeeld, body.home .row_header .aspect-ratio {
    aspect-ratio: 1 / 1;
}
body:not(.home) .row_header .inner-headerbeeld, body:not(.home) .row_header .aspect-ratio {
    height: 30vh;
}
body.home .row_header {
    display: flex;
    justify-content: space-between;
}
.row_header .inner-rechts {
    position: relative;
}
.row_header .inner-rechts-tekst {
    position: absolute;
    bottom: 0;
    padding: 60px;
}
.row_header h3 {
    font-size: 2rem;
    margin-bottom: 0;
}
.row_header .border-radius {
    border-radius: 25px;
}


/*====================================
	RESPONSIVE
====================================*/
@media (min-width: 768px) {

}

@media (min-width: 1200px) {
    body:not(.home) .row_header .inner-headerbeeld, body:not(.home) .row_header .aspect-ratio {
        height: 50vh;
    }

}

@media (min-width: 1900px) {

}

@media (min-width: 2000px) {

}

