.statsinformationen {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0px;
}

.statsiinfospezifisch {
    width: 25%;
    font-size: 13px;
    text-align: center;
    background: rgba(58,36,22,0.65);
    border: 1px solid rgba(197,139,69,0.15);
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 4px;
    margin-top: 20px;
    letter-spacing: 1px;
    color: #ead0a1;
    font-family: 'Spectral SC', serif;
    text-transform: uppercase;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.25);
}

.statsiinfospezifisch:hover {
    border-color: rgba(197,139,69,0.35);
    box-shadow:
        inset 0 0 8px rgba(0,0,0,0.25),
        0 0 10px rgba(197,139,69,0.12);
}	
		