/*!
* Stylesheets: WDR Fernsehen / CSS 3
 * Umsetzung: WDR mediagroup digital GmbH, Koeln
 * (c) 2015
 * Date: 20150121 16:25:36
 */
@import
  url('geom.min.css?ver=4.13.1')
    screen and (min-width: 481px) and (orientation: portrait),
    projection and (min-width: 481px) and (orientation: portrait),
    screen and (min-width: 768px) and (orientation: landscape),
    projection and (min-width: 768px) and (orientation: landscape);
@import
  url('desktop_colors.min.css?ver=4.13.1')
    screen and (min-width: 481px) and (orientation: portrait),
    projection and (min-width: 481px) and (orientation: portrait),
    screen and (min-width: 768px) and (orientation: landscape),
    projection and (min-width: 768px) and (orientation: landscape);    
@import
  url('small-display.min.css?ver=4.13.1')
    screen and (max-width: 480px) and (orientation: portrait),
    projection and (max-width: 480px) and (orientation: portrait),
    screen and (max-width: 767px) and (orientation: landscape),
    projection and (max-width: 767px) and (orientation: landscape);
@import
  url('mobile_colors.min.css?ver=4.13.1')
    screen and (max-width: 480px) and (orientation: portrait),
    projection and (max-width: 480px) and (orientation: portrait),
    screen and (max-width: 767px) and (orientation: landscape),
    projection and (max-width: 767px) and (orientation: landscape);
