:root {
  --hauptfarbe: #662483;
  --zweitafrabe: #f3edff;
  --highlight: #dcadff;
}

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

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

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

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

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

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

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

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

body {
  color: #333;
  flex-flow: 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;
}

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

.utility-page-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: #0d0d38;
}

.logo-img {
  height: 15vh;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.zweitfarbe {
  background-color: var(--zweitafrabe);
  color: #000;
}

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

.google-maps {
  width: 100%;
}

.heading-1 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link-3.flie-text:hover {
  color: var(--highlight);
}

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

.navbar-6 {
  width: 100%;
}

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

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

.subheading1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

.termin-button {
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.termin-button:hover {
  background-color: #000;
}

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

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

._2er-grid1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  width: 100%;
}

.galeriebild1 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

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

.impdat {
  padding: 100px 40px;
}

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

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

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

.div-block-footer1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: grid;
}

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

.footer-2.hauptfarbe {
  padding-bottom: 10px;
}

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

.inhalt-footer {
  height: 100%;
}

.navbar {
  z-index: 99999;
  background-color: #464166;
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.container-9 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu_button {
  z-index: 999999;
  width: 70px;
  height: 70px;
  padding: 0;
}

.menu_button.w--open {
  background-color: #0000;
}

.hamburger_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: static;
}

.hamburger_horizontal_line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.hamburger_vertical_line {
  background-color: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
}

.nav_menu {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu_wrapper {
  background-color: #000c;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu_container_left {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AnyConv.com__611d04b90a488a7863d47e6c_AdobeStock_336877320_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu_container_right {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
  overflow: auto;
}

.menu_right_container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.menu_head {
  text-align: left;
}

.menu-paragraph {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.menu_form_block {
  width: 80%;
}

.menu_form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text_area {
  text-transform: uppercase;
  border: 1px #000;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}

.text_area.flie-text {
  transition: all .2s;
}

.text_area.flie-text:hover {
  box-shadow: 0 5px 12px -10px #000;
}

.submit_button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #333;
  width: 150px;
  min-width: auto;
  margin-top: 10px;
  font-size: 12px;
  transition: all .2s;
}

.submit_button:hover {
  background-color: #000;
}

.submit_button.flie-text:hover {
  box-shadow: 0 9px 12px -8px #00000080;
}

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

.nav_link.flie-text {
  border-bottom: 1px solid #f0f0f0;
  transition: all .2s;
}

.nav_link.flie-text:hover {
  transform: scale(1.1);
  box-shadow: 0 7px 8px -5px #00000080;
}

.nav_link.flie-text.w--current {
  color: #333;
  box-shadow: 0 7px 8px -5px #00000080;
}

.navbar_navlinks {
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
  display: flex;
}

.white {
  filter: invert();
  margin-right: auto;
}

._2er_grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  place-items: center stretch;
  width: 100%;
  height: 100%;
}

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

.heading {
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 120%;
}

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

.paragraph-links {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.divider {
  background-color: #00000026;
  width: 50%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -20px;
  padding: 10px 15px;
  font-size: 12px;
}

.button.flie-text.highlights {
  transition: all .2s;
}

.button.flie-text.highlights:hover {
  background-color: #f09b3a;
  box-shadow: 0 9px 12px -8px #00000080;
}

.section_3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12vh 12vw;
  display: flex;
}

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

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

.image-100.left {
  object-position: 80% 50%;
}

.image-100.right-2 {
  object-position: 15% 100%;
}

.quote {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 70px;
  display: flex;
}

.icon {
  width: 50px;
  margin-bottom: 20px;
}

.heading-links-sml-cap {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 30px;
}

.heading-links-sml-cap.flie-text {
  line-height: 1.5;
}

._2er_grid_1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: center stretch;
  width: 100%;
}

.heading_1-links {
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 45px;
}

.heading_1-links.heading-1 {
  line-height: 1.1;
}

._3er_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: baseline;
  width: 100%;
  margin-top: 40px;
}

.content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.round-image-small {
  border-radius: 50%;
  width: 20vh;
  height: 20vh;
  overflow: hidden;
}

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

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

.paragraph_center {
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 24px;
}

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

.parallax {
  position: relative;
  overflow: hidden;
}

.background-video {
  z-index: -1;
  height: 180%;
  position: absolute;
  inset: 0%;
}

.no_overflow_2 {
  width: 100%;
  height: 40vh;
  overflow: hidden;
}

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

.image_1:hover {
  transform: scale(1.1);
}

.content_1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 40px;
  display: flex;
}

.heading_2 {
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 30px;
  line-height: 120%;
}

.html-embed-2 {
  position: fixed;
  inset: auto auto 0% 0%;
}

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

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

.footer {
  margin-top: auto;
  padding: 40px 100px 100px;
}

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

.divider_1 {
  background-color: #ffffff26;
  width: 50%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section_1 {
  padding: 100px;
}

.content_4 {
  color: #fff;
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 100px;
  display: flex;
  position: relative;
}

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

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

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

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

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

.impdat-2.flie-text {
  flex-flow: column;
  justify-content: flex-start;
  min-height: auto;
  padding: 0;
  display: flex;
}

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

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

.image-8 {
  filter: invert();
}

.heading-4, .text-block {
  color: #fff;
}

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

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

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

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

.spacer {
  height: 20px;
}

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

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

.ablaufplan-big-button-4 {
  z-index: 2;
  color: #fff;
  background-color: #0d0e37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

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

.ablaufplan-big-button-4.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-4.black:hover {
  transform: none;
}

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

.link-12 {
  color: #464166;
  text-decoration: none;
}

.impdat-3 {
  padding: 100px 40px;
}

.flie-text-2 {
  font-weight: 400;
  line-height: 1.5;
}

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

.icon-wrap {
  border-radius: 50%;
  width: 3rem;
  box-shadow: 0 0 5px #0003;
}

.fixed-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: fixed;
  inset: auto 1% 45% auto;
}

.paragraph-intro {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.round-image {
  z-index: 5;
  border-radius: 50%;
  width: 50vh;
  height: 50vh;
  margin-right: -60px;
  position: relative;
  overflow: hidden;
}

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

.cards {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading-mittig-sml-cap {
  text-align: center;
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 30px;
}

.heading-mittig-sml-cap.flie-text {
  line-height: 1.5;
}

.heading_1-mittig {
  text-align: center;
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 45px;
}

.heading_1-mittig.heading-1 {
  line-height: 1.1;
}

.preise {
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

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

.list-links {
  text-align: left;
  letter-spacing: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.angebote-grid-3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.cards-adjust {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.preise-links {
  text-align: left;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

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

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

.iocn-md {
  width: 2rem;
}

.heading-mitig-sml-2 {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

.heading-mitig-sml-2.heading-1 {
  line-height: 1.3;
}

.review-block {
  color: #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.paragraph_center-2 {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph_center-2.flie-text {
  margin-top: 20px;
  line-height: 1.5;
}

.star-icon {
  object-fit: contain;
  width: 6rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-wrapper-70vh {
  border-radius: 20px;
  height: 70vh;
  overflow: hidden;
}

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

.image-wrapper-title {
  height: 70vh;
  overflow: hidden;
}

.uber-mich-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: start;
  width: 100%;
  margin-bottom: 60px;
}

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

.team-image {
  width: 100%;
  height: 50vh;
  margin-bottom: 20px;
  overflow: hidden;
}

.cards-angebote-light {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.cards-angebote-light:hover {
  background-color: var(--zweitafrabe);
}

.cards-angebote-light.zweitfarbe:hover {
  transform: scale(1.04);
}

.cards-angebote-light.hauptfarbe:hover {
  background-color: var(--hauptfarbe);
  transform: scale(1.04);
}

.heading-links-sml {
  text-align: left;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 32px;
}

.heading-links-sml.heading-1 {
  line-height: 1.3;
}

._3er-grud {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.card1 {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.section-divider {
  height: 2px;
}

.flex-center-wrap {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon1 {
    color: #fff;
  }

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

  .slogan1.heading-1 {
    margin-top: 10px;
    font-size: 70px;
    line-height: 50px;
  }

  ._2er-grid1 {
    margin-top: 20px;
  }

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

  .success1.heading-1 {
    font-size: 32px;
  }

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

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

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

  .inhalt-footer {
    text-align: center;
  }

  .menu_container_left {
    width: 30%;
  }

  .menu_container_right {
    width: 70%;
  }

  .navbar_navlinks {
    flex-wrap: wrap;
  }

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

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

  .section_3 {
    flex-direction: column;
    padding: 40px;
  }

  .quote.zweitfarbe {
    width: 100%;
  }

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

  .round-image-small {
    width: 35vw;
  }

  .content_1 {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .content_1.right {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer.hauptfarbe {
    text-align: center;
    padding: 40px;
  }

  .section_1, .content_4 {
    padding: 40px;
  }

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

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

  .round-image {
    width: 35vw;
    height: 35vh;
    margin-right: 0;
  }

  .angebote-grid-3col {
    flex-flow: column;
    display: flex;
  }

  .heading-mitig-sml-2.heading-1 {
    font-size: 20px;
  }

  .uber-mich-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .logo-img, .divblock1 {
    height: auto;
  }

  .titelvideo1 {
    height: 100%;
  }

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

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

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

  .inhalt-mittig-untereinander.zweitfarbe.effekt {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

  .success1.heading-1 {
    font-size: 27px;
  }

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

  .nav_menu {
    min-height: auto;
  }

  .menu_wrapper {
    flex-direction: column;
    justify-content: center;
    min-height: auto;
  }

  .menu_container_left {
    width: 100%;
    min-height: 30vh;
  }

  .menu_container_right {
    width: 100%;
    min-height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu_right_container {
    width: 90%;
  }

  .menu_form_block {
    width: 100%;
  }

  .content_3 {
    padding: 20px;
  }

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

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

  .heading.small.heading-1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button {
    margin-top: 0;
  }

  .section_3 {
    flex-direction: column;
  }

  .quote.zweitfarbe {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .round-image-small {
    width: 50vw;
  }

  .content_1, .content_1.right {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content_4 {
    padding: 20px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

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

  .round-image {
    width: 49vw;
    height: 35vh;
    margin-bottom: -50px;
    margin-right: 0;
  }

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

  .angebote-grid-3col {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

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

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

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

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

  .logo-img {
    height: auto;
  }

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

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

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

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

  .inhalt-mittig-untereinander {
    padding: 20px 10px;
  }

  .inhalt-mittig-untereinander.zweitfarbe {
    width: 100%;
    padding: 20px 10px;
  }

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

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

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

  .success1.heading-1 {
    font-size: 18px;
    line-height: 1.3;
  }

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

  .content_3 {
    margin-bottom: 1rem;
    padding: 0 10px;
  }

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

  .heading.heading-1 {
    text-align: left;
    overflow-wrap: anywhere;
    line-height: 1.1;
  }

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

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

  .paragraph-links {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

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

  .section_3 {
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .section_3.zweitfarbe, .section_3.hauptfarbe {
    justify-content: center;
    align-items: flex-start;
  }

  .quote.zweitfarbe {
    padding: 20px;
  }

  .icon {
    width: 25px;
  }

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

  .heading-links-sml-cap.flie-text {
    margin-top: 0;
  }

  .heading_1-links {
    font-size: 30px;
    line-height: 40px;
  }

  .content {
    justify-content: space-between;
    align-items: flex-start;
  }

  .round-image-small {
    width: 10rem;
    height: 10rem;
  }

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

  .heading_center.heading-1.farbe-der-headings {
    text-align: left;
  }

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

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

  .no_overflow_2 {
    height: 50vh;
  }

  .content_1, .content_1.right {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading_2.small {
    font-size: 20px;
    line-height: 25px;
  }

  .footer.hauptfarbe, .section_1 {
    padding: 20px;
  }

  .maps-gro {
    height: 300px;
  }

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

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

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

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

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

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

  .paragraph-intro {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .round-image {
    border-radius: 0%;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

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

  .heading-mittig-sml-cap {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-mittig-sml-cap.flie-text {
    text-align: left;
    margin-top: 0;
  }

  .heading_1-mittig {
    font-size: 30px;
    line-height: 40px;
  }

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

  .list-links {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .angebote-grid-3col {
    flex-flow: column;
    display: flex;
  }

  .cards-adjust {
    flex-flow: column;
    width: 100%;
  }

  .preise-links {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-mitig-sml-2.heading-1 {
    font-size: 17px;
  }

  .review-block.zweitfarbe {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph_center-2 {
    font-size: 14px;
    line-height: 18px;
  }

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

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

  .flex-horizontal {
    flex-flow: column;
  }

  .team-image {
    height: auto;
  }

  .cards-angebote-light.hauptfarbe {
    justify-content: center;
    align-items: flex-start;
  }

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

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

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

  .grid {
    flex-flow: column;
    width: 100%;
    display: flex;
  }
}

#w-node-_8f6b79e8-9181-23db-d985-48c6b5deca86-34a27d3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a0a5397-3ed7-efeb-bb51-fd2987a6f411-34a27d40 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6d2aaf77-d92f-ccdb-98c7-7fee2cce63d6-791938b1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


