.geburtstagsreihe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
  width: 100%;
  padding-left: 80px;
}

.geburtstagskarte {
  flex: 1 1 250px;
  max-width: 300px;
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.geburtstagskarte img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.5rem;
}

.geburtstagskarte p {
  margin: 0.5rem 0;
  font-size: 0.95rem;
  color: #333;
}
