/******************* TEXTBOXEN *******************/

.statstextfeldlinks {
	background-color: #324040;
	line-height: 12px;
	text-align: justify;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	
	color: #1b1b1b;
	font-family: Arial;
	font-size: 12px;
}

.statstextfeldbig {
	color: #e8eded;
	background-color: #324040;
	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: #324040;
	padding: 10px;
	height: 150px;
	box-sizing: border-box;
		color: #e8eded;
	line-height: 15px;
	text-align: justify;
	overflow: auto;
	font-family: Arial;
	font-size: 11px;
}

.statstextfeldbigger {
	background-color: #324040;
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	height: 305px;
	overflow: auto;
	box-sizing: border-box;
	
	color: #e8eded;
	font-family: Arial;
	font-size: 11px;
}

.statstextfeldsmall {
	color: #e8eded;
	background-color: #324040;
	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:#c1c1c1;
}

#newsflash ::-webkit-scrollbar-thumb {
    background:#c1c1c1;
    height:10px;
}

#newsflash ::-webkit-scrollbar-track {
    background-color:#E1DEDE;
    opacity:0.8;
}




/******************* ÜBERSCHRIFT *******************/

.statsheadline {
	background-color: #202a2a;
	padding: 2px 6px;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 8px;
	color: #e8eded;
	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: transparent;
  border: none;
}

.ks-boardstats .thead {
  background: none;
  border: none;
  padding: 0 0 6px 0;
}

.ks-boardstats .trow1,
.ks-boardstats .trow2,
.ks-boardstats .tfoot {
  background: transparent;
  border: none;
}

/* optische Trennung wie im Referenzbild */
.ks-box {
  position: relative;
}

.ks-box:before {
  content: "";
  display: block;
  height: 1px;
  background: rgba(255,255,255,0.15);
  margin-bottom: 8px;
}

/* Überschriften vereinheitlichen */
.ks-boardstats strong {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9em;
}

/* verhindert das "untereinanderziehen" */
.ks-box table {
  table-layout: fixed;
}

/*legende*/

.bull {
color: #e8eded;
}
