@charset "UTF-8";
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001
}

.header+div .breadcrumb__wrapper {
    margin-top: 80px
}

@media(min-width:1025px) {
    .header+div .breadcrumb__wrapper {
        margin-top: 100px
    }
}

.header__link {
    flex: 0 1 auto;
    margin-left: 25px
}

.header__base {
    background-color: #1b1534;
    box-shadow: 0 0 20px 0 rgba(10, 20, 25, 0.5)
}

@media(min-width:1025px) {
    .header__base {
        padding-bottom: 0
    }
}

.header__base .header__searchMenu {
    display: none
}

@media(min-width:1025px) {
    .header__base .header__searchMenu {
        display: none
    }
}

.header__navigationUnderline {
    border-bottom: 3px solid #8a00e5;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.header__iconLabel {
    display: none;
    color: #fff
}

@media(min-width:320px) {
    .header__iconLabel {
        font-size: .875rem;
        font-family: "Siemens Sans", Arial, sans-serif;
        line-height: 1.1428571429;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media(min-width:1025px) {
    .header__iconLabel {
        display: inline-block;
        align-self: flex-end
    }
}

.header__iconLabel:hover span,
.header__iconLabel:active span,
.header__iconLabel:focus span {
    border-color: #fff
}

.header__wrapper {
    padding-left: 3.75%;
    padding-right: 3.75%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative
}

@media(min-width:1170px) {
    .header__wrapper {
        padding-left: calc(3.75% - ((100% - 1170px) / 2));
        padding-right: calc(3.75% - ((100% - 1170px) / 2))
    }
}

@media(min-width:1264px) {
    .header__wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

.header__navigationWrapper {
    display: none
}

@media(min-width:1025px) {
    .header__navigationWrapper {
        display: flex
    }
}

.header__navigationWrapper .header__navigation {
    margin: 0 auto;
    padding-bottom: 14px;
    list-style: none
}

.header__navigationWrapper .header__navigationItem {
    float: left;
    margin-right: 50px;
    cursor: pointer
}

@media(min-width:320px) {
    .header__navigationWrapper .header__navigationItem {
        font-size: 1.25rem;
        font-family: "Siemens Sans", Arial, sans-serif;
        font-weight: 800;
        line-height: 1.1;
        margin-top: -0.0252em;
        margin-bottom: 0
    }
}

.header__navigationWrapper .header__navigationItem a {
    color: #fff
}

.header__navigationWrapper .header__navigationItem:hover .navigation__base {
    display: block
}

.header__navigationWrapper .header__navigationItem:last-child {
    margin-right: 0
}

.header__languageSelector {
    z-index: 2;
    margin-bottom: 2px
}

@media(min-width:768px) and (max-width:1024px) {
    .header__languageSelector {
        z-index: 1
    }
}

@media(min-width:320px) and (max-width:1024px) {
    .header__languageSelector {
        order: 2
    }
}

@media(min-width:320px) and (max-width:1024px) {
    .header__searchMenuLink {
        order: 1
    }
}

.header .header__burgerMenuLink {
    order: 3
}

@media(min-width:1025px) {
    .header .header__burgerMenuLink {
        order: 1
    }
}

.header__searchfield {
    z-index: 1;
    padding-top: 9px;
    flex: 0 0 100%;
    display: none
}

@media(min-width:1025px) {
    .header__searchfield {
        display: block
    }
}

.header__navigationBar {
    flex-grow: 1
}

.header__logo {
    position: relative;
    flex-basis: 100px;
    z-index: 10002
}

@media(min-width:1025px) {
    .header__logo {
        flex-basis: 130px;
        padding-bottom: 18px
    }
}

.header__logo__company {
    display: block
}

.header__logo__company img {
    display: block;
    width: 100%
}

.header__logo a {
    display: block
}

.header__logo a:hover,
.header__logo a:hover span,
.header__logo a:focus,
.header__logo a:focus span {
    border-bottom: 0
}

.header__logo a span {
    padding: 0;
    border: 0
}

.header__mainBar {
    display: flex;
    align-items: center;
    position: relative;
    max-height: 80px;
    height: 80px;
    padding-top: 0;
    opacity: 1;
    transition: max-height .7s ease, padding-top .7s ease, opacity .4s ease
}

@media(min-width:1025px) {
    .header__mainBar {
        align-items: flex-end;
        max-height: 100px;
        height: auto;
        padding-top: 20px
    }
}

.header--compressed .header__base {
    box-shadow: none
}

.header--compressed .header__navigationWrapper {
    opacity: 0;
    transition: opacity .3s
}

.header--compressed .header__mainBar {
    max-height: 0;
    opacity: 0;
    padding: 0
}

.header--compressed .navigation__base {
    opacity: 0;
    transition: opacity .3s
}

.header__icons {
    z-index: 10002;
    opacity: 1;
    text-align: right;
    transition: opacity .3s ease-in-out, top .3s linear;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

@media(min-width:1025px) {
    .header__icons {
        padding-bottom: 16px
    }
}

.header__icon {
    font-size: 24px;
    margin-left: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 2
}

.header__icon:hover,
.header__icon:focus,
.header__icon:active {
    color: #fff
}

.header__icon--contact {
    display: none
}

@media(min-width:600px) {
    .header__icon--contact {
        display: inline-block
    }
}

@media(min-width:1025px) {
    .header__icon--menu,
    .header__icon--search {
        display: none
    }
}

.header__icon--menu:before,
.header__icon--search:before {
    padding-right: 0
}

.header__icon--menu.iconlink[aria-expanded]:before {
    content: ""
}

@media(min-width:320px) and (max-width:767px) {
    .header+.breadcrumb {
        margin-top: 80px
    }
}

.header--searchMenuOpen .header__searchMenu {
    display: block
}

@media(min-width:1025px) {
    .header--searchMenuOpen .header__searchMenu {
        display: none
    }
}

.header .skipLinks__base {
    position: absolute;
    width: 100%
}

.header .skipLinks__skipLink {
    position: absolute;
    left: -9999px;
    top: -9999px;
    padding: 4px 10px;
    background: #3c464b;
    z-index: 1
}

body[dir=rtl] .header .skipLinks__skipLink {
    right: -9999px;
    left: auto
}

.header .skipLinks__skipLink:focus,
.header .skipLinks__skipLink:active {
    left: 20px;
    top: 0;
    color: #fff
}

@media(min-width:320px) and (max-width:1024px) {
    [dir=rtl] .header__logo {
        float: right
    }
}

[dir=rtl] .header .siteIdentifier {
    float: right;
    margin-right: 0;
    margin-left: 90px
}

[dir=rtl] .header__navigationItem {
    float: right;
    margin-right: 0;
    margin-left: 50px
}

[dir=rtl] .header__navigationItem:last-child {
    margin-left: 0
}

[dir=rtl] .header__icons {
    left: 0;
    right: auto
}

[dir=rtl] .header__icon {
    margin-left: 0;
    margin-right: 40px
}

[dir=rtl] .header__searchfield {
    display: none
}

[dir=rtl] .header .header__searchMenuLink {
    display: none
}

[dir=rtl] .header .skipLinks__skipLink:focus,
[dir=rtl] .header .skipLinks__skipLink:active {
    left: auto;
    top: 0;
    right: 20px
}

@media(min-width:1025px) {
    [dir=rtl] .header__stickyButtonBar {
        padding-left: 0
    }
}

[dir=rtl] .header__stickyButtonBar .rightContent {
    float: left
}