a{
    color: #333;
}
a:hover{
    text-decoration: underline;
    color: #333;
}
.uk-sticky-fixed{
    background-color: #fff;
}

/* Content*/
.leistungen{
    font-size: 22px;
    font-weight: bold;

}
.leistungen span{
    display: block;
    margin-top: 15px;    
}
.shadow{
    text-shadow: 3px 3px black;
}


/* HEADER*/
#header{
    background-color: #f3f3f3;
    padding: 15px 0;
}
.logo{
    max-width: 350px;
    height: auto;
}
.logomobile{
    max-width: 216px;
    height: auto;
    margin-top: 14px;
}




/* FOOTER*/
#footer{
    background-color: #f3f3f3;
    padding: 15px 0;
}
#footer a{
    margin: 0 20px;
}