1. first level first list point
    1. second level first list point
    2. second level second list point
    3. second level third list point
  2. first level second list point
/*************  Listen mit anderen Icons - ordered-list **********************/
.special-lists ol {
  list-style-type: decimal;
}
.special-lists ol ol {
  list-style-type: lower-alpha;
}