﻿:root {
    --download-btn-hover-background: #f7fafc;
    --hero-intro-color: var(--color-text-muted);
    --color-brand-blue: #2d6c9e;
    --color-brand-blue-dark: #255b85;
    --color-brand-copper: #b48165;
    --color-brand-copper-dark: #9a6d55;
    --color-danger: #ff4d4f;
    --color-success: #278900;
    --color-text: #111;
    --color-text-muted: #4a5568;
    --color-bg: #fafaf8;
    --color-bg-soft: #f0f4f8;
    --color-white: #fff;
    --about-content-color: #4a5568;
    --about-img-color: #718096;
    --badge-background: #f0f4f8;
    --badge-color: #fff;
    --badge-special-background: #6b46c1;
    --btn-color: #fff;
    --calendly-placeholder-background: #fff;
    --calendly-placeholder-color: #718096;
    --check-item-background: #f7fafc;
    --check-item-color: #fff;
    --checklist-background: #fff;
    --comparison-color: #fff;
    --contact-item-background: #fff;
    --contact-option-background: #fff;
    --contact-option-color: #718096;
    --cta-box-background: #f0f4f8;
    --cta-box-color: #4a5568;
    --download-btn-background: #fff;
    --example-box-color: #fff;
    --faq-a-color: #4a5568;
    --faq-item-background: #fff;
    --faq-item-color: #4a5568;
    --featured-color: #fff;
    --filter-btn-background: #fff;
    --filter-btn-color: #4a5568;
    --final-cta-color: #4a5568;
    --financing-detail-color: #fff;
    --footer-color: #fff;
    --form-group-color: #2d3748;
    --form-hint-color: #718096;
    --form-section-background: #fff;
    --global-color: #2d3748;
    --header-background: #fff;
    --hero-color: #4a5568;
    --hero-img-color: #718096;
    --hero-img-large-color: #718096;
    --hero-meta-color: #718096;
    --hours-time-color: #2d3748;
    --info-box-background: #f0f4f8;
    --info-label-color: #718096;
    --info-value-color: #2d3748;
    --intro-color: #4a5568;
    --intro-text-color: #4a5568;
    --kfw-badge-color: #fff;
    --kfw-card-background: #fff;
    --kfw-card-color: #718096;
    --kfw-detail-background: #f7fafc;
    --legal-card-background: #fff;
    --map-placeholder-color: #718096;
    --nav-color: #111;
    --note-background: #f0f4f8;
    --note-text-color: #4a5568;
    --page-hero-color: #4a5568;
    --privacy-color: #718096;
    --privacy-note-background: #fff;
    --privacy-note-text-color: #92400e;
    --process-mini-background: #f0f4f8;
    --process-num-color: #fff;
    --process-step-background: #fff;
    --project-badge-color: #fff;
    --project-card-background: #fff;
    --project-location-color: #718096;
    --project-stat-background: #f7fafc;
    --project-story-color: #4a5568;
    --project-year-color: #fff;
    --ps-box-background: #fff;
    --qual-background: #f0f4f8;
    --qual-icon-color: #fff;
    --quote-section-background: #f0f4f8;
    --related-badge-color: #fff;
    --related-card-background: #fff;
    --related-location-color: #718096;
    --result-box-color: #fff;
    --russian-box-color: #fff;
    --russian-hint-color: #fff;
    --service-card-background: #fff;
    --service-content-color: #4a5568;
    --service-example-background: #f0f4f8;
    --service-img-color: #718096;
    --special-box-color: #fff;
    --stat-background: #f7fafc;
    --stat-box-background: #f0f4f8;
    --stat-label-color: #718096;
    --step-desc-color: #718096;
    --step-icon-background: #6b46c1;
    --step-icon-color: #fff;
    --step-number-color: #fff;
    --step-num-color: #fff;
    --story-block-background: #fff;
    --story-block-color: #4a5568;
    --success-badge-color: #fff;
    --success-card-background: #fff;
    --success-img-color: #718096;
    --success-location-color: #718096;
    --timeline-desc-color: #4a5568;
    --timeline-mini-background: #f0f4f8;
    --timeline-section-color: #fff;
    --trust-bar-background: #fff;
    --trust-label-color: #111;
    --value-background: #fff;
    --color-surface: #ffffff;
    --color-black: #000000;
    --color-border: #e2e8f0;
}

/* ==== erfolgsgeschichte-detail.css ==== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Source Sans 3', sans-serif;
    color: #2d3748;
    line-height: 1.6;
    background: #fafaf8
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.header {
    background: #fff;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
    flex-shrink: 0
}

.logo img {
    display: block;
    height: 64px;
    width: auto;
    max-width: 100%
}

.nav {
    display: flex;
    gap: 32px;
    align-items: center
}

.nav a {
    color: #111;
    text-decoration: none;
    font-weight: 600
}

.nav a:hover {
    color: var(--color-brand-blue)
}

.btn {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 12px 24px;
    border-radius: 0;
    font-weight: 600;
    text-decoration: none;
    display: inline-block
}

.btn:hover {
    background: var(--color-brand-blue-dark)
}

.btn-gold {
    background: var(--color-brand-copper);
    color: #fff
}

.btn-sec {
    background: transparent;
    color: var(--color-brand-blue);
    border: 2px solid var(--color-brand-blue);
    padding: 10px 22px
}

.breadcrumb {
    padding: 20px 0;
    font-size: 14px;
    color: #718096
}

.breadcrumb a {
    color: var(--color-brand-blue);
    text-decoration: none
}

.hero-detail {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    padding: 40px 0 60px;
    align-items: start
}

.hero-img {
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 4/3;
    position: relative
}

.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 10px
}

.badge {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 8px 16px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600
}

.badge-gold {
    background: var(--color-brand-copper);
    color: var(--color-brand-blue)
}

.hero-content h1 {
    font-family: 'Source Serif 4', serif;
    font-size: 36px;
    color: var(--color-brand-blue);
    margin-bottom: 12px;
    line-height: 1.2
}

.hero-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #718096;
    margin-bottom: 24px
}

.hero-meta span {
    display: flex;
    align-items: center;
    gap: 6px
}

.hero-intro {
    font-size: 17px;
    color: var(--hero-intro-color);
    line-height: 1.7;
    margin-bottom: 28px
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 28px
}

.stat-box {
    background: #f0f4f8;
    padding: 20px 16px;
    border-radius: 0;
    text-align: center
}

.stat-val {
    font-family: 'Source Serif 4', serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-brand-blue)
}

.stat-label {
    font-size: 12px;
    color: #718096;
    margin-top: 4px
}

.download-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 2px solid #e2e8f0;
    padding: 14px 20px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-brand-blue);
    text-decoration: none;
    transition: all 0.2s
}

.download-btn:hover {
    border-color: var(--color-brand-blue);
    background: var(--download-btn-hover-background)
}

.download-btn .icon {
    font-size: 20px
}

.section {
    padding: 48px 0
}

.h2 {
    font-family: 'Source Serif 4', serif;
    font-size: 28px;
    color: var(--color-brand-blue);
    margin-bottom: 20px
}

.h3 {
    font-family: 'Source Serif 4', serif;
    font-size: 22px;
    color: var(--color-brand-blue);
    margin-bottom: 16px
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.story-block {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    padding: 32px
}

.story-block h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px
}

.story-block p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7
}

.story-block ul {
    list-style: none;
    margin-top: 16px
}

.story-block li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f4f8;
    font-size: 14px;
    display: flex;
    justify-content: space-between
}

.story-block li:last-child {
    border-bottom: none
}

.story-block li span:last-child {
    font-weight: 600;
    color: var(--color-brand-blue)
}

.challenge-icon {
    color: #fc8181
}

.solution-icon {
    color: #68d391
}

.financing-detail {
    background: linear-gradient(135deg, var(--color-brand-blue), var(--color-brand-blue-dark));
    color: #fff;
    padding: 48px;
    border-radius: 0;
    margin: 32px 0
}

.financing-detail h2 {
    color: #fff;
    margin-bottom: 32px
}

.financing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

.financing-block {
    background: rgba(255, 255, 255, 0.1);
    padding: 24px;
    border-radius: 0;
    color: var(--color-brand-copper);
    margin-bottom: 16px
}

.financing-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.financing-item:last-child {
    border-bottom: none
}

.financing-item span:last-child {
    font-weight: 600
}

.financing-highlight {
    background: rgba(201, 162, 39, 0.2);
    padding: 24px;
    border-radius: 0;
    border: 2px solid var(--color-brand-copper)
}

.financing-highlight h4 {
    color: var(--color-brand-copper)
}

.highlight-stat {
    text-align: center;
    padding: 16px 0
}

.highlight-val {
    font-family: 'Source Serif 4', serif;
    font-size: 36px;
    font-weight: 700
}

.highlight-label {
    font-size: 13px;
    opacity: 0.9;
    margin-top: 4px
}

.timeline-section {
    padding: 48px 0
}

.timeline {
    position: relative;
    padding-left: 32px
}

.timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    bottom: 8px;
    width: 3px;
    background: linear-gradient(to bottom, var(--color-brand-copper), var(--color-brand-blue))
}

.timeline-item {
    position: relative;
    margin-bottom: 32px;
    padding-left: 24px
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -26px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: var(--color-brand-blue);
    border-radius: 0;
    border: 3px solid #fafaf8
}

.timeline-item:first-child::before {
    background: var(--color-brand-copper)
}

.timeline-date {
    font-size: 13px;
    color: var(--color-brand-copper);
    font-weight: 600;
    margin-bottom: 6px
}

.timeline-title {
    font-size: 17px;
    font-weight: 600;
    color: var(--color-brand-blue);
    margin-bottom: 6px
}

.timeline-desc {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6
}

.quote-section {
    background: #f0f4f8;
    padding: 48px;
    border-radius: 0;
    margin: 32px 0;
    text-align: center;
    border-left: 5px solid var(--color-brand-copper)
}

.quote-text {
    font-family: 'Source Serif 4', serif;
    font-size: 22px;
    color: var(--color-brand-blue);
    font-style: italic;
    margin-bottom: 16px;
    line-height: 1.5
}

.quote-author {
    font-size: 14px;
    color: #718096
}

.privacy-note {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    padding: 20px;
    border-radius: 0;
    margin: 32px 0;
    display: flex;
    gap: 16px;
    align-items: flex-start
}

.privacy-note-icon {
    font-size: 24px
}

.privacy-note-text {
    font-size: 14px;
    color: #92400e;
    line-height: 1.6
}

.related-section {
    padding: 48px 0
}

.related-section h2 {
    text-align: center;
    margin-bottom: 32px
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.related-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.2s
}

.related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08)
}

.related-img {
    height: 140px;
    position: relative
}

.related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.related-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--color-brand-blue);
    color: #fff;
    padding: 4px 10px;
    border-radius: 0;
    font-size: 11px;
    font-weight: 600
}

.related-content {
    padding: 20px
}

.related-location {
    font-size: 12px;
    color: #718096;
    margin-bottom: 8px
}

.related-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-brand-blue);
    margin-bottom: 12px
}

.related-stats {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: #4a5568
}

.related-link {
    display: block;
    margin-top: 12px;
    color: var(--color-brand-blue);
    font-weight: 600;
    font-size: 13px;
    text-decoration: none
}

.cta-box {
    background: linear-gradient(135deg, #f0f4f8, #e8ecf2);
    padding: 48px;
    border-radius: 0;
    text-align: center;
    margin: 48px 0
}

.cta-box h2 {
    margin-bottom: 16px
}

.cta-box p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 24px
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.footer {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 60px 0 30px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px
}

.footer-brand .logo {
    margin-bottom: 16px
}

.footer-brand .logo img {
    height: 56px
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.7)
}

.footer h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--color-brand-copper)
}

.footer ul {
    list-style: none
}

.footer li {
    margin-bottom: 12px
}

.footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5)
}

@media(max-width:900px) {
    .hero-detail {
        grid-template-columns: 1fr
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .story-grid {
        grid-template-columns: 1fr
    }

    .financing-grid {
        grid-template-columns: 1fr
    }

    .related-grid {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .nav {
        display: none
    }
}






a.btn.btn-gold {
    color: #fff
}

/* Startseite: fixes portrait sizing after merged legacy hero rules */
body.page-index .hero-img {
    background: transparent;
    padding: 0;
    aspect-ratio: 4/5;
    width: 100%;
    max-width: 460px;
    justify-self: end;
}

body.page-index .hero-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:900px) {
    body.page-index .hero-img {
        max-width: 100%;
        justify-self: stretch;
    }
}

/* ==== erfolgsgeschichte-generationen.css ==== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Source Sans 3', sans-serif;
    color: #2d3748;
    line-height: 1.6;
    background: #fafaf8
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.header {
    background: #fff;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
    flex-shrink: 0
}

.logo img {
    display: block;
    height: 64px;
    width: auto;
    max-width: 100%
}

.nav {
    display: flex;
    gap: 32px;
    align-items: center
}

.nav a {
    color: #111;
    text-decoration: none;
    font-weight: 600
}

.nav a:hover {
    color: var(--color-brand-blue)
}

.btn {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 12px 24px;
    border-radius: 0;
    font-weight: 600;
    text-decoration: none;
    display: inline-block
}

.btn:hover {
    background: var(--color-brand-blue-dark)
}

.btn-gold {
    background: var(--color-brand-copper);
    color: #fff
}

.btn-sec {
    background: transparent;
    color: var(--color-brand-blue);
    border: 2px solid var(--color-brand-blue);
    padding: 10px 22px
}

.breadcrumb {
    padding: 20px 0;
    font-size: 14px;
    color: #718096
}

.breadcrumb a {
    color: var(--color-brand-blue);
    text-decoration: none
}

.hero-detail {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    padding: 40px 0 60px;
    align-items: start
}

.hero-img {
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 4/3;
    position: relative
}

.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.badge {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 8px 16px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600
}

.badge-gold {
    background: var(--color-brand-copper);
    color: var(--color-brand-blue)
}

.badge-special {
    background: #6b46c1;
    color: #fff
}

.hero-content h1 {
    font-family: 'Source Serif 4', serif;
    font-size: 36px;
    color: var(--color-brand-blue);
    margin-bottom: 12px;
    line-height: 1.2
}

.hero-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #718096;
    margin-bottom: 24px;
    flex-wrap: wrap
}

.hero-meta span {
    display: flex;
    align-items: center;
    gap: 6px
}

.hero-intro {
    font-size: 17px;
    color: var(--hero-intro-color);
    line-height: 1.7;
    margin-bottom: 28px
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 28px
}

.stat-box {
    background: #f0f4f8;
    padding: 20px 16px;
    border-radius: 0;
    text-align: center
}

.stat-box.highlight {
    background: linear-gradient(135deg, #6b46c1, #805ad5);
    color: #fff
}

.stat-val {
    font-family: 'Source Serif 4', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--color-brand-blue)
}

.stat-box.highlight .stat-val {
    color: #fff
}

.stat-label {
    font-size: 11px;
    color: #718096;
    margin-top: 4px
}

.stat-box.highlight .stat-label {
    color: rgba(255, 255, 255, 0.9)
}

.section {
    padding: 48px 0
}

.h2 {
    font-family: 'Source Serif 4', serif;
    font-size: 28px;
    color: var(--color-brand-blue);
    margin-bottom: 20px
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.story-block {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    padding: 32px
}

.story-block h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    font-size: 18px
}

.story-block p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7
}

.challenge-icon {
    color: #fc8181
}

.solution-icon {
    color: #68d391
}

.result-box {
    background: linear-gradient(135deg, var(--color-brand-blue), var(--color-brand-blue-dark));
    color: #fff;
    padding: 40px;
    border-radius: 0;
    margin: 32px 0
}

.result-box h2 {
    color: #fff;
    margin-bottom: 20px
}

.result-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center
}

.result-text {
    font-size: 17px;
    line-height: 1.7
}

.result-text strong {
    color: var(--color-brand-copper)
}

.result-highlight {
    background: rgba(255, 255, 255, 0.1);
    padding: 28px;
    border-radius: 0;
    text-align: center
}

.result-compare {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: center
}

.compare-item {
    text-align: center
}

.compare-label {
    font-size: 12px;
    opacity: 0.8;
    margin-bottom: 8px
}

.compare-value {
    font-size: 18px;
    font-weight: 600
}

.compare-arrow {
    font-size: 24px;
    color: var(--color-brand-copper)
}

.special-box {
    background: linear-gradient(135deg, #6b46c1, #805ad5);
    color: #fff;
    padding: 32px;
    border-radius: 0;
    margin: 32px 0
}

.special-box h3 {
    font-size: 20px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px
}

.special-box p {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.95
}

.special-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 20px
}

.special-feature {
    background: rgba(255, 255, 255, 0.15);
    padding: 16px;
    border-radius: 0;
    font-size: 14px
}

.timeline-mini {
    background: #f0f4f8;
    padding: 32px;
    border-radius: 0;
    margin: 32px 0
}

.timeline-mini h3 {
    text-align: center;
    margin-bottom: 24px;
    color: var(--color-brand-blue)
}

.timeline-steps {
    display: flex;
    justify-content: space-between;
    position: relative
}

.timeline-steps::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 60px;
    right: 60px;
    height: 3px;
    background: linear-gradient(90deg, #6b46c1, var(--color-brand-copper))
}

.timeline-step {
    text-align: center;
    flex: 1;
    position: relative
}

.step-icon {
    width: 40px;
    height: 40px;
    background: #6b46c1;
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0 auto 12px;
    position: relative;
    z-index: 1
}

.timeline-step:last-child .step-icon {
    background: var(--color-brand-copper)
}

.step-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-brand-blue);
    margin-bottom: 4px
}

.step-desc {
    font-size: 11px;
    color: #718096
}

.privacy-note {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    padding: 20px;
    border-radius: 0;
    margin: 32px 0;
    display: flex;
    gap: 16px;
    align-items: flex-start
}

.privacy-note-icon {
    font-size: 24px
}

.privacy-note-text {
    font-size: 14px;
    color: #92400e;
    line-height: 1.6
}

.cta-box {
    background: linear-gradient(135deg, #f0f4f8, #e8ecf2);
    padding: 48px;
    border-radius: 0;
    text-align: center;
    margin: 48px 0
}

.cta-box h2 {
    margin-bottom: 16px
}

.cta-box p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 24px
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.footer {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 60px 0 30px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px
}

.footer-brand .logo {
    margin-bottom: 16px
}

.footer-brand .logo img {
    height: 56px
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.7)
}

.footer h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--color-brand-copper)
}

.footer ul {
    list-style: none
}

.footer li {
    margin-bottom: 12px
}

.footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5)
}

@media(max-width:900px) {
    .hero-detail {
        grid-template-columns: 1fr
    }

    .stats-grid {
        grid-template-columns: 1fr
    }

    .story-grid {
        grid-template-columns: 1fr
    }

    .result-content {
        grid-template-columns: 1fr
    }

    .special-features {
        grid-template-columns: 1fr
    }

    .timeline-steps {
        flex-wrap: wrap;
        gap: 24px
    }

    .timeline-steps::before {
        display: none
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .nav {
        display: none
    }
}






a.btn.btn-gold {
    color: #fff
}

/* ==== erfolgsgeschichten.css ==== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Source Sans 3', sans-serif;
    color: #2d3748;
    line-height: 1.6;
    background: #fafaf8
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.header {
    background: #fff;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
    flex-shrink: 0
}

.logo img {
    display: block;
    height: 64px;
    width: auto;
    max-width: 100%
}

.nav {
    display: flex;
    gap: 32px;
    align-items: center
}

.nav a {
    color: #111;
    text-decoration: none;
    font-weight: 600
}

.nav a:hover,
.nav a.active {
    color: var(--color-brand-blue)
}

.btn {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 12px 24px;
    border-radius: 0;
    font-weight: 600;
    text-decoration: none;
    display: inline-block
}

.btn:hover {
    background: var(--color-brand-blue-dark)
}

.btn-gold {
    background: var(--color-brand-copper);
    color: #fff
}

.btn-sec {
    background: transparent;
    color: var(--color-brand-blue);
    border: 2px solid var(--color-brand-blue);
    padding: 10px 22px
}

.page-hero {
    padding: 60px 0 32px;
    text-align: center
}

.page-hero h1 {
    font-family: 'Source Serif 4', serif;
    font-size: 42px;
    color: var(--color-brand-blue);
    margin-bottom: 16px
}

.page-hero p {
    font-size: 18px;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto
}

body.page-kontakt section#hero {
    padding: 28px 0 10px;
    text-align: center
}

body.page-kontakt section#hero h1 {
    font-family: 'Source Serif 4', serif;
    font-size: 42px;
    color: var(--color-brand-blue);
    margin-bottom: 10px
}

body.page-kontakt section#hero p {
    font-size: 18px;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto
}

body.page-kontakt section#kontaktwege {
    margin: 12px 0 28px
}

.h2 {
    font-family: 'Source Serif 4', serif;
    font-size: 28px;
    color: var(--color-brand-blue);
    margin-bottom: 24px
}

.stats-bar {
    padding: 32px 0;
    margin-bottom: 32px
}

.stats-bar>.container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.stat-box {
    text-align: center;
    padding: 24px;
    background: #f0f4f8;
    border-radius: 0;
    font-size: 36px;
    font-weight: 700;
    color: var(--color-brand-blue)
}

.stat-num span {
    color: var(--color-brand-copper)
}

.stat-label {
    font-size: 13px;
    color: #718096;
    margin-top: 4px
}

.filter {
    margin-bottom: 32px
}

.filter>.container {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap
}

.filter-btn {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #e2e8f0;
    background: #fff;
    color: #4a5568;
    cursor: pointer
}

.filter-btn:hover {
    border-color: var(--color-brand-blue);
    color: var(--color-brand-blue)
}

.filter-btn.active {
    background: var(--color-brand-blue);
    color: #fff;
    border-color: var(--color-brand-blue)
}

.featured {
    background: linear-gradient(135deg, var(--color-brand-blue), var(--color-brand-blue-dark));
    color: #fff;
    padding: 40px;
    border-radius: 0;
    margin-bottom: 40px
}

.featured>.container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 32px;
    align-items: center
}

.featured-img {
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 4/3
}

.featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.featured-badge {
    display: inline-block;
    background: var(--color-brand-copper);
    color: var(--color-brand-blue);
    padding: 6px 14px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 16px
}

.featured h3 {
    font-family: 'Source Serif 4', serif;
    font-size: 26px;
    margin-bottom: 10px
}

.featured-location {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 16px
}

.featured-story {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 20px
}

.featured-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 20px
}

.featured-stat {
    text-align: center;
    padding: 14px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    font-size: 22px;
    font-weight: 700
}

.featured-stat-label {
    font-size: 11px;
    opacity: 0.8
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px
}

.project-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.2s
}

.project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1)
}

.project-img {
    height: 160px;
    position: relative;
    overflow: hidden
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.project-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--color-brand-blue);
    color: #fff;
    padding: 5px 12px;
    border-radius: 0;
    font-size: 11px;
    font-weight: 600
}

.project-badge.neubau {
    background: var(--color-brand-blue-dark)
}

.project-badge.kauf {
    background: var(--color-brand-blue)
}

.project-badge.umfinanzierung {
    background: var(--color-brand-copper);
    color: var(--color-brand-blue)
}

.project-year {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 11px
}

.project-content {
    padding: 20px
}

.project-location {
    font-size: 13px;
    color: #718096;
    margin-bottom: 12px
}

.project-story {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.project-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 16px
}

.project-stat {
    background: #f7fafc;
    padding: 10px;
    border-radius: 0;
    text-align: center
}

.project-stat-val {
    font-family: 'Source Serif 4', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-brand-blue)
}

.project-stat-label {
    font-size: 10px;
    color: #718096
}

.project-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
    font-size: 13px
}

.project-link a {
    color: var(--color-brand-blue);
    font-weight: 600;
    text-decoration: none
}

.project-link .pdf {
    color: #718096
}

.note {
    background: #f0f4f8;
    padding: 24px;
    border-radius: 0;
    margin: 32px 0;
    display: flex;
    gap: 16px;
    align-items: flex-start
}

.note-icon {
    font-size: 24px
}

.note-text {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6
}

.note-text strong {
    color: #2d3748
}

.cta-box {
    background: linear-gradient(135deg, #f0f4f8, #e8ecf2);
    padding: 48px;
    border-radius: 0;
    text-align: center;
    margin: 40px 0
}

.cta-box h2 {
    margin-bottom: 16px
}

.cta-box p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 24px
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.footer {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 60px 0 30px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px
}

.footer-brand .logo {
    margin-bottom: 16px
}

.footer-brand .logo img {
    height: 56px
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.7)
}

.footer h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--color-brand-copper)
}

.footer ul {
    list-style: none
}

.footer li {
    margin-bottom: 12px
}

.footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5)
}

@media(max-width:900px) {
    .stats-bar>.container {
        grid-template-columns: repeat(2, 1fr)
    }

    .projects-grid {
        grid-template-columns: 1fr
    }

    .featured>.container {
        grid-template-columns: 1fr
    }

    .featured-stats {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .nav {
        display: none
    }
}






a.btn.btn-gold {
    color: #fff
}

/* ==== index.css ==== */
:root {
    --color-brand-blue: #2d6c9e;
    --color-brand-blue-dark: #255b85;
    --color-brand-copper: #b48165;
    --color-brand-copper-dark: #9a6d55;
    --color-danger: #ff4d4f;
    --color-success: #278900
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Source Sans 3', sans-serif;
    color: #2d3748;
    line-height: 1.6;
    background: #fafaf8
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.header {
    background: #fff;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
    flex-shrink: 0
}

.logo img {
    display: block;
    height: 64px;
    width: auto;
    max-width: 100%
}

.nav {
    display: flex;
    gap: 32px;
    align-items: center
}

.nav a {
    color: #111;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px
}

.nav a:hover {
    color: var(--color-brand-blue)
}

.btn {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 12px 24px;
    border-radius: 0;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer
}

.btn:hover {
    background: var(--color-brand-blue-dark)
}

.btn-sec {
    background: transparent;
    color: var(--color-brand-blue);
    border: 2px solid var(--color-brand-blue);
    padding: 10px 22px
}

.btn-sec:hover {
    background: var(--color-brand-blue);
    color: #fff
}

.btn-gold {
    background: var(--color-brand-copper);
    color: #fff
}

.hero {
    padding: 80px 0 100px;
    background: linear-gradient(135deg, #fff 0%, #f0f4f8 100%)
}

.hero-inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center
}

.hero h1 {
    font-family: 'Source Serif 4', serif;
    font-size: 48px;
    font-weight: 700;
    color: var(--color-brand-blue);
    line-height: 1.15;
    margin-bottom: 24px
}

.hero h1 span {
    display: block;
    color: var(--color-brand-copper);
    font-size: 28px;
    font-weight: 600;
    margin-top: 8px
}

.hero p {
    font-size: 20px;
    color: #4a5568;
    margin-bottom: 32px
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap
}

.hero-img {
    background: linear-gradient(145deg, #e8ecf2, #d0d8e4);
    border-radius: 0;
    aspect-ratio: 4/5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #718096;
    font-size: 14px;
    text-align: center;
    padding: 20px
}

.trust-bar {
    background: #fff;
    padding: 32px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0
}

.trust-items {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap
}

.trust-item {
    text-align: center
}

.trust-number {
    font-family: 'Source Serif 4', serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--color-brand-blue)
}

.trust-number span {
    color: var(--color-brand-copper)
}

.trust-label {
    font-size: 15px;
    color: #111;
    margin-top: 4px
}

.section {
    padding: 80px 0
}

.section-dark {
    background: var(--color-brand-blue);
    color: #fff
}

.section-gray {
    background: #f0f4f8
}

.h2 {
    font-family: 'Source Serif 4', serif;
    font-size: 36px;
    color: var(--color-brand-blue);
    text-align: center;
    margin-bottom: 48px
}

.h2-light {
    color: #fff
}

.h2 span {
    color: var(--color-brand-copper)
}

.ps-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
    align-items: stretch
}

.ps-box {
    background: #fff;
    border-radius: 0;
    padding: 40px
}

.ps-box h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0
}

.ps-box.problem h3 {
    color: var(--color-danger)
}

.ps-box.solution h3 {
    color: #278900
}

.ps-box p {
    font-size: 17px;
    line-height: 1.7;
    color: #111
}

.ps-arrow {
    display: flex;
    align-items: center;
    font-size: 48px;
    color: var(--color-brand-copper)
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.service-card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12)
}

.service-img {
    background: linear-gradient(145deg, #e8ecf2, #d0d8e4);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #718096;
    font-size: 13px
}

.service-content {
    padding: 32px
}

.service-content h3 {
    font-family: 'Source Serif 4', serif;
    font-size: 24px;
    color: var(--color-brand-blue);
    margin-bottom: 12px
}

.service-content p {
    color: #4a5568;
    font-size: 16px;
    margin-bottom: 20px
}

.service-link {
    color: var(--color-brand-blue);
    font-weight: 600;
    text-decoration: none
}

.timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 20px
}

.timeline::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 60px;
    right: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-brand-blue), var(--color-brand-copper))
}

.timeline-step {
    text-align: center;
    position: relative;
    flex: 1;
    max-width: 160px
}

.step-number {
    width: 56px;
    height: 56px;
    background: var(--color-brand-blue);
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    margin: 0 auto 16px;
    box-shadow: 0 4px 12px rgba(26, 58, 92, 0.3)
}

.timeline-step:last-child .step-number {
    background: var(--color-brand-copper)
}

.step-title {
    font-weight: 700;
    color: var(--color-brand-blue);
    font-size: 15px;
    margin-bottom: 8px
}

.step-desc {
    font-size: 13px;
    color: #718096;
    line-height: 1.5
}

.success-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.success-card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06)
}

.success-img {
    background: linear-gradient(145deg, #d0d8e4, #b8c4d4);
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #718096;
    font-size: 13px;
    position: relative
}

.success-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--color-brand-blue);
    color: #fff;
    padding: 6px 14px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600
}

.success-content {
    padding: 28px
}

.success-location {
    color: #718096;
    font-size: 14px;
    margin-bottom: 16px
}

.success-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.stat {
    text-align: center;
    padding: 12px;
    background: #f7fafc;
    border-radius: 0;
    font-size: 22px;
    font-weight: 700;
    color: var(--color-brand-blue)
}

.stat-label {
    font-size: 12px;
    color: #718096;
    margin-top: 2px
}

.russian-usp {
    padding: 60px 0;
    background: linear-gradient(135deg, var(--color-brand-blue), var(--color-brand-blue-dark));
    color: #fff
}

.russian-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.russian-flag {
    font-size: 48px
}

.russian-text h3 {
    font-family: 'Source Serif 4', serif;
    font-size: 28px;
    margin-bottom: 8px
}

.russian-text p {
    font-size: 17px;
    opacity: 0.9
}

.about-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    align-items: center
}

.about-img {
    background: linear-gradient(145deg, #e8ecf2, #d0d8e4);
    border-radius: 0;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #718096;
    font-size: 14px
}

.hero-img img,
.service-img img,
.success-img img,
.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.about-content h2 {
    font-family: 'Source Serif 4', serif;
    font-size: 36px;
    color: var(--color-brand-blue);
    margin-bottom: 24px;
    text-align: left
}

.about-content p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 16px;
    line-height: 1.7
}

.final-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #fafaf8, #f0f4f8);
    text-align: center
}

.final-cta h2 {
    font-family: 'Source Serif 4', serif;
    font-size: 44px;
    color: var(--color-brand-blue);
    margin-bottom: 16px
}

.final-cta p {
    font-size: 20px;
    color: #4a5568;
    margin-bottom: 40px
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center
}

.cta-phone {
    color: var(--color-brand-blue);
    font-size: 18px;
    font-weight: 600
}

.footer {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 60px 0 30px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px
}

.footer-brand .logo {
    margin-bottom: 16px
}

.footer-brand .logo img {
    height: 56px
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px
}

.footer h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--color-brand-copper)
}

.footer ul {
    list-style: none
}

.footer li {
    margin-bottom: 12px
}

.footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 15px
}

.footer a:hover {
    color: #fff
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5)
}

@media(max-width:900px) {
    .hero-inner {
        grid-template-columns: 1fr;
        text-align: center
    }

    .hero-img {
        display: none
    }

    .ps-grid {
        grid-template-columns: 1fr
    }

    .ps-arrow {
        justify-content: center;
        transform: rotate(90deg)
    }

    .services-grid,
    .success-grid {
        grid-template-columns: 1fr
    }

    .timeline {
        flex-wrap: wrap;
        gap: 32px
    }

    .timeline::before {
        display: none
    }

    .about-grid {
        grid-template-columns: 1fr
    }

    .russian-inner {
        flex-direction: column;
        text-align: center
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .nav {
        display: none
    }
}











a.btn.btn-gold {
    color: #fff
}

/* ==== kontakt.css ==== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Source Sans 3', sans-serif;
    color: #2d3748;
    line-height: 1.6;
    background: #fafaf8
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.header {
    background: #fff;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
    flex-shrink: 0
}

.logo img {
    display: block;
    height: 64px;
    width: auto;
    max-width: 100%
}

.nav {
    display: flex;
    gap: 32px;
    align-items: center
}

.nav a {
    color: #111;
    text-decoration: none;
    font-weight: 600
}

.nav a:hover,
.nav a.active {
    color: var(--color-brand-blue)
}

.btn {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 12px 24px;
    border-radius: 0;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 15px
}

.btn:hover {
    background: var(--color-brand-blue-dark)
}

.btn-gold {
    background: var(--color-brand-copper);
    color: #fff
}

.btn-sec {
    background: transparent;
    color: var(--color-brand-blue);
    border: 2px solid var(--color-brand-blue);
    padding: 10px 22px
}

.page-hero {
    padding: 60px 0 32px;
    text-align: center
}

.page-hero h1 {
    font-family: 'Source Serif 4', serif;
    font-size: 42px;
    color: var(--color-brand-blue);
    margin-bottom: 16px
}

.page-hero p {
    font-size: 18px;
    color: #4a5568;
    max-width: 600px;
    margin: 0 auto
}

.h2 {
    font-family: 'Source Serif 4', serif;
    font-size: 28px;
    color: var(--color-brand-blue);
    margin-bottom: 20px
}

.contact-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px 0
}

body.page-kontakt section.contact-options {
    display: block;
    grid-template-columns: none;
    gap: 0;
    margin: 40px 0
}

body.page-kontakt section.contact-options>.container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.contact-option {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 0;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.2s
}

.contact-option:hover {
    border-color: var(--color-brand-blue);
    transform: translateY(-4px)
}

.contact-option.preferred {
    border-color: var(--color-brand-copper);
    background: linear-gradient(135deg, #fffbeb, #fff)
}

.contact-option.preferred::before {
    content: '⭐ Empfohlen';
    display: block;
    background: var(--color-brand-copper);
    color: var(--color-brand-blue);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 0;
    margin: -48px auto 16px;
    width: fit-content
}

.contact-icon {
    font-size: 36px;
    margin-bottom: 16px
}

.contact-option h3 {
    font-size: 18px;
    color: var(--color-brand-blue);
    margin-bottom: 8px
}

.contact-option p {
    font-size: 14px;
    color: #718096;
    margin-bottom: 16px
}

.contact-option a {
    display: block;
    padding: 12px;
    background: #f0f4f8;
    border-radius: 0;
    color: var(--color-brand-blue);
    font-weight: 600;
    text-decoration: none;
    font-size: 15px
}

.contact-option a:hover {
    background: var(--color-brand-blue);
    color: #fff
}

.contact-option.preferred a {
    background: var(--color-brand-copper);
    color: var(--color-brand-blue)
}

.main-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    margin: 48px 0
}

body.page-kontakt section.main-grid {
    display: block;
    grid-template-columns: none;
    gap: 0;
    margin: 48px 0
}

body.page-kontakt section.main-grid>.container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px
}

.form-section {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    padding: 40px
}

.form-section h2 {
    margin-bottom: 24px
}

.form-group {
    margin-bottom: 20px
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 0;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.2s
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-brand-blue)
}

.form-group textarea {
    resize: vertical;
    min-height: 120px
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.form-hint {
    font-size: 12px;
    color: #718096;
    margin-top: 6px
}

.russian-hint {
    background: linear-gradient(135deg, var(--color-brand-blue), var(--color-brand-blue-dark));
    color: #fff;
    padding: 16px 20px;
    border-radius: 0;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px
}

.russian-hint span {
    font-size: 24px
}

.privacy {
    font-size: 12px;
    color: #718096;
    margin: 16px 0;
    line-height: 1.6
}

.privacy a {
    color: var(--color-brand-blue)
}

.sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.info-box {
    background: #f0f4f8;
    border-radius: 0;
    padding: 28px
}

.info-box h3 {
    font-size: 16px;
    color: var(--color-brand-blue);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px
}

.info-item {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 14px
}

.info-item:last-child {
    margin-bottom: 0
}

.info-icon {
    width: 20px;
    text-align: center;
    flex-shrink: 0
}

.info-label {
    color: #718096;
    min-width: 80px
}

.info-value {
    color: #2d3748;
    font-weight: 500
}

.hours-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 16px;
    font-size: 14px
}

.hours-day {
    color: #718096
}

.hours-time {
    color: #2d3748;
    font-weight: 500
}

.map-placeholder {
    background: linear-gradient(145deg, #e8ecf2, #d0d8e4);
    border-radius: 0;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #718096;
    font-size: 13px;
    text-align: center
}

.calendly-placeholder {
    background: #fff;
    border: 2px dashed #e2e8f0;
    border-radius: 0;
    padding: 32px;
    text-align: center
}

.calendly-placeholder h3 {
    font-size: 16px;
    color: var(--color-brand-blue);
    margin-bottom: 8px
}

.calendly-placeholder p {
    font-size: 13px;
    color: #718096;
    margin-bottom: 16px
}

.map-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
    max-width: 220px;
    height: auto;
    display: block;
    margin: 0 auto 20px
}

.mini-faq {
    margin: 48px 0
}

.mini-faq h2 {
    text-align: center;
    margin-bottom: 28px
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    padding: 24px
}

.faq-item h4 {
    font-size: 15px;
    color: var(--color-brand-blue);
    margin-bottom: 10px
}

.faq-item p {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6
}

.footer {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 60px 0 30px;
    margin-top: 48px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px
}

.footer-brand .logo {
    margin-bottom: 16px
}

.footer-brand .logo img {
    height: 56px
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.7)
}

.footer h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--color-brand-copper)
}

.footer ul {
    list-style: none
}

.footer li {
    margin-bottom: 12px
}

.footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5)
}

@media(max-width:900px) {
    .contact-options {
        grid-template-columns: 1fr
    }

    .contact-option.preferred::before {
        margin-top: -16px
    }

    .main-grid {
        grid-template-columns: 1fr
    }

    body.page-kontakt section.contact-options>.container {
        grid-template-columns: 1fr
    }

    body.page-kontakt section.main-grid>.container {
        grid-template-columns: 1fr
    }

    .form-row {
        grid-template-columns: 1fr
    }

    .faq-grid {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .nav {
        display: none
    }
}






a.btn.btn-gold {
    color: #fff
}

/* ==== legal.css ==== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Source Sans 3', sans-serif;
    color: #2d3748;
    line-height: 1.6;
    background: #f0f4f8
}

.legal-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px
}

.legal-card {
    width: min(760px, 100%);
    background: #fff;
    border-radius: 0;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(26, 58, 92, .12)
}

.back-link {
    display: inline-block;
    margin-bottom: 24px;
    color: var(--color-brand-blue);
    text-decoration: none;
    font-weight: 600
}

h1 {
    font-family: 'Source Serif 4', serif;
    font-size: 42px;
    color: var(--color-brand-blue);
    margin-bottom: 20px
}

h2 {
    font-family: 'Source Serif 4', serif;
    font-size: 24px;
    color: var(--color-brand-blue);
    margin-bottom: 12px
}

p {
    margin-bottom: 16px
}

.legal-block {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0
}

@media(max-width:700px) {
    .legal-card {
        padding: 28px
    }

    h1 {
        font-size: 32px
    }
}





a.btn.btn-gold {
    color: #fff
}

/* ==== leistungen.css ==== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Source Sans 3', sans-serif;
    color: #2d3748;
    line-height: 1.6;
    background: #fafaf8
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.header {
    background: #fff;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
    flex-shrink: 0
}

.logo img {
    display: block;
    height: 64px;
    width: auto;
    max-width: 100%
}

.nav {
    display: flex;
    gap: 32px;
    align-items: center
}

.nav a {
    color: #111;
    text-decoration: none;
    font-weight: 600
}

.nav a:hover,
.nav a.active {
    color: var(--color-brand-blue)
}

.btn {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 12px 24px;
    border-radius: 0;
    font-weight: 600;
    text-decoration: none;
    display: inline-block
}

.btn:hover {
    background: var(--color-brand-blue-dark)
}

.btn-sec {
    background: transparent;
    color: var(--color-brand-blue);
    border: 2px solid var(--color-brand-blue);
    padding: 10px 22px
}

.btn-gold {
    background: var(--color-brand-copper);
    color: #fff
}

.page-hero {
    padding: 60px 0 40px;
    text-align: center
}

.page-hero h1 {
    font-family: 'Source Serif 4', serif;
    font-size: 42px;
    color: var(--color-brand-blue);
    margin-bottom: 16px
}

.page-hero p {
    font-size: 18px;
    color: #4a5568;
    max-width: 650px;
    margin: 0 auto
}

.section {
    padding: 50px 0
}

.h2 {
    font-family: 'Source Serif 4', serif;
    font-size: 28px;
    color: var(--color-brand-blue);
    margin-bottom: 20px
}

.service-full {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid #e2e8f0
}

.service-full:nth-child(even) {
    direction: rtl
}

.service-full:nth-child(even)>* {
    direction: ltr
}

.service-full:last-child {
    border-bottom: none
}

.service-img {
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 4/3
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.service-content p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.7
}

.service-features {
    margin: 24px 0
}

.feature {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 15px
}

.feature-icon {
    color: var(--color-brand-blue);
    font-weight: bold
}

.service-example {
    background: #f0f4f8;
    padding: 20px;
    border-radius: 0;
    margin: 24px 0
}

.service-example h4 {
    font-size: 14px;
    color: var(--color-brand-blue);
    margin-bottom: 12px
}

.example-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
}

.example-stat {
    text-align: center
}

.example-val {
    font-family: 'Source Serif 4', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-brand-blue)
}

.example-label {
    font-size: 11px;
    color: #718096
}

.comparison {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 48px;
    border-radius: 0;
    margin: 48px 0
}

.comparison h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 32px
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.comparison-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 28px;
    border-radius: 0;
    margin-bottom: 16px
}

.comparison-box.bad h3 {
    color: #fc8181
}

.comparison-box.good h3 {
    color: #68d391
}

.comparison-box ul {
    list-style: none;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85)
}

.comparison-box li {
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative
}

.comparison-box.bad li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #fc8181
}

.comparison-box.good li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #68d391
}

.process-mini {
    background: #f0f4f8;
    padding: 32px;
    border-radius: 0;
    margin: 32px 0
}

.process-mini h3 {
    font-size: 18px;
    color: var(--color-brand-blue);
    margin-bottom: 20px;
    text-align: center
}

.process-steps {
    display: flex;
    justify-content: space-between;
    gap: 12px
}

.process-step {
    flex: 1;
    text-align: center;
    padding: 16px 12px;
    background: #fff;
    border-radius: 0;
    position: relative
}

.process-step::after {
    content: '→';
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-brand-copper);
    font-weight: bold
}

.process-step:last-child::after {
    display: none
}

.process-num {
    width: 32px;
    height: 32px;
    background: var(--color-brand-blue);
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto 8px
}

.process-step:last-child .process-num {
    background: var(--color-brand-copper)
}

.process-title {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-brand-blue)
}

.faq {
    margin: 48px 0
}

.faq h2 {
    text-align: center;
    margin-bottom: 28px
}

.faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 0;
    margin-bottom: 12px;
    overflow: hidden
}

.faq-q {
    padding: 18px 20px;
    font-weight: 600;
    font-size: 15px;
    color: var(--color-brand-blue);
    background: #f7fafc
}

.faq-a {
    padding: 18px 20px;
    font-size: 14px;
    color: #4a5568;
    line-height: 1.7;
    border-top: 1px solid #e2e8f0
}

.cta-box {
    background: linear-gradient(135deg, #f0f4f8, #e8ecf2);
    padding: 48px;
    border-radius: 0;
    text-align: center;
    margin: 48px 0
}

.cta-box h2 {
    margin-bottom: 16px
}

.cta-box p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 24px
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.footer {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 60px 0 30px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px
}

.footer-brand .logo {
    margin-bottom: 16px
}

.footer-brand .logo img {
    height: 56px
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.7)
}

.footer h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--color-brand-copper)
}

.footer ul {
    list-style: none
}

.footer li {
    margin-bottom: 12px
}

.footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5)
}

@media(max-width:900px) {
    .service-full {
        grid-template-columns: 1fr
    }

    .service-full:nth-child(even) {
        direction: ltr
    }

    .comparison-grid {
        grid-template-columns: 1fr
    }

    .process-steps {
        flex-wrap: wrap
    }

    .process-step::after {
        display: none
    }

    .example-stats {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .nav {
        display: none
    }
}






a.btn.btn-gold {
    color: #fff
}

/* ==== neubau-finanzierung.css ==== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Source Sans 3', sans-serif;
    color: #2d3748;
    line-height: 1.6;
    background: #fafaf8
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.header {
    background: #fff;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
    flex-shrink: 0
}

.logo img {
    display: block;
    height: 64px;
    width: auto;
    max-width: 100%
}

.nav {
    display: flex;
    gap: 32px;
    align-items: center
}

.nav a {
    color: #111;
    text-decoration: none;
    font-weight: 600
}

.nav a:hover {
    color: var(--color-brand-blue)
}

.btn {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 12px 24px;
    border-radius: 0;
    font-weight: 600;
    text-decoration: none;
    display: inline-block
}

.btn:hover {
    background: var(--color-brand-blue-dark)
}

.btn-gold {
    background: var(--color-brand-copper);
    color: #fff
}

.btn-sec {
    background: transparent;
    color: var(--color-brand-blue);
    border: 2px solid var(--color-brand-blue);
    padding: 10px 22px
}

.breadcrumb {
    padding: 20px 0;
    font-size: 14px;
    color: #718096
}

.breadcrumb a {
    color: var(--color-brand-blue);
    text-decoration: none
}

.page-hero {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    padding: 40px 0 60px;
    align-items: center
}

.page-hero h1 {
    font-family: 'Source Serif 4', serif;
    font-size: 42px;
    color: var(--color-brand-blue);
    margin-bottom: 20px;
    line-height: 1.15
}

.page-hero .lead {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 24px;
    line-height: 1.7
}

.hero-features {
    margin: 24px 0
}

.hero-feature {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 16px
}

.hero-feature-icon {
    color: var(--color-brand-copper);
    font-weight: bold
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px
}

.hero-img {
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 4/3
}

.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section {
    padding: 60px 0
}

.section-gray {
    background: #f0f4f8
}

.h2 {
    font-family: 'Source Serif 4', serif;
    font-size: 32px;
    color: var(--color-brand-blue);
    margin-bottom: 20px
}

.h3 {
    font-family: 'Source Serif 4', serif;
    font-size: 24px;
    color: var(--color-brand-blue);
    margin-bottom: 16px
}

.intro-text {
    font-size: 17px;
    color: #4a5568;
    max-width: 800px;
    margin-bottom: 40px;
    line-height: 1.7
}

.kfw-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.kfw-card {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 0;
    padding: 28px;
    transition: all 0.2s
}

.kfw-card:hover {
    border-color: var(--color-brand-blue);
    transform: translateY(-4px)
}

.kfw-card.highlight {
    border-color: var(--color-brand-copper);
    background: linear-gradient(135deg, #fffbeb, #fff)
}

.kfw-badge {
    display: inline-block;
    background: var(--color-brand-blue);
    color: #fff;
    padding: 5px 12px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px
}

.kfw-card.highlight .kfw-badge {
    background: var(--color-brand-copper);
    color: var(--color-brand-blue)
}

.kfw-card h3 {
    font-size: 20px;
    color: var(--color-brand-blue);
    margin-bottom: 8px
}

.kfw-card .subtitle {
    font-size: 14px;
    color: #718096;
    margin-bottom: 16px
}

.kfw-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 20px 0
}

.kfw-detail {
    background: #f7fafc;
    padding: 12px;
    border-radius: 0;
    text-align: center
}

.kfw-detail-val {
    font-family: 'Source Serif 4', serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-brand-blue)
}

.kfw-detail-label {
    font-size: 11px;
    color: #718096
}

.kfw-card p {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6
}

.checklist {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    padding: 32px
}

.checklist h3 {
    margin-bottom: 20px
}

.checklist-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.check-item {
    display: flex;
    gap: 10px;
    font-size: 14px;
    padding: 12px;
    background: #f7fafc;
    border-radius: 0;
    color: #fff;
    padding: 48px;
    border-radius: 0;
    margin: 40px 0
}

.example-box h2 {
    color: #fff;
    margin-bottom: 12px
}

.example-subtitle {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 32px
}

.example-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.example-left h4 {
    font-size: 16px;
    margin-bottom: 16px;
    color: var(--color-brand-copper)
}

.example-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 14px
}

.example-item:last-child {
    border-bottom: none
}

.example-item span:last-child {
    font-weight: 600
}

.example-right {
    background: rgba(255, 255, 255, 0.1);
    padding: 28px;
    border-radius: 0;
    margin-bottom: 20px;
    color: var(--color-brand-copper)
}

.result-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.result-stat {
    text-align: center;
    padding: 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    font-size: 26px;
    font-weight: 700
}

.result-stat-label {
    font-size: 12px;
    opacity: 0.8
}

.example-note {
    margin-top: 20px;
    font-size: 12px;
    opacity: 0.7;
    line-height: 1.5
}

.process-section {
    padding: 48px 0
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px
}

.process-step {
    text-align: center;
    position: relative
}

.process-step::after {
    content: '→';
    position: absolute;
    right: -12px;
    top: 20px;
    color: var(--color-brand-copper);
    font-weight: bold;
    font-size: 18px
}

.process-step:last-child::after {
    display: none
}

.step-num {
    width: 44px;
    height: 44px;
    background: var(--color-brand-blue);
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto 10px
}

.process-step:last-child .step-num {
    background: var(--color-brand-copper)
}

.step-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-brand-blue);
    margin-bottom: 4px
}

.step-desc {
    font-size: 11px;
    color: #718096
}

.faq-section {
    padding: 48px 0
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 32px
}

.faq-list {
    max-width: 800px;
    margin: 0 auto
}

.faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 0;
    margin-bottom: 12px;
    overflow: hidden
}

.faq-q {
    padding: 20px 24px;
    font-weight: 600;
    font-size: 16px;
    color: var(--color-brand-blue);
    background: #f7fafc
}

.faq-a {
    padding: 20px 24px;
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
    border-top: 1px solid #e2e8f0
}

.cta-box {
    background: #f0f4f8;
    padding: 48px;
    border-radius: 0;
    text-align: center;
    margin: 48px 0
}

.cta-box h2 {
    margin-bottom: 16px
}

.cta-box p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 24px
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.footer {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 60px 0 30px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px
}

.footer-brand .logo {
    margin-bottom: 16px
}

.footer-brand .logo img {
    height: 56px
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.7)
}

.footer h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--color-brand-copper)
}

.footer ul {
    list-style: none
}

.footer li {
    margin-bottom: 12px
}

.footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5)
}

@media(max-width:900px) {
    .page-hero {
        grid-template-columns: 1fr
    }

    .hero-img {
        max-height: 300px
    }

    .kfw-grid {
        grid-template-columns: 1fr
    }

    .checklist-grid {
        grid-template-columns: 1fr
    }

    .example-grid {
        grid-template-columns: 1fr
    }

    .process-steps {
        grid-template-columns: repeat(3, 1fr)
    }

    .process-step::after {
        display: none
    }

    .result-stats {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .nav {
        display: none
    }
}






a.btn.btn-gold {
    color: #fff
}

/* ==== ueber-mich.css ==== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Source Sans 3', sans-serif;
    color: #2d3748;
    line-height: 1.6;
    background: #fafaf8
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.header {
    background: #fff;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
    flex-shrink: 0
}

.logo img {
    display: block;
    height: 64px;
    width: auto;
    max-width: 100%
}

.nav {
    display: flex;
    gap: 32px;
    align-items: center
}

.nav a {
    color: #111;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px
}

.nav a:hover,
.nav a.active {
    color: var(--color-brand-blue)
}

.btn {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 12px 24px;
    border-radius: 0;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    display: inline-block
}

.btn:hover {
    background: var(--color-brand-blue-dark)
}

.btn-sec {
    background: transparent;
    color: var(--color-brand-blue);
    border: 2px solid var(--color-brand-blue);
    padding: 10px 22px
}

.btn-gold {
    background: var(--color-brand-copper);
    color: #fff
}

.h2 {
    font-family: 'Source Serif 4', serif;
    font-size: 32px;
    color: var(--color-brand-blue);
    margin-bottom: 24px
}

.hero-about {
    padding: 60px 0;
}

.hero-about>.container {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 50px;
    align-items: center
}

.hero-img-large {
    background: linear-gradient(145deg, #e8ecf2, #d0d8e4);
    border-radius: 0;
    aspect-ratio: 3/4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #718096;
    font-size: 14px;
    text-align: center;
    padding: 20px
}

.hero-img-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.hero-about h1 {
    font-family: 'Source Serif 4', serif;
    font-size: 40px;
    color: var(--color-brand-blue);
    margin-bottom: 20px
}

.intro {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 16px;
    line-height: 1.7
}

.intro strong {
    color: #2d3748
}

.badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 24px 0
}

.badge {
    background: #f0f4f8;
    padding: 8px 14px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-brand-blue)
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.story-block {
    background: #f0f4f8;
    padding: 28px;
    border-radius: 0;
    color: var(--color-brand-blue);
    margin-bottom: 12px
}

.story-block p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px
}

.value {
    text-align: center;
    padding: 32px 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    margin-bottom: 16px
}

.value h4 {
    font-size: 16px;
    color: var(--color-brand-blue);
    margin-bottom: 8px
}

.value p {
    font-size: 14px;
    color: #4a5568
}

.timeline-section {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 40px;
    border-radius: 0;
    margin: 40px 0
}

.timeline-section h2 {
    color: #fff;
    margin-bottom: 28px
}

.career-timeline {
    position: relative;
    padding-left: 28px
}

.career-timeline::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    bottom: 8px;
    width: 3px;
    background: linear-gradient(to bottom, var(--color-brand-copper), var(--color-brand-blue-dark))
}

.career-item {
    position: relative;
    margin-bottom: 24px;
    padding-left: 24px
}

.career-item::before {
    content: '';
    position: absolute;
    left: -26px;
    top: 6px;
    width: 14px;
    height: 14px;
    background: var(--color-brand-copper);
    border-radius: 0;
    border: 3px solid var(--color-brand-blue)
}

.career-year {
    font-size: 13px;
    color: var(--color-brand-copper);
    font-weight: 600;
    margin-bottom: 4px
}

.career-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px
}

.career-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8)
}

.quals-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.qual {
    background: #f0f4f8;
    padding: 24px;
    border-radius: 0;
    display: flex;
    gap: 16px
}

.qual-icon {
    width: 50px;
    height: 50px;
    background: var(--color-brand-blue);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0
}

.qual h4 {
    font-size: 15px;
    color: var(--color-brand-blue);
    margin-bottom: 4px
}

.qual p {
    font-size: 13px;
    color: #4a5568
}

.quote {
    background: #fff;
    padding: 40px;
    border-radius: 0;
    text-align: center;
    margin: 0px 0;
    border-left: 5px solid var(--color-brand-copper)
}

.quote blockquote {
    font-family: 'Source Serif 4', serif;
    font-size: 24px;
    color: var(--color-brand-blue);
    font-style: italic;
    margin-bottom: 16px
}

.quote cite {
    font-size: 15px;
    color: #718096
}

.russian-box {
    background: linear-gradient(135deg, var(--color-brand-blue), var(--color-brand-blue-dark));
    color: #fff;
    padding: 32px;
    border-radius: 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
    margin: 40px 0
}

.russian-flag {
    font-size: 48px
}

.russian-text h3 {
    font-family: 'Source Serif 4', serif;
    font-size: 22px;
    margin-bottom: 8px
}

.russian-text p {
    font-size: 15px;
    opacity: 0.9
}

.cta-box {
    background: #f0f4f8;
    padding: 48px;
    border-radius: 0;
    text-align: center;
    margin: 40px 0
}

.cta-box h2 {
    margin-bottom: 16px
}

.cta-box p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 24px
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 24px
}

.contact-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 24px;
    border-radius: 0;
    text-align: center
}

.contact-item-icon {
    font-size: 28px;
    margin-bottom: 10px
}

.contact-item h4 {
    font-size: 14px;
    color: var(--color-brand-blue);
    margin-bottom: 4px
}

.contact-item p {
    font-size: 13px;
    color: #4a5568
}

.footer {
    background: var(--color-brand-blue);
    color: #fff;
    padding: 60px 0 30px;
    margin-top: 40px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px
}

.footer-brand .logo {
    margin-bottom: 16px
}

.footer-brand .logo img {
    height: 56px
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px
}

.footer h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--color-brand-copper)
}

.footer ul {
    list-style: none
}

.footer li {
    margin-bottom: 12px
}

.footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5)
}

@media(max-width:900px) {
    .hero-about>.container {
        grid-template-columns: 1fr
    }

    .hero-img-large {
        max-width: 300px;
        margin: 0 auto
    }

    .story-grid,
    .quals-grid {
        grid-template-columns: 1fr
    }

    .values-grid {
        grid-template-columns: 1fr
    }

    .russian-box {
        grid-template-columns: 1fr;
        text-align: center
    }

    .contact-grid {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .nav {
        display: none
    }
}




section#werdegang.timeline-section {
    margin: 0;
}

a.btn.btn-gold {
    color: #fff
}

body.page-ueber-mich section#cta {
    margin: 0;

}

section#qualifikationen {
    background: #fff;
}

section#problem-loesung h2 {
    color: #fff;
}

section#problem-loesung h2 span {
    color: #fff;
}

body.page-index .service-img {
    display: block;
    padding: 0;
    line-height: 0;
    overflow: hidden;
    height: auto !important;
    aspect-ratio: auto !important;
    background: transparent;
}

body.page-index .service-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Footer: force all text/link/headlines to white */
.footer,
.footer p,
.footer li,
.footer h4,
.footer a,
.footer a:visited,
.footer a:hover,
.footer a:focus,
.footer-bottom {
    color: #fff !important;
}

#testimonials .h2 {
    text-align: center;
    margin-bottom: 28px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 24px;
}

.testimonial-stars {
    color: #f59e0b;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 12px;
}

.testimonial-card p {
    color: #111;
    line-height: 1.7;
    margin-bottom: 14px;
}

.testimonial-meta {
    color: #1f2937;
    font-weight: 700;
    font-size: 14px;
}

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

.google-map-embed {
    border: 1px solid #e2e8f0;
    overflow: hidden;
    line-height: 0;
}

.google-map-embed iframe {
    display: block;
    width: 100%;
    min-height: 420px;
}

.google-map-fullwidth {
    width: 100%;
    border-left: 0;
    border-right: 0;
}

#ablauf-detail .h2 {
    margin-bottom: 28px;
}

.finance-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 18px;
    position: relative;
}

.finance-timeline::before {
    display: none;
}

.finance-step {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    position: relative;
}

.finance-step::after {
    content: "";
    position: absolute;
    left: 19px;
    top: 40px;
    bottom: -18px;
    width: 2px;
    background: #d6dee8;
}

.finance-step:last-child::after {
    display: none;
}

.finance-step-badge {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: var(--color-brand-blue);
    color: #fff;
    font-weight: 700;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 1;
}

.finance-step:last-child .finance-step-badge {
    background: var(--color-brand-copper);
}

.finance-step-panel {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 22px 22px 18px;
}

.finance-step-panel h3 {
    font-family: 'Open Sans', sans-serif;
    color: var(--color-brand-blue);
    font-size: 22px;
    margin-bottom: 10px;
}

.finance-step-panel p {
    color: #111;
    line-height: 1.7;
    margin-bottom: 10px;
}

.finance-step-panel p:last-child {
    margin-bottom: 0;
}

.finance-step-panel a {
    color: var(--color-brand-blue);
    font-weight: 700;
}

@media (max-width: 900px) {
    .finance-step {
        grid-template-columns: 32px 1fr;
        gap: 12px;
    }

    .finance-step::after {
        left: 15px;
        top: 32px;
    }

    .finance-step-badge {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .finance-step-panel {
        padding: 18px 16px;
    }
}

.kursive {
    font-style: italic;
}

.zittate {
    font-weight: 700;
}

.mit-abstand {
    margin: 10px 0 10px 20px;
}

.space-top-gross {
    margin-top: 20px;
}

body.page-leistungen .service-full .service-img {
    aspect-ratio: 16 / 10;
    min-height: 320px;
}

body.page-leistungen .service-full .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-leistungen .service-full .service-content .h2 {
    text-align: left;
}

body.page-leistungen #leistung-neubau .service-full,
body.page-leistungen #leistung-umfinanzierung .service-full {
    background: #fff;
}

section#leistung-neubau {
    background: #fff;
}

section#leistung-umfinanzierung {
    background: #fff;
}

footer.footer {
    margin-top: 0;
}

body.page-leistungen section#cta.cta-box {
    background: #fff;
}

.cta-box {
    margin: 0 !important;
}

body.page-leistungen #leistung-kauf .service-full .service-content {
    order: 1;
}

body.page-leistungen #leistung-kauf .service-full .service-img {
    order: 2;
}

@media (max-width: 900px) {
    body.page-leistungen #leistung-kauf .service-full .service-content,
    body.page-leistungen #leistung-kauf .service-full .service-img {
        order: initial;
    }
}

body.page-leistungen section#hero.page-hero {
    display: block;
    text-align: center;
}

body.page-leistungen section#hero.page-hero p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

section#unternehmensprofil {
    background: #fff;
}

section#karte>.container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
