/*!
 * Stylesheets: WDR.de / CSS 3
 * Umsetzung: WDR mediagroup digital GmbH, Koeln
 * Ralf Cremer
 * (c) 2015
 * Date: 20150224 15:45:42
 */ 
@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: 767px) and (orientation: landscape),
    projection and (max-width: 767px) and (orientation: landscape),
    screen and (max-width: 480px) and (orientation: portrait),
    projection and (max-width: 480px) and (orientation: portrait);
@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);