.vorstand .person {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 40px);
}

.vorstand .person .person-info {
  margin-bottom: 20px;
}

.vorstand .person > img {
  margin-bottom: 0px;
  width: 100%;
  max-height: 100%;
}

.vorstand .person .person-info > .text-xxl {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 5px;
  margin-top: 15px;
  hyphens: auto;
  text-wrap: pretty;
}

.vorstand .person > .socials {
  align-items: center;
  margin-top: auto;
  display: flex;
}

.vorstand .person  > .socials a {
  margin-right: 20px;
  text-decoration: none;
  cursor: pointer;
}

.vorstand .person > .socials a.images {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@supports (font: -apple-system-body) {
  .vorstand .person > .socials a.images {
    padding-bottom: 10px;
  }
}

.vorstand .person > .socials a.images img {
  transition: all 0.3s;
}

.vorstand .person > .socials a.images:hover img {
  filter: brightness(0) saturate(100%);
}

@media (max-width: 767px) {
  .vorstand .person {
    margin-bottom: 32px;  
  }

  .vorstand .person .person-info > .text-xxl {
    font-size: 17pt;
    line-height: 22pt;
    margin-top: 20px;
  }

  .vorstand .person .person-info > .text-d {
    font-size: 13pt;
    line-height: 20pt;
  }

  .vorstand .person .person-info {
    margin-bottom: 15px;
  }

  .vorstand .person > .socials a {
    font-size: 15pt;
    line-height: 25pt;
  }
}