*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:#17233c;background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}header{border-bottom:1px solid #e7ebf2;background:#fff;position:sticky;top:0;z-index:5}.nav{max-width:1160px;margin:auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:800;font-size:22px}.brand span{color:#1769e0}.nav nav{display:flex;gap:26px;font-size:14px}.hero{background:linear-gradient(135deg,#f5f9ff,#eef5ff);padding:86px 24px}.hero-inner{max-width:1160px;margin:auto;display:grid;grid-template-columns:1.5fr .7fr;gap:55px;align-items:center}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;color:#1769e0;margin-bottom:10px}.hero h1{font-size:52px;line-height:1.08;margin:0 0 22px;max-width:800px}.lead{font-size:19px;color:#52617a;max-width:760px}.actions{display:flex;gap:12px;margin:30px 0 18px;flex-wrap:wrap}.btn{padding:13px 20px;border-radius:9px;font-weight:700}.primary{background:#1769e0;color:white}.secondary{border:1px solid #bdc9da;background:#fff}.mini{font-size:13px;color:#63718a}.hero-card{background:#fff;border:1px solid #dce5f1;border-radius:18px;padding:34px;box-shadow:0 18px 50px rgba(25,61,110,.10)}.hero-card .icon{font-size:42px;color:#1769e0}.hero-card strong{font-size:25px;display:block;margin:8px 0}.section{max-width:1160px;margin:auto;padding:78px 24px}.section h2,.digital h2{font-size:35px;margin:0 0 8px}.section-intro{color:#68768d;margin-bottom:30px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{border:1px solid #dfe6ef;border-radius:15px;padding:28px;min-height:265px;box-shadow:0 7px 22px rgba(24,55,94,.05)}.card-icon{font-size:30px;color:#1769e0}.card h3{font-size:21px;margin:13px 0 8px}.card p{color:#627087}.link{display:block;margin-top:25px;font-weight:700;color:#1769e0;font-size:14px}.digital{background:#102a4e;color:#fff;padding:64px max(24px,calc((100% - 1112px)/2));display:grid;grid-template-columns:1fr 1fr;gap:65px}.digital p:not(.eyebrow){color:#d5deeb}.steps{display:grid;gap:13px}.steps div{background:rgba(255,255,255,.08);padding:16px;border-radius:10px;display:flex;align-items:center;gap:15px}.steps b{background:#fff;color:#102a4e;width:30px;height:30px;border-radius:50%;display:grid;place-items:center}.contact{text-align:center;max-width:850px}footer{background:#f4f6f9;border-top:1px solid #e0e5ec;padding:35px 24px}.footer-inner{max-width:1160px;margin:auto;display:flex;justify-content:space-between;gap:30px}.footer-links{display:flex;gap:18px;flex-wrap:wrap;font-size:14px}.legal-note{text-align:center;color:#7b8799;font-size:12px;margin:25px 0 0}@media(max-width:800px){.nav nav{display:none}.hero{padding:55px 20px}.hero-inner,.digital{grid-template-columns:1fr}.hero h1{font-size:38px}.grid{grid-template-columns:1fr}.footer-inner{flex-direction:column}.section{padding:55px 20px}}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border:1px solid #dfe6ef;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 25px rgba(24,55,94,.07)}.prod-art{height:190px;background:linear-gradient(145deg,#0d2b52,#1769e0);color:white;padding:22px;display:flex;flex-direction:column;justify-content:space-between}.prod-art span{font-size:12px;letter-spacing:1px;text-transform:uppercase}.prod-art b{font-size:58px;line-height:1}.prod-art small{opacity:.8}.product-body{padding:23px}.pill{font-size:11px;font-weight:800;color:#1769e0;background:#eef5ff;padding:5px 8px;border-radius:20px}.product-body h3{margin:13px 0 3px;font-size:20px}.meta{font-weight:700;color:#53637c}.price-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:22px 0 12px}.price-row strong{font-size:25px}.product-detail{max-width:1000px;margin:auto;padding:65px 24px}.detail-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px}.detail-grid .prod-art{height:340px;border-radius:18px}.detail-price{font-size:34px;font-weight:800}.notice{background:#f1f6fd;border-left:4px solid #1769e0;padding:15px 18px;margin:22px 0}.source{font-size:12px;color:#6e7b8f;word-break:break-all}@media(max-width:800px){.products-grid,.detail-grid{grid-template-columns:1fr}}
.prod-image{background:#f3f7fc;aspect-ratio:10/7;overflow:hidden;border-bottom:1px solid #dfe6ef}.prod-image img{width:100%;height:100%;display:block;object-fit:cover}.product-detail-image{max-width:560px;margin:24px 0 32px}.product-detail-image img{width:100%;display:block;border-radius:16px;border:1px solid #dfe6ef;box-shadow:0 10px 30px rgba(24,55,94,.08)}

/* Version 4: offizielle Herstellerabbildungen */
.product-image img, .product-visual img, .product-card img {
  max-width: 100%;
  max-height: 250px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Version 4.1: Herstellerbild auch auf Produkt-Detailseiten */
.detail-product-image {
  max-width: 1160px;
  margin: 32px auto 0;
  padding: 28px 24px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f9ff;
  border: 1px solid #dfe7f2;
  border-radius: 18px;
}
.detail-product-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(520px, 90%);
  max-height: 300px;
  object-fit: contain;
}
@media(max-width:800px){
  .detail-product-image { margin:20px 16px 0; min-height:220px; }
  .detail-product-image img { max-height:220px; }
}

/* Version 5: echte Herstellerabbildungen in Übersicht und Detailansicht */
.prod-image{height:260px;display:flex;align-items:center;justify-content:center;background:#fff;padding:20px}
.prod-image img{max-width:100%;max-height:220px;width:auto;height:auto;object-fit:contain}
.detail-official-image{background:#fff;border:1px solid #dfe7f2;border-radius:18px;min-height:420px;padding:28px;display:flex;align-items:center;justify-content:center}
.detail-official-image img{max-width:100%;max-height:390px;width:auto;height:auto;object-fit:contain}
@media(max-width:800px){.detail-official-image{min-height:260px}.detail-official-image img{max-height:250px}.prod-image{height:220px}.prod-image img{max-height:185px}}

/* V6 lokale Produktbilder */
.product-image img, .product-visual img, .product-card img, .detail-product-image img {
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:320px;
  object-fit:contain;
  margin:0 auto;
}
