C2/* -------------------------------------------------------------------------- * 
 *                      Farben und Schriften                                    *
 *          Alle weiteren Styles stecken in der jeweiligen layout.css           *
 * ---------------------------------------------------------------------------- */


html    {
    font-size: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}

header {
    background-color: #FFF;
}

.main {
    background-color: #FFF;
    color: #000;
}

.mainContent {
    background-color: #FFF;
    color: #000;
}

aside {
    color: #000;
    background-color: #FFF;
}

footer {
    background-color: #C9C9C2;
    color: #000;
    font-size: 0.8em;
}

.line {
    width: 50%;
    height: 1px;
    background-color: #E4E4E0;
    margin: 2em auto;
}

.line1 {
    width: 50%;
    height: 0px;
    background-color: #000;
    margin: 1.5em auto;
}

/* ---------------------------------------------------------------------------- * 
 *                             Textauszeichnungen                               *
 * ---------------------------------------------------------------------------- */

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

h1  {
    font-family: 'open+sans', sans-serif; /* Google-Font Play wenn verfügbar, sonst Fallback */
    font-weight: bold;
}

h1  {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #EF7D08;
    margin-top: 0.5em;
}

h2  {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #4F4F44;
}

h3  {
    color: #4F4F44;
    font-size: 1em;
    line-height: 1.5em;
}

.h1 {
    font-size: 1.5em;
}

/* ---------------------------------------------------------------------------- * 
 *                                    Navigation                                *
 * ---------------------------------------------------------------------------- */

nav {
    font-size: 1.0em;
}

nav ul li {
    list-style: none;
}


/* ---------------------------------------------------------------------------- * 
 *                                    Links                                     *
 * ---------------------------------------------------------------------------- */

.links1 {
    text-decoration: none;
    color: #000;
}
.links1:visited {
    text-decoration: none;
    color: #000;
}
.links1:focus {
    text-decoration: none;
    color: #73797B;
}
.links1:active {
    text-decoration: none;
    color: #73797B;
}

.links2 {
    text-decoration: underline;
    color: #73797B;
}
.links2:visited {
    text-decoration: underline;
    color: #73797B;
}
.links2:focus {
    text-decoration: underline;
    color: #73797B;
}
.links2:active {
    text-decoration: underline;
    color: #73797B;
}


/* ---------------------------------------------------------------------------- *
 *                           Styles der Desktopversion                          *
 *                          860px / 16px/em = 53.75em                           *
 * ---------------------------------------------------------------------------- */
@media only screen and (min-width: 53.75em) {
    
    body {
    font-size: 0.938em;
    }
    
    .links1:hover {
    background-color: #4F4F44;
    color: #fff;
    min-width: 6.63em;
}    
    
    .links2:hover {
    color: #000;
}
}

