#statbox {
background: #d9d3bd; 
    width: 954px;
    display: flex;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1px;
    font-family: 'oswald', serif;
    font-size: 11px;
    margin: auto auto;
justify-content: center;
}
.thead_statistik{
    color: #413423;
    height: 12px;
    /*background: url(../../../images/frontier/thead.png);*/
    padding: 0px 4px;
border-bottom: 8px #d6c3ab solid;
}
#statbox .box_stats {
    display: inline-block;
    width: 110px;
    height: 50px;
    margin: 3px;
    padding: 0px 9px 0px 10px;
}
#statbox .box_stats2 {
    display: inline-block;
    width: 230px;
    height: 50px;
    margin: 3px;
    padding: 0px 9px 0px 10px;
}
#statbox .headstat {
    color: #5c5048;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 26px;
    letter-spacing: 2px;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
       padding: 3px 0 0 3px;
text-align: center;

}

#statbox .contentstats {
    /*width: 300px;*/
    padding-right: 4px;
    padding-left: 1px;
    height: 30px;
    margin-top: 4px;
text-align: center;
font-size: 10px;

}
#stats-info2 { 
        margin: 5px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#stats-info { 
        margin: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.stats-header { 
    float: left; 
    background: #e4ded1; 
    padding: 15px 5px;
    margin: 15px 5px; 
    width: 18%;
    height: 40px; 
    z-index: 1; 
    position: relative; 
    text-align: center; 
    font-size: 11px;  
    font-weight: bold; 
    border-radius: 2%; 
    text-transform: uppercase; 
    border-bottom: 1px solid #d6c3ab; 
} 
.stats-header .descr { 
    text-align: center; 
    font-size: 10px; 
    letter-spacing: 1px; 
    color: #c5aa87; 
}
#stats-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: #6e7848; 
    position: relative;
} 

#stats-info h1:after { 
    background: none; 
}

#stats-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: #6e7848; 
    text-transform: uppercase;
} 
.stats-header2 { 
    float: left; 
    background: var(--farbe1); 
    padding: 5px 1px;
    margin: 1px 5px; 
    width: 18%;
     z-index: 1; 
    position: relative; 
    text-align: center; 
    font-size: 11px;  
    font-weight: bold; 
    border-radius: 2%; 
    text-transform: uppercase; 
    border: 1px solid var(--farbe4); 
   
} 
.stats-header2 .descr { 
    text-align: center; 
    font-size: 10px; 
    letter-spacing: 1px; 
    color: var(--text5); 
}