/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
	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] {
  display: none;
}

/* =============================================================================
	Base
	========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 */
::-moz-selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
	Links
	========================================================================== */
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
	Typography
	========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
	Lists
	========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
	Embedded content
	========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
	Figures
	========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
	Forms
	========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
	Tables
	========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* =============================================================================
	Hilfsklassen
	========================================================================== */
/* um Grafiken zu ersetzen */
.ir {
  display: block;
  text-indent: -m;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* Zum verstecken in beidem, Browser sowie Screenreader
	css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}

/* Optisch versteckt, aber mit Screenreader lesbar
	www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Optisch verstecken (auch von Screenreader), aber behalte den Platz im Layout */
.invisible {
  visibility: hidden;
}

/* >> Der glorreiche CLEARFIX: Aktualisiert, um einen Einsturz der Außenabstände in Kind-Elementen zu verhindern << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

/* Clearfix-Fix: blueprintcss.lighthouseapp.com/projects/8/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

/* =============================================================================
	primary styles
	========================================================================== */
/* =============================================================================
	Basis-Elemente
	========================================================================== */
html {
  height: 100%;
  /* immer einen Scrollbalken erzwingen (ausser IE) */
  overflow-y: scroll;
}

body {
  height: 100%;
  background: white url(../../img/basics/bg.png) repeat-y 50% top;
}

body, select, input, textarea {
  font-family: Arial, sans-serif;
  font-size: 13px;
}

h1, h2, h3 {
  margin-top: 0;
  line-height: 135%;
  font-weight: normal;
  color: white;
}

h1 {
  font-size: 16px;
  margin-bottom: 1em;
}

h2 {
  font-size: 15px;
  margin-bottom: 1em;
  background: transparent url(../../img/basics/bullet.png) no-repeat left 7px;
  padding-left: 1.3em;
}

h3 {
  font-size: 15px;
  margin-bottom: 0.4em;
  font-style: italic;
  background: transparent url(../../img/basics/bullet.png) no-repeat left 4px;
  padding-left: 1.3em;
}

p + h2,
ul + h2 {
  margin-top: 3em;
}

p + h3,
ul + h3 {
  margin-top: 3em;
}

p {
  margin: 0 0 1em 0;
  color: #dddddd;
  line-height: 150%;
}

ul {
  margin: 0 0 1em 0;
  color: #dddddd;
  line-height: 150%;
  padding-left: 1.4em;
}
ul.spaced li {
  margin-bottom: 1em;
}

p.back2top {
  display: none;
  margin-top: 1em;
}
p.back2top a {
  color: #aaaaaa;
}
p.back2top + p {
  margin-top: 2em;
}

a {
  color: white;
  text-decoration: underline;
}
a:visited {
  color: white;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}

/* =============================================================================
	Komponenten
	========================================================================== */
/* =============================================================================
	Header
	========================================================================== */
#header {
  position: relative;
  height: 158px;
  background: transparent url(../../img/basics/bg.line.png) no-repeat left 117px;
}

#logo {
  position: absolute;
  left: 758px;
  top: 20px;
}

.contentoverview {
  border-bottom: 1px dashed #a80f24;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.contentoverview h3 {
  font-size: 15px;
  font-style: normal;
}

/* =============================================================================
	Navigation
	========================================================================== */
#nav {
  float: left;
  position: absolute;
  left: 24px;
  top: 64px;
  height: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}
#nav > li {
  margin-right: 20px;
  float: left;
}
#nav > li > a, #nav > li > em {
  display: block;
  height: 22px;
  background-image: url(../../img/basics/navsprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}
#nav > li.sub-home > a, #nav > li.sub-home > em {
  width: 56px;
  background-position: 0 0;
}
#nav > li.sub-home > a:hover, #nav > li.sub-home > em:hover {
  background-position: 0 -22px;
}
#nav > li.sub-home.active > a, #nav > li.sub-home > em {
  background-position: 0 -22px;
}
#nav > li.sub-siteselection > a, #nav > li.sub-siteselection > em {
  width: 123px;
  background-position: -67px 0;
}
#nav > li.sub-siteselection > a:hover, #nav > li.sub-siteselection > em:hover {
  background-position: -67px -22px;
}
#nav > li.sub-siteselection.active > a, #nav > li.sub-siteselection > em {
  background-position: -67px -22px;
}
#nav > li.sub-m-and-a > a, #nav > li.sub-m-and-a > em {
  width: 52px;
  background-position: -204px 0;
}
#nav > li.sub-m-and-a > a:hover, #nav > li.sub-m-and-a > em:hover {
  background-position: -204px -22px;
}
#nav > li.sub-m-and-a.active > a, #nav > li.sub-m-and-a > em {
  background-position: -204px -22px;
}
#nav > li.sub-development > a, #nav > li.sub-development > em {
  width: 100px;
  background-position: -270px 0;
}
#nav > li.sub-development > a:hover, #nav > li.sub-development > em:hover {
  background-position: -270px -22px;
}
#nav > li.sub-development.active > a, #nav > li.sub-development > em {
  background-position: -270px -22px;
}
#nav > li.sub-news > a, #nav > li.sub-news > em {
  width: 55px;
  background-position: -384px 0;
}
#nav > li.sub-news > a:hover, #nav > li.sub-news > em:hover {
  background-position: -384px -22px;
}
#nav > li.sub-news.active > a, #nav > li.sub-news > em {
  background-position: -384px -22px;
}

.lang-en #nav > li > a, .lang-en #nav > li > em {
  background-image: url(../../img/basics/navsprite.en.png);
}
.lang-en #nav > li.sub-home > a, .lang-en #nav > li.sub-home > em {
  width: 57px;
  background-position: 0 0;
}
.lang-en #nav > li.sub-home > a:hover, .lang-en #nav > li.sub-home > em:hover {
  background-position: 0 -22px;
}
.lang-en #nav > li.sub-home.active > a, .lang-en #nav > li.sub-home > em {
  background-position: 0 -22px;
}
.lang-en #nav > li.sub-siteselection > a, .lang-en #nav > li.sub-siteselection > em {
  width: 121px;
  background-position: -68px 0;
}
.lang-en #nav > li.sub-siteselection > a:hover, .lang-en #nav > li.sub-siteselection > em:hover {
  background-position: -68px -22px;
}
.lang-en #nav > li.sub-siteselection.active > a, .lang-en #nav > li.sub-siteselection > em {
  background-position: -68px -22px;
}
.lang-en #nav > li.sub-m-and-a > a, .lang-en #nav > li.sub-m-and-a > em {
  width: 52px;
  background-position: -202px 0;
}
.lang-en #nav > li.sub-m-and-a > a:hover, .lang-en #nav > li.sub-m-and-a > em:hover {
  background-position: -202px -22px;
}
.lang-en #nav > li.sub-m-and-a.active > a, .lang-en #nav > li.sub-m-and-a > em {
  background-position: -202px -22px;
}
.lang-en #nav > li.sub-development > a, .lang-en #nav > li.sub-development > em {
  width: 121px;
  background-position: -269px 0;
}
.lang-en #nav > li.sub-development > a:hover, .lang-en #nav > li.sub-development > em:hover {
  background-position: -269px -22px;
}
.lang-en #nav > li.sub-development.active > a, .lang-en #nav > li.sub-development > em {
  background-position: -269px -22px;
}
.lang-en #nav > li.sub-news > a, .lang-en #nav > li.sub-news > em {
  width: 55px;
  background-position: -404px 0;
}
.lang-en #nav > li.sub-news > a:hover, .lang-en #nav > li.sub-news > em:hover {
  background-position: -404px -22px;
}
.lang-en #nav > li.sub-news.active > a, .lang-en #nav > li.sub-news > em {
  background-position: -404px -22px;
}

#subnav {
  float: left;
  position: absolute;
  left: 3px;
  top: 37px;
  padding: 0;
  margin: 0;
  width: 703px;
  height: 12px;
  list-style: none;
}
#subnav > li {
  margin-right: 24px;
  float: left;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
}
#subnav > li a {
  color: #b2b2b2;
  text-decoration: none;
}
#subnav > li a:hover {
  color: white;
  text-decoration: none;
}
#subnav > li em {
  color: white;
  font-style: normal;
}

/* =============================================================================
	Standard-Content Hauptaufteilung
	========================================================================== */
#lang-switch {
  position: absolute;
  top: 129px;
  right: 233px;
  width: 150px;
  text-align: right;
  font-size: 13px;
  color: #999999;
}
#lang-switch a {
  text-decoration: none;
  color: #999999;
}
#lang-switch a:hover {
  text-decoration: none;
  color: white;
}
#lang-switch em {
  color: white;
  font-style: normal;
}

#outerwrap {
  margin: 0 auto;
  width: 955px;
  background: white url(../../img/basics/bg.png) repeat-y 50% top;
  min-height: 100%;
}

.wrap {
  position: relative;
}

.content-wrap {
  padding-bottom: 20px;
}

#box-outer {
  border-top: 2px solid #434343;
  border-bottom: 2px solid #434343;
  padding: 2px 0;
  margin-right: 225px;
}

#box-inner {
  background-color: #313131;
  min-height: 407px;
  position: relative;
  padding-right: 225px;
}
#box-inner .sub-text {
  padding: 25px 25px 10px 25px;
}
#box-inner .sub-visual {
  position: absolute;
  top: 0;
  right: 8px;
  float: right;
  width: 217px;
}

#address {
  position: absolute;
  right: 20px;
  bottom: 25px;
  width: 180px;
  font-size: 13px;
  color: #888888;
  line-height: 150%;
}
#address a {
  color: #888888;
}

#imprint {
  margin-top: 0.5em;
}

ul.bubblebuttons {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.bubblebuttons li {
  float: left;
  margin-bottom: 1em;
}
ul.bubblebuttons li em, ul.bubblebuttons li a {
  display: block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 92px;
  height: 92px;
  margin-right: 19px;
  background: transparent url(../../img/basics/bubblebuttonssprite.png) no-repeat left top;
}
ul.bubblebuttons li.sub-newfacility a {
  background-position: 0px 0;
}
ul.bubblebuttons li.sub-newfacility a:hover {
  background-position: 0px -94px;
}
ul.bubblebuttons li.sub-newfacility em {
  background-position: 0px 0;
}
ul.bubblebuttons li.sub-relocation a {
  background-position: -111px 0;
}
ul.bubblebuttons li.sub-relocation a:hover {
  background-position: -111px -94px;
}
ul.bubblebuttons li.sub-relocation em {
  background-position: -111px 0;
}
ul.bubblebuttons li.sub-consolidation a {
  background-position: -222px 0;
}
ul.bubblebuttons li.sub-consolidation a:hover {
  background-position: -222px -94px;
}
ul.bubblebuttons li.sub-consolidation em {
  background-position: -222px 0;
}
ul.bubblebuttons li.sub-expansion a {
  background-position: -333px 0;
}
ul.bubblebuttons li.sub-expansion a:hover {
  background-position: -333px -94px;
}
ul.bubblebuttons li.sub-expansion em {
  background-position: -333px 0;
}
ul.bubblebuttons li.sub-acquisitions a {
  background-position: -444px 0;
}
ul.bubblebuttons li.sub-acquisitions a:hover {
  background-position: -444px -94px;
}
ul.bubblebuttons li.sub-acquisitions em {
  background-position: -444px 0;
}
ul.bubblebuttons li.sub-divestment a {
  background-position: -555px 0;
}
ul.bubblebuttons li.sub-divestment a:hover {
  background-position: -555px -94px;
}
ul.bubblebuttons li.sub-divestment em {
  background-position: -555px 0;
}
ul.bubblebuttons li.sub-interestinacompany a {
  background-position: -666px 0;
}
ul.bubblebuttons li.sub-interestinacompany a:hover {
  background-position: -666px -94px;
}
ul.bubblebuttons li.sub-interestinacompany em {
  background-position: -666px 0;
}
ul.bubblebuttons li.sub-businessdevelopment a {
  background-position: -777px 0;
}
ul.bubblebuttons li.sub-businessdevelopment a:hover {
  background-position: -777px -94px;
}
ul.bubblebuttons li.sub-businessdevelopment em {
  background-position: -777px 0;
}
ul.bubblebuttons li.sub-economicdevelopment a {
  background-position: -888px 0;
}
ul.bubblebuttons li.sub-economicdevelopment a:hover {
  background-position: -888px -94px;
}
ul.bubblebuttons li.sub-economicdevelopment em {
  background-position: -888px 0;
}
ul.bubblebuttons li.sub-references a {
  background-position: -999px 0;
}
ul.bubblebuttons li.sub-references a:hover {
  background-position: -999px -94px;
}
ul.bubblebuttons li.sub-references em {
  background-position: -999px 0;
}
ul.bubblebuttons li.sub-siteselection a {
  background-position: -1110px 0;
}
ul.bubblebuttons li.sub-siteselection a:hover {
  background-position: -1110px -94px;
}
ul.bubblebuttons li.sub-siteselection em {
  background-position: -1110px 0;
}
ul.bubblebuttons li.sub-manda a {
  background-position: -1221px 0;
}
ul.bubblebuttons li.sub-manda a:hover {
  background-position: -1221px -94px;
}
ul.bubblebuttons li.sub-manda em {
  background-position: -1221px 0;
}
ul.bubblebuttons li.sub-development a {
  background-position: -1332px 0;
}
ul.bubblebuttons li.sub-development a:hover {
  background-position: -1332px -94px;
}
ul.bubblebuttons li.sub-development em {
  background-position: -1332px 0;
}
ul.bubblebuttons li.sub-news a {
  background-position: -1443px 0;
}
ul.bubblebuttons li.sub-news a:hover {
  background-position: -1443px -94px;
}
ul.bubblebuttons li.sub-news em {
  background-position: -1443px 0;
}
ul.bubblebuttons li.sub-last {
  float: none;
}
ul.bubblebuttons li.sub-last a, ul.bubblebuttons li.sub-last em {
  margin-right: 0;
}

.lang-en ul.bubblebuttons li em, .lang-en ul.bubblebuttons li a {
  background: transparent url(../../img/basics/bubblebuttonssprite.en.png) no-repeat left top;
}
.lang-en ul.bubblebuttons li.sub-newfacility a {
  background-position: 0px 0;
}
.lang-en ul.bubblebuttons li.sub-newfacility a:hover {
  background-position: 0px -94px;
}
.lang-en ul.bubblebuttons li.sub-newfacility em {
  background-position: 0px 0;
}
.lang-en ul.bubblebuttons li.sub-relocation a {
  background-position: -111px 0;
}
.lang-en ul.bubblebuttons li.sub-relocation a:hover {
  background-position: -111px -94px;
}
.lang-en ul.bubblebuttons li.sub-relocation em {
  background-position: -111px 0;
}
.lang-en ul.bubblebuttons li.sub-consolidation a {
  background-position: -222px 0;
}
.lang-en ul.bubblebuttons li.sub-consolidation a:hover {
  background-position: -222px -94px;
}
.lang-en ul.bubblebuttons li.sub-consolidation em {
  background-position: -222px 0;
}
.lang-en ul.bubblebuttons li.sub-expansion a {
  background-position: -333px 0;
}
.lang-en ul.bubblebuttons li.sub-expansion a:hover {
  background-position: -333px -94px;
}
.lang-en ul.bubblebuttons li.sub-expansion em {
  background-position: -333px 0;
}
.lang-en ul.bubblebuttons li.sub-acquisitions a {
  background-position: -444px 0;
}
.lang-en ul.bubblebuttons li.sub-acquisitions a:hover {
  background-position: -444px -94px;
}
.lang-en ul.bubblebuttons li.sub-acquisitions em {
  background-position: -444px 0;
}
.lang-en ul.bubblebuttons li.sub-divestment a {
  background-position: -555px 0;
}
.lang-en ul.bubblebuttons li.sub-divestment a:hover {
  background-position: -555px -94px;
}
.lang-en ul.bubblebuttons li.sub-divestment em {
  background-position: -555px 0;
}
.lang-en ul.bubblebuttons li.sub-interestinacompany a {
  background-position: -666px 0;
}
.lang-en ul.bubblebuttons li.sub-interestinacompany a:hover {
  background-position: -666px -94px;
}
.lang-en ul.bubblebuttons li.sub-interestinacompany em {
  background-position: -666px 0;
}
.lang-en ul.bubblebuttons li.sub-businessdevelopment a {
  background-position: -777px 0;
}
.lang-en ul.bubblebuttons li.sub-businessdevelopment a:hover {
  background-position: -777px -94px;
}
.lang-en ul.bubblebuttons li.sub-businessdevelopment em {
  background-position: -777px 0;
}
.lang-en ul.bubblebuttons li.sub-economicdevelopment a {
  background-position: -888px 0;
}
.lang-en ul.bubblebuttons li.sub-economicdevelopment a:hover {
  background-position: -888px -94px;
}
.lang-en ul.bubblebuttons li.sub-economicdevelopment em {
  background-position: -888px 0;
}
.lang-en ul.bubblebuttons li.sub-references a {
  background-position: -999px 0;
}
.lang-en ul.bubblebuttons li.sub-references a:hover {
  background-position: -999px -94px;
}
.lang-en ul.bubblebuttons li.sub-references em {
  background-position: -999px 0;
}
.lang-en ul.bubblebuttons li.sub-siteselection a {
  background-position: -1110px 0;
}
.lang-en ul.bubblebuttons li.sub-siteselection a:hover {
  background-position: -1110px -94px;
}
.lang-en ul.bubblebuttons li.sub-siteselection em {
  background-position: -1110px 0;
}
.lang-en ul.bubblebuttons li.sub-manda a {
  background-position: -1221px 0;
}
.lang-en ul.bubblebuttons li.sub-manda a:hover {
  background-position: -1221px -94px;
}
.lang-en ul.bubblebuttons li.sub-manda em {
  background-position: -1221px 0;
}
.lang-en ul.bubblebuttons li.sub-development a {
  background-position: -1332px 0;
}
.lang-en ul.bubblebuttons li.sub-development a:hover {
  background-position: -1332px -94px;
}
.lang-en ul.bubblebuttons li.sub-development em {
  background-position: -1332px 0;
}
.lang-en ul.bubblebuttons li.sub-news a {
  background-position: -1443px 0;
}
.lang-en ul.bubblebuttons li.sub-news a:hover {
  background-position: -1443px -94px;
}
.lang-en ul.bubblebuttons li.sub-news em {
  background-position: -1443px 0;
}

.print-only {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* ==|== print styles ==========================================================
	Print styles.
	Inlined to avoid required HTTP connection: h5bp.com/r
	========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
/* =============================================================================
	Custom Print Styles
	========================================================================== */
@media print {
  #logo {
    position: absolute;
    right: 20px;
    top: 0;
  }

  #header {
    height: 112px;
  }

  .wrap {
    width: 100%;
  }

  #box-outer {
    border-width: 0;
    margin-right: 0;
  }

  #box-inner {
    min-height: auto;
    padding-right: 200px;
  }
  #box-inner .sub-visual {
    display: none;
  }

  #nav {
    display: none;
  }

  .print-only {
    position: static;
  }

  #address {
    top: 10px;
    right: 10px;
    bottom: auto;
  }

  .contentoverview {
    display: none;
  }

  p.back2top {
    display: none !important;
  }

  h2, h3 {
    padding-left: 0;
    background-image: none;
  }
}
