@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/inter-400.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("/fonts/inter-500.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("/fonts/inter-600.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("/fonts/inter-700.woff2") format("woff2"); }
/* Forderio Embed CSS - kein Header, kein Footer, Font erbt von WordPress */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }


body.embed-mode {
  font-family: "Inter", sans-serif;
  color: inherit;
  background: transparent;
  line-height: 1.6;
}

.site-main { padding: 1rem 0; }
.container { max-width: 100%; padding: 0 1rem; }
.form-container { max-width: 680px; }

h1 { font-size: 2rem; font-weight: 700; margin-bottom: 1.25rem; }
h2 { font-size: 1.25rem; font-weight: 600; margin-bottom: 0.75rem; }
p { margin-bottom: 1rem; }

.btn-primary {
  display: inline-block; background: #25A777; color: #fff !important;
  padding: 0.6rem 1.5rem; border-radius: 6px; font-weight: 600;
  font-size: 1rem; border: none; cursor: pointer; text-decoration: none;
}
.btn-primary:hover { background: #1d8a62; }
.btn-secondary, .btn-primary { min-width: 140px; text-align: center; }
.btn-secondary { display: inline-block; background: #25A777; color: #fff !important; padding: 0.6rem 1.25rem; border-radius: 6px; font-weight: 600; font-size: 1rem; border: none; cursor: pointer; text-decoration: none; }
  display: inline-block; background: transparent; color: #0E7490 !important;
  padding: 0.6rem 1.25rem; border-radius: 6px; font-weight: 500;
  font-size: 1rem; border: 2px solid #0E7490; cursor: pointer; text-decoration: none;
}
.btn-secondary:hover { background: #f0fdff; }

.form-steps {
  display: flex; align-items: center; margin-bottom: 2.5rem;
  padding: 1rem 0; overflow-x: auto;
}
.step-item { display: flex; flex-direction: column; align-items: center; min-width: 60px; }
.step-number {
  width: 2rem; height: 2rem; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #e5e5e5; color: #888; font-weight: 700; font-size: 0.875rem;
}
.step-item.step-active .step-number { background: #0E7490; color: #fff; }
.step-item.step-done .step-number { background: #25A777; color: #fff; }
.step-label { font-size: 0.75rem; color: #888; margin-top: 0.25rem; white-space: nowrap; }
.step-item.step-active .step-label { color: #0E7490; font-weight: 600; }
.step-item.step-done .step-label { color: #22C55E; }
.step-connector { flex: 1; height: 2px; background: #e5e5e5; min-width: 1.5rem; margin: 0 0.25rem; margin-bottom: 1.25rem; }

.form-group { margin-bottom: 1.5rem; }
.form-group label, .form-group legend {
  display: block; font-weight: 600; margin-bottom: 0.4rem; font-size: 0.95rem;
}
fieldset { border: none; padding: 0; }

input[type="text"], input[type="email"], input[type="tel"],
input[type="number"], select, textarea {
  width: 100%; padding: 0.55rem 0.75rem;
  border: 1px solid #BAE6FD; border-radius: 6px;
  font-size: 1rem; font-family: "Inter", sans-serif; color: #082F49;
  background: #fff;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: #0E7490;
  box-shadow: 0 0 0 3px rgba(14,116,144,0.12);
}
textarea { resize: vertical; }

.input-with-suffix { display: flex; align-items: center; gap: 0.5rem; }
.input-with-suffix input { flex: 1; }
.input-suffix { font-weight: 600; color: #555; white-space: nowrap; }

.radio-label, .checkbox-label {
  display: flex; align-items: flex-start; gap: 0.5rem;
  font-weight: 400; margin-bottom: 0.4rem; cursor: pointer;
}
.radio-label input, .checkbox-label input { margin-top: 0.2rem; flex-shrink: 0; }

.form-error { color: #c0392b; font-size: 0.875rem; margin-top: 0.3rem; }
.has-error input, .has-error select, .has-error textarea { border-color: #c0392b; }
.form-hint { color: #777; font-size: 0.825rem; margin-top: 0.3rem; }
.form-hint-inline { font-size: 0.825rem; font-weight: 400; color: #777; }
.required { color: #c0392b; }
.optional { font-size: 0.825rem; font-weight: 400; color: #888; }

.form-section-heading {
  font-size: 1.05rem; font-weight: 700; color: #0E7490;
  border-bottom: 1px solid #BAE6FD; padding-bottom: 0.4rem;
  margin-bottom: 1.25rem; margin-top: 2rem;
}

.consent-group { background: #F0FDFF; border: 1px solid #BAE6FD; border-radius: 6px; padding: 1rem 1.25rem; }
.consent-text { font-size: 0.875rem; color: #444; margin-bottom: 0.75rem; line-height: 1.55; }

.form-actions { display: flex; gap: 1rem; align-items: center; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #BAE6FD; }

.confirmation-box { max-width: 600px; margin: 3rem auto; text-align: center; }
.confirmation-icon { font-size: 3rem; color: #22C55E; margin-bottom: 1rem; }
.confirmation-note { font-size: 0.9rem; color: #777; margin-top: 1.5rem; }

.rejection-box { max-width: 600px; margin: 3rem auto; }
.rejection-box h1 { color: #c0392b; }

.form-error-box { background: #fde8e8; border: 1px solid #e74c3c; color: #c0392b; padding: 0.75rem 1rem; border-radius: 4px; margin-bottom: 1rem; }
.form-success-box { background: #eafaf1; border: 1px solid #27ae60; color: #1e8449; padding: 0.75rem 1rem; border-radius: 4px; margin-bottom: 1rem; }

.form-actions .btn-primary,
.form-actions .btn-secondary {
  min-width: 140px;
  text-align: center;
  padding: 0.65rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.4;
}

.form-actions .btn-primary,
.form-actions .btn-secondary {
  justify-content: center;
}
