/*Hintergrundfarbe*/ 
.jomsocial-wrapper .jomsocial {
  background: #f2f2f2;
}


/* Meine Seite bearbeiten mobil rechts ausblenden*/ 
.joms-menu--user li:nth-child(2) {display:none;}


/*emoji nebeneinander*/ 
.joms-stream__body [data-type="stream-content"] img.emoji {
    display: inherit;
}


#sp-main-body {
  padding: 20px 0;
}

/* Farbhintergrund Schaltflächen im Stream ausblenden*/ 
.colorful-status__color {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  height: 30px;
  display: none;
}

/* Icons Login*/ 
.joms-input--append .joms-input[type="text"],
.joms-input--append .joms-input[type="password"] {
    padding-left: 36.65248px !important;
}

/* How to hide "Featured" badge in Articles */
.article-details .featured-article-badge { display: none; visibility: hidden;}
.article-list .article .featured-article-badge { display: none; visibility: hidden;}