:root{--navy:#071a33;--navy2:#0b274b;--yellow:#ffde00;--white:#fff;--muted:#b9c6d6;--card:#0d2a50;--line:rgba(255,255,255,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--navy);color:var(--white);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:14px clamp(18px,4vw,48px);background:rgba(7,26,51,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.08em;color:var(--yellow)}.brand img{width:52px;height:52px;object-fit:contain}.site-header nav{display:flex;gap:28px;font-weight:700}.site-header nav a:hover{color:var(--yellow)}.hero{min-height:760px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:48px clamp(20px,5vw,90px);overflow:hidden;background:radial-gradient(circle at 80% 25%,rgba(0,166,226,.18),transparent 35%),linear-gradient(135deg,#071a33 0%,#0b274b 100%)}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:900;color:var(--yellow)}h1{font-size:clamp(3rem,6vw,6.4rem);line-height:.92;margin:.25em 0;color:var(--yellow);letter-spacing:-.05em}.lead{font-size:clamp(1.05rem,2vw,1.35rem);max-width:700px;color:#eaf0f7}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;justify-content:center;align-items:center;padding:14px 22px;border-radius:999px;font-weight:900;border:2px solid var(--yellow);cursor:pointer;font-size:1rem}.primary{background:var(--yellow);color:#071a33}.secondary{background:transparent;color:var(--yellow)}.build-note{margin-top:25px;color:var(--muted);display:flex;align-items:center;gap:10px}.build-note span{width:9px;height:9px;border-radius:50%;background:var(--yellow);box-shadow:0 0 16px var(--yellow)}.hero-visual{position:relative;min-height:620px}.hero-visual img{position:absolute;right:-5%;bottom:-10%;width:min(760px,105%);filter:drop-shadow(0 30px 40px rgba(0,0,0,.45));animation:float 4s ease-in-out infinite}.glow{position:absolute;inset:15%;border-radius:50%;background:rgba(255,222,0,.12);filter:blur(40px)}@keyframes float{50%{transform:translateY(-14px)}}.intro,.area,.contact{padding:90px clamp(20px,7vw,120px)}.intro{max-width:1100px}.intro h2,.area h2,.contact h2{font-size:clamp(2rem,4vw,4rem);line-height:1.05;margin:.2em 0;color:var(--yellow)}.intro>p:last-child,.area p,.contact-copy p{font-size:1.1rem;color:var(--muted);max-width:850px}.services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:0 clamp(20px,7vw,120px) 100px}.service-card{background:var(--card);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.2);transition:.25s}.service-card:hover{transform:translateY(-5px);border-color:rgba(255,222,0,.5)}.service-card img{width:100%;height:250px;object-fit:cover}.service-card div{padding:24px}.service-card h3{margin:0;color:var(--yellow);font-size:1.6rem}.service-card p{margin:.5rem 0 0;color:var(--muted)}.service-card.wide{grid-column:1/-1}.area{display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;background:#06162b;border-block:1px solid var(--line)}.area-badge{width:190px;height:190px;border-radius:50%;display:grid;place-items:center;text-align:center;background:var(--yellow);color:var(--navy);font-size:3rem;font-weight:1000;line-height:.7;box-shadow:0 20px 60px rgba(255,222,0,.18)}.area-badge span{font-size:1rem}.contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;align-items:start}.phone-link{display:inline-block;margin-top:20px;color:var(--yellow);font-weight:900}.contact-form{background:#fff;color:#10213b;padding:30px;border-radius:28px;box-shadow:0 30px 80px rgba(0,0,0,.28)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:block;font-weight:800;margin-bottom:16px}input,textarea,select{width:100%;margin-top:7px;padding:13px 14px;border:1px solid #cbd5e1;border-radius:12px;font:inherit;background:#f8fafc;color:#10213b}input:focus,textarea:focus,select:focus{outline:3px solid rgba(255,222,0,.45);border-color:#d9bd00}.captcha{max-width:360px}.consent{display:flex;gap:10px;font-size:.9rem;align-items:flex-start}.consent input{width:auto;margin-top:4px}.submit{border:none;width:100%;margin-top:8px}.hp{position:absolute!important;left:-9999px!important}.form-message{padding:12px 14px;border-radius:12px;margin-bottom:18px;font-weight:800}.success{background:#dcfce7;color:#166534}.error{background:#fee2e2;color:#991b1b}.live-chat{position:fixed;right:20px;bottom:20px;z-index:80;display:flex;align-items:center;gap:8px;background:var(--yellow);color:var(--navy);border-radius:999px;padding:7px 12px 7px 16px;font-weight:1000;box-shadow:0 18px 45px rgba(0,0,0,.35)}.live-chat img{width:62px;height:62px;object-fit:contain;transform:scale(1.45);transform-origin:center}footer{display:flex;justify-content:space-between;gap:20px;padding:28px clamp(20px,7vw,120px);color:var(--muted);border-top:1px solid var(--line)}
@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:55px}.hero-visual{min-height:420px}.hero-visual img{right:50%;transform:translateX(50%);width:560px;animation:none}.services-grid,.contact{grid-template-columns:1fr}.service-card.wide{grid-column:auto}.area{grid-template-columns:1fr}.area-badge{width:140px;height:140px;font-size:2.2rem}.contact{gap:30px}}
@media(max-width:600px){h1{font-size:2.8rem}.hero{padding-inline:18px}.hero-visual{min-height:330px}.hero-visual img{width:430px}.services-grid{padding-inline:16px}.service-card img{height:190px}.field-row{grid-template-columns:1fr}.contact-form{padding:20px}.live-chat span{display:none}.live-chat{padding:5px}.live-chat img{width:58px;height:58px}footer{flex-direction:column}.site-header{padding-inline:16px}.brand img{width:44px;height:44px}}

/* Hauptlogo */
.brand img{width:clamp(210px,22vw,340px);height:auto;max-height:92px;object-fit:contain;object-position:left center}
.hero-visual{display:flex;align-items:center;justify-content:center}
.hero-visual img{position:relative;right:auto;bottom:auto;width:min(900px,110%);filter:drop-shadow(0 30px 40px rgba(0,0,0,.45));animation:float 4s ease-in-out infinite}
footer{align-items:center}
footer .footer-logo{width:min(300px,45vw);height:auto}
footer>div{display:flex;flex-direction:column;align-items:flex-end;gap:4px}
@media(max-width:900px){.brand img{width:235px;max-height:48px}.hero-visual img{right:auto;transform:none;width:min(720px,110%);animation:none}footer>div{align-items:flex-start}}
@media(max-width:600px){.brand img{width:190px;max-height:60px}.hero-visual img{width:120%}footer{align-items:flex-start}.footer-logo{max-width:230px}}

/* Version 6 – hochauflösende Leistungsbilder */
.service-card .media,
.service-card > img {
  background: linear-gradient(145deg, rgba(13,45,98,.95), rgba(5,27,61,.98));
}
.service-card img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  object-position: center;
  padding: 14px;
}
@media (max-width: 720px) {
  .service-card img { height: 220px; padding: 10px; }
}
