/* wpdiscuz Update 5 */
#wpcomm .avatar {
    border-radius: 50%;
}

#wpcomm .wc-comment-left .wc-comment-label {
    color: #fff !important;
}

#wpcomm .wc-comment-label {
    padding: 4px 0 !important;
}

#wpcomm .wc-comment-label span{
padding: 3px 6px 7px 5px;
}

.wc-comment-left  .wpd-xborder, .wpd-field-desc, .wc_stick_btn, .wc_close_btn, #wpcomm .wc-comment-footer .wc-footer-right .wc-toggle {
    display: none !important;
}

#wpcomm .wc-comment-author {
    float: left;
    font-size: 16px !important;
    padding: 6px 0 2px 15px;
    text-align: left;
    white-space: normal;
    width: 40%;
}

#wpcomm .wc-comment-header {
    border: none !important;
    height: 32px !important;
}

#wpcomm .wc-comment-footer {
    border-bottom: 0;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

#wpcomm .wc-reply .wc-comment-header {
    padding-top: 4px;
}

#wpcomm .avatar {
    box-shadow: none !important;
}

/*.postid-13114 #wpcomm .avatar {
    margin-left:15px!important;
}*/


#wpcomm .wmu-active {
    border-bottom: 1px solid #178B49 !important;
}
/* wpdiscuz Update 5 - ENDE */


/* discuz Update 5.1.x */
.wpdiscuz-form-bottom-bar, .wpdiscuz-comment-count, .wpdiscuz-ftb-left {
  display: none !important;
}

#wpcomm .wc-field-submit label {
    display: none !important;
}
.fa-comments::before {
    content: "";
}

.fas {
    font-family: FontAwesome;
}

#top #wc-comment-header {
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 0 !important;
}

#wpcomm .wc-comment-right .wc-comment-text, #wpcomm .wc-comment-right .wc-comment-text * {
    line-height: 18px !important;
}

#wpcomm .wc-comment .wc-comment-right {

    margin-left: 116px !important;
}
/*
#wpcomm .wc-comment.wc-blog-um_produktmanager > .wc-comment-right {
    margin-left: 116px !important;
}
*/
#wpcomm .wc-comment-link .wpf-cta {
    display: none !important;
}




/* Mobilanpassungen */
@media screen and (max-width: 800px) {
    #wpcomm .wc-comment .wc-comment-left .avatar, #wpcomm .wc-reply.wc-comment .wc-comment-left .avatar {
        width: 50% !important;
        height: auto !important;
    }
    #wpcomm .wc-comment .wc-comment-right {

        margin-left: 60px !important;
    }
    #wpcomm .wc-comment-header, #wpcomm .wc-reply .wc-comment-header {
        margin-left: 0;
    }
    #top #comments #wpcomm .wc-cta-button {
        font-size: 12px !important;
        padding: 4px 8px !important;
        min-width: 0px !important;
        line-height: 18px;
    }
    #wpcomm .wc-footer-left .wc-reply-button i {
        display: none !important;
    }
    #wpcomm .wc-comment-author {
        padding-left: 6px !important;
    }
}


/* Anpassungen Buttons etc. Nürnberger */
#wpcomm .wc-cta-button, #wpcomm .button {
    width: auto !important;
    text-align: center !important;
}

