/* Rosental SHK — statisches Rebuild (Büro Blanko)
   Farben/Typo aus Browser-Messung am Original. */

@font-face { font-family: 'BW Helder'; font-display: swap;
  src: url('../fonts/BwHelderDEMO-W2Thin.woff2') format('woff2'); }
@font-face { font-family: 'BW regular'; font-display: swap;
  src: url('../fonts/BwHelderDEMO-W2Regular.woff2') format('woff2'); }
@font-face { font-family: 'BW Medium'; font-display: swap;
  src: url('../fonts/BwHelderDEMO-W2Medium.woff2') format('woff2'); }
@font-face { font-family: 'bw bold'; font-display: swap;
  src: url('../fonts/BwHelderDEMO-W2ExtraBold.woff2') format('woff2'); }

:root {
  --navy: #354055;        /* Sektionen, Karten, H1 */
  --navy-btn: #374256;    /* Topbar, Buttons */
  --navy-deep: #273042;   /* Footer-Bottombar */
  --gold: #C6AA91;
  --grey: #D8D9D8;        /* graue Sektionen */
  --beige-tint: rgba(234, 224, 214, .36);
  --text: #000;
  --text-soft: #636363;
  --ff-body: 'BW Helder', Helvetica, Arial, Lucida, sans-serif;
  --ff-reg: 'BW regular', Helvetica, Arial, Lucida, sans-serif;
  --ff-med: 'BW Medium', Helvetica, Arial, Lucida, sans-serif;
  --ff-bold: 'bw bold', Helvetica, Arial, Lucida, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--ff-body); font-size: 14px; font-weight: 500;
  line-height: 1.7; color: var(--text); background: #fff; }
img { max-width: 100%; height: auto; display: inline-block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.wrap-narrow { max-width: 1080px; }
.center { text-align: center; }

h2 { font-family: var(--ff-body); font-size: 45px; font-weight: 700;
  line-height: 1.4; color: var(--navy); text-align: center; padding-bottom: 10px; }

.kicker { font-family: var(--ff-med); font-size: 18px; font-weight: 500;
  letter-spacing: 1px; text-transform: uppercase; color: rgba(53, 64, 85, .3);
  text-align: center; }
.kicker-lg { font-size: 21px; }
.kicker-left { text-align: left; }
.kicker-white { color: rgba(255, 255, 255, .6); }
.kicker-gold { color: var(--gold); font-size: 21px; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; background: var(--navy-btn); color: #fff;
  font-family: var(--ff-med); font-size: 14px; font-weight: 600;
  padding: 12px 22px; border: 0; border-radius: 0; cursor: pointer;
  line-height: 1.7; transition: opacity .2s; }
.btn:hover { opacity: .88; }
.btn-gold { background: var(--gold); font-weight: 500; padding: 12px 50px; }
.btn-round { border-radius: 8px; padding: 12px 60px; }
.btn-wide { font-size: 18px; padding: 8px 128px; }
.btn-note { text-align: center; font-size: 12px; color: var(--navy);
  margin-top: 10px; }
.hero-btn-row { margin-top: 18px; }

/* ---------- Topbar ---------- */
.top-bar { background: var(--navy-btn); color: #fff; }
.top-bar-inner { display: flex; gap: 120px; padding-top: 12px; padding-bottom: 12px; }
.top-bar a { font-family: var(--ff-reg); font-size: 14px; display: inline-flex;
  align-items: center; gap: 10px; }
.top-bar h4 { font-family: var(--ff-reg); font-size: 14px; font-weight: 500;
  color: #fff; line-height: 1.4; }
.tb-icon { width: 26px; height: 26px; display: inline-flex;
  align-items: center; justify-content: center; flex: none; }
.tb-icon img { width: 26px; height: auto; }

/* ---------- Header ---------- */
.site-header { background: #fff; }
.header-inner { display: flex; align-items: center; gap: 40px;
  padding-top: 19px; padding-bottom: 19px; }
.brand img { display: block; }
.main-nav { display: flex; gap: 26px; margin-left: auto; }
.main-nav a { font-family: var(--ff-med); font-size: 14px; color: #000;
  padding-bottom: 2px; }
.main-nav a:hover, .main-nav a[aria-current] { color: var(--navy); }
.header-btn { margin-left: auto; }
.main-nav + .header-btn { margin-left: 0; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 3px; background: var(--navy);
  margin: 5px 0; }

/* ---------- Sektionen ---------- */
.section { padding: 81px 0; position: relative; }
.section-grey { background: var(--grey); }
.section .kicker + h2 { margin-top: 31px; margin-bottom: 54px; }

/* ---------- Hero Startseite ---------- */
.hero-home { background:
  linear-gradient(91deg, rgba(255,255,255,.92) 35%, rgba(255,255,255,.24) 79%),
  url('../img/hero-home.jpg') center / cover no-repeat;
  padding: 140px 0; }
.hero-home-text { border-left: 4px solid var(--gold); padding-left: 26px; }
.hero-home h1 { font-family: var(--ff-bold); font-size: 50px; font-weight: 500;
  line-height: 1; color: var(--navy); margin-bottom: 18px; }
.hero-lines { font-family: var(--ff-med); font-size: 32px; font-weight: 100;
  color: var(--gold); letter-spacing: 9.6px; line-height: 1.9; margin-top: 8px; }

/* ---------- Hero Unterseiten ---------- */
.hero-page { background-size: cover; background-position: center;
  background-attachment: fixed; padding: 90px 0 160px; position: relative; }
.hero-karriere { background-image:
  linear-gradient(130deg, rgba(234,224,214,.91) 24%, rgba(198,170,145,.87) 100%),
  url('../img/hero-karriere.jpg'); }
.hero-klima { background-image:
  linear-gradient(130deg, rgba(234,224,214,.6) 25%, rgba(198,170,145,.47) 100%),
  url('../img/hero-klimaanlage.jpg'); }
.hero-klima { padding-bottom: 260px; }
.hero-wp { background-image:
  linear-gradient(130deg, rgba(234,224,214,.6) 25%, rgba(198,170,145,.47) 100%),
  url('../img/hero-waermepumpe.jpg'); }
.hero-center { text-align: center; }
.hero-kicker { font-family: var(--ff-bold); font-size: 18px; font-weight: 800;
  letter-spacing: 10px; text-transform: uppercase; color: #fff; line-height: 2; }
.hero-karriere .hero-kicker { font-size: 24px; color: #fff; }
.hero-kicker-dark { color: #fff; }
.hero-page h1 { font-family: var(--ff-body); font-size: 80px; font-weight: 700;
  line-height: 1.2; color: var(--navy); }
.hero-h1-white { color: #fff; }
.hero-karriere h1 { color: var(--navy); }
.hero-h1-md { font-family: var(--ff-bold); font-size: 50px; font-weight: 500;
  letter-spacing: 1px; }
.hero-sub { font-size: 20px; font-weight: 500; line-height: 1.8;
  color: var(--navy); max-width: 760px; margin-top: 10px; }
.hero-sub-center { margin-left: auto; margin-right: auto; color: var(--text-soft); }
.hero-sub-navy { color: var(--text-soft); }
.hero-karriere .hero-sub { color: var(--navy); }
.stoerer { position: absolute; right: 12%; bottom: 40px; z-index: 3; }

.hero-kontakt { background:
  linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
  url('../img/bg-bad.jpg') center / cover no-repeat;
  padding: 60px 0; }
.hero-kontakt .hero-kicker { color: var(--gold); font-size: 22px; letter-spacing: 6.6px; }
.hero-kontakt h1 { line-height: 1; }

/* ---------- Divider (Wellen) ---------- */
.divider-bottom, .divider-top { position: relative; }
.divider-bottom::after, .divider-top::before {
  content: ""; position: absolute; left: 0; width: 100%; height: 250px;
  background-size: 100% 100%; background-repeat: no-repeat;
  pointer-events: none; z-index: 2; }
.divider-bottom::after { bottom: -1px;
  transform: scale(-1,1);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+"); }
.divider-1.divider-bottom::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiLz48L2c+PC9zdmc+"); }
.divider-top::before { top: -1px; transform: scale(1,-1);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+"); }
.divider-h200.divider-bottom::after { height: 200px; }
@media (max-width: 980px) {
  .divider-bottom::after, .divider-top::before { height: 150px; }
  .divider-h200.divider-bottom::after { height: 150px; }
}
@media (max-width: 767px) {
  .divider-bottom::after, .divider-top::before { height: 110px; }
  .divider-h200.divider-bottom::after { height: 110px; }
}

/* ---------- Leistungs-Karten (Startseite) ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 54px 32px; }
.service-card { background: var(--navy); padding: 23px; }
.service-head { display: flex; justify-content: space-between; align-items: flex-start; }
.service-num { font-family: var(--ff-bold); font-size: 31px; font-weight: 500;
  color: transparent; -webkit-text-stroke: 1px var(--gold); line-height: 1; }
.service-title { font-family: var(--ff-med); font-size: 21px; font-weight: 700;
  letter-spacing: 1px; line-height: 1.3; color: #fff; margin-top: 14px; }

/* ---------- Über uns ---------- */
.about { background: url('../img/bg-sanitaer.jpg') center / cover fixed no-repeat;
  padding: 131px 0 130px; }
.about-card { background: var(--navy); padding: 46px 54px; position: relative; }
.about-card .kicker { text-align: left; font-size: 21px; }
.about-card h2 { font-size: 45px; line-height: 1.4; color: var(--gold);
  text-align: left; margin: 8px 0 10px !important; }
.about-card p { color: rgba(255,255,255,.75); max-width: 720px; margin-bottom: 12px; }
.read-more summary { font-family: var(--ff-body); font-size: 16px; font-weight: 700;
  text-transform: uppercase; color: var(--gold); cursor: pointer;
  list-style: none; margin: 6px 0 12px; }
.read-more summary::-webkit-details-marker { display: none; }
.read-more summary::after { content: "+"; display: inline-block; margin-left: 10px;
  width: 22px; height: 22px; line-height: 22px; text-align: center;
  border-radius: 50%; background: var(--gold); color: var(--navy); }
.read-more[open] summary::after { content: "–"; }
.about-closing, .about-sign { font-style: italic; }
.meister-badge { position: absolute; right: 54px; top: 50%;
  transform: translateY(-50%); }

/* ---------- Kundenstimmen ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.testi-name { background: var(--navy); padding: 20px 0 20px 20px; }
.testi-name h4 { font-family: var(--ff-bold); font-size: 24px; font-weight: 700;
  color: var(--gold); line-height: 1; }
.testi-body { background: #fff; border: 1px solid rgba(53,64,85,.25);
  padding: 20px; margin-top: 16px; }


/* ---------- Galerie ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 60px 22px; }
.gal-item img { width: 100%; height: 160px; object-fit: cover; display: block; }

/* ---------- CTA ---------- */
.cta { background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),
  url('../img/bg-bad.jpg') center / cover fixed no-repeat;
  padding: 88px 0 98px; text-align: center; }
#KUNDENSTIMME { padding-bottom: 150px; }
.cta h2 { font-size: 45px; color: #fff; }
.cta-buttons { display: flex; gap: 24px; justify-content: center; margin-top: 26px; }
.cta-beige { background: linear-gradient(130deg, var(--gold) 25%, var(--gold) 100%);
  padding: 130px 0 100px; }
.cta-h1 { font-family: var(--ff-body); font-size: 80px; font-weight: 700;
  color: var(--navy); line-height: 1.2; margin-bottom: 20px; }
.cta-beige .hero-kicker { color: #fff; }

/* ---------- Karriere / Landing gemeinsam ---------- */
.section-beige { background: linear-gradient(#ffffff 1%, var(--beige-tint) 49%);
  padding-top: 54px; padding-bottom: 130px; }
.section-beige-full {
  background: linear-gradient(130deg, var(--gold) 25%, var(--gold) 100%);
  padding: 140px 0 90px; }
.list-media { display: grid; grid-template-columns: 1fr 2fr; gap: 32px;
  align-items: stretch; margin-top: 10px; }
.mini-cards { display: flex; flex-direction: column; gap: 18px;
  justify-content: center; }
.mini-card { background: #fff; box-shadow: 0 2px 18px rgba(0,0,0,.08);
  padding: 18px 22px; }
.mini-card h4 { font-family: var(--ff-med); font-size: 15px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase; color: var(--gold); }
.mini-card p { color: var(--text-soft); font-size: 13px; }
.media-bg { background-size: cover; background-position: center; min-height: 520px; }
.media-bg-tall { min-height: 590px; }
.badge-row { margin-top: 0; }

.benefits-grid { display: grid; grid-template-columns: 1fr 1fr;
  grid-auto-flow: column; grid-template-rows: repeat(4, auto);
  gap: 26px 60px; max-width: 900px; margin: 10px auto 44px; }
.benefits-grid-2 { grid-template-rows: repeat(2, auto); }
.benefit { display: flex; gap: 16px; align-items: flex-start; }
.benefit-icon { width: 34px; height: 34px; flex: none; display: inline-flex;
  align-items: center; justify-content: center; }
.benefit-icon svg { width: 30px; height: 30px; fill: var(--gold); }
.benefit h4 { font-family: var(--ff-med); font-size: 16px; font-weight: 700;
  color: var(--navy); }
.benefit p { color: var(--text-soft); }

.list-media-warum { grid-template-columns: 1.4fr 1fr; }
.warum-text { background: transparent; }
.warum-text h2 { color: #fff; text-align: left; font-size: 45px; }
.check-list { list-style: none; margin: 14px 0 22px; }
.check-list li { display: flex; align-items: center; gap: 12px; color: #fff;
  font-family: var(--ff-med); font-size: 15px; padding: 5px 0; }
.check-list svg { width: 20px; height: 20px; fill: #fff; flex: none; }

/* ---------- Carousel ---------- */
.carousel { position: relative; padding: 0 46px; margin-top: 10px; }
.car-track { display: flex; gap: 24px; overflow-x: auto;
  scroll-snap-type: x mandatory; scrollbar-width: none; scroll-behavior: smooth; }
.car-track::-webkit-scrollbar { display: none; }
.car-item { flex: 0 0 calc((100% - 48px) / 3); scroll-snap-align: start; }
.carousel[data-perview="4"] .car-item { flex-basis: calc((100% - 72px) / 4); }
.car-prev, .car-next { position: absolute; top: 50%; transform: translateY(-50%);
  background: none; border: 0; font-size: 44px; line-height: 1; color: var(--navy);
  cursor: pointer; padding: 0 4px; z-index: 2; }
.car-prev { left: 0; } .car-next { right: 0; }
.car-dots { display: flex; gap: 8px; justify-content: center; margin-top: 22px; }
.car-dots button { width: 8px; height: 8px; border-radius: 50%; border: 0;
  background: rgba(53,64,85,.25); cursor: pointer; padding: 0; }
.car-dots button.active { background: var(--navy); }

.step-card { background: #fff; box-shadow: 0 2px 18px rgba(0,0,0,.08);
  padding: 26px 22px; text-align: center; height: 100%; }
.step-card h4 { font-family: var(--ff-med); font-size: 18px; font-weight: 700;
  color: var(--navy); margin-bottom: 8px; }
.step-card p { color: var(--text-soft); }

.team-card { background: #fff; box-shadow: 0 2px 18px rgba(0,0,0,.08);
  text-align: center; padding: 10px 10px 18px; height: 100%; }
.team-card img { width: 100%; display: block; }
.team-card h4 { font-family: var(--ff-bold); font-size: 20px; color: var(--navy);
  margin-top: 14px; line-height: 1.2; }
.team-role { font-family: var(--ff-med); font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--gold); }

.image-carousel img { width: 100%; height: 340px; object-fit: cover; display: block; }

.review-carousel { margin: 30px 0 36px; }
.review-card { background: #fff; box-shadow: 0 2px 18px rgba(0,0,0,.08);
  padding: 28px 24px; position: relative; height: 100%; }
.review-stars { display: block; margin-bottom: 10px; }
.review-card h4 { font-family: var(--ff-med); font-size: 16px; font-weight: 700;
  color: var(--navy); margin-bottom: 8px; }
.review-card p { color: var(--text-soft); font-size: 13px; }

/* ---------- Kontakt ---------- */
.kontakt-split { display: grid; grid-template-columns: 2fr 1fr; margin: 40px auto; padding: 0; }
.kontakt-form-col { background: var(--grey); padding: 60px 50px; }
.kontakt-info-col { background: var(--navy); padding: 60px 40px; }
.border-head { font-family: var(--ff-body); font-size: 45px; font-weight: 700;
  color: var(--navy); text-align: left; border-left: 4px solid var(--gold);
  padding-left: 18px; line-height: 1.1; margin-bottom: 30px; }
.border-head.gold { color: var(--gold); }
.kontakt-form-col .kicker, .kontakt-info-col .kicker {
  border-left: 4px solid var(--gold); padding-left: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid input, .form-grid textarea, .form-grid select {
  width: 100%; border: 0; background: #fff; padding: 15px 16px;
  font-family: var(--ff-reg); font-size: 15px; font-weight: 300;
  color: #828282; }
.form-grid-labels input, .form-grid-labels textarea, .form-grid-labels select {
  font-family: var(--ff-body); font-size: 16px; font-weight: 400;
  line-height: 1.5; background: #ededed; color: #000; }
.form-grid textarea { min-height: 150px; resize: vertical; }
.form-grid .full, .form-grid textarea { grid-column: 1 / -1; }
.form-grid input.error, .form-grid textarea.error, .form-grid select.error
  { outline: 2px solid #c0392b; }
.dsgvo { margin: 16px 0; color: var(--text-soft); }
.dsgvo a { text-decoration: underline; }
.form-submit { text-align: right; }
.form-message { margin-bottom: 12px; color: var(--navy); font-weight: 700; }

.info-blurb { display: flex; gap: 16px; margin-top: 26px; }
.info-icon { width: 46px; height: 46px; flex: none;
  display: inline-flex; align-items: center; justify-content: center; }
.info-icon img { width: 42px; }
.info-blurb h4 { font-family: var(--ff-med); font-size: 16px; color: #fff; }
.info-blurb p { color: rgba(255,255,255,.7); }

/* Zwei-Klick-Karte */
.map-consent { background: #33383b; min-height: 420px; display: flex;
  align-items: center; justify-content: center; text-align: center; }
.map-consent-inner { color: rgba(255,255,255,.75); padding: 40px 20px; }
.map-consent-inner p { margin-bottom: 18px; }
.map-load-btn { background: transparent; color: #fff; border: 1px solid #fff;
  font-family: var(--ff-body); font-size: 18px; padding: 10px 26px; cursor: pointer; }
.map-consent iframe { width: 100%; height: 420px; border: 0; display: block; }

/* ---------- Formular-Seiten ---------- */
.form-page { padding: 60px 0 90px; }
.form-card { background: var(--navy); padding: 50px 26px; max-width: 1080px;
  margin: 0 auto; }
.form-card h1 { font-family: var(--ff-med); font-size: 30px; font-weight: 500;
  color: #fff; line-height: 1; margin-bottom: 26px; }
.form-card p { font-size: 13px; }
.form-grid-labels label { display: block; color: #fff; font-size: 12px; }
.form-grid-labels label input, .form-grid-labels label textarea,
.form-grid-labels label select { margin-top: 4px; background: #ececec; }
.form-grid-labels fieldset { border: 0; color: #fff; font-size: 12px; }
.form-grid-labels legend { margin-bottom: 6px; }
.form-grid-labels .radio { display: inline-flex; align-items: center; gap: 6px;
  margin-right: 22px; font-size: 13px; color: rgba(255,255,255,.85); }
.form-grid-labels .radio input { width: auto; margin-top: 0; }
.form-card .dsgvo { color: #fff; }
.form-hinweis { margin-top: 14px; color: rgba(255,255,255,.75); }

/* ---------- Danke / 404 ---------- */
.danke { padding: 110px 0 150px; }
.danke h1 { font-family: var(--ff-body); font-size: 64px; font-weight: 700;
  text-transform: uppercase; color: var(--navy); line-height: 1; }
.danke-gold { font-family: var(--ff-bold); font-size: 18px; font-weight: 800;
  letter-spacing: 1px; color: var(--gold); margin-top: 8px; }
.danke-sub { font-size: 18px; color: #9a9a9a; margin: 6px 0 26px; }

/* ---------- Rechtsseiten ---------- */
.legal { padding: 60px 0 90px; }
.legal h1, .legal h2, .legal h3, .legal h4 { text-align: left; color: #000;
  font-family: var(--ff-body); font-weight: 500; margin: 22px 0 8px;
  line-height: 1; padding-bottom: 0; }
.legal h1 { font-size: 30px; } .legal h2 { font-size: 26px; }
.legal h3 { font-size: 22px; } .legal h4 { font-size: 18px; }
.legal p, .legal li { margin-bottom: 10px; }
.legal ul { padding-left: 20px; }
.legal a { text-decoration: underline; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #fff;
  border-top: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
  padding: 70px 0 90px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1.1fr 1fr;
  gap: 40px; }
.site-footer .footer-head { font-family: var(--ff-bold); font-size: 26px;
  font-weight: 500; color: var(--gold); margin-bottom: 18px; }
.footer-links, .footer-contact { list-style: none; }
.footer-links li { border-bottom: 1px solid rgba(255,255,255,.18);
  padding: 9px 0; }
.footer-links a { font-family: var(--ff-reg); font-size: 14px; }
.footer-links a:hover { color: var(--gold); }
.footer-contact li { display: flex; gap: 14px; align-items: flex-start;
  border-bottom: 1px solid rgba(255,255,255,.18); padding: 12px 0;
  font-family: var(--ff-reg); }
.footer-contact li:first-child { border-top: 0; }
.footer-bottom { background: var(--navy-deep); color: #9aa0ad; }
.footer-bottom-inner { display: flex; justify-content: space-between;
  padding-top: 18px; padding-bottom: 18px; font-family: var(--ff-reg); }
.footer-bottom a:hover { color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .services-grid, .testi-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .list-media { grid-template-columns: 1fr; }
  .media-bg { min-height: 320px; }
  .benefits-grid, .benefits-grid-2 { grid-auto-flow: row; grid-template-rows: none; }
  .car-item, .carousel[data-perview="4"] .car-item
    { flex-basis: calc((100% - 24px) / 2); }
  .kontakt-split { grid-template-columns: 1fr; }
  .hero-page h1, .cta-h1, .danke h1 { font-size: 54px; }
  .meister-badge { position: static; transform: none; margin-top: 20px; }
}
@media (max-width: 767px) {
  .top-bar-inner { gap: 12px; flex-direction: column; align-items: flex-start;
    padding-top: 14px; padding-bottom: 14px; }
  .header-inner { gap: 14px; padding-top: 22px; padding-bottom: 22px; }
  .brand img { width: 183px; height: auto; }
  .nav-toggle { display: block; margin-left: auto; }
  .site-header.slim .nav-toggle { display: none; }
  .header-btn { display: none; }
  .main-nav { display: none; position: absolute; left: 0; right: 0;
    top: 100%; background: #fff; z-index: 20; flex-direction: column; gap: 0;
    padding: 0 20px 10px; box-shadow: 0 12px 18px rgba(0,0,0,.08); }
  .site-header { position: relative; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px 0; border-bottom: 1px solid #eee; }
  .section { padding: 54px 0; }
  h2 { font-size: 32px; }
  .kicker-lg, .kicker-gold { font-size: 18px; }
  .services-grid, .testi-grid, .benefits-grid { grid-template-columns: 1fr; }
  .services-grid { gap: 30px; }
  .benefit { flex-direction: column; align-items: center; text-align: center;
    gap: 8px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .car-item, .carousel[data-perview="4"] .car-item { flex-basis: 100%; }
  .carousel { padding: 0 34px; }
  .hero-home { padding: 60px 0; }
  .hero-home h1 { font-size: 40px; }
  .hero-lines { font-size: 24px; letter-spacing: 7.2px; }
  .hero-page h1 { font-size: 50px; line-height: 1.2; }
  .cta-h1 { font-size: 50px; }
  .danke h1 { font-size: 40px; }
  .hero-karriere .hero-kicker { font-size: 18px; }
  .hero-sub { font-size: 17px; line-height: 1.8; }
  .about-card { padding: 30px 22px; }
  .about-card h2, .cta h2, .border-head { font-size: 32px; }
  .hero-page { background-attachment: scroll; padding: 80px 0 170px; }
  .hero-klima { padding-bottom: 200px; }
  .about, .cta { background-attachment: scroll; }
  .cta-buttons { flex-direction: column; align-items: center; gap: 28px; }
  .media-bg { min-height: 215px; }
  .media-bg-tall { min-height: 279px; }
  .list-media-warum { grid-template-columns: 1fr; }
  .warum-text h2 { font-size: 32px; }
  .stoerer { width: 130px; right: 6%; bottom: 20px; }
  .btn-wide { padding: 8px 40px; }
  .kontakt-form-col, .kontakt-info-col { padding: 36px 22px; }
  .image-carousel img { height: 220px; }
}
