/*!
* Stylesheets: Koennes kaempft / CSS 3
 * Umsetzung: WDR mediagroup digital GmbH, Koeln
 * (c) 2015
 * Date: 20150121 16:25:49
 */
@import
  url('/fernsehen/resources/css/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('/fernsehen/resources/css/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);
