
:root{--red:#d71920;--dark:#111214;--light:#f4f4f2}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--light);color:#161616}a{text-decoration:none;color:inherit}
.header{position:fixed;z-index:50;top:0;left:0;right:0;padding:26px 6vw;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to bottom,rgba(0,0,0,.72),rgba(0,0,0,0));color:white}.logo{display:flex;align-items:center;gap:16px}.logo-mark{width:54px;height:54px;position:relative}.logo-mark span{position:absolute;display:block;border-radius:4px}.logo-mark .m1{width:22px;height:44px;background:white;transform:skew(-8deg) rotate(4deg);left:4px;top:5px}.logo-mark .m2{width:22px;height:44px;background:#232323;transform:skew(-8deg) rotate(4deg);right:4px;bottom:5px}.logo-mark .m3{width:18px;height:18px;background:var(--red);right:3px;top:4px}.logo-mark .m4{width:11px;height:11px;background:var(--red);left:7px;bottom:2px}.logo-text strong{display:block;font-size:26px;letter-spacing:-.6px;font-weight:400}.logo-text strong span{color:var(--red)}.logo-text small{display:block;margin-top:7px;color:rgba(255,255,255,.86);letter-spacing:4px;font-size:11px}
.nav{display:flex;gap:42px;font-size:14px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.nav a{position:relative;opacity:.9}.nav a:hover,.nav a.active{color:var(--red)}.nav a.active:after,.nav a:hover:after{content:"";position:absolute;left:0;bottom:-12px;width:100%;height:2px;background:var(--red)}
.hero{min-height:620px;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.55),rgba(0,0,0,.2)),url("assets/hero-print.svg");background-size:cover;background-position:center;color:white;display:flex;align-items:center;padding:150px 6vw 90px}.hero-inner{max-width:680px}.kicker{width:54px;height:3px;background:var(--red);margin-bottom:30px}h1{font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-3px;margin:0;font-weight:800}.dot{color:var(--red)}.hero p{margin:28px 0 36px;font-size:21px;line-height:1.55;color:rgba(255,255,255,.9)}
.button-row{display:flex;gap:16px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:18px;padding:17px 28px;border-radius:3px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;transition:.25s ease;border:0;cursor:pointer}.btn-red{background:var(--red);color:white}.btn-dark{background:#181818;color:white;border:1px solid rgba(255,255,255,.24)}.btn-light{border:1px solid rgba(0,0,0,.35);background:transparent;color:#111}
.services{background:white;display:grid;grid-template-columns:repeat(5,1fr);padding:0 6vw;border-bottom:1px solid #ddd}.service-card{padding:46px 34px;min-height:225px;border-right:1px solid #ddd;text-align:center}.service-card:first-child{border-left:1px solid #ddd}.service-icon{width:58px;height:58px;margin:0 auto 22px}.service-card h3{margin:0 0 14px;text-transform:uppercase;font-size:17px;letter-spacing:.6px}.service-card p{margin:0;color:#555;font-size:15px;line-height:1.5}.section{padding:90px 6vw}.about{background:linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.82),rgba(255,255,255,.38)),url("assets/paper-bg.svg");background-size:cover;background-position:center}.section h2{font-size:clamp(34px,4vw,54px);line-height:1.05;margin:0 0 22px;letter-spacing:-1.5px}.section p,.legal p,.legal li{max-width:920px;font-size:18px;line-height:1.65;color:#444}.legal h2{margin-top:44px}.split{display:grid;grid-template-columns:1.25fr .9fr}.upload-panel{color:white;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.66)),url("assets/upload-bg.svg");background-size:cover;padding:70px 6vw}.contact-panel{background:#f0f0ee;padding:70px 6vw}.contact-list{display:grid;gap:14px;margin-top:25px;color:#333;font-size:18px}.footer{background:#111;color:rgba(255,255,255,.78);padding:36px 6vw;display:flex;justify-content:space-between;gap:20px;font-size:14px}.page-hero{min-height:380px;background:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.36)),url("../assets/hero-print.svg");background-size:cover;background-position:center;color:white;padding:150px 6vw 70px}.form-wrap{max-width:850px;background:white;padding:44px;border-radius:3px;box-shadow:0 20px 80px rgba(0,0,0,.08)}.form-grid{display:grid;gap:18px}input,textarea{width:100%;border:1px solid #d6d6d6;padding:17px 18px;font:inherit;background:#fafafa}textarea{min-height:160px}.file-box{border:2px dashed #bbb;padding:28px;background:#fafafa}.note{font-size:14px;color:#666}.privacy-check{display:flex;gap:12px;align-items:flex-start;font-size:15px;line-height:1.5;color:#333}.privacy-check input{width:auto;margin-top:4px}
.cookie-banner{position:fixed;left:22px;right:22px;bottom:22px;z-index:99;background:#111;color:white;padding:22px 24px;box-shadow:0 20px 80px rgba(0,0,0,.25);display:none;align-items:center;justify-content:space-between;gap:18px}.cookie-banner p{margin:0;color:rgba(255,255,255,.85);line-height:1.5}.cookie-banner a{color:white;text-decoration:underline}.cookie-banner button{background:var(--red);color:white;border:0;padding:13px 22px;text-transform:uppercase;font-weight:700;cursor:pointer}
@media(max-width:980px){.header{position:absolute;align-items:flex-start;gap:26px;flex-direction:column}.nav{gap:20px;flex-wrap:wrap}.services{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}.cookie-banner{flex-direction:column;align-items:flex-start}}
@media(max-width:620px){.logo-text strong{font-size:22px}.logo-text small{letter-spacing:2px;font-size:9px}.hero{padding-top:220px}.services{grid-template-columns:1fr}.service-card,.service-card:first-child{border-left:0;border-right:0;border-bottom:1px solid #ddd}.footer{flex-direction:column}.form-wrap{padding:26px}}


.legal h2{
  font-size:32px;
  line-height:1.2;
  margin:42px 0 18px;
  letter-spacing:-1px;
}

/* Rechtliche Seiten: einheitlich kleinere Überschriften */
.legal h2,
.legal h3{
  font-size:22px !important;
  line-height:1.35 !important;
  margin:32px 0 12px !important;
  letter-spacing:0 !important;
  font-weight:700 !important;
}
.legal p,
.legal li{
  font-size:16px !important;
  line-height:1.65 !important;
}
.captcha-row{
  display:grid;
  gap:8px;
  background:#f4f4f4;
  border:1px solid #d8d8d8;
  padding:18px;
}
.hp-field{
  position:absolute;
  left:-9999px;
  opacity:0;
  height:0;
  width:0;
  overflow:hidden;
}

.file-specs{background:#f6f6f4;padding:70px 6vw 90px}.file-specs-shell{border:1px solid #d7d7d7;background:#fff;border-radius:8px;overflow:hidden}.file-specs-title{display:flex;align-items:center;gap:16px;padding:22px 28px;border-bottom:1px solid #dedede}.file-specs-title h2{font-size:26px;line-height:1.2;margin:0;letter-spacing:0;text-transform:uppercase}.file-specs-layout{display:grid;grid-template-columns:360px 1fr}.spec-menu{border-right:1px solid #dedede}.spec-item{width:100%;display:grid;grid-template-columns:54px 1fr 24px;gap:16px;align-items:center;padding:18px 20px;border:0;border-bottom:1px solid #dedede;background:white;text-align:left;cursor:pointer;font:inherit;color:#111;position:relative}.spec-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--red)}.spec-item:hover{background:#f8f8f8}.spec-item strong{display:block;font-size:17px;text-transform:uppercase;margin-bottom:4px}.spec-item span{display:block;font-size:14px;color:#444;line-height:1.35}.spec-icon{width:44px;height:44px}.spec-panel{padding:40px 48px;min-height:480px}.spec-panel-head{display:flex;align-items:center;gap:18px;margin-bottom:28px}.spec-panel-head h3{margin:0;font-size:30px;text-transform:uppercase}.spec-list{list-style:none;padding:0;margin:0;max-width:900px}.spec-list li{display:grid;grid-template-columns:28px 1fr;gap:16px;padding:14px 0;border-bottom:1px solid #e2e2e2;font-size:16px;line-height:1.45;color:#222}.check{width:20px;height:20px;border:1.8px solid var(--red);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--red);font-size:13px;line-height:1;margin-top:1px}@media(max-width:980px){.file-specs-layout{grid-template-columns:1fr}.spec-menu{border-right:0;border-bottom:1px solid #dedede}}@media(max-width:620px){.file-specs{padding:40px 20px}.file-specs-title{padding:18px}.spec-item{grid-template-columns:44px 1fr 20px;padding:15px}.spec-panel{padding:28px 20px}.spec-panel-head h3{font-size:24px}}

.logo-mark{width:64px;height:56px}.logo-mark .m1{width:18px;height:46px;background:#111;left:6px;top:5px}.logo-mark .m2{width:18px;height:46px;background:#d71920;right:6px;top:5px}.logo-mark .m3{width:28px;height:10px;background:#555;left:18px;top:23px}.logo-mark .m4{width:10px;height:10px;background:#d71920;left:24px;bottom:2px}.logo-mark .m5{width:10px;height:10px;background:#111;right:24px;bottom:2px}
.service-icon{filter:drop-shadow(0 3px 5px rgba(0,0,0,.08))}

/* leichtere Headline */
h1{font-weight:700 !important; letter-spacing:-2px !important;}
.hero p{font-weight:300}
.logo-text strong{font-weight:300}
.logo-mark .m1,.logo-mark .m2{border-radius:5px;transform:skew(-10deg)}
.logo-mark .m3{height:8px}

/* Finales Layout nach Entwurf */
.header{
  background:rgba(255,255,255,.96) !important;
  color:#111 !important;
  padding:16px 5vw !important;
  box-shadow:0 1px 12px rgba(0,0,0,.06);
}
.logo-img{width:315px;max-width:52vw;height:auto;display:block}
.nav a{color:#111 !important;opacity:1}
.nav a:hover,.nav a.active{color:var(--red) !important}
.hero{
  min-height:520px !important;
  padding:145px 5vw 70px !important;
}
h1{
  font-weight:600 !important;
  letter-spacing:-2px !important;
}
.hero p{font-weight:300 !important}
.services{padding:0 5vw !important}
.service-card h3{font-weight:700}
.service-card p{font-weight:300}
.footer .logo-img{width:260px;max-width:80vw}
.footer{align-items:flex-start}
@media(max-width:980px){
  .header{position:absolute !important}
  .logo-img{width:280px}
}
@media(max-width:620px){
  .logo-img{width:245px;max-width:88vw}
}


/* Layout-Korrektur nach Referenz-Screenshot */
body{
  background:#f3f3f3 !important;
}

body::before{
  content:"";
  display:block;
  position:fixed;
  inset:0;
  background:#f3f3f3;
  z-index:-1;
}

.header{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  max-width:1680px !important;
  margin:10px auto 0 !important;
  height:100px !important;
  padding:0 58px !important;
  background:#fff !important;
  color:#111 !important;
  box-shadow:0 1px 16px rgba(0,0,0,.08) !important;
  display:flex !important;
  align-items:center !important;
}

.logo-img{
  width:330px !important;
  max-width:330px !important;
  height:auto !important;
  display:block !important;
}

.nav{
  gap:54px !important;
  font-size:13px !important;
  letter-spacing:.5px !important;
}

.nav a{
  color:#111 !important;
  opacity:1 !important;
  font-weight:600 !important;
}

.nav a:hover,
.nav a.active{
  color:var(--red) !important;
}

.nav a.active:after,
.nav a:hover:after{
  bottom:-18px !important;
  height:3px !important;
}

main{
  max-width:1680px;
  margin:0 auto;
  background:#fff;
}

.hero{
  min-height:260px !important;
  height:260px !important;
  padding:0 82px !important;
  display:flex !important;
  align-items:center !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.56) 36%, rgba(0,0,0,.12) 100%),
    url("assets/hero-print.svg") !important;
  background-size:cover !important;
  background-position:center 45% !important;
}

.hero-inner{
  max-width:610px !important;
}

.hero .kicker{
  width:45px !important;
  height:2px !important;
  margin-bottom:26px !important;
}

h1{
  font-size:clamp(34px,3.3vw,54px) !important;
  line-height:1.05 !important;
  letter-spacing:-1.5px !important;
  font-weight:500 !important;
}

.hero p{
  margin:22px 0 26px !important;
  font-size:17px !important;
  line-height:1.45 !important;
  max-width:430px !important;
}

.btn{
  padding:13px 25px !important;
  font-size:14px !important;
  border-radius:3px !important;
  font-weight:700 !important;
}

.button-row .btn-dark{
  display:none !important;
}

.services{
  max-width:1680px !important;
  margin:0 auto !important;
  padding:0 58px !important;
  grid-template-columns:repeat(5,1fr) !important;
}

.service-card{
  min-height:150px !important;
  padding:24px 26px 28px !important;
}

.service-icon{
  width:50px !important;
  height:50px !important;
  margin-bottom:12px !important;
}

.service-card h3{
  font-size:14px !important;
  margin-bottom:10px !important;
}

.service-card p{
  font-size:13px !important;
  line-height:1.45 !important;
}

.file-specs,
.section,
.upload-panel,
.contact-panel{
  max-width:1680px;
  margin-left:auto;
  margin-right:auto;
}

.footer{
  max-width:1680px;
  margin:0 auto 30px;
}

.page-hero{
  max-width:1680px !important;
  margin:0 auto !important;
  min-height:270px !important;
  padding:120px 58px 55px !important;
}

@media(max-width:980px){
  .header{
    height:auto !important;
    padding:22px 28px !important;
    flex-direction:column !important;
    align-items:flex-start !important;
  }
  .logo-img{width:300px !important;max-width:86vw !important}
  .nav{gap:22px !important}
  .hero{
    height:auto !important;
    min-height:430px !important;
    padding:70px 38px !important;
  }
  .services{grid-template-columns:repeat(2,1fr) !important;padding:0 28px !important}
}

@media(max-width:620px){
  .header{margin:0 !important}
  .hero{padding:60px 28px !important}
  .services{grid-template-columns:1fr !important;padding:0 !important}
  h1{font-size:42px !important}
}


/* Startseite: Upload/Kontakt kompakter */
.upload-panel,
.contact-panel{
  padding-top:42px !important;
  padding-bottom:42px !important;
  min-height:0 !important;
}

.upload-panel h2,
.contact-panel h2{
  margin-bottom:14px !important;
}

.upload-panel p,
.contact-panel p{
  margin-bottom:18px !important;
}

.contact-panel .contact-list{
  margin-top:14px !important;
}

.logo-img{
  width:340px !important;
  max-width:54vw !important;
}

@media(max-width:620px){
  .upload-panel,
  .contact-panel{
    padding-top:34px !important;
    padding-bottom:34px !important;
  }
  .logo-img{
    width:285px !important;
    max-width:90vw !important;
  }
}


/* Neues geliefertes Logo */
.logo-img{
  width:360px !important;
  max-width:58vw !important;
  height:auto !important;
  display:block !important;
  object-fit:contain !important;
}

@media(max-width:980px){
  .logo-img{
    width:320px !important;
    max-width:86vw !important;
  }
}

@media(max-width:620px){
  .logo-img{
    width:285px !important;
    max-width:90vw !important;
  }
}

.logo-img{
  width:360px !important;
  max-width:58vw !important;
  height:auto !important;
  display:block !important;
  object-fit:contain !important;
}
.legal h2{
  font-size:22px !important;
  line-height:1.35 !important;
  margin:32px 0 12px !important;
  letter-spacing:0 !important;
  font-weight:700 !important;
}
.legal p,
.legal li{
  font-size:16px !important;
  line-height:1.65 !important;
}
@media(max-width:980px){
  .logo-img{width:320px !important;max-width:86vw !important;}
}
@media(max-width:620px){
  .logo-img{width:285px !important;max-width:90vw !important;}
}


/* Druck-Unterseite */
.print-services{
  background:#f6f6f4;
  padding:70px 6vw 90px;
}
.print-shell{
  border:1px solid #d7d7d7;
  background:#fff;
  border-radius:8px;
  overflow:hidden;
}
.print-title{
  display:flex;
  align-items:center;
  gap:16px;
  padding:22px 28px;
  border-bottom:1px solid #dedede;
}
.print-title h2{
  font-size:26px !important;
  line-height:1.2 !important;
  margin:0 !important;
  letter-spacing:0 !important;
  text-transform:uppercase;
}
.print-layout{
  display:grid;
  grid-template-columns:380px 1fr;
}
.print-menu{
  border-right:1px solid #dedede;
}
.print-item{
  width:100%;
  display:grid;
  grid-template-columns:54px 1fr 24px;
  gap:16px;
  align-items:center;
  padding:18px 20px;
  border:0;
  border-bottom:1px solid #dedede;
  background:white;
  text-align:left;
  cursor:pointer;
  font:inherit;
  color:#111;
  position:relative;
}
.print-item.active:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:5px;
  background:var(--red);
}
.print-item:hover{
  background:#f8f8f8;
}
.print-item strong{
  display:block;
  font-size:17px;
  text-transform:uppercase;
  margin-bottom:4px;
}
.print-item span{
  display:block;
  font-size:14px;
  color:#444;
  line-height:1.35;
}
.print-icon{
  width:44px;
  height:44px;
}
.print-panel{
  padding:46px 54px;
  min-height:500px;
}
.print-panel-head{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:28px;
}
.print-panel-head h3{
  margin:0;
  font-size:32px;
  text-transform:uppercase;
  letter-spacing:-.5px;
}
.print-panel-text{
  max-width:880px;
  font-size:18px;
  line-height:1.75;
  color:#333;
}
.print-panel-text p{
  font-size:18px !important;
  line-height:1.75 !important;
  color:#333 !important;
}
.back-link{
  display:inline-flex;
  margin-top:30px;
  color:var(--red);
  font-weight:700;
}
@media(max-width:980px){
  .print-layout{grid-template-columns:1fr}
  .print-menu{border-right:0;border-bottom:1px solid #dedede}
}
@media(max-width:620px){
  .print-services{padding:40px 20px}
  .print-title{padding:18px}
  .print-item{grid-template-columns:44px 1fr 20px;padding:15px}
  .print-panel{padding:28px 20px}
  .print-panel-head h3{font-size:24px}
}

.service-link{
  color:inherit !important;
  text-decoration:none !important;
  display:block;
  transition:background .25s ease, transform .25s ease;
}
.service-link:hover{
  background:#f8f8f8 !important;
  transform:translateY(-2px);
}
.service-link:hover h3{
  color:var(--red);
}


/* Druck-Seite exakt im Stil der Dateivorgaben */
.print-services{
  background:#f6f6f4 !important;
  padding:70px 6vw 90px !important;
}

.print-shell{
  border:1px solid #d7d7d7 !important;
  background:#fff !important;
  border-radius:8px !important;
  overflow:hidden !important;
  box-shadow:0 18px 60px rgba(0,0,0,.05);
}

.print-title{
  display:flex !important;
  align-items:center !important;
  gap:16px !important;
  padding:22px 28px !important;
  border-bottom:1px solid #dedede !important;
  background:#fff !important;
}

.print-title h2{
  font-size:26px !important;
  line-height:1.2 !important;
  margin:0 !important;
  letter-spacing:0 !important;
  text-transform:uppercase !important;
  font-weight:700 !important;
}

.print-layout{
  display:grid !important;
  grid-template-columns:380px 1fr !important;
}

.print-menu{
  border-right:1px solid #dedede !important;
  background:#fff !important;
}

.print-item{
  width:100% !important;
  display:grid !important;
  grid-template-columns:54px 1fr 24px !important;
  gap:16px !important;
  align-items:center !important;
  padding:18px 20px !important;
  border:0 !important;
  border-bottom:1px solid #dedede !important;
  background:white !important;
  text-align:left !important;
  cursor:pointer !important;
  font:inherit !important;
  color:#111 !important;
  position:relative !important;
}

.print-item.active:before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  bottom:0 !important;
  width:5px !important;
  background:var(--red) !important;
}

.print-item:hover{
  background:#f8f8f8 !important;
}

.print-item strong{
  display:block !important;
  font-size:17px !important;
  text-transform:uppercase !important;
  margin-bottom:4px !important;
  font-weight:700 !important;
}

.print-item span{
  display:block !important;
  font-size:14px !important;
  color:#444 !important;
  line-height:1.35 !important;
}

.print-icon{
  width:44px !important;
  height:44px !important;
}

.print-panel{
  padding:40px 48px !important;
  min-height:500px !important;
  background:#fff !important;
}

.print-panel-head{
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  margin-bottom:28px !important;
}

.print-panel-head h3{
  margin:0 !important;
  font-size:30px !important;
  text-transform:uppercase !important;
  letter-spacing:0 !important;
  line-height:1.2 !important;
}

.print-panel-head .kicker{
  margin:8px 0 0 !important;
}

.print-panel-text{
  max-width:900px !important;
}

.print-panel-text p{
  font-size:18px !important;
  line-height:1.75 !important;
  color:#333 !important;
  margin:0 0 20px !important;
}

.print-detail-note{
  margin-top:32px;
  padding:22px 26px;
  border-left:5px solid var(--red);
  background:#f6f6f4;
  font-size:16px;
  line-height:1.6;
  color:#333;
}

.print-back{
  display:inline-flex;
  margin-top:26px;
  color:var(--red);
  font-weight:700;
}

@media(max-width:980px){
  .print-layout{grid-template-columns:1fr !important}
  .print-menu{border-right:0 !important;border-bottom:1px solid #dedede !important}
}
@media(max-width:620px){
  .print-services{padding:40px 20px !important}
  .print-title{padding:18px !important}
  .print-item{grid-template-columns:44px 1fr 20px !important;padding:15px !important}
  .print-panel{padding:28px 20px !important}
  .print-panel-head h3{font-size:24px !important}
}

.footer{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:36px !important;
  text-align:left !important;
}
.footer strong{
  color:#fff;
  display:block;
  margin-bottom:10px;
}
.footer a{
  color:rgba(255,255,255,.78);
}
.footer a:hover{
  color:#fff;
}
@media(max-width:900px){
  .footer{grid-template-columns:1fr 1fr !important;}
}
@media(max-width:560px){
  .footer{grid-template-columns:1fr !important;}
}


/* Digitaldruck Landingpage */
.landing-cta{
  padding-top:0 !important;
}
.highlight-box{
  max-width:1120px;
  margin:0 auto;
  border:1px solid #dedede;
  border-left:5px solid var(--red);
  background:#f7f7f5;
  border-radius:8px;
  padding:34px;
}
.highlight-box h2{
  font-size:28px !important;
  line-height:1.2 !important;
  margin:0 0 14px !important;
  letter-spacing:0 !important;
}
.highlight-box p{
  font-size:17px !important;
  line-height:1.65 !important;
  color:#333 !important;
  margin:0 0 22px !important;
}
.text-link{
  color:var(--red);
  font-weight:700;
  align-self:center;
}
@media(max-width:620px){
  .highlight-box{padding:24px}
}

.spec-sep{list-style:none;margin-top:18px;padding-top:14px;border-top:1px solid #ddd}.spec-sep strong{font-size:1.05rem}.spec-list strong{color:#111}

/* v1.3.1 Digitaldruck: Zwischenüberschriften + Produktzeilen */
.spec-sep{
  list-style:none !important;
  display:block !important;
  margin:32px 0 14px !important;
  padding:26px 0 0 !important;
  border-top:1px solid #dedede !important;
}
.spec-sep strong{
  display:block;
  font-size:22px;
  line-height:1.25;
  color:#111;
}
.product-row{
  list-style:none !important;
  display:grid !important;
  grid-template-columns:170px 1fr !important;
  gap:28px !important;
  align-items:start !important;
  padding:14px 0 !important;
  border-bottom:1px solid #eeeeee !important;
}
.product-row strong{
  color:#111;
  font-size:17px;
  line-height:1.45;
}
.product-row span{
  color:#333;
  font-size:17px;
  line-height:1.55;
}
@media(max-width:680px){
  .product-row{
    grid-template-columns:1fr !important;
    gap:6px !important;
    padding:16px 0 !important;
  }
}


/* v1.4.1 Digitaldruck: saubere Produktliste im bestehenden Fenster */
.spec-list .spec-separator{
  list-style:none !important;
  display:block !important;
  margin:34px 0 16px !important;
  padding:26px 0 0 !important;
  border-top:1px solid #dedede !important;
}
.spec-list .spec-separator span{
  display:block !important;
  font-weight:800 !important;
  font-size:22px !important;
  line-height:1.25 !important;
  color:#111 !important;
  white-space:nowrap !important;
}
.spec-list .product-list-row{
  list-style:none !important;
  display:grid !important;
  grid-template-columns:180px minmax(0,1fr) !important;
  column-gap:34px !important;
  align-items:start !important;
  padding:13px 0 !important;
  border-bottom:1px solid #eeeeee !important;
}
.spec-list .product-list-row strong{
  font-size:17px !important;
  line-height:1.55 !important;
  color:#111 !important;
  white-space:nowrap !important;
}
.spec-list .product-list-row span{
  font-size:17px !important;
  line-height:1.55 !important;
  color:#333 !important;
}
@media(max-width:720px){
  .spec-list .spec-separator span{
    white-space:normal !important;
  }
  .spec-list .product-list-row{
    grid-template-columns:1fr !important;
    row-gap:4px !important;
    column-gap:0 !important;
    padding:16px 0 !important;
  }
  .spec-list .product-list-row strong{
    white-space:normal !important;
  }
}


/* v1.4.2 Digitaldruck: Überschriften einzeilig + Produktliste schlicht */
.spec-list .spec-heading{
  list-style:none !important;
  display:block !important;
  margin:34px 0 16px !important;
  padding:26px 0 0 !important;
  border-top:1px solid #dedede !important;
  font-weight:800 !important;
  font-size:22px !important;
  line-height:1.25 !important;
  color:#111 !important;
  white-space:nowrap !important;
}
.spec-list .product-text-line{
  list-style:none !important;
  display:block !important;
  padding:13px 0 !important;
  border-bottom:1px solid #eeeeee !important;
  font-size:17px !important;
  line-height:1.6 !important;
  color:#333 !important;
}
.spec-list .product-text-line strong{
  color:#111 !important;
  font-weight:800 !important;
}
.spec-list .product-list-row,
.spec-list .product-line,
.spec-list .product-row{
  display:none !important;
}
@media(max-width:720px){
  .spec-list .spec-heading{
    white-space:normal !important;
  }
}


/* v1.4.3 Digitaldruck: endgültige saubere Darstellung im bestehenden Fenster */
.spec-list .spec-section-title{
  list-style:none !important;
  display:block !important;
  margin:36px 0 16px !important;
  padding:28px 0 0 !important;
  border-top:1px solid #dedede !important;
  font-weight:800 !important;
  font-size:22px !important;
  line-height:1.25 !important;
  color:#111 !important;
  white-space:nowrap !important;
}
.spec-list .spec-product-simple{
  list-style:none !important;
  display:block !important;
  padding:13px 0 !important;
  border-bottom:1px solid #eeeeee !important;
  font-size:17px !important;
  line-height:1.6 !important;
  color:#333 !important;
}
.spec-list .spec-product-simple strong{
  color:#111 !important;
  font-weight:800 !important;
}
.spec-list .spec-product-simple span{
  color:#333 !important;
}
.spec-list .product-text-line,
.spec-list .product-list-row,
.spec-list .product-line,
.spec-list .product-row{
  display:none !important;
}
@media(max-width:720px){
  .spec-list .spec-section-title{
    white-space:normal !important;
  }
}


/* v1.4.4 Test: automatische Ausrichtung anhand der längsten Produktbezeichnung */
.spec-list .spec-product-simple{
    display:grid !important;
    grid-template-columns:max-content 1fr !important;
    column-gap:28px !important;
    align-items:start !important;
}
.spec-list .spec-product-simple strong{
    white-space:nowrap !important;
}
.spec-list .spec-product-simple span{
    display:block !important;
}
@media (max-width:720px){
  .spec-list .spec-product-simple{
      grid-template-columns:1fr !important;
      row-gap:4px !important;
  }
}


/* v2.0.1 Produktliste: ein gemeinsames Grid für alle Produkte */
.spec-list .spec-product-grid{
  display:grid !important;
  grid-template-columns:max-content 1fr !important;
  column-gap:34px !important;
  row-gap:0 !important;
  align-items:start !important;
  margin:0 !important;
  padding:0 !important;
}
.spec-list .spec-product-grid strong,
.spec-list .spec-product-grid span{
  display:block !important;
  padding:13px 0 !important;
  border-bottom:1px solid #eeeeee !important;
  font-size:17px !important;
  line-height:1.6 !important;
}
.spec-list .spec-product-grid strong{
  color:#111 !important;
  font-weight:800 !important;
  white-space:nowrap !important;
}
.spec-list .spec-product-grid span{
  color:#333 !important;
}
.spec-list .spec-product-simple{
  display:none !important;
}
@media(max-width:720px){
  .spec-list .spec-product-grid{
    grid-template-columns:1fr !important;
    column-gap:0 !important;
  }
  .spec-list .spec-product-grid strong{
    padding:15px 0 3px !important;
    border-bottom:0 !important;
  }
  .spec-list .spec-product-grid span{
    padding:0 0 15px !important;
  }
}


/* v2.1.0 Marken- und Beratungsbausteine */
.brand-section{
  padding-top:0 !important;
}
.recommendation-box,
.comparison-box,
.brand-values-shell{
  max-width:1120px;
  margin:0 auto 34px;
  border:1px solid #dedede;
  border-radius:8px;
  background:#fff;
  padding:36px;
}
.recommendation-box{
  border-left:5px solid var(--red);
  background:linear-gradient(135deg,#fff,#fff7f7);
}
.recommendation-label{
  color:var(--red);
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:12px;
  font-weight:800;
  margin-bottom:14px;
}
.recommendation-box h2,
.comparison-box h2,
.brand-values-shell h2{
  margin:0 0 16px !important;
  font-size:30px !important;
  line-height:1.2 !important;
  letter-spacing:0 !important;
}
.recommendation-box p,
.comparison-box p,
.brand-values-shell p{
  font-size:17px !important;
  line-height:1.65 !important;
  color:#333 !important;
}
.comparison-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin:24px 0;
}
.comparison-grid > div{
  border:1px solid #e4e4e4;
  border-radius:8px;
  padding:24px;
  background:#fafafa;
}
.comparison-grid h3{
  margin:0 0 10px;
  font-size:22px;
}
.comparison-grid p{
  margin:0 !important;
}
.comparison-note{
  margin-bottom:0 !important;
}
.brand-values-intro{
  max-width:820px;
  margin-bottom:28px !important;
}
.brand-values-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.brand-values-grid article{
  border-top:3px solid var(--red);
  background:#f8f8f6;
  border-radius:6px;
  padding:24px;
}
.brand-values-grid img{
  width:46px;
  height:46px;
  margin-bottom:18px;
}
.brand-values-grid h3{
  margin:0 0 12px;
  font-size:20px;
  line-height:1.25;
}
.brand-values-grid p{
  margin:0 !important;
  font-size:16px !important;
}
@media(max-width:960px){
  .brand-values-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .recommendation-box,
  .comparison-box,
  .brand-values-shell{padding:24px}
  .comparison-grid{grid-template-columns:1fr}
  .brand-values-grid{grid-template-columns:1fr}
}


/* v2.2.0 Gut-zu-wissen-Komponente */
.good-to-know-box{
  max-width:1120px;
  margin:0 auto 34px;
  border:1px solid #dedede;
  border-left:5px solid #222;
  border-radius:8px;
  background:linear-gradient(135deg,#ffffff,#f5f5f3);
  padding:36px;
}
.good-to-know-label{
  color:#555;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:12px;
  font-weight:800;
  margin-bottom:14px;
}
.good-to-know-box h2{
  margin:0 0 16px !important;
  font-size:30px !important;
  line-height:1.2 !important;
  letter-spacing:0 !important;
}
.good-to-know-box p{
  font-size:17px !important;
  line-height:1.65 !important;
  color:#333 !important;
}
@media(max-width:720px){
  .good-to-know-box{padding:24px}
}

/* v2.3.0 Schnelldruck */
.partial-run-box{max-width:1120px;margin:0 auto 34px;border:1px solid #dedede;border-radius:8px;background:#fff;padding:36px}
.partial-run-box h2{margin:14px 0 16px!important;font-size:30px!important;line-height:1.2!important}
.partial-run-box p{margin:0!important;font-size:18px!important;line-height:1.72!important;color:#2b2b2b!important}
.speed-principle{padding:18px 20px;border-left:4px solid var(--red);background:rgba(215,25,32,.055)}
@media(max-width:720px){.partial-run-box{padding:24px}}

/* v2.4.0 Startseiten-Leittext */
.hero .hero-lead{max-width:820px;font-size:20px;line-height:1.65;margin:24px 0 30px;color:rgba(255,255,255,.94)}
@media(max-width:720px){.hero .hero-lead{font-size:17px;line-height:1.6;margin:20px 0 26px}}

/* v2.6.0 Weitere-Leistungen-Karten */
.more-services-section{padding-top:0!important}
.more-services-shell{max-width:1120px;margin:0 auto 34px;border:1px solid #dedede;border-radius:8px;background:#fff;padding:36px}
.more-services-shell h2{margin:14px 0 10px!important;font-size:30px!important;line-height:1.2!important}
.more-services-intro{margin:0 0 24px!important;color:#555;font-size:17px}
.more-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.service-card{min-height:138px;display:grid;grid-template-columns:48px 1fr auto;gap:16px;align-items:center;padding:20px;border:1px solid #e2e2e2;border-radius:8px;background:#fafafa;transition:.2s ease}
.service-card:hover{transform:translateY(-3px);border-color:rgba(215,25,32,.45);box-shadow:0 16px 34px rgba(0,0,0,.08)}
.service-card img{width:42px;height:42px;object-fit:contain}
.service-card h3{margin:0 0 6px;font-size:19px;line-height:1.2}
.service-card p{margin:0;color:#555;font-size:14px;line-height:1.45}
.service-card>span{color:var(--red);font-size:22px}
.service-card-current{border-color:rgba(215,25,32,.35);background:rgba(215,25,32,.045);cursor:default}
.service-card-current:hover{transform:none;box-shadow:none}
@media(max-width:900px){.more-services-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.more-services-shell{padding:24px}.more-services-grid{grid-template-columns:1fr}}


/* v2.6.1 – kompakte Leistungskarten mit 7er-Reihe */
.more-services-shell{
  max-width:1480px !important;
}

.more-services-grid{
  display:grid !important;
  grid-template-columns:repeat(7,minmax(0,1fr)) !important;
  gap:12px !important;
}

.service-card{
  min-height:150px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:12px !important;
  padding:16px !important;
}

.service-card img{
  width:34px !important;
  height:34px !important;
}

.service-card div{
  width:100%;
}

.service-card h3{
  margin:0 0 5px !important;
  font-size:15px !important;
  line-height:1.18 !important;
}

.service-card p{
  margin:0 !important;
  font-size:12px !important;
  line-height:1.4 !important;
}

.service-card > span{
  align-self:flex-end;
  margin-top:auto;
  font-size:18px !important;
}

.service-card-planned{
  opacity:.68;
  background:#f7f7f7;
  cursor:default;
}

.service-card-planned:hover{
  transform:none !important;
  box-shadow:none !important;
  border-color:#e2e2e2 !important;
}

@media(max-width:1300px){
  .more-services-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}

@media(max-width:900px){
  .more-services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media(max-width:620px){
  .more-services-grid{
    grid-template-columns:1fr !important;
  }
  .service-card{
    min-height:118px !important;
  }
}


/* v2.7.3 – vollständige Druckübersicht */
.druck-overview-section{
  padding-top:54px !important;
}
.druck-overview-shell{
  max-width:1180px;
  margin:0 auto;
}
.druck-overview-shell > h2{
  margin:14px 0 12px;
  font-size:38px;
  line-height:1.15;
}
.druck-overview-intro{
  max-width:850px;
  margin:0 0 30px;
  color:#555;
  font-size:18px;
  line-height:1.65;
}
.druck-overview-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.druck-overview-card{
  min-height:160px;
  display:grid;
  grid-template-columns:58px 1fr auto;
  gap:20px;
  align-items:center;
  padding:26px;
  border:1px solid #dedede;
  border-radius:10px;
  background:#fff;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.druck-overview-card:hover{
  transform:translateY(-3px);
  border-color:rgba(215,25,32,.45);
  box-shadow:0 16px 34px rgba(0,0,0,.08);
}
.druck-overview-card img{
  width:48px;
  height:48px;
  object-fit:contain;
}
.druck-overview-card h2{
  margin:0 0 7px;
  font-size:22px;
  line-height:1.2;
}
.druck-overview-card p{
  margin:0;
  color:#555;
  font-size:15px;
  line-height:1.5;
}
.druck-overview-card > span{
  color:var(--red);
  font-size:24px;
}
.druck-overview-card:last-child{
  grid-column:1 / -1;
}

@media(max-width:760px){
  .druck-overview-grid{
    grid-template-columns:1fr;
  }
  .druck-overview-card:last-child{
    grid-column:auto;
  }
}
@media(max-width:520px){
  .druck-overview-card{
    grid-template-columns:44px 1fr auto;
    gap:14px;
    padding:20px;
  }
  .druck-overview-card img{
    width:38px;
    height:38px;
  }
}


/* v2.8.0 – einheitliche Leistungskarten */
.more-services-section{
  padding-top:0 !important;
}
.more-services-shell{
  max-width:1480px !important;
  margin:0 auto 34px;
  border:1px solid #dedede;
  border-radius:8px;
  background:#fff;
  padding:36px;
}
.more-services-shell h2{
  margin:14px 0 10px !important;
  font-size:30px !important;
  line-height:1.2 !important;
}
.more-services-intro{
  margin:0 0 24px !important;
  color:#555;
  font-size:17px;
}
.more-services-grid{
  display:grid !important;
  grid-template-columns:repeat(7,minmax(0,1fr)) !important;
  gap:12px !important;
}
.service-card{
  min-height:150px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:12px !important;
  padding:16px !important;
  border:1px solid #e2e2e2;
  border-radius:8px;
  background:#fafafa;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover{
  transform:translateY(-3px);
  border-color:rgba(215,25,32,.45);
  box-shadow:0 16px 34px rgba(0,0,0,.08);
}
.service-card img{
  width:34px !important;
  height:34px !important;
  object-fit:contain;
}
.service-card div{
  width:100%;
}
.service-card h3{
  margin:0 0 5px !important;
  font-size:15px !important;
  line-height:1.18 !important;
}
.service-card p{
  margin:0 !important;
  font-size:12px !important;
  line-height:1.4 !important;
  color:#555;
}
.service-card > span{
  align-self:flex-end;
  margin-top:auto;
  color:var(--red);
  font-size:18px !important;
}
.service-card-current{
  border-color:rgba(215,25,32,.35);
  background:rgba(215,25,32,.045);
  cursor:default;
}
.service-card-current:hover{
  transform:none !important;
  box-shadow:none !important;
}

/* Druckübersicht: jeden Satz separat lesbar */
.druck-overview-intro span{
  display:block;
}
.druck-overview-intro span + span{
  margin-top:8px;
}

@media(max-width:1300px){
  .more-services-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}
@media(max-width:900px){
  .more-services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media(max-width:620px){
  .more-services-shell{
    padding:24px;
  }
  .more-services-grid{
    grid-template-columns:1fr !important;
  }
  .service-card{
    min-height:118px !important;
  }
}


/* v2.8.1 – Samsung Chrome / Kontakt */
.file-specs,
.file-specs-shell,
.file-specs-layout,
.spec-menu,
.spec-panel,
.spec-list,
.spec-list li,
.spec-product-grid,
.spec-product-grid > *{
  min-width:0 !important;
  max-width:100% !important;
  box-sizing:border-box !important;
}
.spec-panel{
  overflow:hidden !important;
}
.spec-list,
.spec-list li,
.spec-product-grid strong,
.spec-product-grid span{
  overflow-wrap:anywhere !important;
  word-break:normal !important;
}
@media(max-width:620px){
  .file-specs-layout{
    grid-template-columns:minmax(0,1fr) !important;
  }
  .spec-panel{
    width:100% !important;
    max-width:100% !important;
    padding-left:20px !important;
    padding-right:20px !important;
  }
  .spec-product-grid{
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
  }
}
.contact-phone-block{
  display:grid !important;
  grid-template-columns:110px minmax(0,1fr);
  gap:18px;
  align-items:start;
}
.contact-phone-label{
  font-weight:700;
}
.contact-phone-numbers{
  display:flex;
  flex-direction:column;
  gap:5px;
}
.contact-phone-numbers a{
  display:block;
  width:max-content;
}
@media(max-width:520px){
  .contact-phone-block{
    grid-template-columns:90px minmax(0,1fr);
    gap:12px;
  }
}

/* v2.8.2 – Kontaktangaben und mobile Überschriften */
.contact-data{
  display:grid;
  grid-template-columns:96px minmax(0,1fr);
  gap:6px 16px;
  align-items:baseline;
}
.contact-data-label{font-weight:700}
.contact-data a{display:inline-block}
.contact-address{margin-top:14px}
.legal-contact-data{margin:18px 0}

/* Lange Landingpage-Überschriften auf Samsung Chrome */
@media(max-width:620px){
  .spec-panel-head{
    display:grid !important;
    grid-template-columns:46px minmax(0,1fr) !important;
    gap:14px !important;
    align-items:start !important;
  }
  .spec-panel-head .spec-icon{
    width:40px !important;
    height:40px !important;
  }
  .spec-panel-head h3{
    min-width:0 !important;
    max-width:100% !important;
    font-size:clamp(24px,7vw,32px) !important;
    line-height:1.08 !important;
    letter-spacing:-.5px !important;
    overflow-wrap:anywhere !important;
    word-break:normal !important;
  }
}

/* v3.0.0 Projekte */
.projects-hero h1{max-width:980px}.projects-hero p{max-width:850px}.heart-projects-intro>div{max-width:980px;margin:auto;text-align:center}.heart-projects-intro h2{font-size:36px;margin:0 0 16px}.heart-projects-intro p{font-size:18px;line-height:1.65;color:#555;margin:6px 0}.heart-projects-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.heart-project-card{min-height:300px;display:grid;grid-template-columns:120px 1fr;gap:24px;align-items:center;padding:30px;border:1px solid #dedede;border-radius:14px;background:#fff;box-shadow:0 14px 35px rgba(0,0,0,.05)}.heart-project-visual{width:100px;height:100px;display:flex;align-items:center;justify-content:center;border-radius:24px;background:#f4f4f4;font-size:46px}.heart-project-card span{display:block;margin-bottom:8px;color:var(--red);font-size:12px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase}.heart-project-card h2{margin:0 0 14px;font-size:27px}.heart-project-card p{margin:0;color:#505050;font-size:16px;line-height:1.6}.heart-project-status{margin-top:20px;color:#888;font-size:12px;font-weight:700;text-transform:uppercase}@media(max-width:900px){.heart-projects-grid{grid-template-columns:1fr}}@media(max-width:620px){.projects-hero h1{font-size:42px!important}.heart-project-card{grid-template-columns:1fr;padding:24px}.heart-project-visual{width:82px;height:82px;font-size:38px}.heart-projects-intro h2{font-size:29px}}


/* v3.0.1 – Bednarz Projektgeschichte */
.heart-projects-intro{padding-bottom:22px!important}
.heart-projects-intro+section.section{padding-top:20px!important}
.heart-project-link{color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.heart-project-link:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(0,0,0,.09);border-color:rgba(215,25,32,.35)}
.heart-project-photo{overflow:hidden;background:#f4f4f4}
.heart-project-photo img{width:100%;height:100%;object-fit:contain;padding:7px}

.project-story-hero{max-width:1320px;margin:0 auto;padding:72px 48px 52px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:58px;align-items:center}
.project-back{display:inline-block;margin-bottom:34px;color:#666;font-size:14px;font-weight:700}
.project-eyebrow{display:block;margin:18px 0 10px;color:var(--red);font-size:13px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase}
.project-story-copy h1{margin:0 0 22px;font-size:58px;line-height:1.04;letter-spacing:-1.6px}
.project-story-lead{margin:0;color:#444;font-size:21px;line-height:1.62}
.project-story-hero-image{overflow:hidden;border-radius:16px;box-shadow:0 24px 55px rgba(0,0,0,.14)}
.project-story-hero-image img{display:block;width:100%;height:460px;object-fit:cover}
.project-story-section{padding-top:46px!important}
.project-story-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:54px}
.project-story-text h2,.project-gallery-head h2{margin:14px 0 20px;font-size:38px;line-height:1.15}
.project-story-text p{margin:0 0 18px;color:#444;font-size:18px;line-height:1.72}
.project-contribution{padding:32px;border:1px solid #dedede;border-radius:12px;background:#fafafa}
.project-contribution>span,.project-importance-box span{color:var(--red);font-size:12px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase}
.project-contribution h2{margin:12px 0 22px;font-size:26px;line-height:1.2}
.project-contribution ul{margin:0;padding:0;list-style:none}
.project-contribution li{position:relative;padding:12px 0 12px 26px;border-top:1px solid #e4e4e4;color:#444;line-height:1.45}
.project-contribution li:before{content:'✓';position:absolute;left:0;color:var(--red)}
.project-gallery-section{padding-top:48px!important}
.project-gallery-head{max-width:1180px;margin:0 auto 28px}
.project-gallery-head p{margin:0;color:#666;font-size:17px}
.project-gallery{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.3fr .7fr;gap:20px}
.project-gallery figure{margin:0;overflow:hidden;border-radius:12px;background:#f2f2f2;border:1px solid #e2e2e2}
.project-gallery-wide{grid-row:span 2}
.project-gallery img{display:block;width:100%;height:320px;object-fit:cover}
.project-gallery-wide img{height:680px}
.project-gallery figcaption{padding:13px 16px;color:#666;font-size:13px}
.project-importance-box{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:310px 1fr;gap:44px;align-items:center;padding:42px;border-radius:14px;background:linear-gradient(135deg,#f8f8f8,#fff);border:1px solid #dedede}
.project-importance-image img{display:block;width:100%;height:220px;object-fit:contain}
.project-importance-box h2{margin:12px 0 16px;font-size:38px;line-height:1.15}
.project-importance-box p{margin:0;color:#444;font-size:18px;line-height:1.7}
.project-story-cta{padding-top:34px!important}
@media(max-width:980px){.project-story-hero{grid-template-columns:1fr;padding:50px 28px}.project-story-hero-image{order:-1}.project-story-grid{grid-template-columns:1fr}.project-gallery{grid-template-columns:1fr 1fr}.project-gallery-wide{grid-column:1/-1;grid-row:auto}.project-gallery-wide img{height:480px}.project-importance-box{grid-template-columns:220px 1fr}}
@media(max-width:620px){.heart-projects-intro{padding-bottom:10px!important}.heart-projects-intro+section.section{padding-top:10px!important}.project-story-hero{padding:34px 18px 30px;gap:28px}.project-story-hero-image img{height:260px}.project-story-copy h1{font-size:42px}.project-story-lead{font-size:18px}.project-gallery{grid-template-columns:1fr}.project-gallery-wide{grid-column:auto}.project-gallery img,.project-gallery-wide img{height:260px}.project-importance-box{grid-template-columns:1fr;padding:26px}.project-importance-image img{height:160px}.project-story-text h2,.project-gallery-head h2,.project-importance-box h2{font-size:30px}}


/* v3.0.2 – Projektpartner-Abschlussbox */
.project-partner-section{
  padding-top:20px !important;
}
.project-partner-box{
  max-width:980px;
  margin:0 auto;
  padding:38px;
  border:1px solid #dedede;
  border-radius:12px;
  background:#fff;
  text-align:center;
  box-shadow:0 14px 35px rgba(0,0,0,.05);
}
.project-partner-box h2{
  margin:14px 0 12px;
  font-size:32px;
  line-height:1.2;
}
.project-partner-box p{
  max-width:720px;
  margin:0 auto 24px;
  color:#555;
  font-size:17px;
  line-height:1.6;
}
@media(max-width:620px){
  .project-partner-box{
    padding:26px 22px;
  }
  .project-partner-box h2{
    font-size:27px;
  }
}

/* v3.0.3 – Süße Biene, FrischR und Herzsymbol */
.projects-heartmark,.project-heartmark{width:46px;height:46px;margin-bottom:12px}.projects-heartmark img,.project-heartmark img{width:100%;height:100%}.heart-project-link{color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.heart-project-link:hover{transform:translateY(-4px);border-color:rgba(215,25,32,.4);box-shadow:0 18px 38px rgba(0,0,0,.09)}.heart-project-logo{overflow:hidden;padding:12px}.heart-project-logo img{width:100%;height:100%;object-fit:contain}.project-story-hero-warm{background:linear-gradient(135deg,#fff 0%,#fffaf0 100%)}.project-story-hero-green{background:linear-gradient(135deg,#fff 0%,#f1f7ee 100%)}.project-logo-stage{display:flex!important;align-items:center;justify-content:center;padding:46px!important;background:#fff}.project-logo-stage img{width:100%;height:100%;max-height:430px;object-fit:contain}.project-logo-stage-green{background:#eef4e7}.project-quote-section{padding-top:8px!important}.project-quote-box{max-width:980px;margin:0 auto;padding:38px;display:grid;grid-template-columns:62px 1fr;gap:24px;align-items:center;border:1px solid #ead9aa;border-radius:14px;background:#fffaf0}.project-quote-box img{width:54px}.project-quote-box blockquote{margin:0;font-size:25px;line-height:1.45;font-weight:700}.project-quote-green{background:#f2f8ef;border-color:#cdddc5}.project-connection-section{padding-top:16px!important}.project-connection-box{max-width:1080px;margin:0 auto;padding:34px;display:grid;grid-template-columns:70px 1fr;gap:24px;align-items:start;border:1px solid #dedede;border-radius:14px;background:#fff}.project-connection-box>img{width:58px}.project-connection-box span{display:block;color:var(--red);font-size:12px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}.project-connection-box h2{margin:8px 0 12px;font-size:29px}.project-connection-box p{margin:0 0 16px;color:#555;line-height:1.65}.project-connection-box a{font-weight:800;color:var(--red)}.project-importance-noimage{display:block!important;max-width:980px!important;text-align:center}.project-importance-noimage>div{max-width:780px;margin:auto}
@media(max-width:620px){.project-story-hero-warm,.project-story-hero-green{display:flex!important;flex-direction:column!important}.project-logo-stage{min-height:260px;padding:28px!important}.project-quote-box,.project-connection-box{grid-template-columns:1fr;padding:26px}.project-quote-box blockquote{font-size:21px}.project-connection-box h2{font-size:25px}}


/* v3.0.4 – Esther Münch / Sichtbar */
.project-story-hero-walli{
  background:linear-gradient(135deg,#fff 0%,#f3f0eb 100%);
}
.project-book-stage{
  position:relative;
  display:flex!important;
  justify-content:center;
  align-items:center;
  padding:34px!important;
  background:#ebe8e2;
  text-decoration:none;
}
.project-book-stage img{
  width:auto!important;
  max-width:100%;
  height:460px!important;
  object-fit:contain!important;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}
.project-partner-logo-link>span{
  position:absolute;
  left:24px;
  right:24px;
  bottom:18px;
  padding:10px 14px;
  border-radius:8px;
  color:#fff;
  background:rgba(0,0,0,.72);
  font-size:13px;
  font-weight:800;
  text-align:center;
  opacity:0;
  transform:translateY(6px);
  transition:.2s ease;
}
.project-partner-logo-link:hover>span,
.project-partner-logo-link:focus>span{
  opacity:1;
  transform:translateY(0);
}
.project-contribution-walli{
  border-top-color:#978b7d;
  background:#f7f4ef;
}
.project-quote-walli{
  border-color:#cfc6bb;
  background:#f5f2ed;
}
.project-craft-section{
  padding-top:18px!important;
}
.project-craft-box{
  max-width:1080px;
  margin:0 auto;
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:38px;
  align-items:center;
  padding:38px;
  border:1px solid #ded8cf;
  border-radius:14px;
  background:#fff;
}
.project-craft-image img{
  display:block;
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:12px;
}
.project-craft-box span{
  display:block;
  color:var(--red);
  font-size:12px;
  font-weight:800;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.project-craft-box h2{
  margin:8px 0 14px;
  font-size:32px;
}
.project-craft-box p{
  margin:0 0 12px;
  color:#555;
  font-size:17px;
  line-height:1.65;
}
.project-walli-gallery{
  max-width:1040px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  align-items:start;
}
.project-walli-gallery figure{
  margin:0;
  padding:18px;
  border:1px solid #dedede;
  border-radius:12px;
  background:#fff;
}
.project-walli-gallery img{
  display:block;
  width:100%;
  height:640px;
  object-fit:contain;
  background:#eeeae4;
}
.project-walli-gallery figcaption{
  padding:12px 4px 2px;
  color:#666;
  font-size:14px;
}
.heart-project-cover{
  overflow:hidden;
  padding:0!important;
  background:#eae6df!important;
}
.heart-project-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@media(max-width:980px){
  .project-craft-box{
    grid-template-columns:220px minmax(0,1fr);
  }
  .project-walli-gallery img{
    height:520px;
  }
}
@media(max-width:620px){
  .project-book-stage{
    padding:22px!important;
  }
  .project-book-stage img{
    height:360px!important;
  }
  .project-partner-logo-link>span{
    position:static;
    margin-top:14px;
    opacity:1;
    transform:none;
    background:#222;
  }
  .project-craft-box{
    grid-template-columns:1fr;
    padding:24px;
  }
  .project-craft-image{
    max-width:220px;
  }
  .project-craft-box h2{
    font-size:27px;
  }
  .project-walli-gallery{
    grid-template-columns:1fr;
  }
  .project-walli-gallery img{
    height:auto;
    max-height:620px;
  }
}

/* v3.1.0 – Esther Münch Projektseite */
.walli-project-page{background:#f7f3ed;color:#26211d}.walli-hero{display:grid;grid-template-columns:260px minmax(0,1fr) 430px;gap:42px;align-items:center;max-width:1480px;margin:0 auto;padding:56px 42px 44px;background:linear-gradient(90deg,#fbf8f3 0%,#f7f2eb 58%,#efe7dc 100%);border-bottom:1px solid #d8cec0}.walli-book{display:flex;justify-content:center}.walli-book img{width:220px;max-height:360px;object-fit:contain;box-shadow:0 20px 34px rgba(0,0,0,.18);transform:perspective(900px) rotateY(3deg)}.walli-hero-copy h1{margin:18px 0 4px;font-family:Georgia,"Times New Roman",serif;font-size:58px;line-height:1.05;font-weight:500}.walli-hero-copy h2{margin:0 0 26px;color:#8d211b;font-family:Georgia,"Times New Roman",serif;font-size:28px;font-weight:500}.heart-outline{font-family:Arial,sans-serif;font-size:38px;vertical-align:-4px}.walli-hero-copy p{margin:4px 0;font-size:18px;line-height:1.55}.walli-partner-link{display:inline-block;margin-top:22px;padding-bottom:5px;color:#8d211b;border-bottom:1px solid #8d211b;font-size:17px;font-weight:700}.walli-drawing{min-height:390px;display:flex;align-items:flex-end;justify-content:center}.walli-drawing img{width:100%;max-height:410px;object-fit:contain;mix-blend-mode:multiply}.walli-pillars{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:30px 42px 26px;background:#fbf8f3;border-bottom:1px solid #ddd2c4}.walli-pillars article{position:relative;padding:0 28px 0 72px;border-right:1px solid #ddd2c4}.walli-pillars article:last-child{border-right:0}.walli-icon{position:absolute;left:18px;top:0;width:46px;height:46px;display:flex;align-items:center;justify-content:center;border:1px solid #9c3a32;border-radius:50%;color:#9c3a32;font-size:24px}.walli-pillars h3{margin:0 0 8px;color:#7f2a24;font-family:Georgia,"Times New Roman",serif;font-size:20px}.walli-pillars p{margin:0;font-size:14px;line-height:1.48}.walli-media-grid{max-width:1360px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:32px;align-items:stretch;padding:30px 42px 24px}.walli-media-grid figure,.walli-media-grid blockquote{margin:0;border:1px solid #d9cec0;border-radius:8px;background:#fffaf4;overflow:hidden}.walli-media-grid figure img{display:block;width:100%;height:300px;object-fit:contain;background:#eee8df}.walli-media-grid figcaption{padding:10px 14px;color:#6b625a;font-size:13px}.walli-media-grid blockquote{position:relative;display:flex;flex-direction:column;justify-content:center;padding:42px;color:#8d211b;font-family:Georgia,"Times New Roman",serif;font-size:23px;line-height:1.45}.walli-media-grid blockquote span{position:absolute;left:20px;top:6px;color:#b7a99a;font-size:70px}.walli-media-grid blockquote i{align-self:flex-end;margin-top:14px;font-family:Arial,sans-serif;font-style:normal;font-size:30px}.walli-partner-box{max-width:1360px;margin:0 auto 48px;display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:26px;align-items:center;padding:24px 34px;border:1px solid #d9cec0;border-radius:10px;background:#fffaf4}.walli-partner-heart{color:#9c2d26;font-size:56px}.walli-partner-box h2{margin:0 0 6px;font-family:Georgia,"Times New Roman",serif;font-size:30px;font-weight:500}.walli-partner-box p{margin:0;color:#514a44;font-size:15px;line-height:1.5}@media(max-width:1100px){.walli-hero{grid-template-columns:210px minmax(0,1fr) 300px;gap:28px}.walli-hero-copy h1{font-size:48px}.walli-pillars{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 0}.walli-pillars article:nth-child(2){border-right:0}}@media(max-width:760px){.walli-hero{grid-template-columns:1fr;padding:34px 22px}.walli-book{order:2}.walli-hero-copy{order:1}.walli-drawing{order:3;min-height:auto}.walli-book img{width:190px}.walli-hero-copy h1{font-size:42px}.walli-hero-copy h2{font-size:24px}.walli-drawing img{max-height:360px}.walli-pillars{grid-template-columns:1fr;padding:28px 22px}.walli-pillars article{border-right:0;padding:0 0 0 62px}.walli-media-grid{grid-template-columns:1fr;padding:26px 22px}.walli-media-grid figure img{height:auto;max-height:520px}.walli-partner-box{grid-template-columns:54px 1fr;margin:0 22px 34px;padding:24px}.walli-partner-box .btn{grid-column:1/-1;justify-self:start}}


/* v3.2.0 – Premium-Projektlayout für alle Herzensprojekte */
.premium-project-page{
  --project-bg:#f7f3ed;
  --project-bg-soft:#fbf8f3;
  --project-accent:#8d211b;
  --project-border:#d8cec0;
  background:var(--project-bg);
  color:#26211d;
}
.theme-walli{
  --project-bg:#f7f3ed;
  --project-bg-soft:#fbf8f3;
  --project-accent:#8d211b;
  --project-border:#d8cec0;
}
.theme-frischr{
  --project-bg:#f3f6ef;
  --project-bg-soft:#fbfcf8;
  --project-accent:#2d7a3a;
  --project-border:#cfd9c9;
}
.theme-bee{
  --project-bg:#fff7df;
  --project-bg-soft:#fffdf6;
  --project-accent:#b77a00;
  --project-border:#ead9a6;
}
.theme-bednarz{
  --project-bg:#eef4f6;
  --project-bg-soft:#f8fbfc;
  --project-accent:#186b82;
  --project-border:#c9dce2;
}
.premium-project-hero{
  max-width:1480px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) 520px;
  gap:46px;
  align-items:center;
  padding:56px 44px;
  background:linear-gradient(90deg,var(--project-bg-soft),var(--project-bg));
  border-bottom:1px solid var(--project-border);
}
.premium-project-hero-copy h1{
  margin:18px 0 4px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:58px;
  line-height:1.05;
  font-weight:500;
}
.premium-project-hero-copy h2{
  margin:0 0 26px;
  color:var(--project-accent);
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  font-weight:500;
}
.premium-project-hero-copy h2 span{
  font-family:Arial,sans-serif;
  font-size:38px;
  vertical-align:-4px;
}
.premium-project-hero-copy p{
  margin:4px 0;
  font-size:18px;
  line-height:1.55;
}
.premium-partner-link{
  display:inline-block;
  margin-top:22px;
  padding-bottom:5px;
  color:var(--project-accent);
  border-bottom:1px solid var(--project-accent);
  font-size:17px;
  font-weight:700;
}
.premium-project-hero-visual{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:420px;
  overflow:hidden;
}
.premium-project-hero-visual img{
  display:block;
  width:100%;
  height:420px;
  object-fit:contain;
  background:transparent;
}
.premium-project-hero-visual>span{
  position:absolute;
  left:24px;
  right:24px;
  bottom:16px;
  padding:10px 14px;
  border-radius:8px;
  background:rgba(0,0,0,.72);
  color:#fff;
  text-align:center;
  font-size:13px;
  font-weight:800;
  opacity:0;
  transform:translateY(6px);
  transition:.2s ease;
}
.premium-project-hero-visual:hover>span,
.premium-project-hero-visual:focus>span{
  opacity:1;
  transform:translateY(0);
}

.premium-project-pillars{
  max-width:1480px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  padding:30px 44px 28px;
  background:var(--project-bg-soft);
  border-bottom:1px solid var(--project-border);
}
.premium-project-pillars article{
  position:relative;
  padding:0 28px 0 72px;
  border-right:1px solid var(--project-border);
}
.premium-project-pillars article:last-child{border-right:0}
.premium-project-icon{
  position:absolute;
  left:18px;
  top:0;
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--project-accent);
  border-radius:50%;
  color:var(--project-accent);
  font-size:23px;
}
.premium-project-pillars h3{
  margin:0 0 8px;
  color:var(--project-accent);
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
}
.premium-project-pillars p{
  margin:0;
  font-size:14px;
  line-height:1.48;
}

.premium-project-media{
  max-width:1480px;
  margin:0 auto;
  padding:30px 44px 24px;
}
.premium-project-media-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:30px;
}
.premium-project-media figure,
.premium-project-media blockquote{
  margin:0;
  border:1px solid var(--project-border);
  border-radius:8px;
  background:var(--project-bg-soft);
  overflow:hidden;
}
.premium-project-media figure img{
  display:block;
  width:100%;
  height:300px;
  object-fit:contain;
  background:#fff;
}
.premium-project-media figcaption{
  padding:10px 14px;
  color:#655f58;
  font-size:13px;
}
.premium-project-media blockquote{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:42px;
  color:var(--project-accent);
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  line-height:1.45;
}
.premium-project-media blockquote>span{
  position:absolute;
  left:20px;
  top:6px;
  color:#b7a99a;
  font-size:70px;
}
.premium-project-media blockquote i{
  align-self:flex-end;
  margin-top:14px;
  font-family:Arial,sans-serif;
  font-style:normal;
  font-size:30px;
}
.premium-project-partner{
  max-width:1360px;
  margin:0 auto 48px;
  display:grid;
  grid-template-columns:72px minmax(0,1fr) auto;
  gap:26px;
  align-items:center;
  padding:24px 34px;
  border:1px solid var(--project-border);
  border-radius:10px;
  background:var(--project-bg-soft);
}
.premium-project-heart{
  color:var(--project-accent);
  font-size:56px;
}
.premium-project-partner h2{
  margin:0 0 6px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  font-weight:500;
}
.premium-project-partner p{
  margin:0;
  color:#514a44;
  font-size:15px;
  line-height:1.5;
}
@media(max-width:1100px){
  .premium-project-hero{grid-template-columns:1fr 360px}
  .premium-project-hero-copy h1{font-size:48px}
  .premium-project-pillars{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 0}
  .premium-project-pillars article:nth-child(2){border-right:0}
}
@media(max-width:760px){
  .premium-project-hero{grid-template-columns:1fr;padding:34px 22px}
  .premium-project-hero-copy h1{font-size:42px}
  .premium-project-hero-copy h2{font-size:24px}
  .premium-project-hero-visual{min-height:300px}
  .premium-project-hero-visual img{height:340px}
  .premium-project-hero-visual>span{position:static;margin-top:12px;opacity:1;transform:none;background:#222}
  .premium-project-pillars{grid-template-columns:1fr;padding:28px 22px}
  .premium-project-pillars article{border-right:0;padding:0 0 0 62px}
  .premium-project-media{padding:26px 22px}
  .premium-project-media-grid{grid-template-columns:1fr}
  .premium-project-media figure img{height:auto;max-height:520px}
  .premium-project-partner{grid-template-columns:54px 1fr;margin:0 22px 34px;padding:24px}
  .premium-project-partner .btn{grid-column:1/-1;justify-self:start}
}


/* v3.2.2 – Projektübersicht: nur Karten herzlicher, Hero bleibt klar */
.projects-hero h1,
.projects-hero p,
.heart-projects-intro h2,
.heart-projects-intro p{
  font-family:Arial, Helvetica, sans-serif !important;
}

.projects-hero h1{
  font-weight:700 !important;
  letter-spacing:-0.6px;
}

.heart-projects-intro h2{
  font-weight:600 !important;
  letter-spacing:-0.3px;
}

/* Nur die sieben Projektkarten wärmer und persönlicher */
.heart-project-card{
  position:relative;
  overflow:hidden;
  border:1px solid #eadfd9 !important;
  border-radius:14px !important;
  background:linear-gradient(180deg,#ffffff 0%,#fffaf7 100%) !important;
  box-shadow:0 14px 32px rgba(92,58,46,.08) !important;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.heart-project-card:hover{
  transform:translateY(-4px);
  border-color:rgba(215,25,32,.28) !important;
  box-shadow:0 20px 42px rgba(92,58,46,.13) !important;
}

.heart-project-card::after{
  content:"♡";
  position:absolute;
  right:18px;
  bottom:10px;
  color:rgba(215,25,32,.15);
  font-size:34px;
  line-height:1;
  pointer-events:none;
}

.heart-project-card h2{
  font-family:Arial, Helvetica, sans-serif !important;
  font-weight:700 !important;
}

.heart-project-card span,
.heart-project-status{
  font-family:Arial, Helvetica, sans-serif !important;
}

.heart-project-status{
  color:var(--red) !important;
}

.heart-project-visual{
  border-radius:20px !important;
  background:#f7f1ed !important;
}

@media(max-width:620px){
  .projects-hero h1{
    font-size:40px !important;
    line-height:1.08 !important;
  }
}

/* v3.3.0 – Projektübersicht Variante 2, Verantwortung und Vereine */
.heart-projects-intro h2{
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(34px,4vw,52px)!important;
  line-height:1.12;
  font-weight:500!important;
  letter-spacing:-.7px!important;
}
.project-list-section{padding-top:24px!important}
.project-list{max-width:1120px;margin:0 auto;border-top:1px solid #e2d9d3}
.project-list-item{--list-accent:#9b302a;display:grid;grid-template-columns:58px minmax(0,1fr) 180px;gap:24px;align-items:center;padding:28px 24px;border-bottom:1px solid #e2d9d3;color:inherit;text-decoration:none;background:linear-gradient(90deg,rgba(255,255,255,.94),rgba(255,250,247,.72));transition:.2s ease}
.project-list-item:hover{transform:translateX(5px);background:#fff;box-shadow:0 12px 30px rgba(75,50,40,.08)}
.project-list-heart{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid var(--list-accent);border-radius:50%;color:var(--list-accent);font-size:27px}
.project-list-item small{display:block;margin-bottom:5px;color:var(--list-accent);font-size:11px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}
.project-list-item h2{margin:0 0 7px;font-family:Georgia,"Times New Roman",serif!important;font-size:27px;font-weight:500!important}
.project-list-item p{margin:0;color:#555;line-height:1.55}
.project-list-item strong{justify-self:end;color:var(--list-accent);font-size:12px;text-align:right;text-transform:uppercase;letter-spacing:.5px}
.theme-list-bednarz{--list-accent:#186b82}.theme-list-bee{--list-accent:#a86f00}.theme-list-frischr{--list-accent:#2d7a3a}.theme-list-walli{--list-accent:#8d211b}.theme-list-green{--list-accent:#52724d}.theme-list-club{--list-accent:#9b302a}.theme-list-region{--list-accent:#765b4c}

.community-page{background:#f8f3ee;color:#29231f}.community-hero,.responsibility-hero{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:56px;align-items:center;padding:66px 48px;background:linear-gradient(100deg,#fffaf6,#f3e8df);border-bottom:1px solid #dfd2c8}.community-kicker{display:block;color:#9b302a;font-size:12px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase}.community-hero h1,.responsibility-hero h1{max-width:900px;margin:15px 0 24px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,6vw,72px);line-height:1.02;font-weight:500}.community-hero p,.responsibility-hero p{max-width:850px;margin:8px 0;color:#514941;font-size:19px;line-height:1.65}.community-hero-symbol{color:#a3423b;font-size:170px;font-family:Georgia,serif;text-align:center;opacity:.75}.community-pillars,.responsibility-pillars{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:34px 48px;background:#fffaf6;border-bottom:1px solid #dfd2c8}.community-pillars article,.responsibility-pillars article{position:relative;padding:0 28px 0 68px;border-right:1px solid #dfd2c8}.community-pillars article:last-child,.responsibility-pillars article:last-child{border-right:0}.community-pillars article>span,.responsibility-pillars article>span{position:absolute;left:14px;top:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #9b302a;border-radius:50%;color:#9b302a}.community-pillars h2,.responsibility-pillars h2{margin:0 0 8px;color:#8a312b;font-family:Georgia,"Times New Roman",serif;font-size:21px;font-weight:500}.community-pillars p,.responsibility-pillars p{margin:0;color:#514941;font-size:14px;line-height:1.55}.community-list-section{padding-top:58px!important}.community-list-head{max-width:960px;margin:0 auto 32px;text-align:center}.community-list-head span,.responsibility-story-copy>span{color:#9b302a;font-size:12px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase}.community-list-head h2,.responsibility-story h2,.responsibility-points h2{margin:10px 0 15px;font-family:Georgia,"Times New Roman",serif;font-size:39px;font-weight:500}.community-list-head p{margin:0;color:#5a514b;font-size:17px;line-height:1.65}.community-list{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #dfd2c8}.community-list article{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:center;padding:25px 22px;border-bottom:1px solid #dfd2c8}.community-list article:nth-child(odd){border-right:1px solid #dfd2c8}.community-list b{font-size:30px;text-align:center}.community-list h3{margin:0 0 6px;font-family:Georgia,"Times New Roman",serif;font-size:23px;font-weight:500}.community-list p{margin:0;color:#5a514b;line-height:1.55}.community-thanks{padding-top:28px!important}.community-thanks>div{max-width:940px;margin:0 auto;padding:42px;border:1px solid #dfd2c8;border-radius:12px;background:#fffaf6;text-align:center}.community-thanks span{color:#9b302a;font-size:44px}.community-thanks h2{margin:8px 0 14px;font-family:Georgia,"Times New Roman",serif;font-size:37px;font-weight:500}.community-thanks p{margin:5px auto;max-width:730px;color:#554c45;font-size:17px;line-height:1.6}

.responsibility-page{background:#f2f5ef;color:#252a23}.responsibility-hero{background:linear-gradient(100deg,#fbfdf9,#e9f0e5);border-color:#cfd9c9}.responsibility-mark{color:#52724d;font-size:180px;text-align:center;opacity:.7}.responsibility-hero .community-kicker,.responsibility-story-copy>span{color:#52724d}.responsibility-pillars{background:#fbfdf9;border-color:#cfd9c9}.responsibility-pillars article{border-color:#cfd9c9}.responsibility-pillars article>span{border-color:#52724d;color:#52724d;font-size:12px;font-weight:800}.responsibility-pillars h2{color:#466340}.responsibility-story{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:40px;align-items:stretch}.responsibility-story-copy{padding:42px;border:1px solid #cfd9c9;border-radius:12px;background:#fbfdf9}.responsibility-story-copy p{color:#4c5549;font-size:17px;line-height:1.7}.responsibility-story blockquote{position:relative;margin:0;display:flex;flex-direction:column;justify-content:center;padding:48px;border:1px solid #cfd9c9;border-radius:12px;background:#e8efe4;color:#466340;font-family:Georgia,"Times New Roman",serif;font-size:28px;line-height:1.45}.responsibility-story blockquote>span{position:absolute;left:20px;top:4px;font-size:70px;opacity:.35}.responsibility-story blockquote i{align-self:flex-end;font-family:Arial,sans-serif;font-style:normal;font-size:34px}.responsibility-points>div{max-width:980px;margin:0 auto;padding:42px;border:1px solid #cfd9c9;border-radius:12px;background:#fbfdf9}.responsibility-points ul{margin:20px 0 0;padding:0;list-style:none}.responsibility-points li{position:relative;padding:14px 0 14px 34px;border-top:1px solid #dbe3d7;color:#465044;font-size:17px}.responsibility-points li:before{content:'✓';position:absolute;left:3px;color:#52724d;font-weight:800}
@media(max-width:900px){.project-list-item{grid-template-columns:50px 1fr}.project-list-item strong{grid-column:2;justify-self:start}.community-hero,.responsibility-hero{grid-template-columns:1fr}.community-hero-symbol,.responsibility-mark{display:none}.community-pillars,.responsibility-pillars{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 0}.community-pillars article:nth-child(2),.responsibility-pillars article:nth-child(2){border-right:0}.responsibility-story{grid-template-columns:1fr}}
@media(max-width:620px){.project-list-item{grid-template-columns:42px 1fr;padding:23px 12px;gap:15px}.project-list-heart{width:36px;height:36px;font-size:23px}.project-list-item h2{font-size:23px}.project-list-item p{font-size:15px}.community-hero,.responsibility-hero{padding:40px 22px}.community-hero h1,.responsibility-hero h1{font-size:43px}.community-pillars,.responsibility-pillars{grid-template-columns:1fr;padding:28px 22px}.community-pillars article,.responsibility-pillars article{border-right:0;padding-left:58px}.community-list{grid-template-columns:1fr}.community-list article:nth-child(odd){border-right:0}.community-thanks>div,.responsibility-story-copy,.responsibility-story blockquote,.responsibility-points>div{padding:28px 22px}.community-list-head h2,.responsibility-story h2,.responsibility-points h2{font-size:31px}}

/* v5.1.1 – Originalbilder Süße Biene im bestehenden Projektlayout */
.theme-bee .premium-project-hero-visual img{object-fit:cover;border-radius:10px;}
.theme-bee .premium-project-media figure img{object-fit:cover;}
.theme-bee .premium-project-media figure img[src*="logo-suesse-biene"]{object-fit:contain;padding:18px;box-sizing:border-box;background:#fff8e5;}
