.auflistung_container {
  max-width: 1104px;
  margin: 50px auto 50px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 414px auto;
  gap: 40px;
}

.auflistung_left {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/*
.hintergrund_container.Weiß .auflistung_left {
  color: #000;
}*/

.auflistung_left_image {
  margin-top: 50px;
  border-radius: 15px;
}

.auflistung_slogan p {
  background-color: #4200FF;
  display: inline;
  padding-bottom: 0 !important;
}

.auflistung_intro, .auflistung_content, .auflistung_outro {
  color: #000;
  font-family: 'Cabin';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.auflistung_content_container a {
  text-decoration: underline;
  color: #000;
}

.hintergrund_container.Schwarz .auflistung_content_container a {
  color: #fff;
}

.auflistung_nr {
  color: #000;
  font-family: 'Space Grotesk';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 50px;
}

.auflistung_outro_headline {
  color: #000;
  font-family: 'Space Grotesk';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
}


.auflistung_spacer {
  padding-bottom: 50px;
  border-top: 1px solid black;
  margin-top: 50px;
}


@media (max-width: 865px) {
  .auflistung_container {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .hintergrund_container .auflistung_container {
    padding: 0;
  }

  .auflistung_slogan {
    font-size: 32px;
  }

  .auflistung_intro, .auflistung_content, .auflistung_outro {
    font-size: 16px;
  }

  .auflistung_spacer {
    margin-top: 30px;
  }

  .auflistung_nr {
    font-size: 30px;
    margin-top: 30px;
  }

  .auflistung_outro_headline {
    font-size: 30px;
  }

  .auflistung_left_image {
    display: block;
    margin: 50px auto 20px;
    max-height: 485px;
    /* width: 100%; */
  }
}
