@media only screen and (max-width: 768px) {
    .row.CommunityRow .col-7 {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .page-header .btn.float-right {
        position: unset;
        width: 100%;
        margin-top: 10px;
    }

    .CommunityStarter {
        font-size: 12px;
        color: #757575;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    span.kategorNameDiscuss {
        display: block;
    }
}