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

.navbar {
  background-color: transparent;
}

.image {
  position: static;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header {
  position: relative;
  top: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 800px;
  margin-top: 0px;
  margin-bottom: -80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navlink {
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}

.navlink:hover {
  color: #1fa5ff;
}

.navlink.w--current {
  color: #fff;
}

.body {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.navbutton {
  display: inline-block;
  margin-top: 10px;
  border-radius: 20px;
  background-color: #369;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  text-transform: uppercase;
}

.navbutton:hover {
  background-color: #1fa5ff;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-image {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 326px;
  clear: none;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.image-2 {
  display: block;
  max-height: 10px;
  max-width: 10%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-3 {
  display: block;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-4 {
  position: static;
  top: 284px;
  display: block;
  overflow: visible;
  margin-top: 0px;
  float: none;
  clear: none;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  position: relative;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading {
  position: relative;
  top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-style: italic;
  text-transform: uppercase;
}

.image-5 {
  background-color: transparent;
}

.image-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 108px;
  bottom: 0%;
  display: block;
}

.image-6:hover {
  -webkit-filter: invert(70%);
  filter: invert(70%);
}

.div-block-2 {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.lacroftlogo {
  display: inline-block;
  margin-bottom: 40px;
}

.ueberschrift {
  width: 500px;
  margin-top: 0px;
  line-height: 30px;
  font-style: italic;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.ueberschrift.moving {
  width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.ueberschriftklein {
  width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.ueberschriftklein.moving {
  position: static;
  top: 200px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: auto;
  margin-top: auto;
  margin-bottom: 10px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  text-align: center;
}

.grid {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(auto-fit, 500px) 500px 500px;
  background-color: transparent;
}

.unternehmen {
  display: block;
  margin-top: 0px;
}

.video {
  position: absolute;
  left: 0%;
  top: -4.5%;
  right: 0%;
  bottom: auto;
}

.background-video {
  position: static;
  left: 0%;
  top: -14%;
  right: 0%;
  bottom: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.griddiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #369;
  color: #fff;
}

.leistungen_bau-w {
  position: relative;
  left: 0px;
  top: 0%;
  right: 328px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-5 {
  background-image: url('../images/1278764785-huge.jpg');
  background-position: 60% 30%;
  background-size: cover;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/markus-winkler-3t3Tk-BYiA4-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/markus-winkler-3t3Tk-BYiA4-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1000px;
  background-attachment: scroll, scroll;
}

.div-block-7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/DJI_0395.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/DJI_0395.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.div-block-8 {
  background-color: #993335;
}

.griddivred {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #993335;
  color: #fff;
}

.griddivwhite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #fff;
}

.kacheltextklein {
  width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.kacheltextklein.moving {
  position: static;
  top: 200px;
  bottom: 0px;
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 10px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  font-style: normal;
  text-align: left;
}

.kacheltextklein.moving.obenlinks {
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.kacheltextklein.moving.mitte {
  color: #000;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: none;
}

.kacheltext {
  width: 500px;
  margin-top: 0px;
  line-height: 30px;
  font-style: italic;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.kacheltext.moving {
  -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-style: normal;
  text-align: left;
}

.kacheltext.moving.obenlinks {
  text-align: center;
}

.kacheltext.moving.obenrechts {
  position: relative;
  z-index: 99;
  text-align: left;
  text-transform: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.div-block-9 {
  display: block;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-9 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: block;
  width: 100%;
  float: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-10 {
  position: relative;
  left: 0%;
  top: -117%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: block;
  overflow: visible;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.bgimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.bgimage.consulting {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bgimage.consulting.planung {
  -o-object-position: 50% 85%;
  object-position: 50% 85%;
}

.bgimage.zwei {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bildhintergrund {
  position: static;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.bildhintergrund.consulting {
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.text {
  position: relative;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  margin-top: 13px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.leistungen_con {
  position: relative;
  left: 0px;
  top: 0%;
  right: 328px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.leistungen_3 {
  position: relative;
  left: 0px;
  top: 0%;
  right: 328px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.schawrzes-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.schawrzes-div.planung {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bild_consulting {
  position: relative;
  left: 0px;
  top: 0%;
  right: 328px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.slider {
  height: auto;
}

.div-block-10 {
  -o-object-fit: fill;
  object-fit: fill;
}

.image-11 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -o-object-fit: fill;
  object-fit: fill;
}

.column {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 0px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(linear, right top, left top, from(#369), color-stop(100%, #0054a8), to(#a1b9d0));
  background-image: linear-gradient(270deg, #369, #0054a8 100%, #a1b9d0);
}

.slidertext {
  width: 500px;
  margin-top: 0px;
  line-height: 30px;
  font-style: italic;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.slidertext.moving {
  -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-style: normal;
  text-align: left;
}

.slidertext.moving.obenlinks {
  text-align: center;
}

.slidertext.moving.obenrechts {
  position: relative;
  z-index: 99;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 20px;
  text-align: right;
  text-transform: none;
}

.slidertext.moving.obenrechts.mwd {
  margin-bottom: 0px;
  font-weight: 300;
}

.slidertext.moving.obenrechts.stellenbeschreibung {
  width: auto;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 100;
}

.slidertextklein {
  width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.slidertextklein.moving {
  position: static;
  top: 200px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: 300px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  text-align: left;
  text-transform: none;
}

.slidertextklein.moving.obenlinks {
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: right;
  text-transform: none;
}

.slidertextklein.moving.mitte {
  color: #000;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: none;
}

.slidertextklein.moving.last {
  margin-right: 0px;
}

.slidertextklein.moving.student {
  width: 310px;
}

.slide-nav {
  display: inline;
}

.div-block-11 {
  height: 0px;
  margin-bottom: 60px;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #000;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.impressummodal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  overflow: auto;
  height: 100vh;
  margin-top: 0px;
  padding-bottom: 100px;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.61);
  color: #000;
}

.container {
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  background-color: #fff;
}

.htmlembed {
  padding-right: 10px;
  padding-left: 20px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: left;
}

.button {
  display: block;
  width: 100px;
  height: 30px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
}

.datenschutzmodal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  overflow: auto;
  height: 100vh;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.61);
  color: #000;
}

.html-embed-2 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-12 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #369;
}

.parallax {
  height: auto;
}

.parallax-mask {
  overflow: visible;
  width: 500px;
  height: auto;
  margin-left: 140px;
}

.parallax-slide {
  margin-right: 32px;
}

.parallax_slider-button {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 #000;
  color: #000;
}

.parallax_slider-button.left {
  border: 1px solid #000;
  box-shadow: none;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

.parallax_slider-button.right {
  border: 1px solid #000;
  box-shadow: none;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.display-none {
  display: none;
}

.ratio-166 {
  position: relative;
  overflow: hidden;
  padding-top: 166%;
  background-color: transparent;
  color: transparent;
}

.ratio_200 {
  position: relative;
  padding-top: 200%;
}

.image-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(65%);
  filter: brightness(65%);
  color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-cover.parallax-image-cover {
  width: 120%;
  max-width: 120%;
}

.parallax__card-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  color: #fff;
}

.text-block {
  color: #fff;
}

.text-block-2 {
  position: relative;
  z-index: 9999;
}

.overline4 {
  position: relative;
  z-index: 9999;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-13 {
  position: relative;
  z-index: 999;
}

.parallax-slider {
  overflow: hidden;
  height: auto;
  background-color: #fff;
}

.bold-text {
  text-shadow: 0 0 10px #000;
  white-space: normal;
}

.parallax-top-header {
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
}

.parallax-bauherr {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.div-block-14 {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.row.leistungen {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.parallax-row-left {
  width: 250px;
  margin-right: 20px;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
}

.parallax-bau-name {
  margin-top: -15px;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
}

.bold-text-2 {
  font-size: 15px;
  line-height: 10px;
  font-weight: 400;
}

.parallax-image-wrapper {
  position: absolute;
  left: -8%;
  top: 0%;
  right: -8%;
  bottom: 0%;
}

.bau-berwacher {
  height: auto;
}

.div-block-15 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.mask {
  height: auto;
}

.werkstudent {
  height: auto;
}

.unternehmentext {
  width: 500px;
  margin-top: 0px;
  line-height: 30px;
  font-style: italic;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.unternehmentext.moving {
  -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-style: normal;
  text-align: left;
}

.unternehmentext.moving.obenlinks {
  text-align: center;
}

.unternehmentext.moving.obenrechts {
  position: relative;
  z-index: 99;
  width: auto;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.unternehmentextklein {
  width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.unternehmentextklein.moving {
  position: static;
  top: 200px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.unternehmentextklein.moving.obenlinks {
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.unternehmentextklein.moving.mitte {
  color: #000;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: none;
}

.section {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .navlink {
    border-bottom: 1px solid #fff;
  }

  .navbutton {
    margin-bottom: 10px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid {
    grid-auto-flow: column;
    -ms-grid-columns: 0.25fr 1fr 1fr;
    grid-template-columns: 0.25fr 1fr 1fr;
  }

  .grid-2 {
    grid-auto-flow: row dense;
    -ms-grid-columns: 384px 384px;
    grid-template-columns: 384px 384px;
  }

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

  .menu-button {
    background-color: #483636;
  }

  .menu-button.w--open {
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .grid {
    grid-auto-flow: row;
    grid-auto-columns: 0.25fr;
    grid-template-areas: ".";
    -ms-grid-columns: 1.25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
    -ms-grid-rows: (112px)[auto-fit];
    grid-template-rows: repeat(auto-fit, 112px);
  }

  .griddiv {
    height: auto;
  }

  .leistungen_bau-w {
    padding: 10px 0px 0px;
    -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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .griddivred {
    height: 100px;
    padding-left: 0px;
  }

  .griddivwhite {
    display: block;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0px 0px;
    -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;
  }

  .kacheltextklein.moving.obenlinks {
    font-size: 28px;
    line-height: 30px;
    text-align: left;
  }

  .kacheltextklein.moving.mitte {
    width: 240px;
    text-align: left;
  }

  .kacheltextklein.moving.mitte.consulting {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    font-size: 28px;
    line-height: 30px;
    text-align: left;
    white-space: normal;
  }

  .kacheltextklein.moving.consulting {
    width: 250px;
  }

  .text {
    display: block;
    margin: auto auto auto 20px;
    padding-top: 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .leistungen_con {
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .leistungen_3 {
    padding: 10px 0px 0px;
  }

  .projekte {
    display: none;
  }

  .columns {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .slidertext.moving.obenrechts.mwd {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grid-2 {
    grid-auto-rows: auto;
    -ms-grid-columns: 284px 284px;
    grid-template-columns: 284px 284px;
  }

  .div-block-15 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .unternehmentextklein.moving.obenlinks {
    font-size: 28px;
    line-height: 30px;
    text-align: left;
  }

  .unternehmentextklein.moving.mitte {
    width: 240px;
    text-align: left;
  }

  .unternehmentextklein.moving.mitte.consulting {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    font-size: 28px;
    line-height: 30px;
    text-align: left;
    white-space: normal;
  }

  .unternehmentextklein.moving.consulting {
    width: 250px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 500px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

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

  .footer-logo-link {
    height: 60px;
  }

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

  .centered-container {
    padding-top: 156px;
    text-align: left;
  }

  .ueberschrift {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  .ueberschriftklein {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  .grid {
    grid-auto-flow: row;
    grid-auto-columns: 0.25fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .griddiv {
    height: 110px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .griddivred {
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .griddivwhite {
    height: 110px;
  }

  .kacheltextklein {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  .kacheltextklein.moving.obenlinks {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .kacheltextklein.moving.mitte {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .kacheltextklein.moving.mitte.consulting {
    font-size: 20px;
    line-height: 25px;
  }

  .kacheltext {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  .bild_consulting {
    display: block;
  }

  .slider {
    height: auto;
  }

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

  .slidertext {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  .slidertext.moving.obenrechts {
    padding-right: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 18px;
    line-height: 20px;
  }

  .slidertext.moving.obenrechts.mwd {
    font-size: 18px;
  }

  .slidertextklein {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  .slidertextklein.moving {
    padding-right: 30px;
    padding-left: 48px;
  }

  .heading-2 {
    margin-left: 0px;
    text-align: center;
  }

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

  .grid-2 {
    grid-auto-columns: 160px;
    -ms-grid-columns: 160px;
    grid-template-columns: 160px;
  }

  .bau-berwacher {
    height: auto;
  }

  .mask {
    height: auto;
  }

  .werkstudent {
    height: auto;
  }

  .unternehmentext {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  .unternehmentextklein {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  .unternehmentextklein.moving.obenlinks {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .unternehmentextklein.moving.mitte {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .unternehmentextklein.moving.mitte.consulting {
    font-size: 20px;
    line-height: 25px;
  }
}

#bauueberwachung.w-node-_6e2711b9-b08c-d698-b1b1-3312a888663b-fbac29d1 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bebb1628-c614-efaf-b382-ccc81948ffc2-fbac29d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#consulting.w-node-_9f74de91-654d-5e1a-3381-38a7982c92ee-fbac29d1 {
  -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;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#planung.w-node-_917739ee-11be-9aaf-d495-0fa0357e3f7f-fbac29d1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-c337eada-3f82-4ff0-7daa-e68dfc501496-fbac29d1 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #consulting.w-node-_9f74de91-654d-5e1a-3381-38a7982c92ee-fbac29d1 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-bf0bb79a-e2f5-6af2-b5bc-544019e4609c-fbac29d1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

