@media (min-width: 1200px) {
.ueberschrift-preise {
    color: #ff0000;
    font-size: 225%;
    text-align: center;
    margin-top: 2%;
    margin-right: 20%;
    text-decoration: underline;
    font-weight: bold;
}
.unterueberschrift-preise {
    color: #ff0000;
    font-size: 150%;
    text-align: center;
    margin-top: 2%;
    margin-right: 20%;
    font-weight: bold;
}
.einzelueberschrift-preise {
    color: #0000ff;
    font-size: 150%;
    text-align: center;
    margin-top: 2%;
    margin-right: 20%
}
.einzelheit {
    font-size: 150%;
    font-weight: bold;
}
.minuten-kosten {
    font-size: 150%;
}
.minuten-kosten1 {
    text-align: center;
    margin-right: 20%;
    font-size: 150%;
}
.einzelheit1 {
    text-align: center;
    margin-right: 20%;
    font-size: 150%;
    font-weight: bold;
}
.abschluss-text {
    text-align: center;
    font-size: 150%;
    margin-right: 20%;
    color: #0000ff;
}
.anmerkung {
    text-align: center;
    font-size: 150%;
    margin-right: 20%;
    color: #0000ff;
    font-weight: bold; 
}}
@media (min-width: 400px) {
    .ueberschrift-preise {
        color: #ff0000;
        font-size: 225%;
        text-align: center;
        margin-top: 2%;
        text-decoration: underline;
        font-weight: bold;
    }
    .unterueberschrift-preise {
        color: #ff0000;
        font-size: 150%;
        text-align: center;
        margin-top: 2%;
        font-weight: bold;
    }
    .einzelueberschrift-preise {
        color: #0000ff;
        font-size: 150%;
        text-align: center;
        margin-top: 2%;
    }
    .einzelheit {
        font-size: 150%;
        font-weight: bold;
    }
    .minuten-kosten {
        font-size: 150%;
    }
    .minuten-kosten1 {
        text-align: center;
        font-size: 150%;
    }
    .einzelheit1 {
        text-align: center;
        font-size: 150%;
        font-weight: bold;
    }
    .abschluss-text {
        text-align: center;
        font-size: 150%;
        color: #0000ff;
    }
    .anmerkung {
        text-align: center;
        font-size: 150%;
        color: #0000ff;
        font-weight: bold; 
    }
}