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

.projectslide {
  width: 33.33333333%;
  background-color: hsla(0, 0%, 48.7%, 0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
}

.projectslide.slide-1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
}

.projectslide.slide-2 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
}

.projectslide.slide-3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
}

.additionalprojectsslide {
  width: 67vw;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(88%, transparent), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent 88%, hsla(0, 0%, 100%, 0));
}

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

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 70px;
  min-height: 70px;
  background-color: #000;
}

.footertext {
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
}

.footerpage {
  display: inline-block;
  margin-right: 0px;
  margin-left: 35px;
  -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;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  text-align: left;
  text-decoration: none;
}

.footerpage:hover {
  color: #fff;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 98px;
  -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;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #2c2c2c #2c2c2c rgba(44, 44, 44, 0.2);
  background-color: #fff;
  box-shadow: 0 0 13px -8px #000;
}

.navbar.startseite {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-style: none;
  background-color: #fff;
  box-shadow: none;
}

.navigationitem {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.projectslider {
  position: static;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: none;
  background-color: #000;
}

.mainsection {
  position: static;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0%;
  height: 100vh;
  min-height: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  background-color: #fff;
}

.body {
  overflow: visible;
}

.projectslidetextcontainer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 200px;
  max-width: 30vw;
  padding-right: 0px;
  padding-bottom: 70px;
  padding-left: 3vw;
}

.projectslideheading {
  margin-top: -38px;
  margin-bottom: 0px;
  border-radius: 0px;
  font-family: 'Helvetica Neue Condensed', sans-serif;
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}

.projectslidetext {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 100;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.image {
  position: absolute;
  width: 50px;
}

.image.black {
  width: 130px;
}

.image.white {
  display: inline-block;
  width: 130px;
  opacity: 0;
}

.projecttextheading {
  width: 100%;
  margin-top: 0px;
  font-family: 'Helvetica Neue Condensed', sans-serif;
  color: #000;
  font-size: 42px;
  font-weight: 700;
  text-align: left;
}

.projectcontentsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.projecttextparagraph {
  max-width: 400px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

.projecttextparagraph.impressum {
  max-width: none;
}

.footercontainer {
  height: 100%;
  padding-right: 120px;
  padding-left: 80px;
}

.footercontentblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projectslideheading-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Helvetica Neue Condensed', sans-serif;
  color: #fff;
  font-size: 55px;
}

.additionalprojectslidesheading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Helvetica Neue Condensed', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 70px;
  text-align: center;
}

.additionalprojectsslidetextcontainer-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 200px;
  max-width: none;
  padding-right: 0px;
  padding-bottom: 70px;
  padding-left: 0vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.type {
  display: inline-block;
  width: auto;
  height: 20px;
  margin-top: 3px;
  margin-right: 10px;
  margin-bottom: 3px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 20px;
  background-color: #fff;
}

.typecolor {
  position: relative;
  left: 2px;
  top: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #ffb700;
}

.typecolor.typeyellow {
  background-color: #ffb700;
}

.typecolor.typeorange {
  background-color: #ff5e00;
}

.typecolor.typegreen {
  background-color: #00b61e;
}

.typetext {
  position: relative;
  left: 0px;
  top: -1px;
  display: inline-block;
  height: 100%;
  margin-right: 10px;
  margin-left: 8px;
  padding-bottom: 0px;
  color: #000;
  font-size: 13px;
}

.typediv {
  margin-top: 10px;
}

.projectcontentsection-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-7 {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 4;
  width: 100%;
  margin-top: 251px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
}

.paragraph {
  margin-top: 30px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 100;
  letter-spacing: 1px;
}

.projectslideheading-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  font-family: 'Helvetica Neue Condensed', sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
}

.timeline-right {
  position: relative;
  right: 61px;
  width: 100%;
  margin-top: 447px;
  margin-left: auto;
}

.div-block-8 {
  width: 2px;
  height: 200px;
  margin-top: -95px;
  float: right;
  border-radius: 20px;
  background-color: #fff;
}

.timeline-link {
  display: block;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

.circle {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -67px;
  margin-right: -6px;
  margin-left: 0px;
  float: right;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 20px;
  background-color: #fff;
}

.circle.second {
  margin-top: 12px;
}

.circle.second {
  position: relative;
  top: 0px;
  display: block;
  min-height: 10px;
  min-width: 10px;
  margin-top: -15px;
  margin-right: -4px;
  margin-left: 0px;
  float: right;
  clear: none;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #fff;
}

.jumpblock {
  margin-bottom: 11px;
}

.columns-4 {
  width: 100vw;
}

.projectbizcolumn {
  position: static;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.columns-5 {
  margin-top: 35px;
  margin-left: 0px;
  padding-left: 10px;
}

.column-2 {
  display: none;
}

.section-3 {
  padding-top: 150px;
  padding-bottom: 50px;
}

.paragraph-2 {
  margin-top: 50px;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.impressumheading {
  font-family: 'Helvetica Neue Condensed', sans-serif;
  font-size: 37px;
}

.circle-active {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -67px;
  margin-right: -6px;
  margin-left: 0px;
  float: right;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 20px;
  background-color: #fff;
}

.circle-active.first {
  position: relative;
  top: 0px;
  display: block;
  width: 12px;
  height: 12px;
  min-height: 8px;
  min-width: 8px;
  margin-top: -15px;
  margin-right: -5px;
  margin-left: 0px;
  float: right;
  clear: none;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #000;
}

.backgroundtitleimagefull {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.backgroundtitleimagefull.dark {
  display: block;
  background-color: transparent;
  opacity: 1;
}

.backgroundtitleimagefull.light {
  background-color: transparent;
  opacity: 1;
}

.div-block-9 {
  position: absolute;
  display: block;
  width: 100%;
  height: 55vh;
  background-color: rgba(0, 0, 0, 0.3);
}

.darkmodetoggle {
  position: relative;
  display: block;
  overflow: visible;
  width: 50px;
  height: 40px;
  margin-top: 10px;
  margin-left: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.section-4 {
  margin-top: 164px;
  margin-bottom: 106px;
  background-color: #ff9797;
}

.projectlink {
  padding-bottom: 0px;
  background-color: transparent;
}

.datagrid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.counter {
  font-size: 39px;
  text-align: center;
}

.heading-3 {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.locationimage {
  display: block;
}

.locationimage.black {
  position: absolute;
  display: block;
}

.locationimage.white {
  position: relative;
  opacity: 0;
}

.kontaktsection {
  padding-top: 110px;
  padding-bottom: 40px;
  background-color: rgba(60, 60, 60, 0);
  text-align: center;
}

.kontaktinputfield {
  display: inline-block;
  width: 300px;
  margin: -2px 25px 0px auto;
  border-style: solid;
  border-width: 0.5px;
  border-color: #919191;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  font-size: 15px;
}

.kontaktinputbutton {
  width: 200px;
  margin-top: -2px;
  margin-left: 0px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 15px;
}

.kontaktinputbutton:hover {
  background-color: #f80;
}

.bizimage {
  margin-top: -7px;
}

.column-7 {
  z-index: 3;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.column-8 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding-right: 50px;
  padding-left: 0px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.columns-7 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-9 {
  padding: 40px 3vw 60px;
}

.brand {
  width: 130px;
  height: 90%;
  margin-top: 17px;
  background-color: #a37a7a;
}

.navigation {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.nav-menu-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-top: 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
}

.navmenuitem {
  position: static;
  display: block;
  height: 60px;
  padding-top: 19px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.navmenuitem:hover {
  color: #000;
  font-weight: 300;
}

.navigationbackgound {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 80px;
  background-color: #fff;
}

.projecttitleiimage {
  width: 100%;
  height: 100%;
  background-image: url('../images/Marlsdorfer-7.jpg');
  background-position: 70% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.projecttitleiimage.light {
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, rgba(0, 0, 0, 0.2)), to(transparent)), url('../images/Marlsdorfer-7.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.2) 50%, transparent), url('../images/Marlsdorfer-7.jpg');
  background-position: 0px 0px, 70% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.projecttitleiimage.light.projekt1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent)), url('../images/Marlsdorfer-7.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent), url('../images/Marlsdorfer-7.jpg');
  background-position: 0px 0px, 70% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.projecttitleiimage.light.projekt2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, rgba(0, 0, 0, 0.2)), to(transparent)), url('../images/Brebacherweg-6.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.2) 50%, transparent), url('../images/Brebacherweg-6.jpg');
  background-position: 0px 0px, 25% 50%;
}

.projecttitleiimage.light.projekt3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, rgba(0, 0, 0, 0.2)), to(transparent)), url('../images/Hirtestrasse-4.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.2) 50%, transparent), url('../images/Hirtestrasse-4.jpg');
  background-position: 0px 0px, 50% 50%;
}

.projecttitleiimage.light.projekt4 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, rgba(0, 0, 0, 0.2)), to(transparent)), url('../images/Brebacherweg-6.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.2) 50%, transparent), url('../images/Brebacherweg-6.jpg');
  background-position: 0px 0px, 50% 50%;
}

.projecttitleiimage.light.projekt4 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, rgba(0, 0, 0, 0.2)), to(transparent)), url('../images/Heiligenhaus-4.jpg');
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.2) 50%, transparent), url('../images/Heiligenhaus-4.jpg');
  background-position: 0px 0px, 50% 50%;
}

.projecttitleiimage.dark {
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, transparent)), url('../images/Marlsdorfer-6.jpg');
  background-image: linear-gradient(0deg, #000, transparent 50%), url('../images/Marlsdorfer-6.jpg');
  background-position: 0px 0px, 70% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.projecttitleiimage.dark.projekt1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent)), url('../images/Marlsdorfer-6.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent), url('../images/Marlsdorfer-6.jpg');
  background-position: 0px 0px, 70% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.projecttitleiimage.dark.projekt2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, transparent)), url('../images/Brebacherweg-5.jpg');
  background-image: linear-gradient(0deg, #000, transparent 50%), url('../images/Brebacherweg-5.jpg');
  background-position: 0px 0px, 25% 50%;
}

.projecttitleiimage.dark.projekt3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, transparent)), url('../images/Hirtestrasse-5.jpg');
  background-image: linear-gradient(0deg, #000, transparent 50%), url('../images/Hirtestrasse-5.jpg');
  background-position: 0px 0px, 50% 50%;
}

.projecttitleiimage.dark.projekt4 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, transparent)), url('../images/Brebacherweg-5.jpg');
  background-image: linear-gradient(0deg, #000, transparent 50%), url('../images/Brebacherweg-5.jpg');
  background-position: 0px 0px, 50% 50%;
}

.projecttitleiimage.dark.projekt4 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, transparent)), url('../images/Heiligenhaus-5.jpg');
  background-image: linear-gradient(0deg, #000, transparent 50%), url('../images/Heiligenhaus-5.jpg');
  background-position: 0px 0px, 50% 50%;
}

.container-2 {
  position: relative;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footercolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-span {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  font-weight: 700;
}

.text-span:hover {
  color: #db8700;
}

.footertext-center {
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
}

.footerlink {
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}

.clickshow {
  height: 30px;
}

.darkmodeani {
  display: none;
}

.darkmode {
  display: none;
}

.lightmodeani {
  display: none;
}

.body-2 {
  background-color: #fff;
}

.text-span-2 {
  position: relative;
  top: -5px;
  direction: ltr;
  font-size: 12px;
  line-height: 17px;
  text-transform: none;
}

.projecttextsubheading {
  width: 100%;
  margin-top: 28px;
  font-family: 'Helvetica Neue Condensed', sans-serif;
  color: #000;
  font-size: 31px;
  font-weight: 700;
  text-align: left;
}

.magazin {
  margin-top: 20px;
  padding: 15px 45px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
}

.magazin:hover {
  background-color: #f80;
}

.companyslideheader {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  font-family: 'Helvetica Neue Condensed', sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
}

.companyheaderparagraph {
  margin-top: 30px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 100;
  letter-spacing: 1px;
}

.companytextheading {
  width: 100%;
  margin-top: 0px;
  font-family: 'Helvetica Neue Condensed', sans-serif;
  color: #000;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}

.companytextparagraph {
  max-width: 400px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

.companytextparagraph.impressum {
  max-width: none;
}

.companycolumns {
  width: 100vw;
  max-width: 1400px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.companycolumns.sustainability {
  margin-top: 25px;
}

.companycolumns.orga {
  margin-top: 25px;
}

.companycolumns.leistung {
  margin-top: 55px;
  margin-bottom: 45px;
  padding-right: 40px;
  padding-left: 40px;
}

.companycontentsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 35px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-2 {
  margin-top: 20px;
}

.companytextsubheading {
  display: inline;
  width: 100%;
  margin-top: 0px;
  margin-left: 10px;
  -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;
  font-family: 'Helvetica Neue Condensed', sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.anfrageheading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Helvetica Neue Condensed', sans-serif;
  color: #000;
  font-size: 35px;
}

.anfrageheading.untenehmen {
  font-family: 'Helvetica Neue Condensed', sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.contactcontentsection {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55vh;
  margin-top: 0px;
  margin-bottom: 0px;
}

.contactslideheader {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  font-family: 'Helvetica Neue Condensed', sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
}

.contactsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 35px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contaktpagesection {
  height: 55vh;
  padding-top: 141px;
  padding-bottom: 0px;
  background-color: #fff;
  text-align: center;
}

.paragraph-3 {
  display: inline-block;
  width: 80vw;
  margin-bottom: 28px;
}

@media screen and (max-width: 991px) {
  .projectslide {
    width: 100%;
  }

  .additionalprojectsslide {
    width: 100%;
  }

  .footer {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 140px;
  }

  .container {
    margin-right: 30px;
    margin-left: 50px;
  }

  .projectslidetextcontainer {
    height: 200px;
    max-width: 60vw;
    padding-left: 10vw;
  }

  .projecttextheading {
    overflow: visible;
    margin-bottom: 5px;
    font-size: 31px;
  }

  .projectcontentsection {
    width: 100%;
    padding-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .projecttextparagraph {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
  }

  .footercontainer {
    height: 100%;
    padding-right: 0px;
    padding-left: 0vw;
  }

  .additionalprojectslidesheading {
    font-size: 43px;
    line-height: 57px;
  }

  .additionalprojectsslidetextcontainer-copy {
    height: 200px;
    padding-left: 0vw;
  }

  .paragraph {
    margin-right: -160px;
  }

  .projectslideheading-copy {
    margin-right: -320px;
  }

  .timeline-right {
    right: 0px;
  }

  .section-3 {
    padding-top: 35px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .darkmodetoggle {
    margin-left: 50px;
  }

  .datagrid {
    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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .kontaktsection {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .bizimage {
    padding-right: 0px;
  }

  .column-8 {
    margin-top: 59px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .brand {
    margin-top: 10px;
    margin-left: 5px;
  }

  .navigation {
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-menu-2 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .navmenuitem {
    width: 100%;
    color: #fff;
  }

  .navmenuitem:hover {
    color: #b6b6b6;
  }

  .menu-button-2 {
    margin-top: 5px;
    background-color: hsla(0, 0%, 78.4%, 0);
    color: #000;
  }

  .menu-button-2.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .icon-3 {
    color: #000;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    margin-left: 40px;
  }

  .navigationbackgound {
    position: relative;
    z-index: 5;
  }

  .projecttextsubheading {
    overflow: visible;
    margin-bottom: 5px;
    font-size: 31px;
  }

  .companyslideheader {
    margin-right: -320px;
  }

  .companyheaderparagraph {
    margin-right: -160px;
  }

  .companytextheading {
    overflow: visible;
    margin-bottom: 5px;
    font-size: 31px;
  }

  .companytextparagraph {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
  }

  .companycolumns.sustainability {
    padding-right: 35px;
    padding-left: 35px;
  }

  .companycolumns.leistung {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .companycontentsection {
    width: 100%;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .companytextsubheading {
    overflow: visible;
    margin-bottom: 5px;
    font-size: 31px;
  }

  .companycolumn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contactslideheader {
    margin-right: -320px;
  }

  .contactsection {
    width: 100%;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contaktpagesection {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footerpage {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar {
    height: 68px;
  }

  .navigationitem {
    padding-right: 50px;
    padding-left: 50px;
    text-align: left;
  }

  .container {
    margin-right: 50px;
    margin-left: 50px;
  }

  .projectslider {
    min-height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mainsection {
    margin-top: -68px;
  }

  .projectslidetextcontainer {
    height: 200px;
    max-width: 80vw;
    padding-bottom: 40px;
    padding-left: 7vw;
  }

  .projectcontentsection {
    padding-top: 10px;
  }

  .projecttextparagraph {
    max-width: none;
  }

  .footercontainer {
    min-height: 0px;
    padding-top: 28px;
    padding-right: 7vw;
    padding-left: 7vw;
  }

  .footercontentblock {
    height: auto;
    min-height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .additionalprojectsslidetextcontainer-copy {
    height: 200px;
    padding-left: 0vw;
  }

  .icon {
    color: #000;
  }

  .menu-button {
    color: #000;
  }

  .icon-arrow {
    color: #fff;
  }

  .projectcontentsection-copy {
    padding-left: 0px;
  }

  .paragraph {
    margin-right: 0px;
    padding-right: 30%;
  }

  .projectslideheading-copy {
    margin-right: 0px;
  }

  .columns-5 {
    display: none;
  }

  .column-2 {
    display: none;
    overflow: hidden;
  }

  .column-3 {
    display: none;
    overflow: visible;
  }

  .column-4 {
    display: none;
    overflow: hidden;
  }

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

  .datagrid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .kontaktsection {
    padding-top: 53px;
  }

  .kontaktinputfield {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 12px;
  }

  .kontaktinputbutton {
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-7 {
    display: none;
  }

  .column-8 {
    margin-top: 30px;
    padding-right: 0px;
  }

  .column-9 {
    padding-right: 8vw;
    padding-bottom: 30px;
    padding-left: 8vw;
  }

  .brand {
    margin-left: 0px;
  }

  .form {
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .navigationbackgound {
    margin-top: 0px;
  }

  .columns-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footercolumn {
    margin-bottom: 29px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .companyslideheader {
    margin-right: 0px;
  }

  .companyheaderparagraph {
    margin-right: 0px;
    padding-right: 30%;
  }

  .companytextparagraph {
    max-width: none;
  }

  .companycontentsection {
    padding-top: 10px;
  }

  .contactcontentsection {
    padding-left: 0px;
  }

  .contactslideheader {
    margin-right: 0px;
  }

  .contactsection {
    padding-top: 10px;
  }

  .contaktpagesection {
    padding-top: 53px;
  }
}

@media screen and (max-width: 479px) {
  .projectslide {
    background-position: 0px 0px, 50% 50%;
  }

  .additionalprojectsslide {
    background-attachment: scroll, scroll;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
  }

  .container {
    margin-right: 20px;
    margin-left: 45px;
  }

  .projectslider {
    padding-bottom: 0px;
  }

  .mainsection {
    min-height: 500px;
  }

  .projectslidetextcontainer {
    left: 0%;
    top: 70vh;
    right: 0%;
    bottom: auto;
    height: 300px;
    max-width: 100vw;
    padding-right: 10vw;
    padding-bottom: 0px;
    padding-left: 7vw;
  }

  .projectslidetext {
    display: block;
  }

  .projectcontentsection {
    display: block;
    padding-top: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footercontainer {
    min-height: 82px;
    padding-top: 18px;
    padding-bottom: 12px;
  }

  .footercontentblock {
    min-height: 26px;
  }

  .additionalprojectsslidetextcontainer-copy {
    height: 200px;
    padding-right: 0vw;
    padding-bottom: 0px;
    padding-left: 0vw;
  }

  .icon {
    color: #000;
  }

  .right-arrow-2 {
    margin: auto;
  }

  .icon-arrow {
    color: #fff;
  }

  .projectcontentsection-copy {
    padding-bottom: 30px;
  }

  .div-block-7 {
    display: block;
    margin-top: 0px;
    float: right;
    clear: none;
  }

  .paragraph {
    display: block;
    padding-right: 0%;
    font-size: 13px;
    line-height: 18px;
  }

  .projectslideheading-copy {
    font-size: 45px;
  }

  .column-5 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: -76px;
    padding-right: 6vw;
    padding-bottom: 30px;
    padding-left: 6vw;
    clear: none;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .section-3 {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 15px;
  }

  .datagrid {
    margin-right: 35px;
    margin-left: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .counter {
    font-size: 29px;
  }

  .locationimage.black {
    max-width: 100%;
  }

  .locationimage.white {
    display: block;
    max-width: 100%;
  }

  .column-7 {
    display: none;
  }

  .column-8 {
    padding-right: 0px;
  }

  .column-9 {
    padding: 0px 10vw 40px;
  }

  .navigation {
    padding-left: 10px;
  }

  .form {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-11 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .projecttitleiimage.light.projekt2 {
    text-decoration: none;
  }

  .footerlink {
    text-decoration: none;
  }

  .companyslideheader {
    font-size: 45px;
  }

  .companyheaderparagraph {
    display: block;
    padding-right: 0%;
    font-size: 13px;
    line-height: 18px;
  }

  .companycolumns.orga {
    display: none;
  }

  .companycontentsection {
    display: block;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contactcontentsection {
    padding-bottom: 30px;
  }

  .contactslideheader {
    font-size: 45px;
  }

  .contactsection {
    display: block;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f557dd31-f16b-5914-272c-ef47b693cdcc-0cd9c4b3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Helvetica Neue Condensed';
  src: url('../fonts/HelveticaNeue-CondensedBlack-10.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-MediumItalic-12.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-UltraLightItalic-07.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-ThinItalic-14.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-LightItalic-09.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Condensed';
  src: url('../fonts/HelveticaNeue-CondensedBold-05.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-UltraLight-06.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Medium-11.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Light-08.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Thin-13.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-BoldItalic-04.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Italic-03.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}