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

@font-face {
  font-family: Devanesa;
  src: url('../fonts/Devanesa-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #942c29;
  --white: white;
  --black: black;
}

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@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: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, 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 {
  height: 100vh;
}

.utility-page-wrap {
  background-color: var(--red);
  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: 20vh;
}

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

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

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

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

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  color: #fff;
  background-color: #fce3e2;
  padding: 0;
}

.zweitfarbe.section {
  height: 100%;
  padding: 60px 100px;
}

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

.service-text {
  margin-bottom: 5px;
  font-family: Overlock, sans-serif;
  font-size: 16px;
}

.service-text.flie-text {
  color: #000;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.google-maps {
  width: 100%;
  height: 100%;
}

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

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

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

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

.farbe-der-headings {
  color: var(--red);
  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;
}

.terminbutton.highlights.flie-text {
  margin-top: 20px;
}

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

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

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.titelvideo-startseite1 {
  height: 120vh;
  position: relative;
}

.titelvideo-startseite1.smallheight {
  height: 80vh;
}

.video1 {
  height: 100%;
}

.div-block-video {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan1 {
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.slogan1.heading-1 {
  text-shadow: 5px 12px 14px #0003;
  padding: 10px;
  line-height: 1.3;
}

.text-mittig1 {
  text-align: center;
}

.text-mittig1.flie-text {
  font-size: 16px;
}

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

.inhalt-mittig-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.divider {
  width: 200px;
  height: 2px;
  margin-bottom: 20px;
}

.divider.zweitfarbe {
  width: 25vw;
}

.heading-mittig1 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 40px;
}

.heading-mittig1.heading-2 {
  font-family: Handlee, sans-serif;
  line-height: 1.3;
}

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

._2er-grid1 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

._2er-grid1.auto {
  height: auto;
}

.bild-100-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.men-leiste {
  padding: 60px 100px;
}

.men-leiste.highlights {
  color: #fff;
}

.round-button1 {
  border-radius: 19px;
  padding: 10px 30px;
}

.bild-zoom-effekt {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(#fff3, #fff3);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .2s;
  display: flex;
  position: absolute;
}

.subheadline-mittig-1 {
  text-align: center;
  margin-top: 10px;
}

.subheadline-mittig-1.heading-2 {
  font-size: 26px;
}

.div-block-wei-1 {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
}

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

.footer {
  padding: 60px 140px;
}

.footer.hauptfarbe {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.heading-footer.heading-3 {
  font-weight: 700;
}

.inhalt-footer {
  flex-direction: column;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.block-mitarbeiter {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 40px 60px;
  display: flex;
}

.mitarbeiter-bild1 {
  object-fit: cover;
  height: 60vh;
}

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

.impdat {
  padding: 100px 40px;
}

.impdat.flie-text {
  margin-top: 0%;
  padding-left: 100px;
  padding-right: 100px;
}

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

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

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

.navlink_content {
  overflow: hidden;
}

.nav-menu {
  z-index: 1000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link1 {
  color: #fff;
  font-weight: 700;
}

.nav-link1.flie-text {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
}

.nav-link1.flie-text.w--current {
  color: var(--white);
  font-weight: 900;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#00000040, #0000);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.image-100.absolute {
  object-fit: cover;
  position: absolute;
}

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

.no-overflow {
  overflow: hidden;
}

.link {
  color: #fff;
  font-family: Overlock, sans-serif;
  text-decoration: none;
}

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

.impdat-2.flie-text {
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  font-size: 16px;
  display: flex;
}

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

.embed-maps {
  height: 100%;
}

.maps {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 50px;
}

.subheading-mittig2 {
  text-align: center;
  margin-top: 0;
}

.subheading-mittig2.heading-font2.heading-color {
  color: #6a6565;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Handlee, sans-serif;
  text-decoration: none;
  position: static;
}

.subheading-mittig2.heading-font2.heading-color.edit {
  background-color: #fce3e2;
  padding: 10px;
  box-shadow: 0 0 10px #0003;
}

.card-content {
  margin-bottom: 5px;
}

.card-contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 0 10px #00000045;
}

.card-contact.margin-btm-rem {
  padding-bottom: 0;
}

.services-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 60px;
}

.services-list.zweitfarbe {
  margin-bottom: 21px;
  padding-bottom: 100px;
}

.background-video {
  width: 100%;
  height: 100%;
}

.section-galerie {
  padding: 10vw 100px;
}

.section-grid {
  padding: 100px 140px;
}

.link-block {
  color: #fff;
  font-family: Overlock, sans-serif;
  text-decoration: none;
}

.fixed-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
  position: fixed;
  top: 45%;
  right: 0;
}

.social-div {
  width: 40px;
  height: auto;
  margin-top: 16px;
  margin-right: 0;
}

.social-icon {
  object-fit: contain;
  border-radius: 20px;
}

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

.cell.center {
  justify-content: center;
}

.section-80vh {
  height: 80vh;
}

.content {
  text-align: center;
  position: relative;
  bottom: 106px;
}

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

.section-team {
  padding: 100px;
}

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

.card-image._100 {
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.card-image._100.contain {
  object-fit: contain;
}

.card-image._100.contain.grey {
  background-color: #f7f7f7;
}

.card-image.con {
  object-fit: contain;
}

.card-image.con.white {
  background-color: #fff;
}

.card-image.size {
  height: 45vh;
}

.card-image.size.contain {
  object-fit: contain;
  background-color: #962b28;
}

.slider {
  height: 28vh;
}

.left-arrow, .right-arrow, .icon-2, .icon-3 {
  display: none;
}

.slide {
  height: 100%;
}

.bild-cover {
  width: 100%;
  min-height: 70vh;
  position: relative;
}

.stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.black-nav {
  background-color: #00000036;
  height: 25vh;
}

.kontakt-div {
  width: 100%;
}

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

.lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery-full {
  height: 410px;
}

.tab-buttons-block {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.gallery-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.lightbox-200h {
  height: 200px;
}

.tab {
  color: var(--red);
  background-color: #fce3e2;
  border: 0 solid #fce3e2;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 33vh;
  height: 40vh;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0;
  font-family: Overlock, sans-serif;
  font-size: 16px;
  display: flex;
}

.tab.w--current {
  color: var(--red);
  background-color: #fff;
  border-width: 4px;
  transition: all .4s;
}

.gallery-col-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.images-tabs {
  margin-top: 40px;
}

.lightbox {
  width: 100%;
  height: 100%;
}

.gallery-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-214 {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 100%;
  margin-bottom: 20px;
}

.div-block-214.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-214.grid._3er {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-25 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  padding-left: 10px;
}

.small-div {
  border-right: 1px solid #fff;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px 10px;
  display: flex;
}

.small-div.no-border {
  background-color: var(--white);
  color: var(--black);
  border: 1px #000;
  border-radius: 5px;
  width: 100%;
  box-shadow: 0 2px 5px #0003;
}

.table-text-2 {
  font-size: 15px;
  line-height: 20px;
}

.table-text-2.flie-text {
  line-height: 1.5;
}

.table-text-2.flie-text.mitting {
  text-align: center;
}

.table-text-2.flie-text.price {
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.background-video-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.image-101 {
  object-fit: contain;
  width: 100%;
  height: 15vh;
}

.image-101.abs {
  opacity: 1;
  object-fit: cover;
  border-radius: 5px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-101.abs.con {
  object-fit: contain;
}

.tab-text {
  z-index: 1;
  color: var(--white);
  text-align: center;
  text-shadow: 2px 2px 2px #0003;
  background-image: linear-gradient(#00000080, #fff);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Handlee, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.image-102 {
  width: 100%;
  height: 100%;
}

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.contact-form {
  color: var(--black);
  width: 100%;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

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

.divider-11 {
  width: 20vw;
  height: 4px;
  margin-bottom: 10px;
}

.divider-11.highlights {
  width: 15vw;
  margin-bottom: 20px;
}

.checkbox-2 {
  border-radius: 5px;
}

.text-field-8 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-8:hover {
  border-color: #1d1f2e80;
}

.text-field-8:active, .text-field-8:focus {
  border-color: #1d1f2e;
}

.text-field-8::placeholder {
  color: #1d1f2e4d;
}

.text-field-8.cc-textarea {
  height: 100px;
}

.form1-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.heading-center {
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
  line-height: 44px;
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .logo-img {
    height: 14vh;
  }

  .logo {
    margin-left: auto;
    margin-right: auto;
  }

  .telefonnummer {
    margin-bottom: 5px;
  }

  .hauptfarbe {
    padding: 60px;
  }

  .email {
    margin-bottom: 5px;
  }

  .zweitfarbe.section {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .titelvideo-startseite1, .titelvideo-startseite1.smallheight {
    height: 60vh;
    margin-top: 19%;
  }

  .div-block-video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slogan1 {
    font-size: 40px;
  }

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

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

  .inhalt-mittig-untereinander {
    padding: 0;
  }

  .divider.zweitfarbe {
    margin-bottom: 10px;
  }

  .heading-mittig1.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

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

  ._2er-grid1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
    justify-items: stretch;
    height: auto;
  }

  .bild-100-1 {
    height: 100%;
  }

  .men-leiste.highlights {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bild-zoom-effekt {
    height: 55vh;
  }

  .subheadline-mittig-1.heading-2 {
    font-size: 20px;
  }

  .div-block-wei-1 {
    height: auto;
    padding: 40px;
  }

  .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;
    place-items: start center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .footer.hauptfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .block-mitarbeiter {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mitarbeiter-bild1 {
    height: 45vh;
  }

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

  .impdat {
    padding: 60px;
  }

  .impdat.flie-text {
    padding-left: 60px;
    padding-right: 60px;
  }

  .success {
    padding: 60px;
  }

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

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

  .heading-success {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .nav-menu {
    z-index: 1000;
    background-color: var(--red);
    justify-content: center;
    align-items: center;
  }

  .nav-link1 {
    color: #fff;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 700;
  }

  .nav-link1.flie-text {
    text-align: center;
  }

  .navbar {
    background-image: linear-gradient(#00000040, #0000);
    flex-flow: column;
    align-items: stretch;
    padding: 0;
  }

  .menu-button {
    background-color: var(--black);
    padding: 10px;
  }

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

  .icon {
    color: #fff;
    text-align: center;
  }

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

  .image-100.size, .no-overflow {
    height: 55vh;
  }

  .impdat-2.flie-text {
    min-height: auto;
    font-size: 14px;
  }

  .embed-maps {
    height: 100%;
  }

  .maps {
    height: 45vh;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .subheading-mittig2.heading-font2.heading-color.edit {
    font-size: 20px;
    line-height: 25px;
  }

  .services-list.zweitfarbe {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 100px;
    display: flex;
  }

  .section-galerie, .section-grid {
    padding: 60px;
  }

  .block {
    padding: 0;
  }

  .section-home {
    padding: 60px;
  }

  .section-80vh {
    height: 70vh;
  }

  .content {
    bottom: 100px;
  }

  .section-team {
    padding: 60px;
  }

  .card-image {
    height: 40vh;
  }

  .card-image._100 {
    min-height: 45vh;
  }

  .card-image.con.white {
    height: 40vh;
  }

  .card-image.align {
    object-position: 50% 0%;
  }

  .slider {
    height: 40vh;
  }

  .bild-cover {
    min-height: 55vh;
  }

  .black-nav {
    height: 177px;
  }

  .html-embed {
    height: 100%;
  }

  .tab.w--current {
    border-width: 3px;
  }

  .div-block-214.grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .error-message {
    width: auto;
  }
}

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

  .hauptfarbe, .zweitfarbe.section {
    padding: 40px;
  }

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

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

  .divblock1 {
    height: auto;
  }

  .titelvideo-startseite1, .titelvideo-startseite1.smallheight {
    height: 55vh;
    margin-top: 26%;
  }

  .slogan1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .slogan1.heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
  }

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

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

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

  ._2er-grid1 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .bild-100-1 {
    height: 100%;
  }

  .men-leiste.highlights {
    padding: 40px;
  }

  .bild-zoom-effekt {
    height: 50vh;
  }

  .div-block-wei-1 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-footer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer.hauptfarbe {
    padding: 30px 40px 40px;
  }

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

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

  .block-mitarbeiter {
    padding: 10px 0;
  }

  .mitarbeiter1 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .impdat {
    padding: 40px;
  }

  .impdat.flie-text {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

  .heading-success {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.3;
  }

  .image-100.size, .no-overflow {
    height: 45vh;
  }

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

  .impressum-link {
    text-align: center;
  }

  .maps {
    height: 35vh;
  }

  .subheading-mittig2.heading-font2.heading-color {
    font-size: 20px;
    line-height: 25px;
  }

  .subheading-mittig2.heading-font2.heading-color.edit {
    margin-top: 10px;
  }

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

  .services-list.zweitfarbe {
    flex-flow: column;
    padding-bottom: 80px;
    display: flex;
  }

  .section-galerie, .section-grid {
    padding: 40px;
  }

  .block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .fixed-div {
    margin-right: 10px;
  }

  .social-div {
    width: 35px;
    margin-top: 10px;
    margin-right: 0;
  }

  .section-home {
    padding: 40px;
  }

  .section-80vh {
    height: 55vh;
  }

  .content {
    bottom: 90px;
  }

  .section-team {
    padding: 40px;
  }

  .card-image._100 {
    min-height: 40vh;
  }

  .bild-cover {
    min-height: 50vh;
  }

  .grid {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .kontakt-div {
    height: auto;
    overflow: visible;
  }

  .html-embed {
    height: 100%;
  }

  .div-block-214.grid, .div-block-214.grid._3er {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-214.grid._3er._1-col-sm-sc {
    grid-template-columns: 1fr;
  }

  .grid-25 {
    grid-template-columns: 1fr .5fr;
  }

  .small-div {
    padding-top: 10px;
  }

  .table-text-2.flie-text {
    margin-bottom: 0;
  }

  .tab-text {
    font-size: 22px;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

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

  .form-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .text-field-8 {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-8::placeholder {
    text-align: center;
  }

  .text-field-8.cc-textarea {
    margin-bottom: 20px;
  }
}

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

  .hauptfarbe, .zweitfarbe.section {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .flie-text {
    overflow-wrap: anywhere;
  }

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

  .titelvideo-startseite1, .titelvideo-startseite1.smallheight {
    height: 45vh;
    margin-top: 46%;
  }

  .div-block-video {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slogan1 {
    font-size: 25px;
    line-height: 35px;
  }

  .slogan1.heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .divider.zweitfarbe {
    margin-bottom: 10px;
  }

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

  .men-leiste.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bild-zoom-effekt {
    height: 35vh;
  }

  .div-block-wei-1 {
    width: 90%;
  }

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

  .block-mitarbeiter {
    padding-bottom: 10px;
  }

  .mitarbeiter-bild1 {
    height: 35vh;
  }

  .mitarbeiter1 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .impdat, .impdat.flie-text, .success {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .navbar {
    background-color: #0000;
  }

  .image-100.size, .no-overflow {
    height: 35vh;
  }

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

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

  .impressum-link {
    text-align: center;
  }

  .subheading-mittig2.heading-font2.heading-color.edit {
    font-size: 18px;
    line-height: 22px;
  }

  .services-list.zweitfarbe {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-galerie, .section-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fixed-div {
    margin-right: 10px;
  }

  .social-div {
    width: 30px;
    margin-top: 10px;
    margin-right: 0;
  }

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

  .section-80vh {
    height: 45vh;
  }

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

  .card-image {
    height: 30vh;
  }

  .card-image._100 {
    min-height: 35vh;
  }

  .card-image.con.white, .slider {
    height: 35vh;
  }

  .bild-cover {
    min-height: 35vh;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .tab {
    text-align: center;
    width: 100%;
  }

  .div-block-214.grid {
    grid-template-columns: 1fr;
  }

  .div-block-214.grid._3er {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .grid-25 {
    grid-template-columns: 1fr .5fr;
  }

  .small-div {
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
  }

  .small-div.no-border {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .table-text-2.flie-text {
    margin-bottom: 0;
  }

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

  .divider-11.highlights {
    width: 40vw;
  }

  .text-field-8 {
    width: 100%;
  }

  .heading-center.heading-font1 {
    font-size: 30px;
  }
}

#w-node-_53ecf744-10b2-2541-b4ed-dbc11f6f214c-ed7582ac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5a2551a1-ba82-b215-4f45-e61247422ab2-ed7582c2 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_86ec1205-a78f-074a-f0e3-e164143fbd54-ed7582c2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8f506d55-6404-33d5-428a-d834c1bafbc0-f3c737a2, #w-node-_8f506d55-6404-33d5-428a-d834c1bafbc7-f3c737a2, #w-node-_8f506d55-6404-33d5-428a-d834c1bafbce-f3c737a2, #w-node-_8f506d55-6404-33d5-428a-d834c1bafbd5-f3c737a2, #w-node-_8f506d55-6404-33d5-428a-d834c1bafbe3-f3c737a2, #w-node-_8f506d55-6404-33d5-428a-d834c1bafbea-f3c737a2, #w-node-_8f506d55-6404-33d5-428a-d834c1bafbf1-f3c737a2, #w-node-_8f506d55-6404-33d5-428a-d834c1bafbdc-f3c737a2, #w-node-_8f506d55-6404-33d5-428a-d834c1bafbf6-f3c737a2, #w-node-_8f506d55-6404-33d5-428a-d834c1bafbfb-f3c737a2, #w-node-_8f506d55-6404-33d5-428a-d834c1bafc00-f3c737a2, #w-node-c13cbfdf-dc85-2f1f-8281-16ad0f72b7b8-f3c737a2, #w-node-cca84c7a-d981-ce5b-0805-0dac01a072a0-f3c737a2, #w-node-_1280a94c-1dde-314c-e537-6b41ae1ec6e9-f3c737a2, #w-node-_6d87470d-b885-72e1-154c-31a2f1c23d2c-f3c737a2, #w-node-_5b834800-d5cf-00ad-4b6e-3fc73971d98a-f3c737a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a12c1e9-d834-a876-1d33-14c96dfd1834-f3c737a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ae306d03-8712-7b0a-ca9c-ff70b07325a8-f3c737a2, #w-node-ae306d03-8712-7b0a-ca9c-ff70b07325a3-f3c737a2, #w-node-ae306d03-8712-7b0a-ca9c-ff70b07325b2-f3c737a2, #w-node-ae306d03-8712-7b0a-ca9c-ff70b07325ad-f3c737a2, #w-node-ae306d03-8712-7b0a-ca9c-ff70b07325b7-f3c737a2, #w-node-ae306d03-8712-7b0a-ca9c-ff70b07325bc-f3c737a2, #w-node-ae306d03-8712-7b0a-ca9c-ff70b07325c1-f3c737a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c083065-9a94-4bbd-d2cf-af8f93d0c112-f3c737a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2a01ec5e-c493-0f17-3a66-7ce61c0219d9-f3c737a2, #w-node-_2a01ec5e-c493-0f17-3a66-7ce61c0219de-f3c737a2, #w-node-_2a01ec5e-c493-0f17-3a66-7ce61c0219e3-f3c737a2, #w-node-_2a01ec5e-c493-0f17-3a66-7ce61c0219e8-f3c737a2, #w-node-_2a01ec5e-c493-0f17-3a66-7ce61c0219ed-f3c737a2, #w-node-_2a01ec5e-c493-0f17-3a66-7ce61c0219f2-f3c737a2, #w-node-_2a01ec5e-c493-0f17-3a66-7ce61c0219f7-f3c737a2, #w-node-e38deada-b576-33e4-1636-829e6fe7cd26-f3c737a2, #w-node-_2ab6660d-7f0d-7837-63c4-38e248bffd7d-f3c737a2, #w-node-d0e27012-32d1-b97e-714d-fda786282dac-f3c737a2, #w-node-_81d62347-f18a-bfb5-6769-c2a317c702b9-f3c737a2, #w-node-e333c662-f6f5-d166-4a9d-21b4759ce9bc-f3c737a2, #w-node-ff7e104b-9559-3fd9-358d-1497b34ccc81-f3c737a2, #w-node-_7fdbd4cf-8f06-46a7-1111-16db9e058080-f3c737a2, #w-node-efcab3bd-7b9a-d283-02d6-2297a2fbdb9a-f3c737a2, #w-node-_1ec0e2fa-c038-4fe2-cdfe-9805567ecf11-f3c737a2, #w-node-c8fa5c91-821e-a675-5095-efa5bdbbce59-f3c737a2, #w-node-_5d12b9bf-7869-8a14-e5a3-d50014090697-f3c737a2, #w-node-_396432cb-8d76-df83-53f7-fee5d2688902-f3c737a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82d90bbf-e902-60b9-004d-644399b27e63-f3c737a2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c0adadd3-a048-87d4-7fca-7e279fa7c918-f3c737a2, #w-node-c0adadd3-a048-87d4-7fca-7e279fa7c91d-f3c737a2, #w-node-c0adadd3-a048-87d4-7fca-7e279fa7c922-f3c737a2, #w-node-c0adadd3-a048-87d4-7fca-7e279fa7c927-f3c737a2, #w-node-c0adadd3-a048-87d4-7fca-7e279fa7c92c-f3c737a2, #w-node-c0adadd3-a048-87d4-7fca-7e279fa7c931-f3c737a2, #w-node-c0adadd3-a048-87d4-7fca-7e279fa7c936-f3c737a2, #w-node-c0adadd3-a048-87d4-7fca-7e279fa7c93b-f3c737a2, #w-node-c0adadd3-a048-87d4-7fca-7e279fa7c940-f3c737a2, #w-node-c0adadd3-a048-87d4-7fca-7e279fa7c945-f3c737a2, #w-node-c0adadd3-a048-87d4-7fca-7e279fa7c94a-f3c737a2, #w-node-c0adadd3-a048-87d4-7fca-7e279fa7c94f-f3c737a2, #w-node-c0adadd3-a048-87d4-7fca-7e279fa7c954-f3c737a2, #w-node-c0adadd3-a048-87d4-7fca-7e279fa7c959-f3c737a2, #w-node-c0adadd3-a048-87d4-7fca-7e279fa7c95e-f3c737a2, #w-node-_0aaac9f6-dacd-6dd9-cfa5-7e9dbe5169b2-f3c737a2, #w-node-_9339a32b-efc0-ffaa-65db-0b7ed24bc9b9-f3c737a2, #w-node-_69ee7659-97df-7f0e-4c07-31127ca6be1f-f3c737a2, #w-node-c77c9e7d-a7d8-b438-ce6b-dbaa49522399-f3c737a2, #w-node-_92ff1aab-3bf9-abcb-f926-9e3071317c38-f3c737a2, #w-node-_51f60b65-c3fc-0005-c383-87fdf320e7d5-f3c737a2, #w-node-_91409e6d-e49e-8595-2b07-9ed8201e83b0-f3c737a2, #w-node-bad24937-b8d3-c123-2290-13180b9dfc80-f3c737a2, #w-node-_1c47d5dc-2d9c-ae4c-3efb-d82537633850-f3c737a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c94e648-3add-6f90-0b00-5895cc821bc3-f3c737a2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3c4ec0a4-92ad-508d-b18b-5e4e66554a4f-f3c737a2, #w-node-_3c4ec0a4-92ad-508d-b18b-5e4e66554a4a-f3c737a2, #w-node-_3c4ec0a4-92ad-508d-b18b-5e4e66554a54-f3c737a2, #w-node-_3c4ec0a4-92ad-508d-b18b-5e4e66554a59-f3c737a2, #w-node-_3c4ec0a4-92ad-508d-b18b-5e4e66554a5e-f3c737a2, #w-node-_3c4ec0a4-92ad-508d-b18b-5e4e66554a63-f3c737a2, #w-node-_3c4ec0a4-92ad-508d-b18b-5e4e66554a68-f3c737a2, #w-node-_3c4ec0a4-92ad-508d-b18b-5e4e66554a6d-f3c737a2, #w-node-b3cae36c-d0a0-7f35-d6dc-867ae6c5ba97-f3c737a2, #w-node-_0b6a18ee-156c-1f3a-d71c-8dbfd6d7a1a9-f3c737a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_194af92e-a056-b03a-efa5-12617d85ace1-f3c737a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_672ce767-4fd6-58d9-cbb0-9c170ac78622-f3c737a2, #w-node-_672ce767-4fd6-58d9-cbb0-9c170ac78629-f3c737a2, #w-node-_55f6a439-7051-b318-ee40-070fbdd6bb5d-f3c737a2, #w-node-bf63042e-ccae-7e75-e7bc-e61ec2ecdd45-f3c737a2, #w-node-_040a4b02-6fd6-ff39-8572-f7c595f328d3-f3c737a2, #w-node-c17e2f9d-c8fc-b3cf-28e5-52748779ecb1-f3c737a2, #w-node-a2a773aa-9421-6d59-93d0-d8d59f9ea4d1-f3c737a2, #w-node-e9b4dba8-6757-2b81-8677-2ee42d5db85d-f3c737a2, #w-node-b4a5809d-2a72-5f00-680f-01d110e251fb-f3c737a2, #w-node-_625d0f13-c3dc-ee98-1e63-ae8708391aa0-f3c737a2, #w-node-_32292d57-fd20-6266-9c98-781d9ec8c2ea-f3c737a2, #w-node-f0cea24f-bdb2-446a-75b9-5c199c93e7c9-f3c737a2, #w-node-f0cea24f-bdb2-446a-75b9-5c199c93e7d0-f3c737a2, #w-node-f0cea24f-bdb2-446a-75b9-5c199c93e7d7-f3c737a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7be1b4bb-59ee-291a-9bc4-8db36c9ae3e1-f3c737a2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_29039fba-cd8b-ed68-f571-786b1a237084-f3c737a2, #w-node-a2961024-3c24-9661-c508-6ee4f21d56aa-f3c737a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0cb809ff-1adf-b710-0506-c8c5100a1c4c-ed7582be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86ec1205-a78f-074a-f0e3-e164143fbd54-ed7582c2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_86ec1205-a78f-074a-f0e3-e164143fbd56-ed7582c2 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_53ecf744-10b2-2541-b4ed-dbc11f6f214c-ed7582ac {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


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