.small-teasers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  text-align: left;
}
.small-teaser {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(25% - 20px);
  flex: 1 0 calc(25% - 20px);
  margin: 0 10px 20px;
  background: #fff;
}
.small-teaser:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--blue)), to(#fff));
  background-image: linear-gradient(to bottom, var(--blue) 0%, #fff 100%);
}
.small-teaser:hover:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 8px;
  right: 8px;
  height: 5px;
  background: var(--grey);
}
.small-teaser--special {
  background: #000;
  color: #fff;
}
.small-teaser--special:hover {
  background: #000;
}
.small-teaser a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 1px;
  padding: 19px 9px;
  background: #fff;
}
.small-teaser--special a {
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 22, 213, 0.6)), to(rgba(8, 14, 62, 0))), url(../images/bd-pattern.svg);
  background: linear-gradient(to bottom, rgba(0, 22, 213, 0.6) 0%, rgba(8, 14, 62, 0) 100%), url(../images/bd-pattern.svg);
}
.small-teaser figure {
  position: relative;
  z-index: 1;
  margin: -20px 0 10px;
}
.small-teaser--special figure {
  display: none;
}
.small-teaser__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.small-teaser__author svg {
  position: relative;
  width: 7px;
  height: 7px;
  margin-right: -2px;
  background: #fff;
  z-index: 1;
  padding: 1px;
}
.small-teaser--special .small-teaser__author svg {
  fill: #fff;
  background: var(--dark-blue);
}
.small-teaser__author figure {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42px;
  height: 42px;
  padding: 2px;
  margin: 0 10px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.small-teaser--special .small-teaser__author figure {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.small-teaser__author figure img {
  border-radius: 50%;
}
.small-teaser__author .small-teaser__category {
  margin: 0;
}
.small-teaser__category {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 1.6px;
  font-weight: bold;
  color: var(--blue);
}
.small-teaser--special .small-teaser__category {
  color: #fff;
}
.small-teaser h4 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
}
.small-teaser--special h4 {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.small-teaser:not(.small-teaser--special):hover h4 {
  color: var(--blue);
}
.small-teaser__summary {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin: 0 0 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--dark-grey);
}
.small-teaser--special .small-teaser__summary {
  color: var(--grey);
}
.small-teaser--special time,
.small-teaser--special .date {
  color: #fff;
}

@media screen and (max-width: 1100px) and (min-width: 1025px),
screen and (max-width: 800px) {
  .small-teaser {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(33.3333% - 20px);
    flex: 1 0 calc(33.3333% - 20px);
  }
}

@media screen and (max-width: 1024px) {
  .small-teaser h4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
  .small-teaser__summary {
    display: none;
  }
}

@media screen and (max-width: 600px) and (min-width: 451px) {
  .small-teaser {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
  }
  .small-teaser__author figure {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 450px) {
  .small-teasers {
    display: block;
    margin: 0;
  }
  .small-teaser {
    margin: 0 0 10px;
  }
  .small-teaser a {
    min-height: 93px;
    padding: 10px 10px 10px 140px;
  }
  .small-teaser--special:not(.small-teaser--special-authored) a {
    background: #fff;
    color: #000;
  }
  .small-teaser figure {
    position: absolute;
    top: 10px;
    left: 0;
    width: 130px;
    margin: 0;
  }
  .small-teaser__author {
    margin: 0 0 5px;
  }
  .small-teaser__author figure {
    position: relative;
    top: auto;
    left: auto;
    width: 35px;
    height: 35px;
    margin: 0 10px 0 0;
  }
  .small-teaser--special figure {
    display: block;
  }
  .small-teaser__category {
    margin: 0 0 6px;
  }
  .small-teaser--special:not(.small-teaser--special-authored) .small-teaser__category {
    color: var(--blue);
  }
  .small-teaser--special h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .small-teaser--special:not(.small-teaser--special-authored) time {
    color: var(--blue);
  }
  .small-teaser--special:not(.small-teaser--special-authored) .date {
    color: var(--dark-grey);
  }
}
