- first level first list point
- second level first list point
- second level second list point
- second level third list point
- 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;
}