/* 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 2.20em;
  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: 14.9em;
}
.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;
}
.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: 3.3em 2em 0;
  padding: 0;
  width: auto;
}
/* Home content */
.home-content {
  margin: 0 2em 0 0;
  width: 64em;
}
/* Stage */
.stage {
  border: 1px solid #efeff0;
  margin: 0 0 2em;
}
.stage .inner {
  background: #e4dfd3 url(../img/globe.png) no-repeat 95% 50%;
  border: 1px solid #fff;
  height: 24em;
}
article .stage h1 {
  background: url(../img/bar.png) no-repeat;
  color: #333;
  font-size: 1.8em;
  height: 2.4444em;
  line-height: 2.4444em;
  margin: 0.5556em 0 0;
  padding: 0 1em;
  width: 15.7778em;
}
.stage h2 {
  color: #333;
  display: inline-block;
  font-size: 18em;
  line-height: 1em;
  margin: 0.0167em 0.1333em;
}
/* Teaser */
.home-teaser {
  width: 29.4em;
}
.home-teaser .inner {
  background-color: #f3f5f7;
  margin: 0 0 2em;
  padding: 2em;
}
.home-teaser h3 {
  color: #AE0055;
  font-size: 1.6em;
  margin: 0;
}
.home-teaser a {
  display: block;
}
.home-teaser p {
  font-size: 1.2em;
  margin: 0 0 0.5em;
}
.home-teaser .letter h3 + p {
  padding: 0 3.5em 0 0;
}
.home-teaser ul li {
  background: none;
  font-size: 1em;
  padding: 0;
}
.home-teaser .more {
  padding-bottom: 0;
}
/*
================
MAGAZINE
================
*/
/* Magazine */
.magazine .primary {
  background: none;
}
.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 {
  height: 30.4em;
  margin: 0 -1em;
  position: relative;
}
.lt-ie9 .mag-teaser {
  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 > .btn {
  bottom: 2.5em;
  font-weight: bold;
  left: 3.75em;
  position: absolute;
}
.mag-teaser > .btn span {
  background: url(../img/arrow-button-white-s.png) no-repeat 100% 0.3125em;
  padding: 0 2em 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 6% 0 6.5%;
  width: 37.5%;
}
.mag-teaser .bio {
  font-size: 1.1em;
  font-weight: bold;
  margin: 1em 0 0;
  padding: 0.25em 0.75em;
}
.mag-teaser .location {
  margin: 0 6.5% 0 11%;
  width: 32.5%;
}
.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 {
  margin: 0 1em 1.5em 0;
}
.bx-pager-link {
  background: url(../img/pager.png) repeat-x;
  display: block;
  height: 0.8em;
  margin: 0 0 0 0.8em;
  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 .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;
  position: relative;
  width: 47.988%;
}
.ie .img-slide,
.ie .person-slide {
  width: 47.7em;
}
.img-slide:first-child,
.person-slide:first-child {
  margin-right: 4.0245%;
}
.ie .img-slide:first-child,
.ie .person-slide:first-child {
  margin-right: 4em;
}
.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;
  padding: 3.5% 4.25%;
  position: absolute;
  width: 91.5%;
}
/* 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: #fff;
  height: 34.3em;
  margin-left: -21.9em;
  padding: 0 0 1.5em;
  position: relative;
  width: 78.3em;
}
.letters.stuck {
  position: fixed;
  top: 1.5em;
}
.letters blockquote {
  background-color: #fff;
  border: 1px solid #AE0055;
  border-width: 1px 0;
  color: #AE0055;
  font-size: 1.8em;
  height: 14.1667em;
  padding: 1.3333em 0;
  width: 10.2222em;
}
.letters .letter {
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .5s;
  -webkit-transition: .5s;
  width: 100%;
}
.lt-ie8 .letters .letter {
  display: none;
}
.letters .letter.active {
  opacity: 1;
  transition: .5s;
  -webkit-transition: .5s;
}
.lt-ie8 .letters .letter.active {
  display: block;
}
/* CEO */
.ceo {
  bottom: 7em;
  left: 0;
  position: absolute;
  width: 18.4em;
}
.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;
}
.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: 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;
  }
  .service.box .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;
  }
  .willkommen .content-container > article {
    max-width: none;
    margin: 0 2em;
  }
  .content {
    position: relative;
  }
  .home-content,
  .home-teaser {
    float: none;
    width: auto;
  }
  .home-content {
    margin: 0;
  }
  .stage {
    border: 0;
    margin: 0 -2em 2em;
    overflow: hidden;
  }
  .stage .inner {
    background-position: 87.5% 50%;
    border: 0;
  }
  article .stage h1 {
    background-position: 0 100%;
    margin-top: 0;
    padding-top: 0.5556em;
  }
  .home-content .kion-group {
    padding: 1em 0 1.5em;
  }
  .home-teaser .outer {
    background-color: #f3f5f7;
    background: linear-gradient(0deg, #f3f5f7, #f3f5f7 48.5%, #ffffff 48.5%, #ffffff 51.5%, #f3f5f7 51.5%, #f3f5f7 100%);
    background: -moz-linear-gradient(0deg, #f3f5f7, #f3f5f7 48.5%, #ffffff 48.5%, #ffffff 51.5%, #f3f5f7 51.5%, #f3f5f7 100%);
    background: -webkit-linear-gradient(0deg, #f3f5f7, #f3f5f7 48.5%, #ffffff 48.5%, #ffffff 51.5%, #f3f5f7 51.5%, #f3f5f7 100%);
    background: -ms-linear-gradient(0deg, #f3f5f7, #f3f5f7 48.5%, #ffffff 48.5%, #ffffff 51.5%, #f3f5f7 51.5%, #f3f5f7 100%);
    background: -o-linear-gradient(0deg, #f3f5f7, #f3f5f7 48.5%, #ffffff 48.5%, #ffffff 51.5%, #f3f5f7 51.5%, #f3f5f7 100%);
    margin: 0 0 2em;
  }
  .home-teaser .outer .teaser {
    float: left;
    width: 48.5%;
  }
  .home-teaser .outer .teaser:first-child {
    margin: 0 3% 0 0;
  }
  .home-teaser .outer .inner {
    background-color: transparent;
    margin: 0;
  }
  .home-teaser ul:before,
  .home-teaser ul:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .home-teaser ul:after {
    clear: both;
  }
  .home-teaser ul li {
    float: left;
    padding-right: 3em;
  }
  .bild {
    max-width: 100%;
  }
  .table-popup,
  .imagepopup span {
    display: none;
  }
  .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;
  }
  footer .flatnav-wrapper {
    padding-right: 2em;
  }
}
@media only screen and (max-width: 840px) {
  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: 767px) {
  body {
    margin: 0.5em;
    min-width: 30.8em;
  }
  footer[role="contentinfo"] {
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 700px) {
  .dlm-list,
  .prm-list {
    position: relative;
  }
  .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: 0;
    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;
  }
}
@media only screen and (max-width: 650px) {
  .sitemap-list .chapter {
    clear: none;
    float: none;
    margin: 0 0 2em;
    width: auto;
  }
  .home-teaser ul li {
    float: none;
    padding-right: 0;
  }
  .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;
  }
}
@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;
  }
  .stage .inner {
    background-position: 95% 70%;
    background-size: auto 58%;
  }
  .stage h2 {
    font-size: 9em;
    line-height: 1em;
    margin: 0.4333em 0.2em 0.6333em;
  }
  .home-teaser {
    margin: 0 -1em;
  }
  .home-teaser .outer {
    background: none;
    margin: 0;
  }
  .home-teaser .outer .teaser {
    float: none;
    width: auto;
  }
  .home-teaser .outer .teaser:first-child {
    margin: 0;
  }
  .home-teaser .outer .inner {
    background-color: #f3f5f7;
    margin: 0 0 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;
  }
  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(5) {
    padding-right: 0;
  }
}



.nowrap {white-space: nowrap;} 

