.elementor-kit-9{--e-global-color-primary:#000000;--e-global-color-secondary:#202020;--e-global-color-text:#202020;--e-global-color-accent:#456182;--e-global-color-eaa478f:#EAF1D5;--e-global-color-6fcb14a:#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;}.elementor-kit-9 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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.difference-svg {
    mix-blend-mode: difference;
}

.glass-header {
  backdrop-filter: blur(12px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(160%) !important;
  background-color: rgba(255, 255, 255, 0.6);
}


:root { --admin-offset: 0px; }
body.admin-bar { --admin-offset: 32px; }
@media (max-width: 782px) {
  body.admin-bar { --admin-offset: 46px; }
}

/* versteckt bis zum Scroll-Trigger */
.reveal-header{
  position: fixed;
  top: var(--admin-offset);
  left: 0; right: 0;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform .35s ease, opacity .35s ease;
  z-index: 9999; /* über allem */
}

/* ab Trigger sichtbar */
.body--show-reveal .reveal-header{
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}/* End custom CSS */