:root {
  --orange: #e79d4d;
  --black: black;
  --white: white;
  --grey: #353535;
  --dark: #2e2e2e;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

p {
  margin-bottom: 10px;
}

.section {
  padding-top: 0;
  padding-bottom: 10vh;
}

.utility-page-wrap {
  background-color: var(--orange);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

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

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  object-fit: contain;
  height: 24vh;
}

.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: #353535;
}

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

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

.highlights {
  color: #fff;
  background-color: #e79d4d;
}

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

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

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

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

.flie-text {
  overflow-wrap: anywhere;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

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

.navbar {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

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

.contact-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.titelvideo-start {
  height: 90vh;
  position: relative;
}

.video {
  color: #fff;
  background-image: linear-gradient(#00000036, #00000036);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.div-block-video {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 70px;
}

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

.startseite {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vw;
  display: flex;
}

.heading-start {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 80px;
}

.heading-start.heading-2 {
  color: var(--black);
  font-size: 50px;
  line-height: 1.3;
}

.heading-start.heading-2.farbe-der-headings {
  font-size: 50px;
  line-height: 1.3;
}

.heading-start.heading-2.farbe-der-headings.left {
  text-align: left;
}

.heading-start.heading-2.white {
  color: var(--white);
}

.text {
  text-align: center;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.text.flie-text {
  text-align: center;
  line-height: 1.5;
}

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

.inhalt-service {
  overflow: hidden;
}

.mehr-erfahren {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren.zweitfarbe:hover {
  color: #f7f7f7;
}

.mehr-erfahren.zweitfarbe.flie-text {
  margin-top: 10px;
  line-height: 1.5;
}

.mehr-erfahren.zweitfarbe.flie-text:hover {
  background-color: var(--grey);
}

.serviceangebote2 {
  width: 60%;
  min-width: auto;
  margin-top: 50px;
}

.kontaktaufnehmen {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/62f1ae7b6d41f272ab8c95511d2c1ff4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-linksb-ndig2.flie-text.mid {
  text-align: center;
}

.warumwir {
  color: #000;
  text-align: right;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 35px;
}

.warumwir.linksb-ndig {
  text-align: left;
}

.warumwir.linksb-ndig.heading-3 {
  color: var(--black);
  width: 100%;
  line-height: 1.3;
}

.warumwir.linksb-ndig.heading-3.mid {
  text-align: center;
}

.heading-start2 {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 85px;
}

.heading-start2.heading-2 {
  color: var(--black);
  font-size: 50px;
}

.centered-container {
  text-align: center;
  flex: 1;
  max-width: 100%;
}

.kontakt2 {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/3fd3bd0bc11f40c1ebc4372132f16b96.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vw;
  display: flex;
}

.impdat {
  padding: 100px 40px;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.sucess-block.highlights {
  color: #fff;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
}

.div-block-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

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

.footer-1.hauptfarbe {
  background-color: var(--grey);
  justify-content: space-around;
  margin-top: auto;
  padding-bottom: 10px;
}

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

.inhalt-footer {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.content-block {
  z-index: 1;
  width: 80%;
  position: relative;
  inset: auto;
}

.content-block._100 {
  width: 100%;
}

.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: 100%;
  padding: 0;
  display: flex;
}

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

.maps2 {
  height: 100%;
}

.nav-men-1.hauptfarbe {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  background-color: var(--grey);
}

.navbar-6.hauptfarbe:hover {
  font-size: 16px;
  font-weight: 700;
}

.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 {
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  transition: all .3s;
}

.nav-link-3.flie-text:hover, .nav-link-3.flie-text.w--current {
  color: var(--orange);
}

.nav-link-3.flie-text.button {
  background-color: var(--orange);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
  transition: all .3s;
}

.nav-link-3.flie-text.button:hover {
  background-color: var(--white);
  color: var(--black);
}

.nav-link-3.flie-text.button.w--current {
  color: var(--white);
}

.nav-link-3.flie-text.button.w--current:hover {
  color: var(--orange);
}

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

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.image-wrapper-large {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
}

.image-100.top {
  object-position: 50% 0%;
}

.image-100.contain {
  object-fit: contain;
}

.html-embed-form {
  width: 100%;
  margin-top: 40px;
}

.fixed-block {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 25% 2% 25% auto;
}

.link-block {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

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

.quick-stack {
  width: 100%;
}

.image-wrapper-70vh {
  width: 100%;
  height: 70vh;
}

.image-wrapper-33vh {
  width: 100%;
  height: 33.5vh;
}

.text-links {
  text-align: center;
  padding-bottom: 0;
}

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

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 20px;
  padding: 0;
}

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

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.arrow-left {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left.white-back {
  background-color: #fff;
}

.accordion-item-wrapper-white {
  background-color: #24242400;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.arrow-right {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-right.white-back {
  background-color: #fff;
}

.accordion-tab-button-dark {
  background-color: var(--orange);
  cursor: pointer;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding: 20px 0;
}

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.arrow-div-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

.accordion-question-header {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.accordion-question-header.flie-text {
  font-size: 16px;
}

.section-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vw 10vw 2vw;
  display: flex;
}

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

._2er-grid {
  grid-template-rows: auto;
}

.check {
  height: 1.5rem;
}

.grid-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: .25fr 1.75fr;
  width: 100%;
}

.grid-leistungen {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.image-leistungen {
  object-fit: contain;
  width: 120px;
}

.div-leistungen {
  color: var(--black);
  flex-flow: column;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 2px 2px 5px #0003;
}

.div-block-form {
  width: 70%;
  margin-top: 20px;
}

.div-block-form-100 {
  width: 100%;
  margin-top: 20px;
}

.karte-2 {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-img {
    height: 150px;
  }

  .logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .titelvideo-start {
    height: 60vh;
  }

  .slogan.heading-1 {
    text-align: center;
    font-size: 45px;
  }

  .startseite {
    padding: 60px;
  }

  .heading-start {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-start.heading-2 {
    font-size: 35px;
  }

  .heading-start.heading-2.farbe-der-headings {
    font-size: 35px;
    line-height: 1.3;
  }

  .heading-start.heading-2.farbe-der-headings.left {
    text-align: center;
  }

  .heading-start.heading-2.white {
    font-size: 35px;
  }

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

  .serviceangebote2 {
    width: 90%;
  }

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

  .text-linksb-ndig2.flie-text.mid {
    font-size: 16px;
  }

  .warumwir.linksb-ndig.heading-3.mid {
    font-size: 19px;
  }

  .heading-start2 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-start2.heading-2 {
    font-size: 35px;
  }

  .kontakt2, .impdat, .success {
    padding: 60px;
  }

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

  .sucess-block.highlights {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-success {
    font-size: 26px;
    line-height: 1.3em;
  }

  .div-block-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-1.hauptfarbe {
    padding: 40px 40px 20px;
  }

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

  .inhalt-footer {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .content-block {
    width: 100%;
  }

  .content-block._100 {
    text-align: center;
  }

  .impressum-link, .datenschutz-link {
    overflow-wrap: normal;
  }

  .maps2 {
    margin-bottom: 0;
  }

  .men-icon1 {
    color: #fff;
  }

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

  .nav-link-3.flie-text.button {
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .men-buttton1.hauptfarbe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: #353535;
  }

  .content-wrapper {
    height: 60vh;
  }

  .content-wrapper.highlights {
    height: auto;
  }

  .image-wrapper-large {
    height: 55vh;
  }

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

  .grid-6.invert {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-100.contain {
    height: 55vh;
  }

  .quick-stack {
    padding-bottom: 0;
  }

  .image-wrapper-70vh, .image-wrapper-33vh {
    height: 55vh;
  }

  .text-links.flie-text {
    font-size: 14px;
  }

  .quick-stack-2 {
    margin-top: 0;
  }

  .image-30vh {
    height: 50vh;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-item-wrapper-white {
    margin-bottom: 20px;
  }

  .accordion-pane-content {
    padding-bottom: 0;
  }

  .section-heading {
    padding: 60px;
  }

  ._2er-grid {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .grid-leistungen {
    grid-template-columns: 1fr 1fr;
  }

  .image-leistungen {
    width: 90px;
  }

  .div-block-form {
    width: 100%;
  }

  .karte-2 {
    width: 100%;
    height: 45vh;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

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

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

  .divblock1 {
    height: auto;
  }

  .titelvideo-start {
    height: 55vh;
  }

  .video, .div-block-video {
    height: 100%;
  }

  .slogan.heading-1 {
    font-size: 35px;
    line-height: 35px;
  }

  .startseite {
    padding: 40px;
  }

  .heading-start.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 45px;
  }

  .heading-start.heading-2.farbe-der-headings {
    font-size: 30px;
    line-height: 1.3;
  }

  .heading-start.heading-2.white {
    font-size: 30px;
  }

  .text {
    padding-bottom: 40px;
  }

  .text.flie-text {
    padding-bottom: 0;
    font-size: 14px;
  }

  .mehr-erfahren.zweitfarbe.flie-text {
    margin-top: 20px;
  }

  .kontaktaufnehmen {
    padding: 40px;
  }

  .text-linksb-ndig2.flie-text {
    text-align: center;
  }

  .text-linksb-ndig2.flie-text.mid {
    font-size: 14px;
  }

  .warumwir, .warumwir.linksb-ndig {
    text-align: center;
  }

  .warumwir.linksb-ndig.heading-3.mid {
    font-size: 20px;
  }

  .heading-start2.heading-2 {
    font-size: 30px;
  }

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

  .impdat {
    padding: 40px;
  }

  .success {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .heading-success {
    font-size: 21px;
    line-height: 1.3;
  }

  .div-block-footer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .footer-1.hauptfarbe {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .heading-footer.heading-3 {
    margin-bottom: 5px;
  }

  .inhalt-footer {
    justify-content: center;
    align-items: center;
  }

  .content-wrapper.highlights {
    height: auto;
    padding: 40px;
  }

  .image-wrapper-large {
    height: 400px;
  }

  .image-100.contain {
    object-fit: cover;
    object-position: 50% 20%;
    height: 45vh;
  }

  .html-embed-form {
    margin-top: 10px;
  }

  .fixed-block {
    height: 80px;
    margin-right: 5px;
    inset: auto 0% 0% auto;
  }

  .link-block {
    width: 40px;
    height: 40px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper-70vh, .image-wrapper-33vh {
    height: 45vh;
  }

  .text-links {
    padding-bottom: 40px;
  }

  .text-links.flie-text {
    text-align: center;
    padding-bottom: 0;
  }

  .image-30vh {
    height: 45vh;
  }

  .accordion-tab-button-dark {
    width: 90vw;
  }

  .accordion-tab-button-dark.heading-2 {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion-question-header {
    font-size: 1.4em;
  }

  .section-heading {
    padding: 40px;
  }

  .check {
    margin-right: 0;
  }

  .grid-list {
    flex-flow: column;
    grid-template-columns: auto 1.75fr;
    align-items: center;
    display: flex;
  }

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

  .image-leistungen {
    width: 80px;
  }

  .karte-2 {
    height: 35vh;
  }
}

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

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

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

  p {
    font-size: 12px;
    line-height: 17px;
  }

  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-img {
    height: 120px;
  }

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

  .flie-text.klein {
    font-size: 12px;
    line-height: 17px;
  }

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

  .titelvideo-start {
    height: 50vh;
  }

  .video {
    height: 100%;
  }

  .div-block-video {
    height: 100.07%;
  }

  .slogan.heading-1 {
    font-size: 22px;
    line-height: 30px;
  }

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

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

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

  .heading-start.heading-2.farbe-der-headings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.3;
    display: flex;
  }

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

  .text.flie-text {
    font-size: 14px;
  }

  .mehr-erfahren {
    min-width: 150px;
  }

  .mehr-erfahren.zweitfarbe.flie-text {
    margin-top: 20px;
  }

  .serviceangebote2 {
    width: 100%;
    margin-top: 20px;
  }

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

  .warumwir, .warumwir.linksb-ndig {
    text-align: center;
  }

  .warumwir.linksb-ndig.heading-3 {
    font-size: 20px;
  }

  .warumwir.linksb-ndig.heading-3.mid {
    font-size: 16px;
  }

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

  .heading-start2.heading-2 {
    font-size: 25px;
  }

  .centered-container {
    text-align: left;
  }

  .kontakt2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .impdat, .success {
    padding: 40px 20px;
  }

  .heading-success {
    font-size: 16px;
    line-height: 1.3;
  }

  .div-block-footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-1.hauptfarbe {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .nav-link-3.flie-text {
    font-size: 14px;
  }

  .content-wrapper {
    height: 45vh;
  }

  .content-wrapper.highlights {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-wrapper-large, .image-100.contain {
    height: 350px;
  }

  .link-block {
    width: 30px;
    height: 30px;
  }

  .quick-stack {
    padding-top: 20px;
  }

  .image-wrapper-70vh {
    height: 35vh;
  }

  .image-wrapper-33vh {
    height: 40vh;
  }

  .image-30vh {
    height: 35vh;
  }

  .accordion-tab-button-dark {
    padding-left: 10px;
  }

  .accordion-tab-button-dark.heading-2 {
    width: 100%;
  }

  .accordion-pane-content {
    padding-left: 0;
    padding-right: 0;
  }

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

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-question-header {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

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

  .image-leistungen {
    width: 40px;
  }

  .div-leistungen {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#w-node-_27c15648-14bb-25e3-0a8f-8f8eda26e13c-e18e9ecc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf6952a6-952f-f3ab-58ef-d4cda2bdf624-e18e9ecc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6ab2eebf-8531-01b8-f0fd-bceccb8ed637-e18e9ecc, #w-node-_89ea516f-f884-d54e-9dcc-bb35f7d8fe0c-e18e9ecc, #w-node-fa357539-70dc-5438-e5c4-266ee11a6234-e18e9ecc, #w-node-_66a6c0c5-ed0a-fc8a-10f5-25654e3bde6c-e18e9ecc, #w-node-_4753d47b-bd3a-dae3-cf6c-c0864ae33136-e18e9ecc, #w-node-_811a2f6c-6f54-363e-393e-38c229b6759e-e18e9ecc, #w-node-_1a95a658-26cf-60b8-56bc-44b77adf692c-e18e9ecc, #w-node-_1a95a658-26cf-60b8-56bc-44b77adf692d-e18e9ecc, #w-node-_18a44f0c-ded2-1e1d-4f38-39b7f651ca6d-e18e9ecc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a10fb6f-35bc-8038-2deb-aa1af6e93d96-e18e9ecc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2b7a8e4e-be1c-5cfd-1f2e-9b33a626647c-e18e9edc {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_3ff09558-46e6-9c3f-d415-05500f3beb22-e18e9edc, #w-node-_36e5f33f-8392-3286-e3cf-4edb5aa9c869-e18e9edc, #w-node-_86bbf7d1-36c8-fbed-c8e0-d053868e3001-e18e9edc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d32e8c77-9584-ffd9-1be4-12b657c24555-e18e9ee2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d67987c6-9aa5-3212-f09e-0cc303e0f7d0-e18e9ee5, #w-node-_6574e4b7-3e8e-8536-04fd-2f852ae53951-e18e9ee5, #w-node-afaa5397-7b1f-019a-fae6-aef4be6bcc08-e18e9ee5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e3c0be9-5f9d-8835-ee68-333db5c56f09-e18e9ee5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_70a14278-7628-da69-126e-605996e61bcc-e18e9ee5 {
  grid-area: 2 / 3 / 3 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_6a10fb6f-35bc-8038-2deb-aa1af6e93d96-e18e9ecc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2b7a8e4e-be1c-5cfd-1f2e-9b33a626647c-e18e9edc {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3ff09558-46e6-9c3f-d415-05500f3beb22-e18e9edc, #w-node-_36e5f33f-8392-3286-e3cf-4edb5aa9c869-e18e9edc, #w-node-_86bbf7d1-36c8-fbed-c8e0-d053868e3001-e18e9edc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d32e8c77-9584-ffd9-1be4-12b657c24555-e18e9ee2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4e3c0be9-5f9d-8835-ee68-333db5c56f09-e18e9ee5, #w-node-_70a14278-7628-da69-126e-605996e61bcc-e18e9ee5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bf6952a6-952f-f3ab-58ef-d4cda2bdf624-e18e9ecc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bf6952a6-952f-f3ab-58ef-d4cda2bdf624-e18e9ecc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


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