.tx-pp-tagcloud ul {
    list-style: outside none none;
    text-align: center;
    margin: 0 0 1.563rem;
    padding: 0;
}
.tx-pp-tagcloud ul li {
    display: inline-block;
    padding-right: 0.938rem;
    line-height: 1.2;
}
.tx-pp-tagcloud ul li:after {
    content: url("../Images/trenner_tag-cloud.png");
    padding-left: 0.938rem;
}
.tx-pp-tagcloud ul li:last-child:after {
    content: "";
    padding-left: 0;
}

.tx-pp-tagcloud ul li span,
.tx-pp-tagcloud ul li a {
    font-family: DINWeb-CondBold,Arial,Helvetica,sans-serif;
    font-size: 2.25rem;
}