@font-face {
  font-display: swap;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url("roboto-v30-latin-regular.4cf55751.woff2") format("woff2"), url("roboto-v30-latin-regular.5e3444bc.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  src: url("roboto-v30-latin-900.0ae14a02.woff2") format("woff2"), url("roboto-v30-latin-900.a63096c6.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: IBM Plex Sans Condensed;
  font-style: normal;
  font-weight: 100;
  src: url("ibm-plex-sans-condensed-v14-latin-100.562b5b29.woff2") format("woff2"), url("ibm-plex-sans-condensed-v14-latin-100.e43c0ef5.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: IBM Plex Sans Condensed;
  font-style: normal;
  font-weight: 200;
  src: url("ibm-plex-sans-condensed-v14-latin-200.22a4f8f2.woff2") format("woff2"), url("ibm-plex-sans-condensed-v14-latin-200.b66d5331.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: IBM Plex Sans Condensed;
  font-style: normal;
  font-weight: 300;
  src: url("ibm-plex-sans-condensed-v14-latin-300.51304c9b.woff2") format("woff2"), url("ibm-plex-sans-condensed-v14-latin-300.97e1e644.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: IBM Plex Sans Condensed;
  font-style: normal;
  font-weight: 400;
  src: url("ibm-plex-sans-condensed-v14-latin-regular.921e11db.woff2") format("woff2"), url("ibm-plex-sans-condensed-v14-latin-regular.63aba4ad.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: IBM Plex Sans Condensed;
  font-style: normal;
  font-weight: 700;
  src: url("ibm-plex-sans-condensed-v14-latin-700.82da44a0.woff2") format("woff2"), url("ibm-plex-sans-condensed-v14-latin-700.014ff728.ttf") format("truetype");
}

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

* {
  margin: 0;
  padding: 0;
}

ul[role="list"], ol[role="list"], li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
}

body {
  text-rendering: optimizespeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img, picture svg {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

button {
  cursor: pointer;
  border: none;
  display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *, :before, :after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

* {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: IBM Plex Sans Condensed;
  font-size: clamp(2.4em, 5vw, 4.7em);
}

h2 {
  margin-bottom: 1.6em;
  font-family: IBM Plex Sans Condensed;
  font-size: clamp(1.8em, 3vw, 4.2em);
  font-weight: 900;
}

h3 {
  font-family: Roboto;
  font-size: clamp(1.5em, 3vw, 2em);
  font-weight: 400;
}

p {
  -webkit-hyphens: auto;
  hyphens: auto;
  font-family: Roboto;
  font-size: clamp(.9em, 1.5vw, 1em);
  font-weight: 400;
}

a {
  color: #fff;
  font-family: Roboto;
  font-size: clamp(1.5em, 3vw, 2em);
}

.black {
  font-weight: 900;
}

section {
  width: 75vw;
  margin-top: 6em;
}

.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.prevent-select {
  -webkit-user-select: none;
  user-select: none;
}

.display-none {
  display: none;
}

main {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blocktext {
  width: 52em;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6em;
  display: grid;
}

.blocktext p {
  margin: 0;
  line-height: 1.5;
}

.hidden {
  opacity: 0;
  filter: blur(5px);
  transition: all 1.5s;
  transform: translateX(-10%);
}

.show {
  opacity: 1;
  filter: blur();
  transform: translateX(0);
}

.fade-out {
  animation: 1s ease-out fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  15% {
    opacity: .9;
    bottom: 4em;
  }

  100% {
    opacity: 0;
    bottom: -4em;
  }
}

body {
  color: #fff;
  background-color: #000;
  overflow-x: hidden;
}

#loading {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.musik-container {
  width: max(40vw, 500px);
  height: 15vh;
  background-color: #000000e6;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: .3em;
  display: flex;
  position: fixed;
  bottom: 2em;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 13px 13px 0 -5px #fff;
}

.musik-container div {
  justify-content: center;
  align-items: center;
  gap: .4em;
  display: flex;
}

.musik-container div p {
  font-size: 2em;
}

.musik-container div label {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 1.6em;
  margin-right: 10vw;
  padding-left: 35px;
  display: block;
  position: relative;
}

.musik-container div label input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  position: absolute;
}

.musik-container div span {
  height: 25px;
  width: 25px;
  background-color: #000;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.musik-container div label input:checked ~ span {
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #000;
}

.musik-container div span:after {
  content: "";
  display: none;
  position: absolute;
}

.musik-container div label input:checked ~ span:after {
  display: block;
}

.musik-container div button {
  padding: .4em;
  font-family: Roboto;
  font-weight: 400;
}

header .title {
  margin-top: -19em;
  margin-left: 5vw;
}

header .title h1:first-child {
  margin-bottom: -.4em;
  font-family: IBM Plex Sans Condensed;
  font-size: clamp(7em, 8vw, 11.5em);
  font-weight: 100;
}

header .title h1:nth-child(2) {
  font-family: IBM Plex Sans Condensed;
  font-weight: 900;
}

header .header-text {
  border-left: 2px solid #fff;
  margin-top: -7em;
  padding-left: .6em;
  position: absolute;
  right: 5em;
}

header .header-text p {
  margin-bottom: .5em;
}

.trashnumber {
  justify-content: space-around;
  display: flex;
}

.trashnumber div {
  grid-template-rows: 7em repeat(2, .3fr);
  grid-template-columns: 1fr;
  place-items: center;
  display: grid;
}

.trashnumber div p:first-of-type {
  font-family: IBM Plex Sans Condensed;
  font-size: clamp(2.4em, 5vw, 4.7em);
  font-weight: 900;
}

.trashnumber div p:nth-of-type(2) {
  font-family: IBM Plex Sans Condensed;
  font-weight: 100;
}

.trashnumber div:first-child img {
  height: 5em;
}

.trashnumber div:nth-child(2) img {
  height: 3em;
}

.trashnumber div:nth-child(3) img {
  height: 2em;
}

@media (width <= 650px) {
  .trashnumber {
    display: block;
  }

  .trashnumber div {
    grid-template-rows: 10em repeat(2, .5fr);
    margin-bottom: 3em;
  }

  .trashnumber div img {
    height: 80% !important;
  }

  .trashnumber div:last-child {
    margin-bottom: 0;
  }
}

.section-areaChart {
  margin-top: 12em;
}

.section-areaChart h2 {
  margin-bottom: .2em;
}

.section-areaChart p {
  margin-bottom: 4em;
}

.section-areaChart canvas {
  width: 70%;
}

.tooltip-div {
  color: #fff;
  opacity: 1;
  pointer-events: none;
  text-align: left;
  margin-left: -1px;
  font-family: Roboto;
  transition: all .2s;
  display: flex;
  position: absolute;
}

.tooltip-div .tooltip-line {
  height: 100%;
  width: 2px;
  background-color: #fff;
  margin-right: .6em;
}

.tooltip-div table {
  max-height: 4em;
}

.statistics {
  grid-column-gap: 2em;
  grid-template-columns: 3fr 1fr;
  display: grid;
}

.statistics #rest {
  order: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  display: grid;
}

.statistics #content {
  z-index: 0;
  grid-area: 1 / 1;
  margin-top: 30em;
}

.statistics .sticky-bg {
  width: 100%;
  height: 100vh;
  background-image: url("nasa-8Hjx3GNZYeA-unsplash.3fa4fc78.webp");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 70%;
  grid-area: 1 / 1;
  position: sticky;
  top: 0;
}

.statistics canvas {
  width: 100%;
  order: 2;
  margin-top: 30em;
  position: sticky;
  top: 35%;
}

.statistics h3 {
  margin-bottom: 20em;
}

.statistics h3:last-child {
  margin-bottom: 13em;
}

@media (width <= 650px) {
  .statistics .sticky-bg {
    background-size: 100%;
  }
}

.section-crash .crash-image-container {
  aspect-ratio: 1302 / 591;
  margin-bottom: 2em;
  overflow: hidden;
}

.section-crash img {
  transition: all .4s;
  transform: scale(1);
}

.section-crash img:hover {
  transition: all .4s;
  transform: scale(1.05);
}

.timeline-container {
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1.7em;
  margin-bottom: 3em;
  display: flex;
}

.timeline {
  --radio-size: ;
  width: 70%;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline label {
  cursor: pointer;
}

.timeline input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  outline: none;
  justify-self: end;
  place-items: center;
  margin: 0;
  transition: border .5s;
  display: grid;
  position: relative;
  overflow: hidden;
}

.timeline input[type="radio"]:before, .timeline input[type="radio"]:after {
  content: "";
  border-radius: 50%;
  justify-self: center;
  display: flex;
}

.timeline input[type="radio"]:before {
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: var(--opacity, 1);
  background: #000;
  position: absolute;
}

.timeline input[type="radio"]:after {
  width: 45%;
  height: 45%;
  background: #fff;
  position: relative;
}

.timeline input[type="radio"]:checked {
  --radio: var(--radio-checked);
}

.timeline input[type="radio"]:checked:after {
  --y: 0%;
  animation: .3s ease-out .17s stretch-animate;
}

.timeline input[type="radio"]:checked:before {
  --opacity: 0;
}

.timeline input[type="radio"]:checked ~ input[type="radio"]:after {
  --y: -100%;
}

.timeline .line {
  height: 2px;
  width: 5%;
  background-color: #fff;
}

.timeline .line:first-of-type {
  width: 2%;
}

.timeline .line:nth-of-type(2) {
  width: 5%;
}

.timeline .line:nth-of-type(3) {
  width: 15%;
}

.timeline .line:nth-of-type(4) {
  width: 25%;
}

.timeline .line:nth-of-type(5) {
  width: 30%;
}

.timeline-label {
  width: 70%;
  margin-bottom: 5em;
  position: relative;
}

.timeline-label p {
  position: absolute;
  transform: rotate(45deg);
}

.timeline-label p:first-of-type {
  left: 2%;
}

.timeline-label p:nth-of-type(2) {
  left: 7%;
}

.timeline-label p:nth-of-type(3) {
  left: 17%;
}

.timeline-label p:nth-of-type(4) {
  left: 35%;
}

.timeline-label p:nth-of-type(5) {
  left: 63%;
}

.timeline-label p:nth-of-type(6) {
  left: 95%;
}

@keyframes stretch-animate {
  0% {
    transform: scale(1);
  }

  28% {
    transform: scale(1.15, .85);
  }

  50% {
    transform: scale(.9, 1.1);
  }

  100% {
    transform: scale(1);
  }
}

.solution-section {
  margin-bottom: 15em;
}

.solution-section .img-container {
  overflow: hidden;
}

.solution-section .clean-space {
  max-width: 65em;
  grid-template-columns: 2fr 1fr;
  place-items: center;
  gap: 1em;
  display: grid;
}

.solution-section img {
  transition: all .4s;
  transform: scale(1);
}

.solution-section img:hover {
  transition: all .4s;
  transform: scale(1.05);
}

.doku-section {
  min-height: 10em;
  background-image: url("Doku_Img_dunkel.68d49b35.png");
  background-position: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

/*# sourceMappingURL=index.2e8c441c.css.map */
