@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap');

:root {
    --tb-green:#103d2c;
    --tb-green-dark:#092b1f;
    --tb-green-soft:#edf3ed;
    --tb-gold:#c49345;
    --tb-gold-soft:#fff8ed;
    --tb-ink:#17221c;
    --tb-muted:#66706a;
    --tb-line:#d9ddd8;
    --tb-paper:#ffffff;
    --tb-bg:#f7f5f0;
    --tb-danger:#a22323;
    --tb-shadow:0 14px 42px rgba(18,48,35,.08);
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
    margin:0;
    color:var(--tb-ink);
    background:var(--tb-bg);
    font-family:Inter,Arial,sans-serif;
    font-size:16px;
    line-height:1.55;
}
a { color:inherit; }
svg { width:24px; height:24px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
button,input,select,textarea { font:inherit; }
.tb-container { width:min(1180px, calc(100% - 40px)); margin:0 auto; }

.tb-topbar { background:#fff; border-bottom:1px solid #ecece8; }
.tb-topbar-inner { min-height:92px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.tb-brand { display:flex; flex-direction:column; }
.tb-brand-script,.tb-footer-brand {
    color:var(--tb-green);
    font-family:"Playfair Display",Georgia,serif;
    font-size:31px;
    font-style:italic;
    line-height:1;
}
.tb-brand-claim,.tb-footer-claim { margin-top:8px; color:var(--tb-gold); font-size:10px; font-weight:700; letter-spacing:.17em; }
.tb-back-button,.tb-primary-button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:48px;
    padding:0 20px;
    color:#fff;
    background:var(--tb-green);
    border:1px solid var(--tb-green);
    border-radius:8px;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    transition:.18s ease;
}
.tb-back-button:hover,.tb-primary-button:hover { background:var(--tb-green-dark); transform:translateY(-1px); }
.tb-back-button svg,.tb-primary-button svg { width:19px; height:19px; }

.tb-return-banner { background:linear-gradient(110deg,#f7efe0,#fff 55%,#eef4ef); border-bottom:1px solid #e7dfd1; }
.tb-return-inner,.tb-bottom-return-inner { min-height:185px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.tb-eyebrow { color:var(--tb-gold); font-size:12px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.tb-return-inner h1,.tb-bottom-return h2 { margin:8px 0 6px; color:var(--tb-green); font:600 34px/1.15 "Playfair Display",Georgia,serif; }
.tb-return-inner p { max-width:690px; margin:0; color:var(--tb-muted); }
.tb-banner-button { flex:0 0 auto; }

.tb-event-hero { color:#fff; background:linear-gradient(105deg,#0b3022,#164a35); }
.tb-event-grid { min-height:350px; display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:60px; }
.tb-event-type { color:#edc475; font-size:12px; font-weight:700; letter-spacing:.15em; text-transform:uppercase; }
.tb-event-copy h2 { margin:8px 0 4px; font:500 48px/1.1 "Playfair Display",Georgia,serif; }
.tb-event-subtitle { margin:0 0 26px; color:#e8bd6a; font:500 23px/1.3 "Playfair Display",Georgia,serif; }
.tb-event-facts { display:grid; gap:12px; }
.tb-event-facts > div { display:flex; align-items:flex-start; gap:13px; font-size:14px; }
.tb-event-facts svg { flex:0 0 22px; width:22px; height:22px; color:#e1ad4d; }
.tb-event-art { display:flex; justify-content:flex-end; }
.tb-art-card {
    width:min(390px,100%);
    aspect-ratio:1.25;
    padding:34px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    background:
      radial-gradient(circle at 78% 20%,rgba(255,221,148,.45),transparent 25%),
      linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.02));
    border:1px solid rgba(255,255,255,.25);
    border-radius:20px;
    box-shadow:0 25px 60px rgba(0,0,0,.22);
    backdrop-filter:blur(4px);
}
.tb-art-small { color:#edc475; font-size:11px; font-weight:700; letter-spacing:.19em; }
.tb-art-title { margin-top:10px; font:500 40px/1 "Playfair Display",Georgia,serif; }
.tb-art-line { width:70px; height:2px; margin:22px 0; background:#d9aa53; }
.tb-art-date { color:#eef2ef; font-size:13px; }

.tb-main { padding:28px 0 22px; }
.tb-booking-grid { display:grid; grid-template-columns:1fr 1fr; align-items:start; gap:28px; }
.tb-left-column,.tb-right-column { display:grid; gap:18px; }
.tb-card,.tb-closed-card {
    padding:28px;
    background:#fff;
    border:1px solid #e4e6e2;
    border-radius:12px;
    box-shadow:var(--tb-shadow);
}
.tb-card h3,.tb-closed-card h2 { margin:0 0 8px; color:var(--tb-green); font:600 26px/1.2 "Playfair Display",Georgia,serif; }
.tb-card h4 { margin:0 0 16px; font:600 18px/1.3 "Playfair Display",Georgia,serif; }
.tb-card p { margin:0 0 8px; font-size:14px; }
.tb-help { color:var(--tb-muted); }
.tb-required,.tb-field label span { color:#c32626; }
.tb-divider { height:1px; margin:20px 0; background:var(--tb-line); }

.tb-options-fieldset { margin:0; padding:0; border:0; }
.tb-options-fieldset legend { width:100%; margin:0 0 4px; color:var(--tb-green); font:600 25px/1.2 "Playfair Display",Georgia,serif; }
.tb-options { display:grid; gap:10px; margin-top:14px; }
.tb-option {
    position:relative;
    display:grid;
    grid-template-columns:22px 1fr auto;
    align-items:start;
    gap:14px;
    padding:17px 16px;
    border:1px solid var(--tb-line);
    border-radius:8px;
    cursor:pointer;
    transition:.16s ease;
}
.tb-option:hover { border-color:#9daf9f; }
.tb-option.is-selected { border-color:var(--tb-green); background:#fbfdfb; box-shadow:0 0 0 1px rgba(16,61,44,.05); }
.tb-option.is-disabled { opacity:.55; cursor:not-allowed; }
.tb-option input { position:absolute; opacity:0; pointer-events:none; }
.tb-radio { width:20px; height:20px; margin-top:2px; border:1.5px solid #bfc5c0; border-radius:50%; display:grid; place-items:center; }
.tb-option.is-selected .tb-radio { border-color:var(--tb-green); }
.tb-option.is-selected .tb-radio::after { content:""; width:10px; height:10px; border-radius:50%; background:var(--tb-green); }
.tb-option-copy { display:flex; flex-direction:column; min-width:0; }
.tb-option-copy strong { font-size:15px; }
.tb-option-copy span { margin-top:3px; color:var(--tb-muted); font-size:13px; }
.tb-option-copy small { margin-top:4px; color:var(--tb-gold); font-size:11px; font-weight:700; }
.tb-option-price { color:var(--tb-ink); font-size:15px; font-weight:700; white-space:nowrap; }

.tb-person-row { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:22px; }
.tb-person-row > div:first-child { display:flex; flex-direction:column; }
.tb-person-row strong { font-size:14px; }
.tb-person-row span { margin-top:3px; color:var(--tb-muted); font-size:12px; }
.tb-stepper { display:flex; border:1px solid var(--tb-line); border-radius:7px; overflow:hidden; }
.tb-stepper button,.tb-stepper input {
    width:42px; height:40px; border:0; background:#fff; text-align:center;
}
.tb-stepper button { color:var(--tb-green); background:#f5f5f2; cursor:pointer; font-size:21px; }
.tb-stepper input { border-left:1px solid var(--tb-line); border-right:1px solid var(--tb-line); -moz-appearance:textfield; }
.tb-stepper input::-webkit-outer-spin-button,.tb-stepper input::-webkit-inner-spin-button { -webkit-appearance:none; margin:0; }

.tb-price-box {
    margin-top:20px;
    display:grid;
    grid-template-columns:48px 1fr auto;
    align-items:center;
    gap:14px;
    padding:17px;
    background:linear-gradient(90deg,#eef4ed,#f8faf7);
    border:1px solid #cdd9ce;
    border-radius:8px;
}
.tb-price-icon { color:var(--tb-green); }
.tb-price-icon svg { width:34px; height:34px; }
.tb-price-copy,.tb-price-total { display:flex; flex-direction:column; }
.tb-price-copy small,.tb-price-total small { font-size:11px; }
.tb-price-copy strong { margin-top:4px; font-size:14px; }
.tb-price-total { align-items:flex-end; }
.tb-price-total strong { font-size:21px; }
.tb-price-total span { margin-top:1px; color:var(--tb-muted); font-size:10px; }

.tb-payment-card { border-color:#e6c58f; background:linear-gradient(145deg,#fffaf1,#fff); }
.tb-section-heading { display:flex; align-items:center; gap:12px; margin-bottom:10px; }
.tb-section-heading span { color:var(--tb-gold); }
.tb-section-heading h3 { margin:0; }

.tb-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px 12px; margin-top:18px; }
.tb-field { display:flex; flex-direction:column; }
.tb-field label { margin-bottom:6px; font-size:12px; font-weight:600; }
.tb-field input,.tb-field select,.tb-field textarea {
    width:100%;
    border:1px solid #ced3ce;
    border-radius:7px;
    background:#fff;
    color:var(--tb-ink);
    outline:none;
}
.tb-field input,.tb-field select { height:44px; padding:0 12px; }
.tb-field textarea { min-height:95px; padding:11px 12px; resize:vertical; }
.tb-field input:focus,.tb-field select:focus,.tb-field textarea:focus { border-color:var(--tb-green); box-shadow:0 0 0 3px rgba(16,61,44,.09); }
.tb-span-2 { grid-column:span 2; }

.tb-consent { display:flex; align-items:flex-start; gap:10px; margin:18px 0; font-size:12px; cursor:pointer; }
.tb-consent input { width:18px; height:18px; margin-top:1px; accent-color:var(--tb-green); }
.tb-consent a { color:var(--tb-green); font-weight:600; text-decoration:underline; }
.tb-consent strong { color:#c32626; }

.tb-submit-panel {
    padding:18px;
    background:linear-gradient(145deg,#fff8ec,#fff);
    border:1px solid #e6c58f;
    border-radius:9px;
}
.tb-submit-heading { display:flex; align-items:flex-start; gap:12px; }
.tb-submit-heading svg { flex:0 0 24px; color:var(--tb-gold); }
.tb-submit-heading strong { font-size:13px; }
.tb-submit-panel p { margin:8px 0 0; padding-left:36px; font-size:12px; }
.tb-submit-button {
    width:100%;
    min-height:50px;
    margin-top:16px;
    color:#fff;
    background:var(--tb-green);
    border:0;
    border-radius:6px;
    font-size:14px;
    font-weight:700;
    letter-spacing:.02em;
    cursor:pointer;
}
.tb-submit-button:hover { background:var(--tb-green-dark); }
.tb-submit-button:disabled { opacity:.65; cursor:wait; }
.tb-privacy-note { display:flex; justify-content:center; align-items:center; gap:7px; margin-top:11px; color:var(--tb-muted); font-size:10px; }
.tb-privacy-note svg { width:16px; height:16px; }
.tb-error { display:none; margin-top:12px; padding:10px 12px; color:#842020; background:#fff0f0; border:1px solid #e8bcbc; border-radius:6px; font-size:12px; }
.tb-error.is-visible { display:block; }

.tb-trust-strip { padding:25px 0; background:#fff; border-top:1px solid #ecece8; }
.tb-trust-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:25px; }
.tb-trust-grid > div { display:flex; gap:12px; align-items:flex-start; }
.tb-trust-grid svg { flex:0 0 28px; color:var(--tb-green); }
.tb-trust-grid span { display:flex; flex-direction:column; }
.tb-trust-grid strong { font-size:12px; }
.tb-trust-grid small { margin-top:3px; color:var(--tb-muted); font-size:10px; line-height:1.45; }

.tb-bottom-return { background:#f0ede5; border-top:1px solid #e3ded3; }
.tb-bottom-return-inner { min-height:150px; }
.tb-bottom-return h2 { font-size:29px; }

.tb-footer { padding:34px 0; color:#fff; background:linear-gradient(100deg,#0b3122,#164933); }
.tb-footer-grid { display:grid; grid-template-columns:1.2fr 1fr 1fr 1fr; gap:34px; }
.tb-footer-grid > div { display:flex; flex-direction:column; align-items:flex-start; }
.tb-footer-grid strong { margin-bottom:9px; color:#efc878; font-size:12px; text-transform:uppercase; letter-spacing:.06em; }
.tb-footer-grid span,.tb-footer-grid a { margin-bottom:6px; color:#e1e9e3; font-size:11px; text-decoration:none; }
.tb-footer-brand { color:#fff; font-size:28px; }
.tb-footer-claim { font-size:9px; }

.tb-honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }

.tb-closed-card { max-width:720px; margin:20px auto; text-align:center; }
.tb-closed-card p { color:var(--tb-muted); }
.tb-closed-card .tb-primary-button { margin-top:18px; }

.tb-result-body { background:var(--tb-bg); }
.tb-result-wrap { min-height:100vh; display:grid; place-items:center; padding:24px; }
.tb-result-card { width:min(650px,100%); padding:38px; text-align:center; background:#fff; border:1px solid var(--tb-line); border-radius:14px; box-shadow:var(--tb-shadow); }
.tb-result-brand { color:var(--tb-gold); font-size:12px; font-weight:700; letter-spacing:.15em; text-transform:uppercase; }
.tb-result-card h1 { margin:10px 0; color:var(--tb-green); font:600 35px/1.2 "Playfair Display",Georgia,serif; }
.tb-result-card p { color:var(--tb-muted); }
.tb-result-number { padding:12px; background:var(--tb-green-soft); border-radius:7px; }
.tb-result-card .tb-primary-button { margin-top:18px; }

@media (max-width:900px) {
    .tb-event-grid { grid-template-columns:1fr; padding:46px 0; gap:30px; }
    .tb-event-art { justify-content:flex-start; }
    .tb-art-card { max-width:450px; }
    .tb-booking-grid { grid-template-columns:1fr; }
    .tb-trust-grid { grid-template-columns:1fr 1fr; }
    .tb-footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:650px) {
    .tb-container { width:min(100% - 28px,1180px); }
    .tb-topbar-inner { min-height:78px; }
    .tb-brand-script { font-size:24px; }
    .tb-back-button { padding:0 13px; }
    .tb-back-button span { display:none; }
    .tb-return-inner,.tb-bottom-return-inner { min-height:0; padding:30px 0; flex-direction:column; align-items:flex-start; }
    .tb-return-inner h1 { font-size:28px; }
    .tb-event-copy h2 { font-size:38px; }
    .tb-event-subtitle { font-size:20px; }
    .tb-event-art { display:none; }
    .tb-card { padding:20px; }
    .tb-form-grid { grid-template-columns:1fr; }
    .tb-span-2 { grid-column:span 1; }
    .tb-option { grid-template-columns:21px 1fr; }
    .tb-option-price { grid-column:2; margin-top:5px; }
    .tb-person-row { align-items:flex-start; flex-direction:column; }
    .tb-price-box { grid-template-columns:40px 1fr; }
    .tb-price-total { grid-column:2; align-items:flex-start; margin-top:8px; }
    .tb-trust-grid,.tb-footer-grid { grid-template-columns:1fr; }
    .tb-submit-panel p { padding-left:0; }
}


/* Mehrfachauswahl mit eigener Anzahl pro Variante */
.tb-option-multi {
    grid-template-columns:1fr auto;
    align-items:center;
    cursor:default;
}
.tb-option-multi .tb-option-copy { min-width:0; }
.tb-option-multi .tb-option-price {
    align-self:start;
    padding-left:16px;
}
.tb-variant-stepper {
    grid-column:1 / -1;
    display:flex;
    justify-self:end;
    border:1px solid var(--tb-line);
    border-radius:7px;
    overflow:hidden;
}
.tb-variant-stepper button,
.tb-variant-stepper input {
    width:46px;
    height:40px;
    border:0;
    background:#fff;
    text-align:center;
}
.tb-variant-stepper button {
    color:var(--tb-green);
    background:#f5f5f2;
    cursor:pointer;
    font-size:21px;
}
.tb-variant-stepper button:disabled {
    opacity:.5;
    cursor:not-allowed;
}
.tb-variant-stepper input {
    border-left:1px solid var(--tb-line);
    border-right:1px solid var(--tb-line);
    -moz-appearance:textfield;
}
.tb-variant-stepper input::-webkit-outer-spin-button,
.tb-variant-stepper input::-webkit-inner-spin-button {
    -webkit-appearance:none;
    margin:0;
}
.tb-summary-details {
    margin-top:4px;
    color:var(--tb-muted);
    font-size:11px;
    line-height:1.45;
}
.tb-topbar-inner {
    justify-content:flex-start;
}
@media (max-width:650px) {
    .tb-option-multi { grid-template-columns:1fr auto; }
    .tb-option-multi .tb-option-price { grid-column:2; margin:0; }
    .tb-variant-stepper { justify-self:stretch; }
    .tb-variant-stepper button,
    .tb-variant-stepper input { flex:1; width:auto; }
}


/* Korrektur Version 2.1: stabiles Variantenlayout */
.tb-option.tb-option-multi {
    display:grid;
    grid-template-columns:minmax(0, 1fr) auto;
    grid-template-areas:
        "copy price"
        "stepper stepper";
    column-gap:20px;
    row-gap:14px;
    align-items:start;
    padding:18px 18px;
}

.tb-option.tb-option-multi .tb-option-copy {
    grid-area:copy;
    width:auto;
    min-width:0;
}

.tb-option.tb-option-multi .tb-option-copy strong,
.tb-option.tb-option-multi .tb-option-copy span,
.tb-option.tb-option-multi .tb-option-copy small {
    display:block;
    width:auto;
    max-width:100%;
    overflow-wrap:anywhere;
}

.tb-option.tb-option-multi .tb-option-price {
    grid-area:price;
    align-self:start;
    justify-self:end;
    padding-left:0;
    white-space:nowrap;
}

.tb-option.tb-option-multi .tb-variant-stepper {
    grid-area:stepper;
    grid-column:auto;
    justify-self:end;
}

.tb-option.tb-option-multi .tb-variant-quantity {
    display:block;
    min-width:46px;
    opacity:1;
    position:static;
    pointer-events:auto;
}

@media (max-width:650px) {
    .tb-option.tb-option-multi {
        grid-template-columns:minmax(0, 1fr) auto;
        grid-template-areas:
            "copy price"
            "stepper stepper";
    }

    .tb-option.tb-option-multi .tb-variant-stepper {
        width:100%;
        justify-self:stretch;
    }
}


.tb-brand{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
.tb-brand-logo{
    width:220px;
    height:auto;
    display:block;
}
.tb-brand-tagline{
    margin-top:8px;
    margin-left:2px;
    color:#6b6b6b;
    font-size:15px;
    font-weight:500;
    letter-spacing:.02em;
}
@media (max-width:650px){
    .tb-brand-logo{width:170px;}
    .tb-brand-tagline{font-size:13px;}
}


/* Version 2.3 – Kopfbereich mit Logo */
.tb-topbar {
    background:linear-gradient(105deg, var(--tb-green-dark), var(--tb-green));
    border-bottom:1px solid rgba(196,147,69,.55);
}

.tb-topbar-inner {
    min-height:108px;
    padding-top:15px;
    padding-bottom:15px;
    justify-content:flex-start;
}

.tb-brand {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.tb-brand-logo {
    width:110px;
    max-width:100%;
    height:auto;
    display:block;
    object-fit:contain;
}

.tb-brand-tagline {
    margin-top:8px;
    margin-left:0;
    color:var(--tb-gold);
    font-size:13px;
    font-weight:600;
    letter-spacing:.035em;
    line-height:1.3;
    white-space:nowrap;
}

@media (max-width:650px) {
    .tb-topbar-inner {
        min-height:92px;
        padding-top:12px;
        padding-bottom:12px;
    }

    .tb-brand-logo {
        width:92px;
    }

    .tb-brand-tagline {
        margin-top:6px;
        font-size:11px;
        white-space:normal;
    }
}
