.elementor-kit-6{--e-global-color-primary:#2F8CDB;--e-global-color-secondary:#9C9C9C;--e-global-color-text:#000000;--e-global-color-accent:#0E2634;--e-global-color-2c11ae1:#FFFFFF;--e-global-color-92f6784:#FF7B00;--e-global-color-59901a8:#E8F5FF;--e-global-typography-primary-font-family:"Open Sans";--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:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-2c11ae1 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Open Sans Hebrew", Sans-serif;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"Open Sans Hebrew", Sans-serif;font-size:15px;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Open Sans Hebrew", Sans-serif;font-size:30px;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-size:25px;}.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 *//* CTA-Widget auf volle Höhe strecken */
.cta-equal .elementor-widget-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* CTA-Inhalt als vertikale Flexbox */
.cta-equal .elementor-cta__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cta-equal .elementor-cta__title {
    flex: 0 0 auto; /* Titelhöhe automatisch, bleibt oben */
}

.cta-equal .elementor-cta__description {
    flex: 1 0 auto; /* Beschreibung füllt den mittleren Raum */
    display: flex;
    align-items: center; /* zentriert die Beschreibung vertikal */
}

.cta-equal .elementor-cta__button {
    flex: 0 0 auto; /* Button bleibt unten */
    margin-top: auto;
}

/* Hintergrund streckt sich über gesamte Box */
.cta-equal .elementor-cta {
    height: 100%;
    display: flex;
    flex-direction: column;
}/* End custom CSS */