.content {
  width: 90%;
  max-width: 900px;
  margin: 120px auto 0;
}

h1 {
    font-weight: bold;
    font-size: 17px;
    margin-top: 35px;
    margin-bottom: 16px;    
}
p {
    font-size: 15px;
}
.imprint h1 {
    color:#000000;
}
.imprint p {
    color:#000000;
}
.privacy h1{
    color:#000000;
}
.privacy p {
    color:#000000;
}
.contact h1, h2, p, a {
    color: #004EF6;
}

.contact h1{
    text-align: center;
}

h2 {
    padding-top: 12px;
}

.centered {
    text-align: center;
}

p, li {
  line-height: 24px;
  margin-top: 0px;
}

a#back {
    font-weight: bold;
    text-decoration: none;
}

.subtitle {
    font-weight: bold; 
    margin-bottom: 0px;
}
.imprint {
    margin-top: 128px;
}
a {
    text-decoration: none;
}
.privacy a {
    color:#000000;
}
