.default-teasers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.default-teasers--double article {
  flex: 1 0 calc(50% - 20px);
}
.default-teaser {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(33.3333% - 20px);
  flex: 1 0 calc(33.3333% - 20px);
  min-height: 400px;
  margin: 0 10px 20px;
  text-align: left;
  color: #fff;
}
.default-teaser--special {
  background: #000;
}
.default-teaser a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
.default-teaser--special a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(to bottom, rgba(0, 22, 213, 0.6) 0%, rgba(8, 14, 62, 0) 100%), url(../images/bd-pattern.svg);
}
.default-teaser picture,
.default-teaser figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.default-teaser img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.default-teaser--special picture,
.default-teaser--special figure {
  display: none;
}
.default-teaser__info {
  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;
  width: 100%;
  padding: 12px 20px 20px;
  background-color: rgba(8, 14, 62, 0.8);
}
.default-teasers--dark .default-teaser__info {
  background-color: rgba(0, 0, 0, 0.8);
}
.default-teaser--special .default-teaser__info {
  height: 100%;
  padding: 20px;
  background: transparent;
}
.default-teaser__arrow {
  display: none;
  margin: 0 0 20px;
  width: 7px;
  height: 8px;
  fill: #fff;
}
.default-teaser__category {
  display: block;
  margin: 0 0 4px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 1.6px;
  font-weight: bold;
}
.default-teaser h4 {
  margin: 10px 0 20px;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.default-teaser__summary {
  display: none;
  -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(--grey);
}
.default-teaser--special .default-teaser__summary {
  display: block;
}
.default-teaser time {
  display: block;
  color: #fff;
}
.default-teaser .date {
  color: #fff;
}


@media screen and (min-width: 1025px) {
  .default-teaser:hover:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 8px;
    right: 8px;
    height: 5px;
    background: var(--grey);
  }
  .default-teaser--special:hover a {
    background-image: linear-gradient(to bottom, rgba(0, 22, 213, 0.7) 0%, rgba(8, 14, 62, 0.7) 100%), url(../images/bd-pattern.svg);
  }
  .default-teaser:hover .default-teaser__info {
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 22, 213, 0.85) 0%, rgba(8, 14, 62, 0.85) 100%);
  }
  .default-teasers--dark .default-teaser:hover .default-teaser__info {
    background: linear-gradient(to bottom, rgba(112, 112, 112, 0.85) 0%, rgba(0, 0, 0, 0.95) 100%);
  }
  .default-teaser--special:hover .default-teaser__info {
    background: transparent;
  }
  .default-teaser:hover .default-teaser__arrow {
    display: block;
    margin: 10px 0 20px;
  }
  .default-teaser:hover .default-teaser__summary {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .default-teaser h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

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

@media screen and (max-width: 600px) {
  .default-teasers {
    display: block;
    margin: 0;
  }
  .default-teaser {
    min-height: 93px;
    margin: 0 0 10px;
    background: #fff;
    color: #000;
  }
  .default-teaser a {
    padding: 10px 10px 10px 140px;
  }
  .default-teaser--special a {
    background: none;
  }
  .default-teaser picture,
  .default-teaser figure {
    top: 10px;
    width: 130px;
    height: 73px;
  }
  .default-teaser--special picture,
  .default-teaser--special figure {
    display: block;
  }
  .default-teaser__info,
  .default-teasers--dark .default-teaser__info,
  .default-teaser--special .default-teaser__info {
    padding: 0;
    background: none;
  }
  .default-teaser__category {
    display: none;
  }
  .default-teaser h4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin: 0 0 10px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .default-teaser--special .default-teaser__summary {
    display: none;
  }
  .default-teaser time,
  .default-teaser .date {
    color: #000;
  }
}
