/* Typography Absatzabstand*/
p, h1, h2, h3, h4 {
margin-bottom: 10px !important;
}
/* Aufzählungszeichen Quadrat gruen*/
ul {
list-style-type: square !important;
color: #1fa22e;
      font-size: 24px;
}
/* Aufzählung kleinerer Abstand*/
.list; .ul; p {
margin-bottom: 5px !important;
}