@font-face {
  font-family: Formula;
  src: url('../fonts/Formula.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #e8611e;
  --black: #242424;
  --radius: 5px;
  --green: #01b735;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.utility-page-wrap {
  background-image: linear-gradient(135deg, #0d0d38, #313f67 52%, #232a34);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.hauptfarbe {
  background-image: none;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.utility-page-content._404 {
  width: auto;
  position: static;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #0d0d38;
}

.logo-img {
  height: 16vh;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.telefonnummer {
  margin-bottom: 5px;
  line-height: 1.3;
}

.hauptfarbe {
  color: #fff;
  background-color: #000;
}

.email {
  margin-bottom: 5px;
  line-height: 1.3;
}

.zweitfarbe {
  color: #000;
  background-color: #ececec;
}

.highlights {
  background-color: var(--orange);
  color: #fff;
}

.adresse {
  margin-bottom: 5px;
  line-height: 1.3;
}

.heading-1 {
  font-family: Questrial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-2 {
  font-family: Questrial, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.flie-text {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: var(--orange);
  line-height: 1.3;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: gray;
}

.nav-link-3.w--current {
  color: #ebe3de;
}

.nav-link-3.flie-text.w--current {
  color: #ece4df;
}

.navbar-6 {
  width: 100%;
}

.div-block-video1 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.buchstabe-hintergrund {
  z-index: -5;
  margin-top: -10px;
  margin-bottom: -35px;
  font-size: 100px;
  line-height: 35px;
  position: relative;
}

.terminbutton-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 22px;
}

.terminbutton-2:hover {
  background-color: #292929;
}

.terminbutton-2.highlights {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.terminbutton-2.highlights:hover {
  background-color: #161616;
}

.text-links1 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.text-links1.flie-text {
  line-height: 1.5;
}

.section-mittig1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px;
  display: flex;
}

.heading-links-klein1 {
  text-align: left;
  margin-top: 0;
  font-size: 30px;
}

.heading-mittig1 {
  z-index: 5;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 1.3;
  position: relative;
}

.divider {
  width: 10vw;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-mittig1 {
  text-align: center;
  font-size: 16px;
  line-height: 180%;
}

.text-mittig1.flie-text {
  line-height: 1.5;
}

.bild-section-cover1 {
  color: #fff;
  background-image: linear-gradient(#00000069, #00000069), url('../images/AdobeStock_233791854_visu_1AdobeStock_233791854_visu.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 50vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: static;
}

.div-block-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.footer-2 {
  padding: 60px 140px;
}

.footer-2.hauptfarbe {
  background-color: var(--black);
  padding-bottom: 10px;
}

.heading-footer {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.heading-footer.heading-3.farbe-der-headings {
  margin-bottom: 10px;
}

.inhalt-footer {
  height: 100%;
}

.section-gro-e-abst-nde1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px;
  display: flex;
}

.galerie-img1 {
  object-fit: cover;
  width: 100%;
  height: 44vh;
}

.checkbox-field {
  text-align: left;
}

.form-text.flie-text {
  text-transform: none;
}

.submit-button1 {
  border-radius: var(--radius);
}

.select-field {
  color: #949494;
  background-color: #fff;
}

.text-field {
  height: 4.3vh;
}

.impdat {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 80vh;
  padding: 100px 40px;
  display: flex;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-block.highlights {
  padding: 100px;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.paragraph_mittig {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.paragraph_mittig.flie-text {
  z-index: 1;
  line-height: 1.5;
}

.section_1 {
  padding: 100px 12vw;
  position: relative;
  overflow: hidden;
}

.section_1.highlight-1 {
  background-color: var(--black);
}

.section_1.zweitfarbe {
  font-family: Questrial, sans-serif;
}

.content_2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading_left {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 45px;
}

.heading_left.heading-1 {
  color: var(--black);
  text-align: left;
  font-family: Questrial, sans-serif;
  line-height: 1.3;
}

.paragraph {
  font-size: 16px;
  line-height: 26px;
}

.paragraph.flie-text {
  color: var(--black);
  text-align: left;
  line-height: 1.5;
}

.paragraph.flie-text.slider_flies {
  text-align: left;
}

.button {
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 22px;
}

.button.flie-text.highlights {
  width: 270px;
}

.farbe-der-headings-1 {
  color: #406197;
  line-height: 1.3;
}

.highlight-1 {
  color: #fff;
  background-color: #406197;
}

.heading_center {
  text-align: center;
  letter-spacing: 1px;
  font-size: 45px;
  line-height: 55px;
}

.heading_center.heading-1 {
  z-index: 1;
}

.heading_center_small {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
}

.heading_center_small.heading-1 {
  line-height: 1.3;
}

.google_reviews {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.slider {
  background-color: #0000;
  width: 40vw;
  height: 100%;
}

.slider-mask {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 0;
}

.slide {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.slider_button {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  font-size: 24px;
  display: flex;
  left: -28px;
}

.slider_button.farbe-der-headings-1 {
  background-color: #fff;
  border-radius: 50%;
  transition: all .2s;
  box-shadow: 0 1px 2px #00000024;
}

.slider_button.farbe-der-headings-1:hover {
  box-shadow: 0 1px 14px 6px #00000024;
}

.slider_button.farbe-der-headings-1.arrow_left {
  left: -10px;
  box-shadow: 0 1px 5px 1px #82849ecf;
}

.slider_button.farbe-der-headings-1.arrow_left:hover {
  box-shadow: 0 20px 20px 1px #82849ecf;
}

.slider_button.farbe-der-headings-1.arrow_right {
  left: auto;
  right: -25px;
  box-shadow: 0 2px 5px 1px #82849ecf;
}

.slider_button.farbe-der-headings-1.arrow_right:hover {
  box-shadow: 0 20px 20px 1px #00000024;
}

.hidden {
  display: none;
}

.content_4 {
  border-radius: var(--radius);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 5px -3px #000;
}

.image-2 {
  border-radius: var(--radius);
  object-fit: cover;
  width: 100%;
  height: 36vh;
  margin-bottom: 20px;
}

._2er_grid_2 {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

._2er_grid_3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40vw;
  width: 100%;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: auto;
  height: auto;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
  display: block;
}

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  text-decoration: none;
}

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block, .text-block-2 {
  line-height: 1.3;
}

.map-2 {
  border-radius: var(--radius);
  overflow: hidden;
}

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-8 {
  width: 100%;
  height: 100%;
  padding: 111px;
}

.html-embed-5 {
  width: 100%;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #0d0e37;
  border: 10px solid #fff;
  border-radius: 6rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 1px 12px #0003;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.impdat-3 {
  padding: 100px 10vw;
}

.navbar2 {
  background-color: #fff;
  box-shadow: 0 2px 5px #0003;
}

.navbar-1 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10vw;
}

.logo-wrap {
  height: 10vh;
}

.nav-link {
  color: #333;
  border-bottom: 1px solid #0000;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

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

.nav-link.flie-text:hover {
  border-bottom-color: var(--orange);
}

.nav-link.flie-text.w--current {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 70px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
}

.button-primary:hover {
  background-color: var(--black);
}

.button-primary.flie-text.highlights {
  background-color: var(--orange);
}

.body {
  font-family: Questrial, sans-serif;
}

.card {
  border-radius: var(--radius);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  transition: transform .4s, box-shadow .4s;
  position: relative;
  box-shadow: 0 2px 5px #82849ecf;
}

.card:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 10px #0003;
}

.testimonial-wrapper-four {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.image-left {
  border-radius: var(--radius);
  width: 40%;
  overflow: hidden;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-2, .icon-3 {
  font-size: 20px;
}

.logo1 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.title-section {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 65vh;
  padding: 80px 10vw;
  display: flex;
  overflow: hidden;
}

.title-section.img-2 {
  background-image: linear-gradient(#0003, #0003), url('../images/AdobeStock_21574463.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.title-section.img-3 {
  background-image: linear-gradient(#0003, #0003), url('../images/Steuerungstechnik.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.title-section.img-4 {
  background-image: linear-gradient(#0003, #0003), url('../images/AdobeStock_21574463.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.title-section.img-geb-udetechnik {
  background-image: linear-gradient(#0003, #0003), url('../images/Gebäudetechnik.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.title-section.img-kfz {
  background-image: linear-gradient(#0003, #0003), url('../images/AdobeStock_913922041.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.title-section.img-reparatur {
  background-image: linear-gradient(#0003, #0003), url('../images/repartuen-1.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.title-content {
  border-radius: var(--radius);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  font-family: Questrial, sans-serif;
  display: flex;
}

.slogan {
  margin-top: 10px;
  font-size: 45px;
  line-height: 55px;
}

.slogan.heading-1.farbe-der-headings {
  text-align: center;
  text-align: center;
  font-size: 40px;
}

.cards-wrap {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: space-between;
  width: 80%;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading_left_small {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.nav-menu1 {
  z-index: 100000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navabr-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.kontakt-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr 1fr;
  width: 100%;
}

.form-wrap {
  padding: 15px;
}

.kontakt-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--radius);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.link-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-md {
  object-fit: contain;
  width: 3rem;
}

.list-grid {
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-icon {
  object-fit: contain;
  width: 1.4rem;
}

.list-links {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

.list-links.flie-text {
  line-height: 1.5;
}

.title-section-start {
  background-image: url('../images/AdobeStock_21574463.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 75vh;
  padding: 80px 12vw;
  display: flex;
  overflow: hidden;
}

.sub-slogan {
  text-align: center;
  margin-top: 10px;
  font-size: 33px;
  line-height: 55px;
}

.title-content-2 {
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  font-family: Questrial, sans-serif;
  display: flex;
}

@media screen and (max-width: 991px) {
  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men-1.hauptfarbe {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .men-buttton1.hauptfarbe.w--open {
    background-image: linear-gradient(#383838, #383838);
  }

  .men-icon1 {
    color: #fff;
  }

  .div-block-video1 {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    inset: 0%;
  }

  .section-mittig1 {
    padding: 60px;
    display: flex;
  }

  .section-mittig1.zweitfarbe {
    padding: 60px;
  }

  .divider.highlights {
    width: 30vw;
  }

  .bild-section-cover1 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .footer-2.hauptfarbe {
    padding: 20px;
  }

  .heading-footer.heading-3 {
    font-size: 12px;
  }

  .heading-footer.heading-3.farbe-der-headings {
    font-size: 18px;
  }

  .inhalt-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-gro-e-abst-nde1 {
    padding: 60px;
  }

  .heading-links1.heading-1.farbe-der-headings {
    text-align: center;
    font-size: 30px;
  }

  .form-text.flie-text {
    text-align: center;
  }

  .form-text.flie-text.left {
    text-align: left;
  }

  .impdat {
    min-height: auto;
    padding: 60px;
  }

  .success {
    height: auto;
    padding: 60px 40px;
  }

  .success-block {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .success-block.highlights {
    padding: 60px;
  }

  .heading-success.heading-2 {
    font-size: 28px;
  }

  .section_1 {
    padding: 60px;
  }

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

  .heading_left.heading-1 {
    text-align: center;
    font-size: 25px;
  }

  .paragraph.flie-text, .paragraph.flie-text.slider_flies {
    text-align: center;
  }

  .button.flie-text.highlights {
    text-align: center;
    width: auto;
  }

  .heading_center.heading-1, .heading_center.heading-1.farbe-der-headings {
    font-size: 40px;
    line-height: 45px;
  }

  .heading_center_small.heading-1 {
    font-size: 16px;
  }

  .slider {
    width: 100%;
  }

  .slider-mask {
    margin-left: auto;
    margin-right: auto;
  }

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

  ._2er_grid_3 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .impdat-3 {
    padding: 60px;
  }

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

  .nav-link.flie-text {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-primary.flie-text.highlights {
    margin-left: auto;
    margin-right: auto;
  }

  .card {
    padding: 20px;
  }

  .testimonial-wrapper-four {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
  }

  .image-left {
    width: 100%;
    height: 50vh;
    margin-right: 0;
  }

  .testimonial-right {
    justify-content: flex-start;
    align-items: center;
  }

  .title-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .title-section.img-2, .title-section.img-3, .title-section.img-4, .title-section.img-kfz, .title-section.img-reparatur {
    justify-content: center;
    align-items: stretch;
    height: 60vh;
  }

  .cards-wrap {
    width: 100%;
  }

  .heading_left_small.flie-text {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .nav-menu1 {
    background-color: var(--black);
    padding: 10px;
  }

  .kontakt-grid {
    flex-flow: column;
    display: flex;
  }

  .kontakt-wrap.highlights {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .list-grid {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .title-section-start {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 60vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sub-slogan.heading-1.farbe-der-headings {
    font-size: 20px;
    line-height: 25px;
  }

  .menu-button-2 {
    border: 2px solid var(--orange);
    background-color: var(--black);
  }

  .menu-button-2.w--open {
    background-color: var(--black);
  }

  .icon-101 {
    color: var(--orange);
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .div-block-video1 {
    width: 100%;
    padding-left: 20px;
  }

  .buchstabe-hintergrund {
    font-size: 70px;
  }

  .text-links1.flie-text {
    text-align: left;
  }

  .section-mittig1, .section-mittig1.zweitfarbe, .section-mittig1.zweitfarbe {
    padding: 40px;
  }

  .heading-mittig1 {
    font-size: 25px;
    line-height: 1.3;
  }

  .heading-mittig1.heading-2 {
    font-size: 22px;
  }

  .bild-section-cover1 {
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-footer1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-gro-e-abst-nde1 {
    padding: 40px;
  }

  .heading-links1.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .impdat {
    padding: 40px;
  }

  .success, .success-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-success.heading-2 {
    font-size: 24px;
  }

  .section_1 {
    padding: 40px;
  }

  .heading_center.heading-1, .heading_center.heading-1.farbe-der-headings {
    font-size: 35px;
    line-height: 40px;
  }

  .slider_button.farbe-der-headings-1.arrow_left {
    left: -40px;
  }

  .slider_button.farbe-der-headings-1.arrow_right {
    right: -40px;
  }

  ._2er_grid_2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._2er_grid_3 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .maos-footer {
    width: auto;
    height: auto;
  }

  .html-embed-2 {
    height: auto;
  }

  .map-2 {
    height: 45vh;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .impdat-3 {
    flex-direction: column;
    justify-content: space-around;
    padding: 40px;
    display: block;
  }

  .logo-wrap {
    padding-left: 0;
  }

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

  .nav-link.flie-text {
    width: 100%;
  }

  .card {
    padding: 20px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .image-left {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .title-section.img-2, .title-section.img-3, .title-section.img-4, .title-section.img-kfz, .title-section.img-reparatur {
    height: 55vh;
  }

  .slogan.heading-1.farbe-der-headings {
    font-size: 35px;
  }

  .nav-menu1 {
    flex-flow: column;
  }

  .list-links.flie-text {
    text-align: left;
  }

  .title-section-start {
    height: 55vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-button-2 {
    padding: 10px;
  }

  .form {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .flie-text {
    overflow-wrap: anywhere;
    width: 100%;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .div-block-video1 {
    align-items: flex-start;
    width: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-mittig1, .section-mittig1.zweitfarbe, .section-mittig1.zweitfarbe {
    padding: 40px 20px;
  }

  .heading-links-klein1.heading-1 {
    font-size: 24px;
  }

  .heading-mittig1 {
    font-size: 20px;
    line-height: 1.3;
  }

  .heading-mittig1.heading-2 {
    font-size: 20px;
  }

  .bild-section-cover1 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-footer1 {
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .section-gro-e-abst-nde1 {
    padding: 40px 20px;
  }

  .heading-links1.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

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

  .success-block.highlights {
    padding: 20px;
  }

  .heading-success {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-success.heading-2 {
    font-size: 18px;
    line-height: 26px;
  }

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

  .heading_center.heading-1 {
    font-size: 26px;
    line-height: 31px;
  }

  .heading_center.heading-1.farbe-der-headings {
    font-size: 25px;
    line-height: 40px;
  }

  .slide {
    padding-left: 0;
    padding-right: 0;
  }

  .slider_button.farbe-der-headings-1.arrow_left {
    left: -20px;
  }

  .slider_button.farbe-der-headings-1.arrow_right {
    right: -20px;
  }

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

  .impdat-3 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-section.img-2, .title-section.img-3, .title-section.img-4, .title-section.img-kfz, .title-section.img-reparatur {
    height: 50vh;
  }

  .slogan.heading-1.farbe-der-headings {
    font-size: 25px;
    line-height: 30px;
  }

  .icon-md {
    width: 40px;
  }

  .title-section-start {
    height: 50vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-slogan.heading-1.farbe-der-headings {
    font-size: 16px;
    line-height: 21px;
  }
}

#w-node-_55375067-3e9b-169a-42fd-650f2453aeea-933320cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_3f0ddee9-0a2e-bfe0-dfce-31cf0c48e4f5-933320cd, #w-node-_4769e68f-b7ed-0a1c-3068-348a4f556d1c-933320fd, #w-node-_4769e68f-b7ed-0a1c-3068-348a4f556d1c-25381e02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Formula';
  src: url('../fonts/Formula.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}