/* =====================================================================
   Hendrik Jurgeit · Deutsche Bank Immobilien
   Gemeinsames Stylesheet – Lehrte · Sehnde · Burgdorf · Uetze
   Seitenklassen am <body>:
     .page-home    Startseite
     .page-sub     Leistungsseiten (verkaufen · kaufen · bewertung · beratung)
     .page-kaufen  zusätzlich auf kaufen.html
     .page-legal   Impressum · Datenschutz
   ===================================================================== */

/* ── Schriften (lokal, DSGVO-konform) ── */
@font-face { font-family:'Roboto'; font-style:normal; font-weight:300; font-display:swap; src:url('fonts/roboto-latin-300-normal.woff2') format('woff2'); }
@font-face { font-family:'Roboto'; font-style:normal; font-weight:400; font-display:swap; src:url('fonts/roboto-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family:'Roboto'; font-style:normal; font-weight:500; font-display:swap; src:url('fonts/roboto-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family:'Roboto'; font-style:normal; font-weight:700; font-display:swap; src:url('fonts/roboto-latin-700-normal.woff2') format('woff2'); }

/* ── Basis (alle Seiten) ── */
.fg-consent { margin-top: 4px; margin-bottom: 20px; }
.consent-label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; text-transform: none; letter-spacing: 0; margin-bottom: 0; }
.consent-label input[type="checkbox"] { width: 16px; height: 16px; margin-top: 2px; flex-shrink: 0; accent-color: var(--db-deep-blue); cursor: pointer; }
.consent-label span { font-size: 12px; line-height: 1.6; color: var(--text-muted); font-weight: 300; }
.consent-label a { color: var(--db-deep-blue); text-decoration: underline; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root { --db-deep-blue: #003189; --db-dark-blue: #001E6B; --db-bright-blue: #1E73BE; --db-mid-blue: #0050A0; --db-light-blue: #E0EAF5; --db-pale-blue: #F0F5FB; --white: #FFFFFF; --text-dark: #1A1A1A; --text-mid: #4A4A4A; --text-muted: #767676; --border: #D0D8E8; --surface: #F4F7FB; }
html { scroll-behavior: smooth; }
body { font-family: 'Roboto', sans-serif; font-weight: 300; color: var(--text-dark); background: var(--white); line-height: 1.6; overflow-x: hidden; }
.top-bar { background: var(--db-dark-blue); padding: 0 48px; height: 34px; display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.top-bar a { font-size: 11px; color: rgba(255,255,255,0.65); text-decoration: none; letter-spacing: 0.3px; font-weight: 400; white-space: nowrap; }
.top-bar a:hover { color: white; }
nav { background: var(--white); border-bottom: 1px solid var(--border); padding: 0 48px; display: flex; align-items: center; justify-content: space-between; height: 72px; position: sticky; top: 0; z-index: 200; box-shadow: 0 2px 8px rgba(0,49,137,0.07); }
.nav-left { display: flex; align-items: center; text-decoration: none; }
.db-logo-svg { width: 44px; height: 44px; flex-shrink: 0; object-fit: contain; }
.nav-wordmark { display: flex; flex-direction: column; margin-left: 14px; border-left: 1px solid var(--border); padding-left: 14px; line-height: 1.25; }
.nav-wordmark-top { font-size: 15px; font-weight: 400; color: var(--db-deep-blue); white-space: nowrap; }
.nav-wordmark-sub { font-size: 11px; font-weight: 300; color: var(--text-muted); letter-spacing: 0.4px; white-space: nowrap; }
.nav-separator { width: 1px; height: 36px; background: var(--border); margin: 0 20px; flex-shrink: 0; }
.nav-agent { font-size: 13px; color: var(--text-mid); font-weight: 400; white-space: nowrap; }
.nav-cta { background: var(--db-deep-blue); color: var(--white); font-size: 13px; font-weight: 500; padding: 10px 22px; text-decoration: none; letter-spacing: 0.3px; transition: background 0.2s; white-space: nowrap; }
.nav-cta:hover { background: var(--db-dark-blue); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; flex-shrink: 0; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--db-deep-blue); }
.hero { background: var(--db-deep-blue); display: grid; grid-template-columns: 1fr 45%; min-height: 520px; position: relative; overflow: hidden; }
.hero-bg-pattern { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-bg-pattern svg { position: absolute; right: 360px; top: 0; height: 100%; width: 300px; opacity: 0.06; }
.hero-content { padding: 64px 64px 64px 80px; position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; }
.hero-label { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.hero-label-line { width: 28px; height: 2px; background: rgba(255,255,255,0.45); }
.hero-label span { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.6); font-weight: 400; }
.hero h1 { font-size: clamp(36px, 5vw, 54px); font-weight: 300; color: var(--white); line-height: 1.08; margin-bottom: 10px; letter-spacing: -0.5px; }
.hero h1 strong { font-weight: 700; display: block; }
.hero-role { font-size: 12px; color: rgba(255,255,255,0.55); letter-spacing: 1.8px; text-transform: uppercase; font-weight: 400; margin-bottom: 28px; }
.hero-divider { width: 44px; height: 3px; background: rgba(255,255,255,0.28); margin-bottom: 28px; }
.hero-tagline { font-size: 16px; color: rgba(255,255,255,0.78); max-width: 440px; line-height: 1.7; margin-bottom: 40px; font-weight: 300; }
.hero-contacts { display: flex; flex-direction: column; gap: 14px; }
.hero-contact-row { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; align-self: flex-start; }
.hc-icon { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,0.22); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hc-icon svg { width: 14px; height: 14px; fill: rgba(255,255,255,0.82); }
.hero-contact-row span { font-size: 15px; color: rgba(255,255,255,0.82); font-weight: 400; }
.hero-photo-col { position: relative; background: var(--db-deep-blue); display: flex; align-items: flex-end; padding: 32px 40px 0 0; }
.hero-photo-col img { width: 100%; height: 100%; object-fit: cover; object-position: 30% center; display: block; border-radius: 2px 2px 0 0; }
.hero-photo-col::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 55%, rgba(0,30,107,0.35) 100%); pointer-events: none; }
.blue-stripe { background: var(--db-dark-blue); padding: 20px 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.blue-stripe p { font-size: 15px; color: rgba(255,255,255,0.82); font-weight: 300; }
.blue-stripe-link { color: white; font-size: 13px; font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.35); padding-bottom: 2px; white-space: nowrap; letter-spacing: 0.3px; flex-shrink: 0; }
.blue-stripe-link:hover { border-color: white; }
.section-label { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--db-bright-blue); font-weight: 500; margin-bottom: 12px; }
.section-title { font-size: clamp(22px, 2.8vw, 32px); font-weight: 300; color: var(--text-dark); letter-spacing: -0.3px; margin-bottom: 14px; }
.section-title strong { font-weight: 700; }
.section-rule { width: 40px; height: 3px; background: var(--db-deep-blue); margin-bottom: 44px; }
.intro-section { background: var(--white); padding: 80px 80px 0; }
.intro-inner { max-width: 860px; }
.intro-inner h2 { font-size: clamp(20px, 2.5vw, 26px); font-weight: 400; color: var(--db-deep-blue); line-height: 1.35; margin-bottom: 28px; letter-spacing: -0.2px; }
.intro-inner p { font-size: 16px; color: var(--text-mid); line-height: 1.8; font-weight: 300; margin-bottom: 20px; }
.intro-inner p:last-child { margin-bottom: 0; }
.intro-inner .intro-highlight { border-left: 3px solid var(--db-deep-blue); padding-left: 20px; margin: 28px 0; font-size: 16px; color: var(--text-dark); line-height: 1.8; font-weight: 300; }
.services { background: var(--white); padding: 80px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--border); }
.service-card { padding: 32px 28px; border-right: 1px solid var(--border); position: relative; transition: background 0.2s; }
.service-card:last-child { border-right: none; }
.service-card:hover { background: var(--db-pale-blue); }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--db-deep-blue); opacity: 0; transition: opacity 0.2s; }
.service-card:hover::before { opacity: 1; }
.service-icon { width: 44px; height: 44px; background: var(--db-light-blue); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.service-icon svg { width: 22px; height: 22px; fill: var(--db-deep-blue); }
.service-card h3 { font-size: 16px; font-weight: 500; color: var(--text-dark); margin-bottom: 8px; }
.service-card p { font-size: 14px; color: var(--text-muted); line-height: 1.65; font-weight: 300; }
.about { background: var(--surface); padding: 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-left p { font-size: 15px; color: var(--text-mid); line-height: 1.75; font-weight: 300; margin-bottom: 14px; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); margin-top: 36px; border: 1px solid var(--border); }
.stat-item { background: var(--white); padding: 22px 18px; }
.stat-number { font-size: 34px; font-weight: 700; color: var(--db-deep-blue); line-height: 1; margin-bottom: 5px; font-family: 'Roboto', sans-serif; }
.stat-desc { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; font-weight: 400; }
.about-right { display: flex; flex-direction: column; gap: 16px; }
.info-box { background: var(--db-deep-blue); color: white; padding: 30px 32px; }
.info-box-icon { width: 32px; height: 32px; margin-bottom: 16px; }
.info-box-icon svg { width: 32px; height: 32px; fill: rgba(255,255,255,0.48); }
.info-box h3 { font-size: 17px; font-weight: 400; margin-bottom: 9px; color: white; }
.info-box p { font-size: 14px; color: rgba(255,255,255,0.68); line-height: 1.65; font-weight: 300; }
.checklist { display: flex; flex-direction: column; border: 1px solid var(--border); }
.check-item { display: flex; align-items: center; gap: 14px; padding: 13px 18px; border-bottom: 1px solid var(--border); background: var(--white); }
.check-item:last-child { border-bottom: none; }
.check-dot { width: 20px; height: 20px; background: var(--db-deep-blue); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.check-dot svg { width: 12px; height: 12px; fill: white; }
.check-item span { font-size: 14px; color: var(--text-mid); font-weight: 400; }
.reviews-section { background: var(--white); padding: 80px; }
.reviews-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; gap: 24px; }
.rating-summary { display: flex; align-items: center; gap: 14px; background: var(--db-pale-blue); border: 1px solid var(--db-light-blue); padding: 14px 20px; flex-shrink: 0; }
.rating-big { font-size: 40px; font-weight: 700; color: var(--db-deep-blue); font-family: 'Roboto', sans-serif; line-height: 1; }
.rating-stars { display: flex; gap: 2px; margin-bottom: 4px; }
.star { color: #F5A623; font-size: 14px; }
.rating-meta { font-size: 11px; color: var(--text-muted); letter-spacing: 0.2px; line-height: 1.4; }
.reviews-grid-top { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--border); border-bottom: none; }
.reviews-grid-bottom { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); }
.review-card { padding: 26px 22px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--white); position: relative; }
.reviews-grid-top .review-card { border-bottom: none; }
.reviews-grid-top .review-card:last-child { border-right: none; }
.reviews-grid-bottom .review-card:nth-child(4) { border-right: none; }
.reviews-grid-bottom .review-card { border-bottom: none; }
.review-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.review-stars-row { display: flex; gap: 2px; }
.g-logo { width: 17px; height: 17px; opacity: 0.65; }
.review-text { font-size: 13px; color: var(--text-mid); line-height: 1.68; margin-bottom: 18px; font-weight: 300; font-style: italic; }
.review-author { display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--border); padding-top: 14px; }
.author-initials { width: 34px; height: 34px; background: var(--db-light-blue); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: var(--db-deep-blue); letter-spacing: 0.4px; flex-shrink: 0; }
.author-name { font-size: 13px; font-weight: 500; color: var(--text-dark); display: block; }
.author-source { font-size: 11px; color: var(--text-muted); letter-spacing: 0.2px; }
.g-svg path {  }
.contact-wrap { background: var(--surface); padding: 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-items { display: flex; flex-direction: column; margin-top: 32px; border: 1px solid var(--border); }
.contact-item { display: flex; align-items: flex-start; gap: 18px; padding: 18px 20px; border-bottom: 1px solid var(--border); background: var(--white); text-decoration: none; transition: background 0.15s; }
.contact-item:last-child { border-bottom: none; }
.contact-item:hover { background: var(--db-pale-blue); }
.ci-icon { width: 36px; height: 36px; background: var(--db-deep-blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-icon svg { width: 16px; height: 16px; fill: white; }
.ci-body label { display: block; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); font-weight: 500; margin-bottom: 3px; }
.ci-body strong { font-size: 14px; font-weight: 400; color: var(--text-dark); display: block; line-height: 1.4; }
.contact-form { background: var(--white); border: 1px solid var(--border); padding: 36px; }
.contact-form h3 { font-size: 20px; font-weight: 400; color: var(--text-dark); margin-bottom: 8px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fg { margin-bottom: 16px; }
.fg label { display: block; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--text-muted); font-weight: 500; margin-bottom: 7px; }
.fg input, .fg textarea { width: 100%; padding: 11px 13px; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 300; color: var(--text-dark); background: var(--white); border: 1px solid var(--border); outline: none; transition: border-color 0.2s; border-radius: 0; }
.fg input:focus, .fg textarea:focus { border-color: var(--db-deep-blue); }
.fg textarea { height: 90px; resize: none; }
.form-btn { width: 100%; padding: 13px; background: var(--db-deep-blue); color: white; font-family: 'Roboto', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; border: none; cursor: pointer; transition: background 0.2s; margin-top: 4px; border-radius: 0; }
.form-btn:hover { background: var(--db-dark-blue); }
footer { background: var(--db-dark-blue); padding: 52px 80px 26px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 56px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.09); margin-bottom: 24px; }
.footer-brand-col p { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.65; margin-top: 18px; font-weight: 300; max-width: 260px; }
.footer-col h4 { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.45); font-weight: 500; margin-bottom: 16px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,0.65); text-decoration: none; margin-bottom: 10px; font-weight: 300; transition: color 0.15s; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { font-size: 11px; color: rgba(255,255,255,0.28); }
.footer-bottom-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-bottom-links a { font-size: 11px; color: rgba(255,255,255,0.38); text-decoration: none; transition: color 0.15s; }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.75); }
.form-banner { display: none; padding: 14px 20px; margin-bottom: 20px; font-size: 14px; font-weight: 400; border-radius: 2px; }
.form-banner.success { background: #E8F5E9; border: 1px solid #A5D6A7; color: #2E7D32; }
.form-banner.error { background: #FFEBEE; border: 1px solid #EF9A9A; color: #C62828; }
.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-back { font-size: 13px; color: var(--db-bright-blue); text-decoration: none; font-weight: 400; display: flex; align-items: center; gap: 6px; }
.nav-back:hover { color: var(--db-deep-blue); }
.page-hero { background: var(--db-deep-blue); padding: 72px 80px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; right: -100px; top: -100px; width: 500px; height: 500px; border: 60px solid rgba(255,255,255,0.04); border-radius: 50%; }
.page-hero::after { content: ''; position: absolute; right: 100px; bottom: -80px; width: 300px; height: 300px; border: 40px solid rgba(255,255,255,0.03); border-radius: 50%; }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; }
.breadcrumb a { font-size: 12px; color: rgba(255,255,255,0.5); text-decoration: none; }
.breadcrumb a:hover { color: rgba(255,255,255,0.8); }
.breadcrumb span { font-size: 12px; color: rgba(255,255,255,0.3); }
.breadcrumb-current { font-size: 12px; color: rgba(255,255,255,0.65); }
.page-hero h1 { font-size: clamp(32px, 4vw, 52px); font-weight: 300; color: white; line-height: 1.1; margin-bottom: 10px; }
.page-hero h1 strong { font-weight: 700; }
.page-hero-sub { font-size: 16px; color: rgba(255,255,255,0.7); max-width: 560px; line-height: 1.7; margin-top: 18px; font-weight: 300; }
.hero-tags { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.hero-tag { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.8); font-size: 12px; padding: 6px 14px; letter-spacing: 0.3px; }
.intro { padding: 72px 80px; background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.intro-text p { font-size: 16px; color: var(--text-mid); line-height: 1.8; font-weight: 300; margin-bottom: 18px; }
.intro-text p:last-child { margin-bottom: 0; }
.intro-highlight { border-left: 3px solid var(--db-deep-blue); padding-left: 20px; margin: 24px 0; font-size: 16px; color: var(--text-dark); line-height: 1.8; font-weight: 400; }
.value-boxes { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--border); }
.value-box { padding: 22px 24px; border-bottom: 1px solid var(--border); display: flex; gap: 18px; align-items: flex-start; background: var(--white); transition: background 0.15s; }
.value-box:last-child { border-bottom: none; }
.value-box:hover { background: var(--db-pale-blue); }
.vb-icon { width: 36px; height: 36px; background: var(--db-deep-blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.vb-icon svg { width: 18px; height: 18px; fill: white; }
.vb-body strong { font-size: 14px; font-weight: 500; color: var(--text-dark); display: block; margin-bottom: 4px; }
.vb-body p { font-size: 13px; color: var(--text-muted); font-weight: 300; line-height: 1.55; }
.process { background: var(--surface); padding: 72px 80px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--border); margin-top: 0; }
.step { padding: 32px 24px; border-right: 1px solid var(--border); position: relative; background: var(--white); }
.step:last-child { border-right: none; }
.step-number { font-family: 'Roboto', sans-serif; font-size: 48px; font-weight: 700; color: var(--db-light-blue); line-height: 1; margin-bottom: 14px; }
.step h3 { font-size: 15px; font-weight: 500; color: var(--text-dark); margin-bottom: 10px; }
.step p { font-size: 13px; color: var(--text-muted); line-height: 1.65; font-weight: 300; }
.step-connector { position: absolute; top: 32px; right: -13px; width: 26px; height: 26px; background: var(--db-deep-blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 1; }
.step-connector svg { width: 12px; height: 12px; fill: white; }
.step:last-child .step-connector { display: none; }
.why { background: var(--white); padding: 72px 80px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--border); }
.why-card { padding: 32px 26px; border-right: 1px solid var(--border); }
.why-card:last-child { border-right: none; }
.why-card:nth-child(n+4) { border-top: 1px solid var(--border); }
.why-icon { width: 40px; height: 40px; background: var(--db-light-blue); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.why-icon svg { width: 20px; height: 20px; fill: var(--db-deep-blue); }
.why-card h3 { font-size: 15px; font-weight: 500; color: var(--text-dark); margin-bottom: 8px; }
.why-card p { font-size: 13px; color: var(--text-muted); line-height: 1.65; font-weight: 300; }
.reviews-strip { background: var(--db-dark-blue); padding: 56px 80px; }
.reviews-strip .section-label { color: rgba(255,255,255,0.5); }
.reviews-strip .section-title { color: white; }
.reviews-strip .section-rule { background: rgba(255,255,255,0.25); }
.reviews-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid rgba(255,255,255,0.1); }
.r-card { padding: 28px 24px; border-right: 1px solid rgba(255,255,255,0.1); }
.r-card:last-child { border-right: none; }
.r-stars { display: flex; gap: 2px; margin-bottom: 14px; }
.r-text { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.68; font-style: italic; font-weight: 300; margin-bottom: 18px; }
.r-author { display: flex; align-items: center; gap: 10px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 14px; }
.r-initials { width: 32px; height: 32px; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.7); flex-shrink: 0; }
.r-name { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.85); display: block; }
.r-source { font-size: 11px; color: rgba(255,255,255,0.4); }
.contact-section { background: var(--surface); padding: 72px 80px; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-left p { font-size: 15px; color: var(--text-mid); line-height: 1.75; font-weight: 300; margin-bottom: 32px; }
.contact-details { display: flex; flex-direction: column; border: 1px solid var(--border); }
.contact-form .form-sub { font-size: 13px; color: var(--text-muted); margin-bottom: 24px; font-weight: 300; }
.fg input, .fg textarea, .fg select { width: 100%; padding: 11px 13px; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 300; color: var(--text-dark); background: var(--white); border: 1px solid var(--border); outline: none; transition: border-color 0.2s; border-radius: 0; appearance: none; }
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--db-deep-blue); }
.suchprofil { background: var(--surface); padding: 72px 80px; }
.suchprofil-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.suchprofil-info p { font-size: 15px; color: var(--text-mid); line-height: 1.8; font-weight: 300; margin-bottom: 16px; }
.highlight-box { background: var(--db-deep-blue); color: white; padding: 28px 32px; margin-top: 28px; }
.highlight-box h3 { font-size: 17px; font-weight: 400; margin-bottom: 10px; }
.highlight-box p { font-size: 14px; color: rgba(255,255,255,0.7); font-weight: 300; line-height: 1.65; margin-bottom: 0; }
.objekttypen { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--border); }
.ot-item { padding: 18px 20px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--white); display: flex; align-items: center; gap: 14px; transition: background 0.15s; }
.ot-item:hover { background: var(--db-pale-blue); }
.ot-item:nth-child(2n) { border-right: none; }
.ot-item:nth-last-child(-n+2) { border-bottom: none; }
.ot-icon { width: 32px; height: 32px; background: var(--db-light-blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ot-icon svg { width: 16px; height: 16px; fill: var(--db-deep-blue); }
.ot-item span { font-size: 14px; color: var(--text-mid); font-weight: 400; }
.impressum-wrap { max-width: 860px; margin: 0 auto; padding: 64px 80px; }
.imp-section { margin-bottom: 48px; }
.imp-section:last-child { margin-bottom: 0; }
.imp-section h2 { font-size: 20px; font-weight: 500; color: var(--db-deep-blue); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--db-light-blue); }
.imp-section h3 { font-size: 15px; font-weight: 500; color: var(--text-dark); margin-top: 20px; margin-bottom: 8px; }
.imp-section p { font-size: 15px; color: var(--text-mid); line-height: 1.75; font-weight: 300; margin-bottom: 10px; }
.imp-section p:last-child { margin-bottom: 0; }
.imp-section a { color: var(--db-deep-blue); text-decoration: none; }
.imp-section a:hover { text-decoration: underline; }
.contact-block { background: var(--surface); border: 1px solid var(--border); border-left: 3px solid var(--db-deep-blue); padding: 24px 28px; margin-top: 16px; }
.contact-block p { margin-bottom: 6px; font-size: 15px; color: var(--text-mid); font-weight: 300; line-height: 1.6; }
.contact-block p:last-child { margin-bottom: 0; }
.contact-block strong { font-weight: 500; color: var(--text-dark); }
.hinweis-box { background: var(--db-pale-blue); border: 1px solid var(--db-light-blue); padding: 20px 24px; margin-top: 16px; font-size: 14px; color: var(--text-mid); line-height: 1.7; font-weight: 300; }

@media (max-width: 1024px) {
  .intro-section { padding: 60px 48px 0; }
  .top-bar { padding: 0 32px; }
  nav { padding: 0 32px; }
  .nav-separator, .nav-agent { display: none; }
  .hero { grid-template-columns: 1fr 35%; min-height: 460px; }
  .hero-content { padding: 52px 40px 52px 48px; }
  .blue-stripe { padding: 18px 48px; }
  .services { padding: 60px 48px; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .about { padding: 60px 48px; gap: 48px; }
  .reviews-section { padding: 60px 48px; }
  .reviews-grid-top { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid-bottom { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid-bottom .review-card:nth-child(2) { border-right: none; }
  .reviews-grid-bottom .review-card:nth-child(4) { border-right: none; }
  .reviews-grid-bottom .review-card:nth-child(1), .reviews-grid-bottom .review-card:nth-child(2) { border-bottom: 1px solid var(--border); }
  .contact-wrap { padding: 60px 48px; gap: 40px; }
  footer { padding: 44px 48px 22px; }
  .footer-grid { gap: 36px; }
  .page-hero { padding: 56px 48px; }
  .intro, .process, .why, .reviews-strip, .contact-section { padding: 56px 48px; }
  .intro-grid, .contact-inner { gap: 40px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2) { border-right: none; }
  .step:nth-child(1), .step:nth-child(2) { border-bottom: 1px solid var(--border); }
  .step-connector { display: none; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-card:nth-child(2n) { border-right: none; }
  .why-card:nth-child(n+3) { border-top: 1px solid var(--border); }
  .intro, .suchprofil, .process, .why, .reviews-strip, .contact-section { padding: 56px 48px; }
  .intro-grid, .suchprofil-grid, .contact-inner { gap: 40px; }
  .why-card:nth-child(2) { border-right: none; }
  .impressum-wrap { padding: 48px 48px; }
}

@media (max-width: 768px) {
  .intro-section { padding: 48px 24px 0; }
  .intro-inner h2 { font-size: 20px; }
  .intro-inner p { font-size: 15px; }
  .top-bar { display: none; }
  nav { padding: 0 20px; height: 64px; }
  .nav-wordmark-top { font-size: 13px; }
  .nav-wordmark-sub { display: none; }
  .nav-wordmark { margin-left: 10px; padding-left: 10px; }
  .db-logo-svg { width: 36px; height: 36px; }
  .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-photo-col { height: 340px; order: 1; padding: 0; }
  .hero-photo-col img { object-position: 30% top; }
  .hero h1 { font-size: 38px; }
  .hero-tagline { font-size: 15px; }
  .hero-bg-pattern { display: none; }
  .blue-stripe { flex-direction: column; align-items: flex-start; padding: 20px 24px; gap: 12px; }
  .blue-stripe p { font-size: 14px; }
  .services { padding: 48px 24px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { border-right: none; border-bottom: 1px solid var(--border); }
  .service-card:last-child { border-bottom: none; }
  .about { padding: 48px 24px; grid-template-columns: 1fr; gap: 36px; }
  .reviews-section { padding: 48px 24px; }
  .reviews-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  .reviews-grid-top, .reviews-grid-bottom { grid-template-columns: 1fr; border-bottom: none; }
  .reviews-grid-top { border-bottom: none; }
  .reviews-grid-top .review-card, .reviews-grid-bottom .review-card { border-right: none; border-bottom: 1px solid var(--border); }
  .reviews-grid-bottom .review-card:nth-child(2) { border-right: none; }
  .contact-wrap { padding: 48px 24px; grid-template-columns: 1fr; gap: 36px; }
  .contact-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; }
  footer { padding: 40px 24px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
  .nav-back span { display: none; }
  .page-hero { padding: 44px 24px; }
  .intro, .process, .why, .reviews-strip, .contact-section { padding: 48px 24px; }
  .intro-grid, .contact-inner { grid-template-columns: 1fr; gap: 32px; }
  .steps { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 1px solid var(--border); }
  .step:last-child { border-bottom: none; }
  .step-connector { display: none; }
  .why-grid { grid-template-columns: 1fr; }
  .why-card { border-right: none; border-bottom: 1px solid var(--border); }
  .why-card:last-child { border-bottom: none; }
  .reviews-row { grid-template-columns: 1fr; }
  .r-card { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .r-card:last-child { border-bottom: none; }
  .intro, .suchprofil, .process, .why, .reviews-strip, .contact-section { padding: 48px 24px; }
  .intro-grid, .suchprofil-grid, .contact-inner { grid-template-columns: 1fr; gap: 32px; }
  .objekttypen { grid-template-columns: 1fr; }
  .ot-item { border-right: none; }
  .ot-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--border); }
  .ot-item:last-child { border-bottom: none; }
  .impressum-wrap { padding: 40px 24px; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-photo-col { height: 400px; order: 1; padding: 0; }
  .hero-photo-col img { object-position: 30% top; }
  .hero-bg-pattern { display: none; }
}

@media (max-width: 480px) {
  .hero-photo-col { height: 260px; }
  .hero h1 { font-size: 32px; }
  .hero-contacts { gap: 12px; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .rating-summary { flex-direction: column; align-items: flex-start; gap: 8px; }
  .rating-big { font-size: 34px; }
}

@media (min-width: 769px) and (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid .service-card:nth-child(2) { border-right: none; }
  .services-grid .service-card:nth-child(1), .services-grid .service-card:nth-child(2) { border-bottom: 1px solid var(--border); }
  .services-grid .service-card:last-child { border-right: none; border-bottom: none; }
}

/* ── Seitenspezifische Überschreibungen ── */
body.page-home .nav-left { display: flex; align-items: center; text-decoration: none; gap: 0; min-width: 0; }
body.page-home .db-logo-svg { width: 44px; height: 44px; flex-shrink: 0; }
body.page-home .nav-wordmark { display: flex; flex-direction: column; margin-left: 14px; border-left: 1px solid var(--border); padding-left: 14px; line-height: 1.25; min-width: 0; }
body.page-home .nav-cta { background: var(--db-deep-blue); color: var(--white); font-size: 13px; font-weight: 500; padding: 10px 22px; text-decoration: none; letter-spacing: 0.3px; transition: background 0.2s; white-space: nowrap; flex-shrink: 0; }
body.page-home .nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--db-deep-blue); transition: all 0.3s; }
body.page-home .section-title { font-size: clamp(24px, 3vw, 34px); font-weight: 300; color: var(--text-dark); letter-spacing: -0.3px; margin-bottom: 14px; }
body.page-home .star { color: #F5A623; font-size: 15px; }
body.page-home .contact-item { display: flex; align-items: flex-start; gap: 18px; padding: 20px 22px; border-bottom: 1px solid var(--border); background: var(--white); text-decoration: none; transition: background 0.15s; }
body.page-home .ci-icon { width: 38px; height: 38px; background: var(--db-deep-blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
body.page-home .ci-icon svg { width: 17px; height: 17px; fill: white; }
body.page-home .ci-body strong { font-size: 15px; font-weight: 400; color: var(--text-dark); display: block; line-height: 1.4; }
body.page-home .contact-form h3 { font-size: 20px; font-weight: 400; color: var(--text-dark); margin-bottom: 24px; }
body.page-home .fg textarea { height: 96px; resize: none; }
body.page-legal .page-hero { background: var(--db-deep-blue); padding: 56px 80px; position: relative; overflow: hidden; }
body.page-legal .page-hero::before { content: ''; position: absolute; right: -100px; top: -100px; width: 400px; height: 400px; border: 50px solid rgba(255,255,255,0.04); border-radius: 50%; }
body.page-legal .breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; }
body.page-legal .page-hero h1 { font-size: clamp(28px, 3.5vw, 42px); font-weight: 300; color: white; line-height: 1.1; }
body.page-legal .page-hero-sub { font-size: 15px; color: rgba(255,255,255,0.6); margin-top: 12px; font-weight: 300; }
body.page-kaufen .process { background: var(--white); padding: 72px 80px; }
body.page-kaufen .why { background: var(--surface); padding: 72px 80px; }

@media (max-width: 768px) {
  body.page-home .form-row { grid-template-columns: 1fr; gap: 0; }
  body.page-legal .page-hero { padding: 40px 24px; }
}

@media (max-width: 1024px) {
  body.page-legal .page-hero { padding: 48px 48px; }
}


/* ── Statische Adressfelder (keine Links) ── */
.contact-item.is-static { cursor: default; }
.contact-item.is-static:hover { background: var(--white); }
.hero-contact-row.is-static { cursor: default; }
