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

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: normal;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffa600;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

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

a:hover {
  color: #fff;
}

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

.section_titel {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 100px;
  background-image: url('../images/titelbild2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.navbar {
  background-color: transparent;
}

.body {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.1px;
}

.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #333;
}

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link.w--current:hover {
  color: #333;
}

.titel-text {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.button {
  margin-top: 20px;
  padding: 15px 20px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ffa600;
}

.section_normal {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.leistung-link {
  display: block;
  height: 200px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.leistung-link.rohr {
  background-image: url('../images/george-pagan-iii-1242619-unsplash.jpg');
}

.leistung-link.tv {
  background-image: url('../images/steve-johnson-645406-unsplash.jpg');
}

.leistung-link.dicht {
  background-image: url('../images/pawel-czerwinski-719121-unsplash.jpg');
}

.leistung-link.sanierung {
  background-image: url('../images/matt-benson-1191617-unsplash.jpg');
}

.leistung-link.strasse {
  background-image: url('../images/patrick-tomasso-59247-unsplash.jpg');
}

.leistung-link.winter {
  background-image: url('../images/daniel-j-schwarz-1278805-unsplash.jpg');
}

.leistung-link.abwasser {
  background-image: url('../images/scott-webb-383381-unsplash.jpg');
}

.leistung-link.wagen {
  background-image: url('../images/tomasz-sroka-463948-unsplash.jpg');
}

.section_orange {
  overflow: hidden;
  padding-top: 40px;
  background-color: #ffa600;
}

.section_orange.full {
  height: 100vh;
}

.section_footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333;
}

.footer-text {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.footer-text.copy {
  color: hsla(0, 0%, 100%, 0.6);
}

.heading-normal {
  margin-top: 20px;
  color: #ffa600;
}

.col-start {
  padding-right: 20px;
  padding-left: 20px;
}

.fixed-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: block;
  background-color: #fff;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -80px);
  -ms-transform: translate(0px, -80px);
  transform: translate(0px, -80px);
}

.nav-link-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ffa600;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  color: #333;
}

.nav-link-2.w--current {
  color: #ffa600;
  text-decoration: underline;
}

.nav-link-2.w--current:hover {
  color: #333;
}

.leistung-head {
  position: static;
  z-index: 1000;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 40px;
  background-color: rgba(255, 166, 0, 0.6);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.leistung-head:hover {
  background-color: rgba(255, 166, 0, 0);
}

.leistungen-bgimg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.brand {
  padding-top: 8px;
}

.footer-col {
  margin-bottom: 20px;
}

.fixed-nav-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1);
}

.section-leistung-title {
  overflow: hidden;
  height: 400px;
  background-color: #333;
}

.headerbild {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.headerbild.betriebsf {
  background-image: url('../images/scott-webb-383381-unsplash.jpg');
}

.headerbild.tv {
  background-image: url('../images/steve-johnson-645406-unsplash.jpg');
}

.headerbild.rohr {
  background-image: url('../images/george-pagan-iii-1242619-unsplash.jpg');
}

.headerbild.winter {
  background-image: url('../images/daniel-j-schwarz-1278805-unsplash.jpg');
}

.headerbild.wasserwagen {
  background-image: url('../images/tomasz-sroka-463948-unsplash.jpg');
}

.headerbild.dicht {
  background-image: url('../images/pawel-czerwinski-719121-unsplash.jpg');
}

.headerbild.sanierung {
  background-image: url('../images/matt-benson-1191617-unsplash.jpg');
}

.headerbild.strasse {
  background-image: url('../images/patrick-tomasso-59247-unsplash.jpg');
}

.leistungen-headline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  margin-top: 140px;
}

.spacer {
  width: 50px;
  height: 50px;
}

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

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-2 {
  margin-top: 100px;
  text-align: center;
}

.link-normal:hover {
  color: #333;
}

.linkonwhite:hover {
  color: #333;
}

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

.content-orange {
  margin-bottom: 60px;
}

.blacklist {
  padding-left: 20px;
  color: #333;
}

.image {
  margin-top: 20px;
}

.column-left {
  padding-right: 40px;
}

.column-right {
  padding-left: 40px;
}

.button-2 {
  margin-top: 20px;
  margin-right: 14px;
  padding: 13px 17px;
  border-style: solid;
  border-width: 2px;
  border-color: #ffa600;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #ffa600;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #ffa600;
}

.referenzen {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3000;
  display: none;
  overflow: scroll;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #333;
}

.close-div {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-top: 80px;
  margin-right: 40px;
  padding: 10px;
}

.close-div:hover {
  background-color: #636e7e;
}

.container-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.heading-3 {
  margin-top: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.impressum-text {
  color: #fff;
}

.fuhrpark {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3000;
  display: none;
  overflow: scroll;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #333;
}

.guetezeichen {
  max-width: 160px;
  margin-top: 10px;
  border: 3px solid #fff;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.guetezeichen:hover {
  box-shadow: 0 2px 10px -7px #000;
}

.html-embed {
  margin-bottom: -6px;
}

html.w-mod-js *[data-ix="pageload"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="content-appear"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

@media (max-width: 991px) {
  .section_titel {
    background-position: 43% 50%;
  }
  .nav-link.w--current {
    color: #fff;
  }
  .section_normal {
    overflow: hidden;
  }
  .section_orange {
    overflow: hidden;
  }
  .nav-link-2 {
    color: #fff;
  }
  .nav-link-2.w--current {
    color: #fff;
  }
  .leistung-head {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }
  .menu-button {
    color: #ffa600;
  }
  .menu-button.w--open {
    background-color: #ffa600;
    color: #fff;
  }
  .nav-menu {
    background-color: #ffa600;
  }
  .menu-button-2 {
    color: #fff;
  }
  .menu-button-2.w--open {
    background-color: #ffa600;
  }
  .nav-menu-2 {
    background-color: #ffa600;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .section_titel {
    background-position: 31% 50%;
  }
  .section_footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-text.copy {
    padding-right: 10px;
    padding-left: 10px;
  }
  .leistung-head {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 24px;
  }
  .title-leistung {
    margin-right: 20px;
    margin-left: 20px;
  }
  .col-title {
    padding-right: 40px;
    padding-left: 40px;
  }
  .head-leistung {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .content-orange {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-left {
    padding-right: 10px;
  }
  .column-right {
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .section_titel {
    background-position: 25% 50%;
  }
  .title-leistung {
    font-size: 30px;
    line-height: 40px;
  }
  .brand-start {
    width: 240px;
  }
  .spacer {
    width: 50px;
    height: 50px;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

