/*
* Althaler
*/

/* Gewicht immer ausblenden */
.ARTICLE_WEIGHT
{
    display: none !important;
}

.shopGreeting {
    color: #E8C658;
}

.site-header h1 {
    color: #333333;
}

#logo-section {
    float: none;
    height: 200px;
    width: 100%;
    padding: 0;
    background: #000;
    display: block;
    background-image: url('images/header_althaler_white.png');
    background-position-x: left;
    background-repeat: no-repeat;
}

#logo {
    height: 200px;
    background-image: url('images/background_althaler_small.jpg');
    background-position-x: center;
}

@media (max-width: 767px) {
    #logo {
        height: 90px;
        max-width: none;
        background-image: url('images/header_althaler_small.png');
        background-position-x: left;
    }
}
