﻿.onlineanfrage-page {
  background:
    radial-gradient(circle at top left, rgba(210, 175, 92, 0.06), transparent 20rem),
    linear-gradient(180deg, #fcfbf8 0%, #f7f3eb 54%, #fcfbf8 100%);
  color: #111111;
  overflow-x: hidden;
}

.onlineanfrage-page *,
.onlineanfrage-page *::before,
.onlineanfrage-page *::after {
  box-sizing: border-box;
}

.onlineanfrage-page .af-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.onlineanfrage-page .af-page {
  padding: 24px 0 88px;
}

.onlineanfrage-page .af-shell {
  width: min(980px, calc(100% - 24px));
  margin: 0 auto;
}

.onlineanfrage-page .af-hero-shell {
  padding: 18px 0 24px;
}

.onlineanfrage-page .af-hero,
.onlineanfrage-page .af-step-card,
.onlineanfrage-page .af-noscript {
  border-radius: 28px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.045);
}

.onlineanfrage-page .af-stage,
.onlineanfrage-page .af-step-viewport,
.onlineanfrage-page .af-step,
.onlineanfrage-page .af-step-card,
.onlineanfrage-page .af-answer-grid,
.onlineanfrage-page .af-summary-row,
.onlineanfrage-page .af-summary-copy,
.onlineanfrage-page .af-contact-fields,
.onlineanfrage-page .af-field,
.onlineanfrage-page .af-option-card,
.onlineanfrage-page .af-option-card__body,
.onlineanfrage-page .af-tile,
.onlineanfrage-page .af-tile span {
  min-width: 0;
}

.onlineanfrage-page .af-hero {
  display: grid;
  gap: 20px;
  padding: 32px 24px;
}

.onlineanfrage-page .af-kicker,
.onlineanfrage-page .af-step-kicker,
.onlineanfrage-page .af-progress-label,
.onlineanfrage-page .af-summary-label {
  margin: 0;
  color: #7d7156;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.onlineanfrage-page .af-hero h1,
.onlineanfrage-page .af-step-title {
  margin: 0;
  color: #111111;
  letter-spacing: -0.045em;
  overflow-wrap: break-word;
  hyphens: auto;
  text-wrap: balance;
}

.onlineanfrage-page .af-hero h1 {
  max-width: 12ch;
  font-size: clamp(34px, 6.8vw, 52px);
  font-weight: 650;
  line-height: 1.04;
}

.onlineanfrage-page .af-hero-lead,
.onlineanfrage-page .af-step-text,
.onlineanfrage-page .af-step-hint,
.onlineanfrage-page .af-upload-text,
.onlineanfrage-page .af-consent-copy p,
.onlineanfrage-page .af-summary-empty,
.onlineanfrage-page .af-noscript,
.onlineanfrage-page .af-submit-note {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.72);
  overflow-wrap: anywhere;
}

.onlineanfrage-page .af-hero-points,
.onlineanfrage-page .af-step-note-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.onlineanfrage-page .af-hero-points li,
.onlineanfrage-page .af-step-note-list span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(252, 251, 248, 0.92);
  color: rgba(17, 17, 17, 0.66);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.onlineanfrage-page .af-hero-actions,
.onlineanfrage-page .af-step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.onlineanfrage-page .af-btn,
.onlineanfrage-page .af-link-action,
.onlineanfrage-page .af-back,
.onlineanfrage-page .af-summary-edit,
.onlineanfrage-page .af-quick-pick {
  appearance: none;
  font: inherit;
}

.onlineanfrage-page .af-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
  cursor: pointer;
}

.onlineanfrage-page .af-btn--primary {
  border: none;
  background: rgba(53, 52, 58, 0.94);
  color: #ffffff;
  font-size: 15px;
  font-weight: 620;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(23, 23, 29, 0.22);
}

.onlineanfrage-page .af-step[data-step="intro"] .af-btn--primary {
  width: 236px;
  max-width: 100%;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 18px;
  background: rgba(53, 52, 58, 0.94);
  color: #ffffff;
  font-size: 15px;
  font-weight: 620;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(23, 23, 29, 0.22);
}

.onlineanfrage-page .af-step[data-step="intro"] .af-btn--primary:hover,
.onlineanfrage-page .af-step[data-step="intro"] .af-btn--primary:focus-visible {
  box-shadow: 0 16px 30px rgba(23, 23, 29, 0.26);
}

.onlineanfrage-page .af-btn--primary:hover,
.onlineanfrage-page .af-btn--primary:focus-visible {
  box-shadow: 0 16px 30px rgba(23, 23, 29, 0.26);
}

.onlineanfrage-page .af-btn--secondary,
.onlineanfrage-page .af-quick-pick,
.onlineanfrage-page .af-upload-cta {
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: #111111;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.04);
}

.onlineanfrage-page .af-btn:hover,
.onlineanfrage-page .af-btn:focus-visible,
.onlineanfrage-page .af-quick-pick:hover,
.onlineanfrage-page .af-quick-pick:focus-visible,
.onlineanfrage-page .af-summary-edit:hover,
.onlineanfrage-page .af-summary-edit:focus-visible,
.onlineanfrage-page .af-link-action:hover,
.onlineanfrage-page .af-link-action:focus-visible {
  transform: translateY(-1px);
}

.onlineanfrage-page .af-stage {
  display: grid;
  gap: 14px;
}

.onlineanfrage-page .af-noscript {
  padding: 18px 20px;
}

.onlineanfrage-page .af-noscript a {
  color: #111111;
  font-weight: 600;
}

.onlineanfrage-page .af-form {
  display: grid;
  gap: 12px;
}

.onlineanfrage-page .af-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.onlineanfrage-page .af-meta,
.onlineanfrage-page .af-step-actions,
.onlineanfrage-page .af-enhanced-only {
  display: none;
}

.onlineanfrage-page .af-step-actions--summary {
  display: flex;
}

.onlineanfrage-page .af-step + .af-step {
  margin-top: 18px;
}

.onlineanfrage-page.af-enhanced .af-step + .af-step {
  margin-top: 0;
}

.onlineanfrage-page.af-enhanced .af-form {
  gap: 0;
}

.onlineanfrage-page.af-enhanced .af-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 24px 24px 0 0;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 22px rgba(17, 17, 17, 0.04);
}

.onlineanfrage-page.af-enhanced:not(.af-intro-step-active) .af-stage {
  gap: 0;
}

.onlineanfrage-page.af-enhanced:not(.af-intro-step-active) .af-step-card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.onlineanfrage-page.af-enhanced.af-intro-step-active .af-meta {
  display: none;
}

.onlineanfrage-page.af-enhanced .af-step[data-step="intro"] .af-step-card {
  gap: 16px;
}

.onlineanfrage-page.af-enhanced .af-step[data-step="intro"] .af-step-kicker {
  display: grid;
  gap: 0;
  margin-bottom: 2px;
}

@media (min-width: 640px) {
  .onlineanfrage-page.af-enhanced.af-intro-step-active .af-stage {
    gap: 0;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.onlineanfrage-page .af-back {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-width: 44px;
  min-height: 44px;
  padding: 0 2px;
  border: 0;
  background: transparent;
  color: rgba(17, 17, 17, 0.82);
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 180ms ease, color 180ms ease;
}

.onlineanfrage-page .af-back svg {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.onlineanfrage-page .af-back span {
  display: inline-block;
  color: rgba(17, 17, 17, 0.6);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}

.onlineanfrage-page .af-back:hover,
.onlineanfrage-page .af-back:focus-visible {
  opacity: 1;
  color: rgba(17, 17, 17, 0.92);
  transform: none;
}

.onlineanfrage-page .af-back:hover span,
.onlineanfrage-page .af-back:focus-visible span {
  color: rgba(17, 17, 17, 0.72);
}

.onlineanfrage-page .af-progress {
  display: grid;
  gap: 8px;
}

.onlineanfrage-page .af-progress-track {
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.08);
  overflow: hidden;
}

.onlineanfrage-page .af-progress-track span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.92), rgba(125, 113, 86, 0.92));
  transition: width 200ms ease;
}

.onlineanfrage-page .af-context {
  grid-column: 2 / -1;
  min-height: 1.4em;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.56);
  overflow-wrap: anywhere;
}

.onlineanfrage-page .af-step-viewport {
  position: relative;
  display: grid;
}

.onlineanfrage-page .af-step {
  display: block;
}

.onlineanfrage-page.af-enhanced .af-step[hidden] {
  display: none !important;
}

.onlineanfrage-page .af-step-card {
  display: grid;
  gap: 20px;
  padding: 28px 24px;
}

.onlineanfrage-page .af-step-title {
  font-size: clamp(29px, 4.6vw, 40px);
  font-weight: 650;
  line-height: 1.12;
}

.onlineanfrage-page .af-answer-grid {
  display: grid;
  gap: 12px;
}

.onlineanfrage-page .af-answer-grid--service,
.onlineanfrage-page .af-answer-grid--tiles {
  grid-template-columns: 1fr;
}

.onlineanfrage-page .af-option-card,
.onlineanfrage-page .af-tile {
  position: relative;
  display: block;
}

.onlineanfrage-page .af-option-card input,
.onlineanfrage-page .af-tile input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.onlineanfrage-page .af-option-card__body,
.onlineanfrage-page .af-tile span {
  display: grid;
  gap: 6px;
  width: 100%;
  min-height: 74px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(252, 251, 248, 0.94);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.onlineanfrage-page .af-option-card__body strong {
  color: #111111;
  font-size: 20px;
  font-weight: 620;
  line-height: 1.2;
}

.onlineanfrage-page .af-option-card__body small {
  color: rgba(17, 17, 17, 0.62);
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.onlineanfrage-page .af-tile span {
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(17, 17, 17, 0.82);
  overflow-wrap: anywhere;
}

.onlineanfrage-page .af-option-card:hover .af-option-card__body,
.onlineanfrage-page .af-option-card input:focus-visible + .af-option-card__body,
.onlineanfrage-page .af-tile:hover span,
.onlineanfrage-page .af-tile input:focus-visible + span {
  transform: translateY(-1px);
  border-color: rgba(125, 113, 86, 0.16);
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.038);
}

.onlineanfrage-page .af-option-card input:checked + .af-option-card__body,
.onlineanfrage-page .af-tile input:checked + span,
.onlineanfrage-page .af-quick-pick.is-active {
  border-color: rgba(125, 113, 86, 0.2);
  background: linear-gradient(180deg, rgba(250, 247, 237, 0.98) 0%, rgba(252, 249, 243, 0.98) 100%);
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.04);
  color: #111111;
}

.onlineanfrage-page.af-enhanced .af-option-card.is-armed .af-option-card__body,
.onlineanfrage-page.af-enhanced .af-tile.is-armed span {
  transform: translateY(-2px) scale(0.995);
  border-color: rgba(125, 113, 86, 0.24);
  background: linear-gradient(180deg, rgba(251, 247, 236, 0.99) 0%, rgba(252, 249, 242, 0.99) 100%);
  box-shadow: 0 12px 22px rgba(17, 17, 17, 0.05);
}

.onlineanfrage-page .af-field,
.onlineanfrage-page .af-contact-fields {
  display: grid;
  gap: 14px;
}

.onlineanfrage-page .af-label,
.onlineanfrage-page .af-upload-title {
  color: #111111;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.onlineanfrage-page .af-field input,
.onlineanfrage-page .af-field textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #ffffff;
  color: #111111;
  font: inherit;
  padding: 15px 16px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.onlineanfrage-page .af-field input::placeholder,
.onlineanfrage-page .af-field textarea::placeholder {
  color: rgba(17, 17, 17, 0.42);
}

.onlineanfrage-page .af-field input {
  min-height: 54px;
}

.onlineanfrage-page .af-field textarea {
  min-height: 132px;
  resize: vertical;
}

.onlineanfrage-page .af-field input:focus,
.onlineanfrage-page .af-field textarea:focus {
  border-color: rgba(125, 113, 86, 0.32);
  box-shadow: 0 0 0 4px rgba(210, 175, 92, 0.1);
}

.onlineanfrage-page .af-quick-picks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.onlineanfrage-page.af-enhanced .af-enhanced-only,
.onlineanfrage-page.af-enhanced .af-step-actions {
  display: flex;
}

.onlineanfrage-page .af-quick-pick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.onlineanfrage-page .af-conditional[hidden],
.onlineanfrage-page [hidden] {
  display: none !important;
}

.onlineanfrage-page .af-upload-surface {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(252, 251, 248, 0.92);
  overflow: hidden;
}

.onlineanfrage-page .af-upload-drop {
  display: grid;
  gap: 10px;
  justify-items: start;
  min-height: 148px;
  padding: 20px;
  border-radius: 20px;
  border: 1px dashed rgba(17, 17, 17, 0.14);
  background: #ffffff;
  align-content: center;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.onlineanfrage-page .af-upload-meta {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.56);
}

.onlineanfrage-page .af-upload-input {
  width: 100%;
  font: inherit;
}

.onlineanfrage-page.af-enhanced .af-upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
}

.onlineanfrage-page .af-upload-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: rgba(17, 17, 17, 0.68);
  font-size: 14px;
  line-height: 1.6;
}

.onlineanfrage-page .af-upload-surface.is-dragover .af-upload-drop {
  border-color: rgba(125, 113, 86, 0.22);
  background: rgba(251, 248, 238, 0.96);
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.03);
}

.onlineanfrage-page .af-step-error {
  margin: 0;
  color: #a23624;
  font-size: 14px;
  line-height: 1.55;
}

.onlineanfrage-page .af-link-action,
.onlineanfrage-page .af-summary-edit {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(17, 17, 17, 0.68);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
}

.onlineanfrage-page .af-summary-list {
  display: grid;
  gap: 12px;
}

.onlineanfrage-page .af-summary-row {
  display: grid;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.96);
}

.onlineanfrage-page .af-summary-copy {
  display: grid;
  gap: 4px;
}

.onlineanfrage-page .af-summary-value {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.onlineanfrage-page .af-summary-edit {
  align-self: start;
  justify-self: start;
}

.onlineanfrage-page .af-consent-block {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(252, 251, 248, 0.94);
}

.onlineanfrage-page .af-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #111111;
  font-size: 15px;
  line-height: 1.55;
}

.onlineanfrage-page .af-consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: #111111;
  flex: 0 0 auto;
}

.onlineanfrage-page .af-consent-copy {
  display: grid;
  gap: 8px;
}

.onlineanfrage-page .af-step-actions {
  align-items: stretch;
  justify-content: flex-start;
}

.onlineanfrage-page .af-step-actions .af-btn,
.onlineanfrage-page .af-step-actions .af-link-action {
  flex: 1 1 100%;
}

.onlineanfrage-page .af-step-actions--summary .af-btn {
  flex-basis: 100%;
}

.onlineanfrage-page.af-enhanced .af-step.is-entering .af-step-card {
  animation: afStepEnter 200ms ease;
}

.onlineanfrage-page.af-enhanced .af-step.is-leaving .af-step-card {
  animation: afStepLeave 190ms ease both;
}

@keyframes afStepEnter {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes afStepLeave {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -12px, 0);
  }
}

@media (min-width: 760px) {
  .onlineanfrage-page .af-shell {
    width: min(1060px, calc(100% - 48px));
  }

  .onlineanfrage-page .af-hero,
  .onlineanfrage-page .af-step-card {
    padding: 36px 38px;
  }

  .onlineanfrage-page .af-answer-grid--service,
  .onlineanfrage-page .af-answer-grid--tiles,
  .onlineanfrage-page .af-contact-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .onlineanfrage-page .af-answer-grid--service .af-option-card:last-child {
    grid-column: 1 / -1;
  }

  .onlineanfrage-page .af-step-actions .af-btn,
  .onlineanfrage-page .af-step-actions .af-link-action,
  .onlineanfrage-page .af-step-actions--summary .af-btn {
    flex: 0 0 auto;
  }

  .onlineanfrage-page .af-step-actions {
    justify-content: space-between;
    align-items: center;
  }

  .onlineanfrage-page .af-summary-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }
}

@media (max-width: 639px) {
  .onlineanfrage-page .af-page {
    padding-bottom: 72px;
  }

  .onlineanfrage-page.af-enhanced .af-form {
    gap: 0;
  }

  .onlineanfrage-page .af-stage {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .onlineanfrage-page.af-enhanced.af-intro-step-active .af-stage {
    gap: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .onlineanfrage-page.af-enhanced:not(.af-intro-step-active) .af-stage {
    gap: 0;
  }

  .onlineanfrage-page .af-hero h1,
  .onlineanfrage-page .af-step-title {
    font-size: clamp(28px, 9vw, 36px);
    line-height: 1.12;
  }

  .onlineanfrage-page .af-step-card,
  .onlineanfrage-page .af-hero,
  .onlineanfrage-page .af-noscript {
    padding-left: 20px;
    padding-right: 20px;
  }

  .onlineanfrage-page .af-step-card,
  .onlineanfrage-page .af-hero {
    gap: 18px;
  }

  .onlineanfrage-page .af-hero-actions .af-btn,
  .onlineanfrage-page .af-step-actions .af-btn,
  .onlineanfrage-page .af-step-actions .af-link-action {
    width: 100%;
  }

  .onlineanfrage-page .af-step[data-step="intro"] .af-step-actions .af-btn--primary {
    width: 100%;
    max-width: 236px;
  }

  .onlineanfrage-page .af-summary-row {
    padding: 15px 16px;
  }

  .onlineanfrage-page.af-enhanced .af-meta {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
    border-radius: 24px 24px 0 0;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.045);
  }

  .onlineanfrage-page.af-enhanced:not(.af-intro-step-active) .af-step[data-step]:not([hidden]) .af-step-card {
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.045);
  }

  .onlineanfrage-page .af-back {
    justify-self: start;
  }

  .onlineanfrage-page .af-context {
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  .onlineanfrage-page .af-shell {
    width: min(980px, calc(100% - 20px));
  }

  .onlineanfrage-page .af-step-card,
  .onlineanfrage-page .af-hero,
  .onlineanfrage-page .af-noscript,
  .onlineanfrage-page .af-consent-block,
  .onlineanfrage-page .af-upload-surface {
    padding-left: 18px;
    padding-right: 18px;
  }

  .onlineanfrage-page .af-option-card__body,
  .onlineanfrage-page .af-tile span {
    min-height: 70px;
    padding: 16px;
  }

  .onlineanfrage-page .af-btn {
    min-height: 52px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .onlineanfrage-page .af-summary-value,
  .onlineanfrage-page .af-link-action,
  .onlineanfrage-page .af-summary-edit {
    font-size: 15px;
  }
}

/* ============================================================
   ALL-STEPS-VISIBLE REDESIGN – PREMIUM / IDŐSBARÁT
   ============================================================ */

/* ── Hide old meta bar (progress bar replaced by per-step counters) ── */
.onlineanfrage-page.af-enhanced .af-meta {
  display: none !important;
}

/* ── Page background & shell ── */
.onlineanfrage-page {
  background: #F5F2EE;
}

/* ── Stage: all steps as a column with generous gaps ── */
.onlineanfrage-page.af-enhanced:not(.af-intro-step-active) .af-stage,
.onlineanfrage-page.af-enhanced .af-stage {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.onlineanfrage-page.af-enhanced .af-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── Show all steps simultaneously ── */
.onlineanfrage-page.af-enhanced .af-step {
  display: block;
}

/* Destination step hidden by default, shown by JS */
.onlineanfrage-page.af-enhanced .af-step[hidden] {
  display: none !important;
}

/* ── Intro step: full-width hero header ── */
.onlineanfrage-page .af-step[data-step="intro"] .af-step-card {
  background: #2c2c2c;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 56px 40px 52px;
  gap: 16px;
  margin-bottom: 0;
}

.onlineanfrage-page .af-step[data-step="intro"] .af-step-kicker {
  color: #B8973A;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.onlineanfrage-page .af-step[data-step="intro"] .af-step-title {
  color: #ffffff;
  font-size: clamp(32px, 5vw, 54px);
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.onlineanfrage-page .af-step[data-step="intro"] .af-step-text {
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  max-width: 56ch;
}

.onlineanfrage-page .af-step[data-step="intro"] .af-step-actions {
  display: flex;
  margin-top: 8px;
}

.onlineanfrage-page .af-step[data-step="intro"] .af-btn--primary {
  background: #B8973A;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  box-shadow: none;
}

.onlineanfrage-page .af-step[data-step="intro"] .af-btn--primary:hover,
.onlineanfrage-page .af-step[data-step="intro"] .af-btn--primary:focus-visible {
  background: #cfa840;
  box-shadow: 0 8px 20px rgba(184,151,58,0.3);
}

/* ── Step cards – spacing & style ── */
.onlineanfrage-page .af-step:not([data-step="intro"]) {
  padding: 0 0 72px;
}

.onlineanfrage-page .af-step:not([data-step="intro"]) .af-step-card {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(17,17,17,0.06);
  box-shadow: none;
  background: #ffffff;
  padding: 40px 40px 36px;
  gap: 24px;
}

/* Alternate card background for visual rhythm */
.onlineanfrage-page .af-step:nth-child(even):not([data-step="intro"]) .af-step-card {
  background: #faf8f4;
}

/* ── Step number indicator ("01 / 13") ── */
.onlineanfrage-page .af-step-num {
  display: block;
  color: #B8973A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2px;
}

/* Combine step-num and kicker on same line */
.onlineanfrage-page .af-step-header {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

/* ── Step title – bigger and bolder ── */
.onlineanfrage-page .af-step-title {
  font-size: clamp(28px, 3.8vw, 42px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: #111;
}

/* ── Kicker label (LEISTUNG, BEREICH etc.) ── */
.onlineanfrage-page .af-step-kicker {
  color: #B8973A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* ── Answer grid: more gap ── */
.onlineanfrage-page .af-answer-grid {
  gap: 12px;
}

/* ── Tile (chip) base ── */
.onlineanfrage-page .af-tile span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 80px;
  padding: 18px 20px;
  border-radius: 16px;
  border: 2px solid rgba(17,17,17,0.10);
  background: #ffffff;
  font-size: 18px;
  font-weight: 500;
  color: #111;
  line-height: 1.4;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
  position: relative;
}

/* Checkmark circle on right */
.onlineanfrage-page .af-tile span::after {
  content: "";
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  border: 2px solid rgba(17,17,17,0.18);
  background: #f5f2ee;
  margin-left: auto;
  transition: background 0.2s, border-color 0.2s;
}

/* Hover state */
.onlineanfrage-page .af-tile:hover span,
.onlineanfrage-page .af-tile input:focus-visible + span {
  border-color: rgba(17,17,17,0.22);
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transform: none;
}

/* ── SELECTED TILE – dark anthracite ── */
.onlineanfrage-page .af-tile input:checked + span {
  background: #2c2c2c;
  border-color: #2c2c2c;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(44,44,44,0.22);
}

/* Green checkmark when selected */
.onlineanfrage-page .af-tile input:checked + span::after {
  background: #22c55e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpolyline points='1 5 4.5 9 11 1' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat;
  border-color: #22c55e;
}

/* ── SERVICE STEP – SENIOR-FRIENDLY REDESIGN
   ============================================================ */

/* Card layout override */
.onlineanfrage-page .af-answer-grid--service .af-option-card__body {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 88px;
  padding: 22px 20px;
  border: 2px solid rgba(17,17,17,0.10);
  background: #ffffff;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.onlineanfrage-page .af-answer-grid--service .af-option-card:hover .af-option-card__body {
  border-color: rgba(44,44,44,0.24);
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transform: none;
}

/* Check circle */
.onlineanfrage-page .af-service-check {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(17,17,17,0.18);
  background: #f5f2ee;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.22s, background 0.22s;
}

.onlineanfrage-page .af-service-check svg {
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.2s, transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Text block */
.onlineanfrage-page .af-service-text {
  flex: 1;
  display: grid;
  gap: 4px;
}

.onlineanfrage-page .af-answer-grid--service .af-option-card__body strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  transition: color 0.2s;
}

.onlineanfrage-page .af-answer-grid--service .af-option-card__body small {
  font-size: 15px;
  line-height: 1.4;
  color: rgba(17,17,17,0.55);
  transition: color 0.2s;
}

/* "Ausgewählt" badge */
.onlineanfrage-page .af-service-badge {
  position: absolute;
  top: -1px;
  right: 16px;
  background: #22c55e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 0 0 8px 8px;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.2s, transform 0.2s;
  pointer-events: none;
  white-space: nowrap;
}

/* === SELECTED SERVICE === */
.onlineanfrage-page .af-answer-grid--service .af-option-card input:checked + .af-option-card__body {
  background: #2c2c2c;
  border-color: #2c2c2c;
  box-shadow: 0 6px 22px rgba(44,44,44,0.28);
}

.onlineanfrage-page .af-answer-grid--service .af-option-card input:checked + .af-option-card__body .af-service-check {
  background: #ffffff;
  border-color: #ffffff;
}

.onlineanfrage-page .af-answer-grid--service .af-option-card input:checked + .af-option-card__body .af-service-check svg {
  opacity: 1;
  transform: scale(1);
}

.onlineanfrage-page .af-answer-grid--service .af-option-card input:checked + .af-option-card__body strong {
  color: #ffffff;
}

.onlineanfrage-page .af-answer-grid--service .af-option-card input:checked + .af-option-card__body small {
  color: rgba(255,255,255,0.78);
}

.onlineanfrage-page .af-answer-grid--service .af-option-card input:checked + .af-option-card__body .af-service-badge {
  opacity: 1;
  transform: translateY(0);
}

/* Fix SVG check color for dark bg */
.onlineanfrage-page .af-answer-grid--service .af-option-card input:checked + .af-option-card__body .af-service-check svg {
  stroke: #2c2c2c;
}

/* Suppress armed lift for service cards */
.onlineanfrage-page.af-enhanced .af-answer-grid--service .af-option-card.is-armed .af-option-card__body {
  transform: none;
}

/* === SERVICE SELECTION HINT === */
.onlineanfrage-page .af-service-selection-hint {
  display: none;
  align-items: center;
  gap: 12px;
  background: #f0ece3;
  border: 2px solid rgba(17,17,17,0.10);
  border-radius: 14px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #2c2c2c;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s, transform 0.3s;
}

.onlineanfrage-page.af-enhanced .af-service-selection-hint {
  display: flex;
}

.onlineanfrage-page .af-service-selection-hint.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.onlineanfrage-page .af-service-hint-icon {
  font-size: 20px;
  flex-shrink: 0;
}

/* === WEITER BUTTON (all steps) === */
.onlineanfrage-page .af-step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* Always show in enhanced mode */
.onlineanfrage-page.af-enhanced .af-step-actions,
.onlineanfrage-page.af-enhanced .af-enhanced-only {
  display: flex;
}

.onlineanfrage-page .af-btn--primary {
  background: #2c2c2c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  min-height: 56px;
  padding: 0 32px;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(44,44,44,0.20);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 180ms, box-shadow 180ms, transform 180ms;
}

.onlineanfrage-page .af-btn--primary:hover:not(:disabled),
.onlineanfrage-page .af-btn--primary:focus-visible:not(:disabled) {
  background: #1a1a1a;
  box-shadow: 0 10px 28px rgba(44,44,44,0.28);
  transform: translateY(-1px);
}

/* DISABLED state */
.onlineanfrage-page .af-btn--primary:disabled,
.onlineanfrage-page .af-btn--primary[aria-disabled="true"] {
  background: rgba(17,17,17,0.12) !important;
  color: rgba(17,17,17,0.32) !important;
  box-shadow: none !important;
  cursor: not-allowed;
  pointer-events: auto; /* allow :focus but no action */
  transform: none !important;
}

/* Service step Weiter button special sizing */
.onlineanfrage-page .af-service-actions {
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.onlineanfrage-page.af-enhanced .af-service-actions {
  display: flex;
}

.onlineanfrage-page .af-service-next {
  min-height: 64px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 16px;
  width: 100%;
}

.onlineanfrage-page .af-service-note {
  text-align: center;
  font-size: 14px;
  color: rgba(17,17,17,0.48);
  margin: 0;
}

/* Full-width Weiter on step actions */
.onlineanfrage-page .af-step-actions .af-btn,
.onlineanfrage-page .af-step-actions .af-link-action {
  flex: 1 1 100%;
}

/* ── Step text ── */
.onlineanfrage-page .af-step-text {
  font-size: 17px;
  color: rgba(17,17,17,0.66);
  max-width: 60ch;
}

/* ── Input fields ── */
.onlineanfrage-page .af-field input,
.onlineanfrage-page .af-field textarea {
  min-height: 56px;
  font-size: 18px;
  border-radius: 14px;
  border-width: 2px;
}

.onlineanfrage-page .af-field input:focus,
.onlineanfrage-page .af-field textarea:focus {
  border-color: #2c2c2c;
  box-shadow: 0 0 0 4px rgba(44,44,44,0.08);
}

/* ── Quick-pick buttons ── */
.onlineanfrage-page .af-quick-pick {
  min-height: 44px;
  font-size: 15px;
  padding: 0 16px;
}

.onlineanfrage-page .af-quick-pick.is-active {
  background: #2c2c2c;
  color: #fff;
  border-color: #2c2c2c;
}

/* ── Summary step ── */
.onlineanfrage-page .af-step[data-step="summary"] .af-step-card {
  background: #ffffff;
}

.onlineanfrage-page .af-step-actions--summary .af-btn {
  flex-basis: 100%;
  font-size: 17px;
  min-height: 60px;
  border-radius: 14px;
  letter-spacing: 0.02em;
}

/* ── Responsive adjustments ── */
@media (max-width: 760px) {
  .onlineanfrage-page .af-step:not([data-step="intro"]) .af-step-card {
    padding: 32px 20px 28px;
  }

  .onlineanfrage-page .af-step[data-step="intro"] .af-step-card {
    padding: 44px 20px 40px;
  }

  .onlineanfrage-page .af-tile span {
    min-height: 72px;
    font-size: 17px;
    padding: 16px 18px;
  }

  .onlineanfrage-page .af-step:not([data-step="intro"]) {
    padding-bottom: 56px;
  }

  .onlineanfrage-page .af-answer-grid--service,
  .onlineanfrage-page .af-answer-grid--tiles,
  .onlineanfrage-page .af-contact-fields {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 761px) {
  .onlineanfrage-page .af-answer-grid--service,
  .onlineanfrage-page .af-answer-grid--tiles,
  .onlineanfrage-page .af-contact-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .onlineanfrage-page .af-answer-grid--service .af-option-card:last-child {
    grid-column: 1 / -1;
  }

  .onlineanfrage-page .af-step-actions .af-btn,
  .onlineanfrage-page .af-step-actions .af-link-action,
  .onlineanfrage-page .af-step-actions--summary .af-btn {
    flex: 0 0 auto;
  }

  .onlineanfrage-page .af-step-actions {
    justify-content: flex-start;
  }

  .onlineanfrage-page .af-summary-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }
}

@media (min-width: 1024px) {
  .onlineanfrage-page .af-step:not([data-step="intro"]) .af-step-card {
    padding: 52px 60px 48px;
  }

  .onlineanfrage-page .af-step[data-step="intro"] .af-step-card {
    padding: 72px 60px 68px;
  }

  .onlineanfrage-page .af-answer-grid--tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .onlineanfrage-page .af-answer-grid--service {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .onlineanfrage-page .af-answer-grid--service .af-option-card:last-child {
    grid-column: auto;
  }
}

/* Remove enter/leave animations (no longer step-navigating) */
.onlineanfrage-page.af-enhanced .af-step.is-entering .af-step-card,
.onlineanfrage-page.af-enhanced .af-step.is-leaving .af-step-card {
  animation: none;
}

/* ── Shell full width for immersive layout ── */
.onlineanfrage-page .af-shell {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.onlineanfrage-page .af-stage {
  max-width: 100%;
}

.onlineanfrage-page .af-page {
  padding: 0 0 80px;
}

/* Constrain inner content width */
.onlineanfrage-page .af-step-card {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

/* But keep intro full bleed */
.onlineanfrage-page .af-step[data-step="intro"] .af-step-card {
  max-width: 100%;
}

/* ── Error messages ── */
.onlineanfrage-page .af-step-error {
  font-size: 15px;
  color: #c0392b;
  margin: 0;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(192,57,43,0.07);
  border: 1px solid rgba(192,57,43,0.15);
}

.onlineanfrage-page .af-step-error[hidden] {
  display: none !important;
}

/* ── Consent block ── */
.onlineanfrage-page .af-consent-block {
  border-radius: 16px;
  border: 2px solid rgba(17,17,17,0.08);
  padding: 24px;
  background: #faf8f4;
}

.onlineanfrage-page .af-consent {
  font-size: 16px;
}

.onlineanfrage-page .af-consent input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #2c2c2c;
}

/* ── Summary rows ── */
.onlineanfrage-page .af-summary-row {
  background: #ffffff;
  border: 2px solid rgba(17,17,17,0.07);
  border-radius: 14px;
  padding: 16px 20px;
}

.onlineanfrage-page .af-summary-label {
  color: #B8973A;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.onlineanfrage-page .af-summary-value {
  font-size: 17px;
  font-weight: 600;
  color: #111;
}

.onlineanfrage-page .af-summary-edit {
  color: rgba(17,17,17,0.5);
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
}

.onlineanfrage-page .af-summary-edit:hover {
  color: #2c2c2c;
  transform: none;
}

/* ============================================================
   CARD LAYOUT FIX – single column, premium / idősbarát
   ============================================================ */

/* ── Force ALL answer grids to single column ── */
.onlineanfrage-page .af-answer-grid--service,
.onlineanfrage-page .af-answer-grid--tiles,
.onlineanfrage-page .af-contact-fields {
  grid-template-columns: 1fr !important;
  max-width: 640px;
}

/* Remove the "last child full row" rule that was for multi-column */
.onlineanfrage-page .af-answer-grid--service .af-option-card:last-child {
  grid-column: auto !important;
}

/* ── SERVICE CARD: text left, checkmark right ── */

/* Text block: fills available space, allows truncation */
.onlineanfrage-page .af-service-text {
  flex: 1;
  min-width: 0;
}

/* Checkmark circle: right side */
.onlineanfrage-page .af-service-check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  border: 2px solid rgba(17,17,17,0.18);
  background: #f5f2ee;
  display: block;
  transition: background 0.2s, border-color 0.2s;
}

/* Subtitle: single line, no wrapping */
.onlineanfrage-page .af-answer-grid--service .af-option-card__body small {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: rgba(17,17,17,0.52);
  display: block;
}

/* Selected: check becomes green with white checkmark */
.onlineanfrage-page .af-answer-grid--service .af-option-card input:checked + .af-option-card__body .af-service-check {
  background: #22c55e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpolyline points='1 5 4.5 9 11 1' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat;
  border-color: #22c55e;
}

/* Selected subtitle color on dark bg */
.onlineanfrage-page .af-answer-grid--service .af-option-card input:checked + .af-option-card__body small {
  color: rgba(255,255,255,0.70);
}

/* ── TILE CARDS: also full-width, single column ──
   Already handled above by grid-template-columns: 1fr
   But ensure the layout within the tile is correct */

.onlineanfrage-page .af-tile span {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 80px;
  padding: 18px 22px;
  font-size: 18px;
  font-weight: 500;
  color: #111;
  background: #ffffff;
  border: 2px solid rgba(17,17,17,0.09);
  border-radius: 14px;
  transition: border-color 160ms, background 160ms, color 160ms, box-shadow 160ms;
  /* text label takes full available space */
}

/* Tile text: allow no-wrap for short labels, wrap for longer */
.onlineanfrage-page .af-tile span > :not(::after) {
  flex: 1;
}

/* Checkmark circle on the right */
.onlineanfrage-page .af-tile span::after {
  content: "";
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  border: 2px solid rgba(17,17,17,0.16);
  background: #f5f2ee;
  margin-left: auto;
  transition: background 0.2s, border-color 0.2s;
}

/* Hover */
.onlineanfrage-page .af-tile:hover span,
.onlineanfrage-page .af-tile input:focus-visible + span {
  border-color: rgba(17,17,17,0.20);
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transform: none;
}

/* Selected: dark fill + green check */
.onlineanfrage-page .af-tile input:checked + span {
  background: #2c2c2c;
  border-color: #2c2c2c;
  color: #fff;
  box-shadow: 0 6px 20px rgba(44,44,44,0.20);
}

.onlineanfrage-page .af-tile input:checked + span::after {
  background: #22c55e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpolyline points='1 5 4.5 9 11 1' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat;
  border-color: #22c55e;
}

/* ── Contact fields: single column always ── */
.onlineanfrage-page .af-contact-fields {
  max-width: 480px;
}

/* ── Mobile: slightly smaller tiles ── */
@media (max-width: 600px) {
  .onlineanfrage-page .af-tile span {
    min-height: 72px;
    font-size: 17px;
    padding: 16px 18px;
  }

  .onlineanfrage-page .af-answer-grid--service,
  .onlineanfrage-page .af-answer-grid--tiles {
    max-width: 100%;
  }
}

/* ── Mobile: Weiter gomb teljes szélesség, szöveg a gomb alá ── */
@media (max-width: 768px) {
  .onlineanfrage-page .af-service-actions,
  .onlineanfrage-page .af-step-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .onlineanfrage-page .af-service-next,
  .onlineanfrage-page .af-step-actions .af-btn,
  .onlineanfrage-page .af-step-actions .af-link-action {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .onlineanfrage-page .af-service-note {
    display: block;
    width: 100%;
    text-align: center;
    order: 2;
  }

  .onlineanfrage-page .af-step[data-step="photos"] .af-step-actions {
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
  }

  .onlineanfrage-page .af-step[data-step="photos"] .af-step-actions .af-link-action,
  .onlineanfrage-page .af-step[data-step="photos"] .af-step-actions .af-btn {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
}
