        :root {
            --brand-bg: #fff1da;
            --brand-accent: #f0b767; /* dezente Ergänzungsfarbe */
            --brand-text-dark: #374151;
        }

        body {
            font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            background-color: var(--brand-bg);
            color: var(--brand-text-dark);
            line-height: 1.7;
        }

        .section-padding {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }

        .hero {
            background: radial-gradient(circle at top left, #ffffff 0, #fff1da 40%, #ffe1ac 100%);
        }

        .hero-title {
            font-size: clamp(2rem, 3.2vw, 2.8rem);
            font-weight: 700;
        }

        .hero-subtitle {
            font-size: 1.1rem;
            color: #4b5563;
        }

        .badge-pill {
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.7);
            padding: .35rem .9rem;
            font-size: .85rem;
            font-weight: 500;
        }

        .btn-brand {
            background-color: var(--brand-accent);
            border-color: var(--brand-accent);
            color: #1f2933;
            font-weight: 600;
        }

        .btn-brand:hover {
            background-color: #e19f46;
            border-color: #e19f46;
            color: #111827;
        }

        .card-soft {
            border: none;
            border-radius: 1rem;
            background: #ffffff;
            box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
        }

        .card-soft-plain {
            border-radius: 1rem;
            background: #ffffff;
            border: 1px solid rgba(148, 163, 184, 0.25);
        }

        .section-title {
            font-size: 1.7rem;
            font-weight: 600;
            margin-bottom: .75rem;
        }

        .section-kicker {
            text-transform: uppercase;
            font-size: .78rem;
            letter-spacing: .18em;
            color: #6b7280;
            font-weight: 600;
        }

        .divider {
            width: 3.5rem;
            height: .25rem;
            border-radius: 999px;
            background: linear-gradient(90deg, #f97316, #facc15);
            margin-bottom: 1.5rem;
        }

        .icon-circle {
            width: 40px;
            height: 40px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #fff7ed;
            font-size: 1.2rem;
        }

        .logo-placeholder {
            width: 500px;
            height: auto;
            border-radius: 0;
            background: #ffffff;
            border: 2px solid #fed7aa;
            box-sizing: border-box;
            padding: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            color: #f97316;
            font-size: 1.3rem;
            box-shadow: 0 10px 30px rgba(248, 181, 71, 0.5);
        }

        .logo-placeholder img {
            width: 500px;
            height: auto;
            display: block;
        }

        .hero-image-placeholder {
            position: relative;
            border-radius: 1.5rem;
            overflow: hidden;
            background: linear-gradient(135deg, #fed7aa, #facc15);
            min-height: 260px;
        }

        .hero-image-placeholder::before {
            content: "";
            position: absolute;
            inset: 18px;
            border-radius: 1.25rem;
            /* background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(254, 249, 195, 0.8)), url("images/beispiel-therapie.jpg"); */
            background-size: cover;
            background-position: center;
            mix-blend-mode: multiply;
        }

        .hero-image-label {
            position: absolute;
            bottom: 18px;
            left: 20px;
            right: 20px;
            border-radius: 999px;
            background: rgba(255, 255, 255, .9);
            padding: .35rem .9rem;
            font-size: .8rem;
            display: flex;
            align-items: center;
            gap: .4rem;
        }

        .hero-image-label span {
            white-space: nowrap;
        }

        .contact-highlight {
            border-left: 4px solid #f97316;
            padding-left: .9rem;
        }

        footer {
            background: rgba(0, 0, 0, 0.03);
            font-size: .9rem;
        }

        .small-muted {
            font-size: .8rem;
            color: #6b7280;
        }

        /* Zusätzliche Stile für Fragen-Block */
        .ContentFragenFrage {
            font-weight: 700;
            font-size: 1.05rem;
            margin-top: 1rem;
            margin-bottom: .35rem;
        }

        .ContentFragenAntwort {
            margin-bottom: .25rem;
        }

        .ContentFragenZurueck {
            margin-top: .5rem;
            margin-bottom: 1rem;
        }

        .ContentFragenZurueck a {
            text-decoration: none;
        }

        @media (max-width: 767.98px) {
            .hero {
                text-align: center;
            }

            .contact-highlight {
                border-left: none;
                border-top: 4px solid #f97316;
                padding-top: .9rem;
                padding-left: 0;
            }

            .hero-image-label {
                left: 12px;
                right: 12px;
            }
        }


        .stimme-box {
            background: rgba(255, 255, 255, 0.9);
            border-radius: 1rem;
            border: 1px solid rgba(248, 181, 71, 0.35); /* zartes Orange, passend zum Logo */
            box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
        }

        .stimme-title {
            font-weight: 600;
            font-size: 1.05rem;
            color: #374151;
        }

        .stimme-item {
            font-size: 0.97rem;
            color: #374151;
        }

        .stimme-logo {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            flex-shrink: 0;
            box-shadow: 0 2px 6px rgba(248, 181, 71, 0.7); /* leichter Schlagschatten wie im Original */
        }

        .contact-list strong {
            color: #374151;
        }

        .contact-list a {
            color: #145b9a;
            transition: color .2s ease;
        }

        .contact-list a:hover {
            color: #ea8a2f;
        }

        .contact-list .icon-mail {
            color: #ea8a2f;
        }

        .contact-list .icon-phone {
            color: #1f6cab;
        }

        .contact-list .icon-calendar {
            color: #f1a23b;
        }

        .contact-list .icon-recall {
            color: #2b77b4;
        }



        .karte-link {
            font-size: 0.9rem;
            font-weight: 500;
            text-decoration: none;
            color: #374151;
            padding-bottom: 2px;
            border-bottom: 2px solid transparent;
        }

        .karte-link:hover {
            color: #f97316;
        }

        .karte-link.active {
            color: #f97316;
            border-color: #f97316;
        }

        .karte-wrapper {
            background: #fff;
            padding: 0.5rem;
            border-radius: 0.75rem;
            box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
        }


                    .hero-image-placeholder {
                        height: 100%;
                        min-height: 100%;
                    }

                    .hero-image-placeholder img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        display: block;
                    }

                    .stimme-box {
                        height: 100%;
                    }
                
