@charset "UTF-8";

/* B+S Mietpark – modernes Contao-Layout 2026
 * Farben nach Kundenvorgabe:
 * Blau CMYK 100/50/0/75 = #002040
 * Gelb CMYK 0/30/100/0   = #FFB300
 */

body.bs-modern-2026 {
  --bs-blue: #002040;
  --bs-blue-2: #003865;
  --bs-blue-3: #075487;
  --bs-yellow: #ffb300;
  --bs-paper: #f3f6f8;
  --bs-white: #ffffff;
  --bs-text: #10293f;
  --bs-muted: #617487;
  --bs-line: #d8e1e8;
  --bs-radius: 20px;
  --bs-shadow: 0 24px 70px rgba(0, 32, 64, 0.15);
  background: var(--bs-white);
  color: var(--bs-text);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* V11 CMS-first: source elements stay editable in Contao and are only hidden
 * after their live values have been read into an enhanced component. */
body.bs-modern-2026 .bs-hero-source-hidden,
body.bs-modern-2026 .bs-offers-source,
body.bs-modern-2026 .bs-actions-source {
  display: none !important;
}

body.bs-modern-2026 .bs-social-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

body.bs-modern-2026 .bs-career-hero__visual {
  padding: 0;
  background: none !important;
}

body.bs-modern-2026 .bs-career-hero__visual img,
body.bs-modern-2026 .bs-offer-card__media img,
body.bs-modern-2026 .bs-actions-overview > header > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.bs-modern-2026 .bs-career-native-detail .bs-career-detail-source-title {
  display: block !important;
}

body.bs-modern-2026 *,
body.bs-modern-2026 *::before,
body.bs-modern-2026 *::after {
  box-sizing: border-box;
}

body.bs-modern-2026 a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease,
    transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

body.bs-modern-2026 .container,
body.bs-modern-2026 .section-inner,
body.bs-modern-2026 .bs-modern-shell {
  width: min(1280px, calc(100% - 48px));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

/* Header */
body.bs-modern-2026 .l-header.pattern-concrete {
  position: sticky;
  top: 0;
  z-index: 1000;
  color: var(--bs-white);
  background: var(--bs-blue) !important;
  background-image: none !important;
  box-shadow: 0 12px 38px rgba(0, 15, 31, 0.22);
}

body.bs-modern-2026 .l-header::before,
body.bs-modern-2026 .l-header::after,
body.bs-modern-2026 .header-main::before,
body.bs-modern-2026 .header-main::after {
  display: none !important;
}

body.bs-modern-2026 .header-meta {
  color: rgba(255, 255, 255, 0.82);
  background: #00162d !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.bs-modern-2026 .header-meta .container {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 11px;
}

body.bs-modern-2026 .header-meta a {
  color: rgba(255, 255, 255, 0.78);
}

body.bs-modern-2026 .header-meta a:hover {
  color: var(--bs-yellow);
}

body.bs-modern-2026 .header-meta-menu {
  margin-left: auto;
}

body.bs-modern-2026 .header-meta-menu ul,
body.bs-modern-2026 .header-meta-menu li {
  margin: 0;
  padding: 0;
  border: 0;
}

body.bs-modern-2026 .header-meta-menu ul {
  display: flex;
  align-items: center;
  gap: 22px;
}

body.bs-modern-2026 .location-select-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.bs-modern-2026 .location-select-header label {
  color: rgba(255, 255, 255, 0.72);
}

body.bs-modern-2026 .location-select-header select {
  min-width: 190px;
  height: 28px;
  padding: 0 30px 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: var(--bs-white);
  background: rgba(255, 255, 255, 0.09);
  font: inherit;
}

body.bs-modern-2026 .location-select-header select option {
  color: var(--bs-text);
  background: var(--bs-white);
}

body.bs-modern-2026 .header-main {
  color: var(--bs-white);
  background: var(--bs-blue) !important;
}

body.bs-modern-2026 .header-main .container {
  min-height: 108px;
}

/* Das vorhandene Logo wird als echte Negativvariante dargestellt:
 * weißer Schriftzug, originale gelbe B+S- und Maschinenzeichen. */
body.bs-modern-2026 .header-main .logo {
  position: relative !important;
  display: block;
  width: clamp(330px, 26vw, 390px);
  height: 84px;
  overflow: hidden;
  line-height: 0;
  background: url("/files/layout/bs-modern-2026/bs-mietpark-negativ-2026-tight.png") left center / contain no-repeat;
}

body.bs-modern-2026 .header-main .logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  opacity: 0;
}

body.bs-modern-2026 .header-main .logo::after {
  content: none;
}

body.bs-modern-2026 .header-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 9px;
  color: var(--bs-white);
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body.bs-modern-2026 .header-cta:hover {
  border-color: var(--bs-yellow);
  color: var(--bs-blue);
  background: var(--bs-yellow);
  transform: translateY(-1px);
}

body.bs-modern-2026 .header-cta img {
  display: none;
}

body.bs-modern-2026 .header-cta::after {
  content: "CO₂-Klimarechner";
}

@media (min-width: 1081px) {
  body.bs-modern-2026 .header-main .container {
    display: flex !important;
    align-items: center;
    gap: 22px;
  }

  body.bs-modern-2026 .header-main .logo {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    flex: 0 0 clamp(330px, 26vw, 390px);
    margin: 0 auto 0 0 !important;
    transform: none !important;
  }

  body.bs-modern-2026 .l-navigation {
    position: static !important;
    z-index: 20;
    order: 2;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--bs-white);
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body.bs-modern-2026 .l-navigation > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    margin: 0;
    padding: 0;
  }

  body.bs-modern-2026 .l-navigation > ul > li {
    position: relative;
    float: none;
    margin: 0;
    border: 0;
  }

  body.bs-modern-2026 .l-navigation .navigation-item {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 7px;
    border: 0 !important;
    color: rgba(255, 255, 255, 0.86) !important;
    background: transparent !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.015em;
    white-space: nowrap;
  }

  /* Karriere bleibt oben in der Meta-Navigation erreichbar; die doppelte
   * Hauptnavigation wird zugunsten des deutlich größeren Logos ausgeblendet. */
  body.bs-modern-2026 .l-navigation > ul > li:nth-last-child(2) {
    display: none;
  }

  body.bs-modern-2026 .l-navigation .navigation-item:hover,
  body.bs-modern-2026 .l-navigation .active > .navigation-item,
  body.bs-modern-2026 .l-navigation .trail > .navigation-item {
    color: var(--bs-yellow) !important;
  }

  body.bs-modern-2026 .l-navigation .navigation-submenu {
    top: calc(100% + 12px) !important;
    min-width: 250px;
    max-height: min(68vh, 620px);
    overflow-y: auto;
    padding: 10px !important;
    border: 1px solid var(--bs-line);
    border-radius: 13px;
    color: var(--bs-text);
    background: var(--bs-white) !important;
    box-shadow: var(--bs-shadow);
  }

  body.bs-modern-2026 .l-navigation .navigation-submenu::before {
    display: none !important;
  }

  body.bs-modern-2026 .l-navigation .navigation-submenu-item {
    display: block;
    padding: 10px 12px !important;
    border: 0 !important;
    border-radius: 7px;
    color: var(--bs-text) !important;
    background: transparent !important;
    font-size: 12px;
  }

  body.bs-modern-2026 .l-navigation .navigation-submenu-item:hover {
    color: var(--bs-blue) !important;
    background: rgba(255, 179, 0, 0.18) !important;
  }

  body.bs-modern-2026 .header-cta {
    position: static !important;
    order: 3;
    flex: 0 0 auto;
    margin: 0 !important;
  }
}

body.bs-modern-2026 .l-header.is-scrolled {
  box-shadow: 0 16px 44px rgba(0, 15, 31, 0.32);
}

/* Stage und interaktive Hero-Suche */
body.bs-modern-2026 .l-stage {
  --bs-hero-x: 0px;
  --bs-hero-y: 0px;
  position: relative;
  min-height: clamp(660px, 78vh, 820px);
  overflow: hidden;
  color: var(--bs-white);
  background: var(--bs-blue);
}

/* Deckt die in einzelnen Bestands-Sliderbildern eingebettete schräge
 * Trennlinie ab, ohne die Bilder oder deren Backend-Pflege zu verändern. */
body.bs-modern-2026 .l-stage::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  height: 15px;
  content: "";
  pointer-events: none;
  background: var(--bs-blue);
}

body.bs-modern-2026 .l-stage .slider-stage,
body.bs-modern-2026 .l-stage .slider-stage-inner,
body.bs-modern-2026 .l-stage .pixl-slider-container,
body.bs-modern-2026 .l-stage .pixl-slider,
body.bs-modern-2026 .l-stage .pixl-slider-slide,
body.bs-modern-2026 .l-stage picture {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}

body.bs-modern-2026 .l-stage .pixl-slider-slide {
  margin: 0 !important;
  overflow: hidden;
}

body.bs-modern-2026 .l-stage .pixl-slider-slide img {
  width: calc(100% + 30px);
  max-width: none;
  height: calc(100% + 30px);
  margin: -15px;
  object-fit: cover;
  object-position: center;
  transform: translate3d(var(--bs-hero-x), var(--bs-hero-y), 0) scale(1.035);
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), opacity 600ms ease;
}

body.bs-modern-2026 .l-stage::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 24%, rgba(255, 179, 0, 0.16), transparent 31%),
    linear-gradient(90deg, rgba(0, 32, 64, 0.98) 0%, rgba(0, 32, 64, 0.91) 38%, rgba(0, 32, 64, 0.56) 67%, rgba(0, 32, 64, 0.28) 100%),
    linear-gradient(0deg, rgba(0, 20, 40, 0.45), transparent 46%);
}

body.bs-modern-2026 .bs-modern-hero {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  align-items: center;
  pointer-events: none;
}

body.bs-modern-2026 .bs-modern-hero__inner {
  padding-top: 62px;
  padding-bottom: 72px;
  pointer-events: auto;
}

body.bs-modern-2026 .bs-modern-eyebrow {
  margin: 0 0 17px;
  color: var(--bs-yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-modern-hero h1 {
  max-width: 870px;
  margin: 0;
  color: var(--bs-white);
  font-size: clamp(52px, 6.3vw, 88px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

body.bs-modern-2026 .bs-modern-hero h1 span {
  color: var(--bs-yellow);
}

body.bs-modern-2026 .bs-modern-hero__intro {
  max-width: 680px;
  margin: 24px 0 32px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.55;
}

body.bs-modern-2026 .bs-modern-finder {
  width: min(980px, 100%);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  color: var(--bs-text);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 28px 70px rgba(0, 11, 23, 0.33);
  backdrop-filter: blur(14px);
}

body.bs-modern-2026 .bs-modern-finder__fields {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(230px, 0.9fr) auto;
  gap: 10px;
  align-items: end;
}

body.bs-modern-2026 .bs-modern-finder label {
  display: grid;
  gap: 7px;
  margin: 0;
}

body.bs-modern-2026 .bs-modern-finder label > span {
  padding-left: 2px;
  color: var(--bs-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-modern-finder input,
body.bs-modern-2026 .bs-modern-finder select {
  width: 100%;
  height: 52px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid var(--bs-line);
  border-radius: 9px;
  outline: 0;
  color: var(--bs-text);
  background: var(--bs-white);
  font: inherit;
  font-size: 14px;
}

body.bs-modern-2026 .bs-modern-finder input:focus,
body.bs-modern-2026 .bs-modern-finder select:focus {
  border-color: var(--bs-blue-3);
  box-shadow: 0 0 0 3px rgba(7, 84, 135, 0.12);
}

body.bs-modern-2026 .bs-modern-button,
body.bs-modern-2026 .btn,
body.bs-modern-2026 .link-highlighted,
body.bs-modern-2026 .teaser-page-readmore {
  border-radius: 9px;
}

body.bs-modern-2026 .bs-modern-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid var(--bs-yellow);
  color: var(--bs-blue);
  background: var(--bs-yellow);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

body.bs-modern-2026 .bs-modern-button:hover {
  color: var(--bs-white);
  background: var(--bs-blue);
  border-color: var(--bs-blue);
  box-shadow: 0 12px 25px rgba(0, 32, 64, 0.18);
  transform: translateY(-2px);
}

body.bs-modern-2026 .bs-modern-finder__quicklinks {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
  color: var(--bs-muted);
  font-size: 11px;
}

body.bs-modern-2026 .bs-modern-finder__quicklinks > span {
  font-weight: 800;
}

body.bs-modern-2026 .bs-modern-finder__quicklinks a {
  padding: 5px 10px;
  border: 1px solid var(--bs-line);
  border-radius: 999px;
  color: var(--bs-text);
  background: var(--bs-white);
  font-weight: 700;
}

body.bs-modern-2026 .bs-modern-finder__quicklinks a:hover {
  border-color: var(--bs-yellow);
  color: var(--bs-blue);
  background: rgba(255, 179, 0, 0.15);
  transform: translateY(-1px);
}

body.bs-modern-2026 .bs-modern-proof {
  color: var(--bs-blue);
  background: var(--bs-yellow);
}

body.bs-modern-2026 .bs-modern-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

body.bs-modern-2026 .bs-modern-proof__grid > div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 28px;
  border-right: 1px solid rgba(0, 32, 64, 0.17);
}

body.bs-modern-2026 .bs-modern-proof__grid > div:first-child {
  border-left: 1px solid rgba(0, 32, 64, 0.17);
}

body.bs-modern-2026 .bs-modern-proof strong {
  font-size: 29px;
  line-height: 1;
  letter-spacing: -0.04em;
}

body.bs-modern-2026 .bs-modern-proof span {
  margin-top: 7px;
  color: rgba(0, 32, 64, 0.7);
  font-size: 11px;
  font-weight: 800;
}

/* Inhalte – weiterhin aus den bestehenden Contao-Artikeln */
body.bs-modern-2026 .l-main-inner {
  overflow: hidden;
  background: var(--bs-white);
}

body.bs-modern-2026 .mod_article {
  border: 0;
  background: var(--bs-white);
}

body.bs-modern-2026 .mod_article > .section-inner {
  padding-top: 88px;
  padding-bottom: 88px;
}

body.bs-modern-2026 .separator-line,
body.bs-modern-2026 hr.separator-line {
  display: none !important;
}

body.bs-modern-2026 #article-187 > .section-inner {
  padding-top: 42px;
  padding-bottom: 0;
}

body.bs-modern-2026 #article-187 .ce-image,
body.bs-modern-2026 #article-187 figure {
  margin: 0;
}

body.bs-modern-2026 #article-187 figure {
  overflow: hidden;
  border: 1px solid var(--bs-line);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 32, 64, 0.08);
}

body.bs-modern-2026 #article-187 img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

body.bs-modern-2026 #article-187 a:hover img {
  transform: scale(1.015);
}

body.bs-modern-2026 #article-1 > .section-inner {
  padding-top: 62px;
  padding-bottom: 104px;
}

body.bs-modern-2026 #article-1 .teaser-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.bs-modern-2026 #article-1 .teaser-grid-item {
  width: auto;
  margin: 0;
}

body.bs-modern-2026 #article-1 .teaser-page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--bs-line);
  border-radius: var(--bs-radius);
  background: var(--bs-white);
  box-shadow: 0 2px 0 rgba(0, 32, 64, 0.02);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body.bs-modern-2026 #article-1 .teaser-page:hover {
  border-color: rgba(0, 56, 101, 0.28);
  box-shadow: var(--bs-shadow);
  transform: translateY(-6px);
}

body.bs-modern-2026 #article-1 .teaser-page-image,
body.bs-modern-2026 #article-1 .teaser-page-image figure,
body.bs-modern-2026 #article-1 .teaser-page-image a {
  display: block;
  height: 250px;
  margin: 0;
  overflow: hidden;
}

body.bs-modern-2026 #article-1 .teaser-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

body.bs-modern-2026 #article-1 .teaser-page:hover .teaser-page-image img {
  transform: scale(1.055);
}

body.bs-modern-2026 #article-1 .teaser-page-header {
  padding: 27px 28px 0;
}

body.bs-modern-2026 #article-1 .teaser-page-heading {
  margin: 0;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

body.bs-modern-2026 #article-1 .teaser-page-heading a {
  color: var(--bs-blue);
}

body.bs-modern-2026 #article-1 .teaser-page-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 28px 28px;
  color: var(--bs-muted);
  font-size: 14px;
  line-height: 1.62;
}

body.bs-modern-2026 #article-1 .teaser-page-body p {
  margin: 0 0 25px;
}

body.bs-modern-2026 #article-1 .teaser-page-readmore {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 0 15px;
  color: var(--bs-blue);
  background: var(--bs-yellow);
  font-size: 12px;
  font-weight: 900;
}

body.bs-modern-2026 #article-1 .teaser-page-readmore::after {
  margin-left: 10px;
  content: "→";
  font-size: 15px;
}

body.bs-modern-2026 #article-1 .teaser-page-readmore:hover {
  color: var(--bs-white);
  background: var(--bs-blue);
}

body.bs-modern-2026 #article-8 {
  background: var(--bs-paper);
}

body.bs-modern-2026 #article-8 .location-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 52px;
  align-items: stretch;
}

body.bs-modern-2026 #article-8 .location-overview-map {
  min-height: 520px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--bs-blue-2);
  box-shadow: var(--bs-shadow);
}

body.bs-modern-2026 #article-8 .consent-inline-container,
body.bs-modern-2026 #article-8 .consent-inline-bg {
  min-height: 520px;
}

body.bs-modern-2026 #article-8 .consent-inline-bg {
  background-position: center;
  background-size: cover;
}

body.bs-modern-2026 #article-8 .consent-inline {
  color: var(--bs-white);
  background: rgba(0, 32, 64, 0.82);
  backdrop-filter: blur(4px);
}

body.bs-modern-2026 #article-8 .consent-inline-btn {
  border-color: var(--bs-yellow);
  color: var(--bs-blue);
  background: var(--bs-yellow);
}

body.bs-modern-2026 #article-8 .location-overview-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 0;
}

body.bs-modern-2026 #article-8 .location-overview-heading {
  margin: 0 0 29px;
  color: var(--bs-blue);
  font-size: clamp(39px, 4.5vw, 61px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

body.bs-modern-2026 #article-8 .location-overview-heading::before {
  display: block;
  margin-bottom: 15px;
  color: var(--bs-blue-3);
  content: "29 × PERSÖNLICH VOR ORT";
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

body.bs-modern-2026 #article-8 .location-item {
  padding: 23px;
  border: 1px solid var(--bs-line);
  border-radius: 15px;
  background: var(--bs-white);
}

body.bs-modern-2026 #article-8 .location-item-heading {
  margin: 0 0 13px;
  font-size: 21px;
}

body.bs-modern-2026 #article-8 .location-item-heading a {
  color: var(--bs-blue);
}

body.bs-modern-2026 #article-8 .location-item-body {
  color: var(--bs-muted);
  font-size: 13px;
  line-height: 1.55;
}

body.bs-modern-2026 #article-8 .location-overview-footer {
  margin-top: 22px;
}

body.bs-modern-2026 #article-8 .btn-readmore {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 19px;
  border: 1px solid var(--bs-blue);
  color: var(--bs-white);
  background: var(--bs-blue);
  font-size: 12px;
  font-weight: 900;
}

body.bs-modern-2026 #article-8 .btn-readmore:hover {
  border-color: var(--bs-yellow);
  color: var(--bs-blue);
  background: var(--bs-yellow);
  transform: translateY(-2px);
}

body.bs-modern-2026 #article-188 {
  color: var(--bs-white);
  background: var(--bs-blue);
}

body.bs-modern-2026 #article-188 > .section-inner {
  padding-top: 78px;
  padding-bottom: 78px;
}

body.bs-modern-2026 #article-188 .block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 36px;
}

body.bs-modern-2026 #article-188 .header-block-heading {
  margin: 0;
  color: var(--bs-white);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

body.bs-modern-2026 #article-188 .header-block-subtitle {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

body.bs-modern-2026 #article-188 .ce-text-body > div {
  display: flex;
  gap: 9px;
}

body.bs-modern-2026 #article-188 .ce-text-body p {
  display: none;
}

body.bs-modern-2026 #article-188 .ce-text-body a {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

body.bs-modern-2026 #article-188 .ce-text-body a:hover {
  border-color: var(--bs-yellow);
  background: var(--bs-yellow);
  transform: translateY(-3px);
}

body.bs-modern-2026 #article-188 .ce-text-body img {
  width: 52px;
  height: 52px;
  object-fit: cover;
}

body.bs-modern-2026 #article-188 .footer-block a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border: 1px solid var(--bs-yellow);
  color: var(--bs-blue);
  background: var(--bs-yellow);
  font-size: 12px;
  font-weight: 900;
}

body.bs-modern-2026 #article-188 .footer-block a:hover {
  color: var(--bs-white);
  background: transparent;
}

body.bs-modern-2026 #article-9 .row {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 22px;
}

body.bs-modern-2026 #article-9 .one-half {
  width: auto;
  margin: 0;
}

body.bs-modern-2026 #article-9 .downloads-sidebar,
body.bs-modern-2026 #article-9 .box {
  min-height: 100%;
  padding: 32px;
  border: 0;
  border-radius: var(--bs-radius);
}

body.bs-modern-2026 #article-9 .downloads-sidebar {
  color: var(--bs-blue);
  background: var(--bs-yellow);
}

body.bs-modern-2026 #article-9 .list-downloads {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.bs-modern-2026 #article-9 .list-downloads li + li {
  border-top: 1px solid rgba(0, 32, 64, 0.18);
}

body.bs-modern-2026 #article-9 .list-downloads a {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--bs-blue);
  font-size: 17px;
  font-weight: 900;
}

body.bs-modern-2026 #article-9 .list-downloads a:hover {
  transform: translateX(5px);
}

body.bs-modern-2026 #article-9 .box {
  color: var(--bs-white);
  background: var(--bs-blue);
}

body.bs-modern-2026 #article-9 .box-heading,
body.bs-modern-2026 #article-9 .teaser-box-heading a {
  color: var(--bs-white);
}

body.bs-modern-2026 #article-9 .box-heading {
  margin: 0 0 21px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.bs-modern-2026 #article-9 .teaser-box-heading {
  margin: 0 0 15px;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

body.bs-modern-2026 #article-9 .teaser-box-body {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.62;
}

body.bs-modern-2026 #article-9 .link-highlighted {
  color: var(--bs-yellow);
  background: transparent;
  font-size: 12px;
  font-weight: 900;
}

body.bs-modern-2026 #article-9 .link-highlighted:hover {
  color: var(--bs-white);
}

/* Footer */
body.bs-modern-2026 .l-footer,
body.bs-modern-2026 .footer-meta {
  color: rgba(255, 255, 255, 0.64);
  background: #00162d !important;
}

body.bs-modern-2026 .l-footer a,
body.bs-modern-2026 .footer-meta a {
  color: rgba(255, 255, 255, 0.7);
}

body.bs-modern-2026 .l-footer a:hover,
body.bs-modern-2026 .footer-meta a:hover {
  color: var(--bs-yellow);
}

/* Scroll-Übergänge */
body.bs-modern-2026 .bs-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

body.bs-modern-2026 .bs-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.bs-modern-2026 .bs-reveal-delay-1 {
  transition-delay: 80ms;
}

body.bs-modern-2026 .bs-reveal-delay-2 {
  transition-delay: 160ms;
}

body.bs-modern-2026 .bs-reveal-delay-3 {
  transition-delay: 240ms;
}

@media (max-width: 1240px) and (min-width: 1081px) {
  body.bs-modern-2026 .header-main .logo {
    width: 255px;
    flex-basis: 255px;
  }

  body.bs-modern-2026 .l-navigation .navigation-item {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 11px;
  }

  body.bs-modern-2026 .header-cta {
    display: none;
  }
}

@media (max-width: 1080px) {
  body.bs-modern-2026 .header-main .container {
    min-height: 88px;
  }

  body.bs-modern-2026 .header-main .logo {
    width: 245px;
    height: 62px;
  }

  body.bs-modern-2026 .header-cta {
    display: none;
  }

  body.bs-modern-2026 .bs-modern-finder__fields {
    grid-template-columns: 1.1fr 0.9fr;
  }

  body.bs-modern-2026 .bs-modern-finder__fields .bs-modern-button {
    grid-column: 1 / -1;
  }

  body.bs-modern-2026 #article-1 .teaser-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.bs-modern-2026 #article-1 .teaser-grid-item:last-child {
    grid-column: 1 / -1;
  }

  body.bs-modern-2026 #article-8 .location-overview {
    grid-template-columns: 1fr;
  }

  body.bs-modern-2026 #article-188 .block {
    grid-template-columns: 1fr auto;
  }

  body.bs-modern-2026 #article-188 .footer-block {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  body.bs-modern-2026 .container,
  body.bs-modern-2026 .section-inner,
  body.bs-modern-2026 .bs-modern-shell {
    width: min(100% - 30px, 1280px);
  }

  body.bs-modern-2026 .header-meta .container {
    min-height: 34px;
  }

  body.bs-modern-2026 .header-meta-menu,
  body.bs-modern-2026 .contact-info,
  body.bs-modern-2026 .location-select-header label {
    display: none;
  }

  body.bs-modern-2026 .location-select-header,
  body.bs-modern-2026 .location-select-header .select-wrapper,
  body.bs-modern-2026 .location-select-header select {
    width: 100%;
  }

  body.bs-modern-2026 .header-main .container {
    min-height: 78px;
  }

  body.bs-modern-2026 .header-main .logo {
    width: 210px;
    height: 52px;
  }

  body.bs-modern-2026 .l-stage {
    min-height: 760px;
  }

  body.bs-modern-2026 .l-stage::after {
    background:
      linear-gradient(0deg, rgba(0, 32, 64, 0.99) 0%, rgba(0, 32, 64, 0.87) 69%, rgba(0, 32, 64, 0.45) 100%);
  }

  body.bs-modern-2026 .bs-modern-hero {
    align-items: end;
  }

  body.bs-modern-2026 .bs-modern-hero__inner {
    padding-top: 80px;
    padding-bottom: 34px;
  }

  body.bs-modern-2026 .bs-modern-hero h1 {
    font-size: clamp(44px, 12vw, 59px);
  }

  body.bs-modern-2026 .bs-modern-hero__intro {
    margin: 19px 0 25px;
    font-size: 15px;
  }

  body.bs-modern-2026 .bs-modern-finder {
    padding: 12px;
  }

  body.bs-modern-2026 .bs-modern-finder__fields {
    grid-template-columns: 1fr;
  }

  body.bs-modern-2026 .bs-modern-finder__fields .bs-modern-button {
    grid-column: auto;
  }

  body.bs-modern-2026 .bs-modern-finder__quicklinks {
    display: none;
  }

  body.bs-modern-2026 .bs-modern-proof__grid {
    grid-template-columns: 1fr 1fr;
  }

  body.bs-modern-2026 .bs-modern-proof__grid > div {
    min-height: 92px;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 32, 64, 0.17);
  }

  body.bs-modern-2026 .bs-modern-proof strong {
    font-size: 24px;
  }

  body.bs-modern-2026 .mod_article > .section-inner {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  body.bs-modern-2026 #article-187 > .section-inner {
    padding-top: 25px;
    padding-bottom: 0;
  }

  body.bs-modern-2026 #article-1 .teaser-grid {
    grid-template-columns: 1fr;
  }

  body.bs-modern-2026 #article-1 .teaser-grid-item:last-child {
    grid-column: auto;
  }

  body.bs-modern-2026 #article-1 .teaser-page-image,
  body.bs-modern-2026 #article-1 .teaser-page-image figure,
  body.bs-modern-2026 #article-1 .teaser-page-image a {
    height: 230px;
  }

  body.bs-modern-2026 #article-8 .location-overview-map,
  body.bs-modern-2026 #article-8 .consent-inline-container,
  body.bs-modern-2026 #article-8 .consent-inline-bg {
    min-height: 390px;
  }

  body.bs-modern-2026 #article-188 .block,
  body.bs-modern-2026 #article-9 .row {
    grid-template-columns: 1fr;
  }

  body.bs-modern-2026 #article-188 .footer-block {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.bs-modern-2026 *,
  body.bs-modern-2026 *::before,
  body.bs-modern-2026 *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  body.bs-modern-2026 .bs-reveal {
    opacity: 1;
    transform: none;
  }
}

/* V5 – feinere Proportionen und ruhigerer Seitenrhythmus. */
body.bs-modern-2026 {
  --bs-shell: 1180px;
  --bs-soft-blue: #eaf2f7;
}

/* V6 – belastbare Proportionen für Header, Zellen und schmale Ansichten. */
html {
  overflow-x: clip;
}

body.bs-modern-2026,
body.bs-modern-2026 .l-page,
body.bs-modern-2026 .l-content,
body.bs-modern-2026 .mod_article,
body.bs-modern-2026 .section-inner,
body.bs-modern-2026 .row,
body.bs-modern-2026 .row > *,
body.bs-modern-2026 [class*="grid"] > * {
  min-width: 0;
}

body.bs-modern-2026 img,
body.bs-modern-2026 video,
body.bs-modern-2026 iframe {
  max-width: 100%;
}

body.bs-modern-2026 h1,
body.bs-modern-2026 h2,
body.bs-modern-2026 h3,
body.bs-modern-2026 h4,
body.bs-modern-2026 .h1,
body.bs-modern-2026 .h2 {
  text-wrap: balance;
}

body.bs-modern-2026 .header-main,
body.bs-modern-2026 .header-main .container,
body.bs-modern-2026 .l-navigation,
body.bs-modern-2026 .l-navigation > ul {
  min-width: 0;
}

body.bs-modern-2026 .header-main .container {
  width: min(var(--bs-shell, 1180px), calc(100% - 48px));
}

body.bs-modern-2026 .header-main .logo {
  min-width: 0;
}

body.bs-modern-2026 .header-cta {
  transform: none !important;
}

body.bs-modern-2026 .header-cta:hover {
  transform: translateY(-1px) !important;
}

@media (max-width: 1450px) and (min-width: 1241px) {
  body.bs-modern-2026 .header-main .logo {
    width: 265px;
    flex-basis: 265px;
  }

  body.bs-modern-2026 .l-navigation .navigation-item {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px;
  }

  body.bs-modern-2026 .header-main .container {
    gap: 14px;
  }

  body.bs-modern-2026 .header-cta {
    width: 48px;
    min-width: 48px;
    padding: 0;
  }

  body.bs-modern-2026 .header-cta::after {
    content: "CO₂";
  }
}

body.bs-modern-2026 .container,
body.bs-modern-2026 .section-inner,
body.bs-modern-2026 .bs-modern-shell {
  width: min(var(--bs-shell), calc(100% - 48px));
}

body.bs-modern-2026 .l-stage {
  min-height: clamp(600px, 70vh, 710px);
}

body.bs-modern-2026 .bs-modern-hero__inner {
  padding-top: 44px;
  padding-bottom: 52px;
}

body.bs-modern-2026 .bs-modern-hero h1 {
  max-width: 760px;
  font-size: clamp(48px, 5.7vw, 76px);
  line-height: 0.99;
}

body.bs-modern-2026 .bs-modern-hero__intro {
  max-width: 620px;
  margin: 20px 0 26px;
  font-size: 17px;
}

body.bs-modern-2026 .bs-modern-finder {
  width: min(850px, 100%);
}

body.bs-modern-2026 .bs-modern-proof__grid > div {
  min-height: 98px;
  padding: 18px 24px;
}

body.bs-modern-2026 .mod_article > .section-inner {
  padding-top: clamp(62px, 7vw, 82px);
  padding-bottom: clamp(62px, 7vw, 82px);
}

body.bs-modern-2026 #article-1 > .section-inner {
  padding-top: 54px;
  padding-bottom: 82px;
}

body.bs-modern-2026 #article-1 .teaser-page-image,
body.bs-modern-2026 #article-1 .teaser-page-image figure,
body.bs-modern-2026 #article-1 .teaser-page-image a {
  height: 220px;
}

body.bs-modern-2026 #article-8 {
  background:
    radial-gradient(circle at 9% 16%, rgba(255, 179, 0, 0.13), transparent 21rem),
    linear-gradient(180deg, #eef4f8 0%, #f7f9fa 100%);
}

body.bs-modern-2026 #article-8 .location-overview {
  grid-template-columns: minmax(0, 1.22fr) minmax(310px, 0.78fr);
  gap: 34px;
}

body.bs-modern-2026 #article-8 .location-overview-map,
body.bs-modern-2026 #article-8 .consent-inline-container,
body.bs-modern-2026 #article-8 .consent-inline-bg {
  min-height: 470px;
}

body.bs-modern-2026 #article-188,
body.bs-modern-2026 #article-9 {
  background: var(--bs-white);
}

body.bs-modern-2026 #article-188 > .section-inner {
  padding-top: 72px;
  padding-bottom: 36px;
}

body.bs-modern-2026 #article-188 .bs-social-source {
  display: none !important;
}

body.bs-modern-2026 #article-9 > .section-inner {
  padding-top: 36px;
  padding-bottom: 92px;
}

body.bs-modern-2026 #article-9 .row {
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: 24px;
}

body.bs-modern-2026 #article-9 .bs-home-news-card {
  order: 1;
}

body.bs-modern-2026 #article-9 .bs-home-downloads {
  order: 2;
}

@media (max-width: 1080px) {
  body.bs-modern-2026 .l-stage {
    min-height: 680px;
  }

  body.bs-modern-2026 #article-8 .location-overview,
  body.bs-modern-2026 #article-9 .row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.bs-modern-2026 .container,
  body.bs-modern-2026 .section-inner,
  body.bs-modern-2026 .bs-modern-shell {
    width: min(100% - 30px, var(--bs-shell));
  }

  body.bs-modern-2026 .l-stage {
    min-height: 700px;
  }

  body.bs-modern-2026 .bs-modern-hero h1 {
    font-size: clamp(41px, 11vw, 55px);
  }
}

/* V8 – sauberer Tablet-Header ohne Kollision zwischen Negativlogo und Navigation. */
@media (max-width: 1100px) {
  body.bs-modern-2026 .header-main .container {
    position: relative;
    min-height: 92px;
    display: flex !important;
    align-items: center;
    gap: 18px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.bs-modern-2026 .header-main .logo {
    position: relative !important;
    inset: auto !important;
    width: min(285px, calc(100% - 74px));
    height: 68px;
    flex: 0 1 285px;
    margin: 0 auto 0 0 !important;
    transform: none !important;
  }

  body.bs-modern-2026 .header-cta {
    display: none !important;
  }

  body.bs-modern-2026 .navigation-toggle-button,
  body.bs-modern-2026 .navigation-toggle-button.hidden-navigation-up {
    position: relative !important;
    inset: auto !important;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07) !important;
    box-shadow: none !important;
  }

  body.bs-modern-2026 .navigation-toggle-button::before {
    top: 14px;
    right: 12px;
    left: 12px;
    height: 2px;
    background: var(--bs-yellow);
    box-shadow: 0 8px 0 var(--bs-yellow), 0 16px 0 var(--bs-yellow);
  }

  body.bs-modern-2026 .l-navigation,
  body.bs-modern-2026 .l-navigation.visible-navigation-up {
    position: absolute !important;
    top: calc(100% - 2px) !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    z-index: 1100;
    width: 100% !important;
    max-height: calc(100vh - 140px);
    display: none !important;
    margin: 0 !important;
    padding: 12px !important;
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 0 0 16px 16px;
    background: var(--bs-blue) !important;
    box-shadow: 0 22px 45px rgba(0, 15, 31, 0.32) !important;
    transform: none !important;
  }

  body.bs-modern-2026.bs-nav-open .l-navigation,
  body.bs-modern-2026.bs-nav-open .l-navigation.visible-navigation-up {
    display: block !important;
  }

  body.bs-modern-2026 .l-navigation > ul {
    width: 100% !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
  }

  body.bs-modern-2026 .l-navigation > ul > li {
    min-width: 0;
    display: block !important;
    margin: 0 !important;
  }

  body.bs-modern-2026 .l-navigation > ul > li::before {
    display: none !important;
  }

  body.bs-modern-2026 .l-navigation .navigation-item {
    min-height: 48px;
    display: flex !important;
    align-items: center;
    padding: 0 14px !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 9px;
    color: var(--bs-white) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.bs-modern-2026 .l-navigation .navigation-item:hover,
  body.bs-modern-2026 .l-navigation .active > .navigation-item,
  body.bs-modern-2026 .l-navigation .trail > .navigation-item {
    border-color: rgba(255, 179, 0, 0.48) !important;
    color: var(--bs-blue) !important;
    background: var(--bs-yellow) !important;
  }

  body.bs-modern-2026 .l-navigation .navigation-submenu {
    display: none !important;
  }
}

@media (max-width: 620px) {
  body.bs-modern-2026 .header-main .container {
    min-height: 82px;
  }

  body.bs-modern-2026 .header-main .logo {
    width: min(230px, calc(100% - 66px));
    height: 58px;
    flex-basis: 230px;
  }

  body.bs-modern-2026 .l-navigation > ul {
    grid-template-columns: 1fr;
  }
}

/* V9 – zweizeiliger Shop-Header und echte, mehrstufige Navigation. */
body.bs-modern-2026 .bs-nav-source {
  display: none !important;
}

body.bs-modern-2026 .bs-nav-expander {
  width: 28px;
  min-width: 28px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  margin: 4px 4px 4px -4px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.76);
  background: transparent;
  cursor: pointer;
}

body.bs-modern-2026 .bs-nav-expander:hover,
body.bs-modern-2026 .bs-nav-expander[aria-expanded="true"] {
  color: var(--bs-blue);
  background: var(--bs-yellow);
}

body.bs-modern-2026 .bs-nav-expander span {
  display: block;
  font-size: 17px;
  line-height: 1;
  transition: transform 180ms ease;
}

body.bs-modern-2026 .bs-nav-expander[aria-expanded="true"] span {
  transform: rotate(180deg);
}

body.bs-modern-2026 .bs-nav-mega {
  color: var(--bs-text);
}

body.bs-modern-2026 .bs-nav-mega__head,
body.bs-modern-2026 .bs-nav-mega__body,
body.bs-modern-2026 .bs-nav-mega__product-head {
  min-width: 0;
}

body.bs-modern-2026 .bs-nav-mega__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--bs-line);
}

body.bs-modern-2026 .bs-nav-mega__head span,
body.bs-modern-2026 .bs-nav-mega__product-head > span {
  display: block;
  margin-bottom: 5px;
  color: var(--bs-blue-3);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-nav-mega__head strong,
body.bs-modern-2026 .bs-nav-mega__product-head strong {
  display: block;
  color: var(--bs-blue);
  font-size: 20px;
  line-height: 1.1;
}

body.bs-modern-2026 .bs-nav-mega__head a,
body.bs-modern-2026 .bs-nav-mega__product-head a {
  color: var(--bs-blue);
  font-size: 11px;
  font-weight: 900;
}

body.bs-modern-2026 .bs-nav-mega__body {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  min-height: 330px;
}

body.bs-modern-2026 .bs-nav-mega__categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
  gap: 4px;
  max-height: 430px;
  padding: 16px;
  overflow-y: auto;
  background: #f4f7f9;
}

body.bs-modern-2026 .bs-nav-mega__categories button {
  min-width: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid transparent;
  border-radius: 9px;
  color: var(--bs-text);
  background: transparent;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

body.bs-modern-2026 .bs-nav-mega__categories button span {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.bs-modern-2026 .bs-nav-mega__categories button:hover,
body.bs-modern-2026 .bs-nav-mega__categories button.is-active {
  border-color: rgba(255, 179, 0, 0.62);
  color: var(--bs-blue);
  background: var(--bs-white);
  box-shadow: 0 7px 20px rgba(0, 32, 64, 0.09);
}

body.bs-modern-2026 .bs-nav-mega__categories button b {
  color: var(--bs-yellow);
  font-size: 15px;
}

body.bs-modern-2026 .bs-nav-mega__products {
  min-width: 0;
  padding: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 179, 0, 0.17), transparent 13rem),
    var(--bs-white);
}

body.bs-modern-2026 .bs-nav-mega__product-head {
  margin-bottom: 18px;
}

body.bs-modern-2026 .bs-nav-mega__product-head a {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--bs-yellow);
}

body.bs-modern-2026 .bs-nav-mega__product-list {
  display: grid;
  gap: 7px;
}

body.bs-modern-2026 .bs-nav-mega__product-list a {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 11px;
  border: 1px solid var(--bs-line);
  border-radius: 9px;
  color: var(--bs-text);
  background: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  font-weight: 800;
}

body.bs-modern-2026 .bs-nav-mega__product-list a:hover {
  border-color: var(--bs-yellow);
  color: var(--bs-blue);
  transform: translateX(3px);
}

body.bs-modern-2026 .bs-nav-mega__product-list p {
  margin: 0;
  color: var(--bs-muted);
  font-size: 12px;
}

@media (min-width: 1101px) {
  body.bs-modern-2026 .header-main .container {
    min-height: 142px;
    display: grid !important;
    grid-template-columns: minmax(330px, 1fr) auto;
    grid-template-areas:
      "logo cta"
      "nav nav";
    gap: 4px 24px !important;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 7px;
  }

  body.bs-modern-2026 .header-main .logo {
    grid-area: logo;
    width: min(390px, 100%) !important;
    height: 78px;
    flex-basis: auto !important;
  }

  body.bs-modern-2026 .header-cta {
    grid-area: cta;
    justify-self: end;
  }

  body.bs-modern-2026 .l-navigation,
  body.bs-modern-2026 .l-navigation.visible-navigation-up {
    position: relative !important;
    grid-area: nav;
    width: 100% !important;
    display: block !important;
    padding-top: 3px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  body.bs-modern-2026 .l-navigation > ul {
    width: 100%;
    min-height: 43px;
    justify-content: flex-start;
  }

  body.bs-modern-2026 .l-navigation > ul > li {
    display: flex;
    align-items: center;
  }

  body.bs-modern-2026 .l-navigation > ul > li.bs-nav-rental,
  body.bs-modern-2026 .l-navigation > ul > li:first-child.bs-has-structured-submenu {
    position: static;
  }

  body.bs-modern-2026 .l-navigation .navigation-item {
    min-height: 40px;
    padding: 0 9px !important;
    font-size: 11px !important;
  }

  body.bs-modern-2026 .bs-nav-dropdown {
    top: 100% !important;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  }

  body.bs-modern-2026 .bs-has-structured-submenu:hover > .bs-nav-dropdown,
  body.bs-modern-2026 .bs-has-structured-submenu:focus-within > .bs-nav-dropdown,
  body.bs-modern-2026 .bs-submenu-open > .bs-nav-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.bs-modern-2026 .bs-nav-mega {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    z-index: 1200;
    display: block;
    overflow: hidden;
    border: 1px solid var(--bs-line);
    border-radius: 0 0 18px 18px;
    background: var(--bs-white);
    box-shadow: 0 28px 70px rgba(0, 22, 44, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  }

  body.bs-modern-2026 .bs-has-structured-submenu:hover > .bs-nav-mega,
  body.bs-modern-2026 .bs-has-structured-submenu:focus-within > .bs-nav-mega,
  body.bs-modern-2026 .bs-submenu-open > .bs-nav-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  body.bs-modern-2026 .l-navigation > ul > li.bs-has-structured-submenu {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 46px;
  }

  body.bs-modern-2026 .bs-has-structured-submenu > .navigation-item {
    grid-column: 1;
    grid-row: 1;
  }

  body.bs-modern-2026 .bs-nav-expander {
    width: 42px;
    height: 42px;
    grid-column: 2;
    grid-row: 1;
    margin: 3px 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
  }

  body.bs-modern-2026 .bs-has-structured-submenu > .bs-nav-dropdown,
  body.bs-modern-2026 .bs-has-structured-submenu > .bs-nav-mega {
    position: static !important;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100% !important;
    max-height: none;
    margin-top: 5px !important;
  }

  body.bs-modern-2026 .bs-submenu-open > .bs-nav-dropdown {
    display: block !important;
    padding: 7px !important;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07) !important;
  }

  body.bs-modern-2026 .bs-submenu-open > .bs-nav-mega {
    display: block !important;
    overflow: hidden;
    border-radius: 12px;
    background: var(--bs-white);
  }

  body.bs-modern-2026 .bs-nav-mega__head {
    align-items: flex-start;
    padding: 16px;
  }

  body.bs-modern-2026 .bs-nav-mega__body {
    grid-template-columns: minmax(0, 1fr);
  }

  body.bs-modern-2026 .bs-nav-mega__categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 260px;
    padding: 10px;
  }

  body.bs-modern-2026 .bs-nav-mega__products {
    padding: 16px;
  }
}

@media (max-width: 620px) {
  body.bs-modern-2026 .bs-nav-mega__head {
    display: block;
  }

  body.bs-modern-2026 .bs-nav-mega__head > a {
    display: inline-block;
    margin-top: 10px;
  }

  body.bs-modern-2026 .bs-nav-mega__categories {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* V10 – durchgaengige Header-Proportionen und einheitliche Mega-Menues. */
body.bs-modern-2026 #page {
  /* "hidden" am Seitenrahmen machte den Sticky-Header zu einem Scroll-Container. */
  overflow: clip visible !important;
}

body.bs-modern-2026 .header-meta {
  border-bottom: 0 !important;
}

body.bs-modern-2026 .bs-nav-mega__categories button span {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: auto;
}

body.bs-modern-2026 .bs-nav-shop-preview {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 160px) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 15px;
  overflow: hidden;
  border: 1px solid var(--bs-line);
  border-radius: 14px;
  color: var(--bs-text);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(0, 32, 64, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.bs-modern-2026 .bs-nav-shop-preview:hover {
  border-color: var(--bs-yellow);
  color: var(--bs-blue);
  box-shadow: 0 18px 38px rgba(0, 32, 64, 0.14);
  transform: translateY(-2px);
}

body.bs-modern-2026 .bs-nav-shop-preview img {
  width: 100%;
  height: 124px;
  object-fit: cover;
  border-radius: 10px;
  background: var(--bs-soft-blue);
}

body.bs-modern-2026 .bs-nav-shop-preview span {
  min-width: 0;
  color: var(--bs-muted);
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: normal;
}

body.bs-modern-2026 .bs-nav-shop-preview b {
  color: var(--bs-yellow);
  font-size: 20px;
}

@media (min-width: 1101px) {
  body.bs-modern-2026 .header-main .container {
    min-height: 150px;
    grid-template-columns: minmax(360px, 1fr) auto;
    grid-template-rows: 84px 58px;
    gap: 0 22px !important;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  body.bs-modern-2026 .header-main .logo {
    width: min(400px, 100%) !important;
    height: 82px;
  }

  body.bs-modern-2026 .l-navigation,
  body.bs-modern-2026 .l-navigation.visible-navigation-up {
    min-height: 56px;
    display: flex !important;
    align-items: center;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.bs-modern-2026 .l-navigation > ul {
    min-height: 56px;
    gap: 2px;
    align-items: center;
  }

  body.bs-modern-2026 .l-navigation > ul > li::before,
  body.bs-modern-2026 .l-navigation > ul > li::after {
    display: none !important;
    content: none !important;
  }

  body.bs-modern-2026 .l-navigation .navigation-item {
    min-height: 46px;
    padding: 0 10px !important;
    border: 0 !important;
    font-size: 11.5px !important;
  }

  body.bs-modern-2026 .bs-nav-expander {
    width: 30px;
    min-width: 30px;
    height: 40px;
    margin: 0 2px 0 -3px;
  }

  body.bs-modern-2026 .l-navigation > ul > li.bs-nav-shop {
    position: static;
  }
}

@media (max-width: 620px) {
  body.bs-modern-2026 .bs-nav-shop-preview {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.bs-modern-2026 .bs-nav-shop-preview img {
    grid-column: 1 / -1;
    height: 150px;
  }
}
