.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-972a208:#00442B;--e-global-color-baec7a0:#97C7C7;--e-global-color-f463e85:#919191;--e-global-color-3b47125:#C2C2C2;--e-global-color-c891404:#FFFFFF;--e-global-color-59b52cd:#000000;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 *//* === GLOBALER MOBILE-FIX === */

/* Box-Modell korrekt */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Horizontalen Scroll verhindern */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* Medien immer responsiv */
img, video, iframe, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Flex/Grid Overflow verhindern */
.flex, .row, .container, section, main {
  max-width: 100%;
}
.flex > *,
.row > * {
  min-width: 0;
}

/* Lange Wörter / URLs umbrechen */
body {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* 100vw-Falle entschärfen */
[class*="vw"] {
  max-width: 100%;
}



/* Startzustand */
.elementor-location-header,
header{
  background: transparent;
  transition: background-color 0.3s ease;
}

/* Ab erstem Scroll: schwarz */
body.scrolled .elementor-location-header,
body.scrolled header{
  background-color: #000;
}

/* Falls der Hintergrund im INNEREN Container liegt */
body.scrolled .elementor-location-header .e-con,
body.scrolled .elementor-location-header .elementor-container{
  background-color: #000;
}/* End custom CSS */