.statbox {
    text-align: justify;
    background: var(--back);
    height: 440px;
    /* opacity: 50%; */
    clip-path: polygon(/* Obere Kante */ 0 3%, 8% -1%, 18% 3%, 27% 2%, 35% 5%, 43% 7%, 52% 3%, 62% 5%, 71% 3%, 80% -4%, 88% 3%, 96% 6%, 100% 3%, /* Rechte Seite nach unten */ 100% 90%, /* Untere Kante */ 95% 94%, 87% 91%, 78% 94%, 67% 98%, 62% 92%, 52% 91%, 43% 88%, 35% 91%, 27% 87%, 18% 86%, 10% 86%, 0 89%, /* Linke Seite wieder hoch */ 0 3%);
    z-index: 2;
    transform: translate(0px, 96px);
    margin-top: -71px;
    width: 1001px;
    margin-left: -5px;
    padding: 52px;
}

.stattable {
z-index: 3;
    position: relative;
    width: 404px;
    border: solid;
    height: 302px;
}

.statheadi {
    font-family: var(--headschrift);
    font-size: 25px;
    letter-spacing: -1px;
    /* margin-top: 55px; */
    padding-left: 24px;
    text-transform: lowercase;
    color: var(--dark);
}
		