#sportartenTabelle {
    margin: auto;
    width: 100%;
    border-collapse: separate;
    border-spacing: 50px;
    font-size: 20px;
}

#sportartenTabelle td {
    width: 10vw;
    text-align: center;
}

#sportartenTabelle img {
    height: 100px;
}

@media only screen and (max-width: 999px) {
    #sportartenTabelle {
        border-spacing: 10px;
    }
}

@media only screen and (max-width: 659px) {
    #sportartenTabelle img {
        height: 50px;
    }
}