
@media (min-width: 991px) {
  .teaserlist__base {
    --text-decoration-hover: 0px 4px 0px -1px var(--o-articlelist-title-color);
  }
  .teaserlist__list {
    --o-articlelist-gutter: var(--d100);
  }
  .teaserlist__item--first {
    --overlap-size: -53px;
  }
  .teaserlist__list--enhanced .teaserlist__item {
    grid-column: span 4;
  }
  .teaserlist__list--enhanced .teaserlist__item--first {
    grid-column: span 8;
  }
  .teaserlist__list--enhanced .teaserlist__item--first::before {
    display: block;
  }
  .teaserlist__list--simple .teaserlist__item:nth-child(3n+3)::before {
    display: none;
  }
  .teaserlist__list--enhanced .teaserlist__item:nth-child(2)::before, .teaserlist__list--enhanced .teaserlist__item:nth-of-type(3n + 5)::before {
    display: none;
  }
  .teaserlist__item--first .teaserlist__picture + .teaserlist__box {
    width: calc(100% - var(--d110));
  }
}
@media (min-width: 1678px) {
  .teaserlist__list {
    --o-articlelist-gutter: 100px;
  }
  .teaserlist__item--first {
    --overlap-size: -56px;
  }
}