.team-row{
    margin: 100px 0 50px 0;
}
.team-member-img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    box-shadow: 10px 15px 58px -23px rgba(0,0,0,0.75);
}
.team-member-text{
    width: max-content;
    margin: 20px auto;
    color: black;
    text-align: center;
}
#member1{
    background-image: url("../assets/img/team/Rapp_1_Mann_Links.jpg");
    background-position: 57% 1%;
    background-size: 180%;
    background-repeat: no-repeat;
}
#member2{
    background-position: 50% 0;
    background-size: 121%;
    background-repeat: no-repeat;
    background-image: url("../assets/img/team/Rapp_2_Frau_Mitte.jpg");
}
#member3{
    background-position: 50% 0;
    background-size: 208%;
    background-repeat: no-repeat;
    background-image: url("../assets/img/team/Rapp_3_Sohn_Rechts.jpg");
}
#member4{
    background-position: 52% 60%;
    background-size: 133%;
    background-repeat: no-repeat;
    background-image: url("../assets/img/team/Rapp_4_Hund.jpg");
}
.team-photo{
    margin: 80px 0 50px 0;
}
.team-photo img{
    width: 100%;
    height: 100%;
    max-height: 100%;
}
.team-photo h2{
    text-align: center;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 2.0em;
    margin-bottom: 23px;
}
@media (max-width: 410px) {
    .team-row {
        margin: 56px 0 17px 0;
    }
    .team-member{
        margin-bottom: 21px;
    }
    .team-photo {
        margin: 11px 0 50px 0;
    }
}