<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Animationen */
body &gt; * {
  opacity: 0;
  animation: fadein 0.8s ease-in-out forwards;
}
body &gt; *:nth-child(1) {
  animation-delay: 0.2s;
}
body &gt; *:nth-child(2) {
  animation-delay: 0.4s;
}
body &gt; *:nth-child(3) {
  animation-delay: 0.6s;
}
body &gt; *:nth-child(4) {
  animation-delay: 0.8s;
}
body &gt; *:nth-child(5) {
  animation-delay: 1s;
}
body &gt; *:nth-child(6) {
  animation-delay: 1.2s;
}
body &gt; *:nth-child(7) {
  animation-delay: 1.4s;
}
body &gt; *:nth-child(8) {
  animation-delay: 1.6s;
}
body &gt; *:nth-child(9) {
  animation-delay: 1.8s;
}
body &gt; *:nth-child(10) {
  animation-delay: 2s;
}

.illustration,
.illu-intro-links {
  opacity: 0;
  animation: jumpin 1s ease-in-out forwards;
  animation-delay: 1.8s;
}

.illu-intro-links {
  opacity: 0;
  animation: jumpin 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes jumpin {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  60% {
    transform: translateY(30px);
  }
  75% {
    transform: translateY(-20px);
  }
  90% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.ani &gt; * {
  opacity: 0;
  animation: bounceIn 1s ease-in-out forwards;
}
.ani &gt; *:nth-child(1) {
  animation-delay: 0.2s;
}
.ani &gt; *:nth-child(2) {
  animation-delay: 0.4s;
}
.ani &gt; *:nth-child(3) {
  animation-delay: 0.6s;
}
.ani &gt; *:nth-child(4) {
  animation-delay: 0.8s;
}
.ani &gt; *:nth-child(5) {
  animation-delay: 1s;
}
.ani &gt; *:nth-child(6) {
  animation-delay: 1.2s;
}
.ani &gt; *:nth-child(7) {
  animation-delay: 1.4s;
}
.ani &gt; *:nth-child(8) {
  animation-delay: 1.6s;
}

.ani2 &gt; * {
  opacity: 0;
  animation: bounceIn 1s ease-in-out forwards;
}
.ani2 &gt; *:nth-child(1) {
  animation-delay: 2s;
}
.ani2 &gt; *:nth-child(2) {
  animation-delay: 2.2s;
}
.ani2 &gt; *:nth-child(3) {
  animation-delay: 2.4s;
}
.ani2 &gt; *:nth-child(4) {
  animation-delay: 2.6s;
}

@keyframes bounceIn {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  60% {
    transform: translateY(30px);
  }
  75% {
    transform: translateY(-20px);
  }
  90% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.anix &gt; * {
  opacity: 0;
  animation: bounceIn 1s ease-in-out forwards;
}
.anix &gt; *:nth-child(1) {
  animation-delay: 0.2s;
}
.anix &gt; *:nth-child(2) {
  animation-delay: 0.4s;
}
.anix &gt; *:nth-child(3) {
  animation-delay: 0.6s;
}
.anix &gt; *:nth-child(4) {
  animation-delay: 0.8s;
}
.anix &gt; *:nth-child(5) {
  animation-delay: 1s;
}
.anix &gt; *:nth-child(6) {
  animation-delay: 1.2s;
}
.anix &gt; *:nth-child(7) {
  animation-delay: 1.4s;
}
.anix &gt; *:nth-child(8) {
  animation-delay: 1.6s;
}
.anix &gt; *:nth-child(9) {
  animation-delay: 1.8s;
}
.anix &gt; *:nth-child(10) {
  animation-delay: 2s;
}
.anix &gt; *:nth-child(11) {
  animation-delay: 2.2s;
}
.anix &gt; *:nth-child(12) {
  animation-delay: 2.4s;
}
.anix &gt; *:nth-child(13) {
  animation-delay: 2.6s;
}
.anix &gt; *:nth-child(14) {
  animation-delay: 2.8s;
}
.anix &gt; *:nth-child(15) {
  animation-delay: 3s;
}
.anix &gt; *:nth-child(16) {
  animation-delay: 3.2s;
}
.anix &gt; *:nth-child(17) {
  animation-delay: 3.4s;
}
.anix &gt; *:nth-child(18) {
  animation-delay: 3.6s;
}
.anix &gt; *:nth-child(19) {
  animation-delay: 3.8s;
}
.anix &gt; *:nth-child(20) {
  animation-delay: 4s;
}
.anix &gt; *:nth-child(21) {
  animation-delay: 4.2s;
}
.anix &gt; *:nth-child(22) {
  animation-delay: 4.4s;
}
.anix &gt; *:nth-child(23) {
  animation-delay: 4.6s;
}
.anix &gt; *:nth-child(24) {
  animation-delay: 4.8s;
}
.anix &gt; *:nth-child(25) {
  animation-delay: 5s;
}
.anix &gt; *:nth-child(26) {
  animation-delay: 5.2s;
}
.anix &gt; *:nth-child(27) {
  animation-delay: 5.4s;
}
.anix &gt; *:nth-child(28) {
  animation-delay: 5.6s;
}
.anix &gt; *:nth-child(29) {
  animation-delay: 5.8s;
}
.anix &gt; *:nth-child(30) {
  animation-delay: 6s;
}
.anix &gt; *:nth-child(31) {
  animation-delay: 6.2s;
}
.anix &gt; *:nth-child(32) {
  animation-delay: 6.4s;
}
.anix &gt; *:nth-child(33) {
  animation-delay: 6.6s;
}
.anix &gt; *:nth-child(34) {
  animation-delay: 6.8s;
}
.anix &gt; *:nth-child(35) {
  animation-delay: 7s;
}
.anix &gt; *:nth-child(36) {
  animation-delay: 7.2s;
}
.anix &gt; *:nth-child(37) {
  animation-delay: 7.4s;
}
.anix &gt; *:nth-child(38) {
  animation-delay: 7.6s;
}
.anix &gt; *:nth-child(39) {
  animation-delay: 7.8s;
}
.anix &gt; *:nth-child(40) {
  animation-delay: 8s;
}
.anix &gt; *:nth-child(41) {
  animation-delay: 8.2s;
}
.anix &gt; *:nth-child(42) {
  animation-delay: 8.4s;
}
.anix &gt; *:nth-child(43) {
  animation-delay: 8.6s;
}
.anix &gt; *:nth-child(44) {
  animation-delay: 8.8s;
}
.anix &gt; *:nth-child(45) {
  animation-delay: 9s;
}
.anix &gt; *:nth-child(46) {
  animation-delay: 9.2s;
}
.anix &gt; *:nth-child(47) {
  animation-delay: 9.4s;
}
.anix &gt; *:nth-child(48) {
  animation-delay: 9.6s;
}
.anix &gt; *:nth-child(49) {
  animation-delay: 9.8s;
}
.anix &gt; *:nth-child(50) {
  animation-delay: 10s;
}
.anix &gt; *:nth-child(51) {
  animation-delay: 10.2s;
}
.anix &gt; *:nth-child(52) {
  animation-delay: 10.4s;
}
.anix &gt; *:nth-child(53) {
  animation-delay: 10.6s;
}
.anix &gt; *:nth-child(54) {
  animation-delay: 10.8s;
}
.anix &gt; *:nth-child(55) {
  animation-delay: 11s;
}
.anix &gt; *:nth-child(56) {
  animation-delay: 11.2s;
}
.anix &gt; *:nth-child(57) {
  animation-delay: 11.4s;
}
.anix &gt; *:nth-child(58) {
  animation-delay: 11.6s;
}
.anix &gt; *:nth-child(59) {
  animation-delay: 11.8s;
}
.anix &gt; *:nth-child(60) {
  animation-delay: 12s;
}
.anix &gt; *:nth-child(61) {
  animation-delay: 12.2s;
}
.anix &gt; *:nth-child(62) {
  animation-delay: 12.4s;
}
.anix &gt; *:nth-child(63) {
  animation-delay: 12.6s;
}
.anix &gt; *:nth-child(64) {
  animation-delay: 12.8s;
}
.anix &gt; *:nth-child(65) {
  animation-delay: 13s;
}
.anix &gt; *:nth-child(66) {
  animation-delay: 13.2s;
}
.anix &gt; *:nth-child(67) {
  animation-delay: 13.4s;
}
.anix &gt; *:nth-child(68) {
  animation-delay: 13.6s;
}
.anix &gt; *:nth-child(69) {
  animation-delay: 13.8s;
}
.anix &gt; *:nth-child(70) {
  animation-delay: 14s;
}
.anix &gt; *:nth-child(71) {
  animation-delay: 14.2s;
}
.anix &gt; *:nth-child(72) {
  animation-delay: 14.4s;
}
.anix &gt; *:nth-child(73) {
  animation-delay: 14.6s;
}
.anix &gt; *:nth-child(74) {
  animation-delay: 14.8s;
}
.anix &gt; *:nth-child(75) {
  animation-delay: 15s;
}
.anix &gt; *:nth-child(76) {
  animation-delay: 15.2s;
}
.anix &gt; *:nth-child(77) {
  animation-delay: 15.4s;
}
.anix &gt; *:nth-child(78) {
  animation-delay: 15.6s;
}
.anix &gt; *:nth-child(79) {
  animation-delay: 15.8s;
}
.anix &gt; *:nth-child(80) {
  animation-delay: 16s;
}
.anix &gt; *:nth-child(81) {
  animation-delay: 16.2s;
}
.anix &gt; *:nth-child(82) {
  animation-delay: 16.4s;
}
.anix &gt; *:nth-child(83) {
  animation-delay: 16.6s;
}
.anix &gt; *:nth-child(84) {
  animation-delay: 16.8s;
}
.anix &gt; *:nth-child(85) {
  animation-delay: 17s;
}
.anix &gt; *:nth-child(86) {
  animation-delay: 17.2s;
}
.anix &gt; *:nth-child(87) {
  animation-delay: 17.4s;
}
.anix &gt; *:nth-child(88) {
  animation-delay: 17.6s;
}
.anix &gt; *:nth-child(89) {
  animation-delay: 17.8s;
}
.anix &gt; *:nth-child(90) {
  animation-delay: 18s;
}
.anix &gt; *:nth-child(91) {
  animation-delay: 18.2s;
}
.anix &gt; *:nth-child(92) {
  animation-delay: 18.4s;
}
.anix &gt; *:nth-child(93) {
  animation-delay: 18.6s;
}
.anix &gt; *:nth-child(94) {
  animation-delay: 18.8s;
}
.anix &gt; *:nth-child(95) {
  animation-delay: 19s;
}
.anix &gt; *:nth-child(96) {
  animation-delay: 19.2s;
}
.anix &gt; *:nth-child(97) {
  animation-delay: 19.4s;
}
.anix &gt; *:nth-child(98) {
  animation-delay: 19.6s;
}
.anix &gt; *:nth-child(99) {
  animation-delay: 19.8s;
}
.anix &gt; *:nth-child(100) {
  animation-delay: 20s;
}

@keyframes roll {
  0% {
    transform: translateX(0) rotate(0);
  }
  50% {
    transform: translateX(50vw) rotate(360deg);
  }
  100% {
    transform: translateX(0) rotate(-360deg);
  }
}

@keyframes roll2 {
  0% {
    transform: translateX(0) rotate(0);
  }
  50% {
    transform: translateX(-25vw) rotate(-360deg);
  }
  100% {
    transform: translateX(0) rotate(360deg);
  }
}

/* #logo {
  animation: roll 6s 15s forwards, roll2 6s 40s forwards;
  animation-timing-function: cubic-bezier(0.58, -0.42, 0, 0);
} */

@keyframes heartJump {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.8);
  }
  100% {
    transform: scale(1);
  }
}

.like-button.has_liked .fa-heart {
  animation: heartJump 0.5s;
}

/*# sourceMappingURL=extra.css.map */
</pre></body></html>