@media (min-width: 1200px) {
.Ueberschrift {
    margin-left: -20%;
    margin-top: 2%;
    text-align: center;
    font-size: 175%;
    font-style: italic;
    text-decoration: underline;
}
#pegasus-eins {
    margin-left: -45%;
}
#infolinks {
    text-align: center;
    margin-left: 5%;
    color: #0000ff;
    font-size: 125%;
}
#pegasus-zwei {
    margin-left: 10%;
}
.corona {
    font-weight: bold;
}
#infolinks a {
    color: #0000ff;
}
.unterueberschrift {
    text-align: center;
    font-size: 125%;
    color: #ff0000;
    margin-left: -20%;
}
.click {
    text-align: center;
    font-size: 75%;
    color: #000000;
}
.tabellenueberschrift {
    background-color: #77ffff;
    margin-left: -41%;
    width: 150%;
    border-bottom: #000000;
    border-left: #000000;
    border-right:#000000;
    border-top:#000000;
    border-style: outset;
    border-width: 2px;
    margin-bottom: 1%;
}
.alphabet {
    text-align: center;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    font-size: 125%;
    font-weight:bold;
}
.bezeichnung {
    margin-left: -60%;
    font-size: 125%;
    font-weight:bold;
    margin-top: 5%;
}
.beschreibung {
    font-size: 125%;
}
.unterschrift {
    font-family:'Edwardian Script ITC';
    color: #0000ff;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    margin-left: -15%;
}}
@media (min-width: 400px) {
    .Ueberschrift {
        margin-top: 2%;
        text-align: center;
        font-size: 175%;
        font-style: italic;
        text-decoration: underline;
    }
    #infolinks {
        text-align: center;
        color: #0000ff;
        font-size: 125%;
    }
    .corona {
        font-weight: bold;
    }
    #infolinks a {
        color: #0000ff;
    }
    .unterueberschrift {
        text-align: center;
        font-size: 125%;
        color: #ff0000;
    }
    .click {
        text-align: center;
        font-size: 75%;
        color: #000000;
    }
    .tabellenueberschrift {
        background-color: #77ffff;
        width: 150%;
        border-bottom: #000000;
        border-left: #000000;
        border-right:#000000;
        border-top:#000000;
        border-style: outset;
        border-width: 2px;
        margin-bottom: 1%;
    }
    .alphabet {
        text-align: center;
        margin-top: 0.5%;
        margin-bottom: 0.5%;
        font-size: 125%;
        font-weight:bold;
    }
    .bezeichnung {
        font-size: 125%;
        font-weight:bold;
        margin-top: 5%;
    }
    .beschreibung {
        font-size: 125%;
    }
    .unterschrift {
        font-family:'Edwardian Script ITC';
        color: #0000ff;
        font-size: 200%;
        font-weight: bold;
        text-align: center;
    }
}