.panel-heading h4 a {
    display: block;
}

.gewerbeitem {
    margin-bottom: 20px;
    border: 1px dotted black;
    padding: 0 10px 10px;

}

h4.panel-title a {
    text-decoration: none;
    font-weight: normal;
}

h4.panel-title a:hover {
    text-decoration: none;
    color: orange;
}

@media only screen and (min-width: 600px) {
    .gewerbeitem {
        overflow: hidden;
    }

    .gewerbeitem p {
        float: right;
        width: 50%;
    }

    .gewerbelogo {
        float: left;
        margin-right: 15px;
        width: 45%;
    }

    .gewerbelogo img {
        max-width: 100%;
        height: auto;
    }
}

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