.article_subcategory .SubscribeDepart__subs .SubscribeDepart__followContent, 
.articleList .SubscribeDepart__subs .SubscribeDepart__followContent,
.articleDetail .ArticleDetailRightContainer__followContentLow{
    display:none;
    }



.Header__welcomeTitle {
  font-size: 0;              /* Originaltext unsichtbar machen */
  position: relative;
}

.Header__welcomeTitle::after {
  content: "Willkommen im ema Community Hub!";  /* Neuer Text */
  font-size: 40px;                     /* Sichtbare Schriftgröße */
  text-align: center;
}

html[lang="en"] .Header__welcomeTitle {
  font-size: 0;              /* Originaltext unsichtbar machen */
  position: relative;
}

html[lang="en"] .Header__welcomeTitle::after {
  content: "Welcome to the ema Community Hub!";  /* Neuer Text */
  font-size: 40px;                     /* Sichtbare Schriftgröße */
  text-align: center;
}


#new_ticket_btn {
  display: none !important;
}

#new_topic_btn {
  width: 220px !important;
  display: inline-block;
  white-space: nowrap;
}

#new_topic_btn a {
  display: flex !important;
  align-items: center;
  width: 100% !important;
  white-space: nowrap !important;
  overflow: visible !important; /* wichtig */
  text-overflow: unset !important; /* wichtig */
  height: 100%;
  gap: 0.5rem; /* Abstand zwischen Icon und Text */
}

#new_topic_btn span.Header__tClr {
  flex-grow: 1;
  overflow: visible !important;
  white-space: nowrap !important;
  text-overflow: unset !important;
}
