.sa-hinweisband {
    width: 100%;
    background: #f8d7da;
    color: #842029;
    padding: 10px 0 10px 0;
    display: flex;
    align-items: center; /* vertikal mittig */
    justify-content: center; /* horizontal mittig */
    font-size: 1rem;
    font-weight: 600; /* fett */
    border-bottom: 1px solid #f5c2c7;
    margin-bottom: 20px;
    margin-top: 10px;
}

