@media (min-width: 1200px) {
    .ueberschrift-pferde {
    margin-top: 2%;
    font-size: 175%;
    font-weight: bold;
    margin-left: 35%;
}
#pferd-abschnitt {
    margin-top: 5%;
}
.pferd {
    font-size: 150%;
    text-decoration: underline;
    color: #ff0000;
    font-weight: bold;
}
.pferdgeburtstag {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
}
#pferdbild {
    margin-left: -40%; 
}
#pferddetails {
    text-align: center;
    margin-left: 15%;
}
#pferdbild1 {

    float: right;
}
.pferdbeschreibung {
    color: #0000ff;
    font-size: 120%;
}}
@media (min-width: 400px) {
    .ueberschrift-pferde {
        margin-top: 2%;
        font-size: 175%;
        font-weight: bold;
    }
    #pferd-abschnitt {
        margin-top: 5%;
    }
    .pferd {
        font-size: 150%;
        text-decoration: underline;
        color: #ff0000;
        font-weight: bold;
    }
    .pferdgeburtstag {
        text-align: center;
        font-size: 150%;
        font-weight: bold;
    }
    #pferddetails {
        text-align: center;
    }
    #pferdbild1 {
    
        float: right;
    }
    .pferdbeschreibung {
        color: #0000ff;
        font-size: 120%;
    }
}
