.teaser {
  display: flex;
  transition: opacity 0.7s ease-out;
}
@media (min-width: 48rem) {
  .teaser {
    display: flex;
    justify-content: space-between;
  }
}

.teaser__image {
  align-self: flex-start;
  background-color: #747481;
  flex: none;
  position: relative;
}
@media (max-width: 47.99875rem) {
  .teaser__image {
    margin-right: 1.25rem;
    width: 4.0625rem;
  }
}
@media (min-width: 37.5rem) {
  .teaser__image {
    width: 4.6875rem;
  }
}
@media (min-width: 48rem) {
  .teaser__image {
    margin-right: 30px;
    width: 33.3333333333%;
  }
  .teaser--without-image .teaser__image {
    height: 0;
    padding-top: 33.3333333333%;
  }
}
@media (min-width: 62rem) {
  .teaser__image {
    margin-right: 4.347826087%;
    width: 21.7391304348%;
  }
  .teaser--without-image .teaser__image {
    height: 0;
    padding-top: 16.3043478261%;
  }
}

.teaser__images {
  background: #eef1f4;
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.teaser__images::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.teaser__images-image {
  margin-left: -0.25rem;
  margin-top: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (min-width: 48rem) {
  .teaser__images-image {
    margin-top: 0.4rem;
  }
}
@media (min-width: 62rem) {
  .teaser__images-image {
    margin-top: 0.5rem;
  }
}
.teaser__images-image a {
  line-height: 0;
  display: block;
}
.teaser__images-image img {
  display: inline;
  max-width: 45%;
  transition: all 0.2s ease-in-out;
}
.teaser__images-image:nth-of-type(1) {
  transform: rotate(0deg);
}
.teaser__images-image:nth-of-type(2) {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}
.teaser__images-image:nth-of-type(2) img {
  transform: rotate(7deg);
  transform-origin: right bottom;
  margin-right: -0.9375rem;
  margin-top: 0.625rem;
}
@media (min-width: 48rem) {
  .teaser__images-image:nth-of-type(2) img {
    margin-right: -1.5625rem;
    margin-top: 2.25rem;
  }
}
@media (min-width: 62rem) {
  .teaser__images-image:nth-of-type(2) img {
    margin-right: -0.9375rem;
    margin-top: 1.25rem;
  }
}
@media (min-width: 75rem) {
  .teaser__images-image:nth-of-type(2) img {
    margin-top: 1.5625rem;
  }
}

.teaser__main {
  max-width: 100%;
}
@media (min-width: 48rem) {
  .teaser__main {
    display: flex;
  }
}
@media (max-width: 61.99875rem) {
  .teaser--narrow .teaser__main {
    display: block;
  }
}

.teaser__content {
  flex: auto;
}
@media (max-width: 61.99875rem) {
  .teaser--narrow .teaser__content:not(:last-child) {
    margin-bottom: 1em;
  }
}

@media (max-width: 47.99875rem) {
  .teaser__footer:not(:first-child) {
    margin-top: 1em;
  }
}
@media (min-width: 48rem) {
  .teaser__footer {
    align-items: stretch;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 62rem) {
  .teaser__footer {
    flex: none;
    margin-left: 4.347826087%;
    min-width: 8em;
    text-align: right;
    width: 17.3913043478%;
  }
}

.teaser__image + .teaser__main {
  flex: 1;
}
@media (min-width: 62rem) {
  .teaser__image + .teaser__main {
    width: 57.1428571429%;
  }
}

.teaser__date-wrapper {
  padding: 1em;
}
@media (min-width: 48rem) {
  .teaser__date-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.teaser--with-image .teaser__date-wrapper, .teaser--has-image .teaser__date-wrapper {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 50%);
}

.teaser__date {
  color: #fff;
}

.teaser__date-month {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
}
.teaser__date-month {
  font-size: 0.6527777778rem;
}
@media (min-width: 48rem) {
  .teaser__date-month {
    font-size: 0.8333333333rem;
  }
}
@media (min-width: 62rem) {
  .teaser__date-month {
    font-size: 1rem;
  }
}

.teaser__date-date {
  display: block;
}
.teaser__date-date {
  font-size: 1.0347222222rem;
}
@media (min-width: 48rem) {
  .teaser__date-date {
    font-size: 1.40625rem;
  }
}
@media (min-width: 62rem) {
  .teaser__date-date {
    font-size: 1.875rem;
  }
}

.teaser__date-time {
  display: block;
}
.teaser__date-time {
  font-size: 0.6527777778rem;
}
@media (min-width: 48rem) {
  .teaser__date-time {
    font-size: 0.8333333333rem;
  }
}
@media (min-width: 62rem) {
  .teaser__date-time {
    font-size: 1rem;
  }
}

.teaser__title {
  font-size: 0.9583333333rem;
}
@media (min-width: 48rem) {
  .teaser__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 62rem) {
  .teaser__title {
    font-size: 1.5rem;
  }
}
.teaser__title {
  line-height: 1.2;
}
.teaser__title:not(:last-child) {
  margin-bottom: 0.5em;
}

.teaser__supertitle {
  font-size: 0.5763888889rem;
}
@media (min-width: 48rem) {
  .teaser__supertitle {
    font-size: 0.7291666667rem;
  }
}
@media (min-width: 62rem) {
  .teaser__supertitle {
    font-size: 0.875rem;
  }
}
.teaser__supertitle {
  line-height: 1.2;
}

a.teaser__title {
  color: #130f13;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
a.teaser__title:hover, a.teaser__title:focus {
  color: #747481;
}
a.teaser__title:active, a.teaser__title.active--trail {
  color: #747481;
}

.teaser__title-link {
  color: #130f13;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
.teaser__title-link:hover, .teaser__title-link:focus {
  color: #747481;
}
.teaser__title-link:active, .teaser__title-link.active--trail {
  color: #747481;
}

.teaser__meta {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
.teaser__meta > :not(:last-child) {
  margin-right: 1.5em;
}

.teaser__type {
  font-size: 0.5763888889rem;
}
@media (min-width: 48rem) {
  .teaser__type {
    font-size: 0.7291666667rem;
  }
}
@media (min-width: 62rem) {
  .teaser__type {
    font-size: 0.875rem;
  }
}
.teaser__type:not(:last-child) {
  margin-bottom: 1.875rem;
}

.teaser__reservation-date {
  font-size: 0.7291666667rem;
}
@media (min-width: 48rem) {
  .teaser__reservation-date {
    font-size: 0.9375rem;
  }
}
@media (min-width: 62rem) {
  .teaser__reservation-date {
    font-size: 1.125rem;
  }
}

.teaser__reservation-date-date {
  display: inline-block;
  font-weight: 900;
  margin-right: 0.625em;
}
.teaser__reservation-date-date:after {
  background-image: radial-gradient(circle, #818487 0.0825em, transparent 0.0876em);
  background-repeat: repeat-y;
  background-size: 0.3125em 0.3125em;
  background-position: top center;
  content: "";
  display: inline-block;
  height: 1.5625em;
  position: relative;
  left: 0.5em;
  width: 0.325em;
  top: 0.3625em;
}

.teaser__reservation-date-time {
  display: inline-block;
}

.teaser__subtitle {
  font-size: 0.5763888889rem;
}
@media (min-width: 48rem) {
  .teaser__subtitle {
    font-size: 0.7291666667rem;
  }
}
@media (min-width: 62rem) {
  .teaser__subtitle {
    font-size: 0.875rem;
  }
}
.teaser__subtitle {
  line-height: 1.2;
}

.teaser__description {
  width: 100%;
}

.teaser__dateline {
  white-space: nowrap;
}
.teaser__dateline {
  font-size: 0.7291666667rem;
}
@media (min-width: 48rem) {
  .teaser__dateline {
    font-size: 0.9375rem;
  }
}
@media (min-width: 62rem) {
  .teaser__dateline {
    font-size: 1.125rem;
  }
}

.teaser__author {
  font-size: 0.7291666667rem;
}
@media (min-width: 48rem) {
  .teaser__author {
    font-size: 0.9375rem;
  }
}
@media (min-width: 62rem) {
  .teaser__author {
    font-size: 1.125rem;
  }
}
.teaser__author:not(:last-child) {
  margin-bottom: 0.5em;
}

.teaser__more-link:not(:first-child) {
  margin-top: 30px;
}

.teaser__tags {
  margin-top: 1em;
}
.teaser__tags {
  font-size: 0.7291666667rem;
}
@media (min-width: 48rem) {
  .teaser__tags {
    font-size: 0.9375rem;
  }
}
@media (min-width: 62rem) {
  .teaser__tags {
    font-size: 1.125rem;
  }
}
.teaser__tags a:not([class]) {
  color: #747481;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
.teaser__tags a:not([class]):hover, .teaser__tags a:not([class]):focus {
  color: #4c4d4f;
  text-decoration: none;
}
.teaser__tags a:not([class]):active, .teaser__tags a:not([class]).active--trail {
  color: #4c4d4f;
  color: #747481;
}

.teaser--no-image .teaser__main {
  width: 100%;
}

.teaser--has-image .teaser__image {
  aspect-ratio: auto 500/500;
}
.teaser--has-image .teaser__image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}

.teaser--canceled {
  opacity: 0.6;
}

.teaser--stub {
  align-items: stretch;
}
.teaser--stub .teaser__supertitle,
.teaser--stub .teaser__title {
  background-color: #eef1f4;
  height: 1em;
}
.teaser--stub .teaser__type {
  background-color: #eef1f4;
  height: 1em;
  display: block;
  width: 6em;
}
.teaser--stub .teaser__image {
  background-color: #eef1f4;
  align-self: auto;
}
.teaser--stub .teaser__description {
  background-color: #eef1f4;
  height: 4em;
}

@media (max-width: 37.49875rem) {
  .teaser--reservation .teaser__image {
    display: none;
  }
}

.teaser--event .teaser__image {
  aspect-ratio: auto;
}
.teaser--event .teaser__image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: none;
}