body {
  color: #fff;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.spline-scene {
  z-index: -1;
  width: 100%;
  height: 100svh;
  aspect-ratio: auto;
  cursor: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.spline-scene._2 {
  z-index: 6;
  width: 32%;
  height: auto;
  aspect-ratio: 1 / 1;
  filter: saturate(0%) contrast(200%) brightness(200%);
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: translate(0, -6%);
}

.header {
  z-index: 0;
  height: 100svh;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
  position: relative;
}

.div-block-2 {
  height: 100svh;
}

.texture {
  z-index: 1;
  opacity: .5;
  mix-blend-mode: soft-light;
  background-image: url('../images/6830d60058c57bd08deb24573c4ecda4_w200.gif');
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-3 {
  width: 100svw;
  height: 100svh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.spektrum {
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  background-image: url('../images/Ebene_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content {
  z-index: 1;
  height: 100svh;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px;
  display: flex;
  position: relative;
}

.content.center {
  height: auto;
  padding-bottom: 80px;
}

.playlist {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(4px) saturate(200%);
  backdrop-filter: blur(4px) saturate(200%);
  background-image: linear-gradient(rgba(0, 0, 0, .8), #000);
  border: 1px solid #fff;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto max-content;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: flex;
}

.playlist.bright {
  color: #000;
  background-image: linear-gradient(rgba(255, 255, 255, .8), #fff);
  border-color: #000;
  flex-direction: column;
  display: flex;
}

.bg {
  z-index: -4;
  min-height: 100%;
  min-width: 100%;
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.black {
  opacity: 0;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.discoball {
  z-index: 11;
  min-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background {
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .55)), url('../images/IMG_4338.jpg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.playlist-cover {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: row;
  align-items: stretch;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.albumart {
  width: 20%;
}

.body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.song {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #000;
  align-items: center;
  padding: 40px;
  display: flex;
  position: static;
  top: 0;
}

.song.white {
  border-bottom-color: #fff;
  flex: 0 auto;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
}

.artist {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-5 {
  height: 100%;
  align-items: stretch;
  display: flex;
}

.heading {
  font-weight: 400;
}

.div-block-6 {
  filter: invert();
  display: flex;
}

.div-block-6._2 {
  filter: none;
}

.button {
  background-color: #000;
  padding: 12px 20px;
}

.button.border {
  border: 1px solid #fff;
}

.div-block-7 {
  border: 1px solid #000;
  align-self: stretch;
  align-items: center;
  margin-left: 8px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-8 {
  z-index: 5;
  width: 100%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.heading-2 {
  margin-top: 0;
}

.songs {
  height: auto;
  flex: 1;
  padding-bottom: 40px;
  overflow: scroll;
}

.div-block-9 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  text-align: center;
}

.image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-10 {
  position: relative;
}

.div-block-11 {
  height: 100svh;
}

.div-block-12 {
  z-index: 50;
  aspect-ratio: auto;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.lottie-animation {
  width: 120px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .spline-scene._2 {
    aspect-ratio: 1 / 1;
  }

  .spektrum {
    background-size: contain;
  }

  .content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bg {
    min-width: auto;
  }

  .playlist-cover {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .albumart {
    width: 100%;
  }

  .song {
    flex-direction: column;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 20px;
  }

  .texture {
    flex: none;
  }

  .content {
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 20px;
  }

  .playlist {
    min-height: 600px;
    background-image: linear-gradient(rgba(0, 0, 0, .7), #000);
  }

  .playlist.bright {
    background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .5));
  }

  .playlist-cover {
    padding: 20px;
  }

  .albumart {
    width: 60%;
  }

  .song {
    border-bottom: 1px solid #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    position: relative;
  }

  .button {
    align-self: flex-start;
  }

  .button.border {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  .spline-scene {
    height: 100%;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .header {
    height: 100svh;
    padding: 80px 10px;
  }

  .div-block-3 {
    width: 100vw;
    height: 100svh;
    align-items: center;
  }

  .content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
  }

  .bg {
    display: flex;
  }

  .playlist-cover {
    padding-bottom: 20px;
  }

  .albumart {
    width: 100%;
  }

  .song {
    border-bottom-color: #000;
  }

  .title, .heading {
    font-size: 22px;
    line-height: 24px;
  }

  .heading-2 {
    font-size: 30px;
  }
}

#w-node-_7c75d567-630b-ee06-c40f-e2d9118d4ed4-fe5038f7 {
  align-self: stretch;
  justify-self: stretch;
}
