:root {
  --main: #373838;
  --red: #861a31;
  --white: white;
  --black: black;
  --bg: #f3efea;
}

.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;
  background-color: #f3efea;
  flex-flow: column;
  justify-content: space-between;
  font-family: Montserrat, 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;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  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: 22vh;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  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 {
  margin-bottom: 0;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--main);
  color: #fff;
}

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

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

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

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

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

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

.terminbutton {
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

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

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

.terminbutton.heading-1.highlights:hover {
  background-color: var(--main);
}

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

.icon {
  color: #000;
  width: 25px;
  height: 25px;
}

.nav-link-1 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  position: static;
}

.nav-link-1:hover {
  color: #919191;
  width: 100%;
}

.logo-postion {
  z-index: 10;
  filter: brightness(0%) invert();
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5vw;
  position: relative;
}

.navbar1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: flex;
  position: relative;
}

.nav-menu-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100vw;
  max-height: 100vh;
  padding-top: 15vh;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nav-menu-1.hauptfarbe {
  color: #fff;
  position: fixed;
}

.menu-button-1 {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-button-1.hauptfarbe {
  background-image: linear-gradient(#373838, #373838);
}

.navbar-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.titelvideo1 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.subheading.heading-2 {
  text-align: center;
  font-size: 18px;
}

.slogan1 {
  text-align: center;
  margin-top: 10px;
  font-size: 34px;
}

.divider {
  width: 9.375rem;
  height: .25rem;
  margin-top: 10px;
  margin-bottom: 20px;
}

.terminbutton-auto {
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 22px;
}

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

.terminbutton-auto.heading-1.highlights:hover {
  background-color: #373838;
}

.terminbutton-auto.heading-1.highlights.top {
  margin-top: 10px;
}

.hintergrund-heading {
  z-index: -5;
  text-align: center;
  text-transform: uppercase;
  font-size: 70px;
  position: absolute;
  inset: auto 0% 29%;
}

.hintergrund-heading.heading-1 {
  z-index: auto;
  color: #f1eee6;
  font-size: 60px;
}

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

.div-block-farbig-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 10px 1px #acacac33;
}

.div-block-farbig-1:hover {
  transform: translate(0, -5px);
}

.div-block-farbig-1.bg {
  background-color: #f3efea;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.div-block-farbig-1.bg.red {
  background-color: var(--red);
  color: var(--white);
}

.div-block-farbig-1.bg.tp-flex {
  justify-content: flex-start;
  align-items: center;
}

.heading-mittig {
  text-align: center;
  margin-top: 10px;
  font-size: 36px;
}

.heading-mittig.heading-1 {
  z-index: 5;
  font-size: 38px;
  position: relative;
}

.heading-mittig.heading-1.links {
  text-align: left;
}

.text-mittig {
  text-align: center;
  font-size: 16px;
}

.text-mittig.flie-text.space {
  margin-bottom: 20px;
}

.text-mittig.flie-text.big {
  font-size: 18px;
}

.text-mittig.flie-text.adj {
  margin-bottom: 0;
}

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

.section-gro-e-abst-nde1.background {
  background-image: url('../images/drohne-city_result.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 55vh;
}

.section-gro-e-abst-nde1.zweitfarbe.space {
  padding-bottom: 8vh;
}

.section-gro-e-abst-nde1.background-2 {
  background-image: url('../images/drohne-fb-markt_result.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 55vh;
}

.heading-block1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 20px;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.heading-block1._40 {
  margin-top: 40px;
}

.heading-mittig-klein1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 24px;
  line-height: 30px;
}

.heading-mittig-klein1.heading-2 {
  overflow-wrap: anywhere;
}

.heading-mittig-klein1.heading-2.farbe-der-headings {
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.heading-mittig-klein1.heading-2.farbe-der-headings.left {
  text-align: left;
  font-size: 20px;
}

.heading-mittig-klein1.heading-2.big {
  overflow-wrap: anywhere;
  font-size: 28px;
}

.text-links1 {
  font-size: 16px;
}

.text-links1.flie-text {
  margin-top: 10px;
}

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

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

.feature-image.contain.highlights {
  padding: 60px;
}

.icon-1 {
  object-fit: contain;
  width: auto;
  height: 3.125rem;
  margin-bottom: 20px;
}

.icon-1.invert {
  filter: invert();
}

.icon-1.invert.nig {
  height: 4.063rem;
}

.bild-section-cover1 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 40px;
  display: flex;
  position: static;
}

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

.footer-2 {
  margin-top: auto;
  padding: 40px 140px;
  overflow: hidden;
}

.div-block-footer1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  height: 99.9998%;
  display: flex;
}

.inhalt-footer {
  height: 100%;
}

.inhalt-footer.hide {
  display: none;
}

._3er-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
  margin-top: 30px;
  margin-bottom: 30px;
}

._3er-grid.nopace {
  margin-bottom: 0;
}

.mitarbeiter-bild1 {
  object-fit: cover;
  margin-bottom: 10px;
}

.impdat {
  padding: 100px 40px;
  line-height: 1.5;
}

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

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field-2 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field-2.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.navigation-divider.highlights {
  margin-left: auto;
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #111;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  width: 100%;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

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

.navigation-menu {
  z-index: 9;
  width: 0%;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

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

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subheading-mittig3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.link {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.link.black {
  color: #333;
}

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

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

.div-block-116 {
  display: block;
}

.avatar {
  object-fit: contain;
  width: 100%;
  height: 55vh;
}

.nav-men-1 {
  z-index: 1000;
}

.navbar-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 5vw;
  display: flex;
}

.nav-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.nav-link:hover {
  color: var(--red);
}

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

.nav-link.flie-text:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.nav-link.flie-text.w--current {
  border-bottom: 2px solid #fff;
}

.container-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
}

.navbar1-2 {
  z-index: 100;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.spacer {
  height: 20px;
}

.spacer.large {
  height: 1.875rem;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

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

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

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

.dropdown-toggle-1 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.dropdown-toggle-1.flie-text:hover {
  border-bottom: 2px solid #fff;
}

.dropdown-link {
  color: #fff;
  font-size: 15px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--red);
}

.dropdown-link.flie-text {
  margin-left: 10px;
  margin-right: 10px;
}

.dropdown-link.flie-text:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.dropdown-link.flie-text.w--current {
  color: var(--white);
  border-bottom: 2px solid #fff;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.dropdown-list-1 {
  background-color: var(--black);
}

.dropdown-list-1.w--open {
  background-color: var(--red);
  padding-top: 10px;
  padding-bottom: 10px;
}

.list {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
}

.list.flie-text {
  margin-bottom: 0;
}

.list.flie-text.top {
  padding-top: 10px;
}

.icon-2 {
  object-fit: contain;
  width: 3.75rem;
}

.icon-2.white {
  filter: invert();
}

.terminbutton-1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 22px;
}

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

.terminbutton-1.heading-1.highlights {
  font-weight: 500;
}

.terminbutton-1.heading-1.highlights:hover {
  background-color: var(--main);
}

._2er-grid-adj {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 66%;
}

._3er-grid-team {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.price-block {
  margin-top: auto;
  padding: 10px;
}

.price-block.highlights {
  margin-top: 10px;
}

.text-block {
  text-align: center;
  font-size: 16px;
}

.text-block.flie-text.dark {
  color: #000;
}

.price-block-white {
  margin-top: auto;
  padding: 10px;
}

.price-block-white.highlights {
  margin-top: 10px;
}

.price-block-white.highlights.white {
  background-color: var(--bg);
}

.heading-mittig-small {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.quick-stack {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-links {
  margin-top: 10px;
}

.heading-links.heading-1 {
  z-index: 5;
  overflow-wrap: anywhere;
  font-size: 32px;
  position: relative;
}

.image-div {
  width: 100%;
  height: 55vh;
}

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

.contact-card {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 10px 1px #acacac33;
}

.contact-card:hover {
  transform: translate(0, -5px);
}

.contact-card.hauptfarbe {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  height: 100%;
}

.logo-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-block {
  z-index: 10;
  width: 100%;
  margin-top: 0;
}

.dropdown-button-2 {
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-button-2.highlights.flie-text.white {
  background-color: var(--bg);
  color: var(--red);
}

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

.body-2 {
  background-color: #f3efea;
}

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

.icon-block {
  width: 6rem;
}

.card-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 60%;
  height: 60vh;
  padding: 40px 60px 60px;
}

.slider-arrow {
  color: #000;
  font-size: 2.813rem;
}

.slide-nav {
  width: 100%;
}

.slider-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-wrap-6vh {
  width: 5rem;
}

.icon-100-contain-invert {
  filter: invert();
  object-fit: contain;
  height: 100%;
}

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

.div-block-178 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 10px 1px #a5a4a433;
}

.contact-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-wrap-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.text-span-8 {
  color: var(--red);
  font-size: 18px;
  font-weight: 600;
}

.div-block-farbig-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  transition: all .35s;
  display: flex;
}

.div-block-farbig-2:hover {
  transform: translate(0, -5px);
}

.div-block-farbig-2.bg {
  background-color: #f3efea;
}

.div-block-farbig-2.bg.zweitfarbe {
  background-color: #fffcfd;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.text-span-8-black {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
}

.div-block-farbig-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 10px 1px #acacac33;
}

.div-block-farbig-3:hover {
  transform: translate(0, -5px);
}

.div-block-farbig-3.space {
  justify-content: space-between;
  height: 100%;
}

.div-block-farbig-3.space.bg {
  background-color: var(--bg);
  justify-content: space-between;
  height: auto;
  min-height: 60vh;
  position: relative;
}

.div-block-farbig-3.space.bg.red {
  background-color: var(--red);
  color: var(--white);
}

.div-block-farbig-3.bg {
  background-color: #f3efea;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.text-span-16, .text-span-17 {
  color: #861a31;
  font-weight: 600;
}

.dropdown-content-5 {
  background-color: #0000;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.dropdown-content-5._2 {
  margin-top: -20px;
}

.dropdown-content-5._2.w--open {
  margin-top: 0;
  padding-top: 10px;
}

.text-span-21 {
  color: var(--white);
  font-weight: 600;
}

.text-span-22 {
  color: #861a31;
  font-weight: 600;
}

.icon-6 {
  object-fit: contain;
  width: 3.75rem;
}

.icon-6.white {
  filter: invert();
}

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

.subheading-mittig {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 30px;
}

.subheading-mittig.heading-2.farbe-der-headings {
  line-height: 1.3;
}

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

.icon-klein {
  object-fit: contain;
  width: 3.438rem;
  height: 3.438rem;
}

.section-banner {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

.bg-bild {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slogan-wrap {
  z-index: 5;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffff59;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

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

.bild-35vh {
  object-fit: cover;
  width: 100%;
  height: 35vh;
  margin-bottom: 20px;
}

.titel-bereich {
  width: 100%;
  height: 100vh;
  position: relative;
}

.titelvideo {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.titelinhalt-wrapper {
  z-index: 5;
  width: 100%;
  height: 100%;
  color: var(--white);
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.left-arrow {
  left: -20px;
}

.right-arrow {
  right: -20px;
}

._404-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.error-image {
  filter: contrast(200%) invert();
  object-fit: contain;
  width: 100%;
  height: 45vh;
}

._404-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.wrap {
  overflow-wrap: anywhere;
}

._3er-grid-small {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.wrap3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.wrap3.h-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-red {
  color: var(--red);
  text-decoration: none;
}

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

.code-embed-2 {
  margin-top: 0;
}

@media screen and (min-width: 1440px) {
  .section-gro-e-abst-nde1-2 {
    padding-bottom: 10vh;
  }
}

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

  .logo {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .adresse {
    text-align: center;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .titelvideo1 {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }

  .subheading.heading-2 {
    margin-top: 10px;
    font-size: 16px;
  }

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

  .divider.highlights {
    width: 9rem;
  }

  .terminbutton-auto.heading-1.highlights {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .terminbutton-auto.heading-1.highlights.top {
    margin-top: 0;
  }

  .hintergrund-heading.heading-1 {
    font-size: 50px;
    line-height: 40px;
  }

  .inhalt-mittig-untereinander-1 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-farbig-1 {
    padding-bottom: 20px;
  }

  .div-block-farbig-1.zweitfarbe:hover {
    transform: none;
  }

  .div-block-farbig-1.bg {
    overflow: hidden;
  }

  .div-block-farbig-1.bg:hover {
    transform: none;
  }

  .heading-mittig.heading-1 {
    font-size: 30px;
  }

  .heading-mittig.heading-1.links {
    text-align: center;
  }

  .heading-mittig.heading-1.small {
    font-size: 28px;
  }

  .text-mittig.flie-text.space.top {
    margin-top: 50px;
    margin-bottom: 0;
  }

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

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

  .section-gro-e-abst-nde1.background {
    height: auto;
    min-height: 55vh;
  }

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

  .section-gro-e-abst-nde1.background-2 {
    height: auto;
    min-height: 55vh;
  }

  .heading-block1 {
    width: 100%;
    margin-top: 0;
  }

  .heading-block1._40 {
    margin-top: 0;
  }

  .heading-mittig-klein1.heading-2.farbe-der-headings {
    font-size: 22px;
  }

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

  .heading-mittig-klein1.heading-2.big {
    font-size: 25px;
    line-height: 1.3;
  }

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

  .feature-image {
    margin-top: 0;
  }

  .icon-1 {
    height: 2.8rem;
    margin-bottom: 0;
  }

  .icon-1.invert {
    height: 2.8rem;
    margin-bottom: 10px;
  }

  .icon-1.invert.nig {
    height: 3.5rem;
  }

  .bild-section-cover1 {
    height: 50vh;
    padding-right: 40px;
  }

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

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

  .footer-2.highlights {
    padding: 40px;
  }

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

  .div-block-footer1.flie-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  ._3er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .impdat {
    padding: 60px;
  }

  .impdat.wrap {
    overflow-wrap: anywhere;
  }

  .success {
    padding: 60px;
  }

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 1.3;
  }

  .form-wrap {
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .avatar {
    height: auto;
  }

  .nav-men-1 {
    background-color: var(--red);
    padding: 10px 20px;
    position: absolute;
  }

  .men-icon1 {
    color: #fff;
  }

  .navbar-6.highlights {
    padding: 0;
  }

  .nav-link.flie-text {
    color: var(--white);
    border-bottom: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.flie-text:hover {
    color: var(--white);
    border-bottom-style: none;
    font-weight: 900;
  }

  .nav-link.flie-text.w--current {
    color: var(--white);
    border-bottom-style: none;
    font-weight: 800;
  }

  .navbar1-2.highlights {
    background-color: var(--red);
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--red);
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--main);
  }

  .spacer.large {
    height: 1.8rem;
  }

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

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

  .dropdown-toggle-1.flie-text {
    border-bottom: 1px #000;
    width: 100%;
    padding-left: 0;
  }

  .dropdown-toggle-1.flie-text:hover {
    border-bottom-style: none;
  }

  .dropdown-1 {
    width: 100%;
  }

  .arrow {
    color: var(--white);
    margin-right: 0;
  }

  .dropdown-link.flie-text {
    color: var(--main);
    border-bottom: 1px #000;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-link.flie-text:hover, .dropdown-link.flie-text.w--current {
    color: var(--red);
    border-bottom-style: none;
  }

  .dropdown-list-1 {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .dropdown-list-1.w--open {
    background-color: var(--bg);
  }

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

  .list.flie-text.top.auto {
    width: auto;
  }

  .list.flie-text.bottom {
    margin-bottom: 15px;
  }

  .icon-2 {
    width: 3rem;
  }

  .terminbutton-1.heading-1.highlights {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
  }

  .terminbutton-1.heading-1.highlights.top {
    margin-top: 20px;
  }

  ._2er-grid-adj {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
  }

  ._3er-grid-team {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    width: 100%;
  }

  ._3er-grid-team > :last-child {
    grid-column: 1 / span 2;
    justify-self: center;
    width: 50%;
  }

  .price-block.highlights {
    line-height: 1.5;
  }

  .heading-mittig-small.flie-text {
    margin-top: 0;
    font-size: 18px;
  }

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

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

  .image-div, .image-div.invert {
    height: 45vh;
  }

  .content-div {
    justify-content: center;
    align-items: center;
  }

  .contact-card {
    padding-bottom: 20px;
  }

  .contact-card:hover, .contact-card.hauptfarbe:hover {
    transform: none;
  }

  .dropdown-block {
    z-index: 0;
  }

  .dropdown-icon {
    margin-right: 20px;
  }

  .dropdown-button-2.highlights.flie-text {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

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

  .icon-block {
    width: 3rem;
  }

  .slider {
    width: 70%;
    height: 40vh;
    min-height: auto;
    padding: 0;
  }

  .slider-arrow {
    font-size: 2.5rem;
  }

  .slide-nav {
    font-size: 12px;
    inset: auto 0% 0%;
  }

  .icon-wrap-6vh {
    width: 4.5rem;
  }

  .inhalt-mittig {
    flex-direction: column;
    width: 90vw;
  }

  .contact-wrap {
    width: 100%;
  }

  .slider-wrap-1 {
    height: 40vh;
  }

  .text-span-8 {
    font-size: 16px;
  }

  .div-block-farbig-2 {
    padding-bottom: 20px;
  }

  .div-block-farbig-2.bg.zweitfarbe:hover {
    transform: none;
  }

  .text-span-8-black {
    font-size: 16px;
  }

  .div-block-farbig-3 {
    padding-bottom: 20px;
  }

  .div-block-farbig-3.space.bg {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
  }

  .div-block-farbig-3.space.bg:hover {
    transform: none;
  }

  .div-block-farbig-3.space.bg.red {
    width: 100%;
  }

  .div-block-farbig-3.bg {
    overflow: hidden;
  }

  .div-block-farbig-3.bg:hover {
    transform: none;
  }

  .dropdown-content-5 {
    padding-bottom: 10px;
  }

  .dropdown-content-5.left-align.w--open {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .icon-6 {
    width: 3rem;
  }

  .subheading-mittig.heading-2.farbe-der-headings {
    margin-bottom: 0;
    font-size: 16px;
  }

  .icon-klein {
    width: 3rem;
    height: 3rem;
  }

  .section-banner {
    height: 65vh;
  }

  .navbar-link {
    color: var(--white);
  }

  .navbar-link:hover {
    border-bottom: 1px none var(--main);
    color: var(--main);
  }

  .bild-35vh {
    height: 45vh;
  }

  .titel-bereich {
    height: 70vh;
  }

  .titelinhalt-wrapper {
    padding: 40px;
  }

  .left-arrow {
    width: 55px;
    left: -70px;
  }

  .right-arrow {
    width: 55px;
    right: -70px;
  }

  ._404-page-wrap.highlights {
    padding: 60px;
  }

  .error-image {
    height: 40vh;
    margin-bottom: 10px;
  }

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

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

  ._3er-grid-small {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

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

  .content-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cell-2 {
    text-align: center;
  }

  .wrap3 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

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

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

  .logo.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .terminbutton.heading-1.highlights {
    font-size: 13px;
  }

  .divblock1 {
    height: auto;
  }

  .nav-link-1.heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .nav-menu-1.hauptfarbe {
    padding-top: 20vh;
  }

  .titelvideo1 {
    height: 100%;
  }

  .subheading.heading-2 {
    font-size: 15px;
    line-height: 1.3;
  }

  .slogan1.heading-1 {
    font-size: 25px;
  }

  .divider.highlights {
    width: 8rem;
    height: .2rem;
  }

  .terminbutton-auto.heading-1.highlights {
    font-size: 12.5px;
  }

  .hintergrund-heading.heading-1 {
    font-size: 40px;
  }

  .div-block-farbig-1 {
    height: auto;
  }

  .div-block-farbig-1.zweitfarbe._1 {
    order: -9999;
  }

  .heading-mittig.heading-1 {
    margin-top: 0;
    font-size: 25px;
  }

  .heading-mittig.heading-1.small {
    font-size: 25px;
  }

  .text-mittig.flie-text {
    font-size: 15px;
  }

  .text-mittig.flie-text.space.top {
    margin-top: 40px;
  }

  .text-mittig.flie-text.big {
    font-size: 15px;
  }

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

  .section-gro-e-abst-nde1.background {
    min-height: 22rem;
    padding: 40px;
  }

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

  .section-gro-e-abst-nde1.background-2 {
    min-height: 22rem;
  }

  .heading-mittig-klein1 {
    font-size: 25px;
    line-height: 25px;
  }

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

  .heading-mittig-klein1.heading-2.farbe-der-headings {
    font-size: 20px;
  }

  .heading-mittig-klein1.heading-2.big {
    font-size: 22px;
  }

  .text-links1.flie-text {
    font-size: 15px;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .icon-1, .icon-1.invert {
    height: 2.5rem;
  }

  .icon-1.invert.nig {
    height: 3.3rem;
    margin-bottom: 15px;
  }

  .bild-section-cover1 {
    height: 40vh;
    padding: 20px;
  }

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

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

  .div-block-footer1 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .inhalt-footer {
    margin-bottom: 5px;
  }

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

  .mitarbeiter-bild1 {
    width: 100%;
  }

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

  .impdat.wrap {
    padding: 40px;
  }

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

  .subheading-mittig3.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 18px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .maos-footer {
    height: 100px;
  }

  .impdat-2.flie-text {
    justify-content: flex-start;
    align-items: center;
  }

  .avatar {
    height: 22rem;
  }

  .nav-link.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  }

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

  .spacer.large {
    height: 1.6rem;
  }

  .dropdown-toggle-1.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dropdown-link.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .list.flie-text {
    font-size: 15px;
  }

  .icon-2 {
    width: 2.8rem;
  }

  .terminbutton-1.heading-1.highlights {
    padding: 9px 13px;
    font-size: 13px;
  }

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

  ._3er-grid-team {
    flex-flow: column;
    display: flex;
  }

  ._3er-grid-team > :last-child {
    width: 100%;
  }

  .price-block.highlights {
    font-size: 13.5px;
  }

  .heading-mittig-small {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-mittig-small.flie-text {
    font-size: 16px;
  }

  .heading-links.heading-1 {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .image-div {
    height: auto;
  }

  .image-div.invert {
    height: 22rem;
  }

  .contact-card {
    height: auto;
  }

  .dropdown-icon {
    margin-right: 15px;
  }

  .dropdown-button-2.highlights.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
  }

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

  .icon-block {
    width: 2.8rem;
  }

  .card-wrap.highlights {
    padding: 20px;
  }

  .slider {
    width: 75%;
  }

  .slider-arrow {
    font-size: 2rem;
  }

  .icon-wrap-6vh {
    width: 3.5rem;
  }

  .div-block-178 {
    padding: 20px;
  }

  .text-span-8 {
    font-size: 15px;
  }

  .div-block-farbig-2 {
    height: auto;
  }

  .div-block-farbig-2.bg.zweitfarbe {
    justify-content: center;
    align-items: center;
  }

  .text-span-8-black {
    font-size: 15px;
  }

  .div-block-farbig-3 {
    height: auto;
  }

  .icon-6 {
    width: 2.8rem;
  }

  .subheading-mittig {
    font-size: 25px;
    line-height: 25px;
  }

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

  .subheading-mittig.heading-2.farbe-der-headings {
    font-size: 15px;
  }

  .icon-klein {
    width: 2.8rem;
    height: 2.8rem;
  }

  .section-banner {
    height: 25rem;
  }

  .slogan-wrap {
    padding: 20px;
  }

  .navbar-link {
    font-size: 15px;
  }

  .bild-35vh {
    height: auto;
    margin-bottom: 15px;
  }

  .titel-bereich {
    height: 25rem;
  }

  .titelinhalt-wrapper {
    padding: 20px;
  }

  .left-arrow {
    width: 50px;
    left: -60px;
  }

  .right-arrow {
    width: 50px;
    right: -60px;
  }

  ._404-page-wrap.highlights {
    width: auto;
    padding: 40px;
  }

  .error-image {
    height: 14rem;
  }

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

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

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

  .text-block-2 {
    font-size: 15px;
  }

  .wrap3 {
    margin-top: 10px;
  }
}

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

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

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

  .logo-img {
    height: 13vh;
  }

  .adresse {
    text-align: center;
  }

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

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

  .terminbutton.heading-1.highlights {
    font-size: 12.5px;
  }

  .nav-link-1.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-menu-1.hauptfarbe {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .titelvideo1 {
    height: 100%;
  }

  .subheading.heading-2 {
    font-size: 14px;
  }

  .slogan1.heading-1 {
    font-size: 20px;
  }

  .divider.highlights {
    width: 7rem;
    height: .17rem;
    margin-bottom: 10px;
  }

  .terminbutton-auto.heading-1.highlights {
    padding: 9px 12px;
    font-size: 11.5px;
  }

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

  .inhalt-mittig-untereinander-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-farbig-1.bg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-mittig.heading-1, .heading-mittig.heading-1.small {
    font-size: 20px;
  }

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

  .text-mittig.flie-text.space.top {
    margin-top: 40px;
  }

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

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

  .section-gro-e-abst-nde1.background {
    min-height: 20rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-gro-e-abst-nde1.zweitfarbe, .section-gro-e-abst-nde1.zweitfarbe.space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-gro-e-abst-nde1.background-2 {
    min-height: 20rem;
  }

  .heading-block1 {
    width: 100vw;
  }

  .heading-block1._40 {
    width: auto;
  }

  .heading-mittig-klein1 {
    font-size: 20px;
    line-height: 20px;
  }

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

  .heading-mittig-klein1.heading-2.farbe-der-headings {
    font-size: 18px;
  }

  .heading-mittig-klein1.heading-2.big {
    font-size: 20px;
  }

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

  .feature-image.contain.highlights {
    padding: 40px;
  }

  .icon-1 {
    height: 2.2rem;
  }

  .icon-1.invert {
    height: 2rem;
  }

  .icon-1.invert.nig {
    height: 3rem;
    margin-bottom: 10px;
  }

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

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

  .inhalt-footer {
    font-size: 13.5px;
  }

  ._3er-grid {
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 0;
    display: flex;
  }

  ._3er-grid.nopace {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 16px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .maps-gro {
    height: 300px;
  }

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

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

  .avatar {
    height: auto;
  }

  .nav-link.flie-text {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }

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

  .spacer.large {
    height: 1.3rem;
  }

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

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

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

  .dropdown-toggle-1.flie-text {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .dropdown-link.flie-text {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
  }

  .list.flie-text {
    padding-left: 30px;
    font-size: 14px;
  }

  .list.flie-text.top {
    padding-left: 20px;
  }

  .list.flie-text.bottom {
    margin-bottom: 15px;
  }

  .icon-2 {
    width: 2.5rem;
  }

  .terminbutton-1.heading-1.highlights {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .terminbutton-1.heading-1.highlights.top {
    margin-top: 20px;
  }

  ._2er-grid-adj {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .heading-mittig-small {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-mittig-small.flie-text {
    font-size: 15px;
  }

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

  .image-div.invert {
    height: auto;
  }

  .dropdown-icon {
    margin-right: 12px;
  }

  .dropdown-button-2.highlights.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
  }

  .section-gro-e-abst-nde1-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-block {
    width: 2.5rem;
  }

  .slider {
    width: 80%;
    height: 20rem;
  }

  .slider-arrow {
    font-size: 1.5rem;
  }

  .slide-nav {
    padding-top: 15px;
    font-size: 10px;
  }

  .slider-wrap {
    height: 20rem;
  }

  .icon-wrap-6vh {
    width: 2.5rem;
  }

  .inhalt-mittig {
    width: 90vw;
  }

  .slider-wrap-1 {
    height: 20rem;
  }

  .text-span-8, .text-span-8-black {
    font-size: 14px;
  }

  .div-block-farbig-3.bg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-content-5 {
    padding-bottom: 5px;
  }

  .icon-6 {
    width: 2.5rem;
  }

  .subheading-mittig {
    font-size: 20px;
    line-height: 20px;
  }

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

  .subheading-mittig.heading-2.farbe-der-headings {
    font-size: 14px;
  }

  .icon-klein {
    width: 2.5rem;
    height: 2.5rem;
  }

  .section-banner {
    height: auto;
  }

  .navbar-link {
    font-size: 14px;
  }

  .bild-35vh {
    margin-bottom: 10px;
  }

  .titel-bereich {
    height: 22rem;
  }

  .left-arrow {
    width: 45px;
    left: -40px;
  }

  .right-arrow {
    width: 45px;
    right: -40px;
  }

  ._404-page-wrap.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-image {
    height: 13rem;
  }

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

  ._3er-grid-small {
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 0;
    display: flex;
  }

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

  .text-block-3, .text-block-4 {
    white-space: pre-line;
  }

  .wrap3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }
}

#w-node-ea3340b0-eaf7-124e-ab3f-6779ef27018c-0a76ad78, #w-node-ea3340b0-eaf7-124e-ab3f-6779ef27018c-ada33164 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ea3340b0-eaf7-124e-ab3f-6779ef27018c-43cb61fa {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_464aa5fa-d6f8-da94-b321-098eaff660ca-43cb61fa {
  grid-column: span 2 / span 2;
}

#w-node-ea3340b0-eaf7-124e-ab3f-6779ef27018c-8dc3e418 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7bdd66eb-08f8-b4b5-82ee-96931bc55674-8dc3e418 {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b3264723-1f67-3c85-b9cf-c48a3a61c8be-0a76ad75 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ea3340b0-eaf7-124e-ab3f-6779ef27018c-0a76ad78 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ea3340b0-eaf7-124e-ab3f-6779ef27018e-0a76ad78 {
    order: -9999;
  }

  #w-node-ea3340b0-eaf7-124e-ab3f-6779ef27018c-ada33164 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ea3340b0-eaf7-124e-ab3f-6779ef27018e-ada33164 {
    order: -9999;
  }

  #w-node-ea3340b0-eaf7-124e-ab3f-6779ef27018c-43cb61fa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ea3340b0-eaf7-124e-ab3f-6779ef27018e-43cb61fa {
    order: -9999;
  }

  #w-node-_464aa5fa-d6f8-da94-b321-098eaff660ca-43cb61fa {
    grid-column: span 1 / span 1;
  }

  #w-node-ea3340b0-eaf7-124e-ab3f-6779ef27018c-8dc3e418 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ea3340b0-eaf7-124e-ab3f-6779ef27018e-8dc3e418 {
    order: -9999;
  }

  #w-node-_7bdd66eb-08f8-b4b5-82ee-96931bc55674-8dc3e418 {
    grid-column: span 1 / span 1;
  }
}


