﻿.header-bg {
            background-color: rgba(255, 255, 255, 0.95);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }
        .hero-section {
            background-image: url('bg1.webp'); /* HIER BITTE EIGENES BILD EINFÜGEN */
            background-size: cover;
            background-position: center;
            position: relative;
        }
.hero-overlay {
    background: linear-gradient(180deg, rgba(255, 251, 245, 0.95), rgba(255, 247, 238, 0.85));
}
        /* Custom card style */
.soft-card {
    background: #ffffff;
    border: 1px solid #efe7de;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.soft-card:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 8px 16px rgba(0, 0, 0, 0.08);
}
        /* New style for clickable price items */
        .price-item:hover {
            cursor: pointer;
            background-color: #fcf8f6; 
        }
        /* Dialog-based modal styling */
        dialog.modal-content {
            border: none;
            z-index: 50;
            max-width: 90%;
            max-height: 90%;
            overflow: hidden;
            opacity: 0;
            transform: translateY(8px) scale(0.98);
            transition: opacity 0.2s ease, transform 0.2s ease;
        }
        dialog.modal-content[open] {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
dialog.modal-content::backdrop {
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(2px);
}
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(2px);
    z-index: 60;
    display: none;
}
.modal-content {
    z-index: 70;
}
body.modal-open {
    overflow: hidden;
}
        /* Style for Accordion content */
        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out, padding 0.3s ease-out;
            padding-top: 0;
            padding-bottom: 0;
        }
        .accordion-content.open {
            max-height: 500px; /* Needs to be large enough for content */
            padding-top: 1rem;
            padding-bottom: 1rem;
        }
        .gift-modal {
            border: 2px solid #f2e3c8;
            background: linear-gradient(180deg, #fffdf9 0%, #fff7ee 100%);
        }
.gift-highlight {
    background: #fff7ed;
    border: 1px solid #f3e8d5;
}
.special-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: #6fa98b;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.08em;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}
.tone-section {
    background: linear-gradient(180deg, rgba(255, 251, 245, 0.92), rgba(255, 245, 235, 0.85));
}
.tone-gift {
    background: linear-gradient(180deg, rgba(255, 249, 235, 0.96), rgba(255, 242, 220, 0.88));
}
.tone-offer {
    background: linear-gradient(180deg, rgba(243, 251, 246, 0.96), rgba(235, 246, 240, 0.88));
}
.tone-company {
    background: linear-gradient(180deg, rgba(246, 247, 249, 0.96), rgba(238, 241, 246, 0.88));
}
.btn-tone {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
.btn-tone::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
    border-radius: inherit;
    pointer-events: none;
}
.btn-tone--solid {
    background: #8A0303;
    color: #ffffff;
}
.btn-tone--solid:hover {
    background: #6f0202;
}
.btn-tone--soft {
    background: #f7efe6;
    color: #5f4a3a;
    border: 1px solid #efe2d2;
}
.btn-tone--soft:hover {
    background: #f1e6da;
}
.section-lead {
    line-height: 1.6;
}
.accent-gift {
    border-color: #f2c97d !important;
    background: #fff7e6;
}
.accent-offer {
    border-color: #7fb899 !important;
    background: #f2faf5;
}
.accent-company {
    border-color: #c9ced6 !important;
    background: #f5f6f8;
}
.offer-modal {
    border: 2px solid #7fb899;
    background: linear-gradient(180deg, #f2faf5 0%, #eef7f1 100%);
}
.company-panel {
    background: #f5f6f8;
    border-color: #c9ced6;
}
.btn-gift {
    background: #f2c97d;
    color: #3d2d1f;
}
.btn-gift:hover {
    background: #edbf69;
}
.btn-offer {
    background: #6fa98b;
    color: #ffffff;
}
.btn-offer:hover {
    background: #5b9577;
}
.btn-company {
    background: #5e6673;
    color: #ffffff;
}
.btn-company:hover {
    background: #4f5661;
}
.text-gift {
    color: #b8842f;
}
.text-offer {
    color: #3f7d60;
}
.text-company {
    color: #5e6673;
}
.gift-modal {
    border: 2px solid #f2c97d;
    background: linear-gradient(180deg, #fff7e6 0%, #fff2db 100%);
}
.btn-elevated {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
.btn-elevated::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
    border-radius: inherit;
    pointer-events: none;
}
.tab-area {
    margin-top: 2.5rem;
    padding: 1.5rem;
    border: 1px solid #e7dfd5;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    text-align: left;
}
.tablist {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2rem 0 2rem 0;
    margin: 1rem 0;
}
.tab-button {
    padding: 1rem 3rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 1.25rem;
    color: #8A0303;
    background: #ffffff;
    border: 3px solid #8A0303;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(138, 3, 3, 0.15);
}
.tab-button:hover {
    background: #8A0303;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(138, 3, 3, 0.35);
}
.tab-button.is-active {
    background: #8A0303;
    color: #ffffff;
    border-color: #8A0303;
    box-shadow: 0 6px 20px rgba(138, 3, 3, 0.35);
}
.tab-panels {
    margin-top: 1.5rem;
}
.tab-panel {
    display: none;
}
.tab-panel.is-active {
    display: block;
}
@media (max-width: 640px) {
    .tablist {
        width: 100%;
    }
    .tab-button {
        width: 100%;
        border-radius: 0.75rem;
        border-bottom: 1px solid #e7dfd5;
    }
}
.section-divider + .section-divider {
    border-top: 1px solid #efe7de;
}
body.icon-tone i[data-lucide] {
    color: #8A0303 !important;
}
.price-amount {
    color: #5f4a3a;
    font-weight: 600;
    font-size: 1.15rem;
}
.footer-logo {
    background: #ffffff;
    padding: 0.75rem 1.25rem;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.below-fold {
    content-visibility: auto;
    contain-intrinsic-size: 1000px;
}
        .skip-link {
            position: absolute;
            left: 0.5rem;
            top: 0.5rem;
            background: #111827;
            color: #ffffff;
            padding: 0.5rem 0.75rem;
            border-radius: 0.5rem;
            transform: translateY(-200%);
            transition: transform 0.2s ease;
            z-index: 60;
        }
        .skip-link:focus {
            transform: translateY(0);
        }
.consent-banner {
            position: fixed;
            left: 50%;
            bottom: 1.5rem;
            transform: translateX(-50%);
            z-index: 60;
            width: min(92vw, 28rem);
            opacity: 0.92;
        }
        .consent-card {
            background: #ffffff;
            border: 1px solid #e7dfd5;
            border-radius: 1rem;
            padding: 1.25rem;
            box-shadow: 0 12px 32px rgba(15, 23, 42, 0.2);
        }
        .sticky-booking {
            position: fixed;
            left: 1rem;
            right: 1rem;
            bottom: 0.75rem;
            z-index: 50;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            padding: 0.9rem 1rem;
            border-radius: 999px;
            background: #8A0303;
            color: #ffffff;
            font-weight: 700;
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
        }
        .sticky-booking:hover {
            background: #6f0202;
        }
        a:focus-visible,
        button:focus-visible,
        [tabindex]:focus-visible {
            outline: 3px solid #f59e0b;
            outline-offset: 2px;
        }
