:root {
  --main-color: #184d75;
  --secondry-color: #e1effe;
  --highlights-color: #1594d3;
}

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

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

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

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

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

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

.utility-page-content {
  background-color: var(--main-color);
  text-align: center;
  flex-direction: column;
  width: 260px;
  margin-bottom: 275px;
  padding: 20px 40px;
  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 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

.heading-1 {
  font-family: EB Garamond, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

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

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

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

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

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

.impressum.flie-text {
  line-height: 25px;
}

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

.navlink3.flie-text {
  color: #fff;
}

.navlink3.flie-text:hover {
  color: #6d6d6d;
}

.navlink3.flie-text.w--current {
  color: #8c8c8c;
}

.navlinks3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navlinks3.hauptfarbe {
  color: #fff;
}

.background-video1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: 25%;
  margin-right: 0;
}

._3er-grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  margin-bottom: 107px;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer3 {
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.footer3.hauptfarbe {
  color: #fff;
}

.abst-nde-footer3 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.heading-footer3 {
  font-size: 14px;
  font-weight: 400;
}

.heading-footer3.heading-3 {
  text-transform: uppercase;
}

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

.rounded-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  min-height: auto;
}

.impdat {
  padding: 100px 10vw;
}

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

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

.div-block-41.highlights {
  background-color: var(--main-color);
  border-style: none;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 1.3;
}

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

.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: #000;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

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

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

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

.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%;
  display: block;
  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;
}

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

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

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

.section_1 {
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.gradient_block {
  z-index: 10;
  background-image: linear-gradient(270deg, #0000 35%, #fff 65%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px 5vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

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

.paragraph.flie-text {
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.5;
}

.button {
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 40px;
}

.button.highlights {
  background-image: url('../images/istockphoto-586201642-1024x1024.jpg');
  background-position: 0 0;
  background-size: 290px 180px;
  margin-top: 10px;
  font-family: Georama, sans-serif;
  font-size: 18px;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.button.highlights:hover {
  transform: scale(1.02);
  box-shadow: 0 0 10px -4px #00000080;
}

.section_2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
}

.section_2.bild {
  background-image: url('../images/6b3eaca6-adf9-44ae-8218-898133df8656.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 55vh;
  padding: 0;
}

.heading_center {
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

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

._3er_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  margin-top: 40px;
}

.content {
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.content:hover {
  border: 1px solid var(--highlights-color);
  transform: scale(1.02);
}

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

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

.paragraph_center {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.paragraph_center.flie-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

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

._2er_grid.kontakt {
  width: 100%;
  height: 100vh;
}

.bubble_block {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bubble_1 {
  z-index: 0;
  background-color: #d2e4f6;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: -15% auto auto -15%;
}

.bubble_2 {
  background-color: #d2e4f6;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: -10% -10% auto auto;
}

.bubble_3 {
  background-color: #d2e4f6;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto auto -40% -8%;
}

.content_block {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px;
  display: flex;
  position: absolute;
}

.content_block.center {
  align-items: center;
}

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

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

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

.dropdown {
  border: 1px solid #0000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.dropdown:hover {
  transform: scale(1.01);
}

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

.heading_small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 38px;
}

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

.spacer {
  height: 20px;
}

.block {
  width: 100%;
  height: 70vh;
}

._2er_grid_1 {
  width: 100%;
  margin-top: 40px;
}

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

.inhalt-footer {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 10px;
}

.inhalt-footer.flie-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-block-telefon {
  color: #fff;
  text-transform: uppercase;
  border: 3px dotted #fff;
  padding: 7px 5px 5px;
  font-size: 14px;
  text-decoration: none;
}

.link-footer {
  color: #fff;
  margin-bottom: 5px;
  text-decoration: none;
}

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

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

.no_overflow {
  width: 100%;
  height: 45vh;
  overflow: hidden;
}

.no_overflow.image {
  height: auto;
  min-height: 80vh;
}

.block_for_grid {
  height: 100%;
}

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

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

.galerie_image.down {
  object-position: 100% 0%;
}

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

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

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

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

.form1 {
  margin-bottom: 0;
}

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

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

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

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

.heading_left_small {
  font-size: 28px;
  line-height: 28px;
}

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

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

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

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

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

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

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

.nav-link-3:hover {
  color: gray;
}

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

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

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

.navbar1 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 5vw;
  display: flex;
  position: static;
}

.navbar-6 {
  background-color: #0000;
  width: 100%;
}

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

.content_block-links {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.paragraph-links {
  font-size: 16px;
  line-height: 26px;
}

.paragraph-links.flie-text {
  flex: 0 auto;
  display: block;
}

.paragraph-links.flie-text.edited_1 {
  margin-right: 0;
  padding-right: 834px;
}

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

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

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

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

.heading-4 {
  color: #fff;
}

.text-block {
  color: var(--secondry-color);
}

.lottie-animation-4 {
  width: 2rem;
  margin-left: auto;
}

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

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

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

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

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

.text-field-5.cc-textarea {
  height: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

._2x2_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  margin-top: 40px;
}

.image_wrap {
  width: 100%;
  height: 25vh;
  overflow: hidden;
}

.font {
  font-size: 22px;
  font-weight: 500;
}

.font.farbe-der-headings {
  color: #000;
  font-size: 18px;
}

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

.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 {
  margin-top: 100px;
  top: 10px;
}

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

.icon-100 {
  width: 100%;
  height: 100%;
}

.social-icon {
  border: 2px solid var(--main-color);
  border-radius: 50%;
  width: 2.8rem;
  box-shadow: 0 2px 5px #0003;
}

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

.image-wrap-faq {
  width: 40%;
}

.section_bild-bg {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/6b3eaca6-adf9-44ae-8218-898133df8656.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
}

.overlay-wrap {
  color: #fff;
}

.content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.content-2:hover {
  transform: scale(1.02);
}

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

.bold-text-10 {
  font-size: 38px;
}

.paragraph-62 {
  color: #000;
  font-family: Georama, sans-serif;
  font-size: 18px;
}

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

.galerie-wrap {
  width: 100%;
  height: 55vh;
  overflow: hidden;
}

.image-wrapper-30vh {
  height: 40vh;
  margin-top: 20px;
}

.code-embed {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 50vw;
    position: absolute;
    inset: 0% auto 0% 5vw;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .menu-icon-3 {
    color: #fff;
  }

  .men-button3.w--open {
    background-color: #fff;
  }

  .background-video1 {
    margin-left: 0%;
  }

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

  .rounded-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rounded-block.zweitfarbe {
    margin-bottom: 20px;
  }

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

  .heading-22 {
    font-size: 28px;
  }

  .section_1 {
    height: 75vh;
  }

  .gradient_block {
    background-image: linear-gradient(#fff9, #fff9), linear-gradient(#0000 50%, #fff 77%);
    justify-content: flex-end;
    align-items: center;
    padding-left: 40px;
    padding-right: 60px;
  }

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

  .paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .button.highlights {
    margin-top: 40px;
  }

  .section_2 {
    padding: 60px;
  }

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

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

  ._2er_grid {
    grid-template-columns: 1fr;
    height: 100%;
  }

  ._2er_grid.kontakt {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 100%;
  }

  .bubble_1 {
    width: 200px;
    height: 200px;
  }

  .bubble_2 {
    width: 250px;
    height: 250px;
  }

  .content_block {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .content_block.center {
    position: relative;
  }

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

  .block {
    height: auto;
  }

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

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

  .no_overflow.image {
    min-height: auto;
  }

  .block_for_grid.kontakt {
    height: auto;
  }

  .error-message {
    width: auto;
  }

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

  .maps-gro {
    height: 50vh;
  }

  .maos-footer {
    justify-content: flex-start;
  }

  .nav-men-1 {
    background-color: var(--main-color);
  }

  .navbar1.hauptfarbe {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .men-icon1 {
    color: #fff;
  }

  .navbar-6 {
    padding-right: 5vw;
  }

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

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

  .content_block-links {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-links {
    font-size: 18px;
    line-height: 28px;
  }

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

  .paragraph-links.flie-text.edited_1 {
    text-align: center;
    padding-right: 0;
  }

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

  .heading_links.heading-1 {
    text-align: center;
  }

  ._2x2_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .image_wrap {
    width: 100%;
    height: 23vh;
  }

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

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

  .social-fixed {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .social-icon.hauptfarbe {
    width: 2.5rem;
  }

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

  .section_bild-bg {
    padding: 60px;
  }

  .content-2 {
    border-bottom: 1px solid #fff;
  }

  .content-2.last {
    border-bottom-width: 0;
  }

  .galerie-wrap {
    height: auto;
  }

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

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

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

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

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

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

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

  .section_1 {
    height: 70vh;
  }

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

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

  .section_2 {
    padding: 40px;
  }

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

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

  .content {
    padding: 10px;
  }

  ._2er_grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }

  ._2er_grid.kontakt {
    height: auto;
  }

  .content_block.center {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropdown {
    padding: 0;
  }

  .heading_small.heading-1 {
    font-size: 22px;
  }

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

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

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

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

  .no_overflow {
    width: 100%;
    height: 40vh;
  }

  .block_for_grid {
    height: auto;
  }

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

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

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    justify-content: center;
    align-items: center;
    height: 100px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .content_block-links {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-links.flie-text.edited_1 {
    text-align: center;
    padding-right: 0;
  }

  .heading_links.heading-1 {
    text-align: center;
  }

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

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

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

  ._2x2_grid {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .section_bild-bg {
    padding: 40px;
  }

  .bold-text-10 {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
  }

  .galerie-wrap {
    width: 100%;
    height: auto;
  }
}

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

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

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

  .footer3.hauptfarbe {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rounded-block {
    min-width: 200px;
  }

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

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

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

  .section_1 {
    height: auto;
  }

  .gradient_block {
    background-color: var(--main-color);
    color: #fff;
    background-image: none;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    position: static;
  }

  .heading.heading-1 {
    text-align: center;
    margin-top: 0;
    font-size: 25px;
    font-style: normal;
    line-height: 35px;
  }

  .button.highlights {
    text-align: left;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }

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

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

  .heading-_center_small {
    font-size: 20px;
  }

  ._2er_grid {
    height: 100.004%;
  }

  .content_block.center {
    padding: 10px;
  }

  .heading_left {
    font-size: 32px;
    line-height: 32px;
  }

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

  .no_overflow.image {
    height: 40vh;
  }

  .block_for_grid {
    height: auto;
  }

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

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

  .heading_left_small.heading-1 {
    text-align: center;
  }

  .maps-gro {
    height: 300px;
  }

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

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

  .content_block-links {
    padding: 20px 10px;
  }

  .paragraph-links.flie-text.edited_1 {
    padding-right: 0;
    font-size: 14px;
  }

  .heading_links {
    font-size: 32px;
    line-height: 32px;
  }

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

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

  .social-icon.hauptfarbe {
    width: 2rem;
  }

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

  .section_bild-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .overlay-wrap {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-10 {
    font-size: 25px;
  }

  .paragraph-62 {
    text-align: center;
  }

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

#w-node-fdd32286-2432-ddcd-167a-fc0eb1a45e72-b1a45e71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96937adc-32a7-1e98-2aab-7ef7fa3293f2-9376a0ac {
  grid-area: 5 / 2 / 6 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-d48f6673-2096-bb94-fe3d-1648911d2c76-9376a091, #w-node-_96937adc-32a7-1e98-2aab-7ef7fa3293f2-9376a0ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


