/* all values */
#mapid {
  height: 250px;
  margin-bottom: 2rem;
}
p.salutation {
  margin-bottom: 0.2rem;
}
p.address {
  margin-bottom: 0.2rem;
}
p.comm {
  margin-bottom: 0.2rem;
}
.hdaPersonenList .listElement .imageFrame {
  order: 1;
}
.hdaPersonenList .listElement .contactFrame {
  order: 2;
}
.hdaPersonenList .listElement .infoFrame {
  order: 3;
}
.hdaPersonenList .singlelistElement .imageFrame {
  order: 1;
}
.hdaPersonenList .singlelistElement .contactFrame {
  order: 2;
}
.hdaPersonenList .singlelistElement .infoFrame {
  order: 3;
}
.hdaPersonenList .listElement {
  background: #fff;
  border-bottom: 1px solid #dadada;
}
.hdaPersonenList .listElement p.salutation {
  border-bottom: 1px solid #dadada;
  padding-bottom: 0.66rem;
  margin: 0;
}
.hdaPersonenList .listElement .imageFrame {
  overflow: hidden;
  max-height: 260px;
  margin-bottom: 15px;
}
.hdaPersonenList .listElement .imageFrame img {
  width: 100%;
  height: auto;
}
.hdaPersonenList .singlelistElement {
  background: #fff;
  border-bottom: 1px solid #dadada;
}
.hdaPersonenList .singlelistElement p.salutation {
  border-bottom: 1px solid #dadada;
  padding-bottom: 0.66rem;
  margin: 0;
}
.hdaPersonenList .singlelistElement .imageFrame {
  overflow: hidden;
  max-height: 260px;
  margin-bottom: 15px;
}
.hdaPersonenList .singlelistElement .imageFrame img {
  width: 100%;
  height: auto;
}
.hdaPersonenListCompact .listElement {
  margin-bottom: 0.66rem;
  padding-bottom: 0.66rem;
  border-bottom: 1px solid rgba(69, 69, 69, 0.2);
}
.hdaPersonenListCompact .listElement:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.hdaPersonenListCompact .listElement a {
  font-weight: 600;
}
/* templates */
.content span.person {
  font-size: 1.35rem;
}
.right .hdaPersonenListCompact .communication {
  display: none;
}
.right .hdaPersonenListCompact p {
  margin-bottom: 0rem;
}
.right .hdaPersonenListCompact p.salutation {
  margin-bottom: 0.2rem;
}
.right .hdaPersonenListCompact p.address {
  margin-bottom: 0.2rem;
}
.right .hdaPersonenListCompact p.comm {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .hdaPersonenList .listElement .imageFrame {
    order: 3;
  }
  .hdaPersonenList .listElement .contactFrame {
    order: 2;
  }
  .hdaPersonenList .listElement .infoFrame {
    order: 1;
  }
  .hdaPersonenList .singlelistElement .imageFrame {
    order: 3;
  }
  .hdaPersonenList .singlelistElement .contactFrame {
    order: 2;
  }
  .hdaPersonenList .singlelistElement .infoFrame {
    order: 1;
  }
}
