/*------------------------------------------ TV CSS ----------------------------------------------*/
/*-------------------- NEON Font -----------------------*/
@font-face {
    font-family: 'Monoton';
    src: url('../fonts/Monoton-Regular.ttf');
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Thin.ttf');
  font-weight: 100;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black.ttf');
  font-weight: 900;
}
@font-face {
  font-family: 'Digital7';
  src: url('../fonts/digital-7.ttf');
}
html {
  overflow: hidden;
}
body {
    height: 100vh;
    width: 100vw;
    margin: 0;
}
#tv {
    background-color: rgba(0, 0, 0, 0.95);
    font-family: 'Monoton', cursive;
    text-align: center;
    height: 100%;
    width: 100%;
}
 #tv h1 {
    font-weight: normal;
    color: white;
    font-size: 250px;
    padding-top: 100px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff0080, 0 0 30px #ff0080, 0 0 40px #ff0080, 0 0 55px #ff0080, 0 0 75px #ff0080;
  }

  #tv h2 {
    font-weight: normal;
    color: white;
    font-size: 120px;
    margin-top: 20px;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #0199ff, 0 0 30px #0199ff, 0 0 40px #0199ff;
  }

  #tv .flicker {
    animation: letter-flicker 2s linear infinite;
  }

  @keyframes letter-flicker {
    0% {
      opacity: 0.1;
      text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff0080, 0 0 30px #ff0080, 0 0 40px #ff0080, 0 0 55px #ff0080, 0 0 75px #ff0080;
    }

    2% {
      opacity: 0.1;
      text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff0080, 0 0 30px #ff0080, 0 0 40px #ff0080, 0 0 55px #ff0080, 0 0 75px #ff0080;
    }

    4% {
      opacity: 1;
      text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff0080, 0 0 30px #ff0080, 0 0 40px #ff0080, 0 0 55px #ff0080, 0 0 75px #ff0080;
    }


    19% {
      opacity: 1;
      text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff0080, 0 0 30px #ff0080, 0 0 40px #ff0080, 0 0 55px #ff0080, 0 0 75px #ff0080;
    }

    21% {
      opacity: 0.1;
      text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff0080, 0 0 30px #ff0080, 0 0 40px #ff0080, 0 0 55px #ff0080, 0 0 75px #ff0080;
    }

    23% {
      opacity: 1;
      text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff0080, 0 0 30px #ff0080, 0 0 40px #ff0080, 0 0 55px #ff0080, 0 0 75px #ff0080;
    }

    80% {
      opacity: 1;
      text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff0080, 0 0 30px #ff0080, 0 0 40px #ff0080, 0 0 55px #ff0080, 0 0 75px #ff0080;
    }

    83% {
      opacity: 0.4;
      text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff0080, 0 0 30px #ff0080, 0 0 40px #ff0080, 0 0 55px #ff0080, 0 0 75px #ff0080;
    }

    87% {
      opacity: 1;
      text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff0080, 0 0 30px #ff0080, 0 0 40px #ff0080, 0 0 55px #ff0080, 0 0 75px #ff0080;
    }
  }

/*-------------------- Info -----------------------*/
#info {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#info .main {
  width: 90%;
}
#info .main .content {
  font-family: 'Raleway', sans-serif;
  text-align: center;
  /* padding-top: 200px; */
}
.bigtext {
  width: 900px;
  color: white;
  margin: 0 auto;
  -moz-text-shadow: 0px 0px 4px rgba(0,0,0,.5);
  -webkit-text-shadow: 0px 0px 4px rgba(0,0,0,.5);
  text-shadow: 0px 0px 4px rgba(0,0,0,.5);
  /* background: rgba(255,255,255,.3);
  padding: 20px 40px; */
}
#info .main .content h1 {
  font-weight: 700;
  text-transform: uppercase;
  /* font-size: 200px; */
  margin: 0;
}
#info .main .content h2 {
  font-weight: 500;
  /* font-size: 100px; */
  margin: 0;
}
#info .main .logo {
  /* width: 267px;
  padding: 20px 150px;
  transform: rotate(-45deg);
  top: 80px;
  left: -150px; */
  width: 350px;
  padding: 20px 40px;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  position: absolute;
  /* background-color: white; */
  /* box-shadow: 0px 0px 15px #0000002e; */
  z-index:200;
}
.sidebar {
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background-color: rgb(0, 142, 183);
    padding-right: 30px;
}
.sidebar .text-vertical {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-transform: uppercase;
    text-align: center;
    font-size: 120px;
    height: 100%;
    margin: 0 auto;
    color: white;
    letter-spacing: 50px;
}


/*-------------------- Support -----------------------*/
.support {
  position: absolute;
  left: 0;
  bottom: 95px;
  height: 400px;
  width: 400px;
  background-size: cover;
}
.support.technik {
  /* left: 230px;
  z-index: 1; */
  left: auto;
  right: 0;
}
.support .text {
  color: white;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  font-size: 30px;
}
.support .text > span {
  text-transform: uppercase;
  font-weight: bold;
}
.support:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-image: linear-gradient(to top, rgba(0,0,0,.6), transparent);
}
.support.technik:before {
  left: -560px;
}
.support.abm:before {
  right: -560px;
}

/*-------------------- Gast -----------------------*/
.gast .sidebar .text-vertical {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-transform: uppercase;
  text-align: center;
  font-size: 80px;
  height: 100%;
  margin: 0 auto;
  color: white;
  letter-spacing: 50px;
}
.gast #bigtext {
  width: 1200px;
  margin: 0 auto;
}

/*-------------------- Newsticker -----------------------*/
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.newsticker .main {
  width: 100%;
}
.ticker-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  height: 6rem;
  background-color: rgb(0, 142, 183); 
  padding-left: 100%;
  box-sizing: content-box;
  z-index:100;
}
.ticker {
  display: inline-block;
  height: 6rem;
  line-height: 6rem;  
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 50s;
}
.ticker-item {
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  padding: 0 4rem;
  font-size: 4rem;
  color: white;   
}
.newsticker #clock {
  height: 6rem;
  background-color: rgb(0, 142, 183); 
  position: fixed;
  bottom: 0;
  right: 0;
  font-family: 'Digital7', sans-serif;
  display: inline-block;
  font-size: 4rem;
  color: white;
  padding-right: 30px;
  line-height: 6rem; 
  box-shadow: -4px 3px 15px #0000004d;
  width: 280px;
  text-align: center;
  z-index:200;
}