:root {
  --blue: #381ca1;
  --light-blue: #00bdff;
  --white: white;
  --turquois: #08b4c1;
  --black: black;
  --092639: #092639;
}

.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-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

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

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

.utility-page-wrap {
  background-color: var(--blue);
  color: #fff;
  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: 30rem;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

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

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

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

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

.farbe-der-headings {
  color: var(--blue);
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

.navlinks3.hauptfarbe {
  color: #fff;
}

.background-video1 {
  height: 100%;
  margin-left: 25%;
}

.background-video1.vh {
  height: 90vh;
}

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

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

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

.footer3.hauptfarbe {
  color: #fff;
}

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

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

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

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

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

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

.impdat {
  padding: 100px 10vw;
}

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

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

.success-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form {
  width: 100%;
}

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

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

.section_1.vh {
  height: auto;
}

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

.heading {
  margin-top: 20px;
  font-size: 45px;
  line-height: 70px;
}

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

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

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

.button.highlights {
  margin-top: 10px;
  font-size: 18px;
  transition: all .2s;
}

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

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

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

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

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

.content:hover {
  border: 1px solid #f5f5f5;
  transform: scale(1.02);
}

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

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

.paragraph_center {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

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

.link {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.link.flie-text.farbe-der-headings {
  transition: all .2s;
}

.link.flie-text.farbe-der-headings:hover {
  text-shadow: 0 0 10px #0003;
  transform: scale(1.1);
}

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

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

._2er_grid.is-wrap {
  grid-template-columns: 1fr 1.25fr;
}

.bubble_block {
  height: 100%;
}

.bubble_block.zweitfarbe {
  position: relative;
  overflow: hidden;
}

.bubble_block.zweitfarbe.vh {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

.heading_small.heading-1.farbe-der-headings.spc {
  margin-bottom: 10px;
}

.lottie-animations {
  width: 40px;
  height: 40px;
  margin-left: auto;
}

.lottie-animations.klein {
  width: 30px;
  height: 30px;
}

.spacer {
  height: 20px;
}

.block {
  width: 100%;
}

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

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

.footer {
  padding: 20px 140px 10px;
}

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

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

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

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

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

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

.image-wrapper.image.vh2 {
  height: 100vh;
}

.image-wrapper.image.vh {
  background-color: #00054b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 110vh;
  display: flex;
}

.image-wrapper.image.vh.w {
  width: auto;
}

.image-wrapper.image.vh.nachrechs {
  object-position: 40% 50%;
}

.image-wrapper.image.vh1 {
  height: 100vh;
}

.image-wrapper.image.sz {
  height: 110vh;
}

.image-wrapper._70vh {
  height: 75vh;
}

.image-wrapper._70vh.vh {
  height: 80vh;
}

.image-wrapper._70vh.vh2 {
  height: 100vh;
}

.image-wrapper.image {
  height: 100%;
}

.block_for_grid {
  height: auto;
}

.block_for_grid._50vh._60vh.sz {
  height: 90vh;
}

.block_for_grid.vh {
  min-height: 110vh;
}

.block_for_grid.vh.w {
  width: 100%;
}

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

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

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

.form1 {
  margin-bottom: 0;
}

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

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

.text-field {
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 3.2rem;
  margin-bottom: 5px;
  padding: 18px 10px;
  font-family: Georama, sans-serif;
  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: 6.25rem;
  padding-left: 10px;
  padding-right: 10px;
}

.form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

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

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

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

.navbar1 {
  z-index: 999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0%;
  box-shadow: 0 2px 5px #fff3;
}

.navbar-6 {
  width: 100%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  display: flex;
}

.image-wrapper-small {
  width: 20vw;
  height: 23vh;
}

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

.content_block-links.auto {
  width: auto;
  height: auto;
}

.content_block-links.auto.vh2 {
  height: 100vh;
}

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

.paragraph-links {
  font-size: 17px;
  line-height: 1.5;
}

.heading_left-copy {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

.heading_left-copy.heading-1.farbe-der-headings {
  line-height: 50px;
}

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

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

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

.icons-div {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 1% 25% auto;
}

.link-block-icons {
  background-color: var(--light-blue);
  border: 1px solid #fff;
  border-radius: 69%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.image-101 {
  filter: invert();
  object-fit: contain;
  height: 25px;
}

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

.background-video {
  z-index: 1;
  width: 100%;
  min-height: 90vh;
}

.background-video.vh, .background-video.vh.siz {
  min-height: 110vh;
}

.background-video.vh.fest {
  height: 300px;
  min-height: auto;
}

.bg {
  z-index: 1;
  width: 100%;
  height: 90vh;
}

.bg.vh {
  height: 100vh;
}

.bg.siz {
  height: 110vh;
}

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

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

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

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

.wrapp {
  overflow-wrap: anywhere;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  position: relative;
}

.accordion-bottom-wrap {
  width: 100%;
}

.bold {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.accordion-bottom-text {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}

.accordion-top {
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-divider {
  border-top: 1px solid #21262d;
  height: 0;
}

.accordion-icon-stripe-2 {
  background-color: #272e35;
  width: 100%;
  height: 2px;
  position: absolute;
}

.accordion-top-wrap {
  flex: 1;
  padding-top: 1em;
  padding-bottom: 1em;
}

.accordion {
  cursor: pointer;
  width: 100%;
}

.accordion-icon-stripe-1 {
  background-color: #272e35;
  width: 2px;
  height: 100%;
}

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
  position: relative;
}

.heading4 {
  color: var(--blue);
  letter-spacing: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.text-15 {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.accordion-divider-wrap {
  display: block;
}

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

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

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

  .adresse {
    text-align: center;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .impdat1-2.flie-text {
    text-align: center;
  }

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

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

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

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

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

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

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

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

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

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

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

  .section_1 {
    height: 60vh;
  }

  .gradient_block {
    background-image: linear-gradient(#ffffff80, #ffffff80);
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

  .heading.heading-1 {
    text-align: center;
    font-size: 40px;
    line-height: 1.3;
  }

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

  .paragraph.flie-text {
    text-align: center;
    font-size: 17px;
  }

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

  .button.highlights {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.highlights.flie-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .section-mittig {
    padding: 60px;
  }

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

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

  .content.zweitfarbe:hover {
    transform: scale(1.01);
  }

  .heading-_center_small.heading-1 {
    margin-top: 10px;
    font-size: 24px;
  }

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

  .link.flie-text.farbe-der-headings {
    font-size: 16px;
    line-height: 1.3;
  }

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

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

  ._2er_grid.is-wrap {
    grid-row-gap: 0px;
    grid-row-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse wrap;
    grid-auto-flow: row;
    height: auto;
    display: flex;
  }

  .bubble_1 {
    width: 140px;
    height: 180px;
  }

  .bubble_2 {
    width: 140px;
    height: 120px;
  }

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

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

  .content_block.center {
    padding: 40px;
  }

  .content_block.is-center {
    justify-content: center;
    align-items: center;
    padding: 40px;
  }

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

  .heading_left.heading-1 {
    font-size: 38px;
  }

  .dropdown {
    padding: 10px;
  }

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

  .heading_small.heading-1 {
    width: 90%;
    font-size: 24px;
  }

  .heading_small.heading-1.farbe-der-headings {
    text-align: center;
    font-size: 24px;
  }

  .lottie-animations, .lottie-animations.klein {
    width: 35px;
    height: 35px;
  }

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

  ._2er_grid_1 {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .footer.hauptfarbe {
    padding: 40px;
  }

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

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

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

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

  .image-wrapper.image {
    height: 55vh;
  }

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

  .image-wrapper._70vh, .image-wrapper._70vh.vh2, .image-wrapper.image {
    height: 50vh;
  }

  .block_for_grid._50vh {
    width: 100%;
  }

  .block_for_grid._50vh._45vh {
    height: auto;
  }

  .block_for_grid._50vh._60vh {
    width: 100%;
    height: auto;
  }

  .block_for_grid._50vh.auto {
    height: auto;
  }

  .block_for_grid.vh {
    min-height: auto;
  }

  .block_for_grid._50vh {
    height: 50vh;
  }

  .error-message {
    width: auto;
  }

  .text-field {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .form-wrap {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

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

  .maps-gro {
    height: 50vh;
  }

  .maos-footer {
    justify-content: flex-start;
    min-width: auto;
    height: auto;
  }

  .link-block.flie-text {
    text-align: center;
  }

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

  .container {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-men.hauptfarbe {
    background-color: var(--light-blue);
    position: absolute;
  }

  .nav-link.flie-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

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

  .men-icon {
    color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .men-buttton.hauptfarbe {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
    display: flex;
  }

  .men-buttton.hauptfarbe.w--open {
    background-color: var(--blue);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

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

  .content_block-links {
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
    position: relative;
  }

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

  .paragraph-links.flie-text.list {
    text-align: left;
    font-size: 16px;
  }

  .paragraph-links.flie-text {
    text-align: center;
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
  }

  .heading_left-copy.heading-1.farbe-der-headings {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 1.3;
  }

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

  ._3er_grid-1 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

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

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

  .icons-div {
    bottom: 2%;
  }

  .link-block-icons {
    width: 40px;
    height: 40px;
  }

  .image-101 {
    height: 23px;
  }

  .background-video {
    min-height: 55vh;
  }

  .background-video.vh.fest {
    height: 450px;
  }

  .bg {
    height: 50vh;
  }

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

  .content_block-links-2 {
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
    position: relative;
  }

  .content_block-links-3 {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding: 40px;
    position: relative;
  }

  .heading4 {
    font-size: 24px;
  }

  .text-15 {
    text-align: center;
  }
}

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

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

  .divblock1 {
    height: auto;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

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

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

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

  .section_1 {
    height: 28rem;
  }

  .gradient_block {
    justify-content: center;
    align-items: center;
    padding: 40px;
  }

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

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

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

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

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

  .section-mittig {
    padding: 40px;
  }

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

  .heading-_center_small.heading-1 {
    font-size: 23px;
  }

  .paragraph_center.flie-text, .link.flie-text.farbe-der-headings {
    font-size: 15px;
  }

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

  ._2er_grid.kontakt {
    height: auto;
  }

  .bubble_1 {
    width: 120px;
    height: 150px;
  }

  .bubble_2 {
    width: 120px;
    height: 90px;
  }

  .content_block.center, .content_block.is-center {
    padding: 20px;
  }

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

  .dropdown {
    padding: 5px;
  }

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

  .heading_small.heading-1.farbe-der-headings {
    font-size: 23px;
  }

  .lottie-animations, .lottie-animations.klein {
    width: 30px;
    height: 30px;
  }

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

  .footer.hauptfarbe {
    padding: 30px 20px 40px;
  }

  .inhalt-footer.flie-text {
    display: flex;
  }

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

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

  .image-wrapper.image, .image-wrapper.image.vh {
    height: 25rem;
  }

  .image-wrapper._70vh {
    height: auto;
  }

  .image-wrapper._70vh.vh2, .image-wrapper.image {
    height: 25rem;
  }

  .block_for_grid._50vh {
    height: 45vh;
  }

  .block_for_grid._50vh._60vh {
    height: auto;
  }

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

  .text-field {
    width: 100%;
    height: 3rem;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

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

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

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

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

  .maps-gro {
    height: 25rem;
  }

  .maos-footer {
    width: auto;
  }

  .nav-link.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.4;
  }

  .men-buttton.hauptfarbe {
    padding: 12px;
  }

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

  .image-wrapper-small {
    height: 25rem;
  }

  .content_block-links {
    padding: 20px;
  }

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

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

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

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

  .heading_left-copy.heading-1.farbe-der-headings {
    font-size: 30px;
  }

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

  .icons-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .link-block-icons {
    width: 2rem;
    height: 2rem;
  }

  .image-101 {
    height: 21px;
  }

  .background-video {
    min-height: 25rem;
  }

  .background-video.vh.fest {
    height: 25rem;
  }

  .bg {
    height: 100%;
  }

  .content_block-links-2, .content_block-links-3 {
    padding: 20px;
  }

  .accordion-bottom-text {
    padding-bottom: 3em;
  }

  .heading4 {
    font-size: 22px;
  }

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

@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: 15rem;
  }

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

  .flie-text {
    font-size: 13px;
  }

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

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

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

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

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

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

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

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

  .gradient_block {
    padding: 40px 20px;
  }

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

  .paragraph.flie-text, .paragraph.flie-text.is-left {
    font-size: 14px;
  }

  .button.highlights {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .button.highlights.flie-text {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }

  .section-mittig {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading_center.heading-1 {
    margin-top: 5px;
    font-size: 24px;
    line-height: 1.2;
  }

  .content.zweitfarbe {
    padding: 15px;
  }

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

  .heading-_center_small.heading-1 {
    margin-top: 5px;
    font-size: 20px;
  }

  .paragraph_center.flie-text, .link.flie-text.farbe-der-headings {
    font-size: 14px;
  }

  ._2er_grid {
    height: 100.004%;
  }

  .bubble_1 {
    width: 100px;
    height: 120px;
  }

  .bubble_2 {
    width: 100px;
    height: 80px;
  }

  .bubble_3 {
    width: 180px;
    height: 180px;
  }

  .content_block.center, .content_block.is-center {
    padding: 15px;
  }

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

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

  .heading_small.heading-1 {
    width: 80%;
    font-size: 20px;
  }

  .heading_small.heading-1.farbe-der-headings {
    font-size: 20px;
  }

  .lottie-animations, .lottie-animations.klein {
    width: 28px;
    height: 28px;
  }

  .image-100.nachinks {
    object-position: 85% 50%;
  }

  .image-100.bislinks {
    object-position: 55% 50%;
  }

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

  .image-wrapper.image {
    height: 25rem;
  }

  .block_for_grid._50vh {
    height: 40vh;
  }

  .block_for_grid._50vh._60vh {
    height: auto;
  }

  .text-field {
    width: 100%;
    height: 2.5rem;
  }

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

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

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

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

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

  .nav-link.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13.5px;
    line-height: 1.3;
  }

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

  .image-wrapper-small {
    height: 25rem;
  }

  .content_block-links {
    padding: 15px;
  }

  .paragraph-links.flie-text.list {
    padding-left: 20px;
    font-size: 14px;
  }

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

  .heading_left-copy.heading-1.farbe-der-headings {
    font-size: 22px;
    line-height: 1.2;
  }

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

  ._3er_grid-1 {
    margin-top: 10px;
  }

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

  .link-block-icons {
    width: 2rem;
    height: 2rem;
  }

  .image-101 {
    height: 19px;
  }

  .content_block-links-2, .content_block-links-3 {
    padding-bottom: 20px;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .bold {
    font-size: 16px;
  }

  .heading4 {
    font-size: 20px;
  }

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

#w-node-_59f6edfc-8795-ff47-c745-54f295710ad4-c27bfe52, #w-node-f0af0405-a1da-8c4e-4e92-9608cc731ef1-c27bfe52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2e9491ce-5a5d-a594-b7c0-6b0943511ad1-43511ab0 {
    grid-column: span 2 / span 2;
  }
}


