.elementor-kit-7{--e-global-color-primary:#424242;--e-global-color-secondary:#2C2C2C;--e-global-color-text:#000000;--e-global-color-accent:#313131;--e-global-color-7105345:#E40038;--e-global-color-bf983f1:#1A378E;--e-global-color-fb3eb5e:#FFFFFF;--e-global-color-cd3cf36:#E8E8E8;--e-global-color-57a221f:#FFBF00;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:300;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-bf983f1 );}.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:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90vw;}.e-con{--container-max-width:90vw;}}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90vw;}.e-con{--container-max-width:90vw;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90vw;}.e-con{--container-max-width:90vw;}}@media(max-width:880px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90vw;}.e-con{--container-max-width:90vw;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90vw;}.e-con{--container-max-width:90vw;}}/* Start custom CSS *//* Grundvoraussetzung */
html, body { height: 100%; }
body {
  min-height: 100svh;        /* sichere Viewport-Höhe (auch iOS) */
  display: flex;
  flex-direction: column;
}

/* Falls dein Theme einen Wrapper nutzt – nimm, was existiert */
#page, .site, .site-content, .page-wrap, .content-wrap {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

/* Hauptbereich soll wachsen */
main, .site-main, .content, .elementor-location-single, .elementor-location-archive {
  flex: 1 0 auto;
}

/* Footer an das Ende drücken */
.elementor-location-footer {
  margin-top: auto !important;
  /* kein position: fixed/absolute im Footer! */
}/* End custom CSS */