@keyframes crossAnim {
  0% {
    background-size: 0;
  }
  10% {
    background-size: 0%;
  }
  11% {
    background-size: 80%;
  }
  20% {
    background-size: 100%;
  }
  90% {
    background-size: 100%;
  }
  99% {
    background-size: 80%;
  }
  100% {
    background-size: 0;
  }
}
@keyframes crossAnim1 {
  0% {
    background-size: 0;
  }
  15% {
    background-size: 0%;
  }
  16% {
    background-size: 50%;
  }
  30% {
    background-size: 100%;
  }
  70% {
    background-size: 100%;
  }
  94% {
    background-size: 50%;
  }
  95% {
    background-size: 0;
  }
  100% {
    background-size: 0;
  }
}
@keyframes crossAnim2 {
  0% {
    background-size: 0;
  }
  18% {
    background-size: 0%;
  }
  19% {
    background-size: 50%;
  }
  33% {
    background-size: 100%;
  }
  70% {
    background-size: 100%;
  }
  90% {
    background-size: 50%;
  }
  91% {
    background-size: 0;
  }
  100% {
    background-size: 0;
  }
}
@keyframes crossAnim3 {
  0% {
    background-size: 0;
  }
  20% {
    background-size: 0%;
  }
  21% {
    background-size: 50%;
  }
  35% {
    background-size: 100%;
  }
  60% {
    background-size: 100%;
  }
  79% {
    background-size: 70%;
  }
  80% {
    background-size: 0;
  }
  100% {
    background-size: 0;
  }
}
.crosses {
  bottom: 0;
  right: 0;
  position: absolute;
  height: 50svh;
  width: 50%;
}
.crosses > div {
  position: absolute;
  height: 0;
  width: 0;
  background-image: url(/templates/web/img/kreuzOrange.png);
  margin-right: 20px;
  vertical-align: middle;
  background-position: center;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  height: 90px;
  width: 90px;
}
.crosses > div:nth-child(1) {
  animation: crossAnim 4s infinite ease-in-out;
  left: 36%;
  top: 7svh;
}
.crosses > div:nth-child(2) {
  animation: crossAnim1 4s infinite ease-in-out;
  left: 45%;
  top: 28svh;
}
.crosses > div:nth-child(3) {
  animation: crossAnim1 4s infinite ease-in-out;
  left: 60%;
  top: 19svh;
}
.crosses > div:nth-child(4) {
  animation: crossAnim2 4s infinite ease-in-out;
  left: 68%;
  top: 20svh;
}
.crosses > div:nth-child(5) {
  animation: crossAnim2 4s infinite ease-in-out;
  left: 85%;
  top: 14svh;
}
.crosses > div:nth-child(6) {
  animation: crossAnim3 4s infinite ease-in-out;
  left: 60%;
  top: 31svh;
  height: 150px;
  width: 150px;
}

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