.vorstandschaft-mitglieder{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content:space-between;
}

.vorstandschaft-mitglied {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEB;
    overflow: hidden;
}

.vorstandschaft-mitglied > img {
    width: 150px;
}


.vorstandschaft-mitglied ul {
    margin: 0;
    padding-left: 20px;
    padding-top: 10px;
}

.vorstandschaft-mitglied li {
    list-style: none;
    font-size: 0.8rem;
}

.vorstandschaft-mitglied li:nth-child(1) {
    color: #13763D;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 0.8;
}

.vorstandschaft-mitglied li:nth-child(2) {
    color: #666666;
    font-size: 1rem;
    font-weight: 600;
}

.vorstandschaft-mitglied li img {
    padding-top: 3px;
    margin-right: 10px;
}