/* All */
span.person {
  font-size: 110%;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
/* Compact */
.hdaPersonenCompact .listElement {
  border-bottom: 1px solid rgba(69, 69, 69, 0.3);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.hdaPersonenCompact .listElement:last-of-type {
  border-bottom: 0px solid #454545;
  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;
}
/* Profil  */
