.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#121212;--e-global-color-text:#121212;--e-global-color-accent:#AA8459;--e-global-typography-primary-font-family:"Inter";--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:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:22px;font-weight:300;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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-kit-6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Grundlegende Layout-Sicherheit */
html,
body {
    width: 100%;
    margin: 0;
    overflow-x: hidden;
}

/* Automatische Silbentrennung */
body {
    -webkit-hyphens: auto; /* Safari, ältere Browser */
    -ms-hyphens: auto;     /* ältere Edge-/IE-Versionen */
    hyphens: auto;
}

/* Absätze und Überschriften */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;

    /* Fallback für lange Wörter */
    overflow-wrap: break-word;
    word-wrap: break-word;
}

b, strong {
    color: #AA8459;
    font-weight: 600!important;
}

@media (max-width: 767px) {
}/* End custom CSS */