#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: #a99b62; 
    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: #a99b62; 
}

.user-stat { 
    float: left; 
    background: var(--dark); 
    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 var(--red); 
} 

.user-stat .descr { 
    text-align: center; 
    font-size: 8px; 
    letter-spacing: 1px; 
    color: var(--red); 
} 

#ccontainer { 
    margin: auto; 
    box-sizing: border-box; 
    width: 100%; 
} 

.chara-box { 
    float: left; 
    box-sizing: border-box; 
    width: 30%; 
    margin: 10px;
} 

.chara-title { 
    box-sizing: border-box; 
    padding: 10px 20px; 
    background: var(--red); 
} 

.chara-title img { 
    filter: grayscale(100%); 
    width: 90px; 
    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: #000; 
} 

.chara-desc { 
    height: 150px; 
    background: var(--dark); 
    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: var(--bright); 
    margin-bottom: 10px; 
} 

.chara-desc::-webkit-scrollbar { 
    width: 0px !important; 
} 

.chara-fact { 
    box-sizing: border-box; 
    margin: 5px auto; 
    width: 90%; 
    padding: 5px;
    font-family: var(--mainfont), sans-serif; 
    font-size: 8px; 
    letter-spacing: 2px; 
    text-transform: uppercase; 
    color: var(--bright); 
    text-align: center; 
    font-weight: bold; 
    background: var(--red); 
} 
    
    
#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: var(--mainfont), sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 8px;
  text-align: right;
  position: relative;
  margin-right: 10px; 
	color: #a99b62;
}

#quoted:before {
  content: "";
  position: absolute;
  left: 350px;
  top: 5px;
  width: 350px;
  height: 1px;
  background: #d3d3d3;
}