.gewerbeitem {
    margin-bottom: 30px;
    text-align: center;
}

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

.gewerbelogo {
    border-bottom: 1px dotted #999;
    box-sizing: border-box;
}

.gewerbeitem img {
    width: 100%;
}

.gewerbetext {
    font-size: 100%;
    text-align: center;
}

.gewerbetext {
    hyphens: auto;
}

#maincontent section a:link, #maincontent section a:visited {
    display:inline-block;
    text-decoration:none;
    color:black
}
#maincontent section{
    color:black;
}

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

    .gewerbeitem:nth-of-type(3n + 4) {
        clear: both;
    }

    .gewerbeitem {
        margin-bottom: 60px;
    }
}

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

    .gewerbeitem:nth-of-type(3n + 4) {
        clear: none;
    }

    .gewerbeitem:nth-of-type(4n + 5) {
        clear: both;
    }
}

@media only screen and (min-width: 400px) and (max-width: 767px) {
    .gewerbeitem {
        width: 50%;
        float: left;
    }

    .gewerbetext {
        font-size: 86%;
    }

    .gewerbeitem:nth-of-type(2n + 3) {
        clear: both;
    }
}