/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden], .hidden, .hide {
	display: none;
	visibility: hidden;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* margin and padding */
.mrgTop10 { margin-top:10px !important; } 
.mrgBot14 { margin-bottom:14px !important; } 

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row .row {
  width: auto;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /*[class*="column"] + [class*="column"]:last-child {
    float: right;
  }*/

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 1023px) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
.row {
  max-width: none;
}

@media only screen and (min-width: 1024px) {
  body:after {
    content: "large";
    display: none;
  }

  .grid18 .large-1 {
    width: 5.55556%;
  }
  .grid18 .large-2 {
    width: 11.11111%;
  }
  .grid18 .large-3 {
    width: 16.66667%;
  }
  .grid18 .large-4 {
    width: 22.22222%;
  }
  .grid18 .large-5 {
    width: 27.77778%;
  }
  .grid18 .large-6 {
    width: 33.33333%;
  }
  .grid18 .large-7 {
    width: 38.88889%;
  }
  .grid18 .large-8 {
    width: 44.44444%;
  }
  .grid18 .large-9 {
    width: 50%;
  }
  .grid18 .large-10 {
    width: 55.55556%;
  }
  .grid18 .large-11 {
    width: 61.11111%;
  }
  .grid18 .large-12 {
    width: 66.66667%;
  }
  .grid18 .large-13 {
    width: 72.22222%;
  }
  .grid18 .large-14 {
    width: 77.77778%;
  }
  .grid18 .large-15 {
    width: 83.33333%;
  }
  .grid18 .large-16 {
    width: 88.88889%;
  }
  .grid18 .large-17 {
    width: 94.44444%;
  }
  .grid18 .large-18 {
    width: 100%;
  }
}
.button {
  position: relative;
  height: 40px;
  display: table;
  background-color: #2882a0;
  color: #fff;
  /* stop mobile safari from rendering buttons with rounded corners */
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  max-width: 16.66667%;
}
.button .inner {
  display: table-cell;
  vertical-align: middle;
}
.button:active {
  background-color: rgba(40, 130, 160, 0.5);
}
.button.disabled {
  background-color: #c8c8b9;
  pointer-events: none;
}
.button.current {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-color: #2882a0;
  color: #fff;
}
.button a {
  padding: 0 10px;
  display: block;
  color: inherit;
  text-decoration: none;
}

/* jquery ui autocomplete specific (for product finder + left slot) */
.ui-menu.ui-autocomplete {
  background-color: #fff;
  width: 300px;
  /*max-width: 300px;*/
  border: 1px solid #DDD;
  margin-top: -2px;
}

.ui-menu.ui-autocomplete .ui-menu-item {
  padding: 0;
  line-height: 26px;
  max-width: 300px;
}
.ui-menu.ui-autocomplete .ui-menu-item a {
  padding: 5px 0 5px 15px;
}
.ui-menu.ui-autocomplete .ui-menu-item a.ui-state-focus,
.ui-menu.ui-autocomplete .ui-menu-item a.ui-state-focus {
  background-color: #dce1e6;
  margin: 0;
}

.head {
  width: 100%;
  background-color: #ebebe3;
  min-height: 80px;
}
.head .logo {
  width: 140px;
  height: 80px;
  background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/siemens-logo.png?1379941355');
  background-size: 140px 80px;
  position: absolute;
  z-index: 8000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /*  @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
      @content;
    }*/
}
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .head .logo {
    background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/siemens-logo2x.png?1379941355');
  }
}
.head .logo a {
  display: block;
  height: 100%;
  width: 100%;
}
.head .headerImage {
  display: block;
  background-color: #1e2832;
  height: 260px;
  width: 100%;
  overflow: hidden;
}
.head .headerImage .imageContainer {
  display: block;
 /*   position: absolute; relative
  left: 50%;*/
  overflow: hidden;
  width: 100%;
}
.head .headerImage img {
  width: 100%; /* 1366px 
  max-width: none;
  margin-left: -683px; */
  max-height: 260px;
}

.centered {
  padding: 0 10%;
}

.mainContent {
  padding: 0 0 30px 0;/* im Original war padding:30px 0 */
  background-color: #ebebe3;
}
.mainContent article {
  overflow: hidden;
  *zoom: 1;
}
@media screen and (min-width: 1023px) {
  .mainContent article,
  .mainContent #form {
    max-width: 70%;
  }
  .mainContent .cols1 article,
  .mainContent .cols1 #form,
  .mainContent .cols2 article,
  .mainContent .cols2 #form,
  .mainContent .cols3 article,
  .mainContent .cols3 #form {
    max-width: 100%;
  }
}
.mainContent h3, .mainContent h4, .mainContent h5 {
  font-weight: 400;
}
.mainContent .img-text h3 {
  margin-top: 0;
}
.mainContent .asset {
  position: relative;
  margin-bottom: 15px;
}
.mainContent .asset img {
  width: 100%;
}
.mainContent .asset.asset-left {
  float: left;
  margin: 0 15px 15px 0;
}
.mainContent .asset.asset-right {
  float: right;
  margin: 0 0 15px 15px;
}
.mainContent .asset.asset-left img,
.mainContent .asset.asset-right img {
  width: auto;
}
/* Bildlegende */
.asset .asset.asset-left .caption {
    margin: -5px 15px 5px 0;
}
.asset .asset.asset-right .caption {
    margin: 0 0 5px 15px;
}
/* Zoom-Link */
.asset .image {
    position: relative;
 }
.asset .enlarge {
    background: transparent url("/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/icon_magnify.png") no-repeat right bottom; 
    position: absolute;
    right: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
}
.asset.asset-right  .enlarge {
    right: 0;
}
.asset .enlarge a span {
    display: none;
}
.mainContent .image .mod-socialShare {
  position: absolute;
  z-index: 2;
  bottom: 0;
  margin: 0;
}
.mainContent .description {
  color: #738796;
  font-size: 13px;
}
.mainContent .linkBox a {
  display: block;
  margin: 0;
}
/* All Stories seite */
.all-stories .sap-header {
  margin-left: 8px;
}

/* All Stories Player Seite */
.video-player .mod-sidebar {
  display: none;
}
.video-player .mainWrapper {
  display: none;
}

/* Page Search */
.search-result-page {
  margin-top: 29px;
}
.search-result-page .search-result-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}
.search-result-page .search-result-list h3 {
  margin: 0;
}
.search-result-page .search-result-list h3:before {
  display: block;
  position: absolute;
  content: '';
  margin: 7px 0 0 -13px;
  height: 12px;
  width: 12px;
  background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui.png?1380118683');
  background-size: 77px 5895px;
  background-position: 0 -1255px;
}
.search-result-page .search-result-list p {
  margin: 5px 0;
}
.search-result-page .search-result-list li {
  margin-top: 25px;
}
.search-result-page .search-result-list li:last-child {
  margin-bottom: 15px;
}

.siemens-footer {
  background-color: #ebebe3;
}
.siemens-footer h2, .siemens-footer h3, .siemens-footer h4, .siemens-footer h5 {
  font-weight: 400;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Font Files */
@font-face {
  font-family: "Siemens Slab Regular";
  src: url('/_layouts/15/Querplex/Siemens/WCMS3/styles/tablet/fonts/SiemensSlabRegular_West.woff') format('woff'), url('/_layouts/15/Querplex/Siemens/WCMS3/styles/tablet/fonts/SiemensSlabRegular_West.eot') format('embedded-opentype'), url('../fonts/SiemensSlabRegular_West.svg') format('svg');
}

@font-face {
  font-family: "Siemens Slab Bold";
  src: url('../fonts/SiemensSlabBold_West.woff') format('woff'), url('../fonts/SiemensSlabBold_West.eot') format('embedded-opentype'), url('/_layouts/15/Querplex/Siemens/WCMS3/styles/tablet/fonts/SiemensSlabBold_West.svg') format('svg');
  font-weight: bold;
}

@font-face {
  font-family: "Siemens Sans Regular";
  src: url('/_layouts/15/Querplex/Siemens/WCMS3/styles/tablet/fonts/SiemensSansRegular_West.woff') format('woff'), url('../fonts/SiemensSansRegular_West.eot') format('embedded-opentype'), url('/_layouts/15/Querplex/Siemens/WCMS3/styles/tablet/fonts/SiemensSansRegular_West.svg') format('svg');
}

@font-face {
  font-family: "Siemens Sans Bold";
  src: url('/_layouts/15/Querplex/Siemens/WCMS3/styles/tablet/fonts/SiemensSansBold_West.woff') format('woff'), url('../fonts/SiemensSansBold_West.eot') format('embedded-opentype'), url('/_layouts/15/Querplex/Siemens/WCMS3/styles/tablet/fonts/SiemensSansBold_West.svg') format('svg');
  font-weight: bold;
}

html {
  height: 100%;
  background-color: #ebebe3;
}

body {
  height: 100%;
  background-color: #1e2832;
  font-family: "Siemens Sans Regular", Arial;
  font-size: 15px;
  color: #374b5a;
  line-height: 20px;
}
body p {
  margin-top: 0;
}

/* Large Headlines */
h1, h2, h3, h4, h5, h6 {
  margin: 20px 0 10px 0;
  font-family: "Siemens Slab Regular", Arial;
  font-weight: 400;
}

h1 {
  font-size: 32px;
  line-height: 38px;
}
h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
h3 {
  font-size: 18px;
  line-height: 24px;
}
/* Copy headlines */
h4, h5 {
  font-family: "Siemens Sans Bold", Arial;
  font-size: 15px;
  line-height: 20px;
}
/* BoxSection SubHeadline */
.cols1 h4, .cols2 h4, .cols3 h4 {
  margin-top: 0;
}
h6 {
  font-family: "Siemens Sans Regular", Arial;
  font-size: 15px;
}
/* Copy Subheadline */
h5, h6 {
  color: #738796;
}

/* h2 + h3 {
  margin-top: 0;
} = Das ist eigentlich Müll, da die Anweisung nicht greift */

.error, p.error {
  font-family: "Siemens Slab Regular", Arial;
  color: #cc0000;
  font-size: 15px;
}

h1.error, h1.notification, h2.error, h2.notification, h3.error, h3.notification, h4.error, h4.notification, h5.error, h5.notification, h6.error, h6.notification {
  font-family: "Siemens Slab Bold", Arial;
  line-height: 20px;
}

.notification {
  color: #3366aa;
}

caption, .caption, figcaption {
  font-size: 13px;
  font-family: "Siemens Sans Regular", Arial;
  line-height: 18px;
  color: #738796;
}

a {
  color: #374b5a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a[rel="jumpmark"]:before,
.mod-table .collapsibleRow .posRel .indenting,
a[rel="internal"]:before,
a[rel="external"]:before,
a[href^="mailto:"]:before,
a[rel="refresh"]:before,
a[rel="collection"]:before,
a[rel="download"]:before,
a.block-link:after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 6px;
  padding-right: 14px;
  background: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui.png?1380118683');
  background-size: 77px 5895px;
  /*  @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
      @content;
  }*/
}
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  a[rel="jumpmark"]:before,
  .mod-table .collapsibleRow .posRel .indenting,
  a[rel="internal"]:before,
  a[rel="external"]:before,
  a[href^="mailto:"]:before,
  a[rel="refresh"]:before,
  a[rel="collection"]:before,
  a[rel="download"]:before,
  a.block-link:after {
    background:url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui2x.png?1380118683');
  }
}
a[rel="jumpmark"],
a[rel="external"],
a[rel="internal"],
a[href^="mailto:"],
a[rel="refresh"],
a[rel="collection"],
a[rel="download"] {
  text-decoration: none;
  font-family: "Siemens Sans Bold", Arial;
}
a[rel="jumpmark"]:hover,
a[rel="external"]:hover,
a[rel="internal"]:hover,
a[href^="mailto:"]:hover,
a[rel="refresh"]:hover,
a[rel="collection"]:hover,
a[rel="download"]:hover {
  text-decoration: underline;
}
/* Rote Button-Link (nur im Related?)*/
a.button:before, a.redHighlight:before { display:none !important; }
a.button, a.redHighlight { 
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 0 10px;
}
a.button { background-color:#2882a0; }
.relatedLasche a.button { background-color:#1e2832; }
a.redHighlight { background-color:#cc0000; }
a.button:hover, a.redHighlight:hover { text-decoration: none; }
/* collapsible tables */
.mod-table .collapsibleRow .posRel .indenting {
    background-image: none;
}
.mod-table .collapsibleRow .posRel .indenting.open {
    background-image:url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui.png?1380118683');
    background-position: 0 -1477px;
}
.mod-table .collapsibleRow .posRel .indenting.close {
    background-image:url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui.png?1380118683');
    background-position: 0 -782px;
}
.mod-table .collapsibleRow { cursor:pointer; }
.mod-table .collapsibleRow .posRel p {    
  display: block;
  position: relative;
  margin-left: 18px;
  margin-top: -20px;
  color: #323c46;
}

a[rel="internal"]:before {
  background-position: 0 -901px;
}
a[rel="external"]:before {
  background-position: 0 -1252px;
  padding-right: 16px;
}
.button a[rel="external"]:before {
  background-position: 0 -1314px;
}
a[href^="mailto:"]:before {
  background-position: 0 -1136px;
  padding-right: 18px;
}
a[rel="refresh"]:before {
  background-position: 0 -663px;
  height: 10px;
  padding-right: 20px;
}
a[rel="collection"]:before {
  background-position: 0 -782px;
  padding-right: 18px;
  height: 11px;
}
a[rel="download"]:before {
  height: 15px;
  width: 8px;
  background-position: 0 -1888px;
  padding-right: 20px;
}
/* neues (dunkles) Download-Icon */
.mainContent a[rel="download"]:before {    
    width: 15px;
    background-size: 15px;
    background:transparent url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/icon_download.png?1380118683') no-repeat 0 0;
}
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .mainContent a[rel="download"]:before {
    background-size: 30px;
    background:transparent url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/icon_download2x.png?1380118683') no-repeat 0 0;
  }
}
/* Overview links */
a[rel="jumpmark"]:before {    
  background-position: 0 -1366px;
}
/* Links im Fliesstext */
a.inline-block, a.link.inline-block { color:#cc0000; }

a.block-link:after {
  background-position: 7px -903px;
}

#debug {
  display: block;
  position: fixed;
  width: 400px;
  height: auto;
  background: rgba(23, 23, 23, 0.5);
  color: #fff;
  top: 10px;
  left: 10px;
  z-index: 1000;
}

/* Module Basic Definition */
.mod {
  display: block;
  position: relative;
}

.no-scrolling {
  height: 100%;
  overflow: hidden;
  position: fixed;
}

.activeLeft, .activeRight {
  overflow-x: hidden;
}

.off-canvas {
  margin: 0;
  padding: 0;
}

.mainWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.on-white {
  background-color: #fff;
}

.main {
  margin-left: 0;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000;
}
.activeLeft .main {
  -webkit-transform: translate3d(350px, 0, 0);
  -moz-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  -o-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}
.activeRight .main {
  -webkit-transform: translate3d(-350px, 0, 0);
  -moz-transform: translate3d(-350px, 0, 0);
  -ms-transform: translate3d(-350px, 0, 0);
  -o-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}

.mod-sidebar {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000;
  -ms-touch-action: none;
  position: fixed;
  z-index: 2;
  width: 350px;
  height: 100%;
  background-color: #1e2832;
  padding: 0 16px;
  top: 0;
}
.mod-sidebar h1, .mod-sidebar h2, .mod-sidebar h3, .mod-sidebar h4, .mod-sidebar h5, .mod-sidebar h6 {
  color: #fff;
}
.mod-sidebar h3:first-child {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px 0;/* margin: 30px 0 20px 0 */
}
.mod-sidebar .slot {
  height: 100%;
  width: 100%;
  display: none;
}
.mod-sidebar .slot:first-child {
  display: block;
}
.mod-sidebar .contextual-tools {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 139px;
  transition: left 0.5s, right 0.5s;
}
.mod-sidebar.left {
  left: -350px;
}
.mod-sidebar.left .contextual-tools {
  right: -55px;
}
.mod-sidebar.right {
  left: 100%;
}
.mod-sidebar.right .contextual-tools {
  left: -55px;
}
.mod-sidebar.right .contextual-tools .contextButton {
  background-color: #2882a0;
}
.mod-sidebar.right .contextual-tools .contextButton.close-state {
  background-color: #1e2832;
}
.mod-sidebar .contextButton {
  color: #fff;
  line-height: 12px;
  position: relative;
  margin: 0 0 5px 0;
  height: 55px;
  width: 55px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/context-button.png?1379941354');
  background-color: #1e2832;
  background-repeat: no-repeat;
  background-size: 31px 725px;
  /*  @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
      @content;
    }*/
}
.mod-sidebar .contextButton.cb-menu {
  background-position: 16px -474px;
}
.mod-sidebar .contextButton.cb-search {
  background-position: 16px 5px;
}
.mod-sidebar .contextButton.cb-socialFeed {
  background-position: 12px -139px;
}
.mod-sidebar .contextButton.cb-contact {
  background-position: 18px -274px;
}
.mod-sidebar .contextButton.cb-service {
  background-position: 18px -655px;
}
.mod-sidebar .contextButton.cb-abc {
  background-position: 18px -65px;
}
.mod-sidebar .contextButton.cb-newsletter {
  background-position: 18px -209px;
}
.mod-sidebar .contextButton.cb-relatedInfo {
  background-position: 18px -707px;
}
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .mod-sidebar .contextButton {
    background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/context-button2x.png?1379941354');
  }
}
.mod-sidebar .contextButton .ctx-label {
  position: absolute;
  font-size: 13px;
  line-height: 12px;
  bottom: 5px;
  width: 100%;
  text-align: center;
}
.mod-sidebar .contextButton .ctx-close {
  display: none;
}
.mod-sidebar .contextButton.close-state {
  background-position: 20px -406px;
}
.mod-sidebar .contextButton.close-state .ctx-close {
  display: block;
}
.mod-sidebar .contextButton.close-state .ctx-title {
  display: none;
}

.activeLeft .mod-sidebar.right .contextual-tools {
  left: 0;
}

.activeRight .mod-sidebar.left .contextual-tools {
  right: 0;
}

.activeLeft .mod-sidebar.left {
  -webkit-transform: translate3d(350px, 0, 0);
  -moz-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  -o-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}

.activeRight .mod-sidebar.right {
  -webkit-transform: translate3d(-350px, 0, 0);
  -moz-transform: translate3d(-350px, 0, 0);
  -ms-transform: translate3d(-350px, 0, 0);
  -o-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}

.mod-feature-slider {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  /*swipe.js specific*/
}
.mod-feature-slider .row, .mod-feature-slider .columns {
  height: 100%;
}
.mod-feature-slider .bgImage {
  overflow: hidden;
}
.mod-feature-slider img {
  width: 100%;
  height: auto;
}
.mod-feature-slider .slider-page {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -ms-touch-action: pan-y;
}
.mod-feature-slider .slider-page-content {
  position: absolute;
  padding: 0 10%;
  top: 0;
  left: 0;
  height: inherit;
  width: 100%;
}
.mod-feature-slider .slider-page-content .text-layer {
  position: relative;
  color: #fff;
}
.mod-feature-slider .slider-page-content .text-layer a {
  color: #fff;
}
.mod-feature-slider .content-text {
  background-color: rgba(30, 40, 50, 0.5);
  font-size: 15px;
  padding: 15px 15px 30px 15px;
}
.mod-feature-slider .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.mod-feature-slider .swipe-wrap {
  overflow: hidden;
  position: relative;
}
.mod-feature-slider .swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}
.mod-feature-slider .mod-dotPagination {
  position: relative;
  bottom: 25px;
  height: auto;
}

.mod-featureSlider-textbox {
  position: relative;
}
.mod-featureSlider-textbox h1 {
  font-family: "Siemens Slab Bold", Arial;
}
.mod-featureSlider-textbox h2 {
  font-family: "Siemens Slab Bold";
  font-size: 32px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 10px 0;
}
.mod-featureSlider-textbox .site-id {
  font-family: "Siemens Sans Bold", Arial;
  line-height: 20px;
  padding: 10px 0 10px 15px;
  margin: 0 0 1px 0;
  background-color: rgba(30, 40, 50, 0.5);
  font-size: 15px;
}
.mod-featureSlider-textbox .content-text p {
  margin-bottom: 30px;
}
.mod-featureSlider-textbox .optional {
  display: block;
  margin: 10px 0;
}
.mod-featureSlider-textbox a.optional[rel="internal"]:before {
  background-position: 0 -960px;
}
.mod-featureSlider-textbox .sideLink {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  background-color: #2882a0;
  font-family: "Siemens Sans Bold", Arial;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.mod-featureSlider-textbox .sideLink .link-button {
  display: table;
  height: 52px;
}
.mod-featureSlider-textbox .sideLink .inner {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .mod-featureSlider-textbox .linkToContent {
    display: none;
  }
  .mod-featureSlider-textbox h2 {
    font-size: 18px;
  }
}

.mod-entrySliderAnswer {
  position: relative;
}
.mod-entrySliderAnswer h1 {
  margin: 0 0 10px 0;
  position: relative;
  left: 0;
  display: block;
  font-family: "Siemens Slab Bold", Arial;
}
.mod-entrySliderAnswer h3 {
  overflow: hidden;
  *zoom: 1;
  display: inline-block;
  font-family: "Siemens Sans Regular", Arial;
  margin: 0;
  padding: 0 15px 0 15px;
  background-color: #2d4957;
  margin: 0 0 20px 0;
}
.mod-entrySliderAnswer .container {
  overflow: hidden;
  *zoom: 1;
  min-height: 50px;
}
.mod-entrySliderAnswer p {
  margin: 0;
}
.mod-entrySliderAnswer .sideLink {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  background-color: #2882a0;
  font-family: "Siemens Sans Bold", Arial;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.mod-entrySliderAnswer .sideLink .link-button {
  display: table;
  height: 52px;
}
.mod-entrySliderAnswer .sideLink .inner {
  display: table-cell;
  vertical-align: middle;
}
.mod-entrySliderAnswer .playButton {
  float: right;
  height: 77px;
  width: 77px;
  margin: 0 5px 0 10px;
  background: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui.png?1380118683') no-repeat;
  background-size: 77px 5895px;
  /*  @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
      @content;
    }*/
}
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .mod-entrySliderAnswer .playButton {
    background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui2x.png?1380118683');
  }
}
.mod-entrySliderAnswer .right .playButton {
  float: left;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1023px) {
  .mod-entrySliderAnswer h1 {
    font-size: 18px;
    line-height: 24px;
    float: left;
  }
  .mod-entrySliderAnswer .right h1 {
    position: absolute;
    left: 110px;
  }
  .mod-entrySliderAnswer p {
    display: none;
  }
}

.mod-tabs {
  -webkit-transform: translate3d(0, 0, 0);
}
.mod-tabs .centered:first-child {
  background-color: #414b55;
}
.mod-tabs .centered {
  background-color: #fff;
}
.mod-tabs .tabHead .columns {
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.mod-tabs .tabHead .columns:first-child {
  padding-left: 8px;
}
.centered .additional-information,
.mod-tabs .additional-information {
  color: #738796;
  font-size: 13px;
  line-height: 18px;
  padding: 0 0 15px 0;
  margin-top: 35px;
}
.mod-tabs .tabButton {
  display: table;
  width: 100%;
  height: 55px;
  padding-left: 16px;
  line-height: 16px;
  font-family: "Siemens Sans Bold", Arial;
  cursor: pointer;
  background-color: #414b55;
  color: #fff;
}
.mod-tabs .tabButton.tab-btn-active {
  background-color: white;
  color: #323c46;
}
.mod-tabs .tabButton .inner {
  vertical-align: middle;
  display: table-cell;
}
.mod-tabs .tabHead {
  background-color: #414b55;
}
.mod-tabs .tabBody {
  display: none;
  background-color: #fff;
  padding: 30px 0 14px 0;
}
.mod-tabs .tab-open {
  display: block;
}

.mod-mainNavigation {
  -ms-touch-action: none;
  height: 100%;
  color: white;
}
.mod-mainNavigation a {
  color: inherit;
  text-decoration: none;
}
.mod-mainNavigation a:before {
  background: none;
  padding: 0;
  margin: 0;
  height: 0;
  width: 0;
}
.mod-mainNavigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-mainNavigation .breadcrumb {
  margin-bottom: 20px;
}
.mod-mainNavigation .breadcrumb li {
  text-align: center;
  line-height: 20px;
}
.mod-mainNavigation li {
  position: relative;
  font-family: "Siemens Sans Bold", Arial;
  font-size: 15px;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #505a64;
  margin-bottom: 3px;
  padding: 15px;
  text-align: left;
}
.mod-mainNavigation li:hover {
  background-color: white;
  color: #323c46;
}
.mod-mainNavigation li.home a:before {
  content: '';
  display: inline-block;
  background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/context-button.png?1379941354');
  background-size: 31px 725px;
  height: 14px;
  width: 23px;
  background-position: 0 -595px;
  /*  @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
      @content;
    }*/
}
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .mod-mainNavigation li.home a:before {
    background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/context-button2x.png?1379941354');
  }
}
.mod-mainNavigation li.home.active-item a:before {
  background-position: 0 -612px;
}
.mod-mainNavigation .active-item {
  background-color: white;
  color: #323c46;
}
.mod-mainNavigation .breadcrumb li {
  background-color: #414b55;
  margin-bottom: 10px;
}
.mod-mainNavigation .breadcrumb li:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -7px;
  left: 47%;
  height: 7px;
  width: 19px;
  background-repeat: no-repeat;
  background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui.png?1380118683');
  background-size: 77px 5895px;
  background-position: 0 -1654px;
  /*  @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
      @content;
    }*/
}
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .mod-mainNavigation .breadcrumb li:after {
    background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui2x.png?1380118683');
  }
}
.mod-mainNavigation .breadcrumb li.active-item {
  background-color: white;
  color: #323c46;
}
.mod-mainNavigation .breadcrumb li.active-item:after {
  background-position: 0 -1604px;
}
.mod-mainNavigation .breadcrumb li:hover {
  background-color: white;
  color: #323c46;
}
.mod-mainNavigation .breadcrumb li:hover:after {
  background-position: 0 -1604px;
}
/* Overview auf Article Page and Definitions List */
.toc, .toc li, dl, dt {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toc li, dt, dd {
  padding-bottom: 12px;
}
dl {
  padding-bottom: 6px;
}
dd {
    padding-left: 12px;
    margin-left: 0;
}

.mod-routingNavigation {
  margin: 0;
  font-family: "Siemens Sans Bold", Arial;
  line-height: 16px;
}
.mod-routingNavigation .columns {
  margin-top: 20px;
}
.mod-routingNavigation .link-button {
  height: 52px;
  display: table;
  width: 100%;
}
.mod-routingNavigation a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 0 10px;
  background-color: #2882a0;
  text-decoration: none;
}
.mod-routingNavigation a.current-item {
  background-color: #fff;
  color: #323c46;
}

.mod-columnLinkList .link {
  display: block;
  position: relative;
  margin-left: 14px;
  margin-top: -20px;
}
@media only screen and (max-width: 1023px) {
  .mod-columnLinkList .largeView {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .mod-columnLinkList .smallView {
    display: none;
  }
}
.mod-columnLinkList a {
  display: block;
  margin-bottom: 25px;
  color: #323c46;
}

.mod-eventSlider {
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 40px;
  overflow-x: hidden;
  font-family: "Siemens Sans Bold", Arial;
  -ms-touch-action: none;
  overflow: hidden;
  *zoom: 1;
  /* if pagination is included in module */
  /* Teaser Slider */
  /* Related Products Slider */
}
.mod-eventSlider .news-slider {
  overflow: hidden;
  *zoom: 1;
}
.mod-eventSlider .page {
  float: left;
  display: block;
  position: relative;
}
.mod-eventSlider h4 {
  background-color: #c8c8b9;
  padding: 10px 10px 10px 15px;
  margin: 0;
}
.mod-eventSlider p {
  height: 100%;
  margin-top: 0;
  padding: 15px;
}
.mod-eventSlider p:last-child {
  margin-bottom: 0;
}
.mod-eventSlider .news-item {
  position: relative;
}
.mod-eventSlider .block-link:before {
  padding: 0;
  width: 0;
  background-image: none;
}
.mod-eventSlider .block-link:after {
  background-position: 5px -1252px;
}
.mod-eventSlider .mod-dotPagination {
  position: relative;
  margin-top: 15px;
}
.mod-eventSlider .news-item.teaserSlider.thumb-image {
  background-color: #fff;
}
.mod-eventSlider .teaserSlider h3 {
  margin: 10px 5px 5px 15px;
}
.mod-eventSlider .teaserSlider.no-image h3 {
  padding-top: 10px;
}
.mod-eventSlider .teaserSlider p {
  font-family: "Siemens Sans Regular", Arial;
  padding: 10px 15px 5px 15px;
  margin: 0;
}
/* Erweiterung um andere Elemente wie Linklisten usw. */
.mod-eventSlider .block-link { margin: 5px 15px 15px 15px; display: inline-block; }
.mainContent .mod-eventSlider .news-item .asset,
.mainContent .mod-eventSlider .news-item img {
  width: 100% !important;
  float: none;
  margin: 0 0 5px 0;
  padding: 0;
}
.mod-eventSlider .teaserSlider ul,
.mod-eventSlider .teaserSlider ol { 
  margin: 5px 15px;
  padding: 0 0 0 15px; 
}
.mod-eventSlider .teaserSlider ol li p,
.mod-eventSlider .teaserSlider ul li p { 
    padding-left: 0; 
}

.mod-eventSlider .teaserSlider .block-link:after {
  background-position: 5px -901px;
}
.mod-eventSlider .teaserSlider.small h3 {
  margin: 0;
  padding: 5px 0 5px 15px;
}
.mod-eventSlider .teaserSlider.small img {
  width: 40%;
  padding: 10px;
  float: left;
}
.mod-eventSlider .relatedProducts {
  position: relative;
}
.mod-eventSlider .relatedProducts .news-item {
  padding: 15px;
  margin-bottom: 20px;
}
.mod-eventSlider .relatedProducts .news-item p {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 15px;
  margin-left: 45%;
}
.mod-eventSlider .relatedProducts .news-item img {
  width: 45%;
  display: inline;
  margin: 0 10px 0 0;
}

.mod-dotPagination {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-left: 50%;
  height: 11px;
  position: relative;
  bottom: -15px;
}
.mod-dotPagination ul {
  position: absolute;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-dotPagination ul li, [id*="TabNavContent"] .mod-dotPagination ul li.current-index  {
  background: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui.png?1380118683') no-repeat 0 -542px;
  background-size: 77px 5895px;
  margin: 0;
  padding: 0;
  width: 10px;
  margin: 0 8px 0 0;
  height: 12px;
  float: left;
  /*  @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
      @content;
    }*/
}
.mod-dotPagination ul li.current-index, [id*="TabNavContent"] .mod-dotPagination ul li.current-index {
  background-position: 0 -602px;
}
.mod-dotPagination ul li:last-child {
  margin-right: 0;
}
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .mod-dotPagination ul li {
    background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui2x.png?1380118683');
  }
}
/*** Pagination at the white background of the Tab Content ***/
[id*="TabNavContent"] .mod-dotPagination ul li { 
    background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui_more.png?1386153540'); 
    background-repeat: no-repeat;
    background-size: 77px 2000px; 
    background-position: 0 -1842px;  
}
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  [id*="TabNavContent"] .mod-dotPagination ul li {
    background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui2x_more.png?1380118683');
  }
}


.mod-sidebarSearch {
  position: relative;
}
.mod-sidebarSearch .input-box {
  position: relative;
  width: 100%;
  border: 1px solid grey;
  background-color: #fff;
}
.mod-sidebarSearch .input-text {
  position: relative;
  border: 0;
  height: 40px;
  padding: 0 5px 0 5px;
  width: 100%;
  padding-right: 27%;
  line-height: normal;
  /* centers placeholder text on android */
  color: #374b5a;
  -webkit-user-modify: read-write-plaintext-only;
  /* avoids input overlay on android browser */
}
.mod-sidebarSearch .button {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 30px;
  margin: 5px;
  font-size: 15px;
  background-color: #323c46;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0 7px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.mod-sliderNews {
  position: relative;
  display: block;
  color: #fff;
  font-size: 13px;
  max-width: 940px;
}
.mod-sliderNews .small-news {
  display: block;
}
.mod-sliderNews .small-news .news-box.medium {
  max-height: 240px;
}
.mod-sliderNews .large-news {
  display: none;
}
.mod-sliderNews .small-news .columns:nth-child(3) {
  display: block;
}
@media only screen and (min-height: 670px) {
  .mod-sliderNews .small-news {
    display: none;
  }
  .mod-sliderNews .large-news {
    display: block;
  }
  .mod-sliderNews .large-news .medium {
    height: 224px;
  }
  .mod-sliderNews .large-news .large {
    height: 362px;
  }
}
@media only screen and (max-width: 1023px) {
  .mod-sliderNews {
    max-width: 660px;
  }
  .mod-sliderNews .small-news {
    display: block;
  }
  .mod-sliderNews .small-news .columns:nth-child(3) {
    display: none;
  }
  .mod-sliderNews .large-news {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .mod-sliderNews .small-news {
    max-width: 950px;
  }
}
.mod-sliderNews h2 {
  position: absolute;
  color: #323c46;
  right: 8px;
  top: -40px;
  margin: 0;
}
.mod-sliderNews .news-box {
  overflow: hidden;
  *zoom: 1;
  padding: 10px;
  background-color: rgba(50, 60, 70, 0.7);
  margin: 0 0 10px 0;
}
.mod-sliderNews .news-box h3 {
  line-height: 18px;
  font-size: 15px;
  margin: 0 0 10px 0;
  font-family: "Siemens Slab Bold", Arial;
}
.mod-sliderNews .news-box p {
  display: none;
  color: #dce1e6;
  line-height: 18px;
  margin: 0 0 23px 0;
}
.mod-sliderNews .news-box time {
  display: block;
  position: relative;
  font-family: "Siemens Sans Bold", Arial;
  color: #afb9c3;
}
.mod-sliderNews .news-box .news-image {
  display: none;
}
.mod-sliderNews .news-box.small time {
  margin: 0;
}
.mod-sliderNews .news-box.medium {
  max-height: 224px;
}
.mod-sliderNews .news-box.medium .news-image {
  display: block;
}
.mod-sliderNews .news-box.large {
  max-height: 362px;
}
.mod-sliderNews .news-box.large .news-image {
  display: block;
}
.mod-sliderNews .news-box.large p {
  display: block;
}

.mod-marketLinkList a {
  display: block;
  margin-bottom: 25px;
  color: #323c46;
}
.mod-marketLinkList .grid18 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .mod-marketLinkList .row {
    display: none;
  }
  .mod-marketLinkList .row.grid18 {
    display: block;
  }
}
.mod-sidebar .mod-socialFeed h3.title:first-child {
  color: #FFF; margin-top: 30px;
}
.mod-socialFeed .channel-swipe-canvas {
  overflow: hidden;
}
.mod-socialFeed #waitingImage { margin:30px 45%; }

.mod-socialFeed .sliderPage {
  position: relative;
  float: left;
  height: 46px;
}
.mod-socialFeed .channel-icon {
  height: 30px;
  width: 33px;
  padding: 5px;
  background-image: url(/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/share_tablet_30.png?1380118611); 
  /*  background-size: 77px 5895px;
  @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
      @content;
    }*/
}
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .mod-socialFeed .channel-icon,
  .mod-socialShare.iconNumber a.sm-icon.open-more {
     background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/share_tablet_60.png?1380118612'); 
  }
}
.mod-socialFeed .channel-icon:active {
  background-color: #fff;
}
.mod-socialFeed .channel-icon.current-channel {
  background-color: #ffe;
}
.mod-socialFeed .channel-icon.current-channel:before {
  position: absolute;
  top: 30px;
  left: 7px;
  content: '';
  width: 40px;
  height: 42px;
  background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui.png?1380118683');/* Das Highlighting */
  background-size: 77px 5895px;/* old size because old ui-grafic */
  background-position: 0 -1762px;
  background-repeat: no-repeat;
}
.mod-socialFeed .button.channel-title {
  width: 100%;
  max-width: 100%;
  display: table;
  background-color: #323c46;
  margin: 25px 0 16px 0;
}
.mod-socialFeed .button.channel-title a[rel="external"]:before {
  background-position: 0 -1310px;
}
.mod-socialFeed .social-media-post {
  background-color: #505a64;
  color: #fff;
  position: relative;
  margin: 0 0 10px 0;
  min-height: 100px;
}
.mod-socialFeed .social-media-post:last-child {
  margin-bottom: 0;
}
.mod-socialFeed .social-media-post img {
  display: block;
  position: relative;
  width: 100%;
}
.mod-socialFeed .social-media-post a {
  color: #fff;
  text-decoration: underline;
  display: block;
  position: relative;
}
.mod-socialFeed .social-media-post h3 {
  font-family: "Siemens Sans Bold", Arial;
  font-size: 15px;
  padding: 0 15px;
  margin: 9px 0 4px 0;
}
.mod-socialFeed .social-media-post h3 + p {
  margin-top: 0;
  padding-top: 0;
}
.mod-socialFeed .social-media-post p {
  padding: 15px;
  margin: 0;
}
.mod-socialFeed .social-media-post br + p,
.mod-socialFeed .social-media-post p + p {
  padding-top: 0;
}
.mod-socialFeed .social-media-post .PlayButtonOverlay {
	width: 102px;
	height: 68px;
	background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/accordion/play-btn.png');
	background-repeat: no-repeat;
	background-position: center center;
    position: absolute;
    left: 34%;
    top: 37%;
}

/* ProductSearch + Glossary im Content  */
/* waiting image */
#waitingImg { margin:50px 49% ; }
/*  collapsible link list in the product description */
.wide-column-content .mod-collapsableLinkList { margin:30px 0 0 0; }
.wide-column-content .mod-collapsableLinkList ul li { padding-bottom: 22px; }
.wide-column-content h3 { margin-bottom:18px; }

.glossary-index,
.mod-productSearch {
  margin-top: 10px;
  /* Submodul CollapsableLinkList */
}
.mod-productSearch .searchInput {
  width: 95%;
  height: 40px;
  line-height: normal;
  /*centers placeholder text on android */
  padding-left: 15px;
  border: 1px solid #DDD;
  margin-bottom:8px;
}
.mod-productSearch .button-productSearch { 
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  background-color: #505a64;
  color: white;
  padding:0 15px;
  width: auto;
  position: absolute;
  top: 4px;
  right: 30px;
  border:0 none;
}

.glossary-index ul,
.mod-productSearch .abc {
  display: block;
  clear: both;
  position: relative;
  margin: -6px 0;
  padding: 0;
}
@media all and (max-width: 600px) {
    .glossary-index ul,
    .mod-productSearch .abc {
    clear: none;
    display: inherit;
  }
}
.glossary-index ul li,
.mod-productSearch .abc li {
  font-size: 18px;
  display: block;
  float: left;
  font-family: "Siemens Sans Bold", Arial;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 2px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
/* only for Glossary but not(!) for product search */
.glossary-index ul li {
    margin: 0 18px 18px 0; 
    background-color: white;
}
.glossary-index ul li a,
.mod-productSearch .abc li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.mod-productSearch .abc li a:hover, 
.mod-productSearch .abc li a:active { 
    text-decoration:none; 
}
.glossary-index ul li:first-child,
.mod-productSearch .abc li:first-child {
  margin-left: 0;
}
.mod-productSearch .abc li:last-child {
  margin-bottom: 14px;
}
.glossary-index ul li.inactive,
.mod-productSearch .abc li.not-available,
.glossary-index ul li.inactive a,
.mod-productSearch .abc li.not-available a {
  color: #b9b9a4;
  cursor: default;
}
/* only for product search */
.mod-productSearch .abc li.inactive:hover,
.mod-productSearch .abc li.not-available a:hover {
  background-color: inherit;
  color: #b9b9a4;
  cursor: default;
}
/* only for Glossary */
.glossary-index ul li.inactive:hover,
.glossary-index ul li.not-available a:hover {
  background-color: white;
  color: #b9b9a4;
  cursor: default;
}
.glossary-index ul li:active, .glossary-index ul li:hover, .glossary-index ul li a:active, .glossary-index ul li a:hover,
.mod-productSearch .abc li:active, .mod-productSearch .abc li:hover {
  color: #323c46;
  text-decoration: none;
  background-color: #dce1e6;
}
/* Links im Glossary-Content */
.glossary-block p a:not(:last-child) { display: inline-block; padding-bottom:12px; }


.mod-productSearch .mod-pagePagination {
  display: none;
  position: relative;
  margin: 20px auto 0 auto;
}
.mod-productSearch .mod-pagePagination li.current-pagination {
  background-color: #dce1e6;
  color: #374b5a;
}
@media only screen and (max-width: 1023px) {
  .mod-productSearch .abc {
    margin: 30px 0;
  }
}
.mod-productSearch .dividerLine {
  height: 1px;
  background-color: #c8d2dd;
  border: 0;
  margin: 0 0 30px 0;
}
.mod-productSearch .result-table {
  display: none;
}
.mod-productSearch .result-table .endline {
  margin: 10px 0;
}
.mod-productSearch .result-page {
  display: none;
}
.mod-productSearch .result-page:first-child {
  display: block;
}
.mod-productSearch .result-counter {
  margin-bottom: 5px;
}
.mod-productSearch .mod-collapsableLinkList {
  margin: 0;
}
/* interim product finder */
.dividerLine {
    background-color: #DDD;
    height: 1px;
    border: 0;
    margin: 0 0 30px 0;
}
.prodDescription{
    background-color: #FFF;
    width: 100%;
    float: left;
}

.mod-footer {
  -webkit-transform: translate3d(0, 0, 0);
}
.mod-footer .centered {
  background-color: #414b55;
}
.mod-footer a {
  color: white;
  margin-right: 25px;
  white-space: nowrap;
}
.mod-footer span {
  color: white;
  margin-right: 25px;
}
.mod-footer a[rel="external"]:before {
  background-position: 0 -1310px;
  padding-right: 16px;
}
.mod-footer a[rel="internal"]:before {
  background-position: 0 -960px;
  padding-right: 16px;
}
.mod-footer select {
  margin-right: 25px;
}
.mod-footer .copyright {
  color: white;
  margin-right: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
}
.mod-footer .worldmap {
  background: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/context-button.png?1379941354');
  background-size: 31px 725px;
  background-position: 0 -348px;
  width: 29px;
  height: 17px;
  margin-right: 15px;
  float: left;
}
.mod-footer .padded_line {
  padding-top: 12px;
  padding-bottom: 12px;
}
.mod-footer .bordered_line {
  background-image: -webkit-repeating-linear-gradient(top, #505a64 0px, #505a64 1px, #414b55 1px, #414b55 45px);
  background-image: -moz-repeating-linear-gradient(top, #505a64 0px, #505a64 1px, #414b55 1px, #414b55 45px);
  background-image: -o-repeating-linear-gradient(top, #505a64 0px, #505a64 1px, #414b55 1px, #414b55 45px);
  background-image: -ms-repeating-linear-gradient(top, #505a64 0px, #505a64 1px, #414b55 1px, #414b55 45px);
  background-image: repeating-linear-gradient(top, #505a64 0px, #505a64 1px, #414b55 1px, #414b55 45px);
}
.mod-footer .bordered_line a {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
}

.mod-breadCrumbs {
  display: block;
  position: relative;
  z-index: 1000;
  padding-top:30px;
}
.mod-breadCrumbs a {
  font-family: "Siemens Sans Regular", Arial;
}
.mod-breadCrumbs a:hover {
  text-decoration: none;
}
.mod-breadCrumbs a:active {
  text-decoration: none;
}
.mod-breadCrumbs .submenu {
  position: absolute;
  top: 59px;
  left: 0;
}
.mod-breadCrumbs .submenu ul {
  display: block;
  padding: 1px 8px 3px 8px;
  background-color: #fff;
}
.mod-breadCrumbs .submenu li {
  display: block;
  float: none;
  margin-bottom: 1px;
  padding: 0;
}
.mod-breadCrumbs .submenu li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.mod-breadCrumbs ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.mod-breadCrumbs ul li {
  position: relative;
  padding: 0 8px 0 8px;
  float: left;
  line-height: 25px;
}
.mod-breadCrumbs ul li:first-child {
  padding-left: 0;
}
.mod-breadCrumbs ul li.bread-crumb-open {
  background-color: #fff;
}
.mod-breadCrumbs ul ul {
  display: none;
}
.mod-breadCrumbs .current-page a {
  font-family: "Siemens Sans Bold", Arial;
  font-weight: 700;
}

.mod-pageFooter .link-list {
  font-family: "Siemens Sans Bold", Arial;
}
.mod-pageFooter .link-list a {
  color: #323c46;
}
.mod-pageFooter .link-list .column {
  padding-top: 22px;
}
.mod-pageFooter .link-list .column:nth-child(-n+3) {
  padding-top: 0;
}
.mod-pageFooter .blog-link {
  padding-top: 5px;
  height: 30px;
}
.mod-pageFooter .blog-link a {
  height: 100%;
  color: #323c46;
}
.mod-pageFooter h3 {
  margin-bottom: 25px;
}
.mod-pageFooter .socialLinks {
  margin: 40px 0 45px 0;
}
.mod-pageFooter .socialLinks .sm-facebook, .mod-pageFooter .socialLinks .sm-twitter, .mod-pageFooter .socialLinks .sm-google, .mod-pageFooter .socialLinks .sm-youtube {
  display: block;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  background: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui.png?1380118683');
  background-size: 77px 5895px;
  height: 31px;
  width: 31px;
  /*  @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
      @content;
    }*/
}
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .mod-pageFooter .socialLinks .sm-facebook, .mod-pageFooter .socialLinks .sm-twitter, .mod-pageFooter .socialLinks .sm-google, .mod-pageFooter .socialLinks .sm-youtube {
    background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui2x.png?1380118683');
  }
}
.mod-pageFooter .socialLinks .sm-facebook:last-child, .mod-pageFooter .socialLinks .sm-twitter:last-child, .mod-pageFooter .socialLinks .sm-google:last-child, .mod-pageFooter .socialLinks .sm-youtube:last-child {
  margin-right: 0;
}
.mod-pageFooter .socialLinks .sm-facebook:before, .mod-pageFooter .socialLinks .sm-twitter:before, .mod-pageFooter .socialLinks .sm-google:before, .mod-pageFooter .socialLinks .sm-youtube:before {
  background: none;
}
.mod-pageFooter .socialLinks .sm-facebook {
  background-position: 0 -339px;
}
.mod-pageFooter .socialLinks .sm-twitter {
  background-position: 0 -179px;
}
.mod-pageFooter .socialLinks .sm-google {
  background-position: 0 -259px;
}
.mod-pageFooter .socialLinks .sm-youtube {
  background-position: 0 -99px;
}

.mod-multiLevelNavigation {
  background-color: #eef0f3;
}
.mod-multiLevelNavigation ul {
  background-color: #eef0f3;
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.mod-multiLevelNavigation li {
  position: relative;
  margin: 0;
}
.mod-multiLevelNavigation li a {
  display: inline-block;
  padding: 5px 0 5px 15px;
}
.mod-multiLevelNavigation .link-collection-opened {
  background-color: #dce1e5;
  color: #323c46;
}
.mod-multiLevelNavigation .link-collection ul,
.mod-multiLevelNavigation .link-collection-opened .link-collection-opened ul {
  padding: 0 0 0 15px;
}
.mod-multiLevelNavigation .link {
  display: block;
  position: relative;
  margin-left: 18px;
  margin-top: -20px;
}
.mod-multiLevelNavigation .link-collection ul {
  display: none;
}
.mod-multiLevelNavigation .link-collection.link-collection-opened > ul {
  display: block;
}
.mod-multiLevelNavigation .link-collection.link-collection-opened > a[rel="collection"]:before {
  background-position: 0 -1477px;
}
.mod-multiLevelNavigation h2 {
  padding: 10px 0 5px 15px;
  line-height: 28px;
  margin: 0;
}

.mod-contact {
  width: 100%;
  height: 100%;
}
.mod-contact a {
  color: #FFF;
  text-decoration: underline;
}
.mod-contact a:hover {
  text-decoration: none;
}
.mod-contact a[href^="mailto:"]:before {
  background: none;
  padding-right: 0;
  width: 0;
}
.mod-contact .contact-box {
  width: 100%;
  background-color: #505a64;
  color: white;
  padding: 15px 15px 20px 15px;
  margin-bottom: 30px;
  clear: both;
}
.mod-contact .sector_title {
  margin-bottom: 20px;
  color: white;
}
.mod-contact .primary_line {
  font-weight: bold;
}
.mod-contact img {
  margin-bottom: 10px;
  margin-right: 16px;
}
.mod-contact .format-small {
  width: 58px;
  height: 72px;
  float: left;
}
.mod-contact .format-wide {
  float: left;
}
.mod-contact .format-big {
  float: left;
}
.mod-contact .subheadline {
  color: white;
}

.mod-collapsableLinkList {
  margin:0 0 30px 0;
}
.mod-collapsableLinkList .link-collection > a:first-child {
  font-family: "Siemens Sans Bold", Arial;
}
.mod-collapsableLinkList .link {
  display: block;
  position: relative;
  margin-left: 18px;
  margin-top: -20px;
  color: #323c46;
}
.mod-collapsableLinkList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-collapsableLinkList ul li {
  padding: 0 0 30px;
}
/* im related */
.mod-relatedInfo .mod-collapsableLinkList ul li .flowAuto {
  padding: 0; 
  margin: 0;
}
.mod-relatedInfo .mod-collapsableLinkList ul li .flowAuto a img {
    margin-left: 8px;
}
.mod-collapsableLinkList ul li:last-child {
  padding: 0 0 10px 0;
}
.mod-collapsableLinkList .link-collection ul {
  display: none;
  margin: 0 0 0 15px;
  padding: 30px 0 0 0;
}
.mod-collapsableLinkList .link-collection.link-collection-opened ul {
  display: block;
  padding-top: 20px;
}
.mod-collapsableLinkList .link-collection.link-collection-opened ul li {
  padding: 0 0 20px 0;
}
.mod-collapsableLinkList .link-collection.link-collection-opened ul li:last-child {
  padding: 0;
}
.mod-collapsableLinkList .link-collection.link-collection-opened a[rel="collection"]:before {
  background-position: 0 -1477px;
}

.mod-pagePagination {
  display: block;
  position: relative;
  font-family: "Siemens Sans Bold", Arial;
  font-size: 18px;
  display: block;
  height: 40px;
  margin: 0 auto;
}
.mod-pagePagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-pagePagination li {
  display: block;
  float: left;
  color: #323c46;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin-left: 2px;
}
.mod-pagePagination li:first-child {
  margin-left: 0;
}
.mod-pagePagination li.current-pagination {
  background-color: #fff;
  color: #374b5a;
}
.mod-pagePagination li.prev, .mod-pagePagination li.next {
  background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui.png?1380118683');
  background-size: 77px 5895px;
}
.mod-pagePagination li.prev.disabled, .mod-pagePagination li.next.disabled {
  cursor: default;
}
.mod-pagePagination li.prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: 0 -888px;
  margin-right: 15px;
}
.mod-pagePagination li.next {
  margin-left: 15px;
  background-position: 0 -888px;
}

.mod-pageLeaveModal {
  display: none;
}

/******** ****************************************** ********/
/******** Kachel- und Slider-Gallery und Zoom Image ********/
.mod-pictureGallery { margin: 20px 0; font-family: "Siemens Sans Bold", Arial; line-height: 16px; }
.mod-pictureGallery .columns { margin-bottom: 20px; }
.mod-eventSlider .thumb-image:first-child, .mod-pictureGallery .thumb-image:first-child { position: relative; height: 60px; display: table; width: 100%; }
.mod-eventSlider .thumb-image img, .mod-pictureGallery .thumb-image img { width:100%; height:auto; max-height:160px; min-width:80px; min-height:60px; }
.asset .image .magnify-icon, .mod-eventSlider .thumb-image .magnify-icon, .mod-pictureGallery .thumb-image .magnify-icon { content: ""; height: 22px; width: 22px; cursor: pointer; position: absolute; display: block; bottom: 5px; right: 5px; background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui_more.png?1386153540'); background-repeat: no-repeat; background-size: 77px 2000px; background-position: 0 -1913px; /*  @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) { @content; }*/ }
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .asset .image .magnify-icon, .eventSlider .magnify-icon .thumb-image .magnify-icon, .mod-pictureGallery .thumb-image .magnify-icon { background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui2x_more.png?1386153540'); } }
.mod-eventSlider .thumb-description, .mod-pictureGallery .thumb-description { display:none; }
/* ZOOM IMAGE */
.asset .mod-pictureGallery { margin: 4px 0; }
.asset .mod-picturegallery .thumb-image a[rel="download"] { display: inline-block; }
.asset .mod-pictureGallery .thumb-image:first-child,
.asset .mod-pictureGallery .thumb-image div img { width:auto; height:auto; max-width:none; max-height:none; min-width:auto; min-height:auto; }
/* Fullsreen Image (the same for all ImageGalleries and for Zoom Image) */
body[data-fullscreen=true] { overflow: hidden; }
body[data-fullscreen=true] .mod-fullScreen { position: absolute; top: 0; left: 0; }
body[data-fullscreen=true] .mainWrapper { display: none; }

.mod-fullScreen img.loading { z-index: 1; }
.mod-fullScreen .description { color: #fff; }
.mod-fullScreen .description p { margin-bottom: 8px; }
.mod-fullScreen .description a { color: #fff; margin-bottom: 8px; margin-right: 30px; }
.mod-fullScreen .media-modul-slider { /* Shut all pointer events to JavaScript code. */ -ms-touch-action: none; }
.mod-fullScreen .swipe { overflow: hidden; -ms-touch-action: none; visibility: hidden; position: relative; }
.mod-fullScreen .swipe-wrap { overflow: hidden; position: relative; }
.mod-fullScreen .swipe-wrap > div { float: left; width: 100%; position: relative; }
.mod-fullScreen .full-screen { display: none; background: #000; z-index: 8001; }
.mod-fullScreen .full-screen img:empty { position: absolute; max-width: 100%; height: auto; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.mod-fullScreen .full-screen .footer, .mod-fullScreen .full-screen .header { position: absolute; width: 100%; min-height: 80px; padding: 15px 0; background-color: rgba(30, 40, 50, 0.8); }
mod-fullScreen .full-screen .header { height: 80px; }
.mod-fullScreen .full-screen .header { top: 0; z-index: 1; }
.mod-fullScreen .full-screen .footer { height: auto; bottom: 0; padding: 15px 0 30px 0; }
.mod-fullScreen .full-screen a.toggle-fullScreen { line-height: 44px; font-size: 15px; display: block; color: #fff; padding-top: 5px; text-align: right; }
.mod-fullScreen .full-screen .close-icon { background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui_more.png?1386153542'); background-repeat: no-repeat; background-size: 77px 2000px; height: 16px; width: 16px; margin: 15px 0 0 10px; float: right; cursor: pointer; background-position: 0 -1984px; /*  @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) { @content; }*/ }
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .mod-fullScreen .full-screen .close-icon { background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui2x_more.png?1386153542'); } }
.mod-fullScreen .full-screen .mod-socialShare { margin: 0; }
/* nur im Slider */
.mod-fullScreen .resourceLinkSlider { display: inline-block; margin-top: 8px; }

.mod-searchResultFilter h4 {
  color: #414b55;
  margin: 0 0 10px 0;
}
.mod-searchResultFilter .filter-headline {
  margin-top: 25px;
}
.mod-searchResultFilter select {
  height: 40px;
}

.mod-searchPageHeader .filter-container {
  display: none;
}
.mod-searchPageHeader a[rel="collection"].active:before {
  background-position: 0 -1477px;
}
.mod-searchPageHeader .filter-open {
  display: block;
}
.mod-searchPageHeader .search-result-meta {
  height: 40px;
  line-height: 40px;
}
.mod-searchPageHeader .search-result-meta .help {
  float: right;
}
.mod-searchPageHeader .filter-on-off {
  padding: 10px;
}
.mod-searchPageHeader .filter-on-off.active {
  background-color: #fff;
}
.mod-searchPageHeader .result-title, .mod-searchPageHeader .counter {
  margin: 40px 0 0 0;
}
.mod-searchPageHeader .counter {
  text-align: right;
}
.mod-searchPageHeader .result-separator {
  height: 1px;
  border: 0;
  background-color: #969682;
  margin-top: 4px;
}

.mod-searchResult h3 {
  font-size: 24px;
  color: #323c46;
}
.mod-searchResult a {
  text-decoration: underline;
}

.mod-socialShare {
  overflow: hidden;
  *zoom: 1;
  display: block;
  position: relative;
  margin: 20px 0 ;/*20px 0 70px 0*/
  width: 340px;
  background-color: rgba(255, 255, 255, 0.8);
}
.mod-socialShare .social-top {
  overflow: hidden;
  *zoom: 1;
  display: block;
  height: 44px;
  position: relative;
  margin-bottom: 5px;
  padding: 5px 5px 0 15px;
  z-index: 2;
}
.mod-socialShare .open-more {
  width: 31px;
  height: 31px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-position: 8px -417px;
}
.mod-socialShare .open-more.open-more-active {
  background-position: 0 -410px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.mod-socialShare .social-title {
  display: table;
  float: left;
  width:40%;
}
.mod-socialShare .social-title h5 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-family: "Siemens Sans Bold", Arial;
  font-weight: 700;
}
.mod-socialShare .sm-icon {
  height: 31px;
  width: 31px;
  display: block;
  float: left;
  margin: 0 0 16px 16px;
  background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui.png?1380118683');
  background-size: 77px 5895px;
  /*  @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
      @content;
    }*/
}
.mod-socialShare .sm-icon:hover { text-decoration:none; }
a[href^="mailto:"].sm-icon:before { background-image: none; }
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .mod-socialShare .sm-icon { background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui2x.png?1380118683'); }
}
.mod-socialShare .links {
  overflow: hidden;
  *zoom: 1;
  margin-top: 5px;
  float: right;
  position: relative;
  display: block;
  width:60%;
}
.mod-socialShare a[class^="sm-icon sm-"] { background-position: 0 -1252px; }
.mod-socialShare a.sm-icon.sm-mailto {
  width: 30px;
  height: 30px;
  background-color: #738796;
  background-position: 0 -1696px;
}
.mod-socialShare .social-bottom {
  overflow: hidden;
  *zoom: 1;
  padding: 0 52px 0 0;
  position: relative;
  display: block;
  border-top: 1px solid #c8d2dd;
}
.mod-socialShare .social-bottom.social-closed {
  display: none;
}

.mod-socialShare .other-social {
  margin-left: 2px;
  margin-top: 15px;
  float: left;
}

/* Extra icon for RSS Feed for Social Share Buttons in the Footer and Related, 25.02.2014 */
.mod-socialShare a.sm-icon.sm-rssfeed,
.mod-socialFeed .channel-icon.rssfeed,
.mod-socialFeed .channel-icon.share-99 { background-size: 31px 31px; background-image:url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/icon_rssfeed.png?1390118684'); background-position: 0 0; }
/* Icons for Social Share Buttons in the Footer and Related, 22.02.2014 */
/* Ira, 23.03.2014: Diese Namen-Klassen werden demnächst duch die u.s. Zahlen-Klassen ersetzt. */
.mod-socialShare a.sm-icon.sm-stumpleupon,  .mod-socialFeed .channel-icon.stumpleupon{background-position: 0 -3624px; }
.mod-socialShare a.sm-icon.sm-facebook,     .mod-socialFeed .channel-icon.facebook 	{ background-position: 0 -2504px; }
.mod-socialShare a.sm-icon.sm-linkedin,     .mod-socialFeed .channel-icon.linkedin 	{ background-position: 0 -2984px; }
.mod-socialShare a.sm-icon.sm-xing,         .mod-socialFeed .channel-icon.xing 		{ background-position: 0 -4984px; }
.mod-socialShare a.sm-icon.sm-twitter,      .mod-socialFeed .channel-icon.twitter 	{ background-position: 0 -4824px; }
.mod-socialShare a.sm-icon.sm-google,       .mod-socialFeed .channel-icon.google, .mod-socialShare a.sm-icon.sm-googleplus,   .mod-socialFeed .channel-icon.googleplus{ background-position: 0 -5704px; }
.mod-socialShare a.sm-icon.sm-kaixin,       .mod-socialFeed .channel-icon.kaixin 	{ background-position: 0 -5224px; }
.mod-socialShare a.sm-icon.sm-sinaweibo,    .mod-socialFeed .channel-icon.sinaweibo	{ background-position: 0 -5464px; }
.mod-socialShare a.sm-icon.sm-tencent,      .mod-socialFeed .channel-icon.tencent 	{ background-position: 0 -5544px; }
.mod-socialShare a.sm-icon.sm-renren,       .mod-socialFeed .channel-icon.renren 	{ background-position: 0 -5624px; }

/* Ira, 23.03.2014: Die neue Zahlen-Klassen */
.mod-socialShare.iconNumber .other-social { margin-left:0; }
/*.mod-socialFeed .channel-icon,*/ 
.mod-socialShare.iconNumber a.sm-icon { margin: 0 0 18px 18px; height:30px; width:30px; background-image: url(/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/share_tablet_30.png?1380118611); background-size:30px 750px; }
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .mod-socialFeed a.sm-icon { background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/share_tablet_60.png?1380118612'); }
}
.mod-socialShare.iconNumber a.sm-icon.open-more { background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui.png?111118682'); background-size: 77px 5895px; }
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .mod-socialShare.iconNumber a.sm-icon.open-more { background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui2x.png?111118683'); }
}
/* socialShare-Box vor dem Footer ist noch nicht auf Numbers umgestellt und BGs sind nicht positioniert */
/* positioniert und getestet */
.mod-socialShare.iconNumber a.sm-icon.sm-mailto, .mod-socialShare.iconNumber a.sm-icon.sm-1, 
       .mod-socialFeed .channel-icon.share-mailto, .mod-socialFeed .channel-icon.share-1 { background-position: 0 0; }/* email */
.mod-socialShare.iconNumber a.sm-icon.sm-2, .mod-socialFeed .channel-icon.share-2 { background-position: 0 -30px; }/* delicious */
.mod-socialShare.iconNumber a.sm-icon.sm-3, .mod-socialFeed .channel-icon.share-3 { background-position: 0 -60px; }/* yigg */
.mod-socialShare.iconNumber a.sm-icon.sm-4, .mod-socialFeed .channel-icon.share-4 { background-position: 0 -90px; }/* mister wong  */
.mod-socialShare.iconNumber a.sm-icon.sm-5, .mod-socialFeed .channel-icon.share-5 { background-position: 0 -120px; }/* stumpleupon */
.mod-socialShare.iconNumber a.sm-icon.sm-6, .mod-socialFeed .channel-icon.share-6 { background-position: 0 -150px; }/* simpy */
.mod-socialShare.iconNumber a.sm-icon.sm-7, .mod-socialFeed .channel-icon.share-7 { background-position: 0 -180px; }/* linkagogo */
.mod-socialShare.iconNumber a.sm-icon.sm-8, .mod-socialFeed .channel-icon.share-8 { background-position: 0 -210px; }/* oneview */
.mod-socialShare.iconNumber a.sm-icon.sm-9, .mod-socialFeed .channel-icon.share-9 { background-position: 0 -240px; }/* faves */
.mod-socialShare.iconNumber a.sm-icon.sm-10, .mod-socialFeed .channel-icon.share-10 { background-position: 0 -270px; }/* facebook */
.mod-socialShare.iconNumber a.sm-icon.sm-11, .mod-socialFeed .channel-icon.share-11 { background-position: 0 -300px; }/* myspace */
.mod-socialShare.iconNumber a.sm-icon.sm-12, .mod-socialFeed .channel-icon.share-12 { background-position: 0 -330px; }/* linkedin */
.mod-socialShare.iconNumber a.sm-icon.sm-13, .mod-socialFeed .channel-icon.share-13 { background-position: 0 -360px; }/* xing */
.mod-socialShare.iconNumber a.sm-icon.sm-14, .mod-socialFeed .channel-icon.share-14 { background-position: 0 -390px; }/* friendfeed */
.mod-socialShare.iconNumber a.sm-icon.sm-15, .mod-socialFeed .channel-icon.share-15 { background-position: 0 -420px; }/* digg */
.mod-socialShare.iconNumber a.sm-icon.sm-16, .mod-socialFeed .channel-icon.share-16 { background-position: 0 -450px; }/* newsvine */
.mod-socialShare.iconNumber a.sm-icon.sm-17, .mod-socialFeed .channel-icon.share-17 { background-position: 0 -480px; }/* twitter */
.mod-socialShare.iconNumber a.sm-icon.sm-18, .mod-socialFeed .channel-icon.share-18 { background-position: 0 -510px; }/* google */
.mod-socialShare.iconNumber a.sm-icon.sm-19, .mod-socialFeed .channel-icon.share-19 { background-position: 0 -540px; }/* flickr */
.mod-socialShare.iconNumber a.sm-icon.sm-20, .mod-socialFeed .channel-icon.share-20 { background-position: 0 -570px; }/* kaixin */
.mod-socialShare.iconNumber a.sm-icon.sm-21, .mod-socialFeed .channel-icon.share-21 { background-position: 0 -600px; }/* youtube */
.mod-socialShare.iconNumber a.sm-icon.sm-22, .mod-socialFeed .channel-icon.share-22 { background-position: 0 -630px; }/* wordpress */
.mod-socialShare.iconNumber a.sm-icon.sm-23, .mod-socialFeed .channel-icon.share-23 { background-position: 0 -660px; }/* sinaweibo */
.mod-socialShare.iconNumber a.sm-icon.sm-24, .mod-socialFeed .channel-icon.share-24 { background-position: 0 -690px; }/* tencent */
.mod-socialShare.iconNumber a.sm-icon.sm-25, .mod-socialFeed .channel-icon.share-25 { background-position: 0 -720px; }/* renren */
.mod-socialShare.iconNumber a.sm-icon.sm-26, .mod-socialFeed .channel-icon.share-26 { background-position: 0 -750px; }/* nb */
.mod-socialShare.iconNumber a.sm-icon.sm-27, .mod-socialFeed .channel-icon.share-27 { background-position: 0 -780px; }/* nb */
.mod-socialShare.iconNumber a.sm-icon.sm-28, .mod-socialFeed .channel-icon.share-28 { background-position: 0 -810px; }/* nb */
.mod-socialShare.iconNumber a.sm-icon.sm-29, .mod-socialFeed .channel-icon.share-29 { background-position: 0 -840px; }/* nb */
.mod-socialShare.iconNumber a.sm-icon.sm-30, .mod-socialFeed .channel-icon.share-30 { background-position: 0 -870px; }/* nb */
.mod-socialShare.iconNumber a.sm-icon.sm-31, .mod-socialFeed .channel-icon.share-31 { background-position: 0 -900px; }/* nb */
.mod-socialShare.iconNumber a.sm-icon.sm-32, .mod-socialFeed .channel-icon.share-32 { background-position: 0 -930px; }/* nb */
.mod-socialShare.iconNumber a.sm-icon.sm-33, .mod-socialFeed .channel-icon.share-33 { background-position: 0 -960px; }/* nb */
.mod-socialShare.iconNumber a.sm-icon.sm-34, .mod-socialFeed .channel-icon.share-34 { background-position: 0 -990px; }/* nb */
.mod-socialShare.iconNumber a.sm-icon.sm-35, .mod-socialFeed .channel-icon.share-35 { background-position: 0 -1020px; }/* nb */


/**** ABSTÄNDE OBEN und UNTEN ****/
.mrgCollapsTop { margin-top:20px !important; } 
.mrgCollapsBot { margin-bottom:22px !important; } 
.mod-expandable {
  background-color: #fff;
  position: relative;
  padding: 15px 15px 0 15px;
  margin-bottom: 20px;
}
.mod-expandable h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
.mod-expandable .expandable-bottom {
  display: none;
}
.mod-expandable .expandable-bottom.shown {
  display: block;
}
.mod-expandable .show-more {
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui.png?1380118683');
  background-size: 77px 5895px;
  background-repeat: no-repeat;
  /*  @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
      @content;
    }*/
  background-position: 0 -1647px;
}
@media (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .mod-expandable .show-more {
    background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui2x.png?1380118683');
  }
}
.mod-expandable .show-more.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: 18px -1626px;
}

.mod-table {
  margin: 40px 0; overflow-y:auto;
}
.mod-table table {
  width: 100%;
}
.mod-table table p {
    padding-bottom: 2px;
    margin-bottom: 0;
}
.mod-table .bold, .mod-table .tbhighlighted {
  font-family: "Siemens Sans Bold", Arial;
}
.mod-table caption,
.mod-table thead {
  width: 100%;
  background-color: #738796;
}
.mod-table caption,
.mod-table th {
  padding: 7px 0 5px 15px;
  text-align: left;
  color: #fff;
  vertical-align: top;
  text-align: left;
}
.mod-table caption {
  border-bottom: 2px #EBEBE3 solid;
  font-size: 15px;
  font-weight: bold;
}
.mod-table tbody td {
  padding: 7px 5px 5px 15px;
  background-color: #fff;
  border-bottom: 2px #EBEBE3 solid;
  vertical-align: top;
  text-align: left;
}
.mod-table tfoot td {
  padding: 7px 5px 5px 15px;
  vertical-align: top;
  text-align: left;
  background-color: #c8c8b9;
}
.mod-table th:last-child,
.mod-table tbody td:last-child,
.mod-table tfoot td:last-child  {
    padding-right:15px;
}
/* Aligment */
.mod-table th.text-left, .mod-table tbody td.text-left, .mod-table tfoot td.text-left  {
    text-align: left;
}
.mod-table th.text-center, .mod-table tbody td.text-center, .mod-table tfoot td.text-center  {
    text-align: center;
}
.mod-table th.text-right, .mod-table tbody td.text-right, .mod-table tfoot td.text-right  {
    text-align: right;
}
.mod-table th.top, .mod-table tbody td.top, .mod-table tfoot td.top {
	vertical-align: top;
}
.mod-table th.middle, .mod-table tbody td.middle, .mod-table tfoot td.middle {
	vertical-align: middle;
} 
.mod-table th.bottom, .mod-table tbody td.bottom, .mod-table tfoot td.bottom {
	vertical-align: bottom;
}

.mod-abcIndex .index {
  visibility: hidden;
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
}
.mod-abcIndex ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mod-abcIndex .blend {
  width: 73px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 70px;
  background-color: #000;
  z-index: 2;
}
.mod-abcIndex .blend {
  position: absolute;
  z-index: 2;
  right: 0;
  width: 68px;
  background-color: #000;
  top: 70px;
}
.mod-abcIndex .swipe-canvas {
  overflow: hidden;
  position: relative;
}
.mod-abcIndex .sliderPage {
  float: left;
  position: relative;
  height: 60px;
}
.mod-abcIndex .sliderPage li {
  font-family: "Siemens Sans Bold", Arial;
  float: left;
  position: relative;
  height: 33px;
  width: 33px;
  background: #fff;
  text-align: center;
  line-height: 33px;
  text-transform: uppercase;
  margin-right: 16px;
  cursor: pointer;
}
.mod-abcIndex .sliderPage li:nth-child(6) {
  margin-right: 0;
}
.mod-abcIndex .current-letter:after {
  position: absolute;
  top: 32px;
  left: -1px;
  content: '';
  width: 34px;
  height: 42px;
  background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui.png?1380118683');
  background-size: 77px 5895px;
  background-position: 0 -1762px;
  background-repeat: no-repeat;
}
.mod-abcIndex .link-lists ul {
  display: none;
}
.mod-abcIndex .link-lists ul:first-child {
  display: block;
}
.mod-abcIndex .link-lists li {
  margin-bottom: 22px;
}
.mod-abcIndex .link-lists a {
  color: #fff;
}
.mod-abcIndex .link-lists a[rel="internal"]:before {
  background-position: 0 -960px;
}
.mod-abcIndex .link-lists a[rel="external"]:before {
  background-position: 0 -1310px;
}

.mod-teaserFullsize {
  overflow: hidden;
  *zoom: 1;
  display: block;
  margin: 15px 0;
  position: relative;
  background-color: #2882a0;
  padding: 10px;
  color: #fff;
}
.mod-teaserFullsize a {
  color: #fff;
}
.mod-teaserFullsize a[rel="external"]:before {
  background-position: 0 -1313px;
}
.mod-teaserFullsize a[rel="internal"]:before {
  background-position: 0 -962px;
}
.mod-teaserFullsize .teaser-image {
  float: left;
  margin-left: 10px;
  margin-right: 16px;
}
.mod-teaserFullsize .teaser-image img {
  display: block;
  position: relative;
}
.mod-teaserFullsize .teaser-text {
  position: relative;
  top: 0;
}
.mod-teaserFullsize .teaser-text h3 {
  margin: 0 0 10px 0;
}


.mod-newsletter {
  width: 100%;
  height: 100%;
}
.mod-newsletter .title {
  color: #AAB517;
}
.mod-newsletter a {
  color: white;
}
.mod-newsletter a[rel="internal"]:before {
  background-position: 0 -723px;
  padding-right: 16px;
}
.mod-newsletter input,
.mod-relatedInfo input {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 0px;
  color: #374b5a;
}
.mod-newsletter .submit-button, 
.mod-relatedInfo .submit-button, 
#rating #feedbackResponse button {
  height: 40px;
  font-weight: bold;
  background-color: #505a64;
  color: white;
  border: 0 none;
  border-radius: 0px;
  padding: 15px;
  width: auto;
  float: right;
}
.mod-newsletter .captcha,
.mod-relatedInfo .captcha {
  height: 50px;
}
.mod-newsletter .captcha-explain,
.mod-relatedInfo .captcha-explain {
  color: white;
  clear: both;
  margin-bottom: 30px;
}
.mod-newsletter .captcha-hint,
.mod-relatedInfo .captcha-hint {
  color: white;
  float: left;
}
.mod-newsletter .reload,
.mod-relatedInfo .reload {
  color: white;
  margin-left: 16px;
}
.mod-newsletter .captcha-container,
.mod-relatedInfo .captcha-container {
  display: table;
  margin-bottom: 15px;
}
.mod-newsletter .container-row {
  display: table-row;
}
.mod-newsletter .container-row .container-cell {
  display: table-cell;
}
.mod-newsletter .container-row .bottom-cell {
  vertical-align: bottom;
}
.mod-newsletter .error-message,
.mod-relatedInfo .error-message {
  display: none;
  color: red;
  margin-bottom: 15px;
}
.mod-newsletter .success-message,
.mod-relatedInfo .success-message {
  display: none;
  clear: both;
  color: white;
}
/* Formular in Content */
.mainContent #form { padding:0; margin:0; width:596px; background-color:transparent; }   
.mainContent #form *, .mainContent #sendbuttons * { margin:0; padding:0; }
.mainContent #form .liFloat { float:left; }
.mainContent #form .reFloat { float:right; }
.mainContent #form .UserMessage		{ color:#cc0000; }	
.mainContent #form label, .mainContent #form .label { display:block; margin:2px 6px 2px 0; width:144px; float:left; cursor:default; }  
/* Default CSS */
.mainContent #form fieldset { margin-top:6px; position:relative; border:0 none; float:left; cursor:default; width:100%; }/* width:596px; */
.mainContent #form fieldset .liFloat { margin:3px 0 2px 0; }
.mainContent #form .text, .mainContent #form .textarea, .mainContent #form .select { width:306px; color:#374b5a; border:1px #999 solid; margin-bottom:6px; float:left; border-radius:0; }
.mainContent #form .text { padding:5px; }
.mainContent #form .textarea { height:65px; padding:5px; }
.mainContent #form .select { color:#374b5a; }
.mainContent #form .checkbox, .mainContent #form .radio { float:left; color:#374b5a; border:0 none; margin-right:4px; }
.mainContent #form .optionText { float:left; margin-top:-5px; color:#374b5a; margin-right:4px; display:block; width:70%; }
.mainContent #form .optionsWithLabel { float:left; width:266px; color:#374b5a; }
.mainContent #form .radiotext 		 { margin-top:-5px; margin-right:13px; width:50px; color:#374b5a; }
.mainContent #form .formRow.emptyRow { height:5px; line-height:5px; font-size:5px; }
.mainContent #form #sendbuttons { margin:10px 0; width:100%; float:right; *zoom:1; }/* width:596px; */
.mainContent #form #sendbuttons:before, .mainContent #form #sendbuttons:after { content:" "; display:table; }
.mainContent #form #sendbuttons:after { clear:both; }
.mainContent #form #sendbuttons a.button.button-submit, .mainContent #form #sendbuttons input.button.button-submit {     
  height: 40px;
  font-weight: bold;
  background-color: #505a64;
  color: white;
  border: 0 none;
  border-radius: 0px;
  padding: 7px 15px 5px 15px;
  width: auto;
  float: right;
}
.mainContent #form #sendbuttons a.button.button-submit:hover, .mainContent #form #sendbuttons input.button.button-submit:hover { text-decoration: none; }
/* Error */
.mainContent #form div.error { color:red; }

/**************** relatedInfo ******/
.mod-relatedInfo {
  width: 100%;
  height: 100%;
}
.mod-relatedInfo .index {
  position: relative;
  margin-bottom: 5px;
  height: 60px;
}
.mod-relatedInfo .index li {
  font-family: "Siemens Sans Bold", Arial;
  float: left;
  position: relative;
  height: 33px;
  width: auto;
  background: #fff;
  text-align: center;
  line-height: 33px;
  margin-right: 16px;
  padding: 0 10px 0 10px;
  cursor: pointer;
}
.mod-relatedInfo .index li:nth-child(3) {
  margin-right: 0;
}
.mod-relatedInfo .current-category:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 33px;
  margin-left: -8px;
  background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui.png?1380118683');
  background-size: 77px 5895px;
  background-repeat: no-repeat;
  background-position: 0 -481px;
}
.mod-relatedInfo .overview-text:after {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 5px;
  background-image: url('/_layouts/15/Querplex/Siemens/WCMS3/images/tablet/ui.png?1380118683');
  background-size: 77px 5895px;
  background-repeat: no-repeat;
  background-position: 0 -962px;
}
.mod-relatedInfo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mod-relatedInfo .link-lists .related-list {
  display: none;
}
.mod-relatedInfo .link-lists .related-list:first-child {
  display: block;
}
.mod-relatedInfo .link-lists a {
  color: #fff;
  display: block;
  margin-bottom: 30px;
  text-decoration: none; 
}
/* Erweiterung für Links und Bildunterschriften im Related-Section */
.mod-relatedInfo caption, .mod-relatedInfo .caption, .mod-relatedInfo figcaption,
.mod-relatedInfo a, .mod-relatedInfo .section a, .mod-relatedInfo a[rel="collection"], .mod-relatedInfo .mod-collapsableLinkList .link { color:#FFF; }

/* noch alte BG_Positionen, sie muessen geaendert werden */
.mod-relatedInfo a[href^="mailto:"]:before { background-position: 0 -1196px; }
.mod-relatedInfo a[rel="refresh"]:before { background-position: 0 -663px; }
.mod-relatedInfo a[rel="collection"]:before { background-position: 0 -842px; }
/*.mod-relatedInfo a[rel="download"]:before { background-position: 0 -1888px; } - dieser alter Wert sollte stimmen */
.mod-relatedInfo a[rel="jumpmark"]:before { background-position: 0 -1366px; }
.mod-relatedInfo a.block-link:after { background-position: 7px -903px; }
/**** neue BG Werte ****/
/* Minus in White Color*/
.mod-relatedInfo .mod-collapsableLinkList .link-collection.link-collection-opened a[rel="collection"]:before { background-position: 0 -1530px; }
.mod-relatedInfo .mod-collapsableLinkList { padding-top:15px; }

.mod-relatedInfo a[rel="internal"]:before,
.mod-relatedInfo .section a[rel="internal"]:before,
.mod-relatedInfo .link-lists a[rel="internal"]:before { background-position: 0 -960px; }
.mod-relatedInfo a[rel="external"]:before,
.mod-relatedInfo .button a[rel="external"]:before,
.mod-relatedInfo .section a[rel="external"]:before,
.mod-relatedInfo .link-lists a[rel="external"]:before { background-position: 0 -1310px; }

.mod-relatedInfo .section, /* Erweiterung für alle SECTIONS in Related */
.mod-relatedInfo .mod-collapsableLinkList,
.mod-relatedInfo .contact-box {
  width: 100%;
  background-color: #505a64;
  color: #FFF;
  padding: 15px 15px 20px 15px;
  margin-bottom: 20px;
  font-weight: normal;
  clear: both;
}
/* letztes Element im Section */
.mod-relatedInfo .section .c-teaser:last-child,
.mod-relatedInfo .section .c-teaser .collapsible-body:last-child, 
.mod-relatedInfo .section .c-teaser .collapsible-body p:last-child, 
.mod-relatedInfo .section .c-teaser .clearfix:last-child,
.mod-relatedInfo .section .c-teaser .clearfix p:last-child { margin-bottom:0; padding-bottom:0; }

/* Glossary im Related (ähnlich wie .index li im Related) */
.mod-relatedInfo .glossary {
  float: left;
  position: relative;
  margin-bottom:-16px;
  *zoom: 1;
}
.mod-relatedInfo .glossary:before, .mod-relatedInfo .glossary:after {
  content: " ";
  display: table;
}
.mod-relatedInfo .glossary:after {
  clear: both;
}
.mod-relatedInfo .glossary li {
  font-family: "Siemens Sans Bold", Arial;
  float: left;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 40px;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-right: 18px;
  margin-bottom:18px; 
  cursor: pointer;
}
/* letzter Buchstabe in Zeile hat kein MrgRight */
/* (an + b): a represents a cycle size, n is a counter (starts at 0), and b is an offset value */
.mod-relatedInfo .glossary li:nth-child(5n + 5) { margin-right: 0; }
.mod-relatedInfo .glossary li a { color:#374b5a; display: block; width: 100%; height: 100%; text-decoration: none; }


.mod-relatedInfo .primary-line {
  font-weight: bold;
  margin-bottom: 10px;
}
.separator,
.mod-backToTop {
  display: block;
  position: relative;
  margin: 30px 0 20px 0;
}
.mod-backToTop .back-link {
  position: absolute;
  right: 0;
  top: -23px;
  cursor: pointer;
}
.separator hr,
.mod-backToTop hr {
  border: 0;
  height: 2px;
  background-color: #aaaa96;
}
/* Zusatzinformationen (ganz unten auf Artikel-Seite) */
.sifr ul {   
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Download links */
.sifr ul.download-list,
.download-list { 
    margin-bottom: 12px; 
}
.download-list .icon span { 
    display: none; 
}

/* For all real Lists */
.bulletList, .numberedList, .linkList {
    display:block;
    overflow: hidden;
 }
/* Bullet lists and Numbered lists */
.mainContent h3.listCaption { margin-top:0; }
.bulletList {
    margin: 0;
    padding: 0 0 0 16px;
}
.numberedList {
    margin: 0;
    padding: 0 0 0 20px;
}
.bulletList li, .numberedList li {
    margin: 0;
    padding: 0;
}
.bulletList li p, .numberedList li p {
    padding-bottom: 6px;
    margin-bottom: 0;
}
/* link list */
.linkList,
.linkList li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.linkList li {
    padding-bottom: 12px;
}
article:before, article:after,
.clearfix:before, .clearfix:after,
.mainContent #form:before, .mainContent #form:after {
	display: block;
	height: 0;
	overflow: hidden;
	content: "\0020";
}
article:after,
.clearfix:after {
	clear: both;
}
article,
.clearfix {
	zoom: 1;
}

/************ clear ***************/
.clear { font-size:0; line-height:0; height:0; clear:both; }
/* Trennlinie */
.hr-cautious { display:none; }
/* Link auf der Kontakt-Seite */
.inlineBlock a.icon { margin-bottom:10px; display:block; }

/* Overview */
.mainContent .overview h3 { margin-top:0; padding-top:0; }

/*** Tab Cards ***/
.tabletTabCard {
  margin: 0;
  font-family: "Siemens Sans Bold", Arial;
  line-height: 16px;
}
.tabletTabCard .columns {
  margin-top: 8px;
  padding-right: 0;
}
.tabletTabCard .columns:last-child {
    float: left;
}

.tabletTabCard .link-button {
  height: 52px;
  display: table;
  width: 100%;
  text-decoration: none; 
}
.tabletTabCard a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 0 10px;
  background-color: #1E2832;
  text-decoration: none; 
}
/*
.tabletTabCard a span {
    display: table;
    height: 32px;
    overflow: hidden;
}*/
.tabletTabCard a.current-item {
  background-color: #fff;
  color: #323c46;
}
/* TabNav PortletPage */
[id*="TabNavContent"] { padding-top:30px; margin-left:8px; padding-right:8px; background-color:#FFF; }
.tnlbl-content { display:none; }
.tnlbl-content.active { display:block; }
/* das erste Element im TabContent darf keinen Abstand nach oben haben */
.mainContent [id*="TabNavContent"] *:first-child { margin-top:0; padding-top:0; }
.mainContent [id*="TabNavContent"] .mod-collapsableLinkList .link { display:inline-block; }
/* Tab Cards in Related */
.tabCardImRelated .mrg14 a[rel="internal"].icon { margin-right:15px; line-height:22px; }
.tabCardImRelated .mrg14 a[rel="internal"].icon.activeTabImRelated { font-weight:bold; }

/**************** Feedback (Frage & Radiobuttons vor dem Footer) **************/
#rating { background-color: #1E2832; margin-bottom:30px; color:#FFF; padding:14px; width:100%; }
#rating fieldset { margin-bottom:14px; border:0 none; margin:0; padding:0; }
#rating legend { border:0 none; margin:0; padding:0; }
#rating #feedbackText legend { width: 70%; float:left; }
#rating #feedbackText input[type="radio"] { margin-right:10px;  }
#rating #feedbackText ul {
	list-style: none;
    width: 30%;
	float: left;
	margin: 0;
    padding:0;
}
#rating #feedbackText li {
	display: block;
	float: left;
	overflow: hidden;
	margin: 0 10px 0 0;
    padding:0;
}
#rating #feedbackResponse textarea { 
    margin: 10px 0;
	width: 100%; 
}
/* Floating Images (vorerst nur im Related getestet) */
.asset-left { float:left; margin-right:10px; }
.asset-right { float:right; margin-left:10px; }
.mod-relatedInfo .asset .caption { padding-top:5px; }

/* Bilder in den Bannern sind linksbündig ohne jeglichen Abstand links und rechts */
/*.mod-relatedInfo .section.banner img { margin-left:-15px; }*/
.mod-relatedInfo .section.banner .asset { max-width:272px; overflow:hidden; }
.mod-relatedInfo .link-collection .asset-left, .mod-relatedInfo .link-collection .asset-right,
.mod-relatedInfo .section.banner .asset-left, .mod-relatedInfo .section.banner .asset-right { float:none; margin:0; }

/* Picture Gallery im Related */
.mod-relatedInfo .mod-pictureGallery { margin:-20px 0 0 0; }

/* Aggregation with RSS Button */
.rssButton { margin-bottom:5px; margin-right:5px; }

/*########## OverlayBlock, Iraida 24.07.2014 ##########*/
.overlayBlock .mod-backToTop { margin-top: 36px; }
.overlayBlock .columns { margin-top:20px; }
.overlayBlock .p { margin-bottom: 5px; }
/* OverlayBox Header */
.overlayBlock .overview-header {
	width: 100%;
	position: relative;
    bottom: 0;
}
.overlayBlock .overview-header:hover { cursor: pointer; }
/* gray related info overlay box *************************************/
.overlayBlock .overview-item.ignore .overview-header { background-color:#999; }
.overlayBlock .overview-header .grayrelatedinfo { color:#FFF; padding: 14px 20px; overflow:hidden; }
.overlayBlock .overview-header:hover .grayrelatedinfo { cursor: default; }
.overlayBlock .overview-header .grayrelatedinfo h4 { margin-top: 0; margin-top: 0; }
/*.overlayBlock .overview-header .grayrelatedinfo p { }*/
.overlayBlock .overview-header .grayrelatedinfo a { display:block; color:#FFF; padding-bottom:5px; text-decoration: none; }
.overlayBlock .overview-header .grayrelatedinfo a:before { background-position: 0 -961px; }
/* header height */                                                                                           
.overlayBlock .overview-header,
.overlayBlock .overview-header img,
.overlayBlock .overview-header .grayrelatedinfo { height:202px; }
.overlayBlock .overview-header img { width:100% !important; max-width:100% !important; }
.overlayBlock .overview-header .overview-blueBg {
	position: absolute;
	background:#014E62 url(/_layouts/15/Querplex/Siemens/WCMS3/images/overview/icon_pfeil_weiss.png) no-repeat center 26px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
	width: 100%;
	height: 39px;
	top: 163px;
}
.overlayBlock .overview-header .overview-blueBg h4 {
	color: #fff;    
	background: transparent url(/_layouts/15/Querplex/Siemens/WCMS3/images/overview/icon_dreieck_blau.png) no-repeat center center; 
	font-size: 1em;
	text-align: center;
	margin: 0;
    padding-top: 7px;
    padding-bottom: 22px; 
    position: relative;
    z-index: 14;
    line-height: 1em; 
}
/* bei ausgeklappten OverlayBox-Header */
.overlayBlock .overview-item.active .overview-header .overview-blueBg { background-position: center 30px; }
.overlayBlock .overview-item.active .overview-header .overview-blueBg h4 { background-position: center 34px;  margin-top: 5px; }
/* CONTENT BOX BELOW OVERLAY-HEADER */
.overlayBlock .overview-content {
	background: #eef0f3;
    width: 100%;
	display: none;
    margin:2px 8px 0 8px;
}
.overlayBlock .overview-content .pad20 { padding: 20px 20px 10px 20px; }
.overlayBlock .overview-content .pad20 a { margin-right:20px; text-decoration: none; }
/* Overview (looks the the same as overlay) */
.overlayBlock .toc.overview-row li { padding-bottom:0; }
.overlayBlock .toc.overview-row .overview-header { background-color:#FFF; }
.overlayBlock .toc.overview-row .overview-header .overview-blueBg { top:120px; height:82px; background-position: center 90%; padding: 7px 14px 0 14px; text-align: center; }
.overlayBlock .toc.overview-row .overview-header .overview-blueBg a { color: #FFF; font-weight: bold; text-decoration: none; display: block; height: 100%; width: 100%; }


/************** Macom Services  **********/
.centered.alertServiceBox { background-color:#ebebe3; }
#ifContent { width:100%; margin-bottom: 5px; }
#divSubscribtion { padding: 10px; }
/* Subscribe Alert Service */
#alertService { margin:20px 0; position: relative; }
#alertService .alertServiceLayer { display:none; position:absolute; top:0; right:0; min-width:auto; border:#CCC 1px solid; padding: 10px; background:#FFF; z-index:89898989; }
#alertService .alertServiceLayer a.close { float: right; padding-right: 18px; margin-bottom: 10px; font-size: 85%; background:transparent url("/_layouts/15/Querplex/Siemens/WCMS3/images/icon-cross.gif") no-repeat right 2px; }
#ifContent #divSubscribtion .btnSubscribtion { padding: 0 5px !important;  }