.wurstsalat {
    min-width: 750px;
    max-width: 800px;
    background-image: url(pork.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.wursthinweis {
    display: none;
    background: #f7fdac;
    border: 2px solid #d30000;
    padding: 10px;
    margin: 20px 0px;
}

.hg-row {
    margin: 0px;
    padding: 0px;
}

.buchstabe {
    display: inline-block;
    width: 28px;
    padding: 4px;
    margin: 4px;
    border-radius: 3px;
    background: rgb(213,213,213,.75);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dressing {
    background: #01698b !important;
    color: #fff;
}

td {
    vertical-align: top;
}

.hg-liste {
    border: 2px dotted #155193;
    margin: 20px 0px;
    padding: 10px 15px;
}

.hg-liste ul {
    list-style-image: url(../img/liste.png);
}


@media (max-width: 500px) {
    .hg-liste {

        min-width: 420px;
    }
}

.wort {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.durchgestrichen {
    color: #888;
    text-decoration: line-through;
}


@media (max-width: 1180px) {
    .wurstsalat {
        min-width: 800px;
    }

    .buchstabe {
        width: 25px;
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .wurstsalat {
        min-width: 800px;
    }

    .buchstabe {
        width: 22px;
        font-size: 15px;
    }
}

@media (max-width: 720px) {
    .wurstsalat {
        min-width: 560px;
    }

    .buchstabe {
        width: 18px;
        font-size: 12px;
        border-radius: 0px;
    }
}

@media (max-width: 640px) {
    .wurstsalat {
        display: none;
    }

    .wursthinweis {
        display: block;
    }
}
