@charset "UTF-8";

/* B+S Mietpark – Unterseiten und Mietprogramm 2026
 * Ergänzung zum unveränderten, rücksetzbaren Basisdesign v4.
 */

/* Standortsuche vorübergehend nur im Frontend ausblenden. */
body.bs-modern-2026 .location-select-header,
body.bs-modern-2026 .bs-modern-finder label:has(.bs-modern-location) {
  display: none !important;
}

body.bs-modern-2026 .header-meta .container {
  justify-content: flex-start;
}

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

body.bs-modern-2026 .bs-modern-finder {
  max-width: 900px;
}

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

/* Gemeinsames Erscheinungsbild der Unterseiten. */
body.bs-modern-2026.bs-modern-subpage {
  background:
    radial-gradient(circle at 90% 6%, rgba(7, 84, 135, 0.1), transparent 24rem),
    var(--bs-paper);
}

body.bs-modern-2026.bs-modern-subpage .content-container {
  width: min(1280px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  padding: clamp(36px, 5vw, 72px) 0 clamp(64px, 8vw, 112px);
}

body.bs-modern-2026.bs-modern-subpage .l-main-inner {
  overflow: visible;
  background: transparent;
}

body.bs-modern-2026.bs-modern-subpage .mod_article {
  overflow: hidden;
  border: 1px solid rgba(0, 32, 64, 0.09);
  border-radius: 24px;
  background: var(--bs-white);
  box-shadow: 0 20px 54px rgba(0, 32, 64, 0.09);
}

body.bs-modern-2026.bs-modern-subpage .mod_article + .mod_article {
  margin-top: 30px;
}

body.bs-modern-2026.bs-modern-subpage .mod_article > .section-inner {
  padding: clamp(30px, 4vw, 62px);
}

body.bs-modern-2026.bs-modern-subpage .typographic,
body.bs-modern-2026.bs-modern-subpage .ce-text,
body.bs-modern-2026.bs-modern-subpage .block {
  color: var(--bs-text);
}

body.bs-modern-2026.bs-modern-subpage .typographic p,
body.bs-modern-2026.bs-modern-subpage .ce-text p,
body.bs-modern-2026.bs-modern-subpage .block p {
  color: var(--bs-muted);
  line-height: 1.72;
}

body.bs-modern-2026.bs-modern-subpage h1,
body.bs-modern-2026.bs-modern-subpage .h1 {
  color: var(--bs-blue);
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

body.bs-modern-2026.bs-modern-subpage h2,
body.bs-modern-2026.bs-modern-subpage .h2 {
  color: var(--bs-blue);
  font-size: clamp(28px, 3.2vw, 43px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

body.bs-modern-2026.bs-modern-subpage h3,
body.bs-modern-2026.bs-modern-subpage .h3 {
  color: var(--bs-blue);
  line-height: 1.18;
}

body.bs-modern-2026.bs-modern-subpage .teaser-page.pattern-concrete,
body.bs-modern-2026.bs-modern-subpage .teaser-page-boxed.pattern-concrete,
body.bs-modern-2026.bs-modern-subpage .block-concrete {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 5vw, 66px);
  border: 0;
  border-radius: 22px;
  color: var(--bs-white);
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 179, 0, 0.2), transparent 19rem),
    linear-gradient(135deg, var(--bs-blue), var(--bs-blue-2)) !important;
  box-shadow: var(--bs-shadow);
}

body.bs-modern-2026.bs-modern-subpage .teaser-page.pattern-concrete::after,
body.bs-modern-2026.bs-modern-subpage .block-concrete::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 310px;
  height: 310px;
  border: 52px solid rgba(255, 179, 0, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

body.bs-modern-2026.bs-modern-subpage .teaser-page.pattern-concrete h1,
body.bs-modern-2026.bs-modern-subpage .teaser-page.pattern-concrete h2,
body.bs-modern-2026.bs-modern-subpage .teaser-page.pattern-concrete a,
body.bs-modern-2026.bs-modern-subpage .block-concrete h1,
body.bs-modern-2026.bs-modern-subpage .block-concrete h2,
body.bs-modern-2026.bs-modern-subpage .block-concrete h3,
body.bs-modern-2026.bs-modern-subpage .block-concrete a {
  color: var(--bs-white);
}

body.bs-modern-2026.bs-modern-subpage .teaser-page.pattern-concrete p,
body.bs-modern-2026.bs-modern-subpage .block-concrete p {
  max-width: 870px;
  color: rgba(255, 255, 255, 0.74);
}

body.bs-modern-2026.bs-modern-subpage .subtitle-brand {
  display: block;
  margin-top: 12px;
  color: var(--bs-yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.bs-modern-2026.bs-modern-subpage .btn,
body.bs-modern-2026.bs-modern-subpage button:not(.slick-arrow),
body.bs-modern-2026.bs-modern-subpage input[type="submit"] {
  border-radius: 10px;
  font-weight: 900;
}

body.bs-modern-2026.bs-modern-subpage .btn-primary,
body.bs-modern-2026.bs-modern-subpage .teaser-page-readmore,
body.bs-modern-2026.bs-modern-subpage input[type="submit"] {
  border-color: var(--bs-yellow);
  color: var(--bs-blue);
  background: var(--bs-yellow);
}

body.bs-modern-2026.bs-modern-subpage .btn-secondary {
  border-color: var(--bs-blue);
  color: var(--bs-white);
  background: var(--bs-blue);
}

body.bs-modern-2026.bs-modern-subpage input[type="text"],
body.bs-modern-2026.bs-modern-subpage input[type="search"],
body.bs-modern-2026.bs-modern-subpage input[type="email"],
body.bs-modern-2026.bs-modern-subpage input[type="tel"],
body.bs-modern-2026.bs-modern-subpage input[type="number"],
body.bs-modern-2026.bs-modern-subpage select,
body.bs-modern-2026.bs-modern-subpage textarea {
  min-height: 50px;
  border: 1px solid var(--bs-line);
  border-radius: 10px;
  color: var(--bs-text);
  background: var(--bs-white);
  box-shadow: 0 3px 12px rgba(0, 32, 64, 0.04);
}

body.bs-modern-2026.bs-modern-subpage input:focus,
body.bs-modern-2026.bs-modern-subpage select:focus,
body.bs-modern-2026.bs-modern-subpage textarea:focus {
  outline: 3px solid rgba(255, 179, 0, 0.28);
  border-color: var(--bs-yellow);
}

/* Bestehende Seitenleisten bleiben editierbare Contao-Module. */
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar {
  overflow: hidden;
  border: 1px solid rgba(0, 32, 64, 0.09);
  border-radius: 18px;
  background: var(--bs-white);
  box-shadow: 0 14px 42px rgba(0, 32, 64, 0.08);
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .sidebar-block,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .navigation-sidebar {
  border: 0;
  background: var(--bs-white);
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .navigation-sidebar-item,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .sidebar-block a {
  color: var(--bs-blue);
}

/* Karten, Listen und Detailseiten. */
body.bs-modern-2026.bs-modern-subpage .object-list {
  margin-top: clamp(34px, 5vw, 68px);
}

body.bs-modern-2026.bs-modern-subpage .header-block {
  margin-bottom: 26px;
  border-color: var(--bs-yellow);
}

body.bs-modern-2026.bs-modern-subpage .object-list-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.bs-modern-2026.bs-modern-subpage .object-list-item {
  width: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--bs-line);
  border-radius: 18px;
  background: var(--bs-white);
  box-shadow: 0 10px 28px rgba(0, 32, 64, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body.bs-modern-2026.bs-modern-subpage .object-list-item:hover {
  border-color: rgba(0, 56, 101, 0.28);
  box-shadow: 0 22px 48px rgba(0, 32, 64, 0.14);
  transform: translateY(-5px);
}

body.bs-modern-2026.bs-modern-subpage .teaser-object {
  height: 100%;
  display: flex;
  flex-direction: column;
}

body.bs-modern-2026.bs-modern-subpage .teaser-object-image,
body.bs-modern-2026.bs-modern-subpage .teaser-object-image a {
  height: 230px;
  display: block;
  margin: 0;
  overflow: hidden;
  background: #eef3f6;
}

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

body.bs-modern-2026.bs-modern-subpage .object-list-item:hover .teaser-object-image img {
  transform: scale(1.045);
}

body.bs-modern-2026.bs-modern-subpage .teaser-object-title {
  display: block;
  padding: 20px 22px 8px;
  color: var(--bs-blue);
  font-size: 18px;
  line-height: 1.25;
}

body.bs-modern-2026.bs-modern-subpage .teaser-object-meta {
  margin-top: auto;
  padding: 0 22px 22px;
  color: var(--bs-muted);
}

body.bs-modern-2026.bs-modern-subpage table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--bs-line);
  border-radius: 14px;
}

body.bs-modern-2026.bs-modern-subpage th {
  color: var(--bs-white);
  background: var(--bs-blue);
}

body.bs-modern-2026.bs-modern-subpage th,
body.bs-modern-2026.bs-modern-subpage td {
  padding: 13px 16px;
  border-bottom: 1px solid var(--bs-line);
}

body.bs-modern-2026.bs-modern-subpage tr:last-child td {
  border-bottom: 0;
}

body.bs-modern-2026.bs-modern-subpage .teaser-action,
body.bs-modern-2026.bs-modern-subpage .box,
body.bs-modern-2026.bs-modern-subpage .downloads-sidebar {
  border: 1px solid var(--bs-line);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(0, 32, 64, 0.07);
}

/* Mietprogramm: Kachelstruktur nach dem Muster der Messe-App. */
body.bs-modern-2026.bs-modern-catalog .content-container {
  width: min(1420px, calc(100% - 48px));
}

body.bs-modern-2026.bs-modern-catalog .l-sidebar {
  display: none !important;
}

body.bs-modern-2026.bs-modern-catalog .l-main,
body.bs-modern-2026.bs-modern-catalog .l-main.l-main-has-sidebar,
body.bs-modern-2026.bs-modern-catalog .l-main-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
}

body.bs-modern-2026.bs-modern-catalog #article-2 {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.bs-modern-2026.bs-modern-catalog #article-2 > .section-inner {
  padding: 0;
}

body.bs-modern-2026.bs-modern-catalog #article-2 > .section-inner > .ce-image:first-child {
  display: none;
}

body.bs-modern-2026.bs-modern-catalog #article-2 > .section-inner > .block-concrete {
  margin-bottom: 28px;
}

body.bs-modern-2026.bs-modern-catalog #article-2 > .section-inner > .block:not(.block-concrete):not([hidden]) {
  margin-top: 24px;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid var(--bs-line);
  border-radius: 20px;
  background: var(--bs-white);
  box-shadow: 0 12px 32px rgba(0, 32, 64, 0.06);
}

body.bs-modern-2026 .bs-catalog-explorer {
  margin: 28px 0 42px;
}

body.bs-modern-2026 .bs-catalog-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 36px;
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(0, 32, 64, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at 94% 20%, rgba(7, 84, 135, 0.1), transparent 20rem),
    var(--bs-white);
  box-shadow: 0 18px 54px rgba(0, 32, 64, 0.1);
}

body.bs-modern-2026 .bs-catalog-kicker {
  margin: 0 0 13px;
  color: var(--bs-blue-3);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-catalog-intro h2 {
  margin: 0;
  color: var(--bs-blue);
  font-size: clamp(38px, 4.6vw, 63px);
  line-height: 0.98;
  letter-spacing: -0.047em;
}

body.bs-modern-2026 .bs-catalog-intro__copy > p:last-child {
  margin: 15px 0 0;
  color: var(--bs-muted);
  font-size: 15px;
}

body.bs-modern-2026 .bs-catalog-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.45fr) auto;
  gap: 12px;
}

body.bs-modern-2026 .bs-catalog-search label {
  margin: 0;
}

body.bs-modern-2026 .bs-catalog-search input,
body.bs-modern-2026 .bs-catalog-search select {
  width: 100%;
  height: 58px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid #cfdbe3;
  border-radius: 13px;
  color: var(--bs-text);
  background: var(--bs-white);
  font: inherit;
  box-shadow: 0 5px 16px rgba(0, 32, 64, 0.05);
}

body.bs-modern-2026 .bs-catalog-search input:focus,
body.bs-modern-2026 .bs-catalog-search select:focus {
  outline: 3px solid rgba(255, 179, 0, 0.25);
  border-color: var(--bs-yellow);
}

body.bs-modern-2026 .bs-catalog-search button {
  min-width: 104px;
  height: 58px;
  padding: 0 20px;
  border: 0;
  border-radius: 13px;
  color: var(--bs-blue);
  background: var(--bs-yellow);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

body.bs-modern-2026 .bs-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 24px 0 18px;
}

body.bs-modern-2026 .bs-catalog-tabs {
  display: flex;
  gap: 9px;
}

body.bs-modern-2026 .bs-catalog-tabs button {
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--bs-line);
  border-radius: 999px;
  color: var(--bs-blue);
  background: var(--bs-white);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

body.bs-modern-2026 .bs-catalog-tabs button.is-active {
  border-color: var(--bs-blue);
  color: var(--bs-white);
  background: var(--bs-blue);
}

body.bs-modern-2026 .bs-catalog-count {
  margin: 0;
  color: var(--bs-muted);
  font-size: 12px;
  font-weight: 800;
}

body.bs-modern-2026 .bs-catalog-request {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 22px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 179, 0, 0.55);
  border-radius: 18px;
  background: #fffaf0;
}

body.bs-modern-2026 .bs-catalog-request div > span {
  display: block;
  margin-bottom: 7px;
  color: var(--bs-blue-3);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-catalog-request strong {
  display: block;
  color: var(--bs-blue);
  font-size: 24px;
}

body.bs-modern-2026 .bs-catalog-request p {
  margin: 7px 0 0;
  color: var(--bs-muted);
  font-size: 13px;
}

body.bs-modern-2026 .bs-catalog-request a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 21px;
  border-radius: 11px;
  color: var(--bs-blue);
  background: var(--bs-yellow);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

body.bs-modern-2026 .bs-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.bs-modern-2026 .bs-catalog-card {
  position: relative;
  min-width: 0;
  min-height: 210px;
  overflow: hidden;
  border-radius: 17px;
  background: var(--bs-blue);
  box-shadow: 0 10px 28px rgba(0, 32, 64, 0.14);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 320ms ease, transform 320ms ease, box-shadow 220ms ease;
}

body.bs-modern-2026 .bs-catalog-card.is-rendered {
  opacity: 1;
  transform: translateY(0);
}

body.bs-modern-2026 .bs-catalog-card.is-rendered:hover {
  box-shadow: 0 24px 54px rgba(0, 32, 64, 0.24);
  transform: translateY(-5px);
}

body.bs-modern-2026 .bs-catalog-card__link {
  position: relative;
  min-height: 210px;
  display: block;
  overflow: hidden;
  color: var(--bs-white);
}

body.bs-modern-2026 .bs-catalog-card__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(7, 84, 135, 0.94), rgba(0, 32, 64, 0.98)),
    var(--bs-blue);
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 260ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 350ms ease;
}

body.bs-modern-2026 .bs-catalog-card.is-image-ready .bs-catalog-card__media {
  opacity: 1;
}

body.bs-modern-2026 .bs-catalog-card__media.is-contain {
  background-color: var(--bs-blue);
  background-position: center 34%;
  background-repeat: no-repeat;
  background-size: 88% 72%;
}

body.bs-modern-2026 .bs-catalog-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 20, 40, 0.03) 20%, rgba(0, 24, 48, 0.94) 100%);
  content: "";
}

body.bs-modern-2026 .bs-catalog-card:hover .bs-catalog-card__media {
  filter: saturate(1.08);
  transform: scale(1.055);
}

body.bs-modern-2026 .bs-catalog-card__content {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  padding: 23px;
}

body.bs-modern-2026 .bs-catalog-card__eyebrow {
  margin-bottom: 7px;
  color: var(--bs-yellow);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-catalog-card__title {
  color: var(--bs-white);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.13;
  letter-spacing: -0.02em;
}

body.bs-modern-2026 .bs-catalog-card__meta {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 700;
}

body.bs-modern-2026 .bs-catalog-card__add {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 12px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  color: var(--bs-blue);
  background: rgba(255, 179, 0, 0.95);
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 7px 18px rgba(0, 32, 64, 0.2);
  transition: transform 180ms ease, background 180ms ease;
}

body.bs-modern-2026 .bs-catalog-card__add:hover,
body.bs-modern-2026 .bs-catalog-card__add:focus-visible {
  background: #ffc230;
  transform: translateY(-2px);
}

body.bs-modern-2026 .teaser-object-image img.bs-catalog-original-image,
body.bs-modern-2026 img.bs-catalog-original-image {
  image-rendering: auto;
  object-fit: cover;
}

body.bs-modern-2026 .teaser-object-image img.bs-catalog-original-image.is-contain,
body.bs-modern-2026 img.bs-catalog-original-image.is-contain {
  padding: 12px;
  object-fit: contain;
  background: linear-gradient(145deg, #f4f7f9, #e8eef2);
}

body.bs-modern-2026 .bs-native-request-add {
  min-height: 42px;
  margin: 0 22px 22px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  color: var(--bs-blue);
  background: var(--bs-yellow);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

body.bs-modern-2026 .bs-catalog-grid.is-machine-view .bs-catalog-card,
body.bs-modern-2026 .bs-catalog-grid.is-machine-view .bs-catalog-card__link {
  min-height: 190px;
}

body.bs-modern-2026 .bs-catalog-empty {
  margin: 24px 0;
  padding: 34px;
  border: 1px dashed var(--bs-line);
  border-radius: 16px;
  color: var(--bs-muted);
  background: var(--bs-white);
  text-align: center;
}

body.bs-modern-2026 .bs-catalog-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  margin-top: 18px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 179, 0, 0.4);
  border-radius: 14px;
  color: var(--bs-muted);
  background: rgba(255, 250, 240, 0.92);
  font-size: 11px;
}

body.bs-modern-2026 .bs-catalog-note strong {
  color: var(--bs-blue);
}

body.bs-modern-2026 .bs-catalog-back {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 0 15px;
  border: 1px solid var(--bs-line);
  border-radius: 999px;
  color: var(--bs-blue);
  background: var(--bs-white);
  font-size: 12px;
  font-weight: 900;
}

body.bs-modern-2026 .bs-catalog-back:hover {
  border-color: var(--bs-yellow);
  background: #fffaf0;
}

/* Merkliste und Schnellanfrage – funktional an die Messe-App angelehnt. */
body.bs-request-open {
  overflow: hidden;
}

body.bs-modern-2026 .bs-request-fab {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0 13px 0 18px;
  border: 0;
  border-radius: 999px;
  color: var(--bs-white);
  background: var(--bs-blue);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 38px rgba(0, 32, 64, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.bs-modern-2026 .bs-request-fab:hover,
body.bs-modern-2026 .bs-request-fab:focus-visible {
  box-shadow: 0 20px 48px rgba(0, 32, 64, 0.36);
  transform: translateY(-3px);
}

body.bs-modern-2026 .bs-request-fab strong {
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--bs-blue);
  background: var(--bs-yellow);
  font-size: 11px;
}

body.bs-modern-2026 .bs-request-fab.has-items strong {
  animation: bs-request-pulse 550ms ease;
}

body.bs-modern-2026 .bs-request-drawer {
  position: fixed;
  z-index: 1000;
  inset: 0;
}

body.bs-modern-2026 .bs-request-drawer__backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(0, 20, 40, 0.66);
  backdrop-filter: blur(5px);
  transition: opacity 260ms ease;
}

body.bs-modern-2026 .bs-request-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(560px, 100%);
  height: 100%;
  overflow-y: auto;
  padding: clamp(28px, 4vw, 50px);
  color: var(--bs-text);
  background: var(--bs-white);
  box-shadow: -24px 0 70px rgba(0, 32, 64, 0.26);
  transform: translateX(104%);
  transition: transform 300ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

body.bs-modern-2026 .bs-request-drawer.is-open .bs-request-drawer__backdrop {
  opacity: 1;
}

body.bs-modern-2026 .bs-request-drawer.is-open .bs-request-drawer__panel {
  transform: translateX(0);
}

body.bs-modern-2026 .bs-request-drawer__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--bs-line);
  border-radius: 50%;
  color: var(--bs-blue);
  background: var(--bs-white);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

body.bs-modern-2026 .bs-request-drawer__kicker {
  margin: 0 0 10px;
  color: var(--bs-blue-3);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-request-drawer h2 {
  max-width: 430px;
  margin: 0;
  color: var(--bs-blue);
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

body.bs-modern-2026 .bs-request-drawer__intro {
  margin: 16px 0 28px;
  color: var(--bs-muted);
  line-height: 1.6;
}

body.bs-modern-2026 .bs-request-form__picker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

body.bs-modern-2026 .bs-request-form label > span,
body.bs-modern-2026 .bs-request-selection > strong {
  display: block;
  margin-bottom: 8px;
  color: var(--bs-blue);
  font-size: 11px;
  font-weight: 900;
}

body.bs-modern-2026 .bs-request-form select,
body.bs-modern-2026 .bs-request-form textarea {
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--bs-line);
  border-radius: 11px;
  color: var(--bs-text);
  background: var(--bs-white);
  font: inherit;
}

body.bs-modern-2026 .bs-request-form__picker select {
  min-height: 50px;
}

body.bs-modern-2026 .bs-request-form__picker > button,
body.bs-modern-2026 .bs-request-form__submit {
  min-height: 50px;
  padding: 0 18px;
  border: 0;
  border-radius: 11px;
  color: var(--bs-blue);
  background: var(--bs-yellow);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

body.bs-modern-2026 .bs-request-selection {
  margin: 22px 0;
  padding: 18px;
  border: 1px solid var(--bs-line);
  border-radius: 14px;
  background: #f7f9fa;
}

body.bs-modern-2026 .bs-request-selection ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.bs-modern-2026 .bs-request-selection li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 12px;
  border-radius: 10px;
  background: var(--bs-white);
}

body.bs-modern-2026 .bs-request-selection li span,
body.bs-modern-2026 .bs-request-selection li strong,
body.bs-modern-2026 .bs-request-selection li small {
  display: block;
}

body.bs-modern-2026 .bs-request-selection li strong {
  color: var(--bs-blue);
  font-size: 12px;
}

body.bs-modern-2026 .bs-request-selection li small {
  margin-top: 3px;
  color: var(--bs-muted);
  font-size: 10px;
}

body.bs-modern-2026 .bs-request-selection li button {
  padding: 6px 8px;
  border: 0;
  color: #8a2630;
  background: transparent;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

body.bs-modern-2026 .bs-request-selection__empty {
  margin: 0;
  color: var(--bs-muted);
  font-size: 12px;
}

body.bs-modern-2026 .bs-request-field {
  display: block;
  margin-top: 18px;
}

body.bs-modern-2026 .bs-request-form__status {
  min-height: 20px;
  margin: 13px 0;
  color: var(--bs-blue-3);
  font-size: 11px;
  font-weight: 800;
}

body.bs-modern-2026 .bs-request-form__submit {
  width: 100%;
}

body.bs-modern-2026 .bs-request-prefill-note {
  margin: 0 0 22px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 179, 0, 0.55);
  border-radius: 12px;
  color: var(--bs-blue);
  background: #fffaf0;
  font-weight: 800;
}

@keyframes bs-request-pulse {
  50% { transform: scale(1.16); }
}

@media (prefers-reduced-motion: reduce) {
  body.bs-modern-2026 .bs-catalog-card,
  body.bs-modern-2026 .bs-catalog-card__media,
  body.bs-modern-2026 .bs-request-drawer__panel,
  body.bs-modern-2026 .bs-request-drawer__backdrop,
  body.bs-modern-2026 .bs-request-fab {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1180px) {
  body.bs-modern-2026 .bs-catalog-intro {
    grid-template-columns: 1fr;
  }

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

  body.bs-modern-2026.bs-modern-subpage .object-list-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body.bs-modern-2026.bs-modern-subpage .content-container,
  body.bs-modern-2026.bs-modern-catalog .content-container {
    width: min(100% - 28px, 1280px);
    padding-top: 28px;
  }

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

  body.bs-modern-2026 .bs-catalog-search__input {
    grid-column: 1 / -1;
  }

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

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

  body.bs-modern-2026 .bs-catalog-request a {
    width: fit-content;
  }
}

@media (max-width: 620px) {
  body.bs-modern-2026 .bs-modern-finder__fields,
  body.bs-modern-2026 .bs-catalog-search,
  body.bs-modern-2026 .bs-catalog-grid,
  body.bs-modern-2026.bs-modern-subpage .object-list-items {
    grid-template-columns: 1fr;
  }

  body.bs-modern-2026 .bs-catalog-search__input {
    grid-column: auto;
  }

  body.bs-modern-2026 .bs-catalog-search button {
    width: 100%;
  }

  body.bs-modern-2026 .bs-catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  body.bs-modern-2026 .bs-catalog-card,
  body.bs-modern-2026 .bs-catalog-card__link {
    min-height: 225px;
  }

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

  body.bs-modern-2026.bs-modern-subpage .mod_article > .section-inner {
    padding: 26px 20px;
  }

  body.bs-modern-2026.bs-modern-subpage .teaser-page.pattern-concrete,
  body.bs-modern-2026.bs-modern-subpage .block-concrete,
  body.bs-modern-2026 .bs-catalog-intro {
    padding: 28px 22px;
  }

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

  body.bs-modern-2026 .bs-request-drawer__panel {
    padding: 68px 22px 30px;
  }

  body.bs-modern-2026 .bs-request-fab {
    right: 14px;
    bottom: 14px;
  }

  body.bs-modern-2026 .bs-request-fab span {
    display: none;
  }
}

/* V3 – proportionierte Unterseiten, neue Startseitenmodule und Content-Hubs. */
body.bs-modern-2026.bs-modern-subpage .content-container,
body.bs-modern-2026.bs-modern-catalog .content-container {
  width: min(var(--bs-shell, 1180px), calc(100% - 48px));
  padding-top: clamp(34px, 4.5vw, 58px);
  padding-bottom: clamp(64px, 7vw, 92px);
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .content-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: start;
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-main,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-main.l-main-has-sidebar,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-main-inner,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-main {
  min-width: 0;
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar {
  position: sticky;
  top: 166px;
  align-self: start;
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar h1,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar .h1,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .sidebar-block-heading {
  margin: 0;
  padding: 22px 20px 14px;
  color: var(--bs-blue);
  font-size: clamp(24px, 2.2vw, 31px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .navigation-sidebar-item,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .sidebar-block a {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 10px 18px;
  border-top: 1px solid var(--bs-line);
  font-size: 13px;
  line-height: 1.3;
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .navigation-sidebar-item:hover,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .navigation-sidebar-item.active,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .sidebar-block a:hover {
  color: var(--bs-blue);
  background: rgba(255, 179, 0, 0.15);
}

body.bs-modern-2026.bs-modern-subpage .mod_article > .section-inner {
  padding: clamp(28px, 3.4vw, 48px);
}

body.bs-modern-2026.bs-modern-subpage h1,
body.bs-modern-2026.bs-modern-subpage .h1 {
  max-width: 900px;
  font-size: clamp(38px, 4.5vw, 58px);
}

body.bs-modern-2026.bs-modern-subpage h2,
body.bs-modern-2026.bs-modern-subpage .h2 {
  font-size: clamp(27px, 3vw, 39px);
}

body.bs-modern-2026.bs-modern-subpage .block-concrete p,
body.bs-modern-2026.bs-modern-subpage .teaser-page.pattern-concrete p,
body.bs-modern-2026.bs-modern-subpage .ce-text p {
  max-width: 68ch;
}

body.bs-modern-2026.bs-modern-subpage .news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

body.bs-modern-2026.bs-modern-subpage .news-list-item {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--bs-line);
  border-radius: 18px;
  background: var(--bs-white);
  box-shadow: 0 10px 28px rgba(0, 32, 64, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

body.bs-modern-2026.bs-modern-subpage .news-list-item:hover {
  box-shadow: 0 20px 44px rgba(0, 32, 64, 0.13);
  transform: translateY(-4px);
}

body.bs-modern-2026.bs-modern-subpage .teaser-news-image,
body.bs-modern-2026.bs-modern-subpage .teaser-news-image figure,
body.bs-modern-2026.bs-modern-subpage .teaser-news-image a {
  height: 210px;
  display: block;
  margin: 0;
  overflow: hidden;
}

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

body.bs-modern-2026.bs-modern-subpage .news-list-item:hover .teaser-news-image img {
  transform: scale(1.045);
}

body.bs-modern-2026.bs-modern-subpage .teaser-news-header,
body.bs-modern-2026.bs-modern-subpage .teaser-news-body {
  padding-right: 21px;
  padding-left: 21px;
}

body.bs-modern-2026.bs-modern-subpage .teaser-news-header {
  padding-top: 20px;
}

body.bs-modern-2026.bs-modern-subpage .teaser-news-body {
  padding-bottom: 22px;
}

/* Verständliche Suchbegriffe statt einer starren Produktbezeichnung. */
body.bs-modern-2026 .bs-catalog-suggestions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

body.bs-modern-2026 .bs-catalog-suggestions > span {
  margin-right: 2px;
  color: var(--bs-muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-catalog-suggestions button {
  min-height: 31px !important;
  padding: 0 11px !important;
  border: 1px solid var(--bs-line) !important;
  border-radius: 999px !important;
  color: var(--bs-blue) !important;
  background: rgba(255, 255, 255, 0.84) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}

body.bs-modern-2026 .bs-catalog-suggestions button:hover {
  border-color: var(--bs-yellow) !important;
  background: #fff6df !important;
}

body.bs-modern-2026 .bs-catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.bs-modern-2026 .bs-catalog-card,
body.bs-modern-2026 .bs-catalog-card__link {
  min-height: 245px;
}

body.bs-modern-2026 .bs-catalog-grid.is-machine-view .bs-catalog-card,
body.bs-modern-2026 .bs-catalog-grid.is-machine-view .bs-catalog-card__link {
  min-height: 225px;
}

/* Technische Daten werden aus den unveränderten Contao-Feldern in Punkte gesetzt. */
body.bs-modern-2026 .bs-tech-table .bs-tech-row > td:first-child {
  display: none;
}

body.bs-modern-2026 .bs-tech-table .bs-tech-row > td:last-child {
  width: 100%;
  padding: 0;
  border: 0;
}

body.bs-modern-2026 .bs-tech-table {
  border: 0 !important;
  overflow: visible !important;
}

body.bs-modern-2026 .bs-tech-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.bs-modern-2026 .bs-tech-list li {
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 13px 15px;
  border: 1px solid var(--bs-line);
  border-radius: 12px;
  color: var(--bs-muted);
  background: #f7f9fa;
  line-height: 1.35;
}

body.bs-modern-2026 .bs-tech-list li::before {
  width: 7px;
  height: 7px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: var(--bs-yellow);
  content: "";
}

body.bs-modern-2026 .bs-tech-list strong,
body.bs-modern-2026 .bs-tech-list span {
  display: block;
}

body.bs-modern-2026 .bs-tech-list strong {
  margin-bottom: 4px;
  color: var(--bs-blue);
  font-size: 11px;
}

body.bs-modern-2026 .bs-tech-list span {
  font-size: 13px;
}

body.bs-modern-2026 .bs-detail-request-add {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  margin: 20px 10px 0 0;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  color: var(--bs-blue);
  background: var(--bs-yellow);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

/* Lange Bestandsinhalte bleiben vollständig im Backend, werden aber lesbarer. */
body.bs-modern-2026 .bs-long-copy {
  position: relative;
  max-height: 260px;
  overflow: hidden;
}

body.bs-modern-2026 .bs-long-copy::after {
  position: absolute;
  inset: auto 0 0;
  height: 88px;
  content: "";
  pointer-events: none;
  background: linear-gradient(transparent, var(--bs-white));
}

body.bs-modern-2026 .block-concrete .bs-long-copy::after,
body.bs-modern-2026 .block-concrete.bs-long-copy::after {
  background: linear-gradient(transparent, var(--bs-blue));
}

body.bs-modern-2026 .bs-long-copy.is-expanded {
  max-height: none;
}

body.bs-modern-2026 .bs-long-copy.is-expanded::after {
  display: none;
}

body.bs-modern-2026 .bs-long-copy__toggle {
  min-height: 39px;
  margin-top: 13px;
  padding: 0 14px;
  border: 1px solid var(--bs-line) !important;
  border-radius: 999px !important;
  color: var(--bs-blue) !important;
  background: var(--bs-white) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  cursor: pointer;
}

/* Consent-freie Standortansicht mit PLZ-Suche. */
body.bs-modern-2026 .location-overview-map.bs-location-panel {
  min-height: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

body.bs-modern-2026 .bs-location-finder {
  position: relative;
  isolation: isolate;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
  border-radius: 24px;
  color: var(--bs-white);
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 179, 0, 0.27), transparent 16rem),
    radial-gradient(circle at 18% 100%, rgba(7, 84, 135, 0.7), transparent 22rem),
    var(--bs-blue);
  box-shadow: var(--bs-shadow);
}

body.bs-modern-2026 .bs-location-finder::before,
body.bs-modern-2026 .bs-location-finder::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
}

body.bs-modern-2026 .bs-location-finder::before {
  background: url("/files/platzhalter/bs-mietpark-standortkarte-platzhalter.jpg") center / cover no-repeat;
  filter: grayscale(0.35) saturate(0.75);
  opacity: 0.2;
}

body.bs-modern-2026 .bs-location-finder::after {
  background: linear-gradient(90deg, rgba(0, 32, 64, 0.99), rgba(0, 32, 64, 0.82));
}

body.bs-modern-2026 .bs-location-finder > * {
  position: relative;
  z-index: 1;
}

body.bs-modern-2026 .bs-location-finder__intro {
  max-width: 620px;
}

body.bs-modern-2026 .bs-location-finder__kicker,
body.bs-modern-2026 .bs-section-kicker {
  margin: 0 0 12px;
  color: var(--bs-yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-location-finder h2 {
  margin: 0;
  color: var(--bs-white);
  font-size: clamp(34px, 4vw, 53px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

body.bs-modern-2026 .bs-location-finder__intro > p:last-child {
  max-width: 580px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

body.bs-modern-2026 .bs-location-finder__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  margin-top: 26px;
}

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

body.bs-modern-2026 .bs-location-finder__form label > span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-location-finder__form input {
  width: 100%;
  height: 54px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 11px;
  color: var(--bs-blue);
  background: var(--bs-white);
  font: inherit;
}

body.bs-modern-2026 .bs-location-finder__form button {
  min-height: 54px;
  padding: 0 19px;
  border: 0;
  border-radius: 11px;
  color: var(--bs-blue);
  background: var(--bs-yellow);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

body.bs-modern-2026 .bs-location-finder__form.is-loading button {
  opacity: 0.62;
  pointer-events: none;
}

body.bs-modern-2026 .bs-location-finder__status {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
}

body.bs-modern-2026 .bs-location-finder__results {
  display: grid;
  gap: 9px;
  margin-top: 15px;
}

body.bs-modern-2026 .bs-location-result {
  position: relative;
  display: grid;
  grid-template-columns: minmax(130px, 0.65fr) minmax(150px, 1fr) minmax(190px, 1.2fr) auto;
  gap: 13px;
  align-items: center;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.09);
}

body.bs-modern-2026 .bs-location-result.is-nearest {
  border-color: rgba(255, 179, 0, 0.62);
  background: rgba(255, 179, 0, 0.11);
}

body.bs-modern-2026 .bs-location-result__rank strong,
body.bs-modern-2026 .bs-location-result__rank span,
body.bs-modern-2026 .bs-location-result__contact a {
  display: block;
}

body.bs-modern-2026 .bs-location-result__rank strong {
  color: var(--bs-yellow);
  font-size: 9px;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-location-result__rank span,
body.bs-modern-2026 .bs-location-result__address,
body.bs-modern-2026 .bs-location-result__contact a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

body.bs-modern-2026 .bs-location-result h3,
body.bs-modern-2026 .bs-location-result p {
  margin: 0;
}

body.bs-modern-2026 .bs-location-result h3 {
  color: var(--bs-white);
  font-size: 17px;
}

body.bs-modern-2026 .bs-location-result__actions {
  display: flex;
  gap: 6px;
}

body.bs-modern-2026 .bs-location-result__actions a {
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: var(--bs-white);
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}

body.bs-modern-2026 .bs-location-result__actions a.is-primary {
  border-color: var(--bs-yellow);
  color: var(--bs-blue);
  background: var(--bs-yellow);
}

body.bs-modern-2026 .bs-location-finder__source {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
}

body.bs-modern-2026 .bs-location-finder__source a {
  color: rgba(255, 255, 255, 0.72);
}

/* Startseiten-Abschluss: Social, News und Downloads als ruhige Kartenwelt. */
body.bs-modern-2026 .bs-social-hub {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 40px;
  align-items: end;
  padding: clamp(34px, 5vw, 58px);
  overflow: hidden;
  border-radius: 26px;
  color: var(--bs-white);
  background:
    radial-gradient(circle at 95% 0%, rgba(255, 179, 0, 0.22), transparent 18rem),
    linear-gradient(135deg, var(--bs-blue), #064e7e);
  box-shadow: var(--bs-shadow);
}

body.bs-modern-2026 .bs-social-hub h2,
body.bs-modern-2026 .bs-home-news-heading h2 {
  margin: 0;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1;
  letter-spacing: -0.047em;
}

body.bs-modern-2026 .bs-social-hub h2 {
  color: var(--bs-white);
}

body.bs-modern-2026 .bs-social-hub__copy > p:last-child {
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

body.bs-modern-2026 .bs-social-hub__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.bs-modern-2026 .bs-social-hub__links a {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  color: var(--bs-white);
  background: rgba(255, 255, 255, 0.08);
}

body.bs-modern-2026 .bs-social-hub__links a:hover {
  border-color: var(--bs-yellow);
  background: rgba(255, 179, 0, 0.14);
  transform: translateY(-4px);
}

body.bs-modern-2026 .bs-social-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border-radius: 10px;
  color: var(--bs-blue);
  background: var(--bs-yellow);
  font-size: 17px;
  font-weight: 900;
}

body.bs-modern-2026 .bs-social-hub__links strong,
body.bs-modern-2026 .bs-social-hub__links small {
  display: block;
}

body.bs-modern-2026 .bs-social-hub__links strong {
  font-size: 17px;
}

body.bs-modern-2026 .bs-social-hub__links small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

body.bs-modern-2026 .bs-home-news-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

body.bs-modern-2026 .bs-home-news-heading .bs-section-kicker {
  color: var(--bs-blue-3);
}

body.bs-modern-2026 .bs-home-news-heading h2 {
  color: var(--bs-blue);
}

body.bs-modern-2026 .bs-home-news-heading > a {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid var(--bs-line);
  border-radius: 999px;
  color: var(--bs-blue);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

body.bs-modern-2026 #article-9 .downloads-sidebar,
body.bs-modern-2026 #article-9 .box {
  border: 1px solid var(--bs-line);
  border-radius: 22px;
  box-shadow: 0 14px 42px rgba(0, 32, 64, 0.09);
}

body.bs-modern-2026 #article-9 .box {
  background:
    radial-gradient(circle at 94% 8%, rgba(255, 179, 0, 0.18), transparent 13rem),
    var(--bs-blue);
}

body.bs-modern-2026 #article-9 .teaser-box-body {
  max-width: 62ch;
}

/* Baushop-Kacheln. */
body.bs-modern-2026 .bs-shop-page {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.bs-modern-2026 .bs-shop-page > .section-inner {
  padding: 0;
}

body.bs-modern-2026 .bs-shop-page > .section-inner > .ce-image:first-of-type,
body.bs-modern-2026 .bs-shop-page > .section-inner > .block-concrete:first-of-type {
  display: none;
}

body.bs-modern-2026 .bs-shop-overview,
body.bs-modern-2026 .bs-offers-overview,
body.bs-modern-2026 .bs-actions-overview {
  margin-bottom: 28px;
}

body.bs-modern-2026 .bs-shop-overview__header,
body.bs-modern-2026 .bs-offers-overview > header,
body.bs-modern-2026 .bs-actions-overview > header {
  padding: clamp(34px, 5vw, 62px);
  overflow: hidden;
  border-radius: 24px;
  color: var(--bs-white);
  background:
    radial-gradient(circle at 92% 6%, rgba(255, 179, 0, 0.25), transparent 18rem),
    linear-gradient(135deg, var(--bs-blue), var(--bs-blue-2));
  box-shadow: var(--bs-shadow);
}

body.bs-modern-2026 .bs-shop-overview__header h1,
body.bs-modern-2026 .bs-offers-overview > header h1,
body.bs-modern-2026 .bs-actions-overview > header h1 {
  max-width: 850px;
  margin: 0;
  color: var(--bs-white);
  font-size: clamp(43px, 6vw, 72px);
  line-height: 0.98;
}

body.bs-modern-2026 .bs-shop-overview__header h1 span,
body.bs-modern-2026 .bs-offers-overview > header h1 span,
body.bs-modern-2026 .bs-actions-overview > header h1 span {
  color: var(--bs-yellow);
}

body.bs-modern-2026 .bs-shop-overview__header > p:last-child,
body.bs-modern-2026 .bs-offers-overview > header > p:last-child,
body.bs-modern-2026 .bs-actions-overview > header > p:last-child {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

body.bs-modern-2026 .bs-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

body.bs-modern-2026 .bs-shop-tile {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  border-radius: 18px;
  color: var(--bs-white);
  background: var(--bs-blue);
  box-shadow: 0 12px 34px rgba(0, 32, 64, 0.14);
}

body.bs-modern-2026 .bs-shop-tile::before,
body.bs-modern-2026 .bs-shop-tile::after {
  position: absolute;
  inset: 0;
  content: "";
}

body.bs-modern-2026 .bs-shop-tile::before {
  background: var(--bs-shop-image) center / cover no-repeat;
  transition: transform 550ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 350ms ease;
}

body.bs-modern-2026 .bs-shop-tile::after {
  background: linear-gradient(180deg, rgba(0, 20, 40, 0.07), rgba(0, 24, 48, 0.92));
}

body.bs-modern-2026 .bs-shop-tile:hover::before {
  filter: saturate(1.08);
  transform: scale(1.055);
}

body.bs-modern-2026 .bs-shop-tile > * {
  position: relative;
  z-index: 2;
}

body.bs-modern-2026 .bs-shop-tile > span {
  color: var(--bs-yellow);
  font-size: 10px;
  font-weight: 900;
}

body.bs-modern-2026 .bs-shop-tile strong,
body.bs-modern-2026 .bs-shop-tile small {
  display: block;
}

body.bs-modern-2026 .bs-shop-tile strong {
  font-size: 23px;
  line-height: 1.08;
}

body.bs-modern-2026 .bs-shop-tile small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.68);
}

body.bs-modern-2026 .bs-shop-tile b {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
}

body.bs-modern-2026 .bs-shop-overview__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 179, 0, 0.55);
  border-radius: 16px;
  background: #fff9ea;
}

body.bs-modern-2026 .bs-shop-overview__cta strong,
body.bs-modern-2026 .bs-shop-overview__cta span {
  display: block;
}

body.bs-modern-2026 .bs-shop-overview__cta strong {
  color: var(--bs-blue);
}

body.bs-modern-2026 .bs-shop-overview__cta span {
  margin-top: 4px;
  color: var(--bs-muted);
  font-size: 12px;
}

body.bs-modern-2026 .bs-shop-overview__cta > a {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 10px;
  color: var(--bs-blue);
  background: var(--bs-yellow);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

/* Zusammengeführte Verkaufsseite. */
body.bs-modern-2026 .bs-offers-page,
body.bs-modern-2026 .bs-actions-page {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.bs-modern-2026 .bs-offers-page > .section-inner,
body.bs-modern-2026 .bs-actions-page > .section-inner {
  padding: 0;
}

body.bs-modern-2026 .bs-offers-page > .section-inner > :not(.bs-offers-overview),
body.bs-modern-2026 .bs-actions-page > .section-inner > :not(.bs-actions-overview) {
  margin-top: 20px;
  padding: clamp(25px, 3.2vw, 38px);
  border: 1px solid var(--bs-line);
  border-radius: 18px;
  background: var(--bs-white);
}

body.bs-modern-2026 .bs-offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
  margin-top: 20px;
}

body.bs-modern-2026 .bs-offer-card,
body.bs-modern-2026 .bs-offer-empty {
  min-height: 370px;
  overflow: hidden;
  border: 1px solid var(--bs-line);
  border-radius: 18px;
  background: var(--bs-white);
  box-shadow: 0 12px 34px rgba(0, 32, 64, 0.08);
}

body.bs-modern-2026 .bs-offer-card {
  padding-bottom: 22px;
}

body.bs-modern-2026 .bs-offer-card__media {
  height: 195px;
  margin-bottom: 20px;
  background-color: #edf2f5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.bs-modern-2026 .bs-offer-card__media.is-new {
  background-image: linear-gradient(180deg, transparent, rgba(0, 32, 64, 0.18)), url("/assets/images/c/NEU-1bf80c56.png");
}

body.bs-modern-2026 .bs-offer-card__media.is-used {
  background-image: linear-gradient(180deg, transparent, rgba(0, 32, 64, 0.18)), url("/assets/images/c/USED-4f5792fa.png");
}

body.bs-modern-2026 .bs-offer-card > p,
body.bs-modern-2026 .bs-offer-card > h2,
body.bs-modern-2026 .bs-offer-card > strong,
body.bs-modern-2026 .bs-offer-card > a {
  margin-right: 22px;
  margin-left: 22px;
}

body.bs-modern-2026 .bs-offer-card > p {
  margin-bottom: 8px;
  color: var(--bs-blue-3);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-offer-card > h2 {
  margin-top: 0;
  margin-bottom: 13px;
  color: var(--bs-blue);
  font-size: 24px;
}

body.bs-modern-2026 .bs-offer-card > strong {
  display: block;
  margin-bottom: 18px;
  color: var(--bs-text);
}

body.bs-modern-2026 .bs-offer-card > a,
body.bs-modern-2026 .bs-offer-empty > a {
  color: var(--bs-blue);
  font-size: 11px;
  font-weight: 900;
}

body.bs-modern-2026 .bs-offer-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border-style: dashed;
  background: #f7f9fa;
}

body.bs-modern-2026 .bs-offer-empty > span {
  color: var(--bs-yellow);
  font-size: 54px;
  line-height: 1;
}

body.bs-modern-2026 .bs-offer-empty h2 {
  margin: 20px 0 10px;
  color: var(--bs-blue);
  font-size: 27px;
}

body.bs-modern-2026 .bs-offer-empty p {
  margin: 0 0 22px;
  color: var(--bs-muted);
}

/* Aktions-PDFs werden automatisch als Karten erkannt. */
body.bs-modern-2026 .bs-actions-grid {
  display: grid;
  gap: 15px;
  margin-top: 20px;
}

body.bs-modern-2026 .bs-action-card,
body.bs-modern-2026 .bs-actions-empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--bs-line);
  border-radius: 17px;
  background: var(--bs-white);
  box-shadow: 0 10px 28px rgba(0, 32, 64, 0.07);
}

body.bs-modern-2026 .bs-action-card > span,
body.bs-modern-2026 .bs-actions-empty > span {
  width: 72px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--bs-blue);
  background: var(--bs-yellow);
  font-size: 14px;
  font-weight: 900;
}

body.bs-modern-2026 .bs-action-card p {
  margin: 0 0 7px;
  color: var(--bs-blue-3);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-action-card h2,
body.bs-modern-2026 .bs-actions-empty h2 {
  margin: 0;
  color: var(--bs-blue);
  font-size: 25px;
}

body.bs-modern-2026 .bs-action-card div > div {
  display: flex;
  gap: 8px;
  margin-top: 15px;
}

body.bs-modern-2026 .bs-action-card a {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--bs-line);
  border-radius: 9px;
  color: var(--bs-blue);
  font-size: 10px;
  font-weight: 900;
}

body.bs-modern-2026 .bs-action-card a:first-child {
  border-color: var(--bs-yellow);
  background: var(--bs-yellow);
}

body.bs-modern-2026 .bs-actions-empty p {
  margin: 9px 0 0;
  color: var(--bs-muted);
}

@media (max-width: 1120px) {
  body.bs-modern-2026 .bs-location-result {
    grid-template-columns: minmax(110px, 0.6fr) minmax(140px, 0.8fr) minmax(180px, 1fr);
  }

  body.bs-modern-2026 .bs-location-result__actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .content-container {
    grid-template-columns: 1fr;
  }

  body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar {
    position: static;
  }

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

  body.bs-modern-2026 .bs-shop-grid,
  body.bs-modern-2026 .bs-offers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.bs-modern-2026 .bs-offer-empty {
    min-height: 280px;
  }
}

@media (max-width: 760px) {
  body.bs-modern-2026.bs-modern-subpage .content-container,
  body.bs-modern-2026.bs-modern-catalog .content-container {
    width: min(100% - 28px, var(--bs-shell, 1180px));
  }

  body.bs-modern-2026.bs-modern-subpage .news-list,
  body.bs-modern-2026 .bs-tech-list,
  body.bs-modern-2026 .bs-social-hub__links,
  body.bs-modern-2026 .bs-shop-grid,
  body.bs-modern-2026 .bs-offers-grid {
    grid-template-columns: 1fr;
  }

  body.bs-modern-2026 .bs-location-finder__form,
  body.bs-modern-2026 .bs-location-result {
    grid-template-columns: 1fr;
  }

  body.bs-modern-2026 .bs-location-result__actions {
    grid-column: auto;
  }

  body.bs-modern-2026 .bs-social-hub,
  body.bs-modern-2026 .bs-shop-overview__header,
  body.bs-modern-2026 .bs-offers-overview > header,
  body.bs-modern-2026 .bs-actions-overview > header {
    padding: 30px 22px;
  }

  body.bs-modern-2026 .bs-social-hub__links a {
    min-height: 132px;
  }

  body.bs-modern-2026 .bs-home-news-heading,
  body.bs-modern-2026 .bs-shop-overview__cta {
    align-items: flex-start;
    flex-direction: column;
  }

  body.bs-modern-2026 .bs-shop-tile {
    min-height: 235px;
  }

  body.bs-modern-2026 .bs-action-card,
  body.bs-modern-2026 .bs-actions-empty {
    grid-template-columns: 1fr;
  }

  body.bs-modern-2026 .bs-action-card > span,
  body.bs-modern-2026 .bs-actions-empty > span {
    width: 58px;
    height: 68px;
  }
}

/* V4 – Proportionskorrektur für reale Contao-Zellen und Standortkarte. */
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .content-container {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 320px);
  gap: clamp(26px, 3vw, 38px);
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-main,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-main-inner,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .sidebar-block,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .navigation-sidebar {
  min-width: 0;
  max-width: 100%;
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar h1,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar h2,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar .h1,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .navigation-sidebar-heading,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .sidebar-block-heading {
  max-width: 100%;
  margin: 0;
  padding: 22px 20px 17px;
  overflow: hidden;
  color: var(--bs-blue);
  font-size: clamp(22px, 2vw, 27px) !important;
  line-height: 1.08;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
  hyphens: auto;
  white-space: normal;
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar [hidden] {
  display: none !important;
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar .list-downloads {
  width: 100%;
  margin: 0;
  padding: 8px 14px 10px;
  box-sizing: border-box;
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar .list-downloads a {
  position: relative;
  width: 100%;
  min-height: 58px;
  padding: 11px 12px 11px 48px !important;
  border-top: 1px solid var(--bs-line);
  box-sizing: border-box;
  overflow-wrap: anywhere;
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar .list-downloads li:first-child a {
  border-top: 0;
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar .list-downloads .icon {
  position: absolute !important;
  top: 50% !important;
  left: 10px !important;
  width: 29px !important;
  height: 29px !important;
  margin: 0 !important;
  font-size: 29px !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar h4 {
  margin: 0;
  padding: 24px 20px 8px;
  color: var(--bs-blue);
  font-size: 18px;
  line-height: 1.25;
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar p {
  padding-right: 20px;
  padding-left: 20px;
  overflow-wrap: break-word;
}

body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar .btn,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar .btn-readmore,
body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar a.button {
  max-width: calc(100% - 28px);
  margin-right: 14px;
  margin-left: 14px;
  box-sizing: border-box;
  white-space: normal;
}

body.bs-modern-2026.bs-modern-subpage table {
  max-width: 100%;
}

body.bs-modern-2026.bs-modern-subpage .object-data-details table,
body.bs-modern-2026.bs-modern-subpage .ce-table table {
  width: 100%;
  table-layout: fixed;
}

body.bs-modern-2026.bs-modern-subpage th,
body.bs-modern-2026.bs-modern-subpage td {
  min-width: 0;
  overflow-wrap: anywhere;
  vertical-align: top;
}

body.bs-modern-2026 #article-8 .location-overview {
  display: block !important;
}

body.bs-modern-2026 #article-8 .location-overview-info {
  display: none !important;
}

body.bs-modern-2026 #article-8 .location-overview-map,
body.bs-modern-2026 #article-8 .location-overview-map.bs-location-panel {
  width: 100%;
  min-height: 0;
  overflow: visible;
  border-radius: 26px;
  background: transparent;
  box-shadow: none;
}

body.bs-modern-2026 .bs-location-finder {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) minmax(430px, 1.08fr);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 2% 100%, rgba(7, 84, 135, 0.78), transparent 24rem),
    var(--bs-blue);
}

body.bs-modern-2026 .bs-location-finder::before {
  display: none;
}

body.bs-modern-2026 .bs-location-finder::after {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.035), transparent 34%),
    radial-gradient(circle at 42% 12%, rgba(255, 179, 0, 0.15), transparent 16rem);
}

body.bs-modern-2026 .bs-location-finder__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 64px);
}

body.bs-modern-2026 .bs-location-finder__intro {
  max-width: 520px;
}

body.bs-modern-2026 .bs-location-finder__form {
  grid-template-columns: minmax(150px, 1fr) auto;
}

body.bs-modern-2026 .bs-location-finder__results:not([hidden]) {
  max-height: 300px;
  overflow: auto;
  padding-right: 5px;
}

body.bs-modern-2026 .bs-location-result {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

body.bs-modern-2026 .bs-location-result__address,
body.bs-modern-2026 .bs-location-result__contact,
body.bs-modern-2026 .bs-location-result__actions {
  min-width: 0;
}

body.bs-modern-2026 .bs-location-result__actions {
  grid-column: 1 / -1;
  flex-wrap: wrap;
}

body.bs-modern-2026 .bs-location-map {
  position: relative;
  min-width: 0;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  padding: 28px clamp(22px, 4vw, 48px) 24px;
  overflow: hidden;
  color: var(--bs-blue);
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 179, 0, 0.2), transparent 12rem),
    linear-gradient(145deg, #f8fbfd, #dceaf3);
}

body.bs-modern-2026 .bs-location-map::before,
body.bs-modern-2026 .bs-location-map::after {
  position: absolute;
  border: 1px solid rgba(0, 56, 101, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

body.bs-modern-2026 .bs-location-map::before {
  top: 10%;
  right: -18%;
  width: 420px;
  height: 420px;
}

body.bs-modern-2026 .bs-location-map::after {
  right: 13%;
  bottom: 7%;
  width: 250px;
  height: 250px;
}

body.bs-modern-2026 .bs-location-map__top,
body.bs-modern-2026 .bs-location-map > p,
body.bs-modern-2026 .bs-location-map__canvas {
  position: relative;
  z-index: 2;
}

body.bs-modern-2026 .bs-location-map__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--bs-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-location-map__top strong {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--bs-blue);
  background: var(--bs-yellow);
  letter-spacing: 0;
}

body.bs-modern-2026 .bs-location-map__canvas {
  width: min(100%, 390px);
  aspect-ratio: 360 / 470;
  margin: 12px auto 0;
}

body.bs-modern-2026 .bs-location-map__canvas svg,
body.bs-modern-2026 .bs-location-map__pins {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.bs-modern-2026 .bs-location-map__shape {
  filter: drop-shadow(0 18px 22px rgba(0, 32, 64, 0.18));
}

body.bs-modern-2026 .bs-location-map__outline {
  fill: none;
  stroke: rgba(0, 56, 101, 0.34);
  stroke-width: 2;
}

body.bs-modern-2026 .bs-location-map__pin {
  position: absolute;
  left: var(--bs-map-x);
  top: var(--bs-map-y);
  z-index: 3;
  width: 14px;
  height: 14px;
  display: block;
  border: 2px solid var(--bs-white);
  border-radius: 50%;
  background: var(--bs-yellow);
  box-shadow: 0 3px 9px rgba(0, 32, 64, 0.34);
  transform: translate(-50%, -50%);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

body.bs-modern-2026 .bs-location-map__pin i {
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--bs-blue);
}

body.bs-modern-2026 .bs-location-map__pin span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  min-width: max-content;
  max-width: 170px;
  padding: 7px 9px;
  border-radius: 7px;
  color: var(--bs-white);
  background: var(--bs-blue);
  box-shadow: 0 8px 18px rgba(0, 32, 64, 0.2);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 140ms ease, transform 140ms ease;
}

body.bs-modern-2026 .bs-location-map__pin:hover,
body.bs-modern-2026 .bs-location-map__pin:focus-visible,
body.bs-modern-2026 .bs-location-map__pin.is-nearest {
  z-index: 5;
  transform: translate(-50%, -50%) scale(1.45);
  box-shadow: 0 0 0 8px rgba(255, 179, 0, 0.2), 0 6px 16px rgba(0, 32, 64, 0.35);
}

body.bs-modern-2026 .bs-location-map__pin:hover span,
body.bs-modern-2026 .bs-location-map__pin:focus-visible span {
  opacity: 1;
  transform: translate(-50%, 0);
}

body.bs-modern-2026 .bs-location-map__pin.is-second,
body.bs-modern-2026 .bs-location-map__pin.is-third {
  box-shadow: 0 0 0 5px rgba(255, 179, 0, 0.14), 0 4px 12px rgba(0, 32, 64, 0.3);
}

body.bs-modern-2026 .bs-location-map > p {
  max-width: 360px;
  margin: auto auto 0;
  color: rgba(0, 56, 101, 0.66);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 1040px) {
  body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .content-container {
    grid-template-columns: 1fr;
  }

  body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar {
    position: static;
    width: 100% !important;
  }

  body.bs-modern-2026 .bs-location-finder {
    grid-template-columns: minmax(330px, 0.95fr) minmax(360px, 1.05fr);
  }
}

@media (max-width: 820px) {
  body.bs-modern-2026 .bs-location-finder {
    grid-template-columns: 1fr;
  }

  body.bs-modern-2026 .bs-location-map {
    min-height: 540px;
  }
}

@media (max-width: 560px) {
  body.bs-modern-2026 .bs-location-finder__content {
    padding: 34px 22px;
  }

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

  body.bs-modern-2026 .bs-location-map {
    min-height: 470px;
    padding: 22px 18px 20px;
  }

  body.bs-modern-2026 .bs-location-map__canvas {
    width: min(100%, 300px);
  }
}

/* V5 – Standort und News mit ruhigeren Farben und verlässlichen Proportionen. */
body.bs-modern-2026 .row > [class*="one-"],
body.bs-modern-2026 .box,
body.bs-modern-2026 .teaser-box,
body.bs-modern-2026 .sidebar-block,
body.bs-modern-2026 .location-item,
body.bs-modern-2026 .location-overview > * {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

body.bs-modern-2026 .box h1,
body.bs-modern-2026 .box h2,
body.bs-modern-2026 .box h3,
body.bs-modern-2026 .sidebar-block h1,
body.bs-modern-2026 .sidebar-block h2,
body.bs-modern-2026 .sidebar-block h3 {
  max-width: 100%;
  overflow-wrap: break-word;
  hyphens: auto;
}

body.bs-modern-2026 #article-8 > .section-inner {
  padding-top: clamp(54px, 6vw, 76px);
  padding-bottom: clamp(54px, 6vw, 76px);
}

body.bs-modern-2026 #article-8 .location-overview,
body.bs-modern-2026 #article-8 .location-overview-map,
body.bs-modern-2026 #article-8 .location-overview-map.bs-location-panel {
  width: 100%;
  min-height: 0;
  margin: 0;
}

body.bs-modern-2026 .bs-location-finder {
  min-height: 600px;
  grid-template-columns: minmax(360px, 0.86fr) minmax(460px, 1.14fr);
  border: 1px solid rgba(0, 32, 64, 0.1);
  border-radius: 28px;
  background: var(--bs-blue);
  box-shadow: 0 24px 70px rgba(0, 32, 64, 0.16);
}

body.bs-modern-2026 .bs-location-finder__content {
  justify-content: center;
  padding: clamp(38px, 4.5vw, 58px);
}

body.bs-modern-2026 .bs-location-finder__intro {
  max-width: 450px;
}

body.bs-modern-2026 .bs-location-finder h2 {
  max-width: 11ch;
  font-size: clamp(34px, 3.5vw, 47px);
  line-height: 1.04;
  letter-spacing: -0.038em;
}

body.bs-modern-2026 .bs-location-finder__intro > p:last-child {
  max-width: 47ch;
  margin-top: 17px;
  font-size: 14px;
  line-height: 1.55;
}

body.bs-modern-2026 .bs-location-finder__form {
  width: 100%;
  max-width: 480px;
  margin-top: 25px;
}

body.bs-modern-2026 .bs-location-finder__form input,
body.bs-modern-2026 .bs-location-finder__form button {
  min-width: 0;
  height: 52px;
  min-height: 52px;
}

body.bs-modern-2026 .bs-location-finder__status {
  max-width: 480px;
  margin-top: 13px;
}

body.bs-modern-2026 .bs-location-finder__all {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  margin-top: 19px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--bs-yellow);
  color: var(--bs-white);
  font-size: 11px;
  font-weight: 900;
}

body.bs-modern-2026 .bs-location-finder__all:hover {
  color: var(--bs-yellow);
}

body.bs-modern-2026 .bs-location-finder__source {
  margin-top: 18px;
}

body.bs-modern-2026 .bs-location-map {
  min-height: 600px;
  padding: 28px clamp(25px, 4vw, 48px) 22px;
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 179, 0, 0.19), transparent 13rem),
    linear-gradient(150deg, #ffffff 0%, #e9f1f6 58%, #d5e5ef 100%);
}

body.bs-modern-2026 .bs-location-map__canvas {
  width: min(100%, 410px);
  margin-top: 2px;
}

body.bs-modern-2026 .bs-location-map__shape {
  filter: drop-shadow(0 18px 24px rgba(0, 32, 64, 0.15));
}

body.bs-modern-2026 .bs-location-map__pin {
  width: 16px;
  height: 16px;
  border-width: 2px;
}

body.bs-modern-2026 .bs-location-map__pin i {
  inset: 3px;
}

body.bs-modern-2026 .bs-location-map > p {
  margin-top: 6px;
  font-size: 11px;
}

body.bs-modern-2026 #article-9 {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 179, 0, 0.1), transparent 21rem),
    #f1f5f8;
}

body.bs-modern-2026 #article-9 > .section-inner {
  padding-top: clamp(58px, 6vw, 78px);
  padding-bottom: clamp(66px, 7vw, 92px);
}

body.bs-modern-2026 .bs-home-news-heading {
  align-items: flex-end;
  margin-bottom: 30px;
}

body.bs-modern-2026 .bs-home-news-heading .bs-section-kicker {
  color: var(--bs-blue-3);
}

body.bs-modern-2026 .bs-home-news-heading h2 {
  max-width: 760px;
  color: var(--bs-blue);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.02;
}

body.bs-modern-2026 .bs-home-news-heading > a {
  border-color: rgba(0, 56, 101, 0.2);
  color: var(--bs-blue);
  background: rgba(255, 255, 255, 0.72);
}

body.bs-modern-2026 .bs-home-news-heading > a:hover {
  border-color: var(--bs-yellow);
  background: var(--bs-white);
  transform: translateY(-2px);
}

body.bs-modern-2026 #article-9 .row {
  grid-template-columns: minmax(0, 1.16fr) minmax(330px, 0.84fr);
  gap: 24px;
  align-items: stretch;
}

body.bs-modern-2026 #article-9 .bs-home-news-card,
body.bs-modern-2026 #article-9 .bs-home-downloads {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

body.bs-modern-2026 #article-9 .bs-home-news-card .box,
body.bs-modern-2026 #article-9 .bs-home-downloads .downloads-sidebar {
  width: 100%;
  min-height: 350px;
  height: 100%;
  margin: 0;
  padding: clamp(28px, 3.4vw, 42px);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(0, 32, 64, 0.1);
}

body.bs-modern-2026 #article-9 .bs-home-news-card .box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 56, 101, 0.12);
  color: var(--bs-blue);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 179, 0, 0.14), transparent 16rem),
    var(--bs-white);
}

body.bs-modern-2026 #article-9 .bs-home-news-card .box::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  content: "";
  background: var(--bs-yellow);
}

body.bs-modern-2026 #article-9 .box-heading {
  width: fit-content;
  margin-bottom: 24px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--bs-blue);
  background: rgba(255, 179, 0, 0.2);
  font-size: 10px;
}

body.bs-modern-2026 #article-9 .teaser-box-heading {
  max-width: 23ch;
  margin-bottom: 16px;
  font-size: clamp(25px, 2.8vw, 34px);
  line-height: 1.12;
}

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

body.bs-modern-2026 #article-9 .teaser-box-body {
  max-width: 60ch;
  color: rgba(0, 32, 64, 0.68);
  font-size: 14px;
  line-height: 1.62;
}

body.bs-modern-2026 #article-9 .bs-home-news-card .link-highlighted {
  width: fit-content;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 0 14px;
  border-radius: 9px;
  color: var(--bs-blue);
  background: var(--bs-yellow);
}

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

body.bs-modern-2026 #article-9 .bs-home-downloads .downloads-sidebar {
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--bs-white);
  background:
    radial-gradient(circle at 96% 8%, rgba(255, 179, 0, 0.2), transparent 13rem),
    linear-gradient(145deg, var(--bs-blue), #064e7e);
}

body.bs-modern-2026 #article-9 .bs-home-downloads .list-downloads {
  display: grid;
  gap: 11px;
}

body.bs-modern-2026 #article-9 .bs-home-downloads .list-downloads li,
body.bs-modern-2026 #article-9 .bs-home-downloads .list-downloads li + li {
  border: 0;
}

body.bs-modern-2026 #article-9 .bs-home-downloads .list-downloads a {
  min-height: 104px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  color: var(--bs-white);
  background: rgba(255, 255, 255, 0.07);
  font-size: 16px;
  line-height: 1.3;
}

body.bs-modern-2026 #article-9 .bs-home-downloads .list-downloads a:hover {
  border-color: var(--bs-yellow);
  background: rgba(255, 179, 0, 0.12);
  transform: translateY(-2px);
}

body.bs-modern-2026 #article-9 .bs-home-downloads .icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 179, 0, 0.55);
  border-radius: 10px;
  color: var(--bs-blue);
  background: var(--bs-yellow);
}

@media (max-width: 1040px) {
  body.bs-modern-2026 .bs-location-finder {
    grid-template-columns: minmax(320px, 0.9fr) minmax(390px, 1.1fr);
  }

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

  body.bs-modern-2026 #article-9 .bs-home-news-card .box,
  body.bs-modern-2026 #article-9 .bs-home-downloads .downloads-sidebar {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  body.bs-modern-2026 .bs-location-finder {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  body.bs-modern-2026 .bs-location-finder h2 {
    max-width: 13ch;
  }

  body.bs-modern-2026 .bs-location-map {
    min-height: 520px;
  }
}

@media (max-width: 560px) {
  body.bs-modern-2026 #article-8 > .section-inner,
  body.bs-modern-2026 #article-9 > .section-inner {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  body.bs-modern-2026 .bs-location-finder {
    border-radius: 20px;
  }

  body.bs-modern-2026 .bs-location-finder__content {
    padding: 34px 22px 38px;
  }

  body.bs-modern-2026 .bs-location-finder h2 {
    max-width: 12ch;
    font-size: clamp(33px, 10vw, 42px);
  }

  body.bs-modern-2026 .bs-location-map {
    min-height: 455px;
    padding: 22px 16px 18px;
  }

  body.bs-modern-2026 .bs-location-map__canvas {
    width: min(100%, 290px);
  }

  body.bs-modern-2026 .bs-location-map__pin {
    width: 15px;
    height: 15px;
  }

  body.bs-modern-2026 .bs-home-news-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  body.bs-modern-2026 #article-9 .bs-home-news-card .box,
  body.bs-modern-2026 #article-9 .bs-home-downloads .downloads-sidebar {
    padding: 25px 21px;
    border-radius: 18px;
  }

  body.bs-modern-2026 #article-9 .bs-home-downloads .list-downloads a {
    min-height: 88px;
    padding: 14px;
    font-size: 14px;
  }
}

/* V6 – Contao-Clearfixe dürfen keine zusätzlichen Grid-Zellen erzeugen. */
body.bs-modern-2026 #article-9 .row::before,
body.bs-modern-2026 #article-9 .row::after {
  display: none !important;
  content: none !important;
}

/* Der bestehende Karten-Wrapper wächst mit dem neuen Standortfinder. */
body.bs-modern-2026 #article-8 .location-overview-map,
body.bs-modern-2026 #article-8 .location-overview-map.bs-location-panel {
  height: auto !important;
  float: none !important;
}

/* Lange deutsche Hauptüberschriften bleiben innerhalb ihrer Contao-Zelle. */
body.bs-modern-2026.bs-modern-subpage .l-main h1,
body.bs-modern-2026.bs-modern-subpage .l-main .h1,
body.bs-modern-2026.bs-modern-subpage .header-block-heading {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

/* V8 – proportionale Zellen, robuste Karten und frühere Tablet-Umbrüche. */
body.bs-modern-2026.bs-modern-subpage .content-container > *,
body.bs-modern-2026.bs-modern-subpage .l-main,
body.bs-modern-2026.bs-modern-subpage .l-main-inner,
body.bs-modern-2026.bs-modern-subpage .l-sidebar,
body.bs-modern-2026 .bs-location-finder > *,
body.bs-modern-2026 .bs-shop-grid > *,
body.bs-modern-2026 .bs-actions-overview > * {
  min-width: 0;
  max-width: 100%;
}

body.bs-modern-2026 #article-9 .bs-home-downloads .list-downloads a {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 18px 18px 18px 78px !important;
  overflow-wrap: anywhere;
  hyphens: auto;
  white-space: normal;
}

body.bs-modern-2026 #article-9 .bs-home-downloads .list-downloads a .icon {
  position: absolute !important;
  top: 50% !important;
  right: auto !important;
  left: 18px !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
}

body.bs-modern-2026 .bs-shop-tile {
  min-width: 0;
}

body.bs-modern-2026 .bs-shop-tile strong {
  max-width: calc(100% - 18px);
  font-size: clamp(19px, 2.05vw, 23px);
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

body.bs-modern-2026 .bs-shop-tile small {
  max-width: calc(100% - 24px);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body.bs-modern-2026 .bs-actions-overview > header h1 {
  max-width: 12ch;
  font-size: clamp(42px, 5.4vw, 66px);
  line-height: 0.98;
}

body.bs-modern-2026 .bs-detail-request-add,
body.bs-modern-2026 .object-data-action,
body.bs-modern-2026 .bs-native-request-add {
  max-width: 100%;
  white-space: normal;
  text-align: center;
  overflow-wrap: anywhere;
}

body.bs-modern-2026 .object-data .bs-detail-request-add,
body.bs-modern-2026 .object-data .object-data-action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

@media (max-width: 1180px) {
  body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .content-container {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 30px;
  }

  body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-main,
  body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar {
    width: 100% !important;
  }

  body.bs-modern-2026.bs-modern-subpage:not(.bs-modern-catalog) .l-sidebar {
    position: static !important;
    top: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
    gap: 20px;
  }

  body.bs-modern-2026 .bs-location-finder {
    width: 100%;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  }

  body.bs-modern-2026 .bs-location-finder__content {
    padding: clamp(34px, 4.3vw, 50px);
  }

  body.bs-modern-2026 .bs-shop-overview__header h1,
  body.bs-modern-2026 .bs-offers-overview > header h1,
  body.bs-modern-2026 .bs-actions-overview > header h1 {
    font-size: clamp(40px, 5.6vw, 62px);
  }
}

@media (max-width: 1120px) {
  body.bs-modern-2026 #article-9 .row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.bs-modern-2026 #article-9 .bs-home-news-card .box,
  body.bs-modern-2026 #article-9 .bs-home-downloads .downloads-sidebar {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  body.bs-modern-2026 .bs-location-finder {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  body.bs-modern-2026 .bs-location-map {
    min-height: 540px;
  }

  body.bs-modern-2026 .bs-shop-grid,
  body.bs-modern-2026 .bs-offers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  body.bs-modern-2026 .bs-shop-overview__header,
  body.bs-modern-2026 .bs-offers-overview > header,
  body.bs-modern-2026 .bs-actions-overview > header {
    padding: 32px 22px;
    border-radius: 20px;
  }

  body.bs-modern-2026 .bs-shop-overview__header h1,
  body.bs-modern-2026 .bs-offers-overview > header h1,
  body.bs-modern-2026 .bs-actions-overview > header h1 {
    max-width: 100%;
    font-size: clamp(36px, 11vw, 48px);
  }

  body.bs-modern-2026 .bs-shop-overview__cta {
    align-items: flex-start;
    flex-direction: column;
  }

  body.bs-modern-2026 .object-data .bs-detail-request-add,
  body.bs-modern-2026 .object-data .object-data-action {
    width: 100%;
    margin-right: 0;
  }

  body.bs-modern-2026 #article-9 .bs-home-downloads .list-downloads a {
    min-height: 88px;
    padding: 15px 15px 15px 70px !important;
  }

  body.bs-modern-2026 #article-9 .bs-home-downloads .list-downloads a .icon {
    left: 14px !important;
  }
}

/* V8.1: News introduction contrast and balanced landscape news cards. */
body.bs-modern-2026.bs-modern-subpage .block-concrete .ce-text-body h4 {
  margin: 22px 0 14px;
  color: var(--bs-yellow);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.2;
}

body.bs-modern-2026.bs-modern-subpage .block-concrete .ce-text-body h4 strong,
body.bs-modern-2026.bs-modern-subpage .block-concrete .ce-text-body h4 em {
  color: inherit;
}

body.bs-modern-2026.bs-modern-subpage .block-concrete .ce-text-body p {
  color: rgba(255, 255, 255, 0.86);
}

body.bs-modern-2026.bs-modern-subpage .block-concrete .ce-text-body p[style*="padding-left"] {
  position: relative;
  margin: 9px 0;
  padding-left: 24px !important;
}

body.bs-modern-2026.bs-modern-subpage .block-concrete .ce-text-body p[style*="padding-left"]::before {
  position: absolute;
  left: 0;
  color: var(--bs-yellow);
  font-weight: 900;
  content: "\2192";
}

body.bs-modern-2026.bs-modern-subpage .news-list {
  grid-template-columns: minmax(0, 1fr);
  padding-right: 0;
  padding-left: 0;
}

body.bs-modern-2026.bs-modern-subpage .news-list-item .teaser-news {
  display: grid;
  grid-template-columns: minmax(200px, 34%) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  min-height: 270px;
}

body.bs-modern-2026.bs-modern-subpage .news-list-item .teaser-news-image {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 100%;
  height: 100%;
  min-height: 270px;
  max-width: none;
  padding-right: 0;
}

body.bs-modern-2026.bs-modern-subpage .news-list-item .teaser-news-image figure,
body.bs-modern-2026.bs-modern-subpage .news-list-item .teaser-news-image a {
  width: 100%;
  max-width: none;
}

body.bs-modern-2026.bs-modern-subpage .news-list-item .teaser-news-header {
  grid-column: 2;
  grid-row: 1;
}

body.bs-modern-2026.bs-modern-subpage .news-list-item .teaser-news-body {
  grid-column: 2;
  grid-row: 2;
}

@media (max-width: 700px) {
  body.bs-modern-2026.bs-modern-subpage .news-list-item .teaser-news {
    display: block;
    min-height: 0;
  }

  body.bs-modern-2026.bs-modern-subpage .news-list-item .teaser-news-image {
    height: 210px;
    min-height: 0;
  }
}

/* V9 – quadratische, automatisch umbrechende Baushop-Kacheln. */
body.bs-modern-2026 .bs-shop-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(255px, 100%), 1fr));
  align-items: start;
}

body.bs-modern-2026 .bs-shop-tile {
  width: 100%;
  min-height: 0;
  aspect-ratio: 1 / 1;
  padding: clamp(18px, 2.2vw, 26px);
}

body.bs-modern-2026 .bs-shop-tile strong {
  max-width: calc(100% - 32px);
  font-size: clamp(22px, 2.2vw, 29px);
  line-height: 1.02;
  overflow-wrap: normal;
  hyphens: manual;
}

body.bs-modern-2026 .bs-shop-tile small {
  max-width: calc(100% - 36px);
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.4;
}

body.bs-modern-2026 .bs-shop-tile b {
  right: clamp(18px, 2.2vw, 26px);
  bottom: clamp(18px, 2.2vw, 26px);
}

/* V9 – Social Hub mit klarer Hierarchie und großen, eigenständigen Plattformkarten. */
body.bs-modern-2026 .bs-social-hub {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
  gap: clamp(28px, 4vw, 52px);
  width: 100%;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 28px;
  background:
    linear-gradient(110deg, rgba(0, 32, 64, 0.98) 0%, rgba(0, 56, 101, 0.96) 62%, rgba(7, 84, 135, 0.94) 100%);
}

body.bs-modern-2026 .bs-social-hub::before {
  position: absolute;
  right: -20px;
  bottom: -72px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(150px, 23vw, 290px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
  content: "B+S";
}

body.bs-modern-2026 .bs-social-hub__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.bs-modern-2026 .bs-social-hub__copy h2 {
  max-width: 9ch;
  font-size: clamp(38px, 4.7vw, 63px);
}

body.bs-modern-2026 .bs-social-hub__pulse {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  margin-top: 24px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-social-hub__pulse i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bs-yellow);
  box-shadow: 0 0 0 6px rgba(255, 179, 0, 0.12);
}

body.bs-modern-2026 .bs-social-hub__links {
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

body.bs-modern-2026 .bs-social-hub__links a {
  position: relative;
  min-width: 0;
  min-height: 210px;
  justify-content: space-between;
  gap: 22px;
  padding: 22px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.085);
  backdrop-filter: blur(10px);
}

body.bs-modern-2026 .bs-social-hub__links a::after {
  position: absolute;
  right: -38px;
  bottom: -46px;
  width: 120px;
  height: 120px;
  border: 22px solid rgba(255, 179, 0, 0.09);
  border-radius: 50%;
  content: "";
  transition: transform 300ms ease;
}

body.bs-modern-2026 .bs-social-hub__links a:hover {
  border-color: var(--bs-yellow);
  background: rgba(255, 179, 0, 0.14);
  box-shadow: 0 18px 38px rgba(0, 18, 36, 0.24);
}

body.bs-modern-2026 .bs-social-hub__links a:hover::after {
  transform: scale(1.16);
}

body.bs-modern-2026 .bs-social-hub__links .bs-social-mark {
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 13px;
  font-size: 20px;
  box-shadow: 0 12px 25px rgba(0, 20, 40, 0.24);
}

body.bs-modern-2026 .bs-social-hub__links strong {
  font-size: 20px;
}

body.bs-modern-2026 .bs-social-hub__links small {
  max-width: 18ch;
  font-size: 10px;
  line-height: 1.45;
}

body.bs-modern-2026 .bs-social-hub__links em {
  position: relative;
  z-index: 1;
  color: var(--bs-yellow);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* V9 – Karriere im Stil der Messe-App, gespeist aus dem Contao-Jobs-Archiv. */
body.bs-modern-2026 .bs-career-page {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.bs-modern-2026 .bs-career-page > .section-inner {
  padding-top: 0;
}

body.bs-modern-2026 .bs-career-source {
  display: none !important;
}

body.bs-modern-2026 .bs-career-overview {
  display: grid;
  gap: 26px;
}

body.bs-modern-2026 .bs-career-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  overflow: hidden;
  border-radius: 28px;
  color: var(--bs-white);
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 179, 0, 0.22), transparent 18rem),
    linear-gradient(135deg, var(--bs-blue), var(--bs-blue-2));
  box-shadow: var(--bs-shadow);
}

body.bs-modern-2026 .bs-career-hero > div:first-child {
  align-self: center;
  padding: clamp(42px, 6vw, 76px);
}

body.bs-modern-2026 .bs-career-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--bs-white);
  font-size: clamp(49px, 6.2vw, 82px);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

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

body.bs-modern-2026 .bs-career-hero > div:first-child > p:last-of-type {
  max-width: 570px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.6;
}

body.bs-modern-2026 .bs-career-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

body.bs-modern-2026 .bs-career-stats span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.07);
  font-size: 10px;
  font-weight: 800;
}

body.bs-modern-2026 .bs-career-stats strong {
  color: var(--bs-yellow);
  font-size: 18px;
}

body.bs-modern-2026 .bs-career-hero__visual {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: end start;
  padding: 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 32, 64, 0.03), rgba(0, 32, 64, 0.82)),
    url("/files/layout/bs-modern-2026/jobs/job-01.webp") center / cover no-repeat;
}

body.bs-modern-2026 .bs-career-hero__visual::before {
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  content: "";
}

body.bs-modern-2026 .bs-career-hero__visual > span {
  position: relative;
  z-index: 1;
  color: var(--bs-white);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 900;
  line-height: 0.87;
  letter-spacing: -0.05em;
}

body.bs-modern-2026 .bs-career-hero__visual b {
  color: var(--bs-yellow);
  font-size: 1.35em;
}

body.bs-modern-2026 .bs-career-tools {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
  align-items: end;
  padding: 22px;
  border: 1px solid var(--bs-line);
  border-radius: 18px;
  background: var(--bs-white);
  box-shadow: 0 14px 40px rgba(0, 32, 64, 0.09);
}

body.bs-modern-2026 .bs-career-tools label > span {
  display: block;
  margin-bottom: 7px;
  color: var(--bs-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-career-tools input {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid var(--bs-line);
  border-radius: 11px;
  color: var(--bs-text);
  background: #f7f9fa;
  font: inherit;
}

body.bs-modern-2026 .bs-career-tools input:focus {
  border-color: var(--bs-yellow);
  outline: 3px solid rgba(255, 179, 0, 0.16);
}

body.bs-modern-2026 .bs-career-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.bs-modern-2026 .bs-career-filters button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--bs-line);
  border-radius: 999px;
  color: var(--bs-blue);
  background: var(--bs-white);
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}

body.bs-modern-2026 .bs-career-filters button:hover,
body.bs-modern-2026 .bs-career-filters button.is-active {
  border-color: var(--bs-blue);
  color: var(--bs-white);
  background: var(--bs-blue);
}

body.bs-modern-2026 .bs-career-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.bs-modern-2026 .bs-job-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--bs-line);
  border-radius: 20px;
  background: var(--bs-white);
  box-shadow: 0 14px 38px rgba(0, 32, 64, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body.bs-modern-2026 .bs-job-card:hover {
  border-color: rgba(255, 179, 0, 0.78);
  box-shadow: 0 22px 48px rgba(0, 32, 64, 0.15);
  transform: translateY(-5px);
}

body.bs-modern-2026 .bs-job-card > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: var(--bs-text);
}

body.bs-modern-2026 .bs-job-card__image {
  position: relative;
  aspect-ratio: 16 / 8.5;
  overflow: hidden;
  background: var(--bs-blue);
}

body.bs-modern-2026 .bs-job-card__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 32, 64, 0.72));
  content: "";
}

body.bs-modern-2026 .bs-job-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

body.bs-modern-2026 .bs-job-card:hover .bs-job-card__image img {
  transform: scale(1.055);
}

body.bs-modern-2026 .bs-job-card__image > span {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--bs-blue);
  background: var(--bs-yellow);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-job-card__body {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

body.bs-modern-2026 .bs-career-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.bs-modern-2026 .bs-career-meta span {
  padding: 6px 8px;
  border-radius: 7px;
  color: var(--bs-blue-3);
  background: #edf3f7;
  font-size: 9px;
  font-weight: 800;
}

body.bs-modern-2026 .bs-job-card h2 {
  margin: 17px 0 10px;
  color: var(--bs-blue);
  font-size: clamp(23px, 2.4vw, 31px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

body.bs-modern-2026 .bs-job-card p {
  display: -webkit-box;
  margin: 0 0 22px;
  overflow: hidden;
  color: var(--bs-muted);
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.bs-modern-2026 .bs-job-card__body > strong {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  color: var(--bs-blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-job-card__body > strong b {
  color: var(--bs-yellow);
  font-size: 18px;
}

body.bs-modern-2026 .bs-career-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 36px;
  border: 1px dashed var(--bs-line);
  border-radius: 18px;
  color: var(--bs-muted);
  text-align: center;
}

body.bs-modern-2026 .bs-career-quick,
body.bs-modern-2026 .bs-career-detail-apply {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(30px, 4vw, 48px);
  border-radius: 22px;
  color: var(--bs-white);
  background:
    radial-gradient(circle at 90% 15%, rgba(255, 179, 0, 0.22), transparent 14rem),
    var(--bs-blue);
}

body.bs-modern-2026 .bs-career-quick h2 {
  margin: 0;
  color: var(--bs-white);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 0.98;
}

body.bs-modern-2026 .bs-career-quick p:last-child {
  max-width: 560px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

body.bs-modern-2026 .bs-career-quick > a,
body.bs-modern-2026 .bs-career-detail-apply > a,
body.bs-modern-2026 .bs-job-apply {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 10px;
  color: var(--bs-blue);
  background: var(--bs-yellow);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

body.bs-modern-2026 .bs-career-application {
  display: block !important;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(0, 48, 87, 0.12);
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff 0%, #f3f8fc 100%);
  box-shadow: 0 22px 60px rgba(0, 48, 87, 0.11);
  scroll-margin-top: 150px;
}

body.bs-modern-2026 .bs-career-application .form-header {
  padding: clamp(28px, 4vw, 46px) clamp(24px, 5vw, 58px) 20px;
  color: var(--bs-white);
  background:
    radial-gradient(circle at 92% 0, rgba(255, 179, 0, 0.28), transparent 17rem),
    var(--bs-blue);
}

body.bs-modern-2026 .bs-career-application .form-heading {
  max-width: none;
  margin: 0;
  color: var(--bs-white);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}

body.bs-modern-2026 .bs-career-application .form-heading::before {
  content: "SCHNELLBEWERBUNG";
  display: block;
  margin-bottom: 12px;
  color: var(--bs-yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

body.bs-modern-2026 .bs-career-application .form-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: clamp(24px, 5vw, 58px);
}

body.bs-modern-2026 .bs-career-application .form-fieldset {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 18px;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(0, 48, 87, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

body.bs-modern-2026 .bs-career-application .form-fieldset legend {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0 0 2px;
  color: var(--bs-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-career-application .form-fieldset:first-of-type .form-group:nth-of-type(3),
body.bs-modern-2026 .bs-career-application .form-fieldset:nth-of-type(2) .form-group {
  grid-column: 1 / -1;
}

body.bs-modern-2026 .bs-career-application .form-group {
  min-width: 0;
  margin: 0;
}

body.bs-modern-2026 .bs-career-application .form-label {
  margin-bottom: 7px;
  color: var(--bs-blue);
  font-size: 12px;
  font-weight: 800;
}

body.bs-modern-2026 .bs-career-application input[type="text"],
body.bs-modern-2026 .bs-career-application input[type="email"],
body.bs-modern-2026 .bs-career-application input[type="tel"],
body.bs-modern-2026 .bs-career-application select,
body.bs-modern-2026 .bs-career-application textarea {
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid rgba(0, 48, 87, 0.18);
  border-radius: 10px;
  color: var(--bs-blue);
  background: var(--bs-white);
  font: inherit;
}

body.bs-modern-2026 .bs-career-application textarea {
  min-height: 126px;
  resize: vertical;
}

body.bs-modern-2026 .bs-career-application input:focus,
body.bs-modern-2026 .bs-career-application select:focus,
body.bs-modern-2026 .bs-career-application textarea:focus {
  outline: 3px solid rgba(255, 179, 0, 0.28);
  border-color: var(--bs-yellow);
}

body.bs-modern-2026 .bs-career-application .form-body > .form-group,
body.bs-modern-2026 .bs-career-application .form-submit,
body.bs-modern-2026 .bs-career-application .form-footer {
  grid-column: 1 / -1;
}

body.bs-modern-2026 .bs-career-application .checkbox-wrapper {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--bs-muted);
  font-size: 12px;
  line-height: 1.55;
}

body.bs-modern-2026 .bs-career-application .checkbox-wrapper input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--bs-yellow);
}

body.bs-modern-2026 .bs-career-application .form-explanation,
body.bs-modern-2026 .bs-career-application .form-control-help-block,
body.bs-modern-2026 .bs-career-application .form-footer {
  color: var(--bs-muted);
  font-size: 11px;
  line-height: 1.55;
}

body.bs-modern-2026 .bs-career-application .form-submit {
  display: flex;
  justify-content: flex-start;
}

body.bs-modern-2026 .bs-career-application .form-submit .btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 0;
  border-radius: 11px;
  color: var(--bs-blue);
  background: var(--bs-yellow);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

body.bs-modern-2026 .bs-career-application .form-submit .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(255, 179, 0, 0.28);
}

body.bs-modern-2026.bs-job-drawer-open {
  overflow: hidden;
}

body.bs-modern-2026 .bs-job-drawer[hidden] {
  display: none;
}

body.bs-modern-2026 .bs-job-drawer {
  position: fixed;
  inset: 0;
  z-index: 1800;
  display: grid;
  justify-items: end;
}

body.bs-modern-2026 .bs-job-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 20, 40, 0.74);
  backdrop-filter: blur(4px);
}

body.bs-modern-2026 .bs-job-drawer__panel {
  position: relative;
  z-index: 1;
  width: min(760px, 96vw);
  height: 100%;
  overflow-y: auto;
  color: var(--bs-text);
  background: var(--bs-white);
  box-shadow: -24px 0 70px rgba(0, 18, 36, 0.28);
  animation: bs-job-slide-in 300ms ease both;
}

@keyframes bs-job-slide-in {
  from { transform: translateX(50px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

body.bs-modern-2026 .bs-job-drawer__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: var(--bs-white);
  background: rgba(0, 32, 64, 0.8);
  font-size: 25px;
  cursor: pointer;
}

body.bs-modern-2026 .bs-job-drawer__image {
  aspect-ratio: 16 / 8;
  overflow: hidden;
  background: var(--bs-blue);
}

body.bs-modern-2026 .bs-job-drawer__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.bs-modern-2026 .bs-job-drawer__content {
  padding: clamp(28px, 5vw, 56px);
}

body.bs-modern-2026 .bs-job-drawer__content > h2 {
  margin: 0 0 18px;
  color: var(--bs-blue);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

body.bs-modern-2026 .bs-job-summary {
  margin: 24px 0 30px;
  color: var(--bs-muted);
  font-size: 15px;
  line-height: 1.65;
}

body.bs-modern-2026 .bs-job-drawer__content section {
  padding: 22px 0;
  border-top: 1px solid var(--bs-line);
}

body.bs-modern-2026 .bs-job-drawer__content section h3 {
  margin: 0 0 13px;
  color: var(--bs-blue);
  font-size: 21px;
}

body.bs-modern-2026 .bs-job-drawer__content ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.bs-modern-2026 .bs-job-drawer__content li {
  position: relative;
  padding-left: 22px;
  color: var(--bs-muted);
  line-height: 1.55;
}

body.bs-modern-2026 .bs-job-drawer__content li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--bs-yellow);
  font-weight: 900;
  content: "→";
}

body.bs-modern-2026 .bs-job-apply {
  margin-top: 18px;
}

body.bs-modern-2026.bs-career-detail .bs-career-detail-article {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

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

body.bs-modern-2026 .bs-career-detail-head {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: 0;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 24px;
  color: var(--bs-white);
  background: var(--bs-blue);
  box-shadow: var(--bs-shadow);
}

body.bs-modern-2026 .bs-career-detail-head > a {
  position: absolute;
  z-index: 2;
  margin: 20px;
  color: var(--bs-yellow);
  font-size: 10px;
  font-weight: 900;
}

body.bs-modern-2026 .bs-career-detail-head > div {
  align-self: center;
  padding: clamp(54px, 7vw, 82px) clamp(32px, 5vw, 64px);
}

body.bs-modern-2026 .bs-career-detail-head h1 {
  margin: 0 0 22px;
  color: var(--bs-white);
  font-size: clamp(42px, 5.2vw, 67px);
  line-height: 0.98;
}

body.bs-modern-2026 .bs-career-detail-head > img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

body.bs-modern-2026 .bs-career-detail-apply {
  margin-top: 28px;
}

body.bs-modern-2026 .bs-career-detail-apply p,
body.bs-modern-2026 .bs-career-detail-apply strong {
  display: block;
  margin: 0;
}

body.bs-modern-2026 .bs-career-detail-apply p {
  color: var(--bs-yellow);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

body.bs-modern-2026 .bs-career-detail-apply strong {
  margin-top: 6px;
  color: var(--bs-white);
  font-size: 23px;
}

@media (max-width: 980px) {
  body.bs-modern-2026 .bs-social-hub,
  body.bs-modern-2026 .bs-career-hero,
  body.bs-modern-2026 .bs-career-tools,
  body.bs-modern-2026 .bs-career-detail-head {
    grid-template-columns: minmax(0, 1fr);
  }

  body.bs-modern-2026 .bs-social-hub__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.bs-modern-2026 .bs-social-hub__links a {
    min-height: 185px;
  }

  body.bs-modern-2026 .bs-career-hero__visual {
    min-height: 360px;
  }

  body.bs-modern-2026 .bs-career-detail-head > img {
    min-height: 340px;
  }

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

@media (max-width: 720px) {
  body.bs-modern-2026 .bs-social-hub__links,
  body.bs-modern-2026 .bs-career-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.bs-modern-2026 .bs-social-hub__links a {
    min-height: 150px;
  }

  body.bs-modern-2026 .bs-career-hero {
    min-height: 0;
  }

  body.bs-modern-2026 .bs-career-hero > div:first-child {
    padding: 36px 24px;
  }

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

  body.bs-modern-2026 .bs-career-hero__visual {
    min-height: 300px;
  }

  body.bs-modern-2026 .bs-career-quick,
  body.bs-modern-2026 .bs-career-detail-apply {
    align-items: flex-start;
    flex-direction: column;
  }

  body.bs-modern-2026 .bs-career-quick > a,
  body.bs-modern-2026 .bs-career-detail-apply > a {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  body.bs-modern-2026 .bs-career-application .form-body {
    gap: 16px;
    padding: 20px;
  }

  body.bs-modern-2026 .bs-career-application .form-fieldset {
    grid-template-columns: minmax(0, 1fr);
    padding: 18px;
  }

  body.bs-modern-2026 .bs-career-application .form-fieldset .form-group {
    grid-column: 1 / -1;
  }

  body.bs-modern-2026 .bs-career-application .form-submit .btn {
    width: 100%;
  }
}

/* V11: enhanced views are projections of native Contao content. */
body.bs-modern-2026 .bs-career-hero__visual {
  padding: 0 !important;
  background: none !important;
}

body.bs-modern-2026 .bs-career-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

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

/* V11.1: CMS-first source elements and full-width editorial pages. */
body.bs-modern-2026.bs-layout-wide .content-container {
  grid-template-columns: minmax(0, 1fr) !important;
}

body.bs-modern-2026.bs-layout-wide .l-main {
  width: 100% !important;
  max-width: none !important;
}

body.bs-modern-2026.bs-layout-wide .l-sidebar {
  display: none !important;
}

body.bs-modern-2026 .bs-career-page > .section-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.bs-modern-2026 .bs-career-overview,
body.bs-modern-2026 .bs-career-application {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.bs-modern-2026 .bs-career-application .form-body {
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)) !important;
  gap: 20px !important;
  padding: clamp(24px, 4vw, 46px) !important;
}

body.bs-modern-2026 .bs-career-application .form-fieldset {
  grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr)) !important;
}

body.bs-modern-2026 .bs-career-application .form-group,
body.bs-modern-2026 .bs-career-application .form-label,
body.bs-modern-2026 .bs-career-application .form-control {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  float: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.bs-modern-2026 .bs-career-application .form-label {
  display: block !important;
  margin-bottom: 8px !important;
}

body.bs-modern-2026 .bs-career-application input[type="text"],
body.bs-modern-2026 .bs-career-application input[type="email"],
body.bs-modern-2026 .bs-career-application input[type="tel"],
body.bs-modern-2026 .bs-career-application select,
body.bs-modern-2026 .bs-career-application textarea {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

body.bs-modern-2026.bs-page-shop .bs-shop-source {
  display: none !important;
}

@media (max-width: 720px) {
  body.bs-modern-2026 .bs-career-application .form-body {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 20px !important;
  }

  body.bs-modern-2026 .bs-career-application .form-fieldset {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
