body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.navigation-bar {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.31);
}

.section {
  position: relative;
  padding: 40px 10px;
  background-color: #fff;
  text-align: left;
}

.section.section-kontakt {
  padding-bottom: 50px;
  background-color: #f0f0f0;
}

.section.section-image {
  min-height: 450px;
  background-image: url('../images/Werkstatt.jpg');
  background-position: 50% 182%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.section-kontakt2 {
  padding-bottom: 53px;
}

.section.section-map {
  padding: 0px;
}

.section.section-leistungen {
  padding-bottom: 67px;
}

.white-box {
  max-width: 23%;
  min-height: 540px;
  margin-right: 2%;
  float: left;
  border: 0px none #dcebf7;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.11);
  text-align: center;
}

.white-box.box-unten {
  max-width: 32%;
  min-height: 380px;
  margin-top: 36px;
  background-image: none;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.11);
}

.white-box.box-end {
  margin-right: 0%;
}

.hero-section {
  margin-top: 0px;
  padding-top: 180px;
  padding-bottom: 24px;
  background-color: #f1f1f1;
}

.hero-heading {
  margin-bottom: 1px;
  font-family: Roboto;
  color: #ff3d2c;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.hero-heading.centered {
  font-family: Roboto-ing, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
}

.hero-heading.kurz {
  margin-top: -35px;
  margin-bottom: 16px;
  font-family: Roboto-ing, Arial, sans-serif;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
}

.hero-subheading {
  color: #404047;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.hero-subheading.centered {
  font-family: Roboto-ing, Arial, sans-serif;
  text-align: center;
}

.hero-subheading.kurz {
  max-width: 460px;
  font-family: Roboto-ing, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.section-subheading {
  font-family: Roboto;
  color: #404047;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.section-subheading.centered {
  margin-top: 12px;
  margin-bottom: 30px;
  font-family: Roboto-ing, Arial, sans-serif;
  color: #333;
  text-align: center;
}

.section-title-group {
  margin-bottom: 19px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  margin-top: -1px;
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  font-weight: 300;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Roboto-ing, Arial, sans-serif;
  color: #ecf0f1;
  font-size: 16px;
  text-align: left;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.grid-image.icon01 {
  width: 60%;
  margin-top: 7px;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none;
  background-color: transparent;
  box-shadow: none;
}

.text-direktkontakt {
  margin-top: 8px;
  margin-left: 20px;
  float: right;
  clear: none;
  font-family: Roboto-ing, Arial, sans-serif;
  color: #192024;
  font-weight: 400;
  text-align: right;
}

.bold-red {
  color: #ff3d2c;
  font-weight: 700;
}

.bold-red.home-button {
  position: static;
  float: right;
}

.heading {
  font-family: Roboto-ing, Arial, sans-serif;
  color: #ff3d2c;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph {
  margin-right: 15px;
  margin-left: 15px;
  font-family: Roboto-ing, Arial, sans-serif;
  color: #404047;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

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

.paragraph.zentriert.text-imprint {
  color: #404047;
  font-style: normal;
  font-weight: 300;
}

.button-center {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-radius: 5px;
  background-color: #ff3d2c;
  box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.24);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.button-center:hover {
  background-color: #fc7d64;
}

.button-center.whatsapp {
  width: 320px;
  margin-top: 22px;
  font-family: Roboto-ing, Arial, sans-serif;
  font-weight: 600;
}

.button-center.whatsapp:hover {
  background-color: #fc7d64;
}

.button-center.whatsapp.button-left {
  margin-top: 20px;
  float: left;
}

.body {
  font-family: Roboto-ing, Arial, sans-serif;
  color: #404047;
}

.link-block {
  text-decoration: none;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image.float {
  float: none;
}

.bold {
  font-weight: 500;
}

.medium {
  font-weight: 500;
}

.impr-text {
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0;
  font-weight: 500;
  text-align: right;
  cursor: pointer;
}

.link {
  color: #192024;
  text-decoration: none;
}

.link:hover {
  color: #8e8e9c;
}

.link.weiss {
  color: #fff;
}

.link.weiss:hover {
  color: #afafaf;
}

.text-span-2 {
  text-decoration: underline;
}

.balken-oben {
  width: 100%;
  max-width: none;
  margin-top: -6px;
}

.balken-oben.abstand-unten {
  margin-bottom: 45px;
}

.abstand-unten {
  margin-bottom: 21px;
}

.link-red {
  color: #ff3d2c;
  text-decoration: none;
}

.link-red:hover {
  color: rgba(255, 61, 44, 0.63);
}

.menu-point {
  margin-top: 29px;
  margin-right: 20px;
  padding-top: 0px;
  float: right;
  font-family: Roboto-ing, Arial, sans-serif;
  color: #aaa;
  font-weight: 700;
  text-decoration: none;
}

.menu-point:hover {
  color: #404047;
}

.menu-point.w--current {
  color: #afafaf;
}

.hero-image {
  position: relative;
  left: 295px;
  top: -52px;
  right: 0px;
  bottom: 0px;
  z-index: 90;
  display: block;
  width: 200%;
  max-width: 180%;
  margin-right: 0px;
  float: right;
  clear: none;
}

.warndreieck {
  position: absolute;
  top: 113px;
  right: 0px;
  bottom: 297px;
  z-index: 99;
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  clear: none;
}

.linie {
  height: 1px;
  margin-bottom: 19px;
  background-color: #f0f0f0;
}

.section-imprint {
  display: block;
  overflow: visible;
  padding-top: 160px;
  padding-bottom: 75px;
  background-color: #f1f1f1;
  opacity: 1;
  color: #404047;
}

.link-2 {
  color: #a7a7a7;
}

.logo {
  margin-top: 6px;
}

.imprint-link {
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.imprint-link:hover {
  color: #919192;
}

.section-top {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(64, 64, 71, 0.57);
}

.home-link {
  display: block;
  margin-top: 21px;
  color: #ff3d2c;
  font-size: 20px;
  text-decoration: none;
}

.home-link:hover {
  color: rgba(255, 61, 44, 0.69);
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .navigation-bar {
    padding-right: 23px;
    padding-left: 25px;
  }

  .section {
    padding-right: 30px;
    padding-bottom: 54px;
    padding-left: 30px;
  }

  .section.section-kontakt {
    padding-top: 26px;
  }

  .section.section-image {
    min-height: 300px;
    background-position: 50% 55%;
    background-size: contain;
  }

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

  .white-box {
    max-width: 47%;
    margin-right: 3%;
    margin-bottom: 21px;
  }

  .white-box.box-unten {
    max-width: 31%;
    min-height: 500px;
    margin-right: 2%;
  }

  .hero-section {
    margin-bottom: 19px;
    padding-top: 131px;
    padding-bottom: 0px;
    padding-left: 30px;
  }

  .hero-heading.kurz {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-subheading.kurz {
    font-size: 20px;
    line-height: 28px;
  }

  .footer.center {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-text {
    width: 100%;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .text-direktkontakt {
    margin-top: 11px;
    margin-left: 10px;
  }

  .menu-point {
    margin-top: 32px;
    margin-right: 15px;
  }

  .hero-image {
    left: 87px;
    top: -33px;
    right: 91px;
    width: 180%;
    max-width: 140%;
    margin-top: 16px;
    padding-top: 0px;
  }

  .hero-row {
    width: 100%;
  }

  .warndreieck {
    left: 183px;
    top: 48px;
    right: 44px;
    width: 150px;
    max-width: 60%;
    margin-top: 23px;
  }

  .section-imprint {
    padding-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    padding-right: 10px;
    padding-left: 20px;
  }

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

  .section.section-kontakt {
    padding-bottom: 39px;
  }

  .white-box {
    max-width: 47%;
    margin-bottom: 30px;
  }

  .white-box.box-unten {
    max-width: 100%;
    min-height: 300px;
    margin-right: 0%;
    margin-bottom: 3px;
  }

  .hero-section {
    padding-right: 30px;
    padding-bottom: 19px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 44px;
  }

  .hero-heading.kurz {
    margin-top: -3px;
    text-align: center;
  }

  .hero-subheading {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-subheading.kurz {
    text-align: center;
  }

  .section-subheading.centered {
    margin-top: -2px;
    font-size: 20px;
    line-height: 26px;
  }

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

  .footer-text {
    width: 70%;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .text-direktkontakt {
    display: none;
  }

  .bold-red.home-button {
    margin-right: 19px;
  }

  .button-center.whatsapp.button-left {
    float: none;
  }

  .impr-text {
    margin-top: 5px;
    float: left;
    clear: none;
  }

  .menu-point {
    margin-top: 32px;
    margin-right: 7px;
    float: right;
    font-size: 14px;
  }

  .hero-image {
    position: static;
    left: 0px;
    top: 22px;
    right: 0px;
    display: block;
    max-width: 100%;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .warndreieck {
    left: 335px;
    top: 316px;
    right: 140px;
    max-width: 30%;
    margin-top: 146px;
  }

  .column {
    position: static;
  }

  .section-top {
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-bar {
    padding-left: 20px;
  }

  .section {
    padding-bottom: 40px;
  }

  .section.section-image {
    background-position: 50% 44%;
    background-size: 150%;
  }

  .white-box {
    max-width: 100%;
    min-height: 400px;
    margin-right: 0%;
  }

  .white-box.box-unten {
    min-height: 320px;
    margin-bottom: -7px;
  }

  .white-box.box-unten.box-end {
    min-height: 340px;
    margin-bottom: 14px;
  }

  .hero-section {
    padding-top: 123px;
  }

  .hero-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-heading.centered {
    margin-bottom: 7px;
  }

  .hero-heading.kurz {
    margin-top: 23px;
  }

  .section-subheading.centered {
    margin-top: 5px;
  }

  .grid-image {
    width: 35%;
  }

  .grid-image.icon01 {
    width: 40%;
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .button-center.whatsapp {
    width: auto;
    max-width: 320px;
  }

  .button-center.whatsapp:hover {
    background-color: #fc7d64;
  }

  .link-block {
    float: left;
    clear: both;
  }

  .impr-text {
    margin-top: 7px;
    float: left;
    clear: both;
  }

  .balken-oben.abstand-unten {
    margin-bottom: 18px;
  }

  .menu-point {
    margin-top: 12px;
    margin-right: 7px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: right;
    clear: left;
  }

  .hero-image {
    left: 99px;
    top: 13px;
    right: 273px;
  }

  .warndreieck {
    position: absolute;
    left: 230px;
    top: 397px;
    right: NaNpx;
    bottom: auto;
    width: 100px;
    margin-top: 252px;
    float: right;
  }

  .section-imprint {
    padding-top: 120px;
  }

  .logo {
    max-width: 80%;
    margin-right: 0px;
    padding-right: 0px;
    float: left;
    clear: both;
  }

  .section-top {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: auto;
  }

  .home-link {
    float: left;
  }

  .container {
    clear: none;
    -o-object-fit: none;
    object-fit: none;
  }
}

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