.teamseite{
width: 75%;
  margin: 50px auto;
  background: var(--accent1);
}

.teamseite h1 span {
border-bottom: 1px solid var(--line);
  font-size: 30px;
  font-weight: bold;
  font-family: var(--mainfont);
  text-transform: lowercase;
  color: var(--golden);
  padding: 20px;
  background-image: var(--header);
  background-position-y: 95%;
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 60px;
  background-size: 100%;
}

.teamseite-grid{
display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 20px;
}

.teamseite-card{
background: var(--accent2);
  border: 1px solid var(--line1);
  box-sizing: border-box;
  padding: 20px;
  width: 25%;
}

.teamseite-description {
margin: 10px 0;
  line-height: 1.5;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
}

.teamseite-image{
width: 120px;
  height: 120px;
  object-fit: cover;
  display: block;
  margin: 20px auto;
}

.teamseite-name{
text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: lowercase;
  color: var(--golden);
  font-family: var(--mainfont);
}

.teamseite-meta {
margin-top: 10px;
  font-size: 10px;
  text-transform: uppercase;
}

.teamseite-label{
font-weight: bold;
  color: var(--golden);
  letter-spacing: 1px;
}

.teamseite-characters{
margin: 6px 0 0 18px;
  padding: 0;
  line-height: 190%;
}

.teamseite-away{
	margin-top: 12px;
  padding: 10px;
  border-top: 1px solid var(--golden);
  font-size: 10px;
  line-height: 170%;
}.teamseite-empty{margin:0}