/* End media query */

/** Small **/
@media only screen and (max-width: 767px) {

    /* Sidrubrik (H1) */
    .heading {
        font-size: 20px !important;
        line-height: 30px !important; /* 20 * 1.5 */
    }

    /* Rubrik 1 (H2), Underrubrik (H2) */
    .rubrikx1,
    .subheading {
        font-size: 18px !important;
        line-height: 27px !important; /* 18 * 1.5 */
    }

    /* Rubrik 2 Vit (H2) */
    .rubrikx2xvit {
        font-size: 16px !important;
        line-height: 24px !important; /* 16 * 1.5 */
    }

    /* Ingress */
    .ingress {
        font-size: 16px !important;
        line-height: 24px !important; /* 16 * 1.5 */
    }

    /* Brödtext */
    .normal {
        font-size: 14px !important;
        line-height: 21px !important; /* 14 * 1.5 */
    }
}

/* End media query */
