body {
  font-family: Barlow, sans-serif;
  color: #2e2e2e;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

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

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.5);
}

.container {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: none;
}

.container.center {
  display: block;
  padding-top: 54px;
  padding-bottom: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.container.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.container.projekte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 54px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand {
  margin-top: 24px;
  margin-bottom: 24px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #b9bf3e;
  color: #fff;
}

.nav-link.w--current {
  background-color: #b9bf3e;
  color: #fff;
}

.nav-link.ueber-uns {
  display: none;
}

.slider {
  min-height: 65vh;
}

.image {
  min-height: 49vw;
  border-radius: 0px;
}

.image.slideimg10 {
  margin-top: -18%;
}

.image.slideimg20 {
  margin-top: -27%;
  -webkit-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}

.image.slideimg50 {
  width: 100%;
  max-width: none;
  margin-top: -6%;
}

.image.slideimg40 {
  overflow: hidden;
  margin-top: -7%;
}

.image.slideimg60 {
  margin-top: -11%;
}

.image.slideimg70 {
  margin-top: -19%;
}

.image.slideimg80 {
  margin-top: -20%;
}

.image.slideimg90 {
  margin-top: -14%;
}

.image.slideimg100 {
  width: 139%;
  max-width: none;
  margin-top: -85%;
  margin-left: -21%;
}

.image.slideimg30 {
  width: 110%;
  max-width: none;
  margin-top: -16%;
  margin-left: -9%;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section.grey {
  display: none;
  padding: 60px 16px;
  background-color: #f1f1f1;
}

.section.footer {
  padding-bottom: 24px;
  color: #d7d7d7;
}

.section.traeume {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.contact {
  padding-top: 54px;
  padding-bottom: 54px;
}

.section.projekte {
  padding-bottom: 54px;
}

.text-block-columns {
  position: static;
  display: block;
  height: auto;
  max-width: 56%;
  margin: 24px auto;
  text-align: center;
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 62px;
  column-gap: 62px;
}

.button {
  padding-right: 16px;
  padding-left: 48px;
  background-color: #b9bf3e;
  background-image: url('../images/arrow-white.svg');
  background-position: 16px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e2e2e;
  background-position: 20px 50%;
}

.grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.grid-image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 250px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 100%;
}

.grid-text {
  margin-bottom: 24px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #2e2e2e;
}

.footer-logo {
  margin-right: auto;
  margin-left: auto;
}

.footer-logo-wrapper {
  margin-bottom: 39px;
  text-align: center;
}

.footer-headline {
  color: #fff;
  line-height: 16px;
}

.footer-link {
  display: block;
  padding-left: 17px;
  background-image: url('../images/arrow-green.svg');
  background-position: 0% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d7d7d7;
  text-decoration: none;
}

.footer-link:hover {
  background-position: 2px 50%;
  color: #b9bf3e;
}

.footer-block-25 {
  width: 25%;
}

.footer-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.footer-link-simple {
  color: #fff;
  text-decoration: none;
}

.footer-link-simple:hover {
  color: #b9bf3e;
}

.paragraph {
  text-align: center;
}

.traeume-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-fullwidth {
  width: 100%;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-head {
  display: inline-block;
  margin: 0px auto;
  padding: 16px 24px;
  background-color: #2e2e2e;
  color: #fff;
  text-align: center;
}

.green-text {
  color: #b9bf3e;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link {
  padding: 32px 40px;
  background-color: #f1f1f1;
  text-transform: uppercase;
}

.tab-link.w--current {
  background-color: #b9bf3e;
  color: #fff;
}

.tab-pane {
  text-align: center;
}

.tabs-content {
  margin-bottom: 39px;
}

.tabs {
  margin-top: -39px;
}

.small-header-wrapper {
  display: block;
  overflow: hidden;
  max-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-3 {
  width: 100%;
}

.pro-block {
  width: 32%;
  margin-bottom: 24px;
}

.pro-image-wrapper {
  overflow: hidden;
  max-height: 220px;
}

.pro-head {
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 22px;
  line-height: 24px;
}

.pro-info-wrapper {
  padding-left: 24px;
  background-image: url('../images/arrow-green.svg');
  background-position: 0px 6px;
  background-size: 15px;
  background-repeat: no-repeat;
}

.pro-text {
  display: none;
  color: #a5a5a5;
}

.pro-image.wotueimg01 {
  margin-top: -31%;
}

.pro-image.woluimg01 {
  margin-left: 1%;
}

.pro-image.stauraumimg01 {
  margin-top: -6%;
}

.pro-image.porscheimg01 {
  margin-top: -24%;
}

.pro-image.muellerimg01 {
  height: 222px;
}

.lightbox-link {
  width: 100%;
}

.hidden-images {
  display: none;
}

.html-embed {
  display: none;
  width: 62%;
  text-align: left;
}

.kontakt-block {
  width: 33%;
}

.dropdown-toggle {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-transform: uppercase;
}

.dropdown-toggle:hover {
  background-color: #b9bf3e;
  color: #fff;
}

.dropdown-list {
  background-color: #695b5b;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-link:hover {
  background-color: #b9bf3e;
  color: #fff;
}

.dropdown-link.w--current {
  background-color: #b9bf3e;
  color: #fff;
}

.slide-40 {
  overflow: hidden;
}

.slide-70 {
  overflow: hidden;
}

.slide-50 {
  overflow: hidden;
}

.slide-10 {
  overflow: hidden;
}

.slide-80 {
  overflow: hidden;
}

.slide-20 {
  overflow: hidden;
}

.slide-60 {
  overflow: hidden;
}

.slide-90 {
  overflow: hidden;
}

.slide-100 {
  overflow: hidden;
}

.slide-30 {
  overflow: hidden;
}

.dropdown {
  display: none;
}

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

@media screen and (max-width: 991px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.navbar {
    padding-right: 16px;
    padding-left: 16px;
  }

  .brand {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 2px 18px 16px -14px rgba(0, 0, 0, 0.5);
  }

  .slider {
    min-height: 30vh;
  }

  .m-nav-button {
    display: block;
    margin-right: -16px;
    padding-top: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-nav-button.w--open {
    background-color: #b9bf3e;
  }

  .icon {
    font-size: 32px;
  }

  .pro-block {
    width: 49%;
  }

  .pro-image-wrapper {
    max-height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .container.grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider {
    min-height: 20vh;
  }

  .section.grey {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .grid-item {
    width: 100%;
    margin-bottom: 32px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid-image-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-block-25 {
    width: 100%;
    margin-bottom: 24px;
  }

  .footer-block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-head {
    font-size: 24px;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-link {
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
  }

  .pro-block {
    width: 100%;
  }

  .pro-image-wrapper {
    max-height: 200px;
  }

  .html-embed {
    width: 100%;
  }

  .kontakt-block {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .slider {
    min-height: 20vh;
  }

  .image.slideimg10 {
    width: 150%;
    max-width: none;
    margin-top: -17%;
    margin-left: -31%;
  }

  .image.slideimg20 {
    width: 200%;
    max-width: none;
    margin-top: -48%;
    margin-left: -56%;
  }

  .image.slideimg50 {
    width: 127%;
    max-width: none;
    margin-top: 0%;
    margin-left: -3%;
  }

  .image.slideimg40 {
    width: 260%;
    max-width: none;
    margin-top: -8%;
    margin-left: -82%;
  }

  .image.slideimg60 {
    width: 160%;
    max-width: none;
    margin-left: -40%;
  }

  .image.slideimg70 {
    width: 170%;
    max-width: none;
    margin-top: -19%;
    margin-left: -33%;
  }

  .image.slideimg80 {
    width: 180%;
    max-width: none;
    margin-top: -26%;
    margin-left: -31%;
  }

  .image.slideimg90 {
    width: 160%;
    max-width: none;
    margin-left: -4%;
  }

  .image.slideimg100 {
    width: 140%;
    max-width: none;
    margin-top: -42%;
    margin-left: -22%;
  }

  .image.slideimg30 {
    width: 193%;
    margin-top: -16%;
    margin-left: -60%;
  }

  .slide-wrapper {
    overflow: hidden;
  }

  .section.grey {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-columns {
    height: auto;
    max-width: none;
  }

  .image-head {
    font-size: 16px;
    line-height: 17px;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}