#player-info {
     margin: 0px;
}

#player-info h1 {
 
    font-family: 'Rubik', sans-serif; 
    font-size: 35px; 
    font-weight: normal; 
    z-index: 2; 
    text-indent: 40px; 
    font-variant: small-caps; 
    letter-spacing: 1px; 
    color: var(--link); 
    position: relative;
}

#player-info h1:after {
 
    background: none;
}

#player-info h1:before {
  
    content: "Autor-Infos"; 
    font-family: 'Rubik', sans-serif; 
    z-index: -1 !important; 
    opacity: .2; 
    font-size: 55px; 
    position: absolute; 
    left: 0px; 
    bottom: 0px; 
    text-indent: 0px; 
    color: var(--link); 
    text-transform: uppercase;
}

#player-info h6 {
 
    margin-top: 00px; 
	margin-bottom: 0px;
    display: inline-block; 
    font-family: 'Rubik'; 
    font-size: 14px; 
    color: var(--link); 
    padding: 2px 15px; 
    letter-spacing: 2px; 
	text-transform: uppercase;
}

.user-stat {
 
    float: left; 
    background: var(--background); 
    padding: 15px 5px;
    margin: 15px 5px; 
    width: 30%; 
    z-index: 1; 
    position: relative; 
    text-align: center; 
    font-size: 11px;  
    border-radius: 2%; 
   font-variant: small-caps;
    border-bottom: 1px solid var(--border);
	height: 65px;
}

.user-stat .descr { 
    text-align: center; 
    font-size: 11px; 
    color: var(--link);
	font-weight: bold;
	text-transform: uppercase;
}

#ccontainer {
	margin: auto;
	box-sizing: border-box;
	
	width: 100%;
}

.chara-box {
 
    float: left; 
    box-sizing: border-box; 
    width: 25%; 
    margin: 10px;
}

.chara-title {
 
    box-sizing: border-box; 
    padding: 5px; 
    background: #d0c0a7;
}

.chara-title img {
    width: 155px;
}

.chara-name {
  text-align: center;
}

.vorname {
 
    color: #fff; 
    font-size: 14px; 
    font-weight: bold; 
    text-transform: uppercase;
}

.nachname {
 
    color: #eee; 
    font-size: 14px; 
    letter-spacing: 1px; 
    text-transform: uppercase; 
    margin-top: 0px;
}

.chara-descbox {
 
    box-sizing: border-box; 
    padding: 20px 30px; 
    padding-bottom: 10px; 
    background: var(--back3);
}

.chara-desc {
 
    height: 150px; 
    background: var(--userbox); 
    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(--text); 
    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: 1px; 
    text-transform: uppercase; 
    color: var(--hover); 
    text-align: center; 
    font-weight: bold; 
    background: var(--back);
}

#quote {
  margin: 20px;
  font-size: 20px;
  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: var(--hover);
}

#quoted:before {
  content: "";
  position: absolute;
  left: 350px;
  top: 5px;
  width: 350px;
  height: 1px;
  background: #d3d3d3;
}
