.elementor-kit-11{--e-global-color-primary:#1E1E1E;--e-global-color-secondary:#181818;--e-global-color-text:#F0ECE6;--e-global-color-accent:#B08A37;--e-global-color-aba7187:#000000;--e-global-color-9f6a23b:#000000EB;--e-global-typography-primary-font-family:"Gloock";--e-global-typography-primary-font-size:4.2vw;--e-global-typography-primary-font-weight:200;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Gloock";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-text-letter-spacing:0.1em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.2em;--e-global-typography-2fb5aef-font-family:"Gloock";--e-global-typography-2fb5aef-font-size:32px;--e-global-typography-2fb5aef-font-weight:400;--e-global-typography-2fb5aef-text-transform:none;--e-global-typography-2fb5aef-font-style:normal;--e-global-typography-2fb5aef-text-decoration:none;--e-global-typography-2fb5aef-line-height:1.2em;--e-global-typography-2fb5aef-letter-spacing:1px;--e-global-typography-2fb5aef-word-spacing:0px;background-color:var( --e-global-color-secondary );}.elementor-kit-11 e-page-transition{background-color:#131313;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === GLOBALER FIX: Keine horizontale Scrollbarkeit auf mobilen Geräten === */

/* HTML & Body dürfen nie breiter als der Viewport werden */
html, body {
  max-width: 100%;
  overflow-x: hidden !important;
  position: relative;
}

/* Alle Elementor-Abschnitte und Container korrekt begrenzen */
body .elementor-section,
body .elementor-container,
body .elementor-column,
body .elementor-widget-wrap {
  max-width: 100% !important;
  overflow-x: clip !important;     /* modernes Äquivalent zu hidden */
  box-sizing: border-box;
}

/* Sicherheitspuffer für verschachtelte Elemente */
* {
  box-sizing: border-box;
}

/* Bilder, Videos, Tabellen, Iframes: nie breiter als Viewport */
img, video, iframe, table {
  max-width: 100% !important;
  height: auto;
  display: block;
  overflow: hidden;
}

/* Verhindert horizontale Scrollleiste durch Flexbox/Grid-Fehler */
body {
  overflow-y: auto;
  overscroll-behavior-x: none;  /* kein Seitenscrollen */
}

/* Für seltene Problemfälle (Slider, Carousels, Animationen) */
body [style*="width: 100vw"] {
  width: 100% !important;
}

/* iPhone/iPad: Safari-spezifischer Fix */
@supports (-webkit-touch-callout: none) {
  html, body {
    overflow-x: hidden !important;
  }
}/* End custom CSS */