.elementor-3022 .elementor-element.elementor-element-054aa22{--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;--overflow:hidden;}.elementor-3022 .elementor-element.elementor-element-054aa22:not(.elementor-motion-effects-element-type-background), .elementor-3022 .elementor-element.elementor-element-054aa22 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#110000;}html{height:100vh;margin:0;overflow:hidden;}body{height:100vh;overflow:auto;scroll-snap-type:y mandatory;}:root{--page-title-display:none;}.elementor-section:not(.elementor-inner-section), .elementor-location-header, .elementor-location-footer, .page-header, .site-header, .elementor-add-section, .e-con:not(.e-child){scroll-snap-align:start;scroll-snap-stop:normal;}@media(max-width:1024px){.elementor-section:not(.elementor-inner-section), .elementor-location-header, .elementor-location-footer, .page-header, .site-header, .elementor-add-section, .e-con:not(.e-child){scroll-snap-align:start;scroll-snap-stop:normal;}}@media(max-width:767px){.elementor-3022 .elementor-element.elementor-element-054aa22{--min-height:100vh;}.elementor-3022 .elementor-element.elementor-element-07ec8dd > .elementor-widget-container{margin:-10px -10px -10px -10px;}.elementor-section:not(.elementor-inner-section), .elementor-location-header, .elementor-location-footer, .page-header, .site-header, .elementor-add-section, .e-con:not(.e-child){scroll-snap-align:start;scroll-snap-stop:always;}}/* Start custom CSS for container, class: .elementor-element-054aa22 */body, html {
    overflow: hidden !important;
    }/* End custom CSS */
/* Start custom CSS */.body, .html {
      overflow-x: hidden !important;
    }
    

/* 1) Container sicher definieren */
.elementor-html-widget .herbert-video-container,
.herbert-video-container {
  position: relative !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 2) Video optimal skalieren */
.herbert-video-container video {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  width: auto !important;
  height: auto !important;
  transform: translate(-50%, -50%) !important;
  object-fit: cover !important;
  z-index: 1 !important;
}/* End custom CSS */