/**
 * @lastmodified $Id: base_query.css 4305 2013-11-12 13:59:40Z h.ruhs $
 * @since 3.6.2
 *
 * @package Frontend-Kit
 * @tableofcontents
 *
 * 1. Druckansicht
 * 2. Javascript Hooks
 */

/* @section 1. Druckansicht */

@media print {
    body {
        color: #fff;
        font-size: 1em;
    }
}

/* @section 2. Javascript Hooks */

html:before {display:none}

@media all and (min-width:50em) {
    html {-ms-before:'widescreen'}
    html:before {content:'widescreen'}
}

@media all and (max-width:50em) {
    html {-ms-before:'narrowscreen'}
    html:before {content:'narrowscreen'}
}
