.signedIn #portal_tabSolutions, .signedIn #Solutions_tab, .signedIn #portal_tabCases, .signedIn #Cases_tab {
  display:inline-block;
}
.signedIn li.WidgetsContainer__lftWd {
  display: list-item;
}
li.WidgetsContainer__lftWd:first-child, li.WidgetsContainer__lftWd:nth-child(2) {
  display: list-item;
}
.signedIn li.WidgetsContainer__lftWd:nth-child(6), .signedIn li.WidgetsContainer__lftWd:nth-child(7) {
  display: none;
}
.Header__menuList a {
    left: -120px;
    border-bottom: .125rem solid transparent;
}
.Header__link {
    display: inline-block;
    vertical-align: middle;
    overflow: visible;
    max-width: 200%;
    text-overflow: ellipsis;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    outline: 0;
    padding: 10px 0;
}
/* =========================
   FOLLOWER LISTEN AUSBLENDEN
   ========================= */
.followers-list,
.article-followers,
.topic-followers,
.kb-followers,
[class*="follower"],
[class*="followers"] {
    display: none !important;
}
.guest-download-notice {
  display: none;
}

.guest-download-notice {
  display: block;
  background: #d93025;
  color: #ffffff;
  padding: 18px 22px;
  margin: 20px auto;
  max-width: 1100px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 6px;
  box-sizing: border-box;
  font-weight: 500;
}

.guest-download-notice a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}

/* Für eingeloggte Benutzer ausblenden */
.signedIn .guest-download-notice,
body.signedIn .guest-download-notice,
html.signedIn .guest-download-notice {
  display: none !important;
}
/* Hide all section titles for signed-in users */

.signedIn .TicketFormLeftContainer__sectionName {
    display: none !important;
}
/* Hide Phone + Company Name for signed-in users */

.signedIn input#phone,
.signedIn input#cf_company_name,
.signedIn [name="phone"],
.signedIn [name="cf_company_name"] {
    display: none !important;
}

/* Hide the visible label text */
.signedIn label[for="phone"],
.signedIn label[for="cf_company_name"] {
    display: none !important;
}

