.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#663237;--e-global-color-text:#557082;--e-global-color-accent:#BF8900;--e-global-color-f3ce3a3:#FFFFFF;--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;color:var( --e-global-color-text );font-family:"Roboto Slab", Sans-serif;font-size:16px;line-height:1.2em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:64px;line-height:1.1em;}.elementor-kit-6 h2{font-size:32px;line-height:1.1em;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-size:28px;line-height:1.1em;}.elementor-kit-6 h4{font-size:18px;font-weight:700;line-height:1.1em;letter-spacing:0.4px;}.elementor-kit-6 h5{font-size:28px;line-height:1.1em;}.elementor-kit-6 h6{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1100px;}.e-con{--container-max-width:1100px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* Menue Anpassungen MG */

.ue-menu ul li:not(:last-child) {
    border-right: 0.15em solid #325567;
}

@media (max-width: 1023px) {
 .ui-menu ul li:not(:last-child) {
 border-right: none;
 padding-right: 0;
 margin-right: 0;
 }
}

/* 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 */
}

.sticky-header {
    min-height: 140px;
    transition: 0.4s; /* Add a transition effect (when scrolling - and font size is decreased) */
}

.text a {
    color: #557082;
}
.text a:hover {
    color: #663237;
}
/* WP Forms anpassen */

:root {
    --wpforms-field-background-color: #55708230 !important;
}

.wpforms-container .wpforms-field {
    padding: 0 0 10px 0 !important;
}

/* Alle Eingabefelder (Input, Textarea, Select) */
.wpforms-form input,
.wpforms-form textarea,
.wpforms-form select {
    border: 1px solid #557082 !important;   /* Randfarbe & Stärke */
    border-radius: 0 !important;         /* eckig statt rund */
    padding: 8px;
}/* End custom CSS */