.grey {
  color: #808284;
}
@media screen and (max-width: 800px) {
  font-size: 100%;
}
@media screen and (min-width: 1200px) {
  font-size: 3vmin;
}
*:link {
  color: #a00;
  font-weight: bold;
  text-decoration: none;
}
html,
body {
  font-family: sans-serif;
  margin: 0px;
  height: 100%;
  position: relative;
  background-color: #ffffff;
}
* {
  font-family: sans-serif;
}
.container {
  position: relative;
  box-shadow: 10px 10px 10px rggb(128, 128, 128, 0.5);
}
.content,
.content2 {
  padding: 0px;
}
.content > div,
.content2 > div {
  margin: 0 auto;
}
@media (max-width: 520px) {
  .content > div,
  .content2 > div {
    width: 95%;
  }
}
.content2 {
  background-color: rgba(0, 0, 0, 0.08);
}
.bottom {
  background-color: #5070b0;
  color: #ffffff;
  margin: 0px;
  position: fixed;
  bottom: 0px;
  width: 100%;
}
.bottom a,
.bottom a:visited {
  color: #ffffff;
}
.header {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.header .logo {
  height: 60px;
  float: left;
}
.header .logo img {
  height: 100%;
}
.header .title {
  margin-left: 20px;
  line-height: 60px;
  text-align: left;
  font-size: 2em;
  color: #808284;
}
.header .title a,
.header .title a:visited,
.header .title a:active {
  color: #808284;
}
@media (max-width: 520px) {
  .header .title {
    text-align: left;
    font-size: 1.3em;
    margin-right: 10px;
  }
}
.page-impressum {
  padding: 20px;
}
.page-impressum h1 {
  -webkit-margin-before: 0.8em;
  -webkit-margin-after: 0.4em;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
}
.page-impressum h2 {
  -webkit-margin-before: 0.8em;
  -webkit-margin-after: 0.4em;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
}
/*# sourceMappingURL=main.css.map */