.elementor-kit-6{--e-global-color-primary:#0F1729;--e-global-color-secondary:#666E7D;--e-global-color-text:#4A5568;--e-global-color-accent:#F59E0B;--e-global-color-d36e642:#F9FAFB;--e-global-color-6b728c3:#FFFFFF80;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Space Grotesk";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;--e-global-typography-1668524-font-size:18px;color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"Space Grotesk", Sans-serif;font-size:62px;font-weight:700;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:"Space Grotesk", Sans-serif;font-size:40px;font-weight:700;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-family:"Space Grotesk", Sans-serif;font-size:32px;font-weight:700;}.elementor-kit-6 h4{color:var( --e-global-color-primary );font-family:"Space Grotesk", Sans-serif;font-size:24px;font-weight:600;}.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-kit-6{--e-global-typography-1668524-font-size:17px;}.elementor-kit-6 h1{font-size:48px;}.elementor-kit-6 h2{font-size:36px;}.elementor-kit-6 h3{font-size:26px;}.elementor-kit-6 h4{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-1668524-font-size:16px;line-height:1.3;}.elementor-kit-6 h1{font-size:36px;}.elementor-kit-6 h2{font-size:28px;line-height:1.2em;}.elementor-kit-6 h3{font-size:22px;}.elementor-kit-6 h4{font-size:18px;line-height:1.3em;}.elementor-kit-6 h5{line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.elementor-widget-text-editor p:last-child{margin-bottom:0;}

.elementor-icon {
  
    margin-top: 5px;
}

.eyebrow {
display: flex;
padding: 6px 14px;
align-items: flex-start;
border-radius: 100px;
border: 1px solid #F59E0B;
background: rgba(245, 158, 11, 0.10);
}

.eyebrow_2 {
border-radius: 100px;
color: #F59E0B;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
background: rgba(245, 158, 11, 0.93) !important;

}

/* Hero-Bild randlos bis zur rechten Fensterkante – Klasse auf den rechten Hero-Container legen */
.hero-bleed-right {
    margin-right: min(0px, calc(50% - 50vw));
}


/* Pulsierender Badge (.eyebrow_2) */
.eyebrow_2 {
    animation: eyebrow2-pulse 1.5s cubic-bezier(.4, 0, .6, 1) infinite;
    will-change: transform, box-shadow;
}

@keyframes eyebrow2-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25),
                    0 0 0 0 rgba(245, 158, 11, 0.60);
    }
    55% {
        transform: scale(1.035);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25),
                    0 0 0 16px rgba(245, 158, 11, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25),
                    0 0 0 0 rgba(245, 158, 11, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .eyebrow_2 { animation: none; }
}


/* Aktiver Bezirk-Chip - Klasse 'ort-aktiv' auf den Button der aktuellen Seite legen */
.ort-aktiv .elementor-button,
.ort-aktiv .elementor-button:visited {
    background-color: #F59E0B !important;
    color: #0F1729 !important;
    border-color: #F59E0B !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
    cursor: default;
}

.ort-aktiv .elementor-button:hover,
.ort-aktiv .elementor-button:focus {
    background-color: #F59E0B !important;
    color: #0F1729 !important;
}/* End custom CSS */