ul.features li.pfeil {
    background-position: -3px -590px;
}
ul.features li.seats {
    background-position: -3px 0;
}
ul.features li.volume {
    background-position: -5px -480px;
}
ul.features li.maxweight {
    background-position: -5px -540px;
}
ul.features li.baggage {
    background-position: -3px -59px;
}
ul.features li.doors {
    background-position: -3px -116px;
}
ul.features li.klima {
    background-position: -3px -175px;
}
/*ul.features li.automat {
    background-position: 0 -172px;
}
ul.features li.manual {
    background-position: 0 -172px;
}*/
ul.features li.engine {
    background-position: -5px -420px;
}
ul.features li.autogear {
    background-position: 0 -355px;
}
ul.features li {
   font-size: large;
    margin-bottom: 0px;
    padding: 10px 18px 0px 32px;
    background: transparent url(/my_icons/features_large.png) no-repeat 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}
dl, dt, dd, ul, ol, li {
    margin: 0;
    padding: 0;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}
ul.features.large {
    font-size: 14px;
    line-height: normal;
}
ul, ol {
    list-style: none;
}

/*ul.features.large li {
    padding: 10px 18px 0px 32px;
    background-image: url(/my_icons/features_large.png);
}*/
/* Für M und A im Span*/
li.autogear div {
    background: transparent url(/my_icons/features_large.png) no-repeat 0 0;
    box-sizing: border-box;
    white-space: nowrap;
     margin: 0;
    padding: 0;
    text-align: -webkit-match-parent;
    line-height: normal;
}

li.autogear div.manual {
    background-position: 0 -246px;
    font-size: large;
}

li.autogear div.automat {
    background-position: 0 -305px;
    font-size: large;
}
