.staff__details {
  overflow: hidden;
  max-height: 0;
  height: 0;
  transition: all ease 0.6s;
  padding: 0 0.5rem;
}

.staff__details.-open {
  max-height: 3000px;
  height: auto;
  padding: 2rem 0.5rem;
}

.staff__bodytext,
.staff__contact {
  margin-top: 2rem;
}

.gkmb__staff .staff {
  display: block;
}

.staff__name {
  font-weight: var(--f-weight-b);
}

.staff__mail a {
  color: rgb(var(--c-neutral-dark));
}


@media (min-width: 1024px) {
  .gkmb__staff .staff__list.-layout1 {
    grid-gap: 0;
  }
  .staff__line {
    background-color: rgb(var(--c-neutral-lighter));
    padding: .5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 100px;
    grid-gap: var(--g-gap);
  }

  .staff:nth-child(2n) .staff__line {
    background-color: rgb(var(--c-neutral-lightest));
  }
}
