.page-header {
    display: none;
}


.info-store-closed {
    display: none;
}


.article-container {
    position: relative;
}


/* Bei eine Weite von 481px bis 768px nur 2 Artikel nebeneinander */
@media(min-width: 481px) and (max-width: 767px)  {
    .article-container {
        width: 48.61878453038674% !important;
        *width: 48.56559304102504% !important;
        float: left !important;
        margin-left: 0 !important;
    }
    /* margin-left beim 2. Container wieder einfuegen */
    .article-container + .article-container {
        margin-left: 2.12766% !important;
    }
    /* margin-left ab dem 3. Container entfernen */
    .article-container + .article-container + .article-container {
        margin-left: 0 !important;
    }
    /* margin-left beim 4. Container wieder einfuegen */
    .article-container + .article-container + .article-container + .article-container {
        margin-left: 2.12766% !important;
    }
}




/* Artikel - Ueberschriften */
.article-name > h2 {
    line-height: 1.2;
}


.article-name > h2 {
    line-height: 1.2;
}


.article-choice {
    margin-top: 10px;
}

.btn-group {
    z-index: 1030;
}


input.article-amount {
    width: 30px;
}


.article-choice .btn-group .display-price {
    /*padding-left: 5px;*/
    /*position: relative;*/
}
.article-choice .btn-group .display-price:before {
    content: '- ';
    /*position: absolute;*/
    /*left: 0;*/
}

.article-choice .btn-group .article-base-price {
    font-size: x-small;
}

.article-choice .btn-group .article-base-price:before {
    content: '(';
}

.article-choice .btn-group .article-base-price:after {
    content: ')';
}




.articletag-list {
    margin-bottom: 10px;
}

.articletag-list .articletag {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
}

.articletag-list .articletag:last-child {
    margin-right: 0;
}

.articletag-list .articletag span {
    margin-left: 5px;
}


.price-happy-hour {
    text-decoration: line-through;
    display: block;
    margin-bottom: 5px;
}

.info-happy-hour {
    color: #e70000;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}
