/* CSS COMPILED */

/*
 */
* {
  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: Arial, Helvetica, sans-serif;
  color: #333333;
  zoom: 1;
}
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;
  vertical-align: bottom;
}
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;
}
:focus {
  outline: 0;
}
/* Link definitions */
a {
  color: #3B3330;
  text-decoration: none;
}
a:hover {
  color: #AE0055;
}
/* 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 */
ul,
ol {
  *zoom: 1;
  list-style: none;
  list-style-image: none;
}
/* Typography */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-bottom: 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;
}
/* headers h1-h6 */
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.3em;
}
/* 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;
}
/**
 * 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;
}
.hideText {
  text-indent: -999em;
}
.left,
.floatleft {
  float: left;
}
.right,
.floatright {
  float: right;
}
/* LEGACY */
.hideAccessable {
  display: block;
  position: absolute;
  left: -9999em;
}
area {
  outline: none;
}
.half {
  width: 50%;
}
.third {
  width: 33.3333%;
}
body {
  background: #fff;
  border: 1px solid #ccc;
  border-width: 1px 1px 0;
  margin: 0 auto 2em;
  width: 99.4em;
}
/* Main containers */
header {
  position: relative;
  padding: 1.5em 1em 1em 1.5em;
}
.content-container {
  margin: 0 1em 0.5em;
}
footer[role=contentinfo] {
  background: url(../img/shadow-bottom.png) repeat-x 0 100%;
  margin: 0;
  padding: 3.5em 0;
}
/* Content */
.content-container > article {
  float: left;
  margin: 0 1.5401% 0 3.3881%;
  padding: 2.2em 0 0;
  width: 57.9055%;
}
.lt-ie8 .content-container > article {
  width: 57.88%;
}
.serviceseiten .content-container > article {
  margin-left: 22.4846%;
}
.lt-ie8 .serviceseiten .content-container > article {
  margin-left: 22.46%;
}
/* Sidepanels */
.sidepanel-1 {
  float: left;
  padding: 2.2em 0 0;
  width: 19.0965%;
}
.sidepanel-2 {
  float: right;
  position: relative;
  width: 18.0698%;
}
/*
================
NAVIGATION
================
*/
nav a {
  text-decoration: none;
}
/* Main navigation */
.primary {
  background: url(../img/shadow.png) repeat-x 0 100%;
  padding: 0 0 1.6em;
  position: relative;
}
.primary .menu {
  float: right;
}
.primary .menu li {
  background: url(../img/divider.png) no-repeat;
  float: left;
  height: 2.4em;
  line-height: 2.4em;
}
.primary .menu > li:first-child {
  background-image: none;
}
.primary .menu a {
  color: #596379;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.6em;
  padding: 0 1.7em;
  vertical-align: bottom;
}
.primary .menu a:hover {
  color: #AE0055;
}
/* Meta navigation */
.meta {
  margin: 0 1em 0 0;
  position: relative;
}
/* Search */
.search {
  position: relative;
}
.search input {
  border: 1px solid #ccc;
  color: #596379;
  display: block;
  font-size: 1.1em;
  height: 2em;
  line-height: 2em;
  padding: 0 0.4545em;
  width: 12.7273em;
}
.search button {
  background: #ffffff url(../img/glass.png) no-repeat 50% 50%;
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 0;
  color: #8DC641;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 2.4em;
  margin: 0;
  padding: 0;
  width: 2.4em;
}
.search button:hover {
  color: #918F90;
}
/* FAYT */
.fayt {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
  display: none;
  margin: 0.75em 0 0;
  padding: 1em 0.75em;
  position: absolute;
  right: 0;
  top: 2.4em;
  width: 19.5em;
  z-index: 1000;
}
.lt-ie9 .fayt {
  border: 1px solid #ccc;
}
.fayt a {
  background: url(../img/arrow-lipstick-e.png) no-repeat 0 5px;
  display: block;
  font-size: 1.2em;
  margin: 0.25em 0 0;
  padding: 0 0 0 1em;
}
.fayt li:first-child a {
  margin-top: 0;
}
/* Aside menus */
aside .menu a,
aside .menu .active.leaf + .inactive > a,
aside .menu .sublevel .inpath + .inactive > a {
  border-top: 1px solid #bdb6b0;
}
aside .menu a {
  display: block;
  font-size: 1.3em;
  margin: 0 0.7692em;
  padding: 0.3846em 0;
}
aside .menu .first > a,
aside .menu .inpath + .inactive > a,
aside .menu .active + .inactive > a,
aside .sublevel .sublevel a,
aside .sublevel .sublevel .inpath + .inactive > a,
aside .sublevel .sublevel .active.leaf + .inactive > a {
  border: 0;
}
aside .sublevel .sublevel a {
  padding-bottom: 0.1923em;
  padding-top: 0.1923em;
}
/* Aside menus level2 */
aside .menu ul {
  background-color: #fff;
  padding-left: 1em;
}
aside .menu ul a {
  margin-left: 0;
  padding-left: 0.7692em;
}
/* Aside menus level3 */
aside .menu ul ul {
  padding-bottom: 0.5em;
}
/* Aside menus level4 */
aside .menu ul ul ul {
  padding-left: 0.5em;
}
/* Aside menus status */
aside .menu .active > a,
aside .menu .active > a:hover {
  color: #AE0055;
  font-weight: bold;
}
/* Secondary Menu */
aside .secondary {
  margin: 0;
  padding: 1em 0;
}
aside .secondary h3 {
  border-color: #AE0055;
  color: #AE0055;
  font-size: 1.4em;
  margin: 0 0.7143em 0.8571em;
  padding-bottom: 0.3571em;
}
/* Footer Menu */
footer .menu {
  display: inline-block;
  padding: 0.8em 1em 0;
}
footer .menu li {
  border-left: 1px solid #333;
  display: inline-block;
  padding: 0 1em;
}
.lt-ie8 footer .menu li {
  display: inline;
}
footer .menu li:first-child {
  border-left: 0;
}
footer .menu li a,
footer .menu li p {
  font-size: 1.2em;
  line-height: 1em;
}
/* Footer Tools */
footer .page-tools {
  margin: 0 0 0 0.5em;
  padding: 0 1em 0 0;
}
footer .page-tools li {
  padding: 0 0 0 0.5em;
}
footer .page-tools li:first-child {
  padding-left: 0;
}
footer .flatnav a {
  color: #AE0055;
  display: block;
}
/* Flatnav */
aside .flatnav {
  margin: 0 0 0.5em;
}
.flatnav a {
  background: url(../img/flatnav.png) no-repeat;
  height: 1.7em;
  text-indent: -999em;
  width: 1.8em;
}
.flatnav .prev {
  background-position: 0 0;
  margin: 0 0.5em 0 0;
}
.flatnav .next {
  background-position: 0 -34px;
  margin: 0 0 0 0.5em;
}
.flatnav .back-top {
  background-position: 0 -17px;
}
.flatnav span {
  display: block;
  font-size: 1.2em;
  line-height: 1.41667em;
}
/* Breadcrumbs */
.breadcrumb {
  padding: 0.8em 5em 0.8em 0;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  background: url(../img/arrow-lipstick-e.png) no-repeat 0 4px;
  padding: 0 0.8em 0 1.2em;
}
.breadcrumb li:first-child {
  background: none;
  padding-left: 0;
}
.breadcrumb a {
  color: #596379;
  font-size: 1.2em;
  font-weight: bold;
}
.breadcrumb .active {
  color: #AE0055;
}
/*
================
MENUES
================
*/
/* Language switch */
.language {
  bottom: -2.8em;
  line-height: 1.8em;
  position: absolute;
  right: 0;
  z-index: 100;
}
.language li {
  margin: 0 0 0 0.2em;
}
.language li:first-child {
  margin: 0;
}
.language a,
.language p {
  background: url(../img/language.png) no-repeat;
  display: block;
  height: 1.7em;
  width: 1.8em;
}
.language .de > * {
  background-position: 0 0;
}
.language .de.active > *,
.language .de > *:hover {
  background-position: 0 -17px;
}
.language .en > * {
  background-position: -18px 0;
}
.language .en.active > *,
.language .en > *:hover {
  background-position: -18px -17px;
}
/* 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: #111;
  font-weight: bold;
  letter-spacing: 0.01em;
  background-color: #fff;
  border: 1px solid #333;
  -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
================
*/
.box {
  background-color: #f3f5f7;
  border: 1px solid #ebebeb;
  margin: 0 0 1.5em;
  padding: 1em;
}
.sidepanel-2 .box:first-child {
  margin-top: 2.2em;
}
.serviceseiten .sidepanel-2 .box:first-child {
  margin-top: 0;
}
.box h3 {
  border-bottom: 1px solid #AE0055;
  margin: 0 0 0.5em;
  padding: 0 0 0.3846em;
  font-size: 1.3em;
}
/* Service Box */
.file-listing {
  margin: 0 0 0 1em;
}
/* Chart Generator Box */
.chart-gen.box a {
  display: block;
}
.chart-gen.box a:hover {
  color: #333;
}
.chart-gen.box img {
  padding: 0.5em 0 1em;
}
.chart-gen.box span {
  display: block;
  font-size: 1.2em;
}
.chart-gen.box .description {
  padding: 0 0 0.4167em;
}
.chart-gen.box .more {
  padding-bottom: 0;
}
/* Link Box */
/*
================
Highslide
================
*/
.highslide-dimming {
  background: #fff;
}
.highslide-wrapper,
.highslide-body {
  background: #fff;
}
.highslide-heading header {
  height: 2em;
  padding: 2em;
}
.print-popup .highslide-heading header {
  padding-bottom: 0;
}
.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 #fff;
  background-color: #fff;
  background-image: url(../img/hslide_loader_white.gif);
  background-repeat: no-repeat;
  background-position: 0.3em 0.3em;
}
.imagepopup .highslide-image {
  padding: 2em;
}
/*
================
Default tooltips
================
*/
.tooltipXPH {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #676767;
  padding: 0.3em 0.5em;
}
.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);
}
/*
================
Glossary tooltip
================
*/
.tooltip {
  width: 32em;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #676767;
}
.boxshadow .tooltip {
  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);
}
.tooltip .tooltipForeground {
  padding: 1em;
}
.tooltip .tooltipTitle {
  width: 75%;
  float: left;
  font-weight: bold;
}
.tooltip .buttonClose {
  width: 17%;
  float: right;
}
.tooltip .tooltipBody {
  clear: both;
}
/*
================
MISCELLANEOUS
================
*/
.lipstick {
  color: #AE0055;
}
/* Buttons */
.btn {
  background: #d47093;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0NzA5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzFlMzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d47093 0%, #631e36 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d47093), color-stop(100%, #631e36));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #d47093 0%, #631e36 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #d47093 0%, #631e36 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #d47093 0%, #631e36 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #d47093 0%, #631e36 100%);
  /* W3C */

  border-radius: 0.25em;
  box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.6);
  color: #fff;
  display: inline-block;
  font-size: 1.6em;
  line-height: 1.25em;
  padding: 0.5em 0.625em;
}
.ie .btn {
  filter: none;
}
.lt-ie9 .btn {
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d47093', endColorstr='#631e36', GradientType=0);
  /* IE6-8 */

}
.btn.grey {
  background: #ccc;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YTlhOWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #cccccc 0%, #9a9a9a 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #9a9a9a));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #cccccc 0%, #9a9a9a 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #cccccc 0%, #9a9a9a 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #cccccc 0%, #9a9a9a 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #cccccc 0%, #9a9a9a 100%);
  /* W3C */

  border-radius: 0.25em;
  box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.6);
  color: #fff;
  display: inline-block;
  font-size: 1.6em;
  line-height: 1.25em;
  padding: 0.5em 0.625em;
}
.lt-ie9 .btn.grey {
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#9a9a9a', GradientType=0);
  /* IE6-8 */

}
.btn.active,
.btn.active.switch {
  background: #691c3d;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5MWMzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NDMwNTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #691c3d 0%, #943059 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #691c3d), color-stop(100%, #943059));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #691c3d 0%, #943059 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #691c3d 0%, #943059 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #691c3d 0%, #943059 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #691c3d 0%, #943059 100%);
  /* W3C */

}
.lt-ie9 .btn.active,
.lt-ie9 .btn.active.switch {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#691c3d', endColorstr='#943059', GradientType=0);
  /* IE6-8 */

}
.btn:hover {
  color: #fff;
}
/* Icons */
.icon {
  display: block;
  height: 1.7em;
  width: 1.8em;
}
.icon.close {
  background: url(../img/close.png) no-repeat;
  width: 1.5em;
}
.icon.remove {
  background: url(../img/icon-remove.png) no-repeat;
  height: 1.5em;
  width: 1.5em;
}
.icon.print {
  background: url(../img/tools.png) no-repeat -18px 0;
}
.icon.email {
  background: url(../img/tools.png) no-repeat;
}
.icon.pdf {
  background: url(../img/icon-pdf.png) no-repeat;
}
.icon.xls {
  background: url(../img/icon-xls.png) no-repeat;
}
/* Collapsible */
.collapsible {
  background-image: url(../img/icon-plus.png);
}
.active .collapsible {
  background-image: url(../img/icon-minus.png);
}
.collapsible-list .active > li {
  padding-top: .8333em;
}
.collapsible-list .active > li:first-child {
  padding-top: 0;
}
/* Collapsible menu toggle */
.collapsible-list li ul {
  max-height: 0;
  overflow: hidden;
  transition: .5s;
  -webkit-transition: .5s;
}
.collapsible-list .active ul {
  max-height: 20em;
}
.collapsible-list ul a {
  background-position: 1em 0.25em;
  font-weight: normal;
  padding: 0.2083em 0 0.2083em 3em;
}
.collapsible-list ul ul a {
  background-position: 1.1em 0.15em;
}
.collapsible-list .added {
  margin: 0 0 0.5em;
}
.collapsible-list .added .pdf a {
  background-image: url(../img/icon-pdf.png);
}
.collapsible-list .added .xls a {
  background-image: url(../img/icon-xls.png);
}
.white-bg {
  background-color: #fff;
}
.more,
.more-list a {
  background: url(../img/icon-more.png) no-repeat 0 0.4167em;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.4167em 0  0.4167em 2em;
}
.more:hover {
  color: #AE0055;
}
/* 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;
}
/* Table highlight */
table.highlight .hover,
table.highlight .active {
  background: #8DC641;
  color: #fff;
}

/* 
=======================
       Content 
=======================
*/
article[role=main] > .content {
  clear: both;
}
article[role=main] h1 {
  color: #AE0055;
  margin: 0 0 0.8333em;
}
.content h2 {
  color: #AE0055;
  margin: 0 0 0.3125em;
}
.content h3 {
  color: #AE0055;
  margin: 0 0 0.4167em;
}
.content p {
  font-size: 1.2em;
  margin: 0 0 1.6667em;
}
.content .bild,
.content .tabelle {
  margin: 0 0 1.5em;
}
/* Links */
.content a:link,
.content a:visited {
  font-weight: bold;
}
/* Listen */
.content ol {
  list-style: decimal;
  padding-left: 2em;
}
.content ol ol,
.content ul ol {
  list-style: lower-latin;
}
.content li {
  font-size: 1.2em;
  padding: 0 0 0.4167em 1.6667em;
}
.content li li {
  font-size: 1em;
}
.content ol li {
  padding-left: 0;
}
.content ul li {
  background: url(../img/dash.png) no-repeat 0 0.4167em;
  list-style: none;
}
.content dt {
  font-size: 1.2em;
}
/* Spaltenlayout */
.spalten:before,
.spalten:after {
  content: " ";
  display: table;
}
.spalten:after {
  clear: both;
}
.lt-ie9 .spalten {
  zoom: 1;
}
.spalte_halb {
  margin-left: 4%;
  width: 48%;
  float: left;
}
.spalte_halb:first-child {
  margin-left: 0;
}
.lt-ie8 .spalte_halb:first-child {
  width: 47.98%;
}
.spalte_drittel {
  width: 31.3333%;
  float: left;
  margin: 0 0 0 3%;
}
.spalte_drittel:first-child {
  margin-left: 0;
}
.lt-ie8 .spalte_drittel:first-child {
  width: 31.13%;
}
/* 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 .image.left,
.content .image.floatleft {
  margin: 0.25em 1em 1.5em 0;
}
.content .image.right,
.content .image.floatright {
  margin: 0.25em 0 1.5em 1em;
}
.content .image .bild {
  margin: 0;
}
.content .image .caption,
.content .image .bildunterschrift {
  font-size: 1.2em;
  padding-top: 0.8333em;
}
/* Tabellen */
.tabelle,
.tabelle_klein {
  overflow-x: auto;
}
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%;
}
/* Popups */
.table-popup,
.imagepopup span {
  background: url(../img/show-full.png) no-repeat;
  display: block;
  height: 2.4em;
  width: 2.4em;
}
.imagepopup span {
  margin: 0 0 0.5em;
}
/* Accordion */
.acc-wrapper {
  border: 1px dotted #AE0055;
  border-width: 1px 0;
}
.acc-wrapper + .acc-wrapper {
  border-width: 0 0 1px 0;
}
.content .acc-title {
  color: #333;
  margin: 0;
}
.acc-title {
  background: url(../img/aquo-s.png) no-repeat 98% 0.8333em;
  cursor: pointer;
  font-weight: normal;
  padding: 0.5em 0;
}
.acc-title:hover {
  color: #AE0055;
}
.acc-opened {
  background-image: url(../img/aquo-n.png);
}
.acc-opened:hover {
  background-image: url(../img/aquo-n-hover.png);
}
.acc-closed:hover {
  background-image: url(../img/aquo-s-hover.png);
}
.acc-title > span {
  display: block;
  padding: 0 2em 0 0;
}
.content .nothing {
  margin-top: 1.6667em;
}
/* File library */
.file-library {
  margin: 0 0 3em;
  position: relative;
}
.file-library.active {
  background-color: #f3f5f7;
}
.file-library .inner {
  padding: 1.5em;
}
/* File library info */
.file-library .library-info {
  font-size: 1.4em;
  margin: 0;
}
.file-library.active .library-info {
  display: none;
}
/* Collection info */
.collection-info {
  display: none;
  float: none;
  margin: 0 17.5em 0 0;
}
.file-library.active .collection-info {
  display: block;
}
.collection-info .inner {
  border: 1px solid #ccc;
  border-width: 0 1px 0 0;
}
.file-library.active .collection-info .inner {
  min-height: 16.6em;
}
.collection-info h3 {
  font-size: 1.6em;
  margin: 0 0 1em;
}
.file-library .collection-info li {
  background: none;
  border: 1px solid #ccc;
  border-width: 1px 0 0;
  font-size: 1em;
  padding: 0.5em 0;
  position: relative;
}
.file-library .collection-info li:first-child {
  border: 0;
}
.collection-info .title {
  margin: 0 2.5em 0 0;
}
.collection-info .title a {
  background-repeat: no-repeat;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4167em;
  padding: 0 0 0 1.75em;
}
.collection-info .title .pdflink {
  background-image: url(../img/icon-pdf.png);
}
.collection-info .title .xlslink {
  background-image: url(../img/icon-xls.png);
}
.collection-info .actions {
  height: 1.5em;
  position: absolute;
  right: 0;
  padding: 0.6em 0;
  top: 0;
  width: 1.5em;
}
/* Collection actions */
.collection-actions {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 17.5em;
}
.file-library.active .collection-actions {
  display: block;
}
.collection-actions a {
  display: block;
  margin: 1.5em 0 0;
}
.collection-actions a:first-child {
  margin-top: 0;
}
.collection-actions a:hover,
.collection-actions a span:hover {
  color: #3b3330;
}
.collection-actions a[href]:hover .more {
  color: #AE0055;
}
.collection-actions .description {
  display: block;
  font-size: 1.2em;
  font-weight: normal;
}
.collection-actions .save {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
}
.collection-actions .more {
  background-position: 0 0.5714em;
  padding: 0.5em 0 0.5em 1.5em;
}
/* File list */
.file-list .download-listing li {
  background: none;
  font-size: 1em;
  padding: 0;
  position: relative;
}
.download-listing .header {
  border-bottom: 1px dotted #c20065;
}
.download-listing .expand-all a {
  font-size: 1.2em;
}
.download-listing h2 {
  float: none;
  font-size: 1.6em;
  line-height: 1.375em;
  margin: 0 11.25em 0 0;
  padding: 0 0 0.5em;
}
.download-listing p {
  margin: 0;
}
.download-listing .actions {
  margin: 0 3em 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 14em;
}
.download-listing .header .actions p {
  background-repeat: no-repeat;
  background-position: 0 2px;
  color: #AE0055;
  font-size: 1.6em;
  font-weight: bold;
  padding: 0 0 0 1.25em;
  width: 3.125em;
}
.download-listing .header .actions .pdf {
  background-image: url(../img/icon-pdf.png);
}
.download-listing .header .actions .xls {
  background-image: url(../img/icon-xls.png);
}
.download-listing .chapter {
  border-bottom: 1px dotted #c20065;
}
.download-listing h3 {
  color: #333;
  font-size: 1.6em;
  font-weight: normal;
  height: 2.375em;
  line-height: 2.375em;
  margin: 0;
  padding: 0 10.625em 0 0;
}
.download-listing .expandable {
  background: url(../img/aquo-s.png) no-repeat 98% 0.8333em;
  cursor: pointer;
}
.download-listing .active .expandable {
  background-image: url(../img/aquo-n.png);
}
.download-chapter {
  display: none;
  margin: 0 0 1.5em;
}
.download-chapter .download-item {
  border-top: 1px solid #ddd;
  height: 2.8em;
}
.download-chapter .download-item:first-child {
  border: 0;
  margin-top: 0.5em;
}
.download-chapter .download-item.level1 {
  display: none;
}
.download-item h4 {
  font-size: 1.2em;
  font-weight: bold;
  height: 2.3333em;
  line-height: 2.3333em;
  margin: 0 14.1667em 0 0;
}
.download-listing .pdf-zip-add,
.download-listing .xls-zip-add {
  padding: 1.2em 3.4em 1.2em 2em;
  width: 1.6em;
}
.download-item .xls-zip-add,
.download-item .pdf-zip-add {
  padding-bottom: 0.7em;
  padding-top: 0.7em;
}
.download-listing .actions a {
  background: url(../img/checkbox.png) no-repeat;
  display: none;
  height: 1.4em;
  width: 1.6em;
}
.download-listing .actions .remove {
  background-image: url(../img/checkbox-active.png);
}
.download-listing .actions .active {
  display: block;
}
.download-listing .actions .hideAddButton {
  display: none;
}
.download-listing .actions .showDelButton {
  display: block;
}
.pdf-download,
.xls-download {
  display: none;
}
/*
================
HEADER
================
*/
/* Logo */
.logo {
  background: url(../img/logo.png) no-repeat;
  display: inline-block;
  height: 4.7em;
  width: 12.9em;
}
.login .logo {
  background: none;
}
/* Slogan */
.site-title {
  font-size: 1em;
  margin: 1.8em 0 0 2em;
}
.site-title a {
  color: #AE0055;
  font-size: 1.8em;
  font-weight: normal;
  letter-spacing: -0.0222em;
  line-height: 1em;
}
/*
================
FOOTER
================
*/
footer hr {
  margin: 0 1em;
}
/*
================
SEARCH
================
*/
.searchresult_success .service.box,
.searchresult_success.magazine-sub .search-header {
  display: none;
}
/* Search header */
.search-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
  margin: 0 0 3em;
  padding: 1.25em 1em;
}
.search-header + h1 {
  display: none;
}
.suche .search-header + h1 {
  display: block;
}
.lt-ie9 .search-header {
  border-bottom: 1px solid #ccc;
}
.search-header h2 {
  color: #AE0055;
  font-size: 1.6em;
  margin: 0 0 0.2em;
}
.search-header p,
.search-header a,
.search-header span {
  font-size: 1.2em;
  line-height: 1.25em;
}
.search-header > .right {
  width: 20em;
}
.search-header .more {
  background-position: 0 0;
  height: auto;
  padding: 0 0 0 2em;
  margin: 0.25em 0 0.5em;
  width: auto;
}
.search-header .flatnav,
.search-header.single .flatnav {
  color: #3b3330;
  float: none;
  width: auto;
}
.search-header .space {
  height: 1.25em;
  margin-right: 0.75em;
  width: 1.25em;
}
.search-header.single .space {
  margin: 0;
  padding-left: 2em;
  width: auto;
}
.search-header .prev,
.search-header .next {
  background-position: 0 0;
  height: 1.25em;
  padding: 0;
  width: 1.25em;
}
.search-header.single .prev,
.search-header.single .next {
  font-weight: normal;
  margin: 0;
  text-indent: 0;
}
.search-header .prev {
  background-image: url(../img/icon-prev.png);
  margin-right: 0.75em;
}
.search-header.single .prev {
  padding-left: 2em;
  width: auto;
}
.search-header .next {
  background-image: url(../img/icon-next.png);
  margin-left: 0.75em;
}
.search-header.single .next {
  background-position: 100% 0;
  padding-right: 2em;
  width: auto;
}
/* Search page title */
.suche.searchresult_noresult #mainContent,
.suche.searchresult_success #mainContent {
  display: none;
}
/* Search results */
.result {
  border-bottom: 1px solid #ccc;
  margin: 0 0 2em;
  padding: 0 0 2em;
}
.result h4 {
  font-size: 1.3em;
  margin: 0 0 0.5em;
}
.result .details {
  position: relative;
}
.result .details .left {
  left: 0;
  position: absolute;
  top: 0;
}
.result .details .right {
  padding: 0 0 0 4em;
}
.result .relevance {
  color: #AE0055;
  font-weight: bold;
}
.result .teasertext {
  margin: 0;
}
.result .resulturl {
  color: #AE0055;
  font-size: 1.2em;
  font-weight: bold;
}
/* Search query highlighted */
.se_hilite {
  background-color: #fae3e2;
}
/*
================
SITEMAP
================
*/
/* Sitemap */
.sitemap .content-container > article {
  margin: 0;
  width: 100%;
}
.content .sitemap-list li {
  background: none;
}
.sitemap-list .chapter {
  margin: 0 0 2em 2%;
  padding: 0;
  width: 23.5%;
}
.sitemap-list .chapter-1,
.sitemap-list .chapter-5 {
  margin-left: 0;
}
.sitemap-list a {
  color: #596379;
  display: block;
  font-weight: bold;
  line-height: 1.25em;
}
.sitemap-list .chapter > a {
  border-bottom: 1px dotted #AE0055;
  color: #AE0055;
  font-weight: bold;
  margin: 0 1.25em 0 0;
  padding: 0 0 0.3333em 0;
}
.sitemap-list ul li {
  padding: 0.5em 0 0.5em 1.25em;
}
.sitemap-list ul .children {
  position: relative;
}
.js .sitemap-list .children.active,
.no-js .sitemap-list .children {
  padding-bottom: 0;
}
.sitemap-list .collapsible {
  background: url(../img/arrow-birch-s.png) no-repeat 100% 100%;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 0.8333em;
}
.sitemap-list .sublevel-2 .collapsible {
  top: 1em;
}
.js .sitemap-list .children > .collapsible {
  background-image: url(../img/arrow-birch-e.png);
}
.js .sitemap-list .children.active > .collapsible {
  background-image: url(../img/arrow-birch-s.png);
}
.js .sitemap-list .children > ul {
  display: none;
}
.js .sitemap-list .children.active > ul {
  display: block;
}
.sitemap-list .sublevel-1 > li {
  border-bottom: 1px dotted #AE0055;
  margin: 0 0 0 1.25em;
}
.sitemap-list .sublevel-2 > li:first-child {
  /* background-position: 0.25em 1.25em; */

  padding-top: 1em;
}
.sitemap-list .chapter-5 {
  clear: left;
}
/*
================
WELCOME
================
*/
/* Basics */
.willkommen .content-container {
  margin: -0.5em 0 0;
  position: relative;
}
.willkommen .content-container > article,
.lt-ie8 .willkommen .content-container > article {
  margin: 0;
  padding: 0;
  width: auto;
}
/* Stage */
.content .stage li {
  background-position: 100% 0;
  background-repeat: no-repeat;
  font-size: 1em;
  height: 47.5em;
  margin: 0 0.1em 0 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: .2s;
  -webkit-transition: .2s;
  width: 3.5em;
}
.content .stage li.active {
  width: 70.6em;
}
.content .stage .we-keep {
  background-image: url(../img/stage-we-keep.jpg);
}
.content .stage .perspectives {
  background-image: url(../img/stage-perspectives.jpg);
}
.content .stage .quality {
  background-image: url(../img/stage-quality.jpg);
}
.content .stage .potential {
  background-image: url(../img/stage-potential.jpg);
}
.content .stage .innovation {
  background-image: url(../img/stage-innovation.jpg);
}
.content .stage .passion {
  background-image: url(../img/stage-passion.jpg);
}
.content .stage .inspiration {
  background-image: url(../img/stage-inspiration.jpg);
}
.content .stage .opportunities {
  background-image: url(../img/stage-opportunities.jpg);
}
.content .stage .team-spirit {
  background-image: url(../img/stage-team-spirit.jpg);
  margin: 0;
}
.stage .inside {
  display: none;
  height: 40.5em;
  margin: 3.5em;
  position: relative;
  width: 63.6em;
}
.stage .active .inside {
  display: block;
}
.stage a {
  color: #fff;
  display: block;
}
.stage li > a {
  background-position: -67.1em 0;
  background-repeat: no-repeat;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5em;
}
.stage .we-keep > a {
  background-image: url(../img/stage-we-keep.jpg);
}
.stage .perspectives > a {
  background-image: url(../img/stage-perspectives.jpg);
}
.stage .quality > a {
  background-image: url(../img/stage-quality.jpg);
}
.stage .potential > a {
  background-image: url(../img/stage-potential.jpg);
}
.stage .innovation > a {
  background-image: url(../img/stage-innovation.jpg);
}
.stage .passion > a {
  background-image: url(../img/stage-passion.jpg);
}
.stage .inspiration > a {
  background-image: url(../img/stage-inspiration.jpg);
}
.stage .opportunities > a {
  background-image: url(../img/stage-opportunities.jpg);
}
.stage .team-spirit > a {
  background-image: url(../img/stage-team-spirit.jpg);
}
.stage h2 {
  color: #fff;
  font-size: 5em;
  line-height: 0.88em;
  margin: 0;
}
.lt-ie8 .stage h2 {
  padding: 0 0 0.2em;
}
.stage .we-keep h2 {
  bottom: 0;
  color: #333;
  left: 0;
  overflow: visible;
  position: absolute;
  width: 3em;
}
.stage .btn-group {
  bottom: 0;
  font-size: 1em;
  left: 0;
  margin: 0;
  position: absolute;
}
.stage .btn.left {
  border-radius: 0.25em 0 0 0.25em;
  font-weight: bold;
}
.stage .btn.right {
  border-radius: 0 0.25em 0.25em 0;
  font-weight: normal;
}
.stage .btn-group .arrow {
  background: url(../img/arrow-button-white-e.png) no-repeat 100% 0.3125em;
  padding: 0 1.125em 0 0;
}
/* Teaser */
.home-teaser {
  padding: 2em;
}
.home-teaser .wrapper {
  float: left;
  width: 65.9679%;
}
.home-teaser .wrapper .third {
  margin-left: 3.1796%;
  width: 48.4102%;
}
.home-teaser .wrapper .third:first-child {
  margin-left: 0;
}
.home-teaser .third {
  margin: 0 0 0 2.0964%;
  width: 31.9357%;
}
.home-teaser .third:first-child {
  margin-left: 0;
}
.home-teaser .teaser {
  background-color: #f3f5f7;
}
.home-teaser .letter {
  background: #f1eee9 url(../img/new-message.png) no-repeat 100% 0;
}
.home-teaser .inner {
  height: 31.5em;
  padding: 2em;
}
.home-teaser h3 {
  font-size: 1.6em;
  margin: 0;
}
.home-teaser h3,
.home-teaser h3 a {
  color: #AE0055;
}
.home-teaser .letter h3 {
  padding: 0 2.6666em 0 0;
}
.home-teaser a {
  display: block;
}
.home-teaser label {
  display: block;
  font-size: 1.2em;
  margin: 0 0 1.2em;
}
.home-teaser p {
  font-size: 1.2em;
  margin: 0 0 1em;
}
.home-teaser .letter h3 + p {
  padding: 0 3.5em 0 0;
}
.home-teaser select {
  border: 1px solid #7e9db9;
  padding: 0.2em;
  width: 100%;
}
.home-teaser .chartselect {
  margin: 0 0 1em;
}
.home-teaser .riske {
  display: block;
  margin: 0 0 1em;
}
.home-teaser .more {
  padding-bottom: 0;
}
.home-teaser .chart-gen {
  background-image: url(../img/chart-home.png);
  background-position: 1.5em 7em;
  background-repeat: no-repeat;
  margin: 0 0 2em;
}
.home-teaser .chart-gen .inner {
  position: relative;
}
.home-teaser .chart-gen .inner,
.home-teaser .downloads .inner {
  height: 12.75em;
}
.home-teaser .chart-gen .more {
  bottom: 1.6667em;
  right: 1.6667em;
  position: absolute;
}
.home-teaser .downloads li {
  background: none;
  font-size: 1em;
  padding: 0;
}
.home-teaser .downloads li a {
  background-position: 0 0.4167em;
  height: auto;
  padding-bottom: 0.4167em;
  width: auto;
}
/*
================
MAGAZINE
================
*/
/* Magazine */
.magazine .breadcrumb a {
  color: #fff;
}
.magazine .breadcrumb li {
  background-image: url(../img/arrow-white-e.png);
}
.magazine .breadcrumb li:first-child {
  background: none;
}
.magazine .content-container {
  margin: -0.5em 0 0;
  padding: 0.5em 1em;
  position: relative;
}
.magazine .content-container > article {
  margin: 0;
  padding: 0;
  width: auto;
}
.magazine article .flatnav {
  float: right;
  width: 18.0698%;
}
.magazine article h1 {
  color: #fff;
  font-size: 6em;
  line-height: 1.1em;
  margin: 0 5em 0.75em 0.8333em;
}
.magazine article .subheadline {
  font-size: 1.4em;
  margin: 0 3.5714em;
}
.magazine footer {
  padding-top: 14em;
  position: relative;
}
.magazine footer .flatnav-wrapper {
  float: none;
  height: 2em;
  left: 0;
  line-height: 1em;
  margin: 6em 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.magazine footer .flatnav {
  display: inline-block;
}
.magazine footer .flatnav a {
  font-size: 1.4em;
  font-weight: bold;
  height: 1.2143em;
  line-height: 1.2143em;
  margin: 0 2em 0 0;
  padding: 0 0 0 2em;
  text-indent: 0;
  width: auto;
}
/* Magazine Home */
.magazine-home .content-container {
  background-color: #e5dfd4;
}
.magazine-home .breadcrumb a {
  color: #333;
}
.magazine-home .breadcrumb .active {
  color: #AE0055;
}
.magazine-home .breadcrumb li {
  background-image: url(../img/arrow-mine-shaft-e.png);
}
.magazine-home article h1 {
  color: #333;
  margin-bottom: 0.5em;
}
.magazine-home .globe {
  background: url(../img/globe.jpg) no-repeat 50% 100%;
  height: 70em;
  margin: 5em 0 0;
  position: relative;
}
.lt-ie8 .magazine-home .globe {
  width: 97.4em;
}
.magazine-home .globe a {
  background-color: #eff2f1;
  border: 1px solid #ccc;
  color: #333;
  display: inline-block;
  font-size: 1.4em;
  padding: 0.3571em 0.7143em;
  position: absolute;
}
.magazine-home .globe .perspectives {
  left: 5%;
  top: 76%;
}
.magazine-home .globe .quality {
  left: 71%;
  top: 13%;
}
.magazine-home .globe .potential {
  left: 62%;
  top: 81%;
}
.magazine-home .globe .innovation {
  left: 45%;
  top: -1%;
}
.magazine-home .globe .passion {
  left: 76%;
  top: 59%;
}
.magazine-home .globe .inspiration {
  left: 78%;
  top: 31%;
}
.magazine-home .globe .opportunities {
  left: 15%;
  top: 3%;
}
.magazine-home .globe .team-spirit {
  left: 7%;
  top: 30%;
}
.magazine-home .globe em {
  background: url(../img/icon-right.png) no-repeat 100% 0.35em;
  display: block;
  font-size: 1.7143em;
  font-style: normal;
  font-weight: bold;
  padding: 0 1em 0 0;
}
.magazine-home .globe span {
  font-weight: bold;
  text-transform: uppercase;
}
/* Magazine Sub */
.magazine-sub .content-container {
  background-repeat: no-repeat;
}
.magazine-sub.perspektiven .content-container {
  background-image: url(../img/mag-perspectives.jpg);
}
.magazine-sub.qualitaet .content-container {
  background-image: url(../img/mag-quality.jpg);
}
.magazine-sub.potenzial .content-container {
  background-image: url(../img/mag-potential.jpg);
}
.magazine-sub.innovation .content-container {
  background-image: url(../img/mag-innovation.jpg);
}
.magazine-sub.leidenschaft .content-container {
  background-image: url(../img/mag-passion.jpg);
}
.magazine-sub.inspiration .content-container {
  background-image: url(../img/mag-inspiration.jpg);
}
.magazine-sub.moeglichkeiten .content-container {
  background-image: url(../img/mag-opportunities.jpg);
}
.magazine-sub.teamgeist .content-container {
  background-image: url(../img/mag-team-spirit.jpg);
}
.magazine-sub .sidepanel-1 {
  left: 1em;
  padding: 0;
  position: absolute;
  top: 83em;
}
.magazine-sub article .flatnav {
  color: #fff;
}
.magazine-sub article .subheadline {
  color: #fff;
  height: 20em;
  margin-right: 21.7143em;
}
.mag-teaser .inner {
  height: 30.4em;
  margin: 0 -1em;
  position: relative;
}
.lt-ie9 .mag-teaser .inner {
  margin: 0 0 0 -1em;
  width: 99.4em;
}
.mag-teaser h4 {
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-size: 1.4em;
  margin: 0 0 0.2857em;
  padding: 0 0 0.2857em;
  text-transform: uppercase;
}
.mag-teaser p {
  font-size: 1.2em;
}
.mag-teaser .inner > .btn {
  bottom: 2.5em;
  font-weight: bold;
  left: 3.75em;
  position: absolute;
}
.mag-teaser .inner > .btn span {
  background: url(../img/arrow-button-white-s.png) no-repeat 100% 0.3125em;
  padding: 0 1.25em 0 0;
}
.mag-teaser .info {
  background-repeat: no-repeat;
  bottom: 1.8em;
  color: #fff;
  height: 4.8em;
  padding: 5em 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  width: 51.8em;
}
.magazine-sub.perspektiven .mag-teaser .info {
  background-image: url(../img/map-perspectives.png);
}
.magazine-sub.qualitaet .mag-teaser .info {
  background-image: url(../img/map-quality.png);
}
.magazine-sub.potenzial .mag-teaser .info {
  background-image: url(../img/map-potential.png);
}
.magazine-sub.innovation .mag-teaser .info {
  background-image: url(../img/map-innovation.png);
}
.magazine-sub.leidenschaft .mag-teaser .info {
  background-image: url(../img/map-passion.png);
}
.magazine-sub.inspiration .mag-teaser .info {
  background-image: url(../img/map-inspiration.png);
}
.magazine-sub.moeglichkeiten .mag-teaser .info {
  background-image: url(../img/map-opportunities.png);
}
.magazine-sub.teamgeist .mag-teaser .info {
  background-image: url(../img/map-team-spirit.png);
}
.mag-teaser .person {
  margin: 0 3.1em 0 3.367em;
  width: 19.425em;
}
.mag-teaser .bio {
  font-size: 1.1em;
  font-weight: bold;
  margin: 1em 0 0;
  padding: 0.25em 0.75em;
}
.mag-teaser .location {
  margin: 0 3.367em 0 5.698em;
  width: 16.835em;
}
.magazine-sub .content {
  padding: 8em 5em 0 22.9em;
}
.magazine-sub .content h2 {
  font-size: 1.6em;
}
.magazine-sub .content p {
  font-size: 1.4em;
}
.magazine-sub .content li {
  background: none;
  padding: 0;
}
/* Slider */
.bx-wrapper {
  margin: 7em -6em 7em -23.9em;
  position: relative;
}
.slide:before,
.slide:after,
.slides:before,
.slides:after,
.mag-slider:before,
.mag-slider:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.slide:after,
.mag-slider:after,
.slides:after {
  clear: both;
}
.lt-ie8 .slide,
.lt-ie8 .mag-slider,
.lt-ie8 .slides {
  zoom: 1;
}
/* Slider controls */
.bx-pager {
  float: right;
  margin: 0 1em 1.5em 0;
}
.bx-pager:before,
.bx-pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.bx-pager:after {
  clear: both;
}
.bx-pager-item {
  float: left;
}
.bx-pager-link {
  background: url(../img/pager.png) repeat-x;
  display: block;
  height: 0.8em;
  margin: 0 0 0 0.8em;
  text-indent: -999em;
  width: 5em;
}
.bx-pager-link.active {
  background-image: url(../img/pager-active.png);
}
.bx-controls-direction a {
  background: url(../img/controls.png) no-repeat;
  display: block;
  height: 1.6em;
  margin-top: -0.8em;
  position: absolute;
  top: 50%;
  width: 1em;
  z-index: 5;
}
.bx-controls-direction .disabled {
  display: none;
}
.bx-controls-direction .bx-prev {
  background-position: 0 0;
  left: 1em;
}
.bx-controls-direction .bx-next {
  background-position: -1em 0;
  right: 1em;
}
/* Slides */
.content .slide {
  font-size: 1em;
}
.img-slide,
.person-slide {
  float: left;
  height: 33.4em;
  margin-right: 4em;
  position: relative;
  width: 47.988%;
}
.ie .img-slide,
.ie .person-slide {
  width: 47.7em;
}
.lt-ie9 .img-slide,
.ie.lt-ie9 .person-slide {
  max-width: 477px !important;
  overflow: hidden;
}
.magazine-sub ul .person-slide {
  background-color: #f3f5f7;
}
.person-slide img {
  display: block;
  padding: 4em 4em 0;
}
.content .person-slide p {
  font-size: 1.3em;
}
.person-slide p {
  margin: 0;
  padding: 1em 3.0769em 0;
}
.person-slide .cite {
  font-style: italic;
  padding-top: 1.25em;
}
.img-slide h4 {
  background-image: url(../img/caption-bg.png);
  bottom: 0;
  color: #fff;
  font-size: 1.3em;
  font-weight: normal;
  left: 0;
  line-height: normal;
  position: absolute;
  width: 100%;
}
.img-slide h4 span {
  display: block;
  padding: 1.1538em;
}
/* Magazine Slider */
.mag-slider-wrapper {
  margin-bottom: 0;
}
.mag-slider-wrapper .bx-pager-link {
  width: 2.1em;
}
.mag-slider-wrapper .bx-controls-direction a {
  top: 40%;
}
.mag-slider-wrapper .bx-viewport {
  min-height: 68.5em;
}
.mag-slider {
  background-color: #e4ded3;
}
.mag-slider .inner {
  padding: 5.5em 9em;
}
.mag-slider h2,
.mag-slider p,
.mag-slider ul {
  float: left;
  width: 40%;
}
.magazine-sub .mag-slider h2 {
  font-size: 2em;
  line-height: normal;
}
.mag-slider h2 {
  color: #333;
  margin: 0 0 2em;
}
.mag-slider h2:first-child {
  float: none;
  width: auto;
}
.mag-slider p {
  line-height: normal;
  margin: 0 0 1.4286em;
}
.magazine-sub .mag-slider ul li {
  background: url(../img/dash.png) no-repeat 0 0.4167em;
  font-size: 1.4em;
  padding: 0 0 0.3571em 1.4286em;
}
/* Short profile */
.short-profile.popup {
  margin: 0;
}
.short-profile .popup-wrapper {
  background-position: 2.5em 0.5em;
  background-repeat: no-repeat;
}
.short-profile.andreas-kistner .popup-wrapper {
  background-image: url(../../bilder/img/andreas-kistner.jpg);
}
.short-profile.jan-koepp .popup-wrapper {
  background-image: url(../../bilder/img/jan-koepp.jpg);
}
.short-profile article {
  margin: 0 2.5em 0 30em;
}
.short-profile .content ul {
  margin: 0 0 1.5em;
}
.short-profile .content li {
  background-position: 0 0.6667em;
  color: #AE0055;
  font-size: 1.6em;
  font-weight: bold;
  padding-left: 1.25em;
}
.short-profile .content p {
  font-size: 1.4em;
}
/*
================
LETTER TO SHAREHOLDERS
================
*/
/* Basics */
.brief-an-die-aktionaere article {
  margin-left: 22.4846%;
  position: relative;
}
.brief-an-die-aktionaere article h1 {
  margin: 0.75em 1em;
  position: absolute;
  z-index: 10;
}
.brief-an-die-aktionaere article h1.stuck {
  position: fixed;
  top: 0.8333em;
}
.brief-an-die-aktionaere footer .flatnav-wrapper {
  margin-right: 11.1em;
  padding-right: 1em;
}
/* Letters */
.letters {
  background-color: #FFFFFF;
  height: 34.3em;
  margin-left: -21.9em;
  padding: 0 0 1.5em;
  position: relative;
  width: 78.3em;
}
.letters.stuck {
  position: fixed;
  top: 0;
  padding-top: 1.5em;
}
.letters blockquote {
  background-color: #FFFFFF;
  border: 1px solid #AE0055;
  border-width: 1px 0;
  color: #AE0055;
  font-size: 1.8em;
  height: 14.1667em;
  padding: 1.3333em 0;
  width: 10.2222em;
}
/**
 * @glenn: http://www.quirksmode.org/css/opacity.html
 * ==================================================
 * Use opacity in old IEs the right way!
 */
.letters .letter {
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.ie8 .letters .letter {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
}
.lt-ie8 .letters .letter {
  filter: alpha(opacity=00);
}
.letters .active {
  opacity: 1;
}
.ie8 .letters .active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.lt-ie8 .letters .active {
  filter: alpha(opacity=100);
}
.chapter + .letter {
  display: none;
}
/* CEO */
.ceo {
  bottom: 7em;
  left: 0;
  position: absolute;
  width: 18.4em;
}
.stuck .ceo {
  bottom: 8.5em;
}
.ceo h4 {
  border-bottom: 1px solid #333;
  display: inline-block;
  font-size: 1.4em;
  margin: 0 0 0.1429em;
  padding: 0 0 0.1429em;
  text-transform: uppercase;
}
.lt-ie8 .ceo h4 {
  display: inline;
}
.ceo p {
  font-size: 1.3em;
  margin: 0;
}
/* Mail bar */
.mail-bar {
  background-color: #f1eee9;
  bottom: 1.5em;
  position: absolute;
  height: 3.8em;
  right: 0;
  width: 56.4em;
}
.stuck .mail-bar {
  bottom: 3em;
}
.mail-tabs {
  padding: 0.5em 0 0;
}
.content .mail-bar li {
  background: none;
  font-size: 1em;
}
.mail-tabs li {
  height: 2.3em;
  margin: 0 0 0 0.5em;
  padding: 0.5em 1em;
}
.content .mail-tabs .active {
  background-color: #fff;
  border-radius: 0.3em 0.3em 0 0;
}
.mail-tabs b {
  color: #AE0055;
}
.mail-tools {
  padding: 0.9em 0;
}
.mail-tools li {
  padding: 0 1em;
}
.mail-tools a {
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: block;
  height: 2em;
  width: 2em;
}
.mail-tools .reply a {
  background-image: url(../img/mail-reply.png);
}
.mail-tools .forward a {
  background-image: url(../img/mail-forward.png);
}
.mail-tools .print a {
  background-image: url(../img/mail-print.png);
}
/* Mail info */
.mail .mail-date {
  border-bottom: 1px solid #333;
  font-weight: bold;
  margin: 0 0 1.5em;
  padding: 0 0 0.5em;
  text-align: right;
}
.mail .mail-header {
  margin: 0 0 4em;
}
/* Mail content */
.content .mail h2 {
  margin: 0 0 1em;
}
/*
================
MEDIA QUERIES
================
*/
header .btn {
  display: none;
}
.pre-footer {
  display: none;
}
.service.box .close {
  display: none;
}
.flaps {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .stage {
    background-color: #ebe4dc;
  }
  .stage .accordion {
    position: relative;
    padding: 3.5em 0 2.5em 46em;
  }
  .content .stage li {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: none;
    -webkit-transition: none;
    transition: none;
  }
  .content .stage li,
  .content .stage li.active {
    height: 8em;
    width: 12em;
    margin: 0 1em 1em 0;
    position: static;
    overflow: visible;
  }
  .content .stage .we-keep {
    background: none;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .stage .accordion li > a {
    height: 100%;
    width: 100%;
    font-size: 1.5em;
    position: static;
    text-indent: 0;
    text-align: center;
    line-height: 5.3333em;
    font-weight: bold;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0.9;
    background-image: none;
    background: rgba(227, 221, 211, 0.9);
  }
  .stage .we-keep > a {
    display: none;
  }
  .stage .accordion .active > a,
  .panel1-active .accordion li > a {
    background: none;
    opacity: 1;
  }
  .content .stage .perspectives {
    background-image: url(../img/stage-perspectives-mobile.jpg);
  }
  .content .stage .quality {
    background-image: url(../img/stage-quality-mobile.jpg);
  }
  .content .stage .potential {
    background-image: url(../img/stage-potential-mobile.jpg);
  }
  .content .stage .innovation {
    background-image: url(../img/stage-innovation-mobile.jpg);
  }
  .content .stage .passion {
    background-image: url(../img/stage-passion-mobile.jpg);
  }
  .content .stage .inspiration {
    background-image: url(../img/stage-inspiration-mobile.jpg);
  }
  .content .stage .opportunities {
    background-image: url(../img/stage-opportunities-mobile.jpg);
  }
  .content .stage .team-spirit {
    background-image: url(../img/stage-team-spirit-mobile.jpg);
  }
  .stage .inside {
    position: absolute;
    height: 17em;
    width: 42em;
    left: 3em;
    top: 3.5em;
    margin: 0;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 5;
  }
  .stage .active .inside {
    opacity: 1;
    z-index: 10;
  }
  .stage .we-keep .inside {
    background-position: 65% 50%;
    background-image: url(../img/stage-we-keep-mobile.jpg);
    background-size: auto 100%;
  }
  .stage .perspectives .inside {
    background-position: 36% 43%;
    background-image: url(../img/stage-perspectives.jpg);
  }
  .stage .quality .inside {
    background-position: 36% 44%;
    background-image: url(../img/stage-quality.jpg);
  }
  .stage .potential .inside {
    background-position: 14% 32%;
    background-image: url(../img/stage-potential.jpg);
  }
  .stage .innovation .inside {
    background-position: 14% 32%;
    background-image: url(../img/stage-innovation.jpg);
  }
  .stage .passion .inside {
    background-position: 50% 41%;
    background-image: url(../img/stage-passion.jpg);
  }
  .stage .inspiration .inside {
    background-position: 50% 57%;
    background-image: url(../img/stage-inspiration.jpg);
  }
  .stage .opportunities .inside {
    background-position: 0% 53%;
    background-image: url(../img/stage-opportunities.jpg);
  }
  .stage .team-spirit .inside {
    background-position: 66% 68%;
    background-image: url(../img/stage-team-spirit.jpg);
  }
  .stage h2 {
    font-size: 3em;
    line-height: 1.1em;
    display: none;
  }
  .stage .we-keep h2 {
    display: block;
  }
  .content .stage .we-keep.active {
    height: 0;
    margin: 0;
    width: 0;
  }
  .stage .btn-group {
    bottom: 4em;
    width: 100%;
  }
  .stage .inside .btn {
    float: none;
    margin: 0 5em 1em;
    text-align: center;
    border-radius: 0.25em;
  }
  .stage .btn.right {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 999px) {
  /* Removes grey tap highlight on iOS */
  body * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body {
    margin: 1.5em;
    width: auto;
  }
  header .handling-solutions {
    display: none;
  }
  header .btn {
    display: block;
    font-size: 1em;
    height: 4em;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 2em;
    top: 2em;
    width: 4em;
  }
  header .btn.search {
    background: none;
    box-shadow: none;
    right: 8em;
  }
  header .btn span {
    background: url(../img/buttons.png) no-repeat;
    display: block;
    height: 100%;
    width: 100%;
  }
  header .btn.menu span {
    background-position: 0 0;
  }
  header .btn.search span {
    background-position: 0 -40px;
  }
  .meta {
    float: none;
    margin: 0;
  }
  .primary .search,
  .primary .menu {
    background-color: #fff;
    -webkit-box-shadow: -1px 2px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 2px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 2px 8px 0px rgba(0, 0, 0, 0.75);
    display: none;
    left: 2em;
    position: absolute;
    right: 2em;
    top: 0;
    z-index: 200;
  }
  .primary .search.active,
  .primary .menu.active {
    display: block;
  }
  .search .inner {
    border: 0;
    margin: 3.5em 5em;
    padding: 0;
    position: relative;
  }
  .search .wrapper {
    border: 1px solid #ccc;
    float: none;
    margin: 0 4em 0 0;
    padding: 0 2em;
  }
  .search input {
    border: 0;
    color: #333;
    float: none;
    font-size: 1.8em;
    height: 2.1111em;
    padding: 0;
    width: 100%;
  }
  .search button {
    height: 4em;
    position: absolute;
    right: 0;
    top: 0;
    width: 4em;
  }
  .fayt {
    background-color: #f3f5f7;
    border: 1px solid #ebebeb;
    border-width: 0 1px 1px;
    box-shadow: none;
    margin: 0;
    padding: 0.5em 2em 1em;
    position: static;
    width: auto;
  }
  .fayt a {
    background: none;
    font-size: 1.4em;
    padding: 0.25em 0;
  }
  .primary .menu {
    padding: 3em;
  }
  .primary .menu li {
    background: none;
    border-top: 1px solid #ccc;
    height: auto;
    line-height: normal;
    width: 50%;
  }
  .primary .menu li:nth-child(1),
  .primary .menu li:nth-child(2) {
    border: 0;
  }
  .primary .menu .last:nth-child(odd) {
    width: 100%;
  }
  .primary .menu .back,
  .primary .menu .overview {
    float: none;
    width: auto;
  }
  .primary .menu .back {
    background-color: #f3f5f7;
    margin: -3em -3em 3em;
    min-height: 4.4em;
    position: relative;
  }
  .primary .menu a {
    display: block;
    font-size: 1.4em;
    padding: 0.7143em;
  }
  .primary .menu .level-back {
    background: url(../img/arrow-medium-lipstick-w.png) no-repeat 5em 1.2em;
    color: #c20065;
    font-weight: bold;
    line-height: 1em;
    padding: 1.0714em 0 1.0714em 6.3em;
  }
  .primary .menu .to-home {
    background: url(../img/home.png) no-repeat 50% 50%;
    font-size: 1em;
    height: 4.4em;
    left: 2.15em;
    padding: 0;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 4.4em;
  }
  .primary .menu .overview a {
    font-size: 1.8em;
    font-weight: bold;
    padding: 0 0.5556em 0.5556em;
  }
  .language {
    right: 2em;
  }
  .content-container {
    position: relative;
  }
  .content {
    margin-bottom: 2em;
  }
  .breadcrumb {
    display: none;
  }
  .sidepanel-1 {
    display: none;
  }
  .sidepanel-2 {
    float: none;
    padding: 0 1em 4em;
    position: static;
    width: auto;
  }
  .flatnav-1 {
    display: none;
  }
  .service.box {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .service.box h3,
  .chart-gen.box h3 {
    display: none;
  }
  .collapsible-list .more-list a {
    color: #596379;
    font-size: 1.4em;
    padding: 0;
  }
  .collapsible-list .more-list .intern {
    background: none;
  }
  .service.box {
    background: transparent;
  }
  .sidepanel-2 .btn,
  .service.box .more-list {
    box-shadow: none;
    font-size: 1em;
    padding: 0;
    position: absolute;
    right: 1em;
    top: 6.2em;
  }
  /*
    .sidepanel-2 .btn{
      margin-top:2em;
      margin-bottom:3em;
    }
    */
  .sidepanel-2 .btn span {
    background: url(../img/buttons.png) no-repeat;
    display: block;
    font-size: 1em;
    height: 4em;
    padding: 0;
    text-indent: -999em;
    width: 4em;
  }
  .dlm-list .btn span {
    background-position: 0 -80px;
  }
  .prm-list .btn span {
    background-position: 0 -120px;
  }
  .chart-gen.box .btn span {
    background-position: 0 -160px;
  }
  .prm-list .btn,
  .service.box .prm-list .more-list {
    top: 11.7em;
  }
  .service.box .more-list {
    background-color: #fff;
    -webkit-box-shadow: -1px 2px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 2px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 2px 8px 0px rgba(0, 0, 0, 0.75);
    display: none;
    max-height: none;
    max-width: 22.8em;
    min-width: 21em;
    padding: 1em 2em;
    right: 6em;
  }
  .service.box .active .more-list {
    display: block;
    max-height: none;
  }
  .service.box .more-list li {
    border-top: 1px solid #ccc;
    padding: 1em 0;
  }
  .service.box .more-list li:nth-child(1),
  .service.box .more-list li:nth-child(2) {
    border: 0;
  }
  .service.box .more-list .close {
    display: block;
    height: 0;
    padding: 0;
  }
  .service.box .icon.close {
    font-size: 1em;
    height: 1.7em;
    margin: 0 -1em;
    width: 1.5em;
  }
  .service.box .more-list > li > a span {
    font-weight: bold;
  }
  .service.box .added {
    margin: 0;
  }
  .service.box .added li {
    padding: 1em 0 0;
  }
  .service.box .added a {
    background-position: 0 0.1em;
    background-repeat: no-repeat;
    padding-left: 1.75em;
  }
  .chart-gen.box {
    border: 0;
    padding: 0;
  }
  .chart-gen.box .btn {
    padding: 0;
    text-indent: -999em;
    top: 17.2em;
  }
  .downloads .chart-gen.box .btn {
    top: 6.2em;
  }
  .chart-gen.box img,
  .chart-gen.box .description {
    display: none;
  }
  .link.box,
  .history.box {
    border: 0;
    float: right;
    margin: 0 0 0 3%;
    padding: 0;
    width: 48.5%;
  }
  .link.box {
    float: left;
    margin-left: 0;
  }
  .link.box .inner,
  .history.box .inner {
    border: 1px solid #ebebeb;
    padding: 1em;
  }
  .content-container > article,
  .serviceseiten .content-container > article {
    float: none;
    margin: 0 1em;
    max-width: 56.4em;
    width: auto;
  }
  .sitemap .content-container > article {
    max-width: none;
  }
  .content {
    position: relative;
  }
  .bild {
    height: auto;
    max-width: 100%;
  }
  .table-popup,
  .imagepopup span {
    display: none;
  }
  .magazine-sub .content-container {
    background-size: 100% auto;
    padding: 0.5em 0;
  }
  .magazine .content-container > article {
    max-width: none;
    position: relative;
  }
  .magazine article h1 {
    left: 0;
    margin: 4.5% 0.9167em 0.5em;
    position: static;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .magazine-sub article .subheadline {
    height: auto;
    left: 0;
    margin: 0 3.9286em;
    position: absolute;
    top: 10.4286em;
    z-index: 10;
  }
  .mag-teaser {
    display: inline-block;
    margin: -0.5em 0 17.8em;
    position: relative;
    width: 100%;
  }
  .mag-teaser:after {
    padding-top: 75.4527%;
    display: block;
    content: '';
  }
  .mag-teaser .inner {
    bottom: 0;
    height: auto;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .mag-teaser .wrapper {
    background-color: transparent;
    bottom: -14.8em;
    height: 14.8em;
    position: absolute;
    left: 0;
    width: 100%;
  }
  .mag-teaser .info {
    background-color: #FFFFFF;
    background-size: 100% auto;
    background-position: 100% 50%;
    width: 100%;
    max-width: auto;
    margin: 0;
    position: static;
  }
  .mag-teaser .info {
    padding: 5.5em 0 4.5em 0;
    white-space: normal;
  }
  .mag-teaser .person {
    margin: 0 20% 0 7%;
    width: 35%;
  }
  .mag-teaser .location {
    margin: 0;
    width: 38%;
    float: right;
  }
  .magazine-sub .content {
    padding: 0;
  }
  .magazine-sub .content > p {
    padding: 0 7.1429em 0 1.4286em;
  }
  .magazine-sub .content h2 {
    padding: 0 5em 0 1.25em;
  }
  .magazine-sub .content li {
    overflow: hidden;
  }
  .magazine-sub .content img {
    height: auto;
    max-width: 100%;
  }
  .magazine-sub .slides img {
    width: 100%;
  }
  .magazine-sub .slides .slide-1 img {
    width: auto;
  }
  .mag-slider p {
    clear: left;
  }
  .bx-wrapper {
    margin: 5em 0;
  }
  .bx-pager-link {
    width: 2.1em;
  }
  .img-slide,
  .person-slide {
    height: auto;
    margin: 0;
  }
  .img-slide img,
  .person-slide img {
    display: block;
    margin: 0 auto;
  }
  .person-slide img {
    padding: 0;
  }
  .person-slide p {
    margin: 0 auto;
    max-width: 27em;
    padding: 1.25em 0 0;
  }
  .person-slide .cite {
    margin: 1.25em auto 0;
    position: relative;
  }
  .person-slide .cite:before {
    content: '';
    border-top: 1px solid #AE0055;
    height: 0.7692em;
    left: 0;
    max-width: 13.5em;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .person-slide .inner {
    padding: 2em;
  }
  .flaps {
    display: block;
    left: 0;
    position: absolute;
    text-indent: -999em;
    width: 100%;
    z-index: 50;
  }
  .flaps.sticky {
    left: 3em;
    position: fixed;
    right: 3em;
    width: auto;
  }
  .flaps.sticky.bottom {
    position: absolute;
    left: 0;
    right: 0;
  }
  .flaps a {
    background-image: url(../img/flaps.png);
    background-repeat: no-repeat;
    height: 4em;
    position: absolute;
    width: 4em;
  }
  .flap-left {
    background-position: 0 0;
    left: 0;
  }
  .flap-right {
    background-position: 0 -4em;
    right: 0;
  }
  .sitemap-list .chapter {
    margin: 0 0 2em 3%;
    width: 31.3333%;
  }
  .sitemap-list .chapter-1,
  .sitemap-list .chapter-4 {
    clear: left;
    margin-left: 0;
  }
  footer[role="contentinfo"] {
    border-top: 1px solid #ccc;
    padding-top: 0;
  }
  .pre-footer {
    display: block;
  }
  .pre-footer .logo {
    background-position: 50% 50%;
    background-size: 100% auto;
    height: 3.5em;
    margin: 2.45em 2em;
    width: 9.5em;
  }
  .pre-footer .handling-solutions {
    margin: 3.35em 2em;
  }
  footer hr {
    margin: 0;
  }
  footer .page-tools {
    display: none;
  }
  .magazine footer .flatnav-wrapper {
    top: -9.5em;
    display: block;
  }
  footer .flatnav-wrapper {
    padding-right: 2em;
  }
  .willkommen .content-container > article {
    max-width: 100%;
    margin: 0;
  }
  .stage .inside {
    height: 35em;
  }
  .stage .innovation .inside {
    background-position: 40% 100%;
    background-size: auto 165%;
  }
  .stage .opportunities .inside {
    background-position: 28% 100%;
  }
  .stage .team-spirit .inside {
    background-position: 70% 100%;
  }
  .stage h2 {
    font-size: 5em;
  }
  .stage .accordion {
    padding-right: 1.7em;
    width: 27.6em;
  }
  .stage .we-keep .inside {
    background-image: url(../img/stage-we-keep-mobile.jpg);
    background-position: 100% 50%;
    background-size: auto 80%;
  }
  .home-teaser {
    padding: 1em;
  }
  .home-teaser .third {
    width: 49%;
    margin: 0 0 0 2%;
  }
  .home-teaser .third:first-child {
    margin-left: 0;
  }
  .home-teaser > .third:last-child {
    margin: 0.75em 1%;
    width: 98%;
  }
  .home-teaser > .third:last-child .teaser {
    float: right;
    width: 49%;
  }
  .home-teaser > .third:last-child .teaser:first-child {
    float: left;
  }
  .home-teaser .wrapper {
    background-color: #f3f5f7;
    display: inline-block;
    margin: 0.75em 1%;
    position: relative;
    width: 98%;
    z-index: 1;
  }
  .home-teaser .wrapper:before,
  .home-teaser .wrapper:after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 49%;
    position: absolute;
    top: 0;
    width: 2%;
    z-index: -1;
  }
  .home-teaser .wrapper:after {
    background-color: #f3f5f7;
    left: 51%;
  }
  .home-teaser .wrapper .third {
    width: 49%;
  }
  .home-teaser .wrapper .third:last-child {
    margin-left: 2%;
  }
  .home-teaser .inner {
    height: auto;
  }
  .home-teaser .letter p {
    margin-bottom: 0.5em;
  }
  .home-teaser .riske img {
    display: block;
    width: 100%;
    height: auto;
  }
  .home-teaser .chart-gen {
    margin-bottom: 0;
  }
  .brief-an-die-aktionaere article h1,
  .brief-an-die-aktionaere article h1.stuck {
    position: static;
    margin: 0 0 0.8333em;
  }
  .letters {
    margin-left: 0;
    width: 56.4em;
  }
  .letters img {
    position: relative;
    right: 0;
    left: auto;
  }
  .letters blockquote {
    position: absolute;
  }
  .mail-bar {
    right: auto;
  }
  .brief-an-die-aktionaere footer .flatnav-wrapper {
    margin-right: 0;
    padding-right: 2em;
  }
}
@media only screen and (max-width: 920px) {
  footer .menu {
    padding: 0.8em 2em 0;
  }
  footer .menu li {
    display: block;
    float: left;
    margin-bottom: 0.5em;
  }
  footer .menu li:nth-child(1) {
    float: none;
    margin: 0;
    padding: 0 0 1.25em;
  }
  footer .menu li:nth-child(2) {
    border: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .magazine-home .globe a {
    width: 30%;
  }
  .magazine-home .globe .team-spirit {
    left: 0;
  }
  .magazine-home .globe .perspectives {
    left: 1%;
  }
  .magazine-home .globe .opportunities {
    left: 10%;
  }
  .magazine-home .globe .inspiration {
    left: auto;
    right: 0;
  }
  .magazine-home .globe .passion {
    left: auto;
    right: 1%;
  }
  .magazine-home .globe .quality {
    left: auto;
    right: 0;
    top: 15%;
  }
  .magazine-home .globe .innovation {
    left: auto;
    right: 15%;
  }
  .magazine-home .globe .potential {
    left: auto;
    right: 15%;
  }
  .mag-teaser:after {
    padding-top: 57%;
  }
}
@media only screen and (max-width: 820px) {
  .mag-slider .inner {
    padding: 2.5em;
  }
  .magazine-sub .mag-slider h2 {
    padding: 0;
    margin-bottom: 1em;
  }
  .magazine-sub .mag-slider img {
    max-width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    margin: 0.5em;
    min-width: 30.8em;
  }
  .stage .accordion {
    width: auto;
    padding: 19em 0.75em 1em;
  }
  .content .stage li,
  .content .stage li.active,
  .content .stage .team-spirit {
    width: 45%;
    margin: 0.75em 2.5%;
    background-size: 100% auto;
  }
  .content .stage .we-keep,
  .content .stage .we-keep.active {
    margin: 0;
    position: absolute;
    width: 100%;
  }
  .stage .inside {
    height: 16em;
    left: 0;
    top: 1.5em;
    -webkit-transition: none;
    transition: none;
  }
  .stage li .inside,
  .stage .active .inside {
    display: none;
  }
  .stage .we-keep .inside {
    background-image: url(../img/stage-we-keep-mobile.jpg);
    background-size: auto 100%;
  }
  .stage .innovation .inside {
    background-position: 14% 32%;
  }
  .stage .opportunities .inside {
    background-position: 0% 53%;
  }
  .stage .team-spirit .inside {
    background-position: 66% 68%;
  }
  .stage .accordion li > a,
  .stage .accordion .active > a,
  .panel1-active .accordion li > a {
    background: none;
    opacity: 1;
  }
  .stage .we-keep .inside,
  .stage .we-keep.active .inside {
    display: block;
    opacity: 1;
    margin: 0 4%;
    width: 92%;
  }
  .stage h2 {
    font-size: 2.4em;
  }
  .stage .btn-group {
    display: none;
  }
  .stage .inside .btn {
    margin: 0 1.25em 1em;
  }
  .stage .btn.right {
    margin-bottom: 0;
  }
  .home-teaser .downloads .inner {
    height: auto;
  }
  .home-teaser .third,
  .home-teaser .third:first-child,
  .home-teaser .third:last-child,
  .home-teaser .third:last-child .teaser {
    width: 100%;
    margin: 0 0 1em;
  }
  .home-teaser .third:last-child,
  .home-teaser .third:last-child .teaser:last-child {
    margin-bottom: 0;
  }
  .home-teaser .wrapper .third:last-child {
    margin: 0;
  }
  .home-teaser .wrapper {
    background-color: transparent;
    margin: 0 0 1em;
    vertical-align: bottom;
    width: 100%;
  }
  .mag-slider .inner {
    text-align: center;
  }
  .mag-slider h2,
  .mag-slider p,
  .mag-slider ul,
  .mag-slider img {
    float: none;
    width: auto;
    margin-bottom: 1em;
    text-align: left;
  }
  .magazine-sub .content img {
    max-width: 100%;
  }
  footer[role="contentinfo"] {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 700px) {
  .dlm-list,
  .prm-list {
    position: relative;
  }
  .sidepanel-2 .collapsible-list,
  .sidepanel-2 .collapsible-list > li {
    float: left;
  }
  .sidepanel-2 .btn {
    float: left;
    margin: 1em 2em 1em 0;
    position: static;
  }
  .service.box .dlm-list .more-list,
  .service.box .prm-list .more-list {
    bottom: 6em;
    left: 0;
    right: auto;
    top: auto;
  }
  .link.box,
  .history.box {
    float: none;
    margin: 0;
    width: auto;
  }
  .chart-generator .link.box {
    margin-top: 7.5em;
  }
  .history.box {
    margin-top: 1.5em;
  }
  .magazine article h1 {
    margin-top: 0.4em;
  }
  .magazine-sub .content > p {
    padding-right: 1.4286em;
  }
  .magazine-sub .content h2 {
    padding-right: 1.25em;
  }
  .bx-wrapper {
    margin: 3em 0;
  }
  .sticky-wrapper .letter {
    display: none;
  }
  .sticky-wrapper .letter-1 {
    display: block;
    opacity: 1;
    position: static;
  }
  .letters {
    background: transparent;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    position: static;
  }
  .letters.stuck {
    position: static;
  }
  .letters blockquote {
    width: auto;
    height: auto;
    border-width: 1px 0 0 0;
    position: static;
  }
  .ceo,
  .mail-bar {
    position: static;
    width: auto;
  }
  .ceo {
    margin: 0 0 2em 0;
  }
  .mail-bar {
    margin: 0 -2em 2em -2em;
  }
  .mail-date {
    white-space: nowrap;
  }
  .sticky-wrapper {
    height: auto !important;
  }
  .sticky-wrapper .letter img,
  .letter img {
    float: none;
    width: 100%;
    height: auto;
    left: auto;
  }
  .chapter + .letter {
    display: block;
  }
  .chapter + .letter blockquote {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ae0055;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    color: #ae0055;
    font-size: 1.8em;
    padding: 1.3333em 0;
    margin: 0 0 2em 0;
  }
  .service.box .close {
    width: 100%;
  }
}
@media only screen and (max-width: 660px) {
  .magazine-home .globe {
    background: url(../img/globe-empty.jpg) 50% 0 no-repeat;
    background-size: 100% auto;
    padding-top: 75%;
    margin-top: 1.5em;
  }
  .magazine-home .globe a {
    position: static;
    width: 94%;
    padding: 0.3571em 3%;
    margin: 0 0 0.5em 0;
  }
}
@media only screen and (max-width: 650px) {
  .sitemap-list .chapter {
    clear: none;
    float: none;
    margin: 0 0 2em;
    width: auto;
  }
  .pre-footer {
    background: url(../img/handling-solutions-2l.png) no-repeat 0 100%;
    margin: 2.45em 2em 2em;
    height: 9.05em;
  }
  .pre-footer .logo {
    margin: 0;
  }
  footer .handling-solutions {
    display: none;
  }
  .magazine.magazine-sub .content-container {
    background: none;
  }
  .magazine article h1 {
    color: #333;
    font-size: 3em;
    margin: 1em 0.6667em 0.3333em;
    position: static;
  }
  .magazine article .subheadline {
    margin: 0 1.4286em;
  }
  .magazine-sub article .subheadline {
    color: #333;
    margin: 0 1.4286em;
    position: static;
  }
  .mag-teaser {
    margin: 2em 0 24.6em;
  }
  .mag-teaser .inner {
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 0 2em;
  }
  .perspektiven .mag-teaser .inner {
    background-image: url(../img/mag-perspectives.jpg);
  }
  .qualitaet .mag-teaser .inner {
    background-image: url(../img/mag-quality.jpg);
  }
  .potenzial .mag-teaser .inner {
    background-image: url(../img/mag-potential.jpg);
  }
  .innovation .mag-teaser .inner {
    background-image: url(../img/mag-innovation.jpg);
  }
  .leidenschaft .mag-teaser .inner {
    background-image: url(../img/mag-passion.jpg);
  }
  .inspiration .mag-teaser .inner {
    background-image: url(../img/mag-inspiration.jpg);
  }
  .moeglichkeiten .mag-teaser .inner {
    background-image: url(../img/mag-opportunities.jpg);
  }
  .teamgeist .mag-teaser .inner {
    background-image: url(../img/mag-team-spirit.jpg);
  }
  .mag-teaser .inner > .btn {
    bottom: -13.375em;
    left: 0.625em;
    min-width: 14.25em;
  }
}
@media only screen and (max-width: 600px) {
  footer .menu li {
    padding: 0 0.75em;
  }
  footer .menu li:nth-child(3) {
    padding-right: 0;
  }
  footer .menu li:nth-child(4) {
    border: 0;
    clear: left;
    padding-left: 0;
  }
  footer .menu li:nth-child(6) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 590px) {
  .mag-teaser .info {
    background-size: 150% auto;
    background-position: 60% 35%;
  }
  .short-profile.andreas-kistner .popup-wrapper {
    padding: 260px 2.5em 0;
  }
  .short-profile article {
    margin: 0;
  }
}
@media only screen and (max-width: 550px) {
  .logo {
    float: none;
  }
  .site-title {
    float: none;
    margin-left: 0;
  }
  .site-title a {
    font-size: 1.4em;
  }
  .primary .search,
  .primary .menu {
    left: 1.5em;
    right: 1.5em;
  }
  .search .inner {
    margin: 3.5em 2em;
  }
  .primary .menu {
    padding: 2em;
  }
  .primary .menu li {
    float: none;
    width: auto;
  }
  .primary .menu li:nth-child(2) {
    border-top: 1px solid #ccc;
  }
  .primary .menu li.overview {
    border: 0;
  }
  .primary .menu a {
    padding-left: 0;
    padding-right: 0;
  }
  .primary .menu .to-home {
    left: 0.15em;
  }
  .primary .menu .level-back {
    background-position: 3.5em 1.2em;
    padding-left: 4.8em;
  }
  .primary .menu .overview a {
    padding-left: 0;
    padding-right: 0;
  }
  .primary .menu .back {
    margin: -2em -2em 2em;
  }
  .search-header > div {
    float: none;
    width: auto;
  }
  .search-header > .right {
    margin: 1em 0 0;
  }
  .search-header .more {
    margin-bottom: 1em;
  }
  .flaps.sticky {
    left: 2.6em;
    position: fixed;
    right: 2.6em;
    width: auto;
  }
  .collection-info {
    margin: 0;
  }
  .collection-info .inner {
    border-width: 0 0 1px;
  }
  .file-library.active .collection-info .inner {
    min-height: 0;
  }
  .collection-actions {
    float: none;
    position: static;
    width: auto;
  }
  .download-listing .actions {
    margin: 0 2em 0 0;
    width: 6em;
  }
  .download-listing .header .actions p {
    background-position: 50% 50%;
    font-size: 1em;
    height: 2.2em;
    padding: 0;
    text-indent: -999em;
    width: 3em;
  }
  .download-listing h2 {
    margin-right: 5em;
  }
  .download-listing h3 {
    height: auto;
    line-height: 1.4em;
    margin-right: ;
    padding: 0.5571em 5em 0.5571em 0;
  }
  .download-listing .active .expandable {
    background-position: 100% 0.8333em;
  }
  .download-item h4 {
    height: auto;
    line-height: 1.4em;
    margin-right: 6.6667em;
    padding: 0.4667em 0;
  }
  .download-chapter .download-item {
    height: auto;
  }
  .download-listing .pdf-zip-add,
  .download-listing .xls-zip-add {
    padding: 0;
    width: 3em;
  }
  .download-listing .actions a {
    background-position: 50% 50%;
    margin: 1.2em auto;
  }
  .download-chapter .actions a {
    margin: 0.7em auto;
  }
  .spalte_drittel {
    float: none;
    margin: 0;
    width: auto;
  }
  .magazine footer .flatnav-wrapper {
    padding-right: 0;
  }
  .magazine footer .flatnav a {
    text-indent: -9999em;
    margin: 0 2em;
    padding-left: 1.2857em;
    display: inline-block;
    width: 0;
  }
  .stage .inside {
    height: 16em;
  }
}
@media only screen and (max-width: 410px) {
  .mag-teaser {
    margin: 0 0 2.5em 0;
  }
  .mag-teaser:after {
    padding: 0;
  }
  .mag-teaser .inner {
    position: static;
    padding-top: 65%;
  }
  .mag-teaser .wrapper {
    height: auto;
    position: static;
    background: #FFFFFF;
    margin-bottom: 1.5em;
  }
  .mag-teaser .info {
    height: auto;
    width: auto;
    background: rgba(51, 51, 51, 0.8);
    background-repeat: no-repeat;
    background-position: 90% 90%;
    background-size: 200% auto;
    padding: 3em 2.5em;
  }
  .magazine-sub.perspektiven .mag-teaser .info {
    background-image: url(../img/map-perspectives-trans.png);
  }
  .magazine-sub.qualitaet .mag-teaser .info {
    background-image: url(../img/map-quality-trans.png);
  }
  .magazine-sub.potenzial .mag-teaser .info {
    background-image: url(../img/map-potential-trans.png);
  }
  .magazine-sub.innovation .mag-teaser .info {
    background-image: url(../img/map-innovation-trans.png);
    background-position: 90% 120%;
  }
  .magazine-sub.leidenschaft .mag-teaser .info {
    background-image: url(../img/map-passion-trans.png);
    background-position: 70% 120%;
  }
  .magazine-sub.inspiration .mag-teaser .info {
    background-image: url(../img/map-inspiration-trans.png);
    background-position: 100% 130%;
  }
  .magazine-sub.moeglichkeiten .mag-teaser .info {
    background-image: url(../img/map-opportunities-trans.png);
    background-position: 90% 120%;
  }
  .magazine-sub.teamgeist .mag-teaser .info {
    background-image: url(../img/map-team-spirit-trans.png);
    background-position: 100% 100%;
  }
  .mag-teaser .person,
  .mag-teaser .location {
    float: none;
    margin: 0;
    width: auto;
  }
  .mag-teaser .person {
    margin-bottom: 30%;
  }
  .mag-teaser .location {
    position: relative;
    margin-left: 35%;
  }
  .magazine-sub.perspektiven .mag-teaser .location {
    margin-left: 50%;
  }
  .magazine-sub.innovation .mag-teaser .location {
    margin-left: 30%;
  }
  .magazine-sub.leidenschaft .mag-teaser .location {
    margin-left: 65%;
  }
  .magazine-sub.inspiration .mag-teaser .location {
    margin-left: 15%;
  }
  .magazine-sub.teamgeist .mag-teaser .location {
    margin-left: 50%;
    top: -5em;
  }
  .mag-teaser .inner > .btn {
    position: static;
    display: block;
    width: 80%;
    padding-left: 3%;
    padding-right: 3%;
    margin: 0 auto;
    float: none;
  }
  .bx-controls-direction a {
    top: 20%;
  }
  .content .mail-bar li + li + li {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  body.willkommen {
    min-width: 29.8em;
  }
  .stage .inside .btn {
    width: 80%;
  }
}



.nowrap {white-space: nowrap;} 

