.elementor-156 .elementor-element.elementor-element-94ab33f{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-13px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-156 .elementor-element.elementor-element-94ab33f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-156 .elementor-element.elementor-element-fe7ce68{width:100%;max-width:100%;}.elementor-156 .elementor-element.elementor-element-7606a9c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-156 .elementor-element.elementor-element-a6b85b2{width:100%;max-width:100%;}@media(min-width:768px){.elementor-156 .elementor-element.elementor-element-94ab33f{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-156 .elementor-element.elementor-element-94ab33f{--width:763px;}}/* Start custom CSS *//* ========================================================== */
/* --- OYMEDIA: SCROLL-SNAPPING KILL-SWITCH ---               */
/* ========================================================== */

html, body {
    /* Schaltet die Einrast-Funktion auf der Y-Achse komplett ab */
    scroll-snap-type: none !important; 
    height: auto !important;
}

/* Entfernt den Zwang von allen Containern, einrasten zu müssen */
.elementor-section, 
.elementor-container, 
.e-con, 
* {
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
}

/* WICHTIG: Damit unser horizontales Filmrollen-Widget (was wir vorhin gebaut haben) 
   weiterhin perfekt nach links/rechts snappt, schließen wir es hier aus! */
.oy-filmroll-track {
    scroll-snap-type: x mandatory !important;
}

.oy-film-card {
    scroll-snap-align: center !important;
}/* End custom CSS */