.dienstSection{
    /* margin-top:var(--headerHeight); */
    overflow: hidden;
    background-color: var(--themeBg);
}
.dienstHeader{
    width:100%;
    height:auto;
    aspect-ratio: 16/6;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.inhoudCol{
    margin-top: -15px !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 1;
    position: relative;
}

.imagesHolder{
    width: 100%;
    height: max-content;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    flex-direction: column;
    gap: 1.5rem;
}
.imagesHolder .imageBlock{
    width: 100%;
    aspect-ratio: 16/9;
}
.imagesHolder .imageBlock .imageHolder{
}

.dienstSection > .container .row:last-of-type{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

footer .footerTop{
    background-color:var(--themeBg);
}