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