:root {
    --accent-color: rgb(33, 102, 204);
    --header_logo_svg_height: 70px;
    --footer-grid-columns: 4;
}

/*###> custom ###*/
header:not(.will-transition)::before,
header .head.mobile::before,
.is-section:first-of-type::before, .section:first-of-type::before,
.is-section:first-of-type.layout_has-scroller::after, 
.section:first-of-type.layout_has-scroller::after,
.mobilemenu .c-menu .user-nav::before {
  content: none !important;
}
header.will-transition .my-account {
  border-color: transparent !important;
}
.mobilemenu .c-menu .user-nav {
  padding-left: 0 !important;
  margin-top: 0 !important;
}
.page_vacancy-overview .block-filters{
display: none;
}

footer .logo figure img {width:auto!important;height:auto!important;}
footer .logo figure::after{content:none!important;}
/*###< custom ###*/