@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;
}

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;
  }
}
