@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); /*primary_font_url*/
:root {
    --base-color: #ffffff;
    --primary-color: #171717;
    --secondary-color: #171717;
    --heading-color: #171717;
    --content-color: #171717;
    --navigation_font-family: "Rubik", sans-serif;
    --heading_font-family: "Rubik", sans-serif;
    --content_font-family: "Rubik", sans-serif;
    --content_font-weight: 16px;
    --h1_hero_color: #171717;
    --h1_hero_font-weight: 500;
    --h1_hero_text-transform: uppercase;
    --h2_hero_color: #171717;
    --h1_color: #171717;
    --h1_font-weight: 500;
    --h2_color: #171717;
    --h2_font-weight: 500;
    --h3_color: #171717;
    --h4_color: #171717;
    --hyperlink_color: #171717;
    --hyperlink_hover_color: 171717bf;
    --button_font-size: 16px;
    --header_background-color: #FCFCFC;
    --header_box-shadow: #FFFFFF;
    --header-nav_link_font-size: 16px;
    --header-nav_link_color: #171717;
}

/*###> custom ###*/
.team-images .img-wrapper {
    width: 100%;
    height: 300px; /* Pas aan naar wens */
    overflow: hidden;
}

.team-images .img-wrapper .img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.partial_usp_list-item figure {
border:unset;
}

#footercolumn > div.right{
display:none;
}

#contentareaSBoBUDf > div > div > div > div > div:nth-child(2) > div > p > small{
display:none;
}

.component_recruiter_grid .card {
    background-color:#ffffff!important;
}
/*###< custom ###*/