.elementor-kit-8{--e-global-color-primary:#005F60;--e-global-color-secondary:#F8F9FA;--e-global-color-text:#333333;--e-global-color-accent:#E63946;--e-global-color-ff9b060:#FFFFFF;--e-global-color-7618cf0:#CB2E32;--e-global-color-c3ca4db:#E6F6F7;--e-global-color-6d6482f:#31B7BC;--e-global-color-9dbbeb8:#666666;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:44px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:600;--e-global-typography-h3_headline-font-family:"Inter";--e-global-typography-h3_headline-font-size:28px;--e-global-typography-h3_headline-font-weight:600;--e-global-typography-h4_headline-font-family:"Inter";--e-global-typography-h4_headline-font-size:20px;--e-global-typography-h4_headline-font-weight:600;--e-global-typography-lead_text-font-family:"Inter";--e-global-typography-lead_text-font-size:21px;--e-global-typography-lead_text-font-weight:400;--e-global-typography-small_text-font-family:"Inter";--e-global-typography-small_text-font-size:14px;--e-global-typography-small_text-font-weight:400;--e-global-typography-eyebrow_text-font-family:"Inter";--e-global-typography-eyebrow_text-font-size:13px;--e-global-typography-eyebrow_text-font-weight:600;--e-global-typography-navigation_text-font-family:"Inter";--e-global-typography-navigation_text-font-size:15px;--e-global-typography-navigation_text-font-weight:500;--e-global-typography-label_badge-font-family:"Inter";--e-global-typography-label_badge-font-size:13px;--e-global-typography-label_badge-font-weight:600;--e-global-typography-label_badge-text-transform:uppercase;--e-global-typography-label_badge-letter-spacing:1.5px;--e-global-typography-footer_headline-font-family:"Inter";--e-global-typography-footer_headline-font-size:14px;--e-global-typography-footer_headline-font-weight:600;--e-global-typography-footer_text_link-font-family:"Inter";--e-global-typography-footer_text_link-font-size:14px;--e-global-typography-footer_text_link-font-weight:400;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:73%;}.e-con{--container-max-width:73%;}.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-8{--e-global-typography-primary-font-size:52px;--e-global-typography-secondary-font-size:38px;--e-global-typography-text-font-size:17px;--e-global-typography-accent-font-size:15px;--e-global-typography-h3_headline-font-size:26px;--e-global-typography-h4_headline-font-size:19px;--e-global-typography-lead_text-font-size:20px;--e-global-typography-small_text-font-size:14px;--e-global-typography-eyebrow_text-font-size:13px;--e-global-typography-navigation_text-font-size:15px;--e-global-typography-label_badge-font-size:13px;--e-global-typography-footer_headline-font-size:14px;--e-global-typography-footer_text_link-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:32px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:15px;--e-global-typography-h3_headline-font-size:23px;--e-global-typography-h4_headline-font-size:18px;--e-global-typography-lead_text-font-size:18px;--e-global-typography-small_text-font-size:14px;--e-global-typography-eyebrow_text-font-size:12px;--e-global-typography-navigation_text-font-size:16px;--e-global-typography-label_badge-font-size:12px;--e-global-typography-footer_headline-font-size:14px;--e-global-typography-footer_text_link-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.bild-zoom {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.bild-zoom::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-position: inherit;
    background-repeat: inherit;
    background-size: inherit;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;

    transform: scale(1);
    transition: transform 1s ease;
}

.bild-zoom:hover::after {
    transform: scale(1.04);
}

/* Overlay und Texte bleiben über dem Bild */
.bild-zoom::before {
    z-index: 1;
}

.bild-zoom > .e-con-inner,
.bild-zoom > .elementor-element {
    position: relative;
    z-index: 2;
}


.elementor-widget-heading.headline-hover .elementor-heading-title:hover {
    color: #005f60 !important;
}/* End custom CSS */