.elementor-kit-9{--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-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-size:42px;font-weight:700;line-height:1.2px;}.elementor-kit-9 h2{font-size:32px;font-weight:700;}.elementor-kit-9 h5{color:#DEBB9B;font-size:15px;font-weight:200;letter-spacing:0.2px;}.elementor-kit-9 h6{font-size:18px;font-weight:300;line-height:23px;letter-spacing:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1448px;}.e-con{--container-max-width:1448px;}.elementor-widget:not(:last-child){margin-block-end:40px;}.elementor-element{--widgets-spacing:40px 40px;--widgets-spacing-row:40px;--widgets-spacing-column:40px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:991px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:992px;}.e-con{--container-max-width:992px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:576px;}.e-con{--container-max-width:576px;}}/* Start custom CSS *//* Standard: nur helles Logo sichtbar */
.logo-dark {
  display: none;
}

/* Wenn dark mode aktiv: dunkles Logo zeigen, helles ausblenden */
body[data-scheme="dark"] .logo-dark {
  display: block;
}

body[data-scheme="dark"] .logo-light {
  display: none;
}

.icon-dark {
  display: none;
}

body[data-scheme="dark"] .icon-dark {
  display: inline-block;
}

body[data-scheme="dark"] .icon-light {
  display: none;
}/* End custom CSS */