@media (max-width: 86em) {
  * {
    cursor: default;
  }

  body {
    overflow-x: hidden;
  }

  .cursor-point {
    display: none;
  }
}

@media (max-width: 84em) {
  h1 {
    font-size: 10rem;
  }

  .chapter-number {
    font-size: 3.5rem;
  }

  .sphere {
    flex-direction: column;
  }

  .sphere-item__left {
    align-self: flex-start;
    padding-bottom: 8rem;
  }

  .sphere-item__container {
    align-self: flex-end;
    width: 60vw;
  }

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

  .like--section {
    width: 65%;
  }

  .bento-div.section-title {
    font-size: 0.9vw;
  }

  .middle-section__02 img {
    object-fit: contain;
  }
}

@media (max-width: 71em) {
  h1 {
    font-size: 8rem;
  }

  .header-content {
    height: 100vh;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .explore {
    align-self: end;
    grid-row: 3/4;
  }

  .header-anim {
    grid-row: 2/3;
  }

  .header-anim__02 {
    grid-row: 2/3;
  }

  .header-anim__03 {
    grid-row: 2/3;
  }

  .header-text {
    grid-row: 3/4;
    grid-column: 2/4;
    align-self: center;
    justify-self: center;
  }

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

  .middle-section__02 {
    height: 30vh;
  }

  .middle-section__02.second-image {
    height: 30vh;
  }

  .strat-section__03 {
    height: 40vh;
  }

  .intro-section-anim__03 {
    width: 60vw;
    height: 100%;
  }

  .intro-section-anim__03 img {
    object-fit: contain;
  }

  .like--section {
    width: 100%;
    height: 40vh;
  }

  .blurple {
    min-height: max-content;
  }

  .end-section__02 {
    height: 40vh;
  }

  .fazit-wrapper {
    height: 70vh;
  }

  .cta-section {
    height: 70vh;
  }
}

@media (max-width: 58em) {
  h1 {
    font-size: 6rem;
  }

  .chapter-number {
    font-size: 2.5rem;
  }

  .column-wrapper {
    flex-direction: column;
  }

  .text-wrapper.medium-larger {
    padding-top: 8rem;
  }

  .blurple {
    margin-bottom: 10rem;
  }

  .middle-section {
    padding: 0 3rem 10rem 3rem;
  }

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

  .fazit-wrapper {
    height: 100vh;
  }

  .cta-section {
    height: 100vh;
  }
}

@media (max-width: 43em) {
  .header {
    font-size: 1.8rem;
    padding: 2rem 2rem;
  }

  .logo {
    max-width: 80%;
    height: 100%;
  }

  ul {
    width: 80vw;
  }

  ul li a {
    font-size: 3rem;
    align-items: center;
  }

  h1 {
    font-size: 4.5rem;
    text-align: left;
  }

  .chapter-number {
    padding-bottom: 1rem;
  }

  .chapter-number:nth-child(3) {
    display: none;
  }

  .header-absolute {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .explore {
    grid-column: 1/4;
  }

  .header-anim {
    grid-row: 1/3;
  }

  .header-anim__02 {
    grid-row: 1/3;
  }

  .header-anim__03 {
    grid-row: 1/3;
  }

  .header-text {
    grid-column: 2/4;
    align-self: flex-start;
    justify-self: center;
  }

  p.header-text {
    line-height: 125%;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper.padding-left,
  .text-wrapper.padding-left-small {
    padding-left: 0;
  }

  .intro__text p {
    line-height: 1.3em;
  }

  .text-wrapper.medium-intro {
    padding-top: 15rem;
  }

  .arrow {
    height: 30vh;
  }

  .intro__02 {
    padding: 0 2rem 1rem 2rem;
    height: 40vh;
  }

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

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

  .sphere-item {
    width: 25rem;
    max-width: 25rem;
    height: 25rem;
  }

  .sphere-item-02 {
    width: 30rem;
    max-width: 30rem;
    height: 30rem;
  }

  /* .sphere-item-02 img {
    object-fit: contain;
  } */

  .sphere-item__container {
    align-self: center;
  }

  .blurple_container {
    padding: 0;
  }

  .blurple__img {
    height: 30rem;
  }

  .blurple__img img {
    scale: 1.1;
    object-fit: contain;
  }

  .blurple-right {
    padding-right: 0;
  }

  .card-center {
    width: 30rem;
    padding-bottom: 25rem;
  }

  .card--complete {
    height: 40rem;
  }

  .card {
    min-height: 40rem;
    width: 30rem;
  }

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

  .card__figure {
    width: 300px;
    height: 300px;
  }

  .sd-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sd-data_wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .sd-data_col {
    height: min-content;
    flex-direction: column;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sd-header {
    width: 100%;
    padding-bottom: 5rem;
  }

  .end-section {
    padding: 0 3rem;
  }

  .end-section__02 {
    column-gap: 2rem;
  }

  .value-schmerz {
    width: 20rem;
    height: 20rem;

    font-size: 2rem;
  }

  .value-lust {
    width: 5rem;
    height: 5rem;

    font-size: 1rem;
  }

  .value-atme {
    width: 25rem;
    height: 25rem;
    font-size: 2rem;
  }

  .strat-section {
    padding: 0 3rem;
  }

  .strat-section__03 {
    height: 30vh;
  }

  .middle-section-anim.--03 {
    padding: 5rem 3rem 15rem 3rem;
  }

  .like--mich__text h2 {
    font-size: 2rem;
    letter-spacing: -0.01em;
    padding-top: 2rem;
  }

  .intro-achtsamkeit {
    flex-direction: column;
    gap: 5rem;
    padding: 0 2rem;
  }

  .uebergang-section {
    padding: 5rem 3rem;
  }

  .middle-section-anim__02 {
    height: 30vh;
  }

  .rich-text.w-fazit {
    max-width: 90ch;
    padding: 0 2rem;
  }

  .rich-text h3 {
    font-size: 3.5rem;
  }

  .scroll-reveal span:last-child {
    color: var(--black);
  }

  .cta-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    width: 30rem;
    height: 15rem;
  }

  .button .button__item {
    width: 30rem;
    height: 15rem;
  }

  .button .button__item__text {
    font-size: 2rem;
  }

  .footer_main {
    flex-direction: column;
  }

  .bento-div.section-title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 12px;
  }

  .footer_content-wrapper {
    width: 100vw;
    height: max-content;
    grid-row-gap: 4vw;
    flex: 0 auto;
    padding: 3vw;
    flex-direction: column;
  }

  .footer_credits-wrap {
    padding-bottom: 1.5rem;
  }

  .footer_content-titles {
    font-size: 0.8rem;
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    width: 50%;
    line-height: 1.3em;
  }

  .footer_content-names {
    width: 90%;
    font-size: 1rem;
    line-height: 1.2em;
    grid-row-gap: 1rem;

    line-height: 1.3em;
  }

  .footer_content-credits.space_between {
    align-items: flex-start;
  }

  .footer_content-credits {
    padding-top: 2rem;
  }

  .base.small.shrink {
    width: 90%;
    font-size: 1rem;
    line-height: 1.2em;
  }

  .footer_secondary {
    height: max-content;
    padding-top: 3rem;
  }

  .bento-div.small_btn:first-child {
    display: none;
  }

  .bento-div.about_btn {
    font-size: 1rem;
  }

  .bento-div.small_btn:nth-child(3) {
    width: max-content;

    font-size: 1rem;
  }
}
