
.team-section {
  padding: 1rem;
  color: #fff;
}

.team-section-head {
  padding: 1rem;
  padding-top: 0.25rem;
  color: #fff;
}

.team-section h4 {
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  margin-right: 1px;
}

.technik h4 {
    border-left: 4px solid #0D8ABC;
}

.liturgie h4 {
    border-left: 4px solid #bc0d0d;
}

.band h4 {
    border-left: 4px solid #0dbc96;
}

.team-row {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.member {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
  text-align: center;
  transition: transform 0.3s ease;
}

.member:hover {
  transform: translateY(-4px);
}

.member img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-bottom: 0.6rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.icon-frame {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-bottom: 0.6rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  overflow: hidden;
}

.icon-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.name {
  font-size: 0.95rem;
  color: #f0f0f0;
}