:root {
  --logo: #f6d080;
  --gold: #eac958;
  --white: white;
  --black: black;
}

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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 {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

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

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

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.jpg');
  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;
  max-width: 85%;
  height: 15vh;
}

.logo {
  text-decoration: none;
}

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

.logo.invert {
  width: 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;
}

.highlights {
  color: #fff;
  background-image: linear-gradient(45deg, #f6d080, #ebc17d 54%, #e2b56e);
}

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

.flie-text.hide {
  display: none;
}

.farbe-der-headings {
  color: #f6d080;
  -webkit-text-stroke-color: #ddb545;
  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 {
  color: var(--logo);
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 700;
}

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

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

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

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

.navbar {
  z-index: 1000;
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 100px;
  display: flex;
}

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

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

.termin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

.impdat {
  padding: 100px 40px;
}

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

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

.success-div {
  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 {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

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

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

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

.icon_social.not_inverted {
  filter: none;
}

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

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

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

.content {
  z-index: 10;
  color: #fff;
  text-shadow: 0 0 3px #00000078;
  background-image: linear-gradient(#0000 50%, #caad67b3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px 140px;
  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_2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
  position: relative;
}

.section_2.hauptfarbe {
  z-index: 2;
  display: block;
}

.section_2.hauptfarbe.center {
  display: flex;
}

.section_2.hauptfarbe.gradient {
  background-image: linear-gradient(225deg, #343337 20%, #f5d07f7d 57%, #343337 86%);
}

.div-block-85 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.divider-1 {
  width: 150px;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

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

.paragraph-links.flie-text.top {
  margin-top: 10px;
}

.paragraph-links.flie-text.paragraph-small {
  font-size: 16px;
  line-height: 1.2em;
}

.paragraph_mittig {
  text-align: center;
  font-size: 18px;
}

.paragraph_mittig.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 {
  text-align: center;
  line-height: 1.3;
  transition: all .2s;
}

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

.button.flie-text.margin {
  margin-bottom: 20px;
}

.button.flie-text.button-small {
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

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

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

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

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

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

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

.footer {
  color: #fff;
  border-top: 1px solid #c1c1c180;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 60px 100px;
  display: flex;
  position: relative;
  top: auto;
}

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

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

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

.link.top {
  margin-top: 10px;
}

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

.navbar-main {
  z-index: 1000;
  background-color: var(--black);
  border-bottom: 1px solid #c1c1c180;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

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

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-men {
  margin-left: auto;
}

.nav-men.flex {
  z-index: 1000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.image-100.contain.border {
  border: 3px solid var(--gold);
}

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

.image-100.contain-2 {
  object-fit: contain;
  background-color: #191919;
}

.image-100.contain-3 {
  object-fit: contain;
  background-color: #040308;
}

.image-100.contain-5 {
  object-fit: contain;
  background-color: #cecfc8;
}

.image-100.contain-6 {
  object-fit: contain;
  background-color: #2e3c8c;
}

.image-100.contain-7 {
  object-fit: contain;
  background-color: #245460;
}

.image-100.contain-8 {
  object-fit: contain;
  background-color: #111;
}

.image-100.contain-9 {
  object-fit: contain;
  background-color: #f5dbb8;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  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;
  position: relative;
}

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

.link-block {
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

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

.social-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.banner {
  z-index: 8;
  background-image: linear-gradient(#00000080, #00000080);
  height: 95vh;
  position: relative;
}

.bild-section {
  background-image: url('../images/_Z6A8694_neu_1img3.webp');
  background-position: 0 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
}

.bild-section.bg {
  background-image: url('../images/_Z6A8872.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: center;
  height: 85vh;
  display: block;
}

.heading_large {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 80px;
  line-height: 45px;
}

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

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

.slogan.heading-1.farbe-der-headings {
  -webkit-text-stroke-color: #ddb545;
}

.slogan.heading-1.farbe-der-headings.margin {
  margin-top: -20px;
  margin-bottom: 40px;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

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

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

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

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

.heading_top-sm {
  text-align: left;
  letter-spacing: 1px;
  font-size: 20px;
}

.heading_top-sm.heading-3.farbe-der-headings {
  -webkit-text-stroke-color: #ddb545;
  font-family: Archivo Black, sans-serif;
}

.heading_top-sm.heading-3.heading-small {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Didact Gothic, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.details_icon-wrapper {
  z-index: 10;
  color: #262626;
  cursor: pointer;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: static;
  inset: auto 5.6em 2em auto;
}

.details_icon-wrapper.big {
  width: 3em;
  height: 3em;
}

.card_team-info-wrapper {
  cursor: pointer;
  background-color: #e2ebfd;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 55vh;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.details_icon {
  object-fit: contain;
}

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

.details_icon.filter.small {
  height: 1.5rem;
}

.details_icon.small {
  height: 2rem;
}

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

.footer-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  display: flex;
}

.divider {
  background-color: #61616180;
  width: 100%;
  height: 1.5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  transition: all .35s;
  display: flex;
}

.card:hover {
  transform: scale(1.03);
}

.image-smaller {
  width: 100%;
  height: 19vw;
}

.image-smaller.align {
  width: 55%;
  height: 33vw;
}

.image-smaller._3 {
  width: 55%;
  height: 31vw;
  margin-bottom: 100px;
  position: absolute;
  bottom: 0;
  right: 30%;
}

.image-smaller._19vw {
  width: 19vw;
}

.termine-block {
  width: 65%;
  box-shadow: none;
  margin: 40px auto 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.angebot-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #c1c1c180;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .75fr;
  margin-bottom: 20px;
  padding: 10px 20px 10px 10px;
}

.angebot-grid.mb-0 {
  grid-template-columns: 3.4fr 1.75fr;
}

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

.termine-text-small {
  text-align: left;
}

.heading-termine {
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 30px;
}

.heading-termine.heading-3.no-space {
  width: 100%;
  margin-top: 0;
  font-family: Archivo Black, sans-serif;
}

.golden-circle-div {
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.date-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.date-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1;
}

.date-text.heading-3 {
  font-family: Archivo Black, sans-serif;
}

.banner-img {
  object-fit: contain;
  object-position: 50% 0%;
  background-color: #000;
  width: 100%;
  height: 100%;
}

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

.time-div {
  border-right: 1px dashed var(--white);
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  display: flex;
}

.time-div.no-margin-bottom {
  margin-bottom: 0;
}

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

.grid-songs {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr .5fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.details_icon-wrapper-2 {
  z-index: 10;
  color: #262626;
  cursor: pointer;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  position: static;
  inset: auto 5.6em 2em auto;
}

._2er-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-90vh {
  height: 90vh;
}

.video-entry {
  width: 65%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.card-songs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2px;
  transition: all .35s;
  display: flex;
}

.card-songs:hover {
  transform: scale(1.03);
}

.card-songs.highlights._60 {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  transform: rotate(3deg);
}

.card-songs.highlights._60-rotate {
  background-image: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  transform: rotate(-10deg);
}

.card-songs.set {
  margin-top: 5px;
}

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

.booking-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
}

.booking-card.hauptfarbe.top {
  border: 1px solid var(--logo);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
}

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

.small-icon {
  object-fit: contain;
  height: 3vh;
}

.links {
  color: #fff;
  font-family: Didact Gothic, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.links:hover {
  color: #fffefb;
}

._3er_grid3 {
  grid-column-gap: 7px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 40px;
}

._2-1-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 100px;
}

.image-wrap {
  width: 100%;
  margin-top: 60px;
  position: relative;
}

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

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

.logo-wrap {
  width: 17rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.cell {
  justify-content: center;
  padding-top: 20px;
}

.overlay-gradient {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(#0009, #0009);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-small.heading-2 {
  text-align: center;
  font-family: Archivo Black, sans-serif;
}

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

.grid-div-link {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 20px;
  display: flex;
}

.div-block-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.utility-page-wrap-404 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap-404.hauptfarbe {
  background-color: #86a0c1;
}

.utility-page-wrap-404.highlights {
  background-color: var(--black);
  background-image: none;
}

._404-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.warnbild {
  filter: contrast(200%) invert();
  object-fit: contain;
  height: 45vh;
}

.succeess {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.5;
}

.paragraph_1 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.paragraph_1.flie-text {
  line-height: 1.3;
}

.paragraph_1.flie-text.mid {
  text-align: center;
}

.code-embed {
  width: 100%;
  height: 50vh;
}

@media screen and (min-width: 1440px) {
  .highlights {
    background-image: linear-gradient(45deg, #c29b38, #c29b3a 9%, #efd266 26%, #f5e476 30%, #c29b38 48%, #f5e476 66%, #c4a649 78%, #c29b38 98%);
  }

  .content {
    background-image: linear-gradient(#0000 50%, #caad67b3);
  }

  .divider-1.highlights {
    background-image: linear-gradient(45deg, #c29b38, #c29b3a 8%, #cba440 26%, #f5e476 34%, #c29b38 54%, #c4a649 87%, #c29b38);
  }

  .slogan {
    z-index: 9999789;
    position: relative;
  }

  .details_icon-wrapper, .details_icon-wrapper-2 {
    z-index: 2147483647;
  }
}

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-link.flie-text {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    font-size: 16px;
  }

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

  .men-icon1 {
    color: #fff;
  }

  .navbar {
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 60px;
  }

  .slogan1 {
    font-size: 40px;
  }

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

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

  .impdat.hauptfarbe.is-wrap {
    padding: 60px;
  }

  .success.hauptfarbe {
    flex: 1;
    padding: 60px;
  }

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

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

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

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

  .nav_background {
    max-width: none;
  }

  .horizontal_list {
    justify-content: center;
    align-items: center;
  }

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

  .section_2.hauptfarbe {
    padding: 60px;
  }

  .div-block-85 {
    flex-direction: column;
    width: 100%;
  }

  .heading_mittig {
    text-align: center;
  }

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

  .divider-1.highlights {
    width: 60%;
    margin-left: 0;
  }

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

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

  .button.flie-text.margin:hover {
    transform: translate(0, -5px);
  }

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

  .heading_center.heading-1.farbe-der-headings {
    font-size: 35px;
  }

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

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

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

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

  .footer.hauptfarbe {
    padding: 40px;
  }

  .impdat-2.flie-text {
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--logo);
    margin-left: auto;
    padding: 15px;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--gold);
  }

  .nav-men.flex {
    background-color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-100.top {
    background-color: var(--black);
    object-fit: contain;
  }

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

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

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

  .social-div {
    z-index: 1000;
    flex-flow: column;
    margin-left: 0;
    position: fixed;
    inset: auto 1% 5% auto;
  }

  .banner {
    height: 70vh;
  }

  .bild-section {
    background-position: 50% 0;
    height: 60vh;
  }

  .bild-section.bg {
    height: 60vh;
  }

  .heading_large {
    text-align: center;
  }

  .slogan.heading-1.farbe-der-headings.margin {
    font-size: 50px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .content-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading_links {
    text-align: center;
  }

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

  .image-div {
    width: auto;
    height: 45vh;
  }

  .heading_top-sm.heading-3.farbe-der-headings {
    text-align: center;
  }

  .details_icon-wrapper {
    display: flex;
  }

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

  .footer-div.flie-text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .card:hover {
    transform: none;
  }

  .image-smaller {
    height: 45vh;
  }

  .image-smaller.align {
    height: 60vh;
  }

  .image-smaller._3 {
    height: 60vh;
    right: 30%;
  }

  .image-smaller._19vw, .termine-block {
    width: 100%;
  }

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

  .heading-termine.heading-3.no-space {
    font-size: 26px;
    line-height: 1.3;
  }

  .date-text.heading-3 {
    font-size: 26px;
  }

  .banner-img {
    object-fit: cover;
  }

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

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

  .time-div {
    margin-left: auto;
    padding-right: 5px;
  }

  .grid-songs {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .details_icon-wrapper-2 {
    display: flex;
  }

  ._2er-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .section-90vh {
    height: 45vh;
  }

  .video-entry {
    width: 80%;
  }

  .card-songs:hover {
    transform: none;
  }

  .card-songs.highlights._60 {
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: 60px;
  }

  .booking-card.hauptfarbe.top {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .links {
    font-size: 16px;
    line-height: 1.3;
  }

  ._3er_grid3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    display: grid;
  }

  ._2-1-grid {
    flex-flow: column;
    margin-top: 40px;
    display: flex;
  }

  .cell {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .heading-small.heading-2 {
    text-align: center;
    font-size: 22px;
  }

  .warnbild {
    height: 40vh;
  }

  .succeess {
    font-size: 28px;
  }

  .paragraph_1.flie-text {
    text-align: center;
    font-size: 16px;
  }

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

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

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

  .divblock1 {
    height: auto;
  }

  .nav-link.flie-text {
    padding: 12px;
    font-size: 15px;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .impdat.hauptfarbe.is-wrap {
    padding: 40px;
  }

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

  .success.hauptfarbe {
    padding: 40px;
  }

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

  .success-div.highlights {
    padding: 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;
  }

  .section_2.hauptfarbe {
    padding: 40px;
  }

  .heading_mittig {
    text-align: left;
  }

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

  .paragraph-links.flie-text, .button.flie-text.margin, .button.flie-text.button-small {
    font-size: 15px;
  }

  .button.flie-text.button-small:hover {
    transform: translate(0, -5px);
  }

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

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

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

  .footer.hauptfarbe {
    padding: 20px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

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

  .image-100 {
    display: block;
  }

  .banner, .bild-section, .bild-section.bg {
    height: 22rem;
  }

  .heading_large {
    text-align: left;
  }

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

  .slogan.heading-1.farbe-der-headings.margin {
    font-size: 35px;
  }

  .heading_links {
    text-align: left;
  }

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

  .image-div {
    width: 100%;
    height: 22rem;
  }

  .footer1 {
    width: 100%;
  }

  .footer-div.flie-text {
    flex-flow: column;
    display: flex;
  }

  .image-smaller.align, .image-smaller._3, .image-smaller._19vw {
    height: 22rem;
  }

  .termine-block {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .angebot-grid.mb-0 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 3.4fr 1.75fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: grid;
  }

  .heading-termine.heading-3.no-space, .date-text.heading-3 {
    font-size: 22px;
  }

  .banner-img {
    object-fit: contain;
    object-position: 50% 50%;
  }

  .section_3.hauptfarbe {
    padding: 40px;
  }

  .block-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .section-90vh {
    height: 24rem;
  }

  .video-entry {
    margin-bottom: 40px;
  }

  .card-songs.highlights._60 {
    padding-right: 40px;
  }

  .links {
    font-size: 15px;
  }

  ._3er_grid3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .image-wrap {
    margin-top: 0;
  }

  .logo-wrap {
    width: 16rem;
  }

  .heading-small.heading-2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .div-block-right {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .utility-page-wrap-404.hauptfarbe {
    padding: 20px;
  }

  .warnbild {
    height: 15rem;
  }

  .succeess {
    font-size: 25px;
  }

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

  .code-embed {
    height: 45vh;
  }
}

@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-content {
    width: 225px;
  }

  .logo-img {
    height: 2.75rem;
  }

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

  .flie-text.hide {
    display: block;
  }

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

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

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

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

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

  .success-div.highlights {
    padding: 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;
  }

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

  .section_2.hauptfarbe.top {
    padding-top: 10px;
  }

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

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

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

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

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

  .button.flie-text.margin {
    margin-bottom: 10px;
    padding: 12px 20px;
    font-size: 14px;
  }

  .button.flie-text.button-small {
    width: 100%;
    padding: 7px 8px;
    font-size: 12px;
  }

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

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

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

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

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

  .maps-gro {
    height: 300px;
  }

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

  .impdat-2.flie-text {
    min-height: auto;
    font-size: 14px;
  }

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

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

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

  .banner {
    object-position: 50% 50%;
    height: 18rem;
  }

  .bild-section {
    background-position: 50%;
    background-size: cover;
    height: 18rem;
  }

  .bild-section.bg {
    background-position: 35%;
    height: 20rem;
  }

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

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

  .slogan.heading-1.farbe-der-headings.margin {
    font-size: 26px;
    line-height: 1.3;
  }

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

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

  .image-div {
    height: 20rem;
  }

  .heading_top-sm.heading-3.farbe-der-headings {
    font-size: 18px;
  }

  .details_icon.filter.small {
    width: 1.5rem;
    height: 1.5rem;
  }

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

  .image-smaller.align {
    width: 100%;
    height: 20rem;
  }

  .image-smaller._3 {
    width: 100%;
    height: 20rem;
    margin-bottom: 0;
    position: static;
  }

  .image-smaller._19vw {
    height: 20rem;
  }

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

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

  .angebot-grid.mb-0 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 3.4fr 1.75fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center stretch;
    margin-bottom: 10px;
    padding-right: 0;
    display: grid;
  }

  .grid-div {
    width: 100%;
  }

  .heading-termine.heading-3.no-space {
    width: auto;
    margin-top: 5px;
    font-size: 15px;
  }

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

  .banner-img {
    object-position: 50% 50%;
  }

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

  .block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: 126px;
  }

  .details_icon-wrapper-2 {
    width: 2em;
    height: 2em;
  }

  .section-90vh {
    height: 18rem;
  }

  .video-entry {
    width: 100%;
  }

  .card-songs {
    width: 100%;
    height: 100%;
  }

  .card-songs.highlights._60 {
    margin-top: 0;
    padding: 0;
    transform: none;
  }

  .card-songs.highlights._60-rotate {
    padding: 0;
    transform: none;
  }

  .booking-card.hauptfarbe.top {
    margin-top: 20px;
    padding: 10px;
  }

  .wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .links {
    text-align: center;
    font-size: 14px;
  }

  ._2-1-grid {
    margin-top: 20px;
  }

  .image-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .logo-wrap {
    width: 12rem;
  }

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

  .grid-div-link {
    text-align: left;
  }

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

  .wrap {
    overflow-wrap: anywhere;
  }

  .warnbild {
    height: 12rem;
  }

  .succeess {
    font-size: 18px;
  }

  .paragraph_1.flie-text, .paragraph_1.flie-text.mid {
    font-size: 14px;
  }

  .code-embed {
    height: 20rem;
  }
}

#w-node-_55c8b3e5-1e83-6690-2170-95c39a6f0c2e-b8a76105 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c077bab7-2507-758d-d1e7-73329bc69b08-b8a76105, #w-node-_9d515565-4a16-91d5-0f74-03c6f4ca971b-b8a76105, #w-node-b6929969-689c-1494-7df1-8428340ced69-b8a76105, #w-node-_9c1350ec-0def-2f29-7ce8-110fa100118b-b8a76105, #w-node-af51d85e-faf7-c92c-9e2b-e6f4c22ee969-b8a76105, #w-node-_92c0dc67-deaa-092f-fdca-354596f47ae8-b8a76105, #w-node-eef457c6-c8c2-95da-e2e6-935f4b5c2b14-b8a76105, #w-node-_53140b9c-d1b0-620b-b5b3-3a0bc1628db8-b8a76105, #w-node-_32fa7612-23ea-bcd1-2cde-db5e50f8740c-b8a76105, #w-node-_38ee2ff9-d7f8-6cde-811e-42b62c06e30a-b8a76105, #w-node-d48d18ec-f800-b659-7024-5eef15d5312e-b8a76105, #w-node-f9b1aea3-3189-b5bf-2e63-0533a29d37d6-b8a76105, #w-node-e9d5b83a-d286-1ce9-7269-f64ff840d037-b8a76105, #w-node-_02cef776-1d3d-094a-c7a6-42554f1bf97a-b8a76105, #w-node-_2512c39f-bac6-b62d-3a30-d740a8c6f900-b8a76105, #w-node-_9c80bd01-3de9-da00-0502-3c5e6100822f-b8a76105, #w-node-d06fc670-f468-61b6-7acb-fd0a6bb5d12a-b8a76105 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51f9c7f2-5f8a-8871-ca01-f4f66ee316f2-b8a76105 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4c093e0d-341d-d83b-6c0d-080cd3eec978-b8a76105, #w-node-_2f4a955c-6ce8-5549-4602-a5d5b424f505-b8a76105 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71cce417-1ff3-364c-8aca-71cf542aaf16-b8a76105 {
  grid-area: 2 / 2 / 3 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_55c8b3e5-1e83-6690-2170-95c39a6f0c2e-b8a76105 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_55c8b3e5-1e83-6690-2170-95c39a6f0c3a-b8a76105 {
    order: -9999;
  }

  #w-node-_0b591793-af85-7cbb-2224-f9cdde943fc5-b8d073f8 {
    align-self: start;
  }

  #w-node-_586d3452-4378-a97e-a303-4e1cb8d073fc-b8d073f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

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


