/* Bergmann Bad & Wärme – Premium Mehrseiten Website */
.bbbw-managed-page .entry-title,
.bbbw-managed-page .page-title,
.bbbw-managed-page header.entry-header,
.bbbw-managed-page .wp-block-post-title {
  display: none !important;
}

.bbbw-premium-page .site-header,
.bbbw-premium-page header.site-header,
.bbbw-premium-page #masthead,
.bbbw-premium-page .wp-site-blocks > header,
.bbbw-premium-page .elementor-location-header,
.bbbw-premium-page .site-footer,
.bbbw-premium-page footer.site-footer,
.bbbw-premium-page #colophon,
.bbbw-premium-page .wp-site-blocks > footer,
.bbbw-premium-page .elementor-location-footer {
  display: none !important;
}

.bbbw-site {
  --bbbw-dark: #0B1824;
  --bbbw-dark-2: #132536;
  --bbbw-steel: #2F6F8F;
  --bbbw-water: #4A9BBC;
  --bbbw-copper: #B56A3B;
  --bbbw-stone: #EEF3F6;
  --bbbw-warm: #E7E3DA;
  --bbbw-light: #F7FAFC;
  --bbbw-white: #FFFFFF;
  --bbbw-text: #101820;
  --bbbw-muted: #5E6B76;
  --bbbw-line: rgba(16, 24, 32, 0.12);
  --bbbw-line-light: rgba(247, 250, 252, 0.16);
  --bbbw-shadow: 0 28px 90px rgba(11, 24, 36, 0.18);
  --bbbw-radius: 30px;
  --bbbw-radius-sm: 18px;
  --bbbw-max: 1180px;
  --bbbw-hero-shift: 0px;
  --bbbw-card-shift: 0px;

  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: clip;
  overflow-x: hidden;
  color: var(--bbbw-text);
  background: var(--bbbw-light);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

.bbbw-site *,
.bbbw-site *::before,
.bbbw-site *::after {
  box-sizing: border-box;
}

.bbbw-site a {
  color: inherit;
  text-decoration: none;
}

.bbbw-site :focus-visible {
  outline: 3px solid rgba(74, 155, 188, 0.72);
  outline-offset: 4px;
  border-radius: 14px;
}

.bbbw-site img,
.bbbw-site picture {
  display: block;
}

.bbbw-site img {
  max-width: 100%;
  height: auto;
}

.bbbw-container {
  width: min(var(--bbbw-max), calc(100% - 40px));
  margin-inline: auto;
}

.bbbw-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bbbw-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bbbw-img-cover,
.bbbw-bg-img {
  object-position: center;
}

.bbbw-hero-bg .bbbw-bg-img,
.bbbw-subhero-bg .bbbw-bg-img {
  object-position: center 52%;
}

.bbbw-page-waermepumpe .bbbw-subhero-bg .bbbw-bg-img,
.bbbw-page-wartung .bbbw-subhero-bg .bbbw-bg-img,
.bbbw-page-kontakt .bbbw-subhero-bg .bbbw-bg-img {
  object-position: center 58%;
}

.bbbw-hero-image,
.bbbw-card-img,
.bbbw-project-panel-media,
.bbbw-intro-media,
.bbbw-split-media,
.bbbw-tech-img,
.bbbw-tech-small > div,
.bbbw-tech-wide > div:first-child,
.bbbw-lightbox-item,
.bbbw-visual-card,
.bbbw-service-row figure {
  position: relative;
  isolation: isolate;
}

.bbbw-hero-image > img,
.bbbw-card-img > img,
.bbbw-project-panel-media > img,
.bbbw-intro-media > img,
.bbbw-split-media > img,
.bbbw-tech-img > img,
.bbbw-tech-small > div > img,
.bbbw-tech-wide > div:first-child > img,
.bbbw-lightbox-item > img,
.bbbw-visual-card > img,
.bbbw-service-row figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bbbw-header {
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 13px max(20px, calc((100vw - var(--bbbw-max)) / 2));
  color: var(--bbbw-white);
  background: rgba(11, 24, 36, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: min-height 260ms ease, padding 260ms ease, background 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.bbbw-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 111, 143, 0.7), transparent);
  opacity: 0.38;
}

.bbbw-header.bbbw-scrolled {
  min-height: 72px;
  padding-top: 9px;
  padding-bottom: 9px;
  background: rgba(11, 24, 36, 0.94);
  border-bottom-color: rgba(74, 155, 188, 0.22);
  box-shadow: 0 18px 60px rgba(3, 7, 13, 0.22);
}

.bbbw-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.bbbw-brand img {
  width: auto;
  max-width: min(260px, 32vw);
  height: clamp(50px, 4.4vw, 62px);
  max-height: 62px;
  object-fit: contain;
}

.bbbw-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.bbbw-nav a,
.bbbw-header-cta,
.bbbw-header-contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.bbbw-nav a {
  color: rgba(255, 255, 255, 0.75);
}

.bbbw-nav a:hover,
.bbbw-nav a:focus {
  color: var(--bbbw-white);
  background: rgba(255, 255, 255, 0.08);
}

.bbbw-header-cta {
  color: var(--bbbw-white);
  background: linear-gradient(135deg, var(--bbbw-steel), #255E7B);
  box-shadow: 0 12px 28px rgba(47, 111, 143, 0.20);
}

.bbbw-header-cta:hover,
.bbbw-header-cta:focus {
  transform: translateY(-1px);
  color: var(--bbbw-white);
  background: linear-gradient(135deg, var(--bbbw-water), var(--bbbw-steel));
}

.bbbw-header-contact {
  display: grid;
  justify-items: end;
  gap: 7px;
  min-width: max-content;
}

.bbbw-header-contact > span {
  color: rgba(247, 250, 252, 0.66);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.bbbw-header-contact-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bbbw-header-contact-link {
  min-height: 40px;
  color: rgba(247, 250, 252, 0.82);
  border: 1px solid rgba(247, 250, 252, 0.14);
  background: rgba(247, 250, 252, 0.06);
  font-size: 13px;
}

.bbbw-header-contact-link:hover,
.bbbw-header-contact-link:focus {
  color: var(--bbbw-white);
  border-color: rgba(74, 155, 188, 0.42);
  background: rgba(74, 155, 188, 0.13);
  transform: translateY(-1px);
}

.bbbw-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--bbbw-white);
  appearance: none;
  cursor: pointer;
}

.bbbw-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
  transition: transform 220ms ease, opacity 220ms ease;
}

.bbbw-header.is-open .bbbw-menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.bbbw-header.is-open .bbbw-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.bbbw-header.is-open .bbbw-menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.bbbw-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  padding: 84px 0 70px;
  color: var(--bbbw-white);
  background: var(--bbbw-dark-2);
  isolation: isolate;
}

.bbbw-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.44;
  transform: translate3d(0, var(--bbbw-hero-shift), 0) scale(1.035);
  transition: transform 120ms linear;
}

.bbbw-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 13% 18%, rgba(47, 111, 143, 0.22), transparent 30%),
    linear-gradient(90deg, rgba(11, 24, 36, 0.98) 0%, rgba(11, 24, 36, 0.86) 43%, rgba(11, 24, 36, 0.34) 78%, rgba(11, 24, 36, 0.74) 100%);
}

.bbbw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent 82%);
  pointer-events: none;
}

.bbbw-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 48px;
}

.bbbw-kicker,
.bbbw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--bbbw-water);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bbbw-kicker {
  padding: 10px 14px;
  border: 1px solid rgba(47, 111, 143, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  text-transform: none;
  letter-spacing: 0.01em;
}

.bbbw-kicker span,
.bbbw-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--bbbw-steel);
  box-shadow: 0 0 0 7px rgba(47, 111, 143, 0.14);
  flex: 0 0 auto;
}

.bbbw-eyebrow::before {
  background: var(--bbbw-copper);
  box-shadow: 0 0 0 7px rgba(181, 106, 59, 0.12);
}

.bbbw-hero h1,
.bbbw-section h2 {
  margin: 0;
  letter-spacing: -0.055em;
  font-weight: 870;
}

.bbbw-hero h1 {
  max-width: 720px;
  color: var(--bbbw-white);
  font-size: clamp(42px, 5.35vw, 74px);
  line-height: 0.98;
}

.bbbw-hero h1 em {
  display: block;
  color: var(--bbbw-water);
  font-style: normal;
}

.bbbw-lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.68;
}

.bbbw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.bbbw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 16px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.bbbw-btn::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 46%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.28), transparent);
  transform: skewX(-18deg);
  transition: left 520ms ease;
  pointer-events: none;
}

.bbbw-btn:hover::after,
.bbbw-btn:focus-visible::after {
  left: 112%;
}

.bbbw-btn svg {
  width: 18px;
  height: 18px;
}

.bbbw-btn-primary {
  color: var(--bbbw-white);
  background: linear-gradient(135deg, var(--bbbw-steel), #255E7B 58%, var(--bbbw-water));
  box-shadow: 0 18px 40px rgba(47, 111, 143, 0.24);
}

.bbbw-btn-primary:hover,
.bbbw-btn-primary:focus {
  transform: translateY(-2px);
  color: var(--bbbw-white);
  box-shadow: 0 24px 52px rgba(47, 111, 143, 0.34);
}

.bbbw-btn-secondary {
  color: var(--bbbw-white);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
}

.bbbw-btn-secondary:hover,
.bbbw-btn-secondary:focus {
  transform: translateY(-2px);
  color: var(--bbbw-white);
  border-color: rgba(47, 111, 143, 0.55);
  background: rgba(255, 255, 255, 0.12);
}

.bbbw-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.bbbw-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 750;
}

.bbbw-hero-card {
  position: relative;
  width: 100%;
  max-width: 560px;
  justify-self: end;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035));
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.38);
  transform: translate3d(0, var(--bbbw-card-shift), 0);
  transition: transform 120ms linear, box-shadow 260ms ease, border-color 260ms ease;
}

.bbbw-hero-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(47, 111, 143, 0.48), transparent 40%, rgba(255,255,255,0.10));
  opacity: 0.55;
}

.bbbw-hero-image {
  position: relative;
  overflow: hidden;
  height: clamp(380px, 38vw, 520px);
  border-radius: 30px;
  background: #111;
}

.bbbw-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(11, 24, 36, 0.58));
  pointer-events: none;
}

.bbbw-floating {
  position: absolute;
  max-width: 252px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(11, 24, 36, 0.76);
  color: var(--bbbw-white);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.bbbw-floating strong,
.bbbw-floating span {
  display: block;
}

.bbbw-floating strong {
  color: var(--bbbw-water);
  font-size: 15px;
  margin-bottom: 4px;
}

.bbbw-floating span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.bbbw-floating-one {
  left: -24px;
  bottom: 70px;
}

.bbbw-floating-two {
  right: -16px;
  top: 58px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--bbbw-text);
  border-color: rgba(16, 24, 32, 0.12);
}

.bbbw-floating-two span {
  color: rgba(16, 24, 32, 0.64);
}

.bbbw-floating-three {
  right: 28px;
  bottom: -22px;
  max-width: 238px;
  border-color: rgba(74, 155, 188, 0.24);
  background: rgba(19, 37, 54, 0.88);
}

.bbbw-trust {
  margin-top: -54px;
  position: relative;
  z-index: 5;
}

.bbbw-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 30px;
  background: var(--bbbw-white);
  box-shadow: 0 26px 70px rgba(16, 24, 32, 0.18);
}

.bbbw-trust article {
  padding: 28px 24px 27px;
  border-right: 1px solid rgba(16, 24, 32, 0.08);
}

.bbbw-trust article:last-child {
  border-right: 0;
}

.bbbw-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 16px;
  color: var(--bbbw-dark);
  background: rgba(47, 111, 143, 0.18);
  font-size: 23px;
  font-weight: 400;
}

.bbbw-trust h3,
.bbbw-service-card h3,
.bbbw-tech h3,
.bbbw-process h3 {
  margin: 0;
  color: var(--bbbw-dark);
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: -0.035em;
}

.bbbw-trust p,
.bbbw-service-card p,
.bbbw-tech p,
.bbbw-process p,
.bbbw-section-head p,
.bbbw-intro p,
.bbbw-bad-highlight p,
.bbbw-faq p,
.bbbw-contact p,
.bbbw-footer p {
  color: var(--bbbw-muted);
}

.bbbw-trust p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.58;
}

.bbbw-section {
  padding: 92px 0;
  background: var(--bbbw-light);
}

.bbbw-section h2 {
  max-width: 820px;
  color: var(--bbbw-dark);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.03;
}

.bbbw-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.62fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 42px;
}

.bbbw-section-head p:not(.bbbw-eyebrow) {
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
}

.bbbw-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(420px, 0.9fr);
  gap: 58px;
  align-items: center;
}

.bbbw-intro p:not(.bbbw-eyebrow) {
  max-width: 640px;
  margin: 24px 0 0;
  font-size: 17px;
  line-height: 1.8;
}

.bbbw-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.bbbw-mini-stats div {
  padding: 18px 16px;
  border: 1px solid var(--bbbw-line);
  border-radius: 20px;
  background: rgba(255,255,255,0.58);
}

.bbbw-mini-stats strong,
.bbbw-mini-stats span {
  display: block;
}

.bbbw-mini-stats strong {
  color: var(--bbbw-dark);
  font-size: 28px;
  line-height: 1;
}

.bbbw-mini-stats span {
  margin-top: 7px;
  color: var(--bbbw-muted);
  font-size: 13px;
  font-weight: 750;
}

.bbbw-intro-media {
  overflow: hidden;
  height: 520px;
  border-radius: 34px;
  box-shadow: var(--bbbw-shadow);
}

.bbbw-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bbbw-service-card {
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 28px;
  background: var(--bbbw-white);
  box-shadow: 0 18px 50px rgba(16, 24, 32, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.bbbw-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(74, 155, 188, 0.28);
  box-shadow: 0 28px 70px rgba(16, 24, 32, 0.14);
}

.bbbw-service-card a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.bbbw-service-card a:hover,
.bbbw-service-card a:focus-visible,
.bbbw-service-row a:hover,
.bbbw-service-row a:focus-visible {
  text-decoration: none;
}

.bbbw-card-img {
  aspect-ratio: 4 / 3;
  height: auto;
  min-height: 220px;
  overflow: hidden;
  background: var(--bbbw-stone);
}

.bbbw-card-img img {
  transition: transform 700ms ease;
}

.bbbw-service-card:hover .bbbw-card-img img {
  transform: scale(1.06);
}

.bbbw-card-body {
  padding: 24px 24px 26px;
}

.bbbw-card-body span,
.bbbw-tech-content span,
.bbbw-tech-wide span,
.bbbw-process article span {
  display: inline-flex;
  color: var(--bbbw-steel);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bbbw-card-body h3 {
  margin-top: 10px;
}

.bbbw-card-body p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.65;
}

.bbbw-card-cta {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 22px;
  padding: 10px 13px;
  border: 1px solid rgba(47, 111, 143, 0.16);
  border-radius: 999px;
  color: var(--bbbw-dark) !important;
  background: rgba(47, 111, 143, 0.09);
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: transform 240ms ease, background 240ms ease, border-color 240ms ease;
}

.bbbw-card-cta::after {
  content: "→";
  color: var(--bbbw-steel);
  transition: transform 240ms ease;
}

.bbbw-service-card:hover .bbbw-card-cta,
.bbbw-service-card:focus-within .bbbw-card-cta {
  border-color: rgba(74, 155, 188, 0.34);
  background: rgba(74, 155, 188, 0.13);
}

.bbbw-service-card:hover .bbbw-card-cta::after,
.bbbw-service-card:focus-within .bbbw-card-cta::after {
  transform: translateX(4px);
}

.bbbw-bad-highlight {
  background: var(--bbbw-white);
}

.bbbw-bad-highlight-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(460px, 0.96fr);
  gap: 58px;
  align-items: center;
}

.bbbw-bad-highlight-copy p:not(.bbbw-eyebrow) {
  margin: 24px 0 0;
  font-size: 17px;
  line-height: 1.78;
}

.bbbw-checklist {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.bbbw-checklist li {
  position: relative;
  padding-left: 30px;
  color: var(--bbbw-dark);
  font-size: 15px;
  font-weight: 760;
}

.bbbw-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--bbbw-steel);
  box-shadow: 0 0 0 6px rgba(47, 111, 143, 0.18);
}

.bbbw-mosaic {
  display: grid;
  grid-template-columns: 1.1fr 0.82fr;
  grid-template-rows: repeat(2, 245px);
  gap: 14px;
}

.bbbw-mosaic-large {
  grid-row: span 2;
}

.bbbw-lightbox-item {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 26px;
  background: var(--bbbw-dark-2);
  cursor: zoom-in;
}

.bbbw-lightbox-item::after {
  content: "Ansehen";
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--bbbw-white);
  background: rgba(11, 24, 36, 0.66);
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bbbw-lightbox-item:hover::after,
.bbbw-lightbox-item:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.bbbw-lightbox-item img {
  transition: transform 800ms ease;
}

.bbbw-lightbox-item:hover img,
.bbbw-lightbox-item:focus-visible img {
  transform: scale(1.055);
}

.bbbw-tech {
  color: var(--bbbw-white);
  background:
    radial-gradient(circle at 10% 10%, rgba(47, 111, 143, 0.20), transparent 30%),
    linear-gradient(135deg, #0B1824, #0B1824 72%);
}

.bbbw-section-head-light h2,
.bbbw-section-head-light p:not(.bbbw-eyebrow) {
  color: var(--bbbw-white);
}

.bbbw-section-head-light p:not(.bbbw-eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.bbbw-tech-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr 0.75fr;
  grid-auto-rows: minmax(280px, auto);
  gap: 18px;
}

.bbbw-tech-main,
.bbbw-tech-small,
.bbbw-tech-wide {
  overflow: hidden;
  border: 1px solid var(--bbbw-line-light);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.20);
}

.bbbw-tech-main {
  grid-row: span 2;
}

.bbbw-tech-img {
  height: 440px;
  overflow: hidden;
}

.bbbw-tech-content,
.bbbw-tech-wide > div:last-child {
  padding: 26px;
}

.bbbw-tech-content h3,
.bbbw-tech-small h3,
.bbbw-tech-wide h3 {
  color: var(--bbbw-white);
}

.bbbw-tech-content h3 {
  margin-top: 9px;
  font-size: 26px;
}

.bbbw-tech-content p,
.bbbw-tech-wide p {
  color: rgba(255,255,255,0.68);
  margin: 12px 0 0;
}

.bbbw-tech-small > div {
  height: 220px;
  overflow: hidden;
}

.bbbw-tech-small h3 {
  padding: 22px;
  font-size: 20px;
}

.bbbw-tech-wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  align-items: stretch;
}

.bbbw-tech-wide > div:first-child {
  min-height: 280px;
  overflow: hidden;
}

.bbbw-tech-wide > div:last-child {
  display: grid;
  align-content: center;
  padding: 32px;
}

.bbbw-tech-wide h3 {
  margin: 10px 0 0;
  max-width: 520px;
  font-size: 28px;
}

.bbbw-process {
  background: var(--bbbw-light);
}

.bbbw-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.bbbw-process article {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--bbbw-line);
  border-radius: 28px;
  background: var(--bbbw-white);
  box-shadow: 0 18px 50px rgba(16, 24, 32, 0.07);
}

.bbbw-process article::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(47, 111, 143, 0.52);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(47, 111, 143, 0.20), transparent 64%);
}

.bbbw-process h3 {
  margin-top: 36px;
  font-size: 23px;
}

.bbbw-process p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.68;
}

.bbbw-gallery {
  background: var(--bbbw-white);
}

.bbbw-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.bbbw-gallery-grid .bbbw-lightbox-item {
  height: 245px;
  border-radius: 24px;
}

.bbbw-gallery-grid .bbbw-lightbox-item:nth-child(1),
.bbbw-gallery-grid .bbbw-lightbox-item:nth-child(2) {
  grid-column: span 2;
  height: 310px;
}

.bbbw-faq {
  background: var(--bbbw-light);
}

.bbbw-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.92fr);
  gap: 60px;
  align-items: start;
}

.bbbw-faq-grid > div:first-child p:not(.bbbw-eyebrow) {
  margin: 22px 0 0;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.78;
}

.bbbw-faq-list {
  display: grid;
  gap: 12px;
}

.bbbw-faq-list details {
  overflow: hidden;
  border: 1px solid var(--bbbw-line);
  border-radius: 20px;
  background: var(--bbbw-white);
  box-shadow: 0 12px 34px rgba(16, 24, 32, 0.06);
}

.bbbw-faq-list summary {
  padding: 20px 22px;
  color: var(--bbbw-dark);
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.bbbw-faq-list summary::-webkit-details-marker {
  display: none;
}

.bbbw-faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  line-height: 1.7;
}

.bbbw-contact {
  color: var(--bbbw-white);
  background:
    linear-gradient(90deg, rgba(9,17,30,0.94), rgba(9,17,30,0.70)),
    url('../images/kontakt-shk-background.webp') center/cover no-repeat;
}

.bbbw-contact h2 {
  color: var(--bbbw-white);
}

.bbbw-contact p:not(.bbbw-eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  max-width: 600px;
  font-size: 17px;
  line-height: 1.78;
}

.bbbw-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.72fr);
  gap: 60px;
  align-items: center;
}

.bbbw-contact-panel {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bbbw-contact-panel img {
  width: auto;
  max-width: min(250px, 100%);
  height: 72px;
  max-height: 72px;
  object-fit: contain;
}

.bbbw-contact-panel span {
  display: block;
  max-width: 220px;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  line-height: 1.5;
}

.bbbw-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.bbbw-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.bbbw-form input,
.bbbw-form select,
.bbbw-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: var(--bbbw-white);
  background: rgba(11, 24, 36, 0.62);
  font: inherit;
  outline: none;
}

.bbbw-form select option {
  color: var(--bbbw-text);
}

.bbbw-form textarea {
  min-height: 120px;
  resize: vertical;
}

.bbbw-form input::placeholder,
.bbbw-form textarea::placeholder {
  color: rgba(255,255,255,0.38);
}

.bbbw-form input:focus,
.bbbw-form select:focus,
.bbbw-form textarea:focus {
  border-color: rgba(47, 111, 143, 0.72);
  box-shadow: 0 0 0 4px rgba(47, 111, 143, 0.12);
}

.bbbw-form .bbbw-btn {
  width: 100%;
  margin-top: 4px;
}

.bbbw-form > p {
  margin: 0;
  color: rgba(255,255,255,0.54) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.bbbw-footer {
  padding: 48px 0;
  color: rgba(255, 255, 255, 0.72);
  background: #0B1824;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.bbbw-footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.bbbw-footer img {
  width: auto;
  max-width: min(260px, 100%);
  height: 76px;
  max-height: 76px;
  object-fit: contain;
}

.bbbw-footer p {
  max-width: 420px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}

.bbbw-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.bbbw-footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.70);
  font-size: 14px;
  font-weight: 800;
}

.bbbw-footer a:hover,
.bbbw-footer a:focus {
  color: var(--bbbw-water);
}

.bbbw-footer small {
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.42);
}

.bbbw-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(3, 7, 13, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.bbbw-lightbox.is-active {
  display: flex;
}

.bbbw-lightbox img {
  max-width: min(1180px, 92vw);
  max-height: 86vh;
  border-radius: 22px;
  box-shadow: 0 32px 100px rgba(0,0,0,0.55);
}

.bbbw-lightbox-close {
  position: absolute;
  right: 24px;
  top: 24px;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: var(--bbbw-white);
  background: rgba(255,255,255,0.09);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.bbbw-site.bbbw-reveal-ready [data-bbbw-reveal] {
  opacity: 0.01;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.bbbw-site.bbbw-reveal-ready [data-bbbw-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.bbbw-project-finder {
  background:
    linear-gradient(180deg, var(--bbbw-white), rgba(238, 243, 246, 0.82));
}

.bbbw-project-finder-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.bbbw-project-tabs {
  display: grid;
  gap: 10px;
  align-content: start;
}

.bbbw-project-tab {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  min-height: 62px;
  padding: 16px 18px;
  border: 1px solid rgba(16, 24, 32, 0.10);
  border-radius: 18px;
  color: var(--bbbw-dark);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 26px rgba(16, 24, 32, 0.045);
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
  transition: transform 220ms ease, color 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.bbbw-project-tab span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: var(--bbbw-white);
  background: var(--bbbw-dark-2);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.bbbw-project-tab:hover,
.bbbw-project-tab:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(74, 155, 188, 0.34);
  box-shadow: 0 16px 36px rgba(16, 24, 32, 0.08);
}

.bbbw-project-tab.is-active,
.bbbw-project-tab[aria-selected="true"] {
  color: var(--bbbw-white);
  border-color: rgba(74, 155, 188, 0.36);
  background: linear-gradient(135deg, var(--bbbw-dark), var(--bbbw-dark-2));
  box-shadow: 0 24px 60px rgba(11, 24, 36, 0.20);
}

.bbbw-project-tab.is-active span,
.bbbw-project-tab[aria-selected="true"] span {
  color: var(--bbbw-dark);
  background: var(--bbbw-water);
}

.bbbw-project-panels {
  min-width: 0;
}

.bbbw-project-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.62fr);
  gap: 28px;
  min-height: 100%;
  padding: 26px;
  border: 1px solid rgba(74, 155, 188, 0.20);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(238,243,246,0.88));
  box-shadow: 0 24px 68px rgba(11, 24, 36, 0.11);
}

.bbbw-project-panel[hidden] {
  display: none;
}

.bbbw-project-panel-copy {
  align-self: center;
}

.bbbw-project-panel h3 {
  margin: 0;
  color: var(--bbbw-dark);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.bbbw-project-panel p {
  margin: 18px 0 0;
  color: var(--bbbw-muted);
  font-size: 16px;
  line-height: 1.76;
}

.bbbw-project-panel .bbbw-btn {
  width: fit-content;
  margin-top: 28px;
}

.bbbw-project-panel-media {
  overflow: hidden;
  min-height: 360px;
  aspect-ratio: 4 / 3;
  margin: 0;
  border-radius: 26px;
  background: var(--bbbw-stone);
  box-shadow: inset 0 0 0 1px rgba(16, 24, 32, 0.08);
}

.bbbw-briefing {
  color: var(--bbbw-white);
  background:
    radial-gradient(circle at 12% 4%, rgba(74, 155, 188, 0.18), transparent 28%),
    linear-gradient(135deg, var(--bbbw-dark), var(--bbbw-dark-2));
}

.bbbw-briefing-shell {
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(247, 250, 252, 0.13);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
  box-shadow: 0 28px 86px rgba(3, 7, 13, 0.26);
}

.bbbw-briefing-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.62fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 30px;
}

.bbbw-briefing-head h2 {
  color: var(--bbbw-white);
}

.bbbw-briefing-head p:not(.bbbw-eyebrow) {
  margin: 0;
  color: rgba(247, 250, 252, 0.72);
  font-size: 17px;
  line-height: 1.72;
}

.bbbw-briefing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: 22px;
  align-items: stretch;
}

.bbbw-briefing-steps {
  display: grid;
  gap: 14px;
}

.bbbw-briefing-step {
  padding: 20px;
  border: 1px solid rgba(247, 250, 252, 0.12);
  border-radius: 26px;
  background: rgba(247, 250, 252, 0.065);
}

.bbbw-briefing-step h3 {
  margin: 0 0 15px;
  color: var(--bbbw-white);
  font-size: 18px;
  letter-spacing: -0.025em;
}

.bbbw-briefing-options {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.bbbw-briefing-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(247, 250, 252, 0.14);
  border-radius: 999px;
  color: rgba(247, 250, 252, 0.82);
  background: rgba(255,255,255,0.06);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 220ms ease, color 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.bbbw-briefing-option:hover,
.bbbw-briefing-option:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(74, 155, 188, 0.48);
  background: rgba(74, 155, 188, 0.14);
}

.bbbw-briefing-option.is-active,
.bbbw-briefing-option[aria-pressed="true"] {
  color: var(--bbbw-dark);
  border-color: rgba(74, 155, 188, 0.62);
  background: var(--bbbw-water);
  box-shadow: 0 14px 34px rgba(74, 155, 188, 0.22);
}

.bbbw-briefing-result {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(74, 155, 188, 0.24);
  border-radius: 30px;
  color: var(--bbbw-text);
  background:
    linear-gradient(180deg, rgba(247,250,252,0.98), rgba(238,243,246,0.94));
  box-shadow: 0 22px 68px rgba(3, 7, 13, 0.24);
}

.bbbw-briefing-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bbbw-briefing-summary span {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--bbbw-dark);
  background: rgba(74, 155, 188, 0.12);
  font-size: 12px;
  font-weight: 850;
}

.bbbw-briefing-result h3 {
  margin: 0;
  color: var(--bbbw-dark);
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.bbbw-briefing-result p {
  margin: 0;
  color: var(--bbbw-muted);
  font-size: 15px;
  line-height: 1.68;
}

.bbbw-briefing-note {
  padding: 16px 17px;
  border: 1px solid rgba(16, 24, 32, 0.09);
  border-left: 4px solid var(--bbbw-copper);
  border-radius: 18px;
  background: var(--bbbw-white);
}

.bbbw-briefing-note strong {
  color: var(--bbbw-dark);
}

.bbbw-briefing-shell.is-enhanced .bbbw-briefing-note[hidden] {
  display: none;
}

.bbbw-briefing-checklist {
  padding: 18px;
  border: 1px solid rgba(16, 24, 32, 0.09);
  border-radius: 20px;
  background: rgba(255,255,255,0.78);
}

.bbbw-briefing-checklist h4 {
  margin: 0 0 12px;
  color: var(--bbbw-dark);
  font-size: 16px;
}

.bbbw-briefing-checklist ul {
  display: grid;
  gap: 8px 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.bbbw-briefing-checklist li {
  position: relative;
  padding-left: 21px;
  color: var(--bbbw-text);
  font-size: 13px;
  font-weight: 750;
}

.bbbw-briefing-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--bbbw-steel);
}

.bbbw-briefing-checklist p {
  margin-top: 14px;
  font-size: 13px;
}

.bbbw-briefing-result .bbbw-btn {
  width: fit-content;
}

.bbbw-briefing-result small {
  color: var(--bbbw-muted);
  font-size: 12px;
  line-height: 1.5;
}

.bbbw-request-quality {
  background: var(--bbbw-white);
}

.bbbw-request-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.bbbw-request-steps article {
  position: relative;
  min-height: 270px;
  padding: 30px;
  border: 1px solid rgba(16, 24, 32, 0.10);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(238,243,246,0.72));
  box-shadow: 0 18px 48px rgba(16, 24, 32, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.bbbw-request-steps article:hover {
  transform: translateY(-5px);
  border-color: rgba(74, 155, 188, 0.32);
  box-shadow: 0 28px 70px rgba(16, 24, 32, 0.12);
}

.bbbw-request-steps span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 999px;
  color: var(--bbbw-white);
  background: var(--bbbw-dark-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.10em;
}

.bbbw-request-steps h3 {
  margin: 0;
  color: var(--bbbw-dark);
  font-size: 24px;
  letter-spacing: -0.035em;
}

.bbbw-request-steps p {
  margin: 12px 0 0;
  color: var(--bbbw-muted);
  font-size: 15px;
  line-height: 1.68;
}

.bbbw-visual-gallery {
  background:
    linear-gradient(180deg, var(--bbbw-white), var(--bbbw-light));
}

.bbbw-visual-gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-auto-rows: 250px;
  gap: 14px;
}

.bbbw-visual-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 28px;
  background: var(--bbbw-stone);
  box-shadow: 0 18px 50px rgba(16, 24, 32, 0.08);
  cursor: pointer;
}

.bbbw-visual-card:first-child {
  grid-row: span 2;
}

.bbbw-visual-card img {
  transition: transform 700ms ease, filter 300ms ease;
}

.bbbw-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(11, 24, 36, 0.72));
  pointer-events: none;
}

.bbbw-visual-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 36px);
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,0.20);
  border-radius: 999px;
  color: var(--bbbw-white);
  background: rgba(11, 24, 36, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 850;
}

.bbbw-visual-card:hover img,
.bbbw-visual-card:focus-visible img {
  transform: scale(1.055);
  filter: saturate(1.06);
}

.bbbw-faq-list.bbbw-faq-enhanced summary {
  position: relative;
  padding-right: 58px;
}

.bbbw-faq-list.bbbw-faq-enhanced summary::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--bbbw-dark-2);
  transform: translateY(-50%);
  transition: transform 220ms ease, background 220ms ease;
}

.bbbw-faq-list.bbbw-faq-enhanced summary::before {
  content: "";
  position: absolute;
  right: 29px;
  top: 50%;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--bbbw-white);
  border-bottom: 2px solid var(--bbbw-white);
  transform: translateY(-62%) rotate(45deg);
  transition: transform 220ms ease;
}

.bbbw-faq-list.bbbw-faq-enhanced details[open] summary::after {
  background: var(--bbbw-steel);
}

.bbbw-faq-list.bbbw-faq-enhanced details[open] summary::before {
  transform: translateY(-35%) rotate(-135deg);
}

.bbbw-faq-list.bbbw-faq-enhanced details[open] p {
  animation: bbbwFaqIn 240ms ease both;
}

@keyframes bbbwFaqIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bbbw-mobile-sticky-cta {
  display: none;
}

.bbbw-project-tab {
  border-color: rgba(16, 24, 32, 0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(238,243,246,0.72));
}

.bbbw-project-tab.is-active,
.bbbw-project-tab[aria-selected="true"] {
  border-color: rgba(74, 155, 188, 0.44);
  background:
    linear-gradient(135deg, rgba(11, 24, 36, 1), rgba(19, 37, 54, 0.96));
}

.bbbw-project-panel {
  overflow: hidden;
  position: relative;
}

.bbbw-project-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 82% 12%, rgba(74, 155, 188, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(255,255,255,0.72), transparent 46%);
  pointer-events: none;
}

.bbbw-project-panel > * {
  position: relative;
  z-index: 1;
}

.bbbw-project-panel.is-panel-entering .bbbw-project-panel-copy,
.bbbw-project-panel.is-panel-entering .bbbw-project-panel-media {
  animation: bbbwPanelIn 440ms cubic-bezier(.2,.8,.2,1) both;
}

.bbbw-project-panel.is-panel-entering .bbbw-project-panel-media {
  animation-delay: 80ms;
}

.bbbw-project-panel.is-panel-entering .bbbw-checklist li {
  animation: bbbwCheckIn 360ms cubic-bezier(.2,.8,.2,1) both;
}

.bbbw-project-panel.is-panel-entering .bbbw-checklist li:nth-child(2) { animation-delay: 45ms; }
.bbbw-project-panel.is-panel-entering .bbbw-checklist li:nth-child(3) { animation-delay: 90ms; }
.bbbw-project-panel.is-panel-entering .bbbw-checklist li:nth-child(4) { animation-delay: 135ms; }

.bbbw-briefing-option.is-active,
.bbbw-briefing-option[aria-pressed="true"] {
  color: var(--bbbw-white);
  border-color: rgba(74, 155, 188, 0.64);
  background: linear-gradient(135deg, var(--bbbw-steel), #255E7B);
  box-shadow: 0 16px 34px rgba(47, 111, 143, 0.24);
}

.bbbw-briefing-result.is-updating {
  animation: bbbwPanelIn 340ms cubic-bezier(.2,.8,.2,1) both;
}

.bbbw-site.bbbw-reveal-ready [data-bbbw-reveal] {
  transition-delay: var(--bbbw-reveal-delay, 0ms);
}

.bbbw-site.bbbw-reveal-ready .bbbw-card-img,
.bbbw-site.bbbw-reveal-ready .bbbw-project-panel-media,
.bbbw-site.bbbw-reveal-ready .bbbw-split-media,
.bbbw-site.bbbw-reveal-ready .bbbw-intro-media,
.bbbw-site.bbbw-reveal-ready .bbbw-visual-card {
  transform: scale(0.992);
  transition: transform 620ms cubic-bezier(.2,.8,.2,1);
}

.bbbw-site.bbbw-reveal-ready [data-bbbw-reveal].is-visible .bbbw-card-img,
.bbbw-site.bbbw-reveal-ready [data-bbbw-reveal].is-visible .bbbw-project-panel-media,
.bbbw-site.bbbw-reveal-ready [data-bbbw-reveal].is-visible .bbbw-split-media,
.bbbw-site.bbbw-reveal-ready [data-bbbw-reveal].is-visible .bbbw-intro-media,
.bbbw-site.bbbw-reveal-ready [data-bbbw-reveal].is-visible .bbbw-visual-card {
  transform: scale(1);
}

@keyframes bbbwPanelIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes bbbwCheckIn {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1120px) {
  .bbbw-hero-grid,
  .bbbw-intro-grid,
  .bbbw-bad-highlight-grid,
  .bbbw-contact-grid {
    grid-template-columns: 1fr;
  }

  .bbbw-hero-card,
  .bbbw-intro-media,
  .bbbw-bad-highlight .bbbw-mosaic,
  .bbbw-contact-grid > * {
    max-width: 820px;
    justify-self: center;
  }

  .bbbw-trust-grid,
  .bbbw-process-grid,
  .bbbw-request-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .bbbw-trust article:nth-child(2) {
    border-right: 0;
  }

  .bbbw-trust article:nth-child(1),
  .bbbw-trust article:nth-child(2) {
    border-bottom: 1px solid rgba(15,27,43,0.08);
  }

  .bbbw-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bbbw-tech-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bbbw-tech-main {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 0.82fr;
    grid-row: auto;
  }

  .bbbw-tech-img {
    height: auto;
    min-height: 360px;
  }

  .bbbw-tech-wide {
    grid-column: 1 / -1;
  }

  .bbbw-project-finder-grid,
  .bbbw-project-panel {
    grid-template-columns: 1fr;
  }

  .bbbw-project-tabs {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    margin-inline: -2px;
    padding: 0 2px 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .bbbw-project-tabs::-webkit-scrollbar {
    display: none;
  }

  .bbbw-project-tab {
    flex: 0 0 auto;
    width: auto;
    scroll-snap-align: start;
    white-space: nowrap;
  }

  .bbbw-project-panel-media {
    min-height: 300px;
  }

  .bbbw-briefing-head,
  .bbbw-briefing-grid {
    grid-template-columns: 1fr;
  }

  .bbbw-visual-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bbbw-visual-card:first-child {
    grid-row: auto;
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .bbbw-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 76px;
  }

  .bbbw-brand img {
    width: auto;
    max-width: 206px;
    height: 50px;
    max-height: 50px;
  }

  .bbbw-menu-toggle {
    display: block;
  }

  .bbbw-header-cta,
  .bbbw-header-contact {
    display: none;
  }

  .bbbw-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(11, 24, 36, 0.96);
    box-shadow: 0 24px 70px rgba(0,0,0,0.30);
  }

  .bbbw-header.is-open .bbbw-nav {
    display: flex;
  }

  .bbbw-nav a {
    justify-content: flex-start;
    min-height: 48px;
    padding-inline: 16px;
  }

  .bbbw-section-head,
  .bbbw-faq-grid,
  .bbbw-footer-grid {
    grid-template-columns: 1fr;
  }

  .bbbw-request-steps {
    grid-template-columns: 1fr;
  }

  .bbbw-footer nav {
    justify-content: flex-start;
  }

  .bbbw-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bbbw-gallery-grid .bbbw-lightbox-item:nth-child(1),
  .bbbw-gallery-grid .bbbw-lightbox-item:nth-child(2) {
    grid-column: auto;
    height: 245px;
  }
}

@media (max-width: 680px) {
  .bbbw-container {
    width: min(100% - 30px, var(--bbbw-max));
  }

  .bbbw-hero {
    min-height: auto;
    padding: 42px 0 42px;
  }

  .bbbw-hero h1 {
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 1;
    letter-spacing: -0.042em;
  }

  .bbbw-kicker {
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 11px;
    font-size: 12px;
  }

  .bbbw-lead {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.62;
  }

  .bbbw-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .bbbw-proof-row {
    gap: 7px;
    margin-top: 18px;
  }

  .bbbw-proof-row span {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 12px;
  }

  .bbbw-btn {
    width: 100%;
    min-height: 50px;
    padding: 14px 18px;
  }

  .bbbw-hero-card {
    margin-top: 6px;
    padding: 9px;
    border-radius: 28px;
  }

  .bbbw-hero-image {
    height: 260px;
    border-radius: 22px;
  }

  .bbbw-floating {
    position: static;
    max-width: none;
    margin: 10px 0 0;
    padding: 13px 14px;
    border-radius: 18px;
  }

  .bbbw-floating strong {
    font-size: 14px;
  }

  .bbbw-floating span {
    font-size: 12px;
    line-height: 1.45;
  }

  .bbbw-trust {
    margin-top: 0;
    padding-top: 20px;
    background: var(--bbbw-dark-2);
  }

  .bbbw-trust article {
    padding: 20px;
  }

  .bbbw-trust-grid,
  .bbbw-card-grid,
  .bbbw-tech-grid,
  .bbbw-process-grid,
  .bbbw-gallery-grid,
  .bbbw-mini-stats,
  .bbbw-visual-gallery-grid {
    grid-template-columns: 1fr;
  }

  .bbbw-trust article,
  .bbbw-trust article:nth-child(1),
  .bbbw-trust article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  }

  .bbbw-trust article:last-child {
    border-bottom: 0;
  }

  .bbbw-section {
    padding: 56px 0;
  }

  .bbbw-section h2 {
    font-size: clamp(29px, 8.8vw, 40px);
    letter-spacing: -0.038em;
  }

  .bbbw-section-head {
    gap: 14px;
    margin-bottom: 24px;
  }

  .bbbw-section-head p:not(.bbbw-eyebrow),
  .bbbw-briefing-head p:not(.bbbw-eyebrow) {
    font-size: 15px;
    line-height: 1.66;
  }

  .bbbw-intro-media {
    height: 310px;
    border-radius: 24px;
  }

  .bbbw-card-img {
    height: 220px;
  }

  .bbbw-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .bbbw-mosaic .bbbw-lightbox-item {
    height: 300px;
  }

  .bbbw-tech-main,
  .bbbw-tech-wide {
    grid-template-columns: 1fr;
  }

  .bbbw-tech-img,
  .bbbw-tech-wide > div:first-child,
  .bbbw-tech-small > div {
    height: 260px;
    min-height: 260px;
  }

  .bbbw-gallery-grid .bbbw-lightbox-item,
  .bbbw-gallery-grid .bbbw-lightbox-item:nth-child(1),
  .bbbw-gallery-grid .bbbw-lightbox-item:nth-child(2) {
    height: 260px;
  }

  .bbbw-contact-panel {
    display: grid;
  }

  .bbbw-form {
    padding: 20px;
    border-radius: 24px;
  }

  .bbbw-project-tab {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 14px;
  }

  .bbbw-project-panel {
    gap: 18px;
    padding: 18px;
    border-radius: 26px;
  }

  .bbbw-project-panel h3 {
    font-size: clamp(27px, 8.5vw, 36px);
  }

  .bbbw-project-panel .bbbw-btn {
    width: 100%;
  }

  .bbbw-project-panel-media {
    min-height: 210px;
    border-radius: 22px;
  }

  .bbbw-briefing-shell {
    padding: 18px;
    border-radius: 26px;
  }

  .bbbw-briefing-head {
    gap: 16px;
  }

  .bbbw-briefing-step,
  .bbbw-briefing-result {
    padding: 16px;
    border-radius: 22px;
  }

  .bbbw-briefing-options {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bbbw-briefing-option {
    justify-content: flex-start;
    width: 100%;
    min-height: 46px;
  }

  .bbbw-briefing-checklist ul {
    grid-template-columns: 1fr;
  }

  .bbbw-briefing-result .bbbw-btn {
    width: 100%;
  }

  .bbbw-request-steps article {
    min-height: auto;
    padding: 24px;
  }

  .bbbw-visual-gallery-grid {
    grid-auto-rows: 240px;
  }

  .bbbw-visual-card:first-child {
    grid-column: auto;
  }

  .bbbw-page-startseite {
    padding-bottom: 82px;
  }

  .bbbw-mobile-sticky-cta {
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 60;
    display: grid;
    justify-items: center;
    gap: 2px;
    max-width: 520px;
    margin: 0 auto;
    padding: 13px 18px 14px;
    border: 1px solid rgba(74, 155, 188, 0.34);
    border-radius: 22px;
    color: var(--bbbw-white);
    background: rgba(11, 24, 36, 0.94);
    box-shadow: 0 18px 54px rgba(11, 24, 36, 0.28);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    text-decoration: none;
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .bbbw-mobile-sticky-cta strong {
    font-size: 15px;
    line-height: 1.1;
  }

  .bbbw-mobile-sticky-cta span {
    color: rgba(247, 250, 252, 0.66);
    font-size: 12px;
    font-weight: 750;
  }

  .bbbw-site.is-footer-visible .bbbw-mobile-sticky-cta {
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbbw-site,
  .bbbw-site * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  .bbbw-site.bbbw-reveal-ready [data-bbbw-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .bbbw-hero-bg,
  .bbbw-hero-card,
  .bbbw-site.bbbw-reveal-ready .bbbw-card-img,
  .bbbw-site.bbbw-reveal-ready .bbbw-project-panel-media,
  .bbbw-site.bbbw-reveal-ready .bbbw-split-media,
  .bbbw-site.bbbw-reveal-ready .bbbw-intro-media,
  .bbbw-site.bbbw-reveal-ready .bbbw-visual-card {
    transform: none !important;
  }
}

/* Mehrseiten-Erweiterung */
.bbbw-ms .bbbw-header {
  gap: 18px;
}

.bbbw-ms .bbbw-nav {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px;
}

.bbbw-ms .bbbw-nav a {
  min-height: 38px;
  padding: 9px 11px;
  font-size: 13px;
}

.bbbw-ms .bbbw-nav a[aria-current="page"] {
  color: var(--bbbw-dark);
  background: var(--bbbw-steel);
}

.bbbw-ms .bbbw-header-cta {
  white-space: nowrap;
}

.bbbw-subhero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  padding: 96px 0 84px;
  color: var(--bbbw-white);
  background: var(--bbbw-dark-2);
  isolation: isolate;
  overflow: hidden;
}

.bbbw-subhero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.54;
}

.bbbw-subhero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(47, 111, 143, 0.28), transparent 30%),
    linear-gradient(90deg, rgba(7, 13, 23, 0.97) 0%, rgba(7, 13, 23, 0.86) 44%, rgba(7, 13, 23, 0.45) 100%);
}

.bbbw-subhero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.84), transparent 90%);
  pointer-events: none;
}

.bbbw-subhero-content {
  max-width: 820px;
}

.bbbw-subhero h1 {
  margin: 0;
  color: var(--bbbw-white);
  font-size: clamp(44px, 6vw, 82px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 870;
}

.bbbw-subhero h1 em {
  color: var(--bbbw-water);
  font-style: normal;
}

.bbbw-subhero p:not(.bbbw-eyebrow) {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.72;
}

.bbbw-page-intro {
  background: var(--bbbw-white);
}

.bbbw-split-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, .92fr);
  gap: 58px;
  align-items: center;
}

.bbbw-split-grid-reverse {
  grid-template-columns: minmax(420px, .92fr) minmax(0, .86fr);
}

.bbbw-split-media {
  overflow: hidden;
  min-height: 520px;
  aspect-ratio: 4 / 3;
  border-radius: 34px;
  background: var(--bbbw-stone);
  box-shadow: var(--bbbw-shadow);
}

.bbbw-split-copy p:not(.bbbw-eyebrow) {
  margin: 22px 0 0;
  color: var(--bbbw-muted);
  font-size: 17px;
  line-height: 1.78;
}

.bbbw-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.bbbw-feature-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--bbbw-line);
  border-radius: 28px;
  background: var(--bbbw-white);
  box-shadow: 0 18px 50px rgba(16, 24, 32, 0.07);
}

.bbbw-feature-card.dark {
  color: var(--bbbw-white);
  background: linear-gradient(135deg, #0B1824, #0B1824);
  border-color: rgba(255,255,255,.12);
}

.bbbw-feature-card span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--bbbw-steel);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bbbw-feature-card h3 {
  margin: 0;
  color: var(--bbbw-dark);
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.bbbw-feature-card.dark h3 {
  color: var(--bbbw-white);
}

.bbbw-feature-card p {
  margin: 12px 0 0;
  color: var(--bbbw-muted);
  font-size: 15px;
  line-height: 1.68;
}

.bbbw-feature-card.dark p {
  color: rgba(255,255,255,.68);
}

.bbbw-service-list {
  display: grid;
  gap: 14px;
}

.bbbw-service-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 18px;
  border: 1px solid var(--bbbw-line);
  border-radius: 24px;
  background: var(--bbbw-white);
  box-shadow: 0 14px 38px rgba(16, 24, 32, 0.06);
}

.bbbw-service-row figure {
  overflow: hidden;
  width: 76px;
  height: 76px;
  margin: 0;
  border-radius: 18px;
  background: var(--bbbw-stone);
}

.bbbw-service-row h3 {
  margin: 0 0 5px;
  color: var(--bbbw-dark);
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.bbbw-service-row p {
  margin: 0;
  color: var(--bbbw-muted);
  font-size: 14px;
  line-height: 1.55;
}

.bbbw-service-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  border-radius: 999px;
  color: var(--bbbw-dark);
  background: rgba(47, 111, 143, 0.10);
  border: 1px solid rgba(47, 111, 143, 0.16);
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
  transition: transform 220ms ease, color 220ms ease, background 220ms ease, border-color 220ms ease;
}

.bbbw-service-row a:hover,
.bbbw-service-row a:focus-visible {
  transform: translateY(-1px);
  color: var(--bbbw-white);
  border-color: rgba(74, 155, 188, 0.46);
  background: var(--bbbw-steel);
}

.bbbw-dark-band {
  color: var(--bbbw-white);
  background:
    radial-gradient(circle at 12% 8%, rgba(74, 155, 188, .20), transparent 30%),
    linear-gradient(135deg, #0B1824, #0B1824 76%);
}

.bbbw-dark-band h2,
.bbbw-dark-band h3 {
  color: var(--bbbw-white);
}

.bbbw-dark-band p:not(.bbbw-eyebrow) {
  color: rgba(255,255,255,.70);
}

.bbbw-value-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 36px;
}

.bbbw-value-row article {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 24px;
  background: rgba(255,255,255,.07);
}

.bbbw-value-row h3 {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -.03em;
}

.bbbw-value-row p {
  margin: 0;
  color: rgba(255,255,255,.66) !important;
  font-size: 14px;
  line-height: 1.6;
}

.bbbw-image-band {
  display: grid;
  grid-template-columns: 1.1fr .8fr .8fr;
  gap: 14px;
  margin-top: 44px;
}

.bbbw-image-band .bbbw-lightbox-item {
  aspect-ratio: 4 / 3;
  height: auto;
  min-height: 330px;
}

.bbbw-image-band .bbbw-lightbox-item:first-child {
  min-height: 520px;
  grid-row: span 2;
}

.bbbw-large-cta {
  position: relative;
  overflow: hidden;
  padding: 58px;
  border-radius: 34px;
  color: var(--bbbw-white);
  background:
    linear-gradient(90deg, rgba(9,17,30,.94), rgba(9,17,30,.68)),
    url('../images/hero-servicefahrzeug.webp') center/cover no-repeat;
  box-shadow: 0 28px 90px rgba(15,27,43,.18);
}

.bbbw-large-cta h2 {
  max-width: 760px;
  color: var(--bbbw-white);
}

.bbbw-large-cta p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.74) !important;
  font-size: 17px;
  line-height: 1.72;
}

.bbbw-large-cta .bbbw-hero-actions {
  margin-top: 28px;
}

.bbbw-logo-panel {
  display: grid;
  place-items: center;
  min-height: 380px;
  padding: 42px;
  border-radius: 34px;
  background: linear-gradient(135deg, #0B1824, #0B1824);
  box-shadow: var(--bbbw-shadow);
}

.bbbw-logo-panel img {
  width: min(520px, 100%);
  height: auto;
}

.bbbw-gallery-full .bbbw-gallery-grid {
  grid-template-columns: repeat(3, 1fr);
}

.bbbw-gallery-full .bbbw-gallery-grid .bbbw-lightbox-item,
.bbbw-gallery-full .bbbw-gallery-grid .bbbw-lightbox-item:nth-child(1),
.bbbw-gallery-full .bbbw-gallery-grid .bbbw-lightbox-item:nth-child(2) {
  grid-column: auto;
  height: 330px;
}

.bbbw-contact.bbbw-contact-page,
.bbbw-contact-page .bbbw-contact {
  background:
    linear-gradient(90deg, rgba(9,17,30,.94), rgba(9,17,30,.70)),
    url('../images/kontakt-shk-background.webp') center/cover no-repeat;
}

.bbbw-form-note {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.54);
  font-size: 12px;
  line-height: 1.5;
}

.bbbw-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255,255,255,.64);
  font-size: 13px;
  font-weight: 750;
}

.bbbw-breadcrumb a {
  color: rgba(255,255,255,.78);
  text-decoration: none;
}

.bbbw-breadcrumb a:hover,
.bbbw-breadcrumb a:focus {
  color: var(--bbbw-water);
}

.bbbw-page-footer-note {
  margin-top: 26px;
  padding: 18px 20px;
  border: 1px solid rgba(16, 24, 32, .09);
  border-radius: 20px;
  background: rgba(255,255,255,.68);
  color: var(--bbbw-muted);
  font-size: 13px;
  line-height: 1.6;
}

.bbbw-text-link {
  color: var(--bbbw-dark) !important;
  font-weight: 850;
  text-decoration-color: rgba(47, 111, 143,.8);
  text-underline-offset: 4px;
}

.bbbw-footer .bbbw-footer-pages {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px 18px;
}

@media (max-width: 1280px) {
  .bbbw-ms .bbbw-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  .bbbw-ms .bbbw-menu-toggle {
    display: block;
  }
  .bbbw-ms .bbbw-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(11, 24, 36, 0.96);
    box-shadow: 0 24px 70px rgba(0,0,0,0.30);
  }
  .bbbw-ms .bbbw-header.is-open .bbbw-nav {
    display: flex;
  }
  .bbbw-ms .bbbw-nav a {
    justify-content: flex-start;
    min-height: 48px;
    padding-inline: 16px;
    font-size: 14px;
  }
  .bbbw-ms .bbbw-header-cta,
  .bbbw-ms .bbbw-header-contact {
    display: none;
  }
}

@media (max-width: 1120px) {
  .bbbw-split-grid,
  .bbbw-split-grid-reverse {
    grid-template-columns: 1fr;
  }
  .bbbw-split-grid-reverse .bbbw-split-media {
    order: 2;
  }
  .bbbw-split-grid-reverse .bbbw-split-copy {
    order: 1;
  }
  .bbbw-feature-grid,
  .bbbw-value-row,
  .bbbw-gallery-full .bbbw-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bbbw-image-band {
    grid-template-columns: 1fr 1fr;
  }
  .bbbw-image-band .bbbw-lightbox-item:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    height: 440px;
  }
}

@media (max-width: 680px) {
  .bbbw-subhero {
    min-height: 400px;
    padding: 54px 0 50px;
  }
  .bbbw-subhero h1 {
    font-size: clamp(34px, 10.6vw, 48px);
    line-height: 1;
  }
  .bbbw-subhero p:not(.bbbw-eyebrow) {
    font-size: 15px;
    line-height: 1.64;
  }
  .bbbw-split-media {
    min-height: 290px;
    border-radius: 24px;
  }
  .bbbw-feature-grid,
  .bbbw-value-row,
  .bbbw-image-band,
  .bbbw-gallery-full .bbbw-gallery-grid {
    grid-template-columns: 1fr;
  }
  .bbbw-service-row {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 14px;
  }
  .bbbw-service-row figure {
    width: 66px;
    height: 66px;
  }
  .bbbw-service-row a {
    grid-column: 1 / -1;
    width: 100%;
  }
  .bbbw-image-band .bbbw-lightbox-item,
  .bbbw-image-band .bbbw-lightbox-item:first-child,
  .bbbw-gallery-full .bbbw-gallery-grid .bbbw-lightbox-item,
  .bbbw-gallery-full .bbbw-gallery-grid .bbbw-lightbox-item:nth-child(1),
  .bbbw-gallery-full .bbbw-gallery-grid .bbbw-lightbox-item:nth-child(2) {
    height: 260px;
  }
  .bbbw-large-cta {
    padding: 34px 22px;
    border-radius: 26px;
  }
  .bbbw-logo-panel {
    min-height: 270px;
    padding: 26px;
  }
}

@media (min-width: 681px) and (max-width: 768px) {
  .bbbw-hero {
    min-height: auto;
    padding: 58px 0 54px;
  }

  .bbbw-hero h1 {
    font-size: clamp(40px, 8vw, 58px);
    line-height: 1;
  }

  .bbbw-lead {
    max-width: 680px;
    font-size: 16px;
    line-height: 1.66;
  }

  .bbbw-hero-image {
    height: 340px;
  }

  .bbbw-section {
    padding: 68px 0;
  }

  .bbbw-project-panel,
  .bbbw-briefing-shell {
    border-radius: 28px;
  }
}

@media (max-width: 480px) {
  .bbbw-container {
    width: min(100% - 24px, var(--bbbw-max));
  }

  .bbbw-header,
  .bbbw-ms .bbbw-header {
    min-height: 66px;
    gap: 12px;
    padding: 8px 12px;
  }

  .bbbw-brand img {
    max-width: 176px;
    height: 42px;
    max-height: 42px;
  }

  .bbbw-menu-toggle,
  .bbbw-ms .bbbw-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .bbbw-nav,
  .bbbw-ms .bbbw-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 8px);
    border-radius: 20px;
  }

  .bbbw-hero {
    padding: 34px 0 36px;
  }

  .bbbw-hero h1 {
    font-size: clamp(31px, 9.6vw, 40px);
    letter-spacing: -0.034em;
  }

  .bbbw-lead {
    margin-top: 15px;
    font-size: 14.5px;
  }

  .bbbw-hero-image {
    height: 230px;
  }

  .bbbw-section {
    padding: 48px 0;
  }

  .bbbw-section h2 {
    font-size: clamp(27px, 8.4vw, 36px);
  }

  .bbbw-card-body,
  .bbbw-feature-card,
  .bbbw-request-steps article,
  .bbbw-process article,
  .bbbw-value-row article {
    padding: 22px;
    border-radius: 22px;
  }

  .bbbw-project-tabs {
    margin-inline: -12px;
    padding-inline: 12px;
  }

  .bbbw-project-tab span {
    width: 28px;
    height: 28px;
  }

  .bbbw-project-panel h3,
  .bbbw-briefing-result h3 {
    font-size: clamp(24px, 7.5vw, 32px);
    line-height: 1.08;
  }

  .bbbw-briefing-summary span {
    padding: 7px 9px;
  }

  .bbbw-subhero {
    min-height: 360px;
    padding: 44px 0 42px;
  }

  .bbbw-subhero h1 {
    font-size: clamp(30px, 9.4vw, 42px);
  }

  .bbbw-mobile-sticky-cta {
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    padding: 11px 16px 12px;
    border-radius: 19px;
  }

  .bbbw-mobile-sticky-cta strong {
    font-size: 14px;
  }

  .bbbw-mobile-sticky-cta span {
    font-size: 11.5px;
  }

  .bbbw-footer {
    padding: 36px 0;
  }

  .bbbw-footer img {
    height: 58px;
    max-height: 58px;
  }
}
