#Stats_Main{
	display: flex;
	background-color: #d1d1d1;
	position: relative;
	flex-wrap: wrap;
	color: #202020;
}

#Stats_Main .Stats_Main_Stuff{
	position: absolute;
	bottom: 12px;
	right: 12px;
	text-align: right;
	z-index: 1;
	line-height: 230%;
}

#Stats_Main .Stats_Main_Stuff a{color: #000;}

#Stats_Main .Stats_Sisters {
	order: 3;
	width: 100%;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 13px;
	column-gap: 13px;
	background: #d1d1d1;
}

#Stats_Main .Stats_Sisters1{
	position: relative;
	outline: 1px solid #dfdfdf;
	outline-offset: 10px;
	width: 88px;
	height: 31px;
	overflow: hidden;
	margin: 10px;
}

#Stats_Main .Stats_Sisters1 img{
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

#Stats_Main .Stats_Sisters1 div::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient( rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9) ), url(/images/002/back1.png);
  top: 0;
  opacity: 0.6;
}

#Stats_Main .Stats_Legend{
	order: 2;
	width: 100%;
	padding: 20px;
	background: #ccc;
	display: flex;
}

#Stats_Main .Stats_Legend1{
	flex-grow: 1;	
	display: flex;
	column-gap: 6px;
	flex-wrap: wrap;
	row-gap: 4px;
}
	
#Stats_Main .Stats_Legend2{
	width: 70%;
	display: flex;
	column-gap: 6px;
	flex-wrap: wrap;
	row-gap: 4px;
	justify-content: end;
}

#Stats_Main .Stats_Legend break{
  width: 100%;
}

#Stats_Main .Stats_Legend1 div,
#Stats_Main .Stats_Legend2 div{
  text-transform: uppercase;
	color: #ddd;
  font-size: 7px;
font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  padding: 8px 7px 8px 8px;
  width: max-content;
  line-height: 100%;
  background-color: #555;
}

#Stats_Main .Stats_Online_Today{
	overflow-x: hidden !important;
  font-size: 11px;
  text-align: justify;
  text-align-last: right;
  line-height: 12pt;
  height: 90px;
  overflow: auto;
  scrollbar-width: none;
  padding-right: 6px;
}

#Stats_Main .Stats_Online_Today::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}


#Stats_Main .Stats_Away{
  font-size: 10px;
  text-align: justify;
  text-align-last: right;
  line-height: 12pt;
  height: 60px;
  overflow: auto;
  scrollbar-width: thin;
  padding-right: 6px;
  margin-top: 25px;
}

#Stats_Main .Stats_New_Types{
	column-gap: 7px;
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
	row-gap: 7px;
}

#Stats_Main .Stats_New_Types span{
	display:block;
  padding: 8px 7px 8px 8px;
  width: max-content;
  line-height: 100%;
  background-color: #333;
	color: #ddd;
  font-size: 7px;
font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
	opacity: .8;
}

#Stats_Main .Stats_New_Types div:first-child {
	content: "";
	flex-basis: 100%;
	text-align: right;
}

#Stats_Main .Stats_New_Types spanner{
  font-size: 23px;
  text-transform: lowercase;
  display: block;
  margin-bottom: -7px;
}

#Stats_Main .Stats_Online{width: 63%;}
#Stats_Main .Stats_Online_Second{
	width: 37%;
	padding-top: 75px;
}

#Stats_Main .Stats_Online_Top{
  display: flex;
  column-gap: 15px;
}

#Stats_Main .Stats_Online_Title{
  letter-spacing: 1px;
  color: var(--akzent);
  font-size: 25px;
  text-transform: lowercase;
filter: brightness(50%);
}

#Stats_Main .Stats_Online_Sub{
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: 3px;
  font-weight: 500;
  display: flex;
  column-gap: 15px;
  margin-top: -7px;
}

#Stats_Main .Stats_Online_Desc{
	font-size: 18px;
	text-align: justify;
	margin-top: 11px;
	height: 240px;
	font-weight: bold;
	overflow: auto;
	scrollbar-width: thin;
	padding-right: 6px;
}

#Stats_Main .Stats_Online_Gender {
  display: flex;
  text-align: center;
  position: absolute;
  top: 33px;
  right: 23px;
  column-gap: 15px;
}

#Stats_Main .Stats_Online_Gender i{
	font-size: 30px;
	color: var(--akzent);
	margin-bottom: 4px;
	opacity: 0.3;
}

#Stats_Main .Stats_Online_Gender span{
	display: block;
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: 3px;
  font-weight: 500;
}

#Stats_Main #newthreads{
	order: 2;
	width: 160px;	
	justify-content: center;
	display: flex;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(/images/003/002background.jpg);
	flex-direction: column;
	text-transform: uppercase;
	font-size: 7px;
	letter-spacing: 2px;
	font-weight: 500;
	padding: 55px;
	padding-top: 15px;
	row-gap: 20px;
	position: relative;
}

#Stats_Main .Stats_Threads{
	font-size: 75px;
	text-transform: lowercase;
	position: absolute;
	bottom: -30px;
	right: -8px;
	mix-blend-mode: exclusion;
	color: #052020;
	font-weight: normal;
}

#Stats_Main .Stats_New_Thread1{
  padding: 8px 7px 8px 8px;
  width: max-content;
  line-height: 100%;
  background-color: #ccc;
}

#Stats_Main .Stats_New_Thread2 {
  padding: 8px 7px 8px 8px;
  width: max-content;
  line-height: 100%;
  background-color: #c4c4c4;
  margin-top: 5px;
}
.Stats_New_Thread1 a,
.Stats_New_Thread2 a {
	filter: brightness(70%);
	font-weight: bold;
}

#Stats_Main .Stats_Main{
	padding: 25px;
	width: 53%;
	position: relative;
	flex-grow: 1;
}