.stammdaten {
  max-width: 600px;
  margin: 40px 0;
  font-family: "Georgia", serif;
  margin-left: 20%;
}

.stammdaten h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
}

.stammdaten-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.stammdaten-row .label {
  font-weight: 700;
}

.stammdaten-row .value {
  font-weight: 400;
}
