@charset "UTF-8";
html {
  font-size: 12px;
}

.fs-1 {
  font-size: 1.2rem;
}

.py-1 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.px-1 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.pb-1 {
  padding-bottom: 1.2rem;
}

.pt-1 {
  padding-top: 1.2rem;
}

.pr-1 {
  padding-right: 1.2rem;
}

.pl-1 {
  padding-left: 1.2rem;
}

.mt-1 {
  margin-top: 1.2rem;
}

.mb-1 {
  margin-bottom: 1.2rem;
}

.gx-1 {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}

.gy-1 {
  row-gap: 1.2rem;
}

.fs-3 {
  font-size: 3rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pl-3 {
  padding-left: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.gx-3 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gy-3 {
  row-gap: 3rem;
}

.fs-4 {
  font-size: 4.5rem;
}

.py-4 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.px-4 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.pb-4 {
  padding-bottom: 4.5rem;
}

.pt-4 {
  padding-top: 4.5rem;
}

.pr-4 {
  padding-right: 4.5rem;
}

.pl-4 {
  padding-left: 4.5rem;
}

.mt-4 {
  margin-top: 4.5rem;
}

.mb-4 {
  margin-bottom: 4.5rem;
}

.gx-4 {
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}

.gy-4 {
  row-gap: 4.5rem;
}

.fs-6 {
  font-size: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pr-6 {
  padding-right: 6rem;
}

.pl-6 {
  padding-left: 6rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.gx-6 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gy-6 {
  row-gap: 6rem;
}

.fs-8 {
  font-size: 8rem;
}

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pr-8 {
  padding-right: 8rem;
}

.pl-8 {
  padding-left: 8rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.gx-8 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gy-8 {
  row-gap: 8rem;
}

.fs-11 {
  font-size: 11rem;
}

.py-11 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.px-11 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.pb-11 {
  padding-bottom: 11rem;
}

.pt-11 {
  padding-top: 11rem;
}

.pr-11 {
  padding-right: 11rem;
}

.pl-11 {
  padding-left: 11rem;
}

.mt-11 {
  margin-top: 11rem;
}

.mb-11 {
  margin-bottom: 11rem;
}

.gx-11 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.gy-11 {
  row-gap: 11rem;
}

.fs-22 {
  font-size: 22rem;
}

.py-22 {
  padding-top: 22rem;
  padding-bottom: 22rem;
}

.px-22 {
  padding-left: 22rem;
  padding-right: 22rem;
}

.pb-22 {
  padding-bottom: 22rem;
}

.pt-22 {
  padding-top: 22rem;
}

.pr-22 {
  padding-right: 22rem;
}

.pl-22 {
  padding-left: 22rem;
}

.mt-22 {
  margin-top: 22rem;
}

.mb-22 {
  margin-bottom: 22rem;
}

.gx-22 {
  -moz-column-gap: 22rem;
       column-gap: 22rem;
}

.gy-22 {
  row-gap: 22rem;
}

.w-0 {
  width: 0%;
}

.w-1 {
  width: 1%;
}

.w-2 {
  width: 2%;
}

.w-3 {
  width: 3%;
}

.w-4 {
  width: 4%;
}

.w-5 {
  width: 5%;
}

.w-6 {
  width: 6%;
}

.w-7 {
  width: 7%;
}

.w-8 {
  width: 8%;
}

.w-9 {
  width: 9%;
}

.w-10 {
  width: 10%;
}

.w-11 {
  width: 11%;
}

.w-12 {
  width: 12%;
}

.w-13 {
  width: 13%;
}

.w-14 {
  width: 14%;
}

.w-15 {
  width: 15%;
}

.w-16 {
  width: 16%;
}

.w-17 {
  width: 17%;
}

.w-18 {
  width: 18%;
}

.w-19 {
  width: 19%;
}

.w-20 {
  width: 20%;
}

.w-21 {
  width: 21%;
}

.w-22 {
  width: 22%;
}

.w-23 {
  width: 23%;
}

.w-24 {
  width: 24%;
}

.w-25 {
  width: 25%;
}

.w-26 {
  width: 26%;
}

.w-27 {
  width: 27%;
}

.w-28 {
  width: 28%;
}

.w-29 {
  width: 29%;
}

.w-30 {
  width: 30%;
}

.w-31 {
  width: 31%;
}

.w-32 {
  width: 32%;
}

.w-33 {
  width: 33%;
}

.w-34 {
  width: 34%;
}

.w-35 {
  width: 35%;
}

.w-36 {
  width: 36%;
}

.w-37 {
  width: 37%;
}

.w-38 {
  width: 38%;
}

.w-39 {
  width: 39%;
}

.w-40 {
  width: 40%;
}

.w-41 {
  width: 41%;
}

.w-42 {
  width: 42%;
}

.w-43 {
  width: 43%;
}

.w-44 {
  width: 44%;
}

.w-45 {
  width: 45%;
}

.w-46 {
  width: 46%;
}

.w-47 {
  width: 47%;
}

.w-48 {
  width: 48%;
}

.w-49 {
  width: 49%;
}

.w-50 {
  width: 50%;
}

.w-51 {
  width: 51%;
}

.w-52 {
  width: 52%;
}

.w-53 {
  width: 53%;
}

.w-54 {
  width: 54%;
}

.w-55 {
  width: 55%;
}

.w-56 {
  width: 56%;
}

.w-57 {
  width: 57%;
}

.w-58 {
  width: 58%;
}

.w-59 {
  width: 59%;
}

.w-60 {
  width: 60%;
}

.w-61 {
  width: 61%;
}

.w-62 {
  width: 62%;
}

.w-63 {
  width: 63%;
}

.w-64 {
  width: 64%;
}

.w-65 {
  width: 65%;
}

.w-66 {
  width: 66%;
}

.w-67 {
  width: 67%;
}

.w-68 {
  width: 68%;
}

.w-69 {
  width: 69%;
}

.w-70 {
  width: 70%;
}

.w-71 {
  width: 71%;
}

.w-72 {
  width: 72%;
}

.w-73 {
  width: 73%;
}

.w-74 {
  width: 74%;
}

.w-75 {
  width: 75%;
}

.w-76 {
  width: 76%;
}

.w-77 {
  width: 77%;
}

.w-78 {
  width: 78%;
}

.w-79 {
  width: 79%;
}

.w-80 {
  width: 80%;
}

.w-81 {
  width: 81%;
}

.w-82 {
  width: 82%;
}

.w-83 {
  width: 83%;
}

.w-84 {
  width: 84%;
}

.w-85 {
  width: 85%;
}

.w-86 {
  width: 86%;
}

.w-87 {
  width: 87%;
}

.w-88 {
  width: 88%;
}

.w-89 {
  width: 89%;
}

.w-90 {
  width: 90%;
}

.w-91 {
  width: 91%;
}

.w-92 {
  width: 92%;
}

.w-93 {
  width: 93%;
}

.w-94 {
  width: 94%;
}

.w-95 {
  width: 95%;
}

.w-96 {
  width: 96%;
}

.w-97 {
  width: 97%;
}

.w-98 {
  width: 98%;
}

.w-99 {
  width: 99%;
}

.w-100 {
  width: 100%;
}

.g-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.g-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.g-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.g-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.g-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.g-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.g-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.g-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.g-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}

.g-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}

.g-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
}

.g-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.s-1 {
  position: relative;
  grid-column: span 1;
}

.s-2 {
  position: relative;
  grid-column: span 2;
}

.s-3 {
  position: relative;
  grid-column: span 3;
}

.s-4 {
  position: relative;
  grid-column: span 4;
}

.s-5 {
  position: relative;
  grid-column: span 5;
}

.s-6 {
  position: relative;
  grid-column: span 6;
}

.s-7 {
  position: relative;
  grid-column: span 7;
}

.s-8 {
  position: relative;
  grid-column: span 8;
}

.s-9 {
  position: relative;
  grid-column: span 9;
}

.s-10 {
  position: relative;
  grid-column: span 10;
}

.s-11 {
  position: relative;
  grid-column: span 11;
}

.s-12 {
  position: relative;
  grid-column: span 12;
}

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

body {
  font-family: Courier, monospace;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none;
}

*::-webkit-scrollbar {
  display: none;
}

img, video {
  display: block;
  -webkit-user-drag: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

video::-webkit-media-controls {
  display: none !important;
}

#detach-button-host {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

h1, h2 {
  font-weight: 400;
  font-size: inherit;
}

p:not(:first-of-type) {
  margin-top: 1.2rem;
}

.ck > *:not(:first-child) {
  margin-top: 1.2rem;
}

.caps {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
}

.column {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: start;
}

.justify-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.mw-1000 {
  max-width: 1000px;
}

@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}
.imprint:not(:last-of-type) span:not(:last-child, .desktop)::after {
  content: "    ";
}
@media (max-width: 768px) {
  .imprint span:not(.desktop) {
    display: block;
  }
  .imprint span:not(.desktop)::after {
    content: "";
  }
}

@media (max-width: 768px) {
  footer.mt-22 {
    margin-top: 11rem;
  }
  .imprint:last-of-type {
    margin-top: 1.2rem;
  }
}
.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.intro-overlay__logo {
  width: max(150px, 20vw);
  animation: intro-zoom-out 20s ease-out forwards;
}
.intro-overlay__links {
  opacity: 0;
  pointer-events: none;
  animation: intro-links-in 0.8s ease 20s forwards;
}

@keyframes intro-zoom-out {
  from {
    width: 800vw;
  }
  to {
    width: max(150px, 20vw);
  }
}
@keyframes intro-links-in {
  from {
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.logo {
  display: block;
  width: 150px;
  position: sticky;
  top: 1.2rem;
  z-index: 99;
}

.item {
  align-self: start;
}
.item img {
  width: 100%;
}

@media (max-width: 768px) {
  .g-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .g-4.gx-6 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .g-4.gy-11 {
    row-gap: 6rem;
  }
}/*# sourceMappingURL=main.css.map */