﻿.footer__base {
    width:100% !important;
    background-color: #ebf0f5;
}
*, *:before, *:after {
    box-sizing: inherit;
}

.footer__wrapper:before, .footer__wrapper:after {
    content: " ";
    display: table;
}
.footer__wrapper h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    /*font-size: 1.25rem;*/
    font-size: 16px;
    color: #2d373c;
    font-weight: 700;
}
    .footer__wrapper h4 + select {
        font-size: 1rem;
        font-family: inherit;
        line-height: 1;
        margin-top: 20px;
    }

.footer__wrapper ul {
    list-style: none;
    display: none;
}
    .footer__wrapper ul.linklist li {
        margin-top: 15px;
    }
.footer__wrapper a:link, .footer__wrapper a:visited {
    color: #697882;
}
a[class^=icon], a[class*=" icon"] {
    padding-left: 0;
}

a.icon-arrow-right-small:before {
    font-size: 14px;
    top: -2px;
}

.icon-arrow-right-small:before {
    content: "";
}

[class^=icon]:before, [class*=" icon"]:before, [class^=link-transform-icon]:before, [class*=" link-transform-icon"]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "siemens-webicons-webfont",sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    padding-right: 6px;
    position: relative;
    vertical-align: middle;
}

.footerlinklist__base {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

    .footerlinklist__base:before, .footerlinklist__base:after {
        content: " ";
        display: table;
    }
    .footerlinklist__base:after {
        clear: both;
    }

    .footerlinklist__base:before, .footerlinklist__base:after {
        content: " ";
        display: table;
    }
.footer__legalnav {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: block;
    font-size: 14px;
    margin-bottom: 35px;
}
    .footer__legalnav:before, .footer__legalnav:after {
        content: " ";
        display: table;
    }
    .footer__legalnav:after {
        clear: both;
    }

    .footer__legalnav:before, .footer__legalnav:after {
        content: " ";
        display: table;
    }
    .footer__legalnav ul {
        display: block;
        margin: 0;
    }

.footer__wrapper ul {
    display: block;
}
.footer__tinylink span {
    display: inline-block;
    margin-bottom: 15px;
}
.footer__legal {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 15px;
}
.footer__wrapper a.footer__link:before {
    font-size: 14px;
    top: -3px;
}
.icon-email:before {
    content: "";
}

[class^=icon], [class*=" icon"], [class^=link-transform-icon], [class*=" link-transform-icon"] {
    line-height: inherit;
    text-decoration: none;
    text-transform: none;
}
.link-transform-icon-weibo:before {
    content: "";
}
.link-transform-icon-youku:before {
    content: "";
}
.link-transform-icon-linkedin:before {
    content: "";
}

[class^=icon]:before, [class*=" icon"]:before, [class^=link-transform-icon]:before, [class*=" link-transform-icon"]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "siemens-webicons-webfont",sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    padding-right: 6px;
    position: relative;
    vertical-align: middle;
}

.footer__wrapper a:link, .footer__wrapper a:visited {
    color: #697882;
}
a[class^=icon], a[class*=" icon"] {
    padding-left: 0;
}
[class^=icon], [class*=" icon"], [class^=link-transform-icon], [class*=" link-transform-icon"] {
    line-height: inherit;
    text-decoration: none;
    text-transform: none;
}
.footer__wrapper a.footer__link:before {
    font-size: 14px;
    top: -3px;
}
.icon-globe:before {
    content: "";
}

.footer{
    background-color:white;
}

a.link-transform-icon-weibo:before {
    font-size: 14px;
}
@media (min-width: 1025px) {
    .footer__wrapper {
        margin-left: auto;
        margin-right: auto;
        width:1200px;
    }
    .footer__products {
        width: 50%;
        float: left;
        margin-right: 1.6949152542%;
    }
    .footer__wrapper select {
        display: none !important;
    }

    .footer__wrapper select {
        width: 100%;
        background: #FFF;
        height: 45px;
        border: 0;
        border-bottom: 1px solid #879baa;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #788791;
        padding: 2px 15px 0;
        background-color: #FFF;
        background-image: url(clientlibs/resources/arrow-down-select.svg);
        background-repeat: no-repeat;
        background-position-x: 95%;
        background-position-y: center;
        background-size: 15px;
        outline: 0;
        display: block;
    }

    .footer__wrapper ul {
        display: block;
        height: 220px;
    }
    .footer__legalnav {
        width: auto;
        margin-left: 40px;
        margin-top: 40px;
    }
    .footer__legalnav ul li {
        margin-top: 5px;
    }
    .footer__tinylink span {
        margin-bottom: 0;
    }
    .footer__legalnav li {
        display: inline;
        margin-right: 15px;
    }
    .footer__legalnav ul {
        height:50px;
    }
    .footer__legal {
        clear: left;
        width: auto;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .footer__legal {
        /*width: 100%;*/
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}
