/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../files/fontawesome-webfont-v=4.5.0.eot);
    src: url(../files/fontawesome-webfont-.eot#iefix&v=4.5.0) format('embedded-opentype'), url(../files/fontawesome-webfont-v=4.5.0.woff2) format('woff2'), url(../files/fontawesome-webfont-v=4.5.0.woff) format('woff'), url(../files/fontawesome-webfont-v=4.5.0.ttf) format('truetype'), url(../files/fontawesome-webfont-v=4.5.0.svg#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

@font-face {
    font-family: LindeDaxLigWeb;
    src: url(../files/lindedaxligweb-iefix.eot) format("embedded-opentype")
}

@font-face {
    font-family: LindeDaxLigWeb;
    src: url(../files/lindedaxligweb-iefix.eot);
    src: url(../files/lindedaxligweb.woff) format("woff")
}

@font-face {
    font-family: LindeDaxMedWeb;
    src: url(../files/lindedaxmedweb-iefix.eot) format("embedded-opentype")
}

@font-face {
    font-family: LindeDaxMedWeb;
    src: url(../files/lindedaxmedweb-iefix.eot);
    src: url(../files/lindedaxmedweb.woff) format("woff")
}

@font-face {
    font-family: LindeDaxRegWeb;
    src: url(../files/lindedaxregweb-iefix.eot) format("embedded-opentype")
}

@font-face {
    font-family: LindeDaxRegWeb;
    src: url(../files/lindedaxregweb-iefix.eot);
    src: url(../files/lindedaxregweb.woff) format("woff")
}

@font-face {
    font-family: LindeDaxSemiLigWeb;
    src: url(../files/lindedaxsemiligweb-iefix.eot) format("embedded-opentype")
}

@font-face {
    font-family: LindeDaxSemiLigWeb;
    src: url(../files/lindedaxsemiligweb-iefix.eot);
    src: url(../files/lindedaxsemiligweb.woff) format("woff")
}

@font-face {
    font-family: linde-icons;
    src: url(../files/linde-icons.eot);
    src: url(../files/linde-icons-.eot#iefix) format("embedded-opentype"), url(../files/linde-icons-.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: icons;
    src: url(../files/icons-65817373.eot);
    src: url(../files/icons-65817373.eot#iefix) format('embedded-opentype'), url(../files/icons-65817373.woff) format('woff'), url(../files/icons-65817373.ttf) format('truetype'), url(../files/icons-65817373.svg#fontello) format('svg');
    font-weight: 400;
    font-style: normal
}

.awesome, .icons, .linde-icons {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.awesome {
    font-family: FontAwesome
}

.linde-icons {
    font-family: linde-icons
}

.icons {
    font-family: icons
}

* {
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none
}

.hidden, [hidden] {
    display: none
}

html {
    font-size: 125%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100.3%;
    margin-bottom: .1px;
    background-color: #eaf0f3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button, html, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    color: #333
}

body {
    font-size: .5em;
    line-height: 1.4;
    color: #323232;
    padding-bottom: 4em;
    min-width: 320px
}

img {
    border: none;
    outline: 0
}

img[usemap], map area {
    outline: 0;
    border: none
}

a {
    color: #fc6700
}

a:hover {
    color: #fc6700
}

a.verweisanker:hover {
    color: #fc6700
}

a:focus {
    outline: #ecf1f3 thin dotted
}

a:active, a:hover {
    outline: 0
}

a.dummyLink {
    cursor: default;
    color: #333;
    text-decoration: none;
    outline: 0
}

nav ol, nav ul {
    list-style: none;
    list-style-image: none
}

b, strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: 700
}

q {
    quotes: none
}

q:after, q:before {
    content: "";
    content: none
}

small {
    font-size: 85%
}

sub, sup {
    font-size: .7em;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

table sup {
    position: static;
    vertical-align: super
}

table sub {
    position: static;
    vertical-align: sub
}

button {
    border: 0 none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

h1 {
    font-size: 1.5em;
    color: #f60;
}

h2 {
    font-size: 1.2em
}

h5 {
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    border-bottom: 1px solid #353333;
    padding-bottom: 3px;
    margin-bottom: 1em
}

h5.material {
    margin-bottom: 1em
}

.clear {
    clear: both
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.lt-ie8 .clearfix {
    zoom: 1
}

.hideBlock {
    display: block;
    position: absolute;
    left: -9999em
}

.hideText {
    text-indent: -999em
}

.hideAccessable {
    display: block;
    position: absolute;
    left: -9999em
}

.floatleft, .left {
    float: left
}

.floatright, .right {
    float: right
}

.clearFloat {
    clear: both
}

area {
    outline: 0
}

.spreadsheet, .tabelle {
    overflow-x: auto
}

.lt-ie8 .spreadsheet, .lt-ie8 .tabelle {
    overflow-x: visible
}

.flaps-container {
    overflow-x: auto;
    transition: box-shadow .4s
}

.flaps-control {
    font-size: 10px;
    height: 0;
    position: relative;
    z-index: 5
}

.flap {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    display: block;
    font: 5em FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: opacity .4s, width .4s;
    top: 2em;
    width: 1em
}

.flaps-control .hide {
    opacity: 0;
    width: .4em
}

.flap-left {
    left: 0
}

.flap-right {
    right: 0
}

.stuck {
    position: fixed;
    top: 0;
    width: 100%
}

.columns-double .column, .columns.double .column {
    width: 48%;
    float: right
}

.columns-triple .column, .columns.triple .column {
    width: 30.6666%;
    float: left;
    margin: 0 0 0 4%
}

.columns-quadruple .column, .columns.quadruple .column {
    width: 22%;
    float: left;
    margin: 0 0 0 4%
}

.columns.double .column:first-child {
    float: left
}

.columns.quadruple .column:first-child, .columns.triple .column:first-child {
    margin: 0
}

.columns-quadruple .column, .lt-ie9 .columns.quadruple .column {
    width: 21.9%
}

.columns-triple .column {
    overflow: hidden
}

.columns-quadruple .column {
    float: expression(this.previousSibling == null ? 'left' : 'right')
}

.columns-quadruple .column, .columns-triple .column {
    margin-left: expression(this.previousSibling == null ? '0' : '4%')
}

.columns .column.one-half {
    width: 48%
}

.columns .column.one-third {
    width: 30.6666%
}

.columns .column.two-third {
    width: 65.3333%
}

.columns .column.one-fourth {
    width: 22%
}

.columns .column.three-fourth {
    width: 74%
}

.columns .column.one-fifth {
    width: 16.8%
}

.columns .column.two-fifth {
    width: 37.3%
}

.columns .column.three-fifth {
    width: 58.4%
}

.columns .column.four-fifth {
    width: 79.2%
}

.columns .column.one-sixth {
    width: 13.3333%
}

.columns .column.two-sixth {
    width: 30.6666%
}

.columns .column.four-sixth {
    width: 69.3333%
}

.columns .column.five-sixth {
    width: 86.6666%
}

.inner-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto
}

.sticky-top {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    width: 100%;
    height: 37px
}

.header-fixed .sticky-top {
    background: rgba(255, 255, 255, .9)
}

.sticky-top .reports {
    display: none;
    float: left;
    padding: 13px 0 0 25px
}

.header-fixed .sticky-top .reports {
    display: block
}

.sticky-top .reports li {
    position: relative;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    display: block;
    float: left
}

.sticky-top .reports li + li {
    padding-right: 0;
    margin-right: 0
}

.sticky-top .reports li + li:after {
    display: none
}

.sticky-top .reports li a {
    font-size: 20px;
    line-height: .9;
    color: #f60;
    text-decoration: none
}

.user-loggedin .sticky-top {
    top: 50px
}

.header-fixed .primary {
    position: fixed;
    width: 100%;
    left: 0;
    background: #353333;
}

#meta {
    background: rgba(255, 255, 255, .9);
    padding-bottom: 2px
}

.header-fixed #meta {
    background: 0 0;
    float: right
}

#language, #search {
    float: left;
    clear: none;
    position: relative
}

#language {
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 14px 25px 0 23px
}

#language li {
    display: inline-block;
    zoom: 1;
    padding: 0;
    color: #353333;
    font-size: 12px
}

#language li:last-child {
    padding-left: 10px;
    background-image: linear-gradient(#353333, #353333);
    background-size: 1px 12px;
    background-position: 3px 1px;
    background-repeat: no-repeat
}

#language .active {
    text-decoration: underline
}

#language li a {
    color: #353333;
    font-weight: 400;
    text-decoration: none;
    font-size: 1em
}

.searchtitle {
    display: none
}

#search {
    margin: 6px 25px 0 0
}

#search input {
    width: 220px;
    border: 1px solid #d2e1eb;
    color: #353333;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
    padding: 1px 5px 0 35px;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif
}

#search input::-webkit-input-placeholder {
    color: #353333
}

#search input:-moz-placeholder {
    color: #353333;
    opacity: 1
}

#search input::-moz-placeholder {
    color: #353333;
    opacity: 1
}

#search input:-ms-input-placeholder {
    color: #353333
}

#search .searchbutton {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 9px;
    cursor: pointer;
    background: url(../files/lens-blue.svg) no-repeat
}

#search .searchbutton .searchtitle_m {
    display: none
}

.site-header {
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0;
    background: #353333;
    z-index: 101;
    background-image: url(../layer.png);
    background-repeat: no-repeat;
    background-size: 365px auto;
    background-position: 72% 0%;
    background-origin: content-box;
    background-color: #353333;
}

.site-header nav.wrapper {
    float: right;
    padding: 3.9em 2.4em 0 0;
    margin-bottom: 3.3em
}

#contentContainer {
    margin: 0 auto 5px auto;
    padding-top: 3em;
    background: #fff;
    padding-bottom: 40px
}

footer[role=contentinfo] {
    padding: 1.8em 0 0.3px;
    margin-bottom: -20px;
    background: #646363;
}

#contentContainer > article {
    width: calc(100% - 215px - 62px);
    float: left
}

.serviceseiten #contentContainer > article {
    width: 70%;
    margin: 0 15%
}

.feedback.serviceseiten #contentContainer > article {
    padding-top: 10em;
    padding-bottom: 7em
}

#sidepanel1 {
    width: 21.5em;
    margin: 0 3.7em 0 0;
    float: left
}

.page_gesellschaft #sidepanel1 #secondary > h3, .page_ueber-linde #sidepanel1 #secondary > h3 {
    display: none
}

#sidepanel2 {
    width: calc(100% - 215px - 122px);
    margin: 0 0 20px 252px;
    clear: both;
    background-color: #f5f8f9;
    padding: 24px 30px 14px
}

#sidepanel3 {
    position: relative;
    width: 3.2em;
    float: right;
    margin-right: -3.2em
}

#sidepanel3b {
    display: none
}

.page_serviceseiten_willkommen #sidepanel3, .view_tinymce.editor #sidepanel3 {
    display: none
}

nav a {
    text-decoration: none
}

nav.primary {
    padding: 20px 0 0;
    border-bottom: 5px solid #fc6600;
    width: 100%;
    height: 4.4em;
    clear: both;
    display: block
}

.primary ul.menu {
    margin: 0 .5em 0 .5em;
    display: flex;
    justify-content: space-between
}

html[lang=en] .primary ul.menu {
    margin: 0
}

.primary li.home {
    display: none
}

.primary li.last:after {
    display: none
}

.primary li ul {
    display: none
}

.primary .menu a {
    display: inline-block;
    padding: 0 0 8px 0;
    margin: 0;
    font-size: 1.4em;
    font-weight: 400;
    height: 50px
}

.primary .menu > li > a {
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    color: white;
}

.primary li {
    position: relative;
    flex-grow: 1;
    text-align: center
}

.primary li + li {

    background-size: 1px 10px;
    background-position: left 5px
}

.primary li.home + li {
    background: 0 0;
    padding-left: 0
}

.primary li.last {
    margin: 0;
    border-right: 0;
    padding-right: 0
}

.primary .active > a, .primary .inpath > a {
    border-bottom: 5px solid #f60;
    color: #f60
}

.primary .active:focus > a, .primary .active:hover > a, .primary > ul.menu .inpath:focus > a, .primary > ul.menu .inpath:hover > a {
    border-bottom: 0
}

.primary .active.leaf:focus > a, .primary .active.leaf:hover > a, .primary > ul.menu .inpath.leaf:focus > a, .primary > ul.menu .inpath.leaf:hover > a {
    border-bottom: 5px solid #f60
}

.primary a:hover {
    color: #f60
}

.primary ul.menu li ul.sublevel {
    display: block;
    position: absolute;
    left: -9999em;
    top: 42px;
    border-bottom: 1px solid #353333;
    border-top: 1px solid #f60;
    padding: 0;
    z-index: 9;
    width: 20.8em
}

.primary ul.menu li ul.sublevel li {
    text-align: left;
    background: #3a3838;
    font-size: .8571em;
    margin: 0;
    padding: 0;
    border-left: 1px solid #3b3a3a;
    border-right: 1px solid #3b3a3a;
}

.primary ul.menu li ul.sublevel li.active {
    border-left: 0
}

.primary ul.menu li ul.sublevel li + li {
    border-top: 2px solid #444444;
}


.primary ul.menu li ul.sublevel li:hover {
    background-color: #444444;
    text-transform: lowercase;
}

.primary ul.menu li ul.sublevel li {

    text-transform: lowercase;
}

.primary ul.menu li ul.sublevel li::first-letter {

    text-transform: uppercase;
}

.primary ul.menu li ul.sublevel li.active.first, .primary ul.menu li ul.sublevel li.inpath.first {
    border-top: 0
}

.primary ul.menu li ul.sublevel li.active, .primary ul.menu li ul.sublevel li.inpath {
    border-top: 1px solid #d9e3e6;
    border-bottom: 1px solid #d9e3e6
}

.primary ul.menu li ul.sublevel li.active + li, .primary ul.menu li ul.sublevel li.inpath + li {
    border-top: 0
}

.primary ul.menu li ul.sublevel li.active a, .primary ul.menu li ul.sublevel li.inpath a {
    border-bottom: 0;
    border-left: 3px solid #f60;
    background: #fff
}

.primary ul.menu li ul.sublevel li a {
    padding: .3em .2em .3em 1em;
    display: block;
    height: auto;
    color: white;
}

.primary ul.menu > li:hover ul.sublevel {
    left: 0
}

.primary ul.menu > li.first:hover ul.sublevel {
    left: 1.7em
}

.primary ul.menu > li.last:hover ul.sublevel {
    left: auto;
    right: 1.7em
}

.primary ul.menu ul.sublevel ul {
    display: none
}

.menutitle, .menutoggle, .searchtoggle {
    display: none
}

#language_m, #otherReport_m, #search_m, #swipetoggle {
    display: none
}

.lupe_m, .searchtitle_m {
    display: none
}

.ie header #search button, .lt-ie10 header #search button {
    height: 28px
}

.ie header #search input, .lt-ie10 header #search input {
    height: 1.9em
}

#suggestform {
    position: absolute;
    background: #fff;
    visibility: visible;
    display: none;
    left: 0;
    border: 1px solid #dee8ea;
    width: 177px;
    margin-left: -1px;
    z-index: 30
}

.lt-ie8 #suggestform {
    top: 37px
}

ul.bg_keywords {
    width: 100%
}

#suggestform ul li {
    padding: .5em 0 .3333em 2.55em;
    font-size: 1.2em;
    background: url(../img/arrow-blue.png) 1.3333em .8333em no-repeat
}

#suggestform ul li a:focus, #suggestform ul li a:hover {
    color: #08a9d7
}

#suggestform ul li a {
    display: block
}

#suggestform ul li + li {
    border-top: 1px solid #ecf2f3
}

.hitcounter {
    float: right;
    margin-right: 1.3333em
}

aside .menu ul {
    padding-left: 0
}

aside .menu ul ul ul {
    padding-left: .5em
}

#sidepanel1 h3 {
    padding: 0 0 0 10px;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 2em;
    text-transform: uppercase;
    color: #f60
}

#sidepanel1 .menu {
    border-top: 1px solid #f60;
    width: 215px
}

#sidepanel1 .menu, #sidepanel1 .menu li, #sidepanel1 .menu ul {
    list-style: none
}

#sidepanel1 .menu li {
    background-color: #f5f8f9
}

#sidepanel1 .menu > li.last {
    border-bottom: 1px solid #d9e3e5
}

#sidepanel1 .menu a {
    display: block;
    padding: 5px 12px;
    font-weight: lighter;
    font-size: 1.2em;
    font-weight: 100;
    line-height: 1.25;
    color: #353333
}

#sidepanel1 .menu a:focus, #sidepanel1 .menu a:hover {
    color: #f60
}

#sidepanel1 .menu > li + li {
    border-top: 1px solid #fff
}

#sidepanel1 .menu li.active > a, #sidepanel1 .menu li.notes-index.active > a, #sidepanel1 .menu li.notes-index.inpath > a {
    color: #f60;
    font-weight: 700;
    padding-left: 9px;
    border-left: 3px solid #f60
}

#sidepanel1 .menu li.active.leaf {
    border-top: 1px solid #d9e3e5;
    border-bottom: 1px solid #d9e3e5
}

#sidepanel1 .menu li.active + .inactive, #sidepanel1 .menu li.active.first {
    border-top: 0
}

#sidepanel1 .menu li.active.leaf a {
    background: #fff;
    border-left: 3px solid #f60;
    color: #f60;
    font-weight: 700
}

#sidepanel1 .menu li.inpath a {
    font-weight: 700
}

#sidepanel1 .menu .sublevel li a {
    font-weight: 400;
    color: #8795a4;
    background: #fff;
    padding-left: 1.75em
}

#sidepanel1 .menu .sublevel li a:focus, #sidepanel1 .menu .sublevel li a:hover {
    color: #f60
}

#sidepanel1 .menu .sublevel {
    border-top: 1px solid #d9e3e6
}

#sidepanel1 .menu .sublevel li.active > a {
    border-left: 3px solid #f60;
    color: #f60;
    font-weight: 700
}

#sidepanel1 .menu .sublevel li.last {
    border-bottom: 1px solid #d9e3e6
}

#sidepanel1 .menu li.last .sublevel li.last {
    border-bottom: 0
}

#sidepanel1 .menu .sublevel li + li {
    border-top: 1px solid #d9e3e6
}

#sidepanel1 .menu .sublevel li.inactive a {
    border-left: 3px solid #d9e3e6
}

#sidepanel1 .menu li.inpath + li.inactive {
    border-top: 0
}

#sidepanel1 .menu .sublevel li ul li a {
    padding-left: 2.5em
}

#sidepanel1 .menu .sublevel li ul {
    border-bottom: 1px solid #d9e3e6
}

#sidepanel1 .menu .sublevel li.last ul {
    border-bottom: 0
}

#sidepanel1 .menu .sublevel li.inpath > a {
    font-weight: 700;
    color: #353333;
    border-left: 3px solid #d9e3e6
}

#sidepanel1 .menu .sublevel li.inpath > a:focus, #sidepanel1 .menu .sublevel li.inpath > a:hover {
    color: #f60
}

#sidepanel1 .menu li.notes-index.active, #sidepanel1 .menu li.notes-index.inpath {
    border-top: 1px solid #d9e3e5;
    border-bottom: 1px solid #d9e3e5;
    background: #fff
}

#sidepanel1 .menu li.notes-index.active.first, #sidepanel1 .menu li.notes-index.inpath.first {
    border-top: 0
}

#sidepanel1 .menu li.inpath.mainTab {
    border-top: 1px solid #d9e3e5 !important;
    border-bottom: 1px solid #d9e3e5 !important
}

#sidepanel1 .menu li.inpath.mainTab > a {
    color: #f60;
    border-left: 3px solid #f60;
    background: #fff
}

#sidepanel1 .menu li.mainTab ul.sublevel {
    display: none
}

article#mainpanel .tabs {
    background-image: linear-gradient(rgba(210, 225, 235, .7), rgba(210, 225, 235, .7));
    background-size: 100% 5px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    margin: 30px 0 28px
}

ul.target_tabs {
    display: flex;
    list-style-type: none;
    justify-content: center
}

ul.target_tabs li {
    list-style-type: none;
    background: 0 0;
    padding-left: 0;
    margin: 0 20px;
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px
}

ul.target_tabs li:first-child {
    margin-left: 0
}

ul.target_tabs li:last-child {
    margin-right: 0
}

ul.target_tabs li.active, ul.target_tabs li:hover {
    background-image: linear-gradient(#f60, #f60);
    background-size: 100% 5px;
    background-position: 0 100%;
    background-repeat: no-repeat
}

ul.target_tabs li.active:before, ul.target_tabs li:hover:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 8.5px 0 8.5px;
    border-color: #f60 transparent transparent transparent
}

ul.target_tabs a {
    text-decoration: none;
    color: #353333
}

nav#secondary {
    margin: 0 0 2em 0
}

.reporting-legende, .statuslegende, .worldmap-legende, .zielelegende {
    padding: 1em 0 0 1em
}

.reporting-legende {
    padding-top: 2em;
    margin-bottom: 2em
}

.reporting-legende h4, .statuslegende h4, .worldmap-legende h4, .zielelegende h4 {
    text-align: center;
    font-size: 1.3em;
    color: #f60;
    text-transform: uppercase;
    font-weight: 400;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    margin: 0 0 .2em 0
}

.reporting-legende .initiative, .statuslegende .gristatus, .zielelegende .gristatus {
    border: 1px solid #d2e1eb;
    padding: 1em
}

.worldmap-legende .info {
    border: 5px solid #ecf2f3
}

.content .zielelegende p, .zielelegende p {
    font-size: 12px;
    padding-left: 55px;
    padding-bottom: 5px;
    padding-top: 2px;
    background-repeat: no-repeat;
    background-size: 43px auto;
    background-position: 0 1px;
    margin-bottom: 8px
}

.content .zielelegende p:last-child, .zielelegende p:last-child {
    margin-bottom: 0
}

.content .zielelegende .gri-target-new, .zielelegende .gri-target-new {
    background-image: url(../files/target-new.svg)
}

.content .zielelegende .gri-target-inprogress, .zielelegende .gri-target-inprogress {
    background-image: url(../files/target-inprogress.svg)
}

.content .zielelegende .gri-target-reached, .zielelegende .gri-target-reached {
    background-image: url(../files/target-reached.svg)
}

.statuslegende .grinicht {
    padding: 0 0 0 3.5em;
    font-size: 1.2em;
    background: url(../img/goal_stat_0.png) 0 2px no-repeat;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0
}

.statuslegende .griteil {
    padding: .5em 0 0 3.5em;
    font-size: 1.2em;
    background: url(../img/goal_stat_50.png) 0 9px no-repeat;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0
}

.statuslegende .grikomplett {
    padding: .5em 0 0 3.5em;
    font-size: 1.2em;
    background: url(../img/goal_stat_100.png) 0 9px no-repeat;
    font-family: Arial, sans-serif;
    margin: 0
}

.worldmap-legende .area, .worldmap-legende .point {
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    padding: 10px 10px 10px 50px
}

.worldmap-legende .area {
    background: url(../img/worldmap-info-area.png) 12px 50% no-repeat;
    border-bottom: 1px solid #ecf2f3
}

.worldmap-legende .point {
    background: url(../img/worldmap-info-place.png) 12px 50% no-repeat
}

.content .legend, .content .legend-text {
    display: none
}

#sidepanel1 .infobox-legende, .content .infobox-legende {
    border: 1px solid #d2e1eb;
    padding: 1em;
    margin-left: 1em
}

.content .legend-text, .legend-text {
    font-size: 10px
}

#sidepanel1 .legend-text {
    padding: 1.4em 0 0
}

#sidepanel1 .infobox-legende a:focus, #sidepanel1 .infobox-legende a:hover, .content .infobox-legende a:focus, .content .infobox-legende a:hover {
    text-decoration: underline
}

#sidepanel1 .infobox-legende .assurance, #sidepanel1 .infobox-legende .report, .content .infobox-legende .assurance, .content .infobox-legende .report {
    font-size: 1.2em;
    padding-left: 3em
}

#sidepanel1 .infobox-legende .assurance, .content .infobox-legende .assurance {
    background: url(../img/lage_gross.png) 0 0 no-repeat;
    margin-bottom: 1em
}

#sidepanel1 .infobox-legende .report, .content .infobox-legende .report {
    background: url(../img/kpmg_gross.png) 0 0 no-repeat
}

.reporting-legende .letter {
    display: block;
    float: left;
    font-size: 5em;
    width: 40%
}

.reporting-legende p {
    display: block;
    float: left;
    font-size: 1.1em;
    width: 60%
}

.reporting-legende p a {
    color: #f60
}

.reporting-legende p a:focus, .reporting-legende p a:hover {
    color: #042047
}

.dow-jones-legende {
    float: left;
    width: 13.3em
}

#sidepanel1 .dow-jones-legende h2 {
    padding: 0;
    border-bottom: 1px solid #042047;
    margin: 0 0 .5em;
    padding: 0 0 .5em
}

.dow-jones-legende img {
    width: 100%;
    height: auto
}

footer .menu {
    margin: 0 1em 0 1em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

footer .menu li {
    list-style: none;
    padding: 0;
    font-size: 1.1em;
    padding: 0 1em 0 1em;
    color: #8795a4;
    white-space: nowrap;
    margin-bottom: 1em
}

footer .menu li a {
    color: #8795a4;
    text-decoration: none
}

footer .menu li a:focus, footer .menu li a:hover {
    color: #f60
}

footer .menu li + li {
    background: linear-gradient(@color0, @color0) 0 3px/1px 8px no-repeat
}

nav#more-links {
    float: right;
    border: 0 solid #000;
    padding: 1.3em 0 0
}

nav#more-links a {
    font-size: 1.1em;
    color: #353333;
    padding: 0 1.4em 0 0;
    background: url(../img/link-arrow.png) right .25em no-repeat;
    margin-right: 2em
}

nav#more-links a:focus, nav#more-links a:hover {
    color: #f60
}

.breadcrumb {
    margin: 0 0 1em 0;
    width: 80%;
    float: left
}

.breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.breadcrumb li {
    display: inline
}

.breadcrumb li + li:before {
    content: " > "
}

.breadcrumb span + a {
    margin: 0 0 0 .5em
}

nav.flatnav {
    width: calc(100% - 215px - 80px);
    margin: 40px 0 0 255px;
    position: relative;
    clear: both
}

nav.flatnav a {
    display: block;
    text-indent: -9999em;
    background-size: 12px auto;
    background-repeat: no-repeat;
    width: 12px;
    height: 16px
}

nav.flatnav a:focus, nav.flatnav a:hover {
    outline: 0
}

nav.flatnav a.prev {
    background-image: url(../files/flatnav-prev-grey.svg)
}

nav.flatnav a.next {
    background-image: url(../files/flatnav-next-grey.svg)
}

.flatnav span {
    display: none
}

.flatnav span.scrolltotop {
    display: block;
    width: 16px;
    height: 12px;
    background-image: url(../files/flatnav-top-grey.svg);
    background-size: 16px auto;
    background-repeat: no-repeat;
    text-indent: -9999em;
    position: absolute;
    left: 50%;
    top: 2px;
    margin-left: -11px;
    cursor: pointer
}

.menu a {
    display: block
}

.skip_menu a {
    position: absolute;
    left: -999em;
    top: 0
}

.skip_menu a:active, .skip_menu a:focus {
    left: 0;
    top: 3.5em;
    display: block;
    padding: 0 .5em;
    line-height: 2;
    color: #111;
    font-weight: 700;
    letter-spacing: .01em;
    background-color: #fff;
    border: 1px solid #333;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .5);
    text-decoration: none
}

.header-fixed #sidepanel3 #toolBox {
    position: fixed;
    top: 113px;
    z-index: 1
}

.user-loggedin.header-fixed #toolBox {
    top: 163px
}

#toolBox ul.menu li {
    list-style-type: none
}

#toolBox ul.menu > li {
    position: relative;
    display: block;
    width: 3.2em;
    height: 3.2em
}

#toolBox ul.menu > li + li {
    border-top: .1em solid #fff
}

#toolBox ul.menu > li > a {
    display: none;
    position: absolute;
    width: 183px;
    z-index: 1;
    margin-left: -163px;
    padding: 0 6px;
    line-height: 32px;
    text-decoration: none;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700
}

#toolBox ul.menu > li.active > #linkBox, #toolBox ul.menu > li.active > a {
    display: block
}

#toolBox ul.menu > li:hover > a {
    display: block
}

#toolBox ul.menu .downloadManager ul.subelement, #toolBox ul.menu .printmanager ul.subelement {
    display: none;
    position: absolute;
    top: 3.2em;
    z-index: 40
}

#toolBox ul.menu .downloadManager ul.subelement li {
    position: relative
}

#toolBox .printmanager li.addfiles .print-added {
    position: absolute;
    right: -30px;
    top: 1px;
    display: block;
    width: 32px;
    height: 32px;
    background: url(../files/download-added-service.svg) 0 0 no-repeat;
    text-indent: -9999em
}

#toolBox ul.menu .downloadManager ul.subelement #fileList {
    border: 0 solid #000;
    margin-left: -163px;
    line-height: 32px;
    color: #353333
}

#toolBox ul.menu .downloadManager ul.subelement #fileList li {
    border-top: 1px solid #fff
}

#toolBox ul.subelement li.addfiles > a {
    display: block;
    width: 167px;
    margin-left: -163px;
    line-height: 32px;
    text-decoration: none;
    color: #353333;
    border-top: .1em solid #fff;
    font-size: 1.2em;
    font-weight: 700
}

#toolBox ul.menu .downloadManager:hover ul.subelement, #toolBox ul.menu .printmanager:hover ul.subelement {
    display: block
}

#fileList li.pdf {
    background: url(../files/pdf-icon.svg) #dae4e7 168px 50% no-repeat
}

#fileList li.xls {
    background: url(../files/xls-icon.svg) #dae4e7 171px 50% no-repeat
}

#fileList li.pdf a, #fileList li.xls a {
    text-decoration: none;
    border: 0 solid #000;
    width: 123px;
    display: block;
    padding: 9px 32px 5px .6em;
    word-wrap: break-word;
    min-height: 18px;
    border-right: 1px solid #fff;
    font-size: 1.2em;
    line-height: 1.2
}

#fileList li span.delete {
    display: block;
    text-indent: -9999em;
    width: 1.2em;
    height: 1.2em;
    background: url(../img/delete-download.png) 0 0 no-repeat;
    cursor: pointer;
    float: left;
    margin: .6em .6em 0 0
}

#toolBox .recommend {
    background: url(../files/toolbar-mail.svg) #353333 50% 50% no-repeat
}

#toolBox .chartteaser > a, #toolBox .downloadManager > a, #toolBox .lastyear > a, #toolBox .otherlinks > a, #toolBox .printmanager > a, #toolBox .printpage > a, #toolBox .recommend > a {
    background-image: url(../files/toolbox-arrow.svg), linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-size: auto, 33px 32px;
    background-position: 100% 0, 100% 0;
    background-color: #353333
}

#toolBox .printpage {
    background: url(../files/toolbar-print.svg) #353333 50% 50% no-repeat
}

#toolBox .downloadManager {
    background: url(../files/toolbar-manager.svg) #353333 50% 50% no-repeat
}

#toolBox ul.subelement li.addfiles > a {
    background: url(../files/add-file.svg) #bfd1d6 6px 10px no-repeat;
    padding-left: 2.3em
}

#toolBox ul.subelement li.addfiles img.listicon {
    position: absolute;
    right: 0
}

#toolBox .chartteaser {
    background: url(../files/toolbar-chart.svg) #353333 50% 50% no-repeat
}

#toolBox .lastyear {
    background: url(../files/toolbar-compare.svg) #353333 50% 50% no-repeat
}

#toolBox .printmanager {
    background: url(../files/toolbar-printmanager.svg) #353333 50% 50% no-repeat
}

#toolBox .otherlinks {
    margin-top: .5em;
    background: url(../img/toolbar-related.png) #353333 0 0 no-repeat
}

#toolBox .otherlinks #linkBox {
    display: none;
    width: 20.4em;
    position: absolute;
    left: -18em;
    top: 0;
    border: 0 solid #000;
    border-bottom: .6em solid #353333;
    padding: 0;
    background: #f5f8f9
}

#toolBox .otherlinks #linkBox h3 {
    color: #fff;
    background: url(../img/toolbar-related1.png) 100% 0 no-repeat #353333;
    font-size: 1.2em;
    height: 1.2em;
    font-weight: 700;
    padding: .4em .4em .4em .6em;
    margin: 0 0 .75em 0
}

#toolBox .otherlinks #linkBox ul {
    margin: 0 0 1em 0
}

#toolBox .otherlinks #linkBox ul li {
    padding: 0 0 0 .9em;
    font-size: 1.2em;
    margin-bottom: .4em;
    border: 0 solid #000;
    background: url(../img/link-arrow.png) 95% 45% no-repeat
}

#toolBox .otherlinks #linkBox ul li a {
    text-decoration: none;
    padding-right: 3em
}

#toolBox .otherlinks #linkBox ul li a:focus, #toolBox .otherlinks #linkBox ul li a:hover {
    color: #353333;
    text-decoration: underline
}

#toolBox .otherlinks:hover #linkBox {
    display: block
}

.highslide-dimming {
    background: #000
}

.highslide-body, .highslide-wrapper {
    background: #fff
}

.highslide-loading {
    display: block;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: .3em .3em .3em 2.2em;
    border: 1px solid #fff;
    background-color: #fff;
    background-image: url(../img/hslide_loader_white.gif);
    background-repeat: no-repeat;
    background-position: .3em .3em
}

.tooltipXPH {
    background: #fff;
    border: 1px solid #676767;
    z-index: 1000;
    position: absolute;
    font-size: 12px
}

.boxshadow .tooltipXPH {
    border: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25)
}

.tooltipXPH .content {
    padding: 1em 2em
}

.tooltipXPH .place {
    display: block;
    font-weight: 700
}

.tooltipXPH .info {
    display: block
}

.willkommen .tooltipXPH {
    border: none;
    font-size: 14px;
    line-height: 16px;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    height: auto
}

.willkommen .tooltipXPH .content {
    padding: 10px 15px 10px;
    max-width: 200px
}

.willkommen .tooltipXPH {
    box-shadow: 0 2px 4px 0 #9b9b9b !important
}

.tooltip {
    width: 30em;
    background: #fff;
    border: 1px solid #676767;
    position: absolute;
    z-index: 1010;
    left: 0;
    top: 0;
    visibility: hidden;
    -moz-opacity: 1;
    opacity: 1
}

.boxshadow .tooltip {
    border: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25)
}

.tooltip .tooltipForeground {
    padding: 1.8em 2.4em 2.4em 2.4em;
    position: relative;
    width: 25.2em
}

.tooltip .tooltipTitle {
    width: 75%;
    float: left;
    font-weight: 700;
    font-size: 1.5em;
    color: #353333;
    margin-bottom: 5px
}

.tooltip .buttonClose {
    width: 17px;
    height: 17px;
    float: right;
    position: absolute;
    top: 7px;
    right: 7px
}

.tooltip .buttonClose a {
    display: block;
    width: 17px;
    height: 17px;
    background: url(../img/close.png) 50% 50% #f60
}

.tooltip .buttonClose a:focus {
    outline: 0
}

.tooltip .tooltipBody {
    clear: both;
    font-size: 1.5em
}

.audited {
    background: #8dc641;
    padding: .5em;
    margin: 0 0 .5em 0;
    text-align: center;
    clear: both
}

.audited a {
    color: #fff;
    font-weight: 700
}

#feedbackLayerContainer {
    padding: 10px 20px
}

.indicator-wrapper {
    display: flex;
    margin-bottom: 40px
}

.indicator-wrapper > :nth-child(n+2) {
    border-left: 1px solid #d2e1eb
}

.indicator-wrapper > :nth-last-child(n+2):first-child, .indicator-wrapper > :nth-last-child(n+2) ~ :first-child {
    width: 45%
}

.indicator-wrapper > :nth-last-child(n+2):last-child, .indicator-wrapper > :nth-last-child(n+2) ~ :last-child {
    width: 55%
}

.indicator-wrapper > :nth-last-child(n+3):first-child, .indicator-wrapper > :nth-last-child(n+3) ~ :first-child {
    width: 45%
}

.indicator-wrapper > :nth-last-child(n+3):nth-child(2), .indicator-wrapper > :nth-last-child(n+3) ~ :nth-child(2) {
    width: 25%
}

.indicator-wrapper > :nth-last-child(n+3):last-child, .indicator-wrapper > :nth-last-child(n+3) ~ :last-child {
    width: 30%
}

.indicator-wrapper h3 {
    text-indent: -999em;
    margin: 0
}

.gri-box {
    display: flex;
    align-items: center
}

.gri-box h3 {
    background: url(../../gri.png) no-repeat;
    width: 40px;
    height: 42px;
    background-size: 40px;
}

.gri-box ul {
    margin-left: 15px;
    width: calc(100% - 55px)
}

.ungc-box {
    padding-left: 14px;
    display: flex;
    align-items: center
}

.ungc-box h3 {
    background: url(../files/ungc-logo.svg) no-repeat;
    width: 40px;
    height: 48.2px
}

.ungc-box ul {
    margin-left: 15px
}

.sdg-box {
    padding-left: 11px;
    display: flex;
    align-items: center
}

.sdg-box h3 {
    background: url(../files/sdg-logo.svg) no-repeat;
    width: 54px;
    height: 43px
}

.sdg-box ul {
    margin-left: 15px;
    width: calc(100% - 69px)
}

.sdg-box li {
    float: left;
    margin-right: 8px
}

#sdgOpener, ul.indicators {
    list-style: none;
    display: block
}

ul.indicators:after {
    content: '';
    display: block;
    clear: both
}

#sdgOpener {
    padding-top: 9px
}

ul.indicators li {
    float: left;
    margin-right: 1px;
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-right: 5px
}

ul.indicators li:not(:last-child):after {
    content: ','
}

ul.indicators a, ul.indicators li .inner {
    text-decoration: none
}

ul.global.indicators li .title {
    display: block;
    width: 19px;
    position: absolute;
    top: -1px;
    left: -18px
}

ul.global.indicators li .title img {
    display: block;
    width: 100%;
    height: auto
}

.changeReport-mobile {
    display: none
}

header .logo {
    display: block;
    margin: -50px 25px -40px 0;
    float: right
}

header .logo img {
    max-height: 70px !important;
}

header .site-title {
    position: absolute;
    left: 21px;
    top: 53px
}

header .site-title a {
    color: #f60;
    font-size: 26px;
    font-weight: 400;
    text-decoration: none;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    line-height: 1;
    text-transform: uppercase
}

header a.report {
    display: block;
    font-size: 1.7em;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    padding: 0;
    color: FFFFFF;
    text-transform: uppercase
}

header a.report.active .text, header a.report:hover .text {
    color: #353333;
    border-bottom: 2px solid #353333
}

header a.report:focus .seperator, header a.report:hover .seperator {
    text-decoration: none
}

nav ul.reportList > li {
    float: left
}

nav ul.reportList > li + li {
    margin-left: 2em;
    padding-left: 2em;
    border-left: 1px solid #c4d6da
}

nav ul.reportList .seperator {
    color: #c4d6da;
    padding-right: 1.5em;
    text-decoration: none
}

nav ul.reportList li ul {
    display: block
}

nav.sub-reports {
    display: none;
    clear: both
}

nav.sub-reports.active {
    display: block
}

nav.sub-reports ul {
    background: #bfd1d6;
    padding: 4.5em
}

nav.sub-reports li {
    display: block;
    float: left;
    width: 33.3333%;
    height: 170px
}

.lt-ie9 nav.sub-reports li {
    width: 302px
}

nav.sub-reports .current, nav.sub-reports a {
    position: relative;
    height: 100%;
    display: block;
    font-size: 2.5em;
    line-height: 1.2em;
    font-family: LindeDaxLigWeb, Helvetica, Arial, sans-serif;
    color: #353333
}

nav.sub-reports .current .padding, nav.sub-reports a .padding {
    display: block;
    padding: 1em
}

nav.sub-reports .current .report, nav.sub-reports a .report {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: .68em;
    background: url(../img/arrow-reportchange.png) 0 -22px no-repeat;
    padding: 0 0 0 1.5em
}

nav.sub-reports a:focus, nav.sub-reports a:hover, nav.sub-reports li.active .current, nav.sub-reports li.active a {
    background: #fff;
    color: #f60
}

nav.sub-reports a:focus .report, nav.sub-reports a:hover .report, nav.sub-reports li.active .current .report, nav.sub-reports li.active a .report {
    background-position: 0 9px
}

nav.sub-reports .inner {
    background: #e5edef;
    height: 100%;
    position: relative
}

nav.sub-reports .inner.first {
    margin-right: 4px
}

nav.sub-reports .inner.second {
    margin-right: 2px;
    margin-left: 2px
}

nav.sub-reports .inner.third {
    margin-left: 4px
}

html.popup .primary, html.popup .skip_menu, html.popup body.gri-global-compact-index #adminbar, html.popup body.gri-global-compact-index aside, html.popup body.gri-global-compact-index footer, html.popup body.gri-global-compact-index nav {
    display: none
}

html.popup body.gri-global-compact-index #contentContainer, html.popup body.gri-global-compact-index #mainpanel {
    width: auto !important;
    float: none !important
}

.show-for-pdf {
    display: none
}

article[role=main] > .content {
    position: relative;
    clear: both;
    padding-bottom: 2em
}

.youtube article[role=main] > .content {
    padding: 0
}

.page_serviceseiten_glossar article[role=main] > .content {
    font-size: 1.2em
}

.page_serviceseiten_glossar dd {
    margin-bottom: 20px
}

.page_serviceseiten_glossar dd h3 {
    margin-bottom: 0
}

.page_serviceseiten_glossar dd div {
    font-size: 1.25em;
    line-height: 1.2
}

.page_serviceseiten_glossar dl > dt {
    font-size: 1.3333em;
    padding-top: 20px;
    border-top: 0 solid #bfd1d6;
    margin-bottom: 10px;
    font-weight: 700
}

.page_serviceseiten_glossar dd + dt {
    font-size: 1.3333em;
    padding-top: 20px;
    border-top: 1px solid #bfd1d6;
    margin-bottom: 10px;
    font-weight: 700
}

.page_serviceseiten_suche article[role=main] > .content, .searchresult_success article[role=main] > .content {
    padding-bottom: 0
}

article[role=main] h1 {
    padding: 0 0 33px 0;
    margin: 0;
    text-align: center;
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 3em;
    line-height: 1.3em;
    text-transform: uppercase
}

.content h2 {
    font-size: 2em;
    line-height: 1em;
    margin: 1em 0 .3em 0;
    font-weight: 400;
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif
}

.spreadsheed td h2 {
    font-size: 1.5384em
}

@media screen and (max-width: 400px) {
    .spreadsheet {
        font-size: 8px
    }
}

body:not(.willkommen) .content h3 {
    color: #f60;
    font-size: 1.6em;
    line-height: 1em;
    font-weight: 400;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    margin: 1.25em 0 .25em 0
}

.acc-toggler {
    text-align: right;
    font-size: 1.2em;
    color: #353333;
    padding: 0 0 .7em 0
}

.acc-toggler a {
    color: #f60;
    text-decoration: none
}

.content .akkordeonTitle {
    color: #fff;
    background-color: #353333;
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    padding: 3px 0 2px 16px;
    cursor: pointer;
    margin: 0 0 15px;
    background-repeat: no-repeat
}

.content .akkordeonClosed {
    background-image: url(../files/akkordeon-closed.svg);
    background-position: calc(100% - 14px) 8px
}

.content .akkordeonOpened {
    background-image: url(../files/akkordeon-opened.svg);
    background-position: calc(100% - 14px) 12px
}

.content .accordeonwrapper.last {
    margin-bottom: 20px
}

.content .accordeonwrapper + .accordeonwrapper {
    border-top: 0
}

.content div.volltext, .content p.volltext {
    font-size: 15px
}

.content p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 100
}

.content td .volltext {
    margin: 0
}

.content div.bild, .content p {
    margin: 0 0 1.4em 0
}

.spreadsheet {
    margin: 0 0 2.8em 0
}

.spreadsheet .table-info {
    z-index: 10
}

.js .global-compact .spreadsheet .toggle, .js .gri-global-compact-index .spreadsheet .toggle {
    cursor: pointer;
    background: url(../files/akkordeon-closed.svg) no-repeat #353333;
    background-position: calc(100% - 14px) 8px
}

.js .global-compact .spreadsheet.active .toggle, .js .gri-global-compact-index .spreadsheet.active .toggle {
    background: url(../files/akkordeon-opened.svg) no-repeat #353333;
    background-position: calc(100% - 14px) 14px
}

.js .global-compact .spreadsheet .toggle + tr, .js .global-compact .spreadsheet tBody, .js .gri-global-compact-index .spreadsheet .toggle + tr, .js .gri-global-compact-index .spreadsheet tBody {
    display: none
}

.js .global-compact .spreadsheet.active .toggle + tr, .js .gri-global-compact-index .spreadsheet.active .toggle + tr {
    display: table-row
}

.js .global-compact .spreadsheet.active tBody, .js .gri-global-compact-index .spreadsheet.active tBody {
    display: table-row-group
}

.js .global-compact .spreadsheet .toggle p, .js .gri-global-compact-index .spreadsheet .toggle p {
    margin: 0;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-size: 20px;
    padding: 3px 0 2px 16px;
    color: #fff
}

.js .global-compact .spreadsheet + .spreadsheet .toggle p, .js .gri-global-compact-index .spreadsheet + .spreadsheet .toggle p {
    border-top: 0
}

.js .global-compact .spreadsheet .toggle strong, .js .gri-global-compact-index .spreadsheet .toggle strong {
    font-weight: 400
}

.js .global-compact div.spreadsheet, .js .gri-global-compact-index div.spreadsheet {
    margin-bottom: 15px
}

.js .global-compact .spreadsheet .toggle strong {
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif
}

.js .popup .content .spreadsheet thead tr + tr {
    display: table-row
}

.js .popup .content .spreadsheet thead tr p {
    background: 0 0
}

.js .popup .content .spreadsheet thead tr td {
    border-top: 0
}

.content ol, .content ul {
    list-style-type: none;
    margin: 0 0 1.7em 0
}

.content ol ul, .content ul ul {
    margin-bottom: 0
}

.content .spreadsheet ol, .content .spreadsheet ul {
    margin-bottom: 0
}

.content ul li {
    padding-left: 1.3em;
    margin: 0 0 .5em 0;
    font-size: 1.5em;
    line-height: 1.4;
    background: linear-gradient(#f60, #f60) no-repeat;
    background-size: 10px 2px;
    background-position: 0 9px
}

.content .spreadsheet ul li {
    font-size: 14px
}

.content li li {
    font-size: 1em
}

.content li a:focus, .content li a:hover {
    color: #f60
}

.page_kennzahlen_pruefung .content ul li {
    background: url(../img/list-item-square.png) 0 6px no-repeat
}

.page_kennzahlen_pruefung .content ul.dash li {
    background: url(../img/list-item.png) 0 6px no-repeat
}

.page_kennzahlen_pruefung .content ul li li {
    background: url(../img/list-item.png) 0 6px no-repeat
}

.page_serviceseiten_sitemap .content ol, .page_serviceseiten_sitemap .content ul {
    margin: 0
}

.page_serviceseiten_sitemap .content > ul {
    float: left;
    width: 46%;
    padding: 0 2%
}

.page_serviceseiten_sitemap .content ul.sublevel {
    margin-left: 1.5em;
    padding-top: .7em
}

.page_serviceseiten_sitemap .content > ul > li > ul.sublevel {
    padding-top: .7em
}

.page_serviceseiten_sitemap .content li {
    padding: 0;
    background: 0 0;
    margin: 0;
    font-size: 1em
}

.page_serviceseiten_sitemap .content li a {
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-size: 2em;
    color: #f60
}

.page_serviceseiten_sitemap .content ul.sublevel a {
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #353333;
    font-size: 1.5em
}

.page_serviceseiten_sitemap .content li a:focus, .page_serviceseiten_sitemap .content li a:hover, .page_serviceseiten_sitemap .content ul.sublevel a:focus, .page_serviceseiten_sitemap .content ul.sublevel a:hover {
    color: #f60
}

.page_serviceseiten_sitemap .content > ul > li {
    margin-bottom: 2em
}

.page_serviceseiten_sitemap .content ul.sublevel > li {
    margin-bottom: .5em
}

.content .spalten .spalte_halb {
    float: left;
    width: 46%;
    margin-right: 4%
}

.spalten:after {
    clear: both;
    content: " ";
    display: table;
    visibility: hidden
}

.content td.beginnSpalten {
    padding: 0 2.4em 0 0;
    width: 360px
}

.content td.spaltenwechsel {
    width: 180px;
    vertical-align: top;
    font-size: 1.1em;
    color: #555
}

.content td.spaltenwechsel h1 {
    display: block;
    font-size: 1.6em;
    padding: 0;
    margin: 0 0 1.6em 0;
    color: #006
}

.content div.bild_floatleft {
    float: left;
    margin: .3em 1.1em 1.5em 0
}

.content div.bild_floatright {
    float: right;
    margin: .3em .5em 1.5em 1.1em
}

.content div.bild_floatright_lang {
    float: right;
    margin: .3em 0 1.5em 1.1em
}

html > body .content div.bild_floatright {
    margin: .3em 90px 1.5em 1.1em
}

.content td div.bild_floatright {
    margin: .3em 0 1.5em 1.1em
}

table.spalte_drViertel, table.spalte_drittel, table.spalte_halb, table.spalte_viertel, table.spalte_zwDrittel {
    margin: 0 0 0 -15px;
    table-layout: fixed
}

td.spalte_drViertel, td.spalte_drittel, td.spalte_halb, td.spalte_viertel, td.spalte_zwDrittel {
    padding: 0 0 0 15px
}

td.spalte_halb {
    width: 50%
}

td.spalte_zwDrittel {
    width: 67%
}

td.spalte_drittel {
    width: 33%
}

td.spalte_drViertel {
    width: 75%
}

td.spalte_viertel {
    width: 25%
}

.page_serviceseiten_suche #sidepanel2 {
    display: none
}

.searchresult_success #contentContainer > article h1.search {
    display: none
}

.page_serviceseiten_suche.searchresult_noresult #contentContainer > article h1.search, .page_serviceseiten_suche.searchresult_success #contentContainer > article h1.search {
    border: 0;
    text-align: left;
    text-transform: none;
    font-size: 3em;
    margin: 0 0 .7em 0;
    padding: 0;
    display: block
}

.page_serviceseiten_suche .content header, .searchresult_success .content header {
    width: 100%;
    height: auto;
    padding: 0 0 1.5em 0;
    margin: 0 0 3.5em 0;
    background: #f5f8f9;
    z-index: auto
}

.page_serviceseiten_suche .content header .flatnav, .searchresult_success .content header .flatnav {
    margin: 0;
    float: right;
    width: auto;
    margin: 1.4em 19px 0 0;
    text-align: right;
    clear: none
}

.page_serviceseiten_suche.searchresult_noresult .content header .flatnav {
    display: none
}

.searchresult_success .flatnav a {
    font-size: 1.5em;
    color: #f60;
    display: inline
}

.searchresult_success .flatnav a.forward {
    margin-left: 1em;
    padding-right: .7em;
    background: url(../img/arrow-blue.png) 100% 50% no-repeat
}

.searchresult_success .flatnav a.previous {
    padding-left: .7em;
    background: url(../img/arrow-blue-back.png) 0 50% no-repeat
}

.searchresult_success .content header a.back {
    font-size: 13px;
    margin-left: 19px
}

.searchresult_success .resultcounter .sites {
    float: right;
    margin-right: 19px
}

.searchresult_success .flatnav .sites-top {
    display: inline;
    font-size: 1.5em;
    margin-left: 1em
}

.searchresult_success .relevance .sites {
    display: none
}

.page_serviceseiten_suche .content header .flatnav a.first, .searchresult_success .content header .flatnav a.first {
    text-indent: 0;
    color: #f60;
    font-size: 1.5em;
    padding-left: .8em;
    background: url(../img/arrow-blue.png) 0 .35em no-repeat;
    display: inline
}

.page_serviceseiten_suche .content header nav a:focus, .page_serviceseiten_suche .content header nav a:hover, .searchresult_success .content header nav a:focus, .searchresult_success .content header nav a:hover {
    text-decoration: underline
}

.page_serviceseiten_suche #search2, .searchresult_success #search2 {
    border: 1px solid #dee8ea;
    height: 2.8em;
    width: 30.9em;
    position: relative;
    float: left;
    margin: 1.4em 0 1.4em 1.9em;
    background: #fff
}

.page_serviceseiten_suche #searchfield2, .searchresult_success #searchfield2 {
    border: none;
    color: #353333;
    height: 28px;
    width: 19.5em;
    line-height: 28px;
    padding: 0 0 0 .5384em;
    font-size: 1.5em;
    outline: 0
}

.page_serviceseiten_suche #search2 button, .searchresult_success #search2 button {
    background: url(../img/lupe.png) 50% 50% no-repeat #f4f8f7;
    cursor: pointer;
    height: 28px;
    width: 29px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999em
}

.page_serviceseiten_suche.searchresult_success .resultcounter {
    margin: 0 0 0 19px;
    font-size: 15px
}

.searchresult_success .resultcounter {
    margin: 0 0 .5em 19px
}

.page_serviceseiten_suche .result {
    padding: 0 0 2em 0
}

.page_serviceseiten_suche .result + .result, .searchresult_success .result + .result {
    padding: 2em 0 2em 0;
    border-top: 1px solid #bfd1d6
}

.page_serviceseiten_suche .result h4, .page_serviceseiten_suche .result h4 a {
    text-decoration: none;
    color: #f60;
    font-size: 15px;
    margin: 0 0 .5em 0
}

.page_serviceseiten_suche .result .relevance {
    color: #353333
}

.page_serviceseiten_suche .result .teasertext {
    font-size: 1.5em;
    line-height: 1.4;
    margin-bottom: .6em
}

.page_serviceseiten_suche .result a.resulturl {
    color: #f60;
    text-decoration: none;
    font-size: 1.5em
}

.page_serviceseiten_suche .result a.resulturl:focus, .page_serviceseiten_suche .result a.resulturl:hover {
    text-decoration: underline
}

.page_serviceseiten_suche ol.pagination {
    float: right;
    margin-bottom: 40px
}

.page_serviceseiten_suche ol.pagination, .page_serviceseiten_suche ol.pagination li {
    list-style-type: none
}

.page_serviceseiten_suche .pagination li {
    float: left;
    margin-right: 1em;
    font-size: 1.5em;
    font-weight: 700;
    color: #f60;
    padding-top: 1px
}

.page_serviceseiten_suche ol.pagination li a {
    color: #353333;
    text-decoration: none;
    font-size: 1em
}

.se_hilite {
    background: #dbe2e3
}

.page_serviceseiten_suche ol.pagination .pageJumpNext a {
    width: 24px;
    height: 24px;
    display: block;
    text-indent: -9999em;
    background: url(../img/search-nextpage.png) 0 0 no-repeat
}

.page_serviceseiten_suche ol.pagination .pageJumpPrevious a {
    width: 24px;
    height: 24px;
    display: block;
    text-indent: -9999em;
    background: url(../img/search-prevpage.png) 0 0 no-repeat
}

.page_serviceseiten_suche ol.pagination .pageJumpNext, .page_serviceseiten_suche ol.pagination .pageJumpPrevious {
    padding-top: 0
}

#searchNoHits p {
    font-size: 15px
}

ul.notes-index, ul.notes-index li {
    list-style-type: none
}

ul.notes-index li {
    float: left;
    font-size: 1.2em
}

ul.notes-index li a {
    padding: .1em 0 0 0;
    display: block;
    width: 1.58em;
    height: 1.58em;
    border: 0 solid #000;
    text-align: center;
    text-decoration: none
}

ul.notes-index li + li a {
    border-right: 2px solid #fff
}

ul.notes-index li a:hover {
    background: #f60;
    color: #fff
}

ul.notes-index li.index a {
    display: block;
    width: auto;
    padding: .1em .65em 0 .65em;
    border-right: 2px solid #fff
}

ul.notes-index {
    height: 2em;
    width: 100%;
    background: #ecf1f3;
    margin: 0 0 3.5em 0
}

ul.notes-index li.active a {
    background: #f60;
    color: #fff
}

#notesmenu, #notesmenu li {
    list-style-type: none
}

#notesmenu a {
    text-decoration: none;
    line-height: 1.6em
}

.content #header_m {
    width: 100%;
    height: auto;
    margin-bottom: 3em;
    display: none;
    background: url(../img/first_slide_m.jpg) 0 0 no-repeat;
    background-size: cover
}

.content #header_m img {
    width: 100%;
    height: auto;
    display: block
}

.content #header_m ul {
    width: 100%;
    border-top: 8px solid #353333;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.content #header_m ul li {
    list-style-type: none;
    background: url(../img/mobile-link-arrow.png) 100% 0 no-repeat #dae4e7;
    margin: 0 0 .3333em 0;
    padding: 0
}

.content #header_m ul li a {
    display: block;
    font-size: 1.2em;
    padding: 1em 1.6666em 1em 1.6666em
}

a.glossary {
    color: #f60;
    text-decoration: none !important;
    border-bottom: 1px dotted #f60;
    cursor: help
}

.teaser {
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    color: #353333;
    text-transform: uppercase;
    background-color: rgba(210, 225, 235, .7);
    margin: 0 0 20px 12px
}

.teaser * {
    box-sizing: inherit;
    background-repeat: no-repeat
}

.teaser .inner {
    box-sizing: border-box;
    padding-left: 10px;
    height: 70px;
    width: 203px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.teaser p {
    width: 120px;
    padding-right: 30px;
    background-image: url(../files/teaser-arrow-a.svg), url(../files/teaser-arrow-a.svg);
    background-position: 100% calc(100% - 4px), -999px -999px
}

.teaser:hover {
    background: #353333;
    color: #fff
}

.teaser:hover p {
    background-image: url(../files/teaser-arrow-b.svg)
}

.teaser.all-key-figures .inner {
    background-image: url(../files/teaser-all-key-figures-a.svg), url(../files/teaser-all-key-figures-b.svg);
    background-position: calc(100% - 10px) 22px, -999px -999px
}

.teaser.all-key-figures:hover .inner {
    background-image: url(../files/teaser-all-key-figures-b.svg)
}

.teaser.key-figures-comparison .inner {
    background-image: url(../files/teaser-key-figure-comp-a.svg), url(../files/teaser-key-figure-comp-b.svg);
    background-position: calc(100% - 10px) 22px, -999px -999px
}

.teaser.key-figures-comparison:hover .inner {
    background-image: url(../files/teaser-key-figure-comp-b.svg)
}

.teaser.social .inner {
    background-image: url(../files/teaser-social-a.svg);
    background-position: calc(100% - 10px) 50%
}

.teaser.social:hover .inner {
    background-image: url(../files/teaser-social-b.svg)
}

.teaser.sdg .inner {
    background-image: url(../files/teaser-sdg-a.svg), url(../files/teaser-sdg-b.svg);
    background-position: calc(100% - 10px) 15px, -999px -999px
}

.teaser.sdg:hover .inner {
    background-image: url(../files/teaser-sdg-b.svg)
}

.teaser.global-compact .inner {
    background-image: url(../files/teaser-global-a.svg), url(../files/teaser-global-b.svg);
    background-position: calc(100% - 10px) 50%, -999px -999px
}

.teaser.global-compact:hover .inner {
    background-image: url(../files/teaser-global-b.svg)
}

.teaser.career .inner {
    background-image: url(../files/teaser-career-a.svg), url(../files/teaser-career-b.svg);
    background-position: calc(100% - 7px) 20px, -999px -999px
}

.teaser.career:hover .inner {
    background-image: url(../files/teaser-career-b.svg)
}

#sidepanel-box2 {
    width: 13.3em;
    border: 1px solid #bfd1d6;
    background: #e5edef;
    float: left;
    margin: 0 0 1.3em 0;
    padding: 1em 0 0
}

#sidepanel2 .linkbox, .pdf-content-footer .linkbox {
    float: left;
    width: calc(50% - 15px)
}

#sidepanel2 .linkbox:first-child, .pdf-content-footer .linkbox:first-child {
    margin-right: 30px
}

#sidepanel2 .linkbox h4, .pdf-content-footer .linkbox h4 {
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    border-bottom: 1px solid #a3b5c2;
    margin: 0 0 15px 0;
    padding-bottom: 9px;
    text-transform: uppercase
}

#sidepanel2 .linkbox li, #sidepanel2 .linkbox ul, .pdf-content-footer .linkbox li, .pdf-content-footer .linkbox ul {
    list-style-type: none
}

#sidepanel2 .linkbox li, .pdf-content-footer .linkbox li {
    margin-bottom: 10px
}

#sidepanel2 .linkbox a, .pdf-content-footer .linkbox a {
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    color: #353333;
    text-decoration: none;
    padding-left: 23px;
    display: block
}

#sidepanel2 .linkbox a:hover, .pdf-content-footer .linkbox a:hover {
    text-decoration: underline;
    color: #f60
}

#sidepanel2 .crosslinks a, .pdf-content-footer .crosslinks a {
    background: url(../files/arrow-crosslink.svg) 0 3px no-repeat
}

#sidepanel2 .externallinks a, .pdf-content-footer .externallinks a {
    background: url(../files/arrow-externallink.svg) 0 2px no-repeat
}

#sidepanel2 .downloads a, .pdf-content-footer .downloads a {
    background: url(../files/icon-download.svg) 0 0 no-repeat
}

.page_ueber-linde #sidepanel-box9 li:first-child {
    display: none
}

#sidepanel-box8 ul.externallinks li a {
    background: url(../img/link-arrow-up.png) 100% 50% no-repeat
}

.content .content-box1 {
    width: 50%;
    margin: 0 4% 1em 0;
    float: left;
    padding: 1.2em 0 1.4em 0;
    border-top: 1px solid #bfd1d6;
    border-bottom: 1px solid #bfd1d6;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-weight: 400
}

.content .percent {
    display: block;
    text-align: center;
    font-size: 3.5em;
    line-height: 1em
}

.transport .content .percent {
    font-size: 2em
}

.transport .content .content-box2 {
    margin-bottom: 0
}

.content .content-box1 img, .content .content-box2 img {
    margin-bottom: .8em
}

.content .content-box1 p, .content .content-box2 p {
    margin: 0;
    padding: 0 3.3em;
    text-align: center;
    line-height: 1.3em;
    font-size: 1.3em
}

.content .content-box1 .bigger, .content .content-box2 .bigger {
    font-size: 1.6em
}

.content .content-box2 {
    width: 50%;
    float: left;
    padding: 0 0 1.3em 0;
    margin: 0 4% 1.5em 0;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #bfd1d6;
    border-top: 1px solid #bfd1d6;
    text-align: center
}

.content .content-box2 h3 {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #353333;
    margin: 0 0 .7em 0;
    font-size: 1.4em;
    border-left: 1px solid #bfd1d6;
    border-right: 1px solid #bfd1d6;
    border-bottom: 1px solid #bfd1d6;
    padding: .5em 1em
}

a.imagepopup img {
    width: 100%;
    height: auto
}

a.imagepopup {
    display: block;
    position: relative;
    background: url(../img/enlarge_button.png) 0 0 no-repeat;
    text-decoration: none;
    text-indent: -9999em;
    padding-top: .5em
}

a.imagepopup:focus, a.imagepopup:hover {
    outlne: none
}

.content .footnote {
    font-size: .9em;
    padding-top: .4em;
    color: #333
}

.content .image-box-wrapper + table.footnote {
    font-size: 1.1em;
    padding-top: 0;
    margin: -1em 0 30px
}

p.kurztext {
    font-size: 1.6em;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 1.4375em
}

.image-box-wrapper {
    width: 100%
}

.image-box-wrapper .footnote {
    margin: 2em 0 0 0;
    font-size: 1.1em
}

.image-box-wrapper.special {
    padding-top: 1em
}

.image-box-wrapper.special img {
    display: block
}

.intro p {
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    padding: 0 0 1em 0;
    margin: 0
}

.image-box-wrapper.space {
    margin-bottom: 3em
}

.image-box-wrapper.special p {
    font-size: 1em;
    padding-top: 1em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left
}

.image-box-wrapper img {
    width: 100%;
    height: auto
}

.image-box-wrapper.floatleft p, .image-box-wrapper.floatright p {
    margin-bottom: .5em
}

.image-box-wrapper.floatright {
    width: 48%;
    float: right;
    margin: 0 0 1em 1em
}

.image-box-wrapper.floatleft {
    width: 48%;
    float: left;
    margin: 0 1em 1em 0
}

.image-box-wrapper.floatright.gc-logo {
    width: 11.5em;
    height: 13.5em
}

.image-box-wrapper.floatright img {
    width: 100%;
    height: auto
}

td.download a.verweisexcel {
    padding: 0 0 0 1.5384em;
    background: url(../img/xls-download-icon.png) 0 0 no-repeat;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    width: auto;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    line-height: 20px
}

td.tablepopup a.link-table_popup {
    display: block;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    width: auto;
    display: inline-block;
    font-size: 14px;
    line-height: 20px
}

.content .more-links {
    width: 50%;
    border: 1px solid #d2e1eb;
    margin: 0 0 2em 0;
    padding: 1em 1.5em
}

.content .more-links ul {
    margin: 0
}

.content .more-links h4 {
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    color: #002f59;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 1em 0
}

.content .more-links li {
    background: url(../img/link-arrow-related.png) 0 .4em no-repeat
}

.content .more-links a {
    text-decoration: none
}

.content .more-links a:hover {
    text-decoration: underline
}

.content .more-links .columns.double .column {
    float: none;
    width: auto
}

#feedback {
    background: #f5f8f9
}

#feedback h3 {
    color: #fff;
    background: #f60;
    font-size: 1.4em;
    line-height: 1.2142em;
    margin: 0;
    padding: .7857em 2em;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.js #feedbackform .question {
    display: none;
    min-height: 33em
}

.js #feedbackform .question.active {
    display: block
}

#feedback ul.feedback-questions {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#feedback ul.feedback-questions li {
    float: left;
    list-style-type: none;
    background: 0 0;
    padding: 0;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    margin: 0;
    font-size: 1.4em;
    color: #353333;
    cursor: pointer;
    width: 33.3333%;
    text-align: center
}

.lt-ie8 #feedback ul.feedback-questions li {
    width: 183px
}

#feedback ul.feedback-questions li.active {
    color: #f60
}

ul.feedback-questions li span {
    display: block;
    border-right: 1px solid #fff;
    padding: 1em 0
}

ul.feedback-questions li .last {
    border-right: 0
}

#feedback .checkbox-wrapper {
    background: #ecf2f3;
    border-bottom: 2px solid #fff;
    min-height: 26em
}

#feedback .note {
    display: block;
    font-size: .7857em
}

#feedback .sub-note {
    display: block
}

#feedback ul.checkbox {
    width: 50%;
    float: left;
    padding: 2em 0 0 0
}

.lt-ie8 #feedback ul.checkbox {
    width: 275px
}

#feedback ul.checkbox li {
    list-style-type: none;
    background: 0 0;
    padding: 0;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    color: #042047;
    padding-left: 2.15384615em
}

#feedback ul.checkbox label {
    cursor: pointer
}

#feedback ul.checkbox .option {
    display: block;
    float: left;
    width: 80%
}

#feedback ul.checkbox input {
    position: relative;
    top: .2em;
    margin-right: .5em;
    display: block;
    float: left;
    cursor: pointer
}

#feedback ul.checkbox input[type=text] {
    width: 14em;
    cursor: text
}

#feedback nav {
    padding: 1em 2.8em 1em 2.8em
}

#feedback #next-question, #feedback #sendButton {
    color: #fff;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    padding: .5em 3.5em .3em .5em;
    border-radius: .2142em .2142em .2142em .2142em;
    -webkit-border-radius: .2142em .2142em .2142em .2142em;
    background: url(../img/arrow-white.png) 90% 50% no-repeat #224b66;
    cursor: pointer
}

#feedback #sendButton {
    background-color: #f60
}

#feedback #next-question {
    visibility: hidden
}

#feedback #next-question.active {
    visibility: visible
}

#feedback #prev-question {
    color: #fff;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    padding: .5em .5em .3em 3.5em;
    border-radius: .2142em .2142em .2142em .2142em;
    -webkit-border-radius: .2142em .2142em .2142em .2142em;
    background: url(../img/arrow-white-back.png) 10% 50% no-repeat #353333;
    cursor: pointer;
    visibility: hidden
}

#feedback #prev-question.active {
    visibility: visible
}

#feedback #sendButton {
    float: right
}

#feedback .nav-button {
    float: left;
    min-width: 33.3333%
}

#feedback-variante {
    display: none
}

#feedback > .message {
    background: #dae6e8;
    font-size: 1.8em;
    text-align: center;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    padding: .5em 0
}

.feedback-error {
    border: 1px solid #e30613;
    background: url(../img/feedback_error.png) 0 0 no-repeat;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    padding: 1.1em 1em .9em 6.8em;
    margin-top: 1em;
    position: relative
}

.feedback-error .tick {
    display: block;
    position: absolute;
    top: 14px;
    left: 58px;
    text-indent: -9999em;
    width: 15px;
    height: 14px;
    background: url(../img/feedback_error_check.png) 0 0 no-repeat
}

.infotext-cg {
    font-size: 1em;
    padding-top: 2em
}

#infotext {
    z-index: 1
}

.no-js #infotext {
    margin: -2em 0 2.5em 0;
    background: url(../img/tab_info.png) 0 2px no-repeat
}

.no-js #infotext p {
    font-size: 1em;
    padding-left: 1em
}

.infotext h5 {
    font-size: 1.3em;
    margin-bottom: .3076em;
    paddin-right: 1em;
    border: 0
}

.infotext p {
    margin-bottom: 1em
}

area, img, map {
    outline: 0;
    border: 0
}

.worldmap-wrapper {
    margin-bottom: 3em;
    padding-top: 2em
}

.worldmap-wrapper > div {
    font-size: 15px
}

.worldmap-wrapper > p {
    font-size: 11px;
    max-width: 652px;
    margin: 10px auto 0
}

.worldmap-wrapper, .worldmap-wrapper * {
    box-sizing: border-box
}

.js .worldmap-wrapper .default {
    display: none
}

.no-js .worldmap-wrapper .image-map {
    display: none
}

.no-js .worldmap-wrapper .default {
    display: block
}

.worldmap-wrapper .employees-text, .worldmap-wrapper .female, .worldmap-wrapper .male, .worldmap-wrapper .revenue-text, .worldmap-wrapper .unit {
    display: none
}

.worldmap-wrapper .wrapper {
    margin: 0 auto;
    width: 652px
}

.worldmap-wrapper .worldmap-legend {
    float: left;
    width: 262px;
    font-weight: 700
}

.worldmap-wrapper .worldmap-legend .gender {
    font-weight: 400
}

.worldmap-wrapper .worldmap-legend > div {
    padding-left: 40px
}

.worldmap-wrapper .worldmap-legend .employees {
    background: url(../files/worldmap-icon-mitarbeiter.svg) 4px 34px no-repeat;
    background-size: 19px auto;
    padding-top: 30px;
    padding-bottom: 5px
}

.worldmap-wrapper .worldmap-legend .revenue {
    background: url(../files/worldmap-icon-umsatz.svg) 4px 8px no-repeat
}

.worldmap-wrapper .worldmap-legend .headquaters {
    background: url(../files/worldmap-icon-zentralen.svg) 4px 8px no-repeat
}

.worldmap-wrapper .employees, .worldmap-wrapper .revenue {
    border-bottom: 1px solid #353333
}

.worldmap-wrapper .headquaters, .worldmap-wrapper .revenue {
    line-height: 32px
}

.worldmap-wrapper a.area {
    display: block;
    text-decoration: none;
    width: 130px;
    float: left
}

.worldmap-wrapper h3 {
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif !important;
    line-height: 25px !important;
    font-size: 15px !important;
    color: #486887 !important;
    margin: 0 !important;
    padding-left: 20px;
    background-color: #d2e1eb
}

.worldmap-wrapper .box .employees, .worldmap-wrapper .box .headquaters, .worldmap-wrapper .box .revenue {
    padding-left: 20px;
    color: rgba(0, 0, 0, .5)
}

.worldmap-wrapper .box .employees {
    padding: 5px 4px 5px 20px
}

.worldmap-wrapper .box .employees .female-number, .worldmap-wrapper .box .employees .male-number {
    color: rgba(110, 120, 120, .5)
}

.worldmap-wrapper .active {
    background: rgba(210, 225, 235, .3)
}

.worldmap-wrapper .active h3 {
    color: #fff !important
}

.worldmap-wrapper .active.america h3 {
    background-color: #2e465c !important
}

.worldmap-wrapper .active.emea h3 {
    background-color: #35668f !important
}

.worldmap-wrapper .active.asia h3 {
    background-color: #515f67 !important
}

.worldmap-wrapper .active .employees, .worldmap-wrapper .active .headquaters, .worldmap-wrapper .active .revenue {
    color: #000
}

.worldmap-wrapper .active .employees .female-number, .worldmap-wrapper .active .employees .male-number {
    color: #6e7878
}

.worldmap-wrapper .image-map {
    margin-bottom: 20px
}

.pdf-headline {
    display: none;
    background: #fff;
    padding: 10px 0;
    text-align: center;
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif
}

html.js .chapter-entry {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

html.js .chapter-entry * {
    box-sizing: border-box
}

html.js .chapter-entry > div:not(.bx-wrapper) {
    display: none
}

html.js .chapter-entry .slide-navigation {
    width: 119px
}

html.js .chapter-entry .slide-navigation ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 196px;
    margin: 0
}

html.js .chapter-entry .slide-navigation li {
    background: #d2e1eb;
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 62px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    color: rgba(0, 45, 90, .7);
    display: block;
    margin: 0;
    padding-left: 10px
}

html.js .chapter-entry .slide-navigation li.active, html.js .chapter-entry .slide-navigation li:hover {
    background: #353333;
    color: #fff
}

html.js .chapter-entry .slide-navigation li.active:before, html.js .chapter-entry .slide-navigation li:hover:before {
    content: '';
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 7px;
    border-color: transparent transparent transparent #353333
}

html.js .chapter-entry .slide-navigation .two-slides li {
    line-height: 95.5px
}

html.js .chapter-entry .bx-wrapper {
    width: 597px;
    margin: 0 !important
}

html.js .chapter-entry .bx-viewport ul {
    height: 196px
}

html.js .chapter-entry .bx-viewport li {
    height: 100%;
    background: rgba(210, 225, 235, .3);
    padding: 0
}

html.js .chapter-entry .bx-viewport li > div {
    height: 100%
}

html.js .chapter-entry .bx-viewport li.section-slide-index-0 > div:after, html.js .chapter-entry .bx-viewport li.section-slide-index-1 > div:after {
    content: '';
    position: absolute;
    right: 0;
    top: 14px;
    bottom: 14px;
    width: 1px;
    background-color: #353333
}

html.js .chapter-entry .bx-viewport li.section-slide-index-1 a:hover:before, html.js .chapter-entry .bx-viewport li.section-slide-index-2 a:hover:before {
    content: '';
    position: absolute;
    right: auto;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #353333
}

html.js .chapter-entry .bx-viewport h2, html.js .chapter-entry .bx-viewport h3 {
    margin-top: 0
}

html.js .chapter-entry .bx-viewport h2 {
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 19px;
    margin-top: 0
}

html.js .chapter-entry .bx-viewport p {
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0
}

html.js .chapter-entry .bx-viewport p:not(.middle) {
    padding-bottom: 25px
}

html.js .chapter-entry .bx-viewport .section-index-0 h3 {
    color: #353333;
    margin-top: -3px;
    font-size: 32px;
    text-align: center;
    margin-bottom: 7px
}

html.js .chapter-entry .bx-viewport .section-index-0 p {
    text-align: center
}

html.js .chapter-entry .bx-viewport .section-index-0 p.middle {
    font-size: 16px;
    margin-bottom: 6px
}

html.js .chapter-entry .bx-viewport .section-index-0 .no-key-figure p {
    text-align: left
}

html.js .chapter-entry .bx-viewport a {
    padding: 25px 18px 0 18px;
    position: relative;
    height: 100%;
    display: block;
    text-decoration: none
}

html.js .chapter-entry .bx-viewport a:after {
    position: absolute;
    content: '';
    background: url(../files/chapter-entry-arrow.svg) no-repeat;
    display: block;
    width: 17px;
    height: 13px;
    bottom: 15px;
    right: 20px
}

html.js .chapter-entry .bx-viewport a:hover {
    background: #353333;
    color: #fff
}

html.js .chapter-entry .bx-viewport a:hover h3 {
    color: #fff !important
}

html.js .chapter-entry .bx-viewport a:hover:after {
    background-image: url(../files/chapter-entry-arrow-white.svg)
}

html.js .chapter-entry .bx-viewport .wrapper-no-link {
    padding: 25px 18px 0 18px
}

html.js .chapter-entry .bx-controls {
    display: none
}

html.js .chapter-entry .bx-controls .bx-controls-direction a {
    width: 24px;
    height: 24px;
    background-color: #353333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: -10px
}

html.js .chapter-entry .bx-controls .bx-controls-direction a.bx-prev {
    background-image: url(../files/chapter-slider-nav-prev.svg);
    left: -40px
}

html.js .chapter-entry .bx-controls .bx-controls-direction a.bx-next {
    background-image: url(../files/chapter-slider-nav-next.svg);
    right: -40px
}

@media screen and (max-width: 1020px) {
    html.js .chapter-entry {
        display: block;
        padding: 0 40px;
        margin-bottom: 25px
    }

    html.js .chapter-entry .slide-navigation {
        margin: 0 -40px 25px;
        width: auto
    }

    html.js .chapter-entry .slide-navigation ul {
        flex-direction: row;
        height: auto;
        justify-content: center
    }

    html.js .chapter-entry .slide-navigation li {
        line-height: 42px;
        padding: 0 6px;
        position: relative;
        flex-grow: 1;
        text-align: center
    }

    html.js .chapter-entry .slide-navigation li:not(:last-child):after {
        content: '';
        position: absolute;
        right: 0;
        top: 6px;
        bottom: 6px;
        width: 1px;
        background-color: #353333
    }

    html.js .chapter-entry .slide-navigation li.active:not(:first-child):after, html.js .chapter-entry .slide-navigation li:hover:not(:first-child):after {
        content: '';
        position: absolute;
        right: auto;
        left: -1px;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #353333
    }

    html.js .chapter-entry .slide-navigation li.active:before, html.js .chapter-entry .slide-navigation li:hover:before {
        content: '';
        position: absolute;
        right: auto;
        top: auto;
        margin-top: 0;
        bottom: -7px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 8.5px 0 8.5px;
        border-color: #353333 transparent transparent transparent
    }

    html.js .chapter-entry .bx-wrapper {
        margin: 0 auto !important;
        width: auto
    }

    html.js .chapter-entry .bx-viewport li.section-slide-index-0 > div:after, html.js .chapter-entry .bx-viewport li.section-slide-index-1 > div:after {
        content: none
    }

    html.js .chapter-entry .bx-viewport h2, html.js .chapter-entry .bx-viewport h3, html.js .chapter-entry .bx-viewport p {
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
        text-align: center !important
    }

    html.js .chapter-entry .bx-controls {
        display: block
    }
}

.ziele-box {
    border: 1px solid #d2e1eb;
    margin-bottom: 20px;
    position: relative;
    font-size: 13px
}

.ziele-box:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: #fff;
    z-index: 10
}

.ziele-box .big-text {
    font-size: 35px;
    line-height: 1;
    margin: 0
}

.ziele-box h3, .ziele-box p, .ziele-box ul li {
    font-size: 13px
}

.ziele-box p, .ziele-box ul {
    margin-bottom: 1em
}

.ziele-box * {
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box
}

.ziele-box .columns {
    width: 100%;
    position: relative;
    z-index: 10
}

.ziele-box .column {
    float: left;
    width: 33.3333333%;
    position: relative
}

.ziele-box .column .text {
    padding: 15px 15px 2px 15px;
    position: relative
}

.ziele-box .column.third .text {
    text-align: center
}

.ziele-box .text {
    padding: 15px;
    height: 100%;
    position: relative;
    z-index: 1
}

.ziele-box .column + .column {
    border-left: 1px solid #d2e1eb
}

.ziele-box .column.empty .inner {
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -1px
}

.ziele-box .wrapper {
    position: relative
}

.ziele-box .wrapper:before {
    display: block;
    content: '';
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #fff;
    z-index: 30
}

.ziele-box .wrapper + .wrapper {
    border-top: 1px solid #d2e1eb
}

.ziele-box .wrapper + .wrapper:before {
    display: none
}

.ziele-box .wrapper + .wrapper .column:first-child:before, .ziele-box .wrapper + .wrapper .column:last-child:before {
    display: block;
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 10px;
    height: 1px;
    background: #fff;
    z-index: 10
}

.ziele-box .wrapper + .wrapper .column:last-child:before {
    left: auto;
    right: 0
}

.ziele-box .wrapper + .wrapper .column:nth-child(2):after, .ziele-box .wrapper + .wrapper .column:nth-child(2):before {
    display: block;
    content: '';
    position: absolute;
    top: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    z-index: 10
}

.ziele-box .wrapper + .wrapper .column:nth-child(2):before {
    left: -10px
}

.ziele-box .wrapper + .wrapper .column:nth-child(2):after {
    right: -10px
}

.ziele-box .wrapper + .wrapper .column.empty:before {
    left: -11px
}

.ziele-box .wrapper + .wrapper .column.empty:after {
    right: -11px
}

.ziele-box .wrapper + .wrapper .column.empty:after, .ziele-box .wrapper + .wrapper .column.empty:before {
    width: 10px
}

.ziele-box h3 {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin: 0;
    font-weight: 400;
    text-align: center;
    color: #353333;
    border-bottom: 1px solid #d2e1eb;
    font-size: 16px
}

.ziele-box h3 span {
    display: block;
    height: 41px;
    padding: 13px 0 0 0;
    position: relative;
    background: #fff
}

.ziele-box .column + .column h3:before {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icons;
    content: '\e800';
    position: absolute;
    left: -8px;
    top: 13px;
    font-size: 1.2em;
    z-index: 10
}

.ziele-box .column + .column h3 span {
    left: -1px;
    padding-left: 1px
}

.ziele-box .column + .column + .column h3 span {
    left: -2px;
    padding-left: 2px
}

.ziele-box .wrapper + .wrapper h3 {
    display: none
}

@media screen and (max-width: 900px) {
    .ziele-box:after {
        display: none
    }

    .ziele-box .column {
        float: none;
        width: auto
    }

    .ziele-box .column + .column {
        border-left: 0;
        border-top: 1px solid #d2e1eb
    }

    .ziele-box .column + .column h3:before {
        display: none
    }

    .ziele-box .column.empty {
        display: none
    }

    .ziele-box .column + .column h3 span, .ziele-box .column + .column + .column h3 span {
        left: 0;
        padding-left: 0
    }

    .ziele-box .wrapper + .wrapper h3 {
        display: block
    }

    .ziele-box .wrapper + .wrapper .column:first-child:before, .ziele-box .wrapper + .wrapper .column:last-child:before, .ziele-box .wrapper + .wrapper .column:nth-child(2):after, .ziele-box .wrapper + .wrapper .column:nth-child(2):before, .ziele-box .wrapper:before {
        display: none
    }
}

.materiality, .topics {
    padding: 2em 0;
    margin-bottom: 2em
}

.topics {
    padding-bottom: 0;
    background: #cadce2
}

.materiality {
    padding: 0;
    background: 0 0;
    margin-top: 1em
}

.materiality h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px
}

.materiality .columns.triple .column {
    margin: 0;
    float: left
}

.materiality .columns.triple p {
    margin-bottom: 0
}

.materiality .columns.triple h4 {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 12px
}

.materiality .columns.triple .inner {
    padding: 11px 11px 20px 11px
}

.materiality .columns.triple .block {
    margin-bottom: 20px
}

.materiality .columns.triple .block:last-child {
    margin: 0
}

.materiality .columns.triple .big-number {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px
}

.materiality .columns.triple .middle-number {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px
}

.materiality .columns.triple > .column.first {
    width: 50%;
    background: #cadce2
}

.materiality .columns.triple > .column.first .inner {
    box-sizing: border-box;
    height: 100%;
    border-right: 1px solid #fff
}

.materiality .columns.triple > .column.second {
    width: 50%;
    background: #cadce2
}

.materiality .columns.triple > .column.third {
    clear: both;
    width: auto;
    float: none;
    background: rgba(210, 225, 235, .3)
}

@media screen and (max-width: 1000px) {
    .materiality .columns.triple > .column.first, .materiality .columns.triple > .column.second, .materiality .columns.triple > .column.third {
        width: auto;
        float: none
    }
}

.materiality .columns.double {
    margin-bottom: 20px
}

.materiality .columns.double p {
    font-weight: 700;
    margin: 11px 0 0 10px
}

.materiality .columns.double > .column.first {
    width: auto;
    display: inline-block
}

.materiality .columns.double > .column.second {
    width: auto;
    display: inline-block
}

.topics h3 {
    color: #224b66;
    margin: 0 0 1em 0;
    text-align: center
}

.topics h4 {
    color: #224b66;
    font-size: 1.2em;
    font-weight: 700;
    padding-left: 10px;
    margin-bottom: 5px
}

.materiality ul {
    margin-bottom: 0
}

.topics .columns {
    padding: 0;
    width: 86%;
    margin: 0 auto
}

.topics .material-info {
    text-decoration: none;
    padding: 0 0 0 1em;
    position: relative
}

.topics .material-info:hover {
    cursor: default;
    color: #353333
}

.topics .material-info .hide-for-pdf {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 11px;
    background: url(../img/tab_info.png) 0 0 no-repeat
}

.topics .columns ul {
    margin-bottom: 0;
    padding-left: 10px
}

.topics .columns ul li {
    padding: 0;
    background: 0
}

.topics .columns ul li a {
    display: block;
    padding-left: 15px;
    background: url(../img/link-arrow-related.png) 0 4px no-repeat
}

.topics .columns.double .inner {
    padding: 0 0 10px 60px
}

.topics .columns.triple {
    width: auto;
    padding: 15px 38px;
    background: rgba(210, 225, 235, .3)
}

.topics .columns.double p {
    margin-bottom: 4px
}

.topics .columns.last {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.topics .columns.triple .column + .column .inner {
    height: 100%
}

.feedback-summary {
    background: #f5f8f9
}

.feedback-summary h3 {
    color: #042047;
    font-size: 1.6em;
    margin-bottom: 13px;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif
}

.feedback-summary .inner {
    padding: 3em 3em 1em 3em
}

.feedback-summary h3 span {
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif
}

.feedback-summary a {
    text-decoration: none;
    font-weight: 700
}

.feedback-summary a.arrow {
    display: block;
    text-decoration: none;
    padding-left: 20px;
    background: url(../img/link-arrow-blue.png) 0 5px no-repeat
}

.special-wrapper.floatleft, .special-wrapper.floatright {
    width: 58%
}

.special-wrapper.floatright {
    margin-left: 14px
}

.special-box {
    margin: 20px 0 53px
}

.special-box h5 {
    margin-bottom: 24px
}

.special-box .columns {
    display: flex
}

.special-box .columns.triple > div {
    width: 33.33333333%;
    position: relative;
    box-sizing: border-box;
    background: rgba(210, 225, 235, .3)
}

@media screen and (max-width: 900px) {
    .special-box {
        margin-left: 0;
        margin-right: 0
    }

    .special-box .columns {
        display: block
    }

    .special-box .columns > div {
        width: 100% !important
    }
}

.special-box--products h6 {
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 6px
}

.special-box--products p {
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    text-align: center
}

.special-box--products .medium-text {
    font-size: 16px;
    display: block
}

.special-box--products .big-text {
    font-size: 32px;
    line-height: 39px;
    display: block
}

.special-box--products .small-text {
    display: block;
    font-size: 13px;
    margin-top: 6px
}

.special-box--products .read-more {
    font-size: 0;
    display: block;
    width: 17px;
    height: 13px;
    position: absolute;
    right: 17px;
    bottom: 14px;
    background: url(../files/icon-link-arrow.svg) no-repeat
}

.special-box--products .columns > div {
    padding: 25px 20px 24px
}

.special-box--products .columns > div:nth-child(n+2):after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
    width: 1px;
    background: #353333
}

.special-box--products .columns > div.has-link {
    cursor: pointer
}

.special-box--products .columns > div.has-link:hover {
    color: #fff;
    background-color: #353333
}

.special-box--products .columns > div.has-link:hover a {
    background-image: url(../files/chapter-entry-arrow-white.svg)
}

.special-box--products .columns > div.has-link:hover + div:after {
    content: none
}

.special-box--products .columns:not(.last) > div.has-link:hover:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #353333
}

.special-box--products .columns.triple + .triple > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #353333
}

@media screen and (max-width: 900px) {
    .special-box--products .columns > div:after, .special-box--products .columns > div:nth-child(n+2):after {
        content: '';
        position: absolute;
        top: auto;
        bottom: 0;
        left: 15px;
        right: 15px;
        height: 1px;
        width: auto;
        background: #353333
    }

    .special-box--products .columns > div:before {
        content: none !important
    }

    .special-box--products .columns.last.triple > div:nth-child(3):after {
        content: none
    }

    .special-box--products .columns > div.has-link:hover + div:after {
        content: ''
    }

    .special-box--products .columns > div.has-link:hover:before {
        content: '' !important;
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        height: 1px;
        background: #353333
    }
}

.special-box--figures * {
    box-sizing: border-box
}

.special-box--figures .special-box__wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(210, 225, 235, .3)
}

.special-box--figures figure {
    width: 50%;
    height: 162px;
    padding: 25px 0 15px;
    text-align: center;
    position: relative
}

.special-box--figures figure:nth-child(n+3) {
    width: 33.33333%
}

.special-box--figures figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    right: 14px;
    height: 1px;
    background: #353333
}

.special-box--figures figure:after {
    content: '';
    position: absolute;
    right: 0;
    top: 14px;
    bottom: 14px;
    width: 1px;
    background: #353333
}

.special-box--figures figure:nth-child(-n+2):before {
    content: none
}

.special-box--figures figure:nth-child(2):after, .special-box--figures figure:nth-child(5):after {
    content: none
}

.special-box--figures p {
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px
}

.special-box--figures figcaption {
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 0 10%
}

.special-box--figures-three figure {
    width: 33.33333%;
    height: auto
}

.special-box--figures-three figure:before {
    content: none
}

.special-box--figures-three figure:nth-child(2):after {
    content: ''
}

.special-box--figures-three figure:nth-child(3):after {
    content: none
}

@media screen and (max-width: 950px) {
    .special-box--figures .special-box__wrapper {
        display: block
    }

    .special-box--figures figure, .special-box--figures figure:nth-child(n+3) {
        width: 100% !important;
        height: 130px
    }

    .special-box--figures figure:after {
        content: none
    }

    .special-box--figures figure:nth-child(2):before {
        content: ''
    }

    .special-box--figures-three figure, .special-box--figures-three figure:nth-child(n+3) {
        height: auto
    }

    .special-box--figures-three figure:nth-child(2):after {
        content: none
    }

    .special-box--figures-three figure:nth-child(3):before {
        content: ''
    }
}

.special-box--targets .columns > div {
    padding-bottom: 15px
}

.special-box--targets .columns > div:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 15px;
    width: 1px;
    background: #353333
}

.special-box--targets .columns > div:last-child:after {
    content: none
}

.special-box--targets h6 {
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    background-color: #d2e1eb;
    padding: 10px 15px;
    margin-bottom: 25px
}

.special-box--targets .count {
    font-size: 40px;
    line-height: 1;
    float: left;
    padding-top: 5px;
    margin-right: 10px
}

.special-box--targets p, .special-box--targets ul {
    padding: 0 15px;
    margin-bottom: 0
}

.special-box--targets li:last-child {
    margin-bottom: 0
}

.special-box--targets .big-text {
    font-size: 32px;
    line-height: 1;
    margin: 10px 0 4px
}

.special-box--targets h6 + .big-text {
    margin-top: -11px
}

@media screen and (max-width: 900px) {
    .special-box--targets .count {
        float: none;
        font-size: inherit;
        padding: 0;
        margin: 0
    }

    .special-box--targets .columns > div {
        margin-bottom: 10px
    }

    .special-box--targets .columns > div:after {
        content: none
    }
}

.special-box--water .special-box__wrapper {
    position: relative;
    height: 196px
}

.special-box--water .special-box__content {
    position: absolute;
    right: 0;
    top: 0;
    height: 196px;
    width: calc(100% - 186px);
    background-color: rgba(210, 225, 235, .3);
    opacity: 0;
    transition: 1s opacity;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 40px
}

.special-box--water .special-box__section:nth-child(n+2) h6 {
    background-image: url(../files/special-box-triangle.svg);
    background-position: 50% 0;
    background-repeat: no-repeat
}

.special-box--water .special-box__section:nth-child(-n+2) h6:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #d2e1eb transparent transparent transparent
}

.special-box--water h6 {
    background: #d2e1eb;
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 62px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    color: rgba(0, 45, 90, .7);
    display: block;
    margin-bottom: 5px;
    padding-left: 10px;
    width: 109px
}

.special-box--water .special-box__section.is-active h6, .special-box--water h6:hover {
    background-color: #353333;
    color: #fff
}

.special-box--water .special-box__section.is-active h6:after, .special-box--water h6:hover:after {
    border-color: #353333 transparent transparent transparent !important
}

.special-box--water .special-box__section.is-active h6:before, .special-box--water h6:hover:before {
    content: '';
    position: absolute;
    z-index: 1;
    right: -7px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 7px;
    border-color: transparent transparent transparent #353333
}

.special-box--water .special-box__section.is-active .special-box__content {
    opacity: 1
}

.special-box--water p {
    width: 250px;
    font-size: 12px
}

@media screen and (max-width: 1000px) {
    .special-box--water .special-box__wrapper {
        height: 380px;
        display: flex
    }

    .special-box--water .special-box__content {
        top: 67px;
        width: 100%;
        padding: 20px 0 20px;
        flex-direction: column;
        height: auto
    }

    .special-box--water .special-box__section {
        flex-grow: 1
    }

    .special-box--water .special-box__section:nth-child(n+2) h6 {
        background-image: url(../files/special-box-triangle-right.svg);
        background-position: 0 50%;
        background-repeat: no-repeat;
        border-left: 5px solid #fff
    }

    .special-box--water .special-box__section:nth-child(-n+2) h6:after {
        right: -7px;
        top: 50%;
        bottom: auto;
        left: auto;
        margin-left: auto;
        margin-top: -8px;
        border-width: 8.5px 0 8.5px 7px;
        border-color: transparent transparent transparent #d2e1eb
    }

    .special-box--water .special-box__section.is-active h6:after, .special-box--water h6:hover:after {
        border-color: transparent transparent transparent #353333 !important
    }

    .special-box--water .special-box__section.is-active h6:before, .special-box--water h6:hover:before {
        content: '';
        right: auto;
        top: auto;
        left: 50%;
        bottom: -8px;
        margin-top: auto;
        margin-left: -8px;
        border-style: solid;
        border-width: 8px 8.5px 0 8.5px;
        border-color: #353333 transparent transparent transparent
    }

    .special-box--water h6 {
        line-height: 42px;
        padding: 0 6px;
        text-align: center;
        width: auto
    }

    .special-box--water img {
        margin-bottom: 20px
    }
}

.special-box--innovations .special-box__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.special-box--innovations .special-box__wrapper div {
    background-color: rgba(210, 225, 235, .3);
    width: calc((100% - 15px) / 4)
}

.special-box--innovations .special-box__wrapper div:last-child {
    width: 100%;
    margin-top: 5px
}

.special-box--innovations .special-box__wrapper div:last-child h6 {
    height: 46px
}

.special-box--innovations h6 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    height: 58px;
    background-color: #d2e1eb;
    padding: 0 5px
}

.special-box--innovations p {
    padding: 12px 5px 15px;
    margin-bottom: 0;
    text-align: center
}

@media screen and (max-width: 930px) {
    .special-box--innovations .special-box__wrapper div {
        width: calc((100% - 5px) / 2);
        margin-bottom: 5px
    }

    .special-box--innovations .special-box__wrapper div:last-child {
        margin: 0
    }
}

.special-box--codex * {
    box-sizing: border-box
}

.special-box--codex ul {
    background: rgba(210, 225, 235, .5);
    display: flex;
    flex-wrap: wrap
}

.special-box--codex ul li {
    background: 0 0;
    margin: 0;
    padding: 0 14px;
    line-height: 17px
}

.special-box--codex li {
    background: 0 0;
    width: 25%;
    height: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.special-box--codex li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 14px;
    right: 14px;
    height: 1px;
    background: #353333
}

.special-box--codex li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 14px;
    bottom: 14px;
    width: 1px;
    background: #353333
}

.special-box--codex li:nth-child(4n):after {
    content: none
}

.special-box--codex li:nth-child(n+9):before {
    content: none
}

@media screen and (max-width: 900px) {
    .special-box--codex li {
        width: 50%
    }

    .special-box--codex li:nth-child(4n):after {
        content: ''
    }

    .special-box--codex li:nth-child(n+9):before {
        content: ''
    }

    .special-box--codex li:nth-child(2n):after {
        content: none
    }

    .special-box--codex li:nth-child(n+11):before {
        content: none
    }
}

.special-box--image .special-box__wrapper {
    position: relative;
    margin: 0 auto
}

.special-box--image img {
    display: block;
    max-width: 100%;
    height: auto
}

.special-box--stakeholder .special-box__wrapper {
    max-width: 315px;
    margin: 0 auto
}

.special-box--stakeholder p {
    position: absolute;
    top: 0;
    left: 50%;
    padding-top: 53%
}

.special-box--stakeholder a {
    display: inline-block;
    width: 140px;
    height: 65px;
    background: url(../files/arrow-crosslink.svg) 50% 92% no-repeat;
    margin-left: -70px;
    text-indent: -999em
}

.content .targets-table-nav {
    margin-bottom: 20px
}

.content .targets-table-nav li, .content .targets-table-nav p, .content .targets-table-nav ul {
    font-size: 16px;
    display: inline
}

.content .targets-table-nav p {
    margin-right: 10px
}

.content .targets-table-nav li {
    padding: 0;
    background: 0 0;
    margin-right: 28px
}

.content .targets-table-nav a {
    border-bottom: 1px solid #353333
}

.content .targets-table-nav a:hover {
    border-bottom-color: #f60
}

.targets-table {
    padding-top: 6px
}

.targets-table h3 {
    font-size: 16px !important;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif !important;
    color: #353333 !important;
    font-weight: 700 !important;
    margin-top: 27px !important;
    margin-bottom: 10px !important;
    margin-left: 15px !important
}

.targets-table h3:first-child {
    margin-top: 0 !important
}

.targets-table section {
    display: flex;
    padding-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid rgba(0, 45, 90, .3)
}

.targets-table section.last {
    border-bottom: 1px solid #353333;
    padding-bottom: 25px
}

.targets-table h3 + section {
    padding-top: 0;
    border: none
}

.targets-table h4 {
    font-size: 15px;
    line-height: 21px;
    display: inline
}

.targets-table p {
    display: inline;
    font-size: 14px
}

.targets-table p.targets-table-more {
    display: block;
    margin-bottom: 0
}

.targets-table .targets-table-col1 {
    border-right: 1px solid #353333;
    width: 80%
}

.targets-table .targets-table-col1 > div {
    padding: 10px 15px
}

.targets-table .targets-table-col1 > div:first-child {
    background-color: rgba(210, 225, 235, .3)
}

.targets-table .targets-table-col2 {
    width: 20%;
    display: flex;
    align-items: center
}

.targets-table .targets-table-col2 > div {
    padding-left: 15px
}

.targets-table .targets-table-col2 h4 {
    font-weight: 400
}

.targets-table .targets-table-col2 img {
    margin: 10px 0 20px;
    display: block
}

.targets-table .targets-table-col2 p {
    color: #000
}

@media screen and (max-width: 550px) {
    .targets-table section {
        display: block
    }

    .targets-table .targets-table-col1 {
        width: auto;
        border: none
    }

    .targets-table .targets-table-col2 img {
        display: inline;
        margin: 0 45px 0 10px;
        position: relative;
        bottom: -2px
    }
}

.page_stories #sidepanel1 {
    display: none
}

.page_stories #sidepanel3 {
    float: none;
    position: absolute;
    top: 31px;
    right: 0
}

.page_stories #contentContainer > article {
    max-width: 723px;
    float: none;
    margin: 0 auto;
    width: auto;
    padding-left: 24px;
    padding-right: 24px
}

.page_stories nav.flatnav {
    margin-left: 0;
    width: auto
}

.page_stories #sidepanel3b {
    margin-left: auto;
    margin-right: auto;
    max-width: 723px;
    width: auto;
    padding-left: 24px;
    padding-right: 24px
}

@media screen and (max-width: 700px) {
    .page_stories #contentContainer > article, .page_stories #sidepanel3b {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 700px) {
    .page_stories #sidepanel3b {
        margin-left: 2.4em;
        margin-right: 2.4em
    }
}

.content .story {
    margin-top: 44px
}

.content .story__desktop-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px
}

.content .story__desktop-nav li {
    background: 0 0;
    padding: 0;
    margin: 0;
    width: calc((100% - 10px) / 3)
}

.content .story__desktop-nav a {
    display: block;
    height: 62px;
    text-decoration: none;
    background: #d2e1eb;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: rgba(0, 45, 90, .7);
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    position: relative
}

.content .story__desktop-nav a.is-active, .content .story__desktop-nav a:hover {
    background: #353333;
    color: #fff
}

.content .story__desktop-nav a.is-active:after, .content .story__desktop-nav a:hover:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 8.5px 0 8.5px;
    border-color: #353333 transparent transparent transparent
}

.content .story__nav {
    display: none
}

.content .story__section .story__content {
    display: none
}

.content .story__section.is-active .story__content {
    display: block
}

.content .story__content {
    padding: 30px 30px 10px;
    background: rgba(210, 225, 235, .3)
}

.content .story h3 {
    color: #353333 !important;
    font-size: 40px !important;
    line-height: 38px !important;
    margin-top: 0 !important;
    font-family: LindeDaxLigWeb, Helvetica, Arial, sans-serif !important;
    padding-left: 16px;
    background: linear-gradient(#d2e1eb, #d2e1eb) no-repeat;
    background-size: 4px calc(100% - 11px);
    margin-bottom: 24px !important
}

.content .story h3 span {
    display: block;
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif !important;
    font-size: 25px !important;
    line-height: 38px !important
}

.content .story__img-container {
    margin-bottom: 25px;
    position: relative
}

.content .story img {
    display: block;
    max-width: 100%;
    height: auto
}

.content .story figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .75);
    padding: 15px 30px;
    font-size: 13px;
    line-height: 17px
}

.content .story__header {
    background: #d2e1eb;
    padding: 25px 30px 25px;
    margin-bottom: 30px
}

.content .story__header p {
    font-size: 18px !important;
    line-height: 26px !important;
    margin: 0
}

.content .story__copytext h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 13px;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif
}

.content .story__copytext img {
    float: right;
    margin: 5px 0 10px 20px
}

@media screen and (max-width: 600px) {
    .content .story__desktop-nav {
        display: none
    }

    .content .story__nav {
        display: block;
        font-size: 20px;
        line-height: 1.4;
        background: #353333 url(../files/akkordeon-closed.svg) no-repeat;
        background-position: calc(100% - 14px) 8px;
        padding: 3px 40px 2px 16px;
        color: #fff;
        cursor: pointer
    }

    .content .story .story__section.is-active .story__nav {
        background-image: url(../files/akkordeon-opened.svg);
        background-position-y: 14px;
        color: #fff
    }

    .content .story__content {
        padding: 20px 15px 10px
    }

    .content .story__header {
        padding: 17px 15px 20px
    }

    .content .story__header h3 {
        font-size: 22px !important;
        line-height: 26px !important
    }

    .content .story__header p {
        font-size: 16px !important;
        line-height: 20px !important
    }

    .content .story__copytext img {
        float: none;
        margin: 0 0 15px
    }
}

.page_serviceseiten_downloads article[role=main] h1 {
    border: 0;
    text-transform: none;
    text-align: left;
    margin: 0 0 13px 0;
    padding: 0
}

.page_serviceseiten_downloads .content p {
    font-size: 15px
}

.page_serviceseiten_downloads .content li, .page_serviceseiten_downloads .content ul {
    list-style-type: none;
    margin: 0;
    background: 0 0
}

.page_serviceseiten_downloads ul.downloadChapter li.level1 {
    display: none
}

.page_serviceseiten_downloads #manager_info {
    font-size: 1.5em;
    line-height: 1.4;
    margin: 0 0 30px 0
}

#fileLibraryPaneContainer .collection_info {
    min-height: 118px;
    height: auto !important;
    height: 118px
}

#fileLibraryPaneContainer.active .collection_info {
    width: 625px;
    float: left;
    margin: 0 0 55px 0
}

#fileLibraryPaneContainer.inactive .collection_info {
    width: auto;
    min-height: 0
}

.collection_info ul.pdf_list, .collection_info ul.xls_list {
    float: left;
    width: 305px;
    min-height: 95px;
    height: auto !important;
    height: 95px;
    border: 0 solid #000;
    background: #f5f8f9;
    border-bottom: 1px solid #bfd1d6;
    padding-bottom: 15px
}

.collection_info .filetitle a {
    font-size: 1em;
    color: #0080c4;
    text-decoration: none;
    float: left;
    width: 190px;
    padding: 0 0 0 15px;
    word-wrap: break-word
}

.collection_info .list_heading {
    font-size: 1.7em;
    color: #353333;
    padding: 15px 0 15px 15px
}

.collection_info ul.pdf_list {
    margin-right: 10px
}

#fileLibraryPaneContainer.inactive #library_info {
    padding: 80px 0 0 0;
    text-align: center;
    font-size: 3em
}

#fileLibraryPaneContainer.active #library_info {
    display: none
}

.collection_info h3.allsum {
    margin: 0 0 10px 0
}

#fileLibraryPaneContainer.inactive h3.allsum {
    display: none
}

.collection_info .allsum .entry {
    margin: 0 0 10px 0;
    list-style: none
}

.collection_info .remove {
    height: 10px;
    width: 10px;
    float: right;
    margin: 0 15px 0 0;
    position: relative;
    top: 6px
}

.collection_info .remove span {
    position: absolute;
    top: auto;
    left: -999em;
    overflow: hidden
}

.collection_info .remove a {
    display: block;
    height: 10px;
    width: 10px
}

.collection_info .filetitle {
    float: left
}

.collection_info .remove .filelink {
    background: url(../img/download-delete.png) 0 0 no-repeat
}

.collection_info .remove .pdflink {
    background: url(../img/download-delete.png) 0 0 no-repeat
}

.collection_info .remove .xlslink {
    background: url(../img/download-delete.png) 0 0 no-repeat
}

#fileLibraryPaneContainer .collection_actions {
    width: 56px;
    float: right
}

#fileLibraryPaneContainer.inactive .collection_actions {
    display: none
}

.collection_actions a {
    display: block;
    margin: 0 0 10px 0
}

.collection_actions #downloadpdf {
    text-indent: -9999em;
    width: 58px;
    height: 50px;
    background: url(../img/merge-pdf.png) 0 0 no-repeat
}

.collection_actions #downloadall {
    text-indent: -9999em;
    width: 58px;
    height: 50px;
    background: url(../img/create-zip.png) 0 0 no-repeat
}

.collection_actions a:hover {
    text-decoration: none
}

.collection_actions .linkoff, .collection_actions .linkoff span {
    cursor: text
}

.collection_actions .link_title {
    display: block;
    font-weight: 700
}

.collection_actions .link_text {
    display: block
}

.collection_actions .link_status {
    font-size: 11px
}

#filelist {
    clear: both
}

.filelist header {
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
    z-index: 1
}

.filelist .download-pdf {
    display: block;
    float: right;
    font-size: 1.5em;
    margin-right: 72px
}

.filelist .download-xls {
    display: block;
    float: right;
    font-size: 1.5em;
    margin-right: 69px
}

#downloadListing {
    padding: 0
}

#downloadListing > li {
    list-style: none;
    border-top: 1px solid #ecf2f3;
    border-bottom: 1px solid #ecf2f3
}

#downloadListing > li + li + li {
    border-top: 0
}

#downloadListing li#expandall {
    display: none
}

#downloadListing li.downloadListChapter {
    margin: 0
}

.downloadListChapter span.title {
    display: block;
    width: 50%;
    float: left
}

.downloadListChapter .fileactions {
    display: block;
    width: 114px;
    float: right;
    border: 0 solid #000;
    margin-right: 77px
}

.downloadListChapter .fileactions .pdfDownload, .downloadListChapter .fileactions .removepdf, .downloadListChapter .fileactions .removexls, .downloadListChapter .fileactions .xlsDownload {
    display: none
}

.downloadListChapter h3 {
    font-size: 1.3em;
    padding: .8em 0 0 0;
    margin: 0 0 .8em 0;
    background: 0 0;
    color: #f60;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2em
}

.downloadListChapter h3.expandable {
    background: url(../img/arrow-darkblue.png) 100% 80% no-repeat
}

.downloadListChapter h3.expandable.open {
    background: url(../img/arrow-darkblue-down.png) 100% 80% no-repeat
}

.downloadListChapter h3 a:focus, .downloadListChapter h3 a:hover {
    text-decoration: none
}

.downloadListChapter h3 {
    font-size: 17px !important;
    margin: 0 0 .7em 0 !important
}

.downloadListChapter h3.expandable {
    cursor: pointer;
    font-size: 1.2em
}

.downloadChapter .downloadItem {
    padding: .5em 0 .3em 3em;
    font-size: 1.2em;
    line-height: 1.4em;
    border-top: 1px solid #ecf2f3
}

.downloadItem .fileContainer {
    display: block;
    width: 50%;
    float: left;
    margin: 0;
    padding: 0
}

.pdfZipAdd {
    padding-top: 1px;
    display: block;
    float: left
}

.xlsZipAdd {
    padding-top: 1px;
    display: block;
    float: right
}

.xlsZipAdd a.addxls {
    text-indent: -9999em;
    display: block;
    background: url(../img/checkbox.png) 0 0 no-repeat;
    width: 13px;
    height: 13px
}

.xlsZipAdd a.removexls {
    text-indent: -9999em;
    display: block;
    background: url(../img/checkbox-check.png) 0 0 no-repeat;
    width: 13px;
    height: 13px
}

.pdfZipAdd a.addpdf {
    text-indent: -9999em;
    display: block;
    background: url(../img/checkbox.png) 0 0 no-repeat;
    width: 13px;
    height: 13px
}

.pdfZipAdd a.removepdf {
    text-indent: -9999em;
    display: block;
    background: url(../img/checkbox-check.png) 0 0 no-repeat;
    width: 13px;
    height: 13px
}

.collection_actions a:focus, .collection_actions a:hover {
    text-decoration: none;
    outline: 0
}

.boxshadow .fileactions a:focus {
    outline: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5)
}

.downloadItem .pdfDownload, .downloadItem .xlsDownload {
    width: 40px;
    margin: 0 3px 0 0
}

.downloadItem .pdfDownload a, .downloadItem .xlsDownload a {
    padding: 0 0 0 5px;
    display: block
}

.downloadItem a.removepdf, .downloadItem a.removexls {
    display: none
}

.downloadListChapter .fileactions a.showDelButton {
    display: block
}

.downloadListChapter .fileactions a.hideAddButton {
    display: none
}

.hide-block {
    position: absolute;
    clip: rect(0 0 0 0);
    height: 0;
    width: 0;
    overflow: hidden
}

.unhide-block {
    clip: auto;
    position: static;
    height: auto;
    width: auto;
    overflow: visible
}

.willkommen {
    background-color: #fff;
    padding-bottom: 20px;
    background: #fff linear-gradient(#ecf1f3, #ecf1f3) no-repeat;
    background-size: 100% 5px;
    background-position: 0 209px
}

.willkommen img {
    max-width: 100%;
    height: auto;
    display: block
}

.willkommen #contentContainer {
    margin: 0;
    padding: 0;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif
}

.willkommen #contentContainer.inner-wrapper {
    max-width: none
}

.willkommen #contentContainer *, .willkommen #contentContainer :after, .willkommen #contentContainer :before {
    box-sizing: border-box;
    background-repeat: no-repeat
}

.willkommen #contentContainer > article[role=main] {
    width: auto;
    margin: 0;
    float: none
}

.willkommen #contentContainer > article[role=main] > .content {
    padding: 0
}

.willkommen #contentContainer a {
    text-decoration: none
}

.willkommen .indicator-wrapper {
    display: none
}

.l-welcome-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 106px 25px 70px
}

.l-welcome-inner--last {
    padding-top: 65px;
    padding-bottom: 0
}

@media screen and (max-width: 880px) {
    .l-welcome-inner {
        max-width: 600px;
        padding: 50px 10px 50px 10px
    }
}

.content .welcome-section-headline {
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-size: 33px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 52px
}

.content .welcome-section-headline--highlights {
    margin-bottom: 25px
}

.content .welcome-section-headline--sdg {
    margin-bottom: 70px
}

@media screen and (max-width: 880px) {
    .content .welcome-section-headline {
        font-size: 30px;
        margin-bottom: 35px
    }
}

.willkommen .site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;


    background-image: url(../layer.png);
    background-repeat: no-repeat;
    background-size: 365px auto;
    background-position: 72% 0%;
    background-origin: content-box;
    background-color: #353333;
}

.willkommen #meta {
    background: 0 0
}

.willkommen .logo {
    margin-right: calc(50% - 485px)
}

.willkommen .site-title {
    left: calc(50% - 479px)
}

.willkommen.header-fixed .site-header {
    background: 0 0
}

@media screen and (max-width: 1000px) {
    .willkommen .logo {
        margin-right: 25px
    }

    .willkommen .site-title {
        left: 21px
    }

    .willkommen .site-header {
        background-size: 100% 149px, 100% 50px;
        background-position: 0 0, 0 149px
    }
}

@media screen and (max-width: 763px) {
    .willkommen .site-header {
        background-size: 100% 136px, 100% 50px;
        background-position: 0 0, 0 136px
    }
}

@media screen and (max-width: 700px) {
    .willkommen .site-header {
        position: static
    }

    .willkommen .site-header.visible {
        position: fixed
    }

    .willkommen .logo {
        margin-right: 10px
    }

    .willkommen .site-title {
        left: 10px
    }

    .willkommen #contentContainer.collapsed {
        padding-top: 132px
    }
}

.key-figures {
    position: relative
}

.key-figures__slider {
    height: 100vh;
    overflow: hidden
}

.bx-viewport .key-figures__slider {
    height: auto;
    overflow: visible
}

.key-figures__slide {
    height: 100vh;
    min-height: 760px;
    overflow: hidden;
    background: 0 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative
}

.key-figures__slide > a {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff
}

.key-figures__image-wrapper {
    height: 100%;
    overflow: hidden
}

.key-figures__image {
    height: 100%;
    overflow: hidden;
    transition: transform 0s ease-out 10s;
    transform: scale(1) rotate(.01deg);
    background-size: cover;
    background-position: 50% 50%
}

.key-figures__text {
    position: absolute;
    left: 0;
    top: 45%
}

.key-figures__text > div {
    width: 724px;
    position: relative;
    background-color: rgba(255, 255, 255, .7);
    opacity: 0
}

.key-figures__text > div:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: 0 50%
}

.key-figures__text > div:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #fff;
    transform: scaleY(0);
    transform-origin: 50% 0
}

.key-figures h3 {
    background: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: right;
    padding: 6px 15px 4px 147px;
    display: inline-block;
    margin-bottom: 3px;
    transform: translateX(-100%);
    margin-left: -1px
}

.key-figures figure {
    padding-top: 30px;
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    color: #353333;
    margin-bottom: 12px;
    margin-left: 146px
}

.key-figures figure p {
    font-size: 55px;
    line-height: 1;
    letter-spacing: -2.8px;
    margin: -10px 20px 0 0
}

.key-figures figure figcaption {
    font-size: 22px;
    line-height: 22px;
    padding-right: 20px
}

.key-figures div > p {
    font-size: 17px;
    line-height: 24px;
    position: relative;
    margin-bottom: 8px;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    padding-left: 146px
}

.key-figures div > p a {
    display: block;
    padding-right: 20px
}

.key-figures div > p a:hover {
    color: #353333;
    text-decoration: underline !important
}

.key-figures div > p a:after {
    content: '';
    background: url(../files/chapter-entry-arrow-darkblue.svg) no-repeat;
    background-size: 13.83px 10.54px;
    background-position: 0 2px;
    padding-right: 13.83px;
    margin-left: 12px
}

.key-figures div > p img {
    width: 71px;
    height: 71px;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px
}

.key-figures div > p:last-child {
    padding-bottom: 5px
}

.key-figures div > p:last-child:after {
    content: '';
    clear: both;
    display: block
}

.key-figures div > p:last-child a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: 100% 50%
}

.key-figures__slide.anim-enter h3 {
    animation: slider-headline ease-out .6s;
    animation-fill-mode: both
}

.key-figures__slide.anim-enter .key-figures__text > div {
    animation: slider-text 1s;
    animation-delay: .4s;
    animation-fill-mode: both
}

.key-figures__slide.anim-enter .key-figures__text > div:before {
    animation: slider-line-horizontal .5s;
    animation-delay: .5s;
    animation-fill-mode: both
}

.key-figures__slide.anim-enter .key-figures__text > div:after {
    animation: slider-line-vertical .5s;
    animation-delay: 1s;
    animation-fill-mode: both
}

.key-figures__slide.anim-enter figure:before {
    animation: slider-line-vertical .5s;
    animation-delay: 1s;
    animation-fill-mode: both
}

.key-figures__slide.anim-enter figure:after {
    animation: slider-line-horizontal-small .5s;
    animation-delay: 1.5s;
    animation-fill-mode: both
}

.key-figures__slide.anim-enter p:last-child a:before {
    animation: slider-line-horizontal .5s;
    animation-delay: 1.5s;
    animation-fill-mode: both
}

.key-figures__slide.anim-image-enter .key-figures__image {
    transform: scale(1.11) rotate(.01deg);
    transition: transform 10s ease-out 0s
}

.key-figures__slide--innovation .key-figures__image {
    background-image: url(../welcome/img/i1.jpg)
}

.key-figures__slide--products .key-figures__image {
    background-image: url(../welcome/img/i2.jpg)
}

.key-figures__slide--people .key-figures__image {
    background-image: url(../welcome/img/i3.jpg)
}

.key-figures__slide--performance .key-figures__image {
    background-image: url(../welcome/img/i2.jpg)
}

.key-figures .bx-wrapper {
    margin-bottom: 0
}

.key-figures .bx-pager {
    bottom: 20px;
    z-index: 60;
    text-align: right;
    padding-right: 115px
}

.key-figures .bx-pager-link {
    border-radius: 50%;
    height: 16px;
    width: 15px;
    border: 1px solid rgba(0, 40, 91, .3);
    background: 0 0;
    margin: 0 8px;
    text-align: center
}

.key-figures .bx-pager-link.active {
    background: #fff
}

.key-figures .scroll {
    position: absolute;
    z-index: 61;
    display: block;
    bottom: 20px;
    left: 50%;
    width: 42px;
    height: 42px;
    transform: translateX(-50%);
    background: url(../welcome/files/icon-scrolldown.svg) no-repeat;
    text-indent: -999em
}

@media screen and (max-width: 880px) {
    .key-figures__text > div {
        width: 600px;
        padding-left: 30px
    }

    .key-figures__text figure {
        margin-left: 0
    }

    .key-figures__text h3 {
        padding-left: 30px
    }

    .key-figures__text div > p {
        font-size: 15px;
        padding-left: 0
    }
}

@media screen and (max-width: 700px) {
    .key-figures__slide {
        height: auto;
        min-height: 0
    }

    .key-figures__slide--innovation .key-figures__text div {
        background-image: url(../welcome/files/sdg-13-color-gr.svg)
    }

    .key-figures__slide--products .key-figures__text div {
        background-image: url(../welcome/files/sdg-06-color-gr.svg)
    }

    .key-figures__slide--people .key-figures__text div {
        background-image: url(../welcome/files/sdg-07-color-gr.svg)
    }

    .key-figures__slide--innovation .key-figures__image {
        background-image: url(../welcome/img/slider-small-1.jpg)
    }

    .key-figures__slide--products .key-figures__image {
        background-image: url(../welcome/img/slider-small-2.jpg)
    }

    .key-figures__slide--people .key-figures__image {
        background-image: url(../welcome/img/slider-small-3.jpg);
        background-position: 100% 0
    }

    .key-figures__text {
        position: static;
        margin-top: 227px
    }

    .key-figures__text > div {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        background-size: 70px 70px !important;
        background-position: calc(100% - 10px) 100% !important
    }

    .key-figures__text > div:after {
        content: none
    }

    .key-figures__text h3 {
        padding-left: 10px
    }

    .key-figures__text figure {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        padding-top: 6px;
        margin-bottom: 20px;
        min-height: 140px
    }

    .key-figures__text figure p {
        margin: 10px 10px 0 0;
        font-size: 40px;
        letter-spacing: -1.33px
    }

    .key-figures__text figure figcaption {
        font-size: 25px;
        line-height: 30px
    }

    .key-figures__text div > p {
        font-size: 15px
    }

    .key-figures__text div > p a {
        color: #353333;
        text-shadow: none
    }

    .key-figures__text div > p a:after {
        background-image: url(../files/chapter-entry-arrow.svg)
    }

    .key-figures__text div > p a:hover {
        color: #f60 !important
    }

    .key-figures__text div > p:first-of-type a {
        padding-right: 0
    }

    .key-figures__text div > p:last-child {
        padding-right: 90px;
        padding-bottom: 10px
    }

    .key-figures__text div > p:last-child a {
        padding-bottom: 0
    }

    .key-figures__text div > p:last-child a:before {
        content: none
    }

    .key-figures__text div > p img {
        display: none
    }

    .key-figures__image-wrapper {
        height: 414px;
        width: 100%;
        position: absolute;
        z-index: 0
    }

    .key-figures .bx-pager {
        position: static;
        text-align: center;
        padding-right: 0
    }

    .key-figures .bx-pager-link {
        border-color: #353333
    }

    .key-figures .bx-pager-link.active {
        background: #353333
    }

    .key-figures .scroll {
        display: none
    }
}

@keyframes slider-headline {
    100% {
        transform: translateX(0)
    }
}

@keyframes slider-text {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes slider-line-horizontal {
    100% {
        transform: scaleX(1)
    }
}

@keyframes slider-line-horizontal-small {
    100% {
        transform: scaleX(.2)
    }
}

@keyframes slider-line-vertical {
    100% {
        transform: scaleY(1)
    }
}

.io {
    height: 770px
}

.io .welcome-section-headline {
    margin-bottom: 118px
}

.io__list-bm-wrapper {
    position: relative;
    z-index: 1;
    width: 406px;
    height: 406px;
    margin: 0 auto
}

.io__list {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border: 13px solid #fff
}

.io__list-item {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    transform-origin: 100% 100%;
    background: #d2e1eb !important;
    padding: 0 !important;
    margin: 0 !important
}

.io__list-item a {
    display: block;
    height: 200%;
    width: 200%;
    transition: background-color .4s;
    background-repeat: no-repeat
}

.io__list-item a.is-active, .io__list-item a:hover {
    background-color: #353333
}

.io__list-item:nth-child(1) {
    transform: rotate(90deg) skewX(18deg);
    left: 3px;
    top: -4px
}

.io__list-item:nth-child(1) a {
    background-image: url(../welcome/files/io-employees-blue.svg);
    background-position: 78% 20%;
    transform: skewX(-18deg) rotate(-90deg)
}

.io__list-item:nth-child(1) a.is-active, .io__list-item:nth-child(1) a:hover {
    background-image: url(../welcome/files/io-employees-white.svg)
}

.io__list-item:nth-child(2) {
    transform: rotate(162deg) skewX(18deg);
    left: 7px;
    top: 1px
}

.io__list-item:nth-child(2) a {
    background-image: url(../welcome/files/io-finance-blue.svg);
    background-position: 86% 63%;
    transform: skewX(-18deg) rotate(-162deg)
}

.io__list-item:nth-child(2) a.is-active, .io__list-item:nth-child(2) a:hover {
    background-image: url(../welcome/files/io-finance-white.svg)
}

.io__list-item:nth-child(3) {
    transform: rotate(234deg) skewX(18deg);
    left: -1px;
    top: 3px
}

.io__list-item:nth-child(3) a {
    background-image: url(../welcome/files/io-innovation-blue.svg);
    background-position: 50% 93%;
    transform: skewX(-18deg) rotate(-234deg)
}

.io__list-item:nth-child(3) a.is-active, .io__list-item:nth-child(3) a:hover {
    background-image: url(../welcome/files/io-innovation-white.svg)
}

.io__list-item:nth-child(4) {
    transform: rotate(306deg) skewX(18deg);
    left: -8px;
    top: 0
}

.io__list-item:nth-child(4) a {
    background-image: url(../welcome/files/io-natural-resources-blue.svg);
    background-position: 13% 64%;
    transform: skewX(-18deg) rotate(-306deg)
}

.io__list-item:nth-child(4) a.is-active, .io__list-item:nth-child(4) a:hover {
    background-image: url(../welcome/files/io-natural-resources-white.svg)
}

.io__list-item:nth-child(5) {
    transform: rotate(378deg) skewX(18deg);
    left: -4px;
    top: -5px
}

.io__list-item:nth-child(5) a {
    background-image: url(../welcome/files/io-society-blue.svg);
    background-position: 25% 18%;
    transform: skewX(-18deg) rotate(-378deg)
}

.io__list-item:nth-child(5) a.is-active, .io__list-item:nth-child(5) a:hover {
    background-image: url(../welcome/files/io-society-white.svg)
}

.io-bm-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 187px;
    height: 187px;
    border-radius: 50%;
    background-color: #fff;
    pointer-events: none;
    overflow: hidden;
    border-style: solid;
    border-width: 0;
    border-color: #353333
}

.io-bm-wrapper h3 {
    height: 100%;
    width: 100%
}

.io-bm-wrapper h3 span {
    pointer-events: all;
    display: block;
    height: 100%;
    width: 100%;
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    padding-top: 37px;
    background: url(../welcome/files/icon-plus.svg) no-repeat;
    background-position: 50% calc(100% - 15px);
    cursor: pointer
}

.io-bm-wrapper div {
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    pointer-events: all;
    background: url(../welcome/files/icon-minus.svg) no-repeat;
    background-position: 50% calc(100% - 15px);
    padding: 60px 10px 0;
    cursor: pointer
}

.io-bm-wrapper div h2 {
    margin-top: 0;
    font-size: 28px;
    line-height: 1;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-weight: 400
}

.io-bm-wrapper div h2:last-of-type {
    background: linear-gradient(#353333, #353333) 50% 0 no-repeat;
    background-size: 95px 3px;
    padding-top: 16px
}

.io-bm-wrapper div p {
    line-height: 17px;
    margin-bottom: 18px
}

.io-bm-wrapper.is-active h3 {
    display: none
}

.io-bm-wrapper.is-active div {
    display: block
}

@media screen and (max-width: 1019px) {
    .io {
        height: auto
    }

    .io .welcome-section-headline {
        margin-bottom: 70px
    }

    .io__list-bm-wrapper {
        margin-top: -45px;
        margin-bottom: 30px
    }

    .io__list {
        border: none
    }
}

@media screen and (max-width: 460px) {
    .io__list-bm-wrapper {
        transform: scale(.74) translateX(-275px);
        margin: -92px 0 -23px;
        margin-left: 50%
    }
}

@media screen and (min-width: 1020px) {
    .l-values-wrapper {
        margin-top: -432px
    }

    .l-values-wrapper > div:nth-child(n+2) .value__input, .l-values-wrapper > div:nth-child(n+2) .value__output {
        background-color: transparent !important;
        border-top-color: transparent !important
    }

    .l-values-wrapper > div:nth-child(n+2) .value__input h4, .l-values-wrapper > div:nth-child(n+2) .value__output h4 {
        display: none
    }

    .l-values-wrapper > div:nth-child(n+2) .value__figures, .l-values-wrapper > div:nth-child(n+2) .value__headline {
        opacity: 0
    }
}

@media screen and (min-width: 1020px) {
    .value {
        position: absolute;
        width: 950px
    }

    .value__headline {
        position: absolute;
        top: -42px;
        width: 100%;
        text-align: center;
        font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
        font-weight: 400;
        opacity: .5;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 1
    }

    .value__content {
        display: flex;
        justify-content: space-between
    }

    .value h4 {
        position: absolute;
        transform: translateY(-50px);
        font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 24px
    }

    .value__input, .value__output {
        background-color: rgba(210, 225, 235, .3);
        width: 468px;
        height: 458px;
        border-top: 2px solid #fff
    }

    .value__input div, .value__output div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

    .value__input {
        transform-origin: 100% 50%;
        padding-left: 30px
    }

    .value__output {
        transform-origin: 0 50%;
        padding-right: 30px
    }

    .value__output div {
        align-items: flex-end;
        text-align: right
    }

    .value__output h4 {
        text-align: right;
        width: 438px
    }
}

@media screen and (max-width: 1019px) {
    .value {
        margin-bottom: 15px
    }

    .value__content {
        overflow: hidden;
        height: 0
    }

    .value__input, .value__output {
        background-color: rgba(210, 225, 235, .3);
        padding: 30px 0
    }

    .value__input {
        margin-bottom: 10px
    }

    .value h4 {
        font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 1;
        margin-bottom: 20px;
        text-align: center
    }

    .value__headline {
        color: #fff;
        background-color: #353333;
        font-size: 20px;
        line-height: 1;
        padding: 6px 0 4px 45px;
        position: relative;
        cursor: pointer
    }

    .value__headline:after {
        content: '';
        position: absolute;
        right: 10px;
        top: 0;
        width: 16px;
        height: 100%;
        background: url(../welcome/files/icon-acc-open.svg) 50% 50% no-repeat
    }

    .value.is-active .value__headline:after {
        background-image: url(../welcome/files/icon-acc-close.svg)
    }

    .value--employees .value__headline {
        background-image: url(../welcome/files/io-employees-white.svg);
        background-position: 10px 8px;
        background-size: 28px auto
    }

    .value--finance .value__headline {
        background-image: url(../welcome/files/io-finance-white.svg);
        background-position: 15px 4px;
        background-size: 14px auto
    }

    .value--innovation .value__headline {
        background-image: url(../welcome/files/io-innovation-white.svg);
        background-position: 12px 3px;
        background-size: 21px auto
    }

    .value--natural-resources .value__headline {
        background-image: url(../welcome/files/io-natural-resources-white.svg);
        background-position: 12px 3px;
        background-size: 19px auto
    }

    .value--society .value__headline {
        background-image: url(../welcome/files/io-society-white.svg);
        background-position: 12px 5px;
        background-size: 20px auto
    }
}

.value figure {
    border-bottom: 1px solid #353333;
    width: 195px;
    padding-bottom: 9px;
    margin-bottom: 10px
}

.value figure:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.value p {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 7px;
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif
}

.value figcaption {
    font-size: 15px;
    line-height: 18px
}

@media screen and (max-width: 1019px) {
    .value figure {
        width: 210px;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .value figure:first-child {
        padding-top: 9px;
        border-top: 1px solid #353333
    }
}

@media screen and (max-width: 460px) {
    .value p {
        font-size: 20px
    }
}

.sdg {
    background: rgba(210, 225, 235, .5)
}

.sdg__helper-svg--small {
    display: none
}

.sdg__carousel {
    position: relative;
    height: 629px;
    margin-bottom: 35px
}

.sdg__list-item {
    padding: 0 !important;
    display: block;
    position: absolute;
    transition: all 1s;
    background: 0 0 !important
}

.sdg__list-item a {
    background-size: cover;
    display: block
}

.sdg__list-item img {
    width: 146px;
    height: 146px
}

.sdg__list-item--3 a {
    background-image: url(../welcome/files/sdg-03-color-gr.svg)
}

.sdg__list-item--7 a {
    background-image: url(../welcome/files/sdg-07-color-gr.svg)
}

.sdg__list-item--15 a {
    background-image: url(../welcome/files/sdg-15-color-gr.svg)
}

.sdg__list-item--9 a {
    background-image: url(../welcome/files/sdg-09-color-gr.svg)
}

.sdg__list-item--13 a {
    background-image: url(../welcome/files/sdg-13-color-gr.svg)
}

.sdg__list-item.is-active {
    top: 201px !important;
    left: 200px !important
}

.sdg__list-item.is-active a {
    width: 227px;
    height: 227px
}

.sdg__list-item.is-active img {
    transition: all .2s;
    opacity: 0
}

.sdg__content {
    position: absolute;
    left: 440px;
    top: 201px;
    width: 308px;
    height: 227px;
    opacity: 0;
    transition: opacity 1s;
    display: flex;
    flex-wrap: wrap
}

.sdg__content.is-active {
    opacity: 1;
    z-index: 2
}

.sdg p {
    line-height: 24px;
    width: 100%
}

.sdg__more-link {
    display: block;
    background: url(../files/chapter-entry-arrow.svg) right 50% no-repeat;
    background-size: 15px auto;
    cursor: pointer
}

.sdg__more-link:hover {
    text-decoration: underline !important
}

.sdg__more-link--content {
    border-top: 1px solid #353333;
    font-size: 14px;
    line-height: 16px;
    padding: 11px 0 11px;
    align-self: flex-end;
    width: 100%
}

.sdg__more-link--content:last-child {
    border-bottom: 1px solid #353333
}

.sdg__more-link--bottom {
    font-size: 15px;
    line-height: 1;
    padding-right: 27px;
    float: right
}

@media screen and (max-width: 1019px) {
    .sdg__carousel {
        margin-left: 50%;
        height: 230px
    }

    .sdg__helper-svg--big {
        display: none
    }

    .sdg__helper-svg--small {
        display: block
    }

    .sdg__list-item:not(.has-detail) {
        display: none
    }

    .sdg__list-item img {
        width: 85px;
        height: 85px
    }

    .sdg__list-item.is-active {
        top: 33px !important;
        left: 0 !important
    }

    .sdg__list-item.is-active a {
        width: 110px;
        height: 110px
    }

    .sdg__content {
        left: -330px;
        top: 0;
        display: block;
        width: 300px
    }
}

@media screen and (max-width: 880px) {
    .sdg__carousel {
        margin-left: calc(50% - 150px);
        height: 470px
    }

    .sdg__content {
        left: 0;
        top: 210px
    }

    .sdg__more-link--bottom {
        margin-right: calc(50% - 150px)
    }
}

.welcome-teaser__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.welcome-teaser-item {
    width: calc((100% - 42px) / 4);
    min-height: 294px;
    display: block;
    background-color: rgba(210, 225, 235, .3);
    margin-bottom: 15px
}

@media screen and (max-width: 880px) {
    .welcome-teaser-item {
        width: calc((100% - 15px) / 2)
    }
}

@media screen and (max-width: 450px) {
    .welcome-teaser-item {
        width: 100%
    }
}

.welcome-teaser-item--statement {
    background-image: url(../welcome/files/icon-vorwort.svg);
    background-position: 50% 100px
}

.welcome-teaser-item--key-figures {
    background-image: url(../welcome/files/teaser-key-figures.svg);
    background-position: 50% 77px;
    background-size: 197px auto
}

.welcome-teaser-item__headline {
    background: #646363;
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 45px;
    padding: 0 20px;
    color: white;
}

.welcome-teaser-item:hover .welcome-teaser-item__headline {
    color: #fff;
    background-color: #353333
}

.welcome-teaser-item__list {
    margin: 14px 15px 0 15px !important
}

.welcome-teaser-item__list-item {
    padding: 0 !important;
    background: 0 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #fff;
    background: url(../files/arrow-crosslink.svg) 100% 13px no-repeat !important
}

.welcome-teaser-item__link {
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 11px 18px 11px 0
}

.welcome-teaser-item__link:hover {
    text-decoration: underline !important
}

.welcome-teaser-item--download-list:hover .welcome-teaser-item__headline, .welcome-teaser-item--link-list:hover .welcome-teaser-item__headline {
    color: #353333;
    background-color: #d2e1eb
}

.welcome-teaser-item--download-list .welcome-teaser-item__list-item {
    background: 0 0 !important
}

.welcome-teaser-item--download-list .welcome-teaser-item__link {
    padding-left: 27px;
    background-image: url(../files/icon-download.svg), url(../files/icon-download-white.svg);
    background-position: 0 11px, -999px -999px
}

.socialmedia {
    margin-top: 2px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.socialmedia__headline {
    display: none
}

.socialmedia__list {
    margin: 0 !important;
    display: flex
}

.socialmedia__list-item {
    background: 0 0 !important;
    padding: 0 !important;
    margin: 0 !important
}

.socialmedia__link {
    display: block;
    width: 19px;
    height: 21px;
    margin-left: 17px;
    background-position: 50% 50%, -999px -999px;
    text-indent: -999em
}

.socialmedia__link--facebook {
    background-image: url(../welcome/files/teaser-social-facebook-icon.svg), url(../welcome/files/teaser-social-facebook-icon-hover.svg)
}

.socialmedia__link--facebook:hover {
    background-image: url(../welcome/files/teaser-social-facebook-icon-hover.svg)
}

.socialmedia__link--twitter {
    background-image: url(../welcome/files/teaser-social-twitter-icon.svg), url(../welcome/files/teaser-social-twitter-icon-hover.svg)
}

.socialmedia__link--twitter:hover {
    background-image: url(../welcome/files/teaser-social-twitter-icon-hover.svg)
}

.socialmedia__link--youtube {
    background-image: url(../welcome/files/teaser-social-youtube-icon.svg), url(../welcome/files/teaser-social-youtube-icon-hover.svg)
}

.socialmedia__link--youtube:hover {
    background-image: url(../welcome/files/teaser-social-youtube-icon-hover.svg)
}

.socialmedia__link--linked-in {
    background-image: url(../welcome/files/teaser-social-linked-in-icon.svg), url(../welcome/files/teaser-social-linked-in-icon-hover.svg)
}

.socialmedia__link--linked-in:hover {
    background-image: url(../welcome/files/teaser-social-linked-in-icon-hover.svg)
}

.socialmedia__link--google-plus {
    background-position: 50% 100%, -999px -999px;
    background-image: url(../welcome/files/teaser-social-google-plus-icon.svg), url(../welcome/files/teaser-social-google-plus-icon-hover.svg)
}

.socialmedia__link--google-plus:hover {
    background-image: url(../welcome/files/teaser-social-google-plus-icon-hover.svg)
}

.feedback-link {
    display: block;
    border-left: 1px solid #d2e1eb;
    height: 36px;
    width: 62px;
    text-indent: -999em;
    margin-left: 20px;
    background-position: 100% 50%, -999px -999px;
    background-image: url(../welcome/files/icon-feedback.svg), url(../welcome/files/icon-feedback-hover.svg)
}

.feedback-link:hover {
    background-image: url(../welcome/files/icon-feedback-hover.svg)
}

#localnav {
    position: absolute;
    clip: rect(0 0 0 0);
    height: 0;
    width: 0;
    overflow: hidden
}

#localnav ul {
    padding: 0
}

#localnav li {
    padding: 0;
    background: 0 0;
    text-indent: 0;
    margin-left: 0
}

#localnav li:before {
    content: none
}

@media all and (min-width: 1100px) {
    .no-touch #localnav {
        position: fixed;
        clip: auto;
        width: auto;
        height: auto;
        overflow: visible;
        top: 50vh;
        left: auto;
        right: 24px;
        margin-top: -50px;
        z-index: 61
    }

    #localnav li {
        margin-bottom: 5px
    }

    #localnav li a {
        position: relative;
        display: block;
        height: 20px;
        width: 25px
    }

    #localnav li .inactive-indicator {
        position: absolute;
        left: 0;
        top: 10px;
        display: block;
        width: 25px;
        height: 5px;
        background: rgba(0, 166, 214, .3)
    }

    #localnav li .active-indicator {
        position: absolute;
        left: 0;
        top: 10px;
        display: block;
        width: 25px;
        height: 5px;
        background: #f60;
        opacity: 0
    }

    #localnav li .title {
        position: absolute;
        right: 40px;
        top: 0;
        height: 26px;
        background-color: #f60;
        white-space: nowrap;
        color: #fff;
        font-size: 13px;
        line-height: 27px;
        padding: 0 5px;
        display: none
    }

    #localnav li a {
        outline: 0 !important
    }

    #localnav li a:hover .title {
        display: block
    }

    #localnav li a:hover .inactive-indicator {
        background: #f60;
        outline: 0 !important
    }
}

.youtube {
    padding: 0
}

.youtube p {
    padding: 0;
    margin: 0
}

.youtube nav.flatnav {
    display: none
}

.cookie-layer {
    position: fixed;
    z-index: 70;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-size: 14px;
    transform: translateY(100%);
    transition: transform 1s;
    transition-delay: .5s
}

.cookie-layer--active {
    display: block;
    transform: translateY(0)
}

.cookie-layer__inner {
    padding: 15px 15px 30px;
    max-width: 970px;
    margin: 0 auto
}

.cookie-layer__text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px
}

.cookie-layer__more {
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1;
    color: #353333;
    background: #d2e1eb;
    display: inline-block;
    padding: 8px 10px 8px 10px;
    margin-right: 20px;
    text-decoration: none
}

.cookie-layer__more:hover {
    color: #fff;
    background-color: #353333
}

.cookie-layer__button {
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1;
    color: #353333;
    display: inline-block;
    padding: 8px 28px 8px 10px;
    background: #d2e1eb url(../files/chapter-entry-arrow-darkblue.svg) no-repeat;
    background-position: calc(100% - 8px) 10px;
    background-size: 14px auto;
    outline: 0;
    cursor: pointer
}

.cookie-layer__button:hover {
    color: #fff;
    background-color: #353333;
    background-image: url(../files/chapter-entry-arrow-white.svg)
}

.site_weiterempfehlen fieldset {
    border: none
}

body.site_weiterempfehlen #popupPagebody {
    padding: 4em 8em 0
}

body.site_weiterempfehlen #mainpanel {
    padding: 0
}

body.site_weiterempfehlen h2 {
    font-size: 1.46em;
    margin-top: 0;
    margin-bottom: .1em;
    font-family: Arial, Helvetica, sans-serif
}

body.site_weiterempfehlen fieldset {
    margin-top: .7em
}

body.site_weiterempfehlen fieldset:first-child {
    margin-top: 0
}

body.site_weiterempfehlen .content {
    padding-top: 0
}

.site_weiterempfehlen .sendbutton label {
    font-size: 1.09em
}

.site_weiterempfehlen fieldset dt {
    float: left;
    clear: both;
    padding: .4em 0;
    width: 9.81em;
    font-size: 1.2em
}

.site_weiterempfehlen fieldset dd {
    position: relative;
    top: -.4em
}

.ie8 .site_weiterempfehlen fieldset dd, .ie9 .site_weiterempfehlen fieldset dd {
    position: static
}

.site_weiterempfehlen fieldset input, .site_weiterempfehlen fieldset textarea {
    width: 25em;
    border: 1px solid #dee7ea;
    margin: .4em 0;
    padding-top: .2em
}

.site_weiterempfehlen fieldset textarea {
    height: 10em
}

.site_weiterempfehlen .sendbutton {
    border: 1px solid #dee7ea;
    font-weight: 700;
    padding: .6em;
    font-size: 1.09em;
    margin-top: .7em;
    cursor: pointer
}

.ie7 .site_weiterempfehlen .sendbutton {
    margin-left: 31.4em
}

body.popup {
    background: 0 0
}

.popup #mainpanel {
    padding: 1em .75em 0 .75em;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: auto;
    border: none
}

.popup #mainpanel .wrap {
    border: none;
    padding: 0
}

.popup #mainpanel .volltext p {
    font-size: 1em
}

.popup article footer {
    display: none
}

.highslide-loading {
    display: block;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: .3em .3em .3em 2.2em;
    border: 1px solid #fff;
    background-color: #fff;
    background-image: url(../img/hslide_loader_white.gif);
    background-repeat: no-repeat;
    background-position: .3em .3em
}

.highslide-dimming {
    background: #5c7085
}

.highslide-body, .highslide-wrapper {
    background: #fff;
    border: 1px solid #fff
}

.highslide-header {
    padding: 2px 1px 0 0;
    height: 18px
}

.highslide-header > .close {
    display: block;
    height: 18px;
    width: 18px;
    float: right;
    background: url(../img/close.png) 50% 50% no-repeat;
    text-indent: -999999em
}

.highslide-heading {
    font-weight: 700;
    color: #555;
    margin: 0 0 1em 0;
    font-size: 1.3em
}

.print-logo {
    width: 100%;
    height: 77px;
    border-bottom: 3px solid #ecf2f3;
    text-indent: -9999em;
    position: relative
}

.print-logo img.print {
    top: 17px;
    left: 25px;
    position: absolute
}

.content .slider {
    list-style: none;
    padding-left: 0
}

.bx-wrapper {
    font-size: 10px;
    margin: 0 auto 4em;
    padding: 0;
    position: relative
}

.bx-wrapper img {
    display: block;
    max-width: 100%
}

.bx-wrapper ul {
    margin: 0;
    padding: 0
}

.bx-wrapper a {
    outline: 0;
    text-decoration: none
}

.bx-next, .bx-prev {
    background-color: rgba(0, 0, 0, .1);
    color: #6e6a69;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 1em;
    line-height: 1;
    margin: -.5em 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 1em;
    z-index: 100
}

.bx-next {
    border-radius: 2.5em 0 0 2.5em;
    right: 0
}

.bx-prev {
    border-radius: 0 2.5em 2.5em 0;
    left: 0
}

.bx-pager {
    bottom: -2em;
    position: absolute;
    text-align: center;
    width: 100%
}

.bx-pager-item {
    display: inline-block;
    zoom: 1
}

.bx-pager-link {
    background-color: #97c227;
    -webkit-border-radius: .5em;
    -moz-border-radios: .5em;
    border-radius: .5em;
    display: block;
    height: 1em;
    margin: .5em;
    -webkit-transition: background .5s;
    transition: background .5s;
    text-indent: -999em;
    width: 1em
}

.bx-pager-link.active {
    background-color: #993e90
}

.slider > [class^=slide-], .slider > div, .slider > li {
    font-size: 1.2em
}

#dragToSlide, .team .bx-wrapper {
    display: none
}

.content .bx-wrapper li i, .content .bx-wrapper li:before {
    content: "";
    display: none
}

.team .bx-wrapper {
    width: 230px;
    border: 1px solid #e46161;
    padding: 1px;
    z-index: 2
}

.team .bx-wrapper img {
    max-width: none
}

.slide-text.drag {
    display: none;
    text-align: center;
    text-transform: uppercase;
    color: #e24242;
    font-size: 1.2em;
    z-index: 1;
    position: relative;
    top: -2.3em;
    padding-left: 0;
    margin-bottom: 1.5em
}

.bx-next, .bx-prev {
    font-size: 1em;
    border-radius: 0;
    text-indent: -9999em;
    display: block;
    background: red;
    width: 80px;
    height: 80px
}

#matrix-container, #pdf-matrix-container {
    position: relative;
    box-sizing: border-box;
    max-width: 710px;
    font-family: LindeDaxRegWeb;
    margin-bottom: 40px
}

#matrix-container ul, #pdf-matrix-container ul {
    margin: 0;
    padding: 0
}

@media all and (min-width: 710px) {
    #matrix-container, #pdf-matrix-container {
        padding-left: 28px
    }
}

@media print {
    #matrix-container, #pdf-matrix-container {
        padding-left: 28px
    }
}

#matrix-container .vertical-container, #pdf-matrix-container .vertical-container {
    position: absolute;
    width: 28px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff
}

#matrix-container .vertical-container .vertical-content, #pdf-matrix-container .vertical-container .vertical-content {
    position: relative
}

#matrix-container:after, #pdf-matrix-container:after {
    content: '';
    clear: both
}

#matrix-container .row:after, #pdf-matrix-container .row:after {
    content: '';
    clear: both
}

#matrix-container .col-6, #pdf-matrix-container .col-6 {
    float: left;
    width: 47.5%
}

#matrix-container .col-6-l, #pdf-matrix-container .col-6-l {
    margin-left: 2.5%
}

#matrix-container .col-6-r, #pdf-matrix-container .col-6-r {
    margin-right: 2.5%
}

#matrix-container #matrix-blocks, #pdf-matrix-container #matrix-blocks {
    width: 700px;
    position: relative
}

#matrix-container #matrix-blocks:after, #pdf-matrix-container #matrix-blocks:after {
    content: "";
    display: block;
    clear: both
}

#matrix-container #matrix-blocks .matrix-block, #pdf-matrix-container #matrix-blocks .matrix-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 226px;
    height: 226px;
    background-color: #f1f6f9;
    margin-right: 2px;
    margin-bottom: 2px;
    float: left;
    color: #353333;
    font-size: 15px
}

#matrix-container #matrix-blocks .matrix-block ul, #pdf-matrix-container #matrix-blocks .matrix-block ul {
    margin: 18px 20px 20px 20px;
    padding-left: 12px
}

#matrix-container #matrix-blocks .matrix-block ul li, #pdf-matrix-container #matrix-blocks .matrix-block ul li {
    list-style: none;
    margin-bottom: 3px;
    background: 0 0;
    font-size: 15px;
    line-height: 19px;
    padding: 0
}

#matrix-container #matrix-blocks .matrix-block ul li:before, #pdf-matrix-container #matrix-blocks .matrix-block ul li:before {
    width: 0;
    content: '';
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #6b8fb5;
    position: absolute;
    margin-left: -12px;
    margin-top: 5px;
    z-index: 0
}

@media print {
    #matrix-container #matrix-blocks .matrix-block, #pdf-matrix-container #matrix-blocks .matrix-block {
        border: 1px solid #f1f6f9;
        -webkit-print-color-adjust: exact
    }
}

#matrix-container #matrix-blocks .highlight, #pdf-matrix-container #matrix-blocks .highlight {
    background-color: #dfeaf1
}

#matrix-container .matrix-link, #pdf-matrix-container .matrix-link {
    font-family: LindeDaxRegWeb;
    line-height: 19px;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    color: #353333
}

#matrix-container .matrix-link span, #pdf-matrix-container .matrix-link span {
    display: block;
    color: #00f;
    font-size: 10px;
    display: none
}

#matrix-container .matrix-link:hover, #pdf-matrix-container .matrix-link:hover {
    color: #353333;
    text-decoration: underline
}

#matrix-container .active, #pdf-matrix-container .active {
    color: #353333
}

#matrix-container .matrix-hidden, #pdf-matrix-container .matrix-hidden {
    color: rgba(0, 45, 90, .5)
}

#matrix-container #modal-container, #pdf-matrix-container #modal-container {
    z-index: 1000
}

#matrix-container .modal, #pdf-matrix-container .modal {
    box-sizing: border-box;
    position: absolute;
    width: 682px;
    border-right: 3px solid #fff;
    border-top: 1px solid #fff;
    height: 100%;
    background-color: rgba(163, 181, 194, .65);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px
}

#matrix-container .modal .modal-content, #pdf-matrix-container .modal .modal-content {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 414px;
    background-color: #fff;
    color: #353333;
    padding: 40px 30px 40px 30px;
    animation: splash .5s normal forwards ease-in-out
}

@keyframes splash {
    from {
        opacity: 0;
        transform: scale(.8, .8)
    }
    to {
        transform: scale(1, 1)
    }
}

#matrix-container .modal .modal-content .row p, #pdf-matrix-container .modal .modal-content .row p {
    margin: 0;
    margin-top: 20px
}

#matrix-container .modal .modal-content h3, #pdf-matrix-container .modal .modal-content h3 {
    margin: 0 0 32px 0;
    font-family: LindeDaxMedWeb;
    font-size: 22px;
    color: #353333
}

#matrix-container .modal .modal-content h3 a, #pdf-matrix-container .modal .modal-content h3 a {
    color: #353333;
    display: inline-block;
    font-family: LindeDaxMedWeb;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 400;
    text-decoration: none
}

#matrix-container .modal .modal-content h3 a:hover, #pdf-matrix-container .modal .modal-content h3 a:hover {
    text-decoration: underline
}

#matrix-container .modal .modal-content h3 a:hover:after, #pdf-matrix-container .modal .modal-content h3 a:hover:after {
    margin-left: 15px
}

#matrix-container .modal .modal-content h3 a:after, #pdf-matrix-container .modal .modal-content h3 a:after {
    content: '';
    height: 17px;
    width: 20px;
    margin-left: 10px;
    background: url(../img/matrix-arrow.png) no-repeat;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    position: absolute;
    margin-top: 2px
}

#matrix-container .modal .modal-content h4, #pdf-matrix-container .modal .modal-content h4 {
    border-bottom: 1px solid #a3b5c2;
    height: 62px;
    margin: 0;
    padding-right: 20px;
    font-family: LindeDaxMedWeb;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    padding-bottom: 5px
}

#matrix-container .modal .modal-content #close-icon, #pdf-matrix-container .modal .modal-content #close-icon {
    display: block;
    color: #353333;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px
}

#matrix-container .modal .modal-content #close-icon:before, #pdf-matrix-container .modal .modal-content #close-icon:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 6px;
    width: 12px;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#matrix-container .modal .modal-content #close-icon:after, #pdf-matrix-container .modal .modal-content #close-icon:after {
    content: '';
    position: absolute;
    top: 11px;
    width: 12px;
    height: 2px;
    left: 6px;
    background-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#matrix-container .modal .modal-content .footer, #pdf-matrix-container .modal .modal-content .footer {
    box-sizing: border-box;
    background-color: #f5f8f9;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px 0 30px
}

#matrix-container .modal .modal-content .footer-indicator, #pdf-matrix-container .modal .modal-content .footer-indicator {
    float: left;
    width: 112px;
    height: 60px
}

#matrix-container .modal .modal-content .footer-indicator p, #pdf-matrix-container .modal .modal-content .footer-indicator p {
    font-size: 12px;
    line-height: 13px;
    margin-top: 15px;
    margin-bottom: 6px;
    margin-left: -2px
}

#matrix-container .modal .modal-content .indicator-value, #pdf-matrix-container .modal .modal-content .indicator-value {
    padding-left: 39px;
    font-family: LindeDaxRegWeb;
    font-size: 15px;
    line-height: 16px;
    color: #353333
}

#matrix-container .modal .modal-content .indicator, #pdf-matrix-container .modal .modal-content .indicator {
    position: absolute;
    width: 8px;
    height: 8px;
    margin-left: 9px;
    margin-top: 6px;
    border-radius: 50%
}

#matrix-container .modal .modal-content .indicator-0, #pdf-matrix-container .modal .modal-content .indicator-0 {
    background-color: #dfeaf1
}

#matrix-container .modal .modal-content .indicator-0:before, #pdf-matrix-container .modal .modal-content .indicator-0:before {
    background-color: #dfeaf1;
    content: '';
    position: absolute;
    left: -10px;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

#matrix-container .modal .modal-content .indicator-0:after, #pdf-matrix-container .modal .modal-content .indicator-0:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 10px;
    background-color: #dfeaf1;
    border-radius: 50%
}

#matrix-container .modal .modal-content .indicator-1, #pdf-matrix-container .modal .modal-content .indicator-1 {
    background-color: #dfeaf1
}

#matrix-container .modal .modal-content .indicator-1:before, #pdf-matrix-container .modal .modal-content .indicator-1:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: -10px;
    background-color: #0d5c91;
    border-radius: 50%
}

#matrix-container .modal .modal-content .indicator-1:after, #pdf-matrix-container .modal .modal-content .indicator-1:after {
    content: '';
    position: absolute;
    left: 10px;
    width: 8px;
    height: 8px;
    background-color: #dfeaf1;
    border-radius: 50%
}

#matrix-container .modal .modal-content .indicator-2, #pdf-matrix-container .modal .modal-content .indicator-2 {
    background-color: #0d5c91
}

#matrix-container .modal .modal-content .indicator-2:before, #pdf-matrix-container .modal .modal-content .indicator-2:before {
    background-color: #0d5c91;
    content: '';
    position: absolute;
    left: -10px;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

#matrix-container .modal .modal-content .indicator-2:after, #pdf-matrix-container .modal .modal-content .indicator-2:after {
    content: '';
    position: absolute;
    left: 10px;
    width: 8px;
    height: 8px;
    background-color: #dfeaf1;
    border-radius: 50%
}

#matrix-container .modal .modal-content .indicator-3, #pdf-matrix-container .modal .modal-content .indicator-3 {
    background-color: #0d5c91
}

#matrix-container .modal .modal-content .indicator-3:before, #pdf-matrix-container .modal .modal-content .indicator-3:before {
    background-color: #0d5c91;
    content: '';
    position: absolute;
    left: -10px;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

#matrix-container .modal .modal-content .indicator-3:after, #pdf-matrix-container .modal .modal-content .indicator-3:after {
    content: '';
    position: absolute;
    left: 10px;
    width: 8px;
    height: 8px;
    background-color: #0d5c91;
    border-radius: 50%
}

#matrix-container .matrix-filters, #pdf-matrix-container .matrix-filters {
    height: 82px
}

#matrix-container .matrix-filters:after, #pdf-matrix-container .matrix-filters:after {
    content: '';
    clear: both
}

#matrix-container .matrix-filters .matrix-filters-group h2, #pdf-matrix-container .matrix-filters .matrix-filters-group h2 {
    font-family: LindeDaxMedWeb;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    color: #353333;
    line-height: 15px;
    font-weight: 400;
    border-bottom: 1px solid #a3b5c2;
    padding-bottom: 12px
}

#matrix-container .matrix-filters .matrix-filters-group .form-gr, #pdf-matrix-container .matrix-filters .matrix-filters-group .form-gr {
    float: left;
    width: 130px;
    margin-top: 10px
}

#matrix-container .matrix-filters .matrix-filters-group .form-gr input, #pdf-matrix-container .matrix-filters .matrix-filters-group .form-gr input {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    margin-right: 4px
}

#matrix-container .matrix-filters #matrix-filters-group-1, #pdf-matrix-container .matrix-filters #matrix-filters-group-1 {
    float: left;
    width: 38.5%;
    margin-right: 3%
}

#matrix-container .matrix-filters #matrix-filters-group-2, #pdf-matrix-container .matrix-filters #matrix-filters-group-2 {
    float: left;
    width: 58.5%
}

#matrix-container .matrix-text-lbl, #pdf-matrix-container .matrix-text-lbl {
    font-size: 15px;
    color: #042047;
    line-height: 16px;
    display: inline-block;
    margin-left: 22px;
    cursor: pointer
}

#matrix-container .matrix-text-lbl::first-letter, #pdf-matrix-container .matrix-text-lbl::first-letter {
    color: inherit
}

#matrix-container label.matrix-text-lbl::first-letter, #pdf-matrix-container label.matrix-text-lbl::first-letter {
    border: 1px solid;
    font-weight: 700;
    color: red
}

#matrix-container .matrix-checkbox, #pdf-matrix-container .matrix-checkbox {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #353333;
    display: inline-block
}

#matrix-container .matrix-checkbox label, #pdf-matrix-container .matrix-checkbox label {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 2px;
    left: 2px;
    cursor: pointer;
    background: #fff;
    border: none
}

#matrix-container .matrix-checkbox label:after, #pdf-matrix-container .matrix-checkbox label:after {
    border: none;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background: #0d5c91;
    opacity: 0
}

#matrix-container .matrix-checkbox input[type=checkbox], #matrix-container .matrix-checkbox input[type=radio], #pdf-matrix-container .matrix-checkbox input[type=checkbox], #pdf-matrix-container .matrix-checkbox input[type=radio] {
    visibility: hidden
}

#matrix-container .matrix-checkbox input[type=checkbox]:checked + label:after, #matrix-container .matrix-checkbox input[type=radio]:checked + label:after, #pdf-matrix-container .matrix-checkbox input[type=checkbox]:checked + label:after, #pdf-matrix-container .matrix-checkbox input[type=radio]:checked + label:after {
    opacity: 1
}

#matrix-container .matrix-, #pdf-matrix-container .matrix- {
    position: relative
}

#matrix-container .matrix- img, #pdf-matrix-container .matrix- img {
    position: absolute;
    margin-top: 3px;
    z-index: 0
}

#matrix-container .matrix- p, #pdf-matrix-container .matrix- p {
    display: flex;
    justify-content: center
}

#matrix-container .matrix- p span, #pdf-matrix-container .matrix- p span {
    background-color: #fff;
    padding: 0 10px 0 10px;
    font-size: 15px;
    color: #353333;
    z-index: 10000;
    text-transform: uppercase
}

#matrix-container #matrix-arrow-v, #pdf-matrix-container #matrix-arrow-v {
    position: relative
}

#matrix-container #matrix-arrow-v img, #pdf-matrix-container #matrix-arrow-v img {
    position: absolute;
    transform: rotate(-90deg);
    margin-left: -332px;
    top: 342px
}

#matrix-container #matrix-arrow-v .vertical-text, #pdf-matrix-container #matrix-arrow-v .vertical-text {
    position: absolute;
    left: 9px;
    transform: rotate(-90deg);
    transform-origin: 0;
    width: 680px;
    top: 660px;
    text-align: center;
    background: rgba(0, 0, 0, 0) url(../img/arrow_matrix_h.png) no-repeat scroll -10px 4px
}

#matrix-container #matrix-arrow-v .vertical-text span, #pdf-matrix-container #matrix-arrow-v .vertical-text span {
    background-color: #fff;
    padding: 0 10px 0 10px;
    font-size: 15px;
    color: #353333;
    text-transform: uppercase
}

#matrix-container .mobile-matrix-link, #pdf-matrix-container .mobile-matrix-link {
    list-style: none !important;
    background: 0 0;
    background-color: #dfeaf1;
    margin-bottom: 4px
}

#matrix-container .mobile-matrix-link a, #pdf-matrix-container .mobile-matrix-link a {
    display: block;
    color: #353333;
    text-decoration: none;
    font-family: LindeDaxMedWeb;
    font-size: 15px;
    line-height: 16px;
    padding: 14px 14px 11px 15px;
    position: relative
}

@media all and (min-width: 310px) {
    #matrix-container .mobile-matrix-link a:after, #pdf-matrix-container .mobile-matrix-link a:after {
        content: '';
        position: absolute;
        background: url(../files/matrix-arrow_dark.svg) no-repeat;
        width: 17px;
        height: 13px;
        right: 16px
    }
}

#matrix-container .matrix-link-inactive, #pdf-matrix-container .matrix-link-inactive {
    opacity: .2
}

#matrix-container #matrix-arrow-h p, #pdf-matrix-container #matrix-arrow-h p {
    margin-top: 10px;
    position: relative;
    background: rgba(0, 0, 0, 0) url(../img/arrow_matrix_h.png) no-repeat scroll -2px 4px;
    text-align: center
}

#matrix-container #matrix-arrow-h p span, #pdf-matrix-container #matrix-arrow-h p span {
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase
}

#matrix-container #matrix-arrow-h .long-arrow, #pdf-matrix-container #matrix-arrow-h .long-arrow {
    width: 683px;
    height: 10px;
    position: absolute;
    z-index: 0
}

#matrix-container label.matrix-text-lbl::first-letter {
    color: #353333;
    border: none;
    font-weight: 400
}

.nowrap {
    white-space: nowrap
}

.spreadsheed td h2 {
    font-size: 1.5384em
}

@media screen and (max-width: 400px) {
    .spreadsheet {
        font-size: 8px
    }
}

.spreadsheet {
    margin: 0 0 2.8em 0
}

.spreadsheet .table-info {
    z-index: 10
}

.js .global-compact .spreadsheet .toggle, .js .gri-global-compact-index .spreadsheet .toggle {
    cursor: pointer;
    background: url(../files/akkordeon-closed.svg) no-repeat #353333;
    background-position: calc(100% - 14px) 8px
}

.js .global-compact .spreadsheet.active .toggle, .js .gri-global-compact-index .spreadsheet.active .toggle {
    background: url(../files/akkordeon-opened.svg) no-repeat #353333;
    background-position: calc(100% - 14px) 14px
}

.js .global-compact .spreadsheet .toggle + tr, .js .global-compact .spreadsheet tBody, .js .gri-global-compact-index .spreadsheet .toggle + tr, .js .gri-global-compact-index .spreadsheet tBody {
    display: none
}

.js .global-compact .spreadsheet.active .toggle + tr, .js .gri-global-compact-index .spreadsheet.active .toggle + tr {
    display: table-row
}

.js .global-compact .spreadsheet.active tBody, .js .gri-global-compact-index .spreadsheet.active tBody {
    display: table-row-group
}

.js .global-compact .spreadsheet .toggle p, .js .gri-global-compact-index .spreadsheet .toggle p {
    margin: 0;
    font-family: LindeDaxRegWeb, Helvetica, Arial, sans-serif;
    font-size: 20px;
    padding: 3px 0 2px 16px;
    color: #fff
}

.js .global-compact .spreadsheet + .spreadsheet .toggle p, .js .gri-global-compact-index .spreadsheet + .spreadsheet .toggle p {
    border-top: 0
}

.js .global-compact .spreadsheet .toggle strong, .js .gri-global-compact-index .spreadsheet .toggle strong {
    font-weight: 400
}

.js .global-compact div.spreadsheet, .js .gri-global-compact-index div.spreadsheet {
    margin-bottom: 15px
}

.js .global-compact .spreadsheet .toggle strong {
    font-family: LindeDaxMedWeb, Helvetica, Arial, sans-serif
}

.js .popup .content .spreadsheet thead tr + tr {
    display: table-row
}

.js .popup .content .spreadsheet thead tr p {
    background: 0 0
}

.js .popup .content .spreadsheet thead tr td {
    border-top: 0
}

.content ol, .content ul {
    list-style-type: none;
    margin: 0 0 1.7em 0
}

.content ol ul, .content ul ul {
    margin-bottom: 0
}

.content .spreadsheet ol, .content .spreadsheet ul {
    margin-bottom: 0
}

.content ul li {
    padding-left: 1.3em;
    margin: 0 0 0.6em 20px;
    font-size: 1em;
    line-height: 1.4;
    background-size: 10px 2px;
    background-position: 0 9px;
}

.content .spreadsheet ul li {
    font-size: 14px
}

.spreadsheet, .tabelle {
    overflow-x: auto
}

.lt-ie8 .spreadsheet, .lt-ie8 .tabelle {
    overflow-x: visible
}

.spreadsheet table.crr2016 td.crr2016-2 p, .spreadsheet table.crr2016 th.crr2016-2 p {
    color: #353333
}

.spreadsheet .crr2016-2 {
    color: #353333;
    border-bottom: solid 1px #ccdade
}

.spreadsheet table.crr2016 td.crr2016-2 p, .spreadsheet table.crr2016 th.crr2016-2 p {
    color: #353333
}

.spreadsheet #spreadsheet__temp-wrapper {
    border: 2px dashed red;
    margin: -2px
}

.spreadsheet #spreadsheet__temp-wrapper:before {
    content: "tentative table:";
    background-color: red;
    color: #fff;
    font-family: monospace, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    padding: 4px 8px 5px;
    margin: -2px 0 5px -2px;
    display: inline-block
}

.spreadsheet .spreadsheet__header + .spreadsheet__table-wrapper > #spreadsheet__temp-wrapper, .spreadsheet .zoom + .spreadsheet__table-wrapper > #temp-wrapper {
    margin-top: 5px
}

.spreadsheet .align-left, .spreadsheet .textAlign-left {
    text-align: left
}

.spreadsheet .align-right, .spreadsheet .textAlign-right {
    text-align: right
}

.spreadsheet .align-center, .spreadsheet .textAlign-center {
    text-align: center
}

.spreadsheet .wbr:before {
    content: "\200B"
}

.spreadsheet .width-0 {
    width: 0%
}

.spreadsheet .width-1 {
    width: 1%
}

.spreadsheet .width-3 {
    width: 3%
}

.spreadsheet .width-5 {
    width: 5%
}

.spreadsheet .width-8 {
    width: 8%
}

.spreadsheet .width-9 {
    width: 9%
}

.spreadsheet .width-10 {
    width: 10%
}

.spreadsheet .width-11 {
    width: 11%
}

.spreadsheet .width-12 {
    width: 12%
}

.spreadsheet .width-13 {
    width: 13%
}

.spreadsheet .width-15 {
    width: 15%
}

.spreadsheet .width-16 {
    width: 16%
}

.spreadsheet .width-19 {
    width: 19%
}

.spreadsheet .width-22 {
    width: 22%
}

.spreadsheet .width-25 {
    width: 25%
}

.spreadsheet .width-27 {
    width: 27%
}

.spreadsheet .width-30 {
    width: 30%
}

.spreadsheet .width-32 {
    width: 32%
}

.spreadsheet .width-33 {
    width: 33%
}

.spreadsheet .width-34 {
    width: 34%
}

.spreadsheet .width-35 {
    width: 35%
}

.spreadsheet .width-36 {
    width: 36%
}

.spreadsheet .width-37 {
    width: 37%
}

.spreadsheet .width-39 {
    width: 39%
}

.spreadsheet .width-40 {
    width: 40%
}

.spreadsheet .width-42 {
    width: 42%
}

.spreadsheet .width-44 {
    width: 44%
}

.spreadsheet .width-47 {
    width: 47%
}

.spreadsheet .width-49 {
    width: 49%
}

.spreadsheet .width-59 {
    width: 59%
}

.spreadsheet .width-66 {
    width: 66%
}

.spreadsheet .width-99 {
    width: 99%
}

.spreadsheet .width-100 {
    width: 100%
}

.spreadsheet .width-auto {
    width: auto
}

.spreadsheet sub {
    font-size: .643em;
    line-height: 0;
    vertical-align: sub;
    position: static;
    top: -.25em
}

.spreadsheet sup {
    font-size: .643em;
    line-height: 0;
    vertical-align: super;
    position: static;
    top: -.5em
}

.spreadsheet sup.asterisk {
    font-size: inherit;
    line-height: inherit;
    vertical-align: baseline;
    top: 0
}

.spreadsheet table {
    border: 0;
    border-spacing: 0;
    border-collapse: separate
}

.spreadsheet table.crr2016 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 140%;
    padding-top: 0;
    padding-bottom: 0
}

.spreadsheet.oversized table.crr2016 tbody, .spreadsheet.oversized table.crr2016 tfoot, .spreadsheet.oversized table.crr2016 thead {
    font-size: 8px
}

.spreadsheet td, .spreadsheet th {
    font-weight: 400;
    font-size: 1em;
    padding: 0 2px 0 1px;
    line-height: 120%;
    vertical-align: bottom
}

.spreadsheet.oversized td, .spreadsheet.oversized th {
    padding: 0 2px 0 2px;
    line-height: 120%
}

.spreadsheet table.crr2016 p {
    font-size: 1em;
    padding: 4px 0 3px 0;
    margin: 0 4px 0 0;
    vertical-align: bottom
}

.spreadsheet.oversized table.crr2016 p {
    padding: 2px 0 2px 0;
    margin: 0
}

.spreadsheet td.table-footnote {
    font-size: 1em;
    padding-left: 0;
    padding-right: 0;
    margin: 0
}

.spreadsheet td.table-footnote table {
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    margin-top: 7px;
    width: 100%
}

.spreadsheet td.table-footnote p {
    padding: 0 0 3px 0;
    margin: 0 4px 0 0
}

.spreadsheet td.table-footnote td, .spreadsheet td.table-footnote th {
    padding: 0 2px 0 1px;
    vertical-align: top;
    line-height: 120%
}

.spreadsheet td.inbetween {
    padding: 4px 2px 3px 1px;
    margin: 0 4px 0 0;
    font-size: 0;
    line-height: 0
}

.spreadsheet td.empty, .spreadsheet td.empty p, .spreadsheet td.inbetween p {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0
}

.spreadsheet tr.empty td, .spreadsheet tr.empty td p {
    line-height: 100%
}

.spreadsheet table.highlight tr.active, .spreadsheet table.highlight tr.hover {
    background: 0 0
}

.spreadsheet table.crr2016 > tbody tr.highlightclick td, .spreadsheet table.crr2016 > tbody tr.highlightclick td p, .spreadsheet table.crr2016 > tbody tr.highlightclick th, .spreadsheet table.crr2016 > tbody tr.highlightclick th p {
    color: #fff;
    background-color: #f60
}

.spreadsheet table.crr2016 > tbody tr.highlightclick td a, .spreadsheet table.crr2016 > tbody tr.highlightclick td a:visited, .spreadsheet table.crr2016 > tbody tr.highlightclick th a, .spreadsheet table.crr2016 > tbody tr.highlightclick th a:visited {
    background-color: #f60
}

.spreadsheet table.crr2016 > tbody tr.highlightclick td a:active, .spreadsheet table.crr2016 > tbody tr.highlightclick td a:focus, .spreadsheet table.crr2016 > tbody tr.highlightclick td a:hover, .spreadsheet table.crr2016 > tbody tr.highlightclick th a:active, .spreadsheet table.crr2016 > tbody tr.highlightclick th a:focus, .spreadsheet table.crr2016 > tbody tr.highlightclick th a:hover {
    background-color: #f60
}

.spreadsheet table.crr2016 > tbody tr.highlightmouseover td, .spreadsheet table.crr2016 > tbody tr.highlightmouseover td p, .spreadsheet table.crr2016 > tbody tr.highlightmouseover th, .spreadsheet table.crr2016 > tbody tr.highlightmouseover th p {
    color: #000;
    background-color: #d2dde9
}

.spreadsheet table.crr2016 > tbody tr.highlightmouseover td a, .spreadsheet table.crr2016 > tbody tr.highlightmouseover td a:visited, .spreadsheet table.crr2016 > tbody tr.highlightmouseover th a, .spreadsheet table.crr2016 > tbody tr.highlightmouseover th a:visited {
    background-color: #d2dde9
}

.spreadsheet table.crr2016 > tbody tr.highlightmouseover td a:active, .spreadsheet table.crr2016 > tbody tr.highlightmouseover td a:focus, .spreadsheet table.crr2016 > tbody tr.highlightmouseover td a:hover, .spreadsheet table.crr2016 > tbody tr.highlightmouseover th a:active, .spreadsheet table.crr2016 > tbody tr.highlightmouseover th a:focus, .spreadsheet table.crr2016 > tbody tr.highlightmouseover th a:hover {
    background-color: #d2dde9
}

.spreadsheet .crr2016-1 {
    color: #353333;
    vertical-align: top;
    border-bottom: solid 1px #ccdade
}

.spreadsheet table.crr2016 td.crr2016-1 p, .spreadsheet table.crr2016 th.crr2016-1 p {
    color: #353333
}

.spreadsheet .crr2016-2 {
    color: #353333;
    border-bottom: solid 1px #ccdade
}

.spreadsheet table.crr2016 td.crr2016-2 p, .spreadsheet table.crr2016 th.crr2016-2 p {
    color: #353333
}

.spreadsheet .crr2016-3 {
    color: #00305c;
    border-bottom: solid 2px #00305c
}

.spreadsheet table.crr2016 td.crr2016-3 p, .spreadsheet table.crr2016 th.crr2016-3 p {
    color: #00305c
}

.spreadsheet .crr2016-5 {
    color: #353333;
    border-bottom: solid 2px #353333
}

.spreadsheet table.crr2016 td.crr2016-5 p, .spreadsheet table.crr2016 th.crr2016-5 p {
    color: #353333
}

.spreadsheet .crr2016-6 {
    color: #f60;
    font-size: .857em;
    border-bottom: solid 2px #f60
}

.spreadsheet table.crr2016 td.crr2016-6 p, .spreadsheet table.crr2016 th.crr2016-6 p {
    color: #f60;
    font-size: 1em
}

.spreadsheet .crr2016-7 {
    color: #353333;
    font-size: .857em;
    border-bottom: solid 2px #353333
}

.spreadsheet table.crr2016 td.crr2016-7 p, .spreadsheet table.crr2016 th.crr2016-7 p {
    color: #353333;
    font-size: 1em
}

.spreadsheet .crr2016-8 {
    color: #f60;
    border-right: solid 2px #f60
}

.spreadsheet table.crr2016 td.crr2016-8 p, .spreadsheet table.crr2016 th.crr2016-8 p {
    color: #f60;
    border-bottom: solid 1px #ccdade
}

.spreadsheet .crr2016-9 {
    color: #353333;
    border-right: solid 2px #353333
}

.spreadsheet table.crr2016 td.crr2016-9 p, .spreadsheet table.crr2016 th.crr2016-9 p {
    color: #353333;
    border-bottom: solid 1px #ccdade
}

.spreadsheet .crr2016-10 {
    color: #353333
}

.spreadsheet table.crr2016 td.crr2016-10 p, .spreadsheet table.crr2016 th.crr2016-10 p {
    color: #353333
}

.spreadsheet .crr2016-11 {
    color: #f60;
    border-right: solid 2px #f60
}

.spreadsheet table.crr2016 td.crr2016-11 p, .spreadsheet table.crr2016 th.crr2016-11 p {
    color: #f60
}

.spreadsheet .crr2016-12 {
    color: #353333;
    border-right: solid 2px #353333
}

.spreadsheet table.crr2016 td.crr2016-12 p, .spreadsheet table.crr2016 th.crr2016-12 p {
    color: #353333
}

.spreadsheet .crr2016-13 {
    color: #353333;
    border-bottom: solid 1px #ccdade
}

.spreadsheet table.crr2016 td.crr2016-13 p, .spreadsheet table.crr2016 th.crr2016-13 p {
    color: #353333;
    padding-left: 10px
}

.spreadsheet .crr2016-14 {
    color: #f60;
    border-right: solid 2px #f60;
    border-bottom: solid 2px #f60
}

.spreadsheet table.crr2016 td.crr2016-14 p, .spreadsheet table.crr2016 th.crr2016-14 p {
    color: #f60
}

.spreadsheet .crr2016-15 {
    color: #353333;
    border-right: solid 2px #353333;
    border-bottom: solid 2px #353333
}

.spreadsheet table.crr2016 td.crr2016-15 p, .spreadsheet table.crr2016 th.crr2016-15 p {
    color: #353333
}

.spreadsheet .crr2016-16 {
    color: #353333;
    font-size: .786em
}

.spreadsheet table.crr2016 td.crr2016-16 p, .spreadsheet table.crr2016 th.crr2016-16 p {
    color: #353333;
    font-size: 1em
}

.spreadsheet .crr2016-17 {
    color: #353333;
    border-bottom: solid 2px #353333
}

.spreadsheet table.crr2016 td.crr2016-17 p, .spreadsheet table.crr2016 th.crr2016-17 p {
    color: #353333;
    padding-left: 10px
}

.spreadsheet .crr2016-18 {
    color: #00305c
}

.spreadsheet table.crr2016 td.crr2016-18 p, .spreadsheet table.crr2016 th.crr2016-18 p {
    color: #00305c
}

.spreadsheet .crr2016-19 {
    font-size: .857em;
    border-bottom: solid 2px #353333
}

.spreadsheet table.crr2016 td.crr2016-19 p, .spreadsheet table.crr2016 th.crr2016-19 p {
    font-size: 1em
}

.spreadsheet .crr2016-20 {
    font-size: .857em
}

.spreadsheet table.crr2016 td.crr2016-20 p, .spreadsheet table.crr2016 th.crr2016-20 p {
    font-size: 1em;
    border-bottom: solid 1px #ccdade
}

.spreadsheet .crr2016-21 {
    color: #00305c;
    border-bottom: solid 1px #ccdade
}

.spreadsheet table.crr2016 td.crr2016-21 p, .spreadsheet table.crr2016 th.crr2016-21 p {
    color: #00305c;
    padding-left: 10px
}

.spreadsheet .crr2016-22 {
    color: #00305c;
    border-bottom: solid 1px #ccdade
}

.spreadsheet table.crr2016 td.crr2016-22 p, .spreadsheet table.crr2016 th.crr2016-22 p {
    color: #00305c
}

.spreadsheet .crr2016-23 {
    color: #f60;
    font-size: 1.214em
}

.spreadsheet table.crr2016 td.crr2016-23 p, .spreadsheet table.crr2016 th.crr2016-23 p {
    color: #f60;
    font-size: 1em
}

.spreadsheet .crr2016-24 {
    color: #f60;
    border-right: solid 2px #f60
}

.spreadsheet table.crr2016 td.crr2016-24 p, .spreadsheet table.crr2016 th.crr2016-24 p {
    color: #f60
}

.spreadsheet .crr2016-25 {
    color: #353333;
    border-right: solid 2px #353333
}

.spreadsheet table.crr2016 td.crr2016-25 p, .spreadsheet table.crr2016 th.crr2016-25 p {
    color: #353333
}

.spreadsheet .crr2016-26 {
    color: #f60;
    border-right: solid 2px #f60;
    border-bottom: solid 1px #ccdade
}

.spreadsheet table.crr2016 td.crr2016-26 p, .spreadsheet table.crr2016 th.crr2016-26 p {
    color: #f60
}

.spreadsheet .crr2016-27 {
    color: #353333;
    border-right: solid 2px #353333;
    border-bottom: solid 1px #ccdade
}

.spreadsheet table.crr2016 td.crr2016-27 p, .spreadsheet table.crr2016 th.crr2016-27 p {
    color: #353333
}

.spreadsheet .crr2016-28 {
    color: #f60;
    font-size: .786em;
    border-bottom: solid 2px #353333
}

.spreadsheet table.crr2016 td.crr2016-28 p, .spreadsheet table.crr2016 th.crr2016-28 p {
    color: #f60;
    font-size: 1em
}

.spreadsheet .crr2016-29 {
    color: #f60;
    font-size: .786em
}

.spreadsheet table.crr2016 td.crr2016-29 p, .spreadsheet table.crr2016 th.crr2016-29 p {
    color: #f60;
    font-size: 1em
}

.spreadsheet .crr2016-30 {
    color: #353333;
    font-size: .786em;
    vertical-align: top;
    border-bottom: solid 1px #ccdade
}

.spreadsheet table.crr2016 td.crr2016-30 p, .spreadsheet table.crr2016 th.crr2016-30 p {
    color: #353333;
    font-size: 1em
}

.spreadsheet .crr2016-31 {
    color: #353333;
    font-size: .786em;
    vertical-align: top;
    border-right: solid 2px #353333
}

.spreadsheet table.crr2016 td.crr2016-31 p, .spreadsheet table.crr2016 th.crr2016-31 p {
    color: #353333;
    font-size: 1em
}

.spreadsheet .crr2016-32 {
    color: #353333;
    font-size: .786em;
    vertical-align: top
}

.spreadsheet table.crr2016 td.crr2016-32 p, .spreadsheet table.crr2016 th.crr2016-32 p {
    color: #353333;
    font-size: 1em
}

.spreadsheet .crr2016-33 {
    color: #353333;
    font-size: .786em;
    vertical-align: top;
    border-bottom: solid 2px #353333
}

.spreadsheet table.crr2016 td.crr2016-33 p, .spreadsheet table.crr2016 th.crr2016-33 p {
    color: #353333;
    font-size: 1em
}

.spreadsheet .crr2016-34 {
    color: #353333;
    font-size: .786em;
    vertical-align: top;
    border-right: solid 2px #353333;
    border-bottom: solid 2px #353333
}

.spreadsheet table.crr2016 td.crr2016-34 p, .spreadsheet table.crr2016 th.crr2016-34 p {
    color: #353333;
    font-size: 1em
}

.spreadsheet .crr2016-35 {
    color: #00305c;
    font-size: .786em
}

.spreadsheet table.crr2016 td.crr2016-35 p, .spreadsheet table.crr2016 th.crr2016-35 p {
    color: #00305c;
    font-size: 1em
}

.spreadsheet .crr2016-36 {
    color: #353333;
    font-size: .786em;
    border-bottom: solid 2px #353333
}

.spreadsheet table.crr2016 td.crr2016-36 p, .spreadsheet table.crr2016 th.crr2016-36 p {
    color: #353333;
    font-size: 1em
}

.spreadsheet .crr2016-37 {
    background-color: #f3f8f9;
    color: #353333
}

.spreadsheet table.crr2016 td.crr2016-37 p, .spreadsheet table.crr2016 th.crr2016-37 p {
    color: #353333
}

.spreadsheet .crr2016-38 {
    background-color: #f3f8f9;
    color: #353333;
    border-bottom: solid 1px #353333
}

.spreadsheet table.crr2016 td.crr2016-38 p, .spreadsheet table.crr2016 th.crr2016-38 p {
    color: #353333
}

.spreadsheet .crr2016-39 {
    color: #353333;
    vertical-align: top;
    border-bottom: solid 1px #353333
}

.spreadsheet table.crr2016 td.crr2016-39 p, .spreadsheet table.crr2016 th.crr2016-39 p {
    color: #353333
}

.spreadsheet .crr2016-40 {
    color: #353333;
    border-bottom: solid 2px #00305c
}

.spreadsheet table.crr2016 td.crr2016-40 p, .spreadsheet table.crr2016 th.crr2016-40 p {
    color: #353333
}

.spreadsheet .crr2016-41 {
    background-color: #f3f8f9;
    color: #353333;
    border-bottom: solid 2px #353333
}

.spreadsheet table.crr2016 td.crr2016-41 p, .spreadsheet table.crr2016 th.crr2016-41 p {
    color: #353333
}

.spreadsheet .crr2016-42 {
    color: #353333;
    vertical-align: top
}

.spreadsheet table.crr2016 td.crr2016-42 p, .spreadsheet table.crr2016 th.crr2016-42 p {
    color: #353333
}

.spreadsheet .crr2016-43 {
    border-bottom: solid 1px #ccdade
}

.gprfpt {
    vertical-align: super
}

.pdfdlgri {
    margin: 5px 0 5px 0
}

tr.tableSubHeadline1 td {
    padding-bottom: .5em;
    padding-top: .5em
}

tr.tableSubHeadline2 td {
    padding-bottom: .25em;
    padding-top: .25em
}

.spreadsheet .table-info {
    z-index: 100;
    font-size: 1em
}

.spreadsheet .table-info td {
    font-size: 12px
}

.spreadsheet td h2 {
    font-size: 1.5384em
}

.spreadsheet .linktable ul li {
    background: url(../layout/img/link-arrow-related.png) 0 6px no-repeat
}

.even {
    background-color: #f5f8f9;
    color: #000
}

.spreadsheet ol, .spreadsheet ul {
    padding-top: 4px
}

.nohighlight:hover {
    background-color: rgba(101, 104, 173, .37)
}

.nhover:hover {
    background-color: rgba(255, 255, 255, .37) !important
}

.graphic.charts {
    display: flex;
    justify-content: center
}

.single-chart {
    position: relative
}

#cg-pie1-tooltip, #cg-pie2-tooltip {
    position: absolute;
    top: 70px;
    left: 50px;
    width: 160px;
    height: 100px;
    background-color: transparent;
    color: #3e4a35;
    text-align: center;
    z-index: 4;
    font-family: 'Fedra Sans 2', Arial, Helvetica, sans-serif
}

.cg-pie-percent {
    font-size: 50px;
    line-height: 60px;
    padding-top: 5px
}

.cg-pie-name {
    font-size: 12px;
    padding-top: 10px
}

.cg-pie-detail {
    font-size: 14px;
    padding-top: 5px
}

.cg-pie-link {
    font-family: wf-015166-001368-000445;
    font-size: 16px;
    padding-top: 15px
}

.cg-pie-link a {
    color: #3e4a35;
    text-decoration: none
}

.cg-pie-link a:hover {
    color: #608c3e;
    text-decoration: underline
}

.middle-h4 {
    font-size: 14px !important;
    text-transform: uppercase;
    color: #353333;
}

table {
    width: auto;
}

.content div {
    font-size: calc(12px + 0vw);
}

li.inactive.ina59 {

    padding: 0 6px;
}

ul.sublevel.clearfix.sub59 {
    max-width: 82px;
}

.copyright {
    margin: 10px 0;
    color: #ffffff !important;
}

a.a59 {
    color: #db894d !important;
    font-weight: bold !important;
}

.sub17  {
    display: flex !important;
    flex-direction: column;
}
.sub17 li:last-child{
    order: -1 !important;

}

#secondary>ul{
    display: flex !important;
    flex-direction: column;
}

.subid56{
    order: -1 !important;
}


.sub50  {
    display: flex !important;
    flex-direction: column;
}
.sub50 li:nth-child(6){
    order: -1 !important;

}

#secondary>ul{
    display: flex !important;
    flex-direction: column;
}

.subid42{
    order: -1 !important;
}
ul.indicators li {
    background: none;
    font-size: 12px;
}

ul.indicators  {
    margin: 0 0 -2.2em 0;
}

#sdgOpener li {
    background: none;
    font-size: 12px;
}

#sdgOpener {
    margin: 0 0 -2.2em 0;
}

.contactpoint li{
    font-size: 12px !important;
    border: 2px solid #d8d8d8;
    padding: 20px;
    background: none !important;
    margin: -2px 0 !important;
}

.content ul li{
    font-size: 12px;
}