.document_related-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}

.document_related-content > div {
  width: 210px;
  margin: 20px;
}

/*.article-page__column .document_related-content > div {*/
/*  width: 280px;*/
/*  margin: 20px;*/
/*}*/

.document_related-content a {
  text-decoration: none;
  box-shadow: none;
}

article.document-card,
article.document-teaser {
  display: inline-flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: 280px;
  text-align: center;
  font-size: initial;
}

/*article.document-card {*/
/*  width: 280px;*/
/*}*/

article.document-teaser .document-teaser img,
article.document-teaser.document-teaser video {
  width: unset;
}

.tabbed-content--document-image {
  max-width: 250px;
  float: right;
  margin: 0 0px 10px 25px;
  shape-image-threshold: 0.5;
}

.tabbed-content--document-image .document--name {
  font-size: small;

}

[data-type="document"] ul,
[data-type="document"] ol,
[data-type="document"] li {
  margin: revert;
  padding: revert;
  list-style-position: revert;
  list-style-type: revert;
}
[data-type="document"] ul::marker,
[data-type="document"] ol::marker,
[data-type="document"] li::marker {
  color: var(--c-accent);
}

[data-type="document"] :is(ul, ol) :is(ul, ol),
[data-type="document"] :is(ul, ol) > li {
  margin: revert;
  padding: revert;
  list-style-position: revert;
  list-style-type: revert;
}

[data-type="document"] ul li {
    list-style-type: disc;
}

[data-type="document"] *::before,
[data-type="document"] *::after {
  content: none;
  display: none;
}
