/**
 * @copyright  Frenkelson Werbeagentur 2019 <https://frenkelson.de>
 * @author     Oliver Orlowski (ideefiXx) <https://oliver-orlowski.de>
 * @package    FrenkelsonSupportBundle
 * @license    LGPL-3.0+
 *
 */ 
 
.counter
{
    text-align: center;
}
.counter .element
{
    text-align: center;
	margin-top: 70px;
    margin-bottom: 70px;
}
.counter-count
{
    position: relative;    
    text-align: center;
    border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
	margin-left: 0.2em;
	margin-right: 0.2em;
}
.counter .icon
{
    border-radius: 50%;
    position: relative;    
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
	margin:0 auto 0.2em auto;
} 