div.kacheln{
    display: inline-block;
    margin:0 10px 10px 0;
}

a.img-kachel {
    display: inline-block;
    text-align: left;
    color: white;
    background-size: 175px 175px;
    width: 175px;
    height: 175px;
    padding-left: 4px;
    text-decoration: none;
}


.img-kachel:hover{
    border-top-right-radius:18px;
    border-bottom-right-radius:18px;
    text-decoration: underline;
}