* {
  margin: 0;}

a {
  font-family: "Helvetica Neue", Helvetica, Arial;
  color: #0a5096; }

a:hover {
  text-decoration: underline; }

p {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 1em;
  font-weight: lighter;
  line-height: 1.5em;
  color: black; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-weight: normal;
  color: #002143; }

body {
  font: 100% "Helvetica Neue", Helvetica, Arial;
  color: black;
  background-color: white; }

.wrapper {
  width: 100%;
  max-width: 810px;
  min-width: 180px;
  margin: auto;
  padding: 0px 20px;
  box-sizing: border-box; }

.site-header {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin: 0;
  padding: 20px 0 20px 0;
  box-sizing: border-box;
  background-color: #FFFFFF; }

.site-nav {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #002143; }

.site-header-icons {
  width: 100%;
  height: 60px; }

#fahne{
  float: right;
  max-width: auto;
  height: 100%; }

.list {
  width: 100%;
  height: 25px;
  list-style-type: none;
  background-color: white;
  box-sizing: border-box; }

.site-nav-link {
  text-decoration: none; }

.site-nav-element {
  float: left;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 4px 0 0 0;
  text-align: center;
  font-size: 13px;
  color: #002143;
  box-sizing: border-box; }

.site-nav-element:hover {
  color: #444444;
  text-decoration: none; }

.page-content {
  padding: 20px 0;
  box-sizing: border-box; }

.site-footer {
  display: block;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 20px 0;
  color: #444444;
  background: #cdcdcd;
  box-sizing: border-box; }

.footer-con {
  width: 100%;
  margin: auto; }

.footer-list {
  list-style-type: none;
  text-decoration: none; }

.footer-list-element {
  float: left;

  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 80%;
  box-sizing: border-box;
  color: #444444; }

.home {
  margin: 0;
  padding: 10px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box; }

.page-content p {
  margin: 20px 0;
  padding: 0; }

.page-content ul {
  margin: 0 10px 0 0;
  list-style-type: square; }

.page-content code {
  margin: 0 5px;
  padding: 1px;
  border: 1px solid #002143;
  border-radius: 3px;
  color: #002143; }

.page-content hr {
  margin: 20px 0;
  padding: 0;
  color: #e8e8e8; }

@media screen and (max-width: 630px) {
  .site-nav-element {
    padding: 6px 0 0 0; }


@media screen and (max-width: 500px) {
  .list {
    display: none;
    height: 100%;
    padding: 1px; }

  .list a:hover {
    text-decoration: none; }

  .site-nav-link {
    text-decoration: none; }

  .site-nav-element {
    display: block;
    width: 50%;
    height: 25px;
    float: none; }

  .site-nav-element:hover {
    background-color: #002143;
    color: white; }

  .site-footer {
    height: 100%; }

  .footer-list-element {
    display: block;
    width: 100%;
    height: 25px;
    float: none; } }
