    /* Rahmen für Div */
    .rahmen
    {
        border: 4px solid rgba(255, 201, 4, 1); 
        border-radius: 10px; 
        padding-top: 10px; 
        padding-bottom: 10px;
    }

    /* Label-Style */
    .labelst
    {
        font-weight: bold;
        font-size: 8pt;
        text-align: left;
        color: red;

        display: flex;
        align-items: center;
        justify-content: flex-end;

        padding-right: 0px;
    }
