@font-face {
  font-family: Montserrat-OWN;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-OWN;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-OWN;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler_Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --navajo-white: #f3d4a6;
  --sky-blue: #8db2c5;
  --dark-goldenrod: #c39147;
}

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

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

body {
  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;
}

p {
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: underline;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.image {
  width: auto;
  max-height: 300px;
  padding-bottom: 5px;
}

.heading-8 {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 29px;
  line-height: 39px;
}

.date {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.rich-text-block-4 {
  text-align: left;
  font-size: 13px;
  line-height: 23px;
}

.cms-bio {
  display: block;
}

.rich-text-block-3 {
  column-count: 2;
  line-height: 25px;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  padding-left: 0;
}

.text-block-4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
}

.collection-item {
  flex-wrap: wrap;
  align-content: space-between;
  align-items: flex-end;
  min-height: 260px;
  margin-top: 15px;
  display: block;
}

.text-block-7 {
  width: auto;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.normalbtn-2 {
  color: #fff;
  text-align: right;
  background-color: #fff0;
  border: 2px solid #fff;
  margin: 10px auto 0;
  padding-left: 50px;
  padding-right: 50px;
  transition: color .4s, background-color .4s;
  display: inline-block;
}

.normalbtn-2:hover {
  color: #000;
  background-color: #fff;
}

.normalbtn-2.w--current {
  background-image: none;
}

.normalbtn-2.yellow {
  border-color: var(--navajo-white);
  color: var(--navajo-white);
  margin-left: auto;
  margin-right: auto;
}

.normalbtn-2.yellow:hover {
  background-color: var(--navajo-white);
  color: #000;
}

.normalbtn-2.tickets {
  background-color: #000;
}

.normalbtn-2.tickets:hover {
  color: #fff;
}

.normalbtn-2.presskit {
  border-color: var(--navajo-white);
  color: #000;
  text-align: center;
  margin-top: 23px;
  display: block;
}

.normalbtn-2.presskit:hover {
  background-color: var(--navajo-white);
  color: #000;
}

.modalwrapper {
  z-index: 9999;
  background-color: #00000078;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modalcontent {
  color: #000;
  text-align: left;
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.modaloverlay {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modalheadlinecalendar {
  margin-top: 0;
  margin-bottom: 5px;
}

.bold-text {
  font-weight: 600;
}

.modalcontainer {
  z-index: 9999;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60%;
  min-height: 500px;
  display: block;
  position: relative;
  inset: auto;
}

.html-embed-2 {
  min-height: 340px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.modalsubtle {
  color: #000000b3;
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.text-block-6 {
  opacity: 1;
  color: #000;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.modalinformation {
  text-align: left;
  margin-top: 7px;
  display: flex;
}

.modalinformation.no {
  display: none;
}

.div-block-10 {
  float: right;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  position: static;
  inset: 3% 3% auto auto;
}

.image-6 {
  opacity: .39;
  width: 37px;
  height: 37px;
}

.heading-6 {
  color: #000;
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.heading-7 {
  color: #000;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 400;
  line-height: 35px;
}

.informationcalendarpre {
  color: #fff;
  width: 100%;
  font-size: 14px;
}

.text-block-2 {
  color: #000;
  margin-top: 3px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
}

.text-block-3 {
  color: #000;
  font-size: 17px;
  line-height: 26px;
  display: inline-block;
}

.normalbtn-3 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px solid #000;
  width: 100%;
  margin-top: 20px;
  padding: 14px 0;
  font-size: 16px;
  line-height: 16px;
  transition: color .4s, background-color .4s;
}

.normalbtn-3:hover {
  color: #fff;
  background-color: #000;
}

.normalbtn-3.calendar {
  color: #000;
  border-color: #000;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat-OWN, sans-serif;
  font-size: 13px;
  display: block;
}

.normalbtn-3.calendar.sub {
  border-radius: 0;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
}

.normalbtn-3.calendar {
  color: #fff;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  height: 40px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat-OWN, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.normalbtn-3.calendar:hover {
  color: #000;
  background-color: #fff;
}

.html-embed-4 {
  display: none;
}

.footer {
  background-color: #6d8c9c;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

.footerlink {
  color: #fff;
  text-align: center;
  margin-right: 5px;
  text-decoration: none;
  display: inline-block;
}

.footerlink.created {
  color: #fff;
  padding-top: 3px;
}

.rightfooter {
  align-items: center;
  display: flex;
}

.image-3 {
  width: 120px;
}

.imprintsection {
  color: #fff;
  margin-left: 0;
  padding-top: 120px;
  padding-bottom: 50px;
}

.mycontain-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.normalheadingimprint {
  font-size: 63px;
  font-weight: 400;
  line-height: 85px;
}

.rich-text-block-2 a {
  color: #fff;
}

.imprintsection-2 {
  margin-left: 0;
  padding-top: 120px;
}

.mycontain-3 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.normalheadingimprint-2 {
  font-size: 63px;
  font-weight: 400;
  line-height: 85px;
}

.privacycontent a {
  color: #fff;
}

.collection-list-wrapper {
  margin-top: 30px;
}

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

.collection-item-3 {
  width: 100%;
  height: 475px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrappercalendar {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.informationwrapper {
  z-index: 50;
  transition: opacity .2s;
  position: relative;
}

.text-block-10 {
  color: #000;
  text-align: center;
  font-size: 19px;
  line-height: 26px;
}

.linecalendar {
  background-color: #0000004d;
  width: 40%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.headlinecalendar {
  color: #000;
  text-align: center;
  width: 90%;
  margin: 10px auto 0;
  font-size: 31px;
  font-weight: 300;
}

.moreinformationwrapper {
  z-index: 50;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  display: flex;
  position: relative;
}

.calendargradient {
  z-index: 40;
  background-color: #fff0;
  background-image: linear-gradient(to top, #fff, #fff0 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.calendar-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.openmodal {
  z-index: 50;
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #3898ec00;
  border: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.menu {
  min-height: 100vh;
  display: flex;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 41px;
  font-weight: 300;
  line-height: 47px;
  text-decoration: none;
}

.navlink {
  color: #fff;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
  font-size: 50px;
  line-height: 50px;
  transition: color .35s, transform .4s;
  display: block;
}

.navlink:hover {
  color: var(--navajo-white);
  transform: translate(15px);
}

.navlink.w--current {
  color: #fff;
  width: auto;
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.link-block-2 {
  color: #fff;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-2.w--current {
  position: relative;
}

.container-copy {
  z-index: 21;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  min-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 5vw;
  display: grid;
  position: relative;
}

.div-block-12 {
  align-items: center;
  display: flex;
}

.heading-13 {
  letter-spacing: 34px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
}

.nav-menu {
  z-index: 20;
  background-color: var(--sky-blue);
  min-width: 30vw;
  max-width: 500px;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.menu-button {
  z-index: 90;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-right: 0;
  display: block;
  position: static;
  top: 50%;
  left: auto;
  right: 5vw;
}

.menu-button.w--open {
  z-index: 30;
  background-color: #0000;
}

.burgerwrapper {
  width: 84px;
  padding-left: 18px;
}

.navbar-copy-2 {
  z-index: 9999;
  background-color: #8db2c500;
  width: 100vw;
  display: block;
  position: fixed;
  top: 0;
  transform: translate(0, -100%);
}

.navbar-copy-2.ex {
  transform: none;
}

.navbar-copy-2.ex2 {
  z-index: 999;
  background-color: var(--sky-blue);
  display: block;
  transform: none;
}

.linkwrappernav {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding: 70px 40px 30px;
  display: flex;
  overflow: scroll;
  transform: none;
}

.burgerline {
  color: #fff;
  object-fit: fill;
  background-color: #fff0;
  width: 100%;
  height: 3px;
  margin: 13px auto 10px;
  padding-top: 0;
}

.burgerline:focus {
  background-color: #fff;
  transform: rotate(45deg);
}

.burgerline.line1 {
  float: right;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.burgerline.line1.start {
  background-color: #fff;
  height: 2px;
}

.burgerline.line2 {
  float: right;
  background-color: #000;
  width: 85%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.burgerline.line2:focus {
  background-color: #fff;
  transform: none;
}

.burgerline.line2.start {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.burgerline.line3 {
  float: right;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.burgerline.line3:focus {
  transform: rotate(-45deg);
}

.burgerline.line3.start {
  background-color: #fff;
  height: 2px;
  margin-bottom: 0;
}

.linkwrapper {
  z-index: 10;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
  position: relative;
}

.buttons {
  cursor: auto;
  background-color: #ac5e5e;
  padding: 121px;
}

.button_white_outline {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  padding: 11px 100px;
}

.button_white_outline:hover {
  color: #fff;
  background-color: #000;
}

.button_black_outline {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  padding: 11px 100px;
}

.button_black_outline:hover {
  color: #000;
  background-color: #fff;
}

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

.no-margin.white-text {
  color: #fff;
}

.no-margin.white-text.max-700 {
  color: #000;
}

.bottom-cookie-wrapper {
  z-index: 9999;
  background-color: #fafafa;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.cookie-span {
  color: #000;
  border-bottom-style: none;
  font-weight: 400;
}

.cookie-button-bottom {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 400;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

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

.white-x {
  background-image: url('../images/x-2.svg');
  background-position: 0 0;
  background-size: cover;
  width: 24px;
  height: 24px;
}

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

.div-block-13 {
  width: 90%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-section {
  background-image: url('../images/hero-2-web.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 126%;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  min-height: 760px;
  display: flex;
  position: relative;
}

.standard-body {
  background-color: var(--sky-blue);
  color: #fff;
  font-family: Montserrat-OWN, sans-serif;
  font-weight: 300;
}

.hero-content {
  z-index: 10;
  padding-bottom: 219px;
  padding-left: 5vw;
  padding-right: 200px;
  display: none;
  position: relative;
}

.hero-name-content {
  z-index: 10;
  position: relative;
}

.big-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat-OWN, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 80px;
}

.big-heading.smaller {
  text-align: right;
  margin-top: 15px;
  margin-right: -30px;
  font-size: 56px;
  line-height: 50px;
}

.bg-section {
  z-index: 0;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.bg-section.about {
  justify-content: flex-start;
  left: 0;
  right: auto;
}

.bg-section.hero-2 {
  justify-content: flex-start;
  align-items: center;
  display: none;
  left: 0;
  right: auto;
}

.bg-section.termine {
  z-index: 0;
  align-items: flex-end;
  top: auto;
  bottom: -433px;
}

.bg-section.impressionen-1 {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  top: -97px;
  left: -9px;
  right: auto;
}

.bg-section.impressionen-2 {
  height: auto;
  top: 215px;
}

.bg-section.impressionen-3 {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  top: 1083px;
  left: -9px;
  right: auto;
}

.bg-section.nav {
  width: 210%;
  height: auto;
  top: 162px;
}

.bg-section.hero {
  top: -169px;
  left: -140px;
}

.hero-sing-content {
  z-index: 10;
  position: relative;
}

.sub-heading {
  opacity: .7;
  margin-top: 0;
  margin-right: 0;
  font-size: 49px;
  font-weight: 300;
  line-height: 59px;
}

.bio-section {
  background-image: linear-gradient(to right, #fff0 9%, #fff), url('../images/bio-2-web.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  margin-top: 103px;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.bio-content {
  padding-right: 5vw;
  position: relative;
}

.about-wrapper {
  z-index: 10;
  margin-top: 15px;
  padding-top: 5px;
  padding-right: 25px;
  position: relative;
}

.img-stroke {
  position: absolute;
  left: 0;
}

.img-stroke.about {
  display: none;
  left: auto;
  right: 0;
}

.cms-bio-2 {
  z-index: 10;
  max-width: 610px;
  display: block;
  position: relative;
}

.normal-heading {
  z-index: 10;
  color: var(--navajo-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 500;
  line-height: 70px;
  position: relative;
}

.normal-heading.smaller {
  text-align: right;
  margin-top: 15px;
  margin-right: -30px;
  font-size: 56px;
  line-height: 50px;
}

.normal-heading.black {
  color: var(--navajo-white);
  font-weight: 500;
}

.tab-link-tab-2-2 {
  opacity: .44;
  background-color: #0000;
  border-left: 1px solid #000;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-2-2.w--current {
  opacity: 1;
  background-color: #0000;
  border-left: 1px solid #fff;
}

.dropdown-list-2 {
  width: 100%;
}

.dropdown-list-2.w--open {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.text-block-16 {
  color: #000;
  font-size: 22px;
  line-height: 27px;
}

.tab-link-tab-1-2 {
  opacity: .44;
  background-color: #0000;
  border-right: 1px solid #000;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-1-2.w--current {
  opacity: 1;
  background-color: #0000;
  border-right-style: none;
  padding-left: 10px;
  padding-right: 10px;
}

.icon-2 {
  color: #000;
}

.dropdown-3 {
  z-index: 0;
  width: 100%;
  display: block;
}

.dropdown-3.bio {
  color: #000;
  display: block;
}

.tabs {
  margin-top: 30px;
}

.tabs-menu {
  color: #000;
  justify-content: center;
  display: flex;
}

.tabs-content {
  margin-top: 20px;
}

.text-block-11 {
  font-size: 18px;
  line-height: 26px;
}

.rich-text-block-5 {
  color: #000;
  width: 100%;
  margin-top: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.calendar-section {
  background-image: linear-gradient(#000, #0000 43%), linear-gradient(#0000 49%, #000), url('../images/termine-4-web.jpg');
  background-position: 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  min-height: 950px;
  display: flex;
}

.calendar-section.ex {
  background-image: none;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 100px;
}

.calendar-content {
  z-index: 10;
  padding-right: 5vw;
  position: relative;
}

.calendar-content.ex {
  z-index: auto;
  padding-right: 0;
  position: static;
}

.calendar-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.calendarcms {
  width: 85%;
  min-width: 650px;
  max-width: 1100px;
  margin: 60px auto 30px;
}

.calendarcms.mobile {
  display: none;
}

.collection-item-5 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ffffff4d;
  grid-template-rows: auto;
  grid-template-columns: 25% 40% 35%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  padding-top: 19px;
  padding-bottom: 10px;
  display: grid;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 300;
}

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

.kalendertitle {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 300;
  line-height: 26px;
}

.text-block-5 {
  font-weight: 400;
  display: inline-block;
}

.div-block-17 {
  justify-content: center;
  display: flex;
}

.impressionen-section {
  width: 100vw;
  padding-top: 188px;
  padding-bottom: 97px;
  position: relative;
}

.impressionen-content {
  z-index: 10;
  width: 90vw;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.impressionen-left {
  width: 90%;
  margin-top: 73px;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-18 {
  justify-content: center;
  padding-top: 31px;
  display: flex;
}

.impressionen-right {
  width: 90%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.impressionen--right-grid {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Rosario;
}

.on-stage-section {
  margin-top: 149px;
  margin-bottom: 100px;
}

.on-stage-content {
  width: 90vw;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-5 {
  column-count: 3;
}

.collection-list-wrapper-2 {
  margin-top: 59px;
}

.image-7 {
  margin-top: 15px;
}

.contact-section {
  background-image: url('../images/contact-2-web.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  margin-top: 106px;
  display: flex;
}

.contact-section.start {
  background-image: url('../images/contact-3-web.jpg');
  margin-top: 0;
}

.contact-section.start.s {
  margin-top: 111px;
}

.contact-content {
  padding-right: 20vw;
}

.contactcontent {
  z-index: 10;
  margin-top: 33px;
  margin-left: 0;
  position: relative;
}

.contactinformation {
  justify-content: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-4 {
  color: var(--navajo-white);
  height: 42px;
  padding-top: 0;
  padding-bottom: 0;
}

.link {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.link.black {
  color: #000;
  align-self: center;
  font-weight: 400;
}

.contactinformation-3 {
  text-align: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.link-3-copy {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.link-3-copy.black, .agency-content.black {
  color: #000;
}

.heading-15 {
  text-align: center;
  font-weight: 400;
}

.text-block-17 {
  text-align: center;
  font-size: 15px;
  line-height: 26px;
}

.link-2 {
  color: #fff;
}

.link-2.black {
  color: #000;
}

.text-block-18 {
  margin-right: 90px;
}

.overlay-nav {
  z-index: 15;
  opacity: 0;
  background-color: #000c;
  display: none;
  position: fixed;
  inset: 0%;
}

.body-2 {
  color: #fff1f1;
}

.arrow-scroll {
  z-index: 11;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 58px;
  transition: transform .4s;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.arrow-scroll:hover {
  transform: translate(-50%, -10px);
}

.image-8 {
  width: 80px;
}

.text-span {
  letter-spacing: 51px;
  font-family: Montserrat-OWN, sans-serif;
}

.menu-button-2 {
  padding-right: 0;
}

.menu-button-2.w--open {
  background-color: #0000;
}

.burgerwrapper-2 {
  width: 84px;
  padding-left: 18px;
}

.div-block-19 {
  align-items: center;
  display: flex;
}

.sub-heading-impressionen {
  z-index: 10;
  text-align: center;
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 48px;
  font-weight: 300;
  line-height: 50px;
  position: relative;
}

.sub-heading-impressionen.smaller {
  text-align: right;
  margin-top: 15px;
  margin-right: -30px;
  font-size: 56px;
  line-height: 50px;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-radius: 10px;
  margin-bottom: 12px;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs2_form {
  color: #fff;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-manager2_button {
  color: #000;
  cursor: pointer;
  background-color: #ffffff30;
  border-radius: 10px;
  flex-direction: column;
  width: 48px;
  padding: 8px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-prefs2_submit {
  color: #000;
  text-align: center;
  background-color: #0000001a;
  border-radius: 10px;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 0 20px 0 0;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #000000ba;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner2_component {
  z-index: 999;
  color: #fff;
  background-color: #000;
  border-radius: 20px 0 0;
  width: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_text {
  font-size: 13px;
  line-height: 18px;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #000;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #000;
  background-size: auto;
  border-color: #000;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  margin-left: -8px;
  display: flex;
}

.fs-cc-banner2_buttons-wrapper.prefer {
  margin-left: 0;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  min-width: 120px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #0006;
  border: 1px solid #fff;
  border-radius: 10px;
}

.fs-cc-banner2_button.fs-cc-button-alt.preferences {
  border-width: 0 0 1px;
  border-color: #fff9;
  border-radius: 0;
  min-width: 0;
  margin-left: 0;
  padding: 0;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.g-map-show {
  min-height: 340px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.block-content-g-map {
  background-image: linear-gradient(#0009, #0009), url('../images/world.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-20 {
  justify-content: center;
  margin-top: 21px;
  display: flex;
}

.card-load-btn {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.calendar-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 67vw;
  display: grid;
}

.slider {
  width: 100%;
  height: 100%;
}

.div-block-21 {
  margin-left: auto;
  margin-right: auto;
}

.collection-item-6 {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  border: 1px solid #f3d4a659;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  display: grid;
}

.heading-16 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 300;
  line-height: 37px;
}

.heading-16.year {
  margin-left: 15px;
}

.heading-16.month {
  color: var(--navajo-white);
  margin-bottom: 5px;
  font-size: 50px;
  line-height: 50px;
}

.div-block-22 {
  justify-content: flex-start;
  display: flex;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 300;
}

.heading-17.smaller {
  margin-top: 5px;
  margin-right: 7px;
  font-size: 20px;
  font-weight: 300;
}

.heading-17.sub {
  opacity: .8;
  font-size: 20px;
  line-height: 27px;
}

.collection-list-wrapper-3.ex {
  margin-top: 50px;
}

.slide {
  background-image: url('../images/Diashow-Termine-Startseite-1-web.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Diashow-Termine-Startseite-2-web.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Diashow-termine-Startseite-3-web.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.div-block-23 {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.language-switch {
  padding-left: 15px;
}

.language-switch.desktop {
  display: flex;
}

.language-switch.mobile {
  display: none;
}

.language-toggle {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 17px;
  text-decoration: none;
  display: block;
}

.language-toggle.not-active, .language-toggle.not-active-copy {
  opacity: .4;
}

.divider-language-switch {
  background-color: #fff;
  align-self: stretch;
  width: 1px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.collection-list-8 {
  display: block;
}

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

.social-nav-section {
  margin-top: 20px;
  display: flex;
}

.link-block-3 {
  margin-left: 10px;
}

.slide-4 {
  background-image: url('../images/slide-22-web.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.komponist {
  color: #000000b3;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-24 {
  flex-wrap: wrap;
  display: flex;
}

.quote-section {
  width: 100vw;
  padding-top: 40px;
  padding-bottom: 10px;
}

.swiper-container2 {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.swiper-wrapper {
  align-items: center;
  display: flex;
  overflow: visible;
}

.swiper-slide {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  width: 100vw;
  min-width: 0;
  max-width: 100vw;
  overflow: hidden;
}

.quote-press-headline {
  text-align: center;
  margin-top: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.quote-press-sub-headline {
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.arrow-container {
  justify-content: center;
  margin-top: 29px;
  margin-bottom: 55px;
  display: flex;
}

.swiper-button-prev {
  cursor: pointer;
  width: 65px;
  margin-right: 5px;
}

.swiper-button-next {
  cursor: pointer;
  width: 65px;
  margin-left: 5px;
}

.div-block-25 {
  width: 100vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-26 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.link-3 {
  color: #fff;
}

.card-load-btn-2 {
  color: #fff;
  text-align: right;
  background-color: #fff0;
  border: 2px solid #fff;
  margin: 10px auto 0;
  padding-left: 50px;
  padding-right: 50px;
  transition: color .4s, background-color .4s;
  display: inline-block;
}

.card-load-btn-2:hover {
  color: #000;
  background-color: #fff;
}

.card-load-btn-2.w--current {
  background-image: none;
}

.card-load-btn-2.yellow {
  border-color: var(--navajo-white);
  color: var(--navajo-white);
  margin-left: auto;
  margin-right: auto;
}

.card-load-btn-2.yellow:hover {
  background-color: var(--navajo-white);
  color: #000;
}

.card-load-btn-2.tickets {
  background-color: #000;
}

.card-load-btn-2.tickets:hover {
  color: #fff;
}

.card-load-btn-2.presskit {
  border-color: var(--navajo-white);
  color: #000;
  text-align: center;
  margin-top: 23px;
  display: block;
}

.card-load-btn-2.presskit:hover {
  background-color: var(--navajo-white);
  color: #000;
}

@media screen and (max-width: 991px) {
  .heading-8 {
    font-size: 21px;
  }

  .date {
    font-size: 15px;
    line-height: 21px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .normalbtn-2.yellow {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-7 {
    font-size: 26px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .mycontain-2 {
    padding-top: 70px;
  }

  .normalheadingimprint-2 {
    font-weight: 400;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .navlink {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 6vw;
    line-height: 6vw;
  }

  .navlink.w--current {
    font-size: 6vw;
  }

  .container-copy {
    background-position: 100% -29%;
  }

  .menu-button {
    align-self: center;
    align-items: flex-start;
  }

  .menu-button.w--open {
    z-index: 9999;
    background-color: #0000;
    width: 80px;
    padding-right: 0;
  }

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

  .burgerline.line1 {
    float: right;
    background-color: #000;
    width: 48px;
    margin-top: 0;
    margin-bottom: 11px;
  }

  .burgerline.line1.start {
    width: 100%;
    margin-bottom: 0;
  }

  .burgerline.line2 {
    float: right;
    background-color: #000;
    width: 53px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .burgerline.line2.start {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .burgerline.line3 {
    float: right;
    background-color: #000;
    width: 45px;
    margin-top: 11px;
    margin-bottom: 0;
  }

  .burgerline.line3.start {
    width: 100%;
    margin-top: 0;
  }

  .bottom-cookie-wrapper {
    height: auto;
  }

  .hero-section {
    background-size: auto 140%;
  }

  .hero-content {
    display: none;
  }

  .bg-section {
    width: 70vw;
  }

  .bg-section.hero-2 {
    display: none;
  }

  .bio-section {
    background-image: linear-gradient(#ffffff80, #ffffff80), linear-gradient(to right, #fff0 9%, #fff), url('../images/bio-2-web.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .dropdown-list-2 {
    width: auto;
  }

  .calendar-section {
    background-image: linear-gradient(#000, #0000 33%), linear-gradient(#00000080, #00000080), linear-gradient(#0000 49%, #000), url('../images/termine-4-web.jpg');
    background-position: 0 0, 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
  }

  .calendarcms {
    width: 90%;
  }

  .collection-item-5 {
    grid-template-columns: 30% minmax(35%, 1fr) minmax(147px, 1fr);
    grid-auto-flow: column dense;
  }

  .heading-14 {
    font-size: 22px;
  }

  .contact-section {
    background-position: 16% 0;
  }

  .contact-section.start.s {
    margin-top: 148px;
  }

  .menu-button-2 {
    z-index: 10;
    padding-right: 0;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .calendar-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 46px;
  }

  .slider {
    min-height: 120vw;
  }

  .card-load-btn-2.yellow {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .cms-aktuelles {
    display: none;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .image {
    max-height: none;
  }

  .cms-bio {
    display: block;
  }

  .rich-text-block-3 {
    column-count: 1;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .modalwrapper {
    align-items: flex-start;
    height: auto;
    min-height: 100vh;
    overflow: scroll;
  }

  .modalcontainer {
    margin-top: 30px;
    overflow: scroll;
  }

  .div-block-10 {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .normalbtn-3.calendar {
    margin-top: 5px;
  }

  .footer, .imprintsection {
    margin-left: 0;
  }

  .normalheadingimprint {
    font-size: 8vw;
    font-weight: 700;
    line-height: 14vw;
  }

  .imprintsection-2 {
    margin-left: 0;
  }

  .normalheadingimprint-2 {
    font-size: 8vw;
    font-weight: 700;
    line-height: 14vw;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .heading-12 {
    font-size: 30px;
    line-height: 40px;
  }

  .container-copy {
    grid-template-columns: auto 1fr;
  }

  .div-block-12 {
    position: relative;
  }

  .heading-13 {
    letter-spacing: 22px;
    font-size: 21px;
    line-height: 21px;
  }

  .menu-button, .menu-button.w--open {
    width: auto;
  }

  .burgerwrapper {
    width: 84px;
    min-width: 84px;
    position: relative;
  }

  .navbar-copy-2 {
    background-color: #0000;
    transform: none;
  }

  .burgerline.line1, .burgerline.line2, .burgerline.line3 {
    background-color: #000;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }

  .hero-section {
    background-position: 47% 100%;
    background-size: auto 159%;
  }

  .bg-section {
    width: 90vw;
  }

  .bg-section.impressionen-2, .bg-section.impressionen-3 {
    display: none;
  }

  .bio-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .cms-bio-2 {
    display: block;
  }

  .normal-heading {
    z-index: 10;
    font-size: 50px;
    position: relative;
  }

  .tab-link-tab-2-2 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .text-block-16 {
    font-size: 19px;
  }

  .tab-link-tab-1-2.w--current {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .rich-text-block-5 {
    column-count: 1;
  }

  .calendar-content.ex {
    width: 90vw;
  }

  .calendarcms {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .collection-item-5 {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 15px;
  }

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

  .kalendertitle {
    margin-top: 0;
  }

  .impressionen-left, .impressionen-right {
    width: 100%;
  }

  .collection-list-5 {
    column-count: 2;
  }

  .contactcontent {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-18 {
    margin-right: 110px;
  }

  .collection-list-6 {
    width: 90vw;
  }

  .menu-button-2.w--open {
    width: 68px;
    padding-left: 0;
  }

  .burgerwrapper-2 {
    width: 68px;
    min-width: 68px;
    padding-left: 0;
    position: relative;
  }

  .div-block-19 {
    justify-content: flex-end;
    width: 68px;
    position: relative;
  }

  .sub-heading-impressionen {
    z-index: 10;
    font-size: 50px;
    position: relative;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .heading-17.smaller {
    line-height: 25px;
  }

  .language-switch.desktop {
    padding-right: 15px;
  }

  .swiper-container2 {
    width: 100%;
  }

  .swiper-slide {
    width: 90vw;
  }

  .quote-press-headline {
    font-size: 18px;
    line-height: 34px;
  }

  .quote-press-sub-headline {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .normalbtn-2 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .normalbtn-2.presskit {
    color: var(--navajo-white);
  }

  .normalbtn-2.pop-up {
    width: 90%;
  }

  .modalwrapper {
    height: 100vh;
    top: 0%;
    overflow: scroll;
  }

  .modalheadlinecalendar {
    font-size: 34px;
    font-weight: 300;
  }

  .modalcontainer {
    object-fit: fill;
    width: 90%;
    margin-top: 35px;
    margin-bottom: 50px;
    position: relative;
    top: auto;
    overflow: scroll;
  }

  .modalinformation {
    flex-wrap: wrap;
  }

  .div-block-10 {
    float: right;
    clear: none;
    position: static;
  }

  .normalbtn-3.calendar {
    margin-bottom: 5px;
  }

  .footer {
    margin-left: 0;
  }

  .mycontain-2 {
    padding-top: 0;
  }

  .normalheadingimprint {
    font-size: 9.8vw;
    font-weight: 700;
    line-height: 70px;
  }

  .normalheadingimprint-2 {
    font-size: 7.4vw;
    line-height: 70px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .openmodal {
    width: 90%;
    font-size: 12px;
  }

  .heading-12 {
    font-size: 7vw;
    line-height: 10vw;
  }

  .navlink {
    font-size: 10vw;
    line-height: 8vw;
  }

  .navlink.w--current {
    font-size: 10vw;
  }

  .container-copy {
    background-position: 39vw -7vw;
    background-repeat: no-repeat;
    background-size: 90vw;
  }

  .heading-13 {
    letter-spacing: 5vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .menu-button {
    width: auto;
    padding: 5px 0;
  }

  .menu-button.w--open {
    width: auto;
  }

  .burgerline.line1, .burgerline.line2 {
    background-color: #000;
    margin-top: 0;
  }

  .burgerline.line3 {
    background-color: #000;
    margin-top: 11px;
  }

  .bottom-cookie-wrapper {
    flex-direction: column-reverse;
    padding-top: 25px;
  }

  .cookie-content.bottom-banner-content {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .hero-section {
    background-image: url('../images/hero-mobile-68-web.jpg');
    background-position: 27% 100%;
    background-size: cover;
    min-height: 640px;
  }

  .bg-section {
    width: auto;
    height: auto;
    top: 0;
  }

  .bg-section.about {
    width: 140%;
  }

  .bg-section.termine {
    width: 20%;
    display: none;
    right: 411px;
  }

  .bio-section {
    margin-top: 116px;
  }

  .normal-heading {
    font-size: 42px;
    line-height: 58px;
  }

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

  .rich-text-block-5 {
    font-size: 13px;
  }

  .calendar-section {
    background-image: linear-gradient(#000, #0000 36%), linear-gradient(#00000080, #00000080), linear-gradient(#0000 49%, #000), url('../images/termine-4-web.jpg');
    background-position: 0 0, 0 0, 0 0, 42% 0;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, 360vw;
  }

  .calendar-section.ex {
    margin-top: 130px;
    margin-bottom: 100px;
  }

  .calendar-wrapper {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .calendarcms.mobile {
    display: block;
  }

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

  .impressionen--right-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .collection-list-5 {
    column-count: 1;
  }

  .contact-section {
    background-image: url('../images/contact-2-mobile-web.jpg'), linear-gradient(#fff, #fff);
    background-position: 7% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100vw, auto;
    justify-content: center;
    padding-bottom: 40px;
  }

  .contact-section.start {
    background-image: url('../images/contact-3-mobile-web.jpg'), linear-gradient(#fff, #fff);
    background-position: 7% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100vw, auto;
  }

  .contact-section.start.s {
    margin-top: 87px;
  }

  .contact-content {
    margin-top: 229px;
    padding-right: 0;
  }

  .link, .link-3-copy {
    margin-left: 9px;
    font-size: 13px;
  }

  .text-block-18 {
    margin-right: 30px;
    font-size: 6vw;
  }

  .wrapper-all {
    width: 100vw;
  }

  .menu-button-2 {
    padding-left: 0;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_component, .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .paragraph {
    font-size: 11px;
    line-height: 16px;
  }

  .card-load-btn {
    text-align: center;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-6 {
    grid-template-columns: 1fr;
  }

  .heading-16.month {
    text-align: left;
  }

  .collection-list-7 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .language-switch.desktop {
    display: none;
  }

  .language-switch.mobile {
    width: 70px;
    margin-top: 25px;
    padding-left: 0;
    display: flex;
  }

  .divider-language-switch {
    background-color: #fff;
  }

  .swiper-slide {
    width: 90vw;
  }

  .quote-press-headline {
    font-size: 16px;
    line-height: 29px;
  }

  .div-block-25 {
    width: 90vw;
  }

  .card-load-btn-2 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .card-load-btn-2.presskit {
    color: var(--navajo-white);
  }

  .card-load-btn-2.pop-up {
    width: 90%;
  }
}

#w-node-_52da1f7d-dfe2-09cc-62c2-4df2dad2bb35-96d79b22 {
  place-self: center end;
}

#w-node-c5318b4a-280e-22a0-b675-1570d0d98144-96d79b22 {
  align-self: center;
}

#w-node-_6421ec49-d264-5a3f-f845-f171fa8fd629-bbbb8c0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_80113b69-26ef-27d9-c443-be61bbbb8c16-bbbb8c0d {
  justify-self: end;
}

#w-node-_3c78f8c9-323b-791b-6a43-835ab5373871-b537386e {
  grid-area: Area;
  align-self: center;
}

#w-node-_3c78f8c9-323b-791b-6a43-835ab537387a-b537386e {
  place-self: start;
}

#w-node-_3c78f8c9-323b-791b-6a43-835ab537387c-b537386e {
  justify-self: start;
}

#w-node-_3c78f8c9-323b-791b-6a43-835ab5373890-b537386e {
  place-self: center end;
}

#w-node-ab616faa-8222-b8be-26e5-f0da419911ce-419911cb {
  grid-area: Area;
  align-self: center;
}

#w-node-ab616faa-8222-b8be-26e5-f0da419911d7-419911cb {
  place-self: start;
}

#w-node-ab616faa-8222-b8be-26e5-f0da419911d9-419911cb {
  justify-self: start;
}

#w-node-ab616faa-8222-b8be-26e5-f0da419911e2-419911cb {
  place-self: center end;
}

#w-node-ae1404f1-76cb-7704-393d-f32e16298803-008288a0 {
  align-self: center;
}

#w-node-_52da1f7d-dfe2-09cc-62c2-4df2dad2bb35-d90ca3a2 {
  place-self: center end;
}

#w-node-_81fd93be-806a-74b9-8702-8b5a7344d366-d90ca3a2 {
  align-self: center;
}

#w-node-_924a439a-a14a-396d-eb3a-3601ae4008fe-ae4008f5 {
  justify-self: end;
}

#w-node-c85b6f2b-673b-12b3-f384-0af8c7162c9b-c7162c98 {
  grid-area: Area;
  align-self: center;
}

#w-node-c85b6f2b-673b-12b3-f384-0af8c7162ca4-c7162c98 {
  place-self: start;
}

#w-node-c85b6f2b-673b-12b3-f384-0af8c7162ca6-c7162c98 {
  justify-self: start;
}

#w-node-c85b6f2b-673b-12b3-f384-0af8c7162caf-c7162c98 {
  place-self: center end;
}

#w-node-f615a425-116b-6885-de73-bab0b086da4c-b086da49 {
  grid-area: Area;
  align-self: center;
}

#w-node-f615a425-116b-6885-de73-bab0b086da55-b086da49 {
  place-self: start;
}

#w-node-f615a425-116b-6885-de73-bab0b086da57-b086da49 {
  justify-self: start;
}

#w-node-f615a425-116b-6885-de73-bab0b086da6b-b086da49 {
  place-self: center end;
}

#w-node-b8c8213c-dc6d-d3bb-d78a-c3eef2b91568-666c2310 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_80113b69-26ef-27d9-c443-be61bbbb8c0f-bbbb8c0d, #w-node-_80113b69-26ef-27d9-c443-be61bbbb8c16-bbbb8c0d {
    justify-self: center;
  }

  #w-node-_3c78f8c9-323b-791b-6a43-835ab5373890-b537386e, #w-node-ab616faa-8222-b8be-26e5-f0da419911e2-419911cb {
    align-self: center;
  }

  #w-node-_924a439a-a14a-396d-eb3a-3601ae4008f7-ae4008f5, #w-node-_924a439a-a14a-396d-eb3a-3601ae4008fe-ae4008f5 {
    justify-self: center;
  }

  #w-node-c85b6f2b-673b-12b3-f384-0af8c7162caf-c7162c98, #w-node-f615a425-116b-6885-de73-bab0b086da6b-b086da49 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c5318b4a-280e-22a0-b675-1570d0d98144-96d79b22, #w-node-ae1404f1-76cb-7704-393d-f32e16298803-008288a0, #w-node-_81fd93be-806a-74b9-8702-8b5a7344d366-d90ca3a2, #w-node-b8c8213c-dc6d-d3bb-d78a-c3eef2b91568-666c2310 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Montserrat-OWN';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-OWN';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-OWN';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}