/*Variables*/
/*Mixins*/
.image-teaser {
  margin-bottom: 30px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(13, 1fr);
  grid-template-areas: "a a a a a a a a d d d d d" "b b b b c c c c d d d d d";
}
@media (min-width: 320px) {
  .image-teaser {
    margin-bottom: calc(2.6315789474vw + 21.5789473684px);
  }
}
@media (min-width: 1460px) {
  .image-teaser {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .image-teaser {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "a a a a" "b b c c" "d d d d";
  }
}
@media (max-width: 480px) {
  .image-teaser {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    display: block;
  }
  .image-teaser figure {
    margin-bottom: 20px;
  }
}
.image-teaser picture {
  height: 100%;
}
.image-teaser picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-teaser figure {
  border-radius: 30px;
  overflow: hidden;
}
.image-teaser figure picture {
  height: 250px;
}
@media (min-width: 769px) {
  .image-teaser figure picture {
    height: calc(14.4717800289vw + 138.7120115774px);
  }
}
@media (min-width: 1460px) {
  .image-teaser figure picture {
    height: 350px;
  }
}
.image-teaser figure:nth-child(1) {
  grid-area: a;
}
.image-teaser figure:nth-child(2) {
  grid-area: b;
}
.image-teaser figure:nth-child(3) {
  grid-area: c;
}
.image-teaser figure:nth-child(4) {
  grid-area: d;
}
.image-teaser figure:nth-child(4) picture {
  height: 520px;
}
@media (min-width: 769px) {
  .image-teaser figure:nth-child(4) picture {
    height: calc(28.9435600579vw + 297.4240231548px);
  }
}
@media (min-width: 1460px) {
  .image-teaser figure:nth-child(4) picture {
    height: 720px;
  }
}
@media (max-width: 768px) {
  .image-teaser figure picture {
    height: 250px;
  }
}
@media (max-width: 768px) and (min-width: 320px) {
  .image-teaser figure picture {
    height: calc(22.3214285714vw + 178.5714285714px);
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .image-teaser figure picture {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .image-teaser figure:nth-child(4) {
    height: 250px;
  }
}
@media (max-width: 768px) and (min-width: 320px) {
  .image-teaser figure:nth-child(4) {
    height: calc(22.3214285714vw + 178.5714285714px);
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .image-teaser figure:nth-child(4) {
    height: 350px;
  }
}
.image-teaser .details {
  position: absolute;
  padding: 20px;
  padding-bottom: 30px;
  left: 0;
  right: 0;
  top: 0;
  color: #FFFFFF;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 100%);
}
@media (min-width: 768px) {
  .image-teaser .details {
    padding: calc(1.4450867052vw + 8.901734104px);
  }
}
@media (min-width: 1460px) {
  .image-teaser .details {
    padding: 30px;
  }
}
.image-teaser .details .title {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 385px) {
  .image-teaser .details .title {
    font-size: calc(0.5581395349vw + 15.8511627907px);
  }
}
@media (min-width: 1460px) {
  .image-teaser .details .title {
    font-size: 24px;
  }
}
.image-teaser .details p {
  margin-bottom: 0;
}
.image-teaser .details .rte {
  color: #FFFFFF;
}
.image-teaser .details .rte ul, .image-teaser .details .rte ol, .image-teaser .details .rte a {
  color: #FFFFFF;
}