body {

    font-family: Arial, sans-serif;

    color: var(--color-text);

    background-color: var(--color-background);

    line-height: 1.6;

    /* lange deutsche Wörter umbrechen, statt horizontal überzulaufen */

    overflow-wrap: break-word;

}


img {

    max-width: 100%;

    display: block;

}


a {

    text-decoration: none;

}


ul {

    list-style: none;

}