* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.split {
  display: flex;
  min-height: 300px;
  max-height: 600px;
}

.left {
  padding: 30px;
  padding-top: 200px;
  width: 33.33%;
  background: #0A0F1F;
  color: #90E1D2;
  font-size: 21px;
}

.right {
  width: 66.66%;
  object-fit: cover;
}

.hero-text-Klein {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  margin-left: 30%;
  margin-right: 30%;
  font-kerning: none;
  text-align: left;
  padding-bottom: 40px;
}

.hero-text2 {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 40px;
  font-weight: bolder;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 70px;
}

.team {
  background: #000000;
  color: white;
  padding: 80px 40px;
  font-family: sans-serif;
  text-align: center;
}

.team h2 {
  font-size: 2.4rem;
  margin-bottom: 60px;
}

.team-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.team-member {
  width: 300px;
  text-align: left;
}

/* --- WICHTIG: 2:1 Ratio --- */
.image-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 20px;
}

.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Textstil wie auf deiner Vorlage --- */
.team-member h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  font-weight: bold;
}

.team-member p {
  font-size: 0.95rem;
  line-height: 1.5;
}
