/* [project]/app/beratung/page.css [app-client] (css) */
.beratung-page .page-hero {
  height: auto;
  min-height: 480px;
}

.beratung-channels .interlude-stat.channel {
  color: inherit;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .15s;
  display: flex;
}

.beratung-channels .interlude-stat.channel:hover {
  transform: translateY(-3px);
}

.beratung-channels .stat-num {
  font-size: 36px;
}

.beratung-channels .stat-label small {
  opacity: .65;
  margin-top: 4px;
  font-size: 12px;
  display: block;
}

.beratung-form-section {
  background: var(--page, #fafaf7);
  padding: 64px 28px;
}

.beratung-form-inner {
  max-width: 760px;
  margin: 0 auto;
}

.beratung-form-inner .section-head {
  text-align: center;
  margin-bottom: 40px;
}

.beratung-form-inner .section-head h2 {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 8px 0;
  font-size: 32px;
}

.beratung-form-inner .section-head p {
  color: var(--muted, #6b6b6b);
}

.beratung-form {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.beratung-form .form-row {
  flex-direction: column;
  display: flex;
}

.beratung-form .form-row.two {
  flex-direction: row;
  gap: 16px;
}

.beratung-form .form-row.two > label {
  flex: 1;
}

.beratung-form .form-row.two > label.zip {
  flex: 0 0 140px;
}

.beratung-form label {
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  display: flex;
}

.beratung-form label > span {
  color: var(--ink, #1a1a1a);
  font-weight: 600;
}

.beratung-form input, .beratung-form textarea {
  background: #fff;
  border: 1px solid #d5d2c8;
  border-radius: 3px;
  outline: none;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 15px;
  transition: border-color .15s;
}

.beratung-form input:focus-visible, .beratung-form textarea:focus-visible {
  border-color: var(--accent-2, #7fa23d);
}

.beratung-form textarea {
  resize: vertical;
  min-height: 120px;
}

.beratung-form .gdpr {
  color: var(--muted, #555);
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
}

.beratung-form .gdpr input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.beratung-form .gdpr a {
  color: var(--accent-2, #7fa23d);
  text-decoration: underline;
}

.beratung-form .form-submit {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  display: flex;
}

.beratung-form .form-submit button {
  background: var(--btn, #2f4417);
  color: #fff;
  cursor: pointer;
  height: 52px;
  font-family: var(--font-oswald), "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
  border: none;
  border-radius: 3px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 600;
  transition: background .15s;
}

.beratung-form .form-submit button:hover:not(:disabled) {
  background: var(--btn-hover, #3c5520);
}

.beratung-form .form-submit button:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.beratung-form .form-error {
  color: #c0392b;
  margin: 0;
  font-size: 14px;
}

.beratung-form-success {
  text-align: center;
  background: #fff;
  border: 1px solid #e1ddd0;
  border-radius: 4px;
  padding: 48px 24px;
}

.beratung-form-success h3 {
  font-family: var(--font-oswald), "Oswald", sans-serif;
  color: var(--accent-2, #7fa23d);
  margin: 0 0 12px;
  font-size: 28px;
}

.beratung-form-success p {
  color: var(--muted, #555);
  margin: 0 0 20px;
}

.beratung-form-success button {
  height: 44px;
  color: var(--btn, #2f4417);
  border: 1px solid var(--btn, #2f4417);
  cursor: pointer;
  font-family: var(--font-oswald), "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
  background: none;
  border-radius: 3px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 640px) {
  .beratung-form .form-row.two {
    flex-direction: column;
    gap: 16px;
  }

  .beratung-form .form-row.two > label.zip {
    flex: 1;
  }
}

/*# sourceMappingURL=app_beratung_page_13o._s0.css.map*/