.elementor-kit-98{--e-global-color-primary:#2A9D8F;--e-global-color-secondary:#097C6E;--e-global-color-text:#000000A6;--e-global-color-accent:#2A9D8F;--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-98 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end: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 */.glass-card {
  position: relative;
  background: linear-gradient(
    135deg,
    rgba(0, 188, 212, 0.25),
    rgba(0, 188, 212, 0.1)
  );
  border: none !important; /* Rand komplett entfernen */
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); /* Kräftigerer Schwebeschatten */
  transform: translateY(-6px); /* Deutlich sichtbares Schweben */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.3s ease-in-out;
  z-index: 1;
  overflow: hidden;
}
.glass-card:hover {
  background: linear-gradient(
    135deg,
    rgba(0, 188, 212, 0.35),
    rgba(0, 188, 212, 0.15)
  );
  transform: translateY(-12px) scale(1.02); /* Weiter schweben + leicht größer */
  box-shadow: 0 35px 65px rgba(0, 0, 0, 0.35);
}
.hidden-form {
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
}

.hidden-form.visible {
  display: block;
  opacity: 1;
}

.loop-wrapper.hidden,
.toggle-form.hidden {
  display: none !important;
}/* End custom CSS */