﻿/* Styles, die am Black Friday gültig sind */

.logocontainer img {
    filter: grayscale(1);
}

.count {
    border-color: #87878d;
    background-color: #87878d;
}

footer {
    background-color: #11101c;
}

footer .bottom {
    background-color: #000;
}

footer .smallbutton {
    background-color: #fff;
    color: #11101c;
}

footer p {
    color: #8c9291;
}

footer a {
    color: #fff;
}

.bg-black {
    background-color: #11101c;
    width: 100%;
    z-index: 113;
}