/*!
 * Stylesheets: WDR 5 / CSS 3
 * Umsetzung: WDR mediagroup digital GmbH, Koeln
 * Ralf Cremer
 * (c) 2014
 * Date: 20140313 11:53:55
 */ 
@import
  url('geom.min.css?ver=2.69.6')
    screen and (min-width: 481px) and (orientation: portrait),
    projection and (min-width: 481px) and (orientation: portrait),
    screen and (min-width: 641px) and (orientation: landscape),
    projection and (min-width: 641px) and (orientation: landscape);
@import
  url('desktop_colors.min.css?ver=2.69.6')
    screen and (min-width: 481px) and (orientation: portrait),
    projection and (min-width: 481px) and (orientation: portrait),
    screen and (min-width: 641px) and (orientation: landscape),
    projection and (min-width: 641px) and (orientation: landscape);    
@import
  url('small-display.min.css?ver=2.69.6')
    screen and (max-width: 640px) and (orientation: landscape),
    projection and (max-width: 640px) 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=2.69.6')
    screen and (max-width: 480px) and (orientation: portrait),
    projection and (max-width: 480px) and (orientation: portrait),
    screen and (max-width: 640px) and (orientation: landscape),
    projection and (max-width: 640px) and (orientation: landscape);