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

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

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

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

p {
  margin-bottom: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.utility-page-content {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.logo-img {
  display: block;
  width: 200px;
}

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

.logo.ber-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 15%;
}

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

.telefonnummer {
  margin-bottom: 5px;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

.heading-1 {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
}

.heading-2 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 200;
}

.heading-3 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
}

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

.farbe-der-headings {
  color: #f03;
}

.terminbutton {
  text-transform: uppercase;
}

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

.terminbutton.highlights {
  border-style: solid;
  border-width: 3px;
  border-color: #10ac4f;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #10ac4f;
  font-weight: 700;
}

.terminbutton.highlights {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

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

.terminbutton.flie-text.highlights {
  border-color: #f03;
  color: #f03;
  text-align: center;
}

.terminbutton.flie-text.highlights:hover {
  background-color: #f03;
  color: #fff;
}

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

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

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

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

.logo-wei {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-1 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-menu-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #333;
}

.nav-menu-1.home {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  font-family: Lato, sans-serif;
  color: #a8a8a8;
  font-weight: 700;
}

.nav-link:active {
  color: #fff;
}

.nav-link:focus {
  color: #fff;
}

.nav-link:visited {
  color: #fff;
}

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

.nav-link.flie-text {
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 4px solid #333;
}

.nav-link.flie-text:hover {
  border-bottom: 4px solid #f03;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.nav-link.flie-text.w--current {
  border-bottom: 4px solid #f03;
  color: #f03;
}

.nav-link.flie-text.w--current:hover {
  border-bottom-style: solid;
  border-bottom-color: #f03;
  color: #fff;
}

.video1 {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

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

.kontakt-button1 {
  font-size: 16px;
}

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

.heading-mittig-1 {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-mittig-1.heading-2.farbe-der-headings {
  color: #000;
  font-weight: 400;
}

.heading-mittig-1.heading-2.farbe-der-headings.mittig {
  color: #333;
  text-align: center;
}

.heading-mittig-1.heading-2.farbe-der-headings.mittig.white {
  color: #fff;
}

.heading-mittig-1.heading-2.farbe-der-headings.mittig {
  color: #333;
  text-align: center;
}

.heading-mittig-1.heading-2.farbe-der-headings.mittig.white {
  color: #fff;
}

.paragraph-mittig1 {
  padding-bottom: 0px;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.paragraph-mittig1.flie-text {
  color: #333;
  text-align: center;
}

.paragraph-mittig1.flie-text.white {
  color: #fff;
}

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

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

.link-formular.farbe-der-headings {
  color: #f03;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.impdat {
  padding: 140px 40px 100px;
}

.flie-text-2 {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
}

.success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  padding-top: 140px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 784px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
}

.div-block-41.highlights {
  background-color: #bd0a01;
}

.heading-22 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.div-block-footer1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
}

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

.footer-1.hauptfarbe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 12vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inhalt-footer {
  height: 100%;
}

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

.div-block-42 {
  width: 90px;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #d6d6d6;
}

.ablaufplan-big-button-2 {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #d4af37;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.ablaufplan-big-button-2:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.ablaufplan-big-button-2.black {
  position: fixed;
  left: 0%;
  top: 80px;
  right: auto;
  bottom: auto;
  z-index: 10000;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
}

.ablaufplan-big-button-2.black:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.ablaufplan-big-button-2.black.ablaufplan {
  top: 130px;
}

.spacer {
  width: 100%;
  height: 100px;
}

.div-block-149 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
}

.div-block-149._50 {
  background-image: url('../images/Unbenannt-1.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #f03;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.button.abst-oben {
  margin-top: 0px;
  background-color: #f03;
}

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

.section-50 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-50.kleiner {
  padding-bottom: 40px;
}

.section-50.kleiner.bild {
  margin-top: 0px;
  padding: 100px 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-61 {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-151 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 0, 51, 0.59);
  opacity: 0;
  -webkit-transition: opacity 600ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 600ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
}

.div-block-151:hover {
  opacity: 1;
}

.div-block-152 {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 12px -8px #000;
}

.html-embed-2 {
  height: 60vh;
}

.link-8 {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: #dbdbdb;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.link-8:hover {
  color: #000;
}

.div-block-155 {
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-87 {
  -ms-grid-columns: minmax(0px, 0.75fr) minmax(0px, 1fr) minmax(0px, 0.25fr);
  grid-template-columns: minmax(0px, 0.75fr) minmax(0px, 1fr) minmax(0px, 0.25fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-87._2er {
  -ms-grid-columns: minmax(0px, 0.75fr) minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 0.75fr) minmax(0px, 1fr);
}

.div-block-156 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-64 {
  width: 20px;
  height: 30px;
  margin-right: 5px;
}

.paragraph-navleiste {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #aaa;
}

.grid-88 {
  width: 100%;
  margin-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
}

.bold-text-14 {
  color: #000;
}

.bold-text-15 {
  color: #000;
}

.section-51 {
  margin-top: 20px;
  padding: 5em 10vw;
}

.grid-91 {
  -ms-grid-columns: 0.5fr 1fr 1fr;
  grid-template-columns: 0.5fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-91._2er {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.grid-92 {
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-81 {
  position: static;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: transparent;
  font-family: Sourcesanspro, sans-serif;
  color: #b0aaaa;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.heading-81.white {
  color: #fff;
}

.active-page {
  background-color: #f03;
}

.div-block-162 {
  background-color: #eee;
}

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

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

.section_1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 12vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_1.breiter {
  padding-right: 8vw;
  padding-left: 8vw;
}

.section_1._1 {
  padding-top: 190px;
}

.section_1.small-padding {
  padding-top: 40px;
}

.section_1.bild {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/AdobeStock_51311521.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/AdobeStock_51311521.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.h1-center {
  font-size: 60px;
  line-height: 70px;
  text-align: center;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
}

.section-13 {
  height: 70vh;
  background-image: url('../images/AdobeStock_127534922_Preview.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-13.computer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0.71))), url('../images/hannes-egler-nT4k2JDtwTQ-unsplash-1920w.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71)), url('../images/hannes-egler-nT4k2JDtwTQ-unsplash-1920w.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.div-block-163 {
  width: 60%;
  color: #e9e9e9;
  text-align: center;
}

.heading-85 {
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#66f), to(#63d1f4));
  background-image: linear-gradient(90deg, #66f, #63d1f4);
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  text-transform: uppercase;
}

.heading-85.clipped {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f03), to(#f03));
  background-image: linear-gradient(180deg, #f03, #f03);
  font-family: 'Archivo Narrow', sans-serif;
  color: #f03;
  font-size: 35px;
  line-height: 50px;
}

._3er_grid {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  grid-column-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-164 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h3-center {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.icon-service {
  width: 80px;
  height: 80px;
}

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

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

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

.grid-95 {
  height: 120px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  padding-top: 5px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.32);
}

.logo_1 {
  width: 18vw;
  padding-top: 5px;
  padding-bottom: 5px;
}

.divider_vertical {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -10vh;
  width: 2px;
  height: 15vh;
  margin-top: 60px;
  margin-bottom: 20px;
}

.divider_vertical.highlights {
  z-index: 1;
}

.paragraph-center {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.paragraph-center.flie-text {
  font-size: 20px;
}

.paragraph-center.flie-text.kleienr {
  font-size: 16px;
}

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

.mobile {
  display: none;
}

.start_section {
  height: 90vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(hsla(0, 0%, 100%, 0.5))), url('../images/AdobeStock_241837129.jpg');
  background-image: linear-gradient(180deg, transparent, hsla(0, 0%, 100%, 0.5)), url('../images/AdobeStock_241837129.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.start_section.small {
  height: 50vh;
}

.h2-center {
  font-size: 35px;
  line-height: 45px;
  text-align: center;
}

.section_2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 180px 12vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/AdobeStock_212862815_Preview.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/AdobeStock_212862815_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

._2er_grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h3-left {
  font-size: 25px;
  line-height: 30px;
}

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

.content_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slogan {
  font-size: 24px;
  font-weight: 400;
}

.h4-center {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

.text_field {
  height: 5vh;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  box-shadow: 1px 1px 3px 0 #d6d6d6;
  font-size: 16px;
}

.image_60vh {
  width: 100%;
  height: 60vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-abstand {
  margin-bottom: 40px;
}

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

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

.aufmobil {
  display: none;
}

.slider {
  height: 100%;
}

.slide {
  background-image: url('../images/AdobeStock_358683470.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/AdobeStock_240245083.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/AdobeStock_241837129.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/AdobeStock_51311521.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AdobeStock_51311521.jpg');
  background-image: url('../images/AdobeStock_51311521.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AdobeStock_51311521.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
}

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

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

  .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-button1.w--open {
    background-color: transparent;
  }

  .navbar-1 {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .men-icon1 {
    color: #fff;
  }

  .nav-menu-1 {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .nav-menu-1.home {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .nav-link {
    position: static;
    width: 100%;
  }

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

  .nav-link.flie-text.w--current {
    padding-right: 40px;
    padding-left: 40px;
  }

  .slogan1 {
    font-size: 40px;
  }

  .divblock1-2 {
    padding-bottom: 20px;
  }

  .success {
    min-height: 90vh;
  }

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

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

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

  .div-block-42 {
    width: 70px;
  }

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

  .ablaufplan-big-button-2.black {
    top: 20px;
  }

  .ablaufplan-big-button-2.black.ablaufplan {
    top: 70px;
  }

  .section_1.zweitfarbe {
    padding: 100px 60px;
  }

  .section_1.breiter {
    padding: 100px 60px;
  }

  .section_1._1 {
    padding: 180px 60px 100px;
  }

  .section_1.small-padding {
    padding: 100px 60px;
  }

  .section_1.bild {
    height: 300px;
  }

  .h1-center.heading-1 {
    font-size: 40px;
    line-height: 45px;
  }

  ._3er_grid {
    grid-column-gap: 25px;
    -ms-grid-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .h3-center.heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .icon-service {
    width: 70px;
    height: 70px;
  }

  .navbar-3 {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .menu-button {
    border-radius: 50%;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .logo_1 {
    width: 170px;
    padding: 10px;
    background-color: #fff;
  }

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

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .start_section {
    height: 400px;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section_2 {
    padding: 100px 60px;
  }

  ._2er_grid {
    grid-column-gap: 25px;
  }

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

  .icon {
    color: #fff;
  }
}

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

  .google-maps {
    height: 350px;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .divblock1-2 {
    height: auto;
  }

  .paragraph-mittig1 {
    padding-bottom: 40px;
  }

  .form-block-2 {
    margin-bottom: 0px;
  }

  .impdat {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .success {
    height: auto;
    min-height: auto;
    padding: 100px 40px;
  }

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

  .div-block-footer1 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .section_1.zweitfarbe {
    padding: 60px 40px;
  }

  .section_1.breiter {
    padding: 60px 40px;
  }

  .section_1._1 {
    padding: 60px 40px;
  }

  .section_1.small-padding {
    padding: 60px 40px;
  }

  .h1-center.heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

  ._3er_grid {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .navbar-3 {
    position: relative;
    top: 0%;
    background-color: #fff;
  }

  .menu-button {
    background-color: transparent;
  }

  .logo_1 {
    width: 150px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .divider_vertical.highlights {
    bottom: -8vh;
    height: 100px;
    margin-top: 20px;
  }

  .paragraph-center {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-center.flie-text.kleienr {
    font-size: 14px;
    line-height: 20px;
  }

  .h2-center.heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

  .h2-center.heading-1.farbe-der-headings {
    font-size: 30px;
    line-height: 35px;
  }

  .section_2 {
    padding: 60px 40px;
  }

  ._2er_grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content_left {
    margin-bottom: 60px;
  }

  .image_60vh {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
  }

  .div-abstand {
    margin-top: 0px;
  }

  .icon {
    color: #333;
  }

  .aufmobil {
    display: inline;
  }
}

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

  .google-maps {
    height: 300px;
  }

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

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

  .nav-link.flie-text {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .heading-mittig-1.heading-2.farbe-der-headings {
    font-size: 22px;
    line-height: 28px;
  }

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

  .success {
    padding: 60px 20px;
  }

  .div-block-41.highlights {
    padding: 60px 20px;
  }

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

  .div-block-footer1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-42 {
    width: 50px;
  }

  .ablaufplan-big-button-2 {
    padding-right: 20px;
    padding-left: 20px;
    white-space: normal;
  }

  .ablaufplan-big-button-2.black {
    top: 10px;
  }

  .ablaufplan-big-button-2.black.ablaufplan {
    top: 60px;
  }

  .spacer {
    height: 50px;
  }

  .section_1.zweitfarbe {
    padding: 40px 20px;
  }

  .section_1.breiter {
    padding: 40px 20px;
  }

  .section_1._1 {
    padding: 40px 20px;
  }

  .section_1.small-padding {
    padding: 40px 20px;
  }

  .h1-center.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  ._3er_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon-service {
    width: 50px;
    height: 50px;
  }

  .navbar-3 {
    padding-bottom: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .logo_1 {
    padding-right: 10px;
  }

  .divider_vertical.highlights {
    bottom: -50px;
    height: 60px;
  }

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

  .start_section {
    height: 300px;
  }

  .h2-center.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .section_2 {
    padding: 40px 20px;
  }

  ._2er_grid {
    grid-row-gap: 0px;
  }

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

  .h3-left.heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .content_left {
    margin-bottom: 20px;
  }

  .content_center {
    margin-bottom: 40px;
  }

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

  .div-abstand {
    margin-bottom: 10px;
  }
}

#w-node-_22edba82-6391-60fd-f82a-6b77014d9782-6f5adbbf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fad3309b-0018-7713-313f-631203ee8614-6f5adbbf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fad3309b-0018-7713-313f-631203ee861d-6f5adbbf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fad3309b-0018-7713-313f-631203ee8625-6f5adbbf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6b9d8e9c-a9b9-5d65-79a3-ba50197be5f0-6f5adbbf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6b9d8e9c-a9b9-5d65-79a3-ba50197be5f9-6f5adbbf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6b9d8e9c-a9b9-5d65-79a3-ba50197be600-6f5adbbf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_69e20e37-910f-3f57-1351-55c39cebe388-6f5adbbf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_64080a54-a09f-402e-0058-5e5a3e89aa8a-6f5adbbf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

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