body {
    margin: 0;
}

@media (min-width: 700px) {
    .content {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}

nav {
    background-color: #f4f4f4;
    height: 60px;
    margin-bottom: 50px;
    border-style: solid;
    border-color: #d7d7d7;
    border-width: 1px;
}

.navigationcontent {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 36px;

    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.logo {
    margin-left: 10px;
    height: 30px;
    width: 200px;
}

.navlinks {
    float: right;
    font-size: 20px;
}

h1 {
    display: block;
    float: left;
    font-size: 30px !important;
  }

.imprint {
      margin-top: 100px;
      text-align: center;
      font-size: 10px;
}

.container {
	  margin-bottom: 100px !important;
}
