@import url('fonts/roboto-v19-latin.css');
body {
  background-color: #fff;
  color: #4f4c4c;
  font-size: 18px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  margin: 0 0 1.75rem;
  height: 100%;
  text-align: center;
}
h1 {
  margin: 1.75rem 0 0;
}
img {
  max-width: 100%;
}
h2 {
  font-size: 1.6em;
  font-weight: 900;
  margin: 1.75rem 1rem 0;
}
p {
  font-size: 1.6em;
  margin: 0;
}
h3 {
  font-size: 2.1em;
  font-weight: 900;
  margin: 1.75rem 1rem 0;
}
h3 + p {
  margin: 1.75rem 1rem 0;
}
address,
nav {
  font-style: normal;
}
address {
  margin: 1.75rem 1rem 0;
}
nav {
  margin: 0 1rem;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
nav a {
  text-decoration: underline;
}
nav a:hover, nav a:focus {
  text-decoration: none;
}
#impressum {
  font-weight: 300;
  max-width: 50em;
  margin: 0 auto 1.75rem auto;
}
#impressum h1, #impressum h2 {
  font-weight: 500;
  margin: 1.75em 1rem 0;
}
#impressum p {
  margin: 1.75em 1rem 0;
}
#impressum h2 + p {
  margin: 0 1rem;
}

@media screen and (max-width: 990px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 790px) {
  body {
    font-size: 12px;
  }
}
p.teaser {
  display: inline-block;
  padding: 1rem 1.5rem;
  margin: 2.5rem auto 2rem;
  background-color: #172e4c;
  color: #fff;
  font-weight: bold;
  transform: skewY(-6deg);
}
p.teaser::before,
p.teaser::after {
  display: block;
  content: '+++';
}
