.inhalt{
    display: flex;
    flex-direction: column;

    margin: 20px 90px 50px 50px; 
    justify-content: center;
    
    font-weight: 300;
    font-size: 10pt;
    font-style: normal;
    letter-spacing: 1px;
}

 .allgemein {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    justify-content: center;
}

        h2 {
            letter-spacing: 1.5px;
        }


/*button_back*/
    .zurueck {
        position: fixed;
        bottom: 5%;
        right: 3%;

        text-align: center;

        letter-spacing: 2px;
        font-size: 8pt;
        line-height: 10px;
        padding: 10px;

        color: darkgreen;
        text-decoration: none;

    }

            .zurueck:hover {
                outline: 1px solid darkgreen;
            }


            .absatz {
                    font-size: 9pt;
                    margin-bottom: 2px;

            }