@media only screen and (max-width: 1024px) {
  .block--news-teaser .news-teaser {
    width: calc(100vw - 32px);
    overflow: hidden;
  }
}
.block--news-teaser .news-teaser__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1024px) {
  .block--news-teaser .news-teaser__head {
    flex-direction: column;
  }
}
.block--news-teaser .news-teaser__headline {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .block--news-teaser .news-teaser__headline {
    width: 100%;
  }
}
.block--news-teaser .news-teaser__filter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  width: 50%;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .block--news-teaser .news-teaser__filter {
    align-items: flex-start;
    width: 100%;
  }
}
.block--news-teaser .news-teaser__filter .filter__label {
  display: block;
  margin-bottom: 12px;
}
.block--news-teaser .news-teaser__filter .filter__tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  .block--news-teaser .news-teaser__filter .filter__tags {
    justify-content: flex-start;
  }
}
.block--news-teaser .news-teaser__filter .filter__tag {
  cursor: pointer;
  background-color: var(--c-white);
  color: var(--c-black);
  border: 1px solid var(--c-black);
  border-radius: 16px;
  padding: 4px 12px;
}
.block--news-teaser .news-teaser__filter .filter__tag:focus, .block--news-teaser .news-teaser__filter .filter__tag:hover, .block--news-teaser .news-teaser__filter .filter__tag.active {
  background-color: var(--c-tertiary);
}
.block--news-teaser .news-teaser__filter .filter__tag:not(.animation--disabled) {
  transition: background-color 350ms var(--cb);
}
@media only screen and (max-width: 1024px) {
  .block--news-teaser .news-teaser__news {
    display: grid;
    grid-template-columns: repeat(var(--card-count), 1fr);
    gap: 12px;
    overflow: auto;
    scroll-snap-type: x mandatory;
    padding: 0 16px 16px 0;
    margin-right: -16px;
  }
  .block--news-teaser .news-teaser__news .news-single:last-child {
    margin-right: 32px;
  }
}
.block--news-teaser .news-teaser__load-more {
  display: block;
  background-color: transparent;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .block--news-teaser .news-teaser__load-more {
    scroll-snap-align: start;
    display: grid;
    grid-row: auto/span 2;
    grid-template-rows: subgrid;
    background-color: var(--c-tertiary-light);
    height: 100%;
    width: calc(100vw - 64px);
    position: relative;
  }
  .block--news-teaser .news-teaser__load-more:last-child {
    margin-right: 32px;
  }
  .block--news-teaser .news-teaser__load-more .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.section--tertiary .block--news-teaser .news-teaser__news-single {
  background-color: var(--c-white);
}
.section--tertiary .block--news-teaser .news-teaser__news-single:hover {
  background-color: var(--c-tertiary);
}
@media only screen and (max-width: 1024px) {
  .section--tertiary .block--news-teaser .news-teaser__load-more {
    background-color: var(--c-white);
  }
}

.enlarge-buttons .block--news-teaser .news-teaser__filter .filter__tag {
  padding: 8px 16px;
}
.enlarge-buttons .block--news-teaser .news-teaser__news-single {
  padding: 16px 60px 16px 16px;
}
.enlarge-buttons .block--news-teaser .news-teaser__news-single--wo-thumbnail {
  padding: 32px 60px 32px 60px;
}

/*# sourceMappingURL=block_news_teaser.css.map */
