.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF2B;--e-global-color-ad4e401:#B47CFD;--e-global-color-2811353:#FF7FC2;--e-global-color-bcdc627:#241A30;--e-global-color-e0c5aae:#0F0520;--e-global-color-5561da1:#1B023A;--e-global-color-1531954:#2B2338;--e-global-color-9fd841b:#0A0118;--e-global-color-39bd236:#0A0316;--e-global-color-ce76b0d:#B47CFD;--e-global-color-292795b:#FF7FC2;--e-global-color-4c866b5:#15CCFF;--e-global-color-34c029f:#8A7BFF;--e-global-color-4df88e0:#5AD7D6;--e-global-color-2414d9d:#0B0D14;--e-global-color-bd7694e:#1D1F28;--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;background-color:#0A0A0A;}.elementor-kit-7 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);}@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 *//* Klasse für den Neon-Text-Effekt */
.neon-text {
    color: #ffffff; /* Text bleibt weiß */
    text-shadow: 0 0 10px rgba(157, 78, 221, 0.8), 
                 0 0 20px rgba(157, 78, 221, 0.5), 
                 0 0 30px rgba(157, 78, 221, 0.3); /* Der lila Glow */
    font-weight: 800; /* Optional: Macht es etwas fetter */
}

/* Klasse für den Neon-Text-Effekt */
.neon-text-cyan {
    color: #ffffff; /* Text bleibt weiß */
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 
                 0 0 20px rgba(0, 255, 255, 0.5), 
                 0 0 30px rgba(0, 255, 255, 0.3); /* Der Cyan Glow */
    font-weight: 700; /* Optional: Macht es etwas fetter */
}

/* Glass CTA Card */
.glass-cta {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* Optional: etwas mehr “Glas-Kante” */
.glass-cta::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.35), rgba(255,255,255,0.02));
  margin-bottom: 14px;
}

/* Hover: subtil, nicht Jahrmarkt */
.glass-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.16);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

/* Fallback, falls backdrop-filter nicht unterstützt wird */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass-cta {
    background: rgba(255, 255, 255, 0.14);
  }
}

/* Button-Feinschliff (optional) */
.glass-cta__btn .elementor-button,
.glass-cta__btn.elementor-button {
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Button Hover */
.glass-cta__btn .elementor-button:hover,
.glass-cta__btn.elementor-button:hover {
  background: rgba(255,255,255,0.16);
}/* End custom CSS */