:root {
  --purple: #803d81;
  --green: #c8cc2d;
  --grad: black;
  --dark: #1b121b;
  --red: #b00c1b;
  --orange: #f46309;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  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(135deg, #0d0d38, #313f67 53%, #232a34);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.is-404 {
  background-image: none;
  justify-content: center;
  align-items: center;
}

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

.utility-page-content.is-404 {
  width: 30rem;
  inset: auto;
}

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

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

.logo-img {
  height: 13vh;
}

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

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

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #343337;
}

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

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

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

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

.heading-3 {
  font-family: Archivo Narrow, 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-1 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

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

.nav-link-1.flie-text:hover {
  color: #fff;
  font-size: 16px;
}

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

.navbar-1 {
  width: 100%;
}

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

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

._3er-grid1.edit_1 {
  width: 70%;
  margin-top: 16px;
}

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

.impdat {
  padding: 100px 40px;
}

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

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

.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;
  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 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  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: 3rem;
  transition: all .2s;
  display: flex;
}

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

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

.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;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10vh 25vw 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading_small_center {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  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_main {
  background-image: url('../images/sarah-ann-logo_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 287px;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10rem 10vw;
  display: flex;
  position: relative;
}

.section_main.highlights {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/sarah-ann-logo_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 287px;
  background-attachment: scroll, fixed;
}

.section_main.bg-logo {
  background-image: linear-gradient(#fffc, #fffc), url('../images/sarah-ann-logo_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 287px;
  background-attachment: scroll, fixed;
}

._2er_grid {
  grid-column-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  width: 100%;
  display: flex;
}

.content_1 {
  flex-direction: column;
  flex: 48%;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.content_horizontal {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

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

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

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

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

.content_2.highlights {
  background-image: linear-gradient(#00000080, #00000080), url('../images/sarah-ann-logo_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 287px;
  background-attachment: scroll, fixed;
}

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

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

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

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

.button.flie-text:hover {
  transform: scale(1.05);
}

.button.flie-text.highlights {
  color: #fff;
  background-color: #000;
}

.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(180deg, var(--purple), var(--green));
}

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

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

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

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

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

.content_4 {
  flex-flow: column;
  justify-content: space-between;
  transition: all .5s;
  display: flex;
  box-shadow: 0 13px 20px 2px #00000040;
}

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

.content_5 {
  color: #333;
  background-color: #fff;
  flex: 1;
  height: 100%;
  padding: 20px 40px 40px;
}

.page {
  width: 100%;
  overflow: hidden;
}

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

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

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

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

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

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

.form1 {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.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-direction: column;
  min-height: auto;
  padding: 0;
  display: flex;
}

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

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

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

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

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

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

.image-100.blur {
  z-index: -1;
  filter: blur(5px);
  position: absolute;
  inset: 0%;
}

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

.textarea {
  color: #000;
  line-height: 1.5;
}

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

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

.heading-4 {
  color: var(--grad);
}

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

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

.div-block-46 {
  width: 10vw;
  height: 5px;
  margin-left: 20px;
}

.image-wilkommen {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.text-span-12 {
  color: #965d6e;
}

.text-span-12.highlights {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

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

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

.social-icon {
  border: 1px solid var(--purple);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

.parnter-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 50px;
}

.partner-cards {
  height: auto;
  min-height: 5vh;
  max-height: 15vh;
}

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

.tile-section {
  flex: 1;
  width: 100%;
  height: 90vh;
}

.section_img {
  background-image: linear-gradient(#00000080, #00000080), url('../images/620e423c184e21be40c93d42_AdobeStock_294405902_visu-1_1620e423c184e21be40c93d42_AdobeStock_294405902_visu (1).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10rem 10vw;
  display: flex;
  position: relative;
}

.album-cards {
  padding: 20px;
}

.album-cards.white {
  background-color: #fff;
}

.album-cover {
  height: 30svh;
}

.icon-wrap {
  border-radius: 50%;
  width: 2.5rem;
}

.icon-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.spacer-large {
  height: 60px;
}

.lightbox-100 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-float-left {
  float: left;
  width: 40%;
  height: 100%;
  margin-bottom: 30px;
  margin-right: 30px;
  position: relative;
}

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

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

.footer-blocks {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 40px 40px;
  display: flex;
}

.link-12 {
  color: #fff;
}

.image-wrapper-50vh {
  flex: 49%;
  height: 50vh;
}

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

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

.lightbox-link {
  width: 100%;
  height: 100%;
}

.lightbox-link.white {
  background-color: #fff;
}

.video-embed {
  background-color: #000;
  width: 100%;
  height: 100%;
  margin-top: 50px;
}

.absolute-logo {
  height: 18vh;
  position: absolute;
  inset: 2% auto auto 2%;
}

.image-wrap-title {
  height: 90vh;
  position: relative;
}

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

.slide1 {
  margin-left: 20px;
  margin-right: 20px;
}

.heading-small-mittig {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 22px;
  line-height: 32px;
}

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

.heading-small-mittig.heading-1.edit_1 {
  text-align: center;
  font-size: 15px;
}

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

.shop-grid {
  grid-column-gap: 15px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.heading-mittig-klein {
  text-align: center;
  letter-spacing: 1px;
  font-size: 25px;
}

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

.termine-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "."
  / auto .5fr 1fr;
  place-items: center start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.termine-date {
  margin-bottom: 0;
  font-size: 46px;
  line-height: 46px;
}

.flex-wrap-left {
  border-left: 4px solid var(--purple);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 20px;
  display: flex;
}

.image-wrpaper-30vh {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  display: flex;
}

.heading-links-klein {
  text-align: left;
  letter-spacing: 1px;
  font-size: 25px;
}

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

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

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

.icon-small {
  width: 1.8rem;
}

.farbe-der-headings-purple {
  color: var(--purple);
}

.container-9 {
  border: 2px solid var(--dark);
  border-radius: 1px;
  width: 100%;
  max-width: 1600px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 100px;
}

.image-101 {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 41px;
}

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

  .nav-link-1.flie-text {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

  .nav_background {
    max-width: none;
  }

  .section_main {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .content_horizontal {
    flex-direction: column;
  }

  .heading_1 {
    text-align: center;
  }

  .heading_1.heading-1 {
    text-align: left;
  }

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

  .footer {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .error-message {
    width: auto;
  }

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

  .image-wrapper {
    height: 45vh;
  }

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

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

  .div-block-46.highlights {
    width: 100%;
    margin-left: 0;
  }

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

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

  .section_img {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .album-cards.highlights, .album-cards.white {
    flex: 32%;
  }

  ._4er-grid {
    flex-flow: wrap;
    display: flex;
  }

  .section_2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .termine-cards.highlights {
    height: 100%;
  }

  .image-wrapper-shop {
    height: 45vh;
  }

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

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

  .divblock1 {
    height: auto;
  }

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

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

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

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

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

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

  .heading_1 {
    text-align: left;
  }

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

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

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

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

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

  .image-100 {
    display: block;
  }

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

  .image-wilkommen {
    max-height: 300px;
  }

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

  .lightbox-100 {
    min-height: 20rem;
  }

  .shop-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;
    display: flex;
  }

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

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

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

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

  .logo-img {
    width: auto;
    height: 12rem;
  }

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

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

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

  ._3er-grid1.edit_1 {
    width: 100%;
  }

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

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

  .padding.menu {
    padding: 10px;
  }

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

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

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

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

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

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

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

  .content_4 {
    width: 100%;
  }

  .content_5 {
    padding: 5px 20px 20px;
  }

  .maps-gro {
    height: 300px;
  }

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

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

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

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

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

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

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

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

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

  .social-wrap {
    bottom: 10%;
  }

  .parnter-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    display: flex;
  }

  .album-cards.highlights, .album-cards.white {
    flex-basis: 50%;
  }

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

  .footer-blocks {
    padding: 5px 20px 20px;
  }

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

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

  .container-9 {
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }
}

#w-node-_59a3a4f6-5146-20df-6435-ad6a98ab5077-240e8720 {
  place-self: center stretch;
}

#w-node-_2ebedd17-3cdf-231c-ec2f-50ffeeffa5df-de8c5acd {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_586d3452-4378-a97e-a303-4e1cb8d073fc-b8d073f8 {
    align-self: start;
  }

  #w-node-_586d3452-4378-a97e-a303-4e1cb8d07406-b8d073f8 {
    place-self: start center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_81c08bf3-21f3-5181-d81c-4cb2b8dd3373-0016a722, #w-node-_3ed1415c-bd66-a56b-1769-f5653d1b5814-de8c5acd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


