@charset "UTF-8";
/* CSS Document */

body header {
    background-color: #c6a67f;
}
body header .shortcuts > * > svg {
    color: #251c1c;
}
body .topbarright > .button {
    text-transform: none;
}
body .topbarright > a svg {
    fill: #FFF;
}

body .logo {
    width: 18%;
}
body .logo img {
    height: 55px;
    width: auto;
}
body .pricerange > div:before {
    content: "exkl. moms";
}
@media (min-width: 1001px) {
    body #ProductMenu_List > li > a {
        color: #251c1c;
    }
    body #ProductMenu_List > li > a {
        font-size: 13px;
        text-transform: none;
    }
    body #ProductMenu_List > li > a, body #ProductMenu_List > li > a > span.ProductMenu_MenuItemBold {
        letter-spacing: 0;
    }
}