/**
 * Dynamische Szenen-Grafiken – fertige Motive aus Eventbuch_Images/site/dynamic_scenes/.
 * Varianten als Unterordner: color/ und blue/ (ohne Suffix im Dateinamen).
 */

.eb-navigation-container--termin-scene {
    position: relative;
}

.eb-dynamic-scene--termin-float {
    display: none;
}

@media (min-width: 1200px) and (min-height: 620px) {
    .eb-navigation-container--termin-scene .eb-dynamic-scene--termin-float {
        display: block;
        position: absolute;
        top: 56px;
        right: 0;
        width: min(300px, 28vw);
        z-index: 0;
        pointer-events: none;
    }

    .eb-navigation-container--termin-scene .event-cards-grid--termin {
        position: relative;
        z-index: 1;
    }
}

.eb-dynamic-scene__figure {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.eb-dynamic-scene__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(15, 35, 70, 0.12);
}
