@font-face {
    font-family: "ABBvoice-Medium";
    font-style: normal;
    font-weight: 100;
    src: url('/cdn/Fonts/abbvoice/ABBvoice_W_Md.eot');
    src: url('/cdn/Fonts/abbvoice/ABBvoice_W_Md.eot?#iefix') format('embedded-opentype'), url('/cdn/Fonts/abbvoice/ABBvoice_W_Md.woff2') format('woff2'), url('/cdn/Fonts/abbvoice/ABBvoice_W_Md.woff') format('woff');
}

@font-face {
    font-family: 'ABBVoice';
    src: url('/cdn/Fonts/abbvoice/ABBvoice_W_Rg.eot');
    src: url('/cdn/Fonts/abbvoice/ABBvoice_W_Rg.eot?#iefix') format('embedded-opentype'), url('/cdn/Fonts/abbvoice/ABBvoice_W_Rg.woff2') format('woff2'), url('/cdn/Fonts/abbvoice/ABBvoice_W_Rg.woff') format('woff')
}

@font-face {
    font-family: 'ABB-UI-Icons-16x16';
    src: url('/cdn/fonts/ABB-UI-Icons-16x16/ABB-UI-Icons-16x16.eot?xapv1q');
    src: url('/cdn/fonts/ABB-UI-Icons-16x16/ABB-UI-Icons-16x16.eot?xapv1q#iefix') format('embedded-opentype'), url('/cdn/fonts/ABB-UI-Icons-16x16/ABB-UI-Icons-16x16.woff2?xapv1q') format('woff2'), url('/cdn/fonts/ABB-UI-Icons-16x16/ABB-UI-Icons-16x16.ttf?xapv1q') format('truetype'), url('/cdn/fonts/ABB-UI-Icons-16x16/ABB-UI-Icons-16x16.woff?xapv1q') format('woff'), url('/cdn/fonts/ABB-UI-Icons-16x16/ABB-UI-Icons-16x16.svg?xapv1q#ABB-UI-Icons-16x16') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon_abb_16 {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ABB-UI-Icons-16x16' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cmp-heading {
    display: flex;
    flex-direction: column;
    word-break: normal;
}

.cmp-heading--m .cmp-heading__cursor {
    width: 24px;
    height: 3px;
    margin-bottom: 8px;
}

.cmp-heading .cmp-heading__cursor {
    background-color: #ff000f;
    margin: .625rem 0;
}

.cmp-heading--m .cmp-heading__headingTitle {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
    max-width: 83.33%;
    font-weight: 700;
}

.cmp-heading__headingTitle {
    font-family: ABBvoice-Bold, sans-serif;
    color: #0f0f0f;
    word-spacing: normal;
    word-break: break-word;
}

.cmp-abb-cta {
    display: flex;
    margin-bottom: 1.25rem;
    font-family: ABBvoice-Medium;
    color: #000
}

.cmp-abb-cta__link {
    text-decoration-line: none;
    padding: .75rem 1rem;
    border-radius: 24px;
    display: inline-block;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: ABBvoice-Medium;
    cursor: pointer
}

.cmp-cookie__infobox {
    display: none;
}

@media screen and (max-width:767.5px) {
    .cmp-abb-cta__link {
        margin: 5px
    }
}

.cmp-abb-cta__link:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.cmp-abb-cta__link--primary {
    border: 0;
    background-color: #ff000f;
    color: white;
    border-radius: 24px;
    padding: 14px 24px;
    font-size: 16px;
    line-height: 20px;
    /* height: 24px;*/
}

    .cmp-abb-cta__link--primary:hover,
    .cmp-abb-cta__link--primary:active {
        border: 0;
        background-color: #bb2924;
        color: #fff
    }

.cmp-abb-cta__link--secondary {
    border: 2px solid #d2d2d2;
    color: #464646;
    border-radius: 24px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 20px;
    /* height: 24px;*/
}

    .cmp-abb-cta__link--secondary:hover,
    .cmp-abb-cta__link--secondary:active {
        background-color: #ebebeb
    }

.cmp-abb-cta__link--tertiary {
    border: 2px solid transparent;
    color: #464646
}

    .cmp-abb-cta__link--tertiary:hover,
    .cmp-abb-cta__link--tertiary:active {
        border: 2px solid #d2d2d2
    }

.cmp-abb-cta__link--discreet {
    border: 2px solid transparent;
    color: #464646;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 24px;
    height: 48px
}

    .cmp-abb-cta__link--discreet:hover,
    .cmp-abb-cta__link--discreet:active {
        border: 2px solid #d2d2d2
    }

.cmp-abb-cta__link--arrow:after {
    font-family: "ABB-icon";
    content: "\e90e";
    margin-left: .5rem;
    vertical-align: middle
}

.cmp-abb-cta__link .link-disabled {
    border: 1px solid #d2d2d2;
    color: #d2d2d2 !important;
    pointer-events: none;
    cursor: default
}

.cookie {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2002;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: none;
}

@media screen and (max-width:767.5px) {
    .cookie {
        padding: 1.5rem 0.2rem 1.5rem 0.2rem
    }
}

@media screen and (min-width:768px) {
    .cookie {
        padding: 2.25rem 2.25rem 0
    }
}

@media screen and (min-width:1024px) {
    .cookie {
        padding: 3rem 0 0 0;
        margin: 0 auto;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4)
    }
}

.cookie .cmp-cookie {
    background-color: #fff;
    margin: auto;
    border: 0;
    width: 90%;
    height: 100%;
    overflow-y: auto;
    font-family: ABBvoice-Regular,ABBvoice,sans-serif;
}

@media screen and (min-width:1024px) {
    .cookie .cmp-cookie {
        width: 88%;
        padding: 3rem;
        height: auto;
        font-family: ABBvoice-Regular,ABBvoice,sans-serif;
    }
}

@media screen and (min-width:1440px) {
    .cookie .cmp-cookie {
        width: 75%
    }
}

.cookie .cmp-cookie__logo {
    background: url("https://www07.abb.com/cdn/img/abb-logo-33px.svg?1513348063") no-repeat top left;
    height: 60px;
    width: 60px;
}

@media screen and (min-width:768px) {
    .cookie .cmp-cookie__logo {
        height: 70px
    }
}

@media screen and (min-width:1024px) {
    .cookie .cmp-cookie__logo {
        display: none
    }
}

.cookie .cmp-cookie__content {
    position: relative;
    background-color: #fff
}

@media screen and (max-width:767.5px) {
    .cookie .cmp-cookie__content {
        padding-bottom: 17rem;
        height: auto;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%)
    }
}

@media screen and (min-width:768px) {
    .cookie .cmp-cookie__content {
        padding-bottom: 6.125rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%)
    }
}

@media screen and (min-width:1024px) {
    .cookie .cmp-cookie__content {
        padding-bottom: 48px;
        height: 100%
    }
}

.cookie .cmp-cookie__description p {
    font-family: ABBvoice-Regular, ABBvoice, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 5px;
    color: #0f0f0f;
}

    .cookie .cmp-cookie__description p:first-child {
        margin-bottom: 1.5rem
    }

    .cookie .cmp-cookie__description p a {
        text-decoration: none;
        border-bottom: .0625rem solid #0f0f0f;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        bottm: 0px;
    }

        .cookie .cmp-cookie__description p a:hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none
        }

            .cookie .cmp-cookie__description p a:hover:after {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none
            }

.cookie .cmp-cookie__title {
    color: #0f0f0f
}

@media screen and (max-width:767.5px) {
    .cookie .cmp-cookie__title {
        font-size: 1.5rem;
        line-height: 1.75rem
    }
}

@media screen and (min-width:1440px) {
    .cookie .cmp-cookie__title {
        font-size: 2rem;
        line-height: 2.25rem
    }
}

.cookie .cmp-cookie__checkboxcontainer .checkbox-advertising--item {
    display: none
}

    .cookie .cmp-cookie__checkboxcontainer .checkbox-advertising--item .advertisingpopup {
        display: none;
        width: 100%;
        margin-top: 24px;
        font-size: 14px;
        line-height: 20px;
        color: #0f0f0f;
        background-color: #f5f5f5;
        padding: 24px 16px
    }

        .cookie .cmp-cookie__checkboxcontainer .checkbox-advertising--item .advertisingpopup .InfoIcon {
            background: url("/cdn/img/Info.svg") no-repeat top left;
            display: block;
            width: 24px;
            height: 50px;
            float: left;
            margin-right: 16px
        }

.cookie .cmp-cookie__checkboxitem {
    align-items: center;
    padding-top: 32px;
    pointer-events: none
}

    .cookie .cmp-cookie__checkboxitem p {
        margin-left: 36px;
        font-size: 14px;
        color: #464646;
        line-height: 1.5rem;
        font-family: ABBvoice-Regular, ABBvoice, sans-serif;
    }

.cookie .cmp-cookie__checkboxtext {
    margin-left: 36px;
    font-size: 14px;
    color: #464646;
    line-height: 1.5rem;
    margin: 0;
}

.cookie .cmp-cookie__checkboxitem:first-child {
    padding-top: 40px
}

.cookie .cmp-cookie__checkboxlabel {
    display: flex;
    font-family: ABBvoice-Medium;
    font-size: 14px;
    line-height: 20px;
    color: #0f0f0f;
    font-weight: 500;
}

    .cookie .cmp-cookie__checkboxlabel::before {
        content: '';
        width: 24px;
        height: 24px;
        margin-right: 12px;
        border: 2px solid #bababa;
        border-radius: 2px
    }

.cookie .cmp-cookie__checkbox {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 30px;
    margin-left: 0;
    pointer-events: all
}

    .cookie .cmp-cookie__checkbox:disabled,
    .cookie .cmp-cookie__checkbox:disabled + label {
        color: #ff000f;
        cursor: default
    }

    .cookie .cmp-cookie__checkbox:checked + label::before {
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ff000f;
        background: url("/cdn/img/Vector.svg") no-repeat top left;
        background-size: 80%;
        background-position: center
    }

    .cookie .cmp-cookie__checkbox:disabled + label::before {
        background-color: #ccc;
        border-color: #999
    }

@media screen and (max-width:767.5px) {
    .cookie .cmp-cookie__checkboxtext {
        display: none
    }
}

.cookie .cmp-cookie__info-mobile {
    display: none
}

.cookie .cmp-cookie__info-mobile--show, .cmp-cookie__info-mobile--hide {
    display: none
}

    @media screen and (max-width:767.5px) {
        .cookie .cmp-cookie__info-mobile {
            height: 40px;
            cursor: pointer;
            margin-top: 32px;
            margin-bottom: 16px;
            display: block
        }

        .cookie .cmp-cookie__info-mobile--show {
            font-size: 14px;
            font-weight: 700;
            display: block
        }

        .cookie .cmp-cookie__info-mobile--hide {
            font-size: 14px;
            font-weight: 700;
            display: none
        }

        .icon-abb_caret-up_16:before {
            content: "\ea34";
            font-family: 'ABB-UI-Icons-16x16' !important;
            font-size: 16px;
            padding-right: 10px
        }

        .icon-abb_caret-down_16:before {
            content: "\ea08";
            font-family: 'ABB-UI-Icons-16x16' !important;
            font-size: 16px;
            padding-right: 10px
        }

        .cmp-cookie__infobox {
            display: block;
        }
    }

    .cookie .cmp-cookie__checkbox-details-mobile {
    display: none
}

@media screen and (min-width:768px) {
    .cookie .cmp-cookie__checkbox-details-mobile {
        display: none !important
    }
}

.cookie .cmp-cookie__checkbox-label-mobile {
    font-size: 14px;
    line-height: 20px;
    color: #0f0f0f;
    font-family: ABBvoice-Medium, sans-serif;
    margin: 5px 0
}

.cookie .cmp-cookie__checkbox-text-mobile {
    font-size: 14px;
    line-height: 20px;
    color: #464646;
    margin: 0 0 30px 0
}

.cookie .cmp-cookie__actioncontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: white
}

@media screen and (max-width:767.5px) {
    .cookie .cmp-cookie__actioncontainer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1.5rem 0.5rem 3rem 0rem;
    }
}

@media screen and (min-width:768px) {
    .cookie .cmp-cookie__actioncontainer {
        justify-content: flex-end;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1.5rem 1.5rem
    }
}

@media screen and (min-width:1024px) {
    .cookie .cmp-cookie__actioncontainer {
        position: relative;
        margin: 0;
        padding: 0;
        background: transparent
    }
}

.cookie .cmp-cookie__actioncontainer .cmp-abb-cta {
    margin: 0;
    margin-right: 1rem
}

@media screen and (max-width:767.5px) {
    .cookie .cmp-cookie__actioncontainer .cmp-abb-cta {
        margin: 8px 0;
        justify-content: center;
        width: 100%
    }
}

.cookie .cmp-cookie__actioncontainer .cmp-abb-cta:last-of-type {
    margin-right: 0
}

@media screen and (max-width:767.5px) {
    .cookie .cmp-cookie__actioncontainer .cmp-abb-cta__link {
        width: 260px;
        text-align: center
    }
}

.cookie .cmp-cookie__scrollcontainer {
    height: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    margin-top: -80px;
    opacity: .9;
    width: 100%;
    pointer-events: none;
    scroll-behavior: unset
}

@media screen and (min-width:1024px) {
    .cookie .cmp-cookie__scrollcontainer {
        display: none
    }
}

.exp-frag-cookie {
    position: relative;
    background-color: #fff
}

.cmp-cookie__border {
    border: 1px solid #D2D2D2;
    margin-top: 25px;
}

a.cmp-cookie__advanced {
    margin-right: 20px;
    color: #FF000F;
    cursor: pointer;
}

.cmp-cookie__checkboxitem-subitem {
    margin-left: 36px;
    margin-top: 32px;
}
