.elementor-kit-6{--e-global-color-primary:#1F203D;--e-global-color-secondary:#4E1A68;--e-global-color-text:#1A151C;--e-global-color-accent:#DFBD69;--e-global-color-7e2c513:#FFFEFA;--e-global-typography-primary-font-family:"Libre Bodoni";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Libre Bodoni";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;background-color:#FFFEFA;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-7e2c513 );border-radius:20px 20px 20px 20px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-7e2c513 );color:var( --e-global-color-accent );border-style:none;border-radius:20px 20px 20px 20px;}.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-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Alle Container ausblenden */
#container1, #container2, #container3 {
    display: none;
}

/* Standard: container1 anzeigen */
#container1 {
    display: block;
}

/* Optional: Buttons horizontal scrollbar auf Mobilgeräten */
.button-row {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px 0;
}

.button-row::-webkit-scrollbar {
    display: none; /* Scrollbar ausblenden für schönere Optik */
}

.button-row button {
    flex: 0 0 auto;
}
/* Standard-Button-Stil */
.button-row button {
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    padding: 5px 10px;
}

/* Hover-Stil */
.button-row button:hover {
    text-decoration: underline;
}

/* Aktiver Button – dauerhaft unterstrichen + andere Farbe */
.button-row button.active-button {
    text-decoration: underline;
    font-weight: bold;
    color: #0073e6; /* z. B. ein schönes Blau */
}
/* Nur im Editor sichtbar und voll bearbeitbar */
body.elementor-editor-active #container1,
body.elementor-editor-active #container2,
body.elementor-editor-active #container3 {
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: light !important;
    }

    html, body, * {
        background-color: inherit !important;
        color: inherit !important;
    }
}

:root {
    color-scheme: light !important;
}/* End custom CSS */