/* remove header block with text Lomnido form portal start page */
.HeaderBlock__headerblock {
  display: none;
}

/* users should not be able to create a ticket without login */
.PlacardBlock__primary {
  display: none;
}

/* remove social buttons von kb article sidebar */
.SocialShare__list {
  display: none;
}

/* remove hr line on kb artictle sidebar */
.KBDetailsContainer__info {
 border-bottom: none; 
}  

/*disable signup link in top menu*/
[data-id="tab_signup"] {
	display: none;
}
/* disable reply button in ticket form */
[data-id="newReply"] {
  display: none;
}

 .Post__menupopup {
  display: none;
}

/*input text rahmen orange*/
.Input__input:focus {
  outline: none;
  border-color: #ff8700;
  box-shadow: 0 0 0.1875rem #F26211;
}

/*textarea rahmen orange*/
.Textarea__textarea:focus {
  outline: none;
  border-color: #ff8700;
  box-shadow: 0 0 0.1875rem #F26211;
}

/*prio auswahl orange*/
.Radiogroupalternate__radiobutton .Radiogroupalternate__radiolabel {
  color: #ff8700;
}  

/*prio auswahl orange*/
.Radiogroupalternate__radiobutton .Radiogroupalternate__radiolabel:hover {
  color: #F26211;
} 

/*prio auswahl orange*/
.Radiogroupalternate__radiobutton [type="radio"]:checked + .Radiogroupalternate__radiolabel {
 background-color: #ff8700;
 box-shadow: #F26211;
 border-left-color: #F26211;
}

/*confiration box leiste oranger text*/
.ConfirmBox__messageHeader {
  color: #ff8700;
}  

/*reply box in der community ausblenden - wenn nicht eingeloggt*/
.TopicComments__borderLineTop {
  display: none;
}  

/*reply link in der community ausblenden - wenn nicht eingeloggt*/

.TopicComments__rplyBdr {
  display: none;
}  

/*community add topic button ausblenden*/
[data-id="new_topic"] {
	display: none;
}

/*follower in community ausblenden*/
.CommunityForum__followers {
	display: none;
}

/*trennlinien in community sidebar ausblenden*/
.CommunityForum__info {
  border-top: 0px solid #000;
}

/*forum auflistung aus community sidebar entfernen*/
.Tree__menu {
	display: none;
}
