/* Der untere Code ist nur für Regioseiten gedacht:
Für reine Regioseite  iPad darstellung */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (max-width: 1024px)
and (orientation : landscape) {
    #main .fusion-row img {
    margin: 0 auto !important;
    display: flex;
}
}

/* iPad Hochformat */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (max-width: 1024px)
and (orientation : portrait) {
    #main .fusion-row img {
    margin: 5px auto !important;
    display: flex;
}
}
