@import url('https://fonts.cdnfonts.com/css/omnes'); /*primary_font_url*/
:root {
    --base-color: #5abeb9;
    --primary-color: #004158;
    --secondary-color: #004158;
    --tertiary-color: #d0e8fb;
    --accent-color: #f27405;
    --heading_font-family: 'Omnes', sans-serif;
    --h1_hero_color: #ff0000;
    --h1_hero_font-weight: 500;
    --h1_font-weight: 500;
    --button_border-radius: 10px;
    --form_input_border-radius: 10px;
    --footer_background: #5abeb9;
    --footer_color: #004158;
    --footer_content_color: #004158;
    --footer_link_color: #004158;
    --footer_link_hover_color: #f27405;
    --footer_link_text-decoration: underline;
    --footer_h2_color: #fff;
    --footer_webring_background: #171466;
    --footer_webring_p_color: #fff;
    --footer_webring_li_color: #fff;
}

/*###> custom ###*/
.site-logo img {
max-height: 65px !important;
}

.page_vacancy-overview .is-bg-grey  {
background:#f5f5f5 ;
}
/*###< custom ###*/