#player-info {
 
    margin: 50px;
}

#player-info h1 {
 
    font-family: 'Charm', cursive; 
    font-size: 35px; 
    font-weight: normal; 
    z-index: 2; 
    text-indent: 40px; 
    letter-spacing: -1px; 
    color: #9f7641; 
    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: #242424; 
    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: #9f7641;
}

.user-stat {
 
    float: left; 
    background: #9f76415e; 
    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 #9f7641;
}

.user-stat .descr {
 
    text-align: center; 
    font-size: 10px; 
    letter-spacing: 1px; 
    color: #48361f;
}

#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: #9f76415e;
}

.chara-title img {
 
    border: 1px solid #9f7641; 
    width: 90px; 
    float: left;
}

.chara-name {
 
    float: left; 
    text-align: justify; 
    width: 80px; position: 
    relative; 
    top: -20px; 
    margin-left: 5px;
}

.vorname {
 
    color: #48361f; 
    font-size: 18px; 
    font-weight: bold; 
    text-transform: uppercase;
}

.nachname {
 
    color: #48361f; 
    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: #9f76415e;
}

.chara-desc {
 
    height: 150px; 
    background: #ffffff80; 
    padding: 5px 10px; 
    line-height: 1.5em; 
    overflow: auto; 
    scrollbar-width: none !important; 
    text-align: justify; 
    font-size: 12px;
    font-family: 'Open Sans', Verdana, Arial, Sans-Serif; 
    color: #242424; 
    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: 'Calibri', sans-serif; 
    font-size: 10px; 
    letter-spacing: 2px; 
    text-transform: uppercase; 
    color: #fff; 
    text-align: center; 
    font-weight: bold; 
    background: #9f7641;
}

#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: 8px;
  text-align: right;
  position: relative;
  margin-right: 10px; 
	color: #48361f;
}

#quoted:before {
  content: "";
  position: absolute;
  left: 350px;
  top: 5px;
  width: 350px;
  height: 1px;
  background: #d3d3d3;
}		