.content-animated .article__featured-image figure figcaption {
  transition: all 0.5s ease 0s;
}
.article__featured-image figure figcaption .copyright {
  cursor: pointer;
}
.article__featured-image figure figcaption .icon-subtext {
  cursor: pointer;
}
.article__featured-image figure figcaption .description {
  cursor: pointer;
}
@media (min-width: 48em) {
  .content-animated .article__featured-image ~ .content__headline {
    transition: padding-bottom 0.25s ease 0s;
  }
}
.article-image figure a {
  transition: all 0.15s ease 0s;
}
.article-image figure a:hover {
  opacity: 0.8;
}
.article-image figure a:hover + figcaption .icon {
  background: #5c5c5c;
}
.article-image figure figcaption .icon.icon-svg-link {
  transition: all 0.15s ease 0s;
  cursor: pointer;
}
.article-slideshow .article-slideshow-object,
.article-slideshow .article-inner-slideshow-object {
  cursor: pointer;
}
.article-slideshow
  .article-slideshow-object:hover
  .article__startgallery-button,
.article-slideshow
  .article-inner-slideshow-object:hover
  .article__startgallery-button {
  background: var(--brand-color);
  color: var(--brand-text);
}
.article-slideshow
  .article-slideshow-object:hover
  .article__startgallery-button
  span,
.article-slideshow
  .article-inner-slideshow-object:hover
  .article__startgallery-button
  span {
  color: var(--brand-text);
}
.article__startgallery-wrapper {
  cursor: pointer;
}
.article__startgallery-button {
  cursor: pointer;
  transition: all 0.25s ease 0s;
}
.video-headline-container.prepare {
  transition: all 0.25s ease;
}
@media (min-width: 48em) {
  .article-video .video-headline {
    pointer-events: none;
  }
}
.article-body li.region-teaser {
  display: flex;
}
.article-body li.region-teaser:before {
  content: "";
  display: none;
}
.article-body ui-region {
  padding-top: 1.5rem;
}
.article-body ui-region .region__location {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.article__quote,
.article__quote > blockquote {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article__quote {
  margin: 3rem 0 4rem;
}
.article__quote:before {
  content: "";
  width: 50%;
  border-top: 1px solid var(--brand);
  margin: 2rem 0 -3.2rem;
}
.article__quote > blockquote {
  margin: 0 2rem;
  padding: 2rem 0 0;
  text-align: center;
}
.article__quote > blockquote p {
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.6rem;
}
.article__quote > blockquote:before {
  background-image: var(--article-quotes-icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(--base-system);
  line-height: 0;
  height: 2rem;
  width: 4rem;
  content: "";
}
.article__quote > figcaption {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: var(--text-lowVisibility);
}
.article__transparencybox {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.article__transparencybox p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  float: none;
}
.article_tbbadge {
  width: 80px;
  height: auto;
  float: left;
  margin-right: 1rem;
}
@media (min-width: 64em) {
  .article__quote > blockquote p {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .article__quote:before {
    margin-bottom: -3.5rem;
  }
  .article__quote > blockquote:before {
    height: 2.4rem;
    width: 5rem;
  }
  .article__transparencybox {
    display: flex;
    gap: 1rem;
  }
  .article_tbbadge {
    margin-right: 0;
    object-fit: contain;
    width: 90px;
    order: 2;
  }
}
.img-link {
  display: block;
}
.img-link img {
  max-width: 100%;
}
.lander-form-field .lander-submit {
  line-height: 1;
}
/*# sourceMappingURL=article.css.map */
