@import url("https://fonts.googleapis.com/css?family=Montserrat:100");
@font-face {
  font-family: "AriseN";
  src: url("../fonts/Arise.otf");
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "Arise";
  src: url("../fonts/Arise.ttf");
}
* {
  text-decoration: none;
}

html, body, h1 {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

#app {
  background: rgb(10, 10, 10);
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(10, 10, 10, 0.6), rgba(0, 0, 0, 0.9)), repeating-linear-gradient(0, transparent, transparent 2px, black 3px, black 3px), url("../images/Hintergrund/gaming.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

#wrapper {
  text-align: center;
}

.sub {
  color: rgb(100, 220, 220);
  letter-spacing: 0.5em;
  font-family: "OpenSans";
  font-size: 2em;
}

/* Our mixin positions a copy of our text
directly on our existing text, while
also setting content to the appropriate
text set in the data-text attribute. */
.glitch {
  position: relative;
  color: #e31e99;
  font-family: "Arise";
  font-size: 8em;
  letter-spacing: 0.2em;
  /* Animation provies a slight random skew. Check bottom of doc
  for more information on how to random skew. */
  animation: glitch-skew 1s infinite linear alternate-reverse;
}
.glitch::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 #ff00c1;
  /* Creates an initial clip for our glitch. This works in
  a typical top,right,bottom,left fashion and creates a mask
  to only show a certain part of the glitch at a time. */
  clip: rect(44px, 450px, 56px, 0);
  /* Runs our glitch-anim defined below to run in a 5s loop, infinitely,
  with an alternating animation to keep things fresh. */
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
  animation: glitch-anim2 1s infinite linear alternate-reverse;
}

/* Creates an animation with 20 steaps. For each step, it calculates 
a percentage for the specific step. It then generates a random clip
box to be used for the random glitch effect. Also adds a very subtle
skew to change the 'thickness' of the glitch.*/
@keyframes glitch-anim {
  0% {
    clip: rect(97px, 9999px, 11px, 0);
    transform: skew(0.44deg);
  }
  5% {
    clip: rect(80px, 9999px, 44px, 0);
    transform: skew(0.78deg);
  }
  10% {
    clip: rect(57px, 9999px, 30px, 0);
    transform: skew(0.45deg);
  }
  15% {
    clip: rect(98px, 9999px, 51px, 0);
    transform: skew(0.51deg);
  }
  20% {
    clip: rect(68px, 9999px, 71px, 0);
    transform: skew(0.21deg);
  }
  25% {
    clip: rect(17px, 9999px, 91px, 0);
    transform: skew(0.6deg);
  }
  30% {
    clip: rect(25px, 9999px, 24px, 0);
    transform: skew(0.4deg);
  }
  35% {
    clip: rect(88px, 9999px, 3px, 0);
    transform: skew(0.99deg);
  }
  40% {
    clip: rect(36px, 9999px, 41px, 0);
    transform: skew(0.38deg);
  }
  45% {
    clip: rect(65px, 9999px, 44px, 0);
    transform: skew(0.52deg);
  }
  50% {
    clip: rect(3px, 9999px, 53px, 0);
    transform: skew(0.44deg);
  }
  55% {
    clip: rect(60px, 9999px, 91px, 0);
    transform: skew(0.5deg);
  }
  60% {
    clip: rect(15px, 9999px, 43px, 0);
    transform: skew(0.45deg);
  }
  65% {
    clip: rect(71px, 9999px, 36px, 0);
    transform: skew(0.21deg);
  }
  70% {
    clip: rect(21px, 9999px, 83px, 0);
    transform: skew(0.99deg);
  }
  75% {
    clip: rect(54px, 9999px, 57px, 0);
    transform: skew(0.3deg);
  }
  80% {
    clip: rect(78px, 9999px, 24px, 0);
    transform: skew(0.91deg);
  }
  85% {
    clip: rect(11px, 9999px, 98px, 0);
    transform: skew(0.92deg);
  }
  90% {
    clip: rect(46px, 9999px, 7px, 0);
    transform: skew(0.3deg);
  }
  95% {
    clip: rect(56px, 9999px, 69px, 0);
    transform: skew(0.47deg);
  }
  100% {
    clip: rect(26px, 9999px, 16px, 0);
    transform: skew(0.91deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(9px, 9999px, 90px, 0);
    transform: skew(0.9deg);
  }
  5% {
    clip: rect(48px, 9999px, 27px, 0);
    transform: skew(0.25deg);
  }
  10% {
    clip: rect(23px, 9999px, 83px, 0);
    transform: skew(0.08deg);
  }
  15% {
    clip: rect(44px, 9999px, 59px, 0);
    transform: skew(0.99deg);
  }
  20% {
    clip: rect(64px, 9999px, 63px, 0);
    transform: skew(0.26deg);
  }
  25% {
    clip: rect(85px, 9999px, 29px, 0);
    transform: skew(0.53deg);
  }
  30% {
    clip: rect(45px, 9999px, 72px, 0);
    transform: skew(0.1deg);
  }
  35% {
    clip: rect(6px, 9999px, 42px, 0);
    transform: skew(0.32deg);
  }
  40% {
    clip: rect(95px, 9999px, 97px, 0);
    transform: skew(0.75deg);
  }
  45% {
    clip: rect(4px, 9999px, 11px, 0);
    transform: skew(0.26deg);
  }
  50% {
    clip: rect(70px, 9999px, 19px, 0);
    transform: skew(0.44deg);
  }
  55% {
    clip: rect(32px, 9999px, 89px, 0);
    transform: skew(0.73deg);
  }
  60% {
    clip: rect(86px, 9999px, 62px, 0);
    transform: skew(0.95deg);
  }
  65% {
    clip: rect(14px, 9999px, 76px, 0);
    transform: skew(0.36deg);
  }
  70% {
    clip: rect(46px, 9999px, 60px, 0);
    transform: skew(0.63deg);
  }
  75% {
    clip: rect(19px, 9999px, 75px, 0);
    transform: skew(0.36deg);
  }
  80% {
    clip: rect(7px, 9999px, 8px, 0);
    transform: skew(0.59deg);
  }
  85% {
    clip: rect(82px, 9999px, 52px, 0);
    transform: skew(0.43deg);
  }
  90% {
    clip: rect(43px, 9999px, 42px, 0);
    transform: skew(0.15deg);
  }
  95% {
    clip: rect(70px, 9999px, 26px, 0);
    transform: skew(0.35deg);
  }
  100% {
    clip: rect(51px, 9999px, 64px, 0);
    transform: skew(0.4deg);
  }
}
@keyframes glitch-skew {
  0% {
    transform: skew(3deg);
  }
  10% {
    transform: skew(-3deg);
  }
  20% {
    transform: skew(1deg);
  }
  30% {
    transform: skew(4deg);
  }
  40% {
    transform: skew(3deg);
  }
  50% {
    transform: skew(0deg);
  }
  60% {
    transform: skew(3deg);
  }
  70% {
    transform: skew(3deg);
  }
  80% {
    transform: skew(5deg);
  }
  90% {
    transform: skew(-4deg);
  }
  100% {
    transform: skew(0deg);
  }
}/*# sourceMappingURL=intro2.css.map */