/* ============================================================
   RESET & BASE
   ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --orange: #aa5719;
  --orange-dark: #884614;
  --black: #000;
  --white: #ffffff;
  --gray-section: #4a4a4a;
  --gray-light-bg: #f0eeea;
  --footer-bg: #aa5719;
  --placeholder: #c8c8c8;
}

/* source-sans-3-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-3-v19-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/source-sans-3-v19-latin-300italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-3-v19-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/source-sans-3-v19-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/source-sans-3-v19-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/source-sans-3-v19-latin-500italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-3-v19-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/source-sans-3-v19-latin-600italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-3-v19-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/source-sans-3-v19-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--black);
  background: var(--white);
  overflow-x: hidden;
  margin-top: 60px;
}

h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -.02em;
}

h2 {
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  color: var(--orange);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase;
}

h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

h4 {
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

h5 {
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
}

h6 {
  font-size: .72rem;
  font-weight: 700;
}

p {
  margin-bottom: 1rem;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  display: block;
  width: 100%;
}

section {
  width: 100%;
}

/* ============================================================
   LAYOUT HELPERS
   ============================================================ */
.wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

/* placeholder for every image */
.ph {
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
}

/* orange accent label above headings */
.label {
  font-size: 2rem;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 6px;
}

/* CTA buttons */
.btn {
  display: inline-block;
  padding: 9px 18px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: opacity .2s;
}

.btn:hover {
  opacity: .85;
}

.btn-orange {
  background: var(--orange);
  color: var(--white);
}

.btn-dark {
  background: var(--orange-dark);
  color: var(--white);
}

.btn-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.watermark::after {
  content: 'WATERMARK';
  position: absolute;
  font-size: 2rem;
  font-weight: 900;
  bottom: -85px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .09);
  pointer-events: none;
  white-space: nowrap;
}

#produkte .watermark::after {
  content: 'Unsere Produkte';
  right: 52%;
}

.warum-grid.watermark::after {
  content: 'Warum RK-Sonnenschutz';
  right: 40px;
}

#impressionen .watermark::after {
  content: 'Impressionen';
  left: -40px;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  color: rgba(0, 0, 0, .2);
  z-index: 5;
}

#gewerbe .watermark::after {
  content: 'FÃ¼r Gewerbe';
  color: rgba(0, 0, 0, .2);
  right: 40px;
  bottom: 40px;
}

/* watermark text (bottom-right of sections) */
/* .watermark {  
  position: absolute;    
 
}

#produkte .watermark{
  right: 52%;
}

#warum .watermark {
  right: 10%;
}

.watermark-dark {
  color: rgba(0, 0, 0, .07);
} */

/* ============================================================
   NAVIGATION
   ============================================================ */
#nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 200;
  background: #000;
  height: 90px;
}

#nav .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo{
  height: 75px;
}

.nav-logo img{
  height: 100%;
  width: auto;
}

.nav-menu {
  display: flex;
  gap: 26px;
  align-items: center;
}

.nav-menu a {
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  transition: color .2s;
}

.nav-menu a:hover {
  color: var(--orange);
}

/* burger (hidden on desktop) */
#burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}

#burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
}

/* overlay */
#overlay {
  position: fixed;
  top: 0;
  right: -340px;
  width: 320px;
  max-width: 320px;
  height: 100vh;
  background: var(--black);
  z-index: 500;
  transition: right .32s ease;
  display: flex;
  flex-direction: column;
  padding: 28px 28px 40px;
}

#overlay.is-open {
  right: 0;
}

#overlay-close {
  align-self: flex-end;
  background: none;
  border: none;
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 32px;
}

#overlay nav a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--white);
  transition: color .2s;
}

#overlay nav a:hover {
  color: var(--orange);
}

#overlay-bg {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 499;
}

#overlay-bg.is-open {
  display: block;
}

/* ============================================================
   HERO
   ============================================================ */
#hero {
  position: relative;
  width: 100%;
  min-height: 80vh;
  background: url('../images/header.png')no-repeat center bottom/cover;
  background-attachment: fixed;
}

.hero-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  bottom: -60px;
  left: 50%;
  transform: translateX(100%);
  background: var(--black);
  color: var(--white);
  padding: 3%;
  z-index: 2;
  aspect-ratio: 1;
  text-align: center;
}

.hero-box .label {
  font-weight: 300;
  color: #fff;
  margin-bottom: 14px;
  font-size: clamp(14px, 1.2vw, 26px);
}

.hero-box h1 {
  color: var(--white);
  text-transform: uppercase;
  line-height: 150%;
  font-size: clamp(30px, 3vw, 60px);
}

/* ============================================================
   INTRO SECTION
   ============================================================ */
#intro {
  background: var(--white);
  padding: 120px 0;
  position: relative;
}

.hero-box::before {
  content: '';
  position: absolute;
  width: clamp(10px, 5%, 20px);
  background-color: #000;
  left: 0;
  top: 0;
  display: block;
  height: 110vh;
}

#intro .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  padding-top: 70px;
}

.intro-text .label {
  margin-bottom: 4px;
}

.intro-text h2 {
  color: var(--orange);
  margin-bottom: 18px;
}

.intro-text p {
  color: #333;
}

.intro-text p+p {
  margin-top: 10px;
}

.intro-text strong {
  font-weight: 700;
}

/* image pops upward, overlapping the hero's black bar */
.intro-img-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.intro-img-wrap .ph {
  background: url('../images/modernes-haus.jpg')no-repeat center/cover;
  border: 7px solid #fff;
}

/* ============================================================
   PRODUKTE / TABS SECTION
   ============================================================ */
#produkte {
  background: linear-gradient(90deg, var(--black)50%, var(--gray-light-bg)50%, var(--gray-light-bg));
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

#produkte .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

/* left column: heading + tab list */
.prod-left {
  padding-right: 30px;
}

.prod-left .label {
  color: #fff;
}

.prod-left h2 {
  margin-bottom: 32px;
  line-height: 1.3;
}

.tab-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.tab-list li {
  padding: 13px 0 13px 14px;
  border-left: 3px solid transparent;
  color: rgba(255, 255, 255, .45);
  font-weight: 700;
  letter-spacing: .06em;
  cursor: pointer;
  transition: color .2s, border-color .2s;
  user-select: none;
}

.tab-list li:hover {
  color: rgba(255, 255, 255, .8);
}

.tab-list li.active {
  border-left-color: var(--orange);
  color: var(--white);
  background: rgba(255, 255, 255, .04);
}

/* center: square photo */
.prod-img {
  aspect-ratio: 1/1;
  /* max-height: 380px; */
  align-self: center;
  overflow: hidden;
  border: 7px solid #fff;
}

.prod-img .ph {
  height: 100%;
}

/* right: gray content panel */
.prod-panel {
  margin-left: 2rem;
  display: none;
  flex-direction: column;
  justify-content: center;
}

.prod-panel.active {
  display: flex;
}

.prod-panel h3 {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 3px 0 16px;
  text-transform: uppercase;
}

.prod-panel p+p {
  margin-top: 8px;
}

.prod-panel .btn-row {
  margin-top: 24px;
}

/* ============================================================
   WARUM SECTION
   ============================================================ */
#warum {
  background: var(--black);
  padding: 0 0 120px;
  position: relative;
  overflow: hidden;
}

#warum::before {
  content: '';
  display: block;
  background: url('../images/himmel.jpg')no-repeat center/cover;
  background-attachment: fixed;
  height: 50%;
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 0;
}

#warum .section-intro {
  position: relative;
  z-index: 1;
  padding: 120px 40px 40px;
  max-width: 1500px;
  margin: 0 auto;
}

#warum .section-intro .label {
  color: var(--white);
}

#warum .section-intro h2 {
  color: var(--white);
}

#warum .section-intro h2 strong {
  color: var(--white);
  font-weight: 900;
}

.warum-grid {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  position: relative;
  z-index: 2;
  grid-template-columns: 1.5fr 3fr;
  gap: 0;
}

.warum-photo {
  min-height: 380px;
  overflow: hidden;
}

.warum-photo .ph {
  height: 100%;
  border: 7px solid #fff;
  background: url('../images/rollladen-von-aussen.jpg')no-repeat bottom center/cover;
}

.warum-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.warum-card {
	background: var(--orange-dark);
	padding: 36px 26px;
	color: var(--white);
	margin-left: 1rem;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}

.warum-card:nth-child(2) {
  background: #994e17;
}

.warum-card:nth-child(3) {
  background: var(--orange);
}

.warum-card img {
  max-width: 50px;
  margin-bottom: 0.7rem;
}

/* icon circle as ::before */
/* .warum-card::before {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  margin-bottom: 18px;
} */

.warum-card h3 {
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 10px;
}

.warum-card p {
  color: rgba(255, 255, 255, .8);
}

/* ============================================================
   IMPRESSIONEN SLIDESHOW
   ============================================================ */
#impressionen {
  position: relative;
  background: var(--white);
  overflow: hidden;
  padding: 0;
}

.slideshow {
  position: relative;
  overflow: hidden;
}

/* The track holds all slides side by side.
   Width = (total slides / perView) Ã— 100% â€” set via JS */
.slide-track {
  display: flex;
  transition: transform .55s cubic-bezier(.4, 0, .2, 1);
}

/* Each slide fills the viewport fraction defined in JS */
.slide {
  flex-shrink: 0;
  /* width set dynamically by JS */
}

/* The image / placeholder inside always fills the slide fully */
.slide .ph,
.slide img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  /* always show the full image */
  object-fit: cover;
}

.slide .ph{
  border: 7px solid #fff;
}

/* placeholder colours */
.slide:nth-child(1) .ph {
  background: #b0b8b8;
}

.slide:nth-child(2) .ph {
  background: #a8b0a8;
}

.slide:nth-child(3) .ph {
  background: #c0bab0;
}

.slide:nth-child(4) .ph {
  background: #b8c0b0;
}

.slide:nth-child(5) .ph {
  background: #a0aaaa;
}

.slide:nth-child(6) .ph {
  background: #c8c0b8;
}

/* Navigation arrows */
.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, .45);
  color: #fff;
  border: none;
  width: 42px;
  height: 42px;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}

.slide-prev {
  left: 12px;
}

.slide-next {
  right: 12px;
}

.slide-prev:hover,
.slide-next:hover {
  background: rgba(0, 0, 0, .72);
}

/* Dot indicators */
.slide-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  z-index: 4;
}

.slide-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, .5);
  cursor: pointer;
  padding: 0;
  transition: background .2s;
}

.slide-dots button.active {
  background: var(--white);
}

/* On mobile a single slide should fill the full width */
@media (max-width: 768px) {

  .slide-prev,
  .slide-next {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }
}

/* ============================================================
   GEWERBE
   ============================================================ */
#gewerbe {
  background: var(--black);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

#gewerbe::before {
  content: '';
  position: absolute;
  inset: 0 0 0 auto;
  width: 50%;
  background: url('../images/markise-balkon.jpg')no-repeat center/cover;
}

#gewerbe .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

#gewerbe .label {
  color: var(--white);
}

#gewerbe h2 {
  margin-bottom: 16px;
}

#gewerbe>.wrap>div>p {
  color: #fff;
}

.gew-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.gew-item {
  padding: 14px 14px;
  background-color: #1e1e1e;
}

.gew-item img {
  max-width: 25px;
  margin-bottom: 0.5rem;
}

.gew-item h3 {
  margin-bottom: 5px;
  color: var(--white);
}

.gew-item p {
  color: var(--white);
}

.gew-note {
  color: var(--white) !important;
  margin-top: 14px;
}

.gew-photo {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}

.gew-photo .ph {
  height: 100%;
}

/* ============================================================
   BERATUNG
   ============================================================ */
#beratung {
  background: var(--gray-light-bg);
  padding: 120px 0;
}

#beratung .wrap {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 60px;
  align-items: center;
}

.ber-photo {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
}

.ber-photo .ph {
  height: 100%;
  object-fit: cover;
  border: 7px solid #fff;
}

#beratung h2 {
  margin-bottom: 16px;
}

#beratung h2 span {
  color: var(--orange);
}

#beratung p+p {
  margin-top: 10px;
}

/* ============================================================
   FOOTER
   ============================================================ */
#footer {
  background: var(--footer-bg);
  color: var(--white);
  padding: 50px 0 30px;
}

#footer .wrap {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 40px;
}

#footer h5 {
  font-size: 1rem;
  letter-spacing: .16em;
  margin-bottom: 10px;
}

#footer p,
#footer a {
  color: rgba(255, 255, 255, .85);
  line-height: 1.85;
}

#footer a:hover {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .25);
  margin-top: 32px;
  padding-top: 18px;
  text-align: center;
  color: rgba(255, 255, 255, .5);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1500px) {
  .nav-menu a {
    font-size: 0.9rem;
  }
}


@media (max-width: 1350px) {
  .nav-menu {
    display: none;
  }

  #burger {
    display: flex;
  }
}

@media (max-width: 1024px) {
  .hero-box {
    left: auto;
    transform: none;
    right: 30px;
    width: clamp(200px, 35vw, 340px);
  }

  .hero-box::before {
    display: none;
  }

  #intro .wrap {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .intro-img-wrap {
    margin-top: 0;
    height: auto;
    width: 100%;
    aspect-ratio: 3/2;
  }

  #produkte {
    background: linear-gradient(180deg, var(--black)50%, var(--gray-light-bg)50%, var(--gray-light-bg));
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }

  #produkte .wrap {
    display: flex;
    flex-direction: column;
  }

  .prod-img {
    width: 100%;
    max-width: 320px;
    align-self: start;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .prod-panel {
    grid-column: 2;
    grid-row: 1;
    margin-left: 0;
  }

  #warum .warum-grid {
    grid-template-columns: 1fr;
  }

  .warum-photo {
    min-height: auto;
    aspect-ratio: 3/2;
  }

  .warum-cards {
    margin-top: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .warum-card:first-of-type {
    margin-left: 0;
  }

  #gewerbe .wrap {
    grid-template-columns: 1fr;
  }

  #gewerbe {
    display: flex;
    flex-direction: column-reverse;
  }

  #gewerbe::before {
    width: calc(100% - 80px);
    margin: 1rem auto 0;
    display: block;
    aspect-ratio: 3/2;
    position: static;
  }

  .gew-photo {
    min-height: 260px;
  }

  #beratung .wrap {
    grid-template-columns: 1fr;
  }

  .ber-photo {
    height: 240px;
  }

  #footer .wrap {
    grid-template-columns: 1fr 1fr;
  }

  .watermark::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .wrap {
    padding: 0 20px;
  }

  .tab-list li {
    padding: 6px 0 6px 14px;
  }

  .hero-box {
    width: 240px;
  }

  .hero-box::before {
    display: none;
  }

  #intro,
  #produkte,
  #gewerbe,
  #beratung {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #intro .wrap {
    padding-top: 20px;
  }

  #warum .section-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #produkte {
    background: linear-gradient(180deg, var(--black) 50%, var(--gray-light-bg) 50%);
  }

  #produkte .wrap {
    grid-template-columns: 1fr;
  }

  .prod-left {
    padding-right: 0;
    margin-bottom: 24px;
  }

  .warum-cards {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .warum-card {
    margin-left: 0;
    margin-top: 1rem;
  }

  .gew-grid {
    grid-template-columns: 1fr;
  }

  #footer .wrap {
    grid-template-columns: 1fr;
  }

  #warum .section-intro,
  #warum .warum-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .label {
    font-size: 1.5rem;
  }

  #warum::before {
	height: auto;
	aspect-ratio: 1;
}

#gewerbe::before {
	width: calc(100% - 40px);
}

#nav {
	height: 60px;
}

.nav-logo {
	height: 55px;
}

#warum .section-intro{
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), -3px 0px 9px rgba(0,0,0,0.34);
  }
}

/* ============================================================
   IMPRESSUM â€“ ErgÃ¤nzendes Stylesheet
   Einbinden nach style.css: <link rel="stylesheet" href="css/impressum.css">
   ============================================================ */

/* --- Seitenabstand nach der fixen Navigation --- */
#impressum-main {
  padding-top: 100px;
  padding-bottom: 80px;
  background: var(--gray-light-bg);
  min-height: 70vh;
}

/* --- Header-Bereich mit Label + H1 --- */
.imp-header {
  padding: 48px 0 32px;
  border-bottom: 2px solid var(--orange);
  margin-bottom: 48px;
}

.imp-header h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--black);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* --- Inhaltsbereich --- */
.imp-body {
  max-width: 720px;
}

/* --- Einzelne Abschnitte --- */
.imp-section {
  margin-bottom: 40px;
}

.imp-section h2 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--orange);
  margin-bottom: 12px;
}

.imp-section p {
  font-size: 1rem;
  line-height: 1.75;
  color: #333;
  margin-bottom: 10px;
}

.imp-section p:last-child {
  margin-bottom: 0;
}

.imp-section a {
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.imp-section a:hover {
  border-bottom-color: var(--orange);
}

/* --- ZurÃ¼ck-Button --- */
.imp-back {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid #d4d0c8;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  #impressum-main {
    padding-top: 80px;
    padding-bottom: 48px;
  }

  .imp-header {
    padding: 32px 0 24px;
    margin-bottom: 32px;
  }

  .imp-section {
    margin-bottom: 28px;
  }
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  #hero,
  #warum::before {
    background-attachment: scroll;
  }
}