.bedrohungslage-section {
    padding-top: 0px;
}

.statcard {
    background-color: var(--c-surface-elevated);
    padding: var(--xl);
    max-width: 90%;
    box-sizing: border-box;
    
    width: 100%;
    max-width: 390px;
    box-shadow: 4px 4px 4px rgb(24, 24, 24);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: center;

    .highlight {
        color: var(--c-red);
    }

    h3 {
        font-size: 1.3rem;
        margin: var(--s);
    }

    p {
        font-size: .9rem;
        margin: 0;
        text-align: center;
    }
}