
:root{--red:#b9211a;--red-dark:#951a15;--graphite:#2f3235;--text:#383b3e;--muted:#74787b;--light:#f3f3f1;--line:#dededb;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.55}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.header-row{min-height:94px;display:flex;align-items:center;gap:30px}.logo img{width:265px;max-height:78px;object-fit:contain;object-position:left center}.main-nav{margin-left:auto;display:flex;align-items:center;gap:4px}.main-nav a{padding:12px 16px;font-size:.86rem;text-transform:uppercase;letter-spacing:.45px;color:#555}.main-nav a:hover,.main-nav .active{color:var(--red)}.main-nav .active{border-bottom:2px solid var(--red)}.menu-toggle{display:none;margin-left:auto;border:0;background:none;font-size:1.7rem}
.hero{background:#ededeb}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;min-height:560px}.hero-copy{padding:78px 56px 70px 0;align-self:center}.eyebrow{text-transform:uppercase;letter-spacing:1.7px;font-size:.72rem;font-weight:800;color:#686c70}.eyebrow.red{color:var(--red)}.eyebrow.light{color:#dedede}.hero h1{font-size:3.6rem;line-height:1.03;letter-spacing:-2px;margin:12px 0 26px;color:var(--graphite)}.hero h1 span{color:var(--red)}.lead{font-size:1.11rem;max-width:700px;color:#4e5154}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;font-size:.8rem;font-weight:800;text-transform:uppercase}.btn-primary{background:var(--red);color:#fff}.btn-primary:hover{background:var(--red-dark)}.btn-secondary{border:1px solid #666}.btn-light{background:#fff;color:var(--graphite)}.micro{font-size:.83rem;color:#6c7073;margin-top:22px}.hero-image{min-height:560px;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);opacity:.94}
.section{padding:78px 0}.section-head{max-width:790px;margin-bottom:34px}.section-head h2,.history h2,.support-strip h2,.cta h2{font-size:2.5rem;line-height:1.08;letter-spacing:-1px;margin:7px 0 14px;color:var(--graphite)}.section-head p{font-size:1.02rem;color:#606468;margin:0}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{border:1px solid var(--line);background:#fff}.service-card img{height:220px;width:100%;object-fit:cover}.service-card:not(.network-card) img{filter:grayscale(1)}.network-card img{object-fit:contain;background:#f4f4f4;padding:18px}.service-body{padding:25px}.number{font-size:.72rem;font-weight:800;color:var(--red);letter-spacing:1px}.service-body h3{font-size:1.4rem;margin:4px 0 10px}.service-body p{font-size:.94rem;color:#606468;margin:0}
.support-strip{background:var(--graphite);color:#fff;padding:56px 0}.support-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.support-strip h2{color:#fff;margin-bottom:0}.support-strip p{margin:0;font-size:1.04rem;color:#e0e0e0;border-left:3px solid var(--red);padding-left:24px}
.unifi-section{background:#fff}.unifi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:22px}.unifi-card{border:1px solid var(--line);background:#f8f8f7;min-height:345px;display:flex;flex-direction:column}.unifi-card img{height:245px;width:100%;object-fit:contain;padding:20px;background:#fff}.unifi-card div{padding:18px 20px}.unifi-card strong,.unifi-card span{display:block}.unifi-card strong{font-size:1.05rem;margin-bottom:4px}.unifi-card span{font-size:.88rem;color:#666}
.products-section{background:#f5f5f3}.partner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.partner-card{background:#fff;border:1px solid var(--line);padding:28px 24px 24px;min-height:245px;display:flex;flex-direction:column;transition:.15s}.partner-card:hover{transform:translateY(-3px);border-color:#aaa;box-shadow:0 8px 20px rgba(0,0,0,.05)}.partner-card.own{border-top:4px solid var(--red)}.partner-logo{height:64px;display:flex;align-items:center;margin-bottom:18px;font-weight:900}.satron-word{font-size:1.65rem;color:#555}.satron-word span{color:var(--red);margin-left:7px;font-size:1rem}.polytron-word{font-size:1.55rem;letter-spacing:.8px}.jultec-word{font-size:1.55rem;letter-spacing:2px;color:#294f78}.ruwido-word{font-size:1.7rem;font-weight:500;letter-spacing:4px;color:#555}.partner-card p{font-size:.92rem;color:#65696c;margin:0 0 22px}.partner-link{margin-top:auto;border-top:1px solid #ececea;padding-top:15px;font-size:.78rem;text-transform:uppercase;font-weight:800;color:var(--red)}
.history-grid{display:grid;grid-template-columns:220px 1fr;gap:60px;align-items:start}.history-year{font-size:5rem;font-weight:900;color:#babdbf;line-height:1;border-bottom:7px solid var(--red);padding-bottom:14px}.history p{max-width:760px}.text-link{display:inline-block;margin-top:12px;color:var(--red);font-weight:800}
.cta{background:var(--red);color:#fff;padding:48px 0}.cta-grid{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}.cta h2{color:#fff;font-size:2.15rem;margin-bottom:0}
.site-footer{background:#242628;color:#d8d8d8;padding:48px 0}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:50px}.footer-brand img{width:220px;filter:grayscale(1) brightness(2)}.footer-brand p{font-size:.9rem}.site-footer strong,.site-footer span,.site-footer a{display:block}.site-footer strong{color:#fff;margin-bottom:9px}.site-footer span,.site-footer a{font-size:.88rem;margin:3px 0}
.page-hero{background:var(--graphite);color:#fff;padding:58px 0;border-bottom:5px solid var(--red)}.page-hero h1{font-size:3rem;margin:0}.content{padding:60px 0}.content-narrow{max-width:850px}.notice{border-left:4px solid var(--red);background:#f4f4f4;padding:18px;margin:20px 0}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}form{display:grid;gap:14px}label{font-weight:700}input,textarea,select{width:100%;padding:11px;border:1px solid #aaa;font:inherit}textarea{min-height:150px}.checkbox{display:flex;gap:8px;font-weight:400}.checkbox input{width:auto}.hidden-field{position:absolute;left:-9999px}
@media(max-width:900px){.header-row{min-height:78px}.logo img{width:220px}.menu-toggle{display:block}.main-nav{display:none;position:absolute;left:0;right:0;top:78px;background:#fff;border-top:1px solid var(--line);padding:12px 20px;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.hero-grid,.support-grid,.history-grid,.cta-grid{grid-template-columns:1fr}.hero-copy{padding:52px 0}.hero h1{font-size:2.8rem}.hero-image{min-height:320px}.service-grid,.unifi-grid{grid-template-columns:1fr}.partner-grid{grid-template-columns:1fr 1fr}.history-year{max-width:210px}}
@media(max-width:600px){.container{width:calc(100% - 28px)}.partner-grid,.footer-grid{grid-template-columns:1fr}.hero h1{font-size:2.32rem}.section{padding:58px 0}.section-head h2,.history h2,.support-strip h2{font-size:2rem}}

.page-hero p{max-width:760px;color:#ddd;font-size:1.05rem}.oem-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.oem-card{border:1px solid var(--line);background:#fff;display:grid;grid-template-columns:42% 58%;min-height:290px;overflow:hidden}.oem-image{background:#f4f4f3;display:flex;align-items:center;justify-content:center;padding:20px}.oem-image img{width:100%;height:230px;object-fit:contain}.oem-body{padding:27px}.oem-body h2{font-size:1.5rem;margin:5px 0 7px;color:var(--graphite)}.oem-body strong{font-size:.91rem}.oem-body p{font-size:.91rem;color:#666}.oem-note{margin-top:28px;background:#f2f2f0;border-left:4px solid var(--red);padding:20px;font-size:.9rem}@media(max-width:900px){.oem-grid{grid-template-columns:1fr}.oem-card{grid-template-columns:38% 62%}}@media(max-width:600px){.oem-card{grid-template-columns:1fr}.oem-image img{height:210px}}
.header-contact{margin-left:auto;display:flex;gap:22px;align-items:center;font-size:.83rem;color:#4a4d50}.nav-wrap{border-top:1px solid var(--line);background:#fff}.main-nav{justify-content:flex-end}.hero-v7{position:relative;min-height:560px;overflow:hidden;background:#0f2237}.hero-v7>img{width:100%;height:560px;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,23,39,.82) 0%,rgba(8,23,39,.45) 38%,rgba(8,23,39,.06) 70%)}.hero-overlay .container{height:100%;display:flex;align-items:center}.hero-box{max-width:560px;color:white}.hero-box h1{font-size:3.55rem;line-height:1.03;margin:10px 0 20px}.hero-box p{font-size:1.08rem;color:#eef2f5;max-width:540px}.audiences{background:#f6f7f8;border-bottom:1px solid var(--line)}.audience-grid{display:grid;grid-template-columns:repeat(4,1fr)}.audience-grid div{padding:22px 24px;border-right:1px solid var(--line)}.audience-grid div:last-child{border-right:0}.audience-grid strong,.audience-grid span{display:block}.audience-grid strong{font-size:1rem;color:#1f3248}.audience-grid span{font-size:.84rem;color:#666;margin-top:3px}.service-grid.four{grid-template-columns:repeat(4,1fr)}.row-head{display:flex;justify-content:space-between;align-items:end;max-width:none}.product-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.product-strip a{border:1px solid var(--line);background:#fff;padding:18px 14px;min-height:110px;display:flex;flex-direction:column;justify-content:center}.product-strip b{font-size:.92rem}.product-strip span{font-size:.78rem;color:#6a6e72;margin-top:7px}.partner-section{background:#fff}.support-strip .btn{margin-top:18px}@media(max-width:1100px){.service-grid.four{grid-template-columns:1fr 1fr}.product-strip{grid-template-columns:repeat(4,1fr)}.header-contact{display:none}}@media(max-width:760px){.audience-grid{grid-template-columns:1fr 1fr}.product-strip{grid-template-columns:1fr 1fr}.hero-v7>img{height:500px}.hero-box h1{font-size:2.6rem}.service-grid.four{grid-template-columns:1fr}.row-head{display:block}.row-head .text-link{margin-top:10px}}@media(max-width:520px){.audience-grid,.product-strip{grid-template-columns:1fr}.audience-grid div{border-right:0;border-bottom:1px solid var(--line)}}
.service-grid.four .service-card img{height:235px;object-fit:cover;filter:none}

/* V9: OEM Produktbilder */
.product-card img,.products-grid img{object-fit:contain;background:#fff}

/* V11 GT-SAT Produktabbildungen */
.gt-product-image{
  height:220px;display:flex;align-items:center;justify-content:center;
  background:#fff;border-radius:10px;margin-bottom:18px;padding:14px;overflow:hidden
}
.gt-product-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}

/* V12 – einheitliche Produktkarten */
.v12-card{display:grid;grid-template-columns:42% 58%;border:1px solid #d7d7d7;background:#fff;min-height:295px;overflow:hidden}
.v12-card .oem-img{background:#f2f2f2;display:flex;align-items:center;justify-content:center;padding:20px;min-height:295px}
.v12-card .oem-img img{display:block;max-width:100%;max-height:210px;width:auto;height:auto;object-fit:contain;background:#fff}
.v12-card .oem-body{padding:28px 28px 24px;display:flex;flex-direction:column;align-items:flex-start}
.v12-card .oem-brand{font-size:.78rem;font-weight:800;letter-spacing:.08em;color:#d71912;margin-bottom:8px;text-transform:none}
.v12-card h2{margin:0 0 10px;font-size:1.42rem;line-height:1.25}
.v12-card p{margin:0 0 12px;line-height:1.5}
.v12-card .text-link{margin-top:auto;color:#d71912;font-weight:700;text-decoration:none}
@media(max-width:760px){.v12-card{grid-template-columns:1fr}.v12-card .oem-img{min-height:220px}.v12-card .oem-body{padding:22px}}

/* V14 Navigation und Produktzugang */
.direct-products{margin-top:22px;margin-bottom:10px}
.healthcare-feature{padding-top:55px}
.healthcare-card{max-width:900px}

/* V16 – hochgeladenes satron Logo vollständig anzeigen */
.brand img,.logo img,header img[alt*="satron"],.site-logo img{
  object-fit:contain !important;
  object-position:center !important;
  max-height:72px !important;
  width:auto !important;
  overflow:visible !important;
}
.brand,.logo,.site-logo{overflow:visible !important}

/* V18 – Header/Logo Korrektur */
.site-header .container,.main-header .container,header .container{
  align-items:center;
}
.brand,.logo,.site-logo{
  display:flex !important;
  align-items:center !important;
  line-height:0 !important;
  height:auto !important;
  min-height:0 !important;
}
.brand img,.logo img,.site-logo img,header img[alt*="satron"]{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:180px !important;
  max-height:76px !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:0 !important;
}
.topbar .container,.top-strip .container{
  display:flex;
  align-items:center;
  gap:.35rem;
}

/* V19 – Header bereinigt, Healthcare Produktbild größer */
.topbar,.top-strip{display:none !important}
.healthcare-card .oem-img{min-height:360px !important;padding:18px !important}
.healthcare-card .oem-img img{
  max-height:330px !important;
  max-width:88% !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
}
@media(max-width:760px){
  .healthcare-card .oem-img{min-height:320px !important}
  .healthcare-card .oem-img img{max-height:290px !important}
}

/* V21 – Footer Logo */
.footer-satron-logo{
  display:block;
  width:220px;
  max-width:100%;
  height:auto;
  object-fit:contain;
  margin:0 0 16px 0;
  mix-blend-mode:normal;
}

/* V22 – Footer-Logo auf allen Seiten sicher sichtbar */
.site-footer .footer-brand{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
}
.site-footer .footer-satron-logo{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  width:220px !important;
  max-width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  margin:0 0 14px 0 !important;
  filter:none !important;
}
.site-footer .footer-brand p{
  margin:0 !important;
}

/* V23 – neues lokales Hero-Bild ohne integrierte Schrift */
.hero,
.hero-home,
.hero-section,
.home-hero{
  background-image:
    linear-gradient(90deg, rgba(5,18,30,.68) 0%, rgba(5,18,30,.35) 45%, rgba(5,18,30,.10) 100%),
    url("../img/hero-satron-clean.png") !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}

/* V24 – Hero definitiv auf neues Bild umgestellt */
body.home .hero, body.home .hero-home, body.home .hero-section, body.home .home-hero,
.hero, .hero-home, .hero-section, .home-hero {
  background-image:linear-gradient(90deg,rgba(5,18,30,.68),rgba(5,18,30,.12)),
                   url("../img/hero-satron-clean.png") !important;
}

/* V25 – Startbild: tatsächliches <img> in .hero-v7 ersetzt */
.hero-v7 > img{
  width:100% !important;
  height:560px !important;
  object-fit:cover !important;
  object-position:center center !important;
}

/* V26 – Header: ausschließlich das Bildlogo, kein zusätzlicher Marken-Text */
.brand .brand-text,
.logo .brand-text,
.site-logo .brand-text,
.header-brand .brand-text{
  display:none !important;
}

/* V30: Händlerzugang */
.main-nav a.dealer-nav{border:1px solid var(--red);color:var(--red);margin-left:8px;padding:10px 14px}.main-nav a.dealer-nav:hover{background:var(--red);color:#fff}.dealer-access{background:#fff;border-bottom:1px solid var(--line)}.dealer-access-inner{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:.92rem;color:#555}.dealer-access-inner strong{color:var(--graphite)}.dealer-access-inner a{color:var(--red);font-weight:700;white-space:nowrap}@media(max-width:900px){.main-nav a.dealer-nav{margin-left:0}.dealer-access-inner{padding-top:14px;padding-bottom:14px;align-items:flex-start;flex-direction:column;gap:6px}}
