/* *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

.wrapper{
    margin-top: 3%;
}

.wrapper h1{
    font-size: 52px;
    margin-bottom: 60px;
    text-align: center;
}

.team{
    display: flex;
    width: auto;
    flex-wrap: wrap;
}

.team .team_member{
    margin: 5px;
    margin-bottom: 50px;
    width: 285px;
    padding: 15px;
    line-height: 20px;
    position: relative;
    background: #203864;
}

.team .team_member h3{
    color: gainsboro !important;
    font-size: 26px;
    margin-top: 50px;
}

.team .team_member p.activity {
    color: gainsboro;
    font-size: 13px;
    margin: 12px 0;
}

.team .team_member .team_img{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    position: absolute;
    top: -44px;
    left: 17%;
    transform: translateX(-50%);
    background: #fff;
}

.team .team_member .team_img img{
    width: 100px;
    height: 100px;
    padding: 10px;
    border-radius: 50px;
}

.activity a:link {
    text-decoration: none;
    color: white;
    background: none;
}

.activity a:hover {
    text-decoration: underline;
}

#team_view_h3 {
	margin-top: 50px !important;
}

#team_view2 {
    justify-content: left;
}

#team_member_view2 {
    margin-bottom: 50px;
    padding: 0;
    height: 85px;
    margin-top: 0;
}

#team_member_view2IMG_box {
    height: max-content;
    border-radius: 0;
}

#team_member_view2IMG {
    border-radius: 0;
}

#team_member_view2_span {
    top: -36px;
    position: relative;
    display: flex;
    font-size: 18px;
    left: 102px;
}

#team_member_view2_span2 {
    position: relative;
    color: gainsboro !important;
    top: -67px;
    left: 102px;
    font-size: 12px !important;
}

#team_member_view2_span2 a:hover:active:focus:focus-within:visited {
    text-decoration: none;
    background: none; 
}

#expand_text {
    background-color: #eee;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

#test {
    position: relative;
    color: gainsboro !important;
    top: -70px;
    left: 130px;
}

#e_mail_u {
    position: relative;
    color: gainsboro !important;
    left: 155px;
    top: -70px;
}

#uMobile {
    position: relative;
    top: 11px;
    font-size: 13px;
}

#uMail:hover, a:visited, a:active, a:focus {
    background: none;
}

#uMail2:hover, a:visited, a:active, a:focus {
    background: none;
}

#uMail {
    position: relative;
    left: 80px;
    top: -1px;
}

#team_member_view3 {
    top: -36px;
    position: relative;
    display: flex;
    font-size: 18px;
    left: 102px;
}

#team_member_view3_span {
    position: relative;
    color: gainsboro !important;
    top: -73px;
    left: 102px;
    font-size: 12px !important;
}

#uMobile2 {
    top: 4px;
    position: relative;
    font-size: 13px;
}

#uMail2 {
    left: 12em;
    position: relative;
}

.fb_Gruppe {
    position: absolute;
    right: 0;
    top: 1em;
}

.fb_Gruppe a:hover, a:visited, a:active, a:focus {
  background: none;
}