/*
* NAUMANN
*/

#logo-section {
    float: none;
    width: 100%;
    padding: 0;
    /*display: block;*/
    background: #333333;
}

/* bg 18.07.2019: allgemein immer das kleine LOGO */
#logo {
    height: 50px;
    max-width: none;
    margin: 0 auto;
    background-image: url('images/naumann50.png');
    background-position-x: left;
}

/* keine Retouren */
.SALE_INFO, .SALE_7INFO, .STAT_7DAYS {
    display: none !important;
}

.prvw-btn {
    display: none !important;
}

.hdbest, .dphbest, .hdlief, .dphlief, th.ANL1.addit-grid-style, th.ANL2.addit-grid-style {
    display: none !important;
}

th.SALE_PROPOSAL.addit-grid-style {
    display: block !important;
}

@media (max-width: 1024px) {
    .STAT_7DAYS, .SALE_7INFO, .ARTICLE_WEIGHT {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #logo {
        max-height: 1px !important;
    }
}

@media all {
    #group-switch {
        display: none !important;
    }
}
