:root {
  --black: #1d3437;
  --violett: #8a5da4;
  --orange: #ec6608;
  --white: white;
  --grey: #717171;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Linotype Helveticaneueltstd Lt, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Linotype Helveticaneueltstd Roman, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

h2 {
  margin-top: 35px;
  margin-bottom: 30px;
  font-family: Linotype Helveticaneueltstd Roman, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Linotype Helveticaneueltstd Md, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--violett);
  font-family: Linotype Helveticaneueltstd Md, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--orange);
}

strong {
  font-family: Linotype Helveticaneueltstd Md, sans-serif;
  font-weight: 500;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.page-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 100vw;
  min-height: 100vh;
  display: flex;
}

.page-content-wrapper {
  flex: 1;
  position: relative;
}

.header {
  align-items: center;
  height: 130px;
  display: flex;
}

.header.menu {
  display: none;
}

.container-xl {
  flex: 1;
  max-width: 950px;
  position: relative;
}

.container-xl.header-style {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-wrapper {
  flex: 1;
  max-width: 250px;
  transition: opacity .2s, color .2s;
  display: block;
}

.logo-wrapper:hover {
  opacity: .6;
}

.header-border-top {
  z-index: -10;
  background-image: linear-gradient(90deg, var(--violett), var(--orange));
  height: 16px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.nav-link-wrapper {
  color: var(--black);
  margin-top: 20px;
  margin-left: 35px;
  font-family: Linotype Helveticaneueltstd Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s;
}

.nav-link-wrapper:hover {
  color: var(--orange);
}

.nav-link-wrapper.w--current {
  border-bottom: 2px solid var(--orange);
}

.stage {
  padding-top: 85px;
}

.container-lg {
  max-width: 900px;
  position: relative;
}

.container-lg.over-size {
  border-bottom: 2px solid #000;
  max-width: 1300px;
}

.container-lg.padding-inset {
  padding-left: 25px;
  padding-right: 25px;
}

.container-lg.padding-inset.line-bottom {
  border-bottom: 2px solid var(--black);
}

.container-lg.padding-inset.line-top {
  border-top: 2px solid var(--black);
}

.container-lg.stage-img {
  aspect-ratio: 41 / 16;
  overflow: hidden;
}

.h1-wrapper {
  width: 75%;
  margin-bottom: 80px;
}

.decor {
  border: 6px solid var(--orange);
  border-radius: 100%;
  width: 26px;
  height: 26px;
  margin-bottom: 40px;
  margin-left: -20px;
}

.medium {
  font-family: Linotype Helveticaneueltstd Md, sans-serif;
  font-weight: 500;
}

.heading {
  line-height: 48px;
}

.teaser-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.teaser-grid.projects {
  grid-template-columns: 1fr 1fr;
}

.teaser-grid.switch {
  grid-template-columns: 1fr 2fr;
}

.img-wrapper {
  padding-left: 45px;
  padding-right: 45px;
}

.img-teaser {
  aspect-ratio: 70 / 53;
}

.img-teaser.linked {
  aspect-ratio: auto;
  transition: opacity .2s;
}

.img-teaser.linked:hover {
  opacity: .7;
}

.teaser-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.teaser-text {
  font-size: 20px;
  line-height: 30px;
}

.teaser-link {
  color: var(--black);
  align-items: center;
  margin-top: 30px;
  font-family: Linotype Helveticaneueltstd Md, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.teaser-link:hover {
  color: var(--violett);
}

.link-icon {
  width: 17px;
  height: 17px;
  margin-left: 15px;
  line-height: 0;
}

.link-icon.violet, .color {
  color: var(--violett);
}

.btn-wrapper {
  border: 1px solid var(--grey);
  color: var(--black);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Linotype Helveticaneueltstd Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
}

.btn-wrapper:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.btn-wrapper.cookie {
  margin-top: 20px;
}

.teaser-grid-alternating {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: 100px auto 100px 100px auto 100px 100px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.teaser-card-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.footer-section {
  background-image: linear-gradient(90deg, var(--violett), var(--orange));
  padding-top: 35px;
  padding-bottom: 45px;
}

.footer-grid {
  color: var(--white);
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.adress-text {
  font-size: 18px;
  line-height: 28px;
}

.adress-text.logo {
  margin-left: 50px;
}

.imprint-text {
  color: var(--white);
  margin-top: 70px;
  font-size: 14px;
  line-height: 20px;
}

.imprint-text.last {
  margin-left: 25px;
}

.imprint-text.archive {
  margin-left: auto;
}

.imprint-wrapper {
  display: flex;
}

.imprint-wrapper.menu {
  display: none;
}

.content-section {
  padding-top: 70px;
  padding-bottom: 90px;
}

.container-sm {
  max-width: 720px;
  position: relative;
}

.lead {
  margin-bottom: 20px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Linotype Helveticaneueltstd Md, sans-serif;
  font-weight: 500;
}

.richtext-element {
  padding-left: 45px;
  padding-right: 45px;
}

.richtext-element.dorpdown {
  padding-left: 0;
  padding-right: 90px;
}

.slider-wrapper {
  background-color: #ddd0;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 55px;
}

.mobile-menu-btn {
  display: none;
}

.container-md {
  position: relative;
}

.dropdown-wrapper {
  border-top: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
  max-width: 75%;
  margin-top: 50px;
  margin-bottom: 65px;
}

.dropdown-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 35px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.dropdown-content {
  height: auto;
  overflow: hidden;
}

.dropdown-title {
  font-size: 34px;
  line-height: 42px;
}

.dropdown-open {
  color: var(--orange);
  justify-content: flex-end;
  align-items: center;
  line-height: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.burger-icon {
  line-height: 0;
}

.footer-link {
  color: var(--white);
  font-family: Linotype Helveticaneueltstd Lt, sans-serif;
}

.footer-link:hover {
  color: var(--black);
}

.quote-wrapper {
  margin-top: 45px;
  margin-bottom: 70px;
  padding: 40px 45px 0;
  position: relative;
}

.quote-text {
  font-size: 36px;
  line-height: 50px;
}

.quote-symbol {
  color: var(--violett);
  font-family: Linotype Helveticaneueltstd Md, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 48px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.quote-symbol.end {
  margin-bottom: 54px;
  inset: auto 0% 0% auto;
}

.slider-nav {
  display: none;
}

.social-content {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.social-content.menu {
  display: none;
}

.close-icon {
  line-height: 0;
}

.stage-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.stage-img-wrapper {
  aspect-ratio: 5 / 4;
  overflow: hidden;
}

.stage-content-wrapper {
  border-bottom: 2px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
  display: flex;
}

.stage-content-wrapper.variant {
  padding-bottom: 60px;
}

.h1-home {
  font-size: 80px;
  line-height: 80px;
}

.stage-text {
  font-family: Linotype Helveticaneueltstd Md, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.stage-text.xl {
  font-size: 36px;
  line-height: 44px;
}

.partition {
  max-width: 75%;
}

.spacer-section {
  height: 75px;
}

.social-link {
  color: var(--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Linotype Helveticaneueltstd Lt, sans-serif;
  display: flex;
}

.social-link:hover {
  color: var(--black);
}

.mobile-menu-btn-close {
  display: none;
}

.bg-wrapper {
  z-index: -10;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.texture {
  z-index: -10;
  background-image: url('../images/bg-texture-new.png');
  background-position: 50%;
  background-size: 1512px;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.white-cover {
  z-index: 0;
  background-image: linear-gradient(90deg, #fff0, var(--white) 30%);
  position: absolute;
  inset: 0% 0% 0% 25%;
}

.dropdown-close {
  color: var(--orange);
  justify-content: flex-end;
  align-items: center;
  line-height: 0;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-text {
  margin-top: 5px;
}

.dlh-logo {
  width: 100px;
  transition: opacity .2s, color .2s;
  position: absolute;
  inset: -15% 25px auto auto;
}

.dlh-logo:hover {
  opacity: .75;
}

.anchor-arrow {
  color: var(--black);
  width: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: auto 25px 10% auto;
}

.zahlen-img {
  margin-top: 35px;
  margin-bottom: 45px;
}

.img-slider {
  aspect-ratio: 125 / 81;
}

.img-slider.quad {
  aspect-ratio: 1;
}

.slide, .mask {
  height: auto;
}

.mask.quad {
  aspect-ratio: 1;
}

.nav-arrow {
  z-index: 10;
  color: var(--grey);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 50px;
  transition: color .2s;
  display: flex;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.nav-arrow:hover {
  color: var(--violett);
}

.nav-arrow.back {
  right: 125px;
}

.nav-arrow.next {
  right: 25px;
}

.slider-subtext-wrapper {
  margin-top: 15px;
  padding-right: 200px;
}

.arrow-icon {
  width: 65px;
  line-height: 0;
}

.cookie-section {
  z-index: 1000;
  background-color: #faeee6;
  max-width: 340px;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
  position: fixed;
  bottom: 25px;
  left: auto;
  right: 25px;
}

.cookie-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cookie-icon-wrapper {
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.cookie-icon {
  line-height: 0;
}

.cookie-text {
  font-size: 16px;
  line-height: 26px;
}

.btn-2 {
  color: #402024;
  text-align: center;
  background-color: #fff;
  border: 2px solid #402024;
  align-items: center;
  height: 50px;
  margin-right: 30px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
}

.btn-2:hover {
  color: #fff;
  background-color: #88444d;
  border-color: #88444d;
}

.btn-2.cookie {
  text-align: center;
  background-color: #fff0;
  justify-content: center;
  height: 45px;
  margin-top: 35px;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
}

.btn-2.cookie:hover {
  background-color: #88444d;
}

.img-content.mobile {
  display: none;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 22px;
    line-height: 34px;
  }

  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  h2 {
    margin-top: 40px;
    font-size: 42px;
    line-height: 52px;
  }

  h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .header {
    height: 150px;
  }

  .container-xl {
    max-width: 1200px;
  }

  .logo-wrapper {
    max-width: 320px;
  }

  .header-border-top {
    height: 20px;
  }

  .nav-link-wrapper {
    margin-top: 26px;
    margin-left: 41px;
    font-size: 18px;
    line-height: 26px;
  }

  .container-lg {
    max-width: 1130px;
  }

  .h1-wrapper {
    margin-bottom: 110px;
  }

  .decor {
    border-width: 7px;
    width: 33px;
    height: 33px;
  }

  .img-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .teaser-text {
    font-size: 22px;
    line-height: 34px;
  }

  .link-icon {
    width: 17px;
    height: 17px;
  }

  .teaser-card-content {
    margin-top: 15px;
  }

  .adress-text.logo {
    margin-left: 60px;
  }

  .content-section {
    padding-top: 70px;
  }

  .container-sm {
    max-width: 900px;
  }

  .lead, .richtext-element {
    padding-left: 60px;
    padding-right: 60px;
  }

  .dropdown-trigger {
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .dropdown-title {
    font-size: 40px;
    line-height: 50px;
  }

  .quote-wrapper {
    margin-top: 50px;
    margin-bottom: 75px;
    padding-top: 45px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .quote-text {
    font-size: 46px;
    line-height: 62px;
  }

  .quote-symbol {
    font-size: 100px;
    line-height: 56px;
  }

  .quote-symbol.end {
    margin-bottom: 58px;
  }

  .stage-content-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .h1-home {
    font-size: 100px;
    line-height: 100px;
  }

  .stage-text {
    font-size: 36px;
    line-height: 48px;
  }

  .stage-text.xl {
    font-size: 42px;
    line-height: 52px;
  }

  .texture {
    background-size: 1896px;
  }

  .dlh-logo {
    width: 120px;
  }

  .anchor-arrow {
    width: 38px;
  }

  .zahlen-img {
    margin-top: 45px;
    margin-bottom: 55px;
  }

  .nav-arrow.back {
    right: 145px;
  }

  .arrow-icon {
    width: 85px;
  }

  .btn-2 {
    height: 60px;
    font-size: 17px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 30px;
    line-height: 44px;
  }

  h1 {
    font-size: 34px;
    line-height: 44px;
  }

  h2 {
    font-size: 42px;
    line-height: 52px;
  }

  h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .header {
    height: 180px;
  }

  .container-xl {
    max-width: 1350px;
  }

  .logo-wrapper {
    max-width: 380px;
  }

  .header-border-top {
    height: 30px;
  }

  .nav-link-wrapper {
    margin-top: 30px;
    margin-left: 50px;
    font-size: 20px;
    line-height: 30px;
  }

  .container-lg {
    max-width: 1250px;
  }

  .h1-wrapper {
    margin-bottom: 120px;
  }

  .decor {
    border-width: 8px;
    width: 37px;
    height: 37px;
  }

  .img-wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }

  .teaser-text {
    font-size: 28px;
    line-height: 38px;
  }

  .teaser-link {
    margin-top: 35px;
    font-size: 26px;
    line-height: 36px;
  }

  .link-icon {
    width: 21px;
    height: 21px;
  }

  .btn-wrapper {
    height: 65px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 24px;
    line-height: 30px;
  }

  .btn-wrapper.cookie {
    margin-top: 30px;
    font-size: 20px;
  }

  .teaser-grid-alternating {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .teaser-card-content {
    margin-top: 30px;
  }

  .footer-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .adress-text {
    font-size: 24px;
    line-height: 38px;
  }

  .adress-text.logo {
    margin-left: 75px;
  }

  .imprint-text {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-2 {
    font-size: 120px;
    line-height: 120px;
  }

  .container-sm {
    max-width: 1000px;
  }

  .lead {
    margin-bottom: 40px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .richtext-element {
    padding-left: 70px;
    padding-right: 70px;
  }

  .richtext-element p {
    margin-bottom: 30px;
  }

  .dropdown-wrapper {
    max-width: 75%;
    margin-top: 40px;
    margin-bottom: 65px;
  }

  .dropdown-trigger {
    justify-content: space-between;
    padding-top: 55px;
    padding-bottom: 45px;
    display: flex;
  }

  .dropdown-title {
    font-size: 54px;
    line-height: 64px;
  }

  .dropdown-open {
    line-height: 0;
  }

  .quote-wrapper {
    margin-top: 60px;
    margin-bottom: 85px;
    padding-top: 60px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .quote-text {
    font-size: 62px;
    line-height: 72px;
  }

  .quote-symbol {
    font-size: 130px;
    line-height: 60px;
  }

  .quote-symbol.end {
    margin-bottom: 68px;
  }

  .stage-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .stage-content-wrapper {
    padding: 25px 50px;
  }

  .stage-content-wrapper.variant {
    padding-bottom: 70px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .h1-home {
    font-size: 120px;
    line-height: 120px;
  }

  .stage-text {
    font-size: 40px;
    line-height: 52px;
  }

  .stage-text.xl {
    font-size: 48px;
    line-height: 58px;
  }

  .heading-4 {
    font-size: 36px;
    line-height: 44px;
  }

  .spacer-section {
    height: 100px;
  }

  .texture {
    background-size: 1900px;
  }

  .dropdown-close {
    line-height: 0;
  }

  .dlh-logo {
    width: 140px;
    top: -12%;
  }

  .anchor-arrow {
    width: 40px;
  }

  .cookie-section {
    max-width: 420px;
  }

  .cookie-text {
    font-size: 18px;
    line-height: 26px;
  }

  .btn-2 {
    padding-left: 55px;
    padding-right: 55px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  h2 {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  h3 {
    margin-top: 20px;
  }

  .header {
    height: 110px;
  }

  .header.menu {
    display: none;
  }

  .container-xl {
    max-width: 720px;
  }

  .logo-wrapper {
    max-width: 220px;
  }

  .header-border-top {
    height: 12px;
  }

  .nav-link-wrapper {
    margin-top: 16px;
    margin-left: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .stage {
    padding-top: 45px;
  }

  .container-lg {
    max-width: 720px;
  }

  .container-lg.padding-inset.dropdown {
    padding-left: 25px;
    padding-right: 25px;
  }

  .h1-wrapper {
    width: 85%;
    margin-bottom: 60px;
  }

  .decor {
    border-width: 5px;
    width: 22px;
    height: 22px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .teaser-grid.projects {
    grid-template-columns: 1fr;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    grid-template-columns: 2.25fr 1fr 1fr 1fr;
    margin-left: 25px;
    margin-right: 25px;
  }

  .adress-text {
    font-size: 16px;
    line-height: 26px;
  }

  .adress-text.logo {
    margin-left: 45px;
  }

  .imprint-text {
    font-size: 12px;
  }

  .container-sm {
    max-width: 680px;
  }

  .richtext-element.dorpdown {
    padding-right: 50px;
  }

  .dropdown-wrapper {
    max-width: 100%;
  }

  .dropdown-title {
    font-size: 28px;
    line-height: 32px;
  }

  .quote-symbol.end {
    margin-bottom: 52px;
  }

  .stage-content-wrapper.variant {
    padding-bottom: 50px;
  }

  .stage-text {
    font-size: 24px;
    line-height: 32px;
  }

  .stage-text.xl {
    font-size: 38px;
    line-height: 46px;
  }

  .partition {
    max-width: 100%;
  }

  .spacer-section {
    height: 75px;
  }

  .texture {
    background-size: 1332px;
  }

  .white-cover {
    left: 15%;
  }

  .dlh-logo {
    width: 90px;
    top: -12%;
  }

  .anchor-arrow {
    width: 32px;
  }

  .zahlen-img {
    margin-top: 25px;
    margin-bottom: 35px;
  }

  .heading-5 {
    margin-top: 20px;
  }

  .cookie-section {
    max-width: 334px;
  }

  .btn-2 {
    height: 50px;
    padding-left: 55px;
    padding-right: 55px;
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }

  h1 {
    margin-bottom: 20px;
  }

  h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .header {
    width: 100%;
    height: 70px;
    position: relative;
  }

  .header.menu {
    justify-content: flex-start;
    align-items: center;
    min-height: 70px;
    display: flex;
  }

  .container-xl {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-xl.header-style {
    z-index: 10;
    justify-content: space-between;
    align-items: center;
  }

  .logo-wrapper {
    z-index: 100;
    max-width: 200px;
    margin-top: 10px;
    margin-right: auto;
    transition: opacity .2s, color .2s;
  }

  .header-border-top {
    z-index: 0;
    height: 10px;
  }

  .nav-wrapper {
    z-index: 100;
    background-image: linear-gradient(180deg, var(--violett), var(--orange));
    height: 0;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    inset: -10px 0% 0%;
    overflow: hidden;
  }

  .nav-link-wrapper {
    color: var(--white);
    margin-top: 14px;
    margin-left: 0;
    font-size: 20px;
  }

  .nav-link-wrapper.w--current {
    border-bottom-color: var(--white);
  }

  .stage {
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .stage.variant {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-lg {
    width: 100%;
    max-width: 660px;
  }

  .container-lg.padding-inset.line-bottom, .container-lg.padding-inset.dropdown {
    padding-left: 0;
    padding-right: 0;
  }

  .container-lg.menu {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .container-lg.graphic {
    padding-left: 25px;
    padding-right: 25px;
  }

  .h1-wrapper {
    width: auto;
    max-width: 530px;
    margin-bottom: 55px;
  }

  .decor {
    border-width: 4px;
    width: 20px;
    height: 20px;
    margin-bottom: 25px;
  }

  .teaser-grid {
    grid-template-columns: 1.5fr;
  }

  .teaser-grid.projects {
    padding-left: 0;
    padding-right: 0;
  }

  .img-wrapper, .teaser-text-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .teaser-text {
    font-size: 18px;
    line-height: 28px;
  }

  .teaser-link {
    font-size: 16px;
    line-height: 26px;
  }

  .link-icon {
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }

  .btn-wrapper {
    height: 45px;
    font-size: 14px;
  }

  .teaser-grid-alternating {
    grid-column-gap: 0px;
    grid-row-gap: 55px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .teaser-card-content {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-section {
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .footer-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .adress-text.logo {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .imprint-text {
    margin-top: 0;
  }

  .imprint-wrapper {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .imprint-wrapper.menu {
    display: flex;
  }

  .content-section {
    padding-left: 0;
    padding-right: 0;
  }

  .container-sm {
    max-width: 660px;
  }

  .lead, .richtext-element {
    padding-left: 25px;
    padding-right: 25px;
  }

  .richtext-element.dorpdown {
    padding-right: 0;
  }

  .slider-wrapper {
    padding-bottom: 45px;
  }

  .mobile-menu-btn {
    margin-top: 12px;
    margin-right: -10px;
    padding: 10px;
    transition: color .2s;
    display: block;
  }

  .mobile-menu-btn:hover {
    color: var(--orange);
  }

  .dropdown-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .dropdown-trigger {
    padding-top: 30px;
    padding-bottom: 25px;
    padding-right: 0;
  }

  .dropdown-title {
    font-size: 24px;
    line-height: 30px;
  }

  .burger-icon {
    line-height: 0;
  }

  .footer-link.menu {
    color: var(--white);
  }

  .footer-link.menu:hover {
    color: var(--orange);
  }

  .quote-wrapper {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-left: 25px;
    padding-right: 70px;
  }

  .quote-text {
    font-size: 28px;
    line-height: 38px;
  }

  .quote-symbol {
    font-size: 60px;
    line-height: 38px;
    left: 25px;
  }

  .quote-symbol.end {
    margin-bottom: 48px;
    right: 25px;
  }

  .nav-link-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 25px;
    display: flex;
  }

  .social-content {
    margin-top: 30px;
  }

  .social-content.menu {
    margin-top: 35px;
    display: block;
  }

  .close-icon {
    width: 21px;
    height: 21px;
  }

  .stage-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .stage-content-wrapper {
    margin-top: 0;
    margin-left: 25px;
    margin-right: 25px;
    padding: 35px 0;
  }

  .stage-content-wrapper.variant {
    padding-bottom: 35px;
  }

  .h1-home {
    font-size: 50px;
    line-height: 54px;
  }

  .stage-text.xl {
    font-size: 24px;
    line-height: 34px;
  }

  .spacer-section {
    height: 50px;
  }

  .social-link.menu {
    color: var(--white);
  }

  .social-link.menu:hover {
    color: var(--orange);
  }

  .mobile-menu-btn-close {
    z-index: 101;
    color: var(--white);
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    margin-right: -10px;
    padding: 10px;
    transition: color .2s;
    display: flex;
    position: relative;
  }

  .mobile-menu-btn-close:hover {
    color: var(--orange);
  }

  .bg-wrapper {
    display: none;
  }

  .dlh-logo {
    width: 75px;
    top: -8%;
    right: 0;
  }

  .anchor-arrow {
    display: none;
  }

  .zahlen-img {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .nav-arrow {
    height: 35px;
    right: 25px;
  }

  .nav-arrow.back {
    right: 100px;
  }

  .arrow-icon {
    width: 55px;
  }

  .cookie-text {
    font-size: 14px;
    line-height: 24px;
  }

  .btn-2 {
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 15px;
  }

  .img-content {
    display: none;
  }

  .img-content.mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 20px;
  }

  .decor {
    width: 18px;
    height: 18px;
    margin-bottom: 20px;
  }

  .heading-3 {
    font-size: 38px;
    line-height: 42px;
  }

  .dropdown-title {
    margin-right: 50px;
  }

  .quote-text {
    font-size: 24px;
    line-height: 34px;
  }

  .quote-symbol {
    font-size: 54px;
    line-height: 34px;
  }

  .quote-symbol.end {
    margin-bottom: 76px;
  }

  .h1-home {
    font-size: 38px;
    line-height: 42px;
  }

  .dlh-logo {
    width: 60px;
  }

  .cookie-section {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .btn-2 {
    flex: 1;
    justify-content: center;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }
}

#w-node-a8617b63-cfb0-2ce9-5dc2-d47647ab1d9b-819e429a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_17c86d98-4af7-1f3f-8b88-4fa6cac2c074-819e429a {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-ce28bb26-41ed-a9ca-c705-9e688d685cc5-819e429a {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-c7738c11-4def-c7f6-1d46-c934a59dbc7f-819e429a {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-f0690425-d094-bebf-f197-25388a2f35f5-819e429a {
  grid-area: 5 / 2 / 7 / 3;
}

#w-node-_75c9c003-4b59-2a65-0886-ee317a00d2d6-819e429a {
  grid-area: 7 / 1 / 9 / 2;
}

#w-node-_2a50c520-2fcc-811f-50fb-f624d80cd806-819e429a {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_9e2480d1-9134-66e6-4244-7c311ea5bfe8-1ea5bfe3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9e2480d1-9134-66e6-4244-7c311ea5bfee-1ea5bfe3 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_9e2480d1-9134-66e6-4244-7c311ea5bff7-1ea5bfe3 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_2f1200d7-27bd-0e37-0c7c-6a38b32e1c20-1ea5bfe3 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_9e2480d1-9134-66e6-4244-7c311ea5c000-1ea5bfe3 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9e2480d1-9134-66e6-4244-7c311ea5c002-1ea5bfe3 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_4fecf1dc-91c0-0686-9748-70ae8b96e049-615e7b76, #w-node-_4ec3d83c-70f3-9cc4-59f9-0eb8f6ffedbd-615e7b76, #w-node-_60591251-dab3-4b0d-effb-5c5f963bb18e-3e7617e7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_17c86d98-4af7-1f3f-8b88-4fa6cac2c074-656c4abd {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-ce28bb26-41ed-a9ca-c705-9e688d685cc5-656c4abd {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-c7738c11-4def-c7f6-1d46-c934a59dbc7f-656c4abd {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-f0690425-d094-bebf-f197-25388a2f35f5-656c4abd {
  grid-area: 5 / 2 / 7 / 3;
}

#w-node-_75c9c003-4b59-2a65-0886-ee317a00d2d6-656c4abd {
  grid-area: 7 / 1 / 9 / 2;
}

#w-node-_2a50c520-2fcc-811f-50fb-f624d80cd806-656c4abd {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_2458c2d0-2a2f-5738-fac5-3a9930c0bf1a-30c0bf15 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2458c2d0-2a2f-5738-fac5-3a9930c0bf20-30c0bf15 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2458c2d0-2a2f-5738-fac5-3a9930c0bf29-30c0bf15 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_2458c2d0-2a2f-5738-fac5-3a9930c0bf32-30c0bf15 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_2458c2d0-2a2f-5738-fac5-3a9930c0bf3f-30c0bf15 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2458c2d0-2a2f-5738-fac5-3a9930c0bf41-30c0bf15 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_0032d50e-8bf0-abd6-b4f9-bdf911280a55-30c0bf15 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_4fecf1dc-91c0-0686-9748-70ae8b96e049-dcb8e200, #w-node-_4ec3d83c-70f3-9cc4-59f9-0eb8f6ffedbd-dcb8e200, #w-node-_79124c4a-04d7-e47b-2799-1e058c686a14-0c291105, #w-node-_4fecf1dc-91c0-0686-9748-70ae8b96e049-6f9b1573 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-a8617b63-cfb0-2ce9-5dc2-d47647ab1d9b-819e429a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9e2480d1-9134-66e6-4244-7c311ea5bfee-1ea5bfe3 {
    grid-column: 2 / 3;
  }

  #w-node-_9e2480d1-9134-66e6-4244-7c311ea5bff7-1ea5bfe3 {
    grid-column: 3 / 4;
  }

  #w-node-_2f1200d7-27bd-0e37-0c7c-6a38b32e1c20-1ea5bfe3 {
    grid-column: 4 / 5;
  }

  #w-node-_9e2480d1-9134-66e6-4244-7c311ea5c002-1ea5bfe3 {
    grid-column: 2 / 3;
  }

  #w-node-_4fecf1dc-91c0-0686-9748-70ae8b96e049-615e7b76, #w-node-_4ec3d83c-70f3-9cc4-59f9-0eb8f6ffedbd-615e7b76 {
    grid-row: 2 / 3;
  }

  #w-node-_60591251-dab3-4b0d-effb-5c5f963bb18e-3e7617e7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2458c2d0-2a2f-5738-fac5-3a9930c0bf20-30c0bf15 {
    grid-column: 2 / 3;
  }

  #w-node-_2458c2d0-2a2f-5738-fac5-3a9930c0bf29-30c0bf15 {
    grid-column: 3 / 4;
  }

  #w-node-_2458c2d0-2a2f-5738-fac5-3a9930c0bf32-30c0bf15 {
    grid-column: 4 / 5;
  }

  #w-node-_2458c2d0-2a2f-5738-fac5-3a9930c0bf41-30c0bf15, #w-node-_0032d50e-8bf0-abd6-b4f9-bdf911280a55-30c0bf15 {
    grid-column: 2 / 3;
  }

  #w-node-_4fecf1dc-91c0-0686-9748-70ae8b96e049-dcb8e200, #w-node-_4ec3d83c-70f3-9cc4-59f9-0eb8f6ffedbd-dcb8e200 {
    grid-row: 2 / 3;
  }

  #w-node-_79124c4a-04d7-e47b-2799-1e058c686a14-0c291105 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4fecf1dc-91c0-0686-9748-70ae8b96e049-6f9b1573 {
    grid-row: 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_17c86d98-4af7-1f3f-8b88-4fa6cac2c074-819e429a {
    grid-row-end: 2;
  }

  #w-node-ce28bb26-41ed-a9ca-c705-9e688d685cc5-819e429a {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-c7738c11-4def-c7f6-1d46-c934a59dbc7f-819e429a {
    grid-row: 3 / 4;
  }

  #w-node-f0690425-d094-bebf-f197-25388a2f35f5-819e429a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_75c9c003-4b59-2a65-0886-ee317a00d2d6-819e429a {
    grid-row: 5 / 6;
  }

  #w-node-_2a50c520-2fcc-811f-50fb-f624d80cd806-819e429a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_9e2480d1-9134-66e6-4244-7c311ea5bfee-1ea5bfe3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9e2480d1-9134-66e6-4244-7c311ea5bff7-1ea5bfe3 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2f1200d7-27bd-0e37-0c7c-6a38b32e1c20-1ea5bfe3 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_9e2480d1-9134-66e6-4244-7c311ea5c000-1ea5bfe3 {
    grid-row: 7 / 8;
  }

  #w-node-_9e2480d1-9134-66e6-4244-7c311ea5c002-1ea5bfe3 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_17c86d98-4af7-1f3f-8b88-4fa6cac2c074-656c4abd {
    grid-row-end: 2;
  }

  #w-node-ce28bb26-41ed-a9ca-c705-9e688d685cc5-656c4abd {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-c7738c11-4def-c7f6-1d46-c934a59dbc7f-656c4abd {
    grid-row: 3 / 4;
  }

  #w-node-f0690425-d094-bebf-f197-25388a2f35f5-656c4abd {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_75c9c003-4b59-2a65-0886-ee317a00d2d6-656c4abd {
    grid-row: 5 / 6;
  }

  #w-node-_2a50c520-2fcc-811f-50fb-f624d80cd806-656c4abd {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_2458c2d0-2a2f-5738-fac5-3a9930c0bf20-30c0bf15 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2458c2d0-2a2f-5738-fac5-3a9930c0bf29-30c0bf15 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2458c2d0-2a2f-5738-fac5-3a9930c0bf32-30c0bf15 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_2458c2d0-2a2f-5738-fac5-3a9930c0bf3f-30c0bf15 {
    grid-row: 7 / 8;
  }

  #w-node-_2458c2d0-2a2f-5738-fac5-3a9930c0bf41-30c0bf15 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0032d50e-8bf0-abd6-b4f9-bdf911280a55-30c0bf15 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Linotype Helveticaneueltstd Md';
  src: url('../fonts/Linotype---HelveticaNeueLTStd-Md.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Linotype Helveticaneueltstd Bd';
  src: url('../fonts/Linotype---HelveticaNeueLTStd-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Linotype Helveticaneueltstd Lt';
  src: url('../fonts/Linotype---HelveticaNeueLTStd-Lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Linotype Helveticaneueltstd It';
  src: url('../fonts/Linotype---HelveticaNeueLTStd-It.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Linotype Helveticaneueltstd Roman';
  src: url('../fonts/Linotype---HelveticaNeueLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Linotype Helveticaneueltstd Bdit';
  src: url('../fonts/Linotype---HelveticaNeueLTStd-BdIt.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Linotype Helveticaneueltstd Mdit';
  src: url('../fonts/Linotype---HelveticaNeueLTStd-MdIt.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Linotype Helveticaneueltstd Ltit';
  src: url('../fonts/Linotype---HelveticaNeueLTStd-LtIt.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}