
/* Trust-Top-Bar 2026-05-19 */
.trust-bar { background: #1a1a1a; color: #e8e2d4; font-size: 0.82rem; padding: 0.55rem 0; border-bottom: 1px solid rgba(212, 175, 55, 0.2); }
.trust-bar-inner { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.trust-badges { display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }
.trust-item { display: inline-flex; align-items: center; gap: 0.4rem; color: #e8e2d4; opacity: 0.92; line-height: 1.2; }
.trust-item svg { color: #d4af37; flex-shrink: 0; }
.trust-tel { display: inline-flex; align-items: center; gap: 0.5rem; color: #d4af37; text-decoration: none; font-weight: 600; transition: opacity 0.2s; white-space: nowrap; }
.trust-tel:hover, .trust-tel:focus { opacity: 0.78; text-decoration: underline; }
.trust-tel svg { color: #d4af37; }
@media (max-width: 720px) {
  .trust-bar { font-size: 0.74rem; padding: 0.45rem 0; }
  .trust-bar-inner { padding: 0 0.9rem; gap: 0.5rem; }
  .trust-badges { gap: 0.7rem; }
  .trust-item--hide-mobile { display: none; }
}
@media (max-width: 480px) {
  .trust-bar-inner { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .trust-tel { align-self: stretch; justify-content: flex-end; }
}



.kapazitaet-marker { display: inline-flex; align-items: center; gap: 0.4rem; margin: 0.5rem 0 1rem; padding: 0.3rem 0.7rem; background: rgba(60, 140, 60, 0.08); border: 1px solid rgba(60, 140, 60, 0.25); border-radius: 999px; font-size: 0.78rem; color: #2d5f2d; font-weight: 500; }
.kapazitaet-marker::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #3c8c3c; box-shadow: 0 0 0 3px rgba(60, 140, 60, 0.18); animation: pulse-dot 2.4s ease-in-out infinite; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.55; } }



.news-teaser-section { padding: 5rem 0; background: #faf8f3; }
.news-teaser-section .container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.news-teaser-section .section-tag { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.2em; color: #8a6d24; margin-bottom: 0.8rem; }
.news-teaser-section .section-title { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 400; margin: 0 0 1rem; line-height: 1.2; font-family: 'Cormorant Garamond', Georgia, serif; }
.news-teaser-section .divider { width: 60px; height: 2px; background: #d4af37; margin-bottom: 3rem; }
.news-teaser-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.8rem; }
.news-teaser-card { background: white; border: 1px solid rgba(0,0,0,0.06); border-radius: 4px; padding: 1.8rem; transition: transform 0.3s, box-shadow 0.3s; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.news-teaser-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.08); }
.news-teaser-card .tag { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.15em; color: #8a6d24; margin-bottom: 0.7rem; }
.news-teaser-card h3 { font-size: 1.2rem; font-weight: 500; margin: 0 0 0.7rem; line-height: 1.35; color: #1a1a1a; }
.news-teaser-card p { font-size: 0.92rem; color: #555; line-height: 1.55; margin: 0 0 1.2rem; flex-grow: 1; }
.news-teaser-card .meta { display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; color: #8a6d24; font-weight: 500; margin-top: auto; }
.news-teaser-card .meta svg { transition: transform 0.2s; }
.news-teaser-card:hover .meta svg { transform: translateX(4px); }
.news-teaser-cta { text-align: center; margin-top: 2.5rem; }
.news-teaser-cta a { display: inline-flex; align-items: center; gap: 0.5rem; color: #8a6d24; text-decoration: none; font-weight: 600; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.1em; }
.news-teaser-cta a:hover { text-decoration: underline; }

/* Regions-Ratgeber-Teaser („Ratgeber zur Hausverwaltung", Live-Sync Welle 7) */
.region-ratgeber { padding: 3.5rem 0; background: #faf8f3; }
.region-ratgeber .eyebrow { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.2em; color: #8a6d24; margin-bottom: 0.6rem; }
.region-ratgeber h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.6rem, 2.5vw, 2rem); font-weight: 400; margin: 0 0 0.8rem; line-height: 1.2; }
.region-ratgeber .rule { width: 60px; height: 2px; background: #d4af37; margin-bottom: 2.2rem; }
.region-ratgeber-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.3rem; }
.region-ratgeber-card { background: white; border: 1px solid rgba(0,0,0,0.06); border-radius: 4px; padding: 1.5rem; text-decoration: none; color: inherit; display: block; transition: transform 0.3s, box-shadow 0.3s; }
.region-ratgeber-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.08); }
.region-ratgeber-card .cat { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: #8a6d24; margin-bottom: 0.6rem; }
.region-ratgeber-card h3 { font-size: 1.05rem; font-weight: 500; margin: 0 0 0.5rem; line-height: 1.35; color: #1a1a1a; }
.region-ratgeber-card p { font-size: 0.88rem; color: #555; line-height: 1.5; margin: 0; }
/* Globaler Fokus-Ring (a11y WCAG 2.4.7) – Links/Buttons, die sonst nur den UA-Default haben */
a:focus-visible, button:focus-visible, .btn:focus-visible, .skip-link:focus-visible { outline: 2px solid #8a6d24; outline-offset: 2px; }

/* Kundenstimmen / echte Google-Rezensionen */
.testimonials { background: #faf8f3; }
.tm-stars { color: #b8860b; letter-spacing: 2px; font-size: 1rem; }
.tm-badge { display: inline-flex; align-items: center; gap: 0.6rem; margin: 0 0 2.2rem; padding: 0.6rem 1rem; background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 999px; text-decoration: none; color: #1a1a1a; font-size: 0.95rem; }
.tm-badge:hover { box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.tm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.3rem; }
.tm-card { background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 4px; padding: 1.6rem; margin: 0; display: flex; flex-direction: column; gap: 0.8rem; }
.tm-card blockquote { margin: 0; font-size: 0.98rem; line-height: 1.55; color: #1a1a2e; }
.tm-card figcaption { margin-top: auto; font-size: 0.88rem; }
.tm-card figcaption strong { display: block; color: #1a1a2e; }
.tm-card figcaption span { color: #6b6b6b; }

/* Schwebender Anruf-Button – NUR auf Mobil (Desktop hat die Trust-Bar-Nummer dauerhaft sichtbar) */
.sticky-call { display: none; }
@media (max-width: 768px) {
  .sticky-call {
    position: fixed; right: 16px; bottom: 16px; z-index: 9000;
    display: inline-flex; align-items: center; gap: 8px;
    background: #1a1a6e; color: #fff; text-decoration: none;
    font-family: 'Outfit', system-ui, sans-serif; font-weight: 600; font-size: 0.95rem;
    padding: 12px 18px; border-radius: 999px; min-height: 48px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.28);
  }
  .sticky-call:hover, .sticky-call:focus { background: #2a2a8e; }
}
