#player-info { 
    margin: 50px; 
} 

#player-info h1 { 
    font-family: 'Oswald', sans-serif; 
    font-size: 35px; 
    font-weight: normal; 
    z-index: 2; 
    text-indent: 40px; 
    text-transform: lowercase; 
    letter-spacing: -1px; 
    color: #577d92; 
    position: relative;
} 

#player-info h1:after { 
    background: none; 
}

#player-info h1:before {  
    content: "Spieler-Infos"; 
    font-family: 'Quicksand', sans-serif; 
    z-index: -1 !important; 
    opacity: .2; 
    font-size: 55px; 
    position: absolute; 
    left: 0px; 
    bottom: 0px; 
    text-indent: 0px; 
    color: #f1f1f1; 
    text-transform: uppercase;
} 

#player-info h6 { 
    margin-top: 40px; 
    display: inline-block; 
    font-family: 'Quicksand', sans-serif; 
    font-size: 7px; 
    text-transform: uppercase; 
    color: #fff; 
    padding: 2px 15px; 
    letter-spacing: 2px; 
    background: #577d92; 
}

.user-stat { 
    float: left; 
    background: #2a2a2a; 
    padding: 15px 5px;
    margin: 15px 5px; 
    width: 30%; 
    z-index: 1; 
    position: relative; 
    text-align: center; 
    font-size: 11px;  
    font-weight: bold; 
    border-radius: 2%; 
    text-transform: uppercase; 
    border-bottom: 1px solid #577d92; 
} 

.user-stat .descr { 
    text-align: center; 
    font-size: 8px; 
    letter-spacing: 1px; 
    color: #577d92; 
} 

#ccontainer { 
    margin: auto; 
    box-sizing: border-box; 
    width: 100%; 
} 

.chara-box { 
    display:flex; 
	flex-direction:row;
    box-sizing: border-box; 
    width: 30%; 
    margin: 10px;
	height:230px;
} 

.chara-title { 
    box-sizing: border-box; 
    padding: 10px 20px; 
    background: #1c1c1c; 
} 

.chara-title img { 
    filter: grayscale(100%); 
    height: 100px; 
    float: left; 
} 

.chara-name { 
    float: left; 
    text-align: justify; 
    width: 80px; position: 
    relative; 
    top: -20px; 
    margin-left: 5px;  
} 

.vorname { 
    color: #eee; 
    font-size: 18px; 
    font-weight: bold; 
    text-transform: uppercase; 
} 

.nachname { 
    color: #eee; 
    font-size: 9px; 
    letter-spacing: 1px; 
    text-transform: uppercase; 
    margin-top: 0px;  
} 

.chara-descbox { 
    box-sizing: border-box; 
    padding: 20px 30px; 
    padding-bottom: 10px; 
    background: #171717; 
} 

.chara-desc { 
    height: 150px; 
    background: #1c1c1c; 
    padding: 5px 10px; 
    line-height: 1.5em; 
    overflow: auto; 
    scrollbar-width: none !important; 
    text-align: justify; 
    font-size: 13px; 
    font-family: 'calibri', sans-serif; 
    color: #d1d1d1; 
    margin-bottom: 10px; 
	width:200px;
} 

.chara-desc::-webkit-scrollbar { 
    width: 0px !important; 
} 

.chara-fact { 
    box-sizing: border-box; 
    margin: 5px auto; 
    width: 200px; 
    padding: 5px;
    font-family: 'Calibri', sans-serif; 
    font-size: 9px; 
    letter-spacing: 1px; 
    text-transform: uppercase; 
    color: #d1d1d1; 
    text-align: center; 
    font-weight: bold; 
    background: #203744; 
} 
    
    
#quote {
  margin: 20px;
  font-size: 24px;
  font-family: 'georgia', serif;
  font-style: italic;
  color: #d2d2d2;
  text-transform: lowercase;
  letter-spacing: -1px;
  opacity: .7;
  line-height: 1.4em;
}

#quoted {
   font-family: 'Calibri', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 9px;
  text-align: right;
  position: relative;
  margin-right: 10px; 
	color: #577d92;
}

#quoted:before {
  content: "";
  position: absolute;
  left: 350px;
  top: 5px;
  width: 350px;
  height: 1px;
  background: #d3d3d3;
	margin-top:10px;
}