﻿html,
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  height: auto;

  background-color: #161666;
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
}

.header {
  background-color: #161666;
}

#header1 {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

#header1 h4 {
  color: white;
  font-weight: 700;
  font-size: 2em;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

p.headline2 {
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
  text-transform: uppercase;
}
p.headline3 {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  text-transform: normal;
}

#header2 {
  background-image: url('../bilder/Bildershow.jpg');
  height: 120px;
  background-color: #161666;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

#header3 {
  background-color: #161666;
}

#header3 ul {
  padding: 10px 0 0 0;
}
#header3 li {
  list-style: none;
  display: inline-block;
}

#header3 a:link {
  display: inline-block;
  padding: 10px 50px 10px 0;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
#header3 a:visited {
  color: #fff;
}
#header3 a:focus {
  color: #fff;
}
#header3 a:hover {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid white;
}
#header3 a.active {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

#inhalt {
  background: rgba(204, 204, 204, 1);
  min-height: 55vh;
  padding-bottom: 50px;
}

#inhalt img {
  max-width: 350px;
  height: auto;
}

#inhalt a {
  font-weight: 400;
  color: #161666;
  text-decoration: none;
}

#inhalt p {
  font-weight: 400;
  color: #000;
}

#inhalt h1 {
  font-weight: 300;
  color: #161666;
  font-size: 2em;
  padding-top: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

#inhalt h2 {
  font-size: 1.6em;
  padding-bottom: 15px;
}

.downloads a {
  display: block;
  margin-bottom: 5px;
  padding-left: 30px;
  width: calc(100% - 35px);
}

.downloads a:before {
  font-family: 'FontAwesome';
  content: '\f1c1';
  display: inline-block;
  width: 30px;
  margin-left: -30px;
}

#footer {
  background-color: #161666;
  color: white;
  padding-bottom: 30px;
}

.footerLinks {
  margin-top: 30px;
}
.footerLinks h4 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 20px;
  font-size: 1.8em;
  text-transform: uppercase;
}

.footerLinks p {
  font-weight: 300;
  line-height: 1.6em;
}

.footerMitte,
.footerRechts {
  margin-top: 20px;
}

.footerMitte ul,
.footerMitte li {
  list-style: none;
  padding: 0;
}

.footerMitte li a:before {
  content: '› ';
}

.urkunde {
  display: block;
  float: right;
}

.urkunde img {
  width: 80px;
  height: auto;
}

@media screen and (max-width: 724px) {
  #header3 {
    display: none;
  }
  /* .burger_menu */

  #burgerWrapper {
    width: 50px;
    height: 40px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
  }

  #logoWrapper {
    width: calc(100% - 55px);
    display: inline-block;
    vertical-align: top;
  }

  a.burger_menu {
    cursor: pointer;
    display: block;
  }
  a.burger_menu:before {
    content: '\f0c9';
    font-family: 'FontAwesome';
    padding: 4px 6px;
    border: 1px solid white;
    border-radius: 0px;
    color: white;
    font-size: 30px;
    /*
    border-top: 3px solid white;
    height: 6px;
    top: 0;
    */
  }

  a.burger_menu:after {
    height: 12px;
    position: absolute;
    top: 6px;
  } /********* mobile menü ***********/
}

@media (min-width: 576px) {
  #header1 h4 {
    font-size: 3em;
  }

  p.headline2,
  p.headline3 {
    font-size: 1.2em;
  }

  #header2 {
    height: 180px;
  }
  .urkunde img {
    width: 150px;
  }
}

@media (min-width: 992px) {
  #header2 {
    height: 240px;
  }
  #burgerWrapper {
    display: none;
  }

  nav#mobileNavigation {
    display: none !important;
  }
  .footerMitte {
    margin-top: 30px;
  }
  .urkunde {
    margin-right: 50px;
  }
  .urkunde img {
    width: 150px;
  }
}
