.mehr_button {
    background-image: url('../images/lupe_plus.png');
    width: 2.5em;
    height: 2.5em;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 0.5em;
    margin-right: 0.5em;
    box-shadow: 0 0.2em 0.4em darkslategray;
    transition: all 0.4s;
}

.mehr_button:hover {
    width: 3em;
    height: 3em;
}

.komplett {
    /*margin-top: 4em;*/
    width: 100%;
}

.div_komplett {
    border-style: solid;
    border-radius: 0.1em;
    border-width: 0.2em;
}

.lupe {
    display: flex;
    align-items: center;
}

.bt_nicht_vorhanden {
    background-image: url('../images/nicht_vorhanden.png');
    width: 3em;
    height: 3em;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 0.2em;
    margin-right: 0.2em;
    box-shadow: 0 0.2em 0.4em darkslategray;
    transition: all 0.4s;
}

.item {
    font-size: 1.0em;
}

.like vote-btn {
    background-image: url('..images/Like-button.png');
    width: 0.5em;
}