/* Anpassung der Schriften */
.html {
  font-family: "Segoe UI", "Latoregular", sans-serif;
}

portal b {
  font-family: "Segoe UI", "Latobold",sans-serif;
}

.KbDetailLtContainer__articleTitle .commonStyle__detailHeader {
  font-size: 2rem;
  margin: 0px;
}

.KbDetailLtContainer__articleContent a,
.commonStyle__zt3Link:hover, 
.themeLink:hover, 
.commonStyle__zt3LinkActive, 
.commonStyle__zt3bdrLine, 
.commonStyle__zt3Link,
.DepartmentList__forums {
  color: #1A1D21 !important;
}

.ListHeader__header2 {
	font-weight: 500;
  font-size: 20px;
}

.ListHeader__description {
font-size: 16px;
    color: #1A1D21;
}

.commonStyle__detailHeader {
  color: #1A1D21 !important;
}

/* Grundsätzliche Layoutanpassung */
.AppContainer__container, .Layout__oneColumn,.Layout__twoColumn,.Layout__twoColumn2,.Layout__twoColumnReverse,.Header__container{
	max-width: 110rem;
}

/*@media (min-width: 769px) {
  .Layout__twoColumn .Layout__layout2 {
    width: 25%;
  }
}*/

#layoutContainer.Layout__twoColumn {
  justify-content: space-around;
}

/* Farbanpassung, lässt sich via Einstellungen nicht ändern */
.SearchResult__filterList:hover {
  color: #05DD15;
}

.commonStyle__zt3BrandBg {
  background-color:#1A1D21;
}

.SearchContainer__downArrow {
  border-top-color:#1A1D21;
}

/* Menü ausblenden, in dem man Schriftgröße, Seitenbreite und Layout (rechts/linksbündig) einstellen kann */
#userPreference {
  display: none; 
}
/* BreadCrumb Nav Links ausblenden bei Tickets, siehe Ticket #6367 */
div[data-id="breadcrumb_ticketDetail"]
{
  display: none;
}
/* Avatar Foto ausblenden */
.Comment__cursor div.Avatar__avatar>img, .Post__avaCusr div.Avatar__avatar>img, .AvatarText__avatarText {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='white' version='1.1' viewBox='0 0 600 600' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EAbstract user icon%3C/title%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Ccircle cx='300' cy='300' r='280'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Crect width='100%25' height='498'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle cx='300' cy='300' r='280' clip-path='url(%23b)' fill='%23f7b901'/%3E%3Ccircle cx='300' cy='230' r='115'/%3E%3Ccircle cx='300' cy='550' r='205' clip-path='url(%23a)'/%3E%3C/svg%3E");
  border: none !important;
  object-position: -99999px 99999px;
  height:2.5rem;
  width:2.5rem;
  font-size: 0px;
}
/* Erstellungszeit in der Übersicht / Tabelle ergänzen */
.TicketListItem_createdTime::after {
  content: "(Erstellung)";
  padding: 0px 4px;
  color: #02B7A5;
  font-size: 10px;
  position:relative;
  top: -2px;
}

#layoutContainer.Layout__twoColumn {
    display: flex;
    flex-direction: row-reverse;
}

.TicketListItem__closed, .InfoContainer__closed, .commonStyle__zt3Brand, .NoContent__title {
  color: #02B7A5 !important;
}

.Layout__fullWidth {
    max-width: 115rem;
}

/* Channel Filter - unnötige ausblenden */
div[data-id="Web_channel_filter_item"],
div[data-id="Twitter_channel_filter_item"],
div[data-id="Facebook_channel_filter_item"],
div[data-id="Chat_channel_filter_item"],
div[data-id="Forums_channel_filter_item"] {
  display: none;
}

/* Prioritäten Filter ist fehlerhaft (siehe Ticket #6211), daher ausblenden*/
.TicketList__filter_priority {
  display: none;
}

#articleReview, div[data-id="articleSubCategory"] .ContentList__topicList, div[data-id="articleSubCategory"] .ContentList__moreOption, .TicketList__filter_department, .TicketListItem_assignee, .Footer__footerBg, .Footer__footerCopyrigt {
    display: none;
}

div[data-id="articleSubCategory"] .ListHeader__headerContent {
  min-height: 100px;
}

.KbDetailLtContainer__articleContent a {
  color: #1A1D21;
}

.DepartmentList__deptListItem.amadeusfire, #field_departmentId, .ticket_departmentid, .ticket_skills, #field_entitySkills, .Info__infoList.ticket_assigneeid, .ticket_duedate {
display: none;
}

.TicketFilterPopup__filterValue:hover, .TicketFilterPopup__active {
  color: #1A1D21 !important;
}

.TicketListItem__avatarStatus {
  max-width: 7rem !important;
  min-width: 7rem !important;
}

.NoContent__contentDescription > p {
	display: none;
}

.ConversationForm__ticketCreateTime:before {
	content: "Ticketerstellung: ";
}

.commonStyle__widgetSection {
  margin-bottom: 0rem !important;
}

.ConversationForm__replay li:first-child{
  display: none;
}

portal.ticketList .Layout__layout2{
  display: none;
}

.Info__infoList.ticket_ {
display: none !important;
}

@media (min-width: 769px) {
	portal.ticketList .Layout__layout1 {
  		width: 100% !important;
	}
}
[data-id="addTicket"] button, [data-id="edit_close"], [data-id="closeTicket"]{
    display: none !important;
}

.Post__popUpList.commonStyle__popupList.commonStyle__zt3Link.commonStyle__cursor.Post__reply {
  display: none !important;
}

/* Filter einblenden und schlecht übersetzte Optionen ausblenden */

.TicketList__cv_filterViews {
	display: block;
}

/*
Ticket Views unter "Mein Bereich"
.TicketList__cv_filterViews .My_Open_Tickets,
.TicketList__cv_filterViews .My_On_Hold_Tickets,
.TicketList__cv_filterViews .My_Overdue_Tickets,
.TicketList__cv_filterViews .Team_On_Hold_Tickets,
.TicketList__cv_filterViews .Team_Overdue_Tickets
*/

.TicketList__cv_filterViews .My_Overdue_Tickets,
.TicketList__cv_filterViews .Team_Overdue_Tickets{
  display: none;
}

/* Profilbearbeitung ausblenden */
[data-id="profile_manageaccount"], .ProfileLeftContainer__uploadText, .DeleteAccount__layer, [data-id="my_edit_profile"]{
  display: none;
}

.ticket_entityskills {display: none;}

/* Custom Status Filter Drop-Down Elemente ausblenden */
.TicketList__customStatusContent label[id="Zu berechnen"],
.TicketList__customStatusContent label[id="NEU kommentiert extern"],
.TicketList__customStatusContent label[id="Angebot erstellen"]{
  display: none;
}

/* Ticket Formular Seite */

portal.ticketForm div.Layout__layout2,
portal.ticketForm #field_layoutId
{
  display: none;
}

@media (min-width: 769px) {
  portal.ticketForm .Layout__twoColumn .Layout__layout1 {
    width: 100%;
  }
}

#logoutDetails {
  display: none !important;
}
