.startkachel {
    text-align: center;
    min-height: 8rem;
    padding-top: 30px;
    border-radius: 16px;
    color: white;
}
.startkachel:hover {
    text-decoration:none;
}
.starticon {
    font-size: xx-large;
}

.startkachel.inactive {
    background-color: gray;
}

.startkachel.available {
    background-color: #4e73df;
    transition: box-shadow .3s;
}

.startkachel.available:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    text-decoration: none;
}
.starttitel {
    margin-bottom: 3rem;
    color: white;
}