.elementor-448 .elementor-element.elementor-element-2907001{--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-448 .elementor-element.elementor-element-eb01b48{--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-6e9ba09 *//********************************************
 * KONTAKT – SEKTION 1: INTRO
 ********************************************/

#ws-contact-intro.wct-section--intro {
  padding: 90px 20px 60px;
  background: #010f18;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Glow-Hintergrund entfernt */
#ws-contact-intro.wct-section--intro::before,
#ws-contact-intro.wct-section--intro::after {
  display: none !important;
  content: none !important;
}

#ws-contact-intro .wct-inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Pill-Label */
#ws-contact-intro .wct-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 & Texte */
#ws-contact-intro .wct-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 12px 0;
}

#ws-contact-intro .wct-sub {
  font-size: 1rem;
  line-height: 1.7;
  color: #d8e6ee;
  margin: 0 auto 10px auto;
}

#ws-contact-intro .wct-sub--secondary {
  color: #93afbd;
}

#ws-contact-intro .wct-note {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #b2c6d3;
}

/* Responsive */
@media (max-width: 700px) {
  #ws-contact-intro.wct-section--intro {
    padding: 70px 18px 50px;
  }

  #ws-contact-intro .wct-title {
    font-size: 1.8rem;
  }

  #ws-contact-intro .wct-sub {
    font-size: 0.95rem;
  }

  #ws-contact-intro .wct-note {
    font-size: 0.86rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e19bd03 *//********************************************
 * 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 */