/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/open-sans-v34-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v34-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v34-latin-300.woff2") format("woff2"), url("fonts/open-sans-v34-latin-300.woff") format("woff"), url("fonts/open-sans-v34-latin-300.ttf") format("truetype"), url("fonts/open-sans-v34-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/open-sans-v34-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("fonts/open-sans-v34-latin-regular.woff") format("woff"), url("fonts/open-sans-v34-latin-regular.ttf") format("truetype"), url("fonts/open-sans-v34-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/open-sans-v34-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v34-latin-800.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v34-latin-800.woff2") format("woff2"), url("fonts/open-sans-v34-latin-800.woff") format("woff"), url("fonts/open-sans-v34-latin-800.ttf") format("truetype"), url("fonts/open-sans-v34-latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("fonts/open-sans-v34-latin-800italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v34-latin-800italic.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v34-latin-800italic.woff2") format("woff2"), url("fonts/open-sans-v34-latin-800italic.woff") format("woff"), url("fonts/open-sans-v34-latin-800italic.ttf") format("truetype"), url("fonts/open-sans-v34-latin-800italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
html {
  padding: 0;
  margin: 0;
}

body {
  background: #000;
  padding: 0;
  margin: 0;
  display: flex;
  min-height: 100vh;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  color: #888;
  font-size: 20px;
}

a {
  color: #888;
}

strong {
  text-transform: uppercase;
  font-weight: 800;
}

.content-wrapper {
  margin: auto;
  text-align: center;
  padding: 30px 20px;
}

.logo-wrapper {
  width: 280px;
  height: 280px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 10px auto;
}
.logo-wrapper img {
  width: 100%;
  height: auto;
}
.logo-wrapper svg {
  margin-left: -2px;
  margin-top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: relative;
  z-index: 30;
}
.logo-wrapper svg g.signet-01,
.logo-wrapper svg g.signet-02,
.logo-wrapper svg g.signet-03 {
  mix-blend-mode: multiply;
}
.logo-wrapper svg g.signet-01 {
  animation: glidge1 8s ease-in-out infinite alternate;
}
.logo-wrapper svg g.signet-02 {
  animation: glidge2 8s ease-in-out infinite alternate;
}
.logo-wrapper svg g.signet-03 {
  animation: glidge3 8s ease-in-out infinite alternate;
}

@keyframes glidge1 {
  0% {
    transform: scaleX(1) translateX(0px);
  }
  30% {
    transform: scaleX(1) translateX(0px);
  }
  50% {
    transform: scaleX(0.95) translateX(6px);
  }
  65% {
    transform: scaleX(1) translateX(0px);
  }
  70% {
    transform: scaleX(0.95) translateX(6px);
  }
  73% {
    transform: scaleX(1) translateX(0px);
  }
  100% {
    transform: scaleX(1) translateX(0px);
  }
}
@keyframes glidge2 {
  0% {
    transform: translateX(0px);
  }
  30% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-10px);
  }
  65% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(-10px);
  }
  73% {
    transform: scaleX(1) translateX(0px);
  }
  100% {
    transform: scaleX(1) translateX(0px);
  }
}
@keyframes glidge3 {
  0% {
    transform: scaleX(1) translateX(0px);
  }
  30% {
    transform: scaleX(1) translateX(0px);
  }
  50% {
    transform: scaleX(1.1) translateX(-30px);
  }
  65% {
    transform: scaleX(1) translateX(0px);
  }
  70% {
    transform: scaleX(1.1) translateX(-30px);
  }
  73% {
    transform: scaleX(1) translateX(0px);
  }
  100% {
    transform: scaleX(1) translateX(0px);
  }
}
h1 {
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.1em;
  color: #fff;
  font-size: 32px;
  padding-bottom: 30px;
}
h1 span {
  font-weight: 800;
  display: block;
  font-size: 44px;
  line-height: 1em;
}

.bg {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(0deg, #ff0000 50%, #00ff00 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.25;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: 10;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.bg3 {
  animation-duration: 5s;
}

.content {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.25em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  left: 50%;
  padding: 10vmin;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #000;
}
ul li {
  animation: listenpunkt 6s ease-in-out infinite;
}
ul li:nth-child(2) {
  animation-delay: 0.2s;
}
ul li:nth-child(3) {
  animation-delay: 0.4s;
}
ul li:nth-child(4) {
  animation-delay: 0.6s;
}
ul li:nth-child(5) {
  animation-delay: 0.8s;
}
ul li:nth-child(6) {
  animation-delay: 1s;
}
ul li:nth-child(7) {
  animation-delay: 1.2s;
}
ul li:nth-child(8) {
  animation-delay: 1.4s;
}
ul li:nth-child(9) {
  animation-delay: 1.6s;
}
ul li:nth-child(10) {
  animation-delay: 1.8s;
}

@keyframes listenpunkt {
  90% {
    transform: scale(1);
  }
  90% {
    transform: scale(1);
  }
  95% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logobg {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}

/*# sourceMappingURL=styles.css.map */
