

/* Start:/local/templates/alberello/css/b2b.css?17606046776567*/
:root {
    --color-000000: #000000;
    --color-white: #ffffff;
    --color-grau: #F5F5F5;
    --color-333333: #333333;
    --color-564639: #564639;
}
.b2b main{
    margin-top: 7.3rem;
    color: var(--color-red);
}
.breadcrumb-mobile{
    display: none;
}
.background-grau{
    background-color: var(--color-grau);

}

.header__box .img__box{
    text-align: center;
}
.header__box .img__box img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.header__box .text__box{
    font-size: 2.8vw;
    line-height: 120%;
    font-weight: 300;
}
.header__box .text__box img{
    max-width: 50%;
    width: 100%;
    height: auto;
}
.header__box .text__box img{
    display: block;
    margin-bottom: 2rem;
}
.header__box .link__box{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-top: 3rem;
}
.header__box .link__box a,
.main__box8 .link__box a{
    background-color: #D85140;
    text-transform: uppercase;
    font-size: 1vw;
    color: var(--color-white);
    padding: 1.5rem;
    border-radius: .3rem;
    text-decoration: none;
    line-height: 100%;
}
.header__box .link__box a:hover,
.main__box8 .link__box a:hover{
    background-color: #c7432c;
}
.header__box2{
    color: var(--color-white);
    background-color: var(--color-red);
    font-size: 1.2vw;
    font-weight: 300;
    line-height: 130%;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-left: -24px;
    margin-right: -24px;
}
.main__box1 .text__box .h{
    font-size: 2.8vw;
    line-height: 120%;
    font-weight: 300;
    margin-bottom: 2rem;
}


.main__box1 .text__box{
    font-size: 1.2vw;
    line-height: 120%;
    font-weight: 300;
}
.main__box1 .text__box hr{
    border: 0;
    border-bottom: 1px solid var(--color-red);
    width: 60%;
    opacity: 1;
    margin: 2rem 0;
}
.main__box1 .img__box img{
    width: 100%;
    height: auto;
}

.main__box2{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.main__box2 div{
    line-height: 100%;
    font-size: 2.8vw;
    font-weight: 300;
}
.main__box2 img{
    height: 2.3vw;
    width: auto;
    margin-left: 2rem;
}
.main__box3 .text__box div{
    margin-bottom: 2rem;
}
.main__box3 .text__box div span,
.main__box6 .text__box span{
    display: block;
    font-weight: 600;
    font-size: 1.4vw;
    line-height: 130%;
}
.main__box3 .text__box div p,
.main__box6 .text__box p{
    margin-top: .5rem;
    margin-bottom: 0;
    font-size: 1vw;
    font-weight: 300;
    line-height: 130%;
}
.main__box5{
    padding-top: 6rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.main__box5 .h{
    line-height: 100%;
    font-size: 2.8vw;
    font-weight: 300;
    text-align: center;
}

.main__box6{
    padding-bottom: 8rem;
}
.main__box6 img{
    width: 100%;
    height: auto;
}
.main__box6 .text__box{
    margin-top: 2rem;
    font-size: 1.5vw;
    line-height: 120%;
    font-weight: 300;
}


.main__box8{
    padding-top: 6rem;
}
.main__box8 .h{
    line-height: 100%;
    font-size: 2.8vw;
    font-weight: 300;
    text-align: center;
    margin-bottom: 6rem;
}
.main__box8 .items_box .item{
    background-color: var(--color-white);
    padding: 2rem;
    height: 100%;
}
.main__box8 .items_box .item .num__box{
    font-size: 6vw;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 4rem;
}
.main__box8 .items_box .item .subj__box{
    font-weight: 600;
    font-size: 1.4vw;
    line-height: 130%;
    margin-bottom: 1rem;
}
.main__box8 .items_box .item .text__box{
    font-size: 1vw;
    font-weight: 300;
    line-height: 130%;
}
.main__box8 .link__box{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
@media(max-width:992px) {
    .b2b main{
        margin-top: 6.8rem;
    }
}
@media(max-width:768px) {
    .b2b main .main-box{
        padding-left: 0;
        padding-right: 0;
    }
    .header__box .text__box{
        margin-top: 24px;
        font-size: 1.6rem;
        text-align: center;
    }
    .header__box .text__box img{
        margin: 0 auto 1rem auto;
    }
    .header__box .link__box{
        margin-top: 1rem;
    }
    .header__box .link__box a,
    .main__box8 .link__box a{
        display: block;
        width: 100%;
        font-size: 1.2rem;
        text-align: center;
        line-height: 140%;
        padding: .5rem;
    }
    .header__box2{
        font-size: 1.2rem;
        padding-left: 24px;
        padding-right: 24px;
        margin: 0;
    }
    .header__box2 .text-box-1{
        margin-bottom: 1rem;
    }
    .main__box1{
        margin-top: 1.5rem;
    }
    .main__box1 .text__box .h,
    .main__box5 .h,
    .main__box8 .h{
        font-size: 1.8rem;
        margin-bottom: 1rem;
        line-height: 100%;
    }
    .main__box1 .text__box{
        font-size: 1rem;
    }
    .main__box1 .img__box{
        padding-left: 0;
        padding-right: 0;
    }
    .main__box2 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        width: 100%;
    }
    .main__box2 div{
        font-size: 2rem;
    }
    .main__box2 img{
        display: none;
    }
    .main__box6{
        padding-bottom: 3rem;
    }
    .main__box6 .text__box{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .main__box3 .text__box div span,
    .main__box6 .text__box span{
        font-size: 1.1rem;
    }
    .main__box3 .text__box div p,
    .main__box6 .text__box p{
        font-size: .9rem;
    }
    .main__box5{
        padding-top: 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;

    }



    .main__box8{
        padding-top: 0;
    }
    .main__box8 .link__box{
        margin-top: 0;
    }
    .main__box8 .h{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .main__box8 .items_box .col-md-4{
        padding-bottom: 14px;
    }
    .main__box8 .items_box .item .subj__box{
        font-size: 1.2rem;
    }
    .main__box8 .items_box .item .text__box{
        font-size: 1rem;
    }
    .main__box8 .items_box .item .num__box{
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    .main__box8 .items_box .item .subj__box{
        margin-bottom: 1rem;
    }
}
/* End */


/* Start:/local/components/nrj/capsule.list/templates/b2b/style.css?17606046102624*/
.capsule__box{
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.capsule__item{
    margin: 0;
}
.capsule__item .capsule__box-center{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
    height: 100%;
}
.capsule__item .capsule__box-center div{
    width: calc(50% - 12px);
}
.capsule__item .capsule__box-center div:nth-child(1){
    margin: 0 12px 12px 0;
}
.capsule__item .capsule__box-center div:nth-child(2){
    margin: 0 0 12px 12px;
}
.capsule__item .capsule__box-center div:nth-child(3){
    margin: 12px 12px 0 0;
}
.capsule__item .capsule__box-center div:nth-child(4){
    margin: 12px 0 0 12px;
}
.capsule__item a,
.capsule__item a:hover{
    display: block;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 177.7777%;
}
.capsule__item a:hover video{
    opacity: 1;
}

.capsule__item video{
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    opacity: 0;
    z-index: 0;
}
.capsule__link{
    margin-top: 4rem;
}

@media(max-width: 768px) {
    .capsule__box{
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .capsule__item{
        overflow-x: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }
    .capsule__item .col-md-4{
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0px;
    }
    .capsule__item .col-md-4:nth-child(1){
        padding-right: 8px;
    }
    .capsule__item .col-md-4:nth-child(1),
    .capsule__item .col-md-4:nth-child(3){
        width: 80%;
    }
    .capsule__item .col-md-4:nth-child(2){
        width: 320%;
        max-width: 320%;
    }
    .capsule__item a,
    .capsule__item a:hover{
        width: auto;
        height: 100%;
    }
    .capsule__item .capsule__box-center{
        flex-wrap: nowrap;
    }
    .capsule__item .capsule__box-center div{
        width: 80%;
        padding-right: 8px;
    }
    .capsule__item .capsule__box-center div:nth-child(1){
        margin: 0;

    }
    .capsule__item .capsule__box-center div:nth-child(2){
        margin: 0;

    }
    .capsule__item .capsule__box-center div:nth-child(3){
        margin: 0;
    }
    .capsule__item .capsule__box-center div:nth-child(4){
        margin: 0;
    }
    .capsule__item a video{
        opacity: 1;
    }

}
/* End */
/* /local/templates/alberello/css/b2b.css?17606046776567 */
/* /local/components/nrj/capsule.list/templates/b2b/style.css?17606046102624 */
