/* Buchungsassistent – eigene Styles */
.booking-hero{padding:35px 0 55px}
.booking-heading{max-width:860px;margin:0 auto 44px;text-align:center}
.booking-eyebrow,.booking-step-kicker{margin:0 0 10px;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.booking-heading h1{
    max-width:100%;
    font-size:clamp(2rem,4vw,48px);
    margin:0 0 18px;
}
.booking-lead{max-width:720px;margin:0 auto;font-size:1.12rem;line-height:1.7}
.booking-progress{
    display:flex;
    align-items:center;
    justify-content:center;
    max-width:520px;
    margin:0 auto 32px;
}

.booking-progress-item{
    display:flex;
    align-items:center;
    gap:7px;
    font-size:.82rem;
    opacity:.45;
}

.booking-progress-item span{
    display:grid;
    width:32px;
    height:32px;
    place-items:center;
    border:1px solid currentColor;
    border-radius:50%;
    font-weight:700;
}

.booking-progress-line{
    flex:1;
    max-width:90px;
    height:1px;
    margin:0 12px;
    background:currentColor;
    opacity:.2;
}

.booking-progress-item.is-active{
    opacity:.65;
	  color:#2a7c5b;
}

.booking-progress-item.is-current{
    opacity:1;
    font-weight:700;
	color:inherit;
}
.booking-wizard{max-width:1040px;margin:0 auto}
.booking-step{padding:38px;border:1px solid rgba(0,0,0,.1);border-radius:22px;background:#fff;box-shadow:0 14px 40px rgba(0,0,0,.06)}
.booking-step[hidden]{display:none}
.booking-step-heading{max-width:760px;margin:0 auto 34px;text-align:center}
.booking-step-heading h2{margin:0 0 12px}
.booking-step-heading p:last-child{margin:0;line-height:1.6}
.booking-field-name{max-width:560px;margin:0 auto}
.booking-field label{display:block;margin-bottom:9px;font-weight:700}
.booking-field input{width:100%;min-height:54px;padding:12px 16px;border:1px solid rgba(0,0,0,.18);border-radius:12px;background:#fff;font:inherit;box-sizing:border-box}
.booking-field input:focus{outline:3px solid rgba(42,124,91,.18);border-color:currentColor}
.booking-field-error{min-height:1.4em;margin:8px 0 0;font-size:.9rem}
.booking-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.booking-card{position:relative;display:flex;align-items:flex-start;gap:17px;min-height:118px;padding:22px;border:1.5px solid rgba(0,0,0,.13);border-radius:16px;background:#fff;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}
.booking-card-eyebrow{
    position:absolute;
    top:-10px;
    left:18px;
    margin:0;
    padding:2px 9px;
    background:#fff;
    color:#2a7c5b;
    font-size:.72rem;
    line-height:1.3;
    font-weight:600;
    font-style:italic;
    letter-spacing:.01em;
    white-space:nowrap;
}

.booking-card-eyebrow-optional{
    color:#666;
}


.booking-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.07)}
.booking-card:focus-visible{outline:3px solid rgba(42,124,91,.22);outline-offset:2px}
.booking-card.is-selected{border-color:#2a7c5b;background:rgba(42,124,91,.055);box-shadow:0 0 0 2px rgba(42,124,91,.12)}
.booking-card.is-selected::after{content:"✓";position:absolute;top:13px;right:15px;font-weight:800}
.booking-card-icon{display:grid;flex:0 0 44px;width:44px;height:44px;place-items:center;border-radius:12px;background:rgba(0,0,0,.055);font-size:1.35rem;font-weight:700}
.booking-card-content{display:flex;flex-direction:column;gap:7px;padding-right:20px}
.booking-card-content strong{font-size:1.02rem;line-height:1.35}
.booking-card-content small{font-size:.92rem;line-height:1.5;opacity:.78}
.booking-card-wide{grid-column:1/-1}
.booking-selection-hint{min-height:1.5em;margin:20px 0 0;text-align:center;font-size:.9rem;opacity:.72}
.booking-navigation
{
display:flex;
gap:14px;
margin-top:4px
}
.booking-navigation-end{justify-content:flex-end}
.booking-navigation-between{justify-content:space-between}
.booking-navigation .button[disabled]{opacity:.45;cursor:not-allowed}

.booking-card-content em {
  display: block;
  margin-top: 10px;
  font-size: 0.82rem;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

.booking-card-price {
  display: block;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #dfe7e3;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  color: #146b55;
}
@media(max-width:760px){.booking-hero{padding:48px 0 70px}.booking-step{padding:24px 18px;border-radius:18px}.booking-card-grid{grid-template-columns:1fr}.booking-card-wide{grid-column:auto}.booking-progress-item strong{display:none}.booking-progress-line{max-width:70px}.booking-navigation{flex-direction:column-reverse}.booking-navigation .button{width:100%;justify-content:center}}

/* Breite des Buchungsassistenten korrigieren */
.booking-wizard {
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.booking-wizard .booking-step {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}.booking-hero .skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.booking-hero .skip-link:focus {
    position: fixed;
    left: 1rem;
    top: 1rem;
    width: auto;
    height: auto;
    padding: .75rem 1rem;
    z-index: 9999;
}
/* Buchungsseite: übergeordneten Container auf volle Breite setzen */
.booking-hero > .container {
    width: min(1200px, calc(100% - 40px));
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.booking-wizard {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.booking-step {
    width: 100%;
    box-sizing: border-box;
}
/* Buchungsassistent: Grid-Verhalten der Ratgeber-Vorlage aufheben */
.booking-hero {
    display: block;
}
.booking-card-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
    .booking-card-grid-three {
        grid-template-columns: 1fr;
    }
}

.booking-card-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-model-field {
    max-width: 620px;
}

@media (max-width: 760px) {
    .booking-card-grid-two {
        grid-template-columns: 1fr;
    }
}

.booking-inline-model {
    max-width: 620px;
    margin: 28px auto 0;
    padding: 24px;
    border: 1px solid rgba(42,124,91,.18);
    border-radius: 16px;
    background: rgba(42,124,91,.045);
}

.booking-inline-model[hidden] {
    display: none;
}

.booking-inline-model label {
    display: block;
    margin-bottom: 9px;
    font-weight: 700;
}

.booking-inline-model input {
    width: 100%;
    min-height: 54px;
    padding: 12px 16px;
    border: 1px solid rgba(0,0,0,.18);
    border-radius: 12px;
    background: #fff;
    font: inherit;
    box-sizing: border-box;
}

.booking-inline-model input:focus {
    outline: 3px solid rgba(42,124,91,.18);
    border-color: #2a7c5b;
}

.booking-inline-other {
    max-width: 760px;
    margin: 28px auto 0;
}

.booking-inline-other label {
    display: block;
    margin-bottom: 9px;
    font-weight: 700;
}

.booking-inline-other textarea {
    display: block;
    width: 100%;
    min-height: 140px;
    padding: 14px 16px;
    border: 1px solid rgba(0,0,0,.18);
    border-radius: 12px;
    background: #fff;
    font: inherit;
    line-height: 1.5;
    resize: vertical;
    box-sizing: border-box;
}

.booking-inline-other textarea:focus {
    outline: 3px solid rgba(42,124,91,.18);
    border-color: #2a7c5b;
}

.booking-inline-other[hidden] {
    display: none;
}

.label-hint {
  display: block;
  margin-top: 4px;
  font-size: .85rem;
  font-style: italic;
  font-weight: 400;
}
/* Breiterer Buchungsbereich und kompakteres Kartenraster */
.booking-card-grid:not(.booking-card-grid-two) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
    .booking-card-grid:not(.booking-card-grid-two) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .booking-card-grid:not(.booking-card-grid-two) {
        grid-template-columns: 1fr;
    }
}

.booking-card-multi.is-selected {
    border-color: #2a7c5b;
    background: rgba(42,124,91,.055);
    box-shadow: 0 0 0 2px rgba(42,124,91,.12);
}

.booking-card-multi.is-selected::after {
    content: "✓";
    position: absolute;
    top: 13px;
    right: 15px;
    font-weight: 800;
}

.booking-task-field {
    max-width: 760px;
    margin: 0 auto;
}

.booking-task-field label {
    display: block;
    margin-bottom: 9px;
    font-weight: 700;
}

.booking-task-field textarea {
    width: 100%;
    min-height: 180px;
    padding: 14px 16px;
    border: 1px solid rgba(0,0,0,.18);
    border-radius: 12px;
    background: #fff;
    font: inherit;
    line-height: 1.6;
    resize: vertical;
    box-sizing: border-box;
}

.booking-task-field textarea:focus {
    outline: 3px solid rgba(42,124,91,.18);
    border-color: #2a7c5b;
}

.booking-task-hint {
    margin: 10px 0 0;
    font-size: .9rem;
    line-height: 1.5;
    opacity: .72;
}

.booking-appointment-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 1000px;
    margin: 0 auto;
}

.booking-appointment-card {
    padding: 26px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

.booking-appointment-card h3 {
    margin: 0 0 8px;
    font-size: 1.1rem;
}

.booking-appointment-card > p {
    margin: 0 0 20px;
    opacity: .75;
}

.booking-field {
    margin-top: 16px;
}

.booking-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.booking-field input,
.booking-field select {
    width: 100%;
    min-height: 50px;
    padding: 10px 14px;
    border: 1px solid rgba(0,0,0,.18);
    border-radius: 10px;
    background: #fff;
    font: inherit;
    box-sizing: border-box;
}

@media (max-width: 760px) {
    .booking-appointment-options {
        grid-template-columns: 1fr;
    }
}

.booking-appointment-card {
    position: relative;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.booking-appointment-card.is-selected {
    border-color: #2a7c5b;
    box-shadow: 0 0 0 2px rgba(42,124,91,.14), 0 8px 24px rgba(0,0,0,.05);
}

.booking-option-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(42,124,91,.09);
    color: #2a7c5b;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.booking-field-note {
    display: block;
    margin-top: 7px;
    font-size: .84rem;
    opacity: .68;
}

/* Termin-Kalender: deaktivierte Tage dezent darstellen */
.booking-field input[type="date"] {
    color-scheme: light;
}

.booking-field input[type="date"]:disabled {
    opacity: .75;
}

.booking-field input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: .72;
}

.booking-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
    max-width: 920px;
    margin: 0 auto;
}

.booking-field-full {
    grid-column: 1 / -1;
}

.booking-field span {
    font-weight: 400;
    opacity: .65;
}

.booking-form-grid .booking-field input {
    width: 100%;
    min-height: 50px;
    padding: 10px 14px;
    border: 1px solid rgba(0,0,0,.18);
    border-radius: 10px;
    background: #fff;
    font: inherit;
    box-sizing: border-box;
}

@media (max-width: 700px) {
    .booking-form-grid {
        grid-template-columns: 1fr;
    }

    .booking-field-full {
        grid-column: auto;
    }
}

.booking-field textarea {
    width: 100%;
    min-height: 130px;
    padding: 12px 14px;
    border: 1px solid rgba(0,0,0,.18);
    border-radius: 10px;
    background: #fff;
    font: inherit;
    line-height: 1.55;
    resize: vertical;
    box-sizing: border-box;
}

.booking-field textarea:focus,
.booking-field input:focus,
.booking-field select:focus {
    outline: 3px solid rgba(42,124,91,.18);
    border-color: #2a7c5b;
}

.booking-summary {
    max-width: 980px;
    margin: 0 auto 28px;
    display: grid;
    gap: 18px;
}

.booking-summary-section {
    padding: 22px 24px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 16px;
    background: #fff;
}

.booking-summary-section h3 {
    margin: 0 0 14px;
}

.booking-summary-section dl {
    margin: 0;
    display: grid;
    gap: 9px;
}

.booking-summary-section dl > div {
    display: grid;
    grid-template-columns: minmax(180px, .8fr) 2fr;
    gap: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.booking-summary-section dl > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.booking-summary-section dt {
    font-weight: 700;
}

.booking-summary-section dd {
    margin: 0;
}

.booking-consent {
    max-width: 980px;
    margin: 0 auto 20px;
    padding: 20px 24px;
    border-radius: 16px;
    background: rgba(42,124,91,.055);
}

.booking-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 12px 0;
    line-height: 1.5;
}

.booking-check:first-child {
    margin-top: 0;
}

.booking-check:last-child {
    margin-bottom: 0;
}

.booking-check input {
    margin-top: 4px;
}

@media (max-width: 700px) {
    .booking-summary-section dl > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

.booking-step[data-step="1"]{
    padding:28px 38px;
}

.booking-step:not([data-step="1"]) .booking-step-heading > p:last-child{
    display:none;
}


.booking-step-heading{
    margin-bottom:26px;
}

.booking-step-heading h2{
    font-size:28px;
    margin:0 0 10px;
}
.booking-step[data-step="1"]{
    padding:28px 38px;
}