body {
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 0;
  background: #181818;
  color: #fff;
}

/* Banner */
.header {
  background: #f47c20;
  color: #222;
  padding: 0;
}

.banner-img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  display: block;
}

/* Headline-Box unter dem Banner */
.headline-box {
  background: #f47c20;
  color: #222;
  text-align: left;
  padding: 1.2em 2em 1.2em 2em;
}

.headline-box h1 {
  font-size: 2.3em;
  margin: 0 0 0.3em 0;
  font-weight: 900;
}

.success {
  color: #2e2e2e;
}

.header-tagline {
  background: #222;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
  padding: 0.6em 1.2em;
  transform: rotate(-3deg);
  margin-top: 0.3em;
}

/* Paket-Angebot */
.paket-section {
  background: linear-gradient(to bottom, #eee 0%, #585858 100%);
  color: #222;
  padding: 2em 0;
  position: relative;
  overflow: hidden;
}

.paket-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 25px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.17);
  padding: 2.5em 1.5em;
  gap: 1.5em;
}

.paket-content {
  flex: 1 1 350px;
  min-width: 280px;
  padding-right: 1.8em;
  z-index: 1;
}

.paket-content h2 {
  font-size: 1.4em;
  margin-bottom: 0.2em;
}

.paket-preis {
  font-size: 3.3em;
  font-weight: 800;
  margin: 0.2em 0 0.3em 0;
  color: #fff;
  text-shadow: 0 4px 24px #222, 0 2px 2px #f47c20;
  line-height: 1.1;
}

.paket-content ul {
  list-style: disc inside;
  font-size: 1em;
  line-height: 1.6;
  margin: 1em 0 0 0;
  padding: 0;
}

.paket-images {
  flex: 1 1 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.produkte-img {
  width: 90%;
  max-width: 420px;
  filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.6));
  border-radius: 22px;
}

/* Angebote Hinweis */
.angebote-hinweis {
  text-align: center;
  background: #222;
  color: #fff;
  padding: 2em 0 1em 0;
}

.angebote-hinweis h3 {
  font-size: 1.3em;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.angebote-hinweis h2 {
  color: #f47c20;
  font-size: 2em;
  margin-top: 0.5em;
  margin-bottom: 0;
  font-weight: 900;
  letter-spacing: 1px;
}

/* Lageplan */
.lageplan {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em 0;
  background: #181818;
}

.lageplan-imgbox {
  position: relative;
  width: 100%;
  max-width: 650px;
}

.lageplan-img,
.borstelum-img {
  width: 100%;
  margin-bottom: 0.7em;
  border-radius: 18px;
  background: #fff;
}

.borstelum-img {
  max-width: 420px;
  display: block;
  margin: 1.5em auto 0 auto;
  background: none;
}

.schaltzentrale-logo {
  text-align: right;
  width: 100%;
  max-width: 650px;
  margin-top: -3.2em;
}

.sz2000 {
  font-size: 2.1em;
  color: #fff;
  background: #24234c;
  border-radius: 8px;
  padding: 0.15em 0.7em;
  font-weight: bold;
  font-family: 'Segoe UI', Arial, sans-serif;
  letter-spacing: 2px;
  box-shadow: 0 2px 15px rgba(50, 50, 90, 0.13);
}

/* Footer und Impressum-Button */
.footer {
  background: #121212;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.7em 0 0.6em 0;
  gap: 0.6em;
}

.impressum-button-container {
  width: 100%;
  text-align: center;
  margin-bottom: 0.7em;
  margin-top: 0.1em;
}

.impressum-btn {
  color: #bbb;
  background: #181818;
  font-size: 1em;
  padding: 0.5em 1.2em;
  border-radius: 18px;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
  display: inline-block;
  transition: color 0.18s, background 0.18s;
}

.impressum-btn:hover,
.impressum-btn:focus {
  color: #f47c20;
  background: #232323;
  text-decoration: underline;
}

.footer-logo img {
  max-width: 230px;
  height: auto;
}

.logo-s-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-s {
  width: 30%;
  max-width: 160px;
  height: auto;
}

/* Tablet & Mobile-Optimierung */
@media (max-width: 800px) {
  .paket-box {
    flex-direction: column;
    padding: 1em;
    gap: 0.8em;
  }

  .paket-content {
    padding-right: 0;
  }

  .paket-preis {
    font-size: 2.1em;
  }

  .headline-box {
    padding: 1em 1em 1em 1em;
  }

  .paket-content ul {
    font-size: 0.99em;
  }

  .schaltzentrale-logo {
    margin-top: -1.4em;
  }
}

/* Extra Mobile-Optimierung */
@media (max-width: 600px) {
  .headline-box h1 {
    font-size: 1.2em;
  }

  .header-tagline {
    font-size: 0.91em;
    padding: 0.28em 0.6em;
  }

  .paket-section {
    padding: 1.1em 0;
  }

  .paket-content h2 {
    font-size: 1em;
  }

  .paket-preis {
    font-size: 1.2em;
    margin-bottom: 0.3em;
  }

  .paket-images {
    margin-top: 0.5em;
  }

  .paket-content ul {
    font-size: 0.95em;
  }

  .angebote-hinweis h2 {
    font-size: 1em;
  }

  .angebote-hinweis h3 {
    font-size: 0.9em;
  }

  .lageplan-imgbox {
    max-width: 98vw;
  }

  .borstelum-img {
    max-width: 98vw;
  }

  .sz2000 {
    font-size: 1em;
    padding: 0.11em 0.5em;
  }

  .footer-logo img {
    max-width: 150px;
  }

  .logo-s {
    width: 50%;
    max-width: 110px;
  }

  .impressum-btn {
    font-size: 0.97em;
    padding: 0.45em 1em;
  }
}