@charset "utf-8";
#Fließtext {
    color: #FFFFFF;
    font-family: Arial, "Arial Black", "Arial Narrow", "Arial Unicode MS";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 3vh;
    text-align: left;
    text-decoration: none;
    width: 0vmax;
    height: 0vmax;
    text-indent: 2%;
}

@media screen and (min-width: 1180px) {
    #Fließtext {
        font-size: 5vh; /* größere Schrift auf Desktop */
    }

