.elementor-kit-10{--e-global-color-primary:#D73526;--e-global-color-secondary:#C9B6C0;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:54px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:51px;--e-global-typography-primary-letter-spacing:-1px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:42px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:45px;--e-global-typography-secondary-letter-spacing:-1.5px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:29px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:-1px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:29px;--e-global-typography-accent-font-weight:bold;--e-global-typography-accent-letter-spacing:-1px;--e-global-typography-9921b62-font-family:"Inter";--e-global-typography-9921b62-font-size:28px;--e-global-typography-9921b62-font-weight:500;--e-global-typography-9921b62-line-height:15px;--e-global-typography-9921b62-letter-spacing:-1.1px;}.elementor-kit-10 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 *//* ---------------------------------------- */
/* STARTSEITE (Home) - Fullscreen Hero, kein Scrollen */
/* ---------------------------------------- */

html,
body.home {
  height: 100%;
  margin: 0;
}

body.home {
  overflow: hidden !important;
  min-height: 100vh;
  position: relative;
}

/* Header über dem Hero */
body.home .elementor-location-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* Footer über dem Hero, unten fixiert */
body.home .elementor-location-footer {
  position: fixed !important;
  left: 0;
  bottom: 16px;
  width: 100%;
  z-index: 1001;
  text-align: center;
  pointer-events: auto;
}

/* Erste Section = volle Bildschirmhöhe */
body.home .elementor-section-wrap > section:first-of-type,
body.home main .elementor > .elementor-section:first-of-type,
body.home .elementor-site-main .elementor-section:first-of-type {
  min-height: 100vh !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Wichtig: Container dürfen Footer/Header nicht abschneiden */
body.home .elementor,
body.home .elementor-section,
body.home .elementor-container,
body.home .elementor-column,
body.home .elementor-widget-wrap,
body.home .e-con,
body.home .e-parent,
body.home .e-child,
body.home main,
body.home .site-main {
  overflow: visible !important;
}

/* Tablet */
@media (max-width: 1024px) {
  body.home .elementor-location-footer {
    bottom: 14px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  body.home .elementor-location-footer {
    bottom: 12px;
  }
}

/* iPhone Safe Area */
@supports (padding: max(0px)) {
  body.home .elementor-location-footer {
    bottom: max(12px, env(safe-area-inset-bottom));
  }
}

/* iOS Safari */
@supports (-webkit-touch-callout: none) {
  body.home {
    position: relative;
    min-height: 100vh;
    width: 100%;
  }
}/* End custom CSS */