.elementor-kit-6{--e-global-color-primary:#B08D57;--e-global-color-secondary:#4E4D4D;--e-global-color-text:#1E1E1E;--e-global-color-accent:#856A41;--e-global-color-0778be8:#F7F5F2;--e-global-color-25779d0:#E5E5E5;--e-global-color-2c51b61:#FFFFFF;--e-global-color-4b3ffd7:#1E1E1E;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:12px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:16px;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-0778be8 );color:var( --e-global-color-text );font-size:19px;line-height:28px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"IBM Plex Sans", Sans-serif;font-size:56px;line-height:58px;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:"IBM Plex Sans", Sans-serif;font-size:44px;line-height:44px;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-family:"IBM Plex Sans", Sans-serif;font-size:44px;line-height:44px;}.elementor-kit-6 h4{font-family:"Lato", Sans-serif;font-size:28px;font-weight:700;line-height:32px;}.elementor-kit-6 h5{font-family:"Lato", Sans-serif;font-size:24px;font-weight:700;line-height:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 *//* Container mit Inhalt links boxed, rechts Fullscreen & vice versa by Markus Gürteler */

@media (min-width: 1120px) {
    .boxed_links {
        max-width:570px;
        margin-left:auto;
        margin-right:0;
        padding-left:0;
        padding-right:0px;
    }
}

@media (min-width: 1120px) {
 .boxed_rechts {
 max-width: 570px;
 margin-left: 0;
 margin-right: auto;
 padding-left: 100px;
 padding-right: 0;
 }
}

@media (min-width: 1120px) {
 .boxed_rechts_simple {
 max-width: 1140px;
 margin-left: 0;
 margin-right: auto;
 padding-left: 0;
 padding-right: 0;
 }
}

/* Container mit Inhalt links boxed, rechts Fullscreen Ende */

/* Listen-Stile MG */

.text ul {
    list-style-position: outside;
    padding-left: 1em;
    margin-left: 0px;
    padding-bottom: 10px;
}

.text li {
  margin-bottom: 5px;   /* Optional: Abstand zwischen Listenpunkten */
}

.footermenu a {
    color: #b08d57;
}
.footermenu_w a {
    color: #fff;
}

.footermenu_w p {
    color: #fff;
}


/* 9. April 2026 - Neue Klassen und CSS für das Boxed/Full-Mischproblem */

:root {
    --boxed-width: 1140px;
    --boxed-right-30: 342px; /* 30% von 1140 */
    --boxed-left-30: 342px;  /* für gespiegelte Variante */
    --boxed-left-50: 570px;  /* 50% für gespiegelte Variante */

}

/* =========================
   VARIANTE A
   links full / rechts boxed
   ========================= */
@media (min-width: 1120px) {
    .section-full-boxed-right {
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0;
        gap: 0;
    }

    .section-full-boxed-right > .section-left {
        width: calc(100% - ((100vw - var(--boxed-width)) / 2 + var(--boxed-right-30)));
        min-width: 0;
        margin: 0;
        padding: 0;
    }

    .section-full-boxed-right > .section-right {
        width: calc((100vw - var(--boxed-width)) / 2 + var(--boxed-right-30));
        min-width: 0;
        margin: 0;
        padding: 0;

        display: flex;
        justify-content: flex-start !important;
        align-items: stretch;
    }

    .section-full-boxed-right .section-right-inner {
        width: var(--boxed-right-30);
        max-width: var(--boxed-right-30);
        margin: 0 !important;
        padding: 0;
        box-sizing: border-box;

        align-self: flex-start !important;
    }
}

/* Mobile / Tablet */
@media (max-width: 1119px) {
    .section-full-boxed-right {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0;
        gap: 0;
    }

    .section-full-boxed-right > .section-left,
    .section-full-boxed-right > .section-right {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .section-full-boxed-right .section-right-inner {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
        align-self: auto;
    }
}

/* =========================
   VARIANTE B
   links boxed / rechts full
   ========================= */
@media (min-width: 1120px) {
    .section-boxed-left-full {
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0;
        gap: 0;
    }

    .section-boxed-left-full > .section-left {
        width: calc((100vw - var(--boxed-width)) / 2 + var(--boxed-left-30));
        min-width: 0;
        margin: 0;
        padding: 0;

        display: flex;
        justify-content: flex-end !important;
        align-items: stretch;
    }

    .section-boxed-left-full .section-left-inner {
        width: var(--boxed-left-30);
        max-width: var(--boxed-left-30);
        margin: 0 !important;
        padding: 0;
        box-sizing: border-box;

        align-self: flex-end !important; /* funktioniert noch nicht */
    }

    .section-boxed-left-full > .section-right {
        width: calc(100% - ((100vw - var(--boxed-width)) / 2 + var(--boxed-left-30)));
        min-width: 0;
        margin: 0;
        padding: 0;
    }
}

/* Mobile / Tablet */
@media (max-width: 1119px) {
    .section-boxed-left-full {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0;
        gap: 0;
    }

    .section-boxed-left-full > .section-left,
    .section-boxed-left-full > .section-right {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .section-boxed-left-full .section-left-inner {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
        align-self: auto;
    }
}

/* =========================
   VARIANTE B mit 50%
   links boxed / rechts full
   ========================= */


    .section-boxed-left-full-50 > .section-left-50 {
        width: calc((100vw - var(--boxed-width)) / 2 + var(--boxed-left-50));
        min-width: 0;
        margin: 0;
        padding: 0;

        display: flex;
        justify-content: flex-end !important;
        align-items: stretch;
    }

    .section-boxed-left-full-50 .section-left-inner-50 {
        width: var(--boxed-left-50);
        max-width: var(--boxed-left-50);
        margin: 0 !important;
        padding: 0;
        box-sizing: border-box;

        align-self: flex-end !important;
    }

    .section-boxed-left-full-50 > .section-right-50 {
        width: calc(100% - ((100vw - var(--boxed-width)) / 2 + var(--boxed-left-50)));
        min-width: 0;
        margin: 0;
        padding: 0;
    }
}

/* Legende zur Methodik:

Formel:

1140 × gewünschter Anteil

Beispiele:

30% → 342px
25% → 285px
35% → 399px
40% → 456px

*/

/* Temporär zur Kenntlichmachung 

.section-left {
    background: #eee;
}

.section-right {
    background: #ccc;
}

.section-right-inner {
    background: #999;
}

.section-left-inner {
    background: #999;
}
*/

/* WP Forms Styling */

.wpforms-container-full .wpforms-confirmation-container-full {
	background: #fff;
	border: 1px solid #b08d57;
	box-sizing: border-box;
}/* End custom CSS */