/* ==================== GLOBALE VARIABLEN ==================== */
:root {
  --bp-primary: #0B1D3A;
  --bp-primary-mid: #14305A;
  --bp-accent: #00A896;
  --bp-accent-hover: #00C4B0;
  --bp-accent-glow: rgba(0,168,150,0.12);
  --bp-bg: #F0F4F8;
  --bp-white: #FFFFFF;
  --bp-text: #1A2332;
  --bp-text-mid: #4A5568;
  --bp-text-light: #8896AB;
  --bp-red: #DC2626;
  --bp-amber: #D97706;
  --bp-border: rgba(11,29,58,0.06);
  --bp-radius-sm: 12px;
  --bp-radius-md: 20px;
  --bp-radius-lg: 28px;
  --bp-radius-pill: 50px;
  --bp-shadow-sm: 0 4px 16px rgba(11,29,58,0.05);
  --bp-shadow-md: 0 12px 40px rgba(11,29,58,0.08);
  --bp-shadow-lg: 0 24px 60px rgba(11,29,58,0.1);
  --bp-shadow-glow: 0 12px 35px rgba(0,168,150,0.18);
  --bp-transition: 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  
  /* Header specific */
  --hdr-primary: #0B1D3A;
  --hdr-accent: #006B60;
  --hdr-white: #FFFFFF;
  --hdr-text: #334155;
  --hdr-border: rgba(0,0,0,0.05);
  --hdr-transition: 0.3s ease;

  /* Footer specific */
  --ft-primary:#0B1D3A; 
  --ft-deep:#06101E; 
  --ft-accent:#00A896;
  --ft-white:#FFFFFF; 
  --ft-text:rgba(255,255,255,.6);
  --ft-text-hover:rgba(255,255,255,.9); 
  --ft-muted:rgba(255,255,255,.35);
  --ft-border:rgba(255,255,255,.08); 
  --ft-transition:.35s ease;
}

body {
    margin: 0;
    padding: 0;
}

/* ==================== HEADER ==================== */
.bp-header {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  width: 100%; z-index: 1000; position: relative;
  -webkit-font-smoothing: antialiased;
}
.bp-header *,.bp-header *::before,.bp-header *::after { box-sizing:border-box; }
.bp-header a { text-decoration:none; }
.bp-header.is-scrolled { box-shadow:0 4px 24px rgba(11,29,58,.08); }

.bp-topbar {
  background:var(--hdr-primary); color:var(--hdr-white);
  font-size:.82rem; max-height:90px; overflow:hidden;
  transition:max-height .4s ease,opacity .3s ease;
}
.bp-header.is-scrolled .bp-topbar {
  max-height:0; opacity:0; pointer-events:none;
}
.bp-topbar-inner {
  max-width:1200px; margin:0 auto; padding:9px 24px;
  display:flex; justify-content:space-between;
  align-items:center; flex-wrap:wrap; gap:10px;
}
.bp-topbar a { color:var(--hdr-white); transition:opacity var(--hdr-transition); }
.bp-topbar a:hover { opacity:.8; }
.bp-topbar-left,.bp-topbar-right {
  display:flex; align-items:center; gap:20px; flex-wrap:wrap;
}
.bp-topbar-item { display:flex; align-items:center; gap:6px; }
.bp-topbar-rezept {
  background:rgba(255,255,255,.08); padding:3px 14px; border-radius:50px;
}
.bp-topbar-rezept a { color:#FFB4B4!important; font-weight:700; }

.bp-main-header-bg {
  background:var(--hdr-white);
  border-bottom:1px solid var(--hdr-border);
  transition:border-color var(--hdr-transition);
}
.bp-header.is-scrolled .bp-main-header-bg { border-bottom-color:transparent; }
.bp-main-header {
  max-width:1200px; margin:0 auto; height:72px; padding:0 24px;
  display:flex; justify-content:space-between; align-items:center;
}

.bp-logo {
  display:flex; align-items:center; gap:14px; text-decoration:none!important;
}
.bp-logo-img { width:42px; height:42px; object-fit:contain; flex-shrink:0; }
.bp-logo-text {
  color:var(--hdr-primary); font-size:1.35rem;
  font-weight:800; letter-spacing:-.5px; line-height:1.2;
}
.bp-logo-sub {
  display:block; font-size:.72rem; font-weight:500;
  color:var(--hdr-accent); letter-spacing:.3px; margin-top:1px;
}

.bp-nav { display:flex; align-items:center; gap:6px; }
.bp-nav a {
  color:var(--hdr-text)!important; font-weight:600; font-size:.92rem;
  padding:8px 16px; border-radius:8px; transition:all var(--hdr-transition);
}
.bp-nav a:hover { color:var(--hdr-accent)!important; background:rgba(0,168,150,.06); }

.bp-menu-toggle {
  display:none; background:transparent!important;
  border:none!important; cursor:pointer; padding:10px;
  -webkit-tap-highlight-color:transparent;
}
.bp-hamburger {
  display:block; width:24px; height:2px;
  background:var(--hdr-primary)!important;
  position:relative; transition:background .2s ease;
}
.bp-hamburger::before,.bp-hamburger::after {
  content:''; position:absolute; width:100%; height:100%;
  background:var(--hdr-primary)!important; left:0; transition:transform .3s ease;
}
.bp-hamburger::before { top:-7px; }
.bp-hamburger::after  { top:7px; }
.bp-menu-toggle:hover .bp-hamburger,
.bp-menu-toggle:hover .bp-hamburger::before,
.bp-menu-toggle:hover .bp-hamburger::after { background:var(--hdr-accent)!important; }

@media(max-width:920px){
  .bp-topbar-inner { justify-content:center; padding:8px 16px;}
  .bp-topbar-left { display:none; }
  .bp-topbar-right { gap:10px; justify-content:center; }
  .bp-logo-text { font-size:1.15rem; }
  .bp-logo-sub { display:none; }
  .bp-menu-toggle { display:block; }
  .bp-nav {
    position:absolute; top:100%; left:0; width:100%;
    background:var(--hdr-white); flex-direction:column; gap:0;
    box-shadow:0 16px 30px rgba(11,29,58,.1);
    max-height:0; overflow:hidden; transition:max-height .4s ease;
  }
  .bp-nav.is-open { max-height:400px; }
  .bp-nav a {
    width:100%; text-align:center; padding:18px 0;
    border-radius:0; border-bottom:1px solid var(--hdr-border);
  }
  .bp-nav a:last-child { border-bottom:none; }
  .bp-menu-toggle.is-active .bp-hamburger { background:transparent!important; }
  .bp-menu-toggle.is-active .bp-hamburger::before { transform:translateY(7px) rotate(45deg); }
  .bp-menu-toggle.is-active .bp-hamburger::after  { transform:translateY(-7px) rotate(-45deg); }
}
@media(max-width:400px){
  .bp-topbar-right { gap:6px; font-size:.78rem; }
  .bp-topbar-rezept { padding:3px 10px; }
}

/* ==================== MAIN PAGE ==================== */
.bp-page {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  color: var(--bp-text); line-height: 1.7; font-size: 16px;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
.bp-page *,.bp-page *::before,.bp-page *::after { box-sizing:border-box; }
.bp-page a { color:inherit; text-decoration:none; }
.bp-page img { max-width:100%; height:auto; }

.bp-reveal { opacity:0; transform:translateY(30px); transition:opacity .7s ease,transform .7s ease; }
.bp-reveal.bp-visible { opacity:1; transform:translateY(0); }
.bp-reveal-d1 { transition-delay:.1s; }
.bp-reveal-d2 { transition-delay:.2s; }
@media(prefers-reduced-motion:reduce){ .bp-reveal{opacity:1;transform:none;transition:none;} }

/* HERO */
.bp-hero {
  position:relative;
  background:linear-gradient(160deg,var(--bp-primary) 0%,var(--bp-primary-mid) 50%,#1B4078 100%);
  padding:80px 24px 100px; text-align:center; overflow:hidden;
}
.bp-hero::before {
  content:''; position:absolute; top:-40%; right:-20%;
  width:600px; height:600px;
  background:radial-gradient(circle,rgba(0,168,150,.12) 0%,transparent 70%);
  border-radius:50%; pointer-events:none;
}
.bp-hero::after {
  content:''; position:absolute; bottom:-30%; left:-15%;
  width:500px; height:500px;
  background:radial-gradient(circle,rgba(0,168,150,.08) 0%,transparent 70%);
  border-radius:50%; pointer-events:none;
}
.bp-hero-inner { position:relative; z-index:2; max-width:820px; margin:0 auto; }
.bp-hero-badge {
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(255,255,255,.1); backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.15);
  padding:8px 20px; border-radius:var(--bp-radius-pill);
  font-size:.85rem; font-weight:600; color:rgba(255,255,255,.9);
  margin-bottom:28px; letter-spacing:.3px;
}
.bp-hero h1 {
  color:var(--bp-white); font-size:clamp(2rem,5vw,3.2rem);
  font-weight:800; line-height:1.15; letter-spacing:-1px; margin:0 0 16px;
}
.bp-hero h1 span {
  background:linear-gradient(135deg,var(--bp-accent),var(--bp-accent-hover));
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
}
.bp-hero-sub {
  color:rgba(255,255,255,.7); font-size:clamp(1rem,2.5vw,1.2rem);
  margin:0 auto 36px; max-width:560px; line-height:1.6;
}
.bp-hero-btns { display:flex; justify-content:center; gap:16px; flex-wrap:wrap; margin-top:36px; }
.bp-hero-wave { position:absolute; bottom:-2px; left:0; width:100%; z-index:3; line-height:0; }
.bp-hero-wave svg { width:100%; height:70px; display:block; }
@media(max-width:600px){
  .bp-hero{padding:60px 20px 80px;}
  .bp-hero-btns{flex-direction:column;align-items:center;}
  .bp-hero-wave svg{height:40px;}
}

/* STATUS WIDGET */
.bp-status-wrapper { max-width:420px; margin:0 auto 10px; min-height: 155px; }
#praxis-status-live-container {
  font-family:inherit; text-align:center;
  background:rgba(255,255,255,.1); backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.15);
  padding:24px; border-radius:var(--bp-radius-md);
  min-height:90px; color:var(--bp-white);
}
#praxis-status-live-container:empty::after {
  content:'Status wird geladen…'; color:rgba(255,255,255,.5); font-size:14px;
}
.ps-badge {
  display:inline-flex; align-items:center; padding:6px 16px;
  border-radius:var(--bp-radius-pill); font-weight:700; font-size:13px;
  text-transform:uppercase; letter-spacing:.8px; margin-bottom:12px;
}
.ps-badge.open   { background:rgba(22,163,74,.15); color:#4ADE80; }
.ps-badge.closed { background:rgba(220,38,38,.15); color:#FB7185; }
.ps-dot { height:8px; width:8px; border-radius:50%; margin-right:8px; display:inline-block; flex-shrink:0; }
.ps-dot-green { background:#4ADE80; box-shadow:0 0 0 0 rgba(74,222,128,.6); animation:bp-pulse 2s infinite; }
.ps-dot-red { background:#FB7185; }
@keyframes bp-pulse {
  0%{transform:scale(.9);box-shadow:0 0 0 0 rgba(74,222,128,.6);}
  70%{transform:scale(1);box-shadow:0 0 0 10px rgba(74,222,128,0);}
  100%{transform:scale(.9);box-shadow:0 0 0 0 rgba(74,222,128,0);}
}
@media(prefers-reduced-motion:reduce){.ps-dot-green{animation:none;}}
.ps-main-info { font-weight:700; font-size:1rem; margin-bottom:4px; color:var(--bp-white); }
.ps-sub-info  { font-size:.85rem; color:rgba(255,255,255,.6); margin-bottom:3px; }
.ps-emergency-box {
  background:rgba(220,38,38,.08); border:1px solid rgba(220,38,38,.2);
  border-radius:var(--bp-radius-sm); padding:14px; margin-top:14px; text-align:left;
}
.ps-emergency-title { font-size:11px; font-weight:800; color:#FB7185; text-transform:uppercase; letter-spacing:.5px; margin-bottom:10px; }
.ps-phone-row {
  display:flex; justify-content:space-between; align-items:center;
  font-size:14px; padding:8px 10px;
  border-bottom:1px solid rgba(255,255,255,.06);
  text-decoration:none!important; color:rgba(255,255,255,.8)!important;
  border-radius:8px; transition:background .2s;
}
.ps-phone-row:hover { background:rgba(255,255,255,.06); }
.ps-phone-row:last-child { border-bottom:none; }
.ps-phone-row b { color:var(--bp-white); }
.ps-phone-row .num-red { color:#FB7185; }

/* BUTTONS */
.bp-btn {
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px; padding:16px 32px; border-radius:var(--bp-radius-pill);
  font-weight:700; font-size:1rem; text-decoration:none!important;
  transition:all var(--bp-transition); border:2px solid transparent;
  cursor:pointer; min-width:220px; line-height:1.3;
}
.bp-btn-accent { background:var(--bp-accent); color:var(--bp-white)!important; box-shadow:0 8px 25px rgba(0,168,150,.3); }
.bp-btn-accent:hover { background:var(--bp-accent-hover); transform:translateY(-3px); box-shadow:0 14px 35px rgba(0,168,150,.35); }
.bp-btn-ghost { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.25); color:var(--bp-white)!important; backdrop-filter:blur(8px); }
.bp-btn-ghost:hover { background:rgba(255,255,255,.15); border-color:rgba(255,255,255,.4); transform:translateY(-2px); }
.bp-btn-primary { background:var(--bp-primary); color:var(--bp-white)!important; box-shadow:var(--bp-shadow-md); }
.bp-btn-primary:hover { background:var(--bp-accent); transform:translateY(-3px); box-shadow:var(--bp-shadow-glow); }
.bp-btn-outline { background:var(--bp-white); border-color:var(--bp-primary); color:var(--bp-primary)!important; }
.bp-btn-outline:hover { background:var(--bp-primary); color:var(--bp-white)!important; transform:translateY(-2px); }
.bp-btn-sm { padding:12px 24px; font-size:.9rem; min-width:auto; }
.bp-btn-row { display:flex; flex-direction:column; gap:12px; margin-top:20px; }
 
@media(max-width:600px){ 
  .bp-btn {
    width:100%; max-width:100%; min-width:auto;
    padding:12px 16px; font-size:0.92rem;
    line-height:1.2; flex-wrap: wrap; text-align: center;
  }
  .bp-btn-sm { padding: 10px 14px; font-size: 0.88rem; }
}

/* SECTIONS */
.bp-section { padding:100px 24px; position:relative; scroll-margin-top:80px; }
.bp-container { max-width:1120px; margin:0 auto; }
.bp-section-muted { background:var(--bp-bg); }
.bp-section-label {
  display:inline-flex; align-items:center; gap:8px;
  font-size:.8rem; font-weight:700; text-transform:uppercase;
  letter-spacing:1.5px; color:var(--bp-accent); margin-bottom:14px;
}
.bp-section-label::before { content:''; display:block; width:24px; height:2px; background:var(--bp-accent); border-radius:2px; }
.bp-section-title {
  font-size:clamp(1.8rem,4vw,2.6rem); font-weight:800;
  color:var(--bp-primary); margin:0 0 12px; letter-spacing:-.5px; line-height:1.2;
}
.bp-section-title--center { text-align:center; }
.bp-section-desc { color:var(--bp-text-mid); font-size:1.1rem; max-width:600px; margin:0 0 50px; line-height:1.6; }
.bp-section-desc--center { text-align:center; margin-left:auto; margin-right:auto; }

/* ABOUT */
.bp-about-card {
  display:flex; align-items:flex-start; gap:48px;
  background:var(--bp-white); padding:48px;
  border-radius:var(--bp-radius-lg); box-shadow:var(--bp-shadow-md);
  border:1px solid var(--bp-border);
}
.bp-about-photo-wrap { flex-shrink:0; position:relative; }
.bp-about-photo-wrap::after {
  content:''; position:absolute; bottom:-8px; right:-8px;
  width:100%; height:100%; border:3px solid var(--bp-accent);
  border-radius:50%; opacity:.3;
}
.bp-about-photo {
  width:160px; height:160px; border-radius:50%; object-fit:cover;
  border:4px solid var(--bp-white); box-shadow:var(--bp-shadow-md);
  position:relative; z-index:1;
}
.bp-about-text p { margin:0 0 16px; color:var(--bp-text-mid); font-size:1.02rem; }
.bp-about-text strong { color:var(--bp-text); }
.bp-credential-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.bp-credential {
  display:inline-flex; align-items:center; gap:6px;
  padding:8px 16px; background:var(--bp-bg); border-radius:var(--bp-radius-pill);
  font-size:.82rem; font-weight:600; color:var(--bp-primary); border:1px solid var(--bp-border);
}
@media(max-width:768px){
  .bp-about-card{flex-direction:column;align-items:center;text-align:center;padding:36px 24px;gap:28px;}
  .bp-about-photo{width:130px;height:130px;}
  .bp-credential-row{justify-content:center;}
}

/* GRID & CARDS */
.bp-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:28px; }
@media(max-width:820px){ .bp-grid{grid-template-columns:1fr;} }

.bp-card {
  background:var(--bp-white); padding:40px 32px;
  border-radius:var(--bp-radius-md); box-shadow:var(--bp-shadow-sm);
  border:1px solid var(--bp-border); transition:all var(--bp-transition);
  position:relative; overflow:hidden;
}
.bp-card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:4px;
  background:linear-gradient(90deg,var(--bp-accent),var(--bp-accent-hover));
  opacity:0; transition:opacity var(--bp-transition);
}
.bp-card:hover { transform:translateY(-6px); box-shadow:var(--bp-shadow-lg); }
.bp-card:hover::before { opacity:1; }
.bp-card p { margin:0 0 16px; color:var(--bp-text-mid); font-size:.95rem; line-height:1.7; }
.bp-card--highlight {
  background:linear-gradient(145deg,var(--bp-primary) 0%,var(--bp-primary-mid) 100%);
  color:rgba(255,255,255,.9); border-color:transparent;
}
.bp-card--highlight::before { opacity:1; }
.bp-card--highlight:hover { box-shadow:0 24px 60px rgba(11,29,58,.3); }
.bp-card--highlight .bp-card-title { color:var(--bp-white); }
.bp-card--highlight .bp-check-list li::before { color:var(--bp-accent-hover); background:rgba(0,168,150,.15); }
.bp-card-icon {
  width:52px; height:52px; display:flex; align-items:center; justify-content:center;
  background:var(--bp-accent-glow); border-radius:14px; font-size:1.5rem; margin-bottom:20px;
}
.bp-card--highlight .bp-card-icon { background:rgba(255,255,255,.1); }
.bp-card-title { color:var(--bp-primary); font-size:1.25rem; font-weight:700; margin:0 0 16px; line-height:1.3; }

.bp-check-list { list-style:none; padding:0; margin:0; }
.bp-check-list li {
  position:relative; padding-left:32px; margin-bottom:14px;
  font-weight:500; font-size:.95rem; line-height:1.5;
}
.bp-check-list li::before {
  content:"✓"; position:absolute; left:0; top:1px;
  color:var(--bp-accent); background:var(--bp-accent-glow);
  width:22px; height:22px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:.7rem; font-weight:900;
}

.bp-list-simple { padding-left:20px; margin:0 0 20px; }
.bp-list-simple li { margin-bottom:14px; line-height:1.6; font-size:.95rem; color:var(--bp-text-mid); }
.bp-list-simple li strong { color:var(--bp-text); }

.bp-info-box {
  background:rgba(0,168,150,.04); border-left:4px solid var(--bp-accent);
  padding:24px; border-radius:0 var(--bp-radius-sm) var(--bp-radius-sm) 0; margin:24px 0;
}
.bp-info-box h4 { margin:0 0 12px; color:var(--bp-primary); font-size:1rem; }
.bp-info-box--amber { background:rgba(217,119,6,.05); border-left-color:var(--bp-amber); }
.bp-info-box--amber h4 { color:var(--bp-amber); }

.bp-alert-box {
  background:#FEF2F2; border-left:4px solid var(--bp-red);
  padding:24px; border-radius:0 var(--bp-radius-sm) var(--bp-radius-sm) 0; margin-top:28px;
}
.bp-alert-box h4 { margin:0 0 10px; color:var(--bp-red); font-size:1rem; }
.bp-alert-box p { margin:8px 0; font-size:.95rem; }
.bp-alert-box a { color:inherit; font-weight:700; text-decoration:underline; text-underline-offset:3px; }
.bp-small-note { font-size:.85rem; color:var(--bp-text-light); margin:16px 0; line-height:1.5; }

/* HOURS TABLE */
.bp-hours-table { width:100%; border-collapse:collapse; margin:16px 0; }
.bp-hours-table tr { transition:background .2s; }
.bp-hours-table tr:hover { background:var(--bp-bg); }
.bp-hours-table td { padding:14px 12px; border-bottom:1px solid rgba(11,29,58,.04); font-size:.95rem; }
.bp-hours-table tr:last-child td { border-bottom:none; }
.bp-day-name { font-weight:700; color:var(--bp-primary); width:38%; }
.bp-hours-table td:last-child { color:var(--bp-text-mid); }
.bp-hours-note {
  background:linear-gradient(135deg,var(--bp-primary) 0%,var(--bp-primary-mid) 100%);
  padding:20px; border-radius:var(--bp-radius-sm); text-align:center; margin-top:24px;
}
.bp-hours-note p { margin:0; font-size:.9rem; color:rgba(255,255,255,.9); font-weight:600; line-height:1.5; }

/* VACATION GRID */
.bp-vacation-grid {
  display:grid; grid-template-columns:1fr 1fr; gap:6px;
  list-style:none; padding:0; margin:0 0 20px;
}
.bp-vacation-grid li {
  font-size:.88rem; padding:9px 12px; line-height:1.3;
  background:rgba(11,29,58,.03); border-radius:8px;
  color:var(--bp-text-mid); border-left:3px solid var(--bp-accent);
}
@media(max-width:420px){ .bp-vacation-grid{grid-template-columns:1fr;} }

/* CONTACT */
.bp-contact-card {
  background:var(--bp-white); padding:44px 36px;
  border-radius:var(--bp-radius-md); box-shadow:var(--bp-shadow-sm);
  border:1px solid var(--bp-border);
}
.bp-address-block { font-size:1.05rem; line-height:1.8; margin-bottom:24px; color:var(--bp-text-mid); }
.bp-address-block strong { display:block; font-size:1.15rem; color:var(--bp-primary); margin-bottom:4px; }
.bp-fax-line { margin-top:16px; font-size:.9rem; color:var(--bp-text-light); }
.bp-divider { border:none; border-top:1px solid rgba(11,29,58,.06); margin:28px 0; }

/* COLLAGE */
.bp-collage {
  display:grid; grid-template-columns:1fr 1fr; gap:8px;
  border-radius:var(--bp-radius-md); overflow:hidden;
  box-shadow:var(--bp-shadow-md); 
}
.bp-collage img { 
  width:100%; 
  height:100%;
  display:block; 
  transition:transform .5s ease; 
  object-fit: cover;
}
.bp-collage img:hover { transform:scale(1.05); }
@media(min-width: 769px) {
  .bp-collage { min-height: 440px; } 
}
@media(max-width: 768px) {
  .bp-collage img { aspect-ratio: 4/3; height: auto; } 
}

/* ANFAHRT: MAP + SKETCH + ROUTES */
.bp-map-wrap {
  border-radius:var(--bp-radius-md); overflow:hidden;
  box-shadow:var(--bp-shadow-md); min-height:350px;
}
.bp-map-wrap iframe { width:100%; height:100%; border:0; display:block; min-height:350px; }

.bp-sketch-wrap {
  border-radius:var(--bp-radius-md); overflow:hidden;
  box-shadow:var(--bp-shadow-md); background:var(--bp-white);
  border:1px solid var(--bp-border);
  display:flex; align-items:center; justify-content:center;
  padding:24px; min-height:350px;
}
.bp-sketch-wrap img { width:100%; height:auto; object-fit:contain; }

.bp-directions-row {
  display:grid; grid-template-columns:1fr 1fr;
  gap:16px; margin-top:24px;
}
 
.bp-route {
  padding:24px; 
  background:var(--bp-white); 
  border-radius:var(--bp-radius-sm);
  border:1px solid var(--bp-border);
  border-left:4px solid var(--bp-accent);
  box-shadow:var(--bp-shadow-sm);
  transition: var(--bp-transition);
}
.bp-route:hover {
  transform: translateX(5px);
  box-shadow: var(--bp-shadow-md);
  background: var(--bp-bg);
}
.bp-route h4 { 
  margin:0 0 12px; font-size:1.05rem; font-weight:700; color:var(--bp-primary);
  display: flex; align-items: center; gap: 8px;
}
.bp-route p { margin:0; font-size:.95rem; color:var(--bp-text-mid); line-height:1.6; }
.bp-route strong {
  color: var(--bp-primary);
  background: var(--bp-accent-glow);
  padding: 0 4px; border-radius: 4px;
}
.bp-parking-hint {
  display:flex; align-items:center; gap:10px;
  padding:16px 20px; background:var(--bp-accent-glow);
  border-radius:var(--bp-radius-sm);
  font-size:.9rem; font-weight:600; color:var(--bp-primary);
}
@media(max-width:820px){ .bp-directions-row{grid-template-columns:1fr;} }

/* RESPONSIVE */
@media(max-width:768px){
  .bp-section{padding:70px 20px;}
  .bp-card{padding:32px 24px;}
  .bp-contact-card{padding:32px 24px;}
  .bp-grid{gap:20px;}
}

/* ==================== FOOTER ==================== */
.bp-footer {
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  background:linear-gradient(180deg,var(--ft-primary) 0%,var(--ft-deep) 100%);
  color:var(--ft-text); border-top:3px solid var(--ft-accent);
  -webkit-font-smoothing:antialiased;
}
.bp-footer *,.bp-footer *::before,.bp-footer *::after{box-sizing:border-box;}
.bp-footer a{text-decoration:none;}
.bp-footer-inner{max-width:860px;margin:0 auto;padding:50px 24px 40px;text-align:center;}
.bp-footer-divider{width:50px;height:1px;background:var(--ft-border);margin:28px auto;}

.bp-footer-top{margin-bottom:36px;}
.bp-footer-top a{
  display:inline-flex;align-items:center;gap:6px;
  padding:10px 24px;border-radius:50px;font-size:.85rem;font-weight:600;
  color:var(--ft-text)!important;border:1px solid var(--ft-border);
  transition:all var(--ft-transition);cursor:pointer;
}
.bp-footer-top a:hover{color:var(--ft-white)!important;border-color:var(--ft-accent);background:rgba(0,168,150,.1);}
.bp-footer-top a svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;}

a.bp-review-box{
  display:block;max-width:300px;margin:0 auto;padding:28px 24px;
  background:var(--ft-white);border-radius:16px;text-decoration:none!important;
  text-align:center;box-shadow:0 8px 30px rgba(0,0,0,.25);
  transition:transform .3s ease,box-shadow .3s ease;border:none!important;
}
a.bp-review-box:hover{transform:translateY(-5px);box-shadow:0 16px 45px rgba(0,0,0,.3);}
a.bp-review-box:focus-visible{outline:2px solid #4285F4;outline-offset:4px;}
a.bp-review-box .rv-title{display:block;color:#1A2332!important;font-weight:700;font-size:1.05rem;line-height:1.4;margin-bottom:10px;}
a.bp-review-box .rv-stars{color:#FBBC05;font-size:1.6rem;letter-spacing:3px;margin-bottom:8px;}
a.bp-review-box .rv-text{color:#64748B!important;font-size:.82rem;margin:0 0 16px!important;padding:0!important;line-height:1.5;}
a.bp-review-box .rv-badge{
  display:inline-flex;align-items:center;gap:8px;color:#0b57d0!important;
  font-weight:700;font-size:.72rem;letter-spacing:.8px;text-transform:uppercase;
  padding:8px 16px;background:#F0F4FF;border-radius:50px;
}

.bp-footer-info p{margin:0;font-size:.9rem;line-height:1.8;}
.bp-footer-info strong{color:var(--ft-white);font-size:1rem;display:block;margin-bottom:4px;}
.bp-footer-phone{
  display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:10px 24px;
  background:rgba(0,168,150,.1);border:1px solid rgba(0,168,150,.2);border-radius:50px;
  color:var(--ft-accent)!important;font-weight:700;font-size:.95rem;transition:all var(--ft-transition);
}
.bp-footer-phone:hover{background:var(--ft-accent);color:var(--ft-white)!important;border-color:var(--ft-accent);}

.bp-footer-legal{display:flex;justify-content:center;flex-wrap:wrap;gap:6px 10px;margin-bottom:20px;}
.bp-footer-legal a{color:var(--ft-text)!important;font-size:.82rem;font-weight:500;padding:6px 12px;border-radius:8px;transition:all var(--ft-transition);}
.bp-footer-legal a:hover{color:var(--ft-text-hover)!important;background:rgba(255,255,255,.05);}
.bp-footer-copy{margin:0;font-size:.78rem;color:var(--ft-muted);letter-spacing:.2px;}

@media(max-width:768px){
  .bp-footer-inner{padding:40px 20px 32px;}
  .bp-footer-legal{gap:4px 6px;}
  .bp-footer-legal a{font-size:.78rem;padding:6px 10px;}
}


/* ==================== ACCESSIBILITY / BARRIEREFREIHEIT ==================== */
/* Entfernt den Standard-Rahmen für Mausnutzer, zeigt ihn aber bei Tastaturnutzung */
*:focus:not(:focus-visible) {
  outline: none;
}

*:focus-visible {
  outline: 3px solid var(--bp-accent);
  outline-offset: 4px;
  border-radius: 4px;
}

/* Perfekt abgerundete Rahmen für unsere Pill-Buttons und runden Links */
.bp-btn:focus-visible, 
.bp-footer-top a:focus-visible, 
.bp-footer-phone:focus-visible,
.ps-phone-row:focus-visible {
  border-radius: var(--bp-radius-pill);
}

.bp-nav a:focus-visible {
  border-radius: 8px;
}