@font-face {
  font-family: 'FontAwesome';
  src: url('/css/fonts/awesome/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('/css/fonts/awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/css/fonts/awesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/css/fonts/awesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/css/fonts/awesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/css/fonts/awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header #navigation {
    list-style: none;
    margin: 0;
    padding: 3.6em 0 0 0;
    float: left;
    width: 75%;
    line-height: 1.4em
}

#header #navigation li {
    float: left;
    padding: .2em .6em;
    margin-right: 1px
}

#header #navigation li.aktiv, #header #navigation li:hover {
    color: #00396f;
    border-radius: 4px 4px 0 0;
    background-color: #fff
}

#header #navigation li.aktiv a, #header #navigation li:hover a {
    color: #00396f
}

#header #navigation li a {
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: .875em
}

#header #navigation li a:hover {
    text-decoration: none
}

#header #subnavi {
    clear: both;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: .3em .6em
}

#header #subnavi li {
    display: inline;
    padding: 0 .5em;
    color: #00396f;
    font-weight: 700
}

#header #subnavi li a {
    color: #00396f;
    font-size: .75em
}

#header #navigation_news {
    position: absolute;
    right: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: .6em .6em 0 0
}

#header #navigation_news li {
    float: left;
    padding: 0 0 0 1em;
    font-size: .75em;
    line-height: normal
}

#header #navigation_news li a {
    font-weight: 700;
    color: #fff
}

#header #navigation_socialmedia {
    color: #999;
    font-size: .75em;
    margin: 0;
    position: absolute;
    right: .5em;
    bottom: .1em;
    line-height: 2.4em;
    z-index: 10
}

#header #navigation_socialmedia a {
    text-decoration: none;
    color: transparent;
    display: inline-block;
    text-indent: -4.2em;
    width: 2.4em;
    height: 2.4em;
    text-align: right
}

#header #navigation_socialmedia a::after {
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 2.4em;
    vertical-align: middle;
    position: relative;
    z-index: 1000
}

#header #navigation_socialmedia a.facebook::after {
    content: "\f082";
    color: #3b579d
}

#header #navigation_socialmedia a.twitter::after {
    content: "\f081";
    color: #31aae1
}

#header #navigation_socialmedia a.google::after {
    content: "\f0d4";
    color: #c62c16
}

* html #header #navigation_socialmedia a {
    font-size: 1.1em;
    color: #294781;
    text-indent: 0;
    display: inline;
    width: auto;
    height: auto
}

#breadcrumb {
    font-size: .8em;
    clear: both;
    margin-top: 8px;
    margin-left: 18px;
    color: #3376d4
}

#breadcrumb a {
    font-weight: 700;
    padding: 1px 2px;
    color: #3376d4
}

#breadcrumb .titel {
    font-weight: 400
}

#mitte_start .news_topteaser p a {
    color: #151515;
    outline: 0
}

