:root{
  --blue:#004876;
  --blue-2:#1391cc;
  --dark:#0d2c49;
  --deep:#111531;
  --card:#173f78;
  --card-top:#12152d;
  --grey:#b5c1cf;
  --light:#f5f5f3;
  --orange:#fe8f00;
  --yellow:#ffc400;
  --text:#0d1b2a;
  --white:#fff;
  --shadow:0 24px 70px rgba(0,0,0,.28);
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{
  margin:0;
  font-family:"Open Sans", Arial, sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.narrow{width:min(calc(100% - 40px),820px)}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.96);
  box-shadow:0 2px 14px rgba(0,0,0,.06);
  backdrop-filter:saturate(1.2) blur(8px);
}
.header-inner{
  width:min(calc(100% - 40px),var(--max));
  margin:auto;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand img{height:34px;width:auto}
.site-nav{display:flex;align-items:center;gap:28px;font-family:"Source Sans 3",Arial,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#1d2e3f}
.site-nav a{position:relative;padding:19px 0 17px;white-space:nowrap}
.site-nav a:after{content:"";position:absolute;left:0;right:0;bottom:11px;height:2px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:.22s ease}
.site-nav a:hover:after,.site-nav a:focus-visible:after{transform:scaleX(1)}
.nav-toggle{display:none;background:transparent;border:0;color:var(--blue);padding:8px;align-items:center;gap:8px;font-weight:700;text-transform:uppercase;font-size:.75rem}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--blue);margin:5px 0;border-radius:99px}
.nav-toggle em{font-style:normal}

.hero{
  min-height:326px;
  background-image:var(--hero-image), radial-gradient(circle at center, rgba(255,255,255,.7), transparent 40%), linear-gradient(120deg,#f5f9fc 0%,#f9fbff 50%,#dbe8f2 100%);
  background-size:cover;
  background-position:center;
  display:grid;
  place-items:center;
  position:relative;
  overflow:hidden;
}
.hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:rgba(0,0,0,.05)}
.hero-fallback-title{
  font-family:"Source Sans 3",Arial,sans-serif;
  color:var(--blue);
  font-size:clamp(2rem,4.6vw,4.7rem);
  font-weight:900;
  line-height:1.05;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.055em;
  visibility:hidden;
}

.intro-section{background:var(--dark);color:#fff;padding:48px 0 58px}
.intro-grid{display:grid;grid-template-columns:minmax(300px,520px) 1fr;gap:56px;align-items:center}
.intro-image{margin:0;box-shadow:0 20px 45px rgba(0,0,0,.18)}
.intro-image img{aspect-ratio:1/1;object-fit:cover;width:100%}
.intro-copy{font-size:1rem;color:#f3f8fc;max-width:560px}
.intro-copy p{margin:0 0 20px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:10px 24px;
  border-radius:0;
  background:var(--blue-2);
  color:#fff;
  font-family:"Source Sans 3",Arial,sans-serif;
  font-weight:800;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.06em;
  border:0;
  cursor:pointer;
  transition:filter .18s ease,transform .18s ease,background .18s ease;
}
.btn:hover,.btn:focus-visible{filter:brightness(1.08);transform:translateY(-1px)}
.btn-video{display:inline-flex;align-items:center;gap:10px}
.btn-video-icon{display:inline-grid;place-items:center;width:20px;height:20px;border:2px solid currentColor;border-radius:50%;font-size:10px;line-height:1;padding-left:1px}
.btn-muted{background:#4f6070}
.btn-small{min-height:34px;padding:7px 15px;font-size:.76rem}

.stats-band{background:var(--grey);color:#fff;padding:28px 0 30px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:center}
.stat-item strong{font-family:"Source Sans 3",Arial,sans-serif;display:block;font-size:2.15rem;line-height:1;font-weight:400;letter-spacing:.02em;text-shadow:0 1px 0 rgba(0,0,0,.05)}
.stat-item span{display:block;margin-top:8px;font-size:.86rem;color:#fff;opacity:.96}

.annual-section{padding:62px 0 72px;background:#fff;text-align:center}
.annual-section h1,.section-title h2,.social-section h2{
  font-family:"Source Sans 3",Arial,sans-serif;
  color:#111;
  font-size:1.28rem;
  font-weight:800;
  letter-spacing:.055em;
  line-height:1.25;
  text-transform:uppercase;
  margin:0 0 26px;
}
.annual-section p{font-size:.98rem;margin:0 auto 17px;max-width:780px}
.download-card{margin-top:34px;display:grid;justify-items:center;gap:7px}
.pdf-icon{width:38px;height:38px;border:2px solid var(--blue);color:var(--blue);display:grid;place-items:center;font-size:1rem;font-weight:800}
.download-card h2{font-family:"Source Sans 3",Arial,sans-serif;font-size:.96rem;color:var(--blue);margin:0;text-transform:uppercase;letter-spacing:.05em}
.download-card p{font-size:.86rem;margin:0 0 8px;color:#465465}

.podcast-section{
  position:relative;
  isolation:isolate;
  color:#fff;
  background:var(--deep);
  padding:58px 0 70px;
  overflow:hidden;
}
.podcast-section:before{
  content:"";
  position:absolute;inset:0;
  z-index:-2;
  background-image:linear-gradient(180deg,rgba(17,21,49,.78),rgba(17,21,49,.76)),var(--podcast-bg);
  background-size:cover;
  background-position:center top;
  background-attachment:fixed;
}
.podcast-section:after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(9,10,27,.86) 0%,rgba(10,12,33,.62) 16%,rgba(9,10,26,.62) 83%,rgba(9,10,27,.88) 100%);
}
.podcast-intro{display:grid;grid-template-columns:230px 1fr;gap:36px;align-items:start;margin-bottom:40px}
.podcast-logo{width:220px;margin-top:4px}
.podcast-intro h2{font-family:"Source Sans 3",Arial,sans-serif;font-size:1.4rem;line-height:1.15;margin:0 0 14px;color:#fff}
.podcast-intro p{margin:0;max-width:850px;color:#fff;font-size:.98rem}
.episode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:90px 64px;padding-top:54px}
.episode-card{position:relative;align-self:start;filter:drop-shadow(0 28px 34px rgba(0,0,0,.25))}
.episode-card:nth-child(odd){transform:translateY(6px)}
.episode-card:nth-child(even){transform:translateY(48px)}
.episode-photo-wrap{height:128px;position:relative;overflow:visible;z-index:3;pointer-events:none}
.episode-photo-wrap img{position:absolute;right:28px;bottom:-1px;height:210px;width:auto;max-width:72%;object-fit:contain;object-position:bottom right;filter:drop-shadow(0 18px 18px rgba(0,0,0,.35))}
.episode-card:nth-child(odd) .episode-photo-wrap img{right:42px}
.episode-top{background:rgba(16,18,42,.98);padding:30px 32px 24px;min-height:118px;border-top:1px solid rgba(255,255,255,.06)}
.episode-top p{margin:0;font-size:.97rem;line-height:1.45;color:#fff;font-weight:600}
.episode-body{background:linear-gradient(180deg,#173f78,#143b72);padding:30px 32px 31px;min-height:350px}
.episode-kicker{font-family:"Source Sans 3",Arial,sans-serif;color:var(--yellow);font-weight:900;margin:0 0 2px!important;text-transform:none;font-size:1.03rem}
.episode-body h3{font-family:"Source Sans 3",Arial,sans-serif;color:var(--yellow);font-weight:900;margin:0 0 14px;font-size:1.18rem;line-height:1.18}
.episode-body p{font-size:.94rem;line-height:1.58;margin:0 0 20px;color:#fff}
audio{width:100%;height:34px;filter:grayscale(1) brightness(.85);accent-color:var(--blue)}
.podcast-outro{display:grid;grid-template-columns:220px 1fr;gap:36px;align-items:center;margin-top:116px;color:#fff}
.podcast-outro img{width:220px;border-radius:0;box-shadow:var(--shadow)}
.podcast-outro h2{font-family:"Source Sans 3",Arial,sans-serif;font-size:1.25rem;color:var(--yellow);margin:0 0 10px}
.podcast-outro p{margin:0;max-width:780px}

.contact-section{background:#f2f2f0;padding:66px 0 48px;text-align:center}
.section-title p{margin:0 0 36px;color:#333}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px 24px}
.service-item{padding:0 10px;color:#151515}
.service-icon{margin:0 auto 13px;width:46px;height:46px;border-radius:999px;background:var(--orange);color:#fff;display:grid;place-items:center;font-weight:800;font-size:1.2rem;font-family:"Source Sans 3",Arial,sans-serif}
.service-item h3{font-family:"Source Sans 3",Arial,sans-serif;font-size:.89rem;line-height:1.18;min-height:34px;text-transform:uppercase;margin:0 0 10px;font-weight:900;color:#222;letter-spacing:.025em}
.service-item p{font-size:.82rem;line-height:1.42;margin:0;color:#333}

.social-section{background:#fff;padding:48px 0;text-align:center}
.social-section h2{font-size:1rem;margin-bottom:24px}
.social-row{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}
.social-icon{width:28px;height:28px;display:grid;place-items:center;color:#fff;font-size:.62rem;font-weight:800;text-transform:uppercase;border-radius:3px;font-family:"Source Sans 3",Arial,sans-serif}
.social-icon:nth-child(1){background:#2a6dad}.social-icon:nth-child(2){background:#d8438b}.social-icon:nth-child(3){background:#e74234}.social-icon:nth-child(4){background:#ff9d00}.social-icon:nth-child(5){background:#2a71a8}.social-icon:nth-child(6){background:#006567}.social-icon:nth-child(7){background:#2aa44f}.social-icon:nth-child(8){background:#7aa43a}

.site-footer{background:#0f5597;color:#fff;padding:48px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1.1fr;gap:58px}
.site-footer h3{font-family:"Source Sans 3",Arial,sans-serif;margin:0 0 16px;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em;color:#fff}
.site-footer p,.site-footer li{font-size:.82rem;line-height:1.55;margin:0;color:rgba(255,255,255,.92)}
.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:6px}
.site-footer a{text-decoration:underline;text-underline-offset:3px}
.copyright{text-align:center;margin:34px 0 0!important;font-size:.76rem!important;color:rgba(255,255,255,.82)!important}

.video-modal[hidden],.cookie-banner[hidden]{display:none}
.video-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px}
.video-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78)}
.video-dialog{position:relative;width:min(980px,100%);background:#000;box-shadow:var(--shadow)}
.video-frame-wrap{position:relative;width:100%;aspect-ratio:16/9;background:#000}
.video-frame-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000}
.video-close{position:absolute;right:8px;top:-52px;z-index:2;border:0;background:transparent;color:#fff;font-size:34px;line-height:1;width:42px;height:42px;cursor:pointer}
.video-close:hover,.video-close:focus-visible{transform:scale(1.08)}
.cookie-banner{position:fixed;z-index:110;inset:auto 18px 18px auto;width:min(520px,calc(100% - 36px))}
.cookie-card{background:#fff;color:#14283d;padding:20px;box-shadow:0 12px 50px rgba(0,0,0,.25);border-top:4px solid var(--orange)}
.cookie-card p{margin:0 0 14px;font-size:.86rem;line-height:1.45}
.cookie-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.cookie-link{font-size:.8rem;text-decoration:underline;color:var(--blue)}

@media (max-width: 960px){
  .hero{min-height:250px}
  .intro-grid{grid-template-columns:1fr;gap:32px;max-width:650px}
  .intro-copy{max-width:none}
  .podcast-intro{grid-template-columns:1fr;gap:20px}
  .episode-grid{gap:72px 34px}
  .episode-top,.episode-body{padding-inline:24px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 720px){
  .container,.narrow,.header-inner{width:min(calc(100% - 28px),var(--max))}
  .site-header{position:sticky}
  .header-inner{min-height:56px}
  .nav-toggle{display:block;position:relative;z-index:2}
  .nav-toggle em{display:none}
  .site-nav{position:fixed;left:0;right:0;top:56px;background:#fff;display:grid;gap:0;padding:8px 20px 14px;border-top:1px solid #e8eef4;box-shadow:0 18px 30px rgba(0,0,0,.12);transform:translateY(-125%);transition:.25s ease;z-index:1}
  .site-nav.is-open{transform:translateY(0)}
  .site-nav a{padding:12px 0;border-bottom:1px solid #eef2f6}
  .hero{min-height:180px;background-size:cover;background-position:center}
  .intro-section{padding:0 0 38px}
  .intro-grid{width:100%;gap:0}
  .intro-image{box-shadow:none;width:100%}
  .intro-copy{padding:28px 22px 0;font-size:.95rem}
  .stats-grid{grid-template-columns:repeat(4,1fr);gap:6px;width:100%}
  .stat-item strong{font-size:1.25rem}
  .stat-item span{font-size:.64rem;line-height:1.25}
  .annual-section{padding:44px 0 54px}
  .annual-section h1{font-size:1rem}
  .annual-section p{font-size:.9rem}
  .podcast-section{padding:42px 0 56px}
  .podcast-section:before{background-attachment:scroll}
  .podcast-intro{margin-bottom:22px}
  .podcast-logo{width:180px}
  .episode-grid{grid-template-columns:1fr;gap:62px;padding-top:30px}
  .episode-card,.episode-card:nth-child(odd),.episode-card:nth-child(even){transform:none}
  .episode-photo-wrap{height:110px}
  .episode-photo-wrap img{height:178px;right:18px;max-width:82%}
  .episode-top{min-height:0;padding:24px 22px 18px}
  .episode-top p{font-size:.92rem}
  .episode-body{min-height:0;padding:23px 22px 26px}
  .episode-body h3{font-size:1.06rem}
  .episode-body p{font-size:.88rem}
  .podcast-outro{grid-template-columns:1fr;margin-top:62px;text-align:left}
  .podcast-outro img{width:180px}
  .service-grid{grid-template-columns:1fr;gap:28px;max-width:440px}
  .service-item h3{min-height:0}
  .cookie-banner{inset:auto 10px 10px 10px;width:auto}
}
@media (max-width: 420px){
  body{font-size:15px}
  .brand img{height:28px}
  .hero{min-height:158px}
  .stats-band{padding:20px 0}
  .stat-item strong{font-size:1rem}
  .stat-item span{font-size:.56rem}
}

/* Textkorrektur 2026-06-30: näher am Original */
body{
  font-size:15px;
}
.intro-copy p,
.podcast-intro p,
.episode-top p,
.episode-body p:not(.episode-kicker),
.podcast-outro p{
  font-weight:400;
  font-size:18px;
  line-height:28px;
}
.annual-section p,
.download-card p,
.section-title p,
.service-item p,
.site-footer p,
.site-footer li,
.cookie-card p{
  font-size:15px;
}

/* Design-Optimierung aus den gelieferten CSS-Dateien */
:root{
  --primary_color:#114488;
  --primary_color_rgb:17,68,136;
  --secondary_color:#449edd;
  --secondary_color_rgb:68,158,221;
  --headings_color:#222222;
  --text_color:#363636;
  --bg_color:#ffffff;
  --link_color:#114488;
  --link_hover_color:#082244;
  --header_bg_color:#ffffff;
  --footer_bg_color:#114488;
  --footer_text_color:#dddddd;

  --blue:#114488;
  --blue-2:#449edd;
  --dark:#092244;
  --deep:#111531;
  --card:#114488;
  --card-top:#111531;
  --grey:#b5c1cf;
  --light:#f5f6f7;
  --yellow:#ffc107;
  --text:#363636;
  --shadow:0 24px 70px rgba(0,0,0,.28);
}

html{font-size:16px}
body{
  font-family:"Open Sans", Arial, sans-serif;
  color:var(--text_color);
  background:var(--bg_color);
  font-size:15px;
  line-height:1.65;
}
h1,h2,h3,h4,h5,h6,.site-nav,.btn,.stat-item strong{
  font-family:"Source Sans 3","Open Sans",Arial,sans-serif;
}

.site-header{
  background:var(--header_bg_color);
  box-shadow:0 1px 0 rgba(0,0,0,.08);
  backdrop-filter:none;
}
.header-inner{min-height:76px}
.brand img{height:42px}
.site-nav{
  gap:36px;
  font-size:15px;
  font-weight:400;
  letter-spacing:0;
  color:#2c2c2c;
}
.site-nav a{padding:28px 0 24px}
.site-nav a:after{
  bottom:0;
  height:4px;
  background:var(--secondary_color);
}
.site-nav a:hover,
.site-nav a:focus-visible{color:var(--menu_text_active_color, var(--primary_color))}

.hero{min-height:292px}

.intro-section{
  background:var(--dark);
  padding:50px 0 58px;
}
.intro-copy,
.intro-copy p{
  font-weight:400;
  font-size:18px;
  line-height:28px;
  color:rgba(255,255,255,.92);
}
.intro-copy p{margin-bottom:22px}

.btn{
  min-height:0;
  padding:.5rem 1.25rem;
  border-radius:.375rem;
  background:var(--primary_color);
  color:#fff;
  font-weight:400;
  font-size:.875rem;
  line-height:2;
  text-transform:none;
  letter-spacing:0;
  box-shadow:none!important;
}
.btn:hover,
.btn:focus-visible{
  background:#0d3366;
  color:#fff;
  filter:none;
  transform:translateY(-1px);
}
.btn-video{
  gap:9px;
  background:var(--secondary_color);
  font-weight:600;
}
.btn-video:hover,
.btn-video:focus-visible{background:#278dd4}
.btn-video-icon{
  width:22px;
  height:22px;
  border:0;
  background:rgba(255,255,255,.2);
  border-radius:50%;
  font-size:10px;
  padding-left:2px;
}
.btn-small{font-size:.8125rem;padding:.4375rem 1.125rem;border-radius:.25rem;line-height:1.8}

.stats-band{background:var(--grey)}
.stat-item strong{
  font-weight:400;
  font-size:2.38rem;
  letter-spacing:0;
}
.stat-item span{font-size:.9rem}

.annual-section p,
.download-card p,
.section-title p,
.service-item p,
.site-footer p,
.site-footer li,
.cookie-card p{
  font-size:15px;
  line-height:1.65;
}
.annual-section h1,
.section-title h2,
.social-section h2{
  color:#111;
  font-size:1.22rem;
  line-height:1.25;
  font-weight:700;
}
.download-card h2{font-size:.95rem;color:var(--primary_color)}
.pdf-icon{border-color:var(--primary_color);color:var(--primary_color)}

.podcast-section:before{
  background-image:linear-gradient(180deg,rgba(17,21,49,.78),rgba(17,21,49,.76)),var(--podcast-bg);
}
.podcast-intro p,
.podcast-outro p{
  font-weight:400;
  font-size:18px;
  line-height:28px;
}
.podcast-intro h2,
.podcast-outro h2{font-weight:700}
.episode-top{background:var(--card-top)}
.episode-body{background:linear-gradient(180deg,#114488,#0f3d7a)}
.episode-top p,
.episode-body p:not(.episode-kicker){
  font-size:15px;
  line-height:1.58;
  font-weight:400;
}
.episode-kicker{
  font-size:15px;
  line-height:1.35;
  color:var(--yellow);
}
.episode-body h3{
  font-size:1.08rem;
  line-height:1.22;
  color:var(--yellow);
}

audio{height:32px}

.contact-section{background:#f5f6f7}
.service-icon{background:var(--orange)}
.service-item h3{
  font-size:.9rem;
  font-weight:700;
  color:#222;
}
.service-item p{color:#363636}

.site-footer{
  background:var(--footer_bg_color);
  color:#fff;
}
.site-footer p,
.site-footer li{color:rgba(255,255,255,.92)}

@media (max-width:720px){
  .header-inner{min-height:60px}
  .brand img{height:32px}
  .site-nav{top:60px;font-size:14px}
  .site-nav a{padding:12px 0}
  .nav-toggle{color:var(--primary_color)}
  .nav-toggle span{background:var(--primary_color)}
  .hero{min-height:180px}
  .intro-copy,
  .intro-copy p,
  .podcast-intro p,
  .podcast-outro p{
    font-size:18px;
    line-height:28px;
  }
  .stats-band{padding:20px 0 22px}
  .stat-item strong{font-size:1.35rem}
  .stat-item span{font-size:.66rem}
  .episode-top p,
  .episode-body p:not(.episode-kicker){
    font-size:15px;
    line-height:1.58;
  }
}
@media (max-width:420px){
  .brand img{height:29px}
  .stat-item strong{font-size:1.08rem}
  .stat-item span{font-size:.58rem}
}


/* Anpassungen 2026-07-01: echte Asset-Dateinamen und Header-Video */
.hero{
  background-image:var(--hero-image), radial-gradient(circle at center, rgba(255,255,255,.7), transparent 40%), linear-gradient(120deg,#f5f9fc 0%,#f9fbff 50%,#dbe8f2 100%);
}
.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:0;
}
.hero-fallback-title{position:relative;z-index:1}
.intro-grid{
  width:min(calc(100% - 40px),1240px);
  grid-template-columns:minmax(360px,725px) minmax(300px,1fr);
}
.intro-image{
  width:min(100%,725px);
  max-width:725px;
}
.intro-image img{
  width:725px;
  height:725px;
  max-width:100%;
  object-fit:cover;
}
.podcast-section:before{
  background-image:linear-gradient(180deg,rgba(17,21,49,.78),rgba(17,21,49,.76)),var(--podcast-bg);
  background-repeat:repeat;
  background-size:auto;
  background-position:left top;
  background-attachment:scroll;
}
@media (max-width:960px){
  .intro-grid{grid-template-columns:1fr;width:min(calc(100% - 40px),650px)}
  .intro-image{width:100%;max-width:none}
  .intro-image img{width:100%;height:auto;aspect-ratio:1/1}
}
@media (max-width:720px){
  .intro-grid{width:100%}
}

/* Anpassungen 2026-07-01: Podcastgrafiken, Hintergrund und Headerlogo */
.brand{display:flex;align-items:center;min-width:0}
.brand img{
  width:320px;
  height:40px;
  max-width:calc(100vw - 120px);
  object-fit:contain;
}
.episode-grid{
  grid-template-columns:repeat(2,minmax(0,536px));
  justify-content:center;
}
.episode-card{
  width:100%;
  max-width:536px;
}
.episode-photo-wrap{
  height:auto;
  overflow:hidden;
  pointer-events:auto;
  background:transparent;
}
.episode-photo-wrap img,
.episode-card:nth-child(odd) .episode-photo-wrap img{
  position:static;
  right:auto;
  bottom:auto;
  width:100%;
  height:auto;
  max-width:none;
  object-fit:cover;
  object-position:center;
  filter:drop-shadow(0 18px 18px rgba(0,0,0,.25));
}
.podcast-section:before{
  background-image:linear-gradient(180deg,rgba(17,21,49,.78),rgba(17,21,49,.76)),var(--podcast-bg);
  background-repeat:repeat;
  background-size:auto;
  background-position:left top;
  background-attachment:scroll;
}
@media (max-width:720px){
  .brand img{
    width:240px;
    height:auto;
    max-width:calc(100vw - 88px);
  }
  .episode-grid{
    grid-template-columns:minmax(0,536px);
    justify-content:center;
  }
}


/* Podcast-Korrektur 2026-07-01 */
.episode-grid{
  align-items:start;
}
.episode-card{
  width:100%;
  max-width:536px;
  justify-self:center;
}
.episode-photo-wrap{
  height:auto;
  position:relative;
  overflow:hidden;
  z-index:3;
  pointer-events:none;
}
.episode-photo-wrap img{
  position:static;
  right:auto;
  bottom:auto;
  display:block;
  width:100%;
  max-width:536px;
  height:auto;
  max-height:none;
  object-fit:cover;
  object-position:center top;
  filter:none;
}
.episode-card:nth-child(odd) .episode-photo-wrap img,
.episode-card:nth-child(even) .episode-photo-wrap img{
  right:auto;
}
.episode-body{
  min-height:0;
}
@media (max-width: 720px){
  .episode-card{
    max-width:536px;
  }
  .episode-photo-wrap{
    height:auto;
  }
  .episode-photo-wrap img{
    width:100%;
    max-width:none;
    height:auto;
  }
}


/* Header-Video-Fix 2026-07-01 */
.hero{
  background-color:#f5f9fc;
}
.hero-video{
  display:block;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  z-index:1;
  background:#f5f9fc;
}
.hero-fallback-title{
  z-index:2;
}

/* Header- und Statistik-Korrektur 2026-07-01 */
.hero{
  min-height:450px;
  height:450px;
}
.hero-video{
  min-height:450px;
}
.stat-item span {
  font-size: 1.2rem;
}
.stat-item strong {
  font-weight: 800;
  font-size: 2.8rem;
  letter-spacing: 0;
}

@media (max-width: 720px){
  .hero{
    min-height:260px;
    height:260px;
  }
  .hero-video{
    min-height:260px;
  }
  .stat-item strong{
    font-size:1.8rem;
  }
  .stat-item span{
    font-size:.82rem;
  }
}
@media (max-width: 420px){
  .hero{
    min-height:220px;
    height:220px;
  }
  .hero-video{
    min-height:220px;
  }
  .stat-item strong{
    font-size:1.45rem;
  }
  .stat-item span{
    font-size:.72rem;
  }
}

/* Podcast-Hintergrund-Fix 2026-07-01 */
.podcast-section:before{
  background-image: var(--podcast-bg);
  background-repeat: repeat;
  background-size: auto;
  background-position: left top;
  background-attachment: scroll;
}
.podcast-section:after{
  display:none;
  background:none;
}


/* Kontakt-Icons und Überschrift 2026-07-01 */
.contact-section .section-title h2{
  line-height:39.6px;
}
.service-icon{
  display:block;
  width:300px;
  max-width:100%;
  height:86px;
  margin:0 auto 13px;
  object-fit:contain;
  background:transparent;
  border-radius:0;
}
@media (max-width: 720px){
  .service-icon{
    width:260px;
  }
}

/* Footer-Mittelspalte / Impressum-Liste */
.footer-grid > div:nth-child(2){
  max-width:410px;
}
.footer-grid > div:nth-child(2) h3{
  font-size:24px;
  line-height:1.25;
  margin-bottom:18px;
  letter-spacing:0;
  font-weight:800;
}
.footer-grid > div:nth-child(2) ul{
  display:block;
  margin:0;
  padding:0;
  border-top:1px solid rgba(255,255,255,.28);
}
.footer-grid > div:nth-child(2) li{
  margin:0;
  padding:0;
  border-bottom:1px solid rgba(255,255,255,.28);
  line-height:1.35;
}
.footer-grid > div:nth-child(2) a{
  position:relative;
  display:block;
  padding:9px 32px 9px 0;
  color:#fff;
  text-decoration:none;
  font-size:15px;
  line-height:1.35;
  transition:color .2s ease, padding-left .2s ease;
}
.footer-grid > div:nth-child(2) a:after{
  content:"›";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-52%);
  color:#fff;
  font-size:28px;
  line-height:1;
  font-weight:800;
}
.footer-grid > div:nth-child(2) a:hover,
.footer-grid > div:nth-child(2) a:focus-visible{
  color:#d8ecff;
  padding-left:4px;
}
.footer-grid > div:nth-child(2) a:hover:after,
.footer-grid > div:nth-child(2) a:focus-visible:after{
  color:#d8ecff;
}

@media (max-width: 960px){
  .footer-grid > div:nth-child(2){
    max-width:none;
  }
}

/* Social-Icons und Headline-Größen 2026-07-01 */
.contact-section .section-title h2,
.social-section h2{
  font-size:36px;
  line-height:39.6px;
}
.social-section h2{
  margin-bottom:26px;
}
.social-row{
  gap:12px;
}
.social-icon{
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:0;
  background:transparent!important;
  color:inherit;
  font-size:0;
  overflow:hidden;
}
.social-icon img{
  display:block;
  width:28px;
  height:28px;
  object-fit:contain;
}
.social-icon:hover,
.social-icon:focus-visible{
  transform:translateY(-2px);
}

/* Social-Links 2026-07-01 */
.social-icon{
  cursor:pointer;
}
.social-icon:focus-visible{
  outline:2px solid #114488;
  outline-offset:4px;
}

/* PDF-Link und Download-Icon – finale Korrektur */
.pdf-icon{
  display:none;
}
.pdf-icon-link{
  display:block;
  width:71px;
  height:71px;
  line-height:0;
  transition:transform .2s ease, opacity .2s ease;
}
.pdf-icon-link:hover,
.pdf-icon-link:focus-visible{
  transform:translateY(-2px);
  opacity:.9;
}
.pdf-icon-image{
  display:block;
  width:71px;
  height:71px;
  object-fit:contain;
}

/* Podcast-Outro-Link */
.podcast-outro-link{
  color: var(--yellow);
  font-weight:500;
  text-decoration:underline;
  text-underline-offset:3px;
}
.podcast-outro-link:hover,
.podcast-outro-link:focus-visible{
  color:#ffd08a;
}
