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

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

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

a {
  text-decoration: underline;
  cursor: none;
}

strong {
  font-weight: 900;
}

.body {
  font-family: acumin-pro, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  cursor: none;
}

.teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/plastic-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.container.container--hero {
  position: relative;
}

.logo {
  max-height: 66vh;
  margin-bottom: 32px;
}

.info__grid {
  margin-bottom: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.info__text {
  font-family: acumin-pro-wide, sans-serif;
  color: #80ffdb;
  font-size: 36px;
  line-height: 1em;
  font-weight: 900;
}

.button {
  padding: 24px;
  background-color: #80ffdb;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: -webkit-transform 200ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 200ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 200ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 200ms cubic-bezier(.68, -.55, .265, 1.55);
  font-family: flood-std, sans-serif;
  color: #3d72c2;
  font-size: 52px;
  letter-spacing: -3px;
  cursor: none;
}

.button:hover {
  -webkit-transform: rotate(-3deg) scale(1.2);
  -ms-transform: rotate(-3deg) scale(1.2);
  transform: rotate(-3deg) scale(1.2);
}

.button.button--stream {
  background-color: #3d72c2;
  color: #80ffdb;
}

.partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 10vh;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.partner__grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.partner__link {
  margin-top: 24px;
  text-decoration: none;
}

.partner__link.sponsor {
  margin-top: 0px;
}

.partner__logo.seebruecke {
  width: 96px;
}

.partner__logo.krawall {
  width: 64px;
}

.partner__logo.unruh {
  width: 72px;
}

.partner__logo.musicboard {
  width: 64px;
}

.partner__logo.kultur {
  width: 96px;
}

.partner__text {
  min-height: 24px;
  padding-top: 4px;
  font-family: acumin-pro, sans-serif;
  color: #100b08;
  font-size: 12px;
  line-height: 1em;
}

.social__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 66%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social__link {
  padding: 8px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #3d72c2;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: -webkit-transform 200ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 200ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 200ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 200ms cubic-bezier(.68, -.55, .265, 1.55);
  color: #80ffdb;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.social__link:hover {
  -webkit-transform: scale(1.2) rotate(-5deg);
  -ms-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
}

.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 100vh;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  width: 700px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.paragraph.p--stream {
  width: 100%;
  margin-bottom: 40px;
}

.paragraph.paragraph__review-bilder {
  width: auto;
  margin-top: -16px;
  font-size: 1.25em;
  font-weight: 700;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.44);
}

.about {
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0.4)), to(transparent)), url('../images/about-binb-2020.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 25%, transparent), url('../images/about-binb-2020.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.about__text-wrapper {
  width: 100%;
  color: #fff;
}

.image.image--teaser {
  width: 66%;
  margin-top: -150px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  cursor: none;
}

.link {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px;
  background-color: #3d72c2;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: -webkit-transform 200ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 200ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 200ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 200ms cubic-bezier(.68, -.55, .265, 1.55);
  color: #80ffdb;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  -webkit-transform: skew(-8deg, 0deg) rotate(-2deg);
  -ms-transform: skew(-8deg, 0deg) rotate(-2deg);
  transform: skew(-8deg, 0deg) rotate(-2deg);
}

.salutation {
  font-family: flood-std, sans-serif;
  color: #80ffdb;
  font-size: 3em;
  letter-spacing: -3px;
}

.lineup {
  min-height: 100vh;
  padding: 120px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/beach-texture.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: flood-std, sans-serif;
  color: #80ffdb;
  font-size: 3em;
  line-height: 1.15em;
  font-weight: 400;
  letter-spacing: -3px;
  text-shadow: 4px 4px 0 #3d72c2;
}

.heading-1.stream__title {
  color: #fff;
  font-size: 6em;
}

.heading-1.heading-1--centered {
  text-align: center;
}

.heading-1.heading-1--review {
  position: relative;
  font-size: 4.5em;
  text-align: center;
}

.lineup__text {
  display: block;
  max-width: 100%;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 900;
  text-align: center;
  -webkit-column-count: 2;
  column-count: 2;
}

.head__image {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.head {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.lineup__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lineup__hover {
  display: inline-block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: opacity 200ms cubic-bezier(.68, -.55, .265, 1.55);
  cursor: none;
}

.lineup__hover:hover {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  font-family: flood-std, sans-serif;
  color: #80ffdb;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -3px;
  text-shadow: 4px 4px 0 #3d72c2;
}

.schedule {
  display: none;
  padding-top: 80px;
  background-image: url('../images/binb-schedule.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.tickets {
  display: none;
  padding-top: 80px;
  padding-bottom: 80px;
}

.covid {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lineup__heading {
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: flood-std, sans-serif;
  color: #80ffdb;
  font-size: 3.25em;
  line-height: 1.15em;
  font-weight: 400;
  letter-spacing: -3px;
  text-shadow: 4px 4px 0 #3d72c2;
}

.pommes {
  min-height: 100vh;
  background-image: url('../images/pommes.jpg');
  background-position: 53% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.schedule__date {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 900;
}

.schedule__time {
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 8px;
  padding-bottom: 3px;
  padding-left: 8px;
  background-color: #3d72c2;
  color: #80ffdb;
  font-weight: 700;
}

.tickets__grid {
  display: -ms-grid;
  display: grid;
  margin-top: 24px;
  margin-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tickets__type {
  display: block;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
}

.ticket__price {
  display: block;
  margin-top: -24px;
  font-family: flood-std, sans-serif;
  color: #3d72c2;
  font-size: 3.25em;
  line-height: 1.15em;
  text-align: center;
  letter-spacing: -3px;
}

.tickets__block {
  text-align: center;
}

.tickets__title {
  text-align: center;
}

.tickets__button-wrapper {
  text-align: center;
}

.covid__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.covid__flex--info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.covid__image-link {
  display: block;
  text-align: center;
}

.image--pdf {
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}

.rich h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: flood-std, sans-serif;
  color: #3d72c2;
  font-size: 2.25em;
  line-height: 1.15em;
  font-weight: 400;
  letter-spacing: -3px;
}

.rich h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  text-transform: uppercase;
}

.rich a {
  display: inline-block;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  background-color: #3d72c2;
  font-family: acumin-pro-wide, sans-serif;
  color: #80ffdb;
  font-weight: 500;
}

.rich strong {
  font-weight: 700;
}

.imprint__link {
  display: block;
  text-align: center;
}

.imprint__link-image {
  width: 128px;
}

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

.highlight {
  display: inline-block;
  margin-bottom: 2px;
  padding-right: 8px;
  padding-bottom: 0px;
  padding-left: 8px;
  background-color: #80ffdb;
  font-family: acumin-pro-wide, sans-serif;
  color: #3d72c2;
  font-weight: 700;
}

.lineup__link {
  display: block;
  padding: 6px 20px;
  background-color: transparent;
  color: #333;
  cursor: none;
}

.lineup__link.w--current {
  padding: 6px 20px;
  border-bottom: 8px solid #3d72c2;
  background-color: transparent;
}

.lineup__link.w--current:hover {
  border-bottom-color: #80ffdb;
  background-color: transparent;
}

.player {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 4px solid #333;
  border-bottom: 4px solid #333;
  background-color: #80ffdb;
}

.stream__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-2 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.title--live {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 45px;
  -webkit-transform: translate(52px, 0px);
  -ms-transform: translate(52px, 0px);
  transform: translate(52px, 0px);
  line-height: 1em;
}

.title--stream {
  display: inline-block;
  -webkit-transform: translate(0px, -48px);
  -ms-transform: translate(0px, -48px);
  transform: translate(0px, -48px);
}

.stream__button {
  margin-top: 114px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.caption {
  margin-bottom: 0px;
  font-size: 0.64em;
  font-weight: 400;
}

.image__brabant {
  margin-bottom: -169px;
  margin-left: -235px;
}

.hero__stream {
  position: absolute;
  left: auto;
  top: 235px;
  right: -25px;
  bottom: auto;
  width: 250px;
}

.heading-3 {
  display: block;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 2.5em;
  line-height: 1.15em;
  font-weight: 900;
  text-transform: uppercase;
}

.lineup__gallery {
  margin-top: 80px;
}

.gallery {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-rule-style: none;
  column-rule-style: none;
}

.gallery.gallery--5-col {
  -webkit-column-count: 5;
  column-count: 5;
}

.gallery.gallery--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-count: 3;
  column-count: 3;
}

.gallery.gallery--6-col {
  -webkit-column-count: 6;
  column-count: 6;
}

.gallery.gallery--schule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.gallery.gallery--parasit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery.gallery--krawall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery.gallery--ingeborg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery__lightbox {
  overflow: hidden;
  width: 100%;
  max-width: 48%;
  margin-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 10px;
  border-color: #80ffdb;
}

.lightbox__image {
  width: 100%;
  -webkit-transform: scale(1.2) rotate(-2deg);
  -ms-transform: scale(1.2) rotate(-2deg);
  transform: scale(1.2) rotate(-2deg);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.lightbox__image:hover {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.gallery__info {
  width: 100%;
  max-width: 48%;
  margin-bottom: 24px;
  padding: 24px;
  background-color: #80ffdb;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.info-text {
  color: #333;
  font-size: 1em;
  font-weight: 700;
}

.info-text__small {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.3em;
  font-weight: 500;
}

.info-text__titel {
  font-family: flood-std, sans-serif;
  font-size: 1.25em;
  letter-spacing: 1px;
}

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

.review {
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/review-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.review-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-left: 10%;
}

.review-title {
  position: relative;
  z-index: 4;
  height: 400px;
  min-width: 450px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.review-content {
  margin-top: 81px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #f3f3f3;
}

.logo__berlin {
  position: relative;
  top: -34px;
  z-index: 1;
  display: block;
  height: 90px;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  text-align: center;
  white-space: nowrap;
}

.logo__is-not {
  position: relative;
  top: -6px;
  z-index: 1;
  display: block;
  height: 90px;
  text-align: center;
  white-space: nowrap;
}

.logo__bregenz {
  position: absolute;
  left: 0px;
  top: 88px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: acumin-pro, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.1em;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: none;
}

.logo__vol2 {
  position: relative;
  top: -200px;
  z-index: 1;
  font-size: 0.66em;
  white-space: nowrap;
}

.review-prefix {
  position: relative;
  left: 32px;
  top: 6px;
  display: block;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(-43px, 0px) rotate(-6deg);
  -ms-transform: translate(-43px, 0px) rotate(-6deg);
  transform: translate(-43px, 0px) rotate(-6deg);
  white-space: nowrap;
}

.review-bilder {
  width: 75%;
  height: 500px;
  margin-top: 24px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.collage__frame-1 {
  position: absolute;
  top: 69px;
  right: 194px;
  z-index: 3;
  min-width: 250px;
  border-style: solid;
  border-width: 10px;
  border-color: #80ffdb;
}

.collage__frame-2 {
  position: absolute;
  right: 193px;
  bottom: -153px;
  z-index: 1;
  min-width: 420px;
  border-style: solid;
  border-width: 10px;
  border-color: #80ffdb;
}

.collage__frame-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  border-style: solid;
  border-width: 10px;
  border-color: #80ffdb;
}

.div-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.heading-4 {
  display: block;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
}

.lightbox-2 {
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .schedule__flex {
    margin-bottom: 0px;
  }

  .gallery__lightbox {
    max-width: 32%;
  }

  .presse {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: none;
  }

  .collage__frame-1 {
    top: 54px;
    right: 242px;
    z-index: 2;
  }

  .collage__frame-2 {
    bottom: -226px;
    z-index: 2;
  }

  .lightbox-2 {
    text-decoration: none;
  }

  .presse-image__image {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .teaser {
    min-height: 100vh;
  }

  .logo {
    margin-bottom: 64px;
  }

  .info__text {
    font-size: 28px;
  }

  .partner {
    min-height: 20vh;
  }

  .partner__grid {
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .partner__text {
    margin-top: 16px;
  }

  .social__wrapper {
    max-width: 100%;
  }

  .cursor {
    display: none;
  }

  .paragraph {
    width: auto;
  }

  .about {
    background-position: 0px 0px, 60% 50%;
  }

  .link.link-info {
    font-size: 0.75em;
  }

  .heading-1.stream__title {
    margin-bottom: -24px;
  }

  .heading-1.heading-1--review {
    left: -58px;
  }

  .lineup__text {
    max-width: none;
    font-size: 1.5em;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .head {
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .lineup__flex {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pommes {
    background-position: 60% 0%;
    background-size: cover;
  }

  .covid__flex--large {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .covid__flex--info {
    display: none;
  }

  .stream__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .stream__button {
    margin-top: 0px;
  }

  .hero__stream {
    top: 251px;
    right: -84px;
  }

  .gallery.gallery--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gallery.gallery--schule {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .gallery.gallery--parasit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-column-count: auto;
    column-count: auto;
  }

  .gallery.gallery--krawall {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .gallery.gallery--ingeborg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .gallery__lightbox {
    width: auto;
    max-width: 47%;
    min-width: 320px;
  }

  .lightbox__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .gallery__info {
    width: auto;
    max-width: 47%;
    min-width: 320px;
  }

  .presse {
    background-size: 1280px;
  }

  .review {
    background-position: 40% 50%;
  }

  .review-title {
    min-width: 320px;
  }

  .logo__bregenz {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .review-bilder {
    margin-left: auto;
  }

  .collage__frame-1 {
    top: 117px;
    right: 135px;
  }

  .collage__frame-2 {
    right: 97px;
  }

  .collage__frame-3 {
    top: 73px;
  }

  .presse-image__image {
    width: 100%;
  }
}

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

  .info__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .partner {
    padding-right: 12px;
    padding-left: 12px;
  }

  .about {
    padding-left: 15px;
  }

  .heading-1.heading-1--review {
    left: auto;
  }

  .head {
    display: none;
  }

  .hero__stream {
    top: -87px;
    right: -43px;
    width: 200px;
  }

  .gallery.gallery--schule {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gallery__lightbox {
    max-width: 47%;
    min-width: auto;
  }

  .gallery__lightbox.gallery__lightbox--single {
    max-width: 100%;
  }

  .gallery__info {
    min-width: 100%;
  }

  .presse {
    padding-right: 16px;
    padding-left: 16px;
  }

  .review-wrapper {
    margin-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .review-title {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .review-content {
    text-align: center;
  }

  .review-bilder {
    overflow: visible;
    height: 600px;
  }

  .collage__frame-1 {
    top: 94px;
    right: 181px;
    z-index: 4;
  }

  .collage__frame-2 {
    right: 127px;
    bottom: -28px;
    z-index: 3;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .collage__frame-3 {
    top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .teaser {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo {
    margin-bottom: 40px;
  }

  .info__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button.button--stream {
    margin-bottom: 16px;
    font-size: 1.5em;
    line-height: 1em;
    text-decoration: none;
  }

  .partner__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .social__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social__link {
    margin-bottom: 8px;
  }

  .lightbox {
    display: block;
    width: auto;
    min-height: auto;
    margin-bottom: 24px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .paragraph {
    font-size: 16px;
  }

  .about {
    padding-top: 322px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/about-binb-2020.jpg');
    background-position: 70% 0%;
    background-size: auto 500px;
    background-repeat: no-repeat;
  }

  .about__text-wrapper {
    color: #333;
  }

  .image.image--teaser {
    width: auto;
    margin-top: 0px;
  }

  .salutation {
    color: #3d72c2;
  }

  .lineup {
    padding: 80px 20px;
  }

  .heading-1.stream__title {
    font-size: 3em;
  }

  .heading-1.heading-1--review {
    position: relative;
    margin-bottom: 0px;
  }

  .lineup__text {
    font-size: 1.25em;
  }

  .head {
    margin-bottom: 24px;
  }

  .schedule {
    padding-right: 20px;
    padding-left: 20px;
    background-size: auto 460px;
  }

  .schedule__flex {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .heading-2 {
    display: inline-block;
    font-size: 2.5em;
  }

  .pommes {
    min-height: 100vh;
    background-position: 68% 0%;
    background-size: auto 100vh;
    background-attachment: fixed;
  }

  .tickets__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tickets__type {
    font-size: 1em;
  }

  .ticket__price {
    margin-top: -20px;
    font-size: 2.25em;
  }

  .rich {
    white-space: break-spaces;
  }

  .rich h2 {
    font-size: 1em;
  }

  .imprint__link {
    margin-bottom: 40px;
  }

  .imprint {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }

  .highlight {
    display: inline-block;
  }

  .player {
    padding-right: 15px;
    padding-left: 15px;
  }

  .title--live {
    margin-bottom: 37px;
    margin-left: -61px;
  }

  .title--stream {
    margin-left: 32px;
  }

  .caption {
    line-height: 1.3em;
  }

  .image__brabant {
    width: 50%;
    margin-bottom: -102px;
    margin-left: -122px;
  }

  .hero__stream {
    top: 304px;
    right: -26px;
    width: 128px;
  }

  .heading-3 {
    font-size: 1em;
  }

  .gallery.gallery--parasit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gallery__lightbox {
    max-width: 100%;
  }

  .presse {
    padding-right: 20px;
    padding-left: 20px;
    background-size: auto 460px;
  }

  .review {
    padding-top: 0px;
  }

  .review-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .review-title {
    width: 100%;
    height: 470px;
    min-width: auto;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .review-content {
    margin-top: -40px;
  }

  .logo__vol2 {
    top: -199px;
  }

  .review-prefix {
    left: 6px;
  }

  .review-bilder {
    height: 400px;
    margin-top: 40px;
  }

  .collage__frame-1 {
    top: 208px;
    right: 87px;
    min-width: 200px;
  }

  .collage__frame-2 {
    right: 42px;
    bottom: 219px;
    min-width: 270px;
  }

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

  .heading-4 {
    font-size: 1em;
  }

  .lightbox-2 {
    text-decoration: none;
  }

  .presse-image {
    overflow: hidden;
  }

  .presse-image__image {
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
}

#w-node-d06fb79cc87f-6c23974e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d06fb79cc883-6c23974e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d06fb79cc885-6c23974e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0abc9d367cd7-6c23974e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-0abc9d367cd9-6c23974e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-0abc9d367cdb-6c23974e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-0abc9d367cdd-6c23974e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-0abc9d367ce1-6c23974e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-0abc9d367ce3-6c23974e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-0abc9d367cd7-6c23974e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-0abc9d367cd9-6c23974e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-0abc9d367cdb-6c23974e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-0abc9d367cdd-6c23974e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-0abc9d367cdf-6c23974e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-0abc9d367ce3-6c23974e {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d06fb79cc883-6c23974e {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d06fb79cc883-6c23974e {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
  }

  #w-node-0abc9d367ce3-6c23974e {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
}

