@font-face {
  font-family: Public Sans-Lokal;
  src: url('../fonts/public-sans-v18-latin-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Public Sans-Lokal;
  src: url('../fonts/public-sans-v18-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Public Sans-Lokal;
  src: url('../fonts/public-sans-v18-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Public Sans-Lokal;
  src: url('../fonts/public-sans-v18-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Public Sans-Lokal;
  src: url('../fonts/public-sans-v18-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Public Sans-Lokal;
  src: url('../fonts/public-sans-v18-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Public Sans-Lokal;
  src: url('../fonts/public-sans-v18-latin-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo-Lokal;
  src: url('../fonts/exo-v21-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo-Lokal;
  src: url('../fonts/exo-v21-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo-Lokal;
  src: url('../fonts/exo-v21-latin-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo-Lokal;
  src: url('../fonts/exo-v21-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo-Lokal;
  src: url('../fonts/exo-v21-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo-Lokal;
  src: url('../fonts/exo-v21-latin-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo-Lokal;
  src: url('../fonts/exo-v21-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --text: #4d5765;
  --dark-grey: #414041;
  --white: white;
  --black: black;
  --red: #661915;
  --transparent: #66191500;
  --size--page-padding: 1.25rem;
  --dark-blue: #0e121d;
  --light-grey: #e4e4e4;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--text);
  font-family: Public Sans-Lokal, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.footer-brand-image {
  width: 100%;
  max-width: none;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-15 {
  width: 150px;
  max-width: none;
  position: static;
  inset: auto 10% 1% auto;
}

.footer-dark {
  background-color: var(--dark-grey);
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.link-block-2 {
  transition: all .2s;
}

.link-block-2:hover {
  transform: scale(.95);
}

.footer-copyright-center-2 {
  color: var(--white);
  text-align: center;
  font-size: .8rem;
  line-height: 1rem;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
}

.nav-link:hover {
  color: var(--red);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.main-button {
  background-color: var(--red);
  box-shadow: 0 0 .3rem 0rem var(--red);
  color: var(--white);
  white-space: nowrap;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  transition: all .5s;
}

.main-button:hover {
  background-color: var(--black);
  box-shadow: 0 0 .5rem .05rem var(--red);
  color: #fff;
}

.main-button:active {
  background-color: #43464d;
}

.main-button.left {
  text-transform: uppercase;
  align-self: flex-start;
}

.main-button.red-outline {
  border: .15rem solid var(--black);
  background-color: var(--transparent);
  color: var(--black);
  box-shadow: 0 2px 5px #0003;
}

.main-button.red-outline:hover {
  background-color: var(--black);
  color: var(--white);
}

.na-image {
  width: 10rem;
  max-width: none;
  transition: all .4s;
}

.na-image:hover {
  transform: scale(.95);
}

.div-block-20 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-icon {
  width: 1rem;
  max-width: none;
}

.title-small-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.footer-brand-2 {
  width: 16rem;
  transition: all .3s;
}

.footer-brand-2:hover {
  transform: scale(.95);
}

.container-footer {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.footer-content-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5rem;
  display: grid;
}

.footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .2rem;
  margin-bottom: .2rem;
  text-decoration: none;
  display: flex;
}

.footer-block-2 {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link-2 {
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-decoration: none;
  transition: all .4s;
}

.footer-link-2:hover {
  color: #ff3127;
}

.footer-link-2.w--current {
  color: #fff;
}

.footer-link-2.w--current:hover {
  color: #ff3127;
}

.footer-link-2.wrap {
  white-space: normal;
}

.start-startsection {
  padding: 8rem var(--size--page-padding);
  background-image: url('../images/Slider.webp');
  background-position: 50%;
  background-size: cover;
}

.container-large {
  max-width: 1400px;
}

.start-first-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.h1 {
  color: var(--dark-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo-Lokal, Arial, sans-serif;
  font-size: 3rem;
  line-height: 3.5rem;
}

.overheading {
  color: var(--red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo-Lokal, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.overheading.white {
  color: var(--white);
}

.paragraph-normal {
  margin-bottom: 0;
  line-height: 1.6rem;
}

.paragraph-normal.white {
  color: var(--white);
}

.paragraph-normal.red {
  color: var(--red);
}

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

.section {
  padding: 6rem var(--size--page-padding);
}

.section.image {
  background-image: url('../images/bg-3.png');
  background-position: 50%;
  background-size: cover;
}

.section.image.contact-section {
  background-image: url('../images/bg-2-1.webp');
  padding-bottom: 8rem;
  position: relative;
}

.section.image.chimney {
  background-image: url('../images/History.webp');
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.grey {
  background-color: #dadbdc;
}

.green-block-wrapper {
  position: relative;
}

.partner-text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.partner-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.flex-horizontal-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal-wrapper.gap-3rem {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.flex-horizontal-wrapper.gap-3rem.align-top {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-horizontal-wrapper.gap-3rem.align-top.right {
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-horizontal-wrapper.gap-3rem.align-out, .flex-horizontal-wrapper.align-out {
  justify-content: space-between;
  align-items: center;
}

.green-block {
  z-index: -1;
  background-color: #59c65b;
  width: 12rem;
  height: 2.5rem;
  position: absolute;
  inset: -5% 0% auto 50%;
  transform: translate(-50%);
}

.green-block.left {
  z-index: 0;
  top: -.7rem;
  left: 0%;
  transform: none;
}

.car-image.second {
  margin-bottom: -20rem;
  margin-left: -11rem;
}

.red-line {
  background-color: var(--red);
  width: 3rem;
  height: .2rem;
}

.red-line.white {
  background-color: var(--white);
}

.h2 {
  z-index: 1;
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo-Lokal, Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.6rem;
  position: relative;
}

.h2.white {
  color: var(--white);
}

.image-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-wrapper.start {
  width: 50%;
  display: block;
}

.spacer-small {
  height: 1rem;
}

.flex-vertical-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.flex-vertical-wrapper.center {
  justify-content: flex-start;
  align-items: center;
}

.flex-vertical-wrapper.fa-os {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border-left: .15rem solid #c3c3c3;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem;
}

.flex-vertical-wrapper.gap-0-5rem {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-vertical-wrapper.gap-0-5rem.contact {
  flex: 1;
}

.flex-vertical-wrapper.black-color {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: var(--black);
}

.red-line-heading {
  height: .1rem;
}

.start-service-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3rem;
}

.start-service-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  color: var(--text);
  border: .2rem solid #000;
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem 4rem;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.start-service-wrapper:hover {
  transform: scale(1.025);
  box-shadow: 0 0 .4rem #0003;
}

.start-service-image {
  width: 4rem;
  max-width: none;
}

.horizontal-red-line {
  background-color: var(--red);
  height: .15rem;
}

.h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo-Lokal, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
}

.h3.service {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.container-medium {
  max-width: 1200px;
}

.spacer-large {
  height: 5rem;
}

.spacer-xlarge {
  height: 7rem;
}

.container-small {
  max-width: 1000px;
}

.stats-wrapper {
  background-color: var(--red);
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 90%;
  padding: 4rem 6rem;
  display: flex;
  position: absolute;
  inset: auto 0% -28% 50%;
  transform: translate(-50%);
}

.stat-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider-left-arrow {
  color: #444;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.image-34 {
  width: 3rem;
  max-width: none;
}

.slider-right-arrow {
  color: #444;
  justify-content: center;
  align-items: center;
  margin-right: 3rem;
  display: flex;
}

.slide-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-wrapper {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-2 {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.mask-2 {
  position: static;
  overflow: visible;
}

.div-block-21 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--red);
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 1rem 2rem;
}

.first-section {
  padding: 10rem var(--size--page-padding);
  background-image: url('../images/Breadcrumb.webp');
  background-position: 50%;
  background-size: cover;
}

.first-section.referenzen {
  background-image: url('../images/Breadcrumb-2.webp');
}

.first-section.kontakt {
  background-image: url('../images/Breadcrumb-3.webp');
}

.h4 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.h4.black {
  color: var(--black);
  margin-bottom: 0;
}

.h4.black.no-wrap {
  white-space: nowrap;
}

.h4.white {
  color: var(--white);
}

.first-over-us-image {
  width: 30rem;
  max-width: none;
}

.first-over-us-image.second {
  margin-bottom: -20rem;
  margin-left: -11rem;
}

.first-over-us-wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  display: flex;
}

.stats-wrapper-static {
  background-color: var(--red);
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  max-width: 100%;
  padding: 4rem 6rem;
  display: flex;
}

.working-way-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: wrap;
  display: flex;
}

.work-step {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 25rem;
  display: flex;
}

.work-step-image {
  width: 3.5rem;
  max-width: none;
}

.work-step-image-wrapper {
  border-radius: 100%;
  padding: 1.5rem;
  box-shadow: 0 0 1rem .1rem #0003;
}

._50-right-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: 50%;
  display: flex;
}

.offer-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.offer-image {
  width: 5rem;
  max-width: none;
}

.over-slider-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--light-grey);
  flex-flow: column;
  margin-top: 4rem;
  padding: 3rem;
  display: flex;
}

.arrow-image {
  width: 1.6rem;
  max-width: none;
}

.service-image {
  width: 35rem;
  max-width: none;
}

.reference-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}

.reference-image {
  width: 100%;
}

.data-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 .5rem 0 #0003;
}

.data-image {
  background-color: var(--red);
  width: 3.6rem;
  max-width: none;
  padding: 1rem;
}

.contact-image {
  width: 40rem;
  max-width: none;
}

.contact-form-image {
  width: 26rem;
  max-width: none;
}

.text-field {
  background-color: var(--light-grey);
  color: var(--black);
  border: 1px #000;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.text-field::placeholder {
  color: #fff;
  font-size: 1rem;
}

.contact-form-wrapper {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.contact-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 3rem;
}

.contact-double-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-button-2 {
  color: #000;
  letter-spacing: .025rem;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #59c65b;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition: all .2s;
}

.main-button-2:hover {
  color: #59c65b;
  background-color: #2b2b2b;
  transform: translate(0, -2px);
  box-shadow: 0 2px 5px #0003;
}

.main-button-2:active {
  background-color: #43464d;
}

.main-button-2.left {
  align-self: flex-start;
}

.green-line {
  background-color: #59c65b;
  width: 5rem;
  height: .2rem;
}

.green-line.long {
  width: 15rem;
}

.code-embed {
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .link-block-2 {
    right: 8%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 1rem;
  }

  .menu-button.w--open {
    background-color: var(--red);
    color: #fff;
    border-radius: .5rem;
  }

  .footer-brand-2, .footer-brand-2.w--current {
    width: 15rem;
  }

  .container-footer {
    max-width: 728px;
  }

  .footer-content-2 {
    margin-left: 20px;
  }

  .section.grey {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .partner-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .car-image {
    width: 100%;
  }

  .start-service-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 2rem;
  }

  .first-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .first-over-us-image {
    width: 28rem;
  }

  .first-over-us-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .stats-wrapper-static {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .working-way-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: row;
  }

  .contact-image {
    width: 36rem;
  }

  .contact-form-image {
    width: 22rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .image-15 {
    margin-top: 10px;
  }

  .footer-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .link-block-2 {
    position: static;
  }

  .footer-divider {
    margin-top: 1rem;
    margin-bottom: .8rem;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-20 {
    margin-top: 20px;
  }

  .footer-icon {
    width: 1.4rem;
  }

  .title-small-2 {
    margin-bottom: 0;
  }

  .footer-brand-2.w--current {
    width: 20rem;
  }

  .footer-content-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: 0;
  }

  .footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-block-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
  }

  .footer-link-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-link-2.w--current {
    color: #fff;
  }

  .start-startsection {
    background-image: linear-gradient(#ffffff8f, #ffffff8f), url('../images/Slider.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .start-first-wrapper {
    width: 100%;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.grey {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .partner-text-wrapper {
    margin-top: 2rem;
  }

  .partner-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-horizontal-wrapper.gap-3rem.align-top, .flex-horizontal-wrapper.gap-3rem.align-out {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .car-image {
    width: 80%;
  }

  .car-image.second {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: -4rem;
  }

  .image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .image-wrapper.start {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .spacer-small.mobile-none {
    display: none;
  }

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

  .start-service-wrapper {
    padding: 1rem 2rem;
  }

  .spacer-xlarge {
    height: 6rem;
  }

  .stats-wrapper {
    padding: 3rem 2rem;
  }

  .slider-left-arrow {
    margin-left: 0;
  }

  .slider-right-arrow {
    margin-right: 0;
  }

  .div-block-21 {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .first-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .first-over-us-image {
    width: 45%;
  }

  .first-over-us-image.second {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: -4rem;
  }

  .first-over-us-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .stats-wrapper-static {
    padding: 2rem 1rem;
  }

  .working-way-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: 1rem;
  }

  .work-step {
    align-self: center;
    width: 80%;
  }

  ._50-right-wrapper {
    width: 70%;
    margin-left: 30%;
  }

  .service-image {
    width: 22rem;
  }

  .reference-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }

  .contact-image {
    width: 50%;
  }

  .contact-form-image {
    width: 40%;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .contact-double-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .image-15 {
    width: 120px;
  }

  .footer-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
    display: flex;
  }

  .footer-divider {
    margin-top: 1rem;
  }

  .nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .div-block-20 {
    margin-top: 0;
  }

  .title-small-2 {
    margin-bottom: 10px;
  }

  .footer-brand-2 {
    justify-content: center;
    align-items: center;
    width: 40vw;
    display: flex;
  }

  .footer-brand-2.w--current {
    width: 60vw;
  }

  .container-footer {
    max-width: none;
  }

  .footer-content-2 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-link-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-link-2.w--current {
    color: #fff;
  }

  .h1 {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.image.contact-section {
    padding-top: 4rem;
  }

  .section.grey {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .flex-horizontal-wrapper.gap-3rem.align-top {
    flex-flow: column;
  }

  .flex-horizontal-wrapper.gap-3rem.align-out {
    flex-flow: column;
    align-items: stretch;
  }

  .flex-horizontal-wrapper.gap-3rem.mobile-vertical {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .car-image {
    width: 85%;
  }

  .car-image.second {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .h2 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .image-wrapper.start {
    flex-flow: column;
  }

  .flex-vertical-wrapper.fa-os {
    padding-left: 1rem;
  }

  .start-service-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .start-service-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .spacer-large {
    height: 3rem;
  }

  .spacer-xlarge {
    height: 4rem;
  }

  .stats-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 95%;
    padding: 1rem;
  }

  .stat-wrapper {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: 8rem;
  }

  .slider-left-arrow {
    margin-left: 0;
  }

  .slider-right-arrow {
    margin-right: 0;
  }

  .first-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .first-over-us-image {
    width: 85%;
  }

  .first-over-us-image.second {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .stats-wrapper-static {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .work-step {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .work-step-image {
    width: 3rem;
  }

  .work-step-image-wrapper {
    padding: 1rem;
  }

  ._50-right-wrapper {
    width: 100%;
    margin-left: 0%;
  }

  .offer-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .offer-image {
    width: 4rem;
  }

  .over-slider-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .service-wrapper {
    padding: 2rem;
  }

  .service-image {
    width: 100%;
  }

  .reference-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact-image, .contact-form-image {
    align-self: center;
    width: 85%;
  }
}

#w-node-_327576a9-4c1b-9814-646e-223b7bd8d11e-df065954, #w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e55-fa51968a, #w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e62-fa51968a, #w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e69-fa51968a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Public Sans-Lokal';
  src: url('../fonts/public-sans-v18-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans-Lokal';
  src: url('../fonts/public-sans-v18-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans-Lokal';
  src: url('../fonts/public-sans-v18-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans-Lokal';
  src: url('../fonts/public-sans-v18-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans-Lokal';
  src: url('../fonts/public-sans-v18-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans-Lokal';
  src: url('../fonts/public-sans-v18-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans-Lokal';
  src: url('../fonts/public-sans-v18-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-Lokal';
  src: url('../fonts/exo-v21-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-Lokal';
  src: url('../fonts/exo-v21-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-Lokal';
  src: url('../fonts/exo-v21-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-Lokal';
  src: url('../fonts/exo-v21-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-Lokal';
  src: url('../fonts/exo-v21-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-Lokal';
  src: url('../fonts/exo-v21-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo-Lokal';
  src: url('../fonts/exo-v21-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Platz für Bilder reservieren, damit beim Laden nichts springt.
   Die Werte entsprechen genau den Abmessungen der Bilddateien. */
.reference-image { aspect-ratio: 390 / 400; }
.reference { aspect-ratio: 600 / 440; }
.service-image { aspect-ratio: 560 / 270; }
.offer-image { aspect-ratio: 141 / 162; }
.footer-brand-image { aspect-ratio: 415 / 208; }
.na-image { aspect-ratio: 180 / 89; }
.image-15 { aspect-ratio: 888 / 231; }
.arrow-image { aspect-ratio: 27 / 21; }
.footer-icon { aspect-ratio: 1 / 1; }
.image-34 { aspect-ratio: 73 / 69; }
.start-service-image { aspect-ratio: 1 / 1; }
.work-step-image { aspect-ratio: 1 / 1; }
