/* Kurzformular (Landings + /verkaufen/) – gleiche Form-Sprache wie /kontakt/ */

.lead-form {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.lead-form .fullLine,
.lead-form .halfLine {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

.lead-form .halfLine {
  width: 100%;
}

.lead-form .fullLine > .halfLine {
  width: 100%;
}

@media (min-width: 700px) {
  .lead-form .fullLine {
    gap: 1.5rem;
  }

  .lead-form .fullLine > .halfLine {
    width: calc(50% - 0.75rem);
  }
}

.lead-form .fielddesc {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: clamp(0.6875rem, 0.64rem + 0.17vw, 0.8125rem);
  line-height: 1;
  font-weight: 400;
  color: #3b3a39;
}

.lead-form input[type="text"],
.lead-form input[type="email"],
.lead-form input[type="tel"],
.lead-form textarea {
  width: 100%;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid #3b3a39;
  background: transparent;
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: clamp(0.8125rem, 0.78rem + 0.12vw, 0.9375rem);
  color: #3b3a39;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

.lead-form input:focus,
.lead-form textarea:focus {
  outline: none;
  border-bottom-color: #1a1a1a;
}

.lead-form textarea {
  min-height: 100px;
  resize: vertical;
}

.lead-form .emailWdh {
  display: none !important;
}

.lead-form .ptop {
  padding-top: 20px;
}

.lead-form .bottomBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(12px, 1rem + 0.5vw, 24px);
  width: 100%;
}

.lead-form .sendBox input[type="submit"] {
  border: 0;
  cursor: pointer;
  padding: clamp(0.625rem, 0.45rem + 0.6vw, 0.875rem) clamp(1.75rem, 1.2rem + 1.5vw, 3rem);
  border-radius: 999px;
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: clamp(0.6875rem, 0.64rem + 0.17vw, 0.8125rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #b4b0ac;
  color: #3b3a39;
}

.lead-form .sendBox input[type="submit"]:hover {
  opacity: 0.85;
}

.lead-form .dsBox {
  flex: 1;
  min-width: 180px;
}

.lead-form .dsBox .chText {
  margin-bottom: 8px;
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: clamp(0.6875rem, 0.64rem + 0.17vw, 0.8125rem);
  line-height: 1.4;
  color: #3b3a39;
}

.lead-form .dsBox a {
  border-bottom: 1px solid rgba(59, 58, 57, 0.35);
}

.lead-form .form-msg {
  margin-bottom: 1.25rem;
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
}

.lead-form .form-msg.success {
  color: #2a5a3a;
}

.lead-form .form-msg.error {
  color: #8a2a2a;
}

.landing-cta-form {
  padding: clamp(2.5rem, 1.75rem + 3vw, 5rem) 0 clamp(4rem, 2.5rem + 4vw, 6.5rem);
  background: #f0efee;
}

.landing-cta-form .lead-form {
  margin: 0 auto;
}

#verkaufen-lead {
  padding-bottom: clamp(4rem, 3rem + 3vw, 6rem);
}

#verkaufen-prozess ul,
#verkaufen-unterlagen ul {
  margin: 1rem 0 0;
  padding-left: 1.15em;
}

#verkaufen-prozess li,
#verkaufen-unterlagen li {
  margin-bottom: 0.45em;
}
