body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: arial;
  font-size: 1rem;
}
body .identity,
body .audio {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 500;
  border: 1px solid #707070;
  text-align: center;
  display: none;
}
body .identity #identity,
body .identity #audio,
body .audio #identity,
body .audio #audio {
  width: 50vw;
  min-width: 500px;
  height: 30vh;
  min-height: 250px;
  margin: 0 auto;
  margin-top: 20vh;
  padding: 10rem 3rem;
  background-color: rgba(112, 112, 112, 0.7);
  color: #fff;
  font-size: 1.25rem;
}
body .identity #identity button,
body .identity #audio button,
body .audio #identity button,
body .audio #audio button {
  background-color: #fff;
  color: #707070;
  text-align: center;
  border-radius: 1.5rem;
  border: none;
  padding: 1rem;
  box-shadow: none;
  font-size: 1.25rem;
  width: 20rem;
}
body .identity #identity button img,
body .identity #audio button img,
body .audio #identity button img,
body .audio #audio button img {
  width: 2rem;
  height: auto;
  margin-right: 1rem;
  top: 0.25rem;
  position: relative;
}
body .identity .audioinfo,
body .audio .audioinfo {
  width: 50vw;
  min-width: 500px;
  height: 30vh;
  min-height: 250px;
  margin: 0 auto;
  margin-top: 20vh;
  padding: 10rem 3rem;
  background-color: #fff;
  color: #707070;
  font-size: 1.25rem;
  display: none;
}
body .identity .audioinfo div,
body .audio .audioinfo div {
  display: none;
  text-align: center;
}
body .identity .audioinfo button,
body .audio .audioinfo button {
  background-color: #F5F5F5;
  color: #707070;
  text-align: center;
  border-radius: 1.5rem;
  border: none;
  padding: 1rem;
  box-shadow: none;
  font-size: 1.25rem;
  width: 15rem;
}
body .hidden {
  display: none !important;
}
body .main {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  position: absolute;
  overflow: hidden;
  background-image: url("../img/Hintergrund_CUE.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  color: #707070;
  transform: all 0.5s ease;
}
body .main.blurred {
  filter: blur(0.25rem);
  background-color: rgba(112, 112, 112, 0.7);
}
body .main h1 {
  font-size: 3rem;
  margin: 0;
}
body .main p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body .main a {
  color: #707070;
}
body .main a:hover {
  color: #707070;
}
body .main .row {
  transition: filter 0.5s ease;
  position: absolute;
}
body .main .row.topRow {
  display: flex;
  flex-direction: column;
  z-index: 150;
  top: 0;
  width: 100vw;
}
body .main .row.topRow .headlineDate {
  position: relative;
  top: 5vh;
  left: 5vw;
  display: inline;
  width: 50vw;
}
body .main .row.topRow .headlineDate .subline {
  font-size: 1.6rem;
}
body .main .row.topRow .companyLogo {
  position: absolute;
  top: 5vh;
  right: 5vw;
}
body .main .row.topRow .companyLogo #logo {
  width: 10vw;
  height: 10vh;
  background-image: url("../img/HEYDAY-Logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}
body .main .row.mainRow {
  z-index: 200;
  top: 15vh;
  transition: top 0.5s ease;
  position: relative;
}
body .main .row.mainRow .streamContainer {
  text-align: center;
  width: 100vw;
}
body .main .row.mainRow .streamContainer .playHolder {
  background-color: white;
  background-image: url("../img/Play.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 65vw;
  height: 65vh;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  transition: all 1s ease;
}
body .main .row.mainRow .streamContainer #stream {
  position: relative;
  border: 0;
  margin: 0 auto;
  transition: all 0.5s ease;
}
body .main .row.mainRow .streamContainer #stream video {
  width: 0vw;
  height: 0vh;
  top: 10vh;
  left: 25vw;
  border: 0;
  margin: 0 auto;
  transition: all 0.5s ease;
  position: absolute;
  background-color: rgba(112, 112, 112, 0.7);
  background-image: url(/img/Hintergrund_CUE.png);
  background-repeat: no-repeat;
  object-fit: contain;
  outline: transparent;
}
body .main .row.mainRow .streamContainer #stream video #screenStream {
  z-index: 20;
}
body .main .row.mainRow .streamContainer #stream video #cameraStream {
  z-index: 30;
}
body .main .row.mainRow .streamContainer #stream video.enabled {
  width: auto;
  height: 60vh;
}
body .main .row.mainRow .streamContainer #remote-media {
  display: inline-block;
  float: right;
  width: 10vw;
  height: auto;
  position: absolute;
  top: 10vh;
  right: 10vw;
}
body .main .row.mainRow .streamContainer #remote-media video {
  width: 100%;
  height: auto;
}
body .main .row.mainRow .streamContainer #mod {
  position: absolute;
  font-size: 1.5rem;
  font-weight: bold;
  left: 25vw;
  bottom: -75vh;
}
body .main .row.mainRow .streamContainer #local-media {
  display: inline-block;
  float: right;
  width: 15vw;
  height: auto;
  position: relative;
  top: 10vh;
  right: 20vw;
}
body .main .row.mainRow .streamContainer #local-media video {
  width: 100%;
  height: auto;
}
body .main .row.mainRow .streamContainer .maximize {
  vertical-align: middle;
  box-sizing: border-box;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 5vh;
  right: 20vw;
  z-index: 999;
  font-size: 2em;
  transition: all 0.5s ease;
  background-image: url("/img/maximize.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body .main .row.mainRow .streamContainer .maximize.minimize {
  right: 10vw;
  background-image: url("/img/minimize.png");
}
body .main .row.mainRow.toTop {
  top: 0;
}
body .main .row.mainRow.toTop .streamContainer .playHolder {
  background-color: rgba(255, 255, 255, 0.1);
  height: 90vh;
}
body .main .row.mainRow.toTop .streamContainer #stream {
  height: 100vh;
  margin: 0;
}
body .main .row.mainRow.toTop .streamContainer #stream video {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  left: 0;
  top: 0;
}
body .main .row.bottomRow {
  z-index: 150;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
}
body .main .row.bottomRow .cueLogo {
  position: relative;
  bottom: 0;
  left: 0;
}
body .main .row.bottomRow .cueLogo img {
  display: block;
  width: 20vw;
  height: auto;
}
body .main .row.bottomRow .legaltos {
  position: absolute;
  right: 5vw;
  bottom: 5vh;
}
body .main .row.bottomRow .legaltos a {
  text-decoration: none;
  width: 50%;
  display: inline;
  margin: 1rem;
}
body .main .row.blurred {
  filter: blur(0.5rem);
}

.theme-042d9bf5b3fde5d6ce05284e8870ad1b .main {
  color: #707070;
  background-image: url("../img/Hintergrund_CUE.png");
}
.theme-9b806fccc78bd7f7043c92df5a341784 .main {
  color: #0071ba;
  background-image: url("../img/Hintergrund_9b806fccc78bd7f7043c92df5a341784.png");
}
.theme-5192e186e29c05c2a4679f08ada0d8a2 .main {
  color: #005dac;
  background-image: url("../img/Hintergrund_5192e186e29c05c2a4679f08ada0d8a2.png");
}
.theme-0b47a5adad81c9d8db50f2331dbf4ed5 .main {
  color: #fff;
  background-image: url("../img/Hintergrund_0b47a5adad81c9d8db50f2331dbf4ed5.png");
}
.theme-042d9bf5b3fde5d6ce05284e8870ad1b .main .row.topRow .companyLogo #logo {
  background-image: url("../img/HEYDAY-Logo.png");
}
.theme-9b806fccc78bd7f7043c92df5a341784 .main .row.topRow .companyLogo #logo {
  background-image: url("../img/logo-9b806fccc78bd7f7043c92df5a341784.png");
}
.theme-5192e186e29c05c2a4679f08ada0d8a2 .main .row.topRow .companyLogo #logo {
  background-image: url("../img/logo-5192e186e29c05c2a4679f08ada0d8a2.png");
}
.theme-0b47a5adad81c9d8db50f2331dbf4ed5 .main .row.topRow .companyLogo #logo {
  background-image: url("../img/logo-0b47a5adad81c9d8db50f2331dbf4ed5.png");
}
.theme-042d9bf5b3fde5d6ce05284e8870ad1b .main .row.mainRow .streamContainer .maximize {
  filter: grayscale(1) brightness(1.35);
}
.theme-9b806fccc78bd7f7043c92df5a341784 .main .row.mainRow .streamContainer .maximize {
  filter: grayscale(1) brightness(1.35);
}
.theme-5192e186e29c05c2a4679f08ada0d8a2 .main .row.mainRow .streamContainer .maximize {
  filter: grayscale(1) brightness(1.35);
}
.theme-0b47a5adad81c9d8db50f2331dbf4ed5 .main .row.mainRow .streamContainer .maximize {
  filter: grayscale(1) brightness(1.35);
}
.theme-042d9bf5b3fde5d6ce05284e8870ad1b .main .row.mainRow .streamContainer #stream video {
  background-image: url("../img/Hintergrund_CUE.png") !important;
}
.theme-9b806fccc78bd7f7043c92df5a341784 .main .row.mainRow .streamContainer #stream video {
  background-image: url("../img/Hintergrund_9b806fccc78bd7f7043c92df5a341784.png") !important;
}
.theme-5192e186e29c05c2a4679f08ada0d8a2 .main .row.mainRow .streamContainer #stream video {
  background-image: url("../img/Hintergrund_5192e186e29c05c2a4679f08ada0d8a2.png") !important;
}
.theme-0b47a5adad81c9d8db50f2331dbf4ed5 .main .row.mainRow .streamContainer #stream video {
  background-image: url("../img/Hintergrund_0b47a5adad81c9d8db50f2331dbf4ed5.png") !important;
}
.theme-042d9bf5b3fde5d6ce05284e8870ad1b .main .row.bottomRow .legaltos a {
  color: #707070;
}
.theme-9b806fccc78bd7f7043c92df5a341784 .main .row.bottomRow .legaltos a {
  color: #0071ba;
}
.theme-5192e186e29c05c2a4679f08ada0d8a2 .main .row.bottomRow .legaltos a {
  color: #005dac;
}
.theme-0b47a5adad81c9d8db50f2331dbf4ed5 .main .row.bottomRow .legaltos a {
  color: #fff;
}
.theme-042d9bf5b3fde5d6ce05284e8870ad1b .main .row.bottomRow .legaltos a:hover {
  color: #707070;
}
.theme-9b806fccc78bd7f7043c92df5a341784 .main .row.bottomRow .legaltos a:hover {
  color: #0071ba;
}
.theme-5192e186e29c05c2a4679f08ada0d8a2 .main .row.bottomRow .legaltos a:hover {
  color: #005dac;
}
.theme-0b47a5adad81c9d8db50f2331dbf4ed5 .main .row.bottomRow .legaltos a:hover {
  color: #fff;
}