.M-ItemTeaserGroup__filterRow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .M-ItemTeaserGroup__filterRow {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
}
.M-ItemTeaserGroup__filterContainer {
  display: flex;
  gap: 1rem;
  flex-grow: 3;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .M-ItemTeaserGroup__filterContainer {
    justify-content: flex-end;
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .M-ItemTeaserGroup__filterContainer {
    flex-grow: 1;
  }
}
.M-ItemTeaserGroup__wrapper {
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .M-ItemTeaserGroup__container {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 992px) {
  .M-ItemTeaserGroup__container {
    gap: 1rem;
  }
}
.M-ItemTeaserGroup__item {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .M-ItemTeaserGroup__item {
    grid-column: span 4;
    margin-bottom: 0;
  }
}
.M-ItemTeaserGroup__item .a-sticker {
  position: absolute;
  top: 0;
  right: 1.5rem;
  z-index: 1;
}

.A-ItemTeaser__linkRegion {
  color: var(--plain-pure__enabled__default__front);
  text-decoration: none;
  transition: all 250ms;
  width: 100%;
}
.A-ItemTeaser__image {
  border: none;
  margin: -1rem -1rem 3rem;
}
.A-ItemTeaser__title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
}
.A-ItemTeaser__title span,
.A-ItemTeaser__title span:last-of-type:not(:first-of-type) {
  text-decoration: none;
}

.m-frok-tab-navigation .M-ItemTeaserGroup__wrapper {
  box-shadow: 0 0 0 100vmax var(--g-gray-95);
  clip-path: polygon(-100vmax 0, 100vmax 0, 100vmax 100%, -100vmax 100%);
}
/*# sourceMappingURL=item-teaser-group.css.map */
