/* Confetti */
#_1 {
  fill: #768baa;
}

#_2 {
  fill: #222738;
}

#_3 {
  fill: #d30500;
}

#_4 {
  fill: #222738;
}

#_5 {
  fill: #921209;
}

#_6 {
  fill: #222738;
}

#_7 {
  fill: #768baa;
}

#_8 {
  fill: #222738;
}

#_9 {
  fill: #d30500;
}

#_10 {
  fill: #222738;
}

#_11 {
  fill: #921209;
}

#_12 {
  fill: #222738;
}
:root {
  --color1: #55476a;
  --color2: #ae3d63;
  --color3: #db3853;
  --color4: #f45c44;
  --color5: #f8b663;
}

.confetti-container {
  min-height: 100vh;
  overflow: hidden;
  padding: 60px;
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
}

.confetti-container.show {
  opacity: 1;
}

.confetti {
  position: absolute;
  display: flex;
  width: 10px;
  height: 25px;
  top: -100px;
}

.confetti:nth-child(1) {
  background-color: var(--color1);
  animation: fall 2.5s linear infinite;
  left: 10%;
}

.confetti:nth-child(2) {
  background-color: var(--color2);
  animation: fall 2.3s linear infinite 0.2s;
  left: 20%;
}

.confetti:nth-child(3) {
  background-color: var(--color3);
  animation: fall 2.4s linear infinite 0.4s;
  left: 30%;
}

.confetti:nth-child(4) {
  background-color: var(--color4);
  animation: fall 2.7s linear infinite 0.1s;
  left: 40%;
}

.confetti:nth-child(5) {
  background-color: var(--color5);
  animation: fall 2.6s linear infinite 0.7s;
  left: 50%;
}

.confetti:nth-child(6) {
  background-color: var(--color1);
  animation: fall 2.4s linear infinite 0.2s;
  left: 60%;
}

.confetti:nth-child(7) {
  background-color: var(--color2);
  animation: fall 2.1s linear infinite 0.7s;
  left: 70%;
}

.confetti:nth-child(8) {
  background-color: var(--color3);
  animation: fall 2.4s linear infinite 0.9s;
  left: 80%;
}

.confetti:nth-child(9) {
  background-color: var(--color4);
  animation: fall 2.9s linear infinite 0.9s;
  left: 90%;
}

.confetti:nth-child(10) {
  background-color: var(--color5);
  animation: fall 2.2s linear infinite 1.1s;
  left: 100%;
}

.confetti:nth-child(11) {
  background-color: var(--color1);
  animation: fall2 2.5s linear infinite;
  left: 95%;
}

.confetti:nth-child(12) {
  background-color: var(--color2);
  animation: fall2 2.3s linear infinite 1.1s;
  left: 85%;
}

.confetti:nth-child(13) {
  background-color: var(--color3);
  animation: fall2 2.4s linear infinite 1.2s;
  left: 75%;
}

.confetti:nth-child(14) {
  background-color: var(--color4);
  animation: fall2 2.7s linear infinite 1.3s;
  left: 65%;
}

.confetti:nth-child(15) {
  background-color: var(--color5);
  animation: fall2 2.6s linear infinite 1.4s;
  left: 55%;
}

.confetti:nth-child(16) {
  background-color: var(--color1);
  animation: fall2 2.4s linear infinite 1.5s;
  left: 45%;
}

.confetti:nth-child(17) {
  background-color: var(--color2);
  animation: fall2 2.1s linear infinite 1.6s;
  left: 35%;
}

.confetti:nth-child(18) {
  background-color: var(--color3);
  animation: fall2 2.4s linear infinite 1.7s;
  left: 25%;
}

.confetti:nth-child(19) {
  background-color: var(--color4);
  animation: fall2 2.9s linear infinite 1.8s;
  left: 15%;
}

.confetti:nth-child(20) {
  background-color: var(--color5);
  animation: fall2 2.2s linear infinite 1.9s;
  left: 5%;
}

.confetti:nth-child(21) {
  background-color: var(--color1);
  animation: fall 2.5s linear infinite;
  left: 3%;
}

.confetti:nth-child(22) {
  background-color: var(--color2);
  animation: fall 2.3s linear infinite 1.3s;
  left: 13%;
}

.confetti:nth-child(23) {
  background-color: var(--color3);
  animation: fall 2.4s linear infinite 1.4s;
  left: 23%;
}

.confetti:nth-child(24) {
  background-color: var(--color4);
  animation: fall 2.7s linear infinite 1.5s;
  left: 33%;
}

.confetti:nth-child(25) {
  background-color: var(--color5);
  animation: fall 2.6s linear infinite 1.6s;
  left: 43%;
}

.confetti:nth-child(26) {
  background-color: var(--color1);
  animation: fall 2.4s linear infinite 1.2s;
  left: 53%;
}

.confetti:nth-child(27) {
  background-color: var(--color2);
  animation: fall 2.1s linear infinite 1.7s;
  left: 63%;
}

.confetti:nth-child(28) {
  background-color: var(--color3);
  animation: fall 2.4s linear infinite 1.8s;
  left: 73%;
}

.confetti:nth-child(29) {
  background-color: var(--color4);
  animation: fall 2.9s linear infinite 1.9s;
  left: 83%;
}

.confetti:nth-child(30) {
  background-color: var(--color5);
  animation: fall 2.2s linear infinite 1.1s;
  left: 93%;
}

.confetti:nth-child(31) {
  background-color: var(--color1);
  animation: fall2 2.2s linear infinite 1.1s;
  left: 7%;
}

.confetti:nth-child(32) {
  background-color: var(--color2);
  animation: fall2 2.9s linear infinite 0.9s;
  left: 17%;
}

.confetti:nth-child(33) {
  background-color: var(--color3);
  animation: fall2 2.4s linear infinite 0.1s;
  left: 27%;
}

.confetti:nth-child(34) {
  background-color: var(--color4);
  animation: fall2 2.1s linear infinite 0.7s;
  left: 37%;
}

.confetti:nth-child(35) {
  background-color: var(--color5);
  animation: fall2 2.4s linear infinite 0.2s;
  left: 47%;
}

.confetti:nth-child(36) {
  background-color: var(--color1);
  animation: fall2 2.6s linear infinite 0.7s;
  left: 57%;
}

.confetti:nth-child(37) {
  background-color: var(--color2);
  animation: fall2 2.7s linear infinite 0.9s;
  left: 67%;
}

.confetti:nth-child(38) {
  background-color: var(--color3);
  animation: fall2 2.4s linear infinite 0.4s;
  left: 77%;
}

.confetti:nth-child(39) {
  background-color: var(--color4);
  animation: fall2 2.3s linear infinite 0.2s;
  left: 87%;
}

.confetti:nth-child(40) {
  background-color: var(--color5);
  animation: fall2 2.5s linear infinite 0.3s;
  left: 97%;
}

@keyframes fall {
  0% {
    top: -110px;
    transform: rotate(0deg) rotateY(-90deg);
    opacity: 1;
  }
  100% {
    top: 900px;
    transform: rotate(360deg) rotateY(180deg);
    opacity: 0.7;
  }
}

@keyframes fall2 {
  0% {
    top: -110px;
    transform: rotate(0deg) rotateY(90deg);
    opacity: 1;
  }
  100% {
    top: 900px;
    transform: rotate(-360deg) rotateY(-180deg);
    opacity: 0.5;
  }
}

h2.jackpot {
  opacity: 0;
}

h2.show {
  cursor: default;
  font-size: 120px !important;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  margin: auto;
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.6);
  z-index: 9;
  text-transform: uppercase;
  -webkit-animation: bounce 0.3s ease infinite alternate;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 100px;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc,
    0 5px 0 #ccc, 0 6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent,
    0 9px 0 transparent, 0 10px 10px rgba(0, 0, 0, 0.6);
}

h2.show.jackpot {
  opacity: 1;
  transform: scale(1);
}

h2.sofortgewinn {
  font-size: 200px;
}

/* ANIMATION */
@-webkit-keyframes bounce {
  100% {
    top: 30px;

    text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc,
      0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc,
      0 30px 30px rgba(0, 0, 0, 0.3);
  }
}
