@charset "UTF-8";
@import url("https://use.typekit.net/isb3yqi.css");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --border-width: 6px;
}
@media (max-width: 768px) {
  :root {
    --border-width: 2px;
  }
}
@media (min-width: 769px) and (orientation: landscape) {
  :root {
    --border-width: 2px;
  }
}

html {
  font-size: 32px;
}
@media (max-width: 768px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 769px) and (orientation: landscape) {
  html {
    font-size: 8px;
  }
}

* {
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 64px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
  font-weight: inherit;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

input {
  font-weight: inherit;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

input {
  border-radius: 0;
}

code, pre {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
}

@media (max-width: 768px) {
  .besteDiv {
    display: awsome !important;
  }
}
@font-face {
  font-family: "Departure Mono";
  src: url("../fonts/DepartureMono-Regular.woff2") format("woff2"), url("../fonts/DepartureMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.font-input-mono-normal {
  font-family: input-mono, monospace;
  font-weight: 400;
  font-style: normal;
}

.font-input-mono-italic {
  font-family: input-mono, monospace;
  font-weight: 400;
  font-style: italic;
}

.font-input-mono-condensed-normal {
  font-family: input-mono-condensed, monospace;
  font-weight: 400;
  font-style: normal;
}

.font-input-mono-narrow-normal {
  font-family: input-mono-narrow, monospace;
  font-weight: 400;
  font-style: normal;
}

.font-input-mono-narrow-italic {
  font-family: input-mono-narrow, monospace;
  font-weight: 400;
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #79FF9A;
  color: #29252C;
  font-size: 2rem;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  background-size: 0.6rem 0.6rem;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.2) 1px, transparent 1px);
}
@media (max-width: 768px) {
  body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  }
}
@media (min-width: 769px) and (orientation: landscape) {
  body {
    max-width: 600px;
    margin: 0 auto;
    border: var(--border-width) solid #29252C;
    background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  }
}

#warning {
  display: none;
  position: fixed;
  font-family: Departure Mono, monospace;
  font-size: 18px;
  line-height: 1.131;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background: #79FF9A;
}
#warning .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#warning .inner > div {
  max-width: 50ch;
}
#warning .inner > div a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

@media (min-width: 769px) and (orientation: landscape) {
  #warning {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 2159px) {
  #warning {
    display: block;
  }
}
.blur-container {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
}

.blur {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 0, 0.25) 0%, rgba(255, 255, 0, 0) 80%);
  filter: blur(120px);
  border-radius: 50%;
  animation: moveBlobs 10s infinite alternate ease-in-out;
}

.blur:nth-child(1) {
  top: 10%;
  left: 20%;
  animation-duration: 12s;
  background: radial-gradient(circle, rgba(6, 51, 67, 0.25) 0%, rgba(255, 255, 0, 0) 80%);
}

.blur:nth-child(2) {
  top: 40%;
  left: 60%;
  animation-duration: 15s;
  background: radial-gradient(circle, rgba(18, 31, 151, 0.25) 0%, rgba(255, 255, 0, 0) 80%);
}

.blur:nth-child(3) {
  top: 70%;
  left: 30%;
  animation-duration: 18s;
  background: radial-gradient(circle, rgba(132, 0, 255, 0.25) 0%, rgba(255, 255, 0, 0) 80%);
}

.blur:nth-child(4) {
  top: 30%;
  left: 10%;
  animation-duration: 20s;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 0, 0) 80%);
}

@keyframes moveBlobs {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(400px, -500px) scale(1.5);
  }
  100% {
    transform: translate(-400px, 500px) scale(1);
  }
}
h2 {
  font-family: "Departure Mono", monospace;
  font-size: 2rem;
  text-transform: uppercase;
}

.zeitreise-logo {
  color: #29252C;
  position: fixed;
  top: 30vh;
  left: 50%;
  width: 90vw;
  max-width: 56rem;
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
}
.zeitreise-logo div {
  width: 100%;
  animation: float 10s ease-in-out infinite;
  --offsetX: -100px;
}
.zeitreise-logo div:nth-of-type(2) {
  animation-delay: 1s;
}
.zeitreise-logo div img {
  width: auto;
  height: 13rem;
}
@media (max-width: 768px) {
  .zeitreise-logo div img {
    width: auto;
    height: 8rem;
  }
}
.zeitreise-logo div svg {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .zeitreise-logo div {
    --offsetX: -20px;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(var(--offsetX));
  }
  100% {
    transform: translateY(0);
  }
}

#nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  text-align: center;
  bottom: 10rem;
  right: 3rem;
  font-family: "Departure Mono", monospace;
  z-index: 3;
}
#nav a, #nav button {
  background: none;
  color: #29252C;
  border: var(--border-width) solid;
  margin: 0.8rem 0;
  padding: 0.2rem 0.8rem;
  font-size: 4rem;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
}
#nav .info-button {
  background: #29252C;
  color: #79FF9A;
  border-color: #29252C;
  text-align: center;
}

#home-button {
  background: #29252C;
  position: fixed;
  z-index: 12;
  margin-top: 80vh;
  display: inline;
  padding: 0.5rem;
  width: 6rem;
  height: 6rem;
  border: var(--border-width) solid #79FF9A;
  border-left: none;
}
@media (max-width: 768px) {
  #home-button {
    margin-top: 76vh;
  }
}
#home-button svg {
  width: 4.8rem;
  height: 4.8rem;
}
@media (max-width: 768px) {
  #home-button svg {
    width: 4.2rem;
    height: 4.2rem;
  }
}
#home-button svg path {
  fill: #79FF9A;
}

.top-section,
.bottom-section {
  position: fixed;
  left: 0;
  width: 100%;
}
@media (min-width: 769px) and (orientation: landscape) {
  .top-section,
  .bottom-section {
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.top-section {
  top: 0;
  z-index: 10;
  height: auto;
}

.bottom-section {
  bottom: 0;
  z-index: 5;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
}

.marquee-text {
  display: flex;
  width: 200%; /* Um Platz für den doppelt vorhandenen Text zu schaffen */
}

.marquee-text-inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.marquee-text span {
  display: inline-block;
  white-space: nowrap;
  font-family: Departure Mono, monospace;
  color: #29252C;
  font-size: 4rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Verschiebt den Text genau über die Hälfte */
  }
}
.marquee-text {
  animation: marquee 10s linear infinite;
}

.home .home-content {
  margin: 1rem;
  position: fixed;
  font-size: 6rem;
  font-family: "Departure Mono", monospace;
  text-transform: uppercase;
}

.popup {
  visibility: hidden;
  pointer-events: none;
}
.popup.open {
  pointer-events: all;
  visibility: visible;
}

.popup {
  background: #29252C;
  color: #79FF9A;
  z-index: 11;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 2rem);
  width: 100vw;
  box-sizing: border-box;
  font-family: "input-mono-medium", monospace;
  font-size: 1rem;
  padding: 1rem;
  /* Erstes Bild: leichte Drehung hin und her */
  /* Zweites Bild: entgegengesetzte Drehung */
  /* Drittes Bild: langsame Bewegung seitlich */
  /* Animationen */
}
@media (max-width: 768px) {
  .popup {
    font-size: 2rem;
    padding: 2rem;
  }
}
@media (min-width: 769px) and (orientation: landscape) {
  .popup {
    max-width: 600px;
    font-size: 2rem;
    padding: 2rem;
  }
}
.popup section {
  margin-top: 3rem;
}
.popup section .info-box {
  border: var(--border-width) solid #79FF9A;
  padding: 1rem;
  width: 80vw;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
@media (max-width: 768px) {
  .popup section .info-box {
    width: 86vw;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 769px) and (orientation: landscape) {
  .popup section .info-box {
    max-width: 500px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.popup .infoimages {
  background: #79FF9A;
  background-size: 0.6rem 0.6rem;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.2) 1px, transparent 1px);
  aspect-ratio: 16/9;
  margin: 3rem 2rem 0 30vw;
}
@media (max-width: 768px) {
  .popup .infoimages {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  }
}
.popup .infoimages .swiper {
  height: 100%;
}
.popup .infoimages .swiper .swiper-slide {
  padding: 1rem;
}
.popup .infoimages img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
}
.popup .lists {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .popup .lists {
    flex-direction: column;
  }
}
@media (min-width: 769px) and (orientation: landscape) {
  .popup .lists {
    flex-direction: column;
  }
}
.popup .lists div {
  width: 50%;
  padding: 1rem;
}
@media (max-width: 768px) {
  .popup .lists div {
    width: 100%;
  }
}
@media (min-width: 769px) and (orientation: landscape) {
  .popup .lists div {
    width: 100%;
  }
}
.popup .lists div img {
  width: 40%;
}
.popup .lists div:has(img) {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.popup .lists div img {
  width: 50%;
}
.popup .asciihandy img {
  animation: rotate1 2s infinite alternate ease-in-out;
}
.popup .asciizeituhr img {
  animation: rotate2 2s infinite alternate ease-in-out;
}
.popup .asciiwelt img {
  animation: slowMove 5s infinite alternate ease-in-out;
}
@keyframes rotate1 {
  from {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-5deg);
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(5deg);
  }
}
@keyframes slowMove {
  from {
    transform: translateX(-100px);
  }
  to {
    transform: translateX(100px);
  }
}
.popup .back {
  top: 4rem;
  font-family: Departure Mono, monospace;
  text-decoration: underline;
  color: #79FF9A;
  font-size: 1.8rem;
}
.popup h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  width: 100vw;
  font-size: 10vw;
  margin-left: -2rem;
  margin-top: -1rem;
}
@media (max-width: 768px) {
  .popup h2 {
    border-bottom: 3px solid #79FF9A;
    border-top: 3px solid #79FF9A;
  }
}
@media (min-width: 769px) and (orientation: landscape) {
  .popup h2 {
    max-width: 100%;
    color: tomato;
  }
}
.popup h3 {
  font-family: Departure Mono, monospace;
  font-size: 3rem;
  display: inline-block;
  background: #79FF9A;
  color: #29252C;
}
.popup h4 {
  font-family: Departure Mono, monospace;
  margin: 2rem 0;
  font-size: 1.8rem;
  width: 80%;
}
@media (max-width: 768px) {
  .popup h4 {
    font-size: 2.6rem;
    margin: 4rem 0 2rem 0;
  }
}
@media (min-width: 769px) and (orientation: landscape) {
  .popup h4 {
    font-size: 2.6rem;
    margin: 4rem 0 2rem 0;
  }
}
.popup h4 > svg {
  width: 4rem;
  height: 4rem;
}
.popup h4 span {
  text-transform: uppercase;
  display: block;
}
.popup ul {
  margin-top: 2rem;
}
.popup ul .list-item {
  display: flex;
  width: 100%;
  margin: 0.2rem 0;
}
.popup ul .list-item span:first-child {
  white-space: nowrap;
  text-align: left;
}
.popup ul .list-item span:nth-child(2) {
  flex-grow: 1;
  margin: 0;
  border-bottom: dashed 3px #79FF9A;
}
@media (max-width: 768px) {
  .popup ul .list-item span:nth-child(2) {
    border-bottom: dashed 1px #79FF9A;
  }
}
@media (min-width: 769px) and (orientation: landscape) {
  .popup ul .list-item span:nth-child(2) {
    border-bottom: dashed 1px #79FF9A;
  }
}
.popup ul .list-item span:last-child {
  white-space: nowrap;
  text-align: right;
}
.popup .infos {
  padding: 0 2rem 0 30vw;
}
@media (max-width: 768px) {
  .popup .infos {
    padding: 0 2rem 0 12vw;
  }
}
@media (min-width: 769px) and (orientation: landscape) {
  .popup .infos {
    padding: 0 2rem 0 12vw;
  }
}
.popup .infos h4 > svg {
  width: 4rem;
  height: 4rem;
}
.popup .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: 4rem 0;
}
.popup .logos div {
  height: auto;
}
.popup .logos div svg {
  width: 100%;
  height: auto;
}

.header-title {
  text-align: center;
}
@media (min-width: 769px) and (orientation: landscape) {
  .header-title {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.header-title h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  width: 100vw;
  font-size: 10.5vw;
}
@media (min-width: 769px) and (orientation: landscape) {
  .header-title h2 {
    max-width: 100%;
  }
}

.background-svgs-container {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.bg-svgs-section {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
}
.bg-svgs-section.active {
  z-index: 1;
}

.bg-svgs-section.active {
  opacity: 1;
}

.bg-svgs {
  position: absolute;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-svgs svg {
  width: 6rem;
  height: 6rem;
}

#bg-svgs-section1 .bg-svgs:nth-child(1) {
  top: 14vh;
  left: 60vw;
}
#bg-svgs-section1 .bg-svgs:nth-child(2) {
  top: 60vh;
  left: 10vw;
}
#bg-svgs-section2 .bg-svgs:nth-child(1) {
  top: 14vh;
  left: 70vw;
}
#bg-svgs-section2 .bg-svgs:nth-child(2) {
  top: 70vh;
  left: 10vw;
}
#bg-svgs-section2 .bg-svgs:nth-child(3) {
  top: 60vh;
  left: 30vw;
}

#bg-svgs-section3 .bg-svgs:nth-child(1) {
  top: 10vh;
  left: 70vw;
}
#bg-svgs-section3 .bg-svgs:nth-child(2) {
  top: 16vh;
  left: 10vw;
}
#bg-svgs-section3 .bg-svgs:nth-child(3) {
  top: 80vh;
  left: 24vw;
}

#bg-svgs-section4 .bg-svgs:nth-child(1) {
  top: 76vh;
  left: 20vw;
}
#bg-svgs-section4 .bg-svgs:nth-child(2) {
  top: 10vh;
  left: 30vw;
}
#bg-svgs-section4 .bg-svgs:nth-child(3) {
  top: 24vh;
  left: 76vw;
}

#bg-svgs-section5 .bg-svgs:nth-child(1) {
  top: 14vh;
  left: 30vw;
}
#bg-svgs-section5 .bg-svgs:nth-child(2) {
  top: 60vh;
  left: 20vw;
}
#bg-svgs-section5 .bg-svgs:nth-child(3) {
  top: 20vh;
  left: 80vw;
}

#bg-svgs-section6 .bg-svgs:nth-child(1) {
  top: 14vh;
  left: 30vw;
}
#bg-svgs-section6 .bg-svgs:nth-child(2) {
  top: 60vh;
  left: 20vw;
}
#bg-svgs-section6 .bg-svgs:nth-child(3) {
  top: 24vh;
  left: 76vw;
}

#fotogram {
  width: 100%;
  font-size: 1rem;
  padding: 4rem 10rem;
  /* Position der Pfeile */
  /* Pagination Punkte */
  /* Position der Pagination */
}
@media (max-width: 768px) {
  #fotogram {
    padding: 1rem 1rem 1rem 6rem;
  }
}
#fotogram .swiper {
  width: 100%;
  height: 100%;
  font-family: Departure Mono, monospace;
}
#fotogram .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#fotogram .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fotogram .swiper-button-next,
#fotogram .swiper-button-prev {
  color: #29252C;
}
#fotogram .swiper-button-next::after,
#fotogram .swiper-button-prev::after {
  font-size: 1.5rem;
}
#fotogram .swiper-button-prev {
  left: 10px;
}
#fotogram .swiper-button-next {
  right: 10px;
}
#fotogram .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #29252C; /* Farbe der inaktiven Punkte */
  opacity: 0.5;
}
#fotogram .swiper-footer {
  display: grid;
  grid-template-columns: 50px auto 50px;
  gap: 2rem;
  align-items: center;
  margin: 20px 0;
}
@media (max-width: 768px) {
  #fotogram .swiper-footer {
    margin: 4px 0;
  }
}
#fotogram .swiper-pagination {
  bottom: 10px !important; /* Abstand von unten */
}
#fotogram .swiper-button-next::after,
#fotogram .swiper-button-prev::after {
  display: none; /* Standard Pfeile ausblenden */
}
#fotogram .swiper-button-next,
#fotogram .swiper-button-prev {
  color: #29252C;
  font-family: Departure Mono, monospace;
  position: relative;
  margin-top: 0;
  top: unset;
  right: unset;
  left: unset;
  width: auto;
  height: 40px;
}
#fotogram .swiper-button-disabled {
  visibility: hidden;
}
#fotogram .swiper-button-next::before {
  content: "→";
  font-size: 2rem;
}
@media (max-width: 768px) {
  #fotogram .swiper-button-next::before {
    font-size: 3rem;
  }
}
#fotogram .swiper-button-prev::before {
  content: "←";
  font-size: 2rem;
}
@media (max-width: 768px) {
  #fotogram .swiper-button-prev::before {
    font-size: 3rem;
  }
}
#fotogram .swiper-pagination-fraction {
  color: #29252C;
  font-size: 1rem;
  z-index: 10;
  text-align: right;
}
@media (max-width: 768px) {
  #fotogram .swiper-pagination-fraction {
    font-size: 1.4rem;
  }
}

.post {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 15px;
}
.post .post-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: Departure Mono, monospace;
  color: #29252C;
}
.post .post-header .creator {
  text-transform: uppercase;
  font-family: Departure Mono, monospace;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .post .post-header .creator {
    font-size: 2.2rem;
  }
}
.post .post-header .profile-img-container {
  width: 5rem;
  height: 5rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .post .post-header .profile-img-container {
    width: 7rem;
    height: 7rem;
  }
}
.post .post-header .profile-img-container .profile-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-width: 100%;
  min-height: 100%;
}
.post .photo {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
.post .likes-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
}
.post .likes-container .likes {
  font-family: "Departure Mono", monospace;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .post .likes-container .likes {
    font-size: 2rem;
  }
}
.post .creator {
  font-family: "input-mono", monospace;
  font-weight: 500;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .post .creator {
    font-size: 1.6rem;
  }
}
.post .post-text {
  font-size: 1.2rem;
  font-family: "input-mono", monospace;
  letter-spacing: -0.05rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .post .post-text {
    font-size: 1.6rem;
  }
}
.post .post-text .more {
  padding: 0 0.4rem;
  cursor: pointer;
  text-decoration: underline;
}
.post .post-text p {
  margin-bottom: 1.2rem;
}

.like-button {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  position: relative;
}

.like-button svg {
  transition: transform 1s ease;
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .like-button svg {
    width: 3.8rem;
    height: 3.8rem;
    margin-right: 1rem;
  }
}

.like-button:active svg {
  transform: scale(2.5);
}

.like-svg {
  width: 50px;
  height: 50px;
}

.floating {
  position: absolute;
  opacity: 1;
  animation: floatUp 2s ease-out forwards;
  z-index: 16;
}

@keyframes floatUp {
  0% {
    transform: translate(0, 0) scale(0.5) rotate(0deg);
    opacity: 1;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    transform: translate(var(--x-move), -250px) scale(4.8) rotate(var(--rotate));
    opacity: 0;
  }
}
div#popup-video {
  position: fixed;
  visibility: hidden;
  display: block;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #79FF9A;
  background-size: 0.6rem 0.6rem;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.2) 1px, transparent 1px);
}
div#popup-video.open {
  pointer-events: all;
  display: block;
  visibility: visible;
  z-index: 11;
}
@media (max-width: 768px) {
  div#popup-video {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  }
}
@media (min-width: 769px) and (orientation: landscape) {
  div#popup-video {
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
  }
}

body.video .header-title,
div#popup-video .header-title {
  position: fixed;
  top: 0;
  z-index: 10;
}
body.video .swiper,
div#popup-video .swiper {
  width: 100%;
  height: 100vh;
  cursor: grab;
}
body.video .swiper .swiper-wrapper .swiper-slide,
div#popup-video .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.video .swiper .swiper-wrapper .swiper-slide.video-slide,
div#popup-video .swiper .swiper-wrapper .swiper-slide.video-slide {
  padding-top: 12vw;
  flex-direction: column;
}
@media (max-width: 768px) {
  body.video .swiper .swiper-wrapper .swiper-slide.video-slide,
  div#popup-video .swiper .swiper-wrapper .swiper-slide.video-slide {
    padding-top: 0;
  }
}
body.video .swiper .swiper-wrapper .swiper-slide .video-container,
div#popup-video .swiper .swiper-wrapper .swiper-slide .video-container {
  overflow: hidden;
  position: relative;
  width: 80vw;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body.video .swiper .swiper-wrapper .swiper-slide .video-container,
  div#popup-video .swiper .swiper-wrapper .swiper-slide .video-container {
    width: 72vw;
    height: auto;
  }
}
body.video .swiper .swiper-wrapper .swiper-slide .video-container button.videoplay,
div#popup-video .swiper .swiper-wrapper .swiper-slide .video-container button.videoplay {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
body.video .swiper .swiper-wrapper .swiper-slide .video-container button.videoplay.done,
div#popup-video .swiper .swiper-wrapper .swiper-slide .video-container button.videoplay.done {
  opacity: 0;
  pointer-events: none;
}
body.video .swiper .swiper-wrapper .swiper-slide .video-container button.videoplay svg,
div#popup-video .swiper .swiper-wrapper .swiper-slide .video-container button.videoplay svg {
  width: 6rem;
  height: 6rem;
}
body.video .swiper .swiper-wrapper .swiper-slide .video-container video, body.video .swiper .swiper-wrapper .swiper-slide .video-container .video-poster,
div#popup-video .swiper .swiper-wrapper .swiper-slide .video-container video,
div#popup-video .swiper .swiper-wrapper .swiper-slide .video-container .video-poster {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
  z-index: 1;
}
body.video .swiper .swiper-wrapper .swiper-slide .video-container .video-poster,
div#popup-video .swiper .swiper-wrapper .swiper-slide .video-container .video-poster {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
body.video .swiper .swiper-wrapper .swiper-slide .video-container .video-poster.done,
div#popup-video .swiper .swiper-wrapper .swiper-slide .video-container .video-poster.done {
  opacity: 0;
}
body.video .swiper .swiper-wrapper .swiper-slide .video-header,
div#popup-video .swiper .swiper-wrapper .swiper-slide .video-header {
  display: flex;
  align-items: center;
  font-family: "Departure Mono", monospace;
  color: #29252C;
  position: absolute;
  top: 2rem;
  left: 3rem;
  z-index: 3;
  padding: 0.5rem 1rem;
  color: #79FF9A;
}
@media (max-width: 768px) {
  body.video .swiper .swiper-wrapper .swiper-slide .video-header,
  div#popup-video .swiper .swiper-wrapper .swiper-slide .video-header {
    top: 1rem;
    left: 1rem;
  }
}
body.video .swiper .swiper-wrapper .swiper-slide .video-header .profile-image,
div#popup-video .swiper .swiper-wrapper .swiper-slide .video-header .profile-image {
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  background: #79FF9A;
  border-radius: 50%;
}
@media (max-width: 768px) {
  body.video .swiper .swiper-wrapper .swiper-slide .video-header .profile-image,
  div#popup-video .swiper .swiper-wrapper .swiper-slide .video-header .profile-image {
    width: 6rem;
    height: 6rem;
  }
}
body.video .swiper .swiper-wrapper .swiper-slide .video-header .creator-name,
div#popup-video .swiper .swiper-wrapper .swiper-slide .video-header .creator-name {
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  body.video .swiper .swiper-wrapper .swiper-slide .video-header .creator-name,
  div#popup-video .swiper .swiper-wrapper .swiper-slide .video-header .creator-name {
    font-size: 2.2rem;
  }
}
body.video .swiper .swiper-wrapper .swiper-slide .video-description,
div#popup-video .swiper .swiper-wrapper .swiper-slide .video-description {
  position: absolute;
  display: inline-block;
  font-family: "input-mono-medium", monospace;
  color: #29252C;
  background: #79FF9A;
  padding: 0.5rem 1rem;
  z-index: 2;
  font-size: 1.2rem;
  bottom: 8rem;
  right: 3rem;
}
@media (max-width: 768px) {
  body.video .swiper .swiper-wrapper .swiper-slide .video-description,
  div#popup-video .swiper .swiper-wrapper .swiper-slide .video-description {
    font-size: 2.2rem;
    bottom: 5rem;
    right: 1rem;
  }
}
body.video .swiper .swiper-wrapper .swiper-slide .likes-container,
div#popup-video .swiper .swiper-wrapper .swiper-slide .likes-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 2;
  align-self: start;
  padding-top: 1rem;
  padding-left: 10vw;
}
@media (max-width: 768px) {
  body.video .swiper .swiper-wrapper .swiper-slide .likes-container,
  div#popup-video .swiper .swiper-wrapper .swiper-slide .likes-container {
    padding-left: 14vw;
  }
}
body.video .swiper .swiper-wrapper .swiper-slide .likes-container .videolikes,
div#popup-video .swiper .swiper-wrapper .swiper-slide .likes-container .videolikes {
  font-family: "Departure Mono", monospace;
  font-size: 1.5rem;
}

.tutorialslide {
  position: relative;
  flex-direction: column;
  color: #79FF9A;
  font-family: Departure Mono, monospace;
  font-size: 4rem;
}
.tutorialslide:after {
  content: "";
  background: rgba(113, 113, 113, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10vw;
  aspect-ratio: 9/16;
  z-index: -1;
  width: 80vw;
}
.tutorialslide .swipetype {
  color: #29252C;
  text-align: center;
  animation: swipeType 1.5s infinite ease-in-out;
}

body.video .tutorialslide:after {
  top: unset;
  width: unset;
  left: 50%;
  transform: translateX(-50%);
  height: 80vh;
  aspect-ratio: 9/16;
  z-index: -1;
}
@media (max-width: 768px) {
  body.video .tutorialslide:after {
    width: 72vw;
    height: auto;
  }
}

.pointer {
  display: inline-block;
  width: 8rem;
  height: auto;
  transform-origin: bottom center; /* Drehpunkt */
  animation: swipePointer 1.5s infinite ease-in-out;
}
.pointer svg {
  width: 100%;
  height: auto;
}

@keyframes swipePointer {
  0% {
    transform: rotate(-40deg) translateY(0);
  }
  25% {
    transform: rotate(-5deg) translateY(-50%);
  }
  50% {
    transform: rotate(-5deg) translateY(-50%);
  }
  100% {
    transform: rotate(-40deg) translateY(0);
  }
}
@keyframes swipeType {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
body.audio {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100dvh;
}
body.audio section.player {
  padding: 1rem;
  position: relative;
  flex: 1;
}
body.audio section.player header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4rem;
  width: 100%;
  z-index: 1;
}
body.audio section.player header img {
  width: 6rem;
  height: 6rem;
  margin-bottom: 10px;
}
body.audio section.player header .song-name {
  font-size: 2rem;
  margin: 0;
  text-align: left;
  font-family: Departure Mono, monospace;
}
body.audio section.player header .artist {
  margin: 5px 0;
  font-family: Departure Mono, monospace;
  text-transform: uppercase;
}
body.audio section.player > figure {
  line-height: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  padding: 1rem;
}
body.audio section.player > figure img {
  opacity: 0.4;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.audio section.player .controls {
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  z-index: 1;
  padding: 0 4rem;
}
body.audio section.player .controls #time-container {
  font-size: 1.4rem;
  font-family: departure mono, monospace;
  color: #29252C;
}
@media (max-width: 768px) {
  body.audio section.player .controls #time-container {
    font-size: 2.8rem;
  }
}
body.audio section.player .controls #supercontrols {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16rem;
}
@media (max-width: 768px) {
  body.audio section.player .controls #supercontrols {
    padding: 2rem 7rem 0 7rem;
  }
}
body.audio section.player .controls #supercontrols > div {
  position: relative;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
body.audio section.player .controls #supercontrols > div svg {
  width: 4rem;
  height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  body.audio section.player .controls #supercontrols > div svg {
    width: 6rem;
    height: 6rem;
  }
}
body.audio section.player .controls #supercontrols > div#play-pause {
  width: 6rem;
  height: 6rem;
}
body.audio section.player .controls #supercontrols > div#play-pause svg {
  width: 6rem;
  height: 6rem;
}
body.audio section.player .controls #supercontrols > div.amplitude-paused div#pause {
  display: none;
}
body.audio section.player .controls #supercontrols > div.amplitude-playing div#play {
  display: none;
}
body.audio section.playlist {
  border-top: 4px solid;
  background: inherit;
  font-size: 2.6rem;
  padding: 0 0 0 10rem;
  font-family: "input-mono-medium", monospace;
}
@media (max-width: 768px) {
  body.audio section.playlist {
    border-top: 2px solid;
  }
}
body.audio section.playlist > div {
  display: grid;
  grid-template-columns: 4rem 1fr 3fr;
  gap: 1rem;
  text-align: left;
  padding: 0.5rem 0;
  border-bottom: 4px solid;
  font-size: 1.6rem;
  width: 90%;
  margin-bottom: 1rem;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  body.audio section.playlist > div {
    border-bottom: 2px solid;
  }
}
body.audio section.playlist > div.amplitude-active-song-container {
  text-shadow: 0 0 20px #818181;
}
body.audio #player-progress-bar-container {
  width: 100%;
  margin-bottom: 4rem;
  position: relative;
  background-color: #79FF9A;
  height: 30px;
  border: 3px solid #29252C;
}
@media (max-width: 768px) {
  body.audio #player-progress-bar-container {
    height: 16px;
    border: 2px solid #29252C;
  }
}
body.audio #player-progress-bar-container input {
  -webkit-appearance: none;
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 1rem;
  cursor: pointer;
  background-color: transparent;
}
body.audio #player-progress-bar-container input::-webkit-slider-runnable-track {
  width: 100%;
  height: 0px;
  border-radius: 0px;
  border: none;
  background: #79FF9A;
  cursor: pointer;
}
body.audio #player-progress-bar-container input::-webkit-slider-thumb {
  height: 40px;
  width: 40px;
  border: 3px solid #29252C;
  background: #79FF9A;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  transform: translateY(calc(-100% + 18px));
}
@media (max-width: 768px) {
  body.audio #player-progress-bar-container input::-webkit-slider-thumb {
    height: 30px;
    width: 30px;
    border: 2px solid #29252C;
  }
}
body.audio #player-progress-bar-container progress {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: none;
  background: transparent;
  pointer-events: none;
}
body.audio #player-progress-bar-container progress::-webkit-progress-bar {
  background: none;
}
body.audio #player-progress-bar-container progress#song-played-progress {
  z-index: 9;
  cursor: pointer;
}
body.audio #player-progress-bar-container progress#song-played-progress::-webkit-progress-value {
  background: #29252C;
}
body.audio #player-progress-bar-container progress#song-buffered-progress {
  z-index: 2;
}
body.audio #player-progress-bar-container progress#song-buffered-progress::-webkit-progress-value {
  background: rgba(41, 37, 44, 0.7137254902);
}
body.audio #control-container {
  display: flex;
  justify-content: space-around;
}

/* Effekte auf das SVG selbst */
div.explode {
  animation: explode 0.5s forwards;
}

div.vibrate {
  animation: vibrate 0.2s linear 5;
}

div.shake {
  animation: shake 0.5s ease-in-out 3;
}

div.grow {
  animation: grow 0.5s ease-in-out;
}

div.bounce {
  animation: bounce 0.5s ease-in-out 3;
}

div.spin {
  animation: spin 0.5s linear;
}

div.pulse {
  animation: pulse 0.6s ease-in-out 3;
}

div.flip {
  animation: flip 0.5s ease-in-out;
}

@keyframes explode {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes vibrate {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-2px, 2px);
  }
  50% {
    transform: translate(2px, -2px);
  }
  75% {
    transform: translate(-2px, -2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
}
@keyframes grow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 5px red);
  }
  50% {
    transform: scale(1.2);
    filter: drop-shadow(0 0 20px red);
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 5px red);
  }
}
@keyframes flip {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(-1);
  }
  100% {
    transform: scaleX(1);
  }
}/*# sourceMappingURL=index.css.map */