.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#000000;}.elementor-kit-8 a:hover{color:#7E7E7E;}.elementor-kit-8 img{border-radius:0px 0px 0px 0px;}.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 */h2 {
    white-space: nowrap;      /* Verhindert, dass der Text umbricht */
    overflow: hidden;         /* Versteckt den Text, der überläuft */
    text-overflow: ellipsis;  /* Fügt die '...' am Ende hinzu */
    
    /* Wichtig: Das Element braucht eine definierte Breite, 
       z.B. width: 300px; oder max-width: 100%; 
       (wenn es in einem Container mit fester Breite liegt) */
}

/* Trennzeichen / für Polylang Switcher */
.cpel-switcher__lang:not(:first-child)::before {
    content: "/";
    margin: 0 -5px 0 -10px; /* Passt den Abstand links und rechts an */
}

/* Sprachnavigation für PC ausschalten */
@media (min-width: 767px) {
    .menu-item-872-en, .menu-item-872-de, .menu-item-882-de, .menu-item-882-en {
        display: none !important;
    }
}/* End custom CSS */