:root {
  --orange: #ff530e;
  --black: black;
  --light-orange: #ffdcce;
  --white: white;
}

.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-wrap.hauptfarbe {
  background-image: none;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.utility-page-content._404 {
  width: auto;
  position: static;
}

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

.submit-button {
  background-color: #0d0d38;
}

.logo-img {
  aspect-ratio: custom;
  object-fit: cover;
  max-width: none;
  height: 18rem;
}

.logo {
  aspect-ratio: 3 / 2;
  justify-content: center;
  align-items: center;
  height: 15rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.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(--orange);
  color: #fff;
}

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

.highlights {
  background-color: var(--black);
  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: Didact Gothic, 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;
}

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

.nav-men-1.hauptfarbe {
  z-index: 100000;
  background-color: #0000;
  flex-flow: wrap;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.navbar1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.nav-link-3 {
  color: #000;
  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 {
  color: var(--white);
  text-align: left;
  flex: none;
  font-family: Didact Gothic, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

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

.nav-link-3.flie-text.w--current {
  color: var(--white);
  font-family: Didact Gothic, sans-serif;
}

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  background-color: #0000;
}

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

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

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

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

.text-mittig1 {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

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

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

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

.link-formular.farbe-der-headings {
  color: var(--orange);
}

.impdat {
  padding: 100px 40px;
}

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

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

.success-block.highlights {
  background-color: var(--orange);
  border-style: none;
}

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

.success1.heading-1 {
  font-family: Didact Gothic, 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 {
  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, .submit_button.flie-text {
  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;
}

.section_2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.section_3.filled {
  flex: 1;
}

.no_overflow {
  z-index: 5;
  border-radius: 50%;
  width: 70vh;
  height: 60vh;
  margin-right: -50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

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

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

.quote_person {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -20px;
  font-size: 26px;
  line-height: 30px;
}

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

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

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

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

.content {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.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;
  font-size: 16px;
  line-height: 24px;
}

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

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

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

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: auto;
  height: auto;
  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;
}

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

.text-block {
  color: #fff;
}

.html-embed-3 {
  height: 500px;
}

.nav-wrap {
  background-color: var(--orange);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 60px;
  display: flex;
}

.top-bar {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 5vh;
  padding-right: 60px;
  display: flex;
}

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

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

.heading_footer.heading-1 {
  margin-bottom: 10px;
}

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

._2er_grid-contnet {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

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

.image-100-2 {
  object-fit: cover;
  object-position: 60% 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

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

.content-wrapper {
  display: flex;
}

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

.image-wrap-70vh {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

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

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

.content-leistungen {
  color: #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: background-color .6s;
  display: flex;
}

.content-leistungen:hover {
  background-color: var(--light-orange);
}

.dropdown-list-16 {
  border-top: 2px solid var(--orange);
  background-color: #fff;
}

.dropdown-list-16.w--open {
  background-color: var(--orange);
}

.footer-text {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

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

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

.icon-small {
  object-fit: contain;
  width: 1.5rem;
}

.link-top-bar {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.logo-image {
  object-fit: contain;
  width: 18vh;
}

.image-logo {
  object-fit: contain;
  width: 15vw;
}

.footer-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.logo-center {
  object-fit: contain;
  width: 20vw;
}

.section-divider {
  width: 100%;
  height: 2px;
}

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

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

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

.title-section-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 60px;
  display: flex;
}

.list-wrap {
  width: 70%;
}

.jotform-wrapper {
  width: 100%;
}

.bg-video-100 {
  z-index: 5;
  width: 100%;
  height: 100%;
}

.image-wrap-25vh-round {
  border-radius: 50%;
  width: 15vw;
  height: 25vh;
  overflow: hidden;
}

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

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

.parallax {
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.background-video {
  height: 180%;
}

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

.section_-bild-bg {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/download---2025-02-11T093107.200.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

._2er_grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

._2er_grid-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

.section-bild-bg {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_507519580.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 12vw;
  display: flex;
}

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

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

  .logo {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: 50% 59%;
    height: 100%;
    padding-bottom: 0;
  }

  .logo.mobile-hidden {
    display: none;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men-1.hauptfarbe {
    background-color: var(--light-orange);
    padding-left: 10px;
    padding-right: 10px;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--white);
    color: var(--orange);
  }

  .navbar1 {
    position: relative;
  }

  .nav-link-3.flie-text {
    color: var(--orange);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-link-3.flie-text.is-auto {
    width: auto;
  }

  .navbar-6.hauptfarbe {
    position: static;
  }

  .men-icon1 {
    color: var(--orange);
  }

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

  .impdat {
    padding: 60px;
  }

  .success {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .menu-paragraph.flie-text.mid {
    text-align: center;
  }

  .menu_form_block {
    width: 100%;
  }

  .menu_form {
    align-items: stretch;
    width: 100%;
  }

  .submit_button.flie-text {
    width: auto;
  }

  .navbar_navlinks {
    flex-wrap: wrap;
  }

  .section_2.zweitfarbe {
    padding: 60px;
  }

  ._2er_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 0;
    display: flex;
  }

  .content_3 {
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

  .content_3.no-spc {
    padding: 0;
  }

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

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

  .divider {
    width: 100%;
  }

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

  .section_3.zweitfarbe, .section_3.hauptfarbe {
    padding: 60px;
  }

  .no_overflow {
    width: 200px;
    height: 200px;
    margin-right: 0;
  }

  .quote.hauptfarbe {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 40px;
  }

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

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

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

  .section_1 {
    padding: 60px;
  }

  .nav-wrap {
    background-color: var(--white);
    position: relative;
  }

  .top-bar.hauptfarbe {
    height: 3rem;
  }

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

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

  ._2er_grid-contnet {
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .content-wrap.left {
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .jotform {
    height: 100%;
    margin-top: 20px;
    overflow: auto;
  }

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

  .image-wrap-70vh.hauptfarbe {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-leistungen {
    background-color: var(--light-orange);
  }

  .dropdown-list-16.w--open {
    background-color: var(--light-orange);
    position: relative;
  }

  .icon-small {
    width: 1.1rem;
  }

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

  .image-logo {
    width: 150px;
  }

  .footer-content {
    align-items: center;
    padding: 0;
  }

  .flex-center.hauptfarbe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-wrap {
    width: 100%;
  }

  ._3er_grid-1 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .title-section-wrap {
    width: 100%;
    padding: 0 0;
  }

  .list-wrap {
    width: auto;
  }

  .dropdown-toggle-16 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-15 {
    width: 100%;
  }

  .jotform-wrapper {
    overflow: hidden;
  }

  .image-wrap-25vh-round {
    width: 35vw;
  }

  .image-100 {
    border-radius: 10px;
  }

  .content_4 {
    padding: 40px;
  }

  .section_-bild-bg {
    flex-direction: column;
    padding: 40px;
  }

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

  .content_3-2 {
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }

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

  .content_3-3, .content_3-4, .content_3-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-bild-bg {
    flex-direction: column;
    padding: 40px;
  }

  .link_logo-wrapper {
    height: 10rem;
    margin-right: auto;
  }

  .link_logo-wrapper.w--current {
    height: 7.5rem;
  }
}

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

  .divblock1 {
    height: auto;
  }

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

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

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

  .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: 40px;
  }

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

  .success-block {
    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%;
  }

  .section_2.zweitfarbe {
    padding: 40px;
  }

  .content_3 {
    padding: 40px 20px;
  }

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

  .heading-1-links.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;
    padding: 40px;
  }

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

  .no_overflow {
    width: 200px;
    height: 200px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .quote.hauptfarbe {
    padding: 20px;
  }

  ._3er_grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    display: flex;
  }

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

  .section_1 {
    padding: 40px;
  }

  .maos-footer {
    width: auto;
    height: auto;
  }

  .maps-gro {
    height: 400px;
  }

  .nav-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .top-bar.hauptfarbe {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

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

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

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

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

  .image-logo {
    width: 160px;
  }

  .logo-center {
    width: 130px;
  }

  .title-section-wrap {
    padding: 0;
  }

  .image-wrap-25vh-round {
    width: 50vw;
  }

  .parallax {
    height: 50vh;
  }

  .content_4 {
    padding: 20px;
  }

  .section_-bild-bg {
    flex-direction: column;
  }

  .content_3-2 {
    padding: 20px;
  }

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

  .content_3-3 {
    padding: 20px;
  }

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

  .content_3-4 {
    padding: 20px;
  }

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

  .content_3-5 {
    padding: 20px;
  }

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

  .section-bild-bg {
    flex-direction: column;
  }
}

@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: 100px;
  }

  .logo {
    height: 5rem;
  }

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

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

  .heading-mittig-sml.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

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

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

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

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

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

  .content_3 {
    padding: 40px 20px;
  }

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

  .heading-1-links.heading-1 {
    font-size: 24px;
    line-height: 1.1;
  }

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

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

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

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

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

  .section_3 {
    padding: 40px 20px;
  }

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

  .no_overflow {
    width: 200px;
    height: 200px;
    margin-bottom: 0;
  }

  .icon {
    width: 25px;
  }

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

  .quote_person.flie-text {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

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

  ._3er_grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

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

  .heading_2.heading-1 {
    font-size: 26px;
  }

  .footer.hauptfarbe {
    padding: 20px;
  }

  .section_1 {
    padding: 40px 20px;
  }

  .maps-gro {
    height: 300px;
  }

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

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

  .nav-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading_footer.heading-1 {
    font-size: 21px;
  }

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

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

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

  .heading-1-mitig.heading-1 {
    font-size: 23px;
    line-height: 1.1;
  }

  .content-leistungen {
    background-color: var(--light-orange);
  }

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

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

  .title-section-wrap {
    padding: 0;
  }

  .jotform-wrapper {
    height: auto;
  }

  .image-wrap-25vh-round {
    width: 100%;
    height: 35vh;
  }

  .section_-bild-bg {
    padding: 20px;
  }

  .content_3-2 {
    padding: 0 10px;
  }

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

  .content_3-3 {
    padding: 0 10px;
  }

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

  .content_3-4 {
    padding: 0 10px;
  }

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

  .content_3-5 {
    padding: 0 10px;
  }

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

  .section-bild-bg {
    padding: 20px;
  }

  .link_logo-wrapper {
    height: 5rem;
  }

  .link_logo-wrapper.w--current {
    height: 5.5rem;
  }
}

#w-node-_6a55f191-b0d5-3268-cfbc-7265f409fb0c-523e54d6 {
  place-self: center;
}

#w-node-ed58958d-7afc-68b1-378b-f262ab26ade8-5d0c38c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


