/* All */
span.person {
  font-size: 110%;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
/* Compact */
.hdaPersonenCompact .listElement {
  border-bottom: 1px solid rgba(52, 96, 151, 0.3);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.hdaPersonenCompact .listElement:last-of-type {
  border-bottom: 0px solid #346097;
  margin-bottom: 0rem;
  padding-bottom: 0rem;
}
.hdaPersonenCompact .listElement img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.right .hdaPersonenCompact p {
  margin: 0;
}
.right .hdaPersonenCompact img {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  display: none;
}
/* List    */
.right .hdaPersonenList {
  display: none;
}
.hdaPersonenList .listElement {
  background: #fff;
}
.hdaPersonenList .listElement img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}
/* Profil  */
@media screen and (min-width: 992px) {
  .hdaPersonenList .listElement {
    max-height: 300px;
    overflow: hidden;
  }
}
html[color-mode$=dark] main .hdaPersonenList .listElement {
  background: none !important;
}
html[color-mode$=dark] main .frame-newsHeader, html[color-mode$=dark] main .frame-type-table.frame-white table, html[color-mode$=dark] main .frame-white {
  background: none !important;
}
