@media only screen and (min-width: 768px) {
    .vereinsitem:nth-child(2n+3) {
        clear: both;
    }
}

@media only screen and (min-width: 1200px) {
    .vereinsitem:nth-child(2n+3) {
        clear: none;
    }

    .vereinsitem:nth-child(3n+4) {
        clear: both;
    }
}


@media only screen and (min-width: 768px) {
    #ueberuns > a:link, #ueberuns > a:visited {
        border-bottom: 3px solid white;
    }
}