.container-teaser-grid-small {
  margin-top: 3rem;
  padding: 5.1rem 1.87rem 4.5rem;
  position: relative;
}

.container-teaser-grid-small > div {
  margin: auto;
  position: relative;
  max-width: 1600px;
  z-index: 1;
}

.container-teaser-grid-small > div > h2 {
  margin-top: 0;
  text-align: center;
}

.teaser-grid-small {
  margin: 2.6rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.teaser-grid-small a {
  text-decoration: none;
}

.teaser-grid-small__item {
  grid-template-columns: 1fr 2fr;
  max-width: 630px;
  background-color: #fff;
}

.teaser-grid-small__item-img {
  width: 33.33%;
  height: 33.33%;
}

.teaser-grid-small__item > div {
  padding: 1rem 1.5rem 1.75rem 1.5rem;
}

.teaser-tile-type:not(:last-of-type)::after,
.teaser-tile-category:not(:last-of-type)::after,
.teaser-tile-date:not(:last-of-type)::after {
  content: " / ";
}

.teaser-grid-small__item h3 {
  margin-top: .25em;
}

.teaser-grid-small__item h3:focus,
.teaser-grid-small__item h3:hover {
  color: #e20074;
  cursor: pointer;
  outline: none;
}

.teaser-grid-small__item .text-link:last-of-type {
  margin-top: 1rem;
  display: block;
  font-size: 1.375rem;
  text-decoration: none;
}

.teaser-grid-small__item .text-link:last-of-type::after {
  content: "\A7\A7";
  margin-left: .2em;
  position: relative;
  top: .17em;
  font-family: TeleIcon-Outline;
  font-size: 1em;
  letter-spacing: -0.12em;
}

.container-teaser-grid-small .button,
.container-teaser-grid-small button {
  margin: 3.25rem auto 0;
  display: table;
  width: 240px;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .container-teaser-grid-small .button,
  .container-teaser-grid-small button {
    margin: 1.25rem auto 0;
  }
}

/* dark background */
.container-teaser-grid-small.dark > div > h2 {
  color: #fff;
}

/* full-view */
.container-teaser-grid-small.full-view {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .teaser-grid-small {
    grid-template-columns: 1fr;
  }

  .container-teaser-grid-small.full-view .teaser-grid-small {
    grid-template-columns: 1fr 1fr;
  }

  .teaser-grid-small__item {
    max-width: none;
  }
}

@media screen and (max-width: 799px) {
  .container-teaser-grid-small {
    padding: 3rem 10px 2.5rem;
  }

  .teaser-grid-small {
    grid-template-columns: 1fr;
  }

  .teaser-grid-small__item {
    max-width: none;
  }

  .container-teaser-grid-small.full-view .teaser-grid-small {
    grid-template-columns: 1fr;
  }
}
