:root {
  --dark-violet: #7d16d6;
  --chocolate: #f56408;
}

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

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: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  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: 15vw;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

.highlights {
  color: #fff;
  background-image: linear-gradient(to right, #7d16d6, #f56408);
}

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

.farbe-der-headings {
  color: #f46309;
  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;
}

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

.navbar-1.hauptfarbe {
  position: sticky;
  top: 0%;
}

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

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

.link-formular {
  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;
}

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

.div-block-41.highlights {
  border-style: none;
}

.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 {
  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;
  object-fit: contain;
}

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

.section_1 {
  height: 100vh;
  margin-top: 0;
  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;
}

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

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

.gradient_for_text.highlights {
  background-image: linear-gradient(to right, var(--dark-violet), var(--chocolate));
  line-height: 1.3;
}

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

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

._2er_grid.invert {
  grid-template-columns: 1fr 1.5fr;
}

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

.content_1 {
  flex-direction: column;
  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 {
  padding: 0;
  line-height: 1.3;
}

.colorful-divider {
  width: 10vw;
  height: 5px;
  margin-left: 20px;
}

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

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

.content_music {
  height: 100%;
  position: relative;
}

.content_music.size {
  height: 70vh;
}

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

.paragraph_center.flie-text {
  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 {
  background-image: linear-gradient(77deg, var(--dark-violet), var(--chocolate));
  color: #fff;
  text-align: center;
  line-height: 1.3;
  transition: all .2s;
}

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

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

.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(#7d16d6, #f56408);
}

.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-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

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

.section_3-2.hauptfarbe.margin {
  padding-left: 10vw;
  padding-right: 10vw;
}

._3er_grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 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 {
  transition: all .2s;
  box-shadow: 0 13px 20px 2px #00000040;
}

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

.content_5 {
  background-color: #fff;
  padding: 20px 40px 40px;
}

.content_5.not_white {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 100px;
}

.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: 250px;
  height: 180px;
  display: flex;
}

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

.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 {
  object-fit: contain;
  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 {
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Didact Gothic, sans-serif;
  font-size: 12px;
  font-weight: 400;
  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;
}

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

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

.link {
  color: #fff;
  letter-spacing: 1px;
  font-family: Didact Gothic, sans-serif;
  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;
  letter-spacing: 1px;
  font-size: 18px;
  text-decoration: none;
}

.navbar1 {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: sticky;
  inset: 0% auto auto;
}

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

.logo-abstand1 {
  background-image: linear-gradient(86deg, var(--dark-violet), var(--chocolate));
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

.image-100.up {
  object-position: 50% 10%;
}

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

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

.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 {
  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-3.black:hover {
  transform: none;
}

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

.div-block-154 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.arrow {
  z-index: 1000;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.slider-3 {
  background-color: #0000;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-12 {
  overflow: hidden;
}

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

.image-61.adj {
  object-position: 50% 30%;
}

.image-61.adj2 {
  object-position: 50% 45%;
}

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

.images-tabs {
  margin-top: 40px;
}

.tab-buttons-block {
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
}

.tab {
  border: 4px solid var(--dark-violet);
  background-color: var(--chocolate);
  background-image: linear-gradient(70deg, var(--dark-violet), var(--chocolate));
  color: #fff;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 16px;
}

.tab.w--current {
  border-color: var(--chocolate);
  color: var(--chocolate);
  background-color: #fff;
  background-image: none;
  text-decoration: none;
}

.grid-17 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.social-icon {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 27% auto;
}

.img {
  object-fit: contain;
  background-color: #fff;
  border-radius: 100%;
  height: 60px;
  margin-bottom: 10px;
}

.img:hover {
  transform: scale(1.08);
}

.link-6 {
  color: var(--dark-violet);
  font-size: 20px;
  text-decoration: none;
}

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

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

.div-block-167 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

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

.success-txt.heading-1 {
  margin-top: 10px;
  line-height: 1.3;
}

.textarea {
  font-family: Didact Gothic, sans-serif;
}

.grid-2er {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 65%;
  margin-top: 20px;
}

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

.video-embed {
  height: 60vh;
}

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

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

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

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

  .div-block-41.highlights {
    padding-top: 40px;
    padding-bottom: 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_1 {
    height: 60vh;
  }

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

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

  .section_2 {
    padding: 60px;
  }

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

  ._2er_grid.invert.switch {
    flex-direction: column-reverse;
  }

  .content_1 {
    text-align: center;
    align-items: center;
  }

  .content_horizontal {
    flex-direction: column;
  }

  .heading_1 {
    text-align: center;
  }

  .heading_1.heading-1 {
    text-align: center;
    font-size: 35px;
    line-height: 1.1;
  }

  .colorful-divider.highlights {
    width: 100%;
    margin-left: 0;
  }

  .content_music.size {
    height: 60vh;
  }

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

  .section_3-2.hauptfarbe {
    padding: 60px;
  }

  .section_3-2.hauptfarbe.margin {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 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: start;
    margin-top: 40px;
    display: grid;
  }

  .content_4:hover {
    transform: none;
  }

  .content_5.not_white {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding: 60px 5vw 40px;
  }

  .error-message {
    width: auto;
  }

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

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

  .men-buttton1.hauptfarbe {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: #0000;
  }

  .nav-men-1.hauptfarbe {
    background-image: linear-gradient(to bottom, var(--chocolate), var(--dark-violet));
  }

  .image-wrapper, .maps {
    height: 45vh;
  }

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

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

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

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

  .slider-3 {
    height: 100%;
  }

  .images-tabs {
    width: 100%;
    margin-top: 20px;
  }

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

  .tab {
    text-align: center;
    margin-right: 0;
  }

  .tab.w--current {
    text-align: center;
  }

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

  .img {
    height: 40px;
  }

  .link-6 {
    font-size: 18px;
  }

  .paragraph-list.flie-text {
    text-align: left;
  }

  .cell, .cell-2 {
    display: none;
  }

  .div-block-167 {
    width: 100%;
    padding: 40px;
  }

  .grid-2er {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

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

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

  .divblock1 {
    height: auto;
  }

  .nav-link-1.flie-text {
    text-align: center;
  }

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

  .background-video1 {
    width: 70vw;
  }

  .subheading1.heading-2 {
    font-size: 20px;
    line-height: 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;
  }

  .horizontal_list {
    margin-top: 10px;
  }

  .navbar-2 {
    position: static;
  }

  .section_1 {
    height: 50vh;
  }

  .content {
    padding: 60px 5vw;
  }

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

  .section_2 {
    padding: 60px 40px 40px;
  }

  .section_2.zweitfarbe {
    padding-top: 60px;
  }

  .heading_1 {
    text-align: left;
  }

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

  .colorful-divider.highlights {
    background-image: linear-gradient(to right, #7d16d6, #f56408);
  }

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

  .content_music.size {
    height: 50vh;
  }

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

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

  .section_3-2.hauptfarbe {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section_3-2.hauptfarbe.margin {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 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-content: center;
    justify-items: center;
    display: flex;
  }

  .content_5 {
    padding-bottom: 20px;
  }

  .content_5.not_white {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

  .text-field-4 {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

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

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

  .image-100 {
    display: block;
  }

  .html-embed-2 {
    width: 60%;
  }

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

  .arrow {
    text-shadow: 1px 1px 6px #000;
    font-size: 28px;
  }

  .tab-buttons-block, .grid-17 {
    flex-direction: column;
    display: flex;
  }

  .social-icon {
    margin-right: 10px;
    padding-right: 0;
  }

  .link-6 {
    font-size: 18px;
  }

  .paragraph-list.flie-text.midde {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    font-size: 16px;
    display: flex;
  }

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

  .grid-2er {
    flex-direction: column;
    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: 43vw;
  }

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

  .flie-text.sm-font {
    overflow-wrap: anywhere;
    font-size: 12px;
  }

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

  .nav-link-1.flie-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

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

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

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

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

  .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_small_center.heading-2 {
    font-size: 16px;
  }

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

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

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

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

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

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

  .content_music.size {
    height: 45vh;
  }

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

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

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

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

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

  ._3er_grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .content_5 {
    padding: 5px 10px 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;
  }

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

  .maps {
    height: 40vh;
  }

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

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

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

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

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

  .left-arrow, .right-arrow {
    width: 40px;
  }

  .images-tabs {
    margin-top: 10px;
  }

  .social-icon {
    margin-right: 5px;
    padding-right: 0;
  }

  .img {
    height: 33px;
  }

  .link-6 {
    font-size: 14px;
  }

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

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

#w-node-_383d3df1-9f89-34ee-282b-6a29075c94dc-f2e734d3 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_8504f0d5-edea-0276-86c5-95486d2cdf07-f2e734d3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6a63b794-dbf7-5de9-e975-078c74c39988-f2e734d3, #w-node-_33f96902-198c-c60e-a7c6-b800a019048b-f2e734d3, #w-node-_1c84989c-28bf-a9f9-eb11-0cb4c0382aec-f2e734d3, #w-node-cee51d87-d789-86ad-e4e8-c4922142f11e-f2e734d3, #w-node-c194cd78-e5b1-e5d6-279e-7e13417a17d8-f2e734d3, #w-node-b076e8a4-957a-f90e-95b8-99652aefde07-f2e734d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

  #w-node-e107fb19-d7fa-a40c-799b-55969bed8fea-f2e734d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8504f0d5-edea-0276-86c5-95486d2cdf07-f2e734d3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6a63b794-dbf7-5de9-e975-078c74c39988-f2e734d3, #w-node-_33f96902-198c-c60e-a7c6-b800a019048b-f2e734d3, #w-node-_1c84989c-28bf-a9f9-eb11-0cb4c0382aec-f2e734d3, #w-node-cee51d87-d789-86ad-e4e8-c4922142f11e-f2e734d3, #w-node-c194cd78-e5b1-e5d6-279e-7e13417a17d8-f2e734d3, #w-node-b076e8a4-957a-f90e-95b8-99652aefde07-f2e734d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c5e98ab-b7d4-d2cd-2330-d80f090b25e6-f2e734d3, #w-node-_730d75d8-79dc-cee3-331b-d0feb2a5b04a-f2e734d3, #w-node-_98345cc6-4255-dbf5-e202-7e54c04a82c9-f2e734d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dbae8033-b669-862c-7499-5f233df3813c-f2e734d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


