.slick-prev::before {
    content: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'14.274\' height=\'25.331\' viewBox=\'0 0 14.274 25.331\'%3E%3Cpath id=\'Icon_ionic-ios-arrow-round-forward\' data-name=\'Icon ionic-ios-arrow-round-forward\' d=\'M21.025,11.737a1.724,1.724,0,0,0-.013,2.427L29.032,22.2c1.79,1.815.324,2.93-.013,3.43L21,33.662a1.736,1.736,0,0,0,.013,2.427,1.708,1.708,0,0,0,2.414-.013L34.3,25.127h0a1.926,1.926,0,0,0,.356-.541,1.637,1.637,0,0,0,.132-.66,1.719,1.719,0,0,0-.488-1.2L23.426,11.776A1.68,1.68,0,0,0,21.025,11.737Z\' transform=\'translate(34.784 36.582) rotate(180)\' fill=\'%23a1304c\'/%3E%3C/svg%3E%0A'); 
}
.slick-next::before {
    content: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'14.274\' height=\'25.331\' viewBox=\'0 0 14.274 25.331\'%3E%3Cpath id=\'Icon_ionic-ios-arrow-round-forward\' data-name=\'Icon ionic-ios-arrow-round-forward\' d=\'M21.025,11.737a1.724,1.724,0,0,0-.013,2.427L29.032,22.2c1.79,1.815.324,2.93-.013,3.43L21,33.662a1.736,1.736,0,0,0,.013,2.427,1.708,1.708,0,0,0,2.414-.013L34.3,25.127h0a1.926,1.926,0,0,0,.356-.541,1.637,1.637,0,0,0,.132-.66,1.719,1.719,0,0,0-.488-1.2L23.426,11.776A1.68,1.68,0,0,0,21.025,11.737Z\' transform=\'translate(-20.51 -11.252)\' fill=\'%23a1304c\'/%3E%3C/svg%3E%0A');
}
.slick-slide {
    padding: 1em;
}
.op-event-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
}
.op-event-background:hover {
    transform: scale(.95) perspective(1000px);
}
.op-event-link {
    display: grid;
    height: 100%;
    background-image: linear-gradient(90deg,rgba(59,46,52,.65) 0%,rgba(59,46,52,.65) 100%);
    grid-template-rows: 1fr 2fr 1fr;
    align-items: center;
    padding-inline: 1rem;
}
.op-event-link:hover::after {
    content: 'Weiterlesen ' url('data:image/svg+xml; utf8, <svg xmlns=\'http://www.w3.org/2000/svg\' width=\'65.414\' height=\'13.501\' viewBox=\'0 0 65.414 13.501\'><path d=\'M20.784,11.51a.919.919,0,0,0-.007,1.294l4.275,4.282H-36.389A.911.911,0,0,0-37.3,18a.911.911,0,0,0,.907.914H25.045L20.77,23.2a.925.925,0,0,0,.007,1.294.91.91,0,0,0,1.287-.007l5.794-5.836h0a1.026,1.026,0,0,0,.19-.288.872.872,0,0,0,.07-.352.916.916,0,0,0-.26-.64l-5.794-5.836A.9.9,0,0,0,20.784,11.51Z\' transform=\'translate(37.296 -11.252)\' fill=\'%23FFF\'></path></svg>');
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #9D2542;
    opacity: .925;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    font-size: 2.2rem;
    font-weight: 700;
    left: 0;
    top: 0;
}
.op-event-link * {
    color: #fff;
    text-align: center;
}
.op-event-date {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
}
.op-event-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
}
.op-event-tags {
    font-size: 1.5rem;
}
.op-event-hovercontent {
    visibility: hidden;
}
.op-event-linktext-absatz {
    margin-top: 0.5rem;
}
.op-event-linktext {
    font-size: 1.25rem;
    font-weight: 600;
    color: #EB3862;
}