

/* Extra große Auflösung */

@media (min-width: 1200px) {

    body {
        max-width: 1268px !important;
        margin: 0 auto !important;
        float: none !important;
    }

    .notmobile {
    }

    .mobile {
        display: none;
    }

    .cite {
        text-align: right;
        font-size: 80%;
        padding-top: 2rem;
    }
}


/* Normales Display */

@media (min-width: 993px) and (max-width: 1199px) {

    body {
        max-width: 1268px !important;
        margin: 0 auto !important;
        float: none !important;
    }

    .notmobile {
    }

    .mobile {
        display: none;
    }

    .cite {
        text-align: right;
        font-size: 80%;
        padding-top: 2rem;
    }
}

/* Tablet (Landscape) */
@media (min-width: 769px) and (max-width: 992px) {

    .notmobile {
    }

    .mobile {
        display: none;
    }

    .cite {
        text-align: right;
        font-size: 80%;
        padding-top: 2rem;
    }
}

/* Smartphones - Tablets */
@media (max-width: 768px) and (min-width: 577px) {

    body {
        font-size: 1.1rem;
    }

    .notmobile {
        display: none;
    }

    .mobile {
    }

    .cite {
        text-align: left;
        font-size: 80%;
        padding-top: 2rem;
    }

}

/* Smartphones und weniger */
@media (max-width: 576px) {

    body {
        font-size: 1.1rem;
    }

    .notmobile {
        display: none;
    }

    .mobile {
    }
        
    .cite {
        text-align: left;
        font-size: 80%;
        padding-top: 2rem;
    }

}
