.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#153379;--e-global-color-text:#FFFFFF;--e-global-color-accent:#153379;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Barlow";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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: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{padding-right:0px;padding-left:0px;}@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 */.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff; /* immer schwarz */
  pointer-events: none;
  z-index: 999999;
  transform: translate(-50%, -50%);
  transition: width 0.35s ease, height 0.35s ease, background 0.35s ease;
    mix-blend-mode: difference !important;
}

.custom-cursor.active {
  width: 100px;
  height: 100px;
  color: white;
  mix-blend-mode: difference;
}

@media (hover: none), (max-width: 1024px) {
  .custom-cursor {
    display: none !important;
  }
}

 /* SVG Container */
.blend-j-icon {
  width: 80px;                  /* Größe anpassen */
  height: 80px;
  color: #fff;                  /* Ausgangsfarbe des Kreises */
  mix-blend-mode: difference;   /* mischt den Kreis mit Hintergrund */
  pointer-events: none;         /* optional, klickbar oder nicht */
}

/* Optional: Übergangseffekt für Farbänderung */
.blend-j-icon circle {
  transition: fill 0.3s ease;
}

/* Wenn du z. B. über dunklen Hintergrund einen anderen Effekt willst */
.blend-j-icon.on-dark circle {
  fill: #fff;                   /* Kreis hell machen */
}/* End custom CSS */