/* =============================================
   Landing-Styles für Ortsseiten
   Ergänzt styles.css für ortsbasierte Landingpages
   ============================================= */

/* ---- Landing Hero ---- */

/* Allgemein: strong auf weight 500 setzen (Jost 700 nicht geladen) */
.landing-hero strong,
.landing-about strong,
.landing-content strong,
.landing-cta strong {
    font-weight: 500;
}

.landing-hero {
    background: linear-gradient(135deg, var(--color-bg) 0%, var(--color-bg-warm) 100%);
    padding: 120px 0 80px;
    text-align: center;
}

.landing-hero .breadcrumb {
    font-size: 0.9rem;
    margin-bottom: 2rem;
    color: var(--color-text-light);
    position: relative;
    z-index: 1;
}

.landing-hero .breadcrumb a {
    color: var(--color-accent);
    text-decoration: none;
}

.landing-hero .breadcrumb a:hover {
    text-decoration: underline;
}

.landing-hero h1 {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 1.5rem;
    color: var(--color-text);
}

.landing-hero h1 em {
    font-style: italic;
    color: var(--color-accent-dark);
}

.landing-hero .hero-subtitle {
    font-size: 1.2rem;
    color: var(--color-text-light);
    margin-bottom: 1rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.landing-hero .btn-cta {
    opacity: 1;
    animation: none;
}

/* ---- Landing About (Persönliche Vorstellung) ---- */
.landing-about {
    padding: 5rem 0;
    background: var(--color-white);
}

.landing-about .about-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 4rem;
    align-items: center;
}

.landing-about .about-image img {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: center top;
    border-radius: 200px 200px 20px 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.landing-about .about-text h2 {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin-bottom: 1.5rem;
    color: var(--color-text);
}

.landing-about .about-text p {
    color: var(--color-text-light);
    margin-bottom: 1rem;
    line-height: 1.8;
}

.landing-about .qualifikationen {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--color-warm-light);
}

.landing-about .qualifikationen li {
    padding: 0.5rem 1rem;
    background: var(--color-bg);
    border-radius: 50px;
    font-size: 0.95rem;
    color: var(--color-text-light);
}

.landing-about .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    background: transparent;
    color: var(--color-accent);
    border: 2px solid var(--color-accent);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
    opacity: 1;
    animation: none;
}

.landing-about .btn-outline:hover {
    background: var(--color-accent);
    color: var(--color-white);
    transform: translateY(-2px);
}

/* Arrow Link Style (für "Mehr über Osteopathie erfahren" etc.) */
.arrow-link {
    display: inline-block;
    color: var(--color-accent-dark);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    margin-top: 1rem;
}

.arrow-link:hover {
    color: var(--color-accent);
}

.landing-text .arrow-link,
.landing-about .arrow-link {
    display: inline-block;
    color: var(--color-accent-dark);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    margin-top: 1rem;
}

.landing-text .arrow-link:hover,
.landing-about .arrow-link:hover {
    color: var(--color-accent);
}

/* Resource Links (für Ressourcen-Sektion mit Pfeil) */
.resource-link {
    display: inline;
    color: var(--color-accent-dark);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.resource-link::after {
    content: ' →';
}

.resource-link:hover {
    color: var(--color-accent);
}

/* ---- Landing Content (Hauptinhalt + Sidebar) ---- */
.landing-content {
    padding: 4rem 0;
    background: var(--color-bg);
}

.landing-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 3rem;
    align-items: start;
}

.landing-text h2 {
    font-family: var(--font-serif);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin-bottom: 1.5rem;
    color: var(--color-text);
}

.landing-text h3 {
    font-family: var(--font-serif);
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--color-text);
}

.landing-text p {
    color: var(--color-text-light);
    margin-bottom: 1rem;
    line-height: 1.8;
}

.landing-text p a {
    color: var(--color-accent-dark);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.landing-text p a:hover {
    color: var(--color-accent);
    text-decoration: underline;
}

.landing-text ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.landing-text ul li {
    padding: 0.6rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: var(--color-text-light);
    line-height: 1.6;
}

.landing-text ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.1rem;
    width: 6px;
    height: 6px;
    background: var(--color-accent);
    border-radius: 50%;
}

.landing-text ul li strong {
    color: var(--color-text);
    font-weight: 500;
}

/* ---- Sidebar ---- */
.landing-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: sticky;
    top: 120px;
}

.info-box {
    background: var(--color-white);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.info-box h4 {
    font-family: var(--font-serif);
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: var(--color-text);
}

.info-box p {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    color: var(--color-text-light);
    line-height: 1.6;
}

.info-box p:last-of-type {
    margin-bottom: 0;
}

.info-box p strong {
    color: var(--color-text);
    font-weight: 500;
}

.info-box a {
    color: var(--color-accent);
    text-decoration: none;
}

.info-box a:hover {
    text-decoration: underline;
}

.info-box .btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    padding: 0.85rem 1.5rem;
    background: transparent;
    color: var(--color-accent);
    border: 2px solid var(--color-accent);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.info-box .btn-outline:hover {
    background: var(--color-accent);
    color: var(--color-white);
    text-decoration: none;
}

/* Preistabelle in Sidebar */
.preis-box {
    padding-bottom: 1.25rem;
}
.preis-tabelle {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.75rem;
    font-size: 0.9rem;
}
.preis-tabelle thead th {
    font-weight: 500;
    color: var(--color-text-light);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.5rem 0.4rem;
    text-align: center;
    border-bottom: 2px solid var(--color-bg);
}
.preis-tabelle thead th:first-child {
    text-align: left;
}
.preis-tabelle tbody tr {
    border-bottom: 1px solid var(--color-bg);
}
.preis-tabelle tbody tr:last-child {
    border-bottom: none;
}
.preis-tabelle tbody td {
    padding: 0.75rem 0.4rem;
    text-align: center;
    vertical-align: top;
}
.preis-tabelle .kategorie {
    text-align: left;
    font-weight: 500;
    color: var(--color-text);
    font-size: 0.85rem;
}
.preis-tabelle .preis {
    display: block;
    font-weight: 600;
    color: var(--color-accent-dark);
    font-size: 1.05rem;
}
.preis-tabelle .dauer {
    display: block;
    font-size: 0.75rem;
    color: var(--color-text-light);
    margin-top: 0.15rem;
}
.preis-hinweis {
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--color-bg);
    font-size: 0.8rem;
    color: var(--color-text-light);
    line-height: 1.5;
}

/* Erstattung-Link im Preisblock */
.preis-hinweis .erstattung-link {
    display: inline-block;
    margin-top: 0.25rem;
    color: var(--color-accent);
    font-weight: 500;
    white-space: nowrap;
}
.preis-hinweis .erstattung-link:hover {
    color: var(--color-accent-dark);
    text-decoration: underline;
}

/* Praxis Galerie in Sidebar */
.praxis-galerie-box {
    padding-bottom: 1.5rem;
}
.praxis-galerie-box p {
    font-size: 0.9rem;
    color: var(--color-text-light);
    margin-bottom: 0.5rem;
}
.praxis-galerie {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-top: 1rem;
}
.praxis-galerie img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.praxis-galerie img:hover {
    transform: scale(1.03);
    opacity: 0.9;
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.lightbox.active {
    display: flex;
}
.lightbox img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 2.5rem;
    cursor: pointer;
    transition: opacity 0.3s ease;
    line-height: 1;
}
.lightbox-close:hover {
    opacity: 0.7;
}

/* ---- Landing CTA ---- */
.landing-cta {
    background: var(--color-accent-dark);
    color: var(--color-white);
    padding: 4rem 0 10rem;
    text-align: center;
}

.landing-cta h2 {
    font-family: var(--font-serif);
    color: var(--color-white);
    margin-bottom: 1rem;
}

.landing-cta p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.landing-cta .btn-cta {
    background: var(--color-white);
    color: var(--color-accent-dark);
    opacity: 1;
    animation: none;
}

.landing-cta .btn-cta:hover {
    background: var(--color-bg);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* ---- Responsive ---- */
@media (max-width: 968px) {
    .landing-hero {
        padding: 180px 0 60px;
    }
    
    .landing-about .about-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: center;
    }
    
    .landing-about .about-image {
        order: -1;
        display: flex;
        justify-content: center;
    }
    
    .landing-about .about-image img {
        max-width: 300px;
        aspect-ratio: 3/4;
    }
    
    .landing-about .qualifikationen {
        justify-content: center;
    }
    
    .landing-about .btn-outline {
        margin: 0 auto;
    }
    
    .landing-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .landing-sidebar {
        position: static;
    }
    
    .landing-text h3 {
        margin-top: 1.5rem;
    }
}

@media (max-width: 600px) {
    .landing-hero {
        padding: 100px 0 20px;
    }
      
    .landing-hero .hero-subtitle {
        font-size: 1rem;
		margin-bottom: 0.5rem;
    }
    
    .landing-about {
        padding: 3.5rem 0;
    }
    
	.hero-subtitle {
		min-height: 6em;
	}
	
    .landing-about .about-image img {
        max-width: 200px;
        max-height: 280px;
        object-fit: cover;
        border-radius: 100px 100px 15px 15px;
    }
    
    .landing-about .qualifikationen li {
        font-size: 0.9rem;
        padding: 0.4rem 0.8rem;
    }
    
    .landing-content {
        padding: 3rem 0;
    }
    
    .info-box {
        padding: 1.5rem;
    }
    
    .landing-cta {
        padding: 3rem 0 8rem;
    }
	
	.container {
		padding: 0 1.25rem 1.25rem;
	}
		
	.info-hero-subtitle {
    margin-bottom: 0rem;
	}
}

.container.subnav {
    padding-bottom: 0rem;
}

/* === Weitere Orte Verlinkung === */
.weitere-orte-liste {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    list-style: none !important;
    padding: 0 !important;
    margin: 1.5rem 0 0 0;
    position: relative;
}

.weitere-orte-liste li {
    list-style: none !important;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.weitere-orte-liste li::before {
    display: none !important;
    content: none !important;
}

.weitere-orte-liste li a {
    display: inline-block;
    padding: 0.5rem 1rem !important;
    background: #ffffff;
    color: var(--color-text, #2D2D2D);
    text-decoration: none;
    border-radius: 25px;
    font-size: 0.95rem;
    transition: background 0.3s ease, color 0.3s ease;
}

.weitere-orte-liste li a:hover {
    background: var(--color-primary, #8B9D83);
    color: white;
}

.weitere-orte-liste li {
    padding-left: 0 !important;
}

/* =============================================
   Info-Seite Styles (was-ist-osteopathie.html)
   ============================================= */

/* Info Hero */
.info-hero {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, var(--color-bg) 0%, var(--color-bg-warm) 100%);
    position: relative;
    overflow: hidden;
}

.info-hero .breadcrumb {
    margin-top: 1rem;
}

.info-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(139, 157, 131, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.info-hero .container { position: relative; z-index: 1; }
.info-hero-content { max-width: 700px; }
.info-hero h1 { font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 1.5rem; }
.info-hero h1 em { font-style: italic; color: var(--color-accent-dark); }
.info-hero-subtitle { font-size: 1.25rem; color: var(--color-text-light); line-height: 1.8; margin-bottom: 2rem; }

.breadcrumb { font-size: 0.9rem; color: var(--color-text-light); margin-bottom: 2rem; }
.breadcrumb a { color: var(--color-accent-dark); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* Table of Contents */
.toc-section {
    padding: 0;
    background: var(--color-white);
    position: sticky;
    top: 110px;
    z-index: 100;
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
}
.toc-inner {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    overflow-x: auto;
    scrollbar-width: none;
}
.toc-inner::-webkit-scrollbar { display: none; }
.toc-link {
    white-space: nowrap;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-text-light);
    text-decoration: none;
    transition: all 0.3s ease;
    background: var(--color-bg);
}
.toc-link:hover, .toc-link.active { background: var(--color-accent); color: var(--color-white); }

/* Info Content Sections */
.info-section { padding: 5rem 0; }
.info-section.alt { background: var(--color-white); }
.info-section.warm { background: var(--color-bg-warm); }

.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.info-grid.reverse { direction: rtl; }
.info-grid.reverse > * { direction: ltr; }
.info-text h2 { margin-bottom: 1.5rem; }
.info-text h3 { margin-top: 2rem; margin-bottom: 1rem; color: var(--color-accent-dark); }
.info-visual { display: flex; flex-direction: column; justify-content: center; align-items: center; }

/* Info Page Galerie */
.info-galerie {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    max-width: 400px;
	margin-top: 1rem;
}
.info-galerie img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 15px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.info-galerie img:hover {
    transform: scale(1.03);
}

/* SVG Illustrations */
.illustration-circle {
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
    border-radius: 50%;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    max-width: 300px;
}
.illustration-circle svg { width: 60%; height: 60%; color: var(--color-white); }

/* Three Pillars Cards */
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.pillar-card {
    background: var(--color-white);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pillar-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.pillar-icon {
    width: 80px; height: 80px;
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.5rem;
}
.pillar-icon svg { width: 40px; height: 40px; color: var(--color-white); }
.pillar-card h3 { font-size: 1.4rem; margin-bottom: 1rem; color: var(--color-text); }
.pillar-card p { color: var(--color-text-light); font-size: 0.95rem; line-height: 1.7; }

/* History Timeline */
.history-timeline { position: relative; max-width: 800px; margin: 3rem auto 0; }
.history-timeline::before {
    content: ''; position: absolute; left: 50%; transform: translateX(-50%);
    width: 2px; height: 100%; background: var(--color-accent); opacity: 0.3;
}
.history-item { display: flex; margin-bottom: 3rem; position: relative; }
.history-item:nth-child(odd) { flex-direction: row; text-align: right; padding-right: calc(50% + 2rem); }
.history-item:nth-child(even) { flex-direction: row-reverse; text-align: left; padding-left: calc(50% + 2rem); }
.history-item::before {
    content: ''; position: absolute; left: 50%; transform: translateX(-50%);
    width: 16px; height: 16px; background: var(--color-accent); border-radius: 50%; border: 3px solid var(--color-bg);
}
.history-year { font-family: var(--font-serif); font-size: 1.5rem; color: var(--color-accent-dark); font-weight: 500; margin-bottom: 0.5rem; }
.history-content h4 { font-family: var(--font-serif); font-size: 1.2rem; margin-bottom: 0.5rem; }
.history-content p { color: var(--color-text-light); font-size: 0.95rem; }

/* Principles Grid */
.principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 2rem; }
.principle-card { background: var(--color-white); border-radius: 15px; padding: 2rem; border-left: 4px solid var(--color-accent); }
.principle-card h4 { font-family: var(--font-serif); font-size: 1.35rem; margin-bottom: 0.75rem; color: var(--color-accent-dark); }
.principle-card p { color: var(--color-text-light); margin-bottom: 0; }

/* Session Steps */
.session-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; }
.session-step { text-align: center; position: relative; }
.session-step::after {
    content: ''; position: absolute; top: 30px; left: calc(55% + 40px);
    width: calc(100% - 80px); height: 2px; background: var(--color-accent); opacity: 0.3;
    transform: translateY(-50%);
}
.session-step:last-child::after { display: none; }
.step-number {
    width: 60px; height: 60px; background: var(--color-accent); color: var(--color-white);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-family: var(--font-serif); font-size: 1.5rem; margin: 0 auto 1rem;
}
.session-step h3 { font-family: var(--font-serif); font-size: 1.5rem; margin-bottom: 0.5rem; }
.session-step p { font-size: 0.9rem; color: var(--color-text-light); }

/* Info Page FAQ - identisch mit Landkreis Toggle */
.faq-list { 
    max-width: 800px; 
    margin: 3rem auto 0; 
    display: flex; 
    flex-direction: column; 
    gap: 1rem; 
}
.faq-item { 
    background: var(--color-white); 
	padding: 0rem !important;
    border-radius: 15px; 
    overflow: hidden; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.03); 
}
.faq-question {
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
    user-select: none;
}
.faq-question:hover { background: var(--color-bg); }
.faq-question h3,
.faq-question h4 {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    margin: 0;
    color: var(--color-text);
}
.faq-question svg { 
    width: 20px; 
    height: 20px; 
    color: var(--color-accent); 
    transition: transform 0.3s ease; 
    flex-shrink: 0;
}
.faq-item.active .faq-question svg { transform: rotate(180deg); }
.faq-item.active .faq-question { background: var(--color-bg); }
.faq-answer { 
    max-height: 0; 
    overflow: hidden; 
    transition: max-height 0.4s ease; 
}
.faq-item.active .faq-answer { max-height: 500px; }
.faq-answer-inner { 
    padding: 1.5rem; 
    color: var(--color-text-light); 
    line-height: 1.8; 
}

/* Comparison Table */
.comparison-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 2rem 0;
}

.comparison-table { 
    width: 100%; 
    min-width: 600px;
    border-collapse: collapse; 
    background: var(--color-white); 
    border-radius: 15px; 
    overflow: hidden; 
    box-shadow: 0 10px 40px rgba(0,0,0,0.05); 
}
.comparison-table th, .comparison-table td { padding: 1.25rem 1.5rem; text-align: left; border-bottom: 1px solid var(--color-bg); }
.comparison-table th { background: var(--color-accent); color: var(--color-white); font-weight: 500; white-space: nowrap; }
.comparison-table td { white-space: nowrap; }
.comparison-table td:first-child { white-space: normal; min-width: 100px; }
.comparison-table tr:last-child td { border-bottom: none; }
.comparison-table tr:hover td { background: var(--color-bg); }

/* Cost Cards */
.cost-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.cost-card { background: var(--color-white); border-radius: 20px; padding: 2rem; text-align: center; box-shadow: 0 10px 40px rgba(0,0,0,0.05); }
.cost-card h4 { font-family: var(--font-serif); font-size: 1.3rem; margin-bottom: 1rem; color: var(--color-accent-dark); }
.cost-card p { color: var(--color-text-light); font-size: 0.95rem; }
.cost-card ul { text-align: left; padding-left: 1.5rem; margin-top: 1rem; color: var(--color-text-light); }
.cost-card li { margin-bottom: 0.5rem; }

/* Locations Grid */
.locations-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; margin-top: 2rem; }
.location-link {
    display: block; padding: 1rem 1.5rem; background: var(--color-white); border-radius: 10px;
    text-decoration: none; color: var(--color-text); font-weight: 500;
    transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}
.location-link:hover { background: var(--color-accent); color: var(--color-white); transform: translateY(-2px); }
.location-link small { display: block; font-weight: 300; opacity: 0.8; margin-top: 0.25rem; }

/* Landkreis Toggle System */
.landkreis-toggle-container { display: flex; flex-direction: column; gap: 1rem; }
.landkreis-toggle {
    background: var(--color-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}
.landkreis-header {
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
    user-select: none;
}
.landkreis-header:hover { background: var(--color-bg); }
.landkreis-header h3 {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.landkreis-header h3 span {
    font-family: var(--font-sans);
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--color-text-light);
}
.landkreis-header svg {
    width: 20px;
    height: 20px;
    color: var(--color-accent);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.landkreis-toggle.open .landkreis-header svg { transform: rotate(180deg); }
.landkreis-toggle.open .landkreis-header { background: var(--color-bg); }
.landkreis-orte {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.landkreis-toggle.open .landkreis-orte { max-height: 1500px; }
.landkreis-orte-inner {
    padding: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.75rem;
}
.landkreis-orte-inner a {
    display: block;
    padding: 0.75rem 1rem;
    background: var(--color-bg);
    border-radius: 8px;
    text-decoration: none;
    color: var(--color-text);
    font-size: 0.95rem;
    transition: all 0.2s ease;
}
.landkreis-orte-inner a:hover {
    background: var(--color-accent);
    color: var(--color-white);
}
.landkreis-orte-inner a small {
    display: block;
    font-size: 0.8rem;
    opacity: 0.7;
    margin-top: 0.2rem;
}

/* Info CTA Section */
.info-cta { background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%); padding: 5rem 0 10rem; text-align: center; color: var(--color-white); }
.info-cta h2 { color: var(--color-white); margin-bottom: 1rem; }
.info-cta p { opacity: 0.9; max-width: 650px; margin: 0 auto 2rem; }
.info-cta .btn { background: var(--color-white); color: var(--color-accent-dark); }
.info-cta .btn:hover { background: var(--color-bg); transform: translateY(-2px); }

/* Info Page Responsive */
@media (max-width: 968px) {
    .info-hero { padding: 120px 0 20px; }
    .info-grid { grid-template-columns: 1fr; gap: 2rem; }
    .info-grid.reverse { direction: ltr; }
    .pillars-grid, .principles-grid { grid-template-columns: 1fr; }
    .session-steps { grid-template-columns: repeat(2, 1fr); }
    .session-step::after { display: none; }
    .cost-grid { grid-template-columns: 1fr; }
    .history-timeline::before { left: 20px; }
    .history-item:nth-child(odd), .history-item:nth-child(even) { flex-direction: column; text-align: left; padding-left: 50px; padding-right: 0; }
    .history-item::before { left: 20px; }
    .info-visual { order: -1; }
    .illustration-circle { max-width: 200px; }
    .toc-section { top: 50px; }
}

@media (max-width: 600px) {
    .info-hero { padding: 100px 0 0px; }
    .session-steps { grid-template-columns: 1fr; }
    .comparison-table { font-size: 0.9rem; }
    .comparison-table th, .comparison-table td { padding: 1rem; }
	.info-cta { padding: 5rem 0 8rem; }
}

strong {
    font-weight: 500;
}

/* =============================================
   Thematische Landing Pages (Biodynamik, Craniosacral etc.)
   ============================================= */

/* Content Sections */
.content-section { padding: 4rem 0; }
.content-section.alt { background: var(--color-white); }
.content-section h2 { 
    font-family: var(--font-serif); 
    font-size: clamp(2rem, 4vw, 3rem); 
    text-align: center; 
    margin-bottom: 2.5rem; 
}

/* Intro Grid (Text + Bild) */
.intro-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 4rem; 
    align-items: center; 
}
.intro-image { 
    border-radius: 20px; 
    overflow: hidden; 
    box-shadow: 0 20px 60px rgba(0,0,0,0.1); 
}
.intro-image img { 
    width: 100%; 
    height: auto; 
    display: block; 
}
.intro-text h2 { 
    text-align: left; 
    margin-bottom: 1.5rem; 
}
.intro-text p { 
    color: var(--color-text-light); 
    line-height: 1.8; 
}

/* Prinzipien Cards */
.prinzipien-grid { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 2rem; 
}
.prinzip-card { 
    background: var(--color-bg); 
    border-radius: 20px; 
    padding: 2rem; 
    text-align: center; 
}
.prinzip-icon { 
    width: 60px; 
    height: 60px; 
    background: var(--color-accent); 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin: 0 auto 1.5rem; 
    color: var(--color-white); 
}
.prinzip-icon svg { width: 28px; height: 28px; }
.prinzip-card h3 { 
    font-family: var(--font-serif); 
    font-size: clamp(1.3rem, 2vw, 1.6rem); 
    margin-bottom: 1rem; 
    color: var(--color-text); 
}
.prinzip-card p { 
    color: var(--color-text-light); 
    font-size: 0.95rem; 
    line-height: 1.7; 
    margin-bottom: 0;
}

/* System Cards (Craniosacral) */
.system-grid { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 2rem; 
}
.system-card { 
    background: var(--color-white); 
    border-radius: 20px; 
    padding: 2rem; 
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}
.system-icon { 
    width: 60px; 
    height: 60px; 
    background: var(--color-bg-warm); 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin: 0 auto 1.5rem; 
    color: var(--color-accent-dark); 
}
.system-icon svg { width: 28px; height: 28px; }
.system-card h3 { 
    font-family: var(--font-serif); 
    font-size: clamp(1.2rem, 2vw, 1.5rem); 
    margin-bottom: 1rem; 
    color: var(--color-text); 
}
.system-card p { 
    color: var(--color-text-light); 
    font-size: 0.95rem; 
    line-height: 1.7; 
    margin-bottom: 0;
}

/* Für-wen Box */
.fuer-wen-box { 
    background: var(--color-white); 
    border-radius: 20px; 
    padding: 3rem; 
    box-shadow: 0 10px 40px rgba(0,0,0,0.05); 
}
.fuer-wen-box h2 { 
    text-align: left; 
    margin-bottom: 1rem; 
}
.fuer-wen-grid { 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 1rem; 
}
.fuer-wen-item { 
    display: flex; 
    align-items: flex-start; 
    gap: 1rem; 
    padding: 1rem; 
    background: var(--color-bg); 
    border-radius: 12px; 
}
.fuer-wen-item .check { 
    width: 24px; 
    height: 24px; 
    background: var(--color-accent); 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-shrink: 0; 
    margin-top: 0.15rem; 
}
.fuer-wen-item .check svg { 
    width: 14px; 
    height: 14px; 
    color: var(--color-white); 
}
.fuer-wen-item p { 
    margin: 0; 
    color: var(--color-text-light); 
    line-height: 1.6; 
}
.fuer-wen-item p strong {
    color: var(--color-text);
}

/* Qualifikation Box */
.qualifikation-box { 
    background: var(--color-bg-warm); 
    border-radius: 20px; 
    padding: 3rem; 
    display: grid; 
    grid-template-columns: auto 1fr; 
    gap: 2.5rem; 
    align-items: center; 
}
.qualifikation-badge { 
    width: 120px; 
    height: 120px; 
    background: var(--color-white); 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.08); 
}
.qualifikation-badge span { 
    font-family: var(--font-serif); 
    font-size: 2rem; 
    font-weight: 600; 
    color: var(--color-accent-dark); 
}
.qualifikation-content h3 { 
    font-family: var(--font-serif); 
    font-size: clamp(1.4rem, 2.5vw, 1.8rem); 
    margin-bottom: 0.75rem; 
}
.qualifikation-content p { 
    color: var(--color-text-light); 
    margin-bottom: 0; 
    line-height: 1.7;
}

/* Vergleich Box */
.vergleich-box {
    background: var(--color-bg-warm);
    border-radius: 20px;
    padding: 3rem;
}
.vergleich-box h2 {
    text-align: left;
    margin-bottom: 1.5rem;
}
.vergleich-content p {
    color: var(--color-text-light);
    line-height: 1.8;
}
.vergleich-content p:last-child {
    margin-bottom: 0;
}

/* Ablauf Steps (4er Version) */
.ablauf-steps.ablauf-4 { 
    display: grid; 
    grid-template-columns: repeat(4, 1fr); 
    gap: 1.5rem; 
}
.ablauf-step { 
    text-align: center; 
    position: relative; 
}
.ablauf-step::after { 
    content: '→'; 
    position: absolute; 
    right: -1rem; 
    top: 2rem; 
    color: var(--color-accent); 
    font-size: 1.5rem; 
}
.ablauf-step:last-child::after { display: none; }
.step-nummer { 
    width: 60px; 
    height: 60px; 
    background: var(--color-accent); 
    color: var(--color-white); 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-family: var(--font-serif); 
    font-size: 1.5rem; 
    margin: 0 auto 1rem; 
}
.ablauf-step h3 { 
    font-family: var(--font-serif); 
    font-size: 1.1rem; 
    margin-bottom: 0.5rem; 
}
.ablauf-step p { 
    font-size: 0.9rem; 
    color: var(--color-text-light); 
    line-height: 1.5; 
    margin: 0; 
}

/* Preis Info Box (Kompakt) */
.preis-info-box {
    background: var(--color-white);
    border-radius: 20px;
    padding: 2.5rem;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}
.preis-info-box > p:first-child {
    text-align: center;
    color: var(--color-text-light);
    margin-bottom: 2rem;
}
.preis-row-simple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-bg);
}
.preis-row-simple:last-of-type {
    border-bottom: none;
}
.preis-row-simple .preis-betrag {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-accent-dark);
}

/* Thematische Landing Pages – Responsive */
@media (max-width: 968px) {
    .intro-grid { grid-template-columns: 1fr; gap: 2rem; }
    .intro-image { order: -1; }
    .intro-text h2 { text-align: center; }
    .prinzipien-grid { grid-template-columns: 1fr; }
    .system-grid { grid-template-columns: 1fr; }
    .fuer-wen-grid { grid-template-columns: 1fr; }
    .qualifikation-box { grid-template-columns: 1fr; text-align: center; }
    .qualifikation-badge { margin: 0 auto; }
    .ablauf-steps.ablauf-4 { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
    .ablauf-step::after { display: none; }
    .vergleich-box h2 { text-align: center; }
}

@media (max-width: 600px) {
    .content-section { padding: 3rem 0; }
    .fuer-wen-box { padding: 2rem; }
    .qualifikation-box { padding: 2rem; }
    .vergleich-box { padding: 2rem; }
    .ablauf-steps.ablauf-4 { grid-template-columns: 1fr; }
    .preis-info-box { padding: 1.5rem; }
    .preis-row-simple { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
}

/* Performance: Sections unterhalb des Viewports verzögert rendern */
.info-section:nth-child(n+3) {
    content-visibility: auto;
    contain-intrinsic-size: auto 500px;
}

    /* Erstattung Link */
    .erstattung-link {
        color: var(--color-sage, #7D8E74);
        text-decoration: none;
        font-weight: 500;
        transition: color 0.2s ease;
    }
    .erstattung-link:hover {
        color: var(--color-text, #3d3d3d);
    }
    
    /* Preis-Tabelle */
    .preis-info-box {
        background: #fff;
        border-radius: 12px;
        padding: 2rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        max-width: 600px;
        margin: 0 auto;
    }
    .preis-info-box > p:first-child {
        margin-bottom: 1.5rem;
        color: var(--color-text-light);
    }
    .preis-tabelle {
        width: 100%;
        border-collapse: collapse;
        margin: 1rem 0;
    }
    .preis-tabelle th {
        text-align: center;
        padding: 0.75rem 1rem;
        font-weight: 500;
        color: var(--color-text-light);
        font-size: 0.9rem;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .preis-tabelle th:first-child {
        text-align: left;
    }
    .preis-tabelle td {
        padding: 1rem;
        text-align: center;
        vertical-align: top;
    }
    .preis-tabelle td.kategorie {
        text-align: left;
        font-weight: 500;
        color: var(--color-text);
    }
    .preis-tabelle .preis {
        display: block;
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--color-sage, #7D8E74);
    }
    .preis-tabelle .dauer {
        display: block;
        font-size: 0.85rem;
        color: var(--color-text-light);
        margin-top: 0.25rem;
    }
    .preis-tabelle tbody tr:not(:last-child) {
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    @media (max-width: 500px) {
        .preis-tabelle th,
        .preis-tabelle td {
            padding: 0.5rem;
        }
        .preis-tabelle .preis {
            font-size: 1.1rem;
        }
    }
	
    /* Qualifikation Stack für Institute untereinander */
    .qualifikation-stack {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        max-width: 700px;
        margin: 0 auto;
    }
    .qualifikation-stack .qualifikation-box {
        background: #fff;
        border-radius: 12px;
        padding: 2rem;
        display: flex;
        align-items: center;
        gap: 1.5rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }
    .qualifikation-stack .qualifikation-badge {
        width: 80px;
        height: 80px;
        min-width: 80px;
        background-color: #7D8E74;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .qualifikation-stack .qualifikation-badge span {
        color: #fff;
        font-family: var(--font-heading);
        font-size: 0.7rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        text-align: center;
        line-height: 1.2;
    }
    .qualifikation-stack .qualifikation-content {
        flex: 1;
    }
    .qualifikation-stack .qualifikation-content h3 {
        font-family: var(--font-body);
        font-size: 1.1rem;
        font-weight: 500;
        margin-bottom: 0.5rem;
        color: var(--color-text);
    }
    .qualifikation-stack .qualifikation-content p {
        font-size: 0.95rem;
        color: var(--color-text-light);
        margin: 0;
    }
    @media (max-width: 600px) {
        .qualifikation-stack .qualifikation-box {
            flex-direction: column;
            text-align: center;
        }
    }
    
    /* Preis-Tabelle */
    .preis-info-box {
        background: #fff;
        border-radius: 12px;
        padding: 2rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        max-width: 600px;
        margin: 0 auto;
    }
    .preis-info-box > p:first-child {
        margin-bottom: 1.5rem;
        color: var(--color-text-light);
    }
    .preis-tabelle {
        width: 100%;
        border-collapse: collapse;
        margin: 1rem 0;
    }
    .preis-tabelle th {
        text-align: center;
        padding: 0.75rem 1rem;
        font-weight: 500;
        color: var(--color-text-light);
        font-size: 0.9rem;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .preis-tabelle th:first-child {
        text-align: left;
    }
    .preis-tabelle td {
        padding: 1rem;
        text-align: center;
        vertical-align: top;
    }
    .preis-tabelle td.kategorie {
        text-align: left;
        font-weight: 500;
        color: var(--color-text);
    }
    .preis-tabelle .preis {
        display: block;
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--color-sage, #7D8E74);
    }
    .preis-tabelle .dauer {
        display: block;
        font-size: 0.85rem;
        color: var(--color-text-light);
        margin-top: 0.25rem;
    }
    .preis-tabelle tbody tr:not(:last-child) {
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    @media (max-width: 500px) {
        .preis-tabelle th,
        .preis-tabelle td {
            padding: 0.5rem;
        }
        .preis-tabelle .preis {
            font-size: 1.1rem;
        }
    }