.elementor-400 .elementor-element.elementor-element-d8e574c{--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-400 .elementor-element.elementor-element-7b1fa75{--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-400 .elementor-element.elementor-element-12cf4a1{--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;}/* Start custom CSS for html, class: .elementor-element-f1d0205 *//********************************************
 * LEISTUNGEN – INTRO-SECTION (#ws-services-intro)
 ********************************************/

#ws-services-intro.wsvc-section {
  padding: 90px 20px 70px;
  background: #010f18;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Glow nur oben links + oben rechts (gleich hell) */
#ws-services-intro.wsvc-section::before,
#ws-services-intro.wsvc-section::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  filter: blur(26px);
  opacity: 1;
  pointer-events: none;
  background: rgba(0, 192, 214, 0.20);
}

/* oben links */
#ws-services-intro.wsvc-section::before {
  top: -70px;
  left: -70px;
}

/* oben rechts */
#ws-services-intro.wsvc-section::after {
  top: -70px;
  right: -70px;
}

#ws-services-intro .wsvc-inner {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

/* Pill-Label wie bei Hero / FAQ / Timeline */
#ws-services-intro .wsvc-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: 14px;
  color: #bdefff;
}

/* Titel */
#ws-services-intro .wsvc-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 12px 0;
}

/* Intro-Texte */
#ws-services-intro .wsvc-sub {
  font-size: 1rem;
  line-height: 1.7;
  color: #d8e6ee;
  margin: 0 auto 10px auto;
  max-width: 720px;
}

#ws-services-intro .wsvc-sub--secondary {
  color: #93afbd;
}

/* Responsive für Handy */
@media (max-width: 700px) {
  #ws-services-intro.wsvc-section {
    padding: 70px 18px 55px;
  }

  #ws-services-intro .wsvc-title {
    font-size: 1.8rem;
  }

  #ws-services-intro .wsvc-sub {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a14d889 *//********************************************
 * LEISTUNGEN – BEREICHE-SECTION (#ws-services-areas)
 ********************************************/

#ws-services-areas.wsvc-areas-section {
  padding: 60px 20px 80px;
  background: #010f18;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Hintergrund-Glows entfernt (keine Punkte in den Ecken) */
#ws-services-areas.wsvc-areas-section::before,
#ws-services-areas.wsvc-areas-section::after {
  display: none !important;
  content: none !important;
}

#ws-services-areas .wsvc-areas-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Header */

#ws-services-areas .wsvc-areas-header {
  text-align: center;
  margin-bottom: 28px;
}

#ws-services-areas .wsvc-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-services-areas .wsvc-areas-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}

#ws-services-areas .wsvc-areas-sub {
  font-size: 0.98rem;
  opacity: 0.95;
  max-width: 760px;
  margin: 0 auto;
  color: #d8e6ee;
}

/* Grid der Bereiche */

#ws-services-areas .wsvc-areas-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

#ws-services-areas .wsvc-area {
  background: rgba(4, 33, 49, 0.96);
  border-radius: 18px;
  border: 1px solid rgba(143, 178, 198, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
  padding: 18px 18px 16px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

#ws-services-areas .wsvc-area::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(
    circle at top left,
    rgba(0, 192, 214, 0.16),
    transparent 55%
  );
  opacity: 0;
  transition: opacity 0.18s ease;
  pointer-events: none;
}

#ws-services-areas .wsvc-area h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 8px 0;
}

#ws-services-areas .wsvc-area p {
  font-size: 0.93rem;
  line-height: 1.7;
  color: #d8e6ee;
  margin: 0 0 8px 0;
}

#ws-services-areas .wsvc-area p:last-child {
  margin-bottom: 0;
}

/* Hover-Effekt (Desktop) */

@media (hover: hover) {
  #ws-services-areas .wsvc-area:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 192, 214, 0.9);
    background: rgba(4, 40, 58, 0.98);
  }

  #ws-services-areas .wsvc-area:hover::before {
    opacity: 1;
  }
}

/* Und vieles mehr + CTA */

#ws-services-areas .wsvc-areas-more {
  margin-top: 26px;
  text-align: center;
}

#ws-services-areas .wsvc-areas-more p {
  font-size: 0.95rem;
  color: #c2d6e0;
  margin: 0 0 10px 0;
}

#ws-services-areas .wsvc-areas-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;

  background: #00c0d6;
  color: #01212f;
  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;
}

#ws-services-areas .wsvc-areas-cta:hover {
  background: #34d3e5;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.7);
}

/* Responsive */

@media (max-width: 900px) {
  #ws-services-areas .wsvc-areas-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  #ws-services-areas.wsvc-areas-section {
    padding: 55px 18px 65px;
  }

  #ws-services-areas .wsvc-areas-header h2 {
    font-size: 1.8rem;
  }

  #ws-services-areas .wsvc-areas-sub {
    font-size: 0.95rem;
  }

  #ws-services-areas .wsvc-area {
    padding: 16px 16px 14px;
  }

  #ws-services-areas .wsvc-area p {
    font-size: 0.9rem;
  }

  #ws-services-areas .wsvc-areas-more p {
    font-size: 0.9rem;
  }

  #ws-services-areas .wsvc-areas-cta {
    width: 100%;
    max-width: 320px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-206516c *//********************************************
 * LEISTUNGEN – DEMO-SECTION (#ws-services-demo)
 ********************************************/

#ws-services-demo.wsvc-demo-section {
  padding: 70px 20px 90px;
  background: #010f18;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(143, 178, 198, 0.35);
}

/* Corner-Glows: nur unten links + unten rechts (gleich hell) */
#ws-services-demo.wsvc-demo-section::before,
#ws-services-demo.wsvc-demo-section::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  filter: blur(26px);
  opacity: 1;
  pointer-events: none;
  background: rgba(0, 192, 214, 0.20);
}

/* unten links */
#ws-services-demo.wsvc-demo-section::before {
  bottom: -70px;
  left: -70px;
}

/* unten rechts */
#ws-services-demo.wsvc-demo-section::after {
  bottom: -70px;
  right: -70px;
}

#ws-services-demo .wsvc-demo-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

/* Pill-Label wiederverwenden */

#ws-services-demo .wsvc-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: 14px;
  color: #bdefff;
}

/* Titel & Text */

#ws-services-demo .wsvc-demo-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 12px 0;
}

#ws-services-demo .wsvc-demo-text {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #d8e6ee;
  margin: 0 auto 8px auto;
  max-width: 700px;
}

#ws-services-demo .wsvc-demo-text--secondary {
  color: #93afbd;
}

/* CTA-Button */

#ws-services-demo .wsvc-demo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 10px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;

  background: #00c0d6;
  color: #01212f;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);

  transition:
    background 0.15s ease,
    transform 0.08s ease,
    box-shadow 0.15s ease;
}

#ws-services-demo .wsvc-demo-cta:hover {
  background: #34d3e5;
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.7);
}

/* Responsive */

@media (max-width: 700px) {
  #ws-services-demo.wsvc-demo-section {
    padding: 55px 18px 75px;
  }

  #ws-services-demo .wsvc-demo-title {
    font-size: 1.8rem;
  }

  #ws-services-demo .wsvc-demo-text {
    font-size: 0.95rem;
  }

  #ws-services-demo .wsvc-demo-cta {
    width: 100%;
    max-width: 320px;
  }
}/* End custom CSS */