ol.ebene1 {
  counter-reset:listenpunkt_ebene1;
  list-style-type:none;
 
}
ol.ebene1 li:before {
  content: counter(listenpunkt_ebene1) ". ";
  counter-increment:listenpunkt_ebene1;
}
ol.ebene2 {
  counter-reset:listenpunkt_ebene2;
  list-style-type:none;
  margin-left: -10px;
  padding-bottom:0px;
  content: inline;
  
}
ol.ebene2 li:before {
  content: counter(listenpunkt_ebene1)"."counter(listenpunkt_ebene2,decimal) ". ";
  counter-increment:listenpunkt_ebene2;
}
.abstand li span {
    position: relative;
    left: 30px;
    display: list-item;
    top: -20px;
    text-align: -webkit-match-parent;
	margin-bottom: -15px;
	line-height: 1.3em;
}
