.vereinsitem {
    margin-bottom: 30px;
}

.vereinsitem h3 {
    color: rgba(174, 15, 10, 0.8);
    text-transform: uppercase;
    font-weight: 600;
}

.vereinsl {
    border: 1px solid #999;
    box-sizing: border-box;
}

.vereinsitem img {
    width: 100%;
}

.vereinstexttext {
    hyphens: auto;
}

@media only screen and (min-width: 768px) {
    .vereinstexttext {
        font-size: 86%;
    }

}