/*
 * File			: footer.css
 * Date			: 2015-05-01
 * Author		: Dipl.-Ing. Jan Rademaker, M.A.
 * E-Mail		: jan.rademaker@th-owl.de
 */
@charset "UTF-8";

@media screen {

  /* -- F O O T E R -- */
  footer {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    color: #000000;
    font-size: 80%;
    text-align: left;
    /*border-top:			1px dotted #5a5a5a;*/
    width: 100%;
    /*height:				15px;*/
  }

  footer ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    color: #000000;
    list-style-type: none;
  }

  footer ul li {
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
  }

  footer ul li a,
  footer ul li a:hover,
  footer ul li a:active,
  footer ul li a:focus {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    color: #5a5a5a;
    text-decoration: none;
  }

  footer ul li a:hover {
    color: #dc131d;
  }

  /* -- F O O T E R - N A V -- */
  footer ul.footnav {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 5px;
    overflow: hidden;
    border-top: 1px dotted #5a5a5a;
  }

  footer ul.footnav li {
    posititon: absolute;
    float: left;
  }
}

/* Ende Screen */

/* Viewport-Hack 1 for MSIE 11 : Servicenavigation-Korrektur */
/* Seamless Fluid Transition : Container-Navigation wander nach rechts */
/* Reset fallback values in modern browsers */
/* Viewport 0.5 : ??? Erst mal deaktiviert durch mmain ??? */
/* Viewport 1 : SnapIn */
/* Viewport 2 : Rechte Spalte kleiner (200->150) */
/* Viewport 3 : Rechte Spalte raus! */
/* Viewport 4 : Container-Navigation viertelt sich */
/* Viewport 5 : News-Bilder kleiner ueber CSS */
/* Viewport 6 : Smartphone View */
/* Viewport-Hack 2 for MSIE 11 : Servicenavigation-Korrektur */