:root{
    --content-max-width: 1440px;
}
header .navbar-collapse {
    border-bottom: 0;
}
@media(min-width:979px){
#menu_categories {
    position: relative;
}

#menu_categories:before {
    content: '';
    background: #37464e;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc(-50vw + 50%);
}
}
span.nav-link.--l1 {
    color: #fff;
}

header .navbar-collapse {
    padding-bottom: 0;
}

span.nav-link.--l1 {
    padding: 10px 10px 10px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    transition: .3s;
}

span.nav-link.--l1:hover, span.nav-link.--l1.active {
    background: #fc8000;
    cursor: pointer;
}

.big_label, .headline {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 2px;
    border-bottom: 2px solid #fc8000;
    border-left: 10px solid #fc8000;
    padding-left: 5px;
}

.hotspot .swiper-initialized .products .product {
    height: 100%;
}

.product__content_wrapper {
    margin-top: auto;
}

.product__name {
}

footer:before {
    content: '';
    background: #f1f1f1;
}

div#info_banners {
    width: 100%;
    padding: 10px 0;
}

div#info_banners:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background: #fc8000;
    left: calc(-50vw + 50%);
    top: 0;
}

.info_banners__icon {
    color: #fc8000 !important;
}

.info_banners__text {
    color: #fff !important;
}
@media(min-width:979px){
    :root{
        --projector-grid-template-columns:65% 35%;

}
}
section#projector_longdescription {
    font-size: 1.5rem !important;
    font-family: var(--font-family) !important;
}
.projector_details * {grid-column: 1 / 3 !important;}

div#projector_additional_section {
    margin-top: 2rem;
}

.projector_details__wrapper {
    border: 0;
    background: #f7f7f7;
}

.projector_page #content #projector_productname {
    background: #f7f7f7;
    margin-bottom: 0 !important;
    padding: 10px;
}