@charset "UTF-8";
/**
 * MAIN SASS FILE
 * * * * * * * * *
 *
 * Project: Dr. Weigert Relaunch
 * Author: Volker Otto <vo@schokoladenseite.net>
 *
 */
/*! normalize.css v3.0.2 | 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: 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/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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/10/11.
 * 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/10/11.
 */
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; }

/**
 * Windows Phone 8 and Device-Width FIX - CSS PART
 * Source: http://timkadlec.com/2013/01/windows-phone-8-and-device-width/
 */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/**
 * COLORS
 */
/**
 * VARIOUS SETTINGS
 */
/**
 * BREAKPOINTS
 */
/**
 * Modules
 */
/**
 * IconFont Version Number to use
 */
/**
 * Font Sizes
 * unit-less - to use with the fz(size) mixin
 * `@include fs($fs-tiny)`
 */
/**
 * MIXINS
 */
/**
 * Font Size Mixin
 * rem font size with px fallback
 */
/**
 * CLASSES TO USE FOR @extend only!!!
 */
.spacer-extend, .section {
  padding: 16px 0;
  padding: 1rem 0; }
  @media (min-width: 75em) {
    .spacer-extend, .section {
      padding: 32px 0;
      padding: 2rem 0; } }

/**
 * ICONFONT
 * Created using http://icomoon.io/
 * Use the selection.json export within the assets/font/{version}/
 * directory to modify the font.
 */
@font-face {
  font-family: 'drwicons';
  src: url("../font/1.9/fonts/drwicons.eot?-vn66qq");
  src: url("../font/1.9/fonts/drwicons.eot?#iefix-vn66qq") format("embedded-opentype"), url("../font/1.9/fonts/drwicons.woff?-vn66qq") format("woff"), url("../font/1.9/fonts/drwicons.ttf?-vn66qq") format("truetype"), url("../font/1.9/fonts/drwicons.svg?-vn66qq#drwicons") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon_extend, .rte .download:after, .select:after, .btn:after, .product-list li .product-list__btn:after, .location_picker_select:before, .lang_picker_select:before, .nav_primary .openDrop:before, .nav_primary .hasDrop ul a:before,
.nav_primary .hasFullDrop ul a:before,
.nav_primary .hasSmallDrop ul a:before, .sy-controls li a, .breadcrump ul a:after, .box.box__link .box__inner:after, .clean-toggle.clean-toggle__xs .clean-toggle__link__arrow:after, .clean-toggle.clean-toggle__sm .clean-toggle__link__arrow:after, .toggle .toggle__title:after, .produkt_search .produkt_search__icon:before, .pagination li.prev a:before, .pagination li.next a:after, .calendar .calendar__title .calendar__prev:before,
.calendar .calendar__title .calendar__next:before, .product_ul li:before,
[class^="icon-"], [class*=" icon-"] {
  font-family: 'drwicons';
  font-size: .8em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/****************************************
 * ICOMOON CLASSES START - PASTE IN HERE
 */
.icon-social-twitter-round:before {
  content: "\e623"; }

.icon-social-twitter-square:before {
  content: "\e625"; }

.icon-social-twitter:before {
  content: "\e626"; }

.icon-social-facebook-round:before {
  content: "\e627"; }

.icon-social-facebook-square:before {
  content: "\e628"; }

.icon-social-facebook:before {
  content: "\e629"; }

.icon-social-googleplus-round:before {
  content: "\e62a"; }

.icon-social-googleplus-square:before {
  content: "\e62b"; }

.icon-social-googleplus:before {
  content: "\e62c"; }

.icon-social-email-round:before {
  content: "\e62d"; }

.icon-social-email-square:before {
  content: "\e62e"; }

.icon-social-share:before {
  content: "\e62f"; }

.icon-systemloesungen:before {
  content: "\e63c"; }

.icon-arbeitsschutz:before {
  content: "\e60c"; }

.icon-kundenlogin:before {
  content: "\e61b"; }

.icon-prospekte:before {
  content: "\e61c"; }

.icon-betriebsanweisung:before {
  content: "\e608"; }

.icon-sicherheitsdatenblatt:before {
  content: "\e613"; }

.icon-merkblatt:before {
  content: "\e60d"; }

.icon-messen:before {
  content: "\e61d"; }

.icon-aktuelles:before {
  content: "\e607"; }

.icon-newsletter:before {
  content: "\e61e"; }

.icon-veranstaltungen:before {
  content: "\e61f"; }

.icon-menu:before {
  content: "\e620"; }

.icon-kachelansicht:before {
  content: "\e621"; }

.icon-listenansicht:before {
  content: "\e622"; }

.icon-vertrieb-national:before {
  content: "\e602"; }

.icon-vertrieb-international:before {
  content: "\e619"; }

.icon-ansprechpartner:before {
  content: "\e61a"; }

.icon-systemloesungen-alt:before {
  content: "\e618"; }

.icon-nachhaltigkeit:before {
  content: "\e616"; }

.icon-unternehmen:before {
  content: "\e617"; }

.icon-schliessen:before {
  content: "\e624"; }

.icon-loesung:before {
  content: "\e600"; }

.icon-analyse:before {
  content: "\e601"; }

.icon-betreuung:before {
  content: "\e603"; }

.icon-home_2:before {
  content: "\e604"; }

.icon-home:before {
  content: "\e605"; }

.icon-optimierung:before {
  content: "\e606"; }

.icon-check:before {
  content: "\e609"; }

.icon-download:before {
  content: "\e60a"; }

.icon-drucken:before {
  content: "\e60b"; }

.icon-pfeil_links:before, .sy-controls li.sy-prev a:before {
  content: "\e60e"; }

.icon-pfeil_oben:before {
  content: "\e60f"; }

.icon-pfeil_rechts:before, .sy-controls li.sy-next a:before {
  content: "\e610"; }

.icon-pfeil_unten:before {
  content: "\e611"; }

.icon-dosiertechnik:before {
  content: "\e631"; }

.icon-produkte:before {
  content: "\e612"; }

.icon-suche:before {
  content: "\e614"; }

.icon-welt:before {
  content: "\e615"; }

.icon-sprache:before {
  content: "\e630"; }

/**
 * ICOMOON CLASSES ENDE - STOP PASTE HERE
 ****************************************/
[data-src] {
  opacity: 0;
  transition: opacity .4s ease-in; }
  [data-src].js-unveiled {
    opacity: 1; }

.no-js [data-src] {
  opacity: 1; }

/**
 * HELPER
 */
.equalHeightHelper {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
  height: auto !important; }

@media (min-width: 62em) {
  .boldOnMd {
    font-weight: bold; } }
.va {
  display: flex;
  justify-content: center;
  flex-direction: column; }

[data-href] {
  cursor: pointer; }

.icon--round {
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  background: #0077bc;
  padding: .3em;
  transition: all .2s linear;
  font-size: 19px;
  font-size: 1.1875rem; }
  .icon--round:hover {
    background: #cce4f2;
    color: #0077bc; }

/* Margin Helper */
.margin-0 {
  margin: 0 !important; }

.margin-t-15 {
  margin-top: 1.5em !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

html {
  box-sizing: border-box;
  font-size: 100%;
  line-height: 1.4;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-family: 'ff-meta-web-pro','MetaPro', Helvetica, sans-serif;
  font-weight: normal;
  background: #fff;
  color: #333; }

a {
  text-decoration: none; }

img {
  border: none;
  max-width: 100%; }

.logo_size {
  margin: .85rem 0 0; }

/**
 * Extracted BOOTSTRAP GRID
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 75em) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.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, .nav_secondary ul, .nav_secondary .nav_secondary__select, .product-list, .download-list, .ansprechpartner-list, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.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, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 48em) {
  .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, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 62em) {
  .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, .col-md-12, .nav_secondary ul, .nav_secondary .nav_secondary__select, .product-list, .download-list, .ansprechpartner-list {
    float: left; }

  .col-md-12, .nav_secondary ul, .nav_secondary .nav_secondary__select, .product-list, .download-list, .ansprechpartner-list {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 75em) {
  .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, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before, .rte:before, .product-list.product-list__list-view li:before,
.clearfix:after,
.rte:after,
.product-list.product-list__list-view li:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after, .rte:after, .product-list.product-list__list-view li:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 47.9375em) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 47.9375em) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 47.9375em) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 47.9375em) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 48em) and (max-width: 61.9375em) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 48em) and (max-width: 61.9375em) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 48em) and (max-width: 61.9375em) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 48em) and (max-width: 61.9375em) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 62em) and (max-width: 61.9375em) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 62em) and (max-width: 61.9375em) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 62em) and (max-width: 61.9375em) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 62em) and (max-width: 61.9375em) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 75em) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 75em) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 75em) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 75em) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 47.9375em) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 48em) and (max-width: 61.9375em) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 62em) and (max-width: 61.9375em) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 75em) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/**
 * TYPOGRAPHY
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: .5em 0;
  padding: 0;
  line-height: 1.25;
  font-weight: bold; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit; }

h1, .h1 {
  font-size: 24px;
  font-size: 1.5rem; }
  @media (min-width: 48em) {
    h1, .h1 {
      font-size: 32px;
      font-size: 2rem; } }
  @media (min-width: 62em) {
    h1, .h1 {
      font-size: 36px;
      font-size: 2.25rem; } }

h2, .h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1.5em 0 0; }
  h2 + p, .h2 + p {
    margin-top: .5em; }
  @media (min-width: 48em) {
    h2, .h2 {
      font-size: 24px;
      font-size: 1.5rem; } }

h3, .h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 1.5em 0 0; }
  h3 + p, .h3 + p {
    margin-top: .5em; }

h4, .h4 {
  margin: 1.5em 0 0; }
  h4 + p, .h4 + p {
    margin-top: .5em; }

h5, .h5 {
  margin: 1.5em 0 0; }
  h5 + p, .h5 + p {
    margin-top: .5em; }

h6, .h6 {
  margin: 1.5em 0 0; }
  h6 + p, .h6 + p {
    margin-top: .5em; }

@media (max-width: 47.9375em) {
  .rte.hidden-img-xs img {
    display: none !important; } }
@media (min-width: 62em) {
  .rte h1:first-child, .rte h2:first-child, .rte h3:first-child, .rte h4:first-child, .rte h5:first-child, .rte h6:first-child,
  .rte .h1:first-child, .rte .h2:first-child, .rte .h3:first-child, .rte .h4:first-child, .rte .h5:first-child, .rte .h6:first-child {
    margin-top: 0; } }
.rte a {
  color: #0077bc;
  font-weight: bold; }
  .rte a:hover {
    color: #cc0000; }
.section--blue .rte a {
  color: white;
  font-weight: bold; }
  .section--blue .rte a:hover {
    color: #cc0000; }
.rte sup {
  color: #0077bc;
  font-weight: bold; }
.rte small {
  font-size: .9em; }
.rte hr {
  margin: 2em 0;
  border: none;
  background: none;
  outline: none;
  display: block;
  height: 1px;
  background: #0077bc; }
.rte img {
  max-width: 100%;
  height: auto; }
.rte ul {
  list-style: none;
  padding: 0 0 0 1.5em; }
  .rte ul li {
    color: #333;
    padding: 0 0 .3em 0; }
    .rte ul li:before {
      display: inline-block;
      margin-right: .5em;
      content: '●';
      color: #0077bc;
      margin-left: -1.1em;
      vertical-align: baseline; }
  .rte ul ul {
    padding: .5em 0 0 1.5em; }
    .rte ul ul li:before {
      content: '●';
      color: rgba(0, 119, 188, 0.5); }
.rte .media-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
  text-align: center;
  margin: 16px 0;
  margin: 1rem 0; }
  .rte .media-container iframe,
  .rte .media-container object,
  .rte .media-container embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border: none; }
.rte .download:after {
  content: "\e60a";
  font-size: 20px;
  font-size: 1.25rem; }
.rte .footnotes {
  margin: .5em 0 1em 0;
  padding: 0;
  list-style-position: inside; }
  .rte .footnotes li {
    font-weight: bold;
    color: #0077bc;
    font-size: .9em;
    background: transparent;
    transition: all 1s ease;
    opacity: .8; }
    .rte .footnotes li.js-active, .rte .footnotes li:hover {
      opacity: 1; }
    .rte .footnotes li div {
      display: inline;
      font-weight: normal;
      color: #333; }

pre,
code {
  padding: .2em .6em;
  font-size: .8em;
  background: #e5f1f8;
  color: #0077bc;
  border-radius: 3px; }

pre {
  padding: 1em; }

.table,
.contenttable {
  width: 100%;
  margin: 1em 0; }
  .table td,
  .contenttable td {
    border-top: 1px solid #ddd;
    padding: 10px;
    padding: .625rem;
    vertical-align: top; }
  .table tbody tr:first-child td,
  .contenttable tbody tr:first-child td {
    border-top: none;
    color: white;
    background: #0077bc;
    font-weight: bold;
    padding: 10px;
    padding: .625rem;
    vertical-align: top; }

/**
 * FORM ELEMENTS
 * select, input, radio
 */
.select {
  position: relative;
  display: block;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #0077bc;
  font-weight: bold;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 48em) {
    .select {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media (min-width: 48em) {
    .select {
      display: inline-block; } }
  .select.select--inline {
    display: inline-block; }
  .select.select--upper select {
    text-transform: uppercase; }
  .select:after {
    content: "\e611";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    margin: 0 .5rem 0 0;
    color: #0077bc;
    line-height: 1.5;
    font-size: inherit; }
  .select:hover {
    background: #e5f1f8; }
  .select select {
    position: relative;
    z-index: 11;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 3px;
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    width: 100%;
    height: 28px;
    height: 1.75rem;
    padding: 0 2em 0 1em;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 48em) {
      .select select {
        font-size: 14px;
        font-size: 0.875rem; } }
    .select select:hover, .select select:focus, .select select:active, .select select:active:focus {
      box-shadow: none;
      border: none;
      outline: none; }
  .select.select_filter {
    margin: 0 auto 1rem auto;
    display: block;
    width: 100%;
    background: #0077bc;
    color: #fff;
    border: none; }
    .select.select_filter:after {
      color: white; }
    .select.select_filter.select_filter--disabled {
      background: #cce4f2; }
  .select.select_filter_white {
    margin: 0 auto 1rem auto;
    display: block;
    width: 100%;
    background: #e5f1f8;
    color: #0077bc;
    border: 1px solid #0077bc; }
    .select.select_filter_white:after {
      color: #0077bc; }
    .select.select_filter_white.select_filter--disabled {
      background: #cce4f2; }

/** DIRTY HACKS **/
/* OPERA - Pre-Blink nix the custom arrow, go with a native select button to keep it simple. Targeted via this hack http://browserhacks.com/#hack-a3f166304aafed524566bc6814e1d5c7 */
x:-o-prefocus, .select:after {
  display: none; }

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select select::-ms-expand {
    display: none; }

  .select select:focus::-ms-value {
    background: transparent;
    color: #333; } }
/* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
/* Show only the native arrow */
@-moz-document url-prefix() {
  .select {
    overflow: hidden; }

  .select select {
    width: 120%;
    width: -moz-calc(100% + 3em);
    width: calc(100% + 3em); } }
/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.input_label {
  position: relative;
  margin: 0 0 1em 0;
  display: block; }
  .input_label span {
    cursor: pointer;
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: .1em; }
  .input_label input,
  .input_label textarea {
    width: 100%;
    border: 1px solid rgba(51, 51, 51, 0.5);
    border-radius: 3px;
    color: #333;
    padding: .5em 1em; }
    .input_label input:hover,
    .input_label textarea:hover {
      border-color: #333; }
    .input_label input:active, .input_label input:focus, .input_label input:active:focus,
    .input_label textarea:active,
    .input_label textarea:focus,
    .input_label textarea:active:focus {
      outline: none;
      border-color: #0077bc;
      background: #e5f1f8;
      color: #0077bc; }
    .input_label input .checkbox,
    .input_label textarea .checkbox {
      width: auto;
      margin-right: 5px; }
  .input_label:hover span {
    color: #0077bc; }
  .input_label:hover input, .input_label:hover textarea {
    border-color: #0077bc; }

/*
    Override Powermail Style
 */
.powermail_fieldwrap_datenschutz .powermail_label {
  display: none; }

.powermail_fieldwrap_datenschutz a {
  color: #0077bc;
  font-weight: bold; }

.powermail_fieldwrap_datenschutz a:hover {
  color: #c00; }

.tx-powermail {
  margin-bottom: -2rem;
}

.tx-powermail .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

/**
 * BUTTON STYLE
 */
.btn, .product-list li .product-list__btn {
  position: relative;
  display: inline-block;
  margin: 8px auto;
  margin: .5rem auto;
  height: 30px;
  height: 1.875rem;
  padding: 0 2em 0 1em;
  line-height: 30px;
  line-height: 1.875rem;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
  background: #e5f1f8;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  text-overflow: ellipsis;
  text-align: center;
  width: auto;
  max-width: 95%;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 48em) {
    .btn, .product-list li .product-list__btn {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media (min-width: 62em) {
    .btn, .product-list li .product-list__btn {
      max-width: 320px;
      max-width: 95%; } }
  .btn:after, .product-list li .product-list__btn:after {
    content: "\e610";
    position: absolute;
    right: .5em;
    display: inline-block;
    vertical-align: middle;
    color: #0077bc;
    line-height: 30px; }
  .btn span, .product-list li .product-list__btn span {
    display: inline-block;
    color: #0077bc;
    padding-left: 10px;
    font-size: 19px;
    font-weight: bold; }
  .btn.btn__noarrow, .product-list li .btn__noarrow.product-list__btn {
    padding-right: 1em; }
    .btn.btn__noarrow:after, .product-list li .btn__noarrow.product-list__btn:after {
      display: none; }
  .btn:hover, .product-list li .product-list__btn:hover, .btn:active, .product-list li .product-list__btn:active, .btn:focus, .product-list li .product-list__btn:focus, .btn:active:focus, .product-list li .product-list__btn:active:focus {
    color: #333;
    background: #cce4f2; }
    .btn:hover span, .product-list li .product-list__btn:hover span, .btn:active span, .product-list li .product-list__btn:active span, .btn:focus span, .product-list li .product-list__btn:focus span, .btn:active:focus span, .product-list li .product-list__btn:active:focus span {
      color: #333; }
  .btn.btn__block, .product-list li .btn__block.product-list__btn {
    display: block;
    max-width: 100%; }
  .btn.btn__back, .product-list li .btn__back.product-list__btn, .btn.btn_back, .product-list li .btn_back.product-list__btn {
    padding: 0 1em 0 2em; }
    .btn.btn__back:after, .product-list li .btn__back.product-list__btn:after, .btn.btn_back:after, .product-list li .btn_back.product-list__btn:after {
      content: "\e60e";
      left: .5em;
      right: auto; }
  .btn.btn__light, .section.section--alt .btn, .section.section--alt .product-list li .product-list__btn, .product-list li .section.section--alt .product-list__btn, .product-list li .btn__light.product-list__btn {
    background: white; }
    .btn.btn__light:hover, .section.section--alt .btn:hover, .section.section--alt .product-list li .product-list__btn:hover, .product-list li .section.section--alt .product-list__btn:hover, .product-list li .btn__light.product-list__btn:hover, .btn.btn__light:active, .section.section--alt .btn:active, .section.section--alt .product-list li .product-list__btn:active, .product-list li .section.section--alt .product-list__btn:active, .product-list li .btn__light.product-list__btn:active, .btn.btn__light:focus, .section.section--alt .btn:focus, .section.section--alt .product-list li .product-list__btn:focus, .product-list li .section.section--alt .product-list__btn:focus, .product-list li .btn__light.product-list__btn:focus, .btn.btn__light:active:focus, .section.section--alt .btn:active:focus, .section.section--alt .product-list li .product-list__btn:active:focus, .product-list li .section.section--alt .product-list__btn:active:focus, .product-list li .btn__light.product-list__btn:active:focus {
      color: white;
      background: #0077bc; }
      .btn.btn__light:hover:after, .section.section--alt .btn:hover:after, .section.section--alt .product-list li .product-list__btn:hover:after, .product-list li .section.section--alt .product-list__btn:hover:after, .product-list li .btn__light.product-list__btn:hover:after, .btn.btn__light:active:after, .section.section--alt .btn:active:after, .section.section--alt .product-list li .product-list__btn:active:after, .product-list li .section.section--alt .product-list__btn:active:after, .product-list li .btn__light.product-list__btn:active:after, .btn.btn__light:focus:after, .section.section--alt .btn:focus:after, .section.section--alt .product-list li .product-list__btn:focus:after, .product-list li .section.section--alt .product-list__btn:focus:after, .product-list li .btn__light.product-list__btn:focus:after, .btn.btn__light:active:focus:after, .section.section--alt .btn:active:focus:after, .section.section--alt .product-list li .product-list__btn:active:focus:after, .product-list li .section.section--alt .product-list__btn:active:focus:after, .product-list li .btn__light.product-list__btn:active:focus:after {
        color: white; }
      .btn.btn__light:hover span, .section.section--alt .btn:hover span, .section.section--alt .product-list li .product-list__btn:hover span, .product-list li .section.section--alt .product-list__btn:hover span, .product-list li .btn__light.product-list__btn:hover span, .btn.btn__light:active span, .section.section--alt .btn:active span, .section.section--alt .product-list li .product-list__btn:active span, .product-list li .section.section--alt .product-list__btn:active span, .product-list li .btn__light.product-list__btn:active span, .btn.btn__light:focus span, .section.section--alt .btn:focus span, .section.section--alt .product-list li .product-list__btn:focus span, .product-list li .section.section--alt .product-list__btn:focus span, .product-list li .btn__light.product-list__btn:focus span, .btn.btn__light:active:focus span, .section.section--alt .btn:active:focus span, .section.section--alt .product-list li .product-list__btn:active:focus span, .product-list li .section.section--alt .product-list__btn:active:focus span, .product-list li .btn__light.product-list__btn:active:focus span {
        color: white; }
  .btn.btn__outline, .product-list li .btn__outline.product-list__btn {
    background: transparent;
    border: 2px solid #0077bc;
    color: #0077bc; }
    .btn.btn__outline:hover, .product-list li .btn__outline.product-list__btn:hover, .btn.btn__outline:active, .product-list li .btn__outline.product-list__btn:active, .btn.btn__outline:focus, .product-list li .btn__outline.product-list__btn:focus, .btn.btn__outline:active:focus, .product-list li .btn__outline.product-list__btn:active:focus {
      background: rgba(0, 119, 188, 0.1); }

/**
 * HEADER
 */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  /**
   * LOGO
   */ }
  @media (min-width: 48em) {
    .header {
      position: fixed; } }
  .header .header_wrapper {
    position: relative;
    z-index: 101;
    height: 4.0625rem;
    background: #fff;
    border-bottom: 1px solid #0077bc; }
    .header .header_wrapper .header_wrapper_firstrow {
      text-align: center; }
      @media (min-width: 48em) {
        .header .header_wrapper .header_wrapper_firstrow {
          text-align: left; } }
      @media (min-width: 62em) {
        .header .header_wrapper .header_wrapper_firstrow {
          text-align: left;
          height: 4.0625rem; } }
      .header .header_wrapper .header_wrapper_firstrow .logo_col {
        font-size: 1em;
        margin: 0;
        padding: 0; }
        @media (min-width: 48em) {
          .header .header_wrapper .header_wrapper_firstrow .logo_col {
            padding-left: 3em; } }
        @media (min-width: 62em) {
          .header .header_wrapper .header_wrapper_firstrow .logo_col {
            padding: 0; } }
    .header .header_wrapper .header__brandballs {
      display: none;
      text-align: center; }
      @media (min-width: 62em) {
        .header .header_wrapper .header__brandballs {
          padding: .5rem 0 0;
          display: inline-block; } }
    .header .header_wrapper .header__lastcol {
      text-align: right; }
    .header .header_wrapper .lang_picker {
      display: none;
      color: rgba(51, 51, 51, 0.5); }
      @media (min-width: 48em) {
        .header .header_wrapper .lang_picker {
          display: inline-block;
          margin-left: -5em; } }
      .header .header_wrapper .lang_picker a {
        color: #0077bc;
        font-weight: normal; }
        .header .header_wrapper .lang_picker a:hover {
          cursor: pointer;
          background: #cce4f2; }
    .header .header_wrapper .nav {
      text-align: right;
      margin: 0;
      padding: 1rem 0 0;
      list-style: none; }
      @media (min-width: 48em) {
        .header .header_wrapper .nav {
          display: inline-block; } }
      .header .header_wrapper .nav li {
        display: inline-block;
        vertical-align: middle; }
      .header .header_wrapper .nav label {
        margin: 0 8px;
        margin: 0 .5rem; }
      .header .header_wrapper .nav .world {
        margin-right: .5rem; }
  .header #logo {
    margin: 14.4px 0 3.2px;
    margin: .9rem 0 .2rem; }
    @media (max-width: 47.9375em) {
      .header #logo {
        margin-left: 2.5em; } }
  .header .toggle-search {
    display: inline-block;
    text-decoration: none;
    transition: all .2s linear; }
    .header .toggle-search.js-active {
      background: #cce4f2;
      color: #0077bc; }
    @media (max-width: 47.9375em) {
      .header .toggle-search {
        background: none;
        color: #0077bc;
        padding: 0;
        font-size: 28px;
        font-size: 1.75rem; }
        .header .toggle-search.js-active {
          background: none;
          color: #0077bc; } }

/**
 * LOCATION PICKER DROPDOWN
 */
.location_picker_select {
  border-color: #e5f1f8;
  font-weight: bold; }
  .location_picker_select:before {
    position: absolute;
    left: .1em;
    top: -.1em;
    bottom: 0;
    content: "\e615";
    color: #0077bc;
    font-size: 38px;
    font-size: 2.375rem; }
  .location_picker_select select {
    padding-left: 2.8rem; }

.lang_picker_select:before {
  position: absolute;
  left: .1em;
  top: 0;
  bottom: 0;
  content: "\e630";
  color: #0077bc;
  font-size: 30px;
  font-size: 1.875rem; }
.lang_picker_select select {
  padding-left: 2.8rem; }

/**
 * PRIMARY NAV
 */
.nav_primary {
  position: relative;
  z-index: 102;
  background: #0077bc;
  color: #fff;
  display: none;
  box-shadow: 0px 9px 10px rgba(51, 51, 51, 0.3);
  /**
   * SUBNAVIGATION MENU STYLE
   */
  /**
   * SIMPLE DROPDOWN
   */
  /**
   * FULL DROPDOWN
   */ }
  @media (min-width: 62em) {
    .nav_primary {
      display: block;
      top: -1px;
      box-shadow: none; } }
  .nav_primary.js-open {
    display: block; }
  .nav_primary.js-close {
    display: none; }
  @media (max-width: 62em) {
    .nav_primary .container {
      padding: 0; } }
  .nav_primary .toggle-nav_primary {
    display: none; }
    @media (min-width: 62em) {
      .nav_primary .toggle-nav_primary {
        display: inline-block; } }
  .nav_primary ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0; }
    @media (min-width: 62em) {
      .nav_primary ul {
        display: inline-block; } }
  .nav_primary li {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    position: relative; }
    @media (min-width: 62em) {
      .nav_primary li {
        display: inline-block;
        border-left: 1px solid white; }
        .nav_primary li:nth-last-child(-n) {
          border-left: none; } }
    .nav_primary li.location_picker_xs {
      display: block;
      padding: 16px;
      padding: 1rem;
      color: #333; }
      @media (min-width: 48em) {
        .nav_primary li.location_picker_xs {
          display: none; } }
    .nav_primary li.lang_picker_xs {
      display: block;
      padding: 0 16px 16px;
      padding: 0 1rem 1rem;
      color: #333; }
      @media (min-width: 48em) {
        .nav_primary li.lang_picker_xs {
          display: none; } }
  .nav_primary a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 1em;
    padding-left: 4em;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all .2s ease;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 24em) {
      .nav_primary a {
        font-size: 15px;
        font-size: 0.9375rem; } }
    @media (min-width: 62em) {
      .nav_primary a {
        padding: .39em .4em;
        border-bottom: none;
        font-size: 15px;
        font-size: 0.9375rem; } }
    @media (min-width: 63.75em) {
      .nav_primary a {
        padding-left: .7em;
        padding-right: .7em; } }
    @media (min-width: 70em) {
      .nav_primary a {
        padding-left: 1.2em;
        padding-right: 1.2em; } }
    @media (min-width: 75em) {
      .nav_primary a {
        padding-left: 1.5em;
        padding-right: 1.5em; } }
    .nav_primary a i {
      position: absolute;
      left: 16px;
      left: 1rem;
      top: 50%;
      transform: translateY(-50%);
      display: inline-block;
      font-size: 25px;
      font-size: 1.5625rem; }
      @media (min-width: 24em) {
        .nav_primary a i {
          font-size: 32px;
          font-size: 2rem; } }
      @media (min-width: 62em) {
        .nav_primary a i {
          display: none; } }
  .nav_primary .openDrop {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 1.3rem;
    padding-right: 1.2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    margin-left: .5em;
    display: inline-block; }
    .nav_primary .openDrop:before {
      content: "\e611"; }
    @media (min-width: 62em) {
      .nav_primary .openDrop {
        display: none; } }
  .nav_primary .js-active > a {
    font-weight: bold;
    border-bottom: 1px solid #e5f1f8; }
    @media (min-width: 62em) {
      .nav_primary .js-active > a {
        font-weight: normal;
        border-bottom: none;
        background: #e5f1f8;
        color: #0077bc; } }
  .nav_primary .js-active .openDrop {
    background: #e5f1f8;
    color: #0077bc; }
    .nav_primary .js-active .openDrop:before {
      content: "\e60f"; }
    @media (min-width: 62em) {
      .nav_primary .js-active .openDrop {
        display: none; } }
  .nav_primary .hasDrop ul a,
  .nav_primary .hasFullDrop ul a,
  .nav_primary .hasSmallDrop ul a {
    color: #333;
    border-right: none;
    width: 100%;
    display: block;
    padding: .6em .9em .6em 4em;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 24em) {
      .nav_primary .hasDrop ul a,
      .nav_primary .hasFullDrop ul a,
      .nav_primary .hasSmallDrop ul a {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 62em) {
      .nav_primary .hasDrop ul a,
      .nav_primary .hasFullDrop ul a,
      .nav_primary .hasSmallDrop ul a {
        font-size: 14px;
        font-size: 0.875rem;
        padding: .4em .9em;
        padding-left: 21px;
        display: inline-block; } }
    .nav_primary .hasDrop ul a:after,
    .nav_primary .hasFullDrop ul a:after,
    .nav_primary .hasSmallDrop ul a:after {
      display: none; }
    .nav_primary .hasDrop ul a:before,
    .nav_primary .hasFullDrop ul a:before,
    .nav_primary .hasSmallDrop ul a:before {
      margin-right: .5em;
      display: inline-block;
      content: "\e610";
      color: #0077bc;
      position: absolute;
      top: .8rem;
      right: .7rem; }
      @media (min-width: 62em) {
        .nav_primary .hasDrop ul a:before,
        .nav_primary .hasFullDrop ul a:before,
        .nav_primary .hasSmallDrop ul a:before {
          position: static;
          top: auto;
          right: auto;
          margin-left: -17px; } }
    .nav_primary .hasDrop ul a:hover, .nav_primary .hasDrop ul a:active, .nav_primary .hasDrop ul a:focus, .nav_primary .hasDrop ul a:active:focus,
    .nav_primary .hasFullDrop ul a:hover,
    .nav_primary .hasFullDrop ul a:active,
    .nav_primary .hasFullDrop ul a:focus,
    .nav_primary .hasFullDrop ul a:active:focus,
    .nav_primary .hasSmallDrop ul a:hover,
    .nav_primary .hasSmallDrop ul a:active,
    .nav_primary .hasSmallDrop ul a:focus,
    .nav_primary .hasSmallDrop ul a:active:focus {
      background: #e5f1f8; }
  .nav_primary .subnav {
    overflow: hidden; }
    @media (min-width: 62em) {
      .nav_primary .subnav {
        position: absolute;
        left: 0;
        right: 0;
        overflow: initial; }
        .nav_primary .subnav .container {
          box-shadow: 0px 5px 6px rgba(51, 51, 51, 0.3); } }
    .nav_primary .subnav .container {
      background: #e5f1f8; }
    .nav_primary .subnav i {
      display: none;
      font-size: 64px;
      font-size: 4rem;
      color: #0077bc;
      float: left;
      padding: 0 16px 0 0;
      padding: 0 1rem 0 0;
      margin: 8px 0 0 0;
      margin: .5rem 0 0 0; }
      @media (min-width: 62em) {
        .nav_primary .subnav i {
          display: inline-block; } }
    .nav_primary .subnav .subnav__nobg {
      display: none; }
      .nav_primary .subnav .subnav__nobg.js-active {
        display: block; }
      @media (min-width: 62em) {
        .nav_primary .subnav .subnav__nobg {
          border-bottom: none;
          display: table;
          min-height: 139px;
          min-height: 8.7rem; } }
    @media (min-width: 62em) {
      .nav_primary .subnav .subnav__bg {
        margin-top: 16px;
        margin-top: 1rem; } }
    .nav_primary .subnav .subnav__img {
      position: relative;
      z-index: 1;
      display: none;
      width: 100%;
      max-width: 100%;
      height: 100px;
      background: no-repeat center center;
      background-size: cover; }
      @media (min-width: 62em) {
        .nav_primary .subnav .subnav__img {
          display: block; } }
      .nav_primary .subnav .subnav__img img {
        margin: .1em .1em .1em .1em; }
    .nav_primary .subnav .subnav__heading {
      position: relative;
      z-index: 1;
      color: #0077bc;
      padding: .8em 1em .7em;
      display: block;
      background: #cce4f2;
      padding: 1em 1em 1em 4em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      cursor: pointer;
      font-size: 14px;
      font-size: 0.875rem; }
      .nav_primary .subnav .subnav__heading:after {
        margin-left: .5em;
        display: inline-block;
        font-family: 'drwicons';
        font-size: .8em;
        line-height: 1;
        content: "\e611";
        color: #0077bc;
        position: absolute;
        top: 20px;
        top: 1.3rem;
        right: 16px;
        right: 1rem; }
      .nav_primary .subnav .subnav__heading.js-active:after {
        font-family: 'drwicons';
        line-height: 1;
        content: "\e60f";
        color: #0077bc; }
      @media (min-width: 24em) {
        .nav_primary .subnav .subnav__heading {
          font-size: 16px;
          font-size: 1rem; } }
      @media (min-width: 62em) {
        .nav_primary .subnav .subnav__heading {
          font-size: 16px;
          font-size: 1rem;
          color: #fff;
          background: #0077bc;
          padding: .8em 1em .7em; }
          .nav_primary .subnav .subnav__heading:after {
            display: none; } }
      @media (min-width: 62em) {
        .nav_primary .subnav .subnav__heading.subnav__heading__icon {
          background: white;
          color: #0077bc;
          overflow: hidden; }
          .nav_primary .subnav .subnav__heading.subnav__heading__icon div {
            padding: 1em 0; } }
    @media (min-width: 62em) {
      .nav_primary .subnav .row {
        border-bottom: 1px solid rgba(0, 119, 188, 0.1); } }
    .nav_primary .subnav .subnav__toggle {
      position: relative;
      display: none; }
      .nav_primary .subnav .subnav__toggle.js-active {
        display: block; }
      @media (min-width: 62em) {
        .nav_primary .subnav .subnav__toggle {
          background: #cce4f2;
          margin-bottom: 16px;
          margin-bottom: 1rem;
          display: block; } }
    @media (min-width: 62em) {
      .nav_primary .subnav ul {
        padding: 16px;
        padding: 1rem;
        width: 100%; } }
    .nav_primary .subnav li {
      display: block;
      border-left: none; }
  .nav_primary .hasDrop ul {
    display: none; }
  .nav_primary .hasDrop.js-active ul {
    display: block; }
  .nav_primary .hasDrop ul {
    background: #e5f1f8; }
    @media (min-width: 62em) {
      .nav_primary .hasDrop ul {
        position: absolute;
        left: 0;
        box-shadow: 0px 5px 6px rgba(51, 51, 51, 0.3); } }
    .nav_primary .hasDrop ul li {
      display: block;
      min-width: 250px;
      min-width: 15.625rem;
      border-right: none; }
    .nav_primary .hasDrop ul a {
      display: block;
      padding: .6em .9em .6rem 4em; }
      @media (min-width: 62em) {
        .nav_primary .hasDrop ul a {
          padding: .6em .9em;
          padding-left: 25px; } }
      .nav_primary .hasDrop ul a:hover, .nav_primary .hasDrop ul a:active, .nav_primary .hasDrop ul a:focus, .nav_primary .hasDrop ul a:active:focus {
        background: #cce4f2; }
  .nav_primary .hasFullDrop .subnav {
    display: none; }
  .nav_primary .hasFullDrop.js-active {
    position: relative; }
    @media (min-width: 62em) {
      .nav_primary .hasFullDrop.js-active {
        position: static; } }
    .nav_primary .hasFullDrop.js-active .subnav {
      display: block; }
    @media (min-width: 62em) {
      .nav_primary .hasFullDrop.js-active.hasFullDrop--squeeze .container {
        background: none;
        box-shadow: none; }
        .nav_primary .hasFullDrop.js-active.hasFullDrop--squeeze .container .row {
          border-bottom: 0 none !important; }
      .nav_primary .hasFullDrop.js-active.hasFullDrop--squeeze .subnav__bg {
        background: #e5f1f8;
        padding: 16px 15px;
        padding: 1rem 15px;
        margin-top: 0; } }
  .nav_primary .hasSmallDrop .subnav {
    display: none;
    background: #e5f1f8; }
    .nav_primary .hasSmallDrop .subnav a:hover, .nav_primary .hasSmallDrop .subnav a:active, .nav_primary .hasSmallDrop .subnav a:focus, .nav_primary .hasSmallDrop .subnav a:active:focus {
      background: #cce4f2; }
      @media (min-width: 62em) {
        .nav_primary .hasSmallDrop .subnav a:hover, .nav_primary .hasSmallDrop .subnav a:active, .nav_primary .hasSmallDrop .subnav a:focus, .nav_primary .hasSmallDrop .subnav a:active:focus {
          background: #e5f1f8; } }
    @media (min-width: 62em) {
      .nav_primary .hasSmallDrop .subnav {
        position: absolute;
        right: 0;
        left: auto;
        overflow: initial;
        min-width: 300px;
        min-width: 18.75rem;
        max-width: 100%;
        border-right: 6px solid #e5f1f8;
        border-left: 6px solid #e5f1f8; } }
  .nav_primary .hasSmallDrop.js-active {
    position: relative; }
    @media (min-width: 62em) {
      .nav_primary .hasSmallDrop.js-active {
        position: relative; } }
    .nav_primary .hasSmallDrop.js-active .subnav {
      display: block; }

a.toggle-nav_primary {
  position: absolute;
  top: 16px;
  top: 1rem;
  left: 16px;
  left: 1rem;
  bottom: 16px;
  bottom: 1rem;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 28px;
  font-size: 1.75rem;
  padding: 0;
  color: #0077bc;
  background: none; }
  @media (min-width: 62em) {
    a.toggle-nav_primary {
      font-size: 32px;
      font-size: 2rem;
      position: static;
      padding: 0 .1em;
      color: white;
      background: rgba(0, 119, 188, 0.7); } }
  a.toggle-nav_primary.toggle-nav_primary__search {
    display: none; }
    @media (min-width: 62em) {
      a.toggle-nav_primary.toggle-nav_primary__search {
        display: inline-block;
        font-size: 32px;
        font-size: 2rem;
        position: static;
        padding: 0 .1em;
        color: white;
        background: rgba(0, 119, 188, 0.7); } }
  a.toggle-nav_primary:after {
    display: none !important; }

.nav_secondary {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0; }
  @media (min-width: 48em) {
    .nav_secondary {
      border-bottom: 1px solid #cce4f2; } }
  @media (min-width: 48em) {
    .nav_secondary.nav_secondary--bottom {
      border-bottom: none;
      border-top: 1px solid #cce4f2; } }
  .nav_secondary ul {
    display: none; }
    @media (min-width: 48em) {
      .nav_secondary ul {
        display: block;
        text-align: left; } }
  .nav_secondary .nav_secondary__select {
    display: block;
    margin: 1rem; }
    @media (min-width: 48em) {
      .nav_secondary .nav_secondary__select {
        display: none; } }
  .nav_secondary li {
    margin-bottom: -1px;
    font-size: 1rem;
    display: inline-block; }
  .nav_secondary a {
    display: block;
    color: #0077bc;
    padding: .5em 1em;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 62em) {
      .nav_secondary a {
        font-size: 14px;
        font-size: 0.875rem; } }
    .nav_secondary a:hover {
      background: rgba(204, 228, 242, 0.2); }
  .nav_secondary .active {
    background: rgba(204, 228, 242, 0.4);
    border-bottom: 1px solid #0077bc; }
  .nav_secondary.nav_secondary--bottom .active {
    border-bottom: none;
    border-top: 1px solid #0077bc; }

.footer {
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-size: .875rem;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 1rem; }
  @media (min-width: 62em) {
    .footer {
      margin-top: 2rem; } }
  .section--alt ~ .footer, .section--blue ~ .footer {
    margin-top: 0; }
  .footer .footer__links {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .footer .footer__links img {
      width: 33px;
      margin: 0 .5rem;
      vertical-align: middle; }
    .footer .footer__links a {
      margin: 0 -.5rem;
      color: #fff; }
    .footer .footer__links .footer__links--right {
      text-align: right; }
  .footer .footer__navigation {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 1rem;
    margin-bottom: 2rem; }
  .footer .footer__navigation__select {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 48em) {
      .footer .footer__navigation__select {
        display: none; } }
    .footer .footer__navigation__select .select {
      border-color: white;
      background: transparent;
      width: 70%;
      margin: 0 auto; }
      .footer .footer__navigation__select .select:after {
        color: white; }
  .footer .icon--round {
    background: white;
    margin: 0 .2em;
    color: #0077bc; }
    .footer .icon--round:hover {
      background: #0077bc;
      color: white; }
  .footer h3 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 1em;
    margin-bottom: .5em; }
    .footer h3 a {
      color: inherit; }
  .footer ul ~ h3 {
    margin-top: 2em; }
  .footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none; }
    .footer a:hover {
      color: #fff; }
  .footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer ul li {
      display: block;
      line-height: 1.5em;
      font-size: .875rem; }
    .footer ul a {
      display: block; }

.subfooter {
  background: white;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center; }
  @media (min-width: 62em) {
    .subfooter {
      text-align: left; } }
  .subfooter a {
    color: #333;
    display: inline-block;
    text-decoration: none;
    padding: 0; }
    .subfooter a:hover {
      color: #0077bc; }
  .subfooter .subfooter__lang a {
    color: #333;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    width: 1.4em;
    text-align: center; }
    .subfooter .subfooter__lang a:hover {
      color: #0077bc;
      font-weight: bold; }
  @media (min-width: 62em) {
    .subfooter .subfooter__corporate_link {
      text-align: right; } }

.colophone {
  background: white;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center; }
  @media (min-width: 62em) {
    .colophone {
      text-align: left; } }
  @media (min-width: 48em) {
    .colophone .container {
      border-top: 1px solid #333;
      padding-top: 2.1rem;
      padding-bottom: 2.1rem; } }
  @media (max-width: 865px) {
    .colophone .container {
      padding-top: 2.6rem;
      padding-bottom: 2.6rem; } }
  @media (max-width: 445px) {
    .colophone .container {
      padding-top: 2.9rem;
      padding-bottom: 2.9rem; } }
  .colophone .colophone__logo {
    display: block; }
  .colophone .colophone__linklist {
    text-align: center;
    margin-top: 1.3rem;
    margin-bottom: 1rem; }
  .colophone ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .colophone ul li {
      display: inline-block; }
    .colophone ul a {
      color: #333;
      display: inline-block;
      text-decoration: none;
      padding: 0;
      margin: 0 .3em; }
      .colophone ul a:hover {
        color: #0077bc; }
  .colophone .colophone__copyright {
    text-align: center;
    margin-top: 1.3rem;
    margin-bottom: 1rem;
    border-top: 1px solid #333;
    padding-top: 1rem; }
    @media (min-width: 48em) {
      .colophone .colophone__copyright {
        padding-top: 0;
        border-top: none; } }
    @media (min-width: 62em) {
      .colophone .colophone__copyright {
        text-align: right; } }

/**
 * BACK TO TOP ARROW
 */
.backToTop {
  display: none;
  position: fixed;
  z-index: 50;
  bottom: 0;
  right: 16px;
  right: 1rem;
  background: #cce4f2;
  color: #0077bc;
  border: .1em solid white;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  padding: .4em .5em .45em;
  border-radius: 3px 3px 0 0;
  text-decoration: none;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.3); }
  .backToTop .no-js {
    display: block; }
  .backToTop:hover {
    background: #0077bc;
    color: white; }

.intro {
  display: none;
  margin-top: 4.0625rem;
  margin-left: auto;
  margin-right: auto;
  background: #0077bc no-repeat top center;
  background-size: cover;
  padding: 2.5625rem 0 0 0;
  height: 140px;
  height: 8.75rem;
  overflow: hidden; }
  @media (min-width: 48em) {
    .intro {
      display: block; } }
  @media (min-width: 48em) {
    .intro {
      height: 360px;
      height: 22.5rem; } }
  .intro iframe {
    height: 120%;
    width: 100%;
    margin-top: -2.5625rem;
    padding: 0; }
    @media (min-width: 62em) {
      .intro iframe {
        height: 103%;
        margin-top: -.5em; } }
  .intro.intro--empty {
    display: block;
    margin-top: 5.34375rem;
    background: none;
    padding: 0;
    height: 0; }
    @media (min-width: 62em) {
      .intro.intro--empty {
        margin-top: 6.625rem; } }
  .intro.intro__mobile {
    height: 140px;
    height: 8.75rem;
    display: block;
    background-size: cover;
    background-position: top center;
    margin-bottom: 1em; }
    @media (min-width: 48em) {
      .intro.intro__mobile {
        display: none; } }
  .intro.intro-slider {
    display: none;
    position: relative;
    margin: 4.0625rem auto 0;
    top: 0;
    left: 0;
    right: 0;
    background: none;
    padding: 0;
    height: 280px;
    height: 17.5rem;
    text-align: right; }
    @media (min-width: 48em) {
      .intro.intro-slider {
        display: block; } }
    @media (min-width: 62em) {
      .intro.intro-slider {
        height: 360px;
        height: 22.5rem; } }
    .intro.intro-slider .slide__image {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: auto; }
    .intro.intro-slider .slide__inner {
      padding: 0; }
      @media (min-width: 62em) {
        .intro.intro-slider .slide__inner {
          padding: 2em 0 0; } }

/**
 *
 * slippry v1.2.7 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2014, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
@-moz-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
@-ms-keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
@keyframes left-right {
  0% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); }
  100% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); } }
@-webkit-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
@-moz-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
@-ms-keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
@keyframes right-left {
  0% {
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%); }
  100% {
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%); } }
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url(/images/sy-loader.gif) 50% 50% no-repeat;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  -webkit-background-size: 32px;
  background-size: 32px;
  min-height: 40px; }

.sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
  visibility: hidden; }

/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%; }

.sy-slides-wrap:hover .sy-controls {
  display: block; }

/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; }

/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute; }

.sy-list.horizontal {
  -moz-transition: left ease;
  -o-transition: left ease;
  -webkit-transition: left ease;
  transition: left ease; }

.sy-list.vertical {
  -moz-transition: top ease;
  -o-transition: top ease;
  -webkit-transition: top ease;
  transition: top ease; }

/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2; }

.sy-slide.kenburns {
  width: 140%;
  left: -20%; }

.sy-slide.kenburns.useCSS {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
  -webkit-animation-name: left-right;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: left-right;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: left-right;
  -o-animation-fill-mode: forwards;
  animation-name: left-right;
  animation-fill-mode: forwards; }

.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
  -webkit-animation-name: right-left;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: right-left;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: right-left;
  -o-animation-fill-mode: forwards;
  animation-name: right-left;
  animation-fill-mode: forwards; }

.sy-slide.sy-active {
  z-index: 3; }

.sy-slide > a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%; }

.sy-slide > a > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0; }

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  padding: 0;
  position: relative;
  margin: 0 auto; }

.sy-controls li {
  position: absolute;
  height: 100%;
  z-index: 33; }

.sy-controls li.sy-prev {
  left: 0;
  top: 0; }

.sy-controls li.sy-next {
  right: 0;
  top: 0; }

.sy-controls li a {
  position: relative;
  width: 100%;
  display: block; }

.sy-controls li a:link, .sy-controls li a:visited {
  opacity: .8; }

.sy-controls li a:hover, .sy-controls li a:focus {
  opacity: 1;
  outline: none; }

.sy-controls li a {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  text-indent: 0;
  color: white;
  top: 45%; }
  .sy-controls li a:before {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 62em) {
    .sy-controls li a {
      font-size: 37px;
      font-size: 2.3125rem; } }

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%; }

.sy-caption-wrap .sy-caption {
  position: relative;
  left: -50%;
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
  padding: 0.4em 1em;
  -moz-border-radius: 1.2em;
  -webkit-border-radius: 1.2em;
  border-radius: 1.2em; }

.sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
  color: #e24b70;
  font-weight: 600;
  text-decoration: none; }

.sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
  text-decoration: underline; }

@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
  .sy-caption-wrap {
    left: 0;
    bottom: 0.4em; }

  .sy-caption-wrap .sy-caption {
    left: 0;
    padding: 0.2em 0.4em;
    font-size: 0.92em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; } }
/* pager bubbles */
.sy-pager {
  position: relative;
  z-index: 5;
  overflow: hidden;
  *zoom: 1;
  display: block;
  width: 100%;
  margin: -2em 0 0;
  padding: .2em 0;
  list-style: none;
  text-align: center; }

.sy-pager li {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: 0 .7em 0 0;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); }

.sy-pager li.sy-active a {
  background: rgba(51, 51, 51, 0.3);
  box-shadow: none; }

.sy-pager li a {
  width: 100%;
  height: 100%;
  display: block;
  background: white;
  text-indent: -9999px;
  border-radius: 50%;
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.5); }

.sy-pager li a:hover, .sy-pager li a:focus {
  background: rgba(51, 51, 51, 0.3); }

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%; }

.sy-filler.ready {
  -moz-transition: padding 600ms ease;
  -o-transition: padding 600ms ease;
  -webkit-transition: padding 600ms ease;
  transition: padding 600ms ease; }

.share {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  color: rgba(51, 51, 51, 0.6);
  transition: color .5s ease;
  text-align: center;
  margin-top: .5em;
  padding-top: .5em;
  border-top: 1px solid #cce4f2; }
  @media (min-width: 48em) {
    .share {
      margin: 0;
      padding: 0;
      border: none;
      text-align: right; } }
  .share:hover {
    color: #333; }
  .share span {
    display: none; }
    @media (min-width: 48em) {
      .share span {
        display: inline;
        padding-left: .4em; } }
  .share li {
    display: inline-block;
    margin: 0;
    padding: 0 1em 0 0; }
  .share i {
    font-size: 26px;
    font-size: 1.625rem; }
    @media (min-width: 48em) {
      .share i {
        font-size: 20px;
        font-size: 1.25rem; } }
  .share a {
    display: block;
    text-align: center;
    padding: .5em 0;
    color: inherit;
    text-decoration: none; }
    .share a:hover {
      color: #0077bc; }

/**
 * BREADCRUMP
 */
.breadcrump {
  display: none;
  padding: 0;
  margin-bottom: 1em; }
  @media (min-width: 48em) {
    .breadcrump {
      display: block; } }
  .breadcrump + .section {
    padding-top: 0; }
  .breadcrump ul {
    margin: 0;
    padding: .5rem 0;
    list-style: none;
    border-bottom: 1px solid #cce4f2; }
    .breadcrump ul li {
      display: inline-block; }
    .breadcrump ul a {
      display: block;
      color: rgba(0, 119, 188, 0.5);
      text-decoration: none;
      padding: .5rem;
      padding-left: 0; }
      .breadcrump ul a:after {
        font-size: .6em;
        display: inline-block;
        margin-left: .5rem;
        content: "\e610"; }
      .breadcrump ul a.active {
        color: #0077bc;
        font-weight: bold; }
        .breadcrump ul a.active:after {
          display: none; }
      .breadcrump ul a:hover, .breadcrump ul a:active, .breadcrump ul a:focus, .breadcrump ul a:active:focus {
        color: #0077bc; }

.breadcrump ~ .section:first-of-type {
  padding-top: 0; }
.section.section--nobottompadding {
  padding-bottom: 0; }
.section.section--notoppadding {
  padding-top: 0; }
.section.section--alt {
  background: #e5f1f8; }
  .section + .section.section--alt, .section.section--alt + .section {
    margin: 16px 0 0;
    margin: 1rem 0 0; }
    @media (min-width: 48em) {
      .section + .section.section--alt, .section.section--alt + .section {
        margin: 32px 0 0;
        margin: 2rem 0 0; } }
  .section--blue + .section.section--alt, .section.section--alt + .section--blue {
    margin-top: 0; }
  .section.section--alt h1, .section.section--alt h2, .section.section--alt h3, .section.section--alt h4, .section.section--alt h5, .section.section--alt h6,
  .section.section--alt .h1, .section.section--alt .h2, .section.section--alt .h3, .section.section--alt .h4, .section.section--alt .h5, .section.section--alt .h6 {
    color: #0077bc; }
.section.section--blue {
  color: #fff;
  background: #0077bc; }
  .section + .section.section--blue, .section.section--blue + .section {
    margin: 16px 0 0;
    margin: 1rem 0 0; }
    @media (min-width: 48em) {
      .section + .section.section--blue, .section.section--blue + .section {
        margin: 32px 0 0;
        margin: 2rem 0 0; } }
  .section--alt + .section.section--blue, .section.section--blue + .section--alt {
    margin-top: 0; }
  .section.section--blue h1, .section.section--blue h2, .section.section--blue h3, .section.section--blue h4, .section.section--blue h5, .section.section--blue h6,
  .section.section--blue .h1, .section.section--blue .h2, .section.section--blue .h3, .section.section--blue .h4, .section.section--blue .h5, .section.section--blue .h6 {
    color: #fff; }

.box {
  position: relative;
  z-index: 1;
  display: block;
  margin: 8px 0;
  margin: .5rem 0;
  background: white; }
  .box.box__center {
    text-align: center; }
  .box.box__alt {
    background: #e5f1f8; }
    .box.box__alt h1, .box.box__alt h2, .box.box__alt h3, .box.box__alt h4, .box.box__alt h5, .box.box__alt h6,
    .box.box__alt .h1, .box.box__alt .h2, .box.box__alt .h3, .box.box__alt .h4, .box.box__alt .h5, .box.box__alt .h6 {
      color: #0077bc; }
    .box.box__alt .box__body {
      border: none; }
  .box.box__link {
    cursor: pointer;
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 2px; }
    .box.box__link .box__body {
      border: none; }
    .box.box__link .box__image {
      position: relative; }
      .box.box__link .box__image img {
        position: absolute;
        bottom: 8px;
        bottom: .5rem;
        right: 8px;
        right: .5rem;
        width: 60px;
        height: 55px; }
      .box.box__link .box__image img:nth-of-type(2) {
        position: absolute;
        right: 76px; }
    .box.box__link .box__inner {
      position: relative;
      color: #333;
      font-weight: bold;
      text-decoration: none;
      padding-right: 13px; }
      .box.box__link .box__inner:after {
        font-size: 10px;
        font-size: 0.625rem;
        content: "\e610";
        color: #0077bc;
        margin-right: -13px; }
    .box.box__link:hover {
      cursor: pointer;
      box-shadow: 0 0 2px 1px rgba(51, 51, 51, 0.2); }
      .box.box__link:hover .box__inner {
        color: #0077bc; }
  .box .box__title {
    display: block;
    width: 100%;
    padding: 16px 16px 14.4px 16px;
    padding: 1rem 1rem .9rem 1rem;
    background: #0077bc;
    color: white;
    font-weight: bold;
    margin: 0;
    font-size: 1em; }
    .box .box__title a {
      color: inherit; }
  .box .box__icon {
    display: block;
    color: #0077bc;
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0;
    font-size: 80px;
    font-size: 5rem; }
    @media (min-width: 48em) {
      .box .box__icon {
        font-size: 100px;
        font-size: 6.25rem; } }
    @media (min-width: 62em) {
      .box .box__icon {
        font-size: 128px;
        font-size: 8rem; } }
  .box .box__image {
    background: no-repeat center center;
    background-size: cover;
    padding: .5em;
    height: 160px;
    height: 10rem; }
    @media (min-width: 62em) {
      .box .box__image {
        height: 200px;
        height: 12.5rem; } }
  .box .box__body {
    display: block;
    width: 100%;
    padding: 16px;
    padding: 1rem;
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 2px; }
    .box .box__body.box__body__with__bg {
      width: 100%; }
      @media (min-width: 24em) {
        .box .box__body.box__body__with__bg {
          width: 60%; } }
    .box .box__body label.select {
      display: block; }
  .box .box__heading {
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 48em) {
      .box .box__heading {
        font-size: 24px;
        font-size: 1.5rem; } }
  .box .box__title + .box__body {
    border-top: none; }
  .box .box__bg__image {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    height: 80%;
    opacity: .2; }
    @media (min-width: 24em) {
      .box .box__bg__image {
        opacity: 1; } }
    @media (min-width: 48em) {
      .box .box__bg__image {
        height: 90%; } }
    @media (min-width: 62em) {
      .box .box__bg__image {
        top: auto;
        height: auto; } }
  .box.box__active .box__body {
    border-color: #0077bc;
    background: #e5f1f8; }
    .box.box__active .box__body .box__btn {
      background: #fff; }
  .box .box__btn {
    text-align: center;
    margin: 0; }
  @media (min-width: 48em) {
    .box.box__split {
      overflow: hidden;
      border: 1px solid rgba(51, 51, 51, 0.2); } }
  @media (min-width: 62em) {
    .box.box__split {
      border: none; } }
  @media (min-width: 48em) {
    .box.box__split .box__image {
      width: 50%;
      float: left;
      height: 275px;
      height: 17.2rem; } }
  @media (min-width: 62em) {
    .box.box__split .box__image {
      float: none;
      width: auto;
      height: 200px;
      height: 12.5rem; } }
  @media (min-width: 48em) {
    .box.box__split .box__body {
      width: 50%;
      float: left;
      border: none; } }
  @media (min-width: 62em) {
    .box.box__split .box__body {
      float: none;
      width: 100%;
      border: 1px solid rgba(51, 51, 51, 0.2); } }
  .box.box__horizontal {
    text-align: left; }
    .box.box__horizontal .box__body {
      padding: .3em;
      text-align: left; }
      @media (min-width: 24em) {
        .box.box__horizontal .box__body {
          padding: 1em .5em; } }
    .box.box__horizontal:hover .box__body {
      cursor: pointer;
      box-shadow: 0 0 2px 1px rgba(51, 51, 51, 0.2); }
      .box.box__horizontal:hover .box__body .box__caption {
        color: #0077bc; }
    .box.box__horizontal .box__caption {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 70px;
      left: 4.375rem;
      font-size: 14px;
      font-size: 0.875rem;
      display: inline-block;
      font-weight: normal;
      margin: 0;
      max-width: 70%; }
      @media (min-width: 75em) {
        .box.box__horizontal .box__caption {
          font-size: 20px;
          font-size: 1.25rem; } }
    .box.box__horizontal .box__icon {
      font-size: 50px;
      font-size: 3.125rem;
      display: inline-block;
      margin: 0; }
    .box.box__horizontal .box__btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 16px;
      right: 1rem;
      margin: 0;
      background: none; }
    .box.box__horizontal.box__active .box__body .box__btn {
      background: none; }

.clean-toggle .clean-toggle__link {
  position: relative; }
.clean-toggle .clean-toggle__content {
  display: none; }
.clean-toggle.clean-toggle__xs .clean-toggle__link {
  cursor: pointer; }
  @media (min-width: 48em) {
    .clean-toggle.clean-toggle__xs .clean-toggle__link {
      cursor: initial; } }
.clean-toggle.clean-toggle__xs .clean-toggle__link__arrow:after {
  content: "\e611";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  color: white; }
  @media (min-width: 48em) {
    .clean-toggle.clean-toggle__xs .clean-toggle__link__arrow:after {
      display: none; } }
@media (min-width: 48em) {
  .clean-toggle.clean-toggle__xs .clean-toggle__content {
    display: block; } }
.clean-toggle.clean-toggle__sm .clean-toggle__link {
  cursor: pointer; }
  @media (min-width: 62em) {
    .clean-toggle.clean-toggle__sm .clean-toggle__link {
      cursor: initial; } }
.clean-toggle.clean-toggle__sm .clean-toggle__link__arrow:after {
  content: "\e611";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  color: white; }
  @media (min-width: 62em) {
    .clean-toggle.clean-toggle__sm .clean-toggle__link__arrow:after {
      display: none; } }
@media (min-width: 62em) {
  .clean-toggle.clean-toggle__sm .clean-toggle__content {
    display: block; } }
.clean-toggle.clean-toggle__js-active .clean-toggle__link__arrow:after {
  content: "\e60f"; }
.clean-toggle.clean-toggle__js-active .clean-toggle__content {
  display: block; }

.toggle-list {
  padding-top: 0;
  margin: 1em 0; }

.toggle.js-active .toggle__title {
  background: #cce4f2;
  color: #0077bc; }
  .toggle.js-active .toggle__title:after {
    content: "\e60f";
    color: #0077bc; }
.toggle.js-active .toggle__content {
  display: block; }
.toggle .toggle__title {
  position: relative;
  display: block;
  padding: .4em 1em .3em;
  color: white;
  background: #0077bc;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 48em) {
    .toggle .toggle__title {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (min-width: 62em) {
    .toggle .toggle__title {
      font-size: 24px;
      font-size: 1.5rem; } }
  .toggle .toggle__title:after {
    content: "\e611";
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    color: white; }
  .toggle .toggle__title:hover, .toggle .toggle__title:active, .toggle .toggle__title:focus, .toggle .toggle__title:active:focus {
    color: #0077bc;
    background: #cce4f2; }
    .toggle .toggle__title:hover:after, .toggle .toggle__title:active:after, .toggle .toggle__title:focus:after, .toggle .toggle__title:active:focus:after {
      color: #0077bc; }
.toggle .toggle__content {
  display: none;
  background: #e5f1f8;
  padding: 1em; }
  .toggle .toggle__content h1, .toggle .toggle__content h2, .toggle .toggle__content h3, .toggle .toggle__content h4, .toggle .toggle__content h5, .toggle .toggle__content h6
  .h1, .toggle .toggle__content .h2, .toggle .toggle__content .h3, .toggle .toggle__content .h4, .toggle .toggle__content .h5, .toggle .toggle__content .h6 {
    color: #0077bc; }
  .toggle .toggle__content .btn, .toggle .toggle__content .product-list li .product-list__btn, .product-list li .toggle .toggle__content .product-list__btn {
    background: white; }
    .toggle .toggle__content .btn:hover, .toggle .toggle__content .product-list li .product-list__btn:hover, .product-list li .toggle .toggle__content .product-list__btn:hover, .toggle .toggle__content .btn:active, .toggle .toggle__content .product-list li .product-list__btn:active, .product-list li .toggle .toggle__content .product-list__btn:active, .toggle .toggle__content .btn:focus, .toggle .toggle__content .product-list li .product-list__btn:focus, .product-list li .toggle .toggle__content .product-list__btn:focus, .toggle .toggle__content .btn:active:focus, .toggle .toggle__content .product-list li .product-list__btn:active:focus, .product-list li .toggle .toggle__content .product-list__btn:active:focus {
      color: white;
      background: #0077bc; }
      .toggle .toggle__content .btn:hover:after, .toggle .toggle__content .product-list li .product-list__btn:hover:after, .product-list li .toggle .toggle__content .product-list__btn:hover:after, .toggle .toggle__content .btn:active:after, .toggle .toggle__content .product-list li .product-list__btn:active:after, .product-list li .toggle .toggle__content .product-list__btn:active:after, .toggle .toggle__content .btn:focus:after, .toggle .toggle__content .product-list li .product-list__btn:focus:after, .product-list li .toggle .toggle__content .product-list__btn:focus:after, .toggle .toggle__content .btn:active:focus:after, .toggle .toggle__content .product-list li .product-list__btn:active:focus:after, .product-list li .toggle .toggle__content .product-list__btn:active:focus:after {
        color: white; }

.bubble {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background: rgba(0, 119, 188, 0.8);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  margin: 1em;
  padding: 16px;
  padding: 1rem;
  vertical-align: middle; }
  .bubble:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .bubble .bubble__inner {
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2; }
    .no-js .bubble .bubble__inner {
      padding: 20% 5% 0;
      height: 100%;
      width: 100%; }
    @media (min-width: 48em) {
      .bubble .bubble__inner {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media (min-width: 62em) {
      .bubble .bubble__inner {
        font-size: 30px;
        font-size: 1.875rem; }
        .no-js .bubble .bubble__inner {
          padding: 20% 5% 0; } }
    .bubble .bubble__inner span {
      white-space: nowrap; }
    .bubble .bubble__inner small {
      font-size: .867em; }

/**
 * SEARCH
 */
.search {
  position: relative;
  display: none;
  z-index: 102;
  color: #0077bc;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 48em) {
    .search {
      font-size: 24px;
      font-size: 1.5rem; } }
  .search.js-close {
    display: none; }
  .search.js-open {
    display: block; }
  .search .search__full_bg {
    background: #e5f1f8; }
  .search .search__wrapper {
    position: relative; }
  .search .search__info {
    margin: .5em 0 0 0;
    font-size: 14px;
    font-size: 0.875rem;
    color: #333; }
  .search .row {
    padding: 10px 0;
    padding: .625rem 0; }
    @media (max-width: 48em) {
      .search .row {
        padding: 16px 0;
        padding: 1rem 0; } }
  .search p {
    margin: 10px 0 0;
    margin: .625rem 0 0;
    padding: 0 0 0 8px;
    padding: 0 0 0 .5rem; }
  .search input[type="text"] {
    display: block;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    padding: 11px 16px;
    padding: .7rem 1rem;
    background: #fff;
    color: #0077bc;
    border: none;
    border-radius: 3px; }
    @media (min-width: 48em) {
      .search input[type="text"] {
        display: inline-block;
        width: 100%;
        font-size: 24px;
        font-size: 1.5rem; } }
    .search input[type="text"]:focus {
      outline: none; }
  .search button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-weight: bold;
    vertical-align: top;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    border: none;
    background: #0077bc;
    padding: 0 16px;
    padding: 0 1rem;
    outline: none;
    border-radius: 0 3px 3px 0; }
    @media (max-width: 48em) {
      .search button {
        padding: 0 10px;
        padding: 0 .65rem; } }

/**
 * PRODUCT SEARCH
 */
.produkt_search {
  position: relative;
  margin: 0 0 1em 0; }
  .produkt_search .produkt_search__input {
    display: block;
    width: 100%;
    border: 2px solid rgba(51, 51, 51, 0.2);
    border-radius: 3px;
    padding: 1em 1em .9em 3em; }
    @media (min-width: 48em) {
      .produkt_search .produkt_search__input {
        padding: 1em 1em .8em 4em;
        font-size: 20px;
        font-size: 1.25rem; } }
  .produkt_search .produkt_search__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
    margin: 0;
    padding: 0;
    color: #0077bc;
    font-size: 2rem;
    line-height: 1;
    border: none;
    background: transparent; }
    .produkt_search .produkt_search__icon:before {
      content: "\e614"; }
    .produkt_search .produkt_search__icon:hover, .produkt_search .produkt_search__icon:active, .produkt_search .produkt_search__icon:focus, .produkt_search .produkt_search__icon:active:focus {
      outline: none; }

.pagination {
  margin: 1.5em auto 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-weight: bold; }
  .pagination a {
    display: block;
    padding: .2em .7em .3em;
    border-radius: 3px;
    text-align: center;
    background: #e5f1f8;
    color: #333; }
    .pagination a.active {
      background: #0077bc;
      color: white; }
    .pagination a:hover {
      background: #cce4f2; }
  .pagination li {
    display: none; }
    @media (min-width: 47.9375em) {
      .pagination li {
        display: inline-block;
        margin: 0 .05em; } }
    .pagination li.prev, .pagination li.next {
      display: inline-block;
      margin: 0 .5em; }
    .pagination li.prev a {
      padding-left: .5em; }
      .pagination li.prev a:before {
        display: inline-block;
        content: "\e60e";
        color: #0077bc;
        margin: -.2em .5em 0 0; }
    .pagination li.next a {
      padding-right: .5em; }
      .pagination li.next a:after {
        display: inline-block;
        content: "\e610";
        color: #0077bc;
        margin: -.2em 0 0 .5em; }

.news .news__title {
  display: block;
  background: #cc0000;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 16px 16px 14.4px 16px;
  padding: 1rem 1rem .9rem 1rem; }
  .news .news__title a {
    color: inherit; }
  @media (min-width: 48em) {
    .news .news__title {
      display: inline-block;
      font-size: 24px;
      font-size: 1.5rem;
      padding: 14px 16px;
      padding: .9rem 1rem;
      transform: rotate(-7deg); } }
  .news .news__title i {
    font-size: 27px;
    font-size: 1.6875rem;
    margin-right: .3em; }
    @media (min-width: 48em) {
      .news .news__title i {
        font-size: 40px;
        font-size: 2.5rem; } }
.news .news__chooser {
  text-align: center; }
  @media (min-width: 48em) {
    .news .news__chooser {
      text-align: right; } }
  @media (min-width: 62em) {
    .news .news__chooser {
      text-align: left; } }
  .news .news__chooser label {
    margin: 32px 0 16px;
    margin: 2rem 0 1rem; }

.calendar {
  position: relative;
  min-width: 224px;
  min-width: 14rem;
  width: 100%; }
  .calendar .calendar__title {
    position: relative;
    background: #0077bc;
    color: #fff;
    font-weight: bold;
    padding: .5rem 1rem .6rem;
    text-align: center; }
    .calendar .calendar__title .calendar__prev,
    .calendar .calendar__title .calendar__next {
      color: rgba(255, 255, 255, 0.7);
      cursor: pointer;
      position: absolute;
      display: inline-block;
      padding: 0 1rem;
      top: 50%;
      transform: translateY(-50%); }
      .calendar .calendar__title .calendar__prev:hover,
      .calendar .calendar__title .calendar__next:hover {
        color: #fff; }
    .calendar .calendar__title .calendar__prev {
      left: 0; }
      .calendar .calendar__title .calendar__prev:before {
        content: "\e60e"; }
    .calendar .calendar__title .calendar__next {
      right: 0; }
      .calendar .calendar__title .calendar__next:before {
        content: "\e610"; }
  .calendar .calendar__header {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #0077bc;
    font-weight: bold; }
    .calendar .calendar__header li {
      display: inline-block; }
  .calendar .calendar__body {
    background: #fff; }
  .calendar .calendar__week {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0; }
    .calendar .calendar__week li {
      font-size: 1rem;
      display: inline-block;
      text-align: center;
      height: 2rem;
      line-height: 2rem;
      min-width: 2rem;
      width: 14.2%; }
    .calendar .calendar__week a {
      display: block;
      color: #0077bc;
      background: #e5f1f8; }
      .calendar .calendar__week a:hover {
        cursor: pointer;
        color: #fff;
        background: #0077bc; }
    .calendar .calendar__week .calendar__today {
      color: #cc0000;
      background: rgba(204, 0, 0, 0.1); }
      .calendar .calendar__week .calendar__today a {
        color: inherit;
        background: inherit; }
        .calendar .calendar__week .calendar__today a:hover {
          color: #fff;
          background: #0077bc; }
    .calendar .calendar__week .calendar__prevM,
    .calendar .calendar__week .calendar__nextM {
      color: rgba(51, 51, 51, 0.5); }

.event-box {
  padding: 1em 0;
  border-radius: 3px; }
  .event-box:nth-of-type(even) {
    background: #e5f1f8; }
  .event-box .event-box__title {
    margin-top: 0; }
  .event-box .event-box__date {
    color: rgba(51, 51, 51, 0.8);
    font-style: italic;
    margin-bottom: 1em; }
  .event-box .event-box__media {
    width: 100%;
    margin: 0; }
    @media (min-width: 48em) {
      .event-box .event-box__media {
        float: right;
        width: 560px;
        height: 315px;
        margin: 0 0 1em 1em; } }
  .event-box .event-box__img {
    height: auto; }
    @media (min-width: 48em) {
      .event-box .event-box__img {
        float: right;
        margin: 0 0 1em 1em; } }

.product-img-container {
  position: relative; }
  @media (min-width: 48em) {
    .product-img-container {
      margin-bottom: 3em;
      border-left: 1px solid #cce4f2; } }
  .product-img-container .product-img--left,
  .product-img-container .product-img--right {
    display: none; }
  .product-img-container.product-img--hasImages .product-img--left,
  .product-img-container.product-img--hasImages .product-img--right {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-size: 1.875rem;
    color: #cce4f2; }
    .product-img-container.product-img--hasImages .product-img--left:hover,
    .product-img-container.product-img--hasImages .product-img--right:hover {
      color: #0077bc; }
    .no-js .product-img-container.product-img--hasImages .product-img--left, .no-js
    .product-img-container.product-img--hasImages .product-img--right {
      display: none; }
  .product-img-container.product-img--hasImages .product-img--left {
    left: 16px;
    left: 1rem; }
  .product-img-container.product-img--hasImages .product-img--right {
    right: 16px;
    right: 1rem; }
  .product-img-container ul {
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none; }
    .product-img-container ul li {
      display: none;
      text-align: center;
      min-height: 150px; }
      @media (min-width: 48em) {
        .product-img-container ul li {
          min-height: 315px; } }
      .product-img-container ul li.product-img--active {
        display: block; }
    .product-img-container ul img {
      margin: 0 auto;
      height: 150px;
      width: auto; }
      @media (min-width: 48em) {
        .product-img-container ul img {
          height: 315px;
          width: auto; } }

.trading_unit {
  width: 100%;
  margin-bottom: 1em; }
  @media (min-width: 48em) {
    .trading_unit {
      margin-bottom: 2em; } }
  .trading_unit thead {
    color: #0077bc; }
    .trading_unit thead th {
      text-align: left;
      background: #cce4f2;
      padding: .5em .3em .45em; }
      @media (min-width: 47.9375em) {
        .trading_unit thead th {
          padding: .5em 1em .45em; } }
  .trading_unit tr {
    background: #e5f1f8;
    border-bottom: 1px solid white; }
    .trading_unit tr td {
      padding: .5em .3em .45em; }
      @media (min-width: 47.9375em) {
        .trading_unit tr td {
          padding: .5em 1em .45em; } }

.product_ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 4em; }
  .product_ul li {
    line-height: 2; }
    .product_ul li:before {
      content: "\e609";
      color: #0077bc;
      font-size: 19px;
      font-size: 1.1875rem;
      margin-right: .2em;
      margin-left: -1.2em;
      vertical-align: baseline; }

.product-picto {
  margin: 0;
  padding: 0;
  list-style: none; }
  .product-picto li {
    display: inline-block;
    margin: 1em 1em 1em 0; }

.product-title {
  font-weight: normal;
  color: #0077bc; }

.list-view-changer {
  text-align: right; }
  .list-view-changer a {
    display: inline-block;
    margin: 0;
    padding: 0 0 .19em .1em;
    line-height: 1;
    vertical-align: middle;
    color: #0077bc;
    font-size: 48px;
    font-size: 3rem; }
    .list-view-changer a:hover {
      color: #cc0000; }

.product-list {
  list-style: none;
  font-size: 0; }
  .product-list li {
    position: relative;
    vertical-align: top;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 3px;
    padding: 1rem;
    width: 100%;
    margin: 1% 0;
    overflow: hidden; }
    .product-list li:hover {
      cursor: pointer;
      box-shadow: 0 0 2px 1px rgba(51, 51, 51, 0.2); }
      .product-list li:hover .product-list__title {
        color: #0077bc; }
    .product-list li .product-list__title {
      margin-top: 0;
      font-size: 14px;
      font-size: 0.875rem; }
    .product-list li .product-list__image {
      display: block;
      margin: 0 auto 1rem; }
  .product-list.product-list__grid-view li {
    text-align: center;
    display: inline-block; }
    @media (min-width: 24em) {
      .product-list.product-list__grid-view li {
        width: 49%;
        margin: 1%; }
        .product-list.product-list__grid-view li:nth-child(odd) {
          margin-left: 0; }
        .product-list.product-list__grid-view li:nth-child(even) {
          margin-right: 0; } }
    @media (min-width: 47.9375em) {
      .product-list.product-list__grid-view li {
        width: 32%; }
        .product-list.product-list__grid-view li:nth-child(odd) {
          margin-left: 1%; }
        .product-list.product-list__grid-view li:nth-child(even) {
          margin-right: 1%; }
        .product-list.product-list__grid-view li:nth-child(1), .product-list.product-list__grid-view li:nth-child(3n+1) {
          margin-left: 0; }
        .product-list.product-list__grid-view li:nth-child(3n) {
          margin-right: 0; } }
  .product-list.product-list__grid-view .product-list__text {
    text-align: left; }
  .product-list.product-list__grid-view .product-list__title {
    overflow: hidden;
    height: 1.4rem;
    margin-bottom: .5rem; }
  .product-list.product-list__grid-view .product-list__desc {
    margin-top: .5rem;
    overflow: hidden;
    height: 3rem; }
    @media (min-width: 48em) {
      .product-list.product-list__grid-view .product-list__desc {
        height: 4.2rem; } }
  .product-list.product-list__grid-view .product-list__image {
    width: auto;
    height: 85px; }
    @media (min-width: 24em) {
      .product-list.product-list__grid-view .product-list__image {
        height: 150px; } }
  .product-list.product-list__grid-view .product-list__btn {
    position: relative; }
  .product-list.product-list__list-view li {
    display: block;
    position: relative; }
  .product-list.product-list__list-view .product-list__text {
    margin-left: 60px;
    margin-left: 3.75rem;
    margin-right: 0; }
    @media (min-width: 24em) {
      .product-list.product-list__list-view .product-list__text {
        margin-left: 85px;
        margin-left: 5.3125rem; } }
    @media (min-width: 48em) {
      .product-list.product-list__list-view .product-list__text {
        margin-left: 85px;
        margin-left: 5.3125rem;
        margin-right: 200px;
        margin-right: 12.5rem; } }
  .product-list.product-list__list-view .product-list__image {
    position: absolute;
    left: 13px;
    left: .8125rem;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    margin: 0;
    height: auto;
    max-width: 48px;
    max-width: 3rem;
    max-height: 64px;
    max-height: 4rem; }
    @media (min-width: 24em) {
      .product-list.product-list__list-view .product-list__image {
        max-width: 64px;
        max-width: 4rem;
        max-height: 80px;
        max-height: 5rem;
        left: 16px;
        left: 1rem; } }
  .product-list.product-list__list-view .product-list__select,
  .product-list.product-list__list-view .product-list__btn {
    margin: 0;
    margin-left: 60px;
    margin-left: 3.75rem; }
    @media (min-width: 24em) {
      .product-list.product-list__list-view .product-list__select,
      .product-list.product-list__list-view .product-list__btn {
        margin-left: 85px;
        margin-left: 5.3125rem; } }
    @media (min-width: 48em) {
      .product-list.product-list__list-view .product-list__select,
      .product-list.product-list__list-view .product-list__btn {
        display: inline-block;
        position: absolute;
        bottom: auto;
        top: 50%;
        right: 16px;
        right: 1rem;
        transform: translateY(-50%);
        margin: 0; } }
  .product-list.product-list__list-view .product-list__btn {
    padding: 0 2em 0 1.2em; }

.download-list {
  list-style: none;
  font-size: 0; }
  .download-list li {
    display: block;
    position: relative;
    vertical-align: top;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 3px;
    padding: 1rem;
    width: 100%;
    margin: 1% 0;
    overflow: hidden; }
    .download-list li:hover {
      cursor: pointer;
      box-shadow: 0 0 2px 1px rgba(51, 51, 51, 0.2); }
      .download-list li:hover .download-list__title {
        color: #0077bc; }
    .download-list li .download-list__title {
      margin-top: 0;
      font-size: 14px;
      font-size: 0.875rem; }
    .download-list li .download-list__desc {
      margin-bottom: 0; }
      @media (min-width: 48em) {
        .download-list li .download-list__desc {
          max-width: 80%; } }
    .download-list li .download-list__image {
      display: block;
      margin: 0 auto 1rem; }
    .download-list li .download-list__btn {
      margin: .5rem 0 0;
      width: 150px;
      width: 9.375rem; }
      @media (min-width: 48em) {
        .download-list li .download-list__btn {
          display: inline-block;
          position: absolute;
          bottom: auto;
          top: 50%;
          right: 16px;
          right: 1rem;
          transform: translateY(-50%);
          margin: 0; } }

.ansprechpartner-list {
  list-style: none;
  font-size: 0; }
  .ansprechpartner-list li {
    display: block;
    position: relative;
    vertical-align: top;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 3px;
    padding: 1rem;
    width: 100%;
    margin: 1% 0;
    overflow: hidden; }
    .ansprechpartner-list li:hover {
      cursor: pointer;
      box-shadow: 0 0 2px 1px rgba(51, 51, 51, 0.2); }
      .ansprechpartner-list li:hover .ansprechpartner-list__title {
        color: #0077bc; }
    .ansprechpartner-list li .ansprechpartner-list__title {
      margin-top: 0;
      font-size: 14px;
      font-size: 0.875rem; }
    .ansprechpartner-list li .ansprechpartner-list__desc {
      margin-bottom: 0; }
      @media (min-width: 48em) {
        .ansprechpartner-list li .ansprechpartner-list__desc {
          max-width: 80%; } }
      .ansprechpartner-list li .ansprechpartner-list__desc p {
        margin-top: .5em;
        margin-bottom: 0; }
    .ansprechpartner-list li .ansprechpartner-list__image {
      display: block;
      margin: 0 auto 1rem; }
    .ansprechpartner-list li .ansprechpartner-list__btn {
      margin: .5rem 0 0;
      width: 150px;
      width: 9.375rem; }
      @media (min-width: 48em) {
        .ansprechpartner-list li .ansprechpartner-list__btn {
          display: inline-block;
          position: absolute;
          bottom: auto;
          top: 50%;
          right: 16px;
          right: 1rem;
          transform: translateY(-50%);
          margin: 0; } }

.ansprechpartner-box {
  padding: 1em 0;
  border-radius: 3px; }
  .ansprechpartner-box:nth-of-type(even) {
    background: #e5f1f8; }
  .ansprechpartner-box .ansprechpartner-box__title {
    margin-top: 0; }
  .ansprechpartner-box .ansprechpartner-box__media {
    width: 100%;
    margin: 0; }
    @media (min-width: 48em) {
      .ansprechpartner-box .ansprechpartner-box__media {
        float: right;
        width: 560px;
        height: 315px;
        margin: 0 0 1em 1em; } }
  .ansprechpartner-box .ansprechpartner-box__img {
    height: auto; }
    @media (min-width: 48em) {
      .ansprechpartner-box .ansprechpartner-box__img {
        float: left;
        margin: 0 1em 1em 0; } }

.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a {
  font-family: 'ff-meta-web-pro','MetaPro', Helvetica, sans-serif; }

.bh-sl-error {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0;
  color: #ae2118;
  font-weight: bold; }

.bh-sl-loc-list ul {
  padding: 0; }

.bh-sl-container .bh-sl-map {
  width: 100%;
  height: 400px;
  height: 25rem; }

#map-container {
  overflow: none;
  width: 100%;
  margin-top: 32px;
  margin-top: 2rem; }
  #map-container img {
    max-width: none; }
  #map-container .loc-name {
    font-weight: bold;
    width: 100%;
    color: #0077bc;
    margin-bottom: 5px; }
  #map-container .address-bar {
    padding: 0; }
    #map-container .address-bar a {
      color: #0077bc; }

/** Cookie Message Styles **/
#cookieChoiceInfo {
  background-color: #e5f1f8 !important;
  bottom: 0px !important;
  top: auto !important; }

/* new style fixes */
.tx-indexedsearch-whatis, .tx-indexedsearch-browsebox {
  display: none; }

.sitemap li li a {
  font-weight: normal; }

.download-list h3 {
  width: 80%; }

.download-list h3 span {
  font-weight: normal; }

.rte .footnotes {
  list-style: none; }

a.btn__event:hover {
  color: #000; }

a.link__box, a.link__big-box {
  color: #333; }

/* on downlos-overview, flyer-overview, ... */
a.link__big-box {
  display: block; }

/* on contact-overiew top-level */
/* select-box in forms => event-registration */
.form-select .select-alt-label {
  font-weight: bold; }

.form-select label {
  width: 100%;
  margin-top: 0.1em;
  padding: 0.4em 0em;
  border: 1px solid rgba(51, 51, 51, 0.5); }

.form-select label.select::after {
  color: rgba(51, 51, 51, 0.5); }

.form-select:hover .select-alt-label {
  color: #0077bc; }

.form-select:hover label {
  border-color: #0077bc !important; }

.form-select:hover label.select::after {
  color: #0077bc; }

@media (min-width: 63.75em) {
  .domain-com .nav_primary ul > .hasDrop > a, .domain-com .nav_primary ul > .hasFullDrop > a, .domain-com .nav_primary ul > .hasSmallDrop > a, .domain-com .nav_primary ul > .noDrop > a {
    padding-left: .5em;
    padding-right: .5em; } }
@media (min-width: 70em) {
  .domain-com .nav_primary ul > .hasDrop > a, .domain-com .nav_primary ul > .hasFullDrop > a, .domain-com .nav_primary ul > .hasSmallDrop > a, .domain-com .nav_primary ul > .noDrop > a {
    padding-left: .9em;
    padding-right: .9em; } }
@media (min-width: 75em) {
  .domain-com .nav_primary ul > .hasDrop > a, .domain-com .nav_primary ul > .hasFullDrop > a, .domain-com .nav_primary ul > .hasSmallDrop > a, .domain-com .nav_primary ul > .noDrop > a {
    padding-left: 1.1em;
    padding-right: 1.1em; } }

@media (min-width: 63.75em) {
  .domain-uk .nav_primary ul > .hasDrop > a, .domain-uk .nav_primary ul > .hasFullDrop > a, .domain-uk .nav_primary ul > .hasSmallDrop > a, .domain-uk .nav_primary ul > .noDrop > a {
    padding-left: .5em;
    padding-right: .5em; } }
@media (min-width: 70em) {
  .domain-uk .nav_primary ul > .hasDrop > a, .domain-uk .nav_primary ul > .hasFullDrop > a, .domain-uk .nav_primary ul > .hasSmallDrop > a, .domain-uk .nav_primary ul > .noDrop > a {
    padding-left: .9em;
    padding-right: .9em; } }
@media (min-width: 75em) {
  .domain-uk .nav_primary ul > .hasDrop > a, .domain-uk .nav_primary ul > .hasFullDrop > a, .domain-uk .nav_primary ul > .hasSmallDrop > a, .domain-uk .nav_primary ul > .noDrop > a {
    padding-left: 1.1em;
    padding-right: 1.1em; } }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  @page {
    margin: 0.5cm 1cm; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
    padding: 0 !important;
    outline: none !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }

  .container,
  .row,
  [class*="col-"] {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }

  .header__lastcol,
  .header__brandballs,
  .toggle-nav_primary,
  .nav_primary,
  .search,
  .intro,
  .breadcrump,
  .footer,
  .subfooter,
  .colophone,
  .btn,
  .product-list li .product-list__btn,
  .select,
  .backToTop,
  .calendar,
  .share,
  i,
  form,
  iframe,
  .media-container,
  .box__horizontal,
  .box__center,
  .box__image,
  .clean-toggle__link__arrow::after,
  .box__bg__image,
  .toggle__title::after {
    display: none !important; }

  .header {
    position: static !important;
    margin-bottom: 1em; }
    .header .header_wrapper_firstrow {
      width: 100% !important;
      text-align: left !important; }
    .header #logo {
      margin: 0 !important; }

  [data-equalizer-watch] {
    height: auto !important; }

  .clean-toggle__content,
  .toggle__content {
    display: block !important; }

  .box__body,
  .box__link,
  .box__split {
    border: none !important; }

  .box__body {
    width: 100% !important;
    float: none !important; }

  .box__body__with__bg {
    width: 100% !important; }

  .product-list__desc {
    height: auto !important; }

  .news__title {
    transform: none !important; }

  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    color: #000;
    background: #fff; }

  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    page-break-after: avoid;
    margin: 1em 0 !important; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main.css.map */
