:root {
}

/*###> custom ###*/
.page_vacancy-detail .component_paragraph-image-right .image figure {width:100%;}
.page_testimonial-overview .selected-filters {display: none !important;}

.component_podcast .handler .podcast_images .image div {
    align-items: center;
    background: var(--tertiary-color, var(--parsnip-color));
    border-radius: 999px;
    color: var(--secondary-color, var(--apple-color));
    display: flex;
    font-size: 3.4rem;
    height: 75px;
    justify-content: center;
    padding-left: 5px;
    pointer-events: none;
    position: absolute;
    transition: all .3s ease-out;
    width: 75px;
}
footer .footercolumn .logo .socials .widget--sm{
justify-content: center;
}

fieldset.form-group div.form-group div {
display: none;
}

fieldset.form-group legend.col-form-label  div:has(br){
margin: 15px;
}

#form_acceptedPrivacyPolicy {
    display: none !important;
}

@media only screen and (min-width: 1700px) {
    .c-menu.is-active .read-speaker {
        height: auto !important;
        left: unset !important;
        margin: 10px !important;
        position: unset !important;
        top: unset  !important;
    }
}

.mobilemenu .rsbtn .rsbtn_play .rsbtn_left {
    margin-inline: 1rem !important;
}
/*###< custom ###*/