:root {
  --teal: #48bcb9;
  --secondry-color: #f6f6e9;
  --deep-blue: #365b6d;
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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(90deg, var(--teal), var(--secondry-color));
  color: #355b6c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

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

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

.logo-img {
  object-fit: contain;
  width: 100px;
}

.logo {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 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(--deep-blue);
  color: #fff;
}

.highlights {
  color: #fff;
  background-image: linear-gradient(90deg, #48bcb9, #e9edf0);
}

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

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

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

.heading-3 {
  font-family: Didact Gothic, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

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

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

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

.logo-abst-nde1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

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

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

.nav-link.flie-text {
  color: var(--deep-blue);
  text-decoration: none;
}

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

.nav-link.flie-text:hover, .nav-link.flie-text.w--current {
  color: var(--teal);
}

.navbar-1 {
  width: 100%;
  font-size: 16px;
}

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

.slogan1 {
  text-align: right;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 85px;
  line-height: 80px;
}

.background-video1 {
  z-index: 10;
  width: 50vw;
  height: 85%;
}

.subheading1 {
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 35px;
}

.subheading1.heading-2 {
  letter-spacing: 0;
}

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

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

.div-block-farbig1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.link-formular {
  color: var(--teal);
  width: 20px;
  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;
}

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

.success_blcok.highlights {
  color: #355b6c;
}

.div-block-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

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

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

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

.inhalt-footer {
  height: 100%;
}

.nav_menu {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.nav_background {
  z-index: 3;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 936px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.navigation_bg {
  z-index: 0;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0;
  box-shadow: 0 9px 34px #00000026;
}

.hamburger_menu {
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100%;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.hamburger_menu.w--open {
  background-color: #eceff1;
}

.icon {
  z-index: 1;
  object-fit: contain;
  width: 65px;
  height: 65px;
  position: relative;
}

.navigation_layer_content {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  padding: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.navigation_layer_padding {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
}

.navigation_layer_image {
  background-image: url('../images/AdobeStock_171149160_visu.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  padding: 30px;
  display: flex;
}

.padding.menu {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  height: 100%;
  padding: 30px;
  display: flex;
  overflow: auto;
}

.navigation_accordion_wrapper {
  margin-bottom: 15px;
  overflow: scroll;
}

.navlink {
  letter-spacing: 1px;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
}

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

.navlink.flie-text:hover {
  background-color: #eceff1;
}

.navlink.flie-text.w--current {
  color: #333;
  background-color: #eceff1;
}

.navlink.flie-text.w--current:hover {
  background-color: #e0e1e2;
}

.horizontal_list {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.underline_none {
  flex: 0 auto;
  display: flex;
}

.social_icon.big {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  transition: all .2s;
  display: flex;
}

.social_icon.big:hover {
  opacity: 1;
}

.icon_social {
  filter: invert();
  width: 100%;
  height: 100%;
}

.icon_social.not_inverted {
  filter: none;
}

.navbar-2 {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.section_1 {
  height: 100vh;
  position: relative;
}

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

.content {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  padding-bottom: 100px;
  display: flex;
}

.heading_small_center {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
}

.heading_small_center.heading-2 {
  line-height: 1.3;
}

.heading {
  text-align: center;
  letter-spacing: 1px;
  font-size: 80px;
  line-height: 80px;
}

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

.gradient_for_text {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient_for_text.highlights {
  line-height: 1.3;
}

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

.section_2.overflow_hidden {
  overflow: hidden;
}

._2er_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.lottie-animation {
  z-index: -1;
  opacity: .05;
  position: absolute;
  inset: 0% auto auto -20%;
}

.lottie-animation.right {
  left: auto;
  right: -20%;
}

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

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

.paragraph {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.paragraph.flie-text {
  text-align: center;
  flex: 1;
  margin-bottom: 10px;
  line-height: 1.5;
}

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

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

.paragraph_center.flie-text {
  text-align: center;
  align-self: auto;
  line-height: 1.5;
}

.button {
  color: #343337;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 20px;
  padding: 15px 40px;
  font-size: 18px;
  line-height: 22px;
}

.button.flie-text {
  text-align: center;
  line-height: 1.3;
  transition: all .2s;
}

.button.flie-text:hover {
  transform: translate(0, -5px)scale(1.1);
  box-shadow: 0 6px 20px -2px #000;
}

.button.flie-text.highlights {
  background-image: linear-gradient(90deg, #48bcb9, #e9edf0);
}

.button.flie-text.highlights.center {
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.line {
  z-index: 1;
  width: 5px;
  height: 10vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto -5vh;
}

.highlights-2 {
  background-image: linear-gradient(#48bcb9, #e9edf0);
}

.heading_center {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

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

.section_3-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
  position: relative;
}

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

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

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

.divider {
  width: 100%;
  height: 5px;
}

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

.heading_left_small.heading-1 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
}

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

.content_center {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.content_center.not_white {
  background-color: #0000;
}

.content_center.hauptfarbe {
  object-fit: fill;
}

.page {
  width: 100%;
}

.footer-brb {
  color: #fff;
  background-image: linear-gradient(#000c, #000c), url('../images/PlanB-Hintergrund-Startseite.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 100px 10vw;
  display: flex;
}

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

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

.error-message {
  color: #fff;
  background-color: #e52222;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Droid Sans, sans-serif;
}

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

.form1 {
  margin-bottom: 0;
}

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

.contact-form-success-message {
  background-color: var(--teal);
  border: 1px solid #ececed;
  font-family: Didact Gothic, sans-serif;
  font-size: 16px;
}

.text-field {
  color: #333;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 3.2rem;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Didact Gothic, sans-serif;
  font-weight: 400;
  transition: border .4s, color .4s;
  display: block;
}

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

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

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

.text-field.cc-textarea {
  height: 6rem;
}

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

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

.contact-form {
  margin-top: 20px;
}

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

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

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

.impressum-link, .datenschutz-link {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.navbar1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

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

.logo-abstand1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-wrapper {
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.body {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.b-div-block {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.landing-_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.logo_image {
  object-fit: contain;
  width: 200px;
  height: 100px;
}

.center_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-center-small {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 130%;
}

.icon-8 {
  object-fit: cover;
  width: auto;
  height: 100px;
  margin-bottom: 20px;
}

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

._3er-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-farbig-2 {
  text-align: center;
  border: 4px solid #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.div-block-farbig-2:hover {
  background-color: #f8f8f8;
}

.div-block-farbig-5 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

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

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

.banner-image.contain {
  object-fit: contain;
  background-image: linear-gradient(45deg, #7d7d7d, #bdbdbd);
}

.highlights-teal {
  background-color: var(--teal);
  color: var(--white);
}

.farbe-der-headings-teal {
  color: #48bcb9;
  line-height: 1.3;
}

.slogan {
  text-align: center;
  letter-spacing: 1px;
  font-size: 80px;
  line-height: 1.2;
}

.profit_content-wrapper {
  grid-column-gap: 2rem;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: #bfbdbd;
  border-radius: 20px;
  flex-direction: row;
  padding: 1rem;
  transition: all .5s;
  display: flex;
}

.profit_content-wrapper:hover {
  outline-color: var(--white);
  outline-offset: 10px;
  outline-width: 1px;
  outline-style: solid;
  transform: translate(0, -5px);
}

.logo-img-copy {
  object-fit: contain;
  width: 140px;
  margin-bottom: 10px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.menu3 {
  z-index: 1000;
  float: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.navbar {
  color: #fff;
  background-color: #ddd0;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 6px 1px #d1d1d133;
}

.text-span-3, .text-span-4 {
  color: var(--teal);
}

.logo-plan-b {
  object-fit: contain;
  width: 230px;
  height: 100px;
}

.kontact-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-rel-blur {
  z-index: 0;
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.abs-image {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.paragraph_mittig.flie-text {
  color: #333;
  text-align: left;
  font-size: 18px;
  line-height: 1.56;
  display: flex;
}

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

.image-40vh.low {
  object-position: 50% 100%;
}

.image-40vh.is-contain_bg {
  object-fit: contain;
  background-color: #f8f8f8;
  height: 55vh;
}

.image-40vh.small {
  object-fit: contain;
}

.image-40vh.auto {
  width: auto;
  height: 40vh;
}

.blur-absolute-img-wrapper {
  z-index: 1;
  width: 100%;
  height: 65vh;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.content-banner {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#00000073, #00000073);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
  position: relative;
}

.section_title {
  height: 80vh;
  position: relative;
}

.nav-link-dd {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

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

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

.nav-link-dd.flie-text {
  color: var(--deep-blue);
  text-decoration: none;
}

.nav-link-dd.flie-text.w--current {
  color: #ece4df;
  text-decoration: none;
}

.nav-link-dd.flie-text:hover, .nav-link-dd.flie-text.w--current {
  color: var(--teal);
}

.dropdown-list-nav {
  background-color: #fff;
}

.dropdown-list-nav.w--open {
  padding: 10px;
  box-shadow: -1px 1px 5px 1px #0003;
}

.sub-navlink {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.sub-navlink:hover {
  color: gray;
}

.sub-navlink.w--current {
  color: #ebe3de;
}

.sub-navlink.flie-text {
  color: var(--deep-blue);
}

.sub-navlink.flie-text.w--current {
  color: #ece4df;
  text-decoration: none;
}

.sub-navlink.flie-text:hover, .sub-navlink.flie-text.w--current {
  color: var(--teal);
}

.button-arrow {
  color: #343337;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 20px;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 22px;
}

.button-arrow.flie-text {
  text-align: center;
  line-height: 1.3;
  transition: all .2s;
}

.button-arrow.flie-text.highlights {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.arrow {
  object-fit: contain;
  width: 1rem;
  margin-left: 10px;
  display: none;
}

.kontakt_card {
  background-image: linear-gradient(180deg, var(--deep-blue) 29%, var(--teal));
  color: #fff;
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.kontakt_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.list {
  text-align: left;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 22px;
}

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

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.conten-links {
  z-index: 1;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
  position: relative;
}

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

.paragraph_links.flie-text {
  text-align: left;
  font-size: 18px;
  line-height: 1.56;
}

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

.imaeg-65vh {
  object-fit: cover;
  width: 100%;
  height: 65vh;
}

.imaeg-65vh.contain, .imaeg-65vh.conn {
  object-fit: contain;
}

.divider-small {
  background-color: var(--teal);
  width: 75%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.icon-dd {
  color: #fff;
  display: none;
}

.spacer-1 {
  height: 5vh;
}

.slider-referenzen {
  height: auto;
}

.accordion-question-header-6 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3px;
}

.accordion-tab-button-dark-3 {
  cursor: pointer;
  background-color: #878a79;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

.accordion-tab-button-dark-3.flie-text {
  flex-flow: row;
}

.accordion-tab-button-dark-3.flie-text.highlights-2 {
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-item-wrapper-white-5 {
  background-color: #24242400;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion-pane-2 {
  background-color: #0000;
  overflow: hidden;
}

.accordion-pane-content-3 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding: 20px 0;
}

.arrow-right-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-right-2.white-back {
  background-color: #fff;
}

.arrow-div {
  filter: invert();
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.arrow-div-wrapper-2 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.arrow-left-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left-2.white-back {
  background-color: #fff;
}

.grid_4er {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.heading_center-small {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

.heading_center-small.heading-1 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
}

.image-100-rel {
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-100-abs {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-auto {
  color: #343337;
  background-color: #fff;
  border-radius: 50px;
  margin-top: auto;
  margin-bottom: 20px;
  padding: 15px 40px;
  font-size: 18px;
  line-height: 22px;
}

.button-auto.flie-text {
  text-align: center;
  line-height: 1.3;
  transition: all .2s;
}

.button-auto.flie-text:hover {
  transform: translate(0, -5px)scale(1.1);
  box-shadow: 0 6px 20px -2px #000;
}

.button-auto.flie-text.highlights {
  background-image: linear-gradient(90deg, #48bcb9, #e9edf0);
}

.lottie {
  width: 65%;
  margin-bottom: 60px;
}

.paragraph-link {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-link.flie-text {
  text-align: center;
  flex: 1;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5;
}

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

.landing-page {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.field_lable {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.field_lable.flie-text {
  flex: 1;
  margin-bottom: 10px;
  line-height: 1.5;
}

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

.jotform.hauptfarbe {
  height: 80vh;
  overflow: hidden;
}

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

.content_center-padding {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.content_center-padding.hauptfarbe {
  object-fit: fill;
  min-height: 25vh;
}

.wrapp {
  overflow-wrap: anywhere;
}

.footer-planb {
  color: #fff;
  background-image: linear-gradient(#000c, #000c), url('../images/PlanB-Hintergrund-Startseite.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 100px 10vw;
  display: flex;
}

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

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

  .logo.is-abs {
    justify-content: flex-end;
    align-items: flex-start;
    margin-right: 60px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .logo.is-abs.w--current {
    display: flex;
  }

  .logo.nav {
    justify-content: flex-start;
    align-items: center;
    margin-left: 60px;
    margin-right: auto;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo.nav.w--current {
    margin-right: auto;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-link.flie-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    font-size: 16px;
  }

  .men-button1.hauptfarbe.w--open {
    background-color: #000;
  }

  .men-icon1 {
    color: #fff;
  }

  .slogan1 {
    font-size: 40px;
  }

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

  .heading-mittig1.heading-1 {
    margin-top: 10px;
  }

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

  .impdat, .success {
    padding: 60px;
  }

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

  .success_blcok.highlights {
    padding: 60px;
  }

  .div-block-footer1, .footer-1.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav_background {
    max-width: none;
  }

  .icon {
    width: 55px;
    height: 55px;
  }

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

  .section_2 {
    padding: 60px;
    overflow: hidden;
  }

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

  ._2er_grid.is-invert {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .lottie-animation.right {
    width: 100%;
  }

  .heading_1 {
    text-align: center;
  }

  .heading_1.heading-1, .heading_1.heading-1.farbe-der-headings-teal {
    text-align: center;
    font-size: 30px;
  }

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

  .paragraph_center.flie-text {
    font-size: 16px;
    line-height: 1.4;
  }

  .button.flie-text.highlights {
    margin-top: 10px;
    padding: 12px 30px;
    font-size: 16px;
  }

  .button.flie-text.highlights:hover {
    transform: translate(0, -3px)scale(1.05);
    box-shadow: 0 6px 10px -2px #000;
  }

  .button.flie-text.highlights.center {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px 30px;
    font-size: 15px;
  }

  .button.flie-text.highlights.center:hover {
    transform: translate(0, -3px)scale(1.05);
    box-shadow: 0 6px 10px -2px #000;
  }

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

  .section_3-2 {
    padding: 60px;
  }

  ._3er_grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 40px;
    display: grid;
  }

  ._3er_grid._3-col, ._3er_grid._2-col {
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    display: flex;
  }

  .heading_left_small.heading-1 {
    margin-top: 10px;
    font-size: 25px;
  }

  .heading_left_small.heading-2 {
    text-align: center;
    margin-top: 0;
    font-size: 22px;
    line-height: 1.3;
  }

  .content_center.not_white {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .content_center.not_white.runter {
    order: 0;
    margin-top: 86px;
  }

  .footer-brb {
    padding: 40px;
  }

  .error-message {
    width: auto;
  }

  .form1 {
    margin-top: 20px;
  }

  .text-field {
    height: 3rem;
    padding: 10px 15px;
  }

  .text-field.cc-textarea {
    height: 5.5rem;
    margin-bottom: 0;
  }

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

  .form-wrap.hauptfarbe {
    padding: 40px;
  }

  .form-grid {
    width: 100%;
  }

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

  .impdat-2.flie-text {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .impressum-link, .datenschutz-link {
    font-size: 16px;
  }

  .image-wrapper {
    height: 55vh;
  }

  .maps {
    width: 100%;
    height: 50vh;
  }

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

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

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

  .logo_image {
    width: 10rem;
    height: 80px;
  }

  .heading-center-small.heading-font2.heading-color {
    font-size: 22px;
    line-height: 1.3;
  }

  ._3er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
  }

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

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

  .slogan.heading-1 {
    margin-top: 10px;
    font-size: 45px;
  }

  .logo-img-copy {
    width: 130px;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .navbar-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon3 {
    color: #fff;
  }

  .menu3 {
    background-color: var(--secondry-color);
    padding: 10px 20px;
    position: absolute;
  }

  .menu-button3 {
    color: #fff;
  }

  .menu-button3.w--open {
    color: #f69d49;
    background-color: #0000;
  }

  .menu-button3.hauptfarbe {
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }

  .menu-button3.hauptfarbe.w--open {
    background-color: var(--deep-blue);
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-plan-b {
    width: 10rem;
    height: 80px;
  }

  .paragraph_mittig.flie-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }

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

  .image-40vh.low {
    height: 55vh;
  }

  .image-40vh.is-contain_bg, .blur-absolute-img-wrapper {
    height: 50vh;
  }

  .content-banner {
    padding: 40px;
  }

  .section_title {
    height: 65vh;
  }

  .nav-link-dd.flie-text {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .dropdown-list-nav {
    position: relative;
  }

  .sub-navlink.flie-text {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .kontakt_card {
    padding-bottom: 20px;
  }

  .kontakt_grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

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

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

  .conten-links {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .paragraph_links.flie-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }

  .imaeg-65vh {
    width: 100%;
    height: 55vh;
  }

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

  .icon-dd {
    opacity: 100;
    color: var(--deep-blue);
    margin-right: 0;
    display: block;
  }

  .spacer-1 {
    height: 2vh;
  }

  .slider-referenzen {
    width: 100%;
  }

  .accordion-question-header-6 {
    letter-spacing: 1.5px;
  }

  .accordion-item-wrapper-white-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .accordion-pane-2 {
    width: 100%;
  }

  .accordion-pane-content-3 {
    width: 100%;
    padding-bottom: 0;
  }

  .arrow-right-2.white-back {
    width: 25px;
    right: 2px;
  }

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

  .arrow-left-2.white-back {
    width: 25px;
  }

  .grid_4er {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .heading_center-small.heading-1 {
    margin-top: 10px;
    font-size: 20px;
  }

  .button-auto.flie-text.highlights {
    padding: 12px 30px;
    font-size: 15px;
  }

  .button-auto.flie-text.highlights:hover {
    transform: translate(0, -3px)scale(1.05);
    box-shadow: 0 6px 10px -2px #000;
  }

  .paragraph-link.flie-text {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.3;
  }

  .menu-wrap {
    order: 1;
    width: 100%;
  }

  .dropdown-navbar {
    width: 100%;
  }

  .field_lable.flie-text {
    text-align: left;
    width: 100%;
    font-size: 16px;
  }

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

  .jotform.hauptfarbe {
    height: auto;
    padding: 20px;
  }

  .code-embed-jotform {
    height: auto;
    overflow: visible;
  }

  .left-arrow, .right-arrow {
    width: 65px;
    font-size: 35px;
  }

  .slide-nav {
    height: 2rem;
    font-size: 12px;
  }

  .content_center-padding.hauptfarbe {
    padding: 25px;
  }

  .footer-planb {
    padding: 40px;
  }
}

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

  .logo.w--current {
    width: 8rem;
  }

  .logo.is-abs {
    width: 8rem;
    height: 4rem;
    margin-right: 40px;
  }

  .logo.nav {
    width: 8rem;
    height: 4rem;
    margin-left: 40px;
    padding-top: 0;
  }

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

  .divblock1 {
    height: auto;
  }

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

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

  .background-video1 {
    width: 70vw;
  }

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

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

  .heading-mittig1.heading-1.is-small {
    font-size: 20px;
  }

  .impdat {
    padding: 40px;
  }

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

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

  .success_blcok.highlights {
    padding: 40px;
  }

  .div-block-footer1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon {
    width: 45px;
    height: 45px;
  }

  .navigation_layer_content {
    height: auto;
    position: relative;
  }

  .navigation_layer_padding {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20vh;
  }

  .navigation_layer_image {
    width: 100%;
    display: none;
  }

  .padding.menu {
    width: 100%;
    height: auto;
  }

  .navbar-2 {
    position: static;
  }

  .section_1 {
    height: 50vh;
  }

  .content {
    padding: 60px 5vw;
  }

  .heading_small_center.heading-2 {
    font-size: 18px;
  }

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

  .section_2 {
    padding: 40px;
  }

  .heading_1 {
    text-align: left;
  }

  .heading_1.heading-1, .heading_1.heading-1.farbe-der-headings-teal {
    font-size: 25px;
  }

  .paragraph.flie-text, .paragraph_center.flie-text {
    font-size: 15px;
  }

  .button.flie-text.highlights {
    margin-top: 5px;
    padding: 10px 25px;
  }

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

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

  .section_3-2 {
    padding: 40px;
  }

  ._3er_grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  ._3er_grid._3-col, ._3er_grid._2-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .heading_left_small.heading-1 {
    margin-bottom: 5px;
    font-size: 20px;
  }

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

  .content_center {
    padding: 10px;
  }

  .content_center.not_white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content_center.not_white.runter {
    margin-top: 0;
  }

  .footer-brb {
    padding: 40px 20px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

  .text-field {
    height: 2.8rem;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .text-field.cc-textarea {
    height: 5rem;
  }

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

  .form-wrap.hauptfarbe {
    padding: 25px;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .impressum-link, .datenschutz-link {
    font-size: 15px;
  }

  .image-wrapper {
    height: 25rem;
  }

  .image-100 {
    display: block;
  }

  .maps {
    height: 25rem;
  }

  .html-embed-2 {
    width: auto;
  }

  .b-div-block.hauptfarbe, .b-div-block.highlights-teal {
    height: 50vh;
  }

  .landing-_grid {
    flex-flow: column;
    display: flex;
  }

  .logo_image {
    width: 8rem;
    height: 40px;
  }

  .heading-center-small.heading-font2.heading-color {
    font-size: 20px;
  }

  ._3er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

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

  .slogan {
    font-size: 60px;
    line-height: 60px;
  }

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

  .logo-img-copy {
    width: 120px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .menu-button3.hauptfarbe {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .logo-plan-b {
    width: 8rem;
    height: 40px;
  }

  .kontact-block {
    margin-top: 20px;
  }

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

  .image-40vh, .image-40vh.low, .image-40vh.is-contain_bg {
    height: 25rem;
  }

  .image-40vh.auto {
    height: auto;
  }

  .blur-absolute-img-wrapper {
    height: 25rem;
  }

  .content-banner {
    padding: 20px;
  }

  .section_title {
    height: 28rem;
  }

  .nav-link-dd.flie-text, .sub-navlink.flie-text {
    font-size: 15px;
  }

  .kontakt_card {
    height: auto;
    padding: 40px 15px;
  }

  .kontakt_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

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

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

  .imaeg-65vh, .imaeg-65vh.contain {
    height: 25rem;
  }

  .spacer-1 {
    height: 1vh;
  }

  .accordion-question-header-6 {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 15px;
  }

  .accordion-tab-button-dark-3 {
    width: 90vw;
  }

  .accordion-tab-button-dark-3.flie-text.highlights-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .accordion-item-wrapper-white-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .arrow-right-2.white-back {
    width: 22px;
  }

  .arrow-div {
    width: 22px;
    height: 22px;
  }

  .arrow-left-2.white-back {
    width: 22px;
    left: 2px;
  }

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

  .image-100-rel, .image-100-abs {
    display: block;
  }

  .button-auto.flie-text.highlights {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
  }

  .lottie {
    width: 90%;
  }

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

  .jotform {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .field_wrap {
    width: 100%;
  }

  .left-arrow, .right-arrow {
    width: 60px;
    font-size: 30px;
  }

  .slide-nav {
    font-size: 11px;
  }

  .content_center-padding {
    padding: 10px;
  }

  .content_center-padding.hauptfarbe {
    padding: 20px;
  }

  .footer-planb {
    padding: 40px 20px;
  }
}

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

  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-img {
    width: 75px;
  }

  .logo {
    width: 8rem;
    height: 4rem;
    padding: 8px;
  }

  .logo.is-abs {
    margin-right: 20px;
  }

  .logo.nav {
    margin-left: 20px;
  }

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

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

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

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

  .background-video1 {
    width: 100vw;
    height: 100%;
  }

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

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

  .heading-mittig1.heading-1.is-small {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
  }

  .div-block-farbig1, .impdat {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .success, .success_blcok.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .icon {
    width: 40px;
    height: 40px;
  }

  .padding.menu {
    padding: 10px;
  }

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

  .heading_small_center.heading-2 {
    font-size: 16px;
  }

  .heading {
    margin-top: 0;
    font-size: 35px;
    line-height: 35px;
  }

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

  ._2er_grid.is-invert {
    margin-top: 20px;
    margin-bottom: 10px;
  }

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

  .heading_1.heading-1, .heading_1.heading-1.farbe-der-headings-teal {
    font-size: 20px;
  }

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

  .paragraph.flie-text {
    font-size: 14px;
    line-height: 1.4;
  }

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

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

  .button.flie-text.highlights.center {
    padding: 10px 25px;
    font-size: 13px;
  }

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

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

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

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

  .heading_left_small.heading-1, .heading_left_small.heading-2 {
    font-size: 18px;
  }

  .maps-gro {
    height: 300px;
  }

  .text-field {
    height: 2.5rem;
  }

  .text-field.cc-textarea {
    height: 4.5rem;
  }

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

  .form-wrap.hauptfarbe {
    padding: 15px;
  }

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

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

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

  .impressum-link, .datenschutz-link {
    font-size: 14px;
  }

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

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

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

  .landing-_grid {
    grid-template-columns: 1fr;
  }

  .logo_image {
    height: 60px;
  }

  .heading-center-small.heading-font2.heading-color {
    font-size: 18px;
  }

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

  .slogan {
    margin-top: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .slogan.heading-1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .logo-img-copy {
    width: 110px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .navbar-container {
    flex-direction: column;
  }

  .menu3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button3.hauptfarbe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar {
    padding-left: 0;
  }

  .logo-plan-b {
    height: 60px;
  }

  .kontact-block {
    margin-top: 20px;
  }

  .paragraph_mittig.flie-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .image-40vh.auto {
    height: auto;
  }

  .content-banner {
    padding: 15px;
  }

  .nav-link-dd.flie-text {
    font-size: 14px;
  }

  .sub-navlink.flie-text {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    padding: 8px;
    font-size: 14px;
    line-height: 1.3;
  }

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

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

  .paragraph_links.flie-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .divider-small {
    width: 80%;
  }

  .spacer-1 {
    height: .5vh;
  }

  .accordion-question-header-6 {
    letter-spacing: .5px;
    margin-right: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    font-size: 14px;
  }

  .accordion-tab-button-dark-3 {
    padding-left: 10px;
  }

  .accordion-tab-button-dark-3.flie-text.highlights-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .accordion-item-wrapper-white-5 {
    margin-top: 0;
  }

  .accordion-pane-content-3 {
    padding-top: 10px;
  }

  .arrow-right-2.white-back {
    height: 2px;
    right: 2.65px;
    overflow: hidden;
  }

  .arrow-div {
    margin-right: 0;
  }

  .arrow-div-wrapper-2 {
    width: 15%;
    padding-right: 10px;
  }

  .arrow-left-2.white-back {
    height: 2px;
  }

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

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

  .button-auto.flie-text.highlights {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 1.2;
  }

  .lottie {
    width: 100%;
  }

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

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

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

  .field_lable.flie-text {
    font-size: 15px;
    line-height: 1.4;
  }

  .jotform {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .jotform.hauptfarbe {
    padding: 15px;
  }

  .left-arrow, .right-arrow {
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: black;
    width: 50px;
    font-size: 25px;
  }

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

  .content_center-padding.hauptfarbe {
    padding: 15px;
  }
}

#w-node-b7f7ddb2-630c-be3c-bf4f-1a171b9d16a4-3b0eb9d2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b1111a92-8ce7-6c8a-73cd-e548e34499d8-e34499d6, #w-node-_40b747d5-4bb7-e53b-34e4-d88067ca0a55-67ca0a53 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6a8c6ad8-01f4-e522-af72-efb5856556ac-3b0eb9e4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_84a2e8df-94be-eaa3-9935-10054eff116b-3b0eb9e9, #w-node-aa8ffff1-b57e-8bec-3f5d-d884e933d3df-2a5ee6f8, #w-node-_6d7129f5-6346-c8c4-2fff-cc181c616f6b-3f4998bc, #w-node-_04f50799-9c80-6b37-55dc-67615404a9ba-6989cfc4, #w-node-_310fc7a7-7719-b568-e2f2-06ebcbca116d-89d64e73, #w-node-_5750e9e4-79ab-1d1c-97ee-71686e16f804-8f68258b, #w-node-cb474673-ca25-f1b9-74a2-99cc0c6ac942-986bbc59, #w-node-_7aa739fd-1dd8-99f6-a50c-6bebfa76ea33-5b1ba2c8, #w-node-_77b0c86a-64c6-0508-b02e-f06e21cc8567-bed18325, #w-node-be7bd617-ddeb-2736-1d57-6826e33577e9-7da0c4ad, #w-node-_67683b76-ef7b-a19a-2666-fd533cab1cb3-0a13702f, #w-node-b89169bb-baf5-9a93-c469-30324f275c21-003185db, #w-node-_1b4f4f94-365a-2065-f7b4-00fabeac9462-3d11647a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-b7f7ddb2-630c-be3c-bf4f-1a171b9d16a4-3b0eb9d2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b7f7ddb2-630c-be3c-bf4f-1a171b9d16b8-3b0eb9d2 {
    order: -9999;
  }

  #w-node-b1111a92-8ce7-6c8a-73cd-e548e34499d8-e34499d6, #w-node-b1111a92-8ce7-6c8a-73cd-e548e34499db-e34499d6 {
    align-self: start;
  }

  #w-node-b1111a92-8ce7-6c8a-73cd-e548e34499ea-e34499d6 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-b1111a92-8ce7-6c8a-73cd-e548e34499ee-e34499d6, #w-node-_40b747d5-4bb7-e53b-34e4-d88067ca0a55-67ca0a53, #w-node-_40b747d5-4bb7-e53b-34e4-d88067ca0a58-67ca0a53 {
    align-self: start;
  }

  #w-node-_40b747d5-4bb7-e53b-34e4-d88067ca0a5e-67ca0a53 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_40b747d5-4bb7-e53b-34e4-d88067ca0a62-67ca0a53 {
    align-self: start;
  }

  #w-node-_21b5a52f-58ba-d466-71b2-aaf3f05f8ec5-3b0eb9e2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_68aeb938-8090-ae50-62b7-41926f355987-3b0eb9e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_586d3452-4378-a97e-a303-4e1cb8d073fc-b8d073f8 {
    align-self: start;
  }

  #w-node-_586d3452-4378-a97e-a303-4e1cb8d07402-b8d073f8 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_09a79b9f-6fb2-6222-5c6b-b07af54be5f9-b8d073f8 {
    align-self: start;
  }

  #w-node-_84a2e8df-94be-eaa3-9935-10054eff116b-3b0eb9e9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_21b5a52f-58ba-d466-71b2-aaf3f05f8ec5-1715cf20 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_68aeb938-8090-ae50-62b7-41926f355987-1715cf20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aa8ffff1-b57e-8bec-3f5d-d884e933d3df-2a5ee6f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aa8ffff1-b57e-8bec-3f5d-d884e933d3ed-2a5ee6f8 {
    order: -9999;
  }

  #w-node-_6d7129f5-6346-c8c4-2fff-cc181c616f6b-3f4998bc, #w-node-_04f50799-9c80-6b37-55dc-67615404a9ba-6989cfc4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_04f50799-9c80-6b37-55dc-67615404a9d1-6989cfc4 {
    order: -9999;
  }

  #w-node-_310fc7a7-7719-b568-e2f2-06ebcbca116d-89d64e73, #w-node-_5750e9e4-79ab-1d1c-97ee-71686e16f804-8f68258b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5750e9e4-79ab-1d1c-97ee-71686e16f811-8f68258b {
    order: -9999;
  }

  #w-node-cb474673-ca25-f1b9-74a2-99cc0c6ac942-986bbc59, #w-node-_7aa739fd-1dd8-99f6-a50c-6bebfa76ea33-5b1ba2c8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7aa739fd-1dd8-99f6-a50c-6bebfa76ea35-5b1ba2c8 {
    order: -9999;
  }

  #w-node-_77b0c86a-64c6-0508-b02e-f06e21cc8567-bed18325, #w-node-be7bd617-ddeb-2736-1d57-6826e33577e9-7da0c4ad {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-be7bd617-ddeb-2736-1d57-6826e33577eb-7da0c4ad {
    order: -9999;
  }

  #w-node-_67683b76-ef7b-a19a-2666-fd533cab1cb3-0a13702f, #w-node-b89169bb-baf5-9a93-c469-30324f275c21-003185db {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b89169bb-baf5-9a93-c469-30324f275c23-003185db {
    order: -9999;
  }

  #w-node-_1b4f4f94-365a-2065-f7b4-00fabeac9462-3d11647a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


