.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-a92fb48:#007DBB;--e-global-color-1b5a12e:#003768;--e-global-color-8c15707:#EAEDEE;--e-global-color-dcacdff:#FFFFFF;--e-global-color-4a5eb2d:#003768;--e-global-color-eb83fba:#0693E3;--e-global-color-077de7c:#191919;--e-global-color-6825d55:#003768;--e-global-color-5e7f8fb:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-eb83fba );}.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 *//* Links siteweit – aber NICHT für Buttons */
.elementor a:not(.elementor-button-link),
.elementor-widget-text-editor a:not(.elementor-button-link),
.entry-content a:not(.elementor-button-link) {
  color: #003768 !important;
  text-decoration-color: #003768;
}
.elementor a:not(.elementor-button-link):hover,
.elementor-widget-text-editor a:not(.elementor-button-link):hover,
.entry-content a:not(.elementor-button-link):hover {
  color: #002a4f !important;
  text-decoration-color: #002a4f;
}

/* Alle Elementor Formular-Buttons mit 12px abgerundet */
.elementor-form .elementor-button {
  border-radius: 12px !important;
}


/* --- GLEICHE HÖHE JE BOX & bündige Verteilung --- */

/* Classic-Section/Spalten-Layout */
.boxes-equal .elementor-container {
  display: flex;
  align-items: stretch;            /* Spalten werden gleich hoch */
}

/* Inhalt in jeder Spalte als Spalte anordnen */
.boxes-equal .elementor-column > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Unterer Text immer nach unten drücken */
.boxes-equal .elementor-column > .elementor-widget-wrap > .push-bottom {
  margin-top: auto;
}

/* --- Container-Layout (neues Elementor) --- */
.boxes-equal.e-con,                /* wenn der Abschnitt selbst ein Container ist */
.boxes-equal > .e-con-inner {
  display: flex;
  align-items: stretch;
}

.boxes-equal > .e-con {            /* jede Box */
  display: flex;
  flex-direction: column;
}

.boxes-equal > .e-con > .push-bottom {
  margin-top: auto;
}

/* Optional: einheitliches Innenpadding & Widget-Abstände */
.boxes-equal .elementor-column > .elementor-widget-wrap,
.boxes-equal > .e-con {
  padding: 24px;
}
.boxes-equal .elementor-widget:not(:last-child) {
  margin-bottom: 12px;
}
/* Klassische Spalten: letzte (leere) Spalte in boxes-equal weg */
.boxes-equal > .elementor-container > .elementor-column:last-child {
  flex: 0 0 0 !important;
  max-width: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  pointer-events: none !important;
}

/* Container-Layout: letzten leeren Child-Container ausblenden */
.boxes-equal > .e-con-inner > .e-con:last-child,
.boxes-equal > .e-con:last-child {
  display: none !important;
}

/* Falls Elementor ein leeres Wrapper-Inner erzeugt */
.boxes-equal .elementor-column .elementor-widget-wrap:empty {
  display: none !important;
}


/* Headline in der Kachel */
.tile-heading{
  hyphens: auto;             /* Silbentrennung (Sprache muss de-DE sein) */
  overflow-wrap: anywhere;   /* falls kein Trennpunkt gefunden wird */
  word-break: normal;
  line-height: 1.2;          /* verhindert Überlaufen */
}/* End custom CSS */