/******************* TEXTBOXEN *******************/

.statstextfeldlinks {
	background-color: #353747;
	line-height: 12px;
	text-align: justify;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	
	color: #E8E5F0;
	font-family: Arial;
	font-size: 12px;
}

.statstextfeldbig {
	color: #D8D4E3;
	background-color: #353747;
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	height: 150px;
	overflow: auto;
	box-sizing: border-box;
	font-family: Arial;
	font-size: 11px;
}

.statstextfeldbigno {
	background-color: #353747;
	padding: 10px;
	height: 150px;
	box-sizing: border-box;
	color: #D8D4E3;
	line-height: 15px;
	text-align: justify;
	overflow: auto;
	font-family: Arial;
	font-size: 11px;
}

.statstextfeldbigger {
	background-color: #353747;
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	height: 305px;
	overflow: auto;
	box-sizing: border-box;
	
	color: #D8D4E3;
	font-family: Arial;
	font-size: 11px;
}

.statstextfeldsmall {
	color: #D8D4E3;
	background-color: #353747;
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	height: 150px;
	overflow: auto;
	box-sizing: border-box;
	
	font-family: Arial;
	font-size: 11px;
}


/******************* SCROLLBAR *******************/

#newsflash ::-webkit-scrollbar {
    width:8px;
    background:#353747;
}

#newsflash ::-webkit-scrollbar-thumb {
    background:#8B73B0;
    height:10px;
}

#newsflash ::-webkit-scrollbar-track {
    background-color:#2B2C36;
    opacity:0.8;
}

/******************* ÜBERSCHRIFT *******************/

.statsheadline {
	background-color: #2B2C36;
	padding: 2px 6px;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 8px;
	color: #F5EEDC;
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* === Boardstats Layout Fix === */

.ks-boardstats table.tborder {
  width: 100%;
  margin: 0;
  background: #202028;
  border: 1px solid #4A4C5D;
}

.ks-boardstats .thead {
  background: #2B2C36;
  border: none;
  padding: 0 0 6px 0;
  color: #F5EEDC;
}

.ks-boardstats .trow1,
.ks-boardstats .trow2,
.ks-boardstats .tfoot {
  background: #353747;
  border: none;
  color: #D8D4E3;
}

/* optische Trennung wie im Referenzbild */

.ks-box {
  position: relative;
}

.ks-box:before {
  content: "";
  display: block;
  height: 1px;
  background: rgba(184,167,217,0.25);
  margin-bottom: 8px;
}

/* Überschriften vereinheitlichen */

.ks-boardstats strong {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #F5EEDC;
}

/* verhindert das "untereinanderziehen" */

.ks-box table {
  table-layout: fixed;
}

/* legende */

.bull {
	color: #D8D4E3;
}