.author-teaser {
  padding: 0 10px 15px;
  background: #fff;
}
.author-teaser + .author-teaser {
  border-top: 1px solid rgba(106, 106, 106, 0.2);
}
.author-teaser__info {
  position: relative;
  display: block;
  margin: 0 -10px 20px;
  padding: 30px 10px 15px 85px;
  background: var(--baby-blue);
}
.author-teaser__info--no-photo {
  padding: 25px 10px 15px 30px;
}
.author-teaser--promo .author-teaser__info {
  margin: 0 -10px 10px;
  padding: 26px 20px 26px 110px;
  background: var(--darker-blue);
  color: #fff;
}
.author-teaser--promo .author-teaser__info:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background: #fff;
}
.author-teaser--medium {
  position: relative;
  background: #000 url(../../images/bd-pattern.svg) repeat;
  color: #fff;
}
.author-teaser--medium .author-teaser__info {
  position: relative;
  margin: 0 -10px 10px;
  padding: 0;
  background: none;
}
.author-teaser--medium:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background: transparent linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, #000 100%)
}
.author-teaser--medium:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(8, 14, 62, 0) 50%, rgba(0, 22, 213, 0.6) 100%);
}
.author-teaser__quote {
  position: absolute;
  top: 37px;
  left: 9px;
  z-index: 1;
  width: 9px;
  height: 9px;
  padding: 1px;
  background: var(--baby-blue);
  fill: var(--blue);
}
.author-teaser--promo .author-teaser__quote {
  top: 46px;
  left: 7px;
  width: 11px;
  height: 11px;
  background: var(--darker-blue);
  fill: #fff;
}
.author-teaser__info figure {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 60px;
  height: 60px;
  padding: 2px;
  border: 1px solid #000;
  border-radius: 50%;
}
.author-teaser--promo figure {
  width: 80px;
  height: 80px;
  border-color: #fff;
}
.author-teaser--promo figure:before {
  content: '';
  position: absolute;
  top: -3px;
  right: -3px;
  width: 45px;
  height: 83px;
  background: var(--darker-blue) url(../../images/bd-circle.svg) 3px 0 no-repeat;
  background-size: contain;
}
.author-teaser__info img {
  position: relative;
  border-radius: 50%;
}
.author-teaser__name {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: bold;
}
.author-teaser--promo .author-teaser__name {
  font-size: 2rem;
  line-height: 2.4rem;
}
.author-teaser--medium .author-teaser__name {
  position: relative;
  z-index: 1;
  padding: 20px 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 2rem;
  line-height: 2.4rem;
  color: #fff;
}
.author-teaser--medium article {
  position: relative;
  z-index: 1;
}
.author-teaser article a {
  position: relative;
  display: block;
  padding: 0 10px 0 20px;
}
.author-teaser__icon {
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 8px;
  fill: var(--blue);
}
.author-teaser--medium .author-teaser__icon {
  top: 5px;
  fill: currentColor;
}
.author-teaser h5 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: normal;
  font-style: italic;
}
.author-teaser--medium h5 {
  min-height: 90px;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-style: normal;
  font-weight: bold;
}
.author-teaser__summary {
  margin: 0 0 20px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: var(--darker-grey);
}
.author-teaser time {
  display: block;
}
.author-teaser--medium .date,
.author-teaser--medium time {
  color: #fff;
}

.author-teaser--vertical {
  padding: 0 20px 15px;
  background: linear-gradient(200deg, rgba(0, 22, 213, 0.7) 0%, rgba(8, 14, 62, 0) 100%), url(../../images/bd-pattern.svg), linear-gradient(to top,#000,#000) no-repeat;
  color: #fff;
}
.author-teaser--vertical .author-teaser__info {
  margin: 0 -20px 25px;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  background: none;
}
.author-teaser__img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px;
}
.author-teaser__img svg {
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 10px;
  height: 12px;
  fill: #fff;
  z-index: 1;
  background: var(--dark-blue);
  padding: 2px 0;
}
.author-teaser__img figure {
  position: relative;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 50%;
}
.author-teaser__img figure:before {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: calc(50% - 2px);
  background: url(../../images/bd-circle.svg) 3px 0 no-repeat;
  background-size: contain;
  right: -5px;
}
.author-teaser__img figure:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.author-teaser--vertical .author-teaser__name {
  font-size: 2rem;
  line-height: 2.2rem;
}
.author-teaser--vertical article a {
  padding: 0;
}
.author-teaser--vertical h5 {
  margin: 0 0 15px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-style: normal;
  font-weight: bold;
}
.author-teaser--vertical .author-teaser__summary {
  color: #fff;
}
.author-teaser--vertical .default-date > * {
  color: #fff;
}


@media screen and (max-width: 1024px) and (min-width: 601px) {
  .authors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .authors > h4 {
    width: 100%;
  }
  .author-teaser {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
  }
  .author-teaser + .author-teaser {
    border-top: 0;
  }
  .author-teaser:nth-child(2n+1) {
    border-left: 1px solid var(--light-grey);
  }
  .author-teaser__info {
    min-height: 61px;
  }
}

@media screen and (max-width: 1024px) {
  .author-teaser--medium .author-teaser__name {
    padding: 15px 10px 12px;
    text-align: center;
    font-size: 1.8rem;
  }
  .author-teaser--medium h5 {
    min-height: 60px;
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .author-teaser--medium .author-teaser__icon {
    top: 9px;
  }
  .author-teaser--vertical {
    padding: 0 30px 15px;
  }
  .author-teaser--vertical .author-teaser__info {
    margin: 0 -30px 25px;
    padding: 20px 30px;
  }
  .author-teaser--vertical h5 {
    font-size: 2rem;
  }
}
