! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html {
 /*font-family:sans-serif;*/
 -ms-text-size-adjust:100%;
 -webkit-text-size-adjust:100%
}
body {
 margin:0;
 /*height: auto !important;*/
}
article,f
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
 display:block
}
audio,
canvas,
progress,
video {
 display:inline-block;
 vertical-align:baseline
}
audio:not([controls]) {
 display:none;
 height:0
}
[hidden],
template {
 display:none
}
a {
 background-color:transparent
}
a:active,
a:hover {
 outline:0
}
abbr[title] {
 border-bottom:1px dotted
}
b,
strong {
 font-weight:700
}
dfn {
 font-style:italic
}
h1 {
 font-size:2em;
 margin:.67em 0
}
mark {
 background:#ff0;
 color:#000
}
small {
 font-size:80%
}
sub,
sup {
 font-size:75%;
 line-height:0;
 position:relative;
 vertical-align:baseline
}
sup {
 top:-.5em
}
sub {
 bottom:-.25em
}
img {
 border:0
}
svg:not(:root) {
 overflow:hidden
}
figure {
 margin:1em 40px
}
hr {
 box-sizing:content-box;
 height:0
}
pre {
 overflow:auto
}
code,
kbd,
pre,
samp {
 font-family:monospace,monospace;
 font-size:1em
}
button,
input,
optgroup,
select,
textarea {
 color:inherit;
 font:inherit;
 margin:0
}

.btn::after {
	content: "";
/*	font-family: bayericonfont;
*/	position: absolute;
	font-style: normal;
	line-height: 45px;
	color: #fff;
	transition: all .3s;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
button {
 overflow:visible
}
button,
select {
 text-transform:none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
 -webkit-appearance:button;
 cursor:pointer
}
button[disabled],
html input[disabled] {
 cursor:default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
 border:0;
 padding:0
}
input {
 line-height:normal
}
input[type=checkbox],
input[type=radio] {
 box-sizing:border-box;
 padding:0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 height:auto
}
input[type=search] {
 -webkit-appearance:textfield;
 box-sizing:content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
 -webkit-appearance:none
}
fieldset {
 border:1px solid silver;
 margin:0 2px;
 padding:.35em .625em .75em
}
legend {
 border:0;
 padding:0
}
textarea {
 overflow:auto
}
optgroup {
 font-weight:700
}
table {
 border-collapse:collapse;
 border-spacing:0
}
td,
th {
 padding:0
}
/*!
 *  Font Awesome 4.4.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.eot?v=4.4.0);
 src:url(../files/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),
 url(../files/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),
 url(../files/fontawesome-webfont.woff?v=4.4.0) format('woff'),
 url(../files/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),
 url(../files/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');
 font-weight:400;
 font-style:normal
}
.fa {
 display:inline-block;
 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"
}
@font-face {
 font-family:bayericonfont;
 src:url(../files/bayericonfont.eot?87820532);
 src:url(../files/bayericonfont.eot?87820532#iefix) format('embedded-opentype'),
 url(../files/bayericonfont.woff2?87820532) format('woff2'),
 url(../files/bayericonfont.woff?87820532) format('woff'),
 url(../files/bayericonfont.ttf?87820532) format('truetype'),
 url(../files/bayericonfont.svg?87820532#bayericonfont) format('svg');
 font-weight:400;
 font-style:normal
}
[class*=" icon-"]:before,
[class^=icon-]:before {
 font-family:bayericonfont;
 font-style:normal;
 font-weight:400;
 speak:none;
 display:inline-block;
 text-decoration:inherit;
 width:1em;
 margin-right:.2em;
 text-align:center;
 font-variant:normal;
 text-transform:none;
 line-height:1em;
 margin-left:.2em;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.icon-app:before {
 content:'\e800'
}
.icon-arrow-breadcrumb:before {
 content:'\e801'
}
.icon-arrow-left:before {
 content:'\e802'
}
.icon-arrow-right:before {
 content:'\e803'
}
.icon-burger:before {
 content:'\e804'
}
.icon-burger2:before {
 content:'\e805'
}
.icon-calendar:before {
 content:'\e806'
}
.icon-check:before {
 content:'\e807'
}
.icon-close:before {
 content:'\e808'
}
.icon-compare:before {
 content:'\e809'
}
.icon-download:before {
 content:'\e80a'
}
.icon-facebook:before {
 content:'\e80b'
}
.icon-glossar-info:before {
 content:'\e80c'
}
.icon-grains:before {
 content:'\e80d'
}
.icon-graph:before {
 content:'\e80e'
}
.icon-graph2:before {
 content:'\e80f'
}
.icon-heart:before {
 content:'\e810'
}
.icon-home:before {
 content:'\e811'
}
.icon-info:before {
 content:'\e812'
}
.icon-insect:before {
 content:'\e813'
}
.icon-instagram:before {
 content:'\e814'
}
.icon-linkedin:before {
 content:'\e815'
}
.icon-location:before {
 content:'\e816'
}
.icon-mail:before {
 content:'\e817'
}
.icon-minus:before {
 content:'\e818'
}
.icon-newsletter:before {
 content:'\e819'
}
.icon-plus:before {
 content:'\e81a'
}
.icon-print:before {
 content:'\e81b'
}
.icon-quote:before {
 content:'\e81c'
}
.icon-rice:before {
 content:'\e81d'
}
.icon-rss:before {
 content:'\e81e'
}
.icon-search:before {
 content:'\e81f'
}
.icon-settings:before {
 content:'\e820'
}
.icon-share-more:before {
 content:'\e821'
}
.icon-share:before {
 content:'\e822'
}
.icon-sms:before {
 content:'\e823'
}
.icon-speaker:before {
 content:'\e824'
}
.icon-stock-down:before {
 content:'\e825'
}
.icon-stock-right:before {
 content:'\e826'
}
.icon-stock-up:before {
 content:'\e827'
}
.icon-triangle-down:before {
 content:'\e828'
}
.icon-triangle-left:before {
 content:'\e829'
}
.icon-triangle-right:before {
 content:'\e82a'
}
.icon-triangle-up:before {
 content:'\e82b'
}
.icon-twitter:before {
 content:'\e82c'
}
.icon-user:before {
 content:'\e82d'
}
.icon-youtube:before {
 content:'\e82e'
}
.icon-pdf:before {
 content:'\e82f'
}
.icon-icon-xls:before {
 content:'\e830'
}
.icon-icon-star:before {
 content:'\e831'
}
.icon-compare_15:before {
 content:'\e832'
}
.icon-instagram-1:before {
 content:'\e833'
}
.icon-xing:before {
 content:'\e834'
}
.icon-externer-link:before {
 content:'\e835'
}
.icon-online-ergaenzung:before {
 content:'\e836'
}
.icon-icon-arrow2-down:before {
 content:'\e837'
}
.icon-icon-arrow2-left:before {
 content:'\e838'
}
.icon-icon-arrow2-right:before {
 content:'\e839'
}
.icon-icon-arrow2-up:before {
 content:'\e83a'
}
.icon-icon-online-annex:before {
 content:'\e83b'
}
.icon-icon-arrow3-down:before {
 content:'\e83c'
}
.icon-icon-quick-search:before {
 content:'\e83d'
}
.icon-icon_start_search:before {
 content:'\e83e'
}
.icon-icon-quote2:before {
 content:'\e840'
}
.icon-icon-save:before {
 content:'\e841'
}
.icon-lines-1:before {
 content:'\e842'
}
.icon-lines-2:before {
 content:'\e843'
}
.icon-lines-3:before {
 content:'\e844'
}
.icon-lines-4:before {
 content:'\e845'
}
.icon-lines-5:before {
 content:'\e846'
}
.icon-icon-search:before {
 content:'\e847'
}
.icon-icon-compare_16:before {
 content:'\e848'
}
@font-face {
 font-family:"Neue Helvetica W01";
 font-style:normal;
 font-weight:100;
 src:url(https://shared.bayer.com/fonts/western/cc0b18f1-39d1-4580-b602-5a15f141c052.eot?#iefix);
 src:url(https://shared.bayer.com/fonts/western/cc0b18f1-39d1-4580-b602-5a15f141c052.eot?#iefix) format("embedded-opentype"),
 url(https://shared.bayer.com/fonts/western/685c012e-b603-41bb-9f76-d7e1cab76f53.woff2) format("woff2"),
 url(https://shared.bayer.com/fonts/western/0248a27d-0abf-4b74-a3c5-47a73e09098d.woff) format("woff"),
 url(https://shared.bayer.com/fonts/western/47657cdc-7580-4429-a42b-88917e1ee633.ttf) format("truetype"),
 url(https://shared.bayer.com/fonts/western/0cb85325-f0de-4961-88cd-36759752dddc.svg#0cb85325-f0de-4961-88cd-36759752dddc) format("svg")
}
@font-face {
 font-family:"Neue Helvetica W01";
 font-style:italic;
 font-weight:100;
 src:url(https://shared.bayer.com/fonts/western/b74c519b-e2f4-426d-983e-73e6179fb1c3.eot?#iefix);
 src:url(https://shared.bayer.com/fonts/western/b74c519b-e2f4-426d-983e-73e6179fb1c3.eot?#iefix) format("embedded-opentype"),
 url(https://shared.bayer.com/fonts/western/176a80d2-cdc4-4f80-a617-24026f69062c.woff2) format("woff2"),
 url(https://shared.bayer.com/fonts/western/8591aeba-737a-4116-9397-585c23ebe051.woff) format("woff"),
 url(https://shared.bayer.com/fonts/western/e2fecb5c-a4e8-4326-99d3-04ccc5a2fe7b.ttf) format("truetype"),
 url(https://shared.bayer.com/fonts/western/04afbdb8-b0c5-4f69-ad0a-d225e45f8882.svg#04afbdb8-b0c5-4f69-ad0a-d225e45f8882) format("svg")
}
@font-face {
 font-family:"Neue Helvetica W01";
 font-style:normal;
 font-weight:300;
 src:url(https://shared.bayer.com/fonts/western/8827e223-8d96-4750-8b0c-8ef828fb1f0f.eot?#iefix);
 src:url(https://shared.bayer.com/fonts/western/8827e223-8d96-4750-8b0c-8ef828fb1f0f.eot?#iefix) format("embedded-opentype"),
 url(https://shared.bayer.com/fonts/western/0128d8b7-d00b-4315-8daa-970f97ecac64.woff2) format("woff2"),
 url(https://shared.bayer.com/fonts/western/803af1a9-a09b-4de5-ba36-e3d228fb5bc4.woff) format("woff"),
 url(https://shared.bayer.com/fonts/western/831880ae-4958-487d-bc2f-aa2c1a0636e7.ttf) format("truetype"),
 url(https://shared.bayer.com/fonts/western/3513edb4-f4ad-4340-85e6-0cea8ca12237.svg#3513edb4-f4ad-4340-85e6-0cea8ca12237) format("svg")
}
@font-face {
 font-family:"Neue Helvetica W01";
 font-style:italic;
 font-weight:300;
 src:url(https://shared.bayer.com/fonts/western/f58764aa-e314-4f4f-bcd5-2feb02b22e08.eot?#iefix);
 src:url(https://shared.bayer.com/fonts/western/f58764aa-e314-4f4f-bcd5-2feb02b22e08.eot?#iefix) format("embedded-opentype"),
 url(https://shared.bayer.com/fonts/western/6c334865-778f-4cb5-9b2e-cfdfb2d2c205.woff2) format("woff2"),
 url(https://shared.bayer.com/fonts/western/ca10c83d-ebd5-4705-8f95-673919515083.woff) format("woff"),
 url(https://shared.bayer.com/fonts/western/ab661d69-d776-4fbf-94fe-f7d2950ddc70.ttf) format("truetype"),
 url(https://shared.bayer.com/fonts/western/72289c2d-620c-4c18-93d5-5938530db5e3.svg#72289c2d-620c-4c18-93d5-5938530db5e3) format("svg")
}
@font-face {
 font-family:"Neue Helvetica W01";
 font-style:normal;
 font-weight:400;
 src:url(https://shared.bayer.com/fonts/western/285b0922-a3d2-4550-b29d-b4f74a9611e4.eot?#iefix);
 src:url(https://shared.bayer.com/fonts/western/285b0922-a3d2-4550-b29d-b4f74a9611e4.eot?#iefix) format("embedded-opentype"),
 url(https://shared.bayer.com/fonts/western/823e6839-53d8-41b9-a5a1-5f05833acd12.woff2) format("woff2"),
 url(https://shared.bayer.com/fonts/western/92679273-9798-4d27-893b-d53dfd2bb4c7.woff) format("woff"),
 url(https://shared.bayer.com/fonts/western/e4fb2994-44c3-40fe-bec7-9c4fa593b799.ttf) format("truetype"),
 url(https://shared.bayer.com/fonts/western/ea22c7fc-8a36-484f-85e6-d014662a2273.svg#ea22c7fc-8a36-484f-85e6-d014662a2273) format("svg")
}
@font-face {
 font-family:"Neue Helvetica W01";
 font-style:italic;
 font-weight:400;
 src:url(https://shared.bayer.com/fonts/western/cd36001a-de1e-4773-adcf-a6e589f0705a.eot?#iefix);
 src:url(https://shared.bayer.com/fonts/western/cd36001a-de1e-4773-adcf-a6e589f0705a.eot?#iefix) format("embedded-opentype"),
 url(https://shared.bayer.com/fonts/western/bcfc49d1-ee2f-4fcc-8322-99607f4a7007.woff2) format("woff2"),
 url(https://shared.bayer.com/fonts/western/fd783951-0929-49f5-9cdd-5b34008bb362.woff) format("woff"),
 url(https://shared.bayer.com/fonts/western/035a7d84-08c6-4e91-9dbc-a881c1d76333.ttf) format("truetype"),
 url(https://shared.bayer.com/fonts/western/553e1a25-3907-46e7-9bec-d7b74e7e05eb.svg#553e1a25-3907-46e7-9bec-d7b74e7e05eb) format("svg")
}
@font-face {
 font-family:"Neue Helvetica W01";
 font-style:normal;
 font-weight:500;
 src:url(https://shared.bayer.com/fonts/western/5abe98e8-3e80-4fd6-b27b-6ec4c6385461.eot?#iefix);
 src:url(https://shared.bayer.com/fonts/western/5abe98e8-3e80-4fd6-b27b-6ec4c6385461.eot?#iefix) format("embedded-opentype"),
 url(https://shared.bayer.com/fonts/western/c86f4d57-4caf-4c6f-9554-7926dd67e3f1.woff2) format("woff2"),
 url(https://shared.bayer.com/fonts/western/92c69f6c-0185-4eb2-800e-1ee3947ca4dd.woff) format("woff"),
 url(https://shared.bayer.com/fonts/western/e11c48d3-bed3-4b35-9d1e-1a5c7afe80e3.ttf) format("truetype"),
 url(https://shared.bayer.com/fonts/western/394a4a67-cf1b-44ee-a02e-68dc9752d99e.svg#394a4a67-cf1b-44ee-a02e-68dc9752d99e) format("svg")
}
@font-face {
 font-family:"Neue Helvetica W01";
 font-style:normal;
 font-weight:700;
 src:url(https://shared.bayer.com/fonts/western/e276fe3d-01c5-4575-99f1-3fc0780d5417.eot?#iefix);
 src:url(https://shared.bayer.com/fonts/western/e276fe3d-01c5-4575-99f1-3fc0780d5417.eot?#iefix) format("embedded-opentype"),
 url(https://shared.bayer.com/fonts/western/a61c00c6-86e7-4fa9-ac6b-476548df9cb8.woff2) format("woff2"),
 url(https://shared.bayer.com/fonts/western/7fd00069-f615-471e-8089-b0bab013cfd9.woff) format("woff"),
 url(https://shared.bayer.com/fonts/western/7c110d92-b5c8-416b-b5c6-5f1d6c3a720a.ttf) format("truetype"),
 url(https://shared.bayer.com/fonts/western/ee27a720-58cd-465f-b85c-1a5b5bdee597.svg#ee27a720-58cd-465f-b85c-1a5b5bdee597) format("svg")
}
@font-face {
 font-family:"Neue Helvetica W01";
 font-style:italic;
 font-weight:700;
 src:url(https://shared.bayer.com/fonts/western/21a97ece-dadb-4f5e-98d9-51ebcbd7ac41.eot?#iefix);
 src:url(https://shared.bayer.com/fonts/western/21a97ece-dadb-4f5e-98d9-51ebcbd7ac41.eot?#iefix) format("embedded-opentype"),
 url(https://shared.bayer.com/fonts/western/6a88d203-cbbc-42e9-b4b7-195631718870.woff2) format("woff2"),
 url(https://shared.bayer.com/fonts/western/502de8c5-bac6-4ef6-9a65-4893fe147d51.woff) format("woff"),
 url(https://shared.bayer.com/fonts/western/05b43b63-059e-407d-96d0-fa69d2eb6ec2.ttf) format("truetype"),
 url(https://shared.bayer.com/fonts/western/440b047b-d7cc-44db-b119-817f01483587.svg#440b047b-d7cc-44db-b119-817f01483587) format("svg")
}
* {
 margin:0;
 padding:0
}
html {
 background-repeat:no-repeat;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box
}
body {
 background:#fff;
 color:#000;
 font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
/* font-size:14px;
 line-height:1.4*/
}
*,
:after,
:before {
 background-repeat:inherit;
 -webkit-box-sizing:inherit;
 -moz-box-sizing:inherit;
 box-sizing:inherit
}
::-moz-selection {
 background:#b3d4fc;
 text-shadow:none
}
::selection {
 background:#b3d4fc;
 text-shadow:none
}
h1 {
 /*font-size:36px*/
}
h2 {
 /*font-size:30px*/
}
h3 {
 /*font-size:24px*/
}
h4 {
 /*font-size:18px*/
}
h5 {
 /*font-size:14px*/
}
h6 {
 /*font-size:12px*/
}
area,
area:active,
area:focus {
 outline:0
}
fieldset {
 border:0;
 margin:0;
 padding:0
}
textarea {
 -webkit-appearance:none;
 min-height:145px;
 min-width:145px;
 resize:vertical;
 width:50%
}
button,
input,
textarea {
 border:0;
 border-radius:0;
 font-size:14px;
 margin:0;
 outline:0;
 padding:0
}
hr {
 border:0;
 border-top:1px solid #ccc;
 display:block;
 height:1px;
 margin:10px 0;
 padding:0
}
audio,
canvas,
img,
svg,
video {
 vertical-align:middle
}
video {
 width:100%;
 height:auto
}
table sup {
 position:static;
 vertical-align:super
}
table sub {
 position:static;
 vertical-align:sub
}
ins {
 background:#ff9;
 color:#000;
 text-decoration:none
}
q {
 quotes:none
}
q:after,
q:before {
 content:none
}
.breadcrumb ul,
aside ol,
aside ul,
footer ol,
footer ul,
nav ol,
nav ul {
 list-style:none
}
.heading>.inner,
.menu a,
nav a {
 display:block;
 text-decoration:none
}
.primary {
 margin:0
}
.breadcrumb li {
 float:left
}
.skip_menu {
 left:-9999px;
 position:absolute;
 top:0
}
.skip_menu a:active,
.skip_menu a:focus {
 background-color:#fff;
 border:1px solid #6e6a69;
 -webkit-box-shadow:0 0 0 10px rgba(0,0,0,.5);
 box-shadow:0 0 0 10px rgba(0,0,0,.5);
 color:#6e6a69;
 display:block;
 font-weight:700;
 left:10px;
 padding:0 5px;
 text-decoration:none;
 top:35px
}
.spreadsheet,
.tabelle {
 overflow-x:auto;
 overflow-y:visible
}
blockquote {
 margin:0 12px 12px
}
blockquote img {
 display:block
}
blockquote.float-right {
 margin-right:0;
 width:180px
}
blockquote.float-left {
 margin-left:0;
 width:180px
}
cite {
 font-style:normal
}
.content ol.decimal {
 list-style-type:decimal
}
.content ol.decimal-leading-zero {
 list-style-type:decimal-leading-zero
}
.content ol.lower-roman {
 list-style-type:lower-roman
}
.content ol.upper-roman {
 list-style-type:upper-roman
}
.content ol.lower-alpha {
 list-style-type:lower-alpha
}
.content ol.lower-latin {
 list-style-type:lower-latin
}
.content ol.upper-alpha {
 list-style-type:upper-alpha
}
.content ol.upper-latin {
 list-style-type:upper-latin
}
.content ol.no-type {
 list-style-type:none
}
.content dt {
 clear:left;
 float:left;
 font-weight:700;
 margin-bottom:10px;
 padding-right:3%;
 width:26%
}
.content dd {
 margin-left:30%;
 margin-bottom:10px
}
.content img {
 display:block;
 max-width:100%
}
.content .footnote {
 font-size:10px
}
.content dl.footnote dt {
 margin-bottom:5px;
 padding-right:0;
 text-align:right;
 width:3%
}
.content dl.footnote dd {
 margin-left:5%;
 margin-bottom:5px
}
.primary .menu {
 display:none
}
.primary .app-menu {
 display:none
}
.primary .app-menu .menu,
.primary.active .app-menu,
.primary.active .menu {
 display:block
}
.primary .app-menu {
 -webkit-transform:translate3d(0,0,0);
 transform:translate3d(0,0,0)
}
.app-menu.animate {
 width:100%;
 margin:0;
 padding:0;
 overflow:hidden;
 position:relative;
 -webkit-transition:height .4s;
 -o-transition:height .4s;
 transition:height .4s
}
.app-menu .animating {
 position:absolute;
 width:200%
}
.app-menu .animating>.inner {
 float:left;
 width:50%
}
.smartmenu {
 display:none
}
.smartmenu.active {
 display:block
}
.smartmenu .menu {
 display:block
}
.smartmenu .menu a {
 white-space:normal
}
.smartmenu .sublevel {
 display:none;
 position:absolute;
 left:0
}
.smartmenu .menu-back-1,
.smartmenu .menu-back-2 {
 display:none
}
.smartmenu .menu-back-1.visible,
.smartmenu .menu-back-2.visible {
 display:block
}
.smartmenu .smartwrapper {
 width:100%;
 margin:0;
 padding:0;
 overflow:hidden;
 position:relative
}
.smartmenu .smartwrapper.animating,
.smartmenu .smartwrapper.animating .inner {
 -webkit-transition:all .4s;
 -moz-transition:all .4s;
 transition:all .4s
}
.smartmenu .menu,
.smartmenu .sublevel {
 position:relative
}
.smartmenu .menu li {
 position:static
}
.smartmenu .sublevel.visible {
 display:block;
 position:absolute;
 left:100%;
 top:0;
 width:100%
}
.columns {
 margin-left:-10px;
 margin-right:-10px
}
.columns .column {
 padding:0 10px
}
@media (min-width:768px) {
 .columns-double:after,
 .columns-double:before,
 .columns-quadruple:after,
 .columns-quadruple:before,
 .columns-quintuple:after,
 .columns-quintuple:before,
 .columns-sextuple:after,
 .columns-sextuple:before,
 .columns-triple:after,
 .columns-triple:before,
 .columns:after,
 .columns:before {
  content:" ";
  display:table
 }
 .columns-double:after,
 .columns-quadruple:after,
 .columns-quintuple:after,
 .columns-sextuple:after,
 .columns-triple:after,
 .columns:after {
  clear:both
 }
 .columns .column,
 .columns-double .column,
 .columns-quadruple .column,
 .columns-quintuple .column,
 .columns-sextuple .column,
 .columns-triple .column {
  float:left
 }
 .columns .column+.column,
 .columns-double .column+.column,
 .columns-quadruple .column+.column,
 .columns-quintuple .column+.column,
 .columns-sextuple .column+.column,
 .columns-triple .column+.column {
  margin-left:0
 }
 .columns-double .column,
 .columns.double .column {
  width:50%
 }
 .columns-triple .column,
 .columns.triple .column {
  width:33.33333333%
 }
 .columns-quadruple .column,
 .columns.quadruple .column {
  width:50%
 }
 .columns-quadruple .column:nth-child(2n+1),
 .columns.quadruple .column:nth-child(2n+1) {
  margin-left:0
 }
 .columns-quintuple .column,
 .columns.quintuple .column {
  width:20%
 }
 .columns-sextuple .column,
 .columns.sextuple .column {
  width:16.66666667%
 }
 .columns .column.one-half {
  width:50%
 }
 .columns .column.one-third {
  width:33.33333333%
 }
 .columns .column.two-third {
  width:66.66666667%
 }
 .columns .column.one-fourth {
  width:25%
 }
 .columns .column.two-fourth {
  width:50%
 }
 .columns .column.three-fourth {
  width:75%
 }
 .columns .column.one-fifth {
  width:20%
 }
 .columns .column.two-fifth {
  width:40%
 }
 .columns .column.three-fifth {
  width:60%
 }
 .columns .column.four-fifth {
  width:80%
 }
 .columns .column.one-sixth {
  width:16.66666667%
 }
 .columns .column.five-sixth {
  width:83.33333333%
 }
}
@media (min-width:1440px) {
 .columns-quadruple .column,
 .columns.quadruple .column {
  width:25%
 }
 .columns-quadruple .column+.column,
 .columns.quadruple .column+.column {
  margin-left:0
 }
 .columns .column.one-half {
  width:50%
 }
 .columns .column.one-third {
  width:33.33333333%
 }
 .columns .column.two-third {
  width:66.66666667%
 }
 .columns .column.one-fourth {
  width:25%
 }
 .columns .column.two-fourth {
  width:50%
 }
 .columns .column.three-fourth {
  width:75%
 }
 .columns .column.one-fifth {
  width:20%
 }
 .columns .column.two-fifth {
  width:40%
 }
 .columns .column.three-fifth {
  width:60%
 }
 .columns .column.four-fifth {
  width:80%
 }
 .columns .column.one-sixth {
  width:16.66666667%
 }
 .columns .column.three-sixth {
  width:50%
 }
 .columns .column.five-sixth {
  width:83.33333333%
 }
}
.row {
 margin-left:-15px;
 margin-right:-15px
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
 position:relative;
 min-height:1px;
 padding-left:15px;
 padding-right:15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
 float:left
}
.col-xs-12 {
 width:100%
}
.col-xs-11 {
 width:91.66666667%
}
.col-xs-10 {
 width:83.33333333%
}
.col-xs-9 {
 width:75%
}
.col-xs-8 {
 width:66.66666667%
}
.col-xs-7 {
 width:58.33333333%
}
.col-xs-6 {
 width:50%
}
.col-xs-5 {
 width:41.66666667%
}
.col-xs-4 {
 width:33.33333333%
}
.col-xs-3 {
 width:25%
}
.col-xs-2 {
 width:16.66666667%
}
.col-xs-1 {
 width:8.33333333%
}
.col-xs-pull-12 {
 right:100%
}
.col-xs-pull-11 {
 right:91.66666667%
}
.col-xs-pull-10 {
 right:83.33333333%
}
.col-xs-pull-9 {
 right:75%
}
.col-xs-pull-8 {
 right:66.66666667%
}
.col-xs-pull-7 {
 right:58.33333333%
}
.col-xs-pull-6 {
 right:50%
}
.col-xs-pull-5 {
 right:41.66666667%
}
.col-xs-pull-4 {
 right:33.33333333%
}
.col-xs-pull-3 {
 right:25%
}
.col-xs-pull-2 {
 right:16.66666667%
}
.col-xs-pull-1 {
 right:8.33333333%
}
.col-xs-pull-0 {
 right:auto
}
.col-xs-push-12 {
 left:100%
}
.col-xs-push-11 {
 left:91.66666667%
}
.col-xs-push-10 {
 left:83.33333333%
}
.col-xs-push-9 {
 left:75%
}
.col-xs-push-8 {
 left:66.66666667%
}
.col-xs-push-7 {
 left:58.33333333%
}
.col-xs-push-6 {
 left:50%
}
.col-xs-push-5 {
 left:41.66666667%
}
.col-xs-push-4 {
 left:33.33333333%
}
.col-xs-push-3 {
 left:25%
}
.col-xs-push-2 {
 left:16.66666667%
}
.col-xs-push-1 {
 left:8.33333333%
}
.col-xs-push-0 {
 left:auto
}
.col-xs-offset-12 {
 margin-left:100%
}
.col-xs-offset-11 {
 margin-left:91.66666667%
}
.col-xs-offset-10 {
 margin-left:83.33333333%
}
.col-xs-offset-9 {
 margin-left:75%
}
.col-xs-offset-8 {
 margin-left:66.66666667%
}
.col-xs-offset-7 {
 margin-left:58.33333333%
}
.col-xs-offset-6 {
 margin-left:50%
}
.col-xs-offset-5 {
 margin-left:41.66666667%
}
.col-xs-offset-4 {
 margin-left:33.33333333%
}
.col-xs-offset-3 {
 margin-left:25%
}
.col-xs-offset-2 {
 margin-left:16.66666667%
}
.col-xs-offset-1 {
 margin-left:8.33333333%
}
.col-xs-offset-0 {
 margin-left:0
}
@media (min-width:768px) {
 .col-sm-1,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9 {
  float:left
 }
 .col-sm-12 {
  width:100%
 }
 .col-sm-11 {
  width:91.66666667%
 }
 .col-sm-10 {
  width:83.33333333%
 }
 .col-sm-9 {
  width:75%
 }
 .col-sm-8 {
  width:66.66666667%
 }
 .col-sm-7 {
  width:58.33333333%
 }
 .col-sm-6 {
  width:50%
 }
 .col-sm-5 {
  width:41.66666667%
 }
 .col-sm-4 {
  width:33.33333333%
 }
 .col-sm-3 {
  width:25%
 }
 .col-sm-2 {
  width:16.66666667%
 }
 .col-sm-1 {
  width:8.33333333%
 }
 .col-sm-pull-12 {
  right:100%
 }
 .col-sm-pull-11 {
  right:91.66666667%
 }
 .col-sm-pull-10 {
  right:83.33333333%
 }
 .col-sm-pull-9 {
  right:75%
 }
 .col-sm-pull-8 {
  right:66.66666667%
 }
 .col-sm-pull-7 {
  right:58.33333333%
 }
 .col-sm-pull-6 {
  right:50%
 }
 .col-sm-pull-5 {
  right:41.66666667%
 }
 .col-sm-pull-4 {
  right:33.33333333%
 }
 .col-sm-pull-3 {
  right:25%
 }
 .col-sm-pull-2 {
  right:16.66666667%
 }
 .col-sm-pull-1 {
  right:8.33333333%
 }
 .col-sm-pull-0 {
  right:auto
 }
 .col-sm-push-12 {
  left:100%
 }
 .col-sm-push-11 {
  left:91.66666667%
 }
 .col-sm-push-10 {
  left:83.33333333%
 }
 .col-sm-push-9 {
  left:75%
 }
 .col-sm-push-8 {
  left:66.66666667%
 }
 .col-sm-push-7 {
  left:58.33333333%
 }
 .col-sm-push-6 {
  left:50%
 }
 .col-sm-push-5 {
  left:41.66666667%
 }
 .col-sm-push-4 {
  left:33.33333333%
 }
 .col-sm-push-3 {
  left:25%
 }
 .col-sm-push-2 {
  left:16.66666667%
 }
 .col-sm-push-1 {
  left:8.33333333%
 }
 .col-sm-push-0 {
  left:auto
 }
 .col-sm-offset-12 {
  margin-left:100%
 }
 .col-sm-offset-11 {
  margin-left:91.66666667%
 }
 .col-sm-offset-10 {
  margin-left:83.33333333%
 }
 .col-sm-offset-9 {
  margin-left:75%
 }
 .col-sm-offset-8 {
  margin-left:66.66666667%
 }
 .col-sm-offset-7 {
  margin-left:58.33333333%
 }
 .col-sm-offset-6 {
  margin-left:50%
 }
 .col-sm-offset-5 {
  margin-left:41.66666667%
 }
 .col-sm-offset-4 {
  margin-left:33.33333333%
 }
 .col-sm-offset-3 {
  margin-left:25%
 }
 .col-sm-offset-2 {
  margin-left:16.66666667%
 }
 .col-sm-offset-1 {
  margin-left:8.33333333%
 }
 .col-sm-offset-0 {
  margin-left:0
 }
}
@media (min-width:1024px) {
 .col-md-1,
 .col-md-10,
 .col-md-11,
 .col-md-12,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9 {
  float:left
 }
 .col-md-12 {
  width:100%
 }
 .col-md-11 {
  width:91.66666667%
 }
 .col-md-10 {
  width:83.33333333%
 }
 .col-md-9 {
  width:75%
 }
 .col-md-8 {
  width:66.66666667%
 }
 .col-md-7 {
  width:58.33333333%
 }
 .col-md-6 {
  width:50%
 }
 .col-md-5 {
  width:41.66666667%
 }
 .col-md-4 {
  width:33.33333333%
 }
 .col-md-3 {
  width:25%
 }
 .col-md-2 {
  width:16.66666667%
 }
 .col-md-1 {
  width:8.33333333%
 }
 .col-md-pull-12 {
  right:100%
 }
 .col-md-pull-11 {
  right:91.66666667%
 }
 .col-md-pull-10 {
  right:83.33333333%
 }
 .col-md-pull-9 {
  right:75%
 }
 .col-md-pull-8 {
  right:66.66666667%
 }
 .col-md-pull-7 {
  right:58.33333333%
 }
 .col-md-pull-6 {
  right:50%
 }
 .col-md-pull-5 {
  right:41.66666667%
 }
 .col-md-pull-4 {
  right:33.33333333%
 }
 .col-md-pull-3 {
  right:25%
 }
 .col-md-pull-2 {
  right:16.66666667%
 }
 .col-md-pull-1 {
  right:8.33333333%
 }
 .col-md-pull-0 {
  right:auto
 }
 .col-md-push-12 {
  left:100%
 }
 .col-md-push-11 {
  left:91.66666667%
 }
 .col-md-push-10 {
  left:83.33333333%
 }
 .col-md-push-9 {
  left:75%
 }
 .col-md-push-8 {
  left:66.66666667%
 }
 .col-md-push-7 {
  left:58.33333333%
 }
 .col-md-push-6 {
  left:50%
 }
 .col-md-push-5 {
  left:41.66666667%
 }
 .col-md-push-4 {
  left:33.33333333%
 }
 .col-md-push-3 {
  left:25%
 }
 .col-md-push-2 {
  left:16.66666667%
 }
 .col-md-push-1 {
  left:8.33333333%
 }
 .col-md-push-0 {
  left:auto
 }
 .col-md-offset-12 {
  margin-left:100%
 }
 .col-md-offset-11 {
  margin-left:91.66666667%
 }
 .col-md-offset-10 {
  margin-left:83.33333333%
 }
 .col-md-offset-9 {
  margin-left:75%
 }
 .col-md-offset-8 {
  margin-left:66.66666667%
 }
 .col-md-offset-7 {
  margin-left:58.33333333%
 }
 .col-md-offset-6 {
  margin-left:50%
 }
 .col-md-offset-5 {
  margin-left:41.66666667%
 }
 .col-md-offset-4 {
  margin-left:33.33333333%
 }
 .col-md-offset-3 {
  margin-left:25%
 }
 .col-md-offset-2 {
  margin-left:16.66666667%
 }
 .col-md-offset-1 {
  margin-left:8.33333333%
 }
 .col-md-offset-0 {
  margin-left:0
 }
}
@media (min-width:1440px) {
 .col-lg-1,
 .col-lg-10,
 .col-lg-11,
 .col-lg-12,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9 {
  float:left
 }
 .col-lg-12 {
  width:100%
 }
 .col-lg-11 {
  width:91.66666667%
 }
 .col-lg-10 {
  width:83.33333333%
 }
 .col-lg-9 {
  width:75%
 }
 .col-lg-8 {
  width:66.66666667%
 }
 .col-lg-7 {
  width:58.33333333%
 }
 .col-lg-6 {
  width:50%
 }
 .col-lg-5 {
  width:41.66666667%
 }
 .col-lg-4 {
  width:33.33333333%
 }
 .col-lg-3 {
  width:25%
 }
 .col-lg-2 {
  width:16.66666667%
 }
 .col-lg-1 {
  width:8.33333333%
 }
 .col-lg-pull-12 {
  right:100%
 }
 .col-lg-pull-11 {
  right:91.66666667%
 }
 .col-lg-pull-10 {
  right:83.33333333%
 }
 .col-lg-pull-9 {
  right:75%
 }
 .col-lg-pull-8 {
  right:66.66666667%
 }
 .col-lg-pull-7 {
  right:58.33333333%
 }
 .col-lg-pull-6 {
  right:50%
 }
 .col-lg-pull-5 {
  right:41.66666667%
 }
 .col-lg-pull-4 {
  right:33.33333333%
 }
 .col-lg-pull-3 {
  right:25%
 }
 .col-lg-pull-2 {
  right:16.66666667%
 }
 .col-lg-pull-1 {
  right:8.33333333%
 }
 .col-lg-pull-0 {
  right:auto
 }
 .col-lg-push-12 {
  left:100%
 }
 .col-lg-push-11 {
  left:91.66666667%
 }
 .col-lg-push-10 {
  left:83.33333333%
 }
 .col-lg-push-9 {
  left:75%
 }
 .col-lg-push-8 {
  left:66.66666667%
 }
 .col-lg-push-7 {
  left:58.33333333%
 }
 .col-lg-push-6 {
  left:50%
 }
 .col-lg-push-5 {
  left:41.66666667%
 }
 .col-lg-push-4 {
  left:33.33333333%
 }
 .col-lg-push-3 {
  left:25%
 }
 .col-lg-push-2 {
  left:16.66666667%
 }
 .col-lg-push-1 {
  left:8.33333333%
 }
 .col-lg-push-0 {
  left:auto
 }
 .col-lg-offset-12 {
  margin-left:100%
 }
 .col-lg-offset-11 {
  margin-left:91.66666667%
 }
 .col-lg-offset-10 {
  margin-left:83.33333333%
 }
 .col-lg-offset-9 {
  margin-left:75%
 }
 .col-lg-offset-8 {
  margin-left:66.66666667%
 }
 .col-lg-offset-7 {
  margin-left:58.33333333%
 }
 .col-lg-offset-6 {
  margin-left:50%
 }
 .col-lg-offset-5 {
  margin-left:41.66666667%
 }
 .col-lg-offset-4 {
  margin-left:33.33333333%
 }
 .col-lg-offset-3 {
  margin-left:25%
 }
 .col-lg-offset-2 {
  margin-left:16.66666667%
 }
 .col-lg-offset-1 {
  margin-left:8.33333333%
 }
 .col-lg-offset-0 {
  margin-left:0
 }
}
figure {
 margin:0
}
figure.float-left,
figure.float-right {
 float:none
}
@media all and (min-width:1024px) {
 figure {
  margin:0 12px 12px
 }
 figure img {
  display:block
 }
 figure.float-right {
  float:right;
  margin-right:0;
  width:180px
 }
 figure.float-left {
  float:left;
  margin-left:0;
  width:180px
 }
 figure figcaption,
 figure h4 {
  width:100%
 }
}
.files-page {
 background:#ecf7fc;
 margin-bottom:24px;
 padding:24px
}
.files-page-basket {
 min-height:144px
}
.files-page-basket h3 {
 display:none
}
.has-files .files-page-basket h3 {
 display:block
}
.files-page-basket .info {
 font-size:24px;
 text-align:center
}
.has-files .files-page-basket .info {
 display:none
}
.files-page-basket .files-page-list,
.files-page-basket .files-page-list li {
 list-style:none;
 margin:0;
 padding:0
}
.files-page-basket .files-page-list {
 margin-bottom:18px
}
.files-page-list li {
 display:block;
 position:relative
}
.files-page-list a {
 color:#97c227;
 text-decoration:none
}
.files-page-list .remove {
 display:block;
 position:absolute;
 right:13px;
 text-indent:-99999px;
 top:0
}
.files-page-list .remove:before {
 content:"\f00d";
 display:inline-block;
 float:left;
 font:17px/1 FontAwesome;
 text-indent:0
}
.files-page-download {
 display:none
}
.has-files .files-page-download {
 display:block
}
.files-page-download a {
 background:#fff;
 color:#fff;
 display:block;
 margin-bottom:12px;
 text-decoration:none
}
.files-page-download a:focus,
.files-page-download a:hover {
 background:#fff
}
.files-page-download span {
 display:block
}
.files-page-download .inner {
 padding:18px
}
.files-page-download .title {
 display:block;
 font-size:16px;
 font-weight:700
}
.files-page-overview li,
.files-page-overview ul {
 list-style:none;
 margin:0;
 padding:0
}
.files-page-overview .downloads-selection>li {
 border-bottom:1px solid #6e6a69
}
.files-page-overview ul ul {
 padding:0
}
.files-page-overview .item-selection,
.files-page-overview .title-selection {
 padding:6px;
 position:relative
}
.files-page-overview>.title-selection {
 background:#0090c5;
 color:#fff
}
.files-page-overview>.title-selection .selection {
 text-transform:uppercase
}
.files-page-overview a {
 color:#6e6a69;
 text-decoration:none
}
.files-page-overview .title-selection {
 font-size:12px
}
.files-page-overview .title {
 margin:0;
 padding-right:100px
}
.title-selection span.link a {
 display:block;
 padding-right:100px
}
.files-page-overview .title-selection .title {
 font-size:15px;
 font-weight:400;
 margin:0
}
.files-page-overview .title-selection>a {
 display:block
}
.files-page-overview .selection {
 height:100%;
 position:absolute;
 right:0;
 top:0;
 width:120px
}
.files-page-overview .title-selection .selection {
 pointer-events:none
}
.files-page-overview .title-selection .selection a {
 pointer-events:auto
}
.files-page-overview .open-pdf,
.files-page-overview .open-xls {
 display:none
}
.files-page-overview .selection .add-remove {
 display:block;
 height:100%;
 position:absolute;
 text-align:center;
 width:50%
}
.files-page-overview .selection .pdf {
 left:0
}
.files-page-overview .selection .xls {
 right:0
}
.files-page-overview .add-remove .label,
.files-page-overview .add-remove a {
 display:block;
 position:absolute
}
.files-page-overview .add-remove .label {
 height:12px;
 left:0;
 line-height:1;
 margin-top:-6px;
 top:50%;
 width:100%
}
.files-page-overview .add-remove a {
 height:18px;
 left:50%;
 top:50%;
 margin:-9px 0 0 -8px;
 text-indent:-99999px;
 -webkit-transition:.5s;
 transition:.5s;
 width:16px;
 z-index:20
}
.lt-ie9 .files-page-overview .add-remove a {
 zoom:1
}
.files-page-overview .add-remove a:before {
 content:"\f055";
 display:inline-block;
 float:left;
 font:18px/1 FontAwesome;
 text-indent:0
}
.files-page-overview .add-remove .remove:before {
 content:"\f056"
}
.files-page-overview .add-remove .remove-pdf,
.files-page-overview .add-remove .remove-xls {
 opacity:0;
 z-index:10
}
.files-page-overview .add-remove.added .remove-pdf,
.files-page-overview .add-remove.added .remove-xls {
 opacity:1;
 z-index:30
}
.files-page-overview .add-remove.added .add-pdf,
.files-page-overview .add-remove.added .add-xls {
 opacity:0
}
.flaps-sticky-wrapper {
 position:relative
}
.flaps-sticky-wrapper .flaps-control {
 pointer-events:none;
 width:100%
}
.flaps-sticky-wrapper .flaps-control a {
 display:block;
 margin:50px 0;
 pointer-events:auto
}
.flaps-control {
 position:absolute
}
.flaps-left {
 float:left
}
.flaps-right {
 float:right
}
.js .primary li.parent-item {
 display:none
}
@media screen and (min-width:1025px) {
 .primary .sublevel {
  background:#fbd23f;
  display:none;
  position:absolute;
  left:0;
  z-index:10
 }
 .primary .sublevel a {
  padding-right:56px
 }
 .primary .sublevel .d-report:after {
  display:block;
  position:absolute;
  right:5px;
  top:0;
  content:"\f054";
  font-family:FontAwesome
 }
 .primary .sublevel li.leaf>a:after {
  content:'';
  display:none
 }
 .primary .sublevel li {
  position:static;
  float:none;
  display:block
 }
 .no-js .primary .sublevel li {
  position:relative
 }
 .no-js .primary li:hover>.sublevel {
  display:block;
  left:100%;
  top:0
 }
 .no-js .primary li.main-item:hover .menu-board>.inner>.sublevel {
  display:block;
  top:auto
 }
 .js .primary .sublevel.open {
  display:block;
  top:0;
  left:100%
 }
 .js .primary li.parent-item a {
  font-size:14px;
  font-weight:700
 }
 .primary .finder-menu .inner {
  position:relative;
  margin:0 20px;
  height:100%
 }
 .primary .finder-menu .sublevel {
  padding:15px 0;
  width:25%;
  background:0 0
 }
 .primary .finder-menu .sublevel .sublevel {
  width:100%
 }
 .primary .finder-menu .sublevel a:focus,
 .primary .finder-menu .sublevel a:hover {
  background:#fbd23f
 }
 .primary .finder-menu li.main-item {
  position:static
 }
 .primary .finder-menu .menu-board {
  position:absolute;
  left:0;
  width:100%;
  height:0;
  background:#97c227;
  overflow:hidden;
  z-index:100
 }
 .primary .finder-menu .menu-board.animating {
  -webkit-transition:height .4s ease;
  -moz-transition:height .4s ease;
  transition:height .4s ease
 }
 .primary .finder-menu li.open>.menu-board {
  z-index:110
 }
}
div.bild {
 margin:0 0 30px 0
}
.bild img {
 display:block
}
.bild.float-right,
.bild.floatRight {
 margin-left:14px
}
div.bild.float-right,
div.bild.floatRight {
 width:210px
}
.bild.float-left,
.bild.floatLeft {
 margin-right:14px
}
div.bild.float-left,
div.bild.floatLeft {
 width:210px
}
.bild .bildunterschrift,
.bild h4 {
 width:100%
}
.mfp-bg {
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:1042;
 overflow:hidden;
 position:fixed;
 background:#0b0b0b;
 opacity:.8
}
.mfp-wrap {
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:1043;
 position:fixed;
 outline:0!important;
 -webkit-backface-visibility:hidden
}
.mfp-container {
 text-align:center;
 position:absolute;
 width:100%;
 height:100%;
 left:0;
 top:0;
 padding:0 8px;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box
}
.mfp-container:before {
 content:'';
 display:inline-block;
 height:100%;
 vertical-align:middle
}
.mfp-align-top .mfp-container:before {
 display:none
}
.mfp-content {
 position:relative;
 display:inline-block;
 vertical-align:middle;
 margin:0 auto;
 text-align:left;
 z-index:1045
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
 width:100%;
 cursor:auto
}
.mfp-ajax-cur {
 cursor:progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
 cursor:-moz-zoom-out;
 cursor:-webkit-zoom-out;
 cursor:zoom-out
}
.mfp-zoom {
 cursor:pointer;
 cursor:-webkit-zoom-in;
 cursor:-moz-zoom-in;
 cursor:zoom-in
}
.mfp-auto-cursor .mfp-content {
 cursor:auto
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
 -webkit-user-select:none;
 -moz-user-select:none;
 user-select:none
}
.mfp-loading.mfp-figure {
 display:none
}
.mfp-hide {
 display:none!important
}
.mfp-preloader {
 color:#ccc;
 position:absolute;
 top:50%;
 width:auto;
 text-align:center;
 margin-top:-11px;
 left:8px;
 right:8px;
 z-index:1044
}
.mfp-preloader a {
 color:#ccc
}
.mfp-preloader a:hover {
 color:#fff
}
.mfp-s-ready .mfp-preloader {
 display:none
}
.mfp-s-error .mfp-content {
 display:none
}
button.mfp-arrow,
button.mfp-close {
 overflow:visible;
 cursor:pointer;
 background:0 0;
 border:0;
 -webkit-appearance:none;
 display:block;
 outline:0;
 padding:0;
 z-index:1046;
 -webkit-box-shadow:none;
 box-shadow:none
}
button::-moz-focus-inner {
 padding:0;
 border:0
}
.mfp-close {
 width:44px;
 height:44px;
 line-height:44px;
 position:absolute;
 right:0;
 top:0;
 text-decoration:none;
 text-align:center;
 opacity:.65;
 padding:0 0 18px 10px;
 color:#fff;
 font-style:normal;
 font-size:28px;
 font-family:Arial,Baskerville,monospace
}
.mfp-close:focus,
.mfp-close:hover {
 opacity:1
}
.mfp-close:active {
 top:1px
}
.mfp-close-btn-in .mfp-close {
 color:#333
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
 color:#fff;
 right:-6px;
 text-align:right;
 padding-right:6px;
 width:100%
}
.mfp-counter {
 position:absolute;
 top:0;
 right:0;
 color:#ccc;
 font-size:12px;
 line-height:18px
}
.mfp-arrow {
 position:absolute;
 opacity:.65;
 margin:0;
 top:50%;
 margin-top:-55px;
 padding:0;
 width:90px;
 height:110px;
 -webkit-tap-highlight-color:transparent
}
.mfp-arrow:active {
 margin-top:-54px
}
.mfp-arrow:focus,
.mfp-arrow:hover {
 opacity:1
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
 content:'';
 display:block;
 width:0;
 height:0;
 position:absolute;
 left:0;
 top:0;
 margin-top:35px;
 margin-left:35px;
 border:medium inset transparent
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
 border-top-width:13px;
 border-bottom-width:13px;
 top:8px
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
 border-top-width:21px;
 border-bottom-width:21px;
 opacity:.7
}
.mfp-arrow-left {
 left:0
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
 border-right:17px solid #fff;
 margin-left:31px
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
 margin-left:25px;
 border-right:27px solid #3f3f3f
}
.mfp-arrow-right {
 right:0
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
 border-left:17px solid #fff;
 margin-left:39px
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
 border-left:27px solid #3f3f3f
}
.mfp-iframe-holder {
 padding-top:40px;
 padding-bottom:40px
}
.mfp-iframe-holder .mfp-content {
 line-height:0;
 width:100%;
 max-width:900px
}
.mfp-iframe-holder .mfp-close {
 top:-40px
}
.mfp-iframe-scaler {
 width:100%;
 height:0;
 overflow:hidden;
 padding-top:56.25%
}
.mfp-iframe-scaler iframe {
 position:absolute;
 display:block;
 top:0;
 left:0;
 width:100%;
 height:100%;
 box-shadow:0 0 8px rgba(0,0,0,.6);
 background:#000
}
img.mfp-img {
 width:auto;
 max-width:100%;
 height:auto;
 display:block;
 line-height:0;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
 padding:40px 0 40px;
 margin:0 auto
}
.mfp-figure {
 line-height:0
}
.mfp-figure:after {
 content:'';
 position:absolute;
 left:0;
 top:40px;
 bottom:40px;
 display:block;
 right:0;
 width:auto;
 height:auto;
 z-index:-1;
 box-shadow:0 0 8px rgba(0,0,0,.6);
 background:#444
}
.mfp-figure small {
 color:#bdbdbd;
 display:block;
 font-size:12px;
 line-height:14px
}
.mfp-figure figure {
 margin:0
}
.mfp-bottom-bar {
 margin-top:-36px;
 position:absolute;
 top:100%;
 left:0;
 width:100%;
 cursor:auto
}
.mfp-title {
 text-align:left;
 line-height:18px;
 color:#f3f3f3;
 word-wrap:break-word;
 padding-right:36px
}
.mfp-image-holder .mfp-content {
 max-width:100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
 cursor:pointer
}
.mfp-iframe-scaler {
 padding:0;
 height:auto;
 width:auto;
 overflow:visible
}
.iframe-wrapper {
 width:100%;
 display:inline-block;
 position:relative;
 vertical-align:middle
}
.touch .iframe-wrapper {
 overflow-y:scroll;
 -webkit-overflow-scrolling:touch
}
.iframe-wrapper>.inner {
 height:0;
 overflow:hidden;
 padding-top:56.25%
}
@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
 .mfp-img-mobile .mfp-image-holder {
  padding-left:0;
  padding-right:0
 }
 .mfp-img-mobile img.mfp-img {
  padding:0
 }
 .mfp-img-mobile .mfp-figure:after {
  top:0;
  bottom:0
 }
 .mfp-img-mobile .mfp-figure small {
  display:inline;
  margin-left:5px
 }
 .mfp-img-mobile .mfp-bottom-bar {
  background:rgba(0,0,0,.6);
  bottom:0;
  margin:0;
  top:auto;
  padding:3px 5px;
  position:fixed;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
 }
 .mfp-img-mobile .mfp-bottom-bar:empty {
  padding:0
 }
 .mfp-img-mobile .mfp-counter {
  right:5px;
  top:3px
 }
 .mfp-img-mobile .mfp-close {
  top:0;
  right:0;
  width:35px;
  height:35px;
  line-height:35px;
  background:rgba(0,0,0,.6);
  position:fixed;
  text-align:center;
  padding:0
 }
}
@media all and (max-width:900px) {
 .mfp-arrow {
  -webkit-transform:scale(.75);
  transform:scale(.75)
 }
 .mfp-arrow-left {
  -webkit-transform-origin:0;
  transform-origin:0
 }
 .mfp-arrow-right {
  -webkit-transform-origin:100%;
  transform-origin:100%
 }
 .mfp-container {
  padding-left:6px;
  padding-right:6px
 }
}
.mfp-ie7 .mfp-img {
 padding:0
}
.mfp-ie7 .mfp-bottom-bar {
 width:600px;
 left:50%;
 margin-left:-300px;
 margin-top:5px;
 padding-bottom:5px
}
.mfp-ie7 .mfp-container {
 padding:0
}
.mfp-ie7 .mfp-content {
 padding-top:44px
}
.mfp-ie7 .mfp-close {
 top:0;
 right:0;
 padding-top:0
}
.search-form {
 position:relative
}
.search-suggestions {
 position:absolute;
 top:100%;
 width:100%;
 z-index:50
}
.search-suggestions-csstest .search-suggestions {
 display:block!important
}
.search-suggestions-inactive .search-suggestions {
 display:none
}
.search-suggestions-active .search-suggestions {
 display:block
}
.search-suggestions .results {
 padding:10px
}
.search-suggestions li {
 overflow:hidden
}
.search-suggestions a {
 position:relative
}
.search-suggestions .hits {
 bottom:0;
 display:block;
 height:100%;
 padding:0 6px;
 position:absolute
}
.search-suggestions .title {
 display:inline-block;
 white-space:nowrap
}
.search-suggestions .highlight {
 font-weight:700
}
.search-suggestions.hits-before .hits {
 left:0
}
.search-suggestions.hits-after .hits {
 right:-1px
}
.search-suggestions.hits-before .title {
 padding-left:18px
}
.content .slider {
 list-style:none;
 padding-left:0
}
.bx-wrapper {
 font-size:10px;
 margin:0 auto 40px;
 padding:0;
 position:relative
}
.lt-ie8 .bx-wrapper {
 zoom:1
}
.bx-wrapper img {
 display:block;
 max-width:100%
}
.bx-wrapper ul {
 margin:0;
 padding:0
}
.bx-wrapper a {
 outline:0;
 text-decoration:none
}
.bx-controls .disabled {
 left:-99999px;
 position:absolute
}
.bx-next,
.bx-prev {
 background-color:rgba(255,255,255,.2);
 color:#333;
 display:inline-block;
 font:50px FontAwesome;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 height:50px;
 line-height:1;
 margin:-25px 0 0;
 position:absolute;
 text-align:center;
 top:50%;
 width:50px;
 z-index:100
}
.lt-ie8 .bx-next,
.lt-ie8 .bx-prev {
 margin-top:-125px
}
.bx-next {
 right:0
}
.bx-prev {
 left:0
}
.bx-pager {
 bottom:-20px;
 position:absolute;
 text-align:center;
 width:100%
}
.bx-pager-item {
 display:inline-block;
 zoom:1
}
.lt-ie8 .bx-pager-item {
 display:inline
}
.bx-pager-link {
 background-color:#97c227;
 -webkit-border-radius:5px;
 border-radius:5px;
 display:block;
 height:10px;
 margin:5px;
 text-indent:-99999px;
 -webkit-transition:background .5s;
 -o-transition:background .5s;
 transition:background .5s;
 width:10px
}
.bx-pager-link.active {
 background-color:#993e90
}
.slider>[class^=slide-],
.slider>div,
.slider>li {
 font-size:14px
}
.tooltip {
 background:#fff;
 background:rgba(255,255,255,.9);
 border:1px solid #00617f;
 display:none;
 position:absolute;
 z-index:999
}
.hover-tip {
 white-space:nowrap
}
.click-tip {
 min-width:210px
}
.tooltip-content {
 padding:10px 20px;
 position:relative;
 font-weight:700;
 font-size:13px;
 line-height:16px;
 color:#00617f
}
/*!
Video.js Default Styles (http://videojs.com)
Version 4.9.0
Create your own skin at http://designer.videojs.com
*/.vjs-default-skin {
 color:#ccc
}
.vjs-default-skin .vjs-slider {
 outline:0;
 position:relative;
 cursor:pointer;
 padding:0;
 background-color:#333;
 background-color:rgba(51,51,51,.9)
}
.vjs-default-skin .vjs-slider:focus {
 -webkit-box-shadow:0 0 2em #fff;
 -moz-box-shadow:0 0 2em #fff;
 box-shadow:0 0 2em #fff
}
.vjs-default-skin .vjs-slider-handle {
 position:absolute;
 left:0;
 top:0
}
.vjs-default-skin .vjs-slider-handle:before {
 content:"\f04d";
 font-family:FontAwesome;
 font-size:1em;
 line-height:1;
 text-align:center;
 text-shadow:0 0 1em #fff;
 position:absolute;
 top:0;
 left:0;
 -webkit-transform:rotate(-45deg);
 -moz-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 -o-transform:rotate(-45deg);
 transform:rotate(-45deg)
}
.vjs-default-skin .vjs-control-bar {
 display:none;
 position:absolute;
 bottom:0;
 left:0;
 right:0;
 height:3em;
 background-color:#07141e;
 background-color:rgba(7,20,30,.7)
}
.vjs-default-skin.vjs-has-started .vjs-control-bar {
 display:block;
 visibility:visible;
 opacity:1;
 -webkit-transition:visibility .1s,opacity .1s;
 -moz-transition:visibility .1s,opacity .1s;
 -o-transition:visibility .1s,opacity .1s;
 transition:visibility .1s,opacity .1s
}
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
 display:block;
 visibility:hidden;
 opacity:0;
 -webkit-transition:visibility 1s,opacity 1s;
 -moz-transition:visibility 1s,opacity 1s;
 -o-transition:visibility 1s,opacity 1s;
 transition:visibility 1s,opacity 1s
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
 display:none
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
 display:none
}
.vjs-default-skin.vjs-error .vjs-control-bar {
 display:none
}
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
 opacity:1;
 visibility:visible
}
.lt-ie9 .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
 content:""
}
.vjs-default-skin .vjs-control {
 outline:0;
 position:relative;
 float:left;
 text-align:center;
 margin:0;
 padding:0;
 height:3em;
 width:4em
}
.vjs-default-skin .vjs-control:before {
 font-family:FontAwesome;
 font-size:1.5em;
 line-height:2;
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 text-align:center;
 text-shadow:1px 1px 1px rgba(0,0,0,.5);
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
 text-shadow:0 0 1em #fff
}
.vjs-default-skin .vjs-control-text {
 border:0;
 clip:rect(0 0 0 0);
 height:1px;
 margin:-1px;
 overflow:hidden;
 padding:0;
 position:absolute;
 width:1px
}
.vjs-default-skin .vjs-play-control {
 width:5em;
 cursor:pointer
}
.vjs-default-skin .vjs-play-control:before {
 content:"\f04b"
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
 content:"\f04c"
}
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
 font-size:1.5em;
 line-height:2;
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 text-align:center;
 text-shadow:1px 1px 1px rgba(0,0,0,.5)
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
 width:4em;
 left:-2em;
 list-style:none
}
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
 cursor:pointer;
 float:right
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
 content:"\f028"
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
 content:"\f026"
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
 content:"\f027"
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
 content:"\f027"
}
.vjs-default-skin .vjs-volume-control {
 width:5em;
 float:right
}
.vjs-default-skin .vjs-volume-bar {
 width:5em;
 height:.6em;
 margin:1.1em auto 0
}
.vjs-default-skin .vjs-volume-level {
 position:absolute;
 top:0;
 left:0;
 height:.5em;
 width:100%;
 background:#66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
 width:.5em;
 height:.5em;
 left:4.5em
}
.vjs-default-skin .vjs-volume-handle:before {
 font-size:.9em;
 top:-.2em;
 left:-.2em;
 width:1em;
 height:1em
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
 display:block;
 width:0;
 height:0;
 border-top-color:transparent
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
 height:0;
 width:0
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing,
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu {
 border-top-color:rgba(7,40,50,.5)
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content {
 height:2.9em;
 width:10em
}
.vjs-default-skin .vjs-progress-control {
 position:absolute;
 left:0;
 right:0;
 width:auto;
 font-size:.3em;
 height:1em;
 top:-1em;
 -webkit-transition:all .4s;
 -moz-transition:all .4s;
 -o-transition:all .4s;
 transition:all .4s
}
.vjs-default-skin:hover .vjs-progress-control {
 font-size:.9em;
 -webkit-transition:all .2s;
 -moz-transition:all .2s;
 -o-transition:all .2s;
 transition:all .2s
}
.vjs-default-skin .vjs-progress-holder {
 height:100%
}
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div,
.vjs-default-skin .vjs-progress-holder .vjs-play-progress {
 position:absolute;
 display:block;
 height:100%;
 margin:0;
 padding:0;
 width:0;
 left:0;
 top:0
}
.vjs-default-skin .vjs-play-progress {
 background:#66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat
}
.vjs-default-skin .vjs-load-progress {
 background:#646464;
 background:rgba(255,255,255,.2)
}
.vjs-default-skin .vjs-load-progress div {
 background:#787878;
 background:rgba(255,255,255,.1)
}
.vjs-default-skin .vjs-seek-handle {
 width:1.5em;
 height:100%
}
.vjs-default-skin .vjs-seek-handle:before {
 padding-top:.1em
}
.vjs-default-skin.vjs-live .vjs-progress-control,
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider {
 display:none
}
.vjs-default-skin.vjs-live .vjs-live-display {
 display:block
}
.vjs-default-skin .vjs-live-display {
 display:none;
 font-size:1em;
 line-height:3em
}
.vjs-default-skin .vjs-time-controls {
 font-size:1em;
 line-height:3em
}
.vjs-default-skin .vjs-current-time {
 float:left
}
.vjs-default-skin .vjs-duration {
 float:left
}
.vjs-default-skin .vjs-remaining-time {
 display:none;
 float:left
}
.vjs-time-divider {
 float:left;
 line-height:3em
}
.vjs-default-skin .vjs-fullscreen-control {
 width:3.8em;
 cursor:pointer;
 float:right
}
.vjs-default-skin .vjs-fullscreen-control:before {
 content:"\f065"
}
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
 content:"\f066"
}
.vjs-default-skin .vjs-big-play-button {
 left:.5em;
 top:.5em;
 font-size:3em;
 display:block;
 z-index:2;
 position:absolute;
 width:4em;
 height:2.6em;
 text-align:center;
 vertical-align:middle;
 cursor:pointer;
 opacity:1;
 background-color:#07141e;
 background-color:rgba(7,20,30,.7);
 border:.1em solid #3b4249;
 -webkit-border-radius:.8em;
 -moz-border-radius:.8em;
 border-radius:.8em;
 -webkit-transition:all .4s;
 -moz-transition:all .4s;
 -o-transition:all .4s;
 transition:all .4s
}
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
 left:50%;
 margin-left:-2.1em;
 top:50%;
 margin-top:-1.4em
}
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
 display:none
}
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
 display:none
}
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
 display:none
}
.vjs-default-skin .vjs-big-play-button:focus,
.vjs-default-skin:hover .vjs-big-play-button {
 outline:0;
 border-color:#fff;
 background-color:#505050;
 background-color:rgba(50,50,50,.75);
 -webkit-box-shadow:0 0 3em #fff;
 -moz-box-shadow:0 0 3em #fff;
 box-shadow:0 0 3em #fff;
 -webkit-transition:all 0s;
 -moz-transition:all 0s;
 -o-transition:all 0s;
 transition:all 0s
}
.vjs-default-skin .vjs-big-play-button:before {
 content:"\f04b";
 font-family:FontAwesome;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 line-height:2.6em;
 text-align:center;
 position:absolute;
 left:0;
 width:100%;
 height:100%
}
.vjs-error .vjs-big-play-button {
 display:none
}
.vjs-error-display {
 display:none
}
.vjs-error .vjs-error-display {
 display:block;
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%
}
.vjs-error .vjs-error-display:before {
 content:'X';
 font-family:Arial;
 font-size:4em;
 color:#666;
 line-height:1;
 text-shadow:.05em .05em .1em #000;
 text-align:center;
 vertical-align:middle;
 position:absolute;
 left:0;
 top:50%;
 margin-top:-.5em;
 width:100%
}
.vjs-error-display div {
 position:absolute;
 bottom:1em;
 right:0;
 left:0;
 font-size:1.4em;
 text-align:center;
 padding:3px;
 background:#000;
 background:rgba(0,0,0,.5)
}
.vjs-error-display a,
.vjs-error-display a:visited {
 color:#f4a460
}
.vjs-loading-spinner {
 display:none;
 position:absolute;
 top:50%;
 left:50%;
 font-size:4em;
 line-height:1;
 width:1em;
 height:1em;
 margin-left:-.5em;
 margin-top:-.5em;
 opacity:.75
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
 display:block;
 -webkit-animation:spin 1.5s infinite linear;
 -moz-animation:spin 1.5s infinite linear;
 -o-animation:spin 1.5s infinite linear;
 animation:spin 1.5s infinite linear
}
.vjs-error .vjs-loading-spinner {
 display:none;
 -webkit-animation:none;
 -moz-animation:none;
 -o-animation:none;
 animation:none
}
.vjs-default-skin .vjs-loading-spinner:before {
 content:"\f1ce";
 font-family:FontAwesome;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 position:absolute;
 top:0;
 left:0;
 width:1em;
 height:1em;
 text-align:center;
 text-shadow:0 0 .1em #000
}
@-moz-keyframes spin {
 0% {
  -moz-transform:rotate(0)
 }
 100% {
  -moz-transform:rotate(359deg)
 }
}
@-webkit-keyframes spin {
 0% {
  -webkit-transform:rotate(0)
 }
 100% {
  -webkit-transform:rotate(359deg)
 }
}
@-o-keyframes spin {
 0% {
  -o-transform:rotate(0)
 }
 100% {
  -o-transform:rotate(359deg)
 }
}
@keyframes spin {
 0% {
  transform:rotate(0)
 }
 100% {
  transform:rotate(359deg)
 }
}
.vjs-default-skin .vjs-menu-button {
 float:right;
 cursor:pointer
}
.vjs-default-skin .vjs-menu {
 display:none;
 position:absolute;
 bottom:0;
 left:0;
 width:0;
 height:0;
 margin-bottom:3em;
 border-left:2em solid transparent;
 border-right:2em solid transparent;
 border-top:1.55em solid #000;
 border-top-color:rgba(7,40,50,.5)
}
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
 display:block;
 padding:0;
 margin:0;
 position:absolute;
 width:10em;
 bottom:1.5em;
 max-height:15em;
 overflow:auto;
 left:-5em;
 background-color:#07141e;
 background-color:rgba(7,20,30,.7);
 -webkit-box-shadow:-.2em -.2em .3em rgba(255,255,255,.2);
 -moz-box-shadow:-.2em -.2em .3em rgba(255,255,255,.2);
 box-shadow:-.2em -.2em .3em rgba(255,255,255,.2)
}
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing,
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu {
 display:block
}
.vjs-default-skin .vjs-menu-button ul li {
 list-style:none;
 margin:0;
 padding:.3em 0 .3em 0;
 line-height:1.4em;
 font-size:1.4em;
 text-align:center;
 text-transform:lowercase
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
 background-color:#000
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover,
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover {
 outline:0;
 color:#111;
 background-color:#fff;
 background-color:rgba(255,255,255,.75);
 -webkit-box-shadow:0 0 1em #fff;
 -moz-box-shadow:0 0 1em #fff;
 box-shadow:0 0 1em #fff
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
 text-align:center;
 text-transform:uppercase;
 font-size:1em;
 line-height:2em;
 padding:0;
 margin:0 0 .3em 0;
 font-weight:700;
 cursor:default
}
.vjs-default-skin .vjs-subtitles-button:before {
 content:"\f075"
}
.vjs-default-skin .vjs-captions-button:before {
 content:"\f20a"
}
.vjs-default-skin .vjs-chapters-button:before {
 content:"\f075"
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
 width:24em;
 left:-12em
}
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
 -webkit-box-shadow:0 0 1em #fff;
 -moz-box-shadow:0 0 1em #fff;
 box-shadow:0 0 1em #fff
}
.video-js {
 background-color:#000;
 position:relative;
 padding:0;
 font-size:10px;
 vertical-align:middle;
 font-weight:400;
 font-style:normal;
 font-family:Arial,sans-serif;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none
}
.video-js .vjs-tech {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%
}
.video-js:-moz-full-screen {
 position:absolute
}
body.vjs-full-window {
 padding:0;
 margin:0;
 height:100%;
 overflow-y:auto
}
.video-js.vjs-fullscreen {
 position:fixed;
 overflow:hidden;
 z-index:1000;
 left:0;
 top:0;
 bottom:0;
 right:0;
 width:100%!important;
 height:100%!important
}
.video-js:-webkit-full-screen {
 width:100%!important;
 height:100%!important
}
.video-js.vjs-fullscreen.vjs-user-inactive {
 cursor:none
}
.vjs-poster {
 background-repeat:no-repeat;
 background-position:50% 50%;
 background-size:contain;
 cursor:pointer;
 margin:0;
 padding:0;
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0
}
.vjs-poster img {
 display:block;
 margin:0 auto;
 max-height:100%;
 padding:0;
 width:100%
}
.video-js.vjs-using-native-controls .vjs-poster {
 display:none
}
.video-js .vjs-text-track-display {
 text-align:center;
 position:absolute;
 bottom:4em;
 left:1em;
 right:1em
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
 bottom:1em
}
.video-js .vjs-text-track {
 display:none;
 font-size:1.4em;
 text-align:center;
 margin-bottom:.1em;
 background-color:#000;
 background-color:rgba(0,0,0,.5)
}
.video-js .vjs-subtitles {
 color:#fff
}
.video-js .vjs-captions {
 color:#fc6
}
.vjs-tt-cue {
 display:block
}
.video-js.vjs-fullscreen .vjs-text-track {
 font-size:3em
}
.vjs-default-skin .vjs-hidden {
 display:none
}
.vjs-lock-showing {
 display:block!important;
 opacity:1;
 visibility:visible
}
.vjs-no-js {
 padding:20px;
 color:#ccc;
 background-color:#333;
 font-size:18px;
 font-family:Arial,sans-serif;
 text-align:center;
 width:300px;
 height:150px;
 margin:0 auto
}
.vjs-no-js a,
.vjs-no-js a:visited {
 color:#f4a460
}
.lt-ie8 .vjs-control-bar {
 background-color:#07141e
}
.lt-ie8 .vjs-play-control {
 font-family:FontAwesome;
 line-height:3;
 zoom:expression(this.innerHTML+=this.innerHTML.search('\f04b')==-1?'\f04b':'',style.zoom=1,0)
}
.lt-ie8 .vjs-mute-control,
.lt-ie8 .vjs-volume-menu-button {
 font-family:FontAwesome;
 line-height:3;
 zoom:expression(this.innerHTML+=this.innerHTML.search('\f028')==-1?'\f028':'',style.zoom=1,0)
}
.lt-ie8 .vjs-fullscreen-control {
 font-family:FontAwesome;
 line-height:3;
 zoom:expression(this.innerHTML+=this.innerHTML.search('\f065')==-1?'\f065':'',style.zoom=1,0)
}
.lt-ie8 .vjs-fullscreen-control {
 font-family:FontAwesome;
 zoom:expression(this.innerHTML+=this.innerHTML.search('\f066')==-1?'\f066':'',style.zoom=1,0)
}
.lt-ie8 .vjs-big-play-button {
 background-color:#07141e;
 font-family:FontAwesome;
 line-height:2.66;
 zoom:expression(this.innerHTML+=this.innerHTML.search('\f04b')==-1?'\f04b':'',style.zoom=1,0)
}
.vjs-fullscreen {
 padding-top:0!important
}
.video__container p {
 margin-bottom:0
}
.zoom {
 position:relative
}
.zoom img {
 height:auto;
 max-width:100%
}
.zoom .zoom-icon {
 display:block;
 height:20px;
 left:12px;
 position:absolute;
 top:28px;
 width:20px
}
.zoom .zoom-icon span {
 color:#fff;
 font:20px/1 FontAwesome
}
.zoom .zoom-icon .text {
 display:none
}
.zoom .minus {
 display:none
}
.zoom.zoomed .minus {
 display:block
}
.zoom.zoomed .plus {
 display:none
}
.zoom.zoomed {
 overflow-y:auto;
 width:100%
}
.zoom.zoomed img {
 max-width:none
}
.invisible {
 -moz-opacity:0;
 -khtml-opacity:0;
 opacity:0
}
.hide-block {
 display:block;
 position:absolute;
 left:-99999px
}
.hide-text {
 text-indent:-99999px
}
.align-left {
 text-align:left
}
.align-center {
 text-align:center
}
.align-right {
 text-align:right
}
.align-justify {
 text-align:justify
}
.nowrap {
 white-space:nowrap
}
.float-left {
 float:left
}
.float-right {
 float:right
}
.clear {
 clear:both
}
.clear-left {
 clear:left
}
.clear-right {
 clear:right
}
.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
 content:" ";
 display:table
}
.clearfix:after,
.row:after {
 clear:both
}
.lt-ie8 .clearfix,
.lt-ie8 .row {
 zoom:1
}
.floatleft,
.left {
 float:left
}
.floatright,
.right {
 float:right
}
.clearFloat {
 clear:both
}
.hideAccessable,
.hideAccessible {
 display:block;
 position:absolute;
 left:-99999px
}
.font-smoothing {
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
*,
:after,
:before {
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 -webkit-backface-visibility:hidden
}
:after,
:before {
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.color-green {
 color:#6bc200
}
.color-blue {
 color:#0090c5
}
body {
 font-family:"Neue Helvetica W01",'Helvetica Neue',Helvetica,Arial,sans-serif;
/* font-weight:400;
 font-size:14px;*/
 /*color:#10384f;*/
 overflow:hidden;
 overflow-y:scroll
}
body.willkommen {
 position:relative
}
a {
 outline:0
}
a:hover .icon-facebook {
 color:#3b5998!important
}
a:hover .icon-twitter {
 color:#00aced!important
}
a:hover .icon-linkedin {
 color:#007bb5!important
}
a:hover .icon-youtube {
 color:#b00!important
}
a:hover .icon-instagram {
 color:#125688!important
}
a:hover .icon-rss {
 color:#f90!important
}
a:hover .icon-xing {
 color:#cfdc00!important
}
a:hover .icon-mail,
a:hover .icon-share-more {
 color:#0091df!important
}
.extern:after {
 content:'\e835';
 font-family:bayericonfont;
 font-size:13px;
 margin-left:4px
}
.hash-tabs-links {
 margin-bottom:40px
}
.hash-tabs-links .hashlink {
 display:block;
 font-size:13px;
 line-height:13px;
 margin-bottom:20px;
 color:#10384f
}
.hash-tabs-links .hashlink:before {
 content:'\e825';
 display:inline-block;
 font-family:bayericonfont;
 font-size:10px;
 margin-right:10px;
 vertical-align:1px
}
.hash-tabs-links .hashlink:hover {
 color:#0091df
}
.hash-tabs-links .hashlink:hover:before {
 text-decoration:underline;
 text-decoration:none;
 color:#10384f
}
h2,
h3,
h4,
h5,
h6 {
 font-weight:400
}
.topline {
 font-size:15px;
 font-weight:500;
 line-height:20px;
 color:#0091df;
 margin-bottom:5px
}
.content-title {
 font-size:40px;
 font-weight:100;
 line-height:44px;
 margin-top:0;
 margin-bottom:40px;
 color:#108000
}
.content-subheadline {
 font-size:21px;
 line-height:30px;
 font-weight:100;
 color:#624963;
 margin-bottom:50px;
 width:778px;
 max-width:100%
}
@media screen and (min-width:768px) {
 .content-subheadline {
  font-size:25px;
  line-height:38px;
  margin-bottom:95px
 }
}
.content {
 width:778px;
 max-width:100%;
 margin:0 auto
}
.content {
 font-size:16px;
 line-height:28px;
 min-height:500px
}
.content h1 {
 font-size:40px;
 font-weight:100;
 line-height:44px;
 margin-top:0;
 margin-bottom:40px;
 color:#108000
}
.content h2 {
 font-size:21px;
 font-weight:400;
 line-height:25px;
 color:#108000;
 margin-bottom:15px;
 margin-top:40px
}
.content h2:first-child {
 margin-top:5px
}
.content h2 img {
 display:inline-block;
 margin-right:10px
}
.content h3 {
 font-size:18px;
 font-weight:400;
 color:#108000;
 line-height:25px;
 margin-bottom:15px
}
.content h4 {
 font-size:15px;
 font-weight:500;
 line-height:25px;
 margin-bottom:10px
}
.content h4 img {
 display:inline-block;
 margin-right:10px
}
.content h5 {
 font-size:14px;
 font-weight:500
}
.content .tableheadline,
.content h6 {
 font-weight:500;
 font-size:15px;
 line-height:20px;
 color:#108000;
 margin-bottom:-33px;
 padding-right:110px;
 padding-top:13px
}
.content .tableheadline p,
.content h6 p {
 margin:0
}
.content .tableheadline.no-download-link,
.content h6.no-download-link {
 margin-bottom:0;
 padding-right:0;
 padding-top:0
}
.content figure {
 margin:0;
 margin-bottom:50px
}
.content figure.signature {
 margin-bottom:10px;
 padding-top:20px
}
.content figure.signature img {
 width:auto;
 max-width:100%;
 height:auto
}
.content figure .footnote {
 padding-left:7px
}
.content figure.float-right {
 margin-right:0;
 margin:0 0 8px 8px;
 width:auto;
 max-width:360px;
 float:none;
 margin-left:auto
}
.content .footnote {
 font-weight:400;
 line-height:14px;
 margin-top:5px;
 padding-left:14px
}
.content .footnote sup {
 margin-left:-15px;
 margin-right:4px
}
.content .zoom a {
 display:inline-block;
 font-size:12px;
 font-weight:700;
 line-height:12px;
 color:#10384f
}
.content .zoom a:before {
 font-size:15px;
 color:#ff3162
}
.content .zoom a:hover {
 color:#624963;
 text-decoration:none
}
.content .zoom a:hover:before {
 color:#624963
}
.content .zoom a.verweisexcel:before {
 content:'\e80a';
 font-family:bayericonfont;
 margin-right:7px
}
.content .zoom p {
 margin-bottom:10px
}
.content strong {
 font-weight:700
}
.content a {
 font-weight:700;
 color:#2a2076;
}
.content a:hover {
 color:#624963;
 text-decoration:underline
}
.content ul {
 list-style:none
}
.content ul li+li {
 margin-top:10px
}
.content ul li:before {
 content:"";
 width:8px;
 height:8px;
 display:inline-block;
 background-color:#10384f;
 margin-right:12px;
 margin-left:-20px
}
.content ul+figure {
 margin-top:40px
}
.content ol {
 margin-bottom:20px;
 padding-left:19px
}
.content ol li+li {
 margin-top:10px
}
.content figure {
 display:block;
 margin-bottom:50px
}
.content figure .graphic-headline p {
 font-weight:500;
 font-size:15px;
 line-height:17px;
 color:#10384f;
 margin:0;
 padding:0;
 margin-bottom:20px;
 padding-bottom:10px;
 border-bottom:2px solid #10384f
}
.content figure img {
 width:100%;
 height:auto
}
.content .bild {
 position:relative
}
.content .block-info {
 float:none;
 width:100%;
 padding:8px;
 border-top:1px solid #005598;
 border-bottom:1px solid #005598;
 margin:0 0 20px 0
}
.content .block-info strong {
 color:#6bc200
}
.content .block-info .number {
 font-size:20px;
 color:#005598
}
.content .block-info p {
 margin-bottom:0
}
ul {
 margin-bottom:20px;
 padding-left:21px
}
p {
 /*font-weight:300;*/
 margin-bottom:20px
}
.content ol,
.content ul {
 font-weight:300
}
.content .accordion-toggler {
 text-align:right;
 margin-bottom:10px;
 height:30px
}
.content .accordion-toggler a {
 border:1px solid #0090c5;
 background:#0090c5;
 color:#fff;
 padding:8px 10px;
 font-size:11px;
 font-weight:500
}
.content .accordion-toggler a:hover {
 background:0 0;
 color:#0090c5;
 text-decoration:none
}
.content .accordion-wrapper {
 margin-bottom:40px;
 margin-top:10px
}
.content h5 {
 position:relative
}
.content h5 a {
 display:block;
 padding:9px 25px 23px 0;
 font-size:19px;
 font-weight:300;
 line-height:25px;
 color:#494949
}
.content h5 a:hover {
 color:#0090c5;
 text-decoration:none
}
.content h5 a:hover:after {
 color:#0090c5
}
.content h5 a:after {
 font-family:bayericonfont;
 content:"\e81a";
 position:absolute;
 top:10px;
 right:0;
 color:#989898
}
.content .accordion-opened h5 a {
 color:#6bc200
}
.content .accordion-opened h5 a:after {
 content:"\e818";
 display:inline-block;
 text-align:right;
 color:#6bc200
}
a {
 color:#494949;
 text-decoration:none
}
.site-header {
 position:relative;
 width:100%;
 top:0;
 background:#2a2076;
 z-index:990;
 pointer-events:all
}
@media screen and (min-width:1024px) {
 .touch.ipad .page_serviceseiten_willkommen .site-header {
  position:fixed!important
 }
 .touch.ipad .page_serviceseiten_willkommen.sticky .site-header .site-header__wrapper {
  display:flex!important
 }
}
.mobile-logo {
 display:none
}
.content-before {
 display:none
}
.hide-sidemenu .content-before {
 display:none
}
.content-bottom {
 min-height:auto
}
.content-bottom .spreadsheet {
 width:100%
}
.content-footer,
.content-title,
.flatnav,
.topline {
 width:778px;
 max-width:100%;
 margin-left:auto;
 margin-right:auto
}
.serviceseiten article {
 margin-bottom:60px
}
@media screen and (min-width:1440px) {
 .serviceseiten article {
  margin-left:317.994px
 }
}
::-webkit-input-placeholder {
 color:rgba(51,51,51,.5);
 font-style:italic
}
:-moz-placeholder {
 color:rgba(51,51,51,.5);
 font-style:italic
}
::-moz-placeholder {
 color:rgba(51,51,51,.5);
 font-style:italic
}
:-ms-input-placeholder {
 color:rgba(51,51,51,.5);
 font-style:italic
}
:placeholder-shown {
 color:rgba(51,51,51,.5);
 font-style:italic
}
.popup-feedback-small .mfp-content {
 background-color:#fff;
 border-collapse:separate;
 font-size:20px;
 max-width:300px;
 padding:17px;
 margin:auto
}
.popup-feedback-small .feedback .keyword {
 padding-right:17px
}
.popup-feedback-small .mfp-close {
 color:#fff;
 top:-40px;
 right:-16px
}
.popup-feedback-small .feedback td {
 padding-right:10px
}
.popup-feedback-small .feedback tr td:last-of-type {
 padding-right:0
}
.popup-recommend .mfp-content {
 height:100%;
 max-height:650px
}
.imagemap-wrapper {
 position:relative
}
.imagemap-layers.state-open div {
 display:block
}
.imagemap-layer {
 display:none
}
.imagemap-layer.active {
 display:block
}
.js .global-service-page,
.js .global-service-page__wrapper {
 display:none
}
.counter {
 font-size:70px
}
.counter .unit {
 font-size:35px
}
.infinite-scroll .pagination {
 display:none
}
.infinite-scroll .loading-icon {
 display:none;
 text-align:center
}
.infinite-scroll.page-loading .loading-icon {
 display:block
}
.infinite-scroll .loading-icon img {
 display:inline
}
.no-js .lazyload {
 display:none
}
.content img:not(.lazyload) {
 height:auto
}
.lazyload-container {
 background:url(../img/loading.gif) 50% 50% no-repeat;
 display:inline-block;
 min-height:100px
}
.lazyload-container img {
 opacity:0;
 -webkit-transition:opacity 2s;
 -moz-transition:opacity 2s;
 transition:opacity 2s
}
.bx-wrapper [aria-hidden=true] .lazyload-container img {
 -webkit-transition:none;
 -moz-transition:none;
 transition:none
}
.lazyload-container img.lazyload-active {
 opacity:1
}
.page_lagebericht_geschaeftsentwicklung_healthcare #consumerhealth:before,
.page_lagebericht_geschaeftsentwicklung_healthcare #pharma:before {
 display:block;
 content:"";
 height:120px;
 margin-top:-120px
}
.lt-ie9 .video-js {
 width:748px!important;
 height:420px!important
}
video::-internal-media-controls-download-button {
 display:none
}
video::-webkit-media-controls-enclosure {
 overflow:hidden
}
video::-webkit-media-controls-panel {
 width:calc(100% + 32px)
}
#corporate-container {
 display:none
}
@media screen and (min-width:1025px) {
 #corporate-container {
  display:block
 }
}
.tagline {
 position:absolute
}
.bcn-panel {
 background:#fff!important
}
.extra-nav {
 display:block;
 margin:50px 10px 20px 10px;
 padding:0;
 list-style:none
}
.extra-nav li {
 box-sizing:border-box;
 text-align:left;
 width:100%
}
.extra-nav li a {
 display:block;
 color:#fff;
 padding:8px 18px;
 border-bottom:1px solid rgba(255,255,255,.2)
}
.extra-nav li a:hover {
 border-bottom:1px solid #fff
}
.extra-nav li a:after {
 /*content:'\e839';*/
 display:inline;
 width:20px;
 position:absolute;
 right:10px;
 cursor:pointer;
 pointer-events:none;
 font-family:bayericonfont;
 font-size:11px;
 color:#fff;
 text-align:center
}
.scroll-down {
 position:absolute;
 bottom:0;
 left:50%;
 width:50px;
 height:50px;
 transform:translate3d(-50%,0,0);
 text-align:center;
 background:0 0
}
.scroll-down--magazin {
 display:none;
 transform:translate3d(-50%,0,0) skew(-12deg);
 background:#624963
}
.scroll-down--magazin:after {
 transform:skew(12deg)
}
.scroll-down--mobile {
 display:block
}
.scroll-down--desktop {
 display:none
}
.scroll-down:after {
 /*content:'\e837';*/
 font-family:bayericonfont;
 font-size:30px;
 color:#fff;
 line-height:35px;
 position:relative;
 display:block;
 animation:upanddown 1.5s infinite
}
@media screen and (min-width:768px) {
 .scroll-down.scroll-down--willkommen {
  transform:none;
  left:50px;
  bottom:20px
 }
 .scroll-down.scroll-down--willkommen:after {
  /*content:'\e83c'*/
 }
}
@media screen and (min-width:1024px) {
 .scroll-down {
  width:69px;
  height:69px;
  transform:translate3d(-50%,0,0) skew(-12deg);
  background:#624963
 }
 .scroll-down:after {
  transform:skew(12deg);
  line-height:69px
 }
 .scroll-down.scroll-down--willkommen {
  transform:translate3d(-50%,0,0) skew(-12deg);
  left:50%;
  bottom:0;
  background:rgba(16,128,0,.8)
 }
 .scroll-down.scroll-down--willkommen:after {
  /*content:'\e837';*/
  font-size:30px;
  transform:skew(12deg)
 }
 .scroll-down.scroll-down--magazin {
  display:block
 }
 .scroll-down.scroll-down--mobile {
  display:none
 }
 .scroll-down.scroll-down--desktop {
  display:block
 }
}
.page-top {
 position:fixed;
 right:0;
 bottom:0;
 width:48px;
 height:48px;
 font-size:20px;
 font-weight:500;
 color:#fff;
 text-transform:uppercase;
 opacity:0;
 transition:opacity 1s;
 overflow:hidden;
 z-index:10
}
.page-top:hover:before {
 background:#0091df
}
.page-top:before {
 content:"";
 position:absolute;
 top:0;
 left:6px;
 width:100%;
 height:100%;
 transform:skew(-12deg);
 background:#00617f
}
.page-top:after {
 content:"\e83a";
 position:relative;
 display:block;
 margin-left:18px;
 font-family:bayericonfont;
 line-height:48px
}
.page-top.active {
 opacity:1
}
.kontakt article {
 float:none;
 margin:60px auto
}
.kontakt #contactForm input,
.kontakt #contactForm select,
.kontakt #contactForm textarea {
 border:1px solid #dcdcdc;
 display:inline-block;
 padding:0 7px;
 margin-bottom:10px
}
.kontakt #contactForm .radio {
 margin-right:10px
}
.kontakt #contactForm .radio input {
 display:inline-block;
 height:auto;
 margin-right:5px;
 vertical-align:2px
}
.kontakt #contactForm input[type=checkbox] {
 display:block;
 margin:7px 10px 9px 0;
 float:left;
 height:auto
}
.kontakt #contactForm button {
 font-size:15px;
 line-height:17px;
 font-weight:500;
 color:#10384f;
 position:relative;
 display:inline-block;
 height:auto;
 margin:25px 0 0 0;
 padding:11px 30px;
 letter-spacing:.5px;
 transition:all .3s;
 border:1px solid #d0d8dc
}
.kontakt #contactForm button:focus,
.kontakt #contactForm button:hover {
 background:#00617f;
 text-decoration:none;
 color:#fff
}
.kontakt #contactForm p.info {
 margin:20px 0
}
.kontakt #contactForm .form-message {
 display:block;
 color:red
}
.kontakt #contactForm .errorMsg {
 display:none;
 margin:0;
 color:red;
 vertical-align:top
}
.kontakt #contactForm .error input,
.kontakt #contactForm .error select,
.kontakt #contactForm .error textarea {
 outline:1px solid red
}
.kontakt #contactForm .error span.errorMsg {
 display:inline-block
}
.kontakt #contactForm .error p.errorMsg {
 display:block
}
.survey-popup-block {
 position:relative;
 background:#fff;
 padding:0;
 text-align:left;
 max-width:900px;
 margin:40px auto
}
.survey-popup-block .icon-close {
 color:#fff;
 font-size:22px
}
.survey-popup-block h3 {
 margin-bottom:0
}
.survey-popup-block p {
 margin-bottom:20px
}
.survey-popup-block img {
 max-width:100%;
 height:auto
}
.survey-popup-block .content .block-info {
 width:100%;
 margin:25px 0 0 0
}
.survey-popup-block .content .block-info p {
 margin:0
}
.survey-popup-block .content .block-info strong {
 color:#494949
}
.survey-popup-block .content .block-info>strong {
 color:#6bc200
}
.survey-popup-block .column+.column {
 margin-top:20px
}
.survey-header {
 position:relative;
 padding:20px;
 background:#6bc200;
 color:#fff
}
.survey-header:after {
 content:"";
 width:0;
 height:0;
 border:10px solid transparent;
 border-top-color:#6bc200;
 position:absolute;
 bottom:-20px;
 left:20px
}
.survey-content {
 padding:20px;
 margin-bottom:152px
}
.survey-footer {
 position:fixed;
 left:0;
 right:0;
 bottom:0;
 padding:20px;
 background:#0090c5;
 text-align:center
}
.survey-footer a {
 font-weight:700;
 font-size:15px;
 color:#fff;
 text-align:center;
 display:inline-block;
 min-width:280px;
 max-width:100%;
 padding:15px;
 background:#005598
}
.survey-footer a+a {
 margin-top:10px
}
.survey-footer a:hover {
 background:#6bc200
}
.survey-footer a.arrow {
 padding:10px 30px
}
.survey-footer a.arrow:after {
 content:"\e82a";
 position:relative;
 font-family:bayericonfont;
 font-size:10px;
 line-height:35px;
 -webkit-transition:all .3s;
 -moz-transition:all .3s;
 transition:all .3s;
 left:5px;
 vertical-align:1px
}
.survey-footer a.arrow:hover:after {
 left:15px
}
.survey-footer a.enter-contest {
 background:#ff8200
}
.survey-footer a.enter-contest:hover {
 background:#db7000
}
.survey-footer .icon-triangle-right {
 font-size:11px
}
.employee-total {
 margin-bottom:50px
}
.employee-total .columns:first-of-type {
 border-bottom:1px solid #e5e5e5
}
.employee-total .only-desktop {
 display:none
}
.employee-total h3 {
 font-size:15px;
 line-height:17px;
 font-weight:500;
 color:#10384f;
 margin:0;
 padding:0;
 margin-bottom:4px
}
.employee-total h3.only-mobile {
 width:100%;
 border-bottom:1px solid #e5e5e5
}
.employee-total-number {
 display:block;
 font-size:45px;
 font-weight:300;
 line-height:1;
 color:#0091df;
 background:-webkit-linear-gradient(left,#0091df,#00617f);
 -webkit-background-clip:text;
 -webkit-text-fill-color:transparent;
 margin:0;
 margin-top:10px
}
.employee-total-legend {
 font-size:11px;
 line-height:16px
}
.employee-total-legend p {
 margin:0
}
.overview-box {
 margin:0 0 60px 0;
 border-bottom:1px solid #10384f
}
.overview-box strong {
 margin-bottom:15px
}
.overview-box .glossary-layer strong {
 margin:0
}
.overview-box a:not(.verweisglossar) {
 font-size:15px;
 line-height:17px;
 font-weight:500;
 color:#10384f;
 position:relative;
 display:inline-block;
 height:auto;
 margin:0 15px 20px 0;
 padding:11px 30px;
 letter-spacing:.5px;
 transition:all .3s;
 border:1px solid #d0d8dc
}
.overview-box a:not(.verweisglossar):hover {
 background:#00617f;
 text-decoration:none;
 color:#fff
}
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
 display:none
}
@media screen and (min-width:619px) {
 .survey-popup-block img {
  display:inline-block
 }
 .survey-popup-block .block-info {
  display:inline-block;
  width:200px;
  margin:0 0 0 10px;
  vertical-align:top
 }
 .survey-header {
  padding:20px 40px
 }
 .survey-header:after {
  left:40px
 }
 .survey-content {
  padding:40px;
  margin-bottom:91px
 }
 .survey-footer a+a {
  margin:0 0 0 15px
 }
}
@media screen and (min-width:768px) {
 .survey-popup-block img {
  display:block
 }
 .survey-popup-block .block-info {
  display:block;
  width:auto;
  margin:25px 0 0 0
 }
 .survey-popup-block .column+.column {
  margin-top:0
 }
 .survey-content {
  margin-bottom:0
 }
 .survey-footer {
  position:relative
 }
 .toggle-container a.toggle-survey {
  display:block
 }
 .employee-total .only-desktop {
  display:block
 }
 .toggle-container
 {
 	width: 100% !important;
 }
}
.white-popup-block {
 position:relative;
 max-width:280px;
 margin:40px auto;
 padding:20px;
 background-image:linear-gradient(-179deg,#10384f 0,#00617f 100%);
 color:#fff;
 text-align:left
}
.white-popup-block h3 {
 color:#fff!important
}
.white-popup-block ul {
 list-style:none;
 margin:0;
 padding:0
}
.white-popup-block ul li {
 position:relative;
 margin-bottom:10px
}
.white-popup-block ul li:last-child {
 margin-bottom:0
}
.white-popup-block ul a {
 display:block;
 padding:5px 10px;
 border:1px solid rgba(255,255,255,.2);
 line-height:31px;
 color:#fff
}
.white-popup-block ul a:hover {
 border:1px solid #fff
}
.white-popup-block ul a:hover span {
 color:#fff!important
}
.white-popup-block h3 {
 font-size:24px;
 font-weight:300;
 line-height:28px;
 margin-top:0;
 margin-bottom:25px
}
.white-popup-block .mfp-close {
 width:20px;
 height:20px;
 margin:15px 20px;
 opacity:1;
 font-size:12px;
 line-height:20px;
 color:#fff
}
.white-popup-block .mfp-close:before {
 content:'\e808';
 font-family:bayericonfont
}
.image-info {
 top:0;
 left:0
}
.image-info.top-left .image-info-btn {
 top:0;
 left:0
}
.image-info.top-right .image-info-btn {
 left:auto;
 top:0;
 right:0
}
.image-info.bottom-left .image-info-btn {
 top:auto;
 bottom:0;
 left:0
}
.image-info.bottom-right .image-info-btn {
 top:auto;
 left:auto;
 bottom:0;
 right:0
}
.image-info .image-info-btn {
 position:absolute;
 width:30px;
 height:30px;
 top:15px;
 right:15px;
 background:#fff;
 color:#00617f;
 padding:0;
 font-size:17px;
 z-index:1;
 margin:15px
}
.image-info .image-info-btn:active>*,
.image-info .image-info-btn:focus>* {
 position:relative;
 top:0;
 left:0
}
.image-info .image-info-btn:hover {
 background:#00617f;
 color:#fff
}
.image-info .image-info-content {
 display:none;
 width:100%;
 margin:0;
 padding:30px;
 background:#89d329;
 color:#fff
}
.image-info.active .image-info-btn {
 background:#6bc200;
 color:#fff
}
.image-info.active.bottom-left {
 position:relative
}
.image-info.active.bottom-left .image-info-btn {
 bottom:100%
}
.image-info.active.bottom-right {
 position:relative
}
.image-info.active.bottom-right .image-info-btn {
 bottom:100%
}
.image-info.active .image-info-content {
 display:block
}
.image-info.active+.image-location {
 position:relative;
 bottom:0;
 left:0
}
.spreadsheet {
 position:relative;
 margin-bottom:30px
}
.spreadsheet+h2 {
 margin-top:0;
 padding-top:10px
}
.spreadsheet .spreadsheet__table-wrapper {
 overflow-x:auto;
 width:100%;
 display:block
}
.spreadsheet .spreadsheet__table-wrapper:before {
 content:"";
 background:url(../img/swipefinger.png) no-repeat;
 width:166px;
 height:165px;
 display:block;
 position:absolute;
 left:50%;
 top:200px;
 margin-left:-83px;
 margin-top:-82.5px;
 display:none;
 z-index:1
}
.spreadsheet.sep_table_top {
 margin-bottom:0
}
.spreadsheet.show-finger .spreadsheet__table-wrapper:before {
 display:block
}
.ttable-indent-single {
 padding-left:15px!important
}
.ttable-indent-double {
 padding-left:30px!important
}
.ttable-indent-triple {
 padding-left:45px!important
}
#container {
 position:relative
}
#container:before {
 content:"";
 background:url(../img/swipefinger.png) no-repeat;
 width:166px;
 height:165px;
 display:block;
 position:absolute;
 left:50%;
 top:200px;
 margin-left:-83px;
 margin-top:-82.5px;
 display:none;
 z-index:1
}
#container.show-finger:before {
 display:block
}
.columns.quadruple.organisation-table .column {
 width:50%
}
.organisation-table strong {
 font-weight:400
}
.organisation-table .column {
 margin-bottom:50px
}
.organisation-table figure {
 margin:0;
 border-bottom:3px solid #00617f
}
@media screen and (min-width:768px) {
 .organisation-table figure {
  min-height:299px
 }
}
.organisation-table figcaption p {
 margin-bottom:10px
}
.organisation-table .organisation {
 border-bottom:1px solid #000;
 padding:5px 0
}
.organisation-table .organisation p {
 margin:0
}
.fuenfjahresuebersicht .content .column {
 margin-bottom:25px
}
.files-page-overview .add-remove .add-pdf:before {
 content:"\e82f";
 font-family:bayericonfont;
 font-size:27px;
 margin-top:-6px
}
.files-page-overview .add-remove .add-xls:before {
 content:"\e830";
 font-family:bayericonfont;
 font-size:21px;
 margin-top:-1px
}
.files-page-overview li li {
 margin-left:15px
}
.title-selection span.title {
 display:none
}
.title-selection span.link a {
 font-weight:700;
 font-size:15px
}
.title-selection.chapter-complete-pdfs span.title,
.title-selection.chapter-gesamt-pdfs span.title,
.title-selection.chapter-other-PDF span.title,
.title-selection.chapter-sonstige-pdf span.title {
 display:block
}
.title-selection.chapter-complete-pdfs span.link,
.title-selection.chapter-gesamt-pdfs span.link,
.title-selection.chapter-other-PDF span.link,
.title-selection.chapter-sonstige-pdf span.link {
 display:none
}
.compare-mobile {
 border:1px solid #00617f;
 padding:10px;
 color:#00617f
}
.compare-mobile:before {
 content:"";
 display:inline-block;
 position:relative;
 width:20px;
 height:15px;
 background:url(../files/icon_compare.svg) no-repeat;
 background-size:100%;
 vertical-align:-2px
}
.compare-mobile:hover {
 border:1px solid #10384f;
 color:#10384f
}
@media screen and (min-width:768px) {
 .compare-mobile {
  display:none
 }
}
.columns {
 margin-bottom:20px
}
@media screen and (min-width:375px) {
 .toggle-lang {
  margin:9px 20px
 }
}
@media screen and (min-width:500px) {
 .content .block-info {
  width:200px;
  margin:6px 0 6px 31px
 }
 .content .block-info.float-right {
  float:right
 }
}
@media screen and (min-width:768px) {
 .content figure.float-right {
  float:right;
  margin:0 0 8px 8px
 }
 .organisation-table {
  margin-bottom:50px!important
 }
 .organisation-table .column {
  margin-bottom:0
 }
 .page-top {
  display:block;
  bottom:40px
 }
 .page-top.stop {
  position:absolute;
  bottom:40px
 }
 .columns.quintuple .column {
  width:20%
 }
 .page_anhang_erlaeuterungen_nahe-stehende-unternehmen-und-personen .quintuple .column:last-child {
  padding-left:5px
 }
 .image-info {
  position:absolute;
  margin:15px
 }
 .image-info.top-left {
  top:0;
  left:0
 }
 .image-info.top-left .image-info-btn {
  top:0;
  left:0
 }
 .image-info.top-right {
  left:auto;
  top:0;
  right:0
 }
 .image-info.top-right .image-info-btn {
  left:auto;
  top:0;
  right:0
 }
 .image-info.bottom-left {
  top:auto;
  bottom:0;
  left:0
 }
 .image-info.bottom-left .image-info-btn {
  top:auto;
  bottom:0;
  left:0
 }
 .image-info.bottom-right {
  top:auto;
  left:auto;
  bottom:0;
  right:0
 }
 .image-info.bottom-right .image-info-btn {
  top:auto;
  left:auto;
  bottom:0;
  right:0
 }
 .image-info .image-info-btn {
  right:auto;
  left:0;
  margin:0
 }
 .image-info .image-info-content {
  width:300px;
  margin:0;
  background:rgba(255,255,255,.9);
  color:#000
 }
 .vorstand .image-info .image-info-content {
  width:100%
 }
 .image-info.active.bottom-left {
  position:absolute
 }
 .image-info.active.bottom-left .image-info-btn {
  bottom:0
 }
 .image-info.active.bottom-right {
  position:absolute
 }
 .image-info.active.bottom-right .image-info-btn {
  bottom:0
 }
 .image-info.active+.image-location {
  position:absolute;
  bottom:40px;
  left:-15px
 }
 .columns.quadruple.organisation-table .column {
  width:25%
 }
}
@media screen and (min-width:1024px) {
 .ticketelement+.tickerelement {
  margin-top:0
 }
}
@media screen and (min-width:1025px) {
 aside {
  float:left;
  width:265px;
  margin-right:50px
 }
 .content-after {
  float:right
 }
 .content-before .inner {
  padding-left:0
 }
 .content-after .inner {
  padding-right:0
 }
 .popup-feedback-small .mfp-content {
  font-size:17px
 }
 #bayerworldwide {
  display:block;
  width:1436px!important;
  padding:0 37px;
  max-width:100%;
  font-family:Arial,Helvetica,sans-serif
 }
 #bayerworldwide .panel {
  width:auto!important;
  max-width:100%;
  left:37px;
  right:37px
 }
 .lt-ie9 #bayerworldwide .panel {
  width:1366px!important
 }
 #bayerworldwide .panelbottom {
  bottom:-25px!important
 }
 .extra-nav {
  display:none
 }
 .spreadsheet .table-wrapper:before {
  display:none
 }
}
.btn {
 font-size:13px;
 line-height:15px;
 font-weight:700;
 font-style:italic;
 color:#fff;
 position:relative;
 display:inline-block;
 height:auto;
 margin-bottom:30px;
 padding:15px 40px 15px 15px;
 letter-spacing:.5px;
 transition:all .3s;
 text-transform:uppercase
}
.btn:after {
/* content:"\e839";
 font-family:bayericonfont;*/
 content: "\f054";
font-family: FontAwesome;
 position:absolute;
 font-style:normal;
 line-height:45px;
 color:#fff;
 transition:all .3s;
 top:50%;
 right:15px;
 transform:translateY(-50%)
}
.btn-green {
 background:#6bc200;
 border:1px solid #6bc200
}
.btn-green:hover {
 background:#390
}
.btn-inverse {
 background:0 0;
 border:1px solid #fff
}
div.highlight {
 position:relative;
 max-width:88%;
 margin-bottom:20px;
 padding:25px 30px;
 text-align:center;
 color:#fff
}
div.highlight a {
 color:#00617f
}
div.highlight a:hover {
 color:#0091df
}
div.highlight:before {
 content:"";
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background-image:linear-gradient(-179deg,#66b512 0,#89d329 100%);
 transform:skew(-12deg);
 z-index:-1
}
div.highlight>:last-child {
 margin:0
}
div.highlight .spreadsheet,
div.highlight img {
 display:inline-block
}
.column div.highlight {
 height:100%;
 margin-bottom:0
}
.column+.column div.highlight {
 margin-top:20px
}
@media screen and (min-width:768px) {
 .column+.column div.highlight {
  margin-top:0
 }
}
.highlight-center {
 width:358px;
 max-width:100%;
 margin-left:auto;
 margin-right:auto
}
.highlight-icon {
 font-size:100px;
 margin-bottom:13px
}
.highlight-icon:before {
 color:#fff
}
.highlight-value {
 display:inline-block;
 margin:0;
 color:#fff
}
.highlight-number {
 font-size:60px;
 font-weight:300;
 line-height:62px
}
.highlight-unit {
 font-size:30px;
 font-weight:300;
 line-height:32px
}
.highlight-headline {
 font-weight:100;
 font-style:italic;
 font-size:30px;
 line-height:32px;
 letter-spacing:.5px;
 margin-bottom:12px
}
.highlight-text {
 font-size:15px;
 line-height:20px
}
.highlight-text>* {
 word-wrap:break-word
}
.highlight-quelle {
 font-size:13px;
 line-height:17px
}
.list-with-icon {
 position:relative;
 padding-left:75px
}
.list-with-icon:before {
 content:"";
 position:absolute;
 left:0;
 top:0;
 width:40px;
 height:40px;
 background-size:cover
}
.list-with-icon--1:before {
 background-image:url(../files/052b_de.svg)
}
.list-with-icon--2:before {
 background-image:url(../files/052c_de.svg)
}
.list-with-icon--3:before {
 background-image:url(../files/053a_de.svg)
}
@media screen and (min-width:1440px) {
 .content-before {
  display:block
 }
 .downloads aside {
  display:none
 }
}
.table-optional-cookies thead td {
 border-top:solid 2px #108000
}
.table-optional-cookies thead p {
 margin:0
}
.table-optional-cookies tbody td {
 border-bottom:solid 1px #dcdcdc;
 vertical-align:top
}
.table-optional-cookies tbody .td-button {
 border:0;
 vertical-align:middle;
 padding:0 8px
}
.table-cookies p {
 font-size:14px;
 padding:8px 0;
 margin:0
}
.table-cookies thead td {
 border-top:solid 2px #108000;
 border-bottom:1px solid #10384f
}
.table-cookies thead p {
 margin:0
}
.table-cookies tbody td {
 border-bottom:solid 1px #dcdcdc;
 vertical-align:top
}
.table-cookies tbody .td-button {
 border:0;
 vertical-align:middle;
 padding:0 8px
}
@keyframes upanddown {
 0% {
  top:0
 }
 50% {
  top:5px
 }
 100% {
  top:0
 }
}
@keyframes upanddown {
 0% {
  top:0
 }
 50% {
  top:5px
 }
 100% {
  top:0
 }
}
.marginal-note {
 margin-bottom:30px
}
.marginal-note a {
 word-break:break-all
}
.marginal-note p {
 position:relative;
 font-size:12px;
 line-height:17px;
 font-weight:300;
 margin:0;
 padding-left:17px
}
.marginal-note p+p {
 margin-top:7px
}
.marginal-note p:before {
 content:"";
 position:absolute;
 left:0;
 top:0;
 width:10px;
 height:15px;
 background:url(../files/lines-marginal-note.svg)
}
.marginal-note span {
 font-weight:400
}
ol+.marginal-note,
p+.marginal-note,
ul+.marginal-note {
 margin-top:-10px
}
.spreadsheet+.marginal-note {
 margin-top:-20px
}
.unaudited-content {
 border-top:2px solid #ff3162;
 border-bottom:2px solid #ff3162;
 padding:10px 0;
 margin:40px 0 30px
}
.unaudited-content::before {
 content:'audited with limited assurance';
 display:block;
 font-size:11px;
 line-height:11px;
 font-weight:700;
 text-align:right;
 text-transform:uppercase;
 color:#333;
 margin-bottom:20px
}
@media screen and (min-width:768px) {
 .unaudited-content {
  padding:10px 0 20px;
  margin:50px 0 40px
 }
 .unaudited-content::before {
  font-size:12px;
  line-height:12px;
  margin-bottom:15px
 }
}
.site-main {
 position:relative
}
.wrapper {
 margin:0 auto;
 max-width:1436px;
 min-width:320px;
 padding:0 20px
}
@media screen and (min-width:768px) {
 .wrapper {
  padding:0 30px
 }
}
@media screen and (min-width:1024px) {
 .wrapper {
  padding:0 37px
 }
}
article {
 width:778px;
 max-width:100%;
 margin:0 auto;
 margin-top:40px
}
@media screen and (min-width:768px) {
 article {
  padding-right:60px;
  padding-left:0
 }
}
@media screen and (min-width:1025px) {
 article {
  padding:0
 }
}
@media screen and (min-width:1440px) {
 article {
  float:left;
  margin-top:60px;
  padding-right:0;
  padding:0 21px;
  width:auto;
  min-height:600px
 }
 .downloads article,
 .serviceseiten article {
  margin-left:317.994px
 }
}
.hide-sidemenu article {
 float:none
}
@media screen and (min-width:898px) {
 .oversized-right {
  margin-left:calc((100vw - (2 * 30px) - 60px - 778px)/ -2);
  margin-right:calc((100vw - (2 * 30px) - 60px - 778px)/ -2)
 }
}
@media screen and (min-width:1024px) {
 .oversized-right {
  margin-left:calc((100vw - (2 * 37px) - 100px - 778px)/ -2);
  margin-right:calc((100vw - (2 * 37px) - 100px - 778px)/ -2)
 }
}
@media screen and (min-width:1174px) {
 .oversized-right {
  margin-left:-111px;
  margin-right:-111px
 }
}
@media screen and (min-width:1440px) {
 .oversized-right {
  margin-left:0;
  margin-right:-180px
 }
}
@media screen and (min-width:1515px) {
 .oversized-right {
  margin-right:-201px
 }
}
@media screen and (min-width:898px) {
 .oversized-full {
  margin-left:calc((100vw - (2 * 30px) - 60px - 778px)/ -2);
  margin-right:calc((100vw - (2 * 30px) - 60px - 778px)/ -2)
 }
}
@media screen and (min-width:1024px) {
 .oversized-full {
  margin-left:calc((100vw - (2 * 37px) - 60px - 778px)/ -2);
  margin-right:calc((100vw - (2 * 37px) - 60px - 778px)/ -2)
 }
}
@media screen and (min-width:1475px) {
 .oversized-full {
  margin-left:-281.5px;
  margin-right:-281.5px
 }
}
.sticky.user-loggedin .site-header,
.tag-search-active.user-loggedin .site-header {
 margin-top:49px
}
.sticky .site-header,
.tag-search-active .site-header {
 position:fixed
}
.sticky .site-header .meta__wrapper,
.sticky .site-header .site-header__wrapper,
.tag-search-active .site-header .meta__wrapper,
.tag-search-active .site-header .site-header__wrapper {
 display:none
}
.sticky .site-header+*,
.tag-search-active .site-header+* {
 margin-top:120px
}
.sticky #bcn-container,
.sticky .meta-wrapper,
.tag-search-active #bcn-container,
.tag-search-active .meta-wrapper {
 display:none
}
.sticky .primary .home-item:before,
.tag-search-active .primary .home-item:before {
 background-size:100% 100%
}
.sticky #corporate-container,
.tag-search-active #corporate-container {
 display:none
}
@media screen and (min-width:1025px) {
 .sticky .site-header+*,
 .tag-search-active .site-header+* {
  /*margin-top:219px*/
  margin-top:60px
 }
}
@media screen and (min-width:1025px) {
 .willkommen.sticky .site-header+*,
 .willkommen.tag-search-active .site-header+* {
  margin-top:0!important
 }
}
.only-desktop {
 display:none
}
.only-mobile {
 display:inline-block
}
@media screen and (min-width:768px) {
 .only-desktop {
  display:inline-block
 }
 .only-mobile {
  display:none
 }
}
.logo {
 display:block;
 /*order:2;*/
 width:50px;
 margin:8px 10px 10px 10px;
}
.logo img {
 width:100%;
 height:auto;
}
@media (min-width:1025px) {
 .logo {
  order:0;
  width:107px;
  margin:24px 0 24px 24px
 }
}
.primary-wrapper {
 position:fixed;
 left:-100%;
 width:100%;
 height:calc(100vh - 123px);
 background:#cb2651;
 -webkit-transition:left 1s;
 -moz-transition:left 1s;
 transition:left 1s;
 overflow-y:scroll;
 display:block;
 z-index:1001
}
.primary-wrapper.active {
 left:0;
 height: 100%;
}
.primary-wrapper .menu-board {
 height:0
}
.primary-wrapper .menu_close {
 display:none;
 position:absolute;
 top:15px;
 right:15px;
 width:42px;
 height:42px;
 z-index:1;
 background:#6bc200;
 color:#fff
}
.primary-wrapper .smartmenu {
 display:block
}
.primary-wrapper .smartmenu .wrapper {
 padding:0
}
.primary-wrapper .smartmenu * {
 webkit-tap-highlight-color:transparent;
 -webkit-tap-highlight-color:transparent
}
.primary-wrapper .smartmenu .smartwrapper {
 overflow:visible;
 transform:skew(0,2deg);
 transform-origin:0 0
}
.primary-wrapper .smartmenu .smartwrapper.animating,
.primary-wrapper .smartmenu .smartwrapper.animating .inner {
 -webkit-transition:all .3s;
 -moz-transition:all .3s;
 transition:all .3s
}
.primary-wrapper .smartmenu .sublevel {
 padding:0
}
.primary-wrapper .smartmenu .menu-back-to-home {
 display:none
}
.primary-wrapper .smartmenu .menu-back-to-home.visible {
 display:block
}
.primary-wrapper .smartmenu .menu-back-1 a,
.primary-wrapper .smartmenu .menu-back-2 a,
.primary-wrapper .smartmenu .menu-back-to-home a {
 padding-left:20px;
 border-bottom:1px solid #fff;
 margin:0 10px
}
.primary-wrapper .smartmenu .menu {
 padding:0
}
.primary-wrapper .smartmenu .menu li {
 border-bottom:1px solid rgba(255,255,255,.2);
 margin:0 10px
}
.primary-wrapper .smartmenu .menu li.first,
.primary-wrapper .smartmenu .menu li.main-item {
 border-left:0;
 border-right:0
}
.primary-wrapper .smartmenu .menu li.parent {
 border-width:1px 0;
 border-color:#66bcdc;
 background:#005598;
 display:none
}
.primary-wrapper .smartmenu .menu li.menu-home {
 display:block
}
.primary-wrapper .smartmenu a {
 font-size:14px;
 line-height:21px;
 padding:8px 18px
}
.primary-wrapper .smartmenu .menu-back-1 a:after,
.primary-wrapper .smartmenu .menu-back-2 a:after,
.primary-wrapper .smartmenu .menu-back-to-home a:after,
.primary-wrapper .smartmenu li a:after {
 content:"\f054";
 display:inline;
 width:20px;
 position:absolute;
 right:10px;
 cursor:pointer;
 pointer-events:none;
 font-family:fontawesome;
 font-size:11px;
 color:#fff;
 text-align:center
}
.primary-wrapper .smartmenu .menu-back-1 a:after,
.primary-wrapper .smartmenu .menu-back-2 a:after,
.primary-wrapper .smartmenu .menu-back-to-home a:after {
 content:'\f053';
 right:auto;
 left:6px
}
.primary-wrapper .smartmenu .menu_intro {
 display:none
}
.primary-wrapper .smartmenu li.active {
 border-bottom:1px solid #0091df
}
.primary-wrapper .smartmenu li.active>a {
 color:#0091df
}
.primary-wrapper .smartmenu li.leaf>a:after {
 display:none
}
.primary-wrapper .smartmenu .sublevel .sublevel .sublevel>li:not(.leaf)>a:after {
 display:none
}
.primary-wrapper.active .menu_footer {
 display:flex
}
.primary-wrapper .menu_footer {
 width:100%;
 bottom:0;
 display:none;
 justify-content:space-between;
 margin-bottom:100px;
 padding:0;
 list-style:none
}
.primary-wrapper .menu_footer li {
 width:calc(50% - 15px)
}
.primary-wrapper .menu_footer li+li a {
 padding:17px 0
}
.primary-wrapper .menu_footer a {
 display:flex;
 flex-direction:column;
 justify-content:center;
 align-items:center;
 line-height:1.3;
 text-align:center;
 padding:24px 8px;
 white-space:normal;
 height:60%;
 color:#fff;
 border:1px solid rgba(255,255,255,.2)
}
.primary-wrapper .menu_footer a span {
 display:block;
 margin-bottom:10px;
 font-size:16px;
 top:50%
}
.primary-wrapper .menu_footer a:hover {
 border:1px solid #fff;
 color:#fff
}
.primary-wrapper .menu_footer a:hover span {
 color:#fff!important
}
.no-touch .smartmenu .main-item a:hover {
 color:#0091df
}
.no-touch .smartmenu .main-item a:hover:after {
 color:#0091df
}
body.buttons-primary-active {
 position:fixed;
 overflow:hidden;
 height:100%;
 max-width:100vw
}
body.buttons-primary-active .menu_footer {
 display:block;
 z-index:1
}
body.buttons-primary-active .site-header {
 position:absolute
}
body.buttons-primary-active .sticky .site-header {
 height:100%
}
@media screen and (min-width:1025px) {
 .primary-wrapper {
  position:relative;
  top:auto;
  left:auto;
  width:auto;
  height:auto;
  background:0 0;
  overflow:visible;
  padding:0;
  z-index:auto
 }
 .primary-wrapper .menu_close {
  display:none
 }
}
.breadcrumb {
 padding:20px 0 0 0
}
.breadcrumb ul {
 margin:0;
 padding-left:0
}
.breadcrumb a {
 position:relative;
 margin-right:15px;
 padding-left:20px;
 font-size:13px;
 line-height:18px;
 color:#10384f
}
.breadcrumb a.active {
 color:#0091df
}
.breadcrumb a:before {
 content:"\e801";
 position:absolute;
 left:0;
 margin:0 15px 0 0;
 font-family:bayericonfont;
 font-size:9px;
 color:#10384f
}
.breadcrumb .first a {
 margin-left:0;
 padding-left:0
}
.breadcrumb .first a:before {
 display:none
}
.no-touch .breadcrumb a:focus,
.no-touch .breadcrumb a:hover {
 color:#000
}
.primary {
 position:relative;
 /*background-image:linear-gradient(-179deg,#10384f 0,#00617f 100%);*/
 background:#2a2076;
 border-top:1px solid rgba(16,56,79,.3);
 border-bottom:1px solid rgba(16,56,79,.3);
 padding:10px 0 70px 0;
 transform:skew(0,-2deg);
 transform-origin:0 0
}
.primary .home-item {
 display:none
}
.primary .menu {
 max-width:1436px;
 margin:0 auto;
 padding:0 35px
}
.primary a {
 font-size:15px;
 font-weight:300;
 line-height:15px;
 color:#fff;
 padding:0 8px
}
.primary .menu_close,
.primary .menu_footer {
 display:none
}
.primary .primary-close {
 display:none;
 position:absolute;
 left:0;
 bottom:15px;
 padding:0;
 margin:0;
 z-index:10;
 background:0 0;
 color:#fff
}
.primary .primary-close:hover {
 color:#0091df
}
.primary .primary-close:before {
 content:'\e808';
 font-family:bayericonfont
}
@media screen and (min-width:1025px) {
 .primary .primary-close {
  display:block
 }
}
@media screen and (min-width:1025px) {
 .primary {
  padding:20px 0;
  background:#fff;
  transform:none
 }
 .primary .menu {
  display:block
 }
 .primary.active .app-menu {
  display:none
 }
 .primary .main-item {
  display:inline-block
 }
 .primary .main-item.last {
  display:none
 }
 .primary .main-item.inpath>a,
 .primary .main-item:hover>a {
  color:#0091df
 }
 .primary .main-item+.main-item:before {
  content:"";
  display:inline-block;
  width:1px;
  height:20px;
  transform:rotate(12deg);
  background:rgba(16,56,79,.3);
  vertical-align:middle
 }
 .primary .main-item>a {
  display:inline-block;
  color:#10384f
 }
 .primary .finder-menu .inner {
  max-width:1362px;
  margin:0 auto
 }
 .primary .finder-menu .menu-board {
  top:55px;
  left:0;
  right:0;
  width:auto;
  padding:0 10px;
  background:#2a2076;
  text-align:left
 }
 .primary .finder-menu .sublevel {
  width:33.3333%;
  min-height:100%
 }
 .primary .finder-menu .sublevel a {
  font-size:15px;
  line-height:16px;
  letter-spacing:.3px;
  padding:8px 18px;
  color:#fff;
  position:relative;
  display:block;
  margin:0 10px;
  border-bottom:1px solid rgba(255,255,255,.2)
 }
 .primary .finder-menu .sublevel a:after {
/*  content:"\e82a";
  font-family:bayericonfont;
  font-size:9px;*/
  height:20px;
  top:50%;
  margin-top:-10px
 }
 .primary .finder-menu .sublevel a:focus,
 .primary .finder-menu .sublevel a:hover {
  color:#0091df;
  background:0 0
 }
 .primary li.active .sublevel:first-child,
 .primary li.open .sublevel:first-child,
 .primary li.tap .sublevel:first-child {
  display:block;
  left:0
 }
 .touch .primary li.open .menu-board,
 .touch .primary li:hover .menu-board {
  height:0
 }
 .touch .primary li.tap .menu-board {
  height:500px
 }
 .primary .sublevel li.active>a,
 .primary .sublevel li.open>a {
  color:#0091df;
  border-color:#0091df
 }
 .primary .sublevel li.active>.sublevel,
 .primary .sublevel li.open>.sublevel {
  display:block;
  top:0;
  left:100%
 }
 .primary .sublevel li.active>a:before {
  content:'\e842';
  font-family:bayericonfont;
  font-size:25px;
  position:absolute;
  left:-5px
 }
 .primary .sublevel .sublevel li.active>a:before {
  content:'\e843'
 }
 .primary .sublevel .sublevel .sublevel li.active>a:before {
  content:'\e844'
 }
}
.menu-intro {
 display:none;
 position:absolute;
 right:0;
 width:18%;
 padding:150px 20px 30px 20px;
 min-height:100%;
 color:#fff
}
.menu-intro:before {
 content:"";
 position:absolute;
 top:0;
 left:0;
 width:250%;
 height:100%;
 background-image:linear-gradient(0deg,#10384f 0,#00617f 100%);
 border-left:1px solid #ff3162;
 transform:skew(-7deg);
 transform-origin:0 0;
 z-index:-1
}
.menu-intro:after {
 content:"";
 position:absolute;
 top:0;
 left:0;
 width:250%;
 height:100%;
 background-image:linear-gradient(0deg,#00617f 0,#10384f 100%);
 border-left:1px solid #89d329;
 transform:skew(-40deg);
 transform-origin:0 100%;
 z-index:-1
}
.menu-intro p {
 font-size:14px;
 line-height:24px;
 margin-bottom:24px
}
.menu-intro .headline {
 font-size:19px;
 font-weight:300;
 line-height:25px;
 padding-bottom:20px;
 margin-bottom:16px;
 border-bottom:1px solid #d4d4d4
}
.menu-intro .read-more {
 font-size:14px;
 font-weight:300;
 font-style:normal;
 line-height:14px;
 color:#fff;
 height:auto;
 margin-bottom:16px;
 padding:14px;
 border:1px solid rgba(255,255,255,.2);
 text-transform:none
}
.menu-intro .read-more:after {
 display:none
}
.menu-intro .read-more--download:after {
 content:'\e80a';
 font-family:bayericonfont;
 display:inline;
 position:relative;
 line-height:3px;
 right:0;
 margin-left:10px
}
.msie11 .menu-intro .read-more--download:after {
 vertical-align:-5px
}
.menu-intro .read-more:hover {
 border:1px solid #fff
}
@media screen and (min-width:1300px) {
 .primary {
  text-align:center
 }
 .primary .home-item {
  display:flex;
  justify-content:flex-end;
  align-items:center;
  position:absolute;
  top:0;
  left:-6px;
  height:100%;
  padding:0 60px;
  transition:background-size .5s;
  font-size:15px;
  line-height:25px;
  font-style:italic;
  font-weight:100;
  letter-spacing:.5px
 }
  .primary .home-item img
  {
  	position: relative;
  	/*left: 20px;*/
  	right: 20px;
  }
 .primary .home-item:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:280px;
  height:100%;
  background-image:linear-gradient(-90deg,#10384f 0,#00617f 100%);
  background-image: url(../img/capture.PNG);
  background-size:0 100%;
  background-repeat:no-repeat;
  /*transform:skew(-12deg);*/
  transition:background-size .5s
 }
 .primary .home-item>* {
  position:relative;
  z-index:1
 }
/* .primary .home-item img {
  display:none;
  margin-right:10px
 }*/
}
@media screen and (min-width:1450px) {
 .primary .home-item {
  width:260px
 }
 .primary .home-item img {
  display:block
 }
}
@media screen and (min-width:1440px) and (min-height:800px) {
 .primary .finder-menu .menu-intro {
  display:block
 }
 .primary .finder-menu .menu-board {
  padding:0
 }
 .primary .finder-menu .sublevel {
  width:25%;
  margin:0 40px 0 0
 }
 .primary .finder-menu .sublevel a {
  font-size:14px;
  line-height:18px;
  letter-spacing:0;
  padding:10px 28px
 }
}
.site-header__wrapper {
 position:relative;
 display:flex;
 justify-content:space-between;
 align-items:center;
 padding:0
}
.site-title {
 font-size:20px;
 font-weight:300;
 font-style:italic;
 line-height:30px;
 margin:0;
 margin-left:10px;
 margin-bottom:0
}
@media screen and (min-width:768px) {
 .site-title {
  margin-left:15px
 }
}
@media screen and (min-width:1024px) {
 .site-title {
  margin-left:30px
 }
}
.site-title a {
 color:#fff;
}
.site-title__addition {
 display:block;
 font-weight:700;
 font-size:16px;
 line-height:1;
 color:#66b512
}
.meta {
 position:relative;
 padding:0 calc((100% - 1436px)/ 2) 0 0;
 background:#fff;
 z-index:10
}
.meta:before {
 content:"";
 position:absolute;
 top:0;
 width:14px;
 height:100%;
 background:#fff;
 left:-9px;
 transform:skewX(-14deg)
}
.meta__wrapper {
 display:none;
 position:relative
}
@media screen and (min-width:1025px) {
 .meta__wrapper {
  position:absolute;
  width:100%;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:flex-end
 }
}
.meta__wrapper>img {
 margin-right:30px
}
.meta>* {
 display:inline-block;
 vertical-align:bottom
}
.meta a {
 display:inline-block;
 font-size:12px;
 line-height:25px;
 padding:6px 20px 5px 8px;
 color:#fff
}
@media screen and (min-width:1440px) {
 .meta a {
  font-size:13px;
  padding:8px 21px 7px 13px
 }
}
.meta a:hover {
 color:#ff3162
}
.toggle-container {
 position:relative;
 display:block;
 width:100%;
 background:#fff;
 left:0;
 right:0;
 border-top:1px solid rgba(16,56,79,.3);
 border-bottom:1px solid rgba(16,56,79,.3)
}
.toggle-container a.toggle-share,
.toggle-container a.toggle-survey,
.toggle-container button {
 position:relative;
 display:inline-block;
 background:0 0;
 color:#00617f;
 height:50px;
 padding:0 12px;
 font-size:13px
}
.toggle-container a.toggle-share:before,
.toggle-container a.toggle-survey:before,
.toggle-container button:before {
 font-family:bayericonfont;
 text-indent:0;
 font-size:25px;
 line-height:50px;
 vertical-align:-3px;
 display:inline-block
}
.toggle-container a.toggle-share:after,
.toggle-container a.toggle-survey:after,
.toggle-container button:after {
 content:"";
 width:1px;
 height:25px;
 position:absolute;
 right:0;
 top:50%;
 transform:translateY(-50%) rotate(12deg);
 background:#00617f
}
.toggle-container a.toggle-share span,
.toggle-container a.toggle-survey span,
.toggle-container button span {
 display:inline-block;
 text-indent:-9999px
}
.toggle-container a.toggle-share:before {
 content:"\e822";
 font-size:22px
}
.toggle-container a.toggle-share:after {
 display:none
}
.toggle-container a.toggle-survey {
 position:absolute;
 right:48px;
 border-right:0;
 line-height:50px;
 background:#ff8200
}
.toggle-container .toggle-lang {
 position:absolute;
 top:0;
 right:0;
 width:35px;
 height:32px;
 margin:9px 6px;
 font-size:16px;
 font-weight:700;
 line-height:32px;
 text-align:center;
 color:#00617f
}
.toggle-primary:before {
 content:"\e805";
 font-size:22px
}
.buttons-primary-active .toggle-primary:before {
 content:"\e808";
 font-size:20px
}
.toggle-search:before {
 /*content:'\e847';*/
 font-family:bayericonfont
}
.buttons-search-active .toggle-search:before {
 /*content:"\e808";*/
 font-size:20px
}
@media screen and (min-width:1024px) {
 .buttons-search-active .toggle-search:before {
  color:#624963;
  font-size:inherit
 }
}
.search-info {
 opacity:0;
 display:none;
 position:absolute;
 top:50px;
 right:-30px;
 width:300px;
 padding:20px;
 color:#fff;
 background:rgba(137,211,41,.8);
 text-align:left;
 pointer-events:none;
 box-shadow:-1px 1px 3px 2px rgba(0,0,0,.2)
}
.willkommen .search-info {
 display:block
}
.search-info:before {
 content:"";
 position:absolute;
 top:-40px;
 right:20px;
 border:20px solid transparent;
 border-bottom-color:rgba(137,211,41,.8)
}
.search-info p {
 position:relative;
 margin:0;
 padding-left:40px;
 font-size:14px;
 line-height:17px;
 font-weight:500
}
.search-info p:before {
 content:'\e83b';
 font-family:bayericonfont;
 font-size:30px;
 position:absolute;
 top:50%;
 left:0;
 transform:translateY(-50%)
}
.menu-buttons {
 display:none
}
@media (min-width:768px) {
 .site-title {
  font-size:30px
 }
 .site-title__addition {
  display:inline-block;
  margin-left:15px
 }
}
@media (min-width:1025px) {
 .site-header__wrapper {
  justify-content:flex-start
 }
 .site-title {
  font-size:35px
 }
 .site-title__addition {
  font-size:18px;
  font-style:normal;
  position:relative;
  top:28px;
  left:-100px;
  margin:0
 }
 .meta {
  display:block
 }
 .toggle-container {
  display:none
 }
 .menu-buttons {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%
 }
 .menu-buttons__wrapper {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  height:100%;
  color:#10384f
 }
 .menu-buttons__wrapper a:hover {
  color:#0091df
 }
 .menu-buttons__wrapper button {
  color:#ff3162;
  background:0 0
 }
 .menu-buttons__wrapper button:hover {
  color:#624963
 }
 .menu-buttons__wrapper>* {
  position:relative;
  height:20px;
  padding-left:8px;
  margin-left:10px;
  z-index:10
 }
/* .menu-buttons__wrapper>:after {
  content:"";
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:1px;
  height:20px;
  background:rgba(16,56,79,.3);
  transform:rotate(12deg)
 }*/
}
.progressbar {
 position:absolute;
 bottom: -1px;
 background:#cb2651;
 width:0%;
 height:4px
}
aside {
 margin-top:60px
}
aside .home-item {
 display:none
}
aside h3 {
 font-weight:700;
 font-size:13px;
 line-height:16px;
 margin-bottom:12px
}
aside a {
 position:relative;
 font-size:13px;
 line-height:18px;
 padding:10px 30px 10px 5px;
 border-top:1px solid #0091df
}
aside ul {
 padding-left:0
}
aside li.active>a,
aside li.inpath>a {
 color:#0091df
}
aside li.active>a:before {
 content:'\e842';
 font-family:bayericonfont;
 font-size:25px;
 position:absolute;
 left:-20px;
 color:#0091df
}
aside li.first>a {
 border-top:0
}
aside li.last>a {
 border-bottom:1px solid #0091df
}
aside li.blueprint>a {
 border-top:0
}
aside li:not(.leaf)>a:after {
 content:"\e839";
 font-family:bayericonfont;
 font-size:15px;
 color:rgba(0,145,223,.6);
 position:absolute;
 top:50%;
 right:5px;
 margin-top:-10.5px
}
aside li .sublevel {
 display:none
}
aside li.open>a {
 color:#0091df;
 border-bottom:1px solid #0091df
}
aside li.open>.sublevel {
 display:block
}
aside li.open:not(.leaf)>a:after {
 content:"\e837";
 color:#0091df
}
aside .sublevel {
 margin-left:24px;
 margin-bottom:0
}
aside .sublevel li.active>a,
aside .sublevel li.inpath>a {
 color:#0091df
}
aside .sublevel li.active>a:before {
 content:'\e843'
}
aside .sublevel>li.last:not(.open)>a {
 border-bottom:0
}
aside .sublevel .sublevel li.active>a:before {
 content:'\e844'
}
aside .menu a:hover,
aside nav a:hover {
 background:#0091df;
 color:#fff!important
}
aside .menu a:hover:after,
aside nav a:hover:after {
 color:#fff!important
}
.content-footer {
 margin-top:15px
}
.content-footer h4 {
 font-size:15px;
 margin-bottom:10px
}
.indicators {
 position:relative;
 list-style:none;
 padding:0;
 padding-left:25px
}
.indicators:before {
 content:'\e846';
 font-family:bayericonfont;
 font-size:25px;
 line-height:19px;
 color:#ff3162;
 position:absolute;
 left:0
}
.indicator {
 font-weight:700;
 font-size:14px;
 color:#ff3162
}
.indicator:hover {
 color:#624963;
 text-decoration:underline
}
.indicatoren-link {
 display:inline-block
}
.indicatoren-link .comma {
 font-weight:700;
 font-size:14px;
 color:#ff3162;
 margin-right:5px
}
.indicatoren-link:last-child .comma {
 display:none
}
.flatnav {
 margin-top:80px
}
.flatnav__inner {
 display:flex;
 justify-content:space-between;
 align-items:flex-start;
 border-top:1px solid #10384f;
 padding-top:55px;
 padding-bottom:55px
}
.flatnav__title {
 display:none
}
.flatnav a {
 position:relative;
 font-size:13px;
 font-weight:400;
 color:#10384f;
 max-width:50%;
 height:48px;
 display:flex;
 align-items:center
}
.flatnav a:only-child.prev {
 margin-right:auto
}
.flatnav a:only-child.next {
 margin-left:auto
}
.flatnav a:hover:before {
 background:#0091df
}
.flatnav a:after,
.flatnav a:before {
 position:absolute;
 top:50%;
 width:48px;
 height:48px;
 transform:translateY(-50%);
 text-align:center
}
.flatnav a:before {
 content:"";
 background:#00617f;
 transform:translateY(-50%) skew(-12deg);
 line-height:48px
}
.flatnav a:after {
 font-size:20px;
 font-family:bayericonfont;
 line-height:48px;
 color:#fff;
 text-align:center
}
.flatnav a.prev {
 padding-right:40px;
 padding-left:60px
}
.flatnav a.prev:before {
 left:0
}
.flatnav a.prev:after {
 content:"\e838";
 left:0
}
.flatnav a.next {
 padding-left:40px;
 padding-right:60px;
 text-align:right
}
.flatnav a.next:before {
 right:0
}
.flatnav a.next:after {
 content:"\e839";
 right:0
}
.un-global-compact-blueprint-report .flatnav .next {
 display:none
}
@media screen and (min-width:768px) {
 .flatnav__title {
  display:block
 }
}
.related-links {
 overflow:hidden;
 margin-top:40px
}
.related-links+footer {
 margin-top:0
}
.related-link {
 position:relative;
 display:block;
 background:#624963;
 color:#fff
}
.related-link .fakelink,
.related-link h4,
.related-link__main-chapter,
.related-link__title {
 transform:translate3d(-130%,0,0);
 transition:transform 1s
}
.related-link:hover .fakelink {
 color:#ff3162
}
.related-link:hover .fakelink:before {
 background:#ff3162
}
.related-link:before {
 content:"";
 position:absolute;
 top:0;
 left:0;
 width:95%;
 height:100%;
 background:#443247;
 transform:translate3d(-100%,0,0) skew(-12deg);
 transform-origin:0 0;
 transition:all 2s
}
.related-link__inner {
 display:flex;
 align-items:center;
 padding:40px 20px;
 z-index:1;
 transform:translate3d(-100vw,0,0);
 transition:transform 1.5s
}
.related-link__image {
 position:relative;
 z-index:1;
 display:none
}
.related-link__image:before {
 content:"";
 position:absolute;
 top:0;
 left:-20%;
 width:120%;
 height:100%;
 background:#443247;
 transform:skew(-12deg);
 transform-origin:0 0;
 z-index:-1
}
.related-link h4 {
 font-weight:500;
 margin-bottom:30px;
 transition-delay:1s
}
.related-link h4:before {
 content:'\e846';
 font-family:bayericonfont;
 font-size:30px;
 line-height:30px;
 color:#ff3162;
 vertical-align:-3px;
 margin-right:5px
}
.related-link__main-chapter {
 font-size:14px;
 line-height:25px;
 font-weight:700;
 margin-bottom:5px;
 transition-delay:1.5s
}
.related-link__title {
 font-size:25px;
 line-height:30px;
 font-weight:100;
 font-style:italic;
 margin-bottom:30px;
 transition-delay:2s;
 padding-left:10px;
 margin-left:-10px;
 max-width:85vw
}
.related-link .fakelink {
 display:block;
 font-size:13px;
 line-height:13px;
 font-weight:700;
 font-style:italic;
 text-transform:uppercase;
 transition-delay:2.5s
}
.related-link .fakelink:before {
 content:"";
 display:inline-block;
 width:1px;
 height:14px;
 margin-right:10px;
 background:#fff;
 transform:skew(-12deg)
}
.active .related-link:before {
 transform:translate3d(0,0,0) skew(-12deg)
}
.active .related-link__inner {
 transform:translate3d(0,0,0)
}
.active .related-link .fakelink,
.active .related-link .related-link__main-chapter,
.active .related-link .related-link__title,
.active .related-link h4 {
 transform:translate3d(0,0,0);
 opacity:1
}
.related-link--magazin .video__container {
 width:100%;
 max-width:none!important;
 margin:0
}
.related-link--magazin:before {
 opacity:1;
 z-index:1
}
.related-link--magazin .related-link__inner {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%
}
.related-link--magazin .related-link__image:before {
 background:0 0
}
.related-link--magazin .related-link__text {
 opacity:0;
 transition:opacity 1s;
 transition-delay:1.5s
}
.related-link--magazin .fakelink,
.related-link--magazin h4,
.related-link--magazin p {
 transform:translate3d(0,0,0)
}
.related-link--magazin h4 {
 margin-bottom:35px
}
.active .related-link--magazin:before {
 opacity:.8
}
.active .related-link--magazin .related-link__text {
 opacity:1
}
@media screen and (min-width:768px) {
 .related-links {
  margin-top:100px
 }
 .related-link__inner {
  padding:60px 30px
 }
 .related-link__image {
  display:none
 }
 .related-link .fakelink,
 .related-link h4 {
  margin-left:30px
 }
 .related-link__main-chapter {
  margin-left:30px
 }
 .related-link__title {
  font-size:45px;
  line-height:45px;
  margin-left:-20px;
  padding-left:50px;
  max-width:88vw
 }
 .related-link--magazin:before {
  width:115%
 }
 .related-link--magazin .related-link__title {
  font-size:100px;
  line-height:100px;
  margin-bottom:56px
 }
 .active .related-link--magazin:before {
  opacity:.35
 }
}
@media screen and (min-width:1200px) {
 .related-link__image {
  display:block
 }
 .related-link__title {
  max-width:calc(95vw - 500px)
 }
 .related-link h4:before {
  display:none
 }
 .related-link--magazin .related-link__text {
  margin-left:65px
 }
}
.footer_nav {
 /*background-image:linear-gradient(0deg,#10384f 0,#00617f 100%);*/
 background-color: #2a2076;
 padding:80px 0 60px 0;
}
.footer_nav h2 {
 font-size:30px;
 line-height:35px;
 color:#0090c5;
 margin-bottom:19px
}
.footer_nav .headline {
 font-size:22px;
 font-weight:500;
 color:#fff;
 border-bottom:1px solid #fff;
 padding-bottom:15px;
 margin-bottom:40px
}
.footer_nav .btn {
 display:inline-block;
 min-height:0;
 padding:11px 30px;
 text-align:center
}
.footer_nav a {
 position:relative;
 display:block;
 margin-bottom:20px;
 /*padding-left:60px;*/
 min-height:4px !important;
 color:#fff
}
.footer_nav a:hover .fake-link {
 color:#0091df
}
.footer_nav a.three-letters {
 padding-left:80px
}
.footer_nav a.three-letters .thumb {
 min-width:70px
}
.footer_nav a .thumb {
 position:absolute;
 left:0;
 min-width:50px;
 margin-right:13px;
 font-size:35px;
 font-weight:100;
 line-height:1;
 text-align:center;
 color:#fff;
 vertical-align:top
}
.footer_nav a .thumb span {
 font-size:25px
}
.footer_nav a p {
 display:inline-block;
 font-size:17px;
 font-weight:300;
 line-height:22px;
 margin-top:4px
}
.footer_nav a #shareprice {
 font-size:17px;
 font-weight:300;
 line-height:22px;
 margin-left:65px;
 margin-top:4px
}
.footer_nav a.share-price-plugin p {
 margin-bottom:0
}
.footer_nav a .fake-link {
 display:block;
 font-weight:700;
 font-size:13px;
 color:#fff;
 line-height:1.2;
 margin-top:4px
}
.footer_nav .col-md-3+.col-md-9 {
 margin-top:50px
}
.footer_share {
 /*z-index:1;*/
 position:relative;
 /*background:#00617f;*/
 text-align:center;
 padding:0 0 50px 0;
 margin-top: 20px;
}
.footer_share:before {
 content:"";
 display:block;
 position:absolute;
 top:0;
 width:100%;
 height:100%;
 transform:skew(0,-3deg);
 transform-origin:0 0;
 background-image:linear-gradient(2deg,#00617f 30%,#10384f 100%);
 z-index:-1
}
.footer_share p {
 font-size:27px;
 font-weight:300;
 line-height:27px;
 color:#fff;
 margin-bottom:30px
}
.footer_share ul {
 width:230px;
 margin:0 auto;
 padding:0
}
@media screen and (min-width:500px) {
 .footer_share ul {
  width:auto
 }
}
.footer_share li {
 display:inline-block;
 margin:10px
}
.footer_share a {
 display:block;
 width:44px;
 height:44px;
 background:#fff;
 font-size:20px;
 line-height:44px;
 color:#10384f
}
.footer_share a:hover span {
 color:#fff!important
}
.footer_share a:hover.footer_share-facebook {
 background:#3b5998
}
.footer_share a:hover.footer_share-twitter {
 background:#00aced
}
.footer_share a:hover.footer_share-linkedin {
 background:#007bb5
}
.footer_share a:hover.footer_share-youtube {
 background:red
}
.footer_share a:hover.footer_share-instagram {
 background:radial-gradient(circle at 33% 100%,#fed373 4%,#f15245 30%,#d92e7f 62%,#9b36b7 85%,#515ecf)
}
.footer_share a:hover.footer_share-rss {
 background:#f90
}
.site-footer {
 background-color: #2a2076;
}
.site-footer ul {
 padding:20px 0;
 margin:0
}
.site-footer ul li {
 position:relative;
 display:inline-block;
 margin-right:10px;
 padding-right:15px
}
.site-footer ul li:last-child:after {
 display:none
}
.site-footer ul li:after {
 content:"";
 display:block;
 position:absolute;
 right:0;
 top:0;
 width:1px;
 height:100%;
 background:#fff;
 transform:rotate(12deg)
}
.site-footer a {
 position:relative;
 display:inline-block;
 font-size:11px;
 line-height:20px;
 color:#fff;
 padding:0;
 white-space:nowrap
}
.site-footer a:hover {
 color:#0091df
}
.site-footer .icon-print,
.site-footer .icon-share {
 font-size:14px;
 margin-right:5px
}
.site-footer p {
 display:block;
 width:100%;
 margin:0;
 font-size:11px;
 color:#fff;
 text-align:left
}
@media screen and (min-width:1024px) {
 .footer_nav {
  /*margin-top:120px*/
 }
 .willkommen .footer_nav {
  margin-top:0
 }
 .footer_nav .col-md-3+.col-md-9 {
  margin-top:0
 }
 .site-footer__inner {
  display:flex;
  justify-content:space-between
 }
}
.app-link {
 display:none!important
}
.ipad .app-link {
 display:inline-block!important
}
.tickerelement {
 font-size:10px;
 line-height:13px
}
.tickerelement+.tickerelement {
 margin-top:10px
}
.tickerelement a {
 font-size:13px;
 font-weight:500;
 line-height:18px;
 display:block;
 margin:0;
 min-height:0
}
.tickerelement br {
 display:none
}
.tickerelement+.tickerlement {
 margin-top:10px
}
.tickerelement .ir {
 display:inline-block;
 text-indent:-99999px;
 width:7px;
 height:9px;
 vertical-align:-3px
}
.tickerelement .ir.up {
 background:url(../files/icon-stock-up.svg) no-repeat
}
.tickerelement .ir.down {
 background:url(../files/icon-stock-down.svg) no-repeat
}
.tickerelement .ir.eq {
 background:url(../files/icon-stock-right.svg) no-repeat
}
.search__container {
 display:none;
 position:absolute;
 bottom:0;
 left:0;
 right:0;
 top:auto;
 transform:translateY(100%);
 background:#fff;
 padding:30px 20px;
 border-bottom:1px solid #00617f
}
.buttons-search-active .search__container {
 display:block
}
.search__container>p {
 width:850px;
 max-width:100%;
 margin:0 auto 10px auto;
 padding:0 20px;
 font-size:15px;
 line-height:18px;
 font-weight:400
}
.search {
 width:850px;
 max-width:100%;
 margin:0 auto 27px auto;
 padding:0 20px
}
.search__form {
 position:relative;
 width:100%
}
.search__input {
 width:100%;
 height:60px;
 line-height:60px;
 padding:0 85px 0 16px;
 font-size:16px;
 line-height:16px;
 font-weight:300;
 border:1px solid #00617f
}
.search__button {
 position:absolute;
 top:0;
 right:0;
 width:78px;
 height:60px;
 overflow:hidden;
 background:0 0
}
.search__button span {
 display:inline-block;
 text-indent:-99999px
}
.search__button:hover:before {
 background:#10384f
}
.search__button:before {
 color: #fff;
 content:"Search";
 position:absolute;
 top:0;
 padding-top: 20px;
 left:5px;
 width:100%;
 height:100%;
 /*transform:skew(-12deg);*/
 background:#00617f
}
.search__button:after {
 /*content:'\e847';*/
 font-family:bayericonfont;
 font-size:20px;
 position:relative;
 color:#fff;
 left:6px
}
.search-header {
 display:none
}
.page_serviceseiten_suche .search-header {
 display:block
}
.result-counter {
 font-size:19px;
 line-height:24px;
 padding:30px 0
}
.content .result {
 margin-bottom:30px;
 padding-bottom:30px;
 border-bottom:1px solid rgba(16,56,79,.3)
}
.content .result h4 {
 margin:0
}
.content .result .title {
 font-weight:300;
 font-size:19px;
 line-height:25px;
 color:#10384f
}
.content .result .result-url {
 display:block;
 font-size:16px;
 word-wrap:break-word;
 margin-bottom:10px;
 color:#0091df
}
.content .result .se_hilite {
 background:#89d329;
 padding:0 2px
}
.search-suggestions {
 position:relative;
 z-index:1;
 background:#fff;
 border:1px solid #00617f;
 border-top:0;
 padding:20px
}
.search-suggestions a {
 display:block;
 font-size:15px;
 color:#10384f
}
.search-suggestions a:hover {
 color:#0091df
}
.search-suggestions li {
 overflow:hidden;
 margin:0;
 padding:0;
 border:0
}
.search-suggestions li+li {
 margin-top:12px
}
.search-suggestions .results {
 padding:0;
 margin:0
}
.search-suggestions .highlight {
 font-weight:400
}
.search-suggestions .hits {
 position:relative;
 display:inline-block;
 right:auto;
 display:none
}
.search-suggestions .hits-after {
 display:none
}
a.glossary:before {
 content:'\e812';
 font-family:bayericonfont;
 font-size:13px
}
.glossary-layer {
 display:none;
 position:absolute;
 width:400px;
 max-width:100%;
 margin-top:10px;
 padding:20px 70px 20px 20px;
 color:#fff;
 overflow:hidden;
 z-index:1
}
.glossary-layer:before {
 content:"";
 position:absolute;
 top:0;
 left:-10px;
 width:100%;
 height:100%;
 background-image:linear-gradient(-179deg,#443247 0,#624963 100%);
 transform:skew(-6deg);
 transform-origin:0 0;
 z-index:-1
}
.glossary-layer.active {
 display:block
}
.glossary-layer__close {
 background:0 0;
 position:absolute;
 right:15px;
 top:5px;
 padding:10px;
 z-index:1
}
.glossary-layer__close:before {
 content:"\e808";
 font-family:bayericonfont;
 color:#fff;
 text-decoration:none;
 float:right
}
.glossary-layer__close:hover:before {
 color:#ff3162
}
.glossary-layer__title {
 display:block;
 font-size:20px;
 font-weight:300;
 line-height:27px;
 margin-bottom:10px
}
.glossary-layer__text {
 display:block;
 font-size:13px;
 line-height:24px
}
.glossary-layer a:hover {
 color:#ff3162
}
.site_glossar .tab-links {
 display:none;
 justify-content:space-between;
 border:0;
 padding:0;
 margin-bottom:35px
}
.site_glossar .tab-link {
 font-size:15px;
 font-weight:400;
 line-height:20px;
 text-align:center;
 text-transform:uppercase;
 width:20px;
 padding:0;
 border-color:#00617f
}
.site_glossar .tab-link.active {
 background:#00617f
}
.site_glossar .tab-link.disabled {
 pointer-events:none;
 opacity:.2
}
.site_glossar .tab-link+.tab-link {
 margin:0
}
.site_glossar .tab-content {
 position:relative;
 display:block
}
.site_glossar .tab-content__inner {
 margin-left:80px
}
.site_glossar .tab-content__inner+.tab-content__inner {
 margin-top:40px
}
.site_glossar .letter {
 position:absolute;
 top:0;
 left:0;
 font-size:40px;
 font-weight:700;
 line-height:37px;
 color:#108000
}
.site_glossar h3 {
 margin-bottom:10px;
 color:#108000
}
@media (min-width:1024px) {
 .site_glossar .tab-links {
  display:flex
 }
 .site_glossar .tab-content {
  display:none
 }
}
.selection-links {
 position:absolute;
 display:none;
 top:0;
 left:0;
 width:130px;
 height:40px;
 margin-left:-60px;
 margin-top:15px;
 background-image:linear-gradient(-179deg,#66b512 0,#89d329 100%);
 z-index:100
}
.selection-links:after {
 content:"";
 border:10px solid transparent;
 border-bottom-color:#66b512;
 position:absolute;
 top:-19px;
 left:50%;
 margin-left:-10px
}
.selection-links a {
 width:25%;
 display:inline-block;
 line-height:40px;
 color:#fff;
 text-align:center
}
::selection {
 background:#66b512;
 color:#fff
}
::-moz-selection {
 background:#66b512;
 color:#fff
}
.magazin .content-title {
 display:none
}
.magazin h3 {
 color:#624963
}
.magazin .content .video__container {
 position:relative;
 margin:110px 0;
 max-width:none!important
}
@media screen and (min-width:1024px) {
 .magazin .content .video__container {
  width:80vw;
  left:50%;
  transform:translate(-50%)
 }
}
.video__play {
 position:absolute;
 top:calc(50% - 60px);
 left:calc(50% - 60px);
 width:120px;
 height:120px;
 background:url(../files/icon-play.svg) no-repeat;
 background-size:100%;
 z-index:100
}
.active .video__play {
 display:none
}
.touch .video__play {
 display:none
}
.video__caption {
 position:relative;
 max-width:450px;
 margin-top:85px;
 padding-left:80px;
 font-size:14px;
 line-height:23px;
 font-weight:300;
 color:#624963
}
.video__caption+.video__container {
 margin-top:40px
}
.video__caption:before {
 content:"";
 position:absolute;
 top:3px;
 left:0;
 width:53px;
 height:42px;
 background:url(../files/icon-video.svg) no-repeat;
 vertical-align:middle
}
.infobox {
 font-size:15px;
 color:#624963;
 padding:20px;
 margin-bottom:30px;
 border:2px solid #624963
}
.infobox ul {
 padding-left:20px
}
.infobox ul li:before {
 content:'\e844';
 font-family:bayericonfont;
 font-size:25px;
 vertical-align:top;
 margin-right:0;
 margin-left:-26px;
 width:auto;
 height:auto;
 background:0 0
}
.blockquote {
 position:relative;
 width:100%;
 padding-left:70px;
 z-index:10
}
.magazin .blockquote {
 margin:70px 0
}
.blockquote:before {
 content:'\e840';
 font-family:bayericonfont;
 position:absolute;
 top:8px;
 left:0;
 font-size:50px;
 line-height:50px;
 color:#ff3162
}
.blockquote p,
.blockquote span {
 display:block;
 margin-bottom:10px;
 font-weight:100;
 font-size:25px;
 line-height:30px
}
.blockquote span {
 opacity:0
}
.blockquote p {
 position:absolute;
 top:0
}
.blockquote cite {
 font-size:14px;
 line-height:26px;
 font-weight:700;
 color:#ff3162
}
@media (min-width:768px) {
 .blockquote p,
 .blockquote span {
  font-size:40px;
  line-height:50px
 }
}
@media (min-width:1440px) {
 .magazin .blockquote {
  margin:70px 0 0 -160px;
  width:calc(100% + 80px)
 }
 .blockquote+.mag-images--4 .mag-image--1 {
  margin-top:-110px
 }
}
.mag-images {
 margin-bottom:30px
}
.mag-image {
 margin-bottom:30px
}
.mag-image img {
 width:100%;
 margin-bottom:10px
}
.mag-image__text {
 font-weight:300;
 font-style:italic;
 color:#624963
}
.mag-image__text.hover:after {
 animation:lines 2s
}
@media (min-width:768px) {
 .mag-images {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between
 }
 .mag-image {
  width:calc(100% / 2 - 14.5px);
  margin-bottom:30px;
  flex-shrink:0
 }
 .mag-image img {
  margin-bottom:10px
 }
 .mag-image__text {
  font-weight:300;
  font-style:italic;
  color:#624963
 }
}
@media (min-width:1024px) {
 .mag-images {
  display:flex;
  flex-wrap:nowrap;
  flex-direction:column;
  align-items:flex-end;
  margin:100px -81.5px 60px -81.5px
 }
 .mag-images--2 .mag-image--2 {
  margin-top:-245px
 }
 .mag-images--3 .mag-image--2 {
  margin-top:-155px
 }
 .mag-images--3 .mag-image--3 {
  margin-top:-200px
 }
 .mag-images--4 .mag-image--2 {
  margin-top:-245px
 }
 .mag-images--4 .mag-image--3 {
  margin-top:-65px
 }
 .mag-images--4 .mag-image--4 {
  margin-top:-190px
 }
 .mag-image {
  position:relative;
  width:calc(100% / 2 - 14.5px);
  margin-bottom:0;
  transition:all 1.5s
 }
 .mag-image.active {
  transform:translate3d(0,0,0)
 }
 .mag-image.active .mag-image__text {
  opacity:1
 }
 .mag-image.active .mag-image__text:after {
  transform:skew(-12deg) translate3d(-100%,0,0)
 }
 .mag-image img {
  display:inline-block
 }
 .mag-image--small {
  width:auto;
  max-width:31.24335813%
 }
 .mag-image--small.mag-image--left {
  margin-right:calc(100% / 2 + 14.5px);
  margin-left:auto
 }
 .mag-image--small.mag-image--right {
  margin-left:calc(100% / 2 + 14.5px);
  margin-right:auto
 }
 .mag-image--left {
  margin-right:auto;
  transform:translate3d(-100px,0,0)
 }
 .mag-image--right {
  margin-left:auto;
  transform:translate3d(100px,0,0)
 }
 .mag-image__text {
  position:absolute;
  max-width:400px;
  padding-left:40px;
  opacity:0;
  transition:all 1s;
  overflow:hidden
 }
 .mag-image__text:after,
 .mag-image__text:before {
  content:'';
  position:absolute;
  top:6px;
  left:0;
  width:30px;
  height:15px
 }
 .mag-image__text:before {
  background:url(../files/lines-magazin.svg) no-repeat
 }
 .mag-image__text:after {
  background:#fff;
  transition:transform 1s;
  transition-delay:.5s;
  transform:skew(-12deg) translate3d(0,0,0)
 }
 .mag-image__text--top {
  top:0;
  transform:translateY(-100%);
  padding-bottom:30px
 }
 .mag-image__text--left {
  top:0;
  left:0;
  transform:translate3d(-100%,0,0);
  padding-right:30px
 }
 .mag-image__text--right {
  bottom:0;
  transform:translate3d(100%,0,0);
  right:-30px;
  margin-bottom:10px;
  width:456px
 }
}
@keyframes lines {
 0% {
  transform:translate3d(-100%,0,0) skew(-12deg)
 }
 50% {
  transform:translate3d(0,0,0) skew(-12deg)
 }
 100% {
  transform:translate3d(-100%,0,0) skew(-12deg)
 }
}
.start-animation .top-stage-layer:after,
.start-animation .top-stage-layer:before {
 height:120vw
}
html.safari .top-stage .video__container {
 display:none
}
@media screen and (min-width:1024px) {
 html.safari .top-stage .video__image {
  display:block;
  width:100%;
  height:auto
 }
}
.top-stage {
 position:relative;
 width:100%;
 overflow:hidden;
 background-size:cover;
 background-position:50% 0;
 background-repeat:no-repeat;
 z-index:15
}
@media screen and (min-width:1024px) {
 .top-stage {
  min-height:calc(100vh - 122px)
 }
}
.top-stage .video__container {
 display:none
}
.top-stage .video__image {
 display:none
}
.top-stage-layer {
 position:absolute;
 bottom:0;
 left:0;
 width:100%;
 background:rgba(255,255,255,.8);
 transform:skew(0,-5deg);
 transform-origin:100% 0;
 transition:transform 1s
}
.top-stage-layer span {
 display:block
}
.top-stage-layer span:nth-child(1) {
 font-size:11px;
 line-height:25px;
 font-weight:700;
 letter-spacing:2px;
 color:#333;
 text-transform:uppercase
}
.top-stage-layer span:nth-child(2),
.top-stage-layer span:nth-child(3) {
 font-size:30px;
 line-height:30px;
 font-weight:100;
 font-style:italic;
 color:#ff3162;
 display:inline-block
}
.top-stage-layer span:nth-child(3) {
 margin-left:4px
}
.top-stage-layer__inner {
 height:100%;
 display:flex;
 flex-direction:column;
 padding:40px 20px 40px 20px;
 transform:skew(0,5deg)
}
.top-stage-layer__text {
 margin:0 auto 0 0
}
.top-stage-layer:after,
.top-stage-layer:before {
 content:"";
 position:absolute;
 width:2px;
 height:0;
 bottom:0;
 transition:height 1s;
 transition-delay:1s;
 transform-origin:0 100%
}
.top-stage-layer:before {
 right:15%;
 background:#ff3162;
 transform:skew(-24deg)
}
.top-stage-layer:after {
 right:13%;
 background:#624963;
 transform:skew(-19deg)
}
@media screen and (min-width:500px) {
 .top-stage-layer:before {
  right:32%
 }
 .top-stage-layer:after {
  right:29%
 }
 .top-stage-layer span:nth-child(2),
 .top-stage-layer span:nth-child(3) {
  font-size:40px;
  line-height:40px;
  margin:0
 }
 .top-stage-layer__inner {
  padding:50px 20px 50px 20px
 }
 .top-stage-layer__text {
  display:flex;
  flex-direction:column
 }
}
@media screen and (min-width:768px) {
 .top-stage-layer span {
  display:block
 }
 .top-stage-layer span:nth-child(1) {
  font-size:14px;
  line-height:25px;
  letter-spacing:2px
 }
 .top-stage-layer span:nth-child(1):after {
  content:"";
  position:relative;
  display:block;
  width:2px;
  height:70px;
  background:#333;
  margin:10px auto 25px auto;
  transform:skew(-19deg);
  left:-15px
 }
 .top-stage-layer span:nth-child(2) {
  font-size:48px;
  line-height:48px;
  margin-bottom:5px;
  margin-left:0;
  text-align:left
 }
 .top-stage-layer span:nth-child(3) {
  font-size:48px;
  line-height:48px;
  align-self:flex-end;
  margin-right:-10%
 }
 .top-stage-layer__inner {
  justify-content:center;
  align-items:center;
  padding:60px 60px 100px 100px
 }
 .top-stage-layer__text {
  text-align:center
 }
}
@media screen and (min-width:1024px) {
 .start-animation .top-stage-layer {
  transform:translate3d(0,0,0) skew(-12deg)
 }
 .start-animation .top-stage-layer__inner {
  transform:translate3d(0,0,0) skew(12deg)
 }
 .start-animation .top-stage-layer:after,
 .start-animation .top-stage-layer:before {
  height:100%
 }
 .top-stage {
  min-height:auto;
  height:calc(100vh - 218px)
 }
 .top-stage .video__container {
  display:block;
  width:100%;
  max-width:none!important;
  margin:0
 }
 .top-stage .video__container video {
  top:50%;
  transform:translate3d(0,-50%,0)
 }
 .top-stage-layer {
  top:0;
  bottom:auto;
  width:700px;
  height:100%;
  transform:translate3d(-100%,0,0) skew(-12deg);
  transform-origin:0 0;
  transition:transform 1s
 }
 .top-stage-layer__inner {
  transform:translate3d(-100%,0,0) skew(12deg);
  transition:transform 1s;
  transition-delay:1s;
  padding:0
 }
 .top-stage-layer__text {
  margin:0 auto;
  text-align:center
 }
 .top-stage-layer:before {
  right:70px;
  background:#ff3162;
  transform:skew(-12deg)
 }
 .top-stage-layer:after {
  right:50px;
  background:#624963;
  transform:skew(-7deg)
 }
}
.schutzbeduerftig-imagemap-desktop {
 display:none
}
.schutzbeduerftig-imagemap-layers {
 margin-top:60px
}
.schutzbeduerftig-imagemap-layer {
 position:relative;
 padding-left:50px;
 cursor:pointer
}
.schutzbeduerftig-imagemap-layer span {
 position:absolute;
 top:5px;
 left:0;
 width:30px;
 height:30px;
 background:#ff3162;
 border-radius:50%;
 font-weight:700;
 font-size:15px;
 line-height:30px;
 text-align:center;
 color:#fff
}
.schutzbeduerftig-animation .schutzbeduerftig-animation-item {
 display:none
}
.schutzbeduerftig-animation .schutzbeduerftig-animation-item-4 {
 display:block
}
@media only screen and (min-width:768px) {
 .schutzbeduerftig-animation {
  position:relative
 }
 .schutzbeduerftig-animation .schutzbeduerftig-animation-item {
  display:block;
  position:absolute;
  top:0;
  background:#fff;
  pointer-events:none;
  opacity:0;
  transition:opacity 1s
 }
 .schutzbeduerftig-animation.active .schutzbeduerftig-animation-item {
  opacity:1
 }
 .schutzbeduerftig-animation .schutzbeduerftig-animation-item-2 {
  transition-delay:.5s
 }
 .schutzbeduerftig-animation .schutzbeduerftig-animation-item-3 {
  position:relative;
  transition-delay:1.5s;
  pointer-events:all
 }
}
@media only screen and (min-width:1024px) {
 .schutzbeduerftig-imagemap-desktop {
  display:block
 }
 .schutzbeduerftig-imagemap-mobile {
  display:none
 }
 .schutzbeduerftig-imagemap-layer.active {
  color:#624963
 }
 .schutzbeduerftig-imagemap-layer.active span {
  background:#624963
 }
}
.fixed-sidebar {
 display:none;
 position:absolute;
 top:200px;
 right:0;
 height:276px;
 z-index:100;
 margin:0
}
.suche .fixed-sidebar {
 display:none
}
.fixed-sidebar.fixed {
 position:fixed;
 top:263px
}
.fixed-sidebar.stop {
 position:absolute;
 bottom:calc(100vh - 276px - 63px - 200px);
 top:auto
}
.fixed-sidebar ul {
 list-style:none
}
.fixed-sidebar>li {
 position:relative;
 display:block;
 width:68px;
 height:68px;
 background:#00617f;
 text-align:center;
 list-style:none;
 cursor:pointer;
 margin-top:1px;
 border-right:0
}
.fixed-sidebar>li.inactive {
 display:none
}
.fixed-sidebar>li+li {
 border-top:0
}
.fixed-sidebar>li>span {
 display:block;
 font-size:20px;
 line-height:68px;
 color:#fff
}
.fixed-sidebar>li>a,
.fixed-sidebar>li>button {
 display:block;
 position:absolute;
 top:0;
 width:100%;
 height:68px;
 line-height:95px;
 font-size:11px;
 color:#fff;
 background:0 0
}
.fixed-sidebar>li>a.compare:before,
.fixed-sidebar>li>button.compare:before {
 content:"";
 display:block;
 position:relative;
 top:50%;
 left:50%;
 transform:translate(-50%,-50%);
 width:30px;
 height:22px;
 background:url(../files/icon_compare_white.svg) no-repeat
}
.fixed-sidebar>li .hover-layer,
.fixed-sidebar>li .hover-text {
 display:none;
 position:absolute;
 top:50%;
 right:68px;
 transform:translateY(-50%);
 font-size:12px;
 font-weight:500;
 line-height:13px;
 color:#00617f;
 white-space:nowrap
}
.fixed-sidebar>li .hover-layer-title,
.fixed-sidebar>li .hover-text {
 padding:10px 14px;
 border:1px solid #00617f;
 border-right:0;
 background:#fff
}
.fixed-sidebar>li:hover {
 background:#10384f
}
.fixed-sidebar>li:hover>a,
.fixed-sidebar>li:hover>button,
.fixed-sidebar>li:hover>span {
 color:#fff
}
.fixed-sidebar>li:hover .hover-layer,
.fixed-sidebar>li:hover .hover-text {
 display:block
}
.fixed-sidebar>li.inactive .hover-text,
.fixed-sidebar>li.inactive button,
.fixed-sidebar>li.inactive span {
 color:#dcdcdc
}
.fixed-sidebar>li.inactive .text {
 font-size:11px;
 padding-top:0
}
.fixed-sidebar>li.inactive .hover-layer {
 display:none
}
.fixed-sidebar>li .share-wrapper {
 display:none
}
.fixed-sidebar>li.share-button:hover .share-wrapper {
 display:block;
 position:absolute;
 top:0;
 left:-260px;
 background:#fff;
 padding:0
}
.fixed-sidebar>li.share-button:hover .share-wrapper li {
 border:1px solid #00617f;
 border-right:0;
 float:left;
 width:65px;
 height:68px
}
.fixed-sidebar>li.share-button:hover .share-wrapper li a {
 color:#00617f
}
.fixed-sidebar>li.share-button:hover .share-wrapper li span {
 font-size:20px;
 line-height:68px;
 padding:0
}
.fixed-sidebar .share-button {
 display:none
}
.lang-de .fixed-sidebar>li.share-button:hover .share-wrapper {
 left:-325px
}
@media screen and (min-width:768px) {
 .fixed-sidebar {
  display:block
 }
}
@media screen and (min-width:1024px) {
 .fixed-sidebar .share-button {
  display:block
 }
}
html.safari .tag-search__item {
 display:none;
 visibility:visible;
 opacity:1
}
html.safari .tag-search__item.search-result-item {
 display:block
}
html.safari .tag-search__item--important {
 display:block
}
html.safari .search-pending:after {
 animation:none
}
html.touch.safari .tag-search__container {
 display:none
}
body.tag-search-active {
 pointer-events:none
}
body.tag-search-active .tag-search__item.search-result-item,
body.tag-search-active .tag-search__item.visible {
 visibility:visible;
 opacity:1
}
body.tag-search-active .tag-toggle__text {
 display:none
}
body.tag-search-active .tag-toggle__button:before {
 background:url(../img/quickfinder-icon-close.svg);
 width:42px;
 height:42px;
 margin-left:30px;
 background-size:auto;
 background-position:50% 50%;
 background-repeat:no-repeat
}
body.tag-search-active .box {
 height:100vh
}
.tag-search {
 width:100%;
 height:100%;
 overflow:auto;
 padding:0 50px
}
.tag-search h3 {
 font-size:26px;
 line-height:30px;
 font-weight:300;
 color:#fff;
 margin-bottom:40px
}
.tag-search__container {
 display:none;
 position:fixed;
 top:0;
 right:0;
 width:80%;
 max-width:1225px;
 height:100vh;
 padding-top:63px;
 background:rgba(16,56,79,.9);
 transition:transform 1s;
 transform:translate3d(100%,0,0);
 z-index:10;
 pointer-events:all
}
@media screen and (min-width:1024px) {
 .tag-search__container {
  display:block
 }
}
.tag-search__container.active {
 transform:translate3d(0,0,0);
 animation:none!important
}
.tag-search__container.animate {
 animation:startMoveIn 3s ease-in-out
}
.tag-search__container.animate .tag-toggle__text {
 animation:fadeInOut 6s ease-in-out;
 animation-delay:1s
}
.tag-search__inner {
 max-width:1020px;
 margin:50px auto
}
.tag-search__form {
 position:relative;
 display:flex;
 margin-bottom:30px
}
.tag-search__input {
 width:100%;
 height:60px;
 font-size:24px;
 font-weight:300;
 color:#10384f;
 border:1px solid #ff3162;
 padding:0 30px 0 15px
}
.tag-search__submit {
 width:84px;
 height:60px;
 background:#ff3162;
 color:#fff;
 transform:skew(-10deg);
 margin-left:-6px;
 transition:background .1s
}
.tag-search__submit:before {
 content:'Search';
 font-family:bayericonfont;
 font-size:20px;
 display:block;
 transform:skew(12deg)
}
.tag-search__submit:hover {
 background:#89d329
}
.tag-search__submit.animate {
 background:#89d329
}
.tag-search__save {
 width:84px;
 height:60px;
 margin-left:25px;
 margin-right:-6px;
 color:#fff;
 transform:skew(-10deg);
 background:#c2c2c2;
 pointer-events:none
}
.tag-search__save:before {
 content:'Save';
 display:block;
 font-family:bayericonfont;
 font-size:20px;
 transform:skew(12deg)
}
.tag-search__list {
 flex-wrap:wrap;
 justify-content:space-between;
 list-style:none;
 margin-top:50px;
 margin-left:-15px;
 margin-right:-15px;
 padding:0
}
.tag-search__item {
 opacity:0;
 transition:opacity .4s;
 visibility:hidden;
 width:calc((100% - 3 * 30px)/ 2);
 min-height:200px;
 margin-bottom:30px;
 margin:0 15px 30px 15px;
 padding-bottom:70px;
 overflow:hidden;
 background-color:#00bcff;
 background-size:cover;
 background-position:50% 0
}
@media screen and (min-width:1200px) {
 .tag-search__item {
  width:calc((100% - 3 * 30px)/ 3)
 }
}
.tag-search__item:hover .tag-search-teaser__footer:before {
 opacity:.9
}
.tag-search__item:hover:not(.tag-with-image) .tag-search-teaser__footer:before {
 opacity:.2
}
.tag-search__item:hover .tag-search-teaser__share {
 bottom:15px
}
.tag-search__item:not(.tag-with-image) .tag-search-teaser__footer:before {
 background-color:#000;
 opacity:.1
}
.tag-search__item--separator {
 display:none;
 width:calc(100% - 30px);
 height:auto;
 min-height:0;
 padding:0;
 background:0 0;
 border-top:2px solid #fff;
 padding-top:10px;
 margin-bottom:0
}
.tag-search__item--separator:before {
 display:none
}
.tag-search__item--separator.search-result-item {
 display:block
}
.tag-search__no-result {
 display:none;
 margin:30px 0;
 font-size:20px;
 line-height:20px;
 font-weight:500;
 color:#fff
}
.tag-search__suggestion {
 display:inline-block;
 background-color:#ff3162;
 padding:14px 20px;
 font-size:16px;
 line-height:16px;
 color:#fff;
 height:auto
}
.tag-with-image {
 height:460px
}
.tag-with-image .tag-search-teaser__header:before {
 content:"";
 display:block;
 width:100%;
 height:120%;
 position:absolute;
 top:0;
 left:0;
 margin:0;
 transform:skew(0,-7deg);
 transform-origin:left;
 background:#000;
 opacity:.9
}
.tag-search-active .tag-toggle:hover .tag-toggle__text {
 opacity:0
}
.tag-toggle {
 position:absolute;
 top:318px;
 transform:translate3d(-100%,0,0);
 display:flex
}
.tag-toggle:hover .tag-toggle__text {
 opacity:1
}
.tag-toggle__button {
 position:relative;
 width:87px;
 height:75px;
 background:0 0;
 overflow:hidden
}
.tag-toggle__button:before {
 content:"";
 background:url(../img/quickfinder-icon.gif);
 width:24px;
 height:24px;
 display:block;
 background-repeat:no-repeat;
 margin-left:37px
}
.tag-toggle__button:after {
 content:"";
 display:block;
 position:absolute;
 top:0;
 left:7px;
 width:100%;
 height:100%;
 background:#cb2651;
 transform:skew(-10deg);
 z-index:-1
}
.tag-toggle__text {
 position:absolute;
 right:87px;
 width:300px;
 display:flex;
 align-items:center;
 max-width:300px;
 height:75px;
 margin-right:-6px;
 padding:10px 20px 10px 10px;
 overflow:hidden;
 background:0 0;
 font-weight:700;
 color:#fff;
 opacity:0;
 animation:none;
 pointer-events:none
}
.tag-toggle__text:before {
 content:"";
 display:block;
 position:absolute;
 top:0;
 left:-7px;
 width:100%;
 height:100%;
 background:#d30f4b;
 transform:skew(-10deg);
 z-index:-1
}
.tag-chapter--auf-einen-blick {
 background-color:#89d329
}
.tag-chapter--magazin {
 background-color:#ff3162
}
.tag-chapter--an-unsere-aktionaere {
 background-color:#00617f
}
.tag-chapter--lagebericht-ergaenzungen {
 background-color:#00bcff
}
.tag-chapter--konzernabschluss {
 background-color:#624963
}
.tag-chapter--weitere-informationen {
 background-color:#2b6636
}
.saved-term {
 display:none
}
.saved-term.active {
 display:inline
}
.saved-term__button {
 position:relative;
 display:inline-block;
 background:#ff3162;
 margin-right:20px;
 margin-bottom:20px;
 padding:14px 20px;
 font-size:16px;
 line-height:16px;
 color:#fff;
 height:auto;
 cursor:pointer
}
.saved-term__button.shake {
 animation:shake .82s cubic-bezier(.36,.07,.19,.97) both
}
.saved-term__button:hover {
 background:#89d329
}
.saved-term__button.active {
 background:#c2c2c2;
 pointer-events:none
}
.saved-term__delete {
 position:relative;
 pointer-events:all;
 z-index:1;
 cursor:pointer
}
.saved-term__delete:before {
 content:'\e808';
 font-family:bayericonfont;
 margin-left:10px
}
.saved-term__delete:hover {
 color:#10384f
}
.saved-term__view-all {
 display:inline-block;
 background:#c2c2c2;
 margin-right:17px;
 margin-bottom:20px;
 padding:14px 20px;
 font-size:16px;
 line-height:16px;
 color:#fff;
 height:auto;
 pointer-events:none
}
.saved-term__view-all:hover {
 background:#89d329
}
.tag-search-teaser {
 display:block;
 height:100%;
 color:#fff
}
.tag-search-teaser__header {
 position:relative;
 padding:20px
}
.tag-search-teaser__header>* {
 position:relative;
 z-index:1
}
.tag-chapter--auf-einen-blick .tag-search-teaser__header:before {
 background:#89d329
}
.tag-chapter--magazin .tag-search-teaser__header:before {
 background:#ff3162
}
.tag-chapter--an-unsere-aktionaere .tag-search-teaser__header:before {
 background:#00617f
}
.tag-chapter--lagebericht .tag-search-teaser__header:before {
 background:#00bcff
}
.tag-chapter--konzernabschluss .tag-search-teaser__header:before {
 background:#624963
}
.tag-chapter--weitere-informationen .tag-search-teaser__header:before {
 background:#2b6636
}
.tag-search-teaser__footer {
 position:absolute;
 bottom:0;
 width:100%;
 padding:35px 20px 15px 20px
}
.tag-search-teaser__footer>* {
 position:relative;
 z-index:1;
 display:inline-block;
 color:#fff
}
.tag-search-teaser__footer:before {
 content:"";
 display:block;
 position:absolute;
 bottom:0;
 left:0;
 width:100%;
 min-height:120%;
 margin:0;
 transform:skew(0,-7deg);
 transform-origin:right bottom;
 background:#000;
 opacity:.4;
 transition:opacity .5s
}
.tag-chapter--auf-einen-blick .tag-search-teaser__footer:before {
 background:#89d329
}
.tag-chapter--magazin .tag-search-teaser__footer:before {
 background:#ff3162
}
.tag-chapter--an-unsere-aktionaere .tag-search-teaser__footer:before {
 background:#00617f
}
.tag-chapter--lagebericht .tag-search-teaser__footer:before {
 background:#00bcff
}
.tag-chapter--konzernabschluss .tag-search-teaser__footer:before {
 background:#624963
}
.tag-chapter--weitere-informationen .tag-search-teaser__footer:before {
 background:#2b6636
}
.tag-search-teaser__chapter {
 font-size:13px;
 font-weight:700;
 line-height:13px;
 margin-bottom:4px
}
.tag-search-teaser__title {
 font-size:22px;
 font-weight:300;
 line-height:25px;
 margin:0
}
.tag-search-teaser__read-more {
 font-size:12px;
 font-weight:700;
 font-style:italic;
 line-height:12px;
 text-transform:uppercase
}
.tag-search-teaser__read-more:before {
 content:"";
 display:inline-block;
 width:1px;
 height:14px;
 transform:rotate(12deg);
 background:#fff;
 vertical-align:bottom;
 margin-right:10px
}
.tag-search-teaser__share {
 display:flex;
 position:absolute;
 right:15px;
 list-style:none;
 bottom:-100px;
 transition:bottom .5s
}
.tag-search-teaser__sharelink {
 display:flex;
 align-items:center;
 width:22px;
 height:22px;
 margin:0 3px;
 background:#fff;
 transform:skew(-12deg);
 color:#00bcff
}
.tag-chapter--auf-einen-blick .tag-search-teaser__sharelink {
 color:#89d329
}
.tag-chapter--magazin .tag-search-teaser__sharelink {
 color:#ff3162
}
.tag-chapter--an-unsere-aktionaere .tag-search-teaser__sharelink {
 color:#00617f
}
.tag-chapter--lagebericht .tag-search-teaser__sharelink {
 color:#00bcff
}
.tag-chapter--konzernabschluss .tag-search-teaser__sharelink {
 color:#624963
}
.tag-chapter--weitere-informationen .tag-search-teaser__sharelink {
 color:#2b6636
}
.tag-search-teaser__sharelink span {
 display:block;
 transform:skew(12deg);
 text-align:center;
 width:100%
}
.tag-keyfigure {
 padding:0 15px
}
.tag-keyfigure__number,
.tag-keyfigure__second-number,
.tag-keyfigure__second-unit-after,
.tag-keyfigure__second-unit-before,
.tag-keyfigure__unit-after,
.tag-keyfigure__unit-before {
 font-weight:300;
 font-style:italic
}
.tag-keyfigure__number,
.tag-keyfigure__unit-before {
 font-size:65px;
 line-height:65px
}
.tag-keyfigure__unit-after {
 font-size:40px;
 font-weight:300;
 line-height:40px
}
.tag-keyfigure__second-number,
.tag-keyfigure__second-unit-before {
 font-size:30px;
 font-weight:300;
 line-height:30px
}
.tag-keyfigure__second-unit-after {
 font-size:20px;
 font-weight:300;
 line-height:20px
}
.tag-keyfigure__text {
 font-size:12px;
 line-height:15px;
 font-weight:400;
 margin-top:10px
}
.original-number,
.sort-number {
 position:absolute;
 top:0;
 right:0;
 display:none
}
.original-number {
 top:20px
}
@keyframes shake {
 10%,
 90% {
  transform:translate3d(-1px,0,0)
 }
 20%,
 80% {
  transform:translate3d(2px,0,0)
 }
 30%,
 50%,
 70% {
  transform:translate3d(-4px,0,0)
 }
 40%,
 60% {
  transform:translate3d(4px,0,0)
 }
}
.input-animation {
 position:absolute;
 top:50%;
 transform:translateY(-50%);
 margin-left:15px;
 font-size:24px;
 font-weight:300;
 border-right:1px solid #494949;
 animation:blink-caret .5s step-end infinite alternate;
 opacity:1;
 background:#fff
}
.input-animation__container {
 position:absolute;
 top:2px;
 left:2px;
 bottom:2px;
 width:calc(100% - 162px);
 background:#fff;
 transition:opacity 1s
}
.input-animation__container.inactive {
 opacity:0;
 pointer-events:none
}
@keyframes blink-caret {
 50% {
  border-color:transparent
 }
}
.search-successful .saved-term__view-all {
 display:inline-block;
 background:#ff3162;
 pointer-events:all
}
.search-successful .saved-term__view-all:hover {
 background:#89d329
}
.search-successful .tag-search__save {
 background:#ff3162;
 pointer-events:auto
}
.search-successful .tag-search__save:hover {
 background:#89d329
}
.search-failed .tag-search__no-result {
 display:block
}
.search-view-all .saved-term__view-all {
 background:#c2c2c2;
 pointer-events:none
}
.search-pending {
 pointer-events:none
}
.search-pending:before {
 content:"";
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background:rgba(0,0,0,.8);
 z-index:10;
 pointer-events:none
}
.search-pending:after {
 content:' .';
 position:absolute;
 top:50%;
 left:50%;
 margin-left:-20px;
 font-size:100px;
 z-index:11;
 text-shadow:20px 0 0 rgba(255,255,255,.5),40px 0 0 #fff;
 animation:dots 1s steps(5,end) infinite
}
@keyframes startMoveIn {
 0% {
  transform:translateX(100%)
 }
 50% {
  transform:translateX(80%)
 }
 100% {
  transform:translateX(100%)
 }
}
@keyframes fadeInOut {
 0% {
  opacity:0
 }
 25% {
  opacity:1
 }
 75% {
  opacity:1
 }
 100% {
  opacity:0
 }
}
.tag-path_an-unsere-aktionaere_bayer-am-kapitalmarkt:before,
.tag-path_lagebericht-ergaenzungen_der-bayer-konzern_innovation-im-fokus_uebersicht:before,
.tag-path_lagebericht-ergaenzungen_der-bayer-konzern_mitarbeiter-und-gesellschaft_mitarbeiter-in-zahlen:before,
.tag-path_lagebericht-ergaenzungen_der-bayer-konzern_sicherheit-fuer-menschen-und-umwelt_umweltschutz:before,
.tag-path_lagebericht-ergaenzungen_der-bayer-konzern_unternehmensprofil:before,
.tag-path_lagebericht-ergaenzungen_wirtschaftsbericht_ertragslage-bayer-konzern:before {
 content:"";
 position:absolute;
 background-size:cover;
 background-repeat:no-repeat;
 opacity:.25
}
.tag-path_lagebericht-ergaenzungen_der-bayer-konzern_unternehmensprofil {
 height:270px
}
.tag-path_lagebericht-ergaenzungen_der-bayer-konzern_unternehmensprofil:before {
 content:"";
 position:absolute;
 bottom:5px;
 right:-35px;
 width:268px;
 height:138px;
 background-image:url(../files/bayer-worldwide-map.svg);
 opacity:1
}
.tag-path_lagebericht-ergaenzungen_der-bayer-konzern_mitarbeiter-und-gesellschaft_mitarbeiter-in-zahlen {
 height:290px
}
.tag-path_lagebericht-ergaenzungen_der-bayer-konzern_mitarbeiter-und-gesellschaft_mitarbeiter-in-zahlen:before {
 content:"";
 position:absolute;
 top:-25px;
 right:-25px;
 width:104px;
 height:159px;
 background-image:url(../files/drawicon-frauen-white.svg)
}
.tag-path_lagebericht-ergaenzungen_der-bayer-konzern_einkauf-und-lieferantenmanagement .tag-keyfigure {
 text-align:right
}
.tag-path_lagebericht-ergaenzungen_der-bayer-konzern_innovation-im-fokus_uebersicht:before {
 content:"";
 position:absolute;
 top:25px;
 right:-25px;
 width:190px;
 height:142px;
 background-image:url(../files/drawicon-forschung-white.svg)
}
.tag-path_lagebericht-ergaenzungen_der-bayer-konzern_sicherheit-fuer-menschen-und-umwelt_umweltschutz:before {
 content:"";
 position:absolute;
 top:25px;
 right:15px;
 width:110px;
 height:120px;
 background-image:url(../files/drawicon-treibhaus-white.svg)
}
.tag-path_lagebericht-ergaenzungen_wirtschaftsbericht_ertragslage-bayer-konzern:before {
 content:"";
 position:absolute;
 top:20px;
 right:15px;
 width:70px;
 height:127px;
 background-image:url(../files/drawicon-ebitda-white.svg)
}
.tag-path_an-unsere-aktionaere_bayer-am-kapitalmarkt:before {
 content:"";
 position:absolute;
 top:70px;
 right:10px;
 width:120px;
 height:78px;
 background-image:url(../files/drawicon-bereinigtesergebnis-white.svg)
}
.tag-name--grafik,
.tag-name--pdf,
.tag-name--xls {
 display:none!important
}
.tag-name--brief-an-die-aktionaere,
.tag-name--gewonnene-zeit,
.tag-name--mitarbeiter-in-zahlen,
.tag-name--schutzbeduerftig,
.tag-name--unternehmensprofil {
 visibility:visible;
 opacity:1
}
@keyframes dots {
 0%,
 20% {
  color:transparent;
  text-shadow:20px 0 0 transparent,40px 0 0 transparent
 }
 40% {
  color:#fff;
  text-shadow:20px 0 0 transparent,40px 0 0 transparent
 }
 60% {
  text-shadow:20px 0 0 #fff,40px 0 0 transparent
 }
 100%,
 80% {
  text-shadow:20px 0 0 #fff,40px 0 0 #fff
 }
}
.section {
 padding:20px
}
.section .btn {
 margin-bottom:0
}
.section h1 {
 font-size:20px;
 line-height:25px;
 font-weight:700;
 color:#fff
}
@media screen and (min-width:768px) {
 .start-animation:not(.sticky-first-time) .tag-toggle__text {
  animation:fadeInOut 7s ease-in-out;
  animation-delay:6s
 }
 .section {
  padding:50px 20px
 }
 .section h1 {
  font-size:30px;
  line-height:35px;
  /*padding:0 3*/
 }
}
@media screen and (min-width:1024px) {
 .start-animation .section--1 .box {
  width:calc(110vw + 21.25565617vh)
 }
 .start-animation .section--1 .section__content {
  transform:translate3d(0,-50%,0)
 }
 .section {
  background-size:cover;
  background-position:100% 50%;
  display:flex;
  align-items:center;
  justify-content:center
 }
 .section--2,
 .section--3,
 .section--4 {
  background:0 0
 }
 .section__content {
  z-index:1
 }
 .section__content * {
  color:#fff
 }
 .section.inactive {
  pointer-events:none
 }
 .box {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:calc(100% + 21.25565617vh);
  height:100vh;
  left:-21.25565617vh;
  transform:skew(-12deg);
  transform-origin:0 100%
 }
 .sections {
  position:fixed;
  top:0;
  width:100%;
  height:100%
 }
 .section--footer {
  position:fixed;
  bottom:0;
  left:0;
  right:0
 }
}
@media screen and (min-width:1024px) and (min-width:768px) {
 .section {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh
 }
}
.sequenz-wrapper {
 display:none;
 position:absolute;
 top:0;
 left:0;
 opacity:0;
 z-index:1000000
}
@media screen and (min-width:1024px) {
 .sequenz-wrapper {
  display:block
 }
}
.sequenz {
 position:relative;
 width:10px;
 height:100vh
}
#sequenz1 {
 background:#89d329;
 height:100vh
}
#sequenz2 {
 background:#ff3162;
 height:700vh
}
#sequenz2-puffer {
 background:#ff0;
 height:50vh
}
#sequenz2-1 {
 background:#640018;
 height:300vh;
 left:10px
}
#sequenz2-2 {
 background:#970024;
 height:300vh;
 left:10px
}
#sequenz3 {
 background:#89d329;
 height:650vh
}
#sequenz3-puffer {
 background:#ff0;
 height:50vh
}
#sequenz3-1 {
 background:#1a2808;
 left:10px;
 height:450vh
}
#sequenz3-1-puffer {
 background:#ff0;
 height:50vh
}
#sequenz3-1-1 {
 background:#365310;
 left:10px;
 height:100vh
}
#sequenz4 {
 background:#0091df;
 height:800vh
}
#sequenz4-1 {
 background:#000c13;
 left:10px;
 height:300vh
}
#sequenz4-2 {
 background:#002e46;
 left:10px;
 height:300vh
}
#sequenz4-3 {
 background:#004f79;
 left:10px;
 height:200vh
}
#sequenz4-4 {
 background:#004f79;
 left:10px;
 height:200vh
}
/*#sequenz4-5 {
 background:#004f79;
 left:10px;
 height:200vh
}*/
#sequenz5-puffer {
 background:#ff0;
 height:100vh
}
#sequenz5-1 {
 background:#ff3162;
 height:100vh
}
#sequenzAll {
 position:absolute;
 top:0;
 height:100%;
 left:100px;
 background:red;
 opacity:0
}
.bayer-cookie-disclaimer {
 pointer-events:all
}
.section--1 {
 position:relative;
 height:calc(100vh - 50px);
 min-height:400px;
 overflow:hidden;
 padding:0
}
.section--1 .section__image {
 width:100%;
 height:50vh;
 background-size:cover;
 background-position:90% 0
}
.section--1 .section__inner {
 position:absolute;
 bottom:-10px;
 display:flex;
 align-items:center;
 justify-content:center;
 min-height:60%;
 /*transform:skew(0,-5deg);*/
 transform-origin:100% 0;
 transition:transform 1s;
 background-image:linear-gradient(-179deg,#89d329 0,#66b512 100%)
 /*background:#257ec4;*/
}
.section--1 .section__content {
 display:flex;
 flex-direction:column;
 /*transform:skew(0,5deg);*/
 transform-origin:100% 0;
 transition:transform 1s;
 margin:20px
}
.section--1 h3 {
 font-size:24px;
 font-weight:700;
 line-height:22px;
 margin-bottom:5px;
 color:#fff
}
.section--1 h1 {
 /*display:none;*/
 padding:0
}
.section--1 p {
 font-size:15px;
 color:#fff;
 margin:0
}
@media screen and (min-width:768px) {
 .section--1 {
  background-size:cover;
  background-position:100% 50%
 }
 .section--1 .section__image {
  display:none
 }
 .section--1 .section__inner {
  min-height:35px;
  background-image:linear-gradient(-179deg,rgba(137,211,41,.8) 0,rgba(102,181,18,.8) 100%)
 }
 .section--1 .section__content {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  margin:80px 50px 50px 50px
 }
 .section--1 .section__headline {
  order:1
 }
 .section--1 p {
  max-width:50%
 }
 .section--1 h3 {
  font-size:30px;
  line-height:25px
 }
 .section--1 h3 span {
  display:none
 }
 .section--1 h3:after {
  /*content:"";*/
  display:block;
  width:1px;
  height:70px;
  background:#fff;
  transform:skew(-19deg);
  margin:10px 0 10px 50px
 }
 .section--1 h1 {
  display:block;
  margin:0;
  font-size:110px;
  font-weight:100;
  font-style:italic;
  line-height:110px;
  color:#fff
 }
}
@media screen and (min-width:1024px) {
 .section--1 {
  position:fixed;
  height:100vh;
  overflow:visible
 }
 .section--1:before {
  display:none
 }
 .section--1 .box {
  width:0;
  transform:skew(-12deg);
  transition:width 1s;
  background-image:linear-gradient(-179deg,#0091df 0,#00bcff 100%)
 }
 .section--1 .section__inner {
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:calc(100vh - 122px);
  margin-top:122px;
  transform:none;
  background:0 0;
  max-width:1436px;
  min-width:320px;
  padding:0 37px
 }
 .section--1 .section__content {
  display:block;
  position:absolute;
  left:0;
  top:40%;
  max-width:390px;
  margin:0;
  padding:25px;
  z-index:100;
  transform:translate3d(-50vw,-50%,0);
  transition:transform 1s;
  transition-delay:1s
 }
 .section--1 .section__headline {
  order:unset
 }
 .section--1 h3 span {
  display:none
 }
 .section--1 h3:after {
  /*content:"";*/
  display:block;
  width:1px;
  height:70px;
  background:#fff;
  transform:skew(-19deg);
  margin:10px 0 10px 90px
 }
 .section--1 h1 {
  display:block;
  font-size:110px;
  line-height:110px;
  margin-left:-20px;
  margin-bottom:50px
 }
 .section--1 p {
  max-width:none
 }
}
@media screen and (min-width:1025px) {
 .section--1 .section__inner {
  height:calc(100vh - 218px);
  margin-top:218px
 }
}
@media screen and (min-width:1024px) {
   .qwe 
 {
 	margin-top: -121% !important;
 }
 }
 @media screen and (max-width:1024px) {
   .box--1 
 {
 	background: none !important;
 }
 }
.stage-video--home video {
 position:relative;
 left:50%;
 width:100% !important;
 min-width:100vh;
 height:auto;
 transform:translate(-50%,0)
}
@media (min-width:768px) {
 .stage-video--home {
  position:absolute;
  width:100%;
  height:100vh;
  top:0;
  left:0
 }
 .stage-video--home video {
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  height:auto;
  transform:translate(-50%,-50%)
 }
}
@media (min-width:768px) and (max-width:1024px) 
{
   .stage-video--home video
   {
   	top: 10% !important;
   }
}
@media (max-width:767px) 
{
.stage-video--home video {
  transform:translate(-50%,-30%) !important;
 }
}


@media (min-width:768px) and (min-aspect-ratio:16/9) {
 .stage-video--home video {
  width:100%;
  height:auto
 }
}
@media (min-width:768px) and (max-aspect-ratio:16/9) {
 .stage-video--home video {
  width:auto;
  height:100%
 }
}
@media (min-width:768px) and (min-aspect-ratio:1920/960) {
 .stage-video--home video {
  width:100%;
  height:auto
 }
}
.stage-video--magazin video {
 position:relative;
 left:50%;
 width:120%;
 height:auto;
 transform:translate(-50%,0)
}
@media (min-width:1024px) {
 .stage-video--magazin {
  position:absolute;
  width:100%;
  height:100vh;
  top:0
 }
 .stage-video--magazin video {
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  height:auto;
  transform:translate(-50%,-50%)
 }
}
@media (min-width:1024px) and (min-aspect-ratio:16/9) {
 .stage-video--magazin video {
  width:100%;
  height:auto
 }
}
@media (min-width:1024px) and (max-aspect-ratio:16/9) {
 .stage-video--magazin video {
  width:auto;
  height:100%
 }
}
@media (min-width:1024px) and (min-aspect-ratio:1920/960) {
 .stage-video--magazin video {
  width:100%;
  height:auto
 }
}
.section--2 {
 position:relative;
 /*height:calc(100vh - 52px);*/
 min-height:400px;
 background:#0091df
}
.section--2:before {
 content:"";
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background-image:linear-gradient(-179deg,rgba(0,145,223,.5) 0,rgba(0,188,255,.5) 100%);
 transform:skew(-12.5deg);
 transform-origin:0 0
}
.section--2 .section__content {
 position:relative;
 display:block;
 height:100%;
 z-index:1
}
.section--2 h1 {
 margin:0
}
.section--2 .btn:hover {
 background:#00617f;
 border-color:transparent
}
.section--2 .footnote {
 position:absolute;
 left:24px;
 bottom:0;
 font-size:12px
}
.section--2 .footnote p {
 margin:0
}
.aeb-keyfigures--mobile .aeb-keyfigures-container {
 position:absolute;
 top:50%;
 transform:translateY(-50%);
 width:100%;
 left:0;
 display:flex;
 flex-direction:column;
 align-items:center
}
.aeb-keyfigures--mobile .aeb-keyfigure-wrapper {
 position:relative;
 width:auto;
 max-width:220px;
 width:100%;
 height:auto;
 margin:0 auto;
 flex-direction:row
}
.aeb-keyfigures--mobile .footnote {
 position:relative;
 left:0;
 max-width:220px;
 width:100%;
 margin:0 auto;
 color:#fff
}
.aeb-keyfigures--mobile .aeb-keyfigures {
 display:block;
 margin:0;
 width:auto
}
.aeb-keyfigures--mobile .aeb-keyfigure {
 display:flex;
 justify-content:center;
 flex-direction:column;
 max-width:none
}
.aeb-keyfigures--mobile .aeb-keyfigure+.aeb-keyfigure:before {
 display:none
}

@media only screen and (max-width: 1024px) {
  .third {
    width: 100% !important;
    /*margin-top: 140% !important;*/
  }
  .dusra
  {
  	display: none;
  }
}

.aeb-keyfigures--mobile .aeb-keyfigure-title {
 font-size:13px;
 line-height:20px;
 color:#fff;
 max-width:220px;
 width:100%;
 margin:0 auto
}
.aeb-keyfigures--mobile .aeb-keyfigure-notation,
.aeb-keyfigures--mobile .aeb-keyfigure-number {
 font-size:63px;
 line-height:63px
}
.aeb-keyfigures--mobile .aeb-keyfigure-unit {
font-size: 18px;
line-height: 29px;
}
.aeb-keyfigures--mobile .aeb-keyfigure-value--second .aeb-keyfigure-notation,
.aeb-keyfigures--mobile .aeb-keyfigure-value--second .aeb-keyfigure-number {
 font-size:22px;
 line-height:22px
}
.aeb-keyfigures--mobile .aeb-keyfigure-value--second .aeb-keyfigure-unit {
 font-size:13px;
 line-height:13px
}
.aeb-keyfigures--mobile .aeb-keyfigure-notation,
.aeb-keyfigures--mobile .aeb-keyfigure-number,
.aeb-keyfigures--mobile .aeb-keyfigure-text,
.aeb-keyfigures--mobile .aeb-keyfigure-unit {
 color:#fff;
 background:0 0;
 -webkit-text-fill-color:initial;
 -webkit-background-clip:initial
}
.aeb-keyfigures--mobile .bx-controls {
 position:absolute;
 bottom:-45px;
 width:100%
}
.aeb-keyfigures--mobile .bx-controls-direction {
 width:120px;
 position:relative;
 margin:0 auto
}
.aeb-keyfigures--mobile .bx-wrapper {
 margin-bottom:80px
}
.aeb-keyfigures--mobile .bx-next,
.aeb-keyfigures--mobile .bx-prev {
 text-indent:-99999px;
 color:#fff;
 background:0 0;
 bottom:-20px
}
.aeb-keyfigures--mobile .bx-next:before,
.aeb-keyfigures--mobile .bx-prev:before {
 font-family:bayericonfont;
 font-size:35px;
 text-indent:0;
 position:absolute
}
.aeb-keyfigures--mobile .bx-pager {
 bottom:-4px
}
.aeb-keyfigures--mobile .bx-prev {
 left:-40px
}
.aeb-keyfigures--mobile .bx-prev:before {
 content:'<';
 left:0
}
.aeb-keyfigures--mobile .bx-next {
 right:-40px
}
.aeb-keyfigures--mobile .bx-next:before {
 content:'>';
 right:0
}
.aeb-keyfigures--mobile .bx-pager-link {
 width:10px;
 height:10px;
 background:#fff;
 border-radius:0;
 transform:skew(-12deg)
}
.aeb-keyfigures--mobile .bx-pager-link.active {
 background:#66b512
}
.aeb-keyfigures--mobile .aeb-keyfigure-value+.draw-icon,
.aeb-keyfigures--mobile .draw-icon+.aeb-keyfigure-value {
 margin-left:15px
}
@media screen and (min-width:768px) {
 .aeb-keyfigures--mobile .aeb-keyfigure-wrapper {
  max-width:415px
 }
 .aeb-keyfigures--mobile .footnote {
  max-width:415px
 }
 .aeb-keyfigures--mobile .aeb-keyfigure-title {
  font-size:25px;
  line-height:30px;
  max-width:415px;
  margin-bottom:40px
 }
 .aeb-keyfigures--mobile .aeb-keyfigure-notation,
 .aeb-keyfigures--mobile .aeb-keyfigure-number {
  font-size:55px;
  line-height:140px
 }
 .aeb-keyfigures--mobile .aeb-keyfigure-unit {
  font-size:25px;
  line-height:25px
 }
 .aeb-keyfigures--mobile .aeb-keyfigure-value--second .aeb-keyfigure-notation,
 .aeb-keyfigures--mobile .aeb-keyfigure-value--second .aeb-keyfigure-number {
  font-size:50px;
  line-height:50px
 }
 .aeb-keyfigures--mobile .aeb-keyfigure-value--second .aeb-keyfigure-unit {
  font-size:30px;
  line-height:30px
 }
 .section--2 h1 {
  font-size:30px
 }
}
.aeb-keyfigures--mobile {
 display:block!important
}
.aeb-keyfigures--desktop {
 display:none!important
}
@media screen and (min-width:1024px) {
 .aeb-keyfigures--mobile {
  display:none!important
 }
 .aeb-keyfigures--desktop {
  display:block!important
 }
 .section--2 {
  position:fixed;
  height:100vh;
  background:0 0
 }
 .section--2:before {
  display:none
 }
 .section--2 h1 {
  font-size:30px;
  line-height:35px;
  font-weight:700;
  /*padding:0 24px;*/
 }
 .section--2 .btn {
  float:right;
  /*margin-top:50px;*/
  margin-bottom:20px;
 }
 .section--2 .section__content {
  position:absolute;
  top:50%;
  left:50%;
  width:990px;
  max-width:100%;
  transform:translate(-50%,-50%);
  height:auto
 }
 .section--2 .section__content button {
  float:right
 }
 .section--2 .aeb-keyfigures {
  display:flex
 }
 .section--2 .aeb-keyfigure+.aeb-keyfigure:before {
  display:block;
  background:#fff
 }
 .section--2 .aeb-keyfigure-notation,
 .section--2 .aeb-keyfigure-number,
 .section--2 .aeb-keyfigure-text,
 .section--2 .aeb-keyfigure-unit {
  color:#fff;
  background:0 0;
  -webkit-text-fill-color:initial;
  -webkit-background-clip:initial
 }
}
.section--3 {
 position:relative;
 /*min-height:calc(100vh - 52px);*/
 background:#89d329;
 color:#fff
}
.section--3:before {
 content:"";
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background-image:linear-gradient(-179deg,rgba(102,181,18,.5) 0,rgba(137,211,41,.5) 100%);
 transform:skew(-12.5deg);
 transform-origin:0 0
}
.section--3 .section__content {
 position:relative;
 z-index:1
}
.section--3 .btn:hover {
 background:#66b512;
 border-color:transparent
}
.ceo__image {
 width:100%;
 height:auto;
 margin-bottom:25px
}
.ceo__image--mobile {
 display:block
}
.ceo__image--desktop {
 display:none
}
.ceo__quote {
 font-size:16px;
 line-height:23px;
 font-weight:300;
 font-style:italic;
 color:#fff;
 margin-bottom:10px
}
.ceo__name {
 font-size:13px;
 font-weight:700;
 font-style:italic
}
@media screen and (min-width:768px) {
 .section--3 {
  display:flex
 }
 .section--3 .section__content {
  width:100%
 }
 .section--3 h1 {
  margin-bottom:50px
 }
 .ceo__text {
  position:absolute;
  right:0;
  bottom:0;
  width:40%
 }
 .ceo__quote {
  font-weight:300;
  font-size:22px;
  line-height:30px;
  margin-bottom:25px
 }
 .ceo__quote:before {
  /*content:"";*/
  position:absolute;
  top:0;
  left:0;
  width:2px;
  height:100%;
  background:#fff;
  transform:translate3d(0,-50%,0) skew(-10deg);
  left:-25%
 }
 .ceo__name {
  font-size:15px;
  line-height:15px;
  margin-bottom:40px
 }
 .ceo__image {
  width:100%;
  height:auto
 }
 .ceo__image--mobile {
  display:none
 }

 .ceo__image--desktop {
  display:block
 }
}
@media screen and (max-width:768px) {
.ceo__text--desk
{
	display:none; 
}
}
@media screen and (min-width:1024px) {
 .section--3 {
  position:fixed;
  height:100vh;
  background:0 0
 }
 .section--3 h1 {
  font-size:30px;
  line-height:35x;
  font-weight:700;
  margin-bottom:35px
 }
 .section--3:before {
  display:none
 }
 .section--3 .section__content {
  position:absolute;
  top:50%;
  left:50%;
  width:990px;
  max-width:100%;
  transform:translate(-50%,-50%)
 }
 .ceo {
  display:flex
 }
 .ceo__text {
  position:static;
  width:auto;
  right:auto;
  margin:50px 0 0 60px
 }
 .ceo__quote {
  position:relative;
  max-width:450px;
  font-size:25px;
  font-weight:300;
  font-style:italic;
  line-height:33px
 }
 .ceo__quote:before {
  /*content:"";*/
  position:absolute;
  top:0;
  left:0;
  width:2px;
  height:100%;
  background:#fff;
  transform:skew(-12deg);
  left:-40px
 }
 .ceo__name {
  font-size:18px;
  font-weight:700;
  font-style:italic
 }
 .ceo__button {
  position:absolute;
  bottom:0;
  right:0;
  margin:0
 }
 .ceo__image {
  width:auto;
  margin:0
 }
}
.section--4 {
 padding:0
}
.section--4 h3 {
 font-size:12px;
 line-height:25px;
 font-weight:700;
 font-style:normal;
 letter-spacing:1.71px;
 color:#fff;
 text-transform:uppercase
}
.section--4 h1 {
 font-size:40px;
 line-height:40px;
 font-weight:100;
 font-style:italic;
 color:#fff;
 margin:0;
 margin-bottom:20px;
 padding:0
}
.section--4 p {
 font-weight:300;
 color:#fff
}
.section--4 .section__image {
 width:100%;
 height:45vh;
 min-height:500px;
 background-size:cover;
 background-position:50% 50%
}
.section--4 .btn:hover {
 background:#d30f4b;
 border-color:transparent
}
.third {
 position:relative;
 height:calc(100vh - 52px);
 min-height:600px;
 overflow:hidden;
}
.third__inner {
 position:absolute;
 bottom:0;
 min-height:40vh;
 display:flex;
 align-items:center;
 justify-content:center;
 background:#cb2651;
 transform:skew(0,-5deg);
 transform-origin:100% 0;
 transition:transform 1s;
 width: 100%
}
.third__text {
 padding:70px 20px 20px 20px;
 transform:skew(0,5deg);
 transform-origin:100% 0;
 transition:transform 1s
}
.third--1 .section__image {
 background-image:url(../img/story-1.jpg);
 background-position:50% 35%
}
.third--2 .section__image {
 background-image:url(../img/story-2.jpg);
 background-position:50% 30%
}
.third--3 .section__image {
 background-image:url(../img/story-3.jpg);
 background-position: 50% 30% !important;
}
.third--4 .section__image {
 background-image:url(../img/story-4.jpg);
}
.third--5 .section__image {
 background-image:url(../img/story-5.jpg);
 background-position:50% 30%
}
}
@media screen and (min-width:768px) {
 .section--4 .section__image {
  height:100vh
 }
 .third__inner {
  min-height:0;
  background:rgba(255,49,98,.8)
 }
 .third__text {
  padding:100px 50px 50px 50px;
  align-self:flex-end;
 }
}
@media screen and (min-width:1024px) {
 .desk-view {
  margin-left: -120px !important;
 }
}
@media screen and (max-width:767px) {
 .mo-logo {
  width: 20%;
 }
}

@media screen and (min-width:1024px) {
 .section--4 {
  position:fixed;
  height:100vh;
  width:calc(100% + 21.25565617vh)
 }
 .section--4 .section__content {
  display:flex;
  position:absolute;
  top:0;
  left:-21.25565617vh;
  width:100%;
  height:100%
 }
 .section--4 .section__image {
  display:none
 }
 .section--4 h3 {
  display:inline-block;
  font-size:14px;
  line-height:25px;
  letter-spacing:2px;
  margin-left:40px
 }
 .section--4 h3:after {
  /*content:"";*/
  position:relative;
  display:block;
  width:2px;
  height:70px;
  background:#fff;
  margin:10px auto 25px auto;
  transform:skew(-19deg);
  left:-15px
 }
 .section--4 h1 {
  font-size:60px;
  line-height:76px;
  align-self:flex-end;
  color:#89d329
 }
 .section--4 h1 span {
  display:block;
  color:#fff;
 }
 .section--4 h1 span+span {
  margin-left:80px
 }
 .section--4 p {
  margin-bottom:50px
 }
 .third {
  width:33.3333%;
  height:100%;
  background-size:cover;
  background-position:50% 50%;
  cursor:pointer;
  transform:skew(-12deg);
  overflow:hidden;
  transform-origin:0 100%;
 }
 .third img {
  display:none
 }
 .third:before {
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:170%;
  height:100%;
  transform:skew(12deg) translateX(-50%);
  background-size:cover;
  background-position:50%
 }
 .third:after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:linear-gradient(to bottom, rgba(203, 37, 81, 1) 20%, rgba(24, 78, 156, 1) 100%);
  opacity:0;
  transition:opacity 1s
 }
 .third__inner {
  background:0 0
 }
 .third--1:before {
  background-image:url(../img/story-1.jpg);
  background-position:50% 30%
 }
 .third--2:before {
  background-image:url(../img/story-2.jpg);
  background-position:50% 30%
 }
 .third--3:before {
  background-image:url(../img/story-3.jpg);
 }
 .third--4:before {
  background-image:url(../img/story-4.jpg)
 }
 .third--5:before {
  background-image:url(../img/story-5.jpg)
 }
 .third__inner {
  position:relative;
  z-index:10;
  transform:none;
  opacity:0;
  transition:opacity 1s;
  background:0 0;
  margin:0;
  display:flex;
  align-items:center;
  height:100%
 }
 .third__text {
  padding:0;
  transform:skew(12deg);
  max-width:465px;
  margin-left:10.62782808vh;
  align-self:center;
  font-weight:200;
  font-size:17px;
  color:#fff;
  font-style:italic;
  letter-spacing:.5px
 }
 .third.active {
  position:relative
 }
 .third.active .third__inner {
  opacity:1
 }
 .third.active:after {
  opacity:.9
 }
}
.html-table {
 font-size:.875em;
 line-height:130%;
 overflow:hidden;
 margin-bottom:30px
}
.html-table .columns {
 margin:0
}
.html-table .row {
 display:block;
 margin:0;
 border-bottom:1px solid gray
}
.html-table .row.head {
 display:none
}
.html-table .row.inbetween-headline .column:before {
 display:none
}
.html-table .column {
 position:relative;
 display:block;
 padding:8px 0
}
.html-table .column p,
.html-table .column strong {
 border:0
}
.html-table .column:before {
 font-weight:700;
 display:inline-block;
 color:#0090c5
}
.html-table .full {
 display:block;
 margin:0;
 border-bottom:1px solid gray;
 padding:8px 20px 8px 6px
}
.html-table h4 {
 font-weight:700;
 font-size:15px;
 line-height:18px;
 border-bottom:2px solid #108000;
 margin:0 0 10px 0;
 color:#108000
}
.html-table h4 img {
 width:40px;
 margin-bottom:7px
}
.html-table p {
 margin-bottom:0;
 padding-bottom:0
}
.html-table>p {
 margin-bottom:20px
}
.html-table .footnote {
 margin-bottom:20px
}
.html-table-0000_s65a .footnote p+p,
.html-table-0000_s66a .footnote p+p {
 margin:0 -6px
}
@media screen and (min-width:768px) {
 .html-table .columns {
  margin-left:-6px;
  margin-right:-6px
 }
 .html-table .row {
  display:table;
  table-layout:fixed;
  width:100%;
  height:100%;
  margin:0;
  border:0
 }
 .html-table .row.head {
  display:table
 }
 .html-table .column {
  float:none!important;
  display:table-cell;
  height:100%;
  vertical-align:top;
  padding:8px 20px 8px 6px
 }
 .html-table .column:after {
  content:"";
  display:block;
  height:1px;
  position:absolute;
  left:6px;
  right:6px;
  bottom:0;
  background:#dcdcdc
 }
 .html-table .column.v-bottom {
  vertical-align:bottom
 }
 .html-table .column.v-bottom p,
 .html-table .column.v-bottom strong {
  height:auto
 }
 .html-table .column.h-center {
  text-align:center
 }
 .html-table .column.h-right {
  text-align:right
 }
 .html-table p,
 .html-table strong {
  display:block
 }
 .html-table .footnote {
  padding:0 10px
 }
 .html-table .footnote p {
  font-size:12px;
  line-height:14px
 }
}
@media screen and (max-width:767px) {
 .html-table-0000_s46a .column:nth-child(1):before {
  content:'Indication/Application/Business:'
 }
 .html-table-0000_s46a .column:nth-child(2):before {
  content:'Kernaktivit\00e4ten und -m\00e4rkte:'
 }
 .html-table-0000_s46a .column:nth-child(3):before {
  content:'Main products and brands:'
 }
 .lang-en .html-table-0000_s46a .column:nth-child(2):before {
  content:'Core activities and markets:'
 }
 .html-table-0000_s52a .column:nth-child(1):before {
  content:'Target:'
 }
 .html-table-0000_s52a .column:nth-child(2):before {
  content:'Target attainment (as of 2016):'
 }
 .html-table-0000_s52a .column:nth-child(3):before {
  content:'New or adjusted target:'
 }
 .html-table-0000_s52b .column:nth-child(1):before {
  content:'Target:'
 }
 .html-table-0000_s52b .column:nth-child(2):before {
  content:'Target attainment (as of 2016):'
 }
 .html-table-0000_s52b .column:nth-child(3):before {
  content:'New or adjusted target:'
 }
 .html-table-0000_s52c .column:nth-child(1):before {
  content:'Target:'
 }
 .html-table-0000_s52c .column:nth-child(2):before {
  content:'Target attainment (as of 2016):'
 }
 .html-table-0000_s52c .column:nth-child(3):before {
  content:'New or adjusted target:'
 }
 .html-table-0000_s53a .column:nth-child(1):before {
  content:'Target:'
 }
 .html-table-0000_s53a .column:nth-child(2):before {
  content:'Target attainment (as of 2016):'
 }
 .html-table-0000_s53a .column:nth-child(3):before {
  content:'New or adjusted target:'
 }
 .html-table-0000_s65a .column:nth-child(1):before {
  content:'Phase II projects:'
 }
 .html-table-0000_s65a .column:nth-child(2):before {
  content:'Indication:'
 }
 .html-table-0000_s66a .column:nth-child(1):before {
  content:'Phase III projects:'
 }
 .html-table-0000_s66a .column:nth-child(2):before {
  content:'Indication:'
 }
 .html-table-0000_s66a .column:nth-child(1):before {
  content:'Projects:'
 }
 .html-table-0000_s66a .column:nth-child(2):before {
  content:'Indication:'
 }
 .html-table-0000_s69a .column:nth-child(1):before {
  content:'Partner:'
 }
 .html-table-0000_s69a .column:nth-child(2):before {
  content:'Cooperation objective:'
 }
 .html-table-0000_s70a .column:nth-child(1):before {
  content:'Partner:'
 }
 .html-table-0000_s70a .column:nth-child(2):before {
  content:'Cooperation objective:'
 }
 .html-table-0000_s72a .column:nth-child(1):before {
  content:'Markteinf\00fchrung:'
 }
 .html-table-0000_s72a .column:nth-child(2):before {
  content:'Product group:'
 }
 .html-table-0000_s72a .column:nth-child(3):before {
  content:'Indication / crop:'
 }
 .html-table-0000_s72a .column:nth-child(4):before {
  content:'Product / plant trait:'
 }
 .lang-en .html-table-0000_s72a .column:nth-child(1):before {
  content:'Market launch:'
 }
 .html-table-0000_s73a .column:nth-child(1):before {
  content:'Partner:'
 }
 .html-table-0000_s73a .column:nth-child(2):before {
  content:'Cooperation objective:'
 }
 .html-table-0000_s90a .column:nth-child(1):before {
  content:''
 }
 .html-table-0000_s90a .column:nth-child(2):before {
  content:'Main procurement products:'
 }
 .html-table-0000_s118a .column:nth-child(1):before {
  content:''
 }
 .html-table-0000_s118a .column:nth-child(2):before {
  content:'Transport:'
 }
 .html-table-0000_s118a .column:nth-child(3):before {
  content:'Enviroment:'
 }
 .html-table-0000_s118a .column:nth-child(4):before {
  content:'Personal injury:'
 }
 .html-table-0000_s123a .column:nth-child(1):before {
  content:''
 }
 .html-table-0000_s123a .column:nth-child(2):before {
  content:'Personal injury:'
 }
 .html-table-0000_s123b .column:nth-child(1):before {
  content:''
 }
 .html-table-0000_s123b .column:nth-child(2):before {
  content:'Description:'
 }
 .html-table-0000_s123b .column:nth-child(3):before {
  content:'Erl\00e4uterung:'
 }
 .lang-en .html-table-0000_s123b .column:nth-child(3):before {
  content:'Comments:'
 }
 .html-table-0000_s230a .column:nth-child(1):before {
  content:'Subgroup / Segment:'
 }
 .html-table-0000_s230a .column:nth-child(2):before {
  content:'Aktivit\00e4ten:'
 }
 .lang-en .html-table-0000_s230a .column:nth-child(2):before {
  content:'Activities:'
 }
}
.tab-links {
 list-style:none;
 display:block;
 table-layout:fixed;
 width:100%;
 padding-bottom:10px;
 margin-bottom:20px;
 border-bottom:1px solid #d0d8dc;
 padding-left:0
}
.tab-mitarbeiter {
 margin-bottom:20px
}
.tab-mitarbeiter .tab-links {
 display:none;
 border-bottom:1px solid #10384f
}
.tab-mitarbeiter .tab-link {
 border:1px solid #d2d2d2;
 float:left;
 width:31.333%;
 margin-top:10px;
 font-size:15px;
 font-weight:500;
 color:#10384f
}
.tab-mitarbeiter .tab-link+.tab-link {
 margin-top:10px;
 margin-left:3%
}
.tab-mitarbeiter .tab-link:hover {
 background:#00617f;
 color:#fff
}
.tab-mitarbeiter .tab-link:nth-child(3n+1) {
 margin-left:0
}
.tab-mitarbeiter .tab-content {
 display:block;
 margin:0;
 min-height:50px;
 max-height:0;
 overflow:hidden
}
.tab-mitarbeiter .tab-content.active {
 max-height:1000px
}
.tab-mitarbeiter .tab-content {
 max-height:40px;
 transition:max-height 1s;
 overflow:hidden
}
.tab-mitarbeiter .tab-content h2 {
 position:relative;
 font-weight:700;
 font-size:16px;
 line-height:40px;
 height:40px;
 padding:0 10px;
 text-align:left;
 color:#fff;
 background-image:linear-gradient(90deg,#0091df 0,#00bcff 100%);
 cursor:pointer
}
.tab-mitarbeiter .tab-content h2:before {
 content:'';
 position:absolute;
 top:0;
 right:-5px;
 width:48px;
 height:100%;
 background:rgba(0,97,127,.4);
 transform:skew(-12deg)
}
.tab-mitarbeiter .tab-content h2:after {
 content:'\e837';
 font-family:bayericonfont;
 font-size:16px;
 position:absolute;
 top:0;
 right:0;
 width:40px;
 text-align:center;
 line-height:40px
}
.tab-mitarbeiter .tab-content figure {
 text-align:center
}
.tab-mitarbeiter .tab-content.active {
 max-height:10000px
}
.tab-mitarbeiter .tab-content.active h2 {
 background-image:linear-gradient(90deg,#10384f 0,#00617f 100%)
}
.tab-mitarbeiter .tab-content.active h2:before {
 background:rgba(16,56,79,.4)
}
.tab-mitarbeiter .tab-content.active h2:after {
 content:'\e83a'
}
.tab-mitarbeiter .tab-content>p {
 font-size:18px;
 font-weight:300;
 line-height:26px;
 margin-bottom:25px;
 text-align:left
}
.tab-mitarbeiter .tab-content .btn {
 margin:30px 0 0 0
}
@media screen and (min-width:768px) {
 .tab-mitarbeiter .tab-links {
  display:block
 }
 .tab-mitarbeiter .tab-content {
  display:none;
  margin-bottom:50px;
  min-height:0;
  max-height:auto;
  overflow:visible
 }
 .tab-mitarbeiter .tab-content h2 {
  display:none
 }
 .tab-mitarbeiter .tab-content.active {
  max-height:auto
 }
}
.tab-link {
 position:relative;
 display:inline-block;
 padding:6px 14px;
 cursor:pointer;
 text-align:center;
 font-weight:700;
 color:#00617f;
 list-style:none;
 vertical-align:middle;
 border:1px solid #d0d8dc;
 background:0 0
}
.tab-link+.tab-link {
 margin-top:0;
 margin-left:5px
}
.tab-link:before {
 display:none!important
}
.tab-link:hover {
 border:1px solid #0091df;
 background:#0091df;
 color:#fff
}
.tab-link.active {
 background:#2a2076;
 border-color:#2a2076;
 color:#fff
}
.tab-content {
 display:none;
 margin-bottom:50px
}
.tab-content.active {
 display:block
}
.board {
 margin-bottom:40px
}
.board img {
 margin:0 20px 15px 0;
 flex-shrink:0
}
.board__name {
 font-size:16px;
 line-height:16px;
 font-weight:400;
 color:#0090c5;
 margin-bottom:5px
}
.board__position {
 font-size:13px;
 line-height:16px;
 margin-bottom:18px;
 font-weight:700
}
@media screen and (min-width:600px) {
 .board {
  display:flex;
  align-items:flex-start
 }
 .board--right img {
  order:1;
  margin:0 0 15px 20px
 }
}
.aeb-keyfigures {
 display:block
}
.aeb-keyfigure {
 position:relative;
 width:100%;
 min-height:265px;
 margin-bottom:50px;
 max-width:260px;
 margin:0 auto
}
.aeb-keyfigure-wrapper {
 position:relative;
 display:flex;
 align-items:flex-start;
 flex-direction:row;
 height:185px
}
.aeb-keyfigure-title {
 position:relative;
 font-weight:500;
 font-size:18px;
 line-height:25px;
 color:#108000;
 margin-bottom:20px;
 min-height:41px
}
.aeb-keyfigure-value {
 font-size:0;
 font-weight:300;
 font-style:italic
}
.aeb-keyfigure-value.align-end {
 align-self:flex-end
}
.aeb-keyfigure-text {
 max-width:250px;
 display:block;
 font-weight:700;
 font-style:normal;
 font-size:12px;
 line-height:15px;
 font-weight:300;
 color:#0091df;
 margin-top:10px;
 padding-right:30px
}
.aeb-keyfigure-number {
 font-size:80px;
 line-height:80px
}
.aeb-keyfigure-number+.aeb-keyfigure-unit {
 margin-left:5px
}
.aeb-keyfigure-notation {
 font-size:80px
}
.aeb-keyfigure-unit {
 font-size:30px
}
.aeb-keyfigure-value--second .aeb-keyfigure-number {
 font-size:30px;
 line-height:30px
}
.aeb-keyfigure-value--second .aeb-keyfigure-notation {
 font-size:30px;
 line-height:30px
}
.aeb-keyfigure-value--second .aeb-keyfigure-unit {
 font-size:20px;
 line-height:20px
}
.aeb-keyfigure-value--small .aeb-keyfigure-number {
 font-size:37px;
 line-height:37px
}
.aeb-keyfigure-value--small .aeb-keyfigure-notation {
 font-size:37px;
 line-height:37px
}
.aeb-keyfigure-value--small .aeb-keyfigure-unit {
 font-size:20px;
 line-height:20px
}
.aeb-keyfigure-notation,
.aeb-keyfigure-number,
.aeb-keyfigure-unit {
 color:#0091df;
 background:-webkit-linear-gradient(left,#0091df,#00617f);
 -webkit-background-clip:text;
 -webkit-text-fill-color:transparent
}
.ie-color-fallback {
 stroke-width:23
}
.aeb-keyfigure-bereinigtesergebnis .draw-icon {
 margin-top:30px
}
.aeb-keyfigure-forschung .aeb-keyfigure-value {
 margin-top:20px
}
.aeb-keyfigure-energieeffizienz .aeb-keyfigure-text {
 font-size:16px;
 font-weight:300
}
.aeb-keyfigure-value+.draw-icon,
.draw-icon+.aeb-keyfigure-value {
 margin-left:15px
}
@media screen and (min-width:768px) {
 .aeb-keyfigures {
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  /*margin-top:70px*/
 }
 .aeb-keyfigure {
  position:relative;
  width:calc((100% - 150px)/ 3);
  max-width:none;
  margin:auto
 }
 .aeb-keyfigure+.aeb-keyfigure:before {
  /*content:"";
  position:absolute;
  display:block;
  width:1px;
  height:80%;
  background:#0091df;
  left:-50px;
  transform:skew(-12deg)*/

	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 70%;
	background: #0091df;
	left: -49px;
	transform: skew(-12deg);
	top: 20px;

 }
 .aeb-keyfigure-wrapper {
  flex-direction:column
 }
 .aeb-keyfigure-value.align-end {
  align-self:flex-start
 }
 .aeb-keyfigure-number {
  font-size:50px;
  line-height:50px
 }
 .aeb-keyfigure-notation {
  font-size:50px
 }
 .aeb-keyfigure-unit {
  font-size:20px
 }
 .aeb-keyfigure-value+.draw-icon,
 .draw-icon+.aeb-keyfigure-value {
  margin-left:0
 }
}
@media screen and (min-width:1024px) {
 .aeb-keyfigure-wrapper {
  flex-direction:row
 }
 .aeb-keyfigure-value.align-end {
  align-self:flex-end
 }
 .aeb-keyfigure-number {
  font-size:80px;
  line-height:80px
 }
 .aeb-keyfigure-notation {
  font-size:80px
 }
 .aeb-keyfigure-unit {
  font-size:30px
 }
 .aeb-keyfigure-value+.draw-icon,
 .draw-icon+.aeb-keyfigure-value {
  margin-left:15px
 }
}
@media screen and (min-width:1400px) {
 .aeb-keyfigures {
  width:1130px
 }
}
.page_downloads .content h2 {
 display:none
}
.page_downloads .content .spreadsheet a {
 color:#00617f
}
.page_downloads .content .spreadsheet a:hover {
 color:#0091df
}
.image-preview {
 border-bottom:1px solid #e5e5e5;
 padding:0 0 45px 0;
 margin-bottom:45px
}
.image-preview:first-of-type {
 border-top:2px solid #10384f;
 padding-top:30px
}
.image-preview .left {
 margin-right:50px
}
.preview-title {
 font-weight:700;
 font-size:9px;
 line-height:11px;
 color:#10384f;
 padding-bottom:3px;
 border-bottom:1px solid #10384f;
 max-width:350px
}
.preview-image {
 width:350px;
 max-width:auto;
 height:auto
}
.site_gri-und-un-global-compact-index .content .gri-indicator-wrapper {
 font-size:14px;
 line-height:1.4
}
.site_gri-und-un-global-compact-index .content .section-content p {
 font-size:14px!important;
 line-height:24px;
 margin-bottom:20px
}
.site_gri-und-un-global-compact-index .content .hidden {
 display:none
}
.js .site_gri-und-un-global-compact-index .content .gri-indicator-details,
.js .site_gri-und-un-global-compact-index .content .section-content {
 display:none
}
.site_gri-und-un-global-compact-index .content .open-all-sections {
 display:block;
 margin:0 0 -15px auto;
 border:1px solid #0091df;
 color:#0091df;
 padding:8px 10px;
 font-size:11px;
 line-height:1;
 font-weight:500;
 color:#10384f;
 letter-spacing:.5px;
 border:1px solid #d0d8dc
}
.site_gri-und-un-global-compact-index .content .open-all-sections:hover {
 background:#00617f;
 text-decoration:none;
 color:#fff
}
@media screen and (min-width:600px) {
 .site_gri-und-un-global-compact-index .content .open-all-sections {
  margin-bottom:-40px
 }
}
.site_gri-und-un-global-compact-index .content section {
 margin-bottom:11px
}
.site_gri-und-un-global-compact-index .content .section-content {
 padding-top:11px;
 border-bottom:1px solid transparent
}
.site_gri-und-un-global-compact-index .content .gri-indicator-wrapper {
 margin-bottom:10px;
 border:1px solid #0091df
}
.site_gri-und-un-global-compact-index .content section h3 {
 font-size:13px;
 line-height:16px;
 color:#fff;
 background-image:linear-gradient(90deg,#0091df 0,#00bcff 100%);
 padding:12px 60px 12px 20px;
 margin:0;
 position:relative;
 cursor:pointer;
 -webkit-transition:all .2s;
 transition:all .2s;
 overflow:hidden
}
.site_gri-und-un-global-compact-index .content section h3:before {
 content:'';
 position:absolute;
 top:0;
 right:-5px;
 width:48px;
 height:100%;
 background:rgba(0,97,127,.4);
 transform:skew(-12deg)
}
.site_gri-und-un-global-compact-index .content section h3:after {
 content:'\e837';
 font-family:bayericonfont;
 font-size:16px;
 position:absolute;
 top:0;
 right:0;
 width:40px;
 text-align:center;
 line-height:40px
}
.site_gri-und-un-global-compact-index .content .active h3 {
 background-image:linear-gradient(90deg,#10384f 0,#00617f 100%)
}
.site_gri-und-un-global-compact-index .content .active h3:before {
 background:rgba(16,56,79,.4)
}
.site_gri-und-un-global-compact-index .content .active h3:after {
 content:'\e83a'
}
.site_gri-und-un-global-compact-index .content h4 {
 margin-top:0;
 padding:11px 60px 11px 20px;
 position:relative;
 font-size:13px;
 line-height:16px;
 font-weight:400;
 cursor:pointer;
 margin-bottom:0;
 -webkit-transition:all .2s;
 transition:all .2s
}
.site_gri-und-un-global-compact-index .content h4:after {
 content:'\e837';
 font-family:bayericonfont;
 font-size:16px;
 position:absolute;
 top:0;
 right:0;
 width:40px;
 height:40px;
 text-align:center;
 line-height:40px;
 color:#0091df
}
.site_gri-und-un-global-compact-index .content .gri-id {
 font-weight:700
}
.site_gri-und-un-global-compact-index .content .gri-title {
 padding-right:7px
}
.site_gri-und-un-global-compact-index .content .ungc-title {
 font-weight:700;
 color:#005598;
 border-left:1px solid #e5e5e5;
 padding-left:10px
}
.site_gri-und-un-global-compact-index .content .gri-indicator-details {
 padding:8px 25px 4px 25px
}
.site_gri-und-un-global-compact-index .content .gri-indicator-details ul {
 padding-left:20px
}
.site_gri-und-un-global-compact-index .content .gri-indicator-details h5 {
 border-top:none;
 font-weight:700;
 margin-bottom:5px
}
.site_gri-und-un-global-compact-index .content .gri-indicator-details .gri-comments .aspect-limitation,
.site_gri-und-un-global-compact-index .content .gri-indicator-details .gri-comments h5:first-child {
 border-top:1px solid #d4d4d4;
 padding-top:18px
}
.site_gri-und-un-global-compact-index .content .gri-indicator-details .gri-comments .aspect-limitation~.aspect-limitation {
 border-color:#f3f3f3
}
.site_gri-und-un-global-compact-index .content .gri-indicator-details .gri-comments .aspect-limitation+p {
 margin-bottom:8px
}
.site_gri-und-un-global-compact-index .content .gri-indicator-wrapper.active {
 border-color:#00617f
}
.site_gri-und-un-global-compact-index .content .gri-indicator-wrapper.active h4:after {
 content:'\e83a';
 color:#00617f
}
.gri-layer {
 border:1px solid #0091df;
 width:286px;
 max-width:100%;
 min-height:100px;
 padding:16px 20px 14px;
 background-color:#fff;
 display:none
}
.gri-layer .content {
 min-height:0
}
.gri-layer h5 {
 border:none;
 font-weight:700;
 font-size:14px;
 line-height:16px;
 color:#0091df;
 margin-bottom:5px
}
.gri-layer p {
 font-size:14px;
 line-height:18px;
 margin:0
}
.gri-layer.condensed {
 width:700px
}
.gri-layer.condensed p+h5 {
 margin-top:15px
}
.gri-layer.condensed .columns {
 margin-bottom:0
}
@media print {
 .site_gri-und-un-global-compact-index .content .open-all-sections {
  display:none
 }
 .site_gri-und-un-global-compact-index .content .section-content,
 .site_gri-und-un-global-compact-index .content .section-content .gri-indicator-details {
  display:block!important
 }
 .site_gri-und-un-global-compact-index .content h4:after,
 .site_gri-und-un-global-compact-index .content section h3:after {
  content:none!important
 }
 .site_gri-und-un-global-compact-index .content section h3 {
  background-color:#6bc200!important
 }
 .site_gri-und-un-global-compact-index .content .gri-indicator-details {
  page-break-inside:avoid
 }
}
.gri-links a {
 word-break:break-word
}
.gri-links ul li {
 position:relative
}
.gri-links ul li:before {
 position:absolute;
 top:6px
}
.ungc-title {
 pointer-events:none
}
@media screen and (min-width:1024px) {
 .ungc-title {
  pointer-events:all
 }
 .touch .ungc-title {
  pointer-events:none
 }
}
@media print {
 * {
  -webkit-print-color-adjust:exact;
  print-color-adjust:exact
 }
 #adminbar,
 #bcn-container,
 .breadcrumb,
 .content-footer,
 .flatnav,
 aside,
 footer,
 header .toggle-container,
 nav {
  display:none
 }
 .wrapper {
  padding:0
 }
 .download {
  visibility:hidden
 }
 article header {
  display:block
 }
 .content-container,
 article,
 body,
 html {
  background:#fff!important;
  color:#000!important;
  height:auto!important;
  padding:0!important;
  width:auto!important;
  margin:0!important
 }
 .content>div,
 .content>dl,
 .content>ol,
 .content>p,
 .content>ul {
  color:#000!important;
  margin-right:0!important
 }
 .contentHeader {
  display:none
 }
 .do-not-print,
 .no-print {
  display:none
 }
 article a.glossary,
 article a.intern {
  color:#000 !important;
  text-decoration:none !important;
 }
 article a.extern,
 article a[target^=_blank]:not(.glossary):not(.intern):not(.verweispdf):after {
  content:' (' attr(href) ') '
 }
 a:after>img {
  content:''
 }
 .spreadsheet .spreadsheet__table-wrapper:before {
  content:none
 }
 #container {
  display:none
 }
 .chartgenerator #container {
  display:block
 }
 .blockquote span {
  opacity:1
 }
 .flatnav {
  display:none
 }
 .related-links {
  display:none
 }
 .compare-mobile {
  display:none
 }
 .magazin .content-title {
  display:block
 }
 .logo {
  display:inline-block
 }
 .site-title {
  display:inline-block;
  vertical-align:middle
 }
 .page-top {
  display:none
 }
 .bottom-stage,
 .top-stage {
  display:none
 }
 .video__caption,
 .video__container {
  display:none
 }
 .progressbar {
  display:none
 }
 .site-header__wrapper {
  display:block!important
 }
 .sticky .site-header {
  position:relative
 }
 .hide-on-print {
  display:none
 }
 .page_serviceseiten_kennzahlenvergleich #cgControls,
 .page_serviceseiten_kennzahlenvergleich #corporate-container,
 .page_serviceseiten_kennzahlenvergleich #main-content,
 .page_serviceseiten_kennzahlenvergleich #tabContainer,
 .page_serviceseiten_kennzahlenvergleich .breadcrumb,
 .page_serviceseiten_kennzahlenvergleich .content>p,
 .page_serviceseiten_kennzahlenvergleich .fixed-sidebar,
 .page_serviceseiten_kennzahlenvergleich .page-top,
 .page_serviceseiten_kennzahlenvergleich .site-header,
 .page_serviceseiten_kennzahlenvergleich .site-header__wrapper,
 .page_serviceseiten_kennzahlenvergleich footer {
  display:none!important
 }
 .aeb-keyfigure:before {
  display:none!important
 }
 .spreadsheet table.gb18 p {
  font-size:10px!important;
  padding:0!important
 }
 .tab-mitarbeiter .tab-content {
  max-height:none;
  overflow:visible
 }
 .tab-links {
  display:none
 }
 div.highlight {
  display:inline-block;
  background:#66b512;
  margin:0;
  text-align:center
 }
 div.highlight .footnote,
 div.highlight .highlight-headline {
  color:#fff
 }
}
.worldwide-tab {
 margin-bottom:70px
}
.worldwide-tab-links {
 display:none
}
.worldwide-tab-legend {
 font-size:11px;
 line-height:16px
}
.worldwide-tab-legend p {
 margin:0
}
.worldwide-tab-number {
 display:inline-block;
 font-size:46px;
 font-weight:300;
 line-height:1;
 color:#0091df;
 background:-webkit-linear-gradient(left,#0091df,#00617f);
 -webkit-background-clip:text;
 -webkit-text-fill-color:transparent;
 margin:0 0 5px 0
}
.worldwide-tab-text {
 font-size:13px;
 line-height:15px
}
.worldwide-tab-content {
 display:block;
 max-height:40px;
 transition:max-height 1s;
 overflow:hidden;
 margin:0 0 5px 0;
 padding:10px;
 cursor:pointer
}
.worldwide-tab-content img {
 margin-bottom:25px
}
.worldwide-tab-content h3 {
 color:#00617f
}
.worldwide-tab-content>h3 {
 position:relative;
 font-weight:700;
 font-size:16px;
 line-height:40px;
 color:#fff;
 height:40px;
 margin:-10px -10px 10px -10px;
 padding:0 10px;
 background-image:linear-gradient(90deg,#0091df 0,#00bcff 100%)
}
.worldwide-tab-content>h3:before {
 content:'';
 position:absolute;
 top:0;
 right:-5px;
 width:48px;
 height:40px;
 background:rgba(0,97,127,.4);
 transform:skew(-12deg)
}
.worldwide-tab-content>h3:after {
 content:'\e837';
 font-family:bayericonfont;
 position:absolute;
 top:0;
 right:0;
 width:40px;
 height:40px;
 text-align:center;
 line-height:40px
}
.worldwide-tab-content.active {
 max-height:1000px
}
.worldwide-tab-content.active>h3 {
 background-image:linear-gradient(90deg,#10384f 0,#00617f 100%)
}
.worldwide-tab-content.active>h3:before {
 background:rgba(16,56,79,.4)
}
.worldwide-tab-content.active>h3:after {
 content:'\e83a'
}
@media only screen and (min-width:768px) {
 .worldwide-tab-content {
  display:none;
  background:0 0;
  padding:0;
  max-height:none;
  margin-bottom:15px
 }
 .worldwide-tab-content>h3 {
  display:none
 }
 .worldwide-tab-links {
  display:block;
  margin-bottom:25px!important
 }
}
#chartdiv {
 width:100%;
 height:590px
}
.amcharts-chart-div {
 height:100%
}
.amcharts-chart-div+div {
 width:100%;
 height:100%;
 pointer-events:none
}
.ammapDescriptionWindow {
 top:0!important;
 left:0!important;
 width:100%!important;
 height:100%;
 max-width:637px;
 background:#fff;
 pointer-events:all;
 border:1px solid #0090c5;
 font-size:13px;
 line-height:15px
}
.ammapDescriptionTitle {
 min-height:35px;
 padding:0 20px;
 background:#00617f;
 font-weight:700;
 font-size:16px;
 line-height:35px;
 color:#fff
}
.ammapDescriptionText {
 padding:20px;
 background:#fff
}
.ammapDescriptionText .row>div {
 min-width:150px
}
.ammapDescriptionWindowCloseButton {
 position:relative;
 z-index:10;
 padding:8px
}
.ammap-popup-headquater {
 font-weight:700;
 margin-bottom:10px
}
.ammap-popup-group {
 margin-bottom:10px
}
.ammap-popup-group p {
 margin:0 0 4px 0
}
.ammap-popup-headline {
 font-weight:700;
 color:#0091df
}
.legend-item-1,
.legend-item-2,
.legend-item-admin,
.legend-item-admin-1,
.legend-item-admin-2,
.legend-item-both {
 position:relative;
 padding-left:38px
}
.legend-item-1:before {
 content:"";
 position:absolute;
 top:3px;
 background-image:url(../ammap/files/worldmap-legend-item-1.svg);
 width:12px;
 height:11px;
 left:18px
}
.legend-item-2:before {
 content:"";
 position:absolute;
 top:2px;
 background-image:url(../ammap/files/worldmap-legend-item-2.svg);
 width:13px;
 height:12px;
 left:18px
}
.legend-item-both:before {
 content:"";
 position:absolute;
 top:3px;
 background-image:url(../ammap/files/worldmap-legend-item-1.svg);
 width:12px;
 height:11px;
 left:0
}
.legend-item-both:after {
 content:"";
 position:absolute;
 top:2px;
 background-image:url(../ammap/files/worldmap-legend-item-2.svg);
 width:13px;
 height:12px;
 left:18px
}
.legend-item-admin:before {
 content:"";
 position:absolute;
 top:1px;
 background-image:url(../ammap/files/worldmap-legend-admin.svg);
 width:11px;
 height:13px;
 left:18px
}
.legend-item-admin-1:before {
 content:"";
 position:absolute;
 top:2px;
 background-image:url(../ammap/files/worldmap-legend-item-1.svg);
 width:12px;
 height:11px;
 left:0;
 top:3px
}
.legend-item-admin-1:after {
 content:"";
 position:absolute;
 top:1px;
 background-image:url(../ammap/files/worldmap-legend-admin.svg);
 width:11px;
 height:13px;
 left:18px
}
.legend-item-admin-2:before {
 content:"";
 position:absolute;
 top:2px;
 background-image:url(../ammap/files/worldmap-legend-item-2.svg);
 width:13px;
 height:12px;
 left:0
}
.legend-item-admin-2:after {
 content:"";
 position:absolute;
 top:1px;
 background-image:url(../ammap/files/worldmap-legend-admin.svg);
 width:11px;
 height:13px;
 left:18px
}
.ammap-legend {
 font-size:11px;
 line-height:16px;
 border-top:1px solid #e5e5e5;
 padding-top:12px;
 margin:10px 0 50px 0
}
.ammap-legend img {
 display:inline-block;
 vertical-align:-1px
}
.ammap-legend p {
 margin:0 0 4px 0
}
@media only screen and (min-width:768px) {
 .ammapDescriptionWindow {
  top:30px!important;
  left:60px!important;
  width:auto!important;
  height:auto!important;
  background:#fff
 }
}
body.disclaimer-popup-active {
 overflow:hidden
}
body.disclaimer-popup-active:before {
 content:"";
 position:fixed;
 top:0;
 width:100%;
 height:100%;
 background:rgba(0,0,0,.6);
 z-index:1000
}
.disclaimer-popup {
 display:none;
 position:fixed;
 top:7%;
 left:0;
 right:0;
 width:1100px;
 height:86%;
 max-width:90%;
 margin:0 auto;
 background:#fff;
 box-sizing:border-box;
 z-index:1000
}
.disclaimer-popup h2 {
 font-size:22px;
 line-height:25px;
 color:#108000;
 margin:30px 0 20px 0
}
.disclaimer-popup p {
 font-size:16px;
 line-height:28px;
 margin:0 0 20px 0
}
.disclaimer-popup a {
 font-weight:700;
 color:#ff3162
}
.disclaimer-popup.active {
 display:block
}
.disclaimer-popup-content {
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 padding:30px 80px 0 20px;
 overflow:scroll
}
@media screen and (min-width:1024px) {
 .disclaimer-popup-content {
  padding:30px 84px 0 84px
 }
}
.disclaimer-popup-button-accept {
 display:block;
 width:280px;
 max-width:100%;
 height:auto;
 margin:0 auto 50px auto;
 padding:15px;
 background:#00617f;
 font-size:15px;
 color:#fff;
 text-decoration:none
}
.disclaimer-popup-button-accept:hover {
 background:#0091df
}
.disclaimer-popup-button-scrolldown {
 position:absolute;
 top:0;
 right:20px;
 width:50px;
 height:50px;
 background:#00617f;
 z-index:1
}
.disclaimer-popup-button-scrolldown:after {
 content:'\e828';
 font-family:bayericonfont;
 vertical-align:middle;
 color:#fff
}

  .fa {
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
    color: white;
}

.home-item:hover
{
  color: white;
}
.intern {
  color:#fff !important;
  text-decoration:none !important;
  margin-right: 15px;
 }
 .intern:hover
 {
  color:#fff !important;
 }

   .fa {
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
    color: white;
}
.pClass
{
  font-family: 'Helvetica Neue R55';
  font-size: 18px;
}
.intern {
  color:#fff !important;
  text-decoration:none !important;
 }
 .intern:hover
 {
  color:#fff !important;
 }
 .home-item:hover
{
  color: white;
} 
nav ul a, .toggle-search
  {
    font-family: 'Helvetica Neue R55';
  }
  nav ul a:hover
  {
  	text-decoration : none;
  }
 .download-icon
 {
 	width: 20px;
 	height: 20px;
 	margin-bottom: 15px;
 }
 .toggle-primary
 {
 	height: 30px;
 	width: 30px;
 	margin-top: 7px;
 	margin-left: 10px;
 }
 .toggle-search2
 {
 	height: 30px;
 	width: 30px;
 	margin-top: 7px;
 	margin-left: 5px;
 }
 .meta a
 {
 	color: #2a2076 !important;
 	font-family: 'Helvetica Neue R55';
 }
 .footer-color,.footer-color span
 {
   text-decoration : none !important;
   color: #fff !important
 }
   @media only screen and (min-width: 767px) {
.section--4 h1
{
   margin-top: 10px !important;
}
}
@media screen and (min-width:1024px) {
	.testo-text
	{
	margin-left: -20% !important;
	}
}
@media screen and (max-width:1024px){
	.second-testo
	{
		margin-top: -50px !important;
	}
	.section--4 h3::after
	{
		margin: 4px auto 10px auto !important;
	}
}

.other-head
{
	height: 100px !important;
	background-color: #2a2076;
	margin-bottom: 3% !important;
}	

/*# sourceMappingURL=main.css.map */
.btn:hover
{
	border: 1px solid #000 !important;
	color: #fff !important;
}
.search-effect
{
	position: relative !important;
	transform: translateY(0%) !important;
	background-color: #fff !important;
	z-index: 99 !important
}

@media screen and (min-width:1024px) {
	.second-slide h3
	{
       margin-left: 0px !important;
	}
	.second-slide h1
	{
		margin-left: -25px !important;
	}
	.third--2 .third__text
	{
		margin-left: 0px !important;
	}
	}
	@media screen and (min-height:1200px)
	{
		.footer_nav
		{
			height: 60vh !important;
			padding-top: 15% !important;
		}
	}
	@media screen and (min-width:767px)
	{
	.third__text h1
	{
		/*font-size: 40px !important;*/
	}
	}
	@media screen and (max-width:1024px)
	{
	.responsible-inner
	{
		margin-bottom: 50px;
	}
    }
    @media screen and (max-width:1024px) and (min-width:767px) 
    {
    	.stage-video--home video
    	{
    		z-index: 999999 !important;
    	}
    }
    @media screen and (max-width:650px) and (min-width:570px) 
    {
        .stage-video--home video
        {
        	left: 20%;
        }
    }
    @media screen and (max-width:569px) and (min-width:500px) 
    {
        .stage-video--home video
        {
        	/*left: 35% !important;*/
        }
    }
      @media screen and (max-width:499px) and (min-width:440px) 
    {
        .stage-video--home video
        {
        	left: 15% !important;
        }
    }
         @media screen and (max-width:412px) and (min-width:409px) 
    {
        .stage-video--home video
        {
        	left: 17% !important;
        	margin-top: 10px;
        }
    }
        @media screen and (max-width:389px) and (min-width:345px) 
    {
        .stage-video--home video
        {
        	left: 15% !important;
        }
    }
        @media screen and (max-width:344px) and (min-width:320px) 
    {
        .stage-video--home video
        {
        	left: 19% !important;
        }
    }

        @media screen and (max-width:416px) and (min-width:413px) 
    {
        .stage-video--home video
        {
        	left: 3% !important;
        	margin-top: 10px;
        }
    }

    @media screen and (max-width:416px) and (min-width:413px) and (max-height:738px) and (min-height:734px)
    {
        .stage-video--home video
        {
        	left: 15% !important;
        	margin-top: 10px;
        }
    }
/*        @media screen and (max-width:321px) 
    {
        .stage-video--home video
        {
        	
        }
    }*/
        @media screen and (max-width:1023px) and (min-width:900px) 
    {
        .section--1 .section__inner
        {
        	bottom: -15px !important;
        }
    }
    .footer-head
    {
    	font-size: 35px;
    	font-weight: 100 !important;
    	/*float: left;*/
    	margin-top: -6px;
    	font-family: "Neue Helvetica W01",'Helvetica Neue',Helvetica,Arial,sans-serif !important;
    }
     @media screen and (max-width:576px)  
    {
        .footer-head
        {
        	float: left;
        }
    }
     @media screen and (min-width:1024px)  
    {
        .footer-head
        {
        	float: left;
        }
    }
     @media screen and (max-width:1024px)
     {
     .story-heading
     {
    	margin-top: -25px;
     }
     }

     @media screen and (max-width:1024px) and (min-width: 576px)
     {
     .footer-head
     {
        position: inherit !important;
        top: -10px !important;
        left: -10px !important
     }
     }
     @media screen and (max-width:991px) and (min-width:768px) 
    {
        .responsive-vision
        {
        	height: 230px;
        }
    }
    @media screen and (max-width:767px)
     {
    .rating-content, .rating-content2
    {
    	text-align: center !important;
    }
    }
    @media screen and (max-width:1024px) and (min-width:767px) 
    {
        .rating-content
        {
        	margin-left: 10px;
        }
        .rating-content2
        {
        	margin-left: -10px;
        }
    }
    @media screen and (max-width:767px)
    {
    .nw-right-border
    {
    	 border-right: none !important;

        border-bottom: 2px solid #008fb4 !important;
        padding-bottom: 20px;
        margin-bottom:20px;
    }
    }
    .footer_nav span
    {
    	font-weight: 400;
    }
    @media screen and (max-width:250px) 
    {
    .extra-nav
    {
    	margin-top: 140% !important;
    }
    }
    @media screen and (max-width:350px) and (min-width:250px) 
    {
    .extra-nav
    {
    	margin-top: 100% !important;
    }
    }
    @media screen and (max-width:500px) and (min-width:350px) 
    {
    .extra-nav
    {
    	margin-top: 100% !important;
    }
    }
    @media screen and (max-width:600px) and (min-width:500px) 
    {
    .extra-nav
    {
    	margin-top: 60% !important;
    }
    }
    @media screen and (max-width:700px) and (min-width:600px) 
    {
    .extra-nav
    {
    	margin-top: 60% !important;
    }
    }
    @media screen and (max-width:900px) and (min-width:700px) 
    {
    .extra-nav
    {
    	margin-top: 47% !important;
    }
    }
    @media screen and (max-width:1025px) and (min-width:900px) 
    {
    .extra-nav
    {
    	margin-top: 35% !important;
    }
    }

    
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 780px){
   .stage-video--home video
   {
          top: 23% !important;
          left: 25%;
   }
   }

    @media only screen and (min-width: 766px) and (max-width: 770px){
   .stage-video--home video
   {
          top: 23% !important;
          left: 37%;
   }
   }

    @media only screen and (min-width: 2000px){
   .stage-video--home video
   {
          top: 23% !important;
          /*left: 0%;*/
   }
   }


   @media only screen and (max-width: 1024px) and (min-width: 767px) and (min-height: 767px){
   .text
   {
    /*margin-top: 20% !important;	*/
   }
   .next, .prev
   {
    margin-top: 15% !important;
   }
   .aeb-keyfigure-title
   {
    margin-bottom: -50px !important;
   }
   .aeb-keyfigures--mobile .aeb-keyfigure-unit {
  font-size:22px;
  line-height:22px
 }
}

   @media only screen and (max-width: 1024px) and (min-width: 767px) and (max-height: 767px){

   .next, .prev
   {
    margin-top: 12% !important;
   }
   .aeb-keyfigure-title
   {
    margin-bottom: -40px !important;
   }
   .aeb-keyfigures--mobile .aeb-keyfigure-unit {
  font-size:22px;
  line-height:22px
 }
}

 @media only screen and (max-width: 400px) and (max-height: 767px){
    .next, .prev
    {
        margin-top: 40%
    }
    .text
    {
        margin-top: 5% !important;
    }
    .aeb-keyfigures--mobile .aeb-keyfigure-value
    {
    	padding: 0 15% 0 15%;
    }
    .aeb-keyfigures--mobile .aeb-keyfigure-number
    {
    	font-size: 42px !important
    }
    }

     @media only screen and (max-width: 767px) and (min-width: 400px) and (max-height: 700px){
    .next, .prev
    {
        margin-top: 15%;
    }
    .aeb-keyfigures--mobile .aeb-keyfigure-value
    {
    	padding: 0 15% 0 15%;
    }
    .aeb-keyfigures--mobile .aeb-keyfigure-number
    {
    	font-size: 50px !important
    }
    .aeb-keyfigures--mobile .aeb-keyfigure-title
   {
   	font-size: 25px;
   }
    }

    @media only screen and (max-width: 767px) and (min-width: 400px) and (min-height: 700px){
    .next, .prev
    {
        margin-top: 30%;
    }
    .aeb-keyfigures--mobile .aeb-keyfigure-value
    {
    	padding: 0 15% 0 15%;
    }
    .aeb-keyfigures--mobile .aeb-keyfigure-number
    {
    	font-size: 50px !important
    }
    .aeb-keyfigures--mobile .aeb-keyfigure-title
   {
   	font-size: 25px;
   }
    }

    @media only screen and (max-width: 767px) and (min-height: 767px){
   .text
   {
    margin-top: 5% !important;
   }
   .next, .prev
   {
    margin-top: 30% !important;
   }
   .aeb-keyfigure-title
   {
    margin-bottom: -20px !important;
   }
   .aeb-keyfigures--mobile .aeb-keyfigure-unit {
  font-size:25px;
  line-height:25px
 }
     .aeb-keyfigures--mobile .aeb-keyfigure-value
    {
    	padding: 0 15% 0 15%;
    }

     .aeb-keyfigures--mobile .aeb-keyfigure-number
    {
    	font-size: 45px;
    }

   .aeb-keyfigures--mobile .aeb-keyfigure-title
   {
   	font-size: 25px;
   }
}  

.respo-btn
{
    margin-bottom: 10px !important
}

/*==============================================================================*/

@media only screen and (min-height: 805px){
    .section--4 .section__image
    {
        height: 64vh !important;
    }
}

@media only screen and (max-height: 620px) and (min-width: 767px){
    .section--1 .section__content
    {
        margin-bottom: 15px !important;
    }
    .section--1 .section__headline
    {
        /*margin-bottom: -16% !important;*/
        float: left !important;
    }
    .section--1 h1
    {
    	font-size: 60px;
    	line-height: 60px;
    }
    .section--1 p
    {
    	/*float: right !important;*/
    	margin-left: 50%;
    }
}

@media only screen and (min-width: 768px) and (min-height: 1024px){
    .section--1 .section__inner
    {
    	min-height: 60%;
    	/*padding-top: 20%*/
    }
}

@media only screen and (max-width: 768px) and (min-height: 1100px){
    .stage-video--home video
    {
    	transform: translate(-50%,-35%) !important;
    }
}

/*@media only screen and (min-width: 768px) and (min-height: 779px) and (max-height: 1099px){
    .section--1 .section__inner
    {
    	background-image: linear-gradient(-179deg,#89d329 0,#66b512 100%) !important;
    	z-index: 999999 !important
    }
}*/



 
    @media screen and (max-width:1024px) and (min-width:768px) 
    {
    .ceo__text
    {
        bottom: 25% !important
    }
    }

.slideshow-container {
  /*max-width: 1000px;*/
  position: relative;
  margin: auto;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  /*margin-top: 80%;*/
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev, .next:hover
{
    color: #fff;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  position: absolute;
  width: 100%;
  text-align: center;
}

  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media only screen and (max-width: 1024px) {
.aeb-keyfigure-wrapper
{
    display: contents !important;
}
}

    .enterprising-tab h2
    {
        font-size: 16px	 !important;
    }

    @media screen and (min-width:1024px) 
    {
    .enterprising-tab
    {
        display: none;
    }
    }

    @media screen and (max-width:1024px) 
    {
    .enterprising-desktop
    {
        display: none;
    }
    }

    /*@media screen and (max-width:950px) 
    {
    .enterprising-tab
    {
        width: 48% !important;
    }
    }

    @media screen and (max-width:768px) and (min-width:490px)
    {
    .enterprising-tab
    {
        margin-top: -59% !important;
    }
    .enterprising-tab h2 .btn
    {
    	padding: 5px 33px 5px 5px;
    }
    }

    @media screen and (min-width:760px) and (max-width:775px) and (min-height: 1020px) and (max-height: 1030px)
    {
    .enterprising-tab
    {
        margin-top: -1% !important;
    }
    .enterprising-tab h2 .btn
    {
    	padding: 5px 33px 5px 5px;
    }
    }

    @media screen and (max-width:490px) and (min-width:350px)
    {
    .enterprising-tab
    {
        margin-top: -103% !important;
    }
    .enterprising-tab h2 .btn
    {
    	padding: 5px 33px 5px 5px;
    }
    .enterprising-tab h2
    {
        font-size: 15px !important;
    }
    }

    @media screen and (max-width:350px)
    {
    .enterprising-tab
    {
        margin-top: -122% !important;
    }
    .enterprising-tab h2 .btn
    {
    	padding: 5px 33px 5px 5px;
    }
    .enterprising-tab h2
    {
        font-size: 15px !important;
    }
    }

    @media screen and (max-width:1024px)
    {
    .logo img {
     width:130%;
     height:25px;
     }
     }

    @media screen and (max-width:490px) and (max-width:767px) and (max-height: 740px)
    {
    .enterprising-tab
    {
        margin-top: -98% !important;
    }
    .enterprising-tab h2 .btn
    {
    	padding: 5px 33px 5px 5px;
    }
    .enterprising-tab h2
    {
        font-size: 15px !important;
    }
    }

    @media screen and (min-width:410px) and (max-width:420px) and (min-height: 890px) and (max-height: 900px)
    {
    .enterprising-tab
    {
        margin-top: -125% !important;
    }
    .enterprising-tab h2 .btn
    {
    	padding: 5px 33px 5px 5px;
    }
    .enterprising-tab h2
    {
        font-size: 15px !important;
    }
    }

    @media screen and (min-width:355px) and (max-width:365px) and (min-height: 735px) and (max-height: 745px)
    {
    .enterprising-tab
    {
        margin-top: -120% !important;
    }
    .enterprising-tab h2 .btn
    {
    	padding: 5px 33px 5px 5px;
    }
    .enterprising-tab h2
    {
        font-size: 15px !important;
    }
    }
*/
    @media screen and (min-width:590px) and (max-width:610px) and (min-height: 1020px) and (max-height: 1030px)
    {
    	.next, .prev
    	{
    		margin-top: 24% !important
    	}
    	.section--1 .section__inner
    	{
    		bottom: 0 !important;
    	}
    }

    @media screen and (min-width:1340px) and (max-width:1360px) and (min-height: 730px) and (max-height: 740px)
    {
    	.section--4 h1
    	{
    		font-size: 68px !important;
    	}
    }

    @media screen and (min-width:764px) and (max-width:773px) and (min-height: 1000px) and (max-height: 1030px)
    {
    	.section--1 .section__inner
    	{
    		bottom: -50px !important;
    	}
    	.section--1 h1
    	{
    		font-size: 90px !important;
    		line-height: 80px !important;
    	}
    	.section--1 .section__inner {
    bottom: -55px !important;
}
    }

    @media screen and (min-width:890px) and (max-width:900px) and (min-height: 410px) and (max-height: 420px)
    {
    	.section--1 .section__inner
    	{
    		z-index: 999999 !important;
    		background-image: linear-gradient(-179deg,#89d329 0,#66b512 100%) !important;
    	}
    }


     @media screen and (min-width:850px) and (max-width:860px) and (min-height: 477px) and (max-height: 485px)
    {
    	.section--1 .section__inner
    	{
    		z-index: 999999 !important;
    		background-image: linear-gradient(-179deg,#89d329 0,#66b512 100%) !important;
    	}
    }

    @media screen and (max-width:1024px)
    {
    	.primary-wrapper
    	{
    		margin-top: 10px;
    	}
    }
    .primary-wrapper .smartmenu a:hover , .primary-wrapper .smartmenu a::after
{
    color: #fff !important;
}

 @media screen and (min-width:318px) and (max-width:323px){
.button-space-ent
{
	margin-top: -12px !important;
}
.section--1 .section__inner
{
	bottom: -30px !important
}
.section--1 p
{
	font-size: 12px !important;
}
}

.highlight {
  background-color: yellow;
}







