.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-72d4ab5:#BE1622;--e-global-color-470a526:#646363;--e-global-color-0986f53:#FFFFFF;--e-global-color-69ec6dc:#C70732;--e-global-color-b64bd72:#B10062;--e-global-color-fdcb1b9:#E0E0E0;--e-global-color-a723138:#FBFBFB;--e-global-color-249d1e0:#D11F47;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-size:1.5rem;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans Hebrew Condensed";--e-global-typography-accent-font-weight:500;}.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){--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);}@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 *//* Card: gleiche Höhe + Flex-Layout */
.team-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* CTA-Widget immer nach unten */
.team-card .team-cta {
  margin-top: auto;
}

/* Button: gleiche Mindesthöhe + sauber zentriert */
.team-card .team-cta .elementor-button {
  min-height: 52px;        /* nach Wunsch anpassen */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;     /* falls Text umbrechen darf */
}/* End custom CSS */