@media (min-width: 1200px) {
.ueberschrift {
    color: #ff0000;
    text-align: center;
    margin-right: 20%;
    margin-top: 2%;
    font-size: 200%;
    text-decoration: underline;
}
.anfahrtbeschreibung {
    Font-size: 150%;
}
#detailbeschreibung {
    margin-top: 5%;
}
#no-margin {
    margin-left: 15%;
}
.anschrift {
    Font-size: 150%;
    text-align: center;
    margin-top: 2%;
}}
@media (min-width: 400px) {
    .ueberschrift {
        color: #ff0000;
        text-align: center;
        margin-top: 2%;
        font-size: 200%;
        text-decoration: underline;
    }
    .anfahrtbeschreibung {
        Font-size: 150%;
    }
    #detailbeschreibung {
        margin-top: 5%;
    }
    .anschrift {
        Font-size: 150%;
        text-align: center;
        margin-top: 2%;
    }
}