/* impressum.css – Gestaltung der Impressum-Seite */

body.impressum .content{
  padding: 10px 40px 30px 100px;
}

/* Hauptüberschrift */
body.impressum h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  margin-bottom: 18px;
  color: #6cd6e9;
  font-weight: 500;
}

/* Abschnittsüberschriften */
body.impressum h3{
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #44e759;
  font-weight: 500;
}

/* Text */
body.impressum p{
  font-size: 1.2rem;
  line-height: 1.1;
  margin-bottom: 10px;
  max-width: 950px;
  color: #88d5df;
}

/* Links */
body.impressum a{
  color: #3d61ff;
  text-decoration: none;
}

body.impressum a:hover{
  text-decoration: underline;
}