/************* TEAM PAGE *************************************/

.team-wrapper{
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Yeseva One', sans-serif;
    width: 1100px;
    box-sizing: border-box;
	margin: auto 170px;
}

/* Spalte */
.team-column{
    width: 33%;
    display: inline-block;
    float: left;
	background: var(--mittel);
  padding: 30px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: transform 0.2s ease;
	margin-bottom: 60px;
}

/* Überschrift */
.team-heading{
    border-bottom: 2px #333 solid;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 3px;
	font-size:20px;
}

.team-heading::first-letter{
    color:var(--dunkel);
	font-size:20px;
}

/* Avatarbereich */
/* Avatarbereich */
.team-bild{
    width: 100%;
    margin: 20px 0;
    text-align: center;   /* zentriert Inhalt */
}

.team-bild img{
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;   /* rund */
    display: block;
    margin: 0 auto;       /* echte Zentrierung */
    border: 4px solid rgba(0,0,0,0.15);
}

/* Aufgabenliste */
.team-tasks{
    padding-right: 3px;
    text-align: justify;
    padding-left: 40px;
    height: 170px;
    overflow: auto;
    font-size: 12px;
    font-family: 'Quicksand';
    text-transform: uppercase;
    letter-spacing: 1px;
}