@charset "UTF-8";
/*
Theme Name:theaterPlaystation
Text Domain:theaterPlaystation
Version:1.0
Description:asdfasdf
Tags: theater, parallax
Author: Friederike Kröger
Autho URI: https://friedevelopment.de


*/
:root {
  --body-background: #00343F;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.album-info,
.album-info a {
  color: #375c92;
}

body,
html {
  margin: 0;
  padding: 0;
  font-size: clamp(16px, 4vw, 20px);
}

.trigger-one {
  position: absolute;
  top: 100vh;
}

h1 {
  text-align: center;
}

h2 {
  font-size: 4vw;
  left: 0;
  pointer-events: none;
  color: #35767A;
  width: 100%;
  padding-left: 10%;
}

.home h2 {
  word-break: break-all;
  padding-left: 10vw;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  left: 0;
}

section {
  width: 100%;
  -ms-grid-rows: [adfs];
      grid-template-rows: [adfs];
}

.fd-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.fd-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section#fd-masonry {
  height: 100vh;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #00343F;
  color: #35767A;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body p {
  line-height: 2;
}

body a {
  color: #e02762;
}

.fd-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black 0.7;
}

.item-wrapper-relative {
  position: relative;
  width: 100%;
}

.item-wrapper-relative .item-wrapper {
  position: absolute;
  z-index: -5;
}

.fd-has-overlay::before,
.fd-has-overlay::after {
  display: block;
  height: 1000%;
  width: 0;
  position: absolute;
  left: 50%;
  border: solid 1px;
  z-index: -333;
  opacity: 1;
}

.fd-has-overlayout::after {
  display: block;
  mix-blend-mode: color;
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  z-index: -1;
}

.fd-has-overlay:hover::after,
.fd-has-overlay:hover::before {
  opacity: 0.2;
}

.fd-has-overlay {
  z-index: 0;
}

.fd-has-overlay img {
  mix-blend-mode: overlay;
}

.fd-has-overlay:hover {
  color: white;
  background-blend-mode: unset;
}

.fd-has-overlay:hover img {
  mix-blend-mode: unset;
}

.fd-event-date-flag {
  position: absolute;
  text-shadow: none;
  color: #FF8C62;
  color: #f080df;
  color: white;
  background-color: #3329F9;
  background-color: #f0e72b;
}

.fd-event-date-flag span {
  display: block;
  font-weight: normal;
  font-style: normal;
  display: block;
  text-align: center;
}

.fd-event-date-flag .day {
  font-size: 30px;
}

.fd-event-date-flag .month {
  font-size: 10px;
  padding: 2px 0 3px 0;
  text-transform: uppercase;
}

.fd-event-date-flag .year {
  font-size: 20px;
}

.fd-text-in-middle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.fd-overview-container {
  position: relative;
}

.fd-overview-item,
.cardWrapper {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 1.5em;
  background-size: cover;
  background-position: top left;
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  opacity: 1;
}

.fd-overview-item .cardFace,
.cardWrapper .cardFace {
  background-size: cover;
}

.fd-overview-item .front,
.cardWrapper .front {
  background-blend-mode: luminosity;
  background-color: black;
  color: #e02762;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* see */
  font-style: normal;
  font-weight: bold;
  color: #FEFEFD;
  color: #3329F9;
}

.fd-overview-item.cs .front, .fd-overview-item.tp .front,
.cardWrapper.cs .front,
.cardWrapper.tp .front {
  color: #00343F;
}

.fd-overview-item.a .front, .fd-overview-item.p .front,
.cardWrapper.a .front,
.cardWrapper.p .front {
  color: #FEFEFD;
}

.fd-overview-item.menu .front,
.cardWrapper.menu .front {
  color: #e02762;
}

.fd-overview-item .back,
.cardWrapper .back {
  color: white;
  -webkit-text-stroke: 1px #66414100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fd-overview-item.cs::after,
.cardWrapper.cs::after {
  top: 34vh;
}

.fd-overview-item.cs::before,
.cardWrapper.cs::before {
  bottom: 34vh;
}

.fd-overview-item#cs,
.cardWrapper#cs {
  bottom: 18vh;
  left: 18vw;
  width: 40vw;
  height: 28vh;
}

.fd-overview-item#cs .card,
.cardWrapper#cs .card {
  overflow: hidden;
}

.fd-overview-item#cs .back,
.fd-overview-item#cs .front,
.cardWrapper#cs .back,
.cardWrapper#cs .front {
  background-image: url(https://theaterplaystation.org/wp-content/uploads/2013/01/sl.jpg);
  background-image: url(https://source.unsplash.com/random);
  font-size: 18vw !important;
}

.fd-overview-item.tp::after,
.cardWrapper.tp::after {
  top: 14vw;
}

.fd-overview-item.tp::before,
.cardWrapper.tp::before {
  bottom: 14vw;
}

.fd-overview-item.tp,
.cardWrapper.tp {
  top: 24vh;
  left: 59vw;
  height: 14vw;
  width: 31vw;
}

.fd-overview-item.tp .back,
.fd-overview-item.tp .front,
.cardWrapper.tp .back,
.cardWrapper.tp .front {
  background-image: url(../theaterplaystation/assets/images/insta_team.jpg);
  background-image: url(https://source.unsplash.com/random);
}

.fd-overview-item.p::after,
.cardWrapper.p::after {
  top: 38vh;
}

.fd-overview-item.p::before,
.cardWrapper.p::before {
  bottom: 38vh;
}

.fd-overview-item.p,
.cardWrapper.p {
  top: 14vh;
  left: 46vw;
  width: 12vw;
  height: 38vh;
  z-index: 6;
}

.fd-overview-item.p .back,
.fd-overview-item.p .front,
.cardWrapper.p .back,
.cardWrapper.p .front {
  background-image: url(../theaterplaystation/assets/images/insta_mask.jpg);
  background-image: url(https://source.unsplash.com/random);
}

.fd-overview-item.a::after,
.cardWrapper.a::after {
  top: 20vh;
}

.fd-overview-item.a::before,
.cardWrapper.a::before {
  bottom: 20vh;
}

.fd-overview-item.a,
.cardWrapper.a {
  left: 59vw;
  top: 54vh;
  height: 40vh;
  width: 11vw;
}

.fd-overview-item.a .back,
.fd-overview-item.a .front,
.cardWrapper.a .back,
.cardWrapper.a .front {
  background-image: url(http://theaterplaystation.org/wp-content/uploads/2019/04/BLUT-ot-2-R.-Christiansen-710x450.jpg);
  background-image: url(https://source.unsplash.com/random);
}

.fd-overview-item.menu::after,
.cardWrapper.menu::after {
  top: 6vh;
}

.fd-overview-item.menu::before,
.cardWrapper.menu::before {
  bottom: 6vh;
}

.fd-overview-item.menu,
.cardWrapper.menu {
  width: 5vw;
  height: 6vh;
}

.fd-overview-item.menu .front,
.cardWrapper.menu .front {
  background-color: unset;
  text-shadow: unset;
}

.fd-overview-item.menu .back,
.cardWrapper.menu .back {
  text-shadow: unset;
}

.fd-overview-item.small,
.cardWrapper.small {
  grid-row: span 2;
  grid-column: span 1;
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  grid-row: 5/ span 3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/span 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/span 1;
}

.fd-overview-item.medium,
.cardWrapper.medium {
  grid-row: span 2;
  grid-column: span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/span 3;
}

.fd-overview-item.large,
.cardWrapper.large {
  grid-row: span 3;
  grid-column: span 3;
  grid-column: span 4;
}

.fd-overview-item.tall,
.cardWrapper.tall {
  grid-row: span 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2/span 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/span 3;
}

.fd-overview-item.wide,
.cardWrapper.wide {
  grid-row: span 2;
  grid-column: span 3;
}

.fd-overview-item.four,
.cardWrapper.four {
  text-align: center;
}

.fd-overview-item.three,
.cardWrapper.three {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2/span 3;
  background-position: center;
}

.fd-overview-item.two .event-content,
.cardWrapper.two .event-content {
  font-size: 1em;
}

.fd-overview-item.two .event-name,
.cardWrapper.two .event-name {
  text-transform: uppercase;
  font-size: 1.5em;
}

.sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  min-width: 300px;
  padding: 3em;
  position: fixed;
  height: 100vh;
  display: none;
}

.sidebar .fd-artists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  bottom: 0;
  position: fixed;
}

.sidebar .fd-artists > div {
  width: 60px;
  height: 60px;
  position: relative;
}

.sidebar .fd-artists > div .artist-photo {
  cursor: pointer;
}

.sidebar .fd-artists > div .artist-title {
  font-size: .7rem;
}

.sidebar .fd-artists > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -3;
  position: relative;
}

.logo a {
  text-decoration: none;
}

#floating-logo {
  top: 3vh;
}

#floating-logo .front {
  background-color: unset;
}

.logo,
.fixed-logo,
.burger-menu {
  color: #7f809f8f;
  font-size: 2rem;
}

.logo span,
.fixed-logo span,
.burger-menu span {
  font-weight: 700;
}

.burger-menu {
  position: relative;
}

.fixed-logo {
  position: fixed;
  inset: 5vh 5vw auto auto;
  margin: 0;
  z-index: 3;
}

.fd-section-content {
  position: relative;
}

@media (min-width: 1500px) {
  nav {
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.nav-item {
  color: #e02762;
  text-decoration: none;
  font-size: 1.7rem;
  display: inline-block;
  margin-right: 2em;
}

@media (min-width: 1500px) {
  .nav-item {
    display: block;
    margin: 7vh 0;
  }
}

.nav-item.active {
  color: #e02762;
}

.main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  min-height: 90vh;
  position: relative;
}

#curtain {
  display: block;
  z-index: 1000;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 44444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#curtain .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 6rem;
}

#curtain video {
  width: 100%;
  height: auto;
}

.fd-logo,
.fd-about,
.fd-current-show,
.fd-gallery,
.fd-team,
.fd-kontakt,
.fd-team,
.fd-playstation {
  min-height: 100vh;
  position: relative;
}

.fd-logo {
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.fd-logo .logo {
  z-index: 5;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fd-logo .drop-shadow {
  /* Rectangle 3 */
  position: fixed;
  width: 993px;
  height: 800px;
  left: 60vw;
  background-color: white;
  opacity: 0.17;
  -webkit-filter: blur(194px);
          filter: blur(194px);
  border-radius: 400px;
}

.fd-overview {
  background-size: cover;
  height: 100%;
  width: 100%;
  -ms-grid-rows: (1fr)[9];
      grid-template-rows: repeat(9, 1fr);
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.fd-overview .fd-event-date-flag {
  right: 10px;
  bottom: 0;
  width: 50px;
  padding: 10px 0;
  margin-bottom: 0;
}

.fd-current-show {
  position: relative;
  min-height: 300vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  background-blend-mode: soft-light;
  z-index: 0;
  background-image: url(../images/fakemasterflash/B65E5186-B758-4675-B648-56D20F6FC7BB.jpeg);
  background-color: #270657;
  background-color: rgba(6, 30, 86, 0.52);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: color-dodge;
}

.fd-current-show h2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.fd-current-show h1 {
  color: #e02762;
  font-family: 'Major Mono Display', monospace;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 5vw;
  font-size: clamp(27px, 5vw, 70px);
  margin-bottom: 3vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 40vh;
}

.fd-current-show h1 .sub,
.fd-current-show h1 .and {
  font-size: clamp(16px, 3vw, 40px);
}

.fd-current-show .img-container {
  background-color: var(--body-background);
  position: absolute;
  display: block;
  min-width: 300px;
  max-width: 600px;
  z-index: -1;
  border: 5px solid #e02762;
  mix-blend-mode: hard-light;
}

.fd-current-show .img-container.one {
  top: 130vh;
  left: 20vw;
  height: 74vh;
}

.fd-current-show .img-container.two {
  top: 210vh;
  right: 17vw;
  height: 80vh;
}

.fd-current-show img {
  width: 100%;
  min-width: 100%;
  border-left: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fd-current-show .fd-event-date-flag {
  padding: 10px 10px;
  margin-top: 0;
  position: relative;
  height: 100%;
}

.fd-current-show .current-event-video video {
  width: 100%;
  height: auto;
}

.fd-current-show .current-event-card-info {
  position: absolute;
  left: 20vw;
  top: 90vh;
  padding: 2vh;
  width: 30vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bolder;
  font-size: clamp(38px, 4vw, 57px);
  font-family: 'Major Mono Display', monospace;
  text-transform: uppercase;
  color: #e02762;
  color: #79a85e;
  text-align: center;
}

.fd-current-show .current-event-trailer {
  width: 33%;
  height: 20vw;
  position: absolute;
  top: 160vh;
  right: 10vw;
}

.fd-current-show .current-event-trailer video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.fd-current-show .current-event-card {
  background-color: rgba(0, 52, 63, 0.45);
  width: clamp(400px, 60vw, 600px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  border: 4px solid #79a85e;
}

.fd-current-show .current-event-card.one {
  top: 103vh;
  right: 8vw;
}

.fd-current-show .current-event-card.two {
  top: 170vh;
  left: 10vw;
}

.fd-current-show .current-event-card.three {
  top: 260vh;
  left: 15vw;
  width: 60vw;
}

.fd-current-show .current-event-card .fd-event-text {
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fd-current-show .current-event-card .fd-event-text p {
  width: 100%;
  display: -webkit-box;
  word-break: break-word;
  font-size: clamp(14px, 2vw, 23px);
  color: #35767A;
}

.fd-playstation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(http://theaterplaystation.org/wp-content/uploads/2019/04/BLUT-ot-2-R.-Christiansen-710x450.jpg);
  background: url(../theaterplaystation/assets/images/joshua-hoehne-6M9jjeZjscE-unsplash.jpg), #0d0d22;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
  background-blend-mode: luminosity;
}

.fd-playstation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.fd-playstation .content {
  margin: 0 40vw 0 20vw;
  bottom: 20vw;
}

.fd-playstation img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.fd-playstation .fd-buzzwords {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-rows: (1fr)[5];
      grid-template-rows: repeat(5, 1fr);
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  width: 50%;
  top: 0;
  left: 0;
}

.fd-playstation .fd-buzzwords > div {
  font-size: clamp(16px, 3vw, 28px);
  font-family: MonteCarlo;
  position: relative;
  white-space: pre;
}

.fd-playstation .fd-buzzwords > div:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/ span 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
}

.fd-playstation .fd-buzzwords > div:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/ span 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/span 1;
}

.fd-playstation .fd-buzzwords > div:nth-child(3) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/ span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/span 1;
}

.fd-playstation .fd-buzzwords > div:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/ span 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/span 1;
}

.fd-playstation .fd-buzzwords > div:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/ span 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/span 1;
}

.fd-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10%;
  background-blend-mode: overlay;
  background-attachment: fixed;
  background-size: cover;
}

.fd-gallery .fd-media-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 80%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fd-gallery .fd-media-overview .fd-media-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  max-width: 300px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 31%;
  font-size: 0.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2vh;
}

.fd-gallery .fd-media-overview .fd-media-container a {
  z-index: -2;
  pointer-events: auto;
  cursor: pointer;
}

.fd-gallery .fd-media-overview .fd-media-container .album-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fd-gallery .fd-media-overview .fd-media-container .title {
  font-weight: bold;
  text-align: center;
}

.fd-gallery .fd-media-overview .fd-media-container .excerpt {
  text-align: center;
}

.fd-gallery .fd-media-overview .fd-media-container .play-button {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fd-gallery .fd-media-overview .fd-media-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity;
}

.fd-team {
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5vh;
}

.fd-team h2 {
  margin-bottom: 3vh;
}

.fd-team .fd-artists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70vh;
  gap: 2%;
  width: 72%;
}

.fd-team .fd-artists .artist-photo:hover img {
  opacity: 0.3;
}

.fd-team .fd-artists .artist-photo:hover .artist-text {
  display: block;
}

.fd-team .fd-artists .artist-photo:hover .artist-title {
  display: none;
}

.fd-team .fd-artists .artist-photo {
  cursor: pointer;
}

.fd-team .fd-artists > div {
  width: 22vw;
  height: 12vw;
  overflow: hidden;
  position: relative;
}

.fd-team .fd-artists > div .artist-photo {
  cursor: pointer;
}

.fd-team .fd-artists > div .artist-photo img {
  opacity: 0.3;
}

.fd-team .fd-artists > div .artist-title {
  margin: unset auto;
  left: 0;
  right: 0;
  color: white;
  position: absolute;
  bottom: 2vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e02762;
  background-color: #35767A;
  mix-blend-mode: hard-light;
}

.fd-team .fd-artists > div .artist-name {
  font-size: 2.2vw;
}

.fd-team .fd-artists > div .artist-titile-sub {
  font-size: 1.8;
}

.fd-team .fd-artists > div .artist-text {
  position: absolute;
  display: none;
  top: 0;
  padding: 2vh;
  color: #35767A;
}

.fd-team .fd-artists > div img {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -3;
  position: relative;
  width: 100%;
  height: 100%;
}

.fd-footer {
  width: 100%;
  padding: 3vh;
  background-color: black;
}

.fd-footer .fd-footer-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fd-footer .fd-footer-content a {
  color: #00343F;
}

.fd-footer .friede svg,
.fd-footer .friede {
  width: clamp(80px, 20vw, 200px);
  width: 100px;
}

.fd-footer .fd-logo-in-header {
  padding: 0;
}

.fd-footer .fd-logo-in-header .playstation {
  font-size: clamp(16px, 1.7vw, 30px);
}

@-webkit-keyframes pulse-animation {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.02;
  }
  100% {
    scale: 1;
  }
}

@keyframes pulse-animation {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.02;
  }
  100% {
    scale: 1;
  }
}

.cardWrapper {
  position: absolute;
  /*background-color    :#333;*/
  float: left;
  margin-right: 10px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

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

.cardFace {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cardFace h1 {
  margin: 0px;
  font-size: 30px;
  padding: 10px 0px 10px 10px;
  border-bottom: solid 6px #aaa;
  border-top: solid 6px #aaa;
  background-color: black;
  color: white;
}

.cardFace.back h1 {
  border-color: #91e600;
}

.moreInfo {
  padding: 10px;
  color: white;
  line-height: 24px;
}

/* 
  Based from this article from Divya Manian - 
  http://nimbupani.com/using-background-clip-for-text-with-css-fallback.html
*/
* {
  margin: 0;
  padding: 0;
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  text-align: center;
}

/* Clip text element */
.clip-text {
  font-size: 6em;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin: .25em;
  padding: .5em .75em;
  text-align: center;
  /* Color fallback */
  color: #fff;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clip-text:before,
.clip-text:after {
  position: absolute;
  content: '';
}

/* Background */
.clip-text:before {
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
}

/* Text Background (black zone) */
.clip-text:after {
  position: absolute;
  z-index: -1;
  top: .125em;
  right: .125em;
  bottom: .125em;
  left: .125em;
  background-color: #000;
}

/* Change the background position to display letter when the black zone isn't here */
.clip-text--no-textzone:before {
  background-position: -.75em 0;
}

.clip-text--no-textzone:after {
  content: none;
}

/* Use Background-size cover for photo background and no-repeat background */
.clip-text--cover,
.clip-text--cover:before {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* Background image from http://thepatternlibrary.com/ and http://lorempixel.com */
.clip-text_one {
  background-image: url(https://picsum.photos/480/200?random);
}

.clip-text_two {
  background-image: url(https://picsum.photos/480/200?grayscale);
}

.clip-text_tree {
  background-image: url(https://picsum.photos/480/200?grayscale&random=2);
}

.clip-text_four {
  background-image: url(https://picsum.photos/480/200?grayscale&blur=3);
}

.clip-text_five {
  background-image: url(https://picsum.photos/480/200?grayscale);
}

.clip-text_six {
  background-image: url(https://picsum.photos/480/200?random=3);
}

.clip-text_seven {
  background-image: url(https://picsum.photos/480/200?random=4);
}

.clip-text_eight {
  background-image: url(https://picsum.photos/480/200?random=6);
}

.clip-text_nine {
  background-image: url(https://picsum.photos/480/200?random=5);
}

.clip-text_ten {
  background-image: url(https://picsum.photos/480/200?random=7);
}

.clip-text_eleven {
  background-image: url(https://picsum.photos/480/200?random=8);
  background-size: cover;
}

.clip-text_twelve {
  background-image: url(https://picsum.photos/480/200?random=9);
}

.clip-text_thirteen {
  background-image: url(https://picsum.photos/480/200?random=10);
}

.clip-text_fourteen {
  background-image: url(https://picsum.photos/480/200?random=11);
}

.clip-text_fifteen {
  background-image: url(https://picsum.photos/480/200?random=12);
}

.text-wrap {
  margin: 0;
  position: relative;
  width: 20vw;
}

.text-wrap svg {
  position: absolute;
  width: 100%;
  height: auto;
  font: bold 100px sans-serif;
  text-transform: uppercase;
}

.text-wrap svg .img-layer {
  fill: url(#p-img);
  font-family: 'Major Mono Display', monospace;
  text-transform: uppercase;
}

.text-wrap svg .gradient-layer {
  fill: url(#gr-overlay);
}

.fd-background-video-playstation {
  width: 100%;
  -webkit-clip-path: url(#clipPlaystation);
          clip-path: url(#clipPlaystation);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: darken;
}

.current-event-card-info {
  width: 100%;
}

.fd-logo,
.drop-shadow {
  display: none;
}

#fd-hero {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#fd-hero .disclaimer {
  height: 10%;
  background-color: #35767A;
  color: black;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  padding: 5vw;
}

#fd-hero .disclaimer.disclaimer-one {
  top: 20%;
}

#fd-hero .disclaimer.disclaimer-two {
  top: 60%;
}

#fd-hero .mute-controls {
  position: absolute;
  right: 4vw;
  top: 80%;
  font-size: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#fd-hero .mute-controls i {
  cursor: pointer;
  width: 3vw;
}

#fd-hero .mute-controls #muted-on {
  display: none;
}

#fd-hero .hero-trailer-dimensions {
  width: unset;
  height: unset;
}

#fd-hero video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 3px solid #79a85e;
}

#fd-buzz-about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 88vh;
}

#fd-buzz-about .background-video-wrapper {
  height: 20vh;
}

#fd-buzz-about .playstation {
  font-size: 8vw;
}

#fd-buzz-about .sub {
  font-size: 3vw;
  color: rgba(224, 39, 98, 0.5);
  color: #79a85e;
}

#fd-buzz-about .img-layer {
  font-size: 10vw;
  font-weight: bolder;
  background-color: #f08085;
}

.socials-relative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5vh 10vw;
}

.socials-relative a {
  display: block;
}

.socials-relative a svg {
  height: 20px;
  height: clamp(18px, 2vw, 24px);
}

.socials-relative a svg path {
  fill: #35767A;
}

.socials-relative a.tp {
  width: 30%;
  font-size: clamp(14px, 2vw, 24px);
  color: #35767A;
}

.sidezone {
  width: 5vw;
  border-right: 3px solid #79a85e;
  position: relative;
  top: 0;
  left: 0;
  background: black;
}

.sidezone .socials {
  position: fixed;
  bottom: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5vw;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidezone .socials i {
  text-rendering: optimizeLegibility;
  font-size: 2vw;
}

.sidezone .socials a {
  width: 1.5vw;
}

.sidezone .socials a svg path {
  fill: #e02762;
}

.sidezone .socials .go-up {
  margin-bottom: 2vh;
}

.sidezone .socials .tp {
  width: 100%;
  font-size: 0.7vw !important;
  text-align: center;
  margin-top: 1vh;
}

.sidezone .socials .facebook {
  width: 1.3vw;
}

section.gettickets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 88vh;
  position: relative;
}

section.gettickets > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15vh;
}

section.gettickets .fd-cta {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 30%;
}

section.gettickets .fd-cta .cta {
  padding: 2vw;
  background-color: #e02762;
  color: white;
}

section.gettickets .info {
  font-size: clamp(14px, 2vw, 23px);
}

section.gettickets .info .when .date {
  font-size: clamp(14px, 2vw, 23px);
}

section.gettickets .info .when .time {
  font-size: clamp(14px, 2vw, 23px);
}

section.gettickets .info .covercharge {
  font-size: clamp(14px, 2vw, 23px);
}

section.gettickets .info .location {
  position: relative;
}

section.gettickets .info .location .picture {
  position: absolute;
  left: 80%;
  top: 5vh;
}

section.gettickets .info .location .picture img {
  width: clamp(100px, 23vw, 230px);
  opacity: 0.4;
}

section.gettickets .cta-container {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

section.gettickets .cta-container .title .name {
  font-size: clamp(14px, 2vw, 23px);
  font-weight: bold;
}

section.gettickets .cta-container .title .sub {
  font-size: clamp(14px, 2vw, 23px);
  margin-top: 3vh;
}

@media screen and (min-device-width: 1099px) {
  #fd-hero .mute-controls .fa-play {
    display: none;
  }
  .socials {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .socials-relative {
    display: none;
  }
}

@media screen and (max-device-width: 1100px) {
  .main-content {
    width: 100vw;
  }
  #fd-hero {
    width: 100vw;
    margin-top: 12vh;
  }
  #fd-buzz-about {
    height: 25vh;
  }
  #fd-hero .mute-controls {
    font-size: clamp(16px, 3vw, 30px);
    width: 50%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .socials {
    display: none !important;
  }
  .socials-relative {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fd-footer .fd-footer-content {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .fd-footer .impressum,
  .fd-footer .datenschutz {
    font-size: clamp(12px, 1vw, 18px);
  }
  .gettickets {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .gettickets > div {
    padding: 6vh !important;
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
  }
  .gettickets .fd-cta {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    margin: 2vh !important;
    position: relative !important;
    width: unset !important;
    top: unset !important;
  }
  .gettickets .info {
    height: 80% !important;
  }
  .gettickets .info .location .picture {
    right: unset;
    left: 40%;
  }
  .gettickets .cta-container {
    height: unset !important;
  }
  #fd-current-show {
    height: 460vh;
    background-image: url(/images/fakemasterflash/smallbackground.jpg);
    background-size: cover;
    height: unset;
    padding: 10vh 0;
  }
  #fd-current-show .fd-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #fd-current-show .fd-section-content > * {
    margin: 7vh 0;
  }
  #fd-current-show .img-container {
    position: relative !important;
    width: 80vw;
    top: unset !important;
  }
  #fd-current-show .img-container.one {
    left: unset !important;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  #fd-current-show .img-container.two {
    right: unset !important;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  #fd-current-show .current-event-trailer {
    position: relative;
    top: unset !important;
    right: unset !important;
  }
  #fd-current-show .current-event-card {
    background-color: rgba(0, 52, 63, 0.5);
    position: relative !important;
    width: 90vw;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    margin: auto;
  }
  #fd-current-show .current-event-card-info {
    left: unset !important;
    right: unset !important;
    position: relative !important;
    top: unset !important;
  }
  #fd-current-show h1 {
    position: relative !important;
    top: unset !important;
  }
}
/*# sourceMappingURL=styles.css.map */