.Header__brandName {
font-family:Roboto, Arial, sans-serif;
font-weight:normal !important;
font-size:20px !important;
color:#392955;}

.Header__brandName:hover {
color:#392955;}

.Icon__white {
  color: #392955;}

.Feed__feedContentCol, .Feed__footerCol
{background-color:#f4f4f4;}

.portalContainer {
  font-family:Roboto, Arial, sans-serif;
  color: #392955 !important;}

.Feed__feedshadow1 {
  box-shadow:0 0 0 !important;}

.Feed__feed{
  border-width:0 0 0 2px;}

.ArticleHeader__articleDetailHeader
{margin: 30px 0 20px 0;}

.Menu__tree .Menu__menuItem[aria-expanded]>.Menu__arrow {
  color:#392955 !important;}

.searchPanelSearchBox, .searchPanelActive{
  background-color: white !important;
border-radius:20px;
border-color:#CFCCD3;
border-width:0	px;}

.Input__searchPanelInput{
  color:#392955;}

.AppContainer__keyBoardfocus{
  outline:0px !important;}

.Search__resultsListItemActive .Search__resultsListItemLink{
  color:#ae00ff;}
.Search__resultsList{
  box-shadow:none;
border:none;}

.Radio__radioButton [type=radio]:checked+.Radio__radioLabel{
  margin-bottom: 0.125rem;
    color: #fff;
    background-color: #47E3B2;
    box-shadow: 0 0px #47E3B2;
  border-left-color: #47E3B2;}

.Radio__radioButton .Radio__radioLabel{
      margin-bottom: 0.125rem;
    color: #444;
    background-color: #FFFFFF;
    box-shadow: 0 0px #c4c5c4;
    display: inline-block;
    padding: 0 .4rem;
  line-height: 2rem;}
.ActionBar__actionBarActionssecondary > .ActionBar__actionSpace{
  display:none;}
.ArticlesCard__articleCardTitle{
  color:#392955;}
.ArticlesCard__articleCardTitle:hover{
  color:#47E3B2;}

.Icon__searchColor{
  color:#392955;}
.Icon__searchColor:hover{
  color:#47E3B2;}
.LogInDetailsContainer__signIn{
color:#47E3B2;}
.Icon__icon{
color:#47E3B2;}
.Icon__size15{
color:#392955;}
.Survey__surveyQuestion{
color:#392955;}
.AvatarText__a{
background-color:#47E3B2;
color:#392955;}
.CommonStyle__zt1Link[data-id="more_category"],.CommonStyle__zt1Link[data-id="less_category"] {
  /* Your CSS styles here */
   color: #AE00FF;
}
.Layout__twoColumn { display: flex; flex-direction: row-reverse; }
    .Layout__twoColumn .Layout__layout2 {
  width:25%;}
.Layout__twoColumn { display: flex; flex-direction: row-reverse; }
    .Layout__twoColumn .Layout__layout1 {
  width:75%;}

/* Stil für mobile Geräte (Bildschirme kleiner als 768px) */
@media (max-width: 768px) {
  .Layout__twoColumn {
    display: block; /* oder display: none, wenn Sie es vollständig ausblenden möchten */
  }

  .Layout__twoColumn .Layout__layout2,
  .Layout__twoColumn .Layout__layout1 {
    width: 100%;
  }
}


.Menu__menuTextBlock{
  font-size:0.8rem;}
.Menu__tree .Menu__menuItem .Menu__arrow{
  padding: 0 0 0.1rem .5rem;}
.TOCContainer__tocContent{
  margin-bottom: 1rem;}
.CategoriesContainer__solutionListHeading{
  margin: 0 0 5px 0;
font-size: 15px;}
.KBArticleDetailLeftContainer__articleContent a{
  color:#ae00ff;}
.Button__hoverdanger:hover {
    background-color: #ae00ff;
    box-shadow: none;
}
.LogInDetailsContainer__signIn+.LogInDetailsContainer__signUp, .LogInDetailsContainer__signInPopup + .LogInDetailsContainer__signUp {
color:#47E3B2;}

.ReadingProgress__progressBar {
    height: 4px;
    transition: all .2s;
    background: linear-gradient(90deg, #F4F4F4 16%, #47E3B2 75.89%, #47E3B2 99.8%);
    box-shadow: none;
  border-radius: 0 0px 0px 0;}
.KBArticleRightContainer__userFollowOption{display: none}


.NoContent__errorTitle {
color: #392955}

.KBArticleRightContainer__categoryDescription{
  margin:0 10px 0 0;
font-size:12.8px}

.Avatar__avatar {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
}
.Avatar__avatar img {
    width: 90%;          /* Scale image */
    height: 90%;
    object-fit: contain; /* Prevent cropping */
    border-radius: 0%;  /* Optional: round image */
}
.KBArticleRightContainer__followerCount {
  display:none}


