.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;
}

body {
  color: #424644;
  font-family: DIN Regular, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  color: #212322;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "DIN Demi 1", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #212322;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "DIN Demi 1", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "DIN Demi 1", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #545a57;
  text-align: left;
  margin-bottom: 10px;
  font-family: DIN Regular, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

a {
  color: #313432;
  text-decoration: underline;
}

a:hover {
  color: #212322;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #545a57;
  background-image: url('../images/icon-solid.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 20px;
}

.body {
  background-color: #f5f6f6;
}

.menu {
  z-index: 999;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar {
  max-height: 104px;
  background-color: rgba(255, 255, 255, .95);
  padding-top: 24px;
  padding-bottom: 24px;
}

.nav-menu {
  color: #727976;
  text-transform: uppercase;
  font-family: DIN Regular, sans-serif;
  font-size: 20px;
  line-height: 24px;
  top: 1px;
}

.menu-item {
  color: #727976;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
}

.menu-item:hover, .menu-item:active {
  color: #424644;
}

.menu-item:focus {
  color: #545a57;
}

.menu-item.w--current {
  color: #212322;
  font-family: "DIN Demi 1", sans-serif;
  text-decoration: none;
}

.menu-item.menu-item-first {
  padding-left: 0;
}

.menu-item.menu-item-last {
  padding-right: 0;
}

.hero {
  min-height: 700px;
  background-color: #424644;
  background-image: url('../images/hero-A.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.container {
  max-height: 104px;
  max-width: 95%;
}

.leistungen {
  padding-top: 120px;
}

.headline-wrapper {
  min-height: 160px;
  opacity: 1;
  background-image: url('../images/icon-light-300.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.headline-1-center {
  text-align: center;
  letter-spacing: -2px;
}

.p-center {
  max-width: 856px;
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.p-center.visualisierungs-text {
  margin-top: 72px;
}

.p-center.planung-text {
  margin-top: 32px;
}

.loesungen, .design, .referenzen, .buero {
  padding-top: 120px;
}

.kontakt {
  padding-top: 180px;
}

.footer {
  background-color: #212322;
  margin-top: 160px;
}

.wrapper {
  max-width: 1200px;
  text-align: center;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.wrapper.wrapper-kontakt {
  text-align: center;
  margin-top: 160px;
}

.wrapper.impressum-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.wrapper.impressum-content {
  text-align: left;
  margin-top: 0;
  padding-top: 160px;
}

.leistungen-grid {
  max-width: 1240px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
}

.leistungen-grid-einzeln {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.leistung-div-top {
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.leistung-div-bottom {
  min-height: 60px;
  background-color: #424644;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.leistung-einzeln-headline {
  color: #f5f6f6;
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DIN Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.container-3 {
  margin-bottom: 40px;
}

.list-bit {
  margin-bottom: 24px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  list-style-type: none;
}

.paragraph {
  max-width: 550px;
  margin-bottom: 24px;
}

.paragraph.p-design {
  float: none;
  text-align: center;
}

.column {
  height: 540px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cta-bauvorhabenplanen {
  text-align: center;
  background-color: #e7e9e8;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.button-primary {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #212322;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 20px;
}

.button-primary:hover {
  color: #fff;
  background-color: #313432;
}

.button-primary.zurueck-first {
  margin-right: 40px;
}

.button-primary.zurueck-last {
  margin-left: 40px;
}

.button-primary.back-button {
  margin-top: 80px;
}

.heading-2 {
  margin-bottom: 40px;
}

.referenzen-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
  / 1fr;
  grid-auto-flow: row;
  align-content: stretch;
}

.text-block {
  color: #d6d8d7;
  background-color: #212322;
  background-image: url('../images/arrow-right-grau600.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 24px;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.referenzen-bild {
  width: 100%;
  object-fit: cover;
}

.visitenkarten-grid {
  grid-template-rows: auto;
  justify-content: space-between;
  justify-items: center;
}

.visitenkarte-div {
  max-width: 480px;
  min-height: 280px;
  min-width: 400px;
  cursor: pointer;
  background-image: url('../images/icon-solid-weiss.svg'), linear-gradient(#e7e9e8, #d6d8d7);
  background-position: 92% 32px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 64px, auto;
  border: 2px solid #e7e9e8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 32px;
  padding-left: 32px;
  display: flex;
  box-shadow: 1px 1px 15px -9px #727976;
}

.visitenkarte-name {
  color: #212322;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
}

.visitenkarte-small {
  color: #727976;
  font-size: 20px;
}

.visitenkarte-link {
  max-width: 480px;
  min-height: 280px;
  min-width: 480px;
  text-decoration: none;
}

.vita-content {
  max-width: 1065px;
  text-align: left;
  background-color: #e7e9e8;
  border-radius: 16px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.heading-3 {
  color: #212322;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-right: 24px;
  text-decoration: none;
}

.visitenkarte-accordion {
  text-align: center;
}

.referenz-details {
  margin-bottom: 80px;
  padding-top: 120px;
}

.menu-referenz {
  max-height: 104px;
  background-color: rgba(255, 255, 255, .95);
  padding-top: 24px;
  padding-bottom: 24px;
}

.menu-referenz-wrapper {
  max-width: 95%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.referenz-hero-hcg {
  min-height: 700px;
  background-color: #424644;
  background-image: url('../images/HCG1.webp');
  background-position: 0 0;
  background-size: cover;
}

.referenz-h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
}

.referenzen-fakten {
  text-align: left;
  margin-bottom: 16px;
  font-size: 20px;
}

.referenzen-list {
  text-align: left;
  margin-bottom: 24px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  list-style-type: none;
}

.referenz-beschreibung {
  margin-bottom: 16px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 1.4;
}

.heading-4 {
  color: #fafafa;
}

.div-block-2 {
  color: #a6aba9;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.referenz-bild-grid {
  max-width: 1500px;
  grid-template-rows: auto auto auto;
  grid-template-areas: ".";
}

.zurueck-abbinder {
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.grid-2 {
  cursor: pointer;
}

.modal-leistung {
  z-index: 99;
  background-color: rgba(33, 35, 34, .95);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-content {
  z-index: 5;
  max-width: 1500px;
  background-color: #e7e9e8;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}

.column-2 {
  padding-left: 0;
}

.modal-h2 {
  color: #212322;
}

.modal-p {
  color: #313432;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 64px;
}

.column-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.columns-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-2 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close-icon {
  z-index: 1000;
  cursor: pointer;
  margin-top: 24px;
  margin-right: 24px;
  padding: 8px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-closearea {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-belegung {
  z-index: 9999;
  background-color: rgba(33, 35, 34, .95);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kontakt-titel {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: "DIN Demi 1", sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.image-3 {
  margin-bottom: 40px;
}

.text-block-2 {
  font-size: 24px;
  line-height: 1.2;
}

.text-span {
  line-height: 2;
}

.footer-link {
  color: #d6d8d7;
  margin-left: 16px;
  margin-right: 16px;
}

.footer-link:hover {
  color: #f5f6f6;
}

.kontakt-link-adresse {
  text-decoration: none;
}

.referenz-hero-btk {
  min-height: 700px;
  background-color: #424644;
  background-image: url('../images/BTK-01.webp');
  background-position: 0 0;
  background-size: cover;
}

.referenz-hero-dtw {
  min-height: 700px;
  background-color: #424644;
  background-image: url('../images/DTW-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.referenz-hero-h2t {
  min-height: 700px;
  background-color: #424644;
  background-image: url('../images/H2T-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.referenz-hero-mbs {
  min-height: 700px;
  background-color: #424644;
  background-image: url('../images/MBS-06.webp');
  background-position: 0 0;
  background-size: cover;
}

.referenz-hero-spo {
  min-height: 700px;
  background-color: #424644;
  background-image: url('../images/SPO-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.referenz-hero-tam {
  min-height: 700px;
  background-color: #424644;
  background-image: url('../images/TAM-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.referenz-hero-vtt {
  min-height: 700px;
  background-color: #424644;
  background-image: url('../images/VTT-8.webp');
  background-position: 0 0;
  background-size: cover;
}

.referenz-hero-x28 {
  min-height: 700px;
  background-color: #424644;
  background-image: url('../images/X28-06.webp');
  background-position: 0 0;
  background-size: cover;
}

.wrapper-zurueck {
  width: 400px;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.column-4 {
  height: 480px;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-wrapper {
  align-items: flex-end;
}

.herotext {
  color: #fafafa;
  text-transform: uppercase;
  background-color: rgba(33, 35, 34, .9);
  flex-direction: row;
  align-items: center;
  margin-bottom: 16%;
  padding: 24px 32px;
  font-family: "DIN Demi 1", sans-serif;
  font-size: 2.9em;
  line-height: .9;
  display: flex;
}

.hero-icon-image {
  max-height: 74px;
  align-self: center;
  margin-right: 16px;
  display: inline-block;
}

.column-5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.loesungen-bg-div {
  padding-right: 16px;
}

.planung {
  padding-top: 120px;
}

.slider {
  height: 100%;
}

.slider-icon {
  color: #fafafa;
  border-radius: 8px;
  font-size: 1.2em;
}

.body-2, .body-3 {
  padding-top: 40px;
  padding-bottom: 160px;
}

.planung-carousel-div {
  max-width: 500px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.slider-2 {
  height: 100%;
}

.div-block-5 {
  margin-bottom: 80px;
}

.div-block-6 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-loesungen {
  height: 550px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  display: flex;
}

.loesungen-column-rendering {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.list-datenschutz {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 19px;
  line-height: 16px;
  list-style-type: disc;
}

.list-item-datenschutz {
  color: #424644;
  background-image: none;
  padding-left: 0;
  font-size: 16px;
}

.h3-datenschutz {
  text-transform: uppercase;
}

.verantwortliche {
  font-size: 20px;
}

.paragraph-3 {
  text-align: center;
}

.image-5 {
  margin-bottom: 24px;
  padding-bottom: 0;
}

.slide-nav {
  display: none;
}

.slider-planung {
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0);
}

.icon-2, .icon-3 {
  color: #727976;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
  position: static;
}

.planung-slide-1 {
  background-image: url('../images/Planung-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-3 {
  height: 460px;
  background-color: rgba(0, 0, 0, 0);
}

.planung-slide-2 {
  background-image: url('../images/Planung-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-4, .icon-5 {
  color: #a6aba9;
}

.planung-slide-3 {
  background-image: url('../images/Planung-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.planung-slide-4 {
  background-image: url('../images/Planung-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.planung-slide-5 {
  background-image: url('../images/Planung-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.visualisierung {
  padding-top: 120px;
}

.slider-4 {
  height: 550px;
  background-color: rgba(0, 0, 0, 0);
}

.icon-6, .icon-7 {
  color: #a6aba9;
}

.visu-slider-1 {
  background-image: url('../images/Visu-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.visu-slider-2 {
  background-image: url('../images/Visu-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.visu-slider-3 {
  background-image: url('../images/Visu-03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.visu-slider-4 {
  background-image: url('../images/Visu-04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.visu-slider-5 {
  background-image: url('../images/Visu-05.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.visu-slider-6 {
  background-image: url('../images/Visu-06.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.visu-slider-7 {
  background-image: url('../images/Visu-07.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.visu-slider-8 {
  background-image: url('../images/Visu-08.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.visu-slider-9 {
  background-image: url('../images/Visu-09.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.visu-slider-10 {
  background-image: url('../images/Visu-10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-nav-2 {
  top: 600px;
}

.text-block-4, .impressumdstext {
  text-align: left;
}

.text-block-5 {
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .loesungen-bg-div {
    padding-right: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .referenz-hero-hcg, .referenz-hero-btk, .referenz-hero-dtw, .referenz-hero-h2t, .referenz-hero-mbs, .referenz-hero-spo, .referenz-hero-tam, .referenz-hero-vtt, .referenz-hero-x28 {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .loesungen-bg-div {
    padding-right: 32px;
  }

  .planung-carousel-div {
    margin-left: auto;
    margin-right: auto;
  }

  .column-loesungen {
    height: 550px;
  }
}

@media screen and (min-width: 1920px) {
  .menu-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    min-height: 800px;
  }

  .container {
    max-width: 70%;
  }

  .visitenkarten-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    justify-items: center;
  }

  .visitenkarte-div {
    max-width: 480px;
    min-height: 280px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 32px;
    padding-left: 32px;
    display: flex;
  }

  .visitenkarte-name {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .visitenkarte-link {
    min-width: 480px;
    text-decoration: none;
  }

  .vita-content {
    max-width: 480px;
    background-color: #e7e9e8;
    margin-top: 8px;
  }

  .referenz-hero-hcg {
    min-height: 800px;
  }

  .referenz-bild-grid {
    align-items: stretch;
    justify-items: stretch;
  }

  .referenzen-bilder {
    text-align: left;
    align-items: flex-start;
    display: block;
  }

  .div-block-3 {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-belegung {
    display: flex;
  }

  .referenz-hero-btk, .referenz-hero-dtw, .referenz-hero-h2t, .referenz-hero-mbs, .referenz-hero-spo, .referenz-hero-tam, .referenz-hero-vtt, .referenz-hero-x28 {
    min-height: 800px;
  }

  .column-4 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .loesungen-bg-div {
    padding-right: 48px;
  }

  .column-loesungen {
    height: 600px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .visu-slider-2 {
    background-image: url('../images/Visu-02.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .visu-slider-3 {
    background-image: url('../images/Visu-03.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .visu-slider-4 {
    background-image: url('../images/Visu-04.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .visu-slider-5 {
    background-image: url('../images/Visu-05.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .visu-slider-6 {
    background-image: url('../images/Visu-06.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .visu-slider-7 {
    background-image: url('../images/Visu-07.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .visu-slider-8 {
    background-image: url('../images/Visu-08.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .visu-slider-9 {
    background-image: url('../images/Visu-09.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .visu-slider-10 {
    background-image: url('../images/Visu-10.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 27px;
  }

  li {
    background-position: 0 1px;
    background-size: 16px;
    padding-left: 24px;
    font-size: 16px;
    line-height: 20px;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu {
    background-color: #d6d8d7;
  }

  .menu-item.menu-item-first {
    padding-left: 16px;
  }

  .hero {
    min-height: 500px;
  }

  .icon {
    color: #212322;
    font-size: 40px;
    line-height: 40px;
  }

  .headline-wrapper {
    min-height: 136px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .headline-1-center {
    font-size: 72px;
    line-height: 1;
  }

  .p-center {
    max-width: 71ch;
    margin-top: 8px;
  }

  .p-center.visualisierungs-text {
    margin-top: 48px;
  }

  .loesungen {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .container-3 {
    margin-bottom: 16px;
  }

  .paragraph.p-loesungen {
    max-width: 45ch;
  }

  .paragraph.p-design {
    max-width: 45ch;
    padding-right: 24px;
  }

  .column {
    height: 340px;
  }

  .button-primary {
    padding: 8px 16px;
    font-size: 16px;
  }

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

  .vita-content {
    padding-left: 24px;
    padding-right: 16px;
  }

  .referenz-details {
    padding-top: 40px;
  }

  .referenz-hero-hcg {
    min-height: 500px;
  }

  .referenzen-fakten {
    font-size: 16px;
  }

  .referenz-beschreibung {
    padding-right: 24px;
    font-size: 16px;
  }

  .modal-leistung {
    display: none;
  }

  .modal-h2 {
    font-size: 19px;
    line-height: 1.5;
  }

  .modal-close-icon {
    margin-top: 8px;
    margin-right: 8px;
  }

  .list-item {
    font-size: 16px;
  }

  .list-item-2 {
    background-position: 0 0;
    background-size: 16px;
  }

  .referenz-hero-btk, .referenz-hero-dtw, .referenz-hero-h2t, .referenz-hero-mbs, .referenz-hero-spo, .referenz-hero-tam, .referenz-hero-vtt, .referenz-hero-x28 {
    min-height: 500px;
  }

  .column-4 {
    height: auto;
    margin-top: 40px;
  }

  .herotext {
    margin-bottom: 15%;
  }

  .hero-icon-image {
    max-height: 60px;
  }

  .text-block-3 {
    font-size: .8em;
  }

  .heading-5 {
    font-size: 2.7em;
  }

  .paragraph-2 {
    text-align: center;
  }

  .column-loesungen {
    height: auto;
    margin-top: 40px;
  }

  .image-5 {
    padding-bottom: 0;
  }

  .slider-planung {
    min-height: 200px;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .slider-3 {
    height: 300px;
  }

  .slider-4 {
    height: 410px;
  }

  .slide-nav-2 {
    display: none;
    top: 444px;
  }

  .slide-nav-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 21px;
  }

  .navbar {
    max-height: 74px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero {
    min-height: 320px;
  }

  .icon {
    font-size: 32px;
  }

  .menu-logo {
    height: 30px;
    margin-top: 8px;
  }

  .brand {
    margin-left: 8px;
  }

  .leistungen {
    padding-top: 40px;
  }

  .headline-wrapper {
    min-height: 128px;
  }

  .headline-1-center {
    font-size: 56px;
    line-height: 56px;
  }

  .p-center {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .p-center.visualisierungs-text {
    margin-top: 32px;
  }

  .loesungen, .design {
    padding-top: 56px;
  }

  .referenzen {
    padding-top: 40px;
  }

  .buero, .kontakt {
    padding-top: 56px;
  }

  .wrapper {
    margin-top: 32px;
  }

  .wrapper.wrapper-kontakt {
    margin-top: 80px;
  }

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

  .leistung-div-top {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .leistung-einzeln-bild {
    width: 80px;
  }

  .leistung-einzeln-headline {
    font-size: 18px;
  }

  .menu-button {
    padding: 4px 16px;
  }

  .columns {
    margin-left: auto;
    margin-right: auto;
  }

  .container-3 {
    margin-bottom: 0;
  }

  .list-bit {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .paragraph.p-loesungen {
    max-width: 71ch;
    text-align: left;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.p-design {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .cta-bauvorhabenplanen {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-2 {
    margin-bottom: 24px;
    font-size: 32px;
  }

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

  .visitenkarte-div {
    min-width: 400px;
  }

  .visitenkarte-name {
    font-size: 24px;
  }

  .referenz-hero-hcg {
    min-height: 320px;
  }

  .referenz-beschreibung {
    padding-right: 0;
  }

  .menu-logo-referenzen {
    height: 50px;
  }

  .modal-content {
    max-height: 60%;
  }

  .image {
    max-width: 80%;
  }

  .column-2 {
    display: none;
  }

  .modal-h2 {
    font-size: 16px;
    display: block;
  }

  .modal-p {
    font-size: 14px;
  }

  .div-block-4 {
    padding-right: 40px;
  }

  .column-3 {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: auto;
  }

  .modal-close-icon {
    width: 40px;
    display: block;
  }

  .kontakt-titel, .text-block-2 {
    font-size: 20px;
  }

  .referenz-hero-btk, .referenz-hero-dtw, .referenz-hero-h2t, .referenz-hero-mbs, .referenz-hero-spo, .referenz-hero-tam, .referenz-hero-vtt, .referenz-hero-x28 {
    min-height: 320px;
  }

  .column-4 {
    text-align: center;
  }

  .herotext {
    margin-bottom: 12%;
    padding: 20px 28px;
  }

  .hero-icon-image {
    max-height: 50px;
  }

  .text-block-3 {
    font-size: .6em;
  }

  .heading-5 {
    font-size: 2.3em;
  }

  .column-5 {
    padding-right: 0;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .column-loesungen {
    text-align: center;
  }

  .loesungen-column-rendering {
    padding-right: 0;
  }

  .image-5 {
    padding-bottom: 0;
  }

  .slider-planung {
    min-height: 150px;
    object-fit: contain;
    overflow: visible;
  }

  .slider-3 {
    height: 200px;
  }

  .visualisierung {
    padding-top: 56px;
  }

  .slider-4 {
    height: 320px;
  }

  .left-arrow-4, .right-arrow-4, .slide-nav-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 19px;
    line-height: 1.3;
  }

  .navbar {
    max-height: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero {
    min-height: 200px;
  }

  .container {
    max-height: 80px;
  }

  .icon {
    font-size: 30px;
  }

  .menu-logo {
    height: 40px;
    margin-top: 8px;
    padding-top: 4px;
  }

  .brand {
    margin-left: 0;
    padding-left: 0;
  }

  .headline-wrapper {
    min-height: 96px;
  }

  .headline-1-center {
    font-size: 40px;
    line-height: 40px;
  }

  .p-center {
    margin-top: 16px;
  }

  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .menu-button {
    padding: 8px 12px;
  }

  .list-bit {
    padding-right: 0;
  }

  .paragraph.p-loesungen {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-primary.zurueck-first {
    margin-right: 8px;
  }

  .button-primary.zurueck-last {
    margin-left: 8px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .visitenkarte-div {
    min-height: 230px;
    min-width: 200px;
    background-size: 40px, auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .visitenkarte-name {
    text-align: left;
    line-height: 1;
  }

  .vita-content {
    padding-left: 16px;
  }

  .referenz-details {
    padding-top: 16px;
  }

  .menu-referenz {
    max-height: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .referenz-hero-hcg {
    min-height: 200px;
  }

  .referenz-bild-grid {
    grid-template: "."
    / 1fr;
  }

  .menu-logo-referenzen {
    height: 40px;
  }

  .modal-leistung {
    display: none;
  }

  .modal-content {
    overflow: auto;
  }

  .column-2 {
    display: none;
  }

  .div-block-4 {
    padding-right: 32px;
    overflow: auto;
  }

  .referenz-hero-btk, .referenz-hero-dtw, .referenz-hero-h2t, .referenz-hero-mbs, .referenz-hero-spo, .referenz-hero-tam, .referenz-hero-vtt, .referenz-hero-x28 {
    min-height: 200px;
  }

  .wrapper-zurueck {
    width: 250px;
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    display: block;
  }

  .herotext {
    margin-bottom: 7%;
    padding: 16px;
  }

  .hero-icon-image {
    max-height: 31px;
    margin-right: 8px;
    display: block;
  }

  .text-block-3 {
    font-size: .4em;
  }

  .hero-imagediv {
    align-self: flex-start;
  }

  .heading-5 {
    font-size: 1.2em;
  }

  .column-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .loesungen-bg-div {
    display: flex;
  }

  .planung-carousel-div {
    width: 100%;
  }

  .loesungen-column-rendering {
    padding-left: 16px;
    padding-right: 16px;
  }

  .loesungen-column-rendering.mobile-rendering {
    padding-left: 0;
  }

  .slider-3 {
    height: 200px;
  }

  .right-arrow-3, .left-arrow-3 {
    display: none;
  }

  .slider-4 {
    height: 250px;
  }
}

#w-node-b10e206b-f77c-656c-cd8b-b7b79c66c56a-9c66c568 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-86311d04, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-86311d04, #w-node-_6b42bb7d-a687-f534-6d4b-4d4207cc5c76-86311d04, #w-node-_83171a24-2403-e9f6-db42-9d944f3b1ce8-86311d04, #w-node-_7b241749-c9d7-6776-7d6d-f851af271130-86311d04, #w-node-_47a8902f-a65a-fe81-cfbd-f785e5a97525-86311d04, #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-ff311d05, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-ff311d05, #w-node-_6b42bb7d-a687-f534-6d4b-4d4207cc5c76-ff311d05, #w-node-_83171a24-2403-e9f6-db42-9d944f3b1ce8-ff311d05, #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-1a311d06, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-1a311d06, #w-node-_6b42bb7d-a687-f534-6d4b-4d4207cc5c76-1a311d06, #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-c4311d07, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-c4311d07, #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-c8311d08, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-c8311d08, #w-node-_6b42bb7d-a687-f534-6d4b-4d4207cc5c76-c8311d08, #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-2d311d09, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-2d311d09, #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-0a311d0a, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-0a311d0a, #w-node-_6b42bb7d-a687-f534-6d4b-4d4207cc5c76-0a311d0a, #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-28311d0b, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-28311d0b, #w-node-e0958202-3968-d241-6e9e-1771137f86d5-28311d0b, #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-a1311d0c, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-a1311d0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-86311d04, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-86311d04, #w-node-_6b42bb7d-a687-f534-6d4b-4d4207cc5c76-86311d04, #w-node-_83171a24-2403-e9f6-db42-9d944f3b1ce8-86311d04, #w-node-_7b241749-c9d7-6776-7d6d-f851af271130-86311d04, #w-node-_47a8902f-a65a-fe81-cfbd-f785e5a97525-86311d04, #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-ff311d05, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-ff311d05, #w-node-_6b42bb7d-a687-f534-6d4b-4d4207cc5c76-ff311d05, #w-node-_83171a24-2403-e9f6-db42-9d944f3b1ce8-ff311d05, #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-1a311d06, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-1a311d06, #w-node-_6b42bb7d-a687-f534-6d4b-4d4207cc5c76-1a311d06, #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-c4311d07, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-c4311d07, #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-c8311d08, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-c8311d08, #w-node-_6b42bb7d-a687-f534-6d4b-4d4207cc5c76-c8311d08, #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-2d311d09, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-2d311d09, #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-0a311d0a, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-0a311d0a, #w-node-_6b42bb7d-a687-f534-6d4b-4d4207cc5c76-0a311d0a, #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-28311d0b, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-28311d0b, #w-node-e0958202-3968-d241-6e9e-1771137f86d5-28311d0b, #w-node-_9b471925-1cdc-089e-1c2e-790dcd9a34ab-a1311d0c, #w-node-cc8fe4cc-a8a2-08a2-9538-fca2e9f12110-a1311d0c {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'DIN Demi 2';
  src: url('../fonts/font.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DIN Italic 2';
  src: url('../fonts/font.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DIN Regular 2';
  src: url('../fonts/font.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DIN Light 2';
  src: url('../fonts/font.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DIN Demi 1';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DIN Italic';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DIN Regular';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DIN Light';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}