.list-plpersonen-itemwrap:hover {
  background-color: #EFECEA; }
.list-plpersonen-item {
  height: 120px;
  background: transparent url() right 50% no-repeat;
  background-size: 120px auto; }
.list-plpersonen-link {
  display: block;
  height: 100%;
  padding-right: 130px; }
.list-plpersonen-link:hover {
  color: #393F41; }

@media (min-width: 768px) {
  .list-plpersonen-item {
    height: 150px;
    background: transparent url() right 50% no-repeat;
    background-size: 150px auto; }
  .list-plpersonen-link {
    padding-right: 160px; } }

.tx-pl-personen .show-plpersonen {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000; }
  .tx-pl-personen .show-plpersonen-item {
    position: relative;
    display: none;
    width: 100%;
    max-width: 900px;
    margin: 1rem auto;
    padding-bottom: 3rem;
    overflow-y: auto;
    /*
     img {
     max-height: 88%;
     width: auto;
     }
     */ }
    .tx-pl-personen .show-plpersonen-item-bu {
      float: left;
      margin-right: 3rem; }
    .tx-pl-personen .show-plpersonen-item span {
      display: block; }
    .tx-pl-personen .show-plpersonen-item-close {
      cursor: pointer;
      float: right;
      width: 3rem;
      height: 3rem; }
  .tx-pl-personen .show-plpersonen:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: #000;
    opacity: 0.9; }
