.elementor-kit-8{--e-global-color-primary:#3363AC;--e-global-color-secondary:#575756;--e-global-color-text:#575756;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Sarabun";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sarabun";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sarabun";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sarabun";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 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 .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 *//* ========== Layout & Footer-Fix ========== */
/* Sicherstellen, dass der Footer immer unten bleibt */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.elementor-location-footer {
    margin-top: auto;
}

@media (max-width: 767px) {
  body {
    display: block; /* oder initial */
    min-height: auto;
  }

  .elementor-location-footer {
    margin-top: 0;
  }
}


/* ========== Allgemeine Anpassungen ========== */
/* Entfernt den automatischen Abstand unter dem Text-Widget */
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}

/* Entfernt den automatischen Abstand unter dem Icon-Widget */
.elementor-icon-wrapper {
    display: flex;
    align-items: center;
}
.elementor-icon-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-icon-wrapper a i {
    margin: 0;
    padding: 0;
    line-height: 1;
}
.my-sticky-header {
  transition: box-shadow 0.3s ease;
}

.my-sticky-header.elementor-sticky--effects {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);/* End custom CSS */