.impressum-page {
  position: relative;
  width: 100%;
  min-height: 4100px;
  background: var(--color-white);
  overflow: hidden;
}

.impressum-page::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 900px;
  transform: translateX(-50%);
  background: var(--color-brown);
  z-index: 0;
}

.impressum-title {
  position: absolute;
  left: max(64px, calc(50% - var(--content-half) + 96px));
  top: 414px;
  z-index: 1;
  font-family: "Clash Display", Arial, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 120px;
  color: #fe210a;
}

.impressum-company {
  position: absolute;
  left: max(64px, calc(50% - var(--content-half) + 96px));
  top: 579px;
  z-index: 1;
  width: min(552px, calc(100vw - 888px));
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.impressum-company h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #fff;
}

.impressum-company p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  color: #fff;
}

.impressum-company strong {
  font-weight: 600;
}

.impressum-content {
  position: absolute;
  left: max(64px, calc(50% - var(--content-half) + 192px));
  top: 1020px;
  width: min(982px, calc(100vw - 458px));
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.impressum-content article {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.impressum-content h3 {
  font-family: "Clash Display", Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 105%;
  color: #fe210a;
}

.impressum-content p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  color: #2d2d2d;
}

.impressum-content a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.content-narrow {
  width: min(561px, calc(100vw - 879px));
}

.content-wide {
  width: min(937px, calc(100vw - 503px));
}

.impressum-page .legal-before-footer-bg {
  top: 2900px;
}

.impressum-page .footer {
  top: 3476px;
}
