.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#BFAB70;--e-global-typography-primary-font-family:"DM Serif Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--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:"Open Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-2aee7f2-font-family:"Vidaloka";}.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){margin-block-end: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{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 *//* Footer komplett ausblenden */
.site-footer {
  display: none !important;
}

/* Mobile Padding & Textoptimierung */
@media (max-width: 767px) {
  .elementor-column .elementor-widget-wrap {
    padding: 0 10px !important;
    box-sizing: border-box;
  }

  .elementor-column .elementor-widget-wrap p,
  .elementor-column .elementor-widget-wrap li,
  .elementor-column .elementor-widget-wrap span {
    line-height: 1.5em !important;
  }
}

/* Headline-Höhe anpassen */
@media (max-width: 768px) {
  h3 {
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
  }
}

/* Smooth Scroll & Abstand für Anker */
html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 120px;
}

/* Link-Hover: Keine Unterstreichung */
a:hover {
  text-decoration: none !important;
}

/* ⛔ Horizontales Scrollen auf Mobil verhindern */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

/* Sicherheit: Alle Elemente auf saubere Box-Größe setzen */
* {
  box-sizing: border-box;
}/* End custom CSS */