#ankerverlinkungContainer {
  padding: 50px 0px 70px 20px;
  position: relative;
}

.anker_container {
    display: block;
    max-width: 1104px;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

.anker_links {
    position: relative;
    display: inline-flex;
    overflow-x: hidden;
    gap: 37px; /* Abstand zwischen den Links */
    white-space: nowrap;
    cursor: grab;
}

.anker_item {
    white-space: nowrap; /* Verhindert das Umbruch der Texte */
}

.anker_intro {
  color: #000;
  font-family: 'Space Grotesk';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 123px;
  display: inline-block;
  margin-bottom: 20px;
}

.anker_item {
  color: #000;
  font-family: 'Space Grotesk';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}

@media (max-width: 1050px) {
  .anker_links {
      display: flex;
      margin-top: 30px;
      padding-right: 40px;
    }
}

@media (max-width: 865px) {
  .hintergrund_container .anker_container {
    padding: 0;
  }

  .anker_container::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34px;
    background: linear-gradient(to right, rgba(158, 173, 249, 0.6), rgba(158, 173, 249, 1));
    pointer-events: none;
    height: 20px;
  }

  #ankerverlinkungContainer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
