.dm-teaserCluster__nav {
  overflow: hidden;
  position: relative;
  margin-top: -1rem;
  margin-bottom: 0;
}

.dm-teaserCluster__nav ul::before {
  content: none;
}

.dm-teaserCluster__nav ul {
  margin-bottom: 2rem;
}

.dm-teaserCluster__nav li a {
  font-family: var(--headlineFont);
  font-size: 1.2rem;
  text-transform: none;
  color: var(--darkGrey);
}

.dm-teaserCluster__nav li {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid var(--darkGrey);
  padding: 0 10px 3px 10px;
}

.dm-teaserCluster__nav li:hover a {
  color: var(--brandColor);
}

.dm-teaserCluster__nav li:last-child {
  border: none;
}

@media (min-width: 768px) {

  .dm-teaserCluster__nav ul {
    justify-content: left;

  }

  .dm-teaserCluster__nav:after {
    background: none;
  }
}
