.srl_post_Event {
    background-color: var(--gcid-primary-color)!important;
    border: 0px solid red!important;
}
.srl_post_Event > div:nth-child(2) > * > * > div.et_pb_text_inner > *,
.srl_post_Event > div:nth-child(2) > * > div.et_pb_text_inner > *{
    color: white!important;
}
.srl_event_label{
    display: none!important;
}
.srl_post_Event > div:nth-child(1) > * > .srl_event_label{
    display: block!important;
}


.srl_post_Event > div:nth-child(2) > div:nth-child(2) > div:nth-child(1){
    display: block!important;

}
.srl_post_Event > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)
{
    filter: grayscale(100%) brightness(200%);
}

.srl_post_Event > * > * > *{
    display: block!important;
}
.srl_post_inner_Event > div{
    display: block!important;
}

a.srl_knop_blauw{
    background-color: var(--gcid-primary-color)!important;
}