.serviceselement:after{
    content: " ";
    background: #f8f8f8;
    height: 200px;
    width: 100%;
    z-index: -1;
    top:0;
    left:0;
    position: absolute;
}

.serviceselement{
    position: relative;
}

.serviceselement__container{
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    background: #fff /*url('/resources/themes/gerberdach/images/bg_services.jpg') no-repeat bottom right*/;
}

.serviceselement__container img{
    max-width: 50px;
    height: auto;
}

.serviceelement__icon a:hover {
    text-decoration: none !important;
}
