.tx_ansprechpartner_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, calc(25% - 4rem)));
  gap: 2rem;
  max-width: 1600px;
  width: calc(100% - 4rem);
  margin: 0 auto;
  justify-content: center;
}
.tx_ansprechpartner_grid .person {
  border-radius: 0.5rem;
  background-color: var(--primary-color);
  overflow: clip;
  display: flex;
  flex-direction: column;
}
.tx_ansprechpartner_grid .person img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.tx_ansprechpartner_grid .person hr {
  color: var(--white);
  width: 100%;
}
.tx_ansprechpartner_grid .person .text {
  padding: 1rem 2rem;
  color: var(--white);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.tx_ansprechpartner_grid .person .text p, .tx_ansprechpartner_grid .person .text h1, .tx_ansprechpartner_grid .person .text h2, .tx_ansprechpartner_grid .person .text h3, .tx_ansprechpartner_grid .person .text h4, .tx_ansprechpartner_grid .person .text h5, .tx_ansprechpartner_grid .person .text h6, .tx_ansprechpartner_grid .person .text a {
  color: var(--white);
  margin: 0;
}
.tx_ansprechpartner_grid .person .text h3 {
  font-size: 1rem;
}
.tx_ansprechpartner_grid .person .text .title {
  font-size: 1.5rem;
  font-weight: 500;
}
.tx_ansprechpartner_grid .person .text .contact {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.tx_ansprechpartner_grid .person .text .contact p, .tx_ansprechpartner_grid .person .text .contact a {
  margin: 0;
}

/*# sourceMappingURL=TeamGrid.css.map */
