.graesselmuehle-event-slider-block .slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.graesselmuehle-event-slider-block .swiper {
    padding-top: 0;
    padding-bottom: 0;
}

.graesselmuehle-event-slider-block .swiper-wrapper {
    height: 640px;
}

.graesselmuehle-event-slider-block .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.graesselmuehle-event-slider-block .graessel-event-slide-image {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.graesselmuehle-event-slider-block .caption-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--wp--preset--font-family--bona-nova);
}

.graesselmuehle-event-slider-block .slide-caption {
    text-align: center;
    font-size: 1.5rem;
    background-color: var(--wp--preset--color--quaternary);
    color: var(--wp--preset--color--tertiary);
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 10px 30px;
    border-radius: 300px;
    height: 92px;
    display: flex;
    align-items: center;
    line-height: 1.1;
    text-decoration: none;
}

.graesselmuehle-event-slider-block .swiper-button-prev,
.graesselmuehle-event-slider-block .swiper-button-next {
    height: 122px;
    width: 122px;
    margin-top: 0 !important;
    color: var(--wp--preset--color--quaternary);
}

.graesselmuehle-event-slider-block .swiper-navigation-icon {
    display: none !important;
}

@media (max-width: 1024px) {
    .graesselmuehle-event-slider-block .swiper-button-prev,
    .graesselmuehle-event-slider-block .swiper-button-next {
        height: 60px;
        width: 60px;
        margin-top: 0 !important;
    }
}