#kontakt {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kontaktpersonContainer {
  width: 90vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  max-width: 1060px;
  gap: 20px;
}

.kontaktCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60cqw;
  max-height: 560px;
  width: auto;
  overflow: hidden;
  container-type: size;
}
.kontaktCard .bildKontakt {
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80cqw;
  height: 80cqw;
  border: 1px;
  border-style: solid;
  border-color: white;
  border-radius: 50%;
  overflow: hidden;
}
.kontaktCard #bildFriedhelm {
  background-image: url("../img/Portraits/friedhelm_wiechert_bk_Kontakt.JPG");
}
.kontaktCard #bildChristian {
  background-image: url("../img/Portraits/christian_wiechert_bk_Kontakt.JPG");
  background-size: 126%;
  background-position: 50% 22%;
}
.kontaktCard #bildBaerbel {
  background-image: url("../img/Portraits/baerbel_wiechert_bk_Kontakt.JPG");
}
.kontaktCard #bildManuela {
  background-image: url("../img/Portraits/manu_wiechert_bk_Kontakt.JPG");
}
.kontaktCard .name {
  font-size: clamp(0.8em, 2.4vw, 1.4em);
  font-weight: 600;
  padding: 0;
  margin: 10px 0 0 0;
}
.kontaktCard .position {
  font-size: clamp(0.5em, 2.2vw, 1.4em);
  margin: 4px 0 6px 0;
}
.kontaktCard .mail {
  font-size: clamp(0.4em, 2.2vw, 1.2em);
}

.telMailContainer {
  display: flex;
  width: 80%;
  justify-content: space-between;
  padding: 50px;
  font-size: clamp(0.5em, 2.2vw, 1.4em);
}

.telButton {
  width: 48%;
  text-align: center;
}

.telefonBild {
  height: 100%;
  background-image: url("../img/Telefon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-10deg);
}

.mailButton {
  width: 48%;
  text-align: center;
}

.mailBild {
  height: 100%;
  background-image: url("../img/Email.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.adressContainer {
  font-size: clamp(0.5em, 2.2vw, 1.6em);
  padding: 6vw 4vw 0vw 4vw;
  text-align: center;
}