.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#C5C5C5;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#1B1B1B;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a:hover{color:#BB6809;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =============== Mobile: horizontales Scrollen verhindern =============== */
@media (max-width: 1024px) {
  html, body {
    overflow-x: hidden;        /* wichtigste Bremse */
    max-width: 100%;
    position: relative;
    overscroll-behavior-x: none; /* verhindert „Gummi-Effekt“ seitwärts (neuere Browser) */
  }

  /* Häufige Verursacher in Elementor */
  .elementor-section,
  .elementor-container,
  .elementor-column,
  .elementor-widget-wrap {
    max-width: 100%;
  }

  /* Falls Widgets mit abs. Positionierung rausstehen */
  .elementor-section *,
  .elementor-container *,
  .elementor-column * {
    box-sizing: border-box;
  }

  /* Bilder/Videos nie breiter als der Screen */
  img,
  video,
  iframe {
    max-width: 100%;
  }

  /* Slider/Carousels (Elementor nutzt Swiper) – seitliches Überlaufen kappen */
  .elementor-swiper,
  .swiper,
  .swiper-container {
    overflow: hidden;
  }

  /* Vollbreite-Abschnitte: statt 100vw -> 100% (100vw verursacht oft Überlauf wegen Scrollbar) */
  .elementor-section.elementor-section-full_width > .elementor-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Negative Margins/Translate kompensieren, falls verwendet */
  [style*="margin-left: -"],
  [style*="left: -"],
  [style*="transform: translateX("] {
    overflow: hidden;
  }

  /* Verhindert horizontales Panning auf Touch (lässt vertikales Scrollen zu) */
  body {
    touch-action: pan-y;
  }
}/* End custom CSS */