
/* CSS COMPILED */

/*
 */
/* original rule from metro-site
@font-face{
  font-family:METRO-GROUP-Icons;
  src:url(font/mag-icons/fonts/METRO-GROUP-Icons.eot?32ua5p);
  src:url(font/mag-icons/fonts/METRO-GROUP-Icons.eot?#iefix32ua5p) format('embedded-opentype'),
    url(font/mag-icons/fonts/METRO-GROUP-Icons.woff?32ua5p) format('woff'),
    url(font/mag-icons/fonts/METRO-GROUP-Icons.ttf?32ua5p) format('truetype'),
    url(font/mag-icons/fonts/METRO-GROUP-Icons.svg?32ua5p#METRO-GROUP-Icons) format('svg');
  font-weight: 400;
  font-style: normal;
}*/
@font-face {
  font-family: "METRO-GROUP-Icons";
  src: url(../files/metro-group-icons-add.eot);
  src: url(../files/metro-group-icons-add.eot?#iefix) format("embedded-opentype"), url(../files/metro-group-icons-add.woff) format("woff"), url(../files/metro-group-icons-add.ttf) format("truetype"), url(../files/metro-group-icons-add.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DINNextLTPro-Medium";
  src: url(../files/din-next-pro-medium.eot);
  src: url(../files/din-next-pro-medium.eot?#iefix) format('embedded-opentype'), url(../files/din-next-pro-medium.woff) format('woff'), url(../files/din-next-pro-medium.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DINNextLTPro-Light";
  src: url(../files/din-next-pro-light.eot);
  src: url(../files/din-next-pro-light.eot?#iefix) format('embedded-opentype'), url(../files/din-next-pro-light.woff) format('woff'), url(../files/din-next-pro-light.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DINNextLTPro-Condensed";
  src: url(../files/din-next-pro-condensed.eot);
  src: url(../files/din-next-pro-condensed.eot?#iefix) format('embedded-opentype'), url(../files/din-next-pro-condensed.woff) format('woff'), url(../files/din-next-pro-condensed.ttf) format('truetype');
}
@font-face {
  font-family: "DINNextLTPro-BoldCondensed";
  src: url(../files/din-next-pro-bold-condensed.eot);
  src: url(../files/din-next-pro-bold-condensed.eot?#iefix) format('embedded-opentype'), url(../files/din-next-pro-bold-condensed.woff) format('woff'), url(../files/din-next-pro-bold-condensed.ttf) format('truetype');
}
[class^="icon-"],
[class*=" icon-"],
.font-icon {
  font-family: "METRO-GROUP-Icons";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* --- some less rules ---- */
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.font-medium {
  font-family: DINNextLTPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-light {
  font-family: DINNextLTPro-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* --- / some less rules --- */
* {
  margin: 0;
  padding: 0;
}
/* Reset all browser defaults */
/* HTML5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden],
.hidden {
  display: none;
}
/* Basic styling */
html {
  font-size: 125%;
  /* setting default font-size to 20px - needed for proper em calculation in IE */

  -webkit-text-size-adjust: 100%;
  /* see h5bp.com/g */

  -ms-text-size-adjust: 100%;
  /* see h5bp.com/g */

  height: 100.3%;
  /* force vertical scroll bar */

  margin-bottom: 0.1px;
  /* force vertical scroll bar */

}
html,
button,
input,
select,
textarea {
  font-family: DINNextLTPro-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #565a5b;
}
body {
  font-size: 0.5em;
  /* setting default font-size to 10px - needed for proper em calculation in IE */

  line-height: 1.4;
  /* no units here! http://faq.nexxar.com/questions/155/ */

}
/* Image definitions */
img {
  border: none;
}
html:not(.ie-lt9):not(.no-svg) img.has-vector-replacement,
html.svg img.has-vector-replacement {
  display: none !important;
}
html.no-svg img.is-vector-replacement,
html.ie-lt9 img.is-vector-replacement {
  display: none !important;
}
/* Link definitions */
a {
  color: #fcc51d;
  text-decoration: none;
  font-family: DINNextLTPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
}
a:hover {
  color: #565a5b;
  text-decoration: underline;
}
a:focus {
  outline: #565a5b thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active,
area:focus,
area:active {
  outline: 0;
}
a.dummyLink {
  cursor: default;
  color: #333333;
  text-decoration: none;
  outline: 0;
}
/* List definitions */
nav ul,
nav ol,
#linkBox ul,
#linkBox ol {
  list-style: none;
  list-style-image: none;
}
ul,
ol {
  *zoom: 1;
}
/* Typography */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-family: DINNextLTPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
table sup {
  position: static;
  vertical-align: super;
}
table sub {
  position: static;
  vertical-align: sub;
}
button {
  border: 0 none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
}
/* ff makes some extra padding */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* headers h1-h6 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: DINNextLTPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 500;
}
h4 {
  font-family: DINNextLTPro-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1#mainContent {
  /*  font-size: 2.2em;
  margin-bottom: 1.6em;*/

}
/* MISCELLANEOUS */
.clear {
  clear: both;
}
/**
 * Micro Clearfix for modern browsers by Nicolas Gallagher
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
/* rewritten in less style to use it as a mixin */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats. 
 * THERE BE DRAGONS! IF USING CLEARFIX FOR IE7 YOU HAVE TO AVOID MARGIN ON THE INNER ELEMENT AND PUT PADDING ON THE OUTER.
 */
.lt-ie8 .clearfix {
  zoom: 1;
}
.hideBlock {
  display: block;
  position: absolute;
  left: -9999em;
}
.hideBlock2 {
  /* for testing: advantage: no rendering outside viewport */

  position: absolute;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hideText {
  text-indent: -999em;
}
/* LEGACY */
.hideAccessable {
  display: block;
  position: absolute;
  left: -9999em;
}
.left,
.floatleft {
  float: left;
}
.right,
.floatright {
  float: right;
}
.clearFloat {
  clear: both;
}
area {
  outline: none;
}
.nowrap {
  white-space: nowrap;
}
@media all and (min-width: 940px) {
  /*  h1#mainContent {
      font-size: 4.5em;
      margin-bottom: 0.85em;
    }*/
}
body {
  background: #FFFFFF;
}
body.popup.view_print {
  width: auto;
  margin: 0;
  background: #FFFFFF;
}
/* Main containers */
header {
  position: fixed;
  z-index: 2;
  /*  top: 0;*/

  width: 100%;
  text-align: center;
  height: 102px;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}
.header-unfixed header {
  position: absolute;
}
.mobile-menu-active header {
  height: 65px;
}
body.headerOut:not(.mobile-menu-active) header {
  display: none;
}
#contentContainer {
  padding: 52px 10px 0 10px;
}
/* Content */
#contentContainer > article {
  padding-top: 2.5em;
}
@media all and (min-width: 940px) {
  header {
    text-align: left;
    height: auto;
    border: none;
  }
  #contentContainer {
    padding: 135px 0 0 0;
    width: 940px;
    margin: 0 auto;
  }
  #contentContainer > article {
    padding-top: 8.3em;
  }
}
/*
================
NAVIGATION
================
*/
nav a {
  text-decoration: none;
}
/* Main navigation */
#primary li {
  /*  float: left;
  line-height: 2.5;*/

}
#primary a {
  /*display:block;
font-weight: bold;
  padding:0 0.9em;*/

}
/* Meta navigation 
header #meta{
width:50%;
float:right;
} */
/* Search */
/*header #search {
  float:right;
}
header #search button{
padding:0;
margin:0;
background:none;
border-radius:0;
border:none;
cursor:pointer;
font-size:1em;
font-weight:bold;
color:#8DC641;
}
header #search button:hover{
color:#918F90;
}*/
header #search {
  position: absolute;
  right: 0;
  top: 0;
}
header #search input,
header #search button.searchbutton {
  height: 1px;
  width: 1px;
  display: block;
  position: absolute;
  left: -9999em;
}
header #search input {
  /* becouse of ios styling */

  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
header #search label span.icon-search,
header #search span.icon-close,
span.icon-menu {
  height: 65px;
  width: 65px;
  display: block;
  color: #565a5b;
  text-align: center;
  cursor: pointer;
}
header #search label span.icon-search,
header #search span.icon-close {
  background-color: #ebebeb;
}
header #search label span.icon-search:before,
span.icon-menu:before,
.searchOpen #search .close span.icon-close:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  margin-top: 18px;
}
header #search label span.icon-search:before {
  content: "\e807";
}
header #search .close {
  display: none;
}
#suggestform {
  background-color: #f6f6f6;
  display: none;
  padding: 20px;
  text-align: left;
}
#suggestform a {
  font-size: 1.5em;
  font-family: inherit;
  color: inherit;
}
#suggestform a .selectedText {
  font-family: DINNextLTPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#suggestform li {
  margin-bottom: 1.05em;
}
/* Search open */.searchOpen #search {
  left: 65px;
  right: 65px;
}
.searchOpen #search input {
  position: static;
  height: 65px;
  width: auto;
  background-color: #ebebeb;
  border: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  font-family: DINNextLTPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 1.5em;
}
.lt-ie9 .searchOpen #search input {
  line-height: 65px;
}
.searchOpen #search input:focus,
.searchOpen #search button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.searchOpen #search label {
  display: block;
  position: absolute;
  left: -9999em;
}
.searchOpen #search .close {
  position: absolute;
  top: 0;
  right: -65px;
  display: block;
}
.searchOpen #search .close span.icon-close:before {
  content: "\e805";
}
.searchOpen #suggestform {
  /*  display: block; done by script*/
}
/* menue primary */
#primary h3 {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  border-right: 1px solid #dedede;
}
.header-unfixed #primary h3 {
  position: absolute;
}
.logged-in #primary h3 {
  top: 28px;
}
#primary h3 a:hover {
  text-decoration: none;
}
body.headerOut:not(.mobile-menu-active) #primary h3 {
  display: none;
}
span.icon-menu {
  visibility: hidden;
  /* set visible by app-menu js */

}
span.icon-menu.active {
  visibility: visible;
}
span.icon-menu:before {
  content: "\e806";
}
.mobile-menu-active span.icon-menu {
  color: #fcc51d;
  border-bottom: 3px solid #fcc51d;
  height: 63px;
}
#primary #mainnav {
  position: absolute;
  height: 2px;
  width: 2px;
  overflow: hidden;
  left: -9999em;
}
/* bottom bar is put in the mobile menu */
#primary .bottom-bar {
  display: none;
  background: #ebebeb;
  text-align: center;
}
.mobile-menu-active #primary.mobile-menu-home .bottom-bar {
  display: block;
}
#primary .bottom-bar ul.menu {
  font-size: 1.5em;
}
#primary .bottom-bar li {
  border-bottom: 2px solid #fff;
}
#primary .bottom-bar .language_switch li {
  border: none;
}
#primary .bottom-bar ul.menu > li > a {
  padding: 0.8em;
  display: block;
  color: #565a5b;
}
#primary .bottom-bar ul.language_switch {
  padding: 0.8em;
  font-family: DINNextLTPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fcc51d;
}
#primary .bottom-bar ul.language_switch li {
  display: inline;
}
#primary .bottom-bar ul.language_switch a {
  display: inline-block;
  color: #565a5b;
}
.bottom-bar ul.language_switch li.german.active:after {
  content: " /";
  color: #565a5b;
}
.bottom-bar ul.language_switch li.english.active:before {
  content: "/ ";
  color: #565a5b;
}
#primary .colophon {
  padding: 1.7em 0;
}
/* header desktop */
@media all and (min-width: 940px) {
  #primary h3 {
    display: block;
    position: absolute;
    left: -9999em;
  }
  #primary #mainnav {
    position: static;
    height: auto;
    width: auto;
    overflow: visible;
  }
  #primary #mainnav ul ul li {
    /*    display: none;*/
  
  }
  header #search label span.icon-search,
  header #search span.icon-close {
    height: 72px;
    width: 80px;
    padding-top: 8px;
  }
  .searchOpen #search {
    left: auto;
    right: 80px;
    width: 45%;
    z-index: 12;
  }
  .searchOpen #search .close {
    right: -80px;
  }
  .searchOpen #search input {
    height: 80px;
    font-size: 1.8em;
    padding-left: 65px;
  }
  .lt-ie9 .searchOpen #search input {
    line-height: 80px;
  }
  .searchOpen #search label {
    left: 0;
    width: 65px;
    overflow: hidden;
  }
  #suggestform a {
    font-size: 1.7em;
  }
  #suggestform li {
    margin-bottom: 0.8em;
  }
}
/* Aside menus */
aside .menu,
aside .menu ul,
aside .menu li {
  list-style: none;
}
aside .menu a:link,
aside .menu a:visited {
  display: block;
}
/* Aside menus level2 */
aside .menu ul {
  padding-left: 1em;
}
/* Aside menus level3 */
/* Aside menus level4 */
aside .menu ul ul ul {
  padding-left: 0.5em;
}
/* Aside menus status */
/* Secondary Menu */
nav#secondary {
  padding: 0 1em 0 0;
  margin: 0 0 1em 0;
}
/* Footer Menu */
footer {
  text-align: center;
  font-family: DINNextLTPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #fcc51d;
  text-transform: uppercase;
  position: relative;
  height: 5.4em;
}
footer nav {
  background-color: #ebebeb;
}
footer nav.inactive {
  /*  positiond: static;*/

}
footer h3 {
  font-size: 1.3em;
  line-height: 1.4;
}
footer h3 a {
  color: #fff;
  padding: 1.05em 0 1em 0;
  display: block;
}
footer h3 a:active {
  text-decoration: none;
}
footer h3 span.img-icon-plus {
  background: url(../files/icon_plus.svg) 0 center no-repeat;
  padding-right: 18px;
  position: relative;
  top: -0.1em;
}
.no-svg h3 span.img-icon-plus,
.lt-ie9 h3 span.img-icon-plus {
  background: url(../img/icon_plus.png) 0 center no-repeat;
}
footer a:hover {
  color: #fff;
}
footer .menu {
  /*display:inline-block;
padding:0 1em;*/

}
footer .menu li {
  /*display:inline-block;
list-style:none;
padding:0 0.2em;*/

  border-top: 1px solid #fff;
}
footer .menu a {

  color: #565a5b;
  display: block;
}
footer .menu span {
  padding: 1em 0;
  position: relative;
  top: -0.2em;
}
footer .menu span.img-icon-chartgen {
  background: url(../files/icon_chart-gen.svg) 0 center no-repeat;
  padding-right: 30px;
}
.no-svg footer .menu span.img-icon-chartgen,
.lt-ie9 footer .menu span.img-icon-chartgen {
  background: url(../img/icon_chart-gen.png) 0 center no-repeat;
}
footer .menu span.img-icon-download {
  background: url(../files/icon_download.svg) 0 center no-repeat;
  padding-left: 30px;
}
.no-svg footer .menu span.img-icon-download,
.lt-ie9 footer .menu span.img-icon-download {
  background: url(../img/icon_download.png) 0 center no-repeat;
}
footer .menu span.img-icon-glossary {
  background: url(../files/icon_glossar.svg) 0 center no-repeat;
  padding-left: 30px;
}
.no-svg footer .menu span.img-icon-glossary,
.lt-ie9 footer .menu span.img-icon-glossary {
  background: url(../img/icon_glossar.png) 0 center no-repeat;
}
/* for increase effect of tools and links */
#toolsAndLinksMenu {
  overflow-y: hidden;
  max-height: 800px;
  /* approximate max height */

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  display: block;
}
#toolsAndLinks.inactive #toolsAndLinksMenu {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* temp rule */

 
/* Breadcrumbs */
.breadcrumb {
  margin: 0 0 3.4em 0;
}
/*for mobile*/
.breadcrumb {
  position: absolute;
  left: -9999em;
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
}
/* set a background image and padding/margin or use :before{content:" > "} */
.breadcrumb a {
  padding: 0 1em;
}
.breadcrumb li.first a {
  padding-left: 0;
}
.breadcrumb li.last a {
  color: #b0b0b2;
}
.breadcrumb li + li:before {
  content: " | ";
}
.breadcrumb span + a {
  margin: 0 0 0 0.5em;
}
/* Flatnav (formerly known as "inleaf") */
.flatnav {
  float: right;
  padding: 0 2em 0 0;
}
/* for mobile */
.flatnav {
  position: absolute;
  left: -9999em;
}
/*
================
MENUES
================
*/
.menu a {
  display: block;
}
/* Language switch */
.language_switch {
  /*  float:right;
  line-height:1.8em;
  margin:0 1em 0 0;*/

}
.language_switch li {
  /*  display: inline;*/

}
.language_switch a {
  /*  font-weight: bold;
  display:block;
  padding:0.2em 0.9em 0 0.9em;*/

}
.language_switch a + a {
  /*  margin-left: 0.5em;*/

}
/* Skip menu */
.skip_menu a {
  position: absolute;
  left: -999em;
  top: 0;
}
.skip_menu a:focus,
.skip_menu a:active {
  left: 0;
  top: 3.5em;
  display: block;
  padding: 0 0.5em;
  line-height: 2;
  color: #111111;
  font-weight: bold;
  letter-spacing: 0.01em;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
/*
================
BOXED COMPONENTS
================
*/
/* Tool Box */
#toolBox {
  text-align: center;
  margin-bottom: 5em;
}
#toolBox li {
  display: inline-block;
  width: 16.6666667%;
}
#toolBox li a {
  display: inline;
  font-size: 3.2em;
  padding: 0 5px;
}
#toolBox li a:hover {
  text-decoration: none;
}
#toolBox li span.icon-email:before {
  content: "\e808";
}
#toolBox li span.icon-print:before {
  content: "\e805";
  color: red;
}
#toolBox li span.icon-xing:before {
  content: "\e81d";
}
#toolBox li span.icon-linkedin:before {
  content: "\e81c";
}
#toolBox li span.icon-facebook:before {
  content: "\e81a";
}
#toolBox li span.icon-googleplus:before {
  content: "\e824";
  font-size: .8em;
  position: relative;
  top: -2px;
}
/* Link Box */
#linkBox {
  margin: 0 0 1em 0;
  font-size: 1.5em;
}
#linkBox li {
  margin-bottom: 1.3em;
}
#linkBox h3 {
  color: #565a5b;
  text-transform: uppercase;
  border-bottom: 1px solid #dedede;
  padding-bottom: 0.6em;
  margin-bottom: 1.05em;
  font-size: 1em;
}
#linkBox li a:first-child {
  position: relative;
  color: #000;
  /*  border-left: 10px solid @orange;*/

  padding-left: 30px;
  line-height: 1.66666667em;
  display: block;
}
#linkBox li a:first-child:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  bottom: 6px;
  background-color: #fcc51d;
}
#linkBox li a.more {
  display: block;
  padding-left: 30px;
}
#linkBox li.hover a {
  text-decoration: underline;
}
#linkBox li.hover a.more {
  color: #565a5b;
}
@media all and (min-width: 1060px) {
  /* flatnav dt */
  .flatnav {
    position: static;
  }
  .flatnav a {
    text-decoration: none;
    position: fixed;
    top: 50%;
    font-size: 39px;
  }
  .flatnav a:hover {
    text-decoration: none;
  }
  .flatnav a.back {
    left: 0;
  }
  .flatnav a.forward {
    right: 0;
  }
  .flatnav .icon-back,
  .flatnav .icon-forward {
    background: #ebebeb;
    display: block;
    width: 50px;
    height: 44px;
    color: #5b6064;
    margin-top: -25px;
    padding-top: 6px;
  }
  .flatnav .icon-back:before {
    content: '\e801';
    padding-left: 3px;
  }
  .flatnav .icon-forward:before {
    content: '\e802';
    padding-left: 8px;
  }
}
@media all and (min-width: 940px) {
  .breadcrumb {
    position: static;
    font-size: 1.3em;
  }
  .breadcrumb a {
    color: inherit;
    font-family: inherit;
  }
  /* dt toolBox  */
  #toolBox li a {
    font-size: 3.6em;
  }
  #toolBox li {
    width: 9.4em;
  }
  /* dt linkBox */
  #linkBox {
    font-size: 1.8em;
    padding-bottom: 3em;
  }
  #linkBox h3 {
    margin-bottom: 1.6em;
  }
  #linkBox li {
    width: 33.333333%;
    float: left;
  }
  #linkBox li a {
    padding-right: 1em;
  }
  #linkBox li a:first-child {
    margin-bottom: 0.7em;
  }
  #linkBox li a.more {
    font-size: 0.9em;
  }
  /* dt footer: toolsandlinks */
  footer {
    height: auto;
  }
  footer nav {
    position: static;
  }

  #toolsAndLinks .menu {
    width: 940px;
    margin: 0 auto;
    text-align: left;
  }
  #toolsAndLinks .menu li {
    border: none;
    display: inline-block;
    margin-right: 4em;
  }
  #toolsAndLinks.inactive #toolsAndLinksMenu {
    max-height: none;
  }
  #toolsAndLinksMenu {
    overflow-y: visible;
  }
  #toolsAndLinks h3 {
    display: block;
    position: absolute;
    left: -9999em;
  }
  /* dt footer: bottom-bar */
  footer .bottom-bar {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    text-transform: none;
    background: #ebebeb;
    text-align: left;
    border-top: 1px solid #fff;
  }
  footer .bottom-bar .wrapper {
    width: 940px;
    margin: 0 auto;
  }
  footer .bottom-bar nav {
    background: #ebebeb;
    /*    float: left;*/
  
  }
  footer .bottom-bar .menu a {
    color: #565a5b;
    font-size: 1.2em;
  }
  footer .bottom-bar .menu li {
    display: inline-block;
    border: none;
  }
  footer .bottom-bar li.active {
    font-size: 1.2em;
    color: #fcc51d;
  }
  footer .bottom-bar ul.menu > li {
    border-left: 1px solid #fff;
    padding: 0 2.1em;
  }
  footer .bottom-bar nav {
    display: inline-block;
  }
  footer p {
    display: inline-block;
    color: #565a5b;
    font-size: 1.2em;
    padding: 2.7em 0 2.5em 1.5em;
    border-left: 1px solid #fff;
  }
}
/*
================
Highslide
================
*/
.highslide-dimming {
  background: #000000;
}
.highslide-wrapper,
.highslide-body {
  background: #FFFFFF;
}
.highslide-loading {
  display: block;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.3em 0.3em 0.3em 2.2em;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  background-image: url(../img/hslide_loader_white.gif);
  background-repeat: no-repeat;
  background-position: 0.3em 0.3em;
}
/*
================
Default tooltips
================
*/
.tooltipXPH {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #676767;
}
.boxshadow .tooltipXPH {
  border: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.tooltipXPH .content {
  padding: 0.3em 0.5em;
}
/*
================
Glossary tooltip
================
*/
.tooltip {
  width: 30em;
  border: 1px solid #676767;
  color: #FFFFFF;
}
.boxshadow .tooltip {
  border: none;
  background: #565A5D;
  top: 0;
  z-index: 9999;
}
.tooltip .tooltipTitle {
  width: 75%;
  float: left;
  font-family: DINNextLTPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  padding: 0.7222em 0 0.5555em 0.7777em;
}
.tooltip .buttonClose a:before,
.tooltip .tooltipTitle:before {
  font-family: "METRO-GROUP-Icons";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  speak: none;
  margin-right: 0.5em;
}
.tooltip .tooltipTitle:before {
  content: "\e82a";
  font-size: 1.1em;
}
.tooltip .buttonClose span {
  display: none;
}
.tooltip .buttonClose a:link,
.tooltip .buttonClose a:visited,
.tooltip .buttonClose a:hover,
.tooltip .buttonClose a:focus {
  color: #FFFFFF;
}
.tooltip .buttonClose a:before {
  content: "\e805";
  font-size: 2.7em;
  position: absolute;
  right: -0.2222em;
  top: 0.3703em;
}
.tooltip .buttonClose {
  float: right;
  position: relative;
}
.tooltip .buttonClose a {
  display: block;
  text-indent: 0;
}
.tooltip .tooltipBody {
  border-top: 1px solid #FFFFFF;
  clear: both;
  font-size: 1.5em;
  line-height: 1.46666em;
  padding: 0.8em 1em;
}
/*
================
MISCELLANEOUS
================
*/
/* Audited disclaimer */
.audited {
  background: #8DC641;
  padding: 0.5em;
  margin: 0 0 0.5em 0;
  text-align: center;
  clear: both;
}
.audited a {
  color: #FFF;
  font-weight: bold;
}
/* feedbacklayer */#feedbackLayerContainer {
  padding: 10px 20px;
}

.tools {
  margin: 0 0 4.7em 0;
}
.tools a {
  font-size: 1.5em;
  font-family: DINNextLTPro-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #565A5B;
}
.tools a:hover,
.tools a:focus {
  text-decoration: none;
  color: #000000;
}
.tools .print {
  margin-right: 2.2em;
}
.tools .print:before,
.tools .compare:before {
  margin-right: 0.1923em;
  font-size: 1.7em;
  color: #FCC51D;
  font-family: "METRO-GROUP-Icons";
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.tools .print:before {
  content: "\e827";
  position: relative;
  top: 0.0769em;
}
.tools .compare:before {
  content: "\e829";
}
.tools a:hover:before,
.tools a:focus:before {
  color: #000000;
}
a.tablepopup,
a.verweisexcel {
  color: #565A5B;
  font-family: DINNextLTPro-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8333em;
  display: inline-block;
}
a.verweisexcel {
  margin-bottom: 1em;
}
a.tablepopup:hover,
a.tablepopup:focus,
a.verweisexcel:hover,
a.verweisexcel:focus {
  text-decoration: none;
  color: #000000;
}
a.tablepopup span:before,
a.verweisexcel span:before {
  font-family: "METRO-GROUP-Icons";
  font-size: 1.4em;
  speak: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin-right: 0.2857em;
  color: #FCC51D;
  position: relative;
  top: 1px;
}
a.tablepopup:hover span:before,
a.tablepopup:focus span:before,
a.verweisexcel:hover span:before,
a.verweisexcel:focus span:before {
  color: #000000;
}
a.tablepopup span:before {
  content: "\e812";
}
a.verweisexcel span:before {
  content: "\e815";
}
/*
================
NAVIGATION
================
*/
@media all and (min-width: 940px) {
  .nav-wrapper {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #f5f5f5;
    height: 54px;
  }
  .nav-wrapper nav a {
    text-decoration: none;
  }
  /* Main navigation */
  #primary {
    position: relative;
    width: 1026px;
    margin: 0 auto;
    background-color: #fafafa;
    z-index: 10;
    overflow: hidden;
    /*  height: 65px;*/
  
    /*  border-top: none;*/
  
  }
  #primary.open,
  #primary.active {
    border-bottom: 1px solid #dedede;
  }
  #primary:before {
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: #dedede;
    z-index: 11;
  }
  #primary:after {
    content: "";
    position: absolute;
    top: 55px;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #dedede;
    z-index: 11;
  }
  /* -------------------- close button -------------------- */
  #primary .nav-close {
    display: none;
    float: right;
    margin: 0.5em;
  }
  #primary.open .nav-close {
    display: block;
  }
  .lt-ie8 #primary .nav-close {
    zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = this.innerHTML + '<i>&#xe013;</i>' );
  }
  #primary .nav-close:after,
  #primary .nav-close i {
    content: "\e013";
    font-size: 26px;
    position: relative;
    top: 5px;
    left: 10px;
    display: inline-block;
    font-family: 'BASF_Iconfont';
    line-height: 1;
  }
  /* -------------------- / close button -------------------- */
  #primary a {
    display: inline-block;
    /*  font-size: 1.7em;
    font-weight: 400;
    padding: 0 0.7em;
    line-height: 1.5em;*/
  
  }
  #primary #mainnav {
    /*  background: ;*/
  
    padding-left: 43px;
    background-color: #f5f5f5;
    height: 54px;
    border-bottom: 1px solid #dedede;
  }
  #primary.open #mainnav {
    height: 52px;
    border-bottom: 3px solid #fcc51d;
  }
  /* -------------------- level 1 -------------------- */
  #primary .level1 {
    position: relative;
    float: left;
    border-left: 1px solid #dedede;
  }
  #primary .level1 > a {
    font-size: 1.4em;
  }
  #primary .level1.last {
    border-right: 1px solid #dedede;
  }
  #primary .level1.open {
    position: static;
  }
  #primary .level1 > a {
    color: #565a5b;
    /*  margin: 0.5em 0.25em 0.5em 0.5em;*/
  
    display: block;
    position: static;
    width: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 29px 0 29px;
    height: 54px;
    /*  border-bottom: 1px solid @line;*/
  
  }
  #primary .level1 > a:hover {
    color: #fcc51d;
  }
  html.touch #primary .level1 > a:hover {
    color: #565a5b;
  }
  #primary.open .level1 > a {
    height: 52px;
  }
  #primary .level1.active > a,
  html.touch #primary .level1.active > a,
  #primary .level1.open > a,
  html.touch #primary .level1.open > a,
  #primary .level1.inpath > a,
  html.touch #primary .level1.inpath > a {
    position: relative;
    background-color: #fff;
    color: #fcc51d;
  }
  #primary .level1.active > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background-color: #fcc51d;
    z-index: 11;
  }
  #primary.open .level1.active > a:before {
    content: none;
  }
  #primary .level1.open > a {
    zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = this.innerHTML + '<i></i>' );
  }
  #primary .level1 > a > p {
    display: inline;
  }
  /* -------------------- / level 1 -------------------- */
  /* -------------------- level 2 -------------------- */
  #primary .level1 > .sublevel-wrapper {
    display: none;
    position: absolute;
    left: 0;
    width: 341px;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #primary .level1 > .sublevel-wrapper.activeList {
    background: #fafafa;
  }
  #primary .level1 > .sublevel-wrapper:before {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #dedede;
    z-index: 11;
  }
  .lt-ie9 #primary .level1 > .sublevel-wrapper {
    /*  width: 341px;*/
  
  }
  .lt-ie9 #primary .level1 > .sublevel-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #dedede;
    z-index: 11;
  }
  #primary .level1.open > .sublevel-wrapper {
    position: absolute;
    display: block;
  }
  /* -------------------- / level 2 -------------------- */
  /* -------------------- level 3,4,5 -------------------- */
  #primary .level2 .sublevel-wrapper,
  #primary .level3 .sublevel-wrapper,
  #primary .level4 .sublevel-wrapper,
  #primary .level5 .sublevel-wrapper {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    width: 340px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    height: auto;
    background-color: #fff;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -ms-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
  }
  #primary .level2 > .sublevel-wrapper.activeList {
    background: #fafafa;
  }
  #primary .level2 > .sublevel-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #dedede;
    z-index: 11;
  }
  #primary .level2.animationActive,
  #primary .level3.animationActive,
  #primary .level4.animationActive,
  #primary .level5.animationActive {
    position: relative;
  }
  #primary .level2.open > .sublevel-wrapper,
  #primary .level3.open > .sublevel-wrapper,
  #primary .level4.open > .sublevel-wrapper,
  #primary .level5.open > .sublevel-wrapper {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    z-index: auto;
    height: 100%;
    left: 100%;
  }
  #primary .level2.open > .sublevel-wrapper.activeList,
  #primary .level3.open > .sublevel-wrapper.activeList,
  #primary .level4.open > .sublevel-wrapper.activeList,
  #primary .level5.open > .sublevel-wrapper.activeList {
    overflow: visible;
  }
  #primary .level2.open > .sublevel-wrapper > .sublevel,
  #primary .level3.open > .sublevel-wrapper > .sublevel,
  #primary .level4.open > .sublevel-wrapper > .sublevel,
  #primary .level5.open > .sublevel-wrapper > .sublevel {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
  }
  #primary .level2.open > .sublevel-wrapper > .sublevel.autoheight,
  #primary .level3.open > .sublevel-wrapper > .sublevel.autoheight,
  #primary .level4.open > .sublevel-wrapper > .sublevel.autoheight,
  #primary .level5.open > .sublevel-wrapper > .sublevel.autoheight {
    height: auto;
  }
  /* -------------------- / level 3,4,5 -------------------- */
  #primary .sublevel li > a {
    position: relative;
    width: 100%;
    padding: 7px 40px 7px 39px;
    font-size: 1.4em;
    font-family: inherit;
    color: inherit;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #primary .sublevel li > a:hover {
    color: #fcc51d;
    border-color: #dedede;
    font-family: DINNextLTPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
  }
  #primary .sublevel li.parentItem > a {
    padding: 0;
    font-size: 1.6em;
  }
  #primary .sublevel li.open > a,
  #primary .sublevel li.active > a {
    color: #fcc51d;
    font-family: DINNextLTPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    border-color: #dedede;
    background-color: #fff;
  }
  .lt-ie9 #primary .sublevel li.open > a {
    border-right: 1px solid #dedede;
  }
  #primary .sublevel .menu-title {
    /*  padding: 0 2em 0 1em;*/
  
  }
  #primary .sublevel .has_children > a:after,
  #primary .sublevel .has_children > a i {
    content: '\e600';
    font-family: "METRO-GROUP-Icons";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /*  margin-right: 1.5em;*/
  
    position: absolute;
    top: 4px;
    right: 10px;
    color: #fcc51d;
    font-size: 1.6em;
    /* Better Font Rendering =========== */
  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lt-ie9 #primary .sublevel .has_children > a:after,
  .lt-ie9 #primary .sublevel .has_children > a i {
    top: 4px;
    font-size: 2.6em;
  }
  .lt-ie8 #primary .sublevel .has_children > a {
    zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '<i>&#xe002;</i>' + this.innerHTML );
  }
  #primary .sublevel .last {
    margin-bottom: 1em;
  }
  .activeList {
    background: ;
  }
  /* ---- parentItem ---- */
  .parentItem {
    display: none;
  }
  #primary .sublevel li.parentItem {
    display: block;
    margin: 44px 20px 40px 39px;
    padding: 0;
  }
  #primary .sublevel li.parentItem a {
    font-family: DINNextLTPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    border: none;
  }
  #primary .sublevel li.parentItem a:hover {
    color: #fcc51d;
  }
  #primary .sublevel li.parentItem p {
    display: inline;
  }
  #primary .sublevel li.parentItem p.icon-arrow-right-full:before,
  #primary .sublevel li.parentItem p.icon-arrow-right-full i {
    top: 7px;
    left: 0;
    line-height: 1.4;
  }
  .lt-ie9 #primary .sublevel li.parentItem p.icon-arrow-right-full:before,
  .lt-ie9 #primary .sublevel li.parentItem p.icon-arrow-right-full i {
    top: 4px;
  }
}
/* ---- /parentItem ---- */
@media all and (min-width: 940px) and (max-width: 1025px) {
  #primary {
    width: 940px;
  }
  #primary .level1 > .sublevel-wrapper {
    width: 312px;
  }
  #primary .level2 .sublevel-wrapper,
  #primary .level3 .sublevel-wrapper,
  #primary .level4 .sublevel-wrapper,
  #primary .level5 .sublevel-wrapper {
    width: 311px;
  }
}
/* 
=======================
       Content 
=======================
*/
h1#mainContent {
  font-size: 3em;
  line-height: 1.2666666em;
  /*margin-bottom: .1em;*/

  margin-bottom: .65em;
}
article[role=main] > .content {
  clear: both;
  font-size: 1.5em;
  /* 15px */

  line-height: 1.66666667em;
  /* grafik */

  /* lists */

  /* accordion */

}
article[role=main] > .content h2 {
  font-size: 1.6666667em;
  /* = 25px */

  line-height: 1.24em;
  margin-bottom: .8em;
}
article[role=main] > .content ul + h2,
article[role=main] > .content ol + h2,
article[role=main] > .content p + h2 {
  margin-top: 1.2em;
}
article[role=main] > .content h3 {
  font-size: 1.4666667em;
  line-height: 1.27272727em;
  margin: 1.2em 0 .83em 0;
}
article[role=main] > .content h4 {
  font-size: 1em;
  margin-bottom: 1.5em;
}
article[role=main] > .content div.bild {
  padding-bottom: .55em;
}
article[role=main] > .content div.bild h3 {
  font-size: 1em;
  border-bottom: 1px solid #dedede;
  font-family: DINNextLTPro-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: .55em;
}
article[role=main] > .content div.bild h3 strong {
  font-family: DINNextLTPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
article[role=main] > .content .graphic {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
  top: -0.8em;
  padding: 1em 0;
}
article[role=main] > .content p,
article[role=main] > .content div.bild,
article[role=main] > .content div.tabelle {
  margin: 0 0 1.66666667em 0;
}
article[role=main] > .content p.footnote {
  font-size: 0.8em;
  /* 12 px */

  line-height: 1.3333333;
}
article[role=main] > .content .comment {
  font-size: 0.8666667em;
  line-height: 1.3846154;
}
article[role=main] > .content ul,
article[role=main] > .content ol {
  margin-bottom: 1.5em;
  padding-left: 1.9em;
}
article[role=main] > .content li {
  margin-bottom: 0.8333333em;
}
article[role=main] > .content ol.letter {
  list-style-type: lower-latin;
}
article[role=main] > .content .accordeonwrapper {
  border-bottom: 1px solid #dedede;
  padding-top: 0.8666667em;
}
article[role=main] > .content .accordeonwrapper:first-child {
  border-top: 1px solid #dedede;
}
article[role=main] > .content h2.akkordeonTitle {
  font-size: 1.2em;
  position: relative;
  margin-bottom: 0;
  padding-right: 40px;
  padding-bottom: 0.7222222em;
}
article[role=main] > .content h2.akkordeonTitle:hover {
  cursor: pointer;
}
article[role=main] > .content h2.akkordeonTitle:after {
  font-family: "METRO-GROUP-Icons";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  content: "\e804";
  color: #fcc51d;
  position: absolute;
  top: -6px;
  right: 0;
}
article[role=main] > .content h2.akkordeonTitle:hover:after {
  color: #565a5b;
}
article[role=main] > .content h2.akkordeonTitle.akkordeonOpened:after {
  content: "\e803";
}
/* --- old stuff --- */
.content div.volltext,
.content p.volltext {
  margin-right: 9em;
}
.content td .volltext {
  margin: 0;
}
/* links */
/* Spaltenwechsel */
.content td.beginnSpalten {
  padding: 0 2.4em 0 0;
  width: 360px;
}
.content td.spaltenwechsel {
  width: 180px;
  vertical-align: top;
  font-size: 1.1em;
  color: #555555;
}
.content td.spaltenwechsel h1 {
  display: block;
  font-size: 1.6em;
  padding: 0;
  margin: 0 0 1.6em 0;
  color: #000066;
}
/* Bild */
.content img {
  max-width: 100%;
  height: auto;
}
.content div.bild_floatleft {
  float: left;
  margin: 0.3em 1.1em 1.5em 0;
}
.content div.bild_floatright {
  float: right;
  margin: 0.3em 0.5em 1.5em  1.1em;
}
.content div.bild_floatright_lang {
  float: right;
  margin: 0.3em 0 1.5em 1.1em;
}
html > body .content div.bild_floatright {
  margin: 0.3em 90px 1.5em 1.1em;
}
.content td div.bild_floatright {
  margin: 0.3em 0 1.5em  1.1em;
}
/* Tabellen */
/*table.spalte_halb, 
table.spalte_zwDrittel, 
table.spalte_drittel, 
table.spalte_drViertel, 
table.spalte_viertel {
  margin: 0 0 0 -15px;
  table-layout: fixed;
}

td.spalte_halb, 
td.spalte_zwDrittel, 
td.spalte_drittel, 
td.spalte_drViertel, 
td.spalte_viertel {
  padding: 0 0 0 15px;
}

td.spalte_halb {
  width: 50%;
}

td.spalte_zwDrittel {
  width: 67%;
}

td.spalte_drittel {
  width: 33%;
}

td.spalte_drViertel {
  width: 75%;
}

td.spalte_viertel {
  width: 25%;
}
*/
/* --- / old stuff --- */
@media all and (min-width: 940px) {
  h1#mainContent {
    font-size: 4.5em;
    line-height: 1.44444444em;
    margin-bottom: .65em;
  }
  article[role=main] > .content {
    font-size: 1.8em;
    /* 18px */
  
    line-height: 1.38889em;
    /* lists */
  
    /* accordion */
  
    /* --- old stuff --- */
  
    /* --- / old stuff --- */
  
  }
  article[role=main] > .content h2 {
    font-size: 2.1111111em;
    /* = 38px */
  
    line-height: 1.26315789em;
  }
  article[role=main] > .content h3 {
    font-size: 1.5em;
    line-height: 1.22222222em;
  }
  article[role=main] > .content h4 {
    font-size: 1em;
    margin-bottom: 1.5em;
  }
  article[role=main] > .content p.footnote {
    font-size: 0.7222222em;
    /* 13 px */
  
    line-height: 1.3953488;
  }
  article[role=main] > .content .spalten {
    /*   bootstrap version, makes scroll borders 
  
        margin: 0 -10px;
  
        .spalte_halb {
          width: 50%;
          padding: 0 10px;
          float: left;
          .border-box;
          min-height: 1px;
        }*/
  
  }
  article[role=main] > .content .spalten:before,
  article[role=main] > .content .spalten:after {
    content: " ";
    display: table;
  }
  article[role=main] > .content .spalten:after {
    clear: both;
  }
  article[role=main] > .content .spalten div[class^="spalte_"] {
    float: left;
    margin-left: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  article[role=main] > .content .spalten div[class^="spalte_"]:first-child {
    margin-left: 0;
  }
  article[role=main] > .content .spalten .spalte_halb {
    width: 460px;
  }
  article[role=main] > .content .spalten .spalte_drittel {
    width: 300px;
  }
  article[role=main] > .content .spalten .spalte_viertel {
    width: 220px;
  }
  article[role=main] > .content .comment {
    font-size: 0.8333333em;
    line-height: 1.3;
    font-family: DINNextLTPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  article[role=main] > .content ul,
  article[role=main] > .content ol {
    margin-bottom: 1.5em;
  }
  article[role=main] > .content li {
    margin-bottom: 0.6944444em;
  }
  article[role=main] > .content .accordeonwrapper {
    padding-top: 1.1666667em;
  }
  article[role=main] > .content h2.akkordeonTitle {
    font-size: 1.2222222em;
    padding-bottom: 0.9545455em;
  }
  article[role=main] > .content h2.akkordeonTitle:after {
    top: -2px;
  }
  article[role=main] > .content p,
  article[role=main] > .content div.bild,
  article[role=main] > .content div.tabelle {
    margin: 0 0 1.4em 0;
  }
}
/*** download list ***/
/*** globale styles �berschreiben ***/
/*** filelibrary ***/
/*** collection info ***/
#fileLibraryPaneContainer .collection_info {
  min-height: 220px;
}
#fileLibraryPaneContainer.active .collection_info {
  width: 45em;
  float: left;
}
#fileLibraryPaneContainer.inactive .collection_info {
  width: auto;
}
#fileLibraryPaneContainer.inactive #library_info {
  padding: 80px 0 0 0;
  text-align: center;
  font-size: 3em;
}
#fileLibraryPaneContainer.active #library_info {
  display: none;
}
.collection_info h3.allsum {
  margin: 0 0 10px 0;
}
#fileLibraryPaneContainer.inactive h3.allsum {
  display: none;
}
.collection_info .allsum .entry {
  margin: 0 0 5px 0;
  list-style: none;
}
.collection_info .remove {
  /* ready for image replacement */

  height: 14px;
  width: 20px;
  float: right;
  margin: 0 5px 0 0;
  background: #8DC641;
}
.collection_info .remove span {
  position: absolute;
  top: auto;
  left: -999em;
  overflow: hidden;
}
.collection_info .remove a {
  display: block;
  height: 14px;
  width: 20px;
}
.collection_info .filetitle {
  float: left;
  width: 27em;
}
.collection_info .remove .filelink {
  background: url(../img/removefile.gif) 0 0 no-repeat;
}
.collection_info .remove .pdflink {
  background: url(../img/removepdf.gif) 0 0 no-repeat;
}
.collection_info .remove .xlslink {
  background: url(../img/removexls.gif) 0 0 no-repeat;
}
/*** collection actions ***/
#fileLibraryPaneContainer .collection_actions {
  width: 30em;
  padding: 0 0 0 1em;
  float: right;
  letter-spacing: -0.02em;
}
#fileLibraryPaneContainer.inactive .collection_actions {
  display: none;
}
.collection_actions a {
  display: block;
  background: #8DC641;
  padding: 15px 1.5em;
  margin: 0 0 10px 0;
}
.collection_actions #downloadpdf .linkon {
  background: url(../img/downloadpdf-active_bg.gif) 20px 16px no-repeat;
}
.collection_actions #downloadpdf .linkoff {
  background: url(../img/downloadpdf-inactive_bg.gif) 20px 16px no-repeat;
}
.collection_actions #downloadall .linkon {
  background: url(../img/downloadall-active_bg.gif) 6px 17px no-repeat;
}
.collection_actions #downloadall .linkoff {
  background: url(../img/downloadall-inactive_bg.gif) 6px 17px no-repeat;
}
.collection_actions #downloadpdf:hover .linkon {
  background: url(../img/downloadpdf-active_hover_bg.gif) 0 0 no-repeat;
}
.collection_actions #downloadall:hover .linkon {
  background: url(../img/downloadall-active_hover_bg.gif) 0 0 no-repeat;
}
.collection_actions #downloadpdf .dl_highlight {
  background: url(../img/downloadpdf-active_hover_bg.gif) 0 0 no-repeat;
}
.collection_actions #downloadall .dl_highlight {
  background: url(../img/downloadall-active_hover_bg.gif) 0 0 no-repeat;
}
.collection_actions a:hover {
  text-decoration: none;
}
.collection_actions .linkoff,
.collection_actions .linkoff span {
  cursor: text;
}
.collection_actions .link_title {
  display: block;
  font-weight: bold;
}
.collection_actions .link_text {
  display: block;
}
.collection_actions .link_status {
  font-size: 11px;
}
/*** filelist ***/
#filelist {
  clear: both;
}
#downloadListing li {
  list-style: none;
}
#downloadListing li.downloadListChapter {
  margin: 0 0 1px 0;
}
.downloadListChapter h3 {
  font-size: 1.3em;
  padding: 0 0.5em 2px 0.5em;
  margin: 0;
  height: 22px;
  line-height: 22px;
  background: #8DC641;
  color: #FFFFFF;
  cursor: pointer;
}
.downloadListChapter h3 a:hover,
.downloadListChapter h3 a:focus {
  text-decoration: none;
}
.downloadListChapter h3.expandable {
  cursor: pointer;
}
.downloadChapter .downloadItem {
  height: 29px;
  padding: 0 0.6em;
  border-bottom: 1px solid #8DC641;
}
.downloadItem .fileContainer {
  width: 34em;
  height: 28px;
  line-height: 28px;
  float: left;
  margin: 0;
  padding: 0;
}
.downloadItem .fileactions {
  width: 21em;
  float: right;
  height: 29px;
}
.downloadItem .xlsZipAdd,
.downloadItem .pdfZipAdd {
  width: 58px;
  text-align: right;
}
.downloadItem .xlsDownload,
.downloadItem .pdfDownload {
  width: 40px;
  margin: 0 3px 0 0;
}
.downloadItem .xlsDownload a,
.downloadItem .pdfDownload a {
  padding: 0 0 0 5px;
  display: block;
}
.downloadItem .xlsZipAdd,
.downloadItem .pdfZipAdd,
.downloadItem .xlsDownload,
.downloadItem .pdfDownload {
  float: left;
  height: 28px;
  line-height: 28px;
}
.downloadItem a.removepdf,
.downloadItem a.removexls {
  display: none;
}
.downloadItem a.showDelButton {
  display: block;
}
.downloadItem a.hideAddButton {
  display: none;
}
.downloadListChapter .fileactions a.showDelButton {
  display: block;
}
.downloadListChapter .fileactions a.hideAddButton {
  display: none;
}
/*
================
HEADER
================
*/
/* Logo */
header .logo {
  background: url(../files/logo.svg) 0 0 no-repeat;
  background-size: 17em 1.5em;
  /* problem with ie  with 100% auto */

  display: inline-block;
  width: 17em;
  height: 1.5em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 26px;
}
.no-svg header .logo,
.lt-ie9 header .logo {
  background: url(../img/logo.png) 0 0 no-repeat;
}
/* Slogan */
header .site-title {
  position: absolute;
  width: 100%;
  top: 65px;
  border-top: 1px solid #dedede;
  text-transform: uppercase;
}
header .site-title {
  font-size: 1.5em;
  padding-top: 0.5em;
}
header .site-title a {
  font-family: DINNextLTPro-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #565a5b;
  display: block;
  position: relative;
}
header .site-title a:hover {
  text-decoration: none;
  color: #004171;
}
html.touch header.cr-inactive .site-title a:hover {
  color: #565a5b;
}
html.touch header.cr-active .site-title a:hover {
  color: #004171;
}
header .site-title .icon-arrow:before {
  font-family: METRO-GROUP-Icons;
  content: "\e800";
  color: #fcc51d;
  font-size: 30px;
  position: absolute;
  top: -7px;
}
header .site-title a:hover .icon-arrow:before {
  color: #004171;
}
/* -- needed for ie  --*/
header.cr-click-open .site-title a {
  color: #004171;
}
header.cr-click-open .site-title .icon-arrow:before {
  color: #004171;
}
/* -- / needed for ie  --*/
/* -- needed for ios  --*/
html.touch header.cr-inactive .site-title a:hover .icon-arrow:before {
  color: #fcc51d;
}
html.touch header.cr-active .site-title a:hover .icon-arrow:before {
  color: #004171;
}
/* -- / needed for ios  --*/
/* change report */
#changeReport .reports {
  position: absolute;
  max-height: 200px;
  overflow-y: hidden;
  width: 100%;
  top: 103px;
  left: 0;
  background-color: #004171;
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  -o-transition: max-height 1s ease;
  transition: all 1s ease;
  color: #fff;
  font-size: 2em;
}
/* insert start */
#changeReport .reports {
  position: absolute;
  top: 103px;
  left: 0;
  max-height: 800px;
  overflow-y: hidden;
  width: 100%;
  background-color: #004171;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  color: #fff;
  font-size: 2em;
}
#changeReport .reports .wrapper {
  margin: 0 auto;
  max-width: 1243px;
  padding: 0 10px 0 10px;
  position: relative;
}
#changeReport .reports h3 {
  /* for testing: advantage: no rendering outside viewport */

  position: absolute;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#changeReport .reports nav {
  padding-top: 10px;
}
#changeReport .reports li {
  margin-bottom: 10px;
}
#changeReport .reports li a {
  border: 1px solid #fff;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 181px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 125px 10px 10px 0;
  background: url(http://placehold.it/64x64) 50% 41px no-repeat;
}

#changeReport .reports li.travel a {
    background-image: url("../files/report-icon_mw.svg");
 
}

#changeReport .reports li.ar a {
    background-image: url("../files/report-icon_ar.svg");
 
}


#changeReport .reports li.csr a {
    background-image: url("../files/report-icon_crr.svg");
    
}

#changeReport .reports li a:hover {
  border-color: #fcc51d;
  text-decoration: none;
}

#changeReport .reports .home {
  font-size: .85em;
}
#changeReport .reports .home a {
  padding: 8px 35px 6px 15px;
  height: auto;
  text-align: left;
  border: 1px solid #fff;
  background: none;
  font-family: DINNextLTPro-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
#changeReport .reports .home a:hover {
  border-color: #fcc51d;
}
#changeReport .reports .home a:before {
  position: absolute;
  top: 50%;
  right: 1px;
  margin-top: -15px;
  font-family: "METRO-GROUP-Icons";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  content: "\e82c";
  color: #fcc51d;
}
/* insert end */
.cr-inactive #changeReport .reports,
.cr-inactive .reports {
  max-height: 0;
  overflow-y: hidden;
}
/*.lt-ie9 .cr-inactive  #changeReport .reports, .lt-ie9 .cr-inactive .reports {
  visibility: hidden;
}*/
.cr-active .site-title a,
header.cr-active .site-title .icon-arrow:before {
  color: #004171;
}
.mobile-menu-active.init-mobile #changeReport {
  display: none;
}
@media all and (min-width: 500px) and (max-width: 939px) {
  #changeReport .reports nav {
    padding-top: 20px;
  }
  #changeReport .reports .wrapper {
    padding: 0 65px 0 65px;
  }
  #changeReport .reports li {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 940px) {
  header .logo {
    margin-top: 36px;
    margin-left: 32px;
  }
  header .site-title {
    width: auto;
    top: 0;
    left: 15.59em;
    border-left: 1px solid #dedede;
    border-top: none;
    height: 43px;
    padding-left: 35px;
    padding-top: 37px;
  }
  header .site-title a {
    padding-right: 41px;
  }
  header .site-title a span.icon-arrow:before {
    right: 8px;
    content: "\e800";
    /*    content: "\e625";*/
  
    top: -7px;
    font-size: 30px;
  }
  header.cr-active .site-title a span.icon-arrow:before {
    content: "\e82d";
    top: -2px;
    right: 15px;
    font-size: 19px;
  }
  header > div.wrapper {
    position: relative;
    background: #fff;
    height: 135px;
  }
  header > .reports {
    max-height: 800px;
    overflow-y: hidden;
    width: 100%;
    background-color: #004171;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    color: #fff;
    font-size: 2em;
  }
  header > .reports .wrapper {
    margin: 0 auto;
    max-width: 1243px;
    padding: 0 20px 87px 20px;
    position: relative;
  }
  header > .reports h3 {
    color: #fff;
    margin: 75px 0 48px 0;
    font-size: 2.2em;
    letter-spacing: .015em;
  }
  header > .reports nav {
    /*      background-color: #999;*/
  
  }
  header > .reports nav:before,
  header > .reports nav:after {
    content: " ";
    display: table;
  }
  header > .reports nav:after {
    clear: both;
  }
  header > .reports li {
    float: left;
    width: 33.33333333333333%;
  }
  header > .reports li a {
    border: 1px solid #fff;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 214px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 141px 10px 0 10px;
    background-position: 50% 55px;
    background-repeat: no-repeat;
  }
  header > .reports li a:hover {
    border-color: #fcc51d;
    text-decoration: none;
  }
  header > .reports li.travel a {
    margin-right: 14px;
    background-image: url(../files/report-icon_mw.svg);
  }
  .no-svg header > .reports li.travel a,
  .lt-ie9 header > .reports li.travel a {
    background-image: url(../img/report-icon_mw.png);
  }
  header > .reports li.ar a {
    margin: 0 7px;
    background-image: url(../files/report-icon_ar.svg);
  }
  .no-svg header > .reports li.ar a,
  .lt-ie9 header > .reports li.ar a {
    background-image: url(../img/report-icon_ar.png);
  }
  header > .reports li.csr a {
    margin-left: 14px;
    background-image: url(../files/report-icon_crr.svg);
  }
  .no-svg header > .reports li.csr a,
  .lt-ie9 header > .reports li.csr a {
    background-image: url(../img/report-icon_crr.png);
  }
  header > .reports .home {
    position: absolute;
    top: 7px;
    right: 20px;
    width: auto;
    font-size: .85em;
  }
  header > .reports .home a {
    padding: 8px 35px 6px 15px;
    height: auto;
    text-align: left;
    border: 1px solid #fff;
    background: none;
    font-family: DINNextLTPro-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
  }
  header > .reports .home a:hover {
    border-color: #fcc51d;
  }
  header > .reports .home a:before {
    position: absolute;
    top: 50%;
    right: 1px;
    margin-top: -15px;
    font-family: "METRO-GROUP-Icons";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    content: "\e82c";
    color: #fcc51d;
  }
  html.ie header > .reports .home a {
    padding-top: 6px;
  }
  .cr-inactive #changeReport .reports,
  .cr-inactive .reports {
    max-height: 0;
  }
}
/*
================
FOOTER
================
*/
.willkommen {
  /* -- reset --*/

  /* --/ reset --*/

  /* body */

  /*  overflow-x: hidden;*/

  /* content-head */

}
.willkommen #contentContainer > article {
  padding-top: 0;
}
.willkommen ul,
.willkommen li {
  list-style: none;
}
.willkommen img {
  display: block;
  max-width: 100%;
  height: auto;
}
.willkommen #contentContainer {
  padding: 37px 0 0 0;
  position: relative;
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -ms-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  left: 0;
}
.willkommen .content-head > article,
.willkommen article.letter,
.willkommen .financial-teaser,
.willkommen .bottom-teaser {
  padding: 0 10px;
}
.willkommen .copytext {
  font-size: 1.5em;
  line-height: 1.66666667;
}
.willkommen .copytext p {
  margin-bottom: .68em;
}
.willkommen .copytext p.more {
  padding-top: .34em;
  font-size: .95em;
}
.willkommen .full-image {
  height: 190px;
  
  
  /* ie 8 solution mit backstretch js */

}
.willkommen h1#mainContent {
  font-size: 3em;
  margin: .75em 0 .3em 0;
}
.willkommen h2 {
  font-size: 1.5em;
  margin-bottom: 0.57em;
  line-height: 1.06;
}
.willkommen .content-head {
  margin-bottom: 3.6em;
}
.willkommen .content-head p.intro {
  font-size: 1.1em;
  margin-bottom: .5em;
}
.willkommen .content-head nav {
  position: relative;
  width: 270px;
  height: 410px;
  margin: 0 auto;
}

.willkommen .content-head .nth1 {
  left: 0;
  top: 0;
}
.willkommen .content-head .nth2 {
  right: 0;
  top: 0;
}
.willkommen .content-head .nth3 {
  left: 0;
  top: 140px;
}
.willkommen .content-head .nth4 {
  right: 0;
  top: 140px;
}
.willkommen .content-head .nth5 {
  left: 0;
  bottom: 0;
}
.willkommen .content-head .nth6 {
  right: 0;
  bottom: 0;
}
.willkommen .content-head article {
  margin-bottom: 4.5em;
  padding: 0 10px;
}
.willkommen article.letter {
  margin-bottom: 4.8em;
}
.willkommen article.letter img {
  margin-bottom: 2.1em;
}
.willkommen article.letter p.more {
  padding-top: .58em;
}
.willkommen .financial-teaser {
  margin-bottom: 3.9em;
}
.willkommen .financial-teaser nav a {
  display: block;
  font-size: 2.2em;
  font-family: DINNextLTPro-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: inherit;
  padding: 14px 35px 12px 15px;
  margin-bottom: 9px;
  background-color: #ebebeb;
  position: relative;
}
.willkommen .financial-teaser nav a:hover {
  text-decoration: none;
}
.willkommen .financial-teaser nav a span:hover {
  text-decoration: underline;
}
.willkommen .financial-teaser nav a:before {
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -17px;
  font-family: "METRO-GROUP-Icons";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  content: "\e603";
  color: #fcc51d;
}
.willkommen .financial-teaser section {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -ms-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  z-index: 20;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 65px;
  background-color: #fff;
  overflow-y: auto;
}
.willkommen .financial-teaser section h2 {
  color: #565a5b;
  line-height: 65px;
}
.willkommen .financial-teaser section.active .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  border-bottom: 1px solid #ebebeb;
  z-index: 21;
  text-align: center;
}
.willkommen .financial-teaser section .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  text-decoration: none;
  color: #565a5b;
  background-color: #ebebeb;
}
.willkommen .financial-teaser section .back span {
  /* for testing: advantage: no rendering outside viewport */

  position: absolute;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.willkommen .financial-teaser section .back:before {
  font-family: "METRO-GROUP-Icons";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
  font-size: 30px;
  margin: 18px 5px 0 0;
  display: inline-block;
}
.willkommen .financial-teaser section .content {
  padding-top: 30px;
}
.willkommen.teaser-detail {
  overflow-y: hidden;
}
.willkommen.teaser-detail #contentContainer {
  left: -100%;
}
.willkommen.teaser-detail section.active {
  left: 0;
}
.willkommen.teaser-transiton-end .financial-teaser section.active .header {
  position: fixed;
}
.willkommen .bottom-teaser {
  padding-bottom: 10em;
}
.willkommen .bottom-teaser h2 {
  font-size: 3em;
}
.willkommen .bottom-teaser h3 {
  font-size: 2.2em;
  margin-bottom: .55em;
}
.willkommen .bottom-teaser img {
  margin-bottom: 1.3em;
}
.willkommen .bottom-teaser article {
  margin-bottom: 4.5em;
}
@media all and (min-width: 480px) and (max-width: 939px) {
  .willkommen .content-head nav {
    width: 410px;
    height: 270px;
  }
  .willkommen .content-head .nth1 {
    left: 0;
    top: 0;
  }
  .willkommen .content-head .nth2 {
    left: 140px;
    top: 0;
  }
  .willkommen .content-head .nth3 {
    left: 0;
    top: 140px;
  }
  .willkommen .content-head .nth4 {
    left: 140px;
    top: 140px;
  }
  .willkommen .content-head .nth5 {
    right: 0;
    left: auto;
    top: 0;
  }
  .willkommen .content-head .nth6 {
    right: 0;
    bottom: 0;
  }
}
@media all and (min-width: 940px) {
  .willkommen #contentContainer {
    width: auto;
    padding-top: 136px;
  }
  .willkommen .full-image {
    height: 570px;
  }
  .willkommen article.letter,
  .willkommen .bottom-teaser {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  .willkommen h1#mainContent {
    font-size: 4.5em;
    margin: .5em 0 .23em 0;
  }
  .willkommen .copytext {
    font-size: 1.8em;
    line-height: 1.39;
  }
  .willkommen .copytext p {
    margin-bottom: .68em;
  }
  .willkommen .copytext p.more {
    padding-top: .34em;
    font-size: .95em;
  }
  .willkommen .content-head .wrapper {
    width: 940px;
    margin: 0 auto;
    position: relative;
  }
  .willkommen .content-head article {
    width: 940px;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 200px;
    margin-top: -190px;
    padding: 6px 40px 55px;
  }
  .willkommen .content-head p.intro {
    font-size: 1.2em;
    line-height: 1.1em;
    margin-bottom: .5em;
  }
  .willkommen .content-head p.more {
    font-size: 1.2em;
    padding-top: .6em;
  }
  .willkommen .content-head nav {
    width: 280px;
    height: 430px;
    position: absolute;
    right: 0;
    top: -316px;
  }
  .willkommen .content-head .nth3 {
    top: 150px;
  }
  .willkommen .content-head .nth4 {
    top: 150px;
  }
  .willkommen article.letter {
    margin-bottom: 10.8em;
  }
  .willkommen article.letter:before,
  .willkommen article.letter:after {
    content: " ";
    display: table;
  }
  .willkommen article.letter:after {
    clear: both;
  }
  .willkommen article.letter h2 {
    font-size: 4.5em;
    margin: 0 0 .7em 0;
  }
  .willkommen article.letter a + h2 {
    display: none;
    /* prevent flickering */
  
  }
  .willkommen article.letter img {
    float: left;
    margin-right: 20px;
  }
  .willkommen article.letter .copytext {
    margin-top: -0.2em;
  }
  .willkommen .financial-teaser {
    padding: 0;
  }
  .willkommen .financial-teaser nav {
    width: 940px;
    margin: 0 auto;
  }
  .willkommen .financial-teaser nav:before,
  .willkommen .financial-teaser nav:after {
    content: " ";
    display: table;
  }
  .willkommen .financial-teaser nav:after {
    clear: both;
  }
  .willkommen .financial-teaser nav li {
    float: left;
    width: 33.33333333333333%;
  }
  .willkommen .financial-teaser nav a {
    background-color: #fff;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    text-align: center;
    padding: 25px 0 20px 0;
    margin-bottom: 0;
    position: relative;
  }
  .willkommen .financial-teaser nav a:hover span {
    text-decoration: underline;
  }
  .willkommen .financial-teaser nav li:first-child a {
    border-left: 1px solid #dedede;
  }
  .willkommen .financial-teaser nav a:before {
    content: none;
  }
  .willkommen .financial-teaser nav li.active a {
    color: #004171;
    font-family: DINNextLTPro-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .willkommen .financial-teaser nav li.active a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background-color: #004171;
  }
  .willkommen .financial-teaser nav li.active a:hover span {
    text-decoration: none;
  }
  .willkommen .financial-teaser section {
    display: none;
  }
  .willkommen .financial-teaser section.active {
    display: block;
    position: static;
    height: auto;
    background-color: #f2f2f2;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-bottom: 193px;
    height: 445px;
  }
  .willkommen .financial-teaser section.active .header {
    display: none;
  }
  .willkommen .financial-teaser section .content {
    width: 940px;
    margin: 0 auto;
    padding-top: 0;
  }
  .willkommen .bottom-teaser {
    padding-bottom: 10em;
  }
  .willkommen .bottom-teaser:before,
  .willkommen .bottom-teaser:after {
    content: " ";
    display: table;
  }
  .willkommen .bottom-teaser:after {
    clear: both;
  }
  .willkommen .bottom-teaser li {
    float: left;
    width: 380px;
  }
  .willkommen .bottom-teaser li:first-child {
    margin-right: 110px;
  }
  .willkommen .bottom-teaser h2 {
    font-size: 4.5em;
    margin-bottom: .69em;
  }
  .willkommen .bottom-teaser h3 {
    font-size: 2.7em;
    margin-bottom: .7em;
  }
  .willkommen .bottom-teaser img {
    margin-bottom: 3.7em;
  }
  .willkommen .bottom-teaser p.more {
    padding-top: .8em;
  }
}
.lt-ie9 .willkommen .full-image {
  background-image: none;
}

/* seite weiterempfehlen */
.site_weiterempfehlen fieldset {
  border: none;
}
body.site_weiterempfehlen #popupPagebody {
  padding: 5em 8em 0;
}
body.site_weiterempfehlen #mainpanel {
  padding: 0;
}
body.site_weiterempfehlen h2 {
  font-size: 1.46em;
  margin-top: 0;
  margin-bottom: 0.1em;
}
body.site_weiterempfehlen fieldset {
  margin-top: 0.7em;
}
body.site_weiterempfehlen fieldset:first-child {
  margin-top: 0;
}
body.site_weiterempfehlen .content {
  padding-top: 0;
}
.site_weiterempfehlen .sendbutton label {
  font-size: 1.09em;
}
.site_weiterempfehlen fieldset dt {
  float: left;
  clear: both;
  padding: 0.4em 0;
  width: 9.81em;
}
.site_weiterempfehlen fieldset dd {
  position: relative;
  top: -0.1em;
}
.ie8 .site_weiterempfehlen fieldset dd,
.ie9 .site_weiterempfehlen fieldset dd {
  position: static;
}
.site_weiterempfehlen fieldset input,
.site_weiterempfehlen fieldset textarea {
  width: 25em;
  border: none;
  margin: 0.4em 0;
  padding-top: 0.2em;
}
.site_weiterempfehlen fieldset textarea {
  height: 10em;
}
.site_weiterempfehlen .sendbutton {
  border: none;
  font-weight: bold;
  padding-left: 0.9em;
  font-size: 1.09em;
  margin-left: 22.75em;
  margin-top: 0.7em;
}
.ie7 .site_weiterempfehlen .sendbutton {
  margin-left: 31.4em;
}
/* keep this below the others */
/* BASIC */
/* Note: There is a css-popup.css file in the layout folder taking care of styles that select the html tag */
body.popup {
  background: none;
}
/* glossary popup */
.popup #mainpanel {
  padding: 1em 0.75em;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: auto;
  border: none;
}
.popup #mainpanel .wrap {
  border: none;
  padding: 0;
}
.popup #mainpanel .volltext {
  font-size: 1.3em;
}
.popup #mainpanel .volltext p {
  font-size: 1em;
}
.popup article footer {
  display: none;
}
/*
================
Highslide
================
*/
.highslide-loading {
  display: block;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.3em 0.3em 0.3em 2.2em;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  background-image: url(../img/hslide_loader_white.gif);
  background-repeat: no-repeat;
  background-position: 0.3em 0.3em;
}
.highslide-dimming {
  background: #000000;
}
.highslide-wrapper,
.highslide-body {
  background: #FFFFFF;
}
.highslide-header {
  padding: 2px 1px 0 0;
  height: 18px;
}
.highslide-header > .close {
  display: block;
  height: 18px;
  width: 18px;
  float: right;
  background: url(../img/icon_x.png) 50% 50% no-repeat;
  text-indent: -999999em;
}
.highslide-heading {
  font-weight: bold;
  color: #555555;
  margin: 0 0 1em 0;
  font-size: 1.3em;
}
/* EXPORT_REMOVE_IPAD */
/* EXPORT_REMOVE_IPAD / */
/* EXPORT_REMOVE_IPAD */
/* EXPORT_REMOVE_IPAD / */
/* EXPORT_REMOVE_IPAD */
/* EXPORT_REMOVE_IPAD / */


.nowrap {white-space: nowrap;} 

