.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:"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;}.elementor-kit-8 h1{color:#2E7D32;font-size:24px;}.elementor-kit-8 h2{color:#2E7D32;font-size:22px;}.elementor-kit-8 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}@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 *//* Global Styles für Schriftarten */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a {
    font-family: 'Helvetica Neue', Arial, sans-serif; /* Standard-Schriftart */
    color: #333333; /* Standard-Schriftfarbe */
    line-height: 1.6;
}

/* Hintergrundfarben */
body {
    background-color: #f9f9f9; /* Hellgrauer Hintergrund */
}

/* Überschriften */
h1 {
    font-size: 2.5em;
    color: #2E7D32; /* Dunkles Grün für Hauptüberschriften */
    margin-bottom: 20px;
}

h2 {
    font-size: 2em;
    color: #2E7D32;
    margin-bottom: 15px;
}

h3 {
    font-size: 1.75em;
    color: #2E7D32;
    margin-bottom: 10px;
}

h4, h5, h6 {
    font-size: 1.5em;
    color: #2E7D32;
    margin-bottom: 10px;
}

/* Links */
a {
    color: #5A9C6E; /* Standard-Linkfarbe in grün */
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #2E7D32; /* Dunkleres Grün bei Hover */
}

/* Listen */
ul, ol {
    margin-left: 20px;
}

ul li, ol li {
    margin-bottom: 10px;
}

/* Buttons */
.elementor-button {
    background-color: #5A9C6E; /* Grüne Standard-Buttonfarbe */
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.elementor-button:hover {
    background-color: #ffffff; /* Weißer Hintergrund bei Hover */
    color: #5A9C6E; /* Grüne Schrift bei Hover */
    border: 2px solid #5A9C6E; /* Grüne Umrandung bei Hover */
}

/* Formulareingaben */
input[type="text"], input[type="email"], textarea {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    border-color: #5A9C6E; /* Grüne Umrandung bei Fokus */
    outline: none;
}

/* Abschnittshintergrund und Abstände */
.elementor-section {
    padding: 50px 20px; /* Standard-Padding für Abschnitte */
    background-color: #f9f9f9; /* Hintergrundfarbe der Abschnitte */
}

.elementor-inner-section {
    padding: 30px 15px;
    background-color: #ffffff; /* Weiße Hintergrundfarbe für innere Abschnitte */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Leichter Schatten */
    border-radius: 8px; /* Runde Ecken */
}

/* Zitatboxen */
blockquote {
    padding: 20px;
    background-color: #f4f4f4;
    border-left: 5px solid #5A9C6E; /* Grüne Leiste links */
    color: #333333;
    font-style: italic;
}

/* Anpassung der Typografie für mobile Geräte */
@media (max-width: 768px) {
    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.75em;
    }

    h3 {
        font-size: 1.5em;
    }

    .elementor-section {
        padding: 30px 15px; /* Reduziertes Padding auf mobilen Geräten */
    }
}/* End custom CSS */