.elementor-34 .elementor-element.elementor-element-6eb1bbd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-73fa0dd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-2bbd801{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-0cda5ac{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-3e5e8ee{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-34 .elementor-element.elementor-element-7a6f665{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-613472c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-86cc036{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-34 .elementor-element.elementor-element-cbbfe54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8eca77c *//********************************************
 * HERO-SECTION (#ws-hero) – mit Zahlen
 ********************************************/

#ws-hero.whero-section {
  padding: 110px 20px 80px;
  background: #010f18;
  color: #ffffff;
  position: relative;
  overflow: hidden;

  /* 2 Corner-Glows (oben links + unten rechts) – gleiche Helligkeit */
  background-image:
    radial-gradient(circle at top left, rgba(0, 192, 214, 0.20) 0, transparent 180px),
    radial-gradient(circle at bottom right, rgba(0, 192, 214, 0.20) 0, transparent 180px);
  background-repeat: no-repeat;
}

/* 2 Corner-Glows (oben rechts + unten links) – gleiche Helligkeit */
#ws-hero.whero-section::before,
#ws-hero.whero-section::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  filter: blur(26px);
  opacity: 1;                 /* gleiche Helligkeit */
  pointer-events: none;
}

/* oben rechts */
#ws-hero.whero-section::before {
  top: -70px;
  right: -70px;
  background: rgba(0, 192, 214, 0.20);
}

/* unten links */
#ws-hero.whero-section::after {
  bottom: -70px;
  left: -70px;
  background: rgba(0, 192, 214, 0.20);
}

#ws-hero .whero-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

/* Linke Seite */

#ws-hero .whero-content {
  max-width: 640px;
}

#ws-hero .whero-pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 192, 214, 0.7);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #bdefff;
}

#ws-hero .whero-content h1 {
  font-size: 2.4rem;
  line-height: 1.15;
  margin: 0 0 12px 0;
}

#ws-hero .whero-sub {
  font-size: 1.02rem;
  color: #d8e6ee;
  opacity: 0.96;
  margin: 0 0 16px 0;
}

#ws-hero .whero-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}

#ws-hero .whero-highlights li {
  position: relative;
  padding-left: 18px;
  font-size: 0.9rem;
  color: #c2d6e0;
  margin-bottom: 4px;
}

#ws-hero .whero-highlights li::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 0.9rem;
  color: #7ae8f2;
}

/* CTAs */

#ws-hero .whero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

#ws-hero .whero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;

  font-size: 0.95rem;
  font-weight: 600;

  border: none !important;
  outline: none !important;
  background-image: none !important;
  box-shadow: none;
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    transform 0.08s ease,
    box-shadow 0.15s ease,
    opacity 0.15s ease;
}

#ws-hero .whero-btn--primary {
  background: #00c0d6 !important;
  color: #01212f !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.5);
}

#ws-hero .whero-btn--primary:hover {
  background: #34d3e5 !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.7);
}

#ws-hero .whero-btn--ghost {
  background: transparent !important;
  color: #bdefff !important;
  border: 1px solid rgba(189, 239, 255, 0.5) !important;
}

#ws-hero .whero-btn--ghost:hover {
  background: rgba(3, 40, 60, 0.9) !important;
}

#ws-hero .whero-note {
  font-size: 0.85rem;
  color: #93afbd;
  margin: 4px 0 0 0;
}

/* Rechte Seite – Stats */

#ws-hero .whero-stats {
  background: rgba(4, 33, 49, 0.96);
  border-radius: 22px;
  border: 1px solid rgba(143, 178, 198, 0.5);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.7);
  padding: 16px 16px 14px;
  position: relative;
  overflow: hidden;
}

/* leichter Glow */

#ws-hero .whero-stats::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: radial-gradient(
    circle at top right,
    rgba(0, 192, 214, 0.24) 0,
    transparent 55%
  );
  opacity: 0.7;
  pointer-events: none;
}

/* Header */

#ws-hero .whero-stats-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #e5f4f8;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

#ws-hero .whero-stats-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #00c0d6;
  box-shadow: 0 0 0 0 rgba(0, 192, 214, 0.9);
  animation: wheroPulse 1.4s ease-in-out infinite;
}

/* Grid der Zahlenkarten */

#ws-hero .whero-stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  position: relative;
  z-index: 1;
}

#ws-hero .whero-stat-card {
  border-radius: 14px;
  border: 1px solid rgba(143, 178, 198, 0.7);
  background: rgba(3, 28, 42, 0.95);
  padding: 10px 12px 9px;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

#ws-hero .whero-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 192, 214, 0.9);
  background: rgba(4, 40, 58, 0.98);
}

#ws-hero .whero-stat-number {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 2px 0;
  color: #7ae8f2;
}

#ws-hero .whero-stat-title {
  font-size: 0.88rem;
  font-weight: 600;
  margin: 0 0 2px 0;
}

#ws-hero .whero-stat-text {
  font-size: 0.8rem;
  color: #c2d6e0;
  margin: 0;
}

/* Footnote */

#ws-hero .whero-stats-footnote {
  margin-top: 10px;
  font-size: 0.78rem;
  color: #93afbd;
  position: relative;
  z-index: 1;
}

/* Animationen */

@keyframes wheroPulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 192, 214, 0.9);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 16px 0 rgba(0, 192, 214, 0.9);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 192, 214, 0);
  }
}

/* Responsive */

@media (max-width: 900px) {
  #ws-hero .whero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  #ws-hero .whero-stats {
    max-width: 420px;
  }
}

@media (max-width: 700px) {
  #ws-hero.whero-section {
    padding: 80px 18px 60px;
  }

  #ws-hero .whero-content h1 {
    font-size: 2rem;
  }

  #ws-hero .whero-actions {
    flex-direction: column;
  }

  #ws-hero .whero-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9bb3103 *//********************************************
 * WO WIR SIE UNTERSTÜTZEN – an Painpoints dran
 ********************************************/

#ws-support.wss-section {
  padding: 90px 20px;
  background: #010f18;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Glow-Hintergrund entfernt */
#ws-support.wss-section::before,
#ws-support.wss-section::after {
  display: none !important;
  content: none !important;
}

#ws-support .wss-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Header */

#ws-support .wss-header {
  text-align: center;
  margin-bottom: 32px;
}

#ws-support .wss-pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 192, 214, 0.6);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #bdefff;
}

#ws-support .wss-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

#ws-support .wss-sub {
  font-size: 1rem;
  opacity: 0.95;
  max-width: 720px;
  margin: 0 auto;
}

/* Grid – 3 Blöcke passend zu Painpoints */

#ws-support .wss-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

/* Cards */

#ws-support .wss-card {
  background: rgba(4, 33, 49, 0.96);
  border-radius: 18px;
  border: 1px solid rgba(143, 178, 198, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
  padding: 18px 18px 16px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

/* Glow on hover */

#ws-support .wss-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top center,
    rgba(0, 192, 214, 0.22) 0,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.2s ease;
}

#ws-support .wss-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 192, 214, 0.7);
}

#ws-support .wss-card:hover::before {
  opacity: 1;
}

/* Inhalte in der Card */

#ws-support .wss-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 8px 0;
}

#ws-support .wss-block {
  margin-bottom: 8px;
}

#ws-support .wss-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
}

#ws-support .wss-label--pain {
  color: #ffb3c1;
}

#ws-support .wss-label--solution {
  color: #7ae8f2;
}

#ws-support .wss-text {
  font-size: 0.93rem;
  line-height: 1.7;
  color: #d8e6ee;
  margin: 0;
}

#ws-support .wss-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#ws-support .wss-list li {
  position: relative;
  padding-left: 16px;
  font-size: 0.85rem;
  color: #a9c1cf;
  line-height: 1.6;
  margin-bottom: 4px;
}

#ws-support .wss-list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 0.9rem;
  color: #7ae8f2;
}

/* CTA-Bereich unter den Karten */

#ws-support .wss-cta {
  margin-top: 30px;
  padding: 18px 18px;
  border-radius: 18px;
  border: 1px solid rgba(0, 192, 214, 0.5);
  background: rgba(3, 40, 60, 0.95);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

#ws-support .wss-cta-text h3 {
  margin: 0 0 4px 0;
  font-size: 1.05rem;
}

#ws-support .wss-cta-text p {
  margin: 0;
  font-size: 0.9rem;
  color: #c2d6e0;
}

/* CTA-Button */

#ws-support .wss-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;

  border: none !important;
  outline: none !important;
  background-image: none !important;

  background: #00c0d6 !important;
  color: #01212f !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.5);
  transition:
    background 0.15s ease,
    transform 0.08s ease,
    box-shadow 0.15s ease,
    opacity 0.15s ease;
}

#ws-support .wss-cta-btn:hover {
  background: #34d3e5 !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.7);
}

/* Responsive */

@media (max-width: 1000px) {
  #ws-support .wss-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  #ws-support.wss-section {
    padding: 70px 18px;
  }

  #ws-support .wss-header h2 {
    font-size: 1.8rem;
  }

  #ws-support .wss-cta {
    align-items: flex-start;
  }

  #ws-support .wss-cta-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8c00e4 *//********************************************
 * PAINPOINTS-SECTION (#ws-painpoints)
 ********************************************/

#ws-painpoints.wpp-section {
  padding: 90px 20px;
  background: #010f18;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Glow-Hintergrund entfernt */
#ws-painpoints.wpp-section::before,
#ws-painpoints.wpp-section::after {
  display: none !important;
  content: none !important;
}

#ws-painpoints .wpp-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Header */

#ws-painpoints .wpp-header {
  text-align: center;
  margin-bottom: 24px;
}

#ws-painpoints .wpp-pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 192, 214, 0.6);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #bdefff;
}

#ws-painpoints .wpp-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

#ws-painpoints .wpp-sub {
  font-size: 0.98rem;
  opacity: 0.95;
  max-width: 720px;
  margin: 0 auto;
}

/* TOGGLE – Desktop & Mobile nebeneinander */

#ws-painpoints .wpp-toggle {
  position: relative;
  margin: 26px auto 22px;
  max-width: 420px;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: transparent;
  border-radius: 999px;
  border: 1px solid rgba(143, 178, 198, 0.6);
  padding: 3px;
  overflow: hidden;
}

/* Hervorhebung (blauer „Slider“) – bleibt klar in einer Hälfte */

#ws-painpoints .wpp-toggle-knob {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: calc(50% - 6px);                /* etwas kleiner als 50 %, damit nichts überlappt */
  border-radius: 999px;
  background: #00c0d6;
  transition: transform 0.22s ease;
  z-index: 0;
}

/* Knob-Position abhängig vom Modus */

#ws-painpoints .wpp-toggle[data-mode="heute"] .wpp-toggle-knob {
  transform: translateX(0%);
}

#ws-painpoints .wpp-toggle[data-mode="auto"] .wpp-toggle-knob {
  transform: translateX(100%);
}

/* Toggle-Buttons */

#ws-painpoints .wpp-toggle-option {
  position: relative;
  z-index: 1;
  flex: 1 1 50%;
  border: none;
  outline: none;
  background: transparent;
  color: #bdefff;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 999px;
  cursor: pointer;

  /* wichtig für Handy: Text darf umbrechen, nimmt die Hälfte ein */
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  text-align: center;

  /* Elementor-Overrides */
  background-image: none !important;
  box-shadow: none !important;
}

#ws-painpoints .wpp-toggle-option--active {
  color: #01212f;
}

/* Karten-Grid */

#ws-painpoints .wpp-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;

  /* Animation für Wechsel */
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.22s ease-out, transform 0.22s ease-out;
}

/* Aktive Kartengruppe – JS setzt inline style display:grid, das nutzen wir für die Animation */
#ws-painpoints .wpp-cards[style*="display: grid"] {
  opacity: 1;
  transform: translateY(0);
}

#ws-painpoints .wpp-card {
  background: rgba(4, 33, 49, 0.96);
  border-radius: 18px;
  border: 1px solid rgba(143, 178, 198, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
  padding: 18px 18px 14px;
  position: relative;
}

#ws-painpoints .wpp-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 8px 0;
}

#ws-painpoints .wpp-card-text {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #d8e6ee;
  margin: 0 0 10px 0;
}

#ws-painpoints .wpp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

#ws-painpoints .wpp-tag {
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(189, 239, 255, 0.4);
  color: #bdefff;
}

#ws-painpoints .wpp-tag--accent {
  border-color: rgba(0, 192, 214, 0.9);
  color: #7ae8f2;
}

#ws-painpoints .wpp-footnote {
  margin-top: 24px;
  font-size: 0.9rem;
  color: #93afbd;
  text-align: center;
}

/* Responsive – Mobile */

@media (max-width: 900px) {
  /* Karten: 1 Spalte ab Tablet runter */
  #ws-painpoints .wpp-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  #ws-painpoints.wpp-section {
    padding: 70px 18px;
  }

  #ws-painpoints .wpp-header h2 {
    font-size: 1.8rem;
  }

  #ws-painpoints .wpp-toggle {
    max-width: 100%;
  }

  #ws-painpoints .wpp-toggle-option {
    font-size: 0.85rem;
    padding: 7px 6px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e5e8ee *//********************************************
 * TIMELINE – WIE WIR ARBEITEN (#ws-process)
 ********************************************/

#ws-process.wtl-section {
  padding: 90px 20px;
  background: #010f18;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Glow-Hintergrund entfernt */
#ws-process.wtl-section::before,
#ws-process.wtl-section::after {
  display: none !important;
  content: none !important;
}

#ws-process .wtl-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Header */

#ws-process .wtl-header {
  text-align: center;
  margin-bottom: 36px;
}

#ws-process .wtl-pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 192, 214, 0.6);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #bdefff;
}

#ws-process .wtl-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

#ws-process .wtl-sub {
  font-size: 1rem;
  opacity: 0.95;
  max-width: 720px;
  margin: 0 auto;
}

/* Timeline-Wrapper */

#ws-process .wtl-timeline {
  margin-top: 24px;
  position: relative;
}

/* Zentrale Linie + animierter Punkt */

#ws-process .wtl-line-main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  pointer-events: none;
  z-index: 0;
}

#ws-process .wtl-line-base {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(0, 192, 214, 0.12),
    rgba(0, 192, 214, 0.5),
    rgba(0, 192, 214, 0.12)
  );
}

/* Punkt, der von oben nach unten läuft */

#ws-process .wtl-line-dot {
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #00c0d6;
  transform: translate(-50%, 0);
  animation: wtlDotMove 6s linear infinite;
}

/* Animation: Punkt wandert von oben nach unten */

@keyframes wtlDotMove {
  0% {
    top: 0%;
  }
  100% {
    top: calc(100% - 10px);
  }
}

/* Ein Step: 3 Spalten (links, Linie, rechts) */

#ws-process .wtl-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
  column-gap: 24px;
  align-items: flex-start;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

#ws-process .wtl-item:last-child {
  margin-bottom: 0;
}

#ws-process .wtl-col {
  position: relative;
}

/* Zentrum: numerierte Punkte pro Schritt */

#ws-process .wtl-col-center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#ws-process .wtl-dot-step {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #00c0d6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: #01212f;
  /* Basis: kein Leuchten – das kommt über Animation */
  box-shadow: 0 0 0 0 rgba(0, 192, 214, 0);
}

/* Contentblock (links oder rechts) – inkl. Hover-Transition, OHNE Layout-Shift */

#ws-process .wtl-col-content {
  max-width: 100%;
  border-radius: 14px;
  transition:
    background 0.18s ease,
    box-shadow 0.18s ease;
}

#ws-process .wtl-step-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7ae8f2;
  margin: 0 0 2px 0;
}

#ws-process .wtl-col-content h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 6px 0;
}

#ws-process .wtl-text {
  font-size: 0.93rem;
  line-height: 1.7;
  color: #d8e6ee;
  margin: 0 0 8px 0;
}

#ws-process .wtl-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px dashed rgba(122, 232, 242, 0.4);
  padding-left: 10px;
}

#ws-process .wtl-list li {
  font-size: 0.85rem;
  color: #a9c1cf;
  line-height: 1.6;
  margin-bottom: 3px;
}

#ws-process .wtl-list li:last-child {
  margin-bottom: 0;
}

/* Hover-Highlight ohne Verschiebung */

#ws-process .wtl-item:hover .wtl-col-content {
  background: radial-gradient(
    circle at center,
    rgba(0, 192, 214, 0.16) 0,
    transparent 65%
  );
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.55);
}

/* Links/Rechts-Logik – Texte bleiben linksbündig */

#ws-process .wtl-item--left .wtl-col-content {
  text-align: left;
}

#ws-process .wtl-item--right .wtl-col-content {
  text-align: left;
}

/* Zahlen pulsen nacheinander (wenn der Punkt „vorbeifährt“) */

@keyframes wtlDotStepPulse {
  0% {
    transform: translateX(-50%) scale(1);
    box-shadow: 0 0 0 0 rgba(0, 192, 214, 0);
  }
  20% {
    transform: translateX(-50%) scale(1.15);
    box-shadow: 0 0 16px 0 rgba(0, 192, 214, 0.9);
  }
  40% {
    transform: translateX(-50%) scale(1);
    box-shadow: 0 0 0 0 rgba(0, 192, 214, 0);
  }
  100% {
    transform: translateX(-50%) scale(1);
    box-shadow: 0 0 0 0 rgba(0, 192, 214, 0);
  }
}

/* Step 1–4: versetztes Pulsing passend zum wandernden Punkt */

#ws-process .wtl-item-1 .wtl-dot-step {
  animation: wtlDotStepPulse 6s linear infinite;
  animation-delay: 0s;
}

#ws-process .wtl-item-2 .wtl-dot-step {
  animation: wtlDotStepPulse 6s linear infinite;
  animation-delay: 1.5s;
}

#ws-process .wtl-item-3 .wtl-dot-step {
  animation: wtlDotStepPulse 6s linear infinite;
  animation-delay: 3s;
}

#ws-process .wtl-item-4 .wtl-dot-step {
  animation: wtlDotStepPulse 6s linear infinite;
  animation-delay: 4.5s;
}

/* Responsive: Handy – alles links, Linie links */

@media (max-width: 800px) {
  #ws-process.wtl-section {
    padding: 70px 18px;
  }

  #ws-process .wtl-header h2 {
    font-size: 1.8rem;
  }

  /* Timeline jetzt 2 Spalten: Linie + Inhalt */
  #ws-process .wtl-item {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 14px;
  }

  /* Zentrale Linie nach links verschieben */
  #ws-process .wtl-line-main {
    width: 40px;
    left: 20px;
    transform: translateX(-50%);
  }

  #ws-process .wtl-item .wtl-col-center {
    grid-column: 1;
    grid-row: 1;
  }

  #ws-process .wtl-item .wtl-col-content {
    grid-column: 2;
    grid-row: 1;
  }

  #ws-process .wtl-item .wtl-col-empty {
    display: none;
  }

  #ws-process .wtl-dot-step {
    top: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e420cd *//********************************************
 * BEWERTUNGS-/REVIEW-SECTION (#ws-reviews)
 ********************************************/

#ws-reviews.wsrv-section {
  padding: 90px 20px;
  background: #010f18;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Glow-Hintergrund entfernt */
#ws-reviews.wsrv-section::before,
#ws-reviews.wsrv-section::after {
  display: none !important;
  content: none !important;
}

#ws-reviews .wsrv-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Header */

#ws-reviews .wsrv-header {
  text-align: center;
  margin-bottom: 32px;
}

#ws-reviews .wsrv-pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 192, 214, 0.6);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #bdefff;
}

#ws-reviews .wsrv-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

#ws-reviews .wsrv-sub {
  font-size: 1rem;
  opacity: 0.95;
  max-width: 720px;
  margin: 0 auto;
}

/* Slider-Wrapper */

#ws-reviews .wsrv-slider {
  margin-top: 26px;
  overflow: hidden;
  position: relative;
}

/* Track: horizontale Reihe, die läuft */

#ws-reviews .wsrv-track {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: wsrvScroll 35s linear infinite;
}

/* Animation: kontinuierlich von links nach rechts */

@keyframes wsrvScroll {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Cards */

#ws-reviews .wsrv-card {
  background: rgba(4, 33, 49, 0.96);
  border-radius: 18px;
  border: 1px solid rgba(143, 178, 198, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
  padding: 18px 18px 16px;
  min-width: 320px;
  max-width: 340px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

#ws-reviews .wsrv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(0, 192, 214, 0.24) 0,
    transparent 55%
  );
  opacity: 0;
  transition: opacity 0.2s ease;
}

#ws-reviews .wsrv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 192, 214, 0.7);
}

#ws-reviews .wsrv-card:hover::before {
  opacity: 1;
}

/* Card Top */

#ws-reviews .wsrv-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

#ws-reviews .wsrv-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #00c0d6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  color: #01212f;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(1, 31, 48, 0.9);
}

#ws-reviews .wsrv-meta h3 {
  font-size: 0.95rem;
  margin: 0;
}

#ws-reviews .wsrv-meta p {
  font-size: 0.8rem;
  margin: 0;
  color: #a9c1cf;
}

#ws-reviews .wsrv-stars {
  margin-left: auto;
  font-size: 0.8rem;
  color: #ffd166;
}

/* Quote & Tag */

#ws-reviews .wsrv-quote {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #d8e6ee;
  margin: 4px 0 10px 0;
}

#ws-reviews .wsrv-tag {
  font-size: 0.8rem;
  color: #7ae8f2;
}

/* Responsive */

@media (max-width: 900px) {
  #ws-reviews .wsrv-card {
    min-width: 280px;
    max-width: 300px;
  }
}

@media (max-width: 700px) {
  #ws-reviews.wsrv-section {
    padding: 70px 18px;
  }

  #ws-reviews .wsrv-header h2 {
    font-size: 1.8rem;
  }

  /* Auf kleinen Screens ruhig etwas schneller/langsamer anpassen, wenn du willst */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86cc036 *//********************************************
 * KONTAKT-SECTION (#ws-contact)
 ********************************************/

#ws-contact.ws-contact-section {
  padding: 90px 20px;
  background: #010f18;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Glow-Hintergrund entfernt */
#ws-contact.ws-contact-section::before,
#ws-contact.ws-contact-section::after {
  display: none !important;
  content: none !important;
}

#ws-contact .ws-contact-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Header */

#ws-contact .ws-contact-header {
  text-align: center;
  margin-bottom: 32px;
}

#ws-contact .ws-pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 192, 214, 0.6);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #bdefff;
}

#ws-contact .ws-contact-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

#ws-contact .ws-contact-sub {
  font-size: 1.02rem;
  opacity: 0.95;
  max-width: 680px;
  margin: 0 auto;
}

/* Card */

#ws-contact .ws-contact-card {
  margin-top: 26px;
  background: rgba(4, 33, 49, 0.96);
  border-radius: 18px;
  border: 1px solid rgba(143, 178, 198, 0.4);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.6);
  padding: 22px 20px 20px;
  position: relative;
  overflow: hidden;
}

/* Formular */

#ws-contact .ws-contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#ws-contact .ws-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

#ws-contact .ws-form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#ws-contact .ws-form-field label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #dbeff7;
}

#ws-contact .ws-form-field input,
#ws-contact .ws-form-field textarea {
  border-radius: 10px;
  border: 1px solid rgba(166, 196, 210, 0.9);
  padding: 9px 10px;
  font-size: 0.95rem;
  outline: none;
  background: rgba(3, 40, 60, 0.9);
  color: #e5f4f8;
  transition: border-color 0.2s ease, box-shadow 0.2s ease,
              background 0.2s ease, transform 0.08s ease;
}

#ws-contact .ws-form-field input::placeholder,
#ws-contact .ws-form-field textarea::placeholder {
  color: #7fa0b0;
}

#ws-contact .ws-form-field input:focus,
#ws-contact .ws-form-field textarea:focus {
  border-color: #00c0d6;
  box-shadow: 0 0 0 1px rgba(0, 192, 214, 0.45);
  background: rgba(4, 54, 80, 1);
  transform: translateY(-1px);
}

/* Fehler-Markierung */

#ws-contact .ws-field-error {
  border-color: #ff5c7a !important;
  box-shadow: 0 0 0 1px rgba(255, 92, 122, 0.5);
}

/* Button */

#ws-contact .ws-contact-btn {
  margin-top: 4px;
  border: none !important;
  border-radius: 999px;
  padding: 11px 22px;
  font-size: 0.98rem;
  font-weight: 600;
  cursor: pointer;
  background: #00c0d6 !important;
  color: #01212f !important;
  outline: none !important;
  background-image: none !important;
  box-shadow: none;
  transition: background 0.15s ease, transform 0.08s ease,
              box-shadow 0.15s ease, opacity 0.15s ease;
  align-self: flex-start;
}

#ws-contact .ws-contact-btn:hover:not(:disabled) {
  background: #34d3e5 !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
  transform: translateY(-1px);
}

#ws-contact .ws-contact-btn:disabled {
  opacity: 0.7;
  cursor: default;
}

/* Hinweise & Success */

#ws-contact .ws-contact-hint {
  margin-top: 4px;
  font-size: 0.8rem;
  color: #93afbd;
}

#ws-contact .ws-contact-success {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #7ae8f2;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

#ws-contact.ws-contact-section--sent .ws-contact-success {
  opacity: 1;
  transform: translateY(0);
}

/* Automation-Overlay */

#ws-contact .ws-contact-automation {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center,
              rgba(0, 192, 214, 0.11) 0, transparent 60%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

#ws-contact .ws-automation-flow {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 6px;
  position: relative;
}

#ws-contact .ws-automation-flow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(0, 192, 214, 0.1),
    rgba(0, 192, 214, 0.6),
    rgba(0, 192, 214, 0.1)
  );
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}

#ws-contact .ws-automation-node {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #00c0d6;
  box-shadow: 0 0 0 0 rgba(0, 192, 214, 0.5);
  opacity: 0.25;
}

#ws-contact .ws-automation-label {
  font-size: 0.8rem;
  color: #bdefff;
}

/* Sending-State */

#ws-contact.ws-contact-section--sending .ws-contact-automation {
  opacity: 1;
}

#ws-contact.ws-contact-section--sending .ws-automation-node {
  animation: ws-nodePulse 1.2s ease-in-out infinite;
}

#ws-contact.ws-contact-section--sending .ws-automation-node:nth-child(1) { animation-delay: 0s; }
#ws-contact.ws-contact-section--sending .ws-automation-node:nth-child(2) { animation-delay: 0.18s; }
#ws-contact.ws-contact-section--sending .ws-automation-node:nth-child(3) { animation-delay: 0.36s; }
#ws-contact.ws-contact-section--sending .ws-automation-node:nth-child(4) { animation-delay: 0.54s; }

/* Keyframes für Nodes */

@keyframes ws-nodePulse {
  0% {
    transform: scale(0.9);
    opacity: 0.2;
    box-shadow: 0 0 0 0 rgba(0, 192, 214, 0.5);
  }
  40% {
    transform: scale(1.1);
    opacity: 1;
    box-shadow: 0 0 18px 0 rgba(0, 192, 214, 0.9);
  }
  100% {
    transform: scale(0.9);
    opacity: 0.2;
    box-shadow: 0 0 0 0 rgba(0, 192, 214, 0);
  }
}

/* Responsive */

@media (max-width: 700px) {
  #ws-contact.ws-contact-section {
    padding: 70px 18px;
  }

  #ws-contact .ws-contact-header h2 {
    font-size: 1.8rem;
  }

  #ws-contact .ws-contact-grid {
    grid-template-columns: 1fr;
  }

  #ws-contact .ws-contact-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aafecba *//********************************************
 * FAQ-SECTION (#ws-faq)
 ********************************************/

#ws-faq.wfaq-section {
  padding: 90px 20px;
  background: #010f18;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Glow-Hintergrund entfernt */
#ws-faq.wfaq-section::before,
#ws-faq.wfaq-section::after {
  display: none !important;
  content: none !important;
}

#ws-faq .wfaq-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Header */

#ws-faq .wfaq-header {
  text-align: center;
  margin-bottom: 28px;
}

#ws-faq .wfaq-pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 192, 214, 0.6);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #bdefff;
}

#ws-faq .wfaq-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

#ws-faq .wfaq-sub {
  font-size: 0.98rem;
  opacity: 0.95;
  max-width: 620px;
  margin: 0 auto;
}

/* FAQ-Liste */

#ws-faq .wfaq-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Item */

#ws-faq .wfaq-item {
  border-radius: 14px;
  background: rgba(4, 33, 49, 0.96);
  border: 1px solid rgba(143, 178, 198, 0.4);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

/* Header-Button */

#ws-faq .wfaq-item-header {
  width: 100%;
  display: flex;
  align-items: flex-start;           /* wichtig für Mobile */
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;

  /* Theme-Overrides */
  background-image: none !important;
  box-shadow: none !important;
  white-space: normal !important;    /* falls das Theme nowrap setzt */
}

/* Frage-Text – darf umbrechen */

#ws-faq .wfaq-question {
  font-size: 0.98rem;
  font-weight: 500;
  color: #e5f4f8;
  flex: 1;                           /* nimmt den Platz ein */
  min-width: 0;
  white-space: normal;               /* Zeilenumbruch erlauben */
  word-wrap: break-word;
}

/* Icon rechts */

#ws-faq .wfaq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(0, 192, 214, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #bdefff;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
}

/* Body */

#ws-faq .wfaq-item-body {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.22s ease-out, padding-top 0.18s ease-out, padding-bottom 0.18s ease-out;
}

#ws-faq .wfaq-item-body p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #c2d6e0;
  margin: 0 0 12px 0;
}

/* Offen-Status */

#ws-faq .wfaq-item--open .wfaq-item-body {
  padding-top: 4px;
  padding-bottom: 10px;
}

#ws-faq .wfaq-item--open .wfaq-icon {
  background: #00c0d6;
  color: #01212f;
  border-color: #00c0d6;
  transform: rotate(90deg);
}

/* Hover-Effekt (für Desktop) */

@media (hover: hover) {
  #ws-faq .wfaq-item-header:hover .wfaq-question {
    color: #ffffff;
  }

  #ws-faq .wfaq-item-header:hover .wfaq-icon {
    border-color: rgba(0, 192, 214, 1);
  }
}

/* Responsive */

@media (max-width: 700px) {
  #ws-faq.wfaq-section {
    padding: 70px 18px;
  }

  #ws-faq .wfaq-header h2 {
    font-size: 1.8rem;
  }

  #ws-faq .wfaq-inner {
    max-width: 100%;
  }

  #ws-faq .wfaq-item-header {
    padding: 11px 14px;
    gap: 10px;
  }

  #ws-faq .wfaq-question {
    font-size: 0.95rem;
  }

  #ws-faq .wfaq-item-body {
    padding-left: 14px;
    padding-right: 14px;
  }
}/* End custom CSS */