@charset "UTF-8";
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 26, 2014 */
@font-face {
  font-family: "Exo";
  src: url("../Fonts/exo-black900-webfont.eot");
  src: local("☺︎"), url("../Fonts/exo-black900-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/exo-black900-webfont.woff") format("woff"), url("../Fonts/exo-black900-webfont.ttf") format("truetype"), url("../Fonts/Exo-Black900.otf") format("otf"), url("../Fonts/exo-black900-webfont.svg#exoblack") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Exo";
  src: url("../Fonts/exo-bold700-webfont.eot");
  src: local("☺︎"), url("../Fonts/exo-bold700-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/exo-bold700-webfont.woff") format("woff"), url("../Fonts/exo-bold700-webfont.ttf") format("truetype"), url("../Fonts/Exo-Bold700.otf") format("otf"), url("../Fonts/exo-bold700-webfont.svg#exobold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Exo";
  src: url("../Fonts/exo-extrabold800-webfont.eot");
  src: local("☺︎"), url("../Fonts/exo-extrabold800-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/exo-extrabold800-webfont.woff") format("woff"), url("../Fonts/exo-extrabold800-webfont.ttf") format("truetype"), url("../Fonts/Exo-ExtraBold800.otf") format("otf"), url("../Fonts/exo-extrabold800-webfont.svg#exoextrabold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Exo";
  src: url("../Fonts/exo-regular400-webfont.eot");
  src: local("☺︎"), url("../Fonts/exo-regular400-webfont.eot?#iefix") format("embedded-opentype"), url("../Fonts/exo-regular400-webfont.woff") format("woff"), url("../Fonts/exo-regular400-webfont.ttf") format("truetype"), url("../Fonts/Exo-Regular400.otf") format("otf"), url("../Fonts/exo-regular400-webfont.svg#exoregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* 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;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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 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.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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;
}

/* 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;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@font-face {
  font-family: "zever-icomoon";
  src: url("../Fonts/zever-icomoon.eot") format("eot");
  src: local("☺︎"), url("../Fonts/zever-icomoon.eot?#iefix") format("embedded-opentype"), url(data:application/x-font-ttf;charset=utf-8;base64,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), url("../Fonts/zever-icomoon.ttf") format("truetype"), url("../Fonts/zever-icomoon.svg#zever-icomoon") format("svg");
  font-style: normal;
  font-weight: normal;
}
.icon {
  display: inline-block;
  font-family: "zever-icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-wechat:before {
  content: "\f1d7";
}

.icon-weixin:before {
  content: "\f1d7";
}

.icon-linkedin-square:before {
  content: "\f08c";
  padding-left: 0.15em;
}

.icon-twitter:before {
  content: "\f099";
}

.icon-youtube:before {
  content: "\f167";
}

/*
 {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	} /* slider jitter fix to add where needed */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased; /* mac font appears bold bug fix*/
}

body {
  background: #fff;
  overflow-x: hidden !important;
}

/* + presets */
a {
  color: #a9a9a9;
}

a:hover,
a:focus {
  color: #a9a9a9;
  text-decoration: none;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

figure a, .teaser a, footer a,
.newsoverview-teaser a, .latest-news a,
.news-pagination a, .newsdetail-list a {
  text-decoration: none;
  color: #000;
}

address {
  display: inline-block;
  font-style: normal;
}

.h1, .h2, .h3, .h4, .breadcrumbs a, .breadcrumbs li, .h5, .h6, blockquote,
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  color: #000;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.container:after {
  clear: both;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.row:after {
  clear: both;
}

.cf:before, .cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.no-bullets {
  list-style: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-center {
  text-align: center;
}

.center {
  margin: 0 auto;
}

.clear-float {
  clear: both;
}

/* = presets */
/* + helpers */
.col-clear {
  clear: left;
}

.vertical-list, .productoverview li, .breadcrumbs li, .tech-nav a, .newsdetail > ul:first-child > li, .newsoverview-headline > li, #main-nav li {
  display: block;
  float: left;
}

.bg-yellow {
  background: #ffd600;
}

.no-width-center, .similar-products a, .slider-button-center {
  width: auto;
  display: table;
  margin: 0 auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hidden {
  visibility: hidden;
}

.margin-top-xl {
  margin-top: 80px;
}

.margin-bottom-xl {
  margin-bottom: 70px;
}

.margin-top-s {
  margin-top: 40px;
}

.margin-bottom-s {
  margin-bottom: 40px;
}

.margin-bottom-xs {
  margin-bottom: 20px;
}

.bg-white {
  background: #fff;
  margin: 0 -20px;
  padding: 0 20px;
}

.content {
  padding: 50px 0 90px;
}

.about {
  padding-bottom: 25px;
}

.contact-field .row h3 {
  text-align: left;
  margin: 15px 0 0 0;
}

.display-none {
  display: none !important;
}

.spacer {
  display: none;
}

.masonry-container:after {
  clear: both;
  content: "";
  display: block;
}

/* = helpers */
/* + fonts */
/***  Exo fonts  ***/
/* normal:     400 */
/* bold:       700 */
/* extra-bold: 800 */
/* ultra-bold: 900 */
/*******************/
#main-nav ul > li > a, .mobile-menu {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  display: block;
  padding-right: 10px;
  margin: 20px 0;
  text-decoration: none;
}

#main-nav ul > li > a:hover,
.lang-en:hover, .lang-de:hover, .lang-cn:hover, .lang-nl:hover {
  color: #fdb810;
}

hr {
  border-bottom: 0;
  border-color: black;
}

h1, .h1 {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.125;
  color: #000;
  margin-bottom: 20px;
}

h2, .h2 {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.125;
  color: #4d4d4d;
  margin-bottom: 18px;
}

h3, .h3 {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.125;
  color: #4d4d4d;
  margin-bottom: 16px;
}

.teaser h2 {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.5;
  color: #4d4d4d;
  margin-bottom: 8px;
}

h4, .h4, .breadcrumbs a, .breadcrumbs li, .newsdetail > ul:first-child li, .newsoverview-headline li {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.125;
  color: #4d4d4d;
  margin-bottom: 16px;
}

p {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #4d4d4d;
  margin-bottom: 14px;
}

body {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4d4d4d;
}

.text-container .h1 {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 21px;
  line-height: 1.125;
  color: #4d4d4d;
}

.teaser h3, .teaser time {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.5;
  color: #4d4d4d;
  margin-bottom: 0px;
}

.more-news {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.75;
  color: #a9a9a9;
  text-decoration: underline;
}

.lang-en, .lang-de, .lang-cn, .lang-nl {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  text-align: center;
  padding-top: 5px;
}

.bottom-footer li > a {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}

.tech-nav li {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

.mm-list > li > a,
.mm-list > li > span {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}

.mm-list > li > a.social {
  display: inline-block;
  margin: 20px 20px 0 20px;
  border: 1px solid #ffd600;
  padding: 0;
}
.mm-list > li > a.social + .social {
  margin-left: 0;
}
.mm-list > li > a.social > span {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 22px;
}

.select-label label {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.5;
  color: #4d4d4d;
}

.latest-news li a > span {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 120%;
  color: #4d4d4d;
}

.news-pagination li, .news-pagination a {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}

figcaption h2, figcaption h3, figcaption h4 {
  margin-bottom: 8px;
}

.teaser p {
  margin-bottom: 0px;
}

.newsoverview-teaser h4,
.newsoverview-teaser h1,
.newsoverview-teaser p,
.latest-news p {
  margin-bottom: 4px;
}

.tech-data h3 {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  color: #4d4d4d;
}

.data-list dt,
.data-list dd,
.data-list td {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 29px;
  color: #4d4d4d;
}

.similar-products a {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  color: #a9a9a9;
}

.similar-products-headline {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #4d4d4d;
}

.print {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  color: #9d9d9d;
}

.category-section .headline, .category .headline, .productlist .headline {
  margin-bottom: 1em;
}

.info-list li {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
}

.bottom-footer li a.nav-link {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 13px;
  line-height: 40px;
  color: #fdb810;
  padding: 0;
}

.bottom-footer .mailto-footer {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 13px;
  line-height: 40px;
  color: #fff;
  padding: 0;
}

.productoverview .headline {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  color: #4d4d4d;
  text-align: center;
}

.productoverview li a {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #4d4d4d;
  text-align: center;
  text-decoration: none;
}

a[href^=tel] {
  color: #00F;
}

.slider-slogan .slide-sub {
  font-size: 11px !important;
}

/* = fonts */
/* + header and main navigation */
.logo img {
  width: auto;
  max-height: 33px;
  margin: 30px 0;
}

.menu-wrapper {
  width: 100%;
  background: #000;
}

#main-nav {
  display: none;
}

.mobile-menu {
  display: block;
  float: left;
  padding-left: 20px;
}

.mobile-menu:hover {
  color: #ffd600;
}

#main-nav ul {
  margin-top: 0;
  margin-bottom: 0;
}

#main-nav li {
  position: relative;
}

.lang-container {
  display: block;
  padding-top: 12px;
}

.search-lang-container {
  display: none;
}
.search-lang-container .social {
  display: inline-block;
  background: #000;
  float: right;
  text-decoration: underline;
  margin-left: 1px;
  color: #fff;
}
.search-lang-container .social:hover {
  color: #fdb810;
}
.search-lang-container .social.twitter, .search-lang-container .social.wechat {
  margin-left: 19px;
}
.search-lang-container .social > span {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  color: inherit;
  line-height: 40px;
  font-size: 20px;
}

.search, .lang-en, .lang-de, .lang-cn, .lang-nl .social-container a {
  width: 100%;
  background: #000;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.lang-en a, .lang-de a, .lang-cn a, .lang-nl a {
  color: white;
  text-decoration: none;
}

.lang-en a:hover, .lang-de a:hover, .lang-cn a:hover, .lang-nl a:hover,
.lang-en a.active, .lang-de a.active, .lang-cn a.active, .lang-nl a.active {
  color: #fdb810;
}

.search {
  float: left;
  margin-right: 19px;
  background: #000 url("../Img/search-sprite.png") center -36px no-repeat;
}
.search button {
  background: none;
  border: none;
}

.search:hover {
  background-position: center 10px;
}

.search-lang-container > input {
  display: block;
  background: #000;
  height: 40px;
  width: 0px;
  color: #000;
  border: 0;
  padding: 0;
  float: left;
}

.search-lang-container > input:focus {
  outline: 0;
  outline: none;
}

.lang-en, .lang-de, .lang-cn, .lang-nl {
  float: right;
  margin-left: 1px;
}

.sub-menu > ul {
  display: block;
}

/* = header and main navigation */
/* + slider */
.slider-container {
  background: url("../Img/bg-slider.gif") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 20px;
}

#main-slider h1, #main-slider h2 {
  text-align: center;
}

.owl-wrapper-outer div {
  min-height: 187px;
  padding-top: 10px;
}

.owl-theme .owl-controls {
  position: absolute;
  z-index: 100;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: 0;
  display: inline-block;
  text-align: center;
}

.owl-pagination, .owl-pagination div {
  display: inline-block;
  text-align: center;
}

.owl-page span {
  width: 14px !important;
  height: 14px !important;
  background: #000 !important;
}

.slider-button-center {
  margin-top: 20px;
}

.search-btn {
  display: block;
  margin-top: 20px;
}

.slider-button-center a, .slider-button a {
  width: 100%;
  background: #000000;
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
}

.slider-button-center a:hover, .slider-button a:hover, .search-btn:hover {
  color: #fdb810;
}

.search-btn {
  background-color: #000;
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 5px 15px;
  border: 0px;
}

.slogan-xl {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 35px;
  line-height: 120%;
  color: #000;
}

.slider-img {
  width: 33.333333%;
  float: left;
  padding-top: 0 !important;
}

.slider-img img {
  max-height: 310px;
  width: auto;
}

.slider-slogan {
  width: 66.66666%;
  float: left;
  padding-left: 20px;
  padding-top: 4% !important;
}

.slider-slogan p {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 13px;
  line-height: 120%;
  color: #1a1a1a;
  margin: 0 0 1em 0;
}

.slider-slogan-bigger p, .slider-slogan-bigger h1 {
  font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 120%;
  color: #1a1a1a;
  margin: 0 0 1em 0;
}

/* = slider */
/* + news section */
.category-section figure {
  margin-bottom: 25px;
  -moz-transform: rotate(0);
}

.teaser li {
  margin-bottom: 15px;
}

.teaser li:hover .more-news, .newsoverview-teaser li:hover .more-news {
  text-decoration: none;
}

.newsoverview-teaser {
  margin: 20px 0 30px 0;
}

.newsdetail {
  margin: 20px 0 0 0;
}

.newsoverview-headline ul {
  clear: both;
}

.newsoverview-teaser img {
  margin-bottom: 20px;
}

.select-category select {
  margin-top: 10px;
  width: 290px;
}

.newsoverview-select {
  margin-bottom: 40px;
}

.newsoverview-select h2 {
  margin-bottom: 25px;
}

.latest-news {
  margin-bottom: 35px;
}

.latest-news li {
  margin-top: 20px;
}

.latest-news li:first-child {
  margin-top: 0;
}

.newsdetail-list {
  margin: 0 20px 30px;
}

.newsdetail-list li {
  height: 43px;
  margin-bottom: 10px;
}

.newsdetail-list a {
  line-height: 43px;
}

.newsdetail-date {
  margin-bottom: 0;
}

.newsdetail h1 {
  margin-bottom: 40px;
}

.newsdetail-list li {
  background: url("../Img/list-icon-download.png") left top no-repeat;
  padding-left: 50px;
}

/* = news section */
.effect {
  -moz-transform: rotate(0);
  border: 1px solid transparent;
}

.category img {
  margin-bottom: 20px;
}

.category figure p {
  margin-bottom: 0;
}

.category a:hover .more-news {
  text-decoration: none;
}

/* + pagination */
.news-pagination li {
  display: block;
  float: left;
  margin: 0 1px;
}

.news-pagination a {
  background: #000;
  display: block;
  padding: 9px 14px;
}

.news-pagination li:first-child a {
  background: #a9a9a9;
}

.news-pagination a:hover {
  color: #fdb810;
}

.active-page {
  color: #fdb810 !important;
}

.news-pagination {
  margin-bottom: 40px;
}

/* = pagination */
/* news detail right page*/
.newsdetail-right {
  margin-top: 77px;
}
.newsdetail-right a {
  text-decoration: none;
}
.newsdetail-right .newsdetail-right-images a {
  margin-top: 20px;
  display: block;
}
.newsdetail-right .newsdetail-right-images figure {
  display: table;
}
.newsdetail-right .newsdetail-right-images figure img {
  max-width: 100%;
  height: auto;
}
.newsdetail-right .newsdetail-right-images figure span {
  display: block;
}
.newsdetail-right .newsdetail-right-images figure .image-title {
  font-size: 12px;
  width: 100%;
  background-color: #F2F2F2;
  padding: 15px;
}
.newsdetail-right .newsdetail-right-images figure .image-copyright {
  font-style: italic;
  float: right;
  font-size: 11px;
  margin-top: 5px;
}
.newsdetail-right .news-press-contact {
  background-color: #F2F2F2;
  padding: 30px 20px 30px 40px;
  width: 100%;
}
.newsdetail-right .news-press-contact h2 {
  font-weight: bold;
  text-align: center;
}
.newsdetail-right .news-images-download {
  margin-top: 60px;
  margin-bottom: 50px;
  clear: both;
  text-align: center;
}
.newsdetail-right .news-images-download a {
  border: 1px solid black;
  padding: 15px 30px;
  color: black;
  display: inline;
}
.newsdetail-right .newsdetail-right-video {
  margin-top: 20px;
}

@media (max-width: 550px) {
  .newsdetail-right {
    margin-top: 20px;
  }
}
/* + footer */
.top-footer {
  width: 100%;
  background: #ffd600;
  width: 100%;
  padding: 25px 0;
}

.bottom-footer {
  width: 100%;
  background: #000;
  width: 100%;
  padding: 10px 0 15px;
}

.top-footer ul, .top-footer ul li,
.bottom-footer ul, .bottom-footer ul li {
  display: inline-block;
  text-align: center;
  float: none;
}

.top-footer ul, .bottom-footer ul {
  display: block;
  margin: 0 auto;
}

.top-footer div ul li img {
  max-width: none;
}

.bottom-footer, .bottom-footer a {
  color: #fff;
  text-align: center;
}

.bottom-footer ul {
  padding: 10px 0 15px;
}

.bottom-footer li > a {
  display: block;
  white-space: nowrap;
  padding: 10px 20px;
}

.bottom-footer a:hover {
  color: #fdb810;
}

.bottom-footer a.home-link {
  color: #fdb810;
}

.social-media {
  display: block;
  margin: 0 auto;
  width: 100px;
}

.social-media {
  padding-top: 5px;
}

.googleplus-icon a, .facebook-icon a {
  display: block;
  width: 30px;
  height: 30px;
}

.googleplus-icon, .facebook-icon {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0px 5px;
}

.googleplus-icon {
  background: url("../Img/footer-social-google.png") center no-repeat;
}

.facebook-icon {
  background: url("../Img/footer-social-facebook.png") center no-repeat;
}

.social-media-container {
  padding-top: 10px;
  height: 30px;
  width: 85px;
}

.info-list li {
  margin: 0 5px;
}

.bottom-footer .mailto-footer {
  display: inline;
}

/* = footer */
.productlist h1 {
  margin-bottom: 8px;
}

.productlist-intro {
  padding-bottom: 40px;
}

.tech-nav {
  width: 100%;
  background: #000;
  margin-bottom: 30px;
}

.tech-nav a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  cursor: pointer;
}

.tech-nav li:hover a, li.tech-nav-active a {
  color: #000;
  background: #ffd600;
  display: block;
}

.tech-data {
  width: 100%;
  background: #ffd600;
  padding-bottom: 110px;
}

.download-data-container {
  display: block;
}

.download-data-container a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

.productlist .product-headline {
  margin: 0;
  padding: 0;
}
.productlist .product-subheadline {
  padding-top: 40px;
  margin-bottom: 4px;
}
.productlist .product-subheadline a,
.productlist .product-list-subheadline a {
  color: #1a1a1a;
}
.productlist .product-image img {
  width: auto;
}
.productlist p {
  margin-top: 20px;
  font-size: 16px;
}
.productlist li {
  line-height: 2;
  font-size: 16px;
}

.product-headline {
  font-size: 36px;
  line-height: 1.5;
}

.tech-data .product-subheadline {
  padding-top: 40px;
}

.product-subheadline,
.news-subheadline {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #1a1a1a;
}

.similar-img {
  margin: 50px 0 40px;
}

.features {
  margin-top: 4px;
}

.breadcrumbs li {
  color: #a9a9a9;
}

.breadcrumbs a {
  color: #a9a9a9;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

/* + data list */
.data-list {
  border-spacing: 2px 2px;
  border-collapse: separate !important;
  margin-bottom: 20px;
}

.data-list dt, .data-list dd,
.data-list td {
  padding-left: 10px;
  border: 1px #ffd600;
  border-left: 0;
}

.list-container {
  position: relative;
  width: 100%;
  overflow-x: scroll;
}

.data-list {
  padding: 0;
  width: 752px;
}

.data-list li {
  background: url(../Img/list-icon-download.png) left top no-repeat;
  padding-left: 50px;
  margin: 10px 0;
}

.data-list dd,
.data-list td {
  background: #fff;
  width: 475px;
  margin: 1px 0 1px 1px;
}

.data-list dt,
.data-list td:first-child {
  background: #d2d2d2;
  width: 275px;
  margin: 1px 1px 1px 0;
}

/* = data list */
.print {
  background: url("../Img/print-icon.png") left center no-repeat;
  padding-left: 35px;
  margin-top: 10px;
  display: block;
}

.similar-products {
  margin: 45px 0;
}

.product-thumbs {
  display: block;
  cursor: pointer;
}

.similar-products span {
  text-decoration: underline;
}

.similar-products a:hover span {
  text-decoration: none;
}

/* + productoverview */
.productoverview {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  margin: 20px 0 30px 0;
}

.productoverview img, .productoverview ul {
  min-width: 930px;
  height: auto;
}

.productoverview li a {
  display: block;
}

.product1 {
  width: 13.2743362832%;
}

.product2 {
  width: 12.5663716814%;
}

.product3 {
  width: 13.8053097345%;
}

.product4 {
  width: 13.8053097345%;
}

.product5 {
  width: 16.814159292%;
}

.product6 {
  width: 29.7345132743%;
}

.productoverview .headline {
  padding-bottom: 30px;
}

/* = productoverview */
/* = product details */
/* + philosophy */
.text-container {
  width: 100%;
  background: #ffd600;
  padding: 50px 0;
  margin-bottom: 45px;
}

.text-container p {
  text-align: center;
  padding: 10px 0;
}

.download {
  background: url(../Img/list-icon-download.png) left top no-repeat;
  padding-left: 50px;
  display: block;
  line-height: 50px;
}

/* = philosophy */
/* + online claim */
fieldset {
  border: 0;
  padding: 0;
}

textarea {
  border: 1px solid #a9a9a9;
}

.contact-field input[type=text],
.contact-field input[type=email],
.contact-field input[type=tel] {
  width: 60%;
  border: 1px solid #a9a9a9;
}

.radio-field label {
  float: none;
}

.radio-field label:first-child {
  margin-right: 0;
  text-align: left;
}

.contact-field textarea {
  width: 80%;
  height: 100px;
}

.contact-field textarea::-webkit-input-placeholder {
  font-style: italic;
}

.contact-field textarea::-moz-placeholder {
  font-style: italic;
} /* firefox 19+ */
.contact-field textarea:-ms-input-placeholder {
  font-style: italic;
} /* ie */
.contact-field textarea:-moz-placeholder {
  font-style: italic;
}

.contact-field #subject {
  width: 80%;
}

.radio-field label {
  margin-right: 20px;
}

.contact-field input {
  border: 1px solid #000;
}

.contact-field .row {
  margin-top: 15px;
  margin-bottom: 15px;
}

.contact-field label {
  display: block;
  padding: 5px 0;
}

.consent-row__label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
}

.consent-row__checkbox {
  flex: 0 0 auto;
}

.consent-row__label input[type=checkbox] {
  flex: 0 0 auto;
  margin: 4px 0 0;
}

.consent-row__text {
  display: block;
  flex: 1 1 auto;
}

#onlineClaimForm select {
  min-width: 200px;
}

/* = online claim */
/* + contact */
.contact-container > div > ul {
  margin-bottom: 40px;
}

.contact-container ul ul {
  margin-bottom: 20px;
}

/* = contact */
/* + search */
input[placeholder="Search for"] {
  margin: 6px 30px 15px 0;
  width: 100%;
  max-width: 320px;
  border: 1px solid #a9a9a9;
}

#search::-webkit-input-placeholder {
  font-style: italic;
}

#search:-moz-placeholder {
  font-style: italic;
}

#search:-ms-input-placeholder {
  font-style: italic;
}

.search-field input {
  padding-left: 20px;
  width: 12px;
}

.search-field label {
  padding: 0 15px 0 5px;
}

.search-field div {
  margin: 10px 0;
}

.search-results h2 {
  margin-top: 5px;
  margin-bottom: 8px;
}

.search-results time, .search-results span,
.filtered-search-results time, .filtered-search-results span {
  font-weight: bold;
}

.search-results li a, .filtered-search-results li a {
  text-decoration: none;
  color: #000;
}

.search-results li {
  padding: 0 0 25px 0;
  position: relative;
}
.search-results li:last-child {
  padding-bottom: 0;
}

.filtered-search-results li {
  padding: 0 0 25px 0px;
  position: relative;
}

.all-search-icon:before,
.news-search-icon:before,
.products-search-icon:before,
.events-search-icon:before,
.other-search-icon:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 91px;
  left: 0;
  top: 0;
}

.all-result-icon:before,
.news-result-icon:before,
.products-result-icon:before,
.events-result-icon:before,
.other-result-icon:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 91px;
  left: 0;
  top: -24px;
}

.all-search-icon:before, .all-result-icon:before {
  background: url(../Img/all.png) left center no-repeat;
}

.news-search-icon:before, .news-result-icon:before {
  background: url(../Img/news.png) left center no-repeat;
}

.products-search-icon:before, .products-result-icon:before {
  background: url(../Img/products.png) left center no-repeat;
}

.events-search-icon:before, .events-result-icon:before {
  background: url(../Img/events.png) left center no-repeat;
}

.other-search-icon:before, .other-result-icon:before {
  background: url(../Img/other.png) left center no-repeat;
}

.filtered-results {
  padding-left: 100px;
  position: relative;
}

/* = search */
/* Mobile Styling */
/* ****************************************************************************************** Mobile **************************************************************************************** */
@media (max-width: 550px) {
  .slider-img {
    display: none;
  }
  .slider-slogan {
    width: 100%;
    padding: 0 !important;
  }
  .slider-slogan p {
    font-size: 20px;
    line-height: 1.4444444444;
  }
  .slider-container {
    padding: 0;
  }
  .slider-button a {
    font-size: 18px;
    margin-top: 0;
  }
  .slide-sub {
    display: none;
  }
  .owl-wrapper-outer div {
    padding-top: 20px;
    min-height: 220px;
  }
  .owl-theme .owl-controls {
    right: 0;
    left: auto;
    margin-top: -30px;
  }
  .owl-theme .owl-controls .owl-page span {
    width: 10px !important;
    height: 10px !important;
    margin-left: 10px;
  }
  .bottom-footer .info-list li {
    display: block;
  }
  .bottom-footer .mailto-footer,
  .bottom-footer .nav-link {
    display: block;
    margin-top: 15px;
  }
  .data-list {
    width: 100%;
  }
  .data-list dd, .data-list td {
    width: 100%;
    display: block;
    margin: 0;
  }
  .data-list dt, .data-list td:first-child {
    width: 100%;
    margin: 0;
  }
  .data-list tr {
    margin-bottom: 10px;
    display: block;
  }
  .tech-nav .container {
    padding: 0;
  }
  .tech-nav li {
    display: block;
  }
  .tech-nav li a {
    float: none;
    padding: 5px 20px;
  }
  .dropdown--holder {
    display: none;
  }
  .dropdown-activator {
    padding: 5px 20px;
    line-height: 2;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    background: rgb(229.5, 192.6, 0);
    border-bottom: 1px solid #000000;
    overflow: hidden;
  }
  .dropdown-activator::after {
    content: "▼";
    float: right;
    transition: all 0.1s;
  }
  .dropdown-activator.open::after {
    content: "▲";
  }
  .dropdown-activator:hover {
    cursor: pointer;
  }
  .tech-data .product-subheadline {
    padding-top: 0;
  }
  .tech-data {
    padding-bottom: 30px;
  }
  .similar-products {
    margin: 45px 0px 65px;
  }
  .product-contact img {
    margin-bottom: 60px;
  }
}
/* b col-sm- */
/* ****************************************************************************************** 768px **************************************************************************************** */
@media (min-width: 768px) {
  /* + fonts */
  #main-nav ul > li > a {
    font-size: 24px;
    line-height: 26px;
    padding-right: 10px;
  }
  h1, .h1, .text-container .h1 {
    font-size: 36px;
    line-height: 1.5;
  }
  h2, .h2 {
    font-size: 28px;
    line-height: 30px;
  }
  h3, .h3, .teaser h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  h4, .h4, .breadcrumbs li, .breadcrumbs a, .newsdetail > ul:first-child li {
    font-size: 18px;
    line-height: 19px;
  }
  body, p {
    font-size: 16px;
    line-height: 1.5;
  }
  .teaser h3, .teaser time {
    font-size: 16px;
    line-height: 23px;
  }
  .more-news {
    font-size: 18px;
    line-height: 30px;
  }
  .bottom-footer li > a {
    font-size: 20px;
    line-height: 22px;
  }
  .tech-nav li {
    font-size: 20px;
    line-height: 2;
  }
  footer, footer p {
    font-size: 16px;
    line-height: 18px;
  }
  .slogan-xl {
    font-size: 70px;
    line-height: 120%;
  }
  .slider-slogan p {
    font-size: 24px;
    line-height: 120%;
  }
  .slider-slogan-bigger p, .slider-slogan-bigger h1 {
    font-size: 30px;
    line-height: 120%;
  }
  .slider-button a,
  .slider-button-center a,
  .tech-data h3,
  .similar-products a,
  .search-btn {
    font-size: 18px;
    line-height: 120%;
  }
  .select-label label {
    font-size: 18px;
    line-height: 120%;
    padding-right: 34px;
  }
  .news-pagination li, .news-pagination a {
    font-size: 16px;
    line-height: 120%;
  }
  .data-list dt,
  .data-list dd {
    font-size: 15px;
    line-height: 35px;
  }
  .similar-products-headline {
    font-size: 20px;
    line-height: 120%;
  }
  .latest-news li a > span {
    font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 120%;
    color: #000;
  }
  .slider-slogan .slide-sub {
    font-size: 16px !important;
  }
  .slider-img {
    padding-right: 20px;
  }
  /* = fonts */
  .content {
    padding: 70px 0 110px;
  }
  .about {
    padding-bottom: 40px;
  }
  .category-section figure {
    margin-bottom: 20px;
  }
  .teaser li {
    margin-bottom: 18px;
  }
  .newsoverview-teaser {
    margin: 30px 0 20px 0;
  }
  .newsdetail {
    margin: 30px 0 0 0;
  }
  .newsoverview-select h2 {
    margin-bottom: 30px;
  }
  .owl-theme .owl-controls {
    position: relative;
    float: right;
    margin-top: -50px;
  }
  .slider-container {
    margin-bottom: 0;
  }
  .owl-wrapper-outer div {
    min-height: 262px;
    padding-top: 20px;
  }
  .owl-pagination, .owl-pagination div {
    padding-bottom: 10px;
  }
  .slider-button {
    margin-top: 30px;
    display: block;
  }
  .slider-button a {
    padding: 10px 40px;
  }
  .select-category select {
    margin-top: 0px;
    width: 170px;
  }
  .select-label, .select-category {
    float: left;
  }
  .latest-news li {
    background: url("../Img/list-icon.png") left top no-repeat;
    padding-left: 50px;
  }
  .latest-news, .newsdetail-list {
    margin-bottom: 60px;
  }
  .news-pagination {
    margin-bottom: 60px;
  }
  .bottom-footer ul {
    padding: 10px 0 10px;
  }
  .list-container {
    overflow-x: hidden;
  }
  .data-list {
    width: 100%;
  }
  .data-list dd,
  .data-list td {
    width: 66.06666666%;
  }
  .data-list dt,
  .data-list .first-col {
    width: 33.3333333%;
  }
  .similar-products {
    margin: 35px 0 50px 0;
  }
  .productlist-intro {
    padding-bottom: 20px;
  }
  .productdetail h2 {
    padding-top: 40px;
    margin-bottom: 4px;
  }
  .text-container {
    padding: 40px 0;
    margin-bottom: 45px;
  }
  body {
    overflow-x: hidden;
  }
  .tech-nav a {
    padding: 0 30px;
  }
  .contact-field input[type=text],
  .contact-field input[type=email],
  .contact-field input[type=tel],
  .contact-field select.country {
    width: 200px;
  }
  .contact-field select[id=inverterseries],
  .contact-field select[id="00Nb0000008tPEx"] {
    width: 100px;
  }
  .text-container p {
    padding: 20px 0;
  }
  .search-field div {
    float: left;
  }
  input[value="Search for"] {
    max-width: 100%;
  }
  .contact-field .row {
    clear: left;
  }
}
/* desktop small col-md- */
/* ****************************************************************************************** 992px **************************************************************************************** */
@media (min-width: 992px) {
  /* + fonts */
  #main-nav ul > li > a {
    font-size: 24px;
    line-height: 26px;
    padding-right: 50px;
  }
  h1, .h1, .text-container .h1 {
    font-size: 36px;
    line-height: 1.5;
  }
  h2, .h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  h3, .h3, .teaser h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  h4, .h4, .breadcrumbs li, .breadcrumbs a, .newsdetail > ul:first-child li {
    font-size: 24px;
    line-height: 26px;
  }
  body, p {
    font-size: 16px;
    line-height: 1.5;
  }
  .teaser h3, .teaser time {
    font-size: 20px;
    line-height: 23px;
  }
  .more-news {
    font-size: 21px;
    line-height: 30px;
  }
  .bottom-footer li > a {
    font-size: 24px;
    line-height: 26px;
  }
  .tech-nav li {
    font-size: 20px;
    line-height: 2;
  }
  .slogan-xl {
    font-size: 120px;
    line-height: 120%;
  }
  .slider-slogan p {
    font-size: 38px;
    line-height: 120%;
  }
  .slider-slogan-bigger p, .slider-slogan-bigger h1 {
    font-size: 30px;
    line-height: 120%;
  }
  .slider-button a, .slider-button-center a, .search-btn {
    font-size: 24px;
    line-height: 120%;
  }
  .select-label label {
    font-size: 18px;
    line-height: 120%;
    padding-right: 34px;
  }
  .news-pagination li, .news-pagination a {
    font-size: 18px;
    line-height: 120%;
  }
  .tech-data h3 {
    font-size: 20px;
    line-height: 120%;
  }
  .data-list dt,
  .data-list dd,
  .data-list td {
    font-size: 16px;
    line-height: 35px;
  }
  .similar-products a {
    font-size: 20px;
    line-height: 120%;
  }
  .similar-products-headline {
    font-size: 20px;
    line-height: 120%;
  }
  .latest-news li a > span {
    font-family: "Exo", Arial, Helvetica, "Helvetica Neue", sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 120%;
    color: #000;
  }
  .info-list li, .bottom-footer li a.nav-link, .bottom-footer .mailto-footer {
    font-size: 16px;
    line-height: 30px;
  }
  .slider-slogan .slide-sub {
    font-size: 22px !important;
  }
  .contact-field input[type=submit] {
    font-size: 24px;
    line-height: 120%;
  }
  /* = fonts */
  .about {
    padding-bottom: 60px;
  }
  .category-section figure {
    margin-bottom: 45px;
  }
  .teaser li {
    margin-bottom: 25px;
  }
  .container {
    max-width: 970px;
  }
  .bg {
    max-width: 1070px;
    margin: 0 auto;
  }
  #main-nav {
    display: block;
  }
  .lang-container, .mobile-menu {
    display: none;
  }
  .search-lang-container {
    display: block;
    float: right;
  }
  .sub-menu > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10;
    border-top: 1px solid #ffd600;
    background: #000;
  }
  .sub-menu > ul > li:first-child a {
    border: none;
  }
  .sub-menu > ul > li {
    clear: both;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
  }
  .sub-menu > ul > li a {
    padding: 20px 0 20px 20px;
    margin: 0 10px !important;
    border-top: 1px solid #ffd600;
  }
  #main-nav li.sub-menu:hover ul {
    display: block;
  }
  #main-nav ul > li > a.social,
  .mm-list > li > a.social {
    display: none;
  }
  .slider-container {
    max-height: 380px;
    height: 380px;
  }
  .slider-button {
    margin-top: 40px;
  }
  .owl-wrapper-outer {
    height: 380px;
  }
  .owl-pagination, .owl-pagination div {
    padding-bottom: 10px;
  }
  .newsoverview-teaser {
    margin: 80px 0 70px 0;
  }
  .newsdetail {
    margin: 80px 0 0 0;
  }
  .newsoverview-select h2 {
    margin-bottom: 40px;
  }
  .latest-news {
    margin-bottom: 90px;
  }
  .news-pagination {
    margin-bottom: 90px;
  }
  .similar-products {
    margin: 70px 0 130px;
  }
  .bottom-footer ul {
    padding: 10px 0 20px;
  }
  .productdetail h2 {
    padding-top: 60px;
    margin-bottom: 4px;
  }
  .productoverview {
    overflow-x: hidden;
    margin: 20px 0 60px 0;
  }
  .contact-field label {
    float: right;
    text-align: right;
    line-height: 27px;
    padding: 0px;
  }
  .consent-row__label {
    display: flex;
    align-items: flex-start;
    gap: 0;
  }
  .consent-row__checkbox {
    width: 25%;
    text-align: right;
    padding-right: 20px;
  }
  .consent-row__text {
    width: 75%;
    padding-left: 10px;
  }
  .radio-field label {
    clear: both;
    float: none;
  }
  .radio-field label:first-child {
    margin-right: 0;
    float: right;
    text-align: right;
  }
  .search-field label {
    padding: 0 30px 0 5px;
  }
  .contact-field .row {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .contact-field .row h3 {
    margin-top: 0;
    text-align: center;
    font-size: 20px;
  }
  .spacer {
    display: block;
    visibility: hidden;
  }
}
/* desktop big col-lg- */
/* ****************************************************************************************** 1200px **************************************************************************************** */
@media (min-width: 1200px) {
  .slider-slogan p {
    font-size: 30px;
    line-height: 120%;
  }
  .slider-slogan-bigger p, .slider-slogan-bigger h1 {
    font-size: 40px;
    line-height: 120%;
  }
  .select-label label {
    font-size: 18px;
    line-height: 120%;
    padding-right: 10px;
  }
  .container {
    max-width: 1170px;
  }
  .bg {
    max-width: 1270px;
  }
  .social-media {
    width: 8%;
    display: block;
    float: left;
  }
  .select-category select {
    width: 160px;
  }
}
.btn,
.contact-field input[type=submit] {
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 800;
  padding: 10px 20px;
  text-transform: uppercase;
  display: inline-block;
  background: transparent;
  line-height: 1;
}
.btn:hover,
.contact-field input[type=submit]:hover {
  background: #4d4d4d;
  color: #ffffff;
}

.teaser {
  padding: 1em 15px 1.75em;
  text-align: center;
}
.teaser.bg-grey {
  background: #EBEBEB;
}
.teaser .teaser-heading {
  margin: 1em 0;
}

.article-teaser p {
  margin: 1em 0;
}

.article-teaser_item {
  margin-bottom: 2.5em;
}

.category-section {
  margin-bottom: 4em;
}

.category-section_image img {
  margin-bottom: 1em;
}

.headline {
  color: #1a1a1a;
}

.category-section.has-text {
  min-height: 380px;
  overflow: hidden;
}

html[lang=ch] .category-section.has-text {
  min-height: 450px;
}
html[lang=ch] .category-section.has-text.body-teaser {
  min-height: 0;
}

.category-section.has-text.body-teaser {
  min-height: 0;
}

.category.productlist img {
  max-width: 250px;
}

.productlist .product-list-subheadline {
  padding-top: 0;
  padding-bottom: 20px;
}
.productlist a {
  text-decoration: none;
}

.newsoverview-teaser .news-teaser-text {
  margin-bottom: 20px;
}

.product-contact img {
  margin-top: 40px;
}

.category.productlist .standalone-image {
  max-width: 100%;
}

.teaser-text p {
  margin-bottom: 1.57em;
}

.has-span-info span {
  display: block;
  font-size: 14px;
}

.has-other .other {
  margin-top: 25px;
  display: block;
}
