.elementor-kit-7{--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:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#E8E5E3;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.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:1450px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}}@media(max-width:1350px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:390px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Verhindert das horizontale Zerr- und vertikale Stauchverhalten auf iPads */
.elementor-kit-7 .elementor-widget-heading, 
.elementor-kit-7 .elementor-heading-title {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    flex-shrink: 0 !important;
    align-self: auto !important;
}

/* Deaktiviert die künstliche iOS-Schriftstauchung */
.elementor-kit-7 h1, .elementor-kit-7 h2, .elementor-kit-7 h3, .elementor-kit-7 h4, .elementor-kit-7 h5, .elementor-kit-7 h6 {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}
/* Globale Reparatur gegen verzerrte Texte und Container auf iPads */
@media (min-width: 768px) and (max-width: 1200px) {
    /* Nimmt den Streckzwang von den Widgets */
    .elementor-widget,
    .elementor-widget-container,
    .elementor-widget-heading,
    .elementor-heading-title {
        align-self: center !important;
        height: auto !important;
        flex-shrink: 0 !important;
    }
        
    /* Zwingt Schriften, ihre originale Proportion zu halten */
    h1, h2, h3, h4, h5, h6, p, span {
        -webkit-text-size-adjust: 100% !important;
        text-size-adjust: 100% !important;
        text-rendering: optimizeLegibility !important;
    }
}/* End custom CSS */