/*!
 * Stylesheets: Funkhaus Europa
 * Umsetzung: WDR mediagroup digital GmbH, Koeln
 * Ralf Cremer
 * (c) 2015
 * Date: 20150224 15:45:43
 */
@import
  url('geom.min_ver-4.13.1.css')
    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_ver-4.13.1.css')
    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_ver-4.13.1.css')
    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_ver-4.13.1.css')
    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);