.Item {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    float: left;
    margin-right: 21px;
    margin-left: 21px;
    box-shadow: 4px 3px 10px #8f8f8f;
    text-align: center;
    vertical-align: middle;
    color: #333;
    line-height: 160px;
    cursor: pointer;
}
.Label {
    width: 120px;
    height: 50px;
    margin-top: 20px;
    border-radius: 15px;
    float: left;
    box-shadow: 4px 3px 10px #8f8f8f;
    margin-right: 21px;
    margin-left: 21px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    color: #333;
    line-height: 50px;
    font-size: 22px;
    cursor: pointer;
}
.Blocke {
    background-color: #00a2b3;
}
.Essen{
    background-color: #ff6a00;
}
.Deko{
    background-color: #ffff00;
}
.Tiere{
    background-color: #885100;
}
.Monster{
    /*background-color: #f00;*/
    background-color: #00a000;
}
.Anderes{
    background-color: #ff00dc;
}
.tooltip {
    display:none;
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#eee;
}