    #fast-hero{
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
      background:#f6f8fb;
      padding:18px 40px;
    }
    .fast-container{max-width:1200px;margin:auto;}

    /* Header */
    .fast-header{
      display:flex;justify-content:center;align-items:center;
      margin-bottom:28px;position:relative;
    }
    .fast-logo-text{
      font-weight:700;font-size:26px;letter-spacing:.3px;
      color:#0f1f3d;text-align:center;
    }
    .fast-header-actions{position:absolute;right:0;display:flex;gap:10px;align-items:center;}
    .fast-header-btn{
      display:inline-block;padding:10px 18px;color:#fff;
      border-radius:10px;text-decoration:none;font-weight:600;font-size:14px;
      transition:all .2s ease;border:0;cursor:pointer;
    }
    .fast-header-btn:hover{
      transform:translateY(-1px);
      box-shadow:0 8px 20px rgba(0,0,0,.15);
    }
    .fast-contact-btn{background-color:#005b8f;}
    .fast-contact-btn:hover{background-color:#004a73;}
    .fast-team-btn{background-color:#43a047;}
    .fast-team-btn:hover{background-color:#2f7d32;}

    /* Hero */
    .fast-hero-content{display:flex;align-items:center;gap:50px;}
    .fast-text{flex:1;}
    .headline-box{
      display:inline-block;
      background:linear-gradient(135deg,rgba(35,70,115,.85),rgba(60,110,170,.75));
      padding:16px 24px;border-radius:14px;backdrop-filter:blur(2px);
      box-shadow:0 12px 30px rgba(0,0,0,.08);margin-bottom:12px;
    }
    .headline-box h1{margin:0;font-size:34px;font-weight:600;line-height:1.15;color:#fff;}
    .fast-text p{font-size:16px;color:#4b5563;margin:0 0 10px 0;line-height:1.6;}
    .fast-subline{font-weight:800;margin-top:14px;font-size:17px;color:#0f1f3d;letter-spacing:.2px;}
    .fast-image{flex:1;display:flex;flex-direction:column;align-items:flex-start;}
    .fast-image img{width:100%;height:auto;display:block;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.1);}

    .fast-intro-row{display:flex;gap:40px;margin:40px 0 30px 0;}
    .fast-intro-col{flex:1;font-size:15px;line-height:1.6;color:#334155;}
    .fast-intro-title{font-size:18px;font-weight:700;margin-bottom:14px;color:#0f1f3d;}
    .fast-intro-cta{margin-top:14px;font-weight:700;color:#005b8f;}
    .fast-inline-mobile-cta{display:none;}

    /* Cards */
    .fast-cards{display:flex;gap:24px;margin-top:20px;}
    .fast-card{
      flex:1;
      padding:26px;
      border-radius:18px;
      color:#fff;
      box-shadow:0 18px 40px rgba(0,0,0,.12);
      transition:all .25s ease;
      cursor:pointer;
      border:0;
      position:relative;
      overflow:hidden;
    }
    .fast-card:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,0));
      pointer-events:none;
    }
    .fast-card h3,.fast-card p{position:relative;z-index:1;}
    .fast-card h3{margin:0 0 10px 0;font-size:22px;line-height:1.25;color:#fff;}
    .fast-card p{margin:0;font-size:15px;color:rgba(255,255,255,.94);line-height:1.6;max-width:38ch;}
    .fast-card:hover,.fast-card:focus-visible{transform:translateY(-6px);box-shadow:0 24px 52px rgba(0,0,0,.18);}
    .fast-card:focus-visible{outline:3px solid rgba(15,31,61,.2);outline-offset:2px;}
    .fast-card.einrichtung{background:linear-gradient(135deg,#0a5c83 0%,#0f7bb5 100%);}
    .fast-card.therapeut{background:linear-gradient(135deg,#2f7d32 0%,#43a047 100%);}
    .fast-card.einrichtung,
    .fast-card.therapeut{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;}
    .fast-card.einrichtung h3,
    .fast-card.therapeut h3{margin:0;}
    .fast-einrichtung-desktop-text,
    .fast-therapeut-desktop-text{display:block;}

    .fast-region-banner{
      margin-top:28px;padding:22px 26px;border-radius:18px;
      background:linear-gradient(135deg,rgba(15,58,99,.04),rgba(15,58,99,.02));
      border:1px solid rgba(15,58,99,.08);
      color:#0f1f3d;font-size:15px;line-height:1.7;
      box-shadow:0 18px 45px rgba(0,0,0,.04);position:relative;
    }
    .fast-region-banner:before{
      content:"";position:absolute;left:0;top:22px;bottom:22px;width:4px;border-radius:4px;
      background:linear-gradient(180deg,#0f3a63,#1b5a92);
    }
    .fast-region-banner p{margin:0 0 0 14px;}
    .fast-region-banner strong{font-weight:700;}


    /* Footer (Impressum/Datenschutz) */
    .fast-footer{
      margin-top:18px;
      display:flex;
      justify-content:center;
      gap:14px;
      padding:14px 0 6px;
      color:#6b7280;
      font-size:13px;
    }
    .fast-footer button{
      border:0;background:transparent;color:#0f3a63;
      font-weight:700;cursor:pointer;padding:6px 8px;border-radius:10px;
    }
    .fast-footer button:hover{background:rgba(15,58,99,.06);}

    /* Responsive */
    @media (max-width: 900px){
      #fast-hero{padding:14px 14px;}
      .fast-container{max-width:100%;}
      .fast-header{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px;margin-bottom:20px;}
      .fast-logo-text{text-align:left;font-size:20px;line-height:1.3;max-width:100%;}
      .fast-header-actions{position:static;right:auto;width:100%;justify-content:flex-start;flex-wrap:wrap;}
      .fast-header-btn{align-self:flex-start;width:auto;}
      .fast-hero-content{flex-direction:column;gap:22px;}
      .fast-text,.fast-image{width:100%;}
      .headline-box{display:block;width:100%;padding:14px 16px;border-radius:14px;box-sizing:border-box;}
      .headline-box h1{font-size:24px;line-height:1.2;}
      .fast-text p{font-size:15px;line-height:1.6;}
      .fast-subline{font-size:16px;line-height:1.4;}
      .fast-image img{width:100%;height:auto;display:block;}
      .fast-image{align-items:stretch;}
      .fast-logo-card{aspect-ratio:16 / 10;border-radius:20px;}
      .fast-logo-card img{border-radius:18px;}
      .fast-logo-cta{width:100%;justify-content:center;}
      .fast-intro-row{flex-direction:column;gap:20px;margin:28px 0 24px 0;}
      .fast-intro-col{font-size:15px;}
      .fast-intro-title{font-size:17px;margin-bottom:10px;}
      .fast-inline-mobile-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;margin-top:14px;padding:16px 18px;border:0;border-radius:16px;background:linear-gradient(135deg,#0a5c83 0%,#0f7bb5 100%);color:#fff;font-size:16px;font-weight:800;line-height:1.3;box-shadow:0 18px 40px rgba(0,0,0,.12);cursor:pointer;text-align:center;}
      .fast-card.therapeut h3{font-size:16px;font-weight:800;line-height:1.3;}
      .fast-einrichtung-desktop-text,.fast-therapeut-desktop-text{display:none;}
      .fast-inline-mobile-cta:hover,.fast-inline-mobile-cta:focus-visible{transform:translateY(-2px);box-shadow:0 22px 46px rgba(0,0,0,.16);}
      .fast-inline-mobile-cta::after{content:" →";font-size:16px;line-height:1;}
      .fast-card.einrichtung{display:none;}
      .fast-cards{flex-direction:column;gap:14px;margin-top:16px;}
      .fast-card{padding:22px 18px;}
      .fast-card h3{font-size:20px;line-height:1.3;}
      .fast-card p{font-size:14px;line-height:1.55;}
      .fast-card:after{margin-top:16px;font-size:13px;}
      .fast-region-banner{margin-top:20px;padding:18px 16px 18px 18px;border-radius:16px;font-size:14px;line-height:1.6;}
      .fast-region-banner p{margin:0 0 0 10px;}
      .fast-footer{flex-wrap:wrap;gap:8px;margin-top:14px;padding-bottom:0;}
      .fast-grid{grid-template-columns:1fr !important;gap:10px;}
      .fast-field input,.fast-field select,.fast-field textarea{font-size:16px;box-sizing:border-box;width:100%;}
      .fast-actions{flex-direction:column;align-items:stretch;}
      .fast-actions .fast-btn{width:100%;}
      .fast-modal-backdrop,.fast-info-backdrop,.fast-legal-backdrop,.fast-team-backdrop{padding:10px;align-items:flex-start;overflow-y:auto;-webkit-overflow-scrolling:touch;}
      .fast-modal,.fast-info-modal,.fast-legal-modal,.fast-team-modal{width:100%;border-radius:16px;max-height:calc(100dvh - 20px);margin:auto 0;}
      .fast-modal-header{padding:14px 14px;}
      .fast-modal-title{font-size:15px;padding-right:8px;}
      .fast-modal-body,.fast-info-body,.fast-legal-body,.fast-team-body{padding:14px;}
      .fast-h{font-size:19px;line-height:1.3;}
      .fast-help{font-size:15px;line-height:1.55;}
      .fast-choice-btn{padding:14px 12px;font-size:15px;}
      .fast-check{align-items:flex-start;}
      .fast-info-hero{height:220px;}
      .fast-info-grid{grid-template-columns:1fr;gap:12px;}
    }

    @media (max-width: 520px){
      #fast-hero{padding:12px 12px;}
      .fast-logo-text{font-size:18px;}
      .headline-box{padding:13px 14px;}
      .headline-box h1{font-size:22px;}
      .fast-text p{font-size:14px;}
      .fast-subline{font-size:15px;}
      .fast-card{padding:18px 16px;border-radius:14px;}
      .fast-region-banner{font-size:13.5px;padding:16px 14px 16px 16px;}
      .fast-footer button{font-size:13px;}
      .fast-modal-header{padding:12px 12px;}
      .fast-modal-body,.fast-info-body,.fast-legal-body,.fast-team-body{padding:12px;}
      .fast-info-hero{height:180px;}
      .fast-btn{padding:12px 14px;font-size:14px;min-height:44px;}
      .fast-modal{max-height:calc(100dvh - 12px);}
      .fast-modal-backdrop{padding:6px;}
    }

    /* ===== Modal / App-Flow ===== */
    .fast-modal-backdrop{
      position:fixed;inset:0;background:rgba(15,31,61,.45);
      display:none;align-items:center;justify-content:center;padding:18px;z-index:99999;
    }
    .fast-modal{
      width:min(720px,100%);background:#fff;border-radius:18px;
      box-shadow:0 30px 90px rgba(0,0,0,.25);overflow:hidden;
      display:flex;flex-direction:column;max-height:calc(100dvh - 36px);
    }
    .fast-modal-header{
      display:flex;align-items:center;justify-content:space-between;padding:16px 18px;
      background:linear-gradient(90deg,rgba(15,58,99,.08),rgba(27,90,146,.04));
      border-bottom:1px solid #e6e9ef;position:relative;
    }
    .fast-modal-header:after{
      content:"";position:absolute;left:0;right:0;bottom:0;height:3px;
      background:linear-gradient(90deg,#0f3a63,#68a63f);opacity:.85;
    }
    .fast-modal-title{font-weight:900;color:#0f1f3d;font-size:16px;}
    .fast-modal-close{
      cursor:pointer;font-size:22px;line-height:1;color:#0f1f3d;
      padding:6px 10px;border-radius:10px;
    }
    .fast-modal-close:hover{background:#e9eef7;}

    #modalEinrichtung .fast-modal-header{
      background:#005b8f;
    }
    #modalEinrichtung .fast-modal-header:after{
      background:#005b8f;
    }
    #modalEinrichtung .fast-modal-title,
    #modalEinrichtung .fast-modal-close{
      color:#ffffff;
    }
    #modalEinrichtung .fast-modal-close:hover{
      background:rgba(255,255,255,.14);
    }

    #modalTherapeut .fast-modal-header{
      background:#43a047;
    }
    #modalTherapeut .fast-modal-header:after{
      background:#43a047;
    }
    #modalTherapeut .fast-modal-title,
    #modalTherapeut .fast-modal-close{
      color:#ffffff;
    }
    #modalTherapeut .fast-modal-close:hover{
      background:rgba(255,255,255,.14);
    }

    .fast-modal-body{padding:18px;flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:0;touch-action:pan-y;overscroll-behavior:contain;}

    .fast-step{display:none;opacity:0;transform:translateY(6px);transition:opacity 200ms ease,transform 200ms ease;}
    .fast-step.active{display:block;opacity:1;transform:translateY(0);}

    .fast-h{margin:0 0 6px 0;color:#0f1f3d;font-size:20px;font-weight:700;}
    .fast-help{font-size:16px;font-weight:500;color:#1f2937;line-height:1.6;margin-top:8px;margin-bottom:14px;}

    .fast-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
    .fast-field{display:flex;flex-direction:column;gap:6px;}
    .fast-field label{font-size:12px;color:#374151;font-weight:600;}
    .fast-field input,.fast-field select,.fast-field textarea{
      border:1px solid #d6dbe6;border-radius:12px;padding:10px 12px;font-size:14px;outline:none;
    }
    .fast-field textarea{min-height:90px;resize:vertical;}

    .fast-actions{display:flex;justify-content:space-between;gap:10px;margin-top:16px;}
    .fast-btn{border:none;border-radius:12px;padding:10px 14px;font-size:14px;cursor:pointer;font-weight:700;}
    .fast-btn.secondary{background:#eef2f7;color:#0f1f3d;}
    .fast-btn.primary{background:#0f3a63;color:#fff;border:1px solid #0f3a63;}
    .fast-btn.primary:hover{background:#1b5a92;border-color:#1b5a92;}
    .fast-btn.secondary:hover{background:#e6ebf3;}

    .fast-note{
      margin-top:12px;padding:10px 12px;background:#f6f8fb;border:1px solid #e6e9ef;border-radius:12px;
      color:#4b5563;font-size:13px;line-height:1.4;
    }
    .fast-required{color:#d32f2f;margin-left:4px;font-weight:700;}

    /* Consent (Checkbox + Links) */
    .fast-consent{
      margin-top:14px;
      padding:10px 12px;
      border:1px solid #e6e9ef;
      background:#fff;
      border-radius:14px;
      display:flex;
      gap:10px;
      align-items:flex-start;
    }
    .fast-consent input{margin-top:2px;transform:scale(1.05);}
    .fast-consent-text{font-size:13px;line-height:1.45;color:#334155;}
    .fast-consent a,.fast-consent button{
      color:#0f3a63;font-weight:800;text-decoration:none;
      background:transparent;border:0;cursor:pointer;padding:0;
    }
    .fast-consent a:hover,.fast-consent button:hover{text-decoration:underline;}

    /* ===== Therapeut choices ===== */
    .fast-choice{display:grid;gap:10px;margin-top:10px;}
    .fast-choice-btn{
      border:1px solid #e6e9ef;background:#fff;color:#0f1f3d;border-radius:14px;
      padding:12px 12px;font-weight:800;cursor:pointer;
      transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;text-align:left;
    }
    .fast-choice-btn:hover{
      transform:translateY(-2px);box-shadow:0 10px 22px rgba(15,58,99,.10);
      border-color:rgba(15,58,99,.35);
    }
    .fast-checklist{display:grid;gap:10px;}
    .fast-check{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e6e9ef;border-radius:14px;background:#fff;}
    .fast-check input{transform:scale(1.05);}

    /* Logo card hover */
    .fast-logo-card{
      width:100%;
      aspect-ratio: 16 / 11;
      cursor:pointer;
      border:2px solid transparent;
      border-radius:24px;
      transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
      overflow:hidden;
      background:#eaf1f8;
      box-shadow:0 22px 58px rgba(0,0,0,.10);
    }
    .fast-logo-card img{
      width:100%;
      height:100%;
      object-fit:cover;
      object-position:center;
      display:block;
      border-radius:22px;
      box-shadow:none;
    }
    .fast-logo-card:hover{
      transform:translateY(-2px);border-color:#005b8f;box-shadow:0 18px 50px rgba(0,0,0,.10);
    }
    .fast-logo-cta{
      margin-top:14px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:12px 18px;
      border-radius:999px;
      background:linear-gradient(135deg,#0a5c83,#0f7bb5);
      color:#fff;
      cursor:pointer;
      transition:all .2s ease;
      font-weight:800;
      font-size:15px;
      box-shadow:0 12px 26px rgba(15,58,99,.18);
      max-width:100%;
      width:100%;
      box-sizing:border-box;
      white-space:normal;
      text-align:center;
    }
    .fast-logo-cta:after{content:"→";font-size:16px;line-height:1;}
    .fast-logo-cta:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,58,99,.24);}

    /* ===== FaSt Info Modal (Logo click) – GROß ===== */
    .fast-info-backdrop{
      position:fixed;inset:0;background:rgba(10,20,30,.45);
      z-index:99998;display:none;align-items:center;justify-content:center;padding:22px;
    }
    .fast-info-backdrop.active{display:flex;}
    .fast-info-modal{
      position:relative;width:min(980px,calc(100vw - 32px));
      background:#fff;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.25);
      overflow:hidden;max-height:calc(100vh - 44px);overflow:auto;
    }
    .fast-info-hero{position:relative;width:100%;height:320px;background:#eef2f7;overflow:hidden;}
    .fast-info-hero img{
      width:100%;height:100%;object-fit:cover;
      object-position:50% 20%;display:block;
    }
    .fast-info-hero:after{
      content:"";position:absolute;inset:0;
      background:linear-gradient(180deg,rgba(15,31,61,.10),rgba(15,31,61,0) 55%,rgba(255,255,255,.60));
      pointer-events:none;
    }
    .fast-info-body{padding:18px 20px 20px;}
    .fast-info-lead{
      margin:0 0 14px 0;color:#1f2937;font-size:16px;line-height:1.65;font-weight:500;max-width:920px;
    }
    .fast-info-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin-top:14px;}
    @media(max-width:900px){
      .fast-info-hero{height:240px;}
      .fast-info-grid{grid-template-columns:1fr;}
    }
    .fast-info-card{
      background:#fff;border:1px solid rgba(15,58,99,.12);border-radius:16px;padding:14px 14px 12px;
      box-shadow:0 14px 35px rgba(0,0,0,.04);position:relative;overflow:hidden;
    }
    .fast-info-card:before{
      content:"";position:absolute;left:0;top:14px;bottom:14px;width:4px;border-radius:4px;
      background:linear-gradient(180deg,#0f3a63,#1b5a92);opacity:.95;
    }
    .fast-info-card h3{margin:0 0 10px 0;padding-left:12px;font-size:16px;font-weight:900;color:#0f1f3d;}
    .fast-info-card ul{margin:0;padding-left:28px;color:#334155;line-height:1.55;font-size:14px;}
    .fast-info-card li{margin:8px 0;}

    /* ===== Team Modal ===== */
    .fast-team-backdrop{
      position:fixed;inset:0;background:rgba(10,20,30,.45);
      z-index:99998;display:none;align-items:center;justify-content:center;padding:22px;
    }
    .fast-team-backdrop.active{display:flex;}
    .fast-team-modal{
      width:min(980px,calc(100vw - 32px));
      background:#fff;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.25);
      overflow:hidden;max-height:calc(100vh - 44px);display:flex;flex-direction:column;
    }
    .fast-team-body{padding:18px 20px 20px;overflow:auto;}
    .fast-team-lead{margin:0 0 16px 0;color:#1f2937;font-size:16px;line-height:1.65;font-weight:500;max-width:920px;}
    .fast-team-list{display:flex;flex-direction:column;gap:14px;}
    .fast-team-card{
      display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center;
      background:#fff;border:1px solid rgba(15,58,99,.12);border-radius:18px;padding:16px;
      box-shadow:0 14px 35px rgba(0,0,0,.04);position:relative;overflow:hidden;
    }
    .fast-team-card:before{
      content:"";position:absolute;left:0;top:16px;bottom:16px;width:4px;border-radius:4px;
      background:linear-gradient(180deg,#0f3a63,#43a047);opacity:.95;
    }
    .fast-team-visual{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden;background:#eef2f7;}
    .fast-team-visual img{width:100%;height:100%;object-fit:contain;display:block;}
    .fast-team-placeholder{
      position:absolute;inset:0;display:none;align-items:center;justify-content:center;text-align:center;
      padding:16px;font-size:15px;font-weight:800;color:#0f3a63;
      background:linear-gradient(135deg,rgba(15,58,99,.08),rgba(67,160,71,.10));
    }
    .fast-team-content h3{margin:0;color:#0f1f3d;font-size:22px;font-weight:900;}
    .fast-team-role{margin-top:4px;color:#0f3a63;font-size:14px;font-weight:800;}
    .fast-team-tags{margin-top:10px;color:#334155;font-size:14px;font-weight:700;line-height:1.5;}
    .fast-team-content p{margin:10px 0 0;color:#334155;font-size:15px;line-height:1.65;}
    @media(max-width:900px){
      .fast-team-card{grid-template-columns:112px 1fr;gap:14px;padding:14px;}
      .fast-team-content h3{font-size:20px;}
    }
    @media(max-width:640px){
      .fast-team-card{grid-template-columns:1fr;}
      .fast-team-visual{max-width:140px;}
      .fast-team-content h3{font-size:19px;}
      .fast-team-tags,.fast-team-content p{font-size:14px;}
    }

    /* ===== Legal Modal (Impressum / Datenschutz) ===== */
    .fast-legal-backdrop{
      position:fixed;inset:0;background:rgba(10,20,30,.45);
      z-index:99997;display:none;align-items:center;justify-content:center;padding:22px;
    }
    .fast-legal-backdrop.active{display:flex;}
    .fast-legal-modal{
      width:min(980px,calc(100vw - 32px));
      background:#fff;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.25);
      overflow:hidden;max-height:calc(100vh - 44px);
      display:flex;flex-direction:column;
    }
    .fast-legal-body{
      padding:18px 20px 20px;
      overflow:auto;
    }
    .fast-legal-body h2{
      margin:10px 0 8px;font-size:18px;font-weight:900;color:#0f1f3d;
    }
    .fast-legal-body p,.fast-legal-body li{
      font-size:14px;line-height:1.65;color:#334155;
    }
    .fast-legal-body ul{margin:8px 0 14px 18px;}
    .fast-legal-body .small{color:#6b7280;font-size:12px;line-height:1.45;}
    .fast-legal-body a{color:#0f3a63;font-weight:800;text-decoration:none;}
    .fast-legal-body a:hover{text-decoration:underline;}
  
