/* ============================================================
   Frontida Pflegedienst - Stylesheet: kostenlose-pflegeberatung
   Extrahiert aus den Inline-<style>-Bloecken dieser Seite.
   Reihenfolge = Kaskaden-Reihenfolge.
   ============================================================ */

/* ===== Block 0  [war: <style>] ===== */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: block;
  src: url('../fonts/Open-Sans.woff2') format('woff2');
}
h1,h2,h3,h4,h5,h6{font-family:'Open Sans',sans-serif;}
:root{
  --blue:#2165AE;--blue-mid:#3F6EA0;--blue-light:#6096C4;--blue-bg:#EDF4FB;
  --orange:#F47522;--orange-dark:#C4601A;
  --gray-bg:#F5F7FA;--gray-light:#EDF0F4;
  --text:#454C4D;--text-mid:#454C4D;--text-light:#636363;
  --border:#DDE2E9;--white:#FFFFFF;
  --shadow:0 2px 16px rgba(0,0,0,0.08);--shadow-hover:0 8px 32px rgba(0,0,0,0.14);
  --green:#22C55E;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;scroll-padding-top:120px;}
body{font-family:'Open Sans',sans-serif;color:var(--text);background:var(--white);font-size:15px;line-height:1.7;  overflow-x: clip;
}
.topbar{background:linear-gradient(90deg,#1a4f8c 0%,#236BB4 50%,#2a7fcf 100%);padding:0.52rem 5%;display:flex;align-items:center;justify-content:space-between;gap:1rem;}
.topbar-items{display:flex;align-items:center;gap:1.6rem;flex-wrap:wrap;}
.tb-item{display:flex;align-items:center;gap:0.38rem;font-size:0.8rem;color:rgba(255,255,255,0.92);}
.tb-item svg{width:14px;height:14px;flex-shrink:0;}
.tb-stars{color:#FFD060;font-size:0.82rem;}
.tb-tagline{font-size:0.74rem;color:rgba(255,255,255,0.92);}
.tb-phone a{display:flex;align-items:center;gap:0.45rem;background:#fff;color:#236BB4;border-radius:20px;padding:0.4rem 1.1rem;text-decoration:none;font-weight:700;font-size:0.82rem;box-shadow:0 2px 8px rgba(0,0,0,0.15);transition:all 0.18s;white-space:nowrap;}
.tb-phone a:hover{background:#EDF4FB;}
@media(max-width:768px){.tb-tagline{display:none;}.topbar-items{gap:1rem;}}
header{position:sticky;top:0;z-index:200;background:var(--white);box-shadow:0 2px 12px rgba(0,0,0,0.08);}
nav{display:flex;align-items:center;justify-content:space-between;padding:0 5%;height:100px;}
.nav-logo{display:flex;align-items:center;text-decoration:none;}
.nav-logo img{height:150px;display:block;}
.nav-links{display:flex;list-style:none;gap:0;height:100px;align-items:center;}
.nav-links a{display:flex;align-items:center;height:100px;padding:0 1rem;text-decoration:none;color:var(--text);font-size:0.84rem;font-weight:600;transition:color 0.2s;white-space:nowrap;border-bottom:3px solid transparent;}
.nav-links a:hover{color:var(--blue);border-bottom-color:var(--blue);}
.nav-cta{background:var(--blue);border-radius:6px;margin-left:0.5rem;}
.nav-links a.nav-cta{color:white;}
.nav-orange{background:var(--orange);border-radius:6px;margin-left:0.3rem;}
.nav-links a.nav-orange{color:white;}
.burger{display:none;background:none;border:none;font-size:1.7rem;cursor:pointer;color:var(--blue);padding:0.3rem 0.5rem;line-height:1;z-index:1100;}
@media(max-width:1200px){html{scroll-padding-top:80px;}
  .burger{display:block;}
  .nav-links{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:420px;max-height:85vh;overflow-y:auto;background:var(--white);border-radius:18px;box-shadow:0 24px 64px rgba(0,0,0,0.28);flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0.4rem;height:auto;padding: 3rem 1.2rem 1.2rem;z-index:1000;}
  .nav-links.open{display:flex;}
  .nav-links li{width:100%;text-align:center;list-style:none;}
  .nav-links a{display:block;height:auto;padding:0.85rem 1.1rem;font-size:1rem;background:var(--gray-bg);color:var(--text);border-radius:10px;border-bottom:none;}
  .nav-links a.nav-cta{background:var(--blue);color:#fff;}
  .nav-links a.nav-orange{background:var(--orange);color:#fff;}
  nav { height: 85px; }
  .nav-logo img { height: 135px; max-height: 135px; }
}
@media(min-width:1101px){
  .nav-links a.nav-cta{padding:0.6rem 1.3rem;height:auto;border-bottom:none;}
  .nav-links a.nav-cta:hover{background:var(--blue-mid);}
  .nav-links a.nav-orange{padding:0.6rem 1.3rem;height:auto;border-bottom:none;}
  .nav-links a.nav-orange:hover{background:var(--orange-dark);}
}

/* BUTTONS */
.btn-blue{display:inline-flex;align-items:center;gap:0.5rem;background:var(--blue);color:#fff;padding:0.85rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:0.95rem;transition:background 0.2s,transform 0.15s;}
.btn-blue:hover{background:var(--blue-mid);transform:translateY(-1px);}
.btn-cta{display:inline-flex;align-items:center;gap:0.5rem;background:var(--blue);color:#fff;padding:0.85rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:0.95rem;transition:background 0.2s;}
.btn-cta:hover{background:var(--blue-mid);}
.btn-white{display:inline-flex;align-items:center;gap:0.5rem;background:white;color:var(--blue);padding:0.85rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:0.95rem;border:2px solid rgba(255,255,255,0.5);transition:all 0.2s;}
.btn-white:hover{background:rgba(255,255,255,0.9);}

/* HERO */
.lp-hero{background:linear-gradient(135deg,#0f2744 0%,#1a3a5c 40%,var(--blue) 100%);padding:4rem 5% 4.5rem;position:relative;overflow:hidden;}
.lp-hero::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:rgba(255,255,255,0.04);border-radius:50%;}
.lp-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:center;}
.lp-hero-kicker{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(255,255,255,0.15);color:#fff;border:1px solid rgba(255,255,255,0.3);font-size:0.72rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;padding:0.35rem 0.9rem;border-radius:4px;margin-bottom:1.2rem;}
.lp-hero h1{font-size:clamp(1.8rem,3.5vw,2.7rem);color:#fff;line-height:1.2;margin-bottom:0.8rem;font-weight:700;}
.lp-hero h1 span{color:#FFC16B;}
.lp-hero-sub{color:rgba(255,255,255,0.82);font-size:1rem;line-height:1.75;margin-bottom:1.8rem;}
.hero-trust{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem;}
.hero-trust-item{display:flex;align-items:center;gap:0.4rem;color:rgba(255,255,255,0.85);font-size:0.8rem;font-weight:600;}
.hero-trust-item span{font-size:1rem;}

/* FORM CARD */
.form-card{background:white;border-radius:20px;padding:2.2rem;box-shadow:0 20px 60px rgba(0,0,0,0.25);}
.form-card h2{font-size:1.15rem;font-weight:700;color:var(--blue);margin-bottom:0.3rem;}
.form-card p{font-size:0.83rem;color:var(--text-light);margin-bottom:1.5rem;}
.form-divider{display:flex;align-items:center;gap:0.75rem;font-size:0.78rem;color:#636b6f;margin:1rem 0;font-weight:500;}
.form-divider::before,.form-divider::after{content:'';flex:1;height:1.5px;background:#b0bec5;}
.form-phone-btn{display:flex;align-items:center;justify-content:center;gap:0.6rem;width:100%;padding:0.8rem;border:2px solid var(--blue);border-radius:8px;color:var(--blue);font-weight:700;font-size:0.95rem;text-decoration:none;transition:all 0.2s;}
.form-phone-btn:hover{background:var(--blue);color:white;}
.form-wa-btn{display:flex;align-items:center;justify-content:center;gap:0.6rem;width:100%;padding:0.8rem;border:2px solid #25D366;border-radius:8px;color:#25D366;font-weight:700;font-size:0.95rem;text-decoration:none;transition:all 0.2s;margin-top:0.6rem;}
.form-wa-btn:hover{background:#25D366;color:white;}

/* TRUST BAR */
.trust-bar{background:var(--gray-bg);border-bottom:1px solid var(--border);padding:1rem 5%;}
.trust-bar-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap;}
.trust-item{display:flex;align-items:center;gap:0.5rem;font-size:0.82rem;font-weight:600;color:var(--text-mid);}
.trust-item span.icon{font-size:1.1rem;}

/* STEPS */
.steps-section{padding:4rem 5%;background:white;}
.steps-inner{max-width:1100px;margin:0 auto;}
.section-label{font-size:0.72rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--blue);margin-bottom:0.5rem;display:block;}
.section-title{font-size:clamp(1.4rem,2.5vw,2rem);color:var(--blue);font-weight:700;margin-bottom:0.5rem;}
.section-lead{color:var(--text-mid);font-size:0.97rem;margin-bottom:2.5rem;max-width:600px;}
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;}
.step-card{background:var(--gray-bg);border-radius:16px;padding:1.8rem;border:1px solid var(--border);position:relative;}
.step-number{width:36px;height:36px;background:var(--blue);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.85rem;font-weight:800;margin-bottom:1rem;}
.step-card h3{font-size:0.97rem;font-weight:700;color:var(--blue);margin-bottom:0.5rem;}
.step-card p{font-size:0.83rem;color:var(--text-mid);line-height:1.65;}

/* WHAT WE COVER */
.cover-section{padding:4rem 5%;background:var(--blue-bg);}
.cover-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;}
.cover-list{list-style:none;display:flex;flex-direction:column;gap:0.8rem;}
.cover-list li{display:flex;align-items:flex-start;gap:0.8rem;font-size:0.92rem;color:var(--text-mid);line-height:1.6;}
.cover-list li span.check{color:var(--blue);font-weight:800;font-size:1rem;flex-shrink:0;margin-top:0.1rem;}

/* GEO SECTION */
.geo-section{padding:3.5rem 5%;background:white;}
.geo-inner{max-width:1100px;margin:0 auto;}
.geo-tags{display:flex;flex-wrap:wrap;gap:0.6rem;margin-top:1.2rem;}
.geo-tag{background:var(--blue-bg);border:1px solid var(--blue-light);color:var(--blue);border-radius:100px;padding:0.35rem 1rem;font-size:0.82rem;font-weight:600;}

/* FAQ */
.faq-section{padding:4rem 5%;background:var(--gray-bg);}
.faq-inner{max-width:900px;margin:0 auto;}
.faq-item{background:white;border-radius:12px;margin-bottom:0.8rem;border:1px solid var(--border);overflow:hidden;}
.faq-q{width:100%;background:none;border:none;padding:1.1rem 1.5rem;text-align:left;font-size:0.95rem;font-weight:700;color:var(--blue);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:'Open Sans',sans-serif;}
.faq-q::after{content:'';display:inline-block;width:1.1rem;height:1.1rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236096C4' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat center/contain;flex-shrink:0;transition:transform 0.35s ease;}
.faq-item.is-open .faq-q::after{transform:rotate(180deg);}
.faq-a{padding:0 1.5rem;font-size:0.88rem;color:var(--text-mid);line-height:1.7;overflow:hidden;max-height:0;transition:max-height 0.35s ease,padding-bottom 0.35s ease;}
.faq-item.is-open .faq-a{max-height:600px;padding-bottom:1.1rem;}

/* CTA BOTTOM */
.cta-bottom{background:linear-gradient(135deg,#0f2744,var(--blue));padding:3.5rem 5%;text-align:center;}
.cta-bottom h2{color:white;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;margin-bottom:0.7rem;}
.cta-bottom p{color:rgba(255,255,255,0.82);font-size:0.97rem;margin-bottom:2rem;max-width:550px;margin-left:auto;margin-right:auto;}
.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}

/* FOOTER */
footer{background:#EEF4FB;padding:2rem 5% 1.2rem;}
.footer-brand p{font-size:0.84rem;color:#454C4D;line-height:1.7;margin-top:0.5rem;}
.footer-col h5{color:#1C3A6E;font-size:0.78rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:0.8rem;}
.footer-col a{display:block;font-size:0.83rem;color:#454C4D;text-decoration:none;margin-bottom:0.4rem;}
.footer-col a:hover{color:#2165AE;}
.footer-bottom{border-top:1px solid rgba(45,79,122,0.2);padding-top:1rem;display:flex;justify-content:space-between;font-size:0.76rem;color:#454C4D;flex-wrap:wrap;gap:0.5rem;}
.footer-bottom a{color:#454C4D;text-decoration:none;margin-left:1rem;}


@media(max-width:900px){
  .lp-hero-inner{grid-template-columns:1fr;gap:2.5rem;}
  .cover-inner{grid-template-columns:1fr;}
  .trust-bar-inner{gap:1.2rem;}
}
@media(max-width:600px){
  .lp-hero{padding:2.5rem 5% 3rem;}
  .steps-section,.cover-section,.faq-section,.geo-section{padding:2.5rem 5%;}
}

/* ============================================
   GLOBAL TYPOGRAPHY SYSTEM — Open Sans (Frontida)
   ============================================ */
body { font-family: 'Open Sans', sans-serif; font-size: 15px; font-weight: 400; }
h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; }
h1, .hero h1, .page-hero h1, .danke-card h1 { font-size: clamp(1.9rem, 3vw + 0.8rem, 2.9rem); font-weight: 600; line-height: 1.2; }
h2, .section-title, .block-title, .verspr-text h2 { font-size: clamp(1.65rem, 2.5vw + 0.6rem, 2.3rem); font-weight: 600; line-height: 1.25; }
h3 { font-size: 1.25rem; font-weight: 700; }
h4 { font-size: 1.1rem; font-weight: 600; }
h5 { font-size: 1rem; font-weight: 700; }
h6 { font-size: 0.95rem; font-weight: 700; }
.nav-links a { font-size: 0.95rem; font-weight: 600; }
.btn, .btn-blue, .btn-cta, .btn-white, .lmodal-cta-primary, .verspr-cta, .pg-cta-btn, .form-submit, .submit-btn, .btn-call, .btn-wa, .hero-cta, .nav-cta, .nav-orange { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; font-weight: 700; }
.section-label, .page-hero-kicker, .lmodal-kicker, .lmodal-vorteile-title { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
footer { font-family: 'Open Sans', sans-serif; }
footer p, footer span, footer li, footer a, .footer-bottom span, .footer-bottom a { font-size: 0.84rem; font-weight: 400; }
footer p, .footer-brand p { font-weight: 300; }
footer h5, .footer-col h5 { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.faq-btn, details > summary { font-family: 'Open Sans', sans-serif; font-size: 0.97rem; font-weight: 700; }
input, textarea, select { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; font-weight: 400; }

  /* === Accessibility: Reduced motion === */
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }

  /* === Accessibility: Visible focus indicators === */
  a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, [tabindex]:focus-visible {
    outline: 2px solid #2165AE;
    outline-offset: 2px;
  }

/* ===== Block 1  [war: <style id="footer-fix">] ===== */
footer { background:#EEF4FB; color:#454C4D; padding:2rem 90px 1.2rem 5%; font-family:'Open Sans',sans-serif; margin-top:3rem; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:1.5rem; align-items:start; margin-bottom:1.8rem; }
.footer-grid .footer-col { padding-left:1rem; }
.footer-brand img { height:180px !important; width:auto; max-width:100% !important; margin:0 auto 0.8rem; display:block; }
.footer-brand p { font-size:0.85rem; line-height:1.7; font-weight:300; }
.footer-col h5 { color:#1C3A6E; font-size:0.8rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; margin-bottom:1rem; }
.footer-col p, .footer-col a { display:block; font-size:0.84rem; color:#454C4D; text-decoration:none; margin-bottom:0.5rem; line-height:1.6; }
.footer-col a:hover { color:#2165AE; }
.footer-social { display:flex; justify-content:center; gap:0.7rem; margin-top:1rem; }
.footer-social a { width:50px; height:50px; background:transparent; border:none; border-radius:7px; display:flex; align-items:center; justify-content:center; text-decoration:none; transition:transform 0.2s; }
.footer-social a img { width:45px; height:45px !important; display:block; }
.footer-social a:hover { transform:scale(1.3); }
.footer-bottom { border-top:1px solid rgba(45,79,122,0.2); padding-top:1.2rem; display:flex; justify-content:space-between; align-items:center; font-size:0.77rem; flex-wrap:wrap; gap:0.5rem; }
.footer-bottom a { color:#454C4D; text-decoration:none; margin-left:1rem; }
.footer-bottom a:hover { color:#2165AE; }
.footer-bottom button.cx-cookie-link { color:#454C4D; background:none; border:none; padding:0; margin-left:1rem; cursor:pointer; font-family:inherit; font-size:inherit; }
.footer-bottom button.cx-cookie-link:hover { color:#2165AE; }
@media (max-width:900px){ .footer-grid { grid-template-columns:1fr 1fr; } }
@media (max-width:600px){ .footer-grid { grid-template-columns:1fr; } footer { padding:2rem 5% 1.2rem; } }

/* ===== Block 2 entfaellt — DSGVO-Checkbox-Fix liegt zentral in kontakt-form.css ===== */

/* ===== Block 3  [war: <style id="pf-nav-unify">] ===== */
/* Unified menu sizing for all Pflegedienst pages — matches Tagespflege presence */
.nav-logo img,
header .nav-logo img,
img#nav-logo-img {
  height: 130px;
  width: auto !important;
  max-width: none;
  max-height: 130px !important;
  display: block;
  flex-shrink: 0 !important;
}
@media (max-width: 768px) {
  .nav-logo img, header .nav-logo img, img#nav-logo-img {
    height: 120px;
    max-height: 120px !important;
  }
}
@media (min-width: 1201px) {
  .nav-links {
    display: flex;
    list-style: none;
    gap: 0;
    align-items: center;
  }
  .nav-links a {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #2A2A2A;
    white-space: nowrap;
    transition: color 0.2s !important;
  }
}
/* On mobile: nav-links must respect media query — hidden by default, only show when .open */
@media (max-width: 1200px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex !important; }
}
.nav-links a.nav-cta,
.nav-links a.nav-orange {
  height: auto !important;
  padding: 0.6rem 1.3rem;
  border-radius: 8px !important;
  font-size: 0.92rem !important;
  font-weight: 700;
  margin-left: 0.4rem !important;
  border-bottom: none !important;
  color: #fff;
}

/* ===== Block 4  [war: <style id="pf-typo-unify">] ===== */
/* === Unified typography across ALL Pflegedienst pages === */
html, body { font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; font-feature-settings: "kern" 1; }

body { font-size: 15px; font-weight: 400; line-height: 1.7; color: #454C4D; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; }
h1, .hero h1, .page-hero h1, .danke-card h1 { font-size: clamp(1.9rem, 3vw + 0.8rem, 2.9rem); font-weight: 600; line-height: 1.2; }
h2, .section-title, .block-title { font-size: clamp(1.65rem, 2.5vw + 0.6rem, 2.3rem); font-weight: 600; line-height: 1.25; }
h3 { font-size: 1.25rem; font-weight: 700; }
h4 { font-size: 1.1rem; font-weight: 600; }
h5 { font-size: 1rem; font-weight: 700; }
h6 { font-size: 0.95rem; font-weight: 700; }

/* Section labels (small caps) */
.section-label, .page-hero-kicker, .lmodal-kicker { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

/* Buttons */
.btn, .btn-blue, .btn-cta, .btn-white, .nav-cta, .nav-orange, .form-submit, .submit-btn, .btn-call, .btn-wa, .hero-cta, .pg-cta-btn, .verspr-cta, .lmodal-cta-primary { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; font-weight: 700; letter-spacing: 0; }

/* Nav links */
.nav-links a { font-size: 0.95rem; font-weight: 600; }

/* Footer typography (CRITICAL — make footers identical everywhere) */
footer, footer * { font-family: 'Open Sans', sans-serif; }
footer h5, .footer-col h5 { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.4; margin-bottom: 1rem; color: #1C3A6E; }
footer p, .footer-col p, footer span, footer li, .footer-bottom span { font-size: 0.84rem; font-weight: 400; line-height: 1.65; letter-spacing: 0; }
.footer-col a { font-size: 0.84rem; font-weight: 400; line-height: 1.65; letter-spacing: 0; display: block; }
.footer-brand p { font-size: 0.85rem; font-weight: 400; line-height: 1.65; }
.footer-bottom, .footer-bottom a, .footer-bottom button { font-size: 0.77rem; font-weight: 400; line-height: 1.5; }

/* Forms */
input, textarea, select { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; font-weight: 400; }
.form-group label { font-family: 'Open Sans', sans-serif; }

/* FAQ */
.faq-btn, details > summary { font-family: 'Open Sans', sans-serif; font-size: 0.97rem; font-weight: 700; }

/* Paragraphs */
p { font-family: 'Open Sans', sans-serif; }

/* ===== Block 5  [war: <style>] ===== */
/* Footer mobile centering - match index.html */
@media (max-width:600px){
  .footer-grid { grid-template-columns:1fr; }
  .footer-brand { text-align:center; }
  .footer-brand img { height:100px !important; margin:0 auto 0.6rem; display:block; }
  .footer-brand p { max-width:280px; margin:0 auto; }
  .footer-social { justify-content:center; }
  .footer-col h5 { margin-bottom:0.6rem; }
  .footer-bottom { flex-direction:column; align-items:center; text-align:center; gap:0.4rem; }
}

/* ===== Block 6  [war: <style>] ===== */
.fpf-wrap {
  position: fixed; bottom: 1.4rem; right: 1.4rem; z-index: 600;
  display: flex; flex-direction: column; align-items: flex-end;
  gap: 0.45rem; width: 270px;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.15));
}
.fpf-btn {
  width: 100%; display: flex; align-items: center; justify-content: center;
  gap: 0.5rem; padding: 0.85rem 1rem; border-radius: 10px;
  font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700;
  color: #fff; text-decoration: none; text-align: center;
  transition: transform 0.2s, opacity 0.2s;
}
.fpf-btn:hover { transform: translateY(-2px); opacity: 0.93; }
.fpf-btn.fpf-small { padding: 0.62rem 0.9rem; font-size: 0.78rem; }
.fpf-orange { background: #F47522; animation: fpf-pulse-o 2.5s ease-in-out infinite; }
.fpf-blue   { background: #2165AE; animation: fpf-pulse-b 2.5s ease-in-out infinite; animation-delay: 1.25s; }
@keyframes fpf-pulse-o {
  0%,100% { box-shadow: 0 3px 14px rgba(244,117,34,0.4); }
  50%      { box-shadow: 0 3px 22px rgba(244,117,34,0.7), 0 0 0 5px rgba(244,117,34,0.12); }
}
@keyframes fpf-pulse-b {
  0%,100% { box-shadow: 0 3px 14px rgba(33,101,174,0.4); }
  50%      { box-shadow: 0 3px 22px rgba(33,101,174,0.7), 0 0 0 5px rgba(33,101,174,0.12); }
}
.fpf-icons { display: flex; gap: 0.5rem; justify-content: flex-end; }
.fpf-icon {
  width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: transform 0.2s, opacity 0.2s; flex-shrink: 0;
}
.fpf-icon:hover { transform: scale(1.1); opacity: 0.9; }
.fpf-wa    { background: #25D366; box-shadow: 0 3px 14px rgba(37,211,102,0.45); }
/* Button-Geometrie (vorher inline am HTML) */
.fpf-orange {
  width: 240px; padding: 0.6rem 0.85rem; font-size: 0.78rem;
  border-radius: 8px; white-space: nowrap; font-weight: 700; line-height: 1.2;
}
.fpf-blue { width: 90%; align-self: flex-end; padding: 0.42rem 0.8rem; font-size: 0.7rem; }
@media (max-width: 600px) {
  /* Mobile: full-width bar attached to the very bottom edge
     (orange + blue stacked left, WhatsApp square spanning both rows right) */
  .fpf-wrap {
    display: grid;
    grid-template-columns: 1fr 56px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    border-radius: 0;
    gap: 0;
    filter: none;
    box-shadow: 0 -3px 14px rgba(0,0,0,0.16);
    padding-bottom: env(safe-area-inset-bottom);
    background: #fff;
    overflow: visible;
  }
  .fpf-btn {
    display: flex;
    width: auto;
    max-width: none;
    align-self: stretch;
    border-radius: 0;
    font-size: 0.78rem;
    padding: 0.65rem 0.5rem;
    line-height: 1.3;
    white-space: nowrap;
    animation: none;
    box-shadow: none;
    box-sizing: border-box;
  }
  .fpf-orange { grid-column: 1; grid-row: 1; }
  .fpf-blue   { grid-column: 1; grid-row: 2; }
  .fpf-icons {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: stretch;
    display: flex;
    gap: 0;
    width: auto;
    align-items: stretch;
    justify-content: flex-end;
  }
  .fpf-icon {
    border-radius: 0;
    height: auto;
    width: auto;
    flex: 1 1 auto;
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
  .fpf-icon svg { width: 24px; height: 24px; flex-shrink: 0; }
}
@media (max-width: 380px) {
  .fpf-btn { font-size: 0.74rem; padding: 0.5rem 0.85rem; }
}
  /* Mobile: reserve space at bottom so floating buttons don't cover footer */
  @media (max-width: 600px) {
    body { padding-bottom: 84px; }
    footer { padding-bottom: 1.2rem !important; }
    .footer-bottom {
      flex-direction: column;
      gap: 0.6rem !important;
      align-items: flex-start !important;
      text-align: left !important;
    }
    .footer-bottom a,
    .footer-bottom button.cx-cookie-link {
      margin-left: 0 !important;
      display: inline-block;
      padding: 0.3rem 0;
    }
  }


/* ===== Block 7  [war: <style id="burger-fix-style">] ===== */
.nav-close { display:none; position:absolute; top:0.75rem; right:0.85rem; background:#236BB4; border:none; width:38px; height:38px; border-radius:50%; cursor:pointer; color:#fff; font-size:1.25rem; line-height:1; align-items:center; justify-content:center; z-index:1200; box-shadow:0 3px 10px rgba(35,107,180,0.45); -webkit-tap-highlight-color:rgba(35,107,180,0.2); touch-action:manipulation; transition:background 0.2s,transform 0.15s; }
.nav-close:hover { background:#1b5490; transform:scale(1.08); }
.nav-links.open .nav-close { display:flex !important; }
.nav-links.open ~ .burger, body.menu-open .burger { display:none !important; visibility:hidden !important; }
.burger { -webkit-tap-highlight-color:rgba(35,107,180,0.2); touch-action:manipulation; }

/* Floating CTA: hidden while hero or footer is in view (toggled by page JS) */
.fpf-wrap { transition: opacity 0.25s ease; }
.fpf-wrap.fpf-hidden { opacity: 0; visibility: hidden; pointer-events: none; }

/* ===== Block 8: Kontaktformular kompakt (Desktop) =====
   Ziel: die Formular-Karte im Hero passt KOMPLETT in 1366x768 und
   1440x900 (vorher ~880px hoch -> abgeschnitten). Wirkt NUR ab 901px,
   mobil/tablet bleiben pixelidentisch (Wrapper sind dort display:block).
   .lp-hero-Prefix noetig, wo kontakt-form.css (laedt spaeter) sonst
   gleiche Spezifitaet haette. */
.form-row-te, .form-row-an, .form-contact-row { display: block; }
.form-contact-row ~ p { margin-top: 1rem; }
@media (min-width: 901px) {
  .lp-hero { padding: 0.6rem 4% 2.4rem; }
  .lp-hero-inner { max-width: 1260px; grid-template-columns: 0.9fr 1.22fr; gap: 2.8rem; }
  .form-card { padding: 0.95rem 2rem 0.9rem; align-self: start; }
  .form-card h2 { font-size: 0.98rem; margin-bottom: 0.08rem; }
  .form-card > p { font-size: 0.77rem; margin-bottom: 0.4rem; }
  .lp-hero .form-row { gap: 1rem; }
  .form-row-te, .form-row-an { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .form-row-an { align-items: start; }
  .lp-hero .form-group { margin-bottom: 0.32rem; }
  .lp-hero .form-group label { font-size: 0.69rem; margin-bottom: 0.13rem; }
  .lp-hero .form-group input, .lp-hero .form-group textarea, .lp-hero .form-group select { padding: 0.42rem 0.9rem; }
  .lp-hero .custom-select-trigger { padding: 0.42rem 0.9rem; }
  .lp-hero .form-group textarea { min-height: 0; height: 38px; }
  .lp-hero .form-group.dsgvo-consent { margin: 0.3rem 0 0.55rem; }
  .lp-hero .form-actions { margin-top: 0.25rem; }
  .lp-hero .form-actions .btn { padding: 0.54rem 1rem; }
  .lp-hero .form-divider { margin: 0.3rem 0; }
  .form-contact-row { display: grid; grid-template-columns: 1.3fr 1fr; gap: 1rem; }
  .lp-hero .form-phone-btn, .lp-hero .form-wa-btn { padding: 0.4rem 0.4rem; font-size: 0.86rem; }
  .lp-hero .form-wa-btn { margin-top: 0; }
  .lp-hero .form-contact-row ~ p { margin-top: 0.4rem; }
}

/* ===== Nav: Menue mittig zwischen Logo und Buttons (User-Wahl Variante 1, 12.06.2026) ===== */
@media (min-width: 1201px) {
  .nav-links { flex: 1; }
  .nav-links li:nth-of-type(1) { margin-left: auto; }
  .nav-links li:nth-last-child(2) { margin-left: auto; }
}
