/* I Love You <3 - Koala, 30.1.2024*/
@font-face {
  font-family: "ABCWhyteInktrapVariable-Trial";
  src: url("/font/ABCWhyteInktrapVariable-Trial.woff2") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "PP Neue Montreal";
  src: url("/font/PPNeueMontreal-Bold.otf") format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: "PP Neue Montreal";
  src: url("/font/PPNeueMontreal-Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "PP Neue Montreal";
  src: url("/font/PPNeueMontreal-Book.otf") format("opentype");
}

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

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  word-break: break-word;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  --transparent: #ffffff00 !important;
  --white: #f6f1ed !important;
  --black: #212121 !important;
  --grey: #c4c4c4 !important;
  --grey-light: #e6e6e6 !important;
  --blurple: #6666e5 !important;
  --blurple-light: #d2d2f7 !important;
  --orange: #f25b1e !important;
  --orange-light: #ff961b !important;
  --pink: #ff60ef !important;
}

body {
  max-width: 100vw;
  background: #f6f1ed;
  font-size: 1.6rem;
  font-family: "PP Neue Montreal", sans-serif;
}

::selection {
  background-color: var(--black);
  color: var(--white);
}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Basics */

h1,
h2 {
  font-family: "ABCWhyteInktrapVariable-Trial";
  font-weight: 400;
  margin: 0;
  color: var(--black);
}

h3 {
  margin: 0;
  color: var(--black);
}

p {
  /* font-size: 2rem; */
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
  color: var(--black);
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 2 2;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  color: var(--blurple);
}

/* a:hover {
  opacity: 0.5;
} */

/* LENIS CSS */

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* ### CURSOR ### */

.cursor-point {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  transform: translate(calc(-50%), calc(-50%));
  background-color: var(--orange-light);
  z-index: 10000;
  pointer-events: none;
  transition-duration: 0.2s, 0.3s, 0.3s;
  transition-property: opacity, width, height;
}

.cursor-point.bigger-cursor {
  width: 40px;
  height: 40px;
}

/* Progress bar */

.progress-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
}

.progress-bar {
  height: 100%;
  background-color: var(--orange-light);
  transition: all 0.3s ease;
}

/* NAVIGATION */

.header {
  position: fixed;
  font-family: "ABCWhyteInktrapVariable-Trial";
  font-size: 2.3rem;
  letter-spacing: -0.02em;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 2rem 3rem;
  /* background-color: hsl(27 33% 95% / 0.5);
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem; */
}

.menu-tog {
  display: grid;
  place-items: end;
  cursor: pointer;
}

.menu-tog span {
  grid-column: 1/-1;
  grid-row: 1/-1;
  color: var(--blurple);
  opacity: 1;
  padding: 0.5rem 1.4rem;
  border: 2px solid var(--white);
  border-radius: 50rem;
  background-color: var(--white);
  transition: opacity 0.4s 0.1s cubic-bezier(0.076, 0.012, 0.047, 0.995),
    color 0.4s cubic-bezier(0.076, 0.012, 0.047, 0.995);
}

.menu-tog.active span,
.menu-tog:not(.active) .menu-back {
  opacity: 0;
}

.menu-tog.active .menu-back {
  opacity: 1;
}

.menu-tog.active span {
  color: var(--white);
  background-color: var(--transparent);
  border: 2px solid var(--transparent);
}

.menu-tog.active:hover .menu-back,
.menu-tog:hover {
  opacity: 0.5;
}

.wrapper {
  position: fixed;
  z-index: 20;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-right: 10vw; */
  min-height: 100%;
  pointer-events: none;
}

.wrapper > .transition {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

ul {
  position: relative;
  top: 1vh;
  z-index: 99;
  opacity: 0;
  transition: 0.5s;
  height: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}

ul li a {
  font-size: 4.5rem;
  letter-spacing: -0.1rem;
  font-family: "ABCWhyteInktrapVariable-Trial";
  color: var(--white);
  text-decoration: none;
  transition: opacity 0.4s cubic-bezier(0.076, 0.012, 0.047, 0.995);
}

ul li a span {
  font-size: 2rem;
  color: var(--orange-light);
}

ul.active {
  opacity: 1;
  pointer-events: all;
}

li:hover {
  opacity: 0.5;
}

/* Hero Section */

h1 {
  margin: 0;
  padding: 0;
  font-family: "ABCWhyteInktrapVariable-Trial";
  font-weight: 400;
  letter-spacing: -0.3rem;
  font-size: 12rem;
  font-kerning: normal;
  font-variation-settings: "wght" 300, "ital" 0;
  line-height: 110%;
  color: var(--blurple);
  text-align: center;

  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: change;
  transition-timing-function: ease-in-out;
}

.line {
  position: relative;
  overflow: hidden;
  /* display: flex; */
}

/* @keyframes change {
  0% {
    font-variation-settings: "wght" 300;
  }

  50% {
    font-variation-settings: "wght" 600;
  }

  100% {
    font-variation-settings: "wght" 300;
  }
} */

.header-absolute {
  z-index: 2;
  /* width: calc(100vw - 20px);
  height: 100vh; */
  justify-content: space-between;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chapter-number {
  font-family: "ABCWhyteInktrapVariable-Trial";
  font-size: 4.5rem;
  color: var(--orange);
}

.header-content {
  height: 100vh;
  display: grid;
  padding: 3rem;
  /* margin-top: 10rem; */
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
}

.explore {
  align-self: end;
}

.circle-anim {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.pulse {
  width: 0.2rem;
  height: 0.2rem;
  padding: 10px;
  border-radius: 50%;
  background: var(--orange);
  -webkit-box-shadow: 0 0 0 0 var(--orange);
  box-shadow: 0 0 0 0 var(--orange);
  -webkit-animation: breathe 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: breathe 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes breathe {
  to {
    -webkit-box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

.header-anim {
  width: 100%;
  height: 100%;
  object-fit: contain;
  scale: 1.2;
  border-radius: 15px;
  /* object-position: 100% 100%; */

  align-self: center;
  justify-self: center;
  grid-column: 2/3;
}

.header-text {
  grid-column: 3/4;
  align-self: end;
  justify-self: start;
  margin-bottom: 12vw;
  max-width: 45ch;
}

p.header-text {
  font-weight: 400;
  line-height: 135%;
}

/* ===========================
        DOPAMIN UND DU        
==============================*/

/* INTRO TEXT */

.intro__text p {
  font-size: clamp(1.4rem, 2.25vw, 4.5rem);
  /* font-size: 4.5rem; */
  line-height: 1.1em;
  letter-spacing: -0.01em;
  margin-bottom: 1em;
  text-indent: 4em;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 2 2;
}

/* IMG ARROW */

.arrow {
  display: flex;
  align-items: center;
  height: fit-content;
  margin: 0 auto;
  padding: 0 3rem;
}

.arrow svg path {
  fill: none;
  stroke: var(--blurple);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 8000;
  stroke-dashoffset: 8000;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.arrow.anim svg path {
  -webkit-animation: dash 5s linear forwards;
  animation: dash 5s linear forwards;
}

.arrow.anim svg path:last-child {
  -webkit-animation: dash 50s linear 4.5s forwards;
  animation: dash 50s linear 4.5s forwards;
}

/* Playing in the Ballpit */

.sphere {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  /* gap: 2rem; */
  padding: 0 3rem;
  padding-bottom: 20rem;
}

/* .sphere-item__left {
  max-width: 50vw;
  height: 50rem;
  font-size: 3rem;
} */

.sphere-item__container {
  display: flex;
  width: 50vw;
  justify-content: center;
}

.sphere-item {
  position: relative;
  display: flex;
  flex: 1;
  padding-left: 3rem;
  padding-right: 3rem;
  width: 50rem;
  max-width: 50rem;
  height: 50rem;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid var(--grey);
  border-radius: 50%;
  aspect-ratio: 1/1;
  padding: 2rem;
  clip-path: circle(50%);
}

.sphere-item__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 30rem;
  height: auto;
  transform: translate(-50%, -50%);
}
.sphere-item__text b {
  font-weight: bold;
}

#sphere-real {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sphere-real canvas {
  clip-path: circle(50%);
  overflow: hidden;
}

/* BLURPLE-SECTION */

.blurple_container {
  display: flex;
  flex-direction: column;
  padding: 0 0 10rem 0;
}

.blurple {
  display: flex;
  flex-direction: column;
  padding: 5rem 3rem;
  width: 100vw;
  min-height: 100vh;
  background-color: var(--blurple);
  border-radius: 1.2rem;
}

.blurple._white p,
.blurple._white h2 {
  color: var(--white);
}

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

.blurple__img {
  display: flex;
  justify-content: center;
  background-color: var(--white);
  border-radius: 1.2rem;
  width: 80rem;
  height: 50rem;
  margin: 5rem 0rem 6.5rem 0rem;
  overflow: hidden;
}

.blurple__img img {
  scale: 1.3;
  object-fit: cover;
  object-position: 0 0.8rem;
}

.blurple-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 8vw;
}

/* .bento-grid-main.introduction {
  width: auto;
  height: auto;
  padding-top: 5rem;
  padding-left: 0;
  padding-right: 0;
}

.bento-grid-main {
  width: 100vw;
  height: 100vh;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding: 74px 30px 6px;
  display: flex;
}

.bento-left-main.introduction {
  width: 33vw;
  padding: 3rem 0.6rem;
}

.bento-left-main {
  width: 40vw;
  grid-row-gap: 6px;
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.blurple-div {
  height: 7vw;
  color: var(--white);
  letter-spacing: -0.03em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
}

bento-div-down-left.flex {
  height: auto;
  flex: 1;
}

.bento-div-down-left {
  width: 100%;
  height: 50%;
  grid-column-gap: 6px;
  flex-direction: row;
  flex: 0 auto;
  display: flex;
}

bento-auto_fill {
  width: 100%;
  height: 100%;
}

.bento-right-main {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.bento-div-text {
  grid-column-gap: 3.2vw;
  grid-row-gap: 0vw;
  padding: 2.6vw;
  display: flex;
}

.blurple-text {
  flex: 1;
  font-size: 2rem;
  letter-spacing: -0.01em;
  line-height: 1.4em;
  color: var(--white);
} */

/* HOVER-SECTION */

.sd-wrapper {
  display: flex;
  grid-row-gap: 4vw;
  flex-direction: column;
  padding-top: 11vw;
  padding-bottom: 11vw;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.sd-data_wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  grid-column-gap: 0.6rem;
  grid-row-gap: 0.6rem;
}

.sd-data_col {
  height: 21vw;
  grid-column-gap: 0.6rem;
  grid-row-gap: 0.6rem;
  justify-content: center;
  display: flex;
}

.sd-header {
  width: calc(33vw - 0.3rem);
  flex: 0 auto;
  align-items: flex-start;
}

.headline-h2._2-line {
  display: block;
  padding-left: calc(3rem - 0.6rem);
  letter-spacing: -0.03em;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1em;
}

.sd-data._01 {
  cursor: pointer;
}

.sd-data {
  background-color: rgba(255, 255, 255, 0.09);
  border-radius: 1.2rem;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.sd-data .sd-data_default {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--white);
  background-color: var(--grey-light);
  border-radius: 1.2rem;

  /* padding-left: 6rem;
  padding-right: 6rem; */
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2em;
  transition: all 0.4s cubic-bezier(0.058, 0.001, 0.023, 0.995);
}

.sd-data .sd-data_default__title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sd-hover {
  z-index: -1;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--white);
  background-color: var(--pink);
  border-radius: 1.2rem;

  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transition: all 0.4s cubic-bezier(0.058, 0.001, 0.023, 0.995);
}

.sd-hover p {
  padding: 0 3rem;
  font-size: 2rem;
  color: var(--white);
}

.sd-hover._blurple {
  background-color: var(--blurple);
}

.form-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sd-data._01:hover .sd-data_default,
.sd-data._02:hover .sd-data_default,
.sd-data._03:hover .sd-data_default,
.sd-data._04:hover .sd-data_default,
.sd-data._05:hover .sd-data_default {
  opacity: 0;
}

.sd-data._01:hover .sd-hover,
.sd-data._02:hover .sd-hover,
.sd-data._03:hover .sd-hover,
.sd-data._04:hover .sd-hover,
.sd-data._05:hover .sd-hover {
  opacity: 1;
}

.sd-data._02:hover,
.sd-data._04:hover {
  border-radius: 1.2rem;
}

.sd-data._02,
.sd-data._04 {
  border-radius: 12rem;
  transition: all 0.4s cubic-bezier(0.058, 0.001, 0.023, 0.995);
}

/* TEXT-SECTION */

.section.bottom-space {
  padding-bottom: 12rem;
}

.section.top-space {
  padding-top: 20rem;
}

.section.top-space_smaller {
  padding-top: 10rem;
}

.container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;

  position: relative;
}

/* .container-intro {
  border-top: var(--orange) 2px solid;
} */

.column-wrapper {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 3rem;
  padding-right: 3rem;
}

.column {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.text-wrapper {
  width: 100%;
}

.text-wrapper.medium-larger {
  padding-top: 20rem;
  padding-bottom: 1rem;
}

.text-wrapper.medium {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.text-wrapper.medium-intro {
  padding-top: 20rem;
  padding-bottom: 2rem;
}

.text-wrapper.medium-end {
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.text-wrapper.medium-sphere {
  padding-top: 5rem;
  padding-bottom: 2.2rem;
}

.text-wrapper.padding-left {
  padding-left: 2rem;
}

.text-wrapper.padding-left-small {
  padding-left: 5rem;
}
.text-wrapper.sticky {
  position: sticky;
  top: 0;
}

.rich-text {
  max-width: 60ch;
}

.rich-text h2 {
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  font-size: 4.5rem;
  line-height: 1em;
}

.rich-text h3 {
  letter-spacing: -0.01em;
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

.w-richtext > :first-child {
  margin-top: 0;
}

.rich-text p {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.4em;
}

.rich-text em {
  opacity: 0.2;
}

.rich-text.orange {
  border: var(--orange) 2px solid;
  border-radius: 18px;
  padding: 1rem 2rem 0rem 2rem;
}

.rich-text.orange p {
  color: var(--orange);
}

.rich-text.blurple-surprise h2 {
  color: var(--blurple);
}

/* FAZIT SECTION */

.fazit-wrapper {
  display: flex;
  align-items: center;
  height: 100vh;
}

.text-wrapper.medium.center {
  display: flex;
  justify-content: center;
  text-align: center;
}

.rich-text.w-fazit {
  max-width: 90ch;
}

.rich-text h3 span:first-child {
  display: inline-block;
  padding-bottom: 3rem;
  font-family: "ABCWhyteInktrapVariable-Trial";
  letter-spacing: -0.03em;
  color: var(--orange);
}

.scroll-reveal span:last-child {
  color: hsl(0 0% 13% / 0.15);
  background-clip: text;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-image: linear-gradient(90deg, var(--black), var(--black));
  animation: scroll-reveal linear forwards;
  animation-timeline: view(250px 400px);
  animation-duration: 8ms; /* Firefox requires this to apply the animation */
}

@keyframes scroll-reveal {
  to {
    background-size: 100% 100%;
  }
}

/* CTA-SECTION */

.cta-section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
}

.cta_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}

.button {
  width: 40rem;
  height: 15rem;
  position: relative;
}

.button .button__item {
  border-radius: 100rem;
  width: 40rem;
  height: 15rem;
  position: relative;
  background: var(--blurple);
}

.button .button__item__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  font-size: 2.7rem;
}

.button .button__cover {
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button__item {
  transition: box-shadow 0.5s ease;
  box-shadow: 0px 8.4px 6.2px 0px rgba(0, 0, 0, 0),
    0px 18.5px 17.2px 0px rgba(0, 0, 0, 0),
    0px 35.6px 41.6px 0px rgba(0, 0, 0, 0), 0px 100px 138px 0px rgba(0, 0, 0, 0);
}

.button:hover .button__item {
  box-shadow: 0px 8.4px 6.2px 0px rgba(0, 0, 0, 0.03),
    0px 18.5px 17.2px 0px rgba(0, 0, 0, 0.04),
    0px 35.6px 41.6px 0px rgba(0, 0, 0, 0.05),
    0px 100px 138px 0px rgba(0, 0, 0, 0.07);
}

/* ===================
      Splashscreen    
 =====================*/

.splashscreen {
  min-height: max-content;
  height: 100vh;
  max-height: 100vh;
  /* position: fixed;
  left: 0;
  top: 0; */
  /* width: 100%;
  height: 100%; */
  overflow-x: hidden;
  overflow-y: hidden;
}

.splashscreen__inner {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding: 5px 5px;
}

.splashscreen__title {
  font-family: "ABCWhyteInktrapVariable-Trial";
  font-weight: 400;
  font-size: 44px;
  line-height: 90%;
  color: var(--blurple);
  max-width: 310px;
}

@media (min-width: 768px) {
  .splashscreen__title {
    max-width: unset;
  }
}

@media (min-width: 1340px) {
  .splashscreen__title {
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 96%;
  }
}

@media (min-width: 1880px) {
  .splashscreen__title {
    font-size: 70px;
  }
}

.splashscreen__title-1 span {
  display: block;
  position: relative;
}

.splashscreen__title-1 span:nth-child(2) {
  text-align: right;
}

@media (min-width: 768px) {
  .splashscreen__title-1 span:nth-child(2) {
    text-align: left;
    margin-left: 70px;
    display: inline-block;
  }
}

@media (min-width: 1340px) {
  .splashscreen__title-1 span:nth-child(2) {
    margin-left: 145px;
  }
}

@media (min-width: 1880px) {
  .splashscreen__title-1 span:nth-child(2) {
    margin-left: 190px;
  }
}

.splashscreen__title-1 span:nth-child(3) {
  text-align: right;
}

@media (min-width: 768px) {
  .splashscreen__title-1 span:nth-child(3) {
    text-align: left;
    display: inline-block;
    margin-left: 0;
  }
}

@media (min-width: 1340px) {
  .splashscreen__title-1 span:nth-child(3) {
    margin-left: 85px;
    display: block;
  }
}

@media (min-width: 1880px) {
  .splashscreen__title-1 span:nth-child(3) {
    margin-left: 100px;
  }
}

.splashscreen__title-1 span:nth-child(4) {
  margin-left: 75px;
}

@media (min-width: 768px) {
  .splashscreen__title-1 span:nth-child(4) {
    margin-left: 125px;
  }
}

@media (min-width: 1340px) {
  .splashscreen__title-1 span:nth-child(4) {
    margin-left: 185px;
  }
}

@media (min-width: 1880px) {
  .splashscreen__title-1 span:nth-child(4) {
    margin-left: 230px;
  }
}

@media (min-width: 1340px) {
  .splashscreen__title-1 span:nth-child(5) {
    margin-left: 76px;
  }
}

@media (min-width: 1880px) {
  .splashscreen__title-1 span:nth-child(5) {
    margin-left: 90px;
  }
}

.splashscreen__title-1 span:nth-child(6) {
  margin-left: 100px;
}

@media (min-width: 768px) {
  .splashscreen__title-1 span:nth-child(6) {
    margin-left: 150px;
  }
}

@media (min-width: 1340px) {
  .splashscreen__title-1 span:nth-child(6) {
    margin-left: 255px;
  }
}

@media (min-width: 1880px) {
  .splashscreen__title-1 span:nth-child(6) {
    margin-left: 300px;
  }
}

.splashscreen__title-1 span._orange {
  color: var(--orange);
}

/* Titel unten */

.splashscreen__title-2 {
  position: absolute;
  right: 0;
  bottom: 5px;
  text-align: right;
  display: none;
  padding: inherit;
}

@media (min-width: 1340px) {
  .splashscreen__title-2 {
    display: block;
  }
}

.splashscreen__title-2 span {
  display: block;
}

.splashscreen__title-2 span:first-child {
  margin-right: 195px;
}

@media (min-width: 1880px) {
  .splashscreen__title-2 span:first-child {
    margin-left: 230px;
  }
}

.splashscreen__title-2 span:nth-child(3) {
  margin-right: 170px;
}

@media (min-width: 1880px) {
  .splashscreen__title-2 span:nth-child(3) {
    margin-left: 200px;
  }
}

.splashscreen__title-2 span:nth-child(4) {
  margin-right: 42px;
}

@media (min-width: 1880px) {
  .splashscreen__title-2 span:nth-child(4) {
    margin-left: 50px;
  }
}

.splashscreen__title-2 span:nth-child(5) {
  margin-right: 136px;
}

@media (min-width: 1880px) {
  .splashscreen__title-2 span:nth-child(5) {
    margin-left: 160px;
  }
}

.splashscreen__title-2 span._orange {
  color: var(--orange);
}

/* Texte */

.splashscreen__desc {
  margin-top: 22px;
  clear: both;
  width: 300px;
}

@media (min-width: 768px) {
  .splashscreen__desc {
    margin-left: 50px;
  }
}

@media (min-width: 1340px) {
  .splashscreen__desc {
    margin-left: 255px;
    width: 250px;
  }
}

@media (min-width: 1880px) {
  .splashscreen__desc {
    margin-left: 450px;
    margin-top: -10px;
    width: 300px;
  }
}

/* .splashscreen__desc:after,
.splashscreen__desc:before {
  content: "";
  display: table;
  clear: both;
} */

/* Button */

.splashscreen__btns {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  pointer-events: none;
}

@media (min-width: 768px) {
  .splashscreen__btns {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -90px;
  }
}

@media (min-width: 1340px) {
  .splashscreen__btns {
    top: 60%;
  }
}

.splashscreen__btns > span {
  display: block;
  color: var(--color-black);
  font-size: 14px;
  line-height: 130%;
  margin-top: 40px;
}

.splashscreen__btns > span:nth-of-type(1) {
  margin-top: 130px;
}

.splashscreen__btns > span:nth-of-type(2) {
  display: none;
  position: absolute;
  left: 50%;
  top: -100px;
  width: 300px;
  text-align: left;
  margin-left: 160px;
  line-height: unset;
}

@media (min-width: 1340px) {
  .splashscreen__btns > span:nth-of-type(2) {
    display: block;
  }
}

@media (min-width: 1880px) {
  .splashscreen__btns > span:nth-of-type(2) {
    margin-left: 200px;
  }
}

.splashscreen__btns > span a {
  pointer-events: auto;
  color: var(--black);
  text-decoration: none;
}

/* Button in the center */

.splashscreen__btn {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--black);
  border: 0;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1;
  color: var(--white);
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  animation: pulse 1.5s infinite;
  pointer-events: auto;
}

.splashscreen__btn-text {
  cursor: pointer;
}

@media (min-width: 768px) {
  .splashscreen__btn {
    font-size: 20px;
    width: 260px;
    height: 260px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px transparent;
  }

  to {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}

/* Gif  Test*/

.gif__1 {
  width: 10rem;
  height: auto;
}

/* FOOTER */

.footer_container.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_atr-23 {
  z-index: 2;
  width: 100vw;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--black);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-direction: column;
  padding: 3rem;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer_main {
  grid-column-gap: 6px;
  display: flex;
}

.footer_headline-wrapper {
  height: auto;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.bento-div {
  /* border: 1px solid var(--white);
  border-radius: 23px; */
  flex: 1;
}

.bento-div.section-title.credits {
  border-radius: 9px;
  justify-content: space-between;
  padding-left: 3vw;
  padding-right: 3vw;
}

.bento-div.section-title {
  height: 7vw;
  color: var(--white);
  letter-spacing: 0.03em;
  border-radius: 9px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: Space Mono, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 12px;
  display: flex;
}

.bento-auto_fill {
  width: 100%;
  height: 100%;
  flex: 1;
}

.footer_content-wrapper {
  width: 75vw;
  height: 35vw;
  grid-column-gap: 0vw;
  grid-row-gap: 4vw;
  border: 1px solid var(--transparent-white--blur);
  border-radius: 9px;
  flex: 0 auto;
  padding: 3vw;
  display: flex;
}

.footer_content-credits {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1.4vw;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_credits-wrap {
  width: 100%;
  grid-column-gap: 2.8vw;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.footer_content-titles {
  width: 12vw;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  flex-direction: column;
  flex: 0 auto;
  font-family: Space Mono, sans-serif;
  font-size: 0.6vw;
  line-height: 1.2vw;
  display: flex;
}

.footer_content-names {
  width: 60%;
  grid-column-gap: 2vw;
  grid-row-gap: 0vw;
  color: var(--white);
  text-transform: none;
  flex-direction: column;
  flex: 0 auto;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.8vw;
  display: flex;
}

.footer_content-credits.space_between {
  justify-content: space-between;
  align-items: flex-end;
}

.footer_content-credits {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 1.4vw;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.base.small.shrink {
  width: 73%;
  flex: 0 auto;
  font-size: 0.9vw;
  line-height: 1.4vw;
}
.base.shrink {
  padding-right: 0;
}

.base.small {
  letter-spacing: -0.01vw;
  flex: 1;
  font-size: 1.05vw;
  line-height: 1.55vw;
}

.base-small,
.base {
  color: var(--white);
  letter-spacing: -0.03vw;
  margin-bottom: 0;
  font-size: 1.6vw;
  line-height: 2.2vw;
}

.footer_link {
  color: var(--white);
  text-decoration: none;
  display: inline;
  transition: all 0.4s cubic-bezier(0.076, 0.012, 0.047, 0.995);
}

.footer_link:hover {
  opacity: 0.5;
}

.link_footer {
  color: var(--blurple);
  align-self: flex-start;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: all 0.4s cubic-bezier(0.076, 0.012, 0.047, 0.995);
  display: inline-block;
}

.link_footer:hover {
  opacity: 0.5;
  color: var(--white);
}

.footer_secondary {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 4.5vw;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.bento-div.small_btn {
  width: 21vw;
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  flex: 0 auto;
  align-items: center;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.04em;
}

.bento-div.small_btn:last-child {
  justify-content: end;
  transition: all 0.4s cubic-bezier(0.076, 0.012, 0.047, 0.995);
}

.bento-div.small_btn:last-child:hover {
  opacity: 0.5;
}

.bento-div.about_btn {
  width: 21vw;
  color: var(--white);
  text-transform: uppercase;
  display: flex;
  flex: 0 auto;
  align-items: center;
  margin-left: 2.7vw;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  letter-spacing: 0.04em;

  transition: all 0.4s cubic-bezier(0.076, 0.012, 0.047, 0.995);
}

.bento-div.about_btn:hover {
  opacity: 0.5;
}

/* =================== 
   LUST UND SCHMERZ    
======================*/

/* HEADER */

.header-anim__02 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;

  align-self: center;
  justify-self: center;
  grid-column: 2/3;
}

/* INTRO */

.intro-wrapper__02 {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro__02 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5rem 4rem 15rem 4rem;
  height: 70vh;
}

.intro__02-svg svg {
  max-width: 60vw;
}

.intro__02-text {
  font-size: 4.5rem;
  font-family: "ABCWhyteInktrapVariable-Trial";
}

.intro__02-text p {
  color: var(--blurple);
  letter-spacing: -0.02em;
}

.intro__02-svg svg path {
  fill: none;
  stroke: var(--blurple);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1300;
  stroke-dashoffset: 1300;
  -webkit-animation: dash-line 4.5s infinite forwards ease-in-out;
  animation: dash-line 4.5s infinite forwards ease-in-out;
}

@keyframes dash-line {
  0% {
    translate: 0;
    stroke-dashoffset: 1300;
  }

  25% {
    translate: 0;
    stroke-dashoffset: 0;
  }

  50% {
    translate: 100%;
    stroke-dashoffset: 0;
  }

  75% {
    translate: 0;
    stroke-dashoffset: 0;
  }

  100% {
    translate: 0;
    stroke-dashoffset: 1300;
  }
}

/* BELOHNUGSSYSTEM */

.sphere-item-02 {
  position: relative;
  display: flex;
  justify-content: center;
  width: 60rem;
  max-width: 60rem;
  height: 60rem;
  font-size: 1.6rem;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--grey-light);
}

/* BLURPLE */

.card-center {
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 20rem;
  height: auto;
  width: 40rem;
}

.card--complete {
  perspective: 300rem;
  position: relative;
  height: 50rem;
}

.card {
  border-radius: 1.2rem;
  background-color: var(--white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 50rem;
  width: 40rem;

  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: all 0.8s ease-in-out;
}

.card--backside {
  transform: rotateY(180deg);
}

.card--complete:hover .card--01 {
  transform: rotateY(-180deg);
}

.card--complete:hover .card--backside {
  transform: rotateY(0deg);
}

.card__top {
  position: relative;
  height: 400px;
  padding: 35px 35px 0 35px;
  z-index: 0;
  display: flex;
  align-items: flex-start;
}

.card__top:has(.card__figure) {
  aspect-ratio: 3/3;
}

.card__bottom {
  position: relative;
  margin-top: -2.5rem;
  background-color: var(--accent);
  padding: 35px;
  border-radius: 1.2rem;
  display: flex;
  gap: 4rem;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  z-index: 1;
}

.card__figure {
  position: absolute;
  inset: 0;
  width: 400px;
  height: 400px;
  /* mix-blend-mode: lighten; */
  /* opacity: 0.5; */
}

.card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__tag {
  padding: 10px 20px;
  color: var(--blurple);
  font-size: 2rem;
  font-weight: 500;
  border: 2px solid var(--blurple);
  border-radius: 2em;
  position: relative;
  z-index: 1;
}

.card__title {
  font-size: 4.5rem;
  letter-spacing: -0.03em;
  line-height: 1em;
  color: var(--white);
}

.card__text {
  font-size: 2rem;
  color: var(--white);
}

.card--primary {
  --accent: var(--pink);
}

/* MIDDLE SECTION */

.middle-section {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 0 3rem;
}

.middle-section__02 {
  width: 30vw;
  height: 50vh;
}

.middle-section__02.second-image {
  width: 47vw;
  height: 50vh;
}

.middle-section__02 img {
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  background-color: var(--grey-light);
  object-fit: cover;
}

/* ________________ */

.middle-section-anim {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0 3rem;
}

.middle-section-anim__02 {
  width: 60vw;
  height: 60vh;
}

.middle-section-anim__02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50rem;
}

/* END SECTION */

.end-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5rem;
}

.end-section__02 {
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8rem;
  background-color: var(--grey-light);
  border-radius: 1.2rem;
}

.value-schmerz {
  display: flex;
  width: 40rem;
  height: 40rem;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: var(--pink);
  color: var(--white);
  font-family: "ABCWhyteInktrapVariable-Trial";
  font-size: 3rem;
  font-weight: 500;

  animation: schmerz-animation 2s;
  animation-iteration-count: infinite;
}

.value-lust {
  display: flex;
  width: 10rem;
  height: 10rem;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: var(--blurple);
  color: var(--white);
  font-family: "ABCWhyteInktrapVariable-Trial";
  font-size: 1.5rem;
  font-weight: 500;

  animation: lust-animation 2s;
  animation-iteration-count: infinite;
}

@keyframes schmerz-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lust-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

.end-section__02 img {
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  object-fit: cover;
}

/* ======================= 
   DAS STRATEGISCHE SPIEL  
==========================*/

/* HEADER */

.header-anim__03 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;

  align-self: center;
  justify-self: center;
  grid-column: 2/3;
}

/* INTRO */

.intro-section-anim {
  display: flex;
  justify-content: end;
  align-items: center;

  padding: 5rem 5rem 15rem 5rem;
}

.intro-section-anim__03 {
  width: 60vw;
  height: 70vh;
}

.intro-section-anim__03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
}

/* STRATEGIE INTERACTION */

.strat-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5rem;
}

.strat-section__03 {
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8rem;
  background-color: var(--grey-light);
  border-radius: 1.2rem;
}

#demo {
  height: auto;
  width: 100vw;
  font-family: "ABCWhyteInktrapVariable-Trial";
  font-weight: 300;
  letter-spacing: -0.8em;
  /* dominant-baseline: middle; */
}

/* BILD_RECHTS - SECTION */

.middle-section-anim.--03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;

  padding: 5rem 5rem 15rem 5rem;
}

.middle-section-anim__03 {
  width: 60vw;
  height: 70vh;
  margin-bottom: 5rem;
}

.middle-section-anim__03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
}

/* BLURPLE _BUTTON */

.pink--button {
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}

.bubbly-button {
  display: inline-block;
  font-size: 2rem;
  padding: 5rem 10rem;
  margin-top: 10rem;
  margin-bottom: 10rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--pink);
  color: var(--white);
  border-radius: 100rem;
  border: none;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: 0 2px 25px rgb(22, 14, 86, 0.3);
}

.bubbly-button:focus {
  outline: 0;
}

.bubbly-button:before,
.bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
}

.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #ff60ef 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #ff60ef 20%, transparent 30%),
    radial-gradient(circle, #ff60ef 20%, transparent 20%),
    radial-gradient(circle, #ff60ef 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ff60ef 15%, transparent 20%),
    radial-gradient(circle, #ff60ef 20%, transparent 20%),
    radial-gradient(circle, #ff60ef 20%, transparent 20%),
    radial-gradient(circle, #ff60ef 20%, transparent 20%),
    radial-gradient(circle, #ff60ef 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
}
.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #ff60ef 20%, transparent 20%),
    radial-gradient(circle, #ff60ef 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ff60ef 15%, transparent 20%),
    radial-gradient(circle, #ff60ef 20%, transparent 20%),
    radial-gradient(circle, #ff60ef 20%, transparent 20%),
    radial-gradient(circle, #ff60ef 20%, transparent 20%),
    radial-gradient(circle, #ff60ef 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-button:active {
  transform: scale(0.9);
  background-color: #ff47ec;
  box-shadow: 0 2px 25px rgb(22, 14, 86, 0.2);
}
.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

/* LIKE - SECTION */

:root {
  --elastic-out: linear(
    0,
    0.2178 2.1%,
    1.1144 8.49%,
    1.2959 10.7%,
    1.3463 11.81%,
    1.3705 12.94%,
    1.3726,
    1.3643 14.48%,
    1.3151 16.2%,
    1.0317 21.81%,
    0.941 24.01%,
    0.8912 25.91%,
    0.8694 27.84%,
    0.8698 29.21%,
    0.8824 30.71%,
    1.0122 38.33%,
    1.0357,
    1.046 42.71%,
    1.0416 45.7%,
    0.9961 53.26%,
    0.9839 57.54%,
    0.9853 60.71%,
    1.0012 68.14%,
    1.0056 72.24%,
    0.9981 86.66%,
    1
  );
}

/* .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
} */

.like--section {
  width: 50%;
  height: 60vh;
  background-color: var(--grey-light);
  border-radius: 1.2rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.like--button {
  --scale-ease: var(--elastic-out);
  width: 20rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 1rem;
  border-radius: 50%;
  border: 0;
  background: transparent;
  transition: scale 1s var(--elastic-out), background 0.2s;
}

.like--button:is(:hover, :focus-visible) {
  background: hsl(0 0% 94%);
}

.like--button svg {
  width: 80%;
  translate: 0 5%;
  stroke-width: 2px;
  stroke: hsl(0 0% 70%);
  fill: none;
  transition: stroke 0.2s, fill 0.2s;
}

[aria-pressed="true"] svg {
  fill: var(--pink);
  stroke: var(--pink);
}

.like--button:active {
  scale: 0.8;
  transition: scale 0.2s ease;
}

.like--mich__text h2 {
  color: var(--blurple);
  font-size: 3rem;
  letter-spacing: -0.02em;
  padding-top: 1.8rem;
}

/* =======================
      WAS KANN ICH TUN?   
==========================*/

.empty-space {
  height: 20vh;
}

.intro-achtsamkeit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}

.arrow--02 img {
  width: 50vw;
}

/* Übergang Section */

.uebergang-section {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 10rem 3rem;
}

.middle-section-anim__02 {
  width: 60vw;
  height: 60vh;
}

.middle-section-anim__02 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50rem;
}

/* Atmen Animation */

.value-atme {
  display: flex;
  width: 50rem;
  height: 50rem;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: var(--pink);
  color: var(--white);
  font-family: "ABCWhyteInktrapVariable-Trial";
  font-size: 3rem;
  font-weight: 500;

  animation: atme-animation 6s;
  animation-iteration-count: infinite;
}

@keyframes atme-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

/* =======================
      ÜBER DAS PROJEKT    
==========================*/

/* Image Center Section */

.middle-section-center {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 10rem 3rem 0rem 3rem;
}

.middle-section-about {
  width: 60vw;
  height: 70vh;
  background-color: var(--grey-light);
  border-radius: 1.2rem;
  margin-bottom: 5rem;
}

.middle-section-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
}

/* Quellen */

.rich-text h3 .quellen {
  display: inline-block;
  padding-bottom: 3rem;
  font-family: "ABCWhyteInktrapVariable-Trial";
  letter-spacing: -0.03em;
  color: var(--orange);
}
