/*
* Wachmann Mühle
*/

#logo-section {
    float: none;
    width: 100%;
    padding: 0;
    background: #fff;
    display: block;
}


#logo {
    height: 160px;
    margin: 0 auto;
    background-image: url('images/logo.png');
    background-position-x: center;
}


.site-header h1 {
    color: #333333 ;
}

.shopGreeting {
    color: #508c6e;
}

/* Gewicht immer ausblenden */
.ARTICLE_WEIGHT {
    display: none !important;
}

@media (max-width: 767px) {
    #logo {
        height: 70px;
        max-width: none;
        background-image: url('images/logo_small.png');
        background-position-x: left;
        background-color: #ffffff;
        margin: 5px 5px 8px 5px;
    }
}
