.elementor-1322 .elementor-element.elementor-element-d3eb9b3{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1322 .elementor-element.elementor-element-e9cd64a{text-align:center;}.elementor-1322 .elementor-element.elementor-element-d6147fc{width:100%;max-width:100%;}/* Start custom CSS for wpforms, class: .elementor-element-d6147fc *//* ===== Traumhaft Immobilien – WPForms Premium Styling ===== */

.traumhaft-form-section {
  --bg: #F7F4EF;
  --bg-soft: #EEE7DD;
  --ink: #1E1E1B;
  --muted: rgba(30, 30, 27, 0.68);
  --gold: #B08A57;
  --gold-light: #C9A977;
  --line: rgba(176, 138, 87, 0.22);
  --white: rgba(255, 255, 255, 0.72);
  --shadow: 0 24px 70px rgba(42, 32, 20, 0.10);
  --radius: 28px;

  background:
    radial-gradient(circle at 12% 8%, rgba(201, 169, 119, 0.24), transparent 34%),
    radial-gradient(circle at 88% 92%, rgba(176, 138, 87, 0.16), transparent 36%),
    linear-gradient(135deg, var(--bg), var(--bg-soft));
  padding: clamp(42px, 6vw, 90px) 18px;
  color: var(--ink);
}

/* Formular-Karte */
.traumhaft-form-section .wpforms-container {
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: clamp(26px, 4vw, 52px) !important;
  background: rgba(255, 255, 255, 0.64) !important;
  border: 1px solid rgba(176, 138, 87, 0.24) !important;
  border-radius: var(--radius) !important;
  box-shadow: var(--shadow) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
}

/* Goldlinie oben */
.traumhaft-form-section .wpforms-container::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--gold),
    var(--gold-light),
    transparent
  );
  opacity: 0.9;
}

/* Formulartitel */
.traumhaft-form-section .wpforms-title {
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  line-height: 1.05 !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  margin: 0 0 18px 0 !important;
}

/* Beschreibung unter Titel, falls vorhanden */
.traumhaft-form-section .wpforms-description {
  max-width: 680px;
  color: var(--muted) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  margin-bottom: 34px !important;
}

/* Trennlinie unter Titel entfernen/edler machen */
.traumhaft-form-section .wpforms-container hr {
  border: none !important;
  height: 1px !important;
  background: linear-gradient(
    90deg,
    rgba(176, 138, 87, 0.35),
    rgba(176, 138, 87, 0.06)
  ) !important;
  margin: 24px 0 34px !important;
}

/* Feldabstände */
.traumhaft-form-section .wpforms-field {
  padding: 0 0 22px 0 !important;
}

/* Labels */
.traumhaft-form-section .wpforms-field-label,
.traumhaft-form-section .wpforms-field-sublabel {
  font-family: "Inter", sans-serif !important;
}

.traumhaft-form-section .wpforms-field-label {
  color: var(--ink) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  margin-bottom: 9px !important;
}

.traumhaft-form-section .wpforms-field-sublabel {
  color: rgba(30, 30, 27, 0.48) !important;
  font-size: 13px !important;
  margin-top: 7px !important;
}

/* Pflichtstern */
.traumhaft-form-section .wpforms-required-label {
  color: var(--gold) !important;
}

/* Inputs */
.traumhaft-form-section input[type="text"],
.traumhaft-form-section input[type="email"],
.traumhaft-form-section input[type="tel"],
.traumhaft-form-section input[type="number"],
.traumhaft-form-section input[type="url"],
.traumhaft-form-section select,
.traumhaft-form-section textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 56px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(176, 138, 87, 0.24) !important;
  border-radius: 16px !important;
  color: var(--ink) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  padding: 15px 17px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  transition: all 0.25s ease !important;
}

/* Dropdown optisch edler */
.traumhaft-form-section select {
  cursor: pointer;
}

/* Nachricht-Feld */
.traumhaft-form-section textarea {
  min-height: 150px !important;
  resize: vertical;
}

/* Placeholder */
.traumhaft-form-section input::placeholder,
.traumhaft-form-section textarea::placeholder {
  color: rgba(30, 30, 27, 0.38) !important;
}

/* Fokus */
.traumhaft-form-section input:focus,
.traumhaft-form-section select:focus,
.traumhaft-form-section textarea:focus {
  outline: none !important;
  border-color: rgba(176, 138, 87, 0.78) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow:
    0 0 0 4px rgba(176, 138, 87, 0.13),
    0 12px 30px rgba(42, 32, 20, 0.08) !important;
}

/* Datenschutz-Checkbox */
.traumhaft-form-section .wpforms-field-checkbox ul,
.traumhaft-form-section .wpforms-field-gdpr-checkbox ul {
  margin: 0 !important;
  padding: 0 !important;
}

.traumhaft-form-section .wpforms-field-checkbox li,
.traumhaft-form-section .wpforms-field-gdpr-checkbox li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 11px !important;
  margin: 0 !important;
}

.traumhaft-form-section input[type="checkbox"] {
  accent-color: var(--gold);
  width: 18px !important;
  height: 18px !important;
  margin-top: 3px !important;
  flex: 0 0 18px;
}

.traumhaft-form-section .wpforms-field-checkbox label,
.traumhaft-form-section .wpforms-field-gdpr-checkbox label {
  color: rgba(30, 30, 27, 0.76) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

/* Datenschutz-Link */
.traumhaft-form-section .wpforms-container a {
  color: var(--gold) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(176, 138, 87, 0.35);
  transition: all 0.2s ease;
}

.traumhaft-form-section .wpforms-container a:hover {
  color: var(--ink) !important;
  border-bottom-color: rgba(30, 30, 27, 0.35);
}

/* Button-Container */
.traumhaft-form-section .wpforms-submit-container {
  padding-top: 10px !important;
}

/* Submit Button */
.traumhaft-form-section button[type="submit"],
.traumhaft-form-section .wpforms-submit {
  background:
    linear-gradient(135deg, #B08A57 0%, #C9A977 48%, #9F7948 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  border-radius: 999px !important;
  padding: 16px 34px !important;
  min-height: 58px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  box-shadow:
    0 14px 34px rgba(176, 138, 87, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.36) !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

/* Button Hover */
.traumhaft-form-section button[type="submit"]:hover,
.traumhaft-form-section .wpforms-submit:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 20px 46px rgba(176, 138, 87, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.44) !important;
}

/* Button Active */
.traumhaft-form-section button[type="submit"]:active,
.traumhaft-form-section .wpforms-submit:active {
  transform: translateY(0);
}

/* Fehler */
.traumhaft-form-section .wpforms-error {
  color: #8B2F22 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  margin-top: 7px !important;
}

.traumhaft-form-section .wpforms-field input.wpforms-error,
.traumhaft-form-section .wpforms-field textarea.wpforms-error,
.traumhaft-form-section .wpforms-field select.wpforms-error {
  border-color: rgba(139, 47, 34, 0.58) !important;
  box-shadow: 0 0 0 4px rgba(139, 47, 34, 0.08) !important;
}

/* Erfolgsmeldung */
.traumhaft-form-section .wpforms-confirmation-container-full {
  max-width: 980px;
  margin: 0 auto !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(176, 138, 87, 0.28) !important;
  border-radius: 24px !important;
  color: var(--ink) !important;
  padding: 28px 32px !important;
  box-shadow: var(--shadow) !important;
  font-family: "Inter", sans-serif !important;
  line-height: 1.7 !important;
}

/* WPForms interne Abstände glätten */
.traumhaft-form-section .wpforms-container-full {
  margin-bottom: 0 !important;
}

.traumhaft-form-section div.wpforms-container-full .wpforms-form .wpforms-field {
  clear: both !important;
}

/* Mobile */
@media (max-width: 767px) {
  .traumhaft-form-section {
    padding: 42px 14px;
  }

  .traumhaft-form-section .wpforms-container {
    padding: 26px 18px !important;
    border-radius: 22px !important;
  }

  .traumhaft-form-section .wpforms-title {
    font-size: 34px !important;
  }

  .traumhaft-form-section input[type="text"],
  .traumhaft-form-section input[type="email"],
  .traumhaft-form-section input[type="tel"],
  .traumhaft-form-section select,
  .traumhaft-form-section textarea {
    border-radius: 14px !important;
  }

  .traumhaft-form-section button[type="submit"],
  .traumhaft-form-section .wpforms-submit {
    width: 100% !important;
  }
}/* End custom CSS */
/* Start custom CSS */h1 {
  background: linear-gradient(90deg, #d7263d, #0e1116); /* Farbverlauf von rot nach dunkelblau */
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'Outfit', sans-serif; /* Schriftart anpassen, falls erforderlich */
  font-weight: bold; /* Optional: Fettdruck */
}

h2, h3 {
  background: linear-gradient(90deg, #d7263d, #0e1116); /* Gleicher Verlauf für andere Überschriften */
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'Outfit', sans-serif;
}/* End custom CSS */