.site-bhkw-dresden {
  --bhkw-red: #c70f13;
  --bhkw-red-dark: #7a070b;
  --bhkw-graphite: #2f3438;
  --bhkw-ink: #181c20;
  --bhkw-concrete: #f2f3f4;
  --bhkw-steel: #9aa1a7;
  --bhkw-line: #d9dde1;
  --bhkw-blue: #1d4f91;
  --bhkw-heading:
    "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  background: #fff;
  color: var(--bhkw-ink);
  overflow-x: hidden;
}

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

.site-bhkw-dresden::before {
  content: "Servicenummer: +49 (351) 8 90 16 97    ·    info@bhkw-dresden.com";
  display: block;
  min-height: 2.75rem;
  padding: 0.78rem clamp(1.25rem, 6vw, 5.4rem);
  background: linear-gradient(90deg, var(--bhkw-red), #dd1619);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
}

.site-bhkw-dresden .site-header {
  min-height: 7rem;
  padding: 1rem clamp(1.25rem, 6vw, 5.4rem);
  border: 0;
  border-bottom: 1px solid var(--bhkw-line);
  background: #fff;
}

.site-bhkw-dresden .site-title {
  display: inline-flex;
  width: clamp(8.5rem, 17vw, 13.5rem);
}

.site-bhkw-dresden .site-title img {
  width: 100%;
  height: auto;
}

.site-bhkw-dresden .site-header nav {
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1rem, 3vw, 3rem);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-bhkw-dresden .site-header nav a {
  color: #111;
  text-decoration: none;
}

.site-bhkw-dresden .site-header nav a:last-child {
  border: 1px solid var(--bhkw-red);
  padding: 0.68rem 0.95rem;
  color: var(--bhkw-red);
}

.site-bhkw-dresden .site-main {
  width: 100%;
  margin: 0;
  padding: 0;
}

.site-bhkw-dresden .site-kicker,
.site-bhkw-dresden .site-main > h1 {
  display: none;
}

.site-bhkw-dresden .content {
  margin: 0;
  color: var(--bhkw-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
}

.site-bhkw-dresden .content h2,
.site-bhkw-dresden .content h3,
.site-bhkw-dresden .content p,
.site-bhkw-dresden .content figure,
.site-bhkw-dresden .content ul,
.site-bhkw-dresden .content dl {
  margin: 0;
}

.site-bhkw-dresden .content h2,
.site-bhkw-dresden .content h3 {
  font-family: var(--bhkw-heading);
  color: var(--bhkw-ink);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: uppercase;
}

.site-bhkw-dresden .content img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-bhkw-dresden .bhkw-hero,
.site-bhkw-dresden .bhkw-services,
.site-bhkw-dresden .bhkw-split,
.site-bhkw-dresden .bhkw-reference-band,
.site-bhkw-dresden .bhkw-about,
.site-bhkw-dresden .bhkw-contact,
.site-bhkw-dresden .bhkw-footer {
  padding-left: clamp(1.25rem, 6vw, 5.4rem);
  padding-right: clamp(1.25rem, 6vw, 5.4rem);
}

.site-bhkw-dresden .bhkw-hero {
  display: grid;
  grid-template-columns: minmax(21rem, 0.92fr) minmax(24rem, 1.08fr);
  min-width: 0;
  min-height: 34rem;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 44%,
    var(--bhkw-concrete) 100%
  );
  border-bottom: 1px solid var(--bhkw-line);
}

.site-bhkw-dresden .bhkw-hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 41rem;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1rem, 4vw, 3.5rem)
    clamp(3rem, 7vw, 5.5rem) 0;
}

.site-bhkw-dresden .bhkw-corner {
  position: absolute;
  top: clamp(2rem, 6vw, 4rem);
  left: -1rem;
  width: 2.2rem;
  height: 2.2rem;
  border-top: 4px solid var(--bhkw-red);
  border-left: 4px solid var(--bhkw-red);
}

.site-bhkw-dresden .bhkw-eyebrow {
  margin-bottom: 0.8rem;
  color: var(--bhkw-red);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-bhkw-dresden .bhkw-hero h2 {
  max-width: 13ch;
  font-size: clamp(2.45rem, 5.2vw, 4.45rem);
  overflow-wrap: normal;
}

.site-bhkw-dresden .bhkw-hero h2 span {
  display: block;
}

.site-bhkw-dresden .bhkw-hero-copy > p:not(.bhkw-eyebrow) {
  max-width: 34rem;
  margin-top: 1.35rem;
  color: var(--bhkw-graphite);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.site-bhkw-dresden .bhkw-hero-copy strong {
  color: var(--bhkw-red);
}

.site-bhkw-dresden .bhkw-hero-media {
  min-height: 34rem;
  border-left: 1px solid var(--bhkw-line);
}

.site-bhkw-dresden .bhkw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.site-bhkw-dresden .bhkw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 3.25rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid var(--bhkw-red);
  border-radius: 2px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

.site-bhkw-dresden .bhkw-button-primary {
  background: var(--bhkw-red);
  color: #fff;
}

.site-bhkw-dresden .bhkw-button-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--bhkw-ink);
  border-color: var(--bhkw-graphite);
}

.site-bhkw-dresden .bhkw-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  background: #fff;
  border-bottom: 1px solid var(--bhkw-line);
}

.site-bhkw-dresden .bhkw-services article {
  min-height: 12rem;
  padding: 0.5rem clamp(1rem, 3vw, 2.2rem);
  border-right: 1px solid var(--bhkw-line);
}

.site-bhkw-dresden .bhkw-services article:first-child {
  padding-left: 0;
}

.site-bhkw-dresden .bhkw-services article:last-child {
  border-right: 0;
}

.site-bhkw-dresden .bhkw-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border: 2px solid var(--bhkw-red);
  border-radius: 50%;
  color: var(--bhkw-red);
  font-size: 1.35rem;
  font-weight: 900;
}

.site-bhkw-dresden .bhkw-services h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.site-bhkw-dresden .bhkw-services p {
  max-width: 20rem;
  color: var(--bhkw-graphite);
  font-size: 0.95rem;
}

.site-bhkw-dresden .bhkw-services a {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--bhkw-red);
  font-size: 1.4rem;
  text-decoration: none;
}

.site-bhkw-dresden .bhkw-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding-top: clamp(3rem, 7vw, 5.5rem);
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
  background: #fff;
}

.site-bhkw-dresden .bhkw-split figure {
  min-height: 24rem;
}

.site-bhkw-dresden .bhkw-copy-panel {
  position: relative;
  min-height: 24rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  border: 1px solid var(--bhkw-line);
  background: #fff;
}

.site-bhkw-dresden .bhkw-copy-panel .bhkw-corner {
  top: 2rem;
  left: 2rem;
}

.site-bhkw-dresden .bhkw-copy-panel h2,
.site-bhkw-dresden .bhkw-section-heading h2,
.site-bhkw-dresden .bhkw-about h2,
.site-bhkw-dresden .bhkw-contact h2 {
  max-width: 14ch;
  font-size: clamp(2.1rem, 4.3vw, 4rem);
}

.site-bhkw-dresden .bhkw-checks {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
}

.site-bhkw-dresden .bhkw-checks li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--bhkw-graphite);
}

.site-bhkw-dresden .bhkw-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--bhkw-red);
  font-weight: 900;
}

.site-bhkw-dresden .bhkw-reference-band {
  padding-top: clamp(3rem, 7vw, 5.5rem);
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
  background:
    linear-gradient(rgba(242, 243, 244, 0.92), rgba(242, 243, 244, 0.92)),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 5rem,
      rgba(47, 52, 56, 0.05) 5.05rem
    );
  border-top: 1px solid var(--bhkw-line);
  border-bottom: 1px solid var(--bhkw-line);
}

.site-bhkw-dresden .bhkw-section-heading {
  display: grid;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(20rem, 1.2fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: 2rem;
}

.site-bhkw-dresden .bhkw-section-heading p:last-child {
  max-width: 48rem;
  color: var(--bhkw-graphite);
}

.site-bhkw-dresden .bhkw-reference-image {
  height: clamp(10rem, 24vw, 18rem);
  margin-bottom: 1.2rem;
  border: 1px solid var(--bhkw-line);
  background: #fff;
}

.site-bhkw-dresden .bhkw-reference-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.site-bhkw-dresden .bhkw-reference-grid article {
  min-height: 10.5rem;
  padding: 1.1rem;
  border: 1px solid var(--bhkw-line);
  background: rgba(255, 255, 255, 0.88);
}

.site-bhkw-dresden .bhkw-reference-grid h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.site-bhkw-dresden .bhkw-reference-grid p {
  color: var(--bhkw-graphite);
  font-size: 0.95rem;
}

.site-bhkw-dresden .bhkw-reference-grid article::after {
  content: "→";
  display: block;
  margin-top: 0.65rem;
  color: var(--bhkw-red);
  font-size: 1.35rem;
}

.site-bhkw-dresden .bhkw-about {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding-top: clamp(3rem, 7vw, 5.5rem);
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
  background: #fff;
}

.site-bhkw-dresden .bhkw-about-copy > p:not(.bhkw-eyebrow) {
  max-width: 34rem;
  margin-top: 1rem;
  color: var(--bhkw-graphite);
}

.site-bhkw-dresden .bhkw-about figure {
  height: clamp(18rem, 35vw, 28rem);
}

.site-bhkw-dresden .bhkw-trust-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.site-bhkw-dresden .bhkw-trust-list div {
  border-top: 2px solid var(--bhkw-red);
  padding-top: 0.8rem;
}

.site-bhkw-dresden .bhkw-trust-list dt {
  font-weight: 900;
}

.site-bhkw-dresden .bhkw-trust-list dd {
  margin: 0.2rem 0 0;
  color: var(--bhkw-graphite);
  font-size: 0.9rem;
}

.site-bhkw-dresden .bhkw-contact {
  display: grid;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(24rem, 1.2fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: linear-gradient(90deg, var(--bhkw-red-dark), var(--bhkw-red));
  color: #fff;
}

.site-bhkw-dresden .bhkw-contact h2 {
  color: #fff;
}

.site-bhkw-dresden .bhkw-contact address {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  font-style: normal;
}

.site-bhkw-dresden .bhkw-contact address > * {
  min-height: 5.5rem;
  padding: 0.2rem 1.4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.38);
  color: #fff;
  text-decoration: none;
}

.site-bhkw-dresden .bhkw-contact span span,
.site-bhkw-dresden .bhkw-contact a span {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.8rem;
  font-weight: 900;
}

.site-bhkw-dresden .bhkw-footer {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: clamp(2rem, 5vw, 4rem);
  padding-top: 2.2rem;
  padding-bottom: 1.4rem;
  background: var(--bhkw-ink);
  color: #dfe3e6;
}

.site-bhkw-dresden .bhkw-footer img {
  width: 8.5rem;
  height: auto;
  margin-bottom: 1rem;
  background: #fff;
}

.site-bhkw-dresden .bhkw-footer nav,
.site-bhkw-dresden .bhkw-footer-brand {
  display: grid;
  align-content: start;
  gap: 0.42rem;
}

.site-bhkw-dresden .bhkw-footer strong {
  color: #fff;
  text-transform: uppercase;
}

.site-bhkw-dresden .bhkw-footer a {
  color: #dfe3e6;
  text-decoration: none;
}

.site-bhkw-dresden .bhkw-legal {
  align-self: end;
  color: var(--bhkw-steel);
  font-size: 0.82rem;
}

@media (max-width: 900px) {
  .site-bhkw-dresden::before {
    content: "Servicenummer: +49 (351) 8 90 16 97";
  }

  .site-bhkw-dresden .site-header {
    min-height: auto;
    align-items: flex-start;
  }

  .site-bhkw-dresden .site-header nav {
    gap: 0.75rem 1rem;
    justify-content: flex-start;
  }

  .site-bhkw-dresden .bhkw-hero,
  .site-bhkw-dresden .bhkw-split,
  .site-bhkw-dresden .bhkw-section-heading,
  .site-bhkw-dresden .bhkw-about,
  .site-bhkw-dresden .bhkw-contact {
    grid-template-columns: 1fr;
  }

  .site-bhkw-dresden .bhkw-hero {
    min-height: auto;
  }

  .site-bhkw-dresden .bhkw-hero-copy {
    min-width: 0;
    width: 100%;
    max-width: calc(100vw - 2.5rem);
    padding-right: 0;
  }

  .site-bhkw-dresden .bhkw-hero-media {
    min-height: 18rem;
    border-left: 0;
    margin-left: calc(clamp(1.25rem, 6vw, 5.4rem) * -1);
    margin-right: calc(clamp(1.25rem, 6vw, 5.4rem) * -1);
  }

  .site-bhkw-dresden .bhkw-services,
  .site-bhkw-dresden .bhkw-reference-grid,
  .site-bhkw-dresden .bhkw-contact address,
  .site-bhkw-dresden .bhkw-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-bhkw-dresden .bhkw-services article:nth-child(2) {
    border-right: 0;
  }

  .site-bhkw-dresden .bhkw-services article {
    border-bottom: 1px solid var(--bhkw-line);
  }

  .site-bhkw-dresden .bhkw-contact address > *:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .site-bhkw-dresden .site-header {
    display: grid;
  }

  .site-bhkw-dresden .site-title {
    width: 8.5rem;
  }

  .site-bhkw-dresden .site-header nav {
    font-size: 0.76rem;
  }

  .site-bhkw-dresden .site-header nav a:last-child {
    padding: 0.45rem 0.65rem;
  }

  .site-bhkw-dresden .bhkw-hero h2 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.9rem, 9.2vw, 2.25rem);
    line-height: 1.02;
  }

  .site-bhkw-dresden .bhkw-hero-copy > p:not(.bhkw-eyebrow) {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .site-bhkw-dresden .bhkw-services,
  .site-bhkw-dresden .bhkw-reference-grid,
  .site-bhkw-dresden .bhkw-trust-list,
  .site-bhkw-dresden .bhkw-contact address,
  .site-bhkw-dresden .bhkw-footer {
    grid-template-columns: 1fr;
  }

  .site-bhkw-dresden .bhkw-services article {
    min-height: auto;
    padding: 1.25rem 0;
    border-right: 0;
  }

  .site-bhkw-dresden .bhkw-copy-panel {
    padding: 1.5rem;
  }

  .site-bhkw-dresden .bhkw-contact address > * {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.38);
    padding: 1rem 0;
  }
}
