/* Traunsteinersilo.de */


#footer {
    margin-top: auto;
    padding: 4rem 0 0;
    background-color: #21242C;
    color: #525252;
}
#footer a:not(.btn), #footer .productlist-filter-headline, #footer .newsletter-footer-heading, #footer .btn-outline-primary {
    color: #ddd;
}
#footer a:not(.btn):hover {
    color: #71D7F4;
}
div#FooterLogo {
    color: #ddd;
    position: relative;
    top: -19px;
}
#FooterLogo ul {
    padding-left: 1.5rem;
}






/* Kategoriebox linke Seitenleiste */
.opc-kategorien-box {
    width: 100%;
    max-width: 355px;
    padding: 5px 0 20px 0;
    box-sizing: border-box;
}
.opc-kategorien-titel {
    padding: 0 0 18px 0;
    margin: 0 0 12px 0;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: 700;
    color: #e10918;
    text-transform: uppercase;
    border-bottom: 2px dotted #cfcfcf;
}

.opc-kategorien-box .opc-kategorien-titel,
.opc-kategorien-box .opc-kategorien-liste {
    margin-left: 50px;
    margin-right: 0;
}

.opc-kategorien-liste {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.opc-kategorien-liste li {
    margin: 0;
    padding: 0;
}
.opc-kategorien-liste li a {
    display: block;
    padding: 6px 14px;
    font-size: 18px;
    line-height: 1.35;
    color: #1f2a44;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.opc-kategorien-liste li a:hover {
    background: #e7e7e7;
    color: #e10918;
    text-decoration: none;
}
.opc-kategorien-liste li.active a {
    background: #e7e7e7;
    color: #e10918;
}

@media (max-width: 767px) {
    .opc-kategorien-box {
        max-width: 100%;
        padding: 25px 0 15px 0;
    }

    .opc-kategorien-box .opc-kategorien-titel,
    .opc-kategorien-box .opc-kategorien-liste {
        margin-left: 20px;
        margin-right: 20px;
    }

    .opc-kategorien-liste li a {
        font-size: 16px;
        padding: 9px 12px;
    }
}
/* Kategoriebox linke Seitenleiste - ENDE */