@import url('https://fonts.cdnfonts.com/css/raleway-5'); /*primary_font_url*/
:root {
    --accent-color: #f18700;
    --navigation_font-family: "rival-sans",sans-serif;
    --heading_font-family: "rival-sans",sans-serif;
    --content_font-family: "rival-sans",sans-serif;
    --header_logo_svg_height: 70px;
    --footer-grid-columns: 4;
}

/*###> custom ###*/
footer .logo figure::after{left: 340px !important;}

@media screen and (max-width: 400px) {
footer .logo figure::after {
  content: none!important;
}
}

.partial_vacancy_list-item li i{
width: 20px;
}
.mobilemenu .language-switch{
display: block !important;
}

.no-header .is-section:first-of-type.layout_has-scroller:before, .no-header .section:first-of-type.layout_has-scroller:before, .no-header .is-section:first-of-type.layout_has-scroller:after, .no-header .section:first-of-type.layout_has-scroller:after{
    display: none;
}
.no-header header:not(.will-transition):before{
    border-right: 0;
    border-radius: 0;
}

.page_vacancy-detail .component_content-toggle.has-btn span {
    display: none;
}

div#sk-container {
    z-index: 999999 !important;
}
/*###< custom ###*/