#kreis { 
    -webkit-text-size-adjust: 100%;
    background: none repeat scroll 0 0 #88c93b;
    border-radius: 50%;
    display: block;
    font-family: 'Modern Pictograms'; 
    font-size: 60px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 12px;
    transition: all 0.4s ease-in-out 0s;
    width: 80px;
    color: #fff;
    text-align: center;
    vertical-align: top;  
} 