:root{
    --oranje:#FE731D;
    --lichtoranje:#FFB30F;
    --blauw:#474ba0;
}
.site-top-header-wrap.site-header-row-container {position: relative;}
.site-top-header-wrap.site-header-row-container:before{content:'';border-radius:0 0 0 60px;background-color:var(--oranje);position: absolute;top:0;right:0;width:50%;height:100%;}

footer .site-container .site-top-footer-inner-wrap .widget{margin-bottom:0;}
footer{
    position: relative;
    overflow: hidden;
}
footer::after{
    content:'';
    background-image:url(../images/deark/footer.svg);
    background-size:contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    position: absolute;
    height:260px;
    width:320px;
    background-size:140%;
}


.sub-menu{
    border-radius:  0px 40px 0px 40px;
}

#primary-menu .sub-menu{padding-top:15px;padding-bottom:15px;}

.fitflexSide{margin-top:-110px;}

@media (max-width: 992px) {
    footer .widget_block.widget_media_image figure{margin-left:0 !important;}
}


