.away-reason {
    font-size: 11px;
    display: block;   /* sorgt dafür, dass es wirklich wie eine neue Zeile wirkt */
    margin-left: 15px; /* optional, damit es etwas eingerückt ist */
}

.atr-stats {

    align-items: center;
    height: 100%;
    text-align: center;
    z-index: 15;
    position: relative;
}
.atr-stat {
font-size: 11px;
    margin-top: 5px;
    float: left;
    margin-left: 45px;
    transform: translate(11px, -2px);
}
.atr-stat strong {
    font-size: 20px;
    font-weight: 700;
    margin-right: 4px;
}


.atr-stat-number {
    color: var(--dark);
    font-family: var(--headschrift);
    text-align: center;
    font-size: 17px;
    float: left;
    width: 69px;
    text-align: center;

}

.atr-stat-label {
text-align: center;	
}
