@charset "UTF-8";
/* FARBEN */
/* Blautöne */
/* Grautöne */
/* Social Media */
/* TYPO */
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .h1-like, .h1-big, .slideritem.eao-layout .teaser-content .inner .box .teaser-headline {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a.nice-select.open,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=30em&large=48em&xlarge=64em&xxlarge=75em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

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

.row {
  max-width: 65.875rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
    @media print, screen and (min-width: 30em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
  @media print, screen and (min-width: 30em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

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

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

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

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

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

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

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

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }
.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 30em) {
  .medium-1 {
    width: 8.3333333333%; }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    width: 16.6666666667%; }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }

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

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    left: 25%; }

  .medium-pull-3 {
    position: relative;
    left: -25%; }

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

  .medium-4 {
    width: 33.3333333333%; }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }

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

  .medium-5 {
    width: 41.6666666667%; }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }

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

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    left: 50%; }

  .medium-pull-6 {
    position: relative;
    left: -50%; }

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

  .medium-7 {
    width: 58.3333333333%; }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }

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

  .medium-8 {
    width: 66.6666666667%; }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }

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

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    left: 75%; }

  .medium-pull-9 {
    position: relative;
    left: -75%; }

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

  .medium-10 {
    width: 83.3333333333%; }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }

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

  .medium-11 {
    width: 91.6666666667%; }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }

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

  .medium-12 {
    width: 100%; }

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

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media print, screen and (min-width: 48em) {
  .large-1 {
    width: 8.3333333333%; }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    width: 16.6666666667%; }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }

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

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    left: 25%; }

  .large-pull-3 {
    position: relative;
    left: -25%; }

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

  .large-4 {
    width: 33.3333333333%; }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }

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

  .large-5 {
    width: 41.6666666667%; }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }

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

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    left: 50%; }

  .large-pull-6 {
    position: relative;
    left: -50%; }

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

  .large-7 {
    width: 58.3333333333%; }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }

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

  .large-8 {
    width: 66.6666666667%; }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }

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

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    left: 75%; }

  .large-pull-9 {
    position: relative;
    left: -75%; }

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

  .large-10 {
    width: 83.3333333333%; }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }

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

  .large-11 {
    width: 91.6666666667%; }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }

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

  .large-12 {
    width: 100%; }

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

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media screen and (min-width: 64em) {
  .xlarge-1 {
    width: 8.3333333333%; }

  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .xlarge-offset-0 {
    margin-left: 0%; }

  .xlarge-2 {
    width: 16.6666666667%; }

  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%; }

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

  .xlarge-3 {
    width: 25%; }

  .xlarge-push-3 {
    position: relative;
    left: 25%; }

  .xlarge-pull-3 {
    position: relative;
    left: -25%; }

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

  .xlarge-4 {
    width: 33.3333333333%; }

  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%; }

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

  .xlarge-5 {
    width: 41.6666666667%; }

  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%; }

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

  .xlarge-6 {
    width: 50%; }

  .xlarge-push-6 {
    position: relative;
    left: 50%; }

  .xlarge-pull-6 {
    position: relative;
    left: -50%; }

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

  .xlarge-7 {
    width: 58.3333333333%; }

  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%; }

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

  .xlarge-8 {
    width: 66.6666666667%; }

  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%; }

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

  .xlarge-9 {
    width: 75%; }

  .xlarge-push-9 {
    position: relative;
    left: 75%; }

  .xlarge-pull-9 {
    position: relative;
    left: -75%; }

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

  .xlarge-10 {
    width: 83.3333333333%; }

  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%; }

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

  .xlarge-11 {
    width: 91.6666666667%; }

  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%; }

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

  .xlarge-12 {
    width: 100%; }

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

  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }

  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }

  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }

  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }

  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }

  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }

  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }

  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }

  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media screen and (min-width: 75em) {
  .xxlarge-1 {
    width: 8.3333333333%; }

  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .xxlarge-offset-0 {
    margin-left: 0%; }

  .xxlarge-2 {
    width: 16.6666666667%; }

  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%; }

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

  .xxlarge-3 {
    width: 25%; }

  .xxlarge-push-3 {
    position: relative;
    left: 25%; }

  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }

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

  .xxlarge-4 {
    width: 33.3333333333%; }

  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%; }

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

  .xxlarge-5 {
    width: 41.6666666667%; }

  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%; }

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

  .xxlarge-6 {
    width: 50%; }

  .xxlarge-push-6 {
    position: relative;
    left: 50%; }

  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }

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

  .xxlarge-7 {
    width: 58.3333333333%; }

  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%; }

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

  .xxlarge-8 {
    width: 66.6666666667%; }

  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%; }

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

  .xxlarge-9 {
    width: 75%; }

  .xxlarge-push-9 {
    position: relative;
    left: 75%; }

  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }

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

  .xxlarge-10 {
    width: 83.3333333333%; }

  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%; }

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

  .xxlarge-11 {
    width: 91.6666666667%; }

  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%; }

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

  .xxlarge-12 {
    width: 100%; }

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

  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }

  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }

  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }

  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }

  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }

  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }

  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }

  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }

  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
.column-block {
  margin-bottom: 1.875rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 30em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.h1-like,
.h1-big,
.slideritem.eao-layout .teaser-content .inner .box .teaser-headline,
h2,
.commerce-connector-overlay .commerce-connector h4,
.h2-like,
.tab-container.factfinder .tab-result-summary,
h3,
h4,
h5,
h6,
pre,
form,
p,
.slideritem .teaser-content .inner .box h2.teaser-text,
.slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text,
.commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text,
.slideritem .teaser-content .inner .box .teaser-text.h2-like,
.slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary,
.tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p, .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1-like, .h1-big, .slideritem.eao-layout .teaser-content .inner .box .teaser-headline,
h2,
.commerce-connector-overlay .commerce-connector h4,
.h2-like,
.tab-container.factfinder .tab-result-summary,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1-like small, .h1-big small, .slideritem.eao-layout .teaser-content .inner .box .teaser-headline small,
  h2 small,
  .commerce-connector-overlay .commerce-connector h4 small,
  .h2-like small,
  .tab-container.factfinder .tab-result-summary small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1-like, .h1-big, .slideritem.eao-layout .teaser-content .inner .box .teaser-headline {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .commerce-connector-overlay .commerce-connector h4, .h2-like, .tab-container.factfinder .tab-result-summary {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 30em) {
  h1, .h1-like, .h1-big, .slideritem.eao-layout .teaser-content .inner .box .teaser-headline {
    font-size: 2.25rem; }

  h2, .commerce-connector-overlay .commerce-connector h4, .h2-like, .tab-container.factfinder .tab-result-summary {
    font-size: 1.75rem; }

  h3 {
    font-size: 1.375rem; }

  h4 {
    font-size: 1.125rem; }

  h5 {
    font-size: 1rem; }

  h6 {
    font-size: 0.75rem; } }
@media print, screen and (min-width: 48em) {
  h1, .h1-like, .h1-big, .slideritem.eao-layout .teaser-content .inner .box .teaser-headline {
    font-size: 2.25rem; }

  h2, .commerce-connector-overlay .commerce-connector h4, .h2-like, .tab-container.factfinder .tab-result-summary {
    font-size: 1.75rem; }

  h3 {
    font-size: 1.375rem; }

  h4 {
    font-size: 1.125rem; }

  h5 {
    font-size: 1rem; }

  h6 {
    font-size: 0.75rem; } }
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 65.875rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p, blockquote .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box blockquote h2.teaser-text, blockquote .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector blockquote h4.teaser-text, blockquote .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box blockquote h4.teaser-text, blockquote .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box blockquote .teaser-text.h2-like, blockquote .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder blockquote .teaser-text.tab-result-summary, blockquote .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box blockquote .teaser-text.tab-result-summary {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat, .slideritem .teaser-content .inner .box h2.teaser-text + .stat, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text + .stat, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text + .stat, .slideritem .teaser-content .inner .box .teaser-text.h2-like + .stat, .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary + .stat, .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary + .stat {
    margin-top: -1rem; }

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

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

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

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

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

@media print, screen and (min-width: 30em) {
  .medium-text-left {
    text-align: left; }

  .medium-text-right {
    text-align: right; }

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

  .medium-text-justify {
    text-align: justify; } }
@media print, screen and (min-width: 48em) {
  .large-text-left {
    text-align: left; }

  .large-text-right {
    text-align: right; }

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

  .large-text-justify {
    text-align: justify; } }
@media screen and (min-width: 64em) {
  .xlarge-text-left {
    text-align: left; }

  .xlarge-text-right {
    text-align: right; }

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

  .xlarge-text-justify {
    text-align: justify; } }
@media screen and (min-width: 75em) {
  .xxlarge-text-left {
    text-align: left; }

  .xxlarge-text-right {
    text-align: right; }

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

  .xxlarge-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }

  .show-for-print {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary,
  h2,
  .commerce-connector-overlay .commerce-connector h4,
  .h2-like,
  .tab-container.factfinder .tab-result-summary,
  h3 {
    orphans: 3;
    widows: 3; }

  h2, .commerce-connector-overlay .commerce-connector h4, .h2-like, .tab-container.factfinder .tab-result-summary,
  h3 {
    page-break-after: avoid; }

  .print-break-inside {
    page-break-inside: auto; } }
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.3333333333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.6666666667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 30em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 48em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 29.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 30em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 48em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.xlarge-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.xxlarge-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  margin-top: -3px; }
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }
.no-js .dropdown.menu ul {
  display: none; }
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }
.dropdown.menu.vertical > li > a::after {
  right: 14px; }
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }
@media print, screen and (min-width: 30em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }
@media print, screen and (min-width: 48em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }
@media screen and (min-width: 64em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }
@media screen and (min-width: 75em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 29.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden; }

@media print, screen and (min-width: 30em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media screen and (min-width: 64em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }
.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-previous.nice-select.open, .orbit-next:active, .orbit-next.nice-select.open, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 30em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 30em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 30em) {
    .reveal {
      width: 600px;
      max-width: 65.875rem; } }
  @media print, screen and (min-width: 30em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 30em) {
    .reveal.tiny {
      width: 30%;
      max-width: 65.875rem; } }
  @media print, screen and (min-width: 30em) {
    .reveal.small {
      width: 50%;
      max-width: 65.875rem; } }
  @media print, screen and (min-width: 30em) {
    .reveal.large {
      width: 90%;
      max-width: 65.875rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 29.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }

  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }

  thead {
    background: #f8f8f8;
    color: #0a0a0a; }

  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }

  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }

  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }

  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 47.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }
table.hover tfoot tr:hover {
  background-color: #ececec; }
table.hover tbody tr:hover {
  background-color: #f9f9f9; }
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.3031rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.5rem;
  border-radius: 0;
  background-color: #103153;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.35rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #103153;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.35rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #103153 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.35rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #103153;
    top: 50%;
    bottom: auto;
    left: 100%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.35rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #103153 transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 30em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 47.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 29.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 30em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 30em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 29.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 29.9375em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus.nice-select.open, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }
.clearfix::after {
  clear: both; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 1rem;
  padding-right: 13rem;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 1rem;
    padding-right: 12rem;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }
.no-csspointerevents .nice-select.open .list {
  display: block; }

/*----------------------------------------------
  Plugin: Distributor map
  ----------------------------------------------*/
.distributor-map .tabs-panel {
  padding: 0; }
.distributor-map .info-container {
  position: absolute;
  border: 1px solid #18519c;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  top: 0;
  display: none;
  padding: 0.3125rem 1.5625rem 0.3125rem 0.625rem;
  font-size: 0.75rem; }
  .distributor-map .info-container .name {
    color: #ff8800;
    font-weight: bold; }
  .distributor-map .info-container .close {
    cursor: pointer;
    position: absolute;
    right: 0.3125rem;
    top: 0;
    font-size: 1.125rem;
    z-index: 1000; }

/*----------------------------------------------
  Plugin: News
  ----------------------------------------------*/
.newsbox {
  width: 100%; }
  .newsbox .image-wrap a {
    display: block; }
    .newsbox .image-wrap a img {
      max-width: 100%; }

.newsbox:last-child,
.news-list-view .article:last-child,
.news-latest-view .article:last-child {
  float: left; }
.newsbox .news-inner,
.news-list-view .article .news-inner,
.news-latest-view .article .news-inner {
  height: 22.5rem;
  position: relative;
  overflow: hidden; }
  .newsbox .news-inner .image-wrap,
  .news-list-view .article .news-inner .image-wrap,
  .news-latest-view .article .news-inner .image-wrap {
    height: 14.375rem;
    overflow: hidden; }
    .newsbox .news-inner .image-wrap img,
    .news-list-view .article .news-inner .image-wrap img,
    .news-latest-view .article .news-inner .image-wrap img {
      height: 100%;
      width: auto;
      max-width: inherit; }
    .newsbox .news-inner .image-wrap.no-media-element,
    .news-list-view .article .news-inner .image-wrap.no-media-element,
    .news-latest-view .article .news-inner .image-wrap.no-media-element {
      border: 1px solid #ebeced; }
      .newsbox .news-inner .image-wrap.no-media-element img,
      .news-list-view .article .news-inner .image-wrap.no-media-element img,
      .news-latest-view .article .news-inner .image-wrap.no-media-element img {
        height: auto;
        width: 100%; }
  .newsbox .news-inner .news-inner-bottom,
  .news-list-view .article .news-inner .news-inner-bottom,
  .news-latest-view .article .news-inner .news-inner-bottom {
    position: absolute;
    top: 14.375rem;
    transition: all .2s linear;
    background: #ebeced;
    padding: 1.6875rem 1.875rem 1.5625rem 1.875rem; }
    .newsbox .news-inner .news-inner-bottom h4,
    .news-list-view .article .news-inner .news-inner-bottom h4,
    .news-latest-view .article .news-inner .news-inner-bottom h4 {
      color: #31363d;
      line-height: normal;
      margin-bottom: 0.8125rem;
      height: 2.8125rem; }
      .newsbox .news-inner .news-inner-bottom h4 a,
      .news-list-view .article .news-inner .news-inner-bottom h4 a,
      .news-latest-view .article .news-inner .news-inner-bottom h4 a {
        color: #31363d; }
    .newsbox .news-inner .news-inner-bottom .news-list-date,
    .news-list-view .article .news-inner .news-inner-bottom .news-list-date,
    .news-latest-view .article .news-inner .news-inner-bottom .news-list-date {
      font-size: 0.875rem; }
  .newsbox .news-inner .more, .newsbox .news-inner a.more-filter,
  .news-list-view .article .news-inner .more,
  .news-list-view .article .news-inner a.more-filter,
  .news-latest-view .article .news-inner .more,
  .news-latest-view .article .news-inner a.more-filter {
    position: absolute;
    right: 0.9375rem;
    bottom: 0.9375rem; }

.news-list-view .article {
  margin-bottom: 2.5rem; }

@media screen and (min-width: 64em) {
  .newsbox .news-inner:hover .news-inner-bottom,
  .news-list-view .article .news-inner:hover .news-inner-bottom,
  .news-latest-view .article .news-inner:hover .news-inner-bottom {
    top: 0;
    height: 100%; } }
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .newsbox .news-inner .news-inner-bottom,
  .news-list-view .article .news-inner .news-inner-bottom,
  .news-latest-view .article .news-inner .news-inner-bottom {
    padding: 0.9375rem 0.9375rem; }
    .newsbox .news-inner .news-inner-bottom h4,
    .news-list-view .article .news-inner .news-inner-bottom h4,
    .news-latest-view .article .news-inner .news-inner-bottom h4 {
      height: 4.375rem;
      font-size: 1rem; } }
@media screen and (max-width: 47.9375em) {
  .newsbox,
  .news-list-view .article,
  .news-latest-view .article {
    margin-bottom: 2.5rem; }
    .newsbox:last-child,
    .news-list-view .article:last-child,
    .news-latest-view .article:last-child {
      float: left; }
    .newsbox .news-inner,
    .news-list-view .article .news-inner,
    .news-latest-view .article .news-inner {
      height: auto; }
      .newsbox .news-inner .news-inner-bottom,
      .news-list-view .article .news-inner .news-inner-bottom,
      .news-latest-view .article .news-inner .news-inner-bottom {
        position: static;
        padding: 0.9375rem 0.9375rem; }
        .newsbox .news-inner .news-inner-bottom h4,
        .news-list-view .article .news-inner .news-inner-bottom h4,
        .news-latest-view .article .news-inner .news-inner-bottom h4 {
          height: 5.3125rem; }
        .newsbox .news-inner .news-inner-bottom .teaser-text,
        .news-list-view .article .news-inner .news-inner-bottom .teaser-text,
        .news-latest-view .article .news-inner .news-inner-bottom .teaser-text {
          display: none; } }
@media screen and (max-width: 29.9375em) {
  .newsbox .news-inner .image-wrap,
  .news-list-view .article .news-inner .image-wrap,
  .news-latest-view .article .news-inner .image-wrap {
    height: auto; }
    .newsbox .news-inner .image-wrap img,
    .news-list-view .article .news-inner .image-wrap img,
    .news-latest-view .article .news-inner .image-wrap img {
      height: auto;
      width: 100%; }
  .newsbox .news-inner .news-inner-bottom h4,
  .news-list-view .article .news-inner .news-inner-bottom h4,
  .news-latest-view .article .news-inner .news-inner-bottom h4 {
    height: 4.375rem; } }
/*------- Pagination ------- */
.page-navigation {
  margin-top: 2.5rem; }
  .page-navigation ul {
    width: 100%;
    text-align: center; }
    .page-navigation ul li {
      font-weight: 700;
      font-size: 0.875rem;
      display: inline-block;
      color: #9da1a6;
      position: relative;
      padding: 0 0.1875rem; }
      .page-navigation ul li.next a, .page-navigation ul li.previous a {
        position: relative;
        width: 1.25rem;
        height: 1.25rem;
        display: block; }
        .page-navigation ul li.next a:before, .page-navigation ul li.previous a:before {
          font-family: 'herma-icons' !important;
          font-size: 1.5rem;
          color: #9da1a6;
          position: absolute;
          top: -0.3125rem; }
        .page-navigation ul li.next a:hover:before, .page-navigation ul li.previous a:hover:before {
          color: #ff8800; }
      .page-navigation ul li.next a:before {
        content: "\e92e"; }
      .page-navigation ul li.previous a:before {
        content: "\e92d";
        left: -0.625rem; }
      .page-navigation ul li a {
        color: #9da1a6; }

/*------- Detail View ------- */
.news-single .news-list-date {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 2.5rem; }
.news-single .news-text-wrap {
  margin: 2.5rem 0; }
.news-single .news-img-wrap .news-img-caption {
  font-size: 0.8125rem;
  margin-top: 0.4375rem; }

@media print, screen and (min-width: 30em) {
  .news-single .news-img-wrap {
    margin-bottom: 2.5rem; } }
.news-single .news-img-wrap {
  margin-top: 1.25rem; }
.news-single .button {
  margin-top: 2.5rem; }

/*----------------------------------------------
  Plugin: FE Login
  ----------------------------------------------*/
header .tx-felogin-pi1 {
  display: none;
  text-align: left;
  position: absolute;
  background-color: #f0f2f5;
  z-index: 100;
  right: 0;
  padding: 1.375rem 1.25rem;
  min-width: 18.125rem; }
  header .tx-felogin-pi1.open {
    display: block; }
  header .tx-felogin-pi1 div {
    font-size: 0.875rem; }
  header .tx-felogin-pi1 p.error, header .tx-felogin-pi1 .slideritem .teaser-content .inner .box h2.error.teaser-text, .slideritem .teaser-content .inner .box header .tx-felogin-pi1 h2.error.teaser-text, header .tx-felogin-pi1 .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.error.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector header .tx-felogin-pi1 h4.error.teaser-text, header .tx-felogin-pi1 .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.error.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box header .tx-felogin-pi1 h4.error.teaser-text, header .tx-felogin-pi1 .slideritem .teaser-content .inner .box .error.teaser-text.h2-like, .slideritem .teaser-content .inner .box header .tx-felogin-pi1 .error.teaser-text.h2-like, header .tx-felogin-pi1 .slideritem .teaser-content .inner .box .tab-container.factfinder .error.teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder header .tx-felogin-pi1 .error.teaser-text.tab-result-summary, header .tx-felogin-pi1 .tab-container.factfinder .slideritem .teaser-content .inner .box .error.teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box header .tx-felogin-pi1 .error.teaser-text.tab-result-summary {
    font-size: 0.875rem;
    color: red; }
  header .tx-felogin-pi1 p.back a, header .tx-felogin-pi1 .slideritem .teaser-content .inner .box h2.back.teaser-text a, .slideritem .teaser-content .inner .box header .tx-felogin-pi1 h2.back.teaser-text a, header .tx-felogin-pi1 .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.back.teaser-text a, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector header .tx-felogin-pi1 h4.back.teaser-text a, header .tx-felogin-pi1 .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.back.teaser-text a, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box header .tx-felogin-pi1 h4.back.teaser-text a, header .tx-felogin-pi1 .slideritem .teaser-content .inner .box .back.teaser-text.h2-like a, .slideritem .teaser-content .inner .box header .tx-felogin-pi1 .back.teaser-text.h2-like a, header .tx-felogin-pi1 .slideritem .teaser-content .inner .box .tab-container.factfinder .back.teaser-text.tab-result-summary a, .slideritem .teaser-content .inner .box .tab-container.factfinder header .tx-felogin-pi1 .back.teaser-text.tab-result-summary a, header .tx-felogin-pi1 .tab-container.factfinder .slideritem .teaser-content .inner .box .back.teaser-text.tab-result-summary a, .tab-container.factfinder .slideritem .teaser-content .inner .box header .tx-felogin-pi1 .back.teaser-text.tab-result-summary a {
    display: inline-block;
    background: url("../Images/arrow_right_orange.svg") no-repeat right 1px;
    background-size: 1.1875rem auto;
    color: #5c6573;
    text-decoration: none;
    padding-right: 1.5625rem; }
  header .tx-felogin-pi1 fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 15.625rem; }
    header .tx-felogin-pi1 fieldset label {
      color: #5c6573;
      font-size: 0.875rem;
      display: block;
      margin-bottom: 0.125rem; }
    header .tx-felogin-pi1 fieldset input {
      border: none;
      width: 100%;
      padding: 0.3125rem;
      margin-bottom: 0.9375rem;
      font-size: 0.875rem; }
    header .tx-felogin-pi1 fieldset .forgot-password a, header .tx-felogin-pi1 fieldset a#register {
      font-size: 0.875rem;
      display: inline-block;
      background: url("../Images/arrow_right_orange.svg") no-repeat right top;
      background-size: 1.1875rem auto;
      color: #5c6573;
      text-decoration: none;
      padding-right: 1.5625rem; }
  header .tx-felogin-pi1 h3 {
    line-height: 2rem;
    font-size: 1rem;
    color: #5c6573;
    font-weight: normal; }
  header .tx-felogin-pi1 .button {
    width: 100%;
    color: #ffffff;
    background-color: #ff8800;
    font-size: 0.875rem;
    text-align: center;
    padding: 0.8125rem;
    margin-bottom: 1.375rem;
    margin-top: 0.4375rem; }
  header .tx-felogin-pi1 a {
    font-size: 0.875rem;
    color: #9da1a6;
    display: block; }

@media screen and (max-width: 63.9375em) {
  #register {
    display: none; } }
@media screen and (min-width: 64em) {
  #register-mobile {
    display: none; } }
/*----------------------------------------------
  Plugin: SR FEUser Registration
  ----------------------------------------------*/
header .tx-srfeuserregister-pi1 {
  text-align: left;
  position: absolute;
  min-width: 40.625rem;
  z-index: 104;
  background-color: #f0f2f5;
  padding: 1.375rem 1.25rem;
  right: 0;
  margin-top: 0.125rem;
  display: none; }
  header .tx-srfeuserregister-pi1 .privacy {
    display: inline-block; }
  header .tx-srfeuserregister-pi1.open {
    display: block; }
  header .tx-srfeuserregister-pi1 fieldset legend {
    margin-bottom: 1.25rem;
    font-weight: 700; }
  header .tx-srfeuserregister-pi1 fieldset label {
    color: #5c6573;
    font-size: 0.875rem;
    display: block;
    margin-bottom: 0.125rem; }
    header .tx-srfeuserregister-pi1 fieldset label.terms_acknowledged, header .tx-srfeuserregister-pi1 fieldset label.vdfelogin_newsletter {
      margin-left: 0;
      margin-right: 0;
      float: left;
      width: 90%;
      line-height: 1.25rem; }
  header .tx-srfeuserregister-pi1 fieldset input {
    border: none;
    width: 100%;
    padding: 0.3125rem;
    margin-bottom: 0.9375rem;
    font-size: 0.875rem;
    height: 2.4375rem; }
  header .tx-srfeuserregister-pi1 fieldset .salutation {
    margin-bottom: 0; }
    header .tx-srfeuserregister-pi1 fieldset .salutation input[type="radio"] {
      width: auto;
      height: auto;
      margin: 0.625rem 0.3125rem 0 0; }
    header .tx-srfeuserregister-pi1 fieldset .salutation label[for="tx-srfeuserregister-pi1-gender-0"],
    header .tx-srfeuserregister-pi1 fieldset .salutation label[for="tx-srfeuserregister-pi1-gender-1"] {
      display: inline-block;
      margin-right: 0.9375rem;
      margin-bottom: 1.5rem; }
  header .tx-srfeuserregister-pi1 fieldset input[type="checkbox"] {
    float: left;
    width: auto;
    height: auto;
    margin: 0.375rem 0.625rem 0 0; }
  header .tx-srfeuserregister-pi1 fieldset label.privacy {
    padding-left: 0.9375rem; }
  header .tx-srfeuserregister-pi1 fieldset .tx-srfeuserregister-pi1-terms a {
    font-size: 0.875rem;
    padding-left: 0; }
  header .tx-srfeuserregister-pi1 fieldset .tx-srfeuserregister-pi1-notice {
    margin: 1.25rem 0; }
  header .tx-srfeuserregister-pi1 fieldset .button {
    padding: 0.75rem;
    border: 1px solid #ff8800; }
  header .tx-srfeuserregister-pi1 fieldset select {
    padding: 0.1875rem 0.3125rem;
    font-size: 0.875rem;
    border: none; }
  header .tx-srfeuserregister-pi1 fieldset .tx-srfeuserregister-pi1-error {
    color: #ff8800;
    font-size: 0.75rem;
    margin-bottom: 0.1875rem; }
  header .tx-srfeuserregister-pi1 fieldset .tx-srfeuserregister-pi1-terms a {
    color: #18519c;
    text-decoration: none; }
  header .tx-srfeuserregister-pi1 fieldset .required_p {
    font-size: 0.875rem;
    margin-bottom: 0.375rem; }
  header .tx-srfeuserregister-pi1 a.close {
    color: #5c6573;
    float: right;
    margin-top: -1.5625rem; }
  header .tx-srfeuserregister-pi1 #confirm_info2 h4, header .tx-srfeuserregister-pi1 #confirm_info h4 {
    font-weight: normal;
    line-height: 1.5rem;
    color: #18519c;
    font-size: 1.125rem;
    margin-bottom: 1.25rem; }
  header .tx-srfeuserregister-pi1 #confirm_info2 p, header .tx-srfeuserregister-pi1 #confirm_info2 .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box header .tx-srfeuserregister-pi1 #confirm_info2 h2.teaser-text, header .tx-srfeuserregister-pi1 #confirm_info2 .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector header .tx-srfeuserregister-pi1 #confirm_info2 h4.teaser-text, header .tx-srfeuserregister-pi1 #confirm_info2 .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box header .tx-srfeuserregister-pi1 #confirm_info2 h4.teaser-text, header .tx-srfeuserregister-pi1 #confirm_info2 .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box header .tx-srfeuserregister-pi1 #confirm_info2 .teaser-text.h2-like, header .tx-srfeuserregister-pi1 #confirm_info2 .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder header .tx-srfeuserregister-pi1 #confirm_info2 .teaser-text.tab-result-summary, header .tx-srfeuserregister-pi1 #confirm_info2 .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box header .tx-srfeuserregister-pi1 #confirm_info2 .teaser-text.tab-result-summary, header .tx-srfeuserregister-pi1 #confirm_info p, header .tx-srfeuserregister-pi1 #confirm_info .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box header .tx-srfeuserregister-pi1 #confirm_info h2.teaser-text, header .tx-srfeuserregister-pi1 #confirm_info .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector header .tx-srfeuserregister-pi1 #confirm_info h4.teaser-text, header .tx-srfeuserregister-pi1 #confirm_info .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box header .tx-srfeuserregister-pi1 #confirm_info h4.teaser-text, header .tx-srfeuserregister-pi1 #confirm_info .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box header .tx-srfeuserregister-pi1 #confirm_info .teaser-text.h2-like, header .tx-srfeuserregister-pi1 #confirm_info .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder header .tx-srfeuserregister-pi1 #confirm_info .teaser-text.tab-result-summary, header .tx-srfeuserregister-pi1 #confirm_info .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box header .tx-srfeuserregister-pi1 #confirm_info .teaser-text.tab-result-summary {
    font-size: 0.875rem; }

#content .tx-srfeuserregister-pi1 input, #content .tx-srfeuserregister-pi1 select, #content .tx-srfeuserregister-pi1 a, #content .tx-srfeuserregister-pi1 .required_p {
  font-size: 0.875rem; }
#content .tx-srfeuserregister-pi1 a.close {
  display: none; }
#content .tx-srfeuserregister-pi1 input[type="radio"] {
  margin-top: 0.9375rem;
  margin-bottom: 1.6875rem; }
#content .tx-srfeuserregister-pi1 p.tx-srfeuserregister-pi1-terms, #content .tx-srfeuserregister-pi1 .slideritem .teaser-content .inner .box h2.tx-srfeuserregister-pi1-terms.teaser-text, .slideritem .teaser-content .inner .box #content .tx-srfeuserregister-pi1 h2.tx-srfeuserregister-pi1-terms.teaser-text, #content .tx-srfeuserregister-pi1 .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.tx-srfeuserregister-pi1-terms.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector #content .tx-srfeuserregister-pi1 h4.tx-srfeuserregister-pi1-terms.teaser-text, #content .tx-srfeuserregister-pi1 .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.tx-srfeuserregister-pi1-terms.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box #content .tx-srfeuserregister-pi1 h4.tx-srfeuserregister-pi1-terms.teaser-text, #content .tx-srfeuserregister-pi1 .slideritem .teaser-content .inner .box .tx-srfeuserregister-pi1-terms.teaser-text.h2-like, .slideritem .teaser-content .inner .box #content .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-terms.teaser-text.h2-like, #content .tx-srfeuserregister-pi1 .slideritem .teaser-content .inner .box .tab-container.factfinder .tx-srfeuserregister-pi1-terms.teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder #content .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-terms.teaser-text.tab-result-summary, #content .tx-srfeuserregister-pi1 .tab-container.factfinder .slideritem .teaser-content .inner .box .tx-srfeuserregister-pi1-terms.teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box #content .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-terms.teaser-text.tab-result-summary {
  margin-bottom: 0.6875rem; }
#content .tx-srfeuserregister-pi1 select {
  background-image: none; }
#content .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
  font-size: 0.75rem;
  color: #ff8800;
  margin-bottom: 0.3125rem; }

/*----------------------------------------------
  Plugin: Formhandler
  ----------------------------------------------*/
.newsletter-form input.button {
  margin-top: 1.25rem; }

.Tx-Formhandler, .newsletter-form {
  /* ------- Survey Form ------- */
  /* ------- Sample Contact Form ------- */ }
  .Tx-Formhandler > p, .slideritem .teaser-content .inner .box .Tx-Formhandler > h2.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .Tx-Formhandler > h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .Tx-Formhandler > h4.teaser-text, .slideritem .teaser-content .inner .box .Tx-Formhandler > .teaser-text.h2-like, .slideritem .teaser-content .inner .box .tab-container.factfinder .Tx-Formhandler > .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .Tx-Formhandler > .teaser-text.tab-result-summary, .newsletter-form > p, .slideritem .teaser-content .inner .box .newsletter-form > h2.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .newsletter-form > h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .newsletter-form > h4.teaser-text, .slideritem .teaser-content .inner .box .newsletter-form > .teaser-text.h2-like, .slideritem .teaser-content .inner .box .tab-container.factfinder .newsletter-form > .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .newsletter-form > .teaser-text.tab-result-summary {
    margin: 2.5rem 0 0 0; }
  .Tx-Formhandler .form-wrapper, .newsletter-form .form-wrapper {
    border: 1px solid #ebeced;
    padding: 1.875rem; }
  .Tx-Formhandler .form-wrapper.label-form, .newsletter-form .form-wrapper.label-form {
    background: url("../Images/contact_page_label_bg.jpg") no-repeat right top; }
  .Tx-Formhandler .form-wrapper.labeler-form, .newsletter-form .form-wrapper.labeler-form {
    background: url("../Images/contact_page_labeler_bg1.jpg") no-repeat right top;
    background-size: auto 36.25rem; }
    .Tx-Formhandler .form-wrapper.labeler-form .header, .newsletter-form .form-wrapper.labeler-form .header {
      margin-bottom: 1.25rem; }
      .Tx-Formhandler .form-wrapper.labeler-form .header h3, .newsletter-form .form-wrapper.labeler-form .header h3 {
        font-size: 1.125rem; }
      .Tx-Formhandler .form-wrapper.labeler-form .header p, .Tx-Formhandler .form-wrapper.labeler-form .header .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .Tx-Formhandler .form-wrapper.labeler-form .header h2.teaser-text, .Tx-Formhandler .form-wrapper.labeler-form .header .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .Tx-Formhandler .form-wrapper.labeler-form .header h4.teaser-text, .Tx-Formhandler .form-wrapper.labeler-form .header .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .Tx-Formhandler .form-wrapper.labeler-form .header h4.teaser-text, .Tx-Formhandler .form-wrapper.labeler-form .header .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .Tx-Formhandler .form-wrapper.labeler-form .header .teaser-text.h2-like, .Tx-Formhandler .form-wrapper.labeler-form .header .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .Tx-Formhandler .form-wrapper.labeler-form .header .teaser-text.tab-result-summary, .Tx-Formhandler .form-wrapper.labeler-form .header .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .Tx-Formhandler .form-wrapper.labeler-form .header .teaser-text.tab-result-summary, .newsletter-form .form-wrapper.labeler-form .header p, .newsletter-form .form-wrapper.labeler-form .header .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .newsletter-form .form-wrapper.labeler-form .header h2.teaser-text, .newsletter-form .form-wrapper.labeler-form .header .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .newsletter-form .form-wrapper.labeler-form .header h4.teaser-text, .newsletter-form .form-wrapper.labeler-form .header .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .newsletter-form .form-wrapper.labeler-form .header h4.teaser-text, .newsletter-form .form-wrapper.labeler-form .header .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .newsletter-form .form-wrapper.labeler-form .header .teaser-text.h2-like, .newsletter-form .form-wrapper.labeler-form .header .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .newsletter-form .form-wrapper.labeler-form .header .teaser-text.tab-result-summary, .newsletter-form .form-wrapper.labeler-form .header .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .newsletter-form .form-wrapper.labeler-form .header .teaser-text.tab-result-summary {
        font-size: 0.875rem; }
  .Tx-Formhandler .form-wrapper.material-form, .newsletter-form .form-wrapper.material-form {
    background: url("../Images/contact_page_adhesive_bg.png") no-repeat right top; }
  .Tx-Formhandler .columns, .newsletter-form .columns {
    position: relative; }
  .Tx-Formhandler .end fieldset, .newsletter-form .end fieldset {
    overflow: hidden; }
  .Tx-Formhandler .header h2, .Tx-Formhandler .header .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .Tx-Formhandler .header h4, .Tx-Formhandler .header .h2-like, .Tx-Formhandler .header .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .Tx-Formhandler .header .tab-result-summary, .newsletter-form .header h2, .newsletter-form .header .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .newsletter-form .header h4, .newsletter-form .header .h2-like, .newsletter-form .header .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .newsletter-form .header .tab-result-summary {
    letter-spacing: -0.0625rem; }
  .Tx-Formhandler .header label, .newsletter-form .header label {
    color: #9da1a6;
    margin: 0.8125rem 0 1.25rem; }
    .Tx-Formhandler .header label span, .newsletter-form .header label span {
      font-size: 1.125rem;
      color: inherit; }
  .Tx-Formhandler .footer, .newsletter-form .footer {
    margin-top: 1.25rem; }
  .Tx-Formhandler fieldset label, .newsletter-form fieldset label {
    font-size: 0.8125rem; }
  .Tx-Formhandler label.radio, .newsletter-form label.radio {
    float: left;
    text-align: left;
    margin-right: 1.875rem; }
    .Tx-Formhandler label.radio input, .newsletter-form label.radio input {
      margin-bottom: 0;
      float: left;
      margin-right: 0.625rem; }
  .Tx-Formhandler label.checkbox, .newsletter-form label.checkbox {
    text-align: left;
    line-height: 1.25rem; }
    .Tx-Formhandler label.checkbox input, .newsletter-form label.checkbox input {
      margin-bottom: 3.125rem;
      float: left;
      margin-right: 0.625rem; }
  .Tx-Formhandler label.select, .newsletter-form label.select {
    line-height: 1.125rem; }
  .Tx-Formhandler label.error, .newsletter-form label.error {
    color: red; }
  .Tx-Formhandler label.required, .newsletter-form label.required {
    line-height: 1.125rem; }
  .Tx-Formhandler input, .newsletter-form input {
    margin-bottom: 0.3125rem;
    padding-bottom: 0.4375rem;
    padding-top: 0.4375rem; }
  .Tx-Formhandler input, .Tx-Formhandler textarea, .Tx-Formhandler select, .newsletter-form input, .newsletter-form textarea, .newsletter-form select {
    background: #f0f2f5;
    border: 1px solid #FFFFFF;
    font-size: 0.875rem;
    height: 2rem;
    box-shadow: none; }
    .Tx-Formhandler input:focus, .Tx-Formhandler textarea:focus, .Tx-Formhandler select:focus, .newsletter-form input:focus, .newsletter-form textarea:focus, .newsletter-form select:focus {
      border: 1px solid #9da1a6;
      background: #f0f2f5;
      box-shadow: none; }
  .Tx-Formhandler input[type="radio"], .Tx-Formhandler input[type="checkbox"], .newsletter-form input[type="radio"], .newsletter-form input[type="checkbox"] {
    display: none; }
    .Tx-Formhandler input[type="radio"] + label, .Tx-Formhandler input[type="checkbox"] + label, .newsletter-form input[type="radio"] + label, .newsletter-form input[type="checkbox"] + label {
      position: relative;
      padding-left: 1.5625rem;
      cursor: pointer; }
      .Tx-Formhandler input[type="radio"] + label:before, .Tx-Formhandler input[type="checkbox"] + label:before, .newsletter-form input[type="radio"] + label:before, .newsletter-form input[type="checkbox"] + label:before {
        position: absolute;
        top: 0.1875rem;
        left: 0;
        content: '';
        width: 0.9375rem;
        height: 0.9375rem;
        background: #f0f2f5;
        border: 0.25rem solid #f0f2f5;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%; }
    .Tx-Formhandler input[type="radio"]:checked + label:before, .Tx-Formhandler input[type="checkbox"]:checked + label:before, .newsletter-form input[type="radio"]:checked + label:before, .newsletter-form input[type="checkbox"]:checked + label:before {
      background: #18519c; }
  .Tx-Formhandler input[type="checkbox"] + label:before, .newsletter-form input[type="checkbox"] + label:before {
    border-radius: 0; }
  .Tx-Formhandler select, .newsletter-form select {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-bottom: 0.3125rem;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    -webkit-background-origin: content-box;
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    -webkit-background-size: 9px 6px;
    background-size: 9px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .Tx-Formhandler select:focus, .newsletter-form select:focus {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
      -webkit-background-origin: content-box;
      background-origin: content-box;
      background-position: right -1rem center;
      background-repeat: no-repeat;
      -webkit-background-size: 9px 6px;
      background-size: 9px 6px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .Tx-Formhandler .files .filename, .newsletter-form .files .filename {
    font-size: 0.875rem;
    display: inline-block;
    margin-left: 0.625rem; }
  .Tx-Formhandler .files label, .newsletter-form .files label {
    text-align: left;
    line-height: 1.25rem; }
  .Tx-Formhandler .files .file_button_container,
  .Tx-Formhandler .files .file_button_container input, .newsletter-form .files .file_button_container,
  .newsletter-form .files .file_button_container input {
    max-width: 11.5625rem;
    width: 100%; }
  .Tx-Formhandler .files .file_button_container, .newsletter-form .files .file_button_container {
    display: inline-block;
    background: #9da1a6;
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
    color: #ffffff;
    padding: 0.1875rem 0.625rem;
    font-size: 0.875rem;
    text-align: center;
    position: relative;
    cursor: pointer; }
  .Tx-Formhandler .files .file_button_container input, .newsletter-form .files .file_button_container input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .Tx-Formhandler .require label, .newsletter-form .require label {
    color: #9da1a6; }
  .Tx-Formhandler .ecrypted-data label, .newsletter-form .ecrypted-data label {
    padding-left: 1.375rem;
    background: url("../Images/locked.svg") no-repeat left center;
    background-size: 1.25rem 1.375rem;
    color: #9da1a6;
    display: inline !important; }
  .Tx-Formhandler .ecrypted-data.text-right label, .newsletter-form .ecrypted-data.text-right label {
    display: inline; }
  .Tx-Formhandler .captcha label, .newsletter-form .captcha label {
    display: block;
    margin: 0;
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: 1.5rem;
    color: #0a0a0a; }
  .Tx-Formhandler .checkbox-group, .newsletter-form .checkbox-group {
    margin-bottom: 2.5rem; }
    .Tx-Formhandler .checkbox-group label, .newsletter-form .checkbox-group label {
      line-height: 1.125rem; }
    .Tx-Formhandler .checkbox-group label.checkbox, .newsletter-form .checkbox-group label.checkbox {
      float: left;
      margin-right: 1.25rem; }
      .Tx-Formhandler .checkbox-group label.checkbox input, .newsletter-form .checkbox-group label.checkbox input {
        margin-bottom: 0; }
  .Tx-Formhandler .radio, .newsletter-form .radio {
    margin-bottom: 0.5625rem; }
  .Tx-Formhandler textarea, .newsletter-form textarea {
    height: 100%;
    resize: none;
    min-height: 17rem;
    max-height: 20rem;
    margin-bottom: 0; }
  .Tx-Formhandler .select-container,
  .Tx-Formhandler .input-container, .newsletter-form .select-container,
  .newsletter-form .input-container {
    position: relative; }
    .Tx-Formhandler .select-container:last-child input,
    .Tx-Formhandler .input-container:last-child input, .newsletter-form .select-container:last-child input,
    .newsletter-form .input-container:last-child input {
      margin-bottom: 0; }
  .Tx-Formhandler .ajax-icon, .newsletter-form .ajax-icon {
    position: absolute;
    right: -1.25rem;
    top: 1.5625rem;
    width: 0.9375rem; }
    .Tx-Formhandler .ajax-icon img, .newsletter-form .ajax-icon img {
      max-height: 0.9375rem; }
  .Tx-Formhandler textarea.error,
  .Tx-Formhandler select.error,
  .Tx-Formhandler input.error, .newsletter-form textarea.error,
  .newsletter-form select.error,
  .newsletter-form input.error {
    border: 1px solid #ff8800;
    background-color: #FFC8AA; }
  .Tx-Formhandler .button, .newsletter-form .button {
    background: #ff8800;
    border: 1px solid #ff8800;
    height: auto; }
    .Tx-Formhandler .button:hover, .Tx-Formhandler .button:focus, .Tx-Formhandler .button:active, .Tx-Formhandler .button.nice-select.open, .newsletter-form .button:hover, .newsletter-form .button:focus, .newsletter-form .button:active, .newsletter-form .button.nice-select.open {
      color: #ff8800;
      background: #ffffff;
      border: 1px solid #ff8800; }
  .Tx-Formhandler .survey-form .row.radio, .newsletter-form .survey-form .row.radio {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem; }
  .Tx-Formhandler .survey-form textarea, .newsletter-form .survey-form textarea {
    min-height: 9.375rem; }
  .Tx-Formhandler .sample-form form fieldset, .newsletter-form .sample-form form fieldset {
    padding-right: 5.625rem; }
  .Tx-Formhandler .sample-form form .left-col, .newsletter-form .sample-form form .left-col {
    border-right: 1px solid #f0f2f5; }
  .Tx-Formhandler .sample-form form .right-col h3, .newsletter-form .sample-form form .right-col h3 {
    padding-left: 0.9375rem; }
  .Tx-Formhandler .sample-form form .right-col fieldset, .newsletter-form .sample-form form .right-col fieldset {
    padding-left: 0.9375rem; }
  .Tx-Formhandler .sample-form form .input-container, .newsletter-form .sample-form form .input-container {
    clear: left; }
  .Tx-Formhandler .sample-form form h3, .newsletter-form .sample-form form h3 {
    color: #18519c;
    margin-bottom: 1.25rem; }
  .Tx-Formhandler .sample-form form .radio-container, .newsletter-form .sample-form form .radio-container {
    width: 100%;
    position: relative;
    float: left; }
  .Tx-Formhandler .sample-form form label.inline, .Tx-Formhandler .sample-form form label.country, .newsletter-form .sample-form form label.inline, .newsletter-form .sample-form form label.country {
    margin-bottom: 0.3125rem; }
  .Tx-Formhandler .sample-form form .radio, .newsletter-form .sample-form form .radio {
    margin-bottom: 1.875rem;
    margin-top: 0.3125rem; }
  .Tx-Formhandler .sample-form form textarea, .newsletter-form .sample-form form textarea {
    min-height: 23.75rem;
    max-height: none; }
  .Tx-Formhandler .sample-form form input, .Tx-Formhandler .sample-form form select, .newsletter-form .sample-form form input, .newsletter-form .sample-form form select {
    height: 2.25rem;
    margin-bottom: 1.375rem; }
  .Tx-Formhandler .sample-form form span.has-tip, .newsletter-form .sample-form form span.has-tip {
    color: #18519c;
    text-decoration: underline;
    font-weight: normal;
    border: 0; }
  .Tx-Formhandler .sample-form form .footer, .newsletter-form .sample-form form .footer {
    margin-top: 2.5rem; }
    .Tx-Formhandler .sample-form form .footer .require fieldset, .newsletter-form .sample-form form .footer .require fieldset {
      padding-right: 0; }
      .Tx-Formhandler .sample-form form .footer .require fieldset a, .newsletter-form .sample-form form .footer .require fieldset a {
        text-decoration: underline; }
      .Tx-Formhandler .sample-form form .footer .require fieldset .checkbox-container, .newsletter-form .sample-form form .footer .require fieldset .checkbox-container {
        margin-bottom: 0.4375rem; }
        .Tx-Formhandler .sample-form form .footer .require fieldset .checkbox-container.error label, .newsletter-form .sample-form form .footer .require fieldset .checkbox-container.error label {
          color: #ff8800; }
        .Tx-Formhandler .sample-form form .footer .require fieldset .checkbox-container label, .newsletter-form .sample-form form .footer .require fieldset .checkbox-container label {
          color: #31363d;
          margin: 0;
          font-style: normal; }
    .Tx-Formhandler .sample-form form .footer .ecrypted-data, .newsletter-form .sample-form form .footer .ecrypted-data {
      max-width: 28.125rem; }
      .Tx-Formhandler .sample-form form .footer .ecrypted-data label, .newsletter-form .sample-form form .footer .ecrypted-data label {
        color: #31363d;
        text-align: right;
        display: inline;
        float: right;
        margin-bottom: 0; }
      .Tx-Formhandler .sample-form form .footer .ecrypted-data .button, .newsletter-form .sample-form form .footer .ecrypted-data .button {
        margin-top: 0.6875rem; }
  .Tx-Formhandler .newsletter-form, .newsletter-form .newsletter-form {
    display: inline-block; }
    .Tx-Formhandler .newsletter-form input, .Tx-Formhandler .newsletter-form select, .newsletter-form .newsletter-form input, .newsletter-form .newsletter-form select {
      width: 12.5rem; }
    .Tx-Formhandler .newsletter-form .button, .newsletter-form .newsletter-form .button {
      margin-top: 1.25rem; }
  .Tx-Formhandler .onlineservice-form h2, .Tx-Formhandler .onlineservice-form .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .Tx-Formhandler .onlineservice-form h4, .Tx-Formhandler .onlineservice-form .h2-like, .Tx-Formhandler .onlineservice-form .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .Tx-Formhandler .onlineservice-form .tab-result-summary, .newsletter-form .onlineservice-form h2, .newsletter-form .onlineservice-form .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .newsletter-form .onlineservice-form h4, .newsletter-form .onlineservice-form .h2-like, .newsletter-form .onlineservice-form .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .newsletter-form .onlineservice-form .tab-result-summary {
    font-size: 1.25rem; }
  .Tx-Formhandler .onlineservice-form label, .newsletter-form .onlineservice-form label {
    font-weight: bold;
    font-size: 0.875rem;
    color: #667180;
    margin-bottom: 0.3125rem; }
    .Tx-Formhandler .onlineservice-form label.radio, .newsletter-form .onlineservice-form label.radio {
      font-weight: normal; }
    .Tx-Formhandler .onlineservice-form label.form-label, .newsletter-form .onlineservice-form label.form-label {
      font-size: 0.875rem;
      line-height: 1.125rem;
      font-weight: normal;
      font-style: italic; }
    .Tx-Formhandler .onlineservice-form label.select.inline, .newsletter-form .onlineservice-form label.select.inline {
      line-height: 1.8; }
  .Tx-Formhandler .onlineservice-form .privacylabel label, .newsletter-form .onlineservice-form .privacylabel label {
    font-weight: normal; }
  .Tx-Formhandler .onlineservice-form input, .Tx-Formhandler .onlineservice-form select, .Tx-Formhandler .onlineservice-form textarea, .newsletter-form .onlineservice-form input, .newsletter-form .onlineservice-form select, .newsletter-form .onlineservice-form textarea {
    margin-bottom: 1.25rem !important; }
  .Tx-Formhandler .onlineservice-form textarea, .newsletter-form .onlineservice-form textarea {
    min-height: 8.125rem;
    max-height: none; }
  .Tx-Formhandler .onlineservice-form p, .Tx-Formhandler .onlineservice-form .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .Tx-Formhandler .onlineservice-form h2.teaser-text, .Tx-Formhandler .onlineservice-form .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .Tx-Formhandler .onlineservice-form h4.teaser-text, .Tx-Formhandler .onlineservice-form .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .Tx-Formhandler .onlineservice-form h4.teaser-text, .Tx-Formhandler .onlineservice-form .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .Tx-Formhandler .onlineservice-form .teaser-text.h2-like, .Tx-Formhandler .onlineservice-form .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .Tx-Formhandler .onlineservice-form .teaser-text.tab-result-summary, .Tx-Formhandler .onlineservice-form .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .Tx-Formhandler .onlineservice-form .teaser-text.tab-result-summary, .newsletter-form .onlineservice-form p, .newsletter-form .onlineservice-form .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .newsletter-form .onlineservice-form h2.teaser-text, .newsletter-form .onlineservice-form .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .newsletter-form .onlineservice-form h4.teaser-text, .newsletter-form .onlineservice-form .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .newsletter-form .onlineservice-form h4.teaser-text, .newsletter-form .onlineservice-form .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .newsletter-form .onlineservice-form .teaser-text.h2-like, .newsletter-form .onlineservice-form .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .newsletter-form .onlineservice-form .teaser-text.tab-result-summary, .newsletter-form .onlineservice-form .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .newsletter-form .onlineservice-form .teaser-text.tab-result-summary {
    font-size: 0.875rem;
    line-height: 1.125rem; }
  .Tx-Formhandler .onlineservice-form .button, .newsletter-form .onlineservice-form .button {
    float: left !important;
    margin: 1.875rem 0 0 0; }
  .Tx-Formhandler .onlineservice-form .ajax-icon, .newsletter-form .onlineservice-form .ajax-icon {
    right: -0.4375rem;
    top: 1.875rem; }
  .Tx-Formhandler .onlineservice-form #servicedate:after, .newsletter-form .onlineservice-form #servicedate:after {
    content: "\e935";
    color: #9da1a6;
    font-size: 1.125rem; }
  .Tx-Formhandler .onlineservice-form input[type="date"]::-webkit-calendar-picker-indicator,
  .Tx-Formhandler .onlineservice-form input[type="date"]::-webkit-inner-spin-button,
  .Tx-Formhandler .onlineservice-form input[type="date"]::-webkit-clear-button, .newsletter-form .onlineservice-form input[type="date"]::-webkit-calendar-picker-indicator,
  .newsletter-form .onlineservice-form input[type="date"]::-webkit-inner-spin-button,
  .newsletter-form .onlineservice-form input[type="date"]::-webkit-clear-button {
    -webkit-appearance: none;
    cursor: pointer; }

.tooltip.top {
  max-width: 28.125rem;
  font-size: 0.75rem;
  line-height: 1.125rem; }

.herma .Tx-Formhandler .form-wrapper.labeler-form {
  background: url("../Images/hermacontactform.png") no-repeat right top;
  background-size: auto 100%; }
  @media screen and (max-width: 29.9375em) {
    .herma .Tx-Formhandler .form-wrapper.labeler-form .ecrypted-data.text-right label {
      float: left;
      text-align: left; }
    .herma .Tx-Formhandler .form-wrapper.labeler-form .button {
      float: left !important; } }

@media screen and (max-width: 63.9375em) {
  .Tx-Formhandler, .newsletter-form {
    /* ------- Sample Contact Form ------- */ }
    .Tx-Formhandler .checkbox-group label.checkbox, .newsletter-form .checkbox-group label.checkbox {
      margin-bottom: 0.625rem; }
    .Tx-Formhandler .button, .newsletter-form .button {
      margin-top: 1.25rem; }
    .Tx-Formhandler .footer label, .newsletter-form .footer label {
      text-align: right; }
    .Tx-Formhandler .footer .require label, .newsletter-form .footer .require label {
      text-align: left; }
    .Tx-Formhandler .sample-form form fieldset, .newsletter-form .sample-form form fieldset {
      padding: 0; }
    .Tx-Formhandler .sample-form form .left-col fieldset, .newsletter-form .sample-form form .left-col fieldset {
      padding-right: 0.9375rem; } }
@media screen and (max-width: 47.9375em) {
  .herma .Tx-Formhandler, .Tx-Formhandler, .newsletter-form {
    background: none;
    padding: 1.25rem; }
    .herma .Tx-Formhandler .form-wrapper.label-form, .Tx-Formhandler .form-wrapper.label-form, .newsletter-form .form-wrapper.label-form {
      background: none; }
    .herma .Tx-Formhandler .form-wrapper.labeler-form, .Tx-Formhandler .form-wrapper.labeler-form, .newsletter-form .form-wrapper.labeler-form {
      background: #ffffff;
      padding: 0.9375rem; }

  /* ------- Sample Contact Form ------- */
  .Tx-Formhandler .sample-form form input, .Tx-Formhandler .sample-form form select, .Tx-Formhandler .sample-form form .radio {
    margin-bottom: 0.9375rem; }
  .Tx-Formhandler .sample-form form textarea {
    min-height: 12.5rem; }
  .Tx-Formhandler .sample-form form .left-col {
    border: 0; }
  .Tx-Formhandler .sample-form form .right-col {
    margin-top: 2.5rem; }
  .Tx-Formhandler .sample-form form .footer {
    margin-top: 2.5rem; }
    .Tx-Formhandler .sample-form form .footer .ecrypted-data .button, .Tx-Formhandler .sample-form form .footer .ecrypted-data label {
      float: left !important; }
    .Tx-Formhandler .sample-form form .footer .ecrypted-data label {
      text-align: left;
      width: 100%; } }
@media screen and (max-width: 29.9375em) {
  .Tx-Formhandler, .newsletter-form {
    padding: 1.25rem;
    /* ------- Sample Contact Form ------- */ }
    .Tx-Formhandler label.select, .newsletter-form label.select {
      margin-bottom: 0.4375rem; }
    .Tx-Formhandler .checkbox-group label, .newsletter-form .checkbox-group label {
      margin-bottom: 0.4375rem; }
    .Tx-Formhandler textarea, .newsletter-form textarea {
      height: 12.5rem; }
    .Tx-Formhandler .footer .require label, .newsletter-form .footer .require label {
      text-align: right; }
    .Tx-Formhandler .sample-form form .footer .require fieldset .checkbox-container label, .newsletter-form .sample-form form .footer .require fieldset .checkbox-container label {
      text-align: left; } }
.haftmaterial .Tx-Formhandler .form-wrapper.label-form, .haftmaterial .newsletter-form .form-wrapper.label-form {
  background: transparent; }
  .haftmaterial .Tx-Formhandler .form-wrapper.label-form h2, .haftmaterial .Tx-Formhandler .form-wrapper.label-form .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .haftmaterial .Tx-Formhandler .form-wrapper.label-form h4, .haftmaterial .Tx-Formhandler .form-wrapper.label-form .h2-like, .haftmaterial .Tx-Formhandler .form-wrapper.label-form .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .haftmaterial .Tx-Formhandler .form-wrapper.label-form .tab-result-summary, .haftmaterial .newsletter-form .form-wrapper.label-form h2, .haftmaterial .newsletter-form .form-wrapper.label-form .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .haftmaterial .newsletter-form .form-wrapper.label-form h4, .haftmaterial .newsletter-form .form-wrapper.label-form .h2-like, .haftmaterial .newsletter-form .form-wrapper.label-form .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .haftmaterial .newsletter-form .form-wrapper.label-form .tab-result-summary {
    margin-bottom: 1.5625rem; }
  .haftmaterial .Tx-Formhandler .form-wrapper.label-form input, .haftmaterial .newsletter-form .form-wrapper.label-form input {
    margin-bottom: 0.6875rem; }
  .haftmaterial .Tx-Formhandler .form-wrapper.label-form textarea, .haftmaterial .newsletter-form .form-wrapper.label-form textarea {
    min-height: 14.375rem; }
  .haftmaterial .Tx-Formhandler .form-wrapper.label-form .footer, .haftmaterial .newsletter-form .form-wrapper.label-form .footer {
    margin-top: 2.0625rem; }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .haftmaterial .Tx-Formhandler .form-wrapper.label-form .footer, .haftmaterial .newsletter-form .form-wrapper.label-form .footer {
    padding-bottom: 3.4375rem; } }
.onlineservice .Tx-Formhandler .form-wrapper.labeler-form textarea {
  min-height: 13rem; }

/*----------------------------------------------
  Plugin: Cookie Hint
  ----------------------------------------------*/
.cc_banner-wrapper {
  background: #f0f2f5;
  position: fixed !important;
  height: 3.75rem;
  bottom: 0;
  width: 100%;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp; }
  .cc_banner-wrapper .cc_container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background: transparent;
    color: #9da1a6;
    border-top: 0;
    font-style: italic;
    max-width: 65.875rem;
    margin: 0 auto;
    width: 100%; }
    .cc_banner-wrapper .cc_container p, .cc_banner-wrapper .cc_container .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .cc_banner-wrapper .cc_container h2.teaser-text, .cc_banner-wrapper .cc_container .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .cc_banner-wrapper .cc_container h4.teaser-text, .cc_banner-wrapper .cc_container .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .cc_banner-wrapper .cc_container h4.teaser-text, .cc_banner-wrapper .cc_container .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .cc_banner-wrapper .cc_container .teaser-text.h2-like, .cc_banner-wrapper .cc_container .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .cc_banner-wrapper .cc_container .teaser-text.tab-result-summary, .cc_banner-wrapper .cc_container .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .cc_banner-wrapper .cc_container .teaser-text.tab-result-summary {
      line-height: 1.25rem; }
    .cc_banner-wrapper .cc_container a {
      color: #9da1a6;
      text-decoration: underline; }
    .cc_banner-wrapper .cc_container .cc_btn_accept_all {
      text-decoration: none;
      border-radius: 0;
      padding: 0.3125rem;
      width: auto;
      background-color: transparent;
      margin-top: 0.3125rem; }
      .cc_banner-wrapper .cc_container .cc_btn_accept_all:after {
        content: "\e935";
        color: #9da1a6;
        font-size: 1.125rem; }

@media screen and (max-width: 47.9375em) {
  .cc_banner-wrapper {
    height: 5rem; } }
/*----------------------------------------------
  Plugin: Factfinder
  ----------------------------------------------*/
.factfinder-wrapper {
  position: relative;
  /* --- Header --- */
  /* --- Result list --- */ }
  .factfinder-wrapper .factfinder-header {
    /* ---- Tag Bar ----*/ }
    .factfinder-wrapper .factfinder-header h2, .factfinder-wrapper .factfinder-header .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .factfinder-wrapper .factfinder-header h4, .factfinder-wrapper .factfinder-header .h2-like, .factfinder-wrapper .factfinder-header .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .factfinder-wrapper .factfinder-header .tab-result-summary {
      color: #ffffff;
      max-width: 65%; }
    .factfinder-wrapper .factfinder-header p, .factfinder-wrapper .factfinder-header .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .factfinder-wrapper .factfinder-header h2.teaser-text, .factfinder-wrapper .factfinder-header .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .factfinder-wrapper .factfinder-header h4.teaser-text, .factfinder-wrapper .factfinder-header .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .factfinder-wrapper .factfinder-header h4.teaser-text, .factfinder-wrapper .factfinder-header .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .factfinder-wrapper .factfinder-header .teaser-text.h2-like, .factfinder-wrapper .factfinder-header .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .factfinder-wrapper .factfinder-header .teaser-text.tab-result-summary, .factfinder-wrapper .factfinder-header .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .factfinder-wrapper .factfinder-header .teaser-text.tab-result-summary {
      color: #c3d2e5;
      max-width: 65%; }
    .factfinder-wrapper .factfinder-header .find-products {
      color: #ffffff;
      font-weight: 700;
      margin-bottom: 0.9375rem;
      font-size: 1.0625rem; }
    .factfinder-wrapper .factfinder-header .resultlist-header {
      padding: 1.875rem 1.875rem 1.875rem 6.25rem;
      position: relative;
      background-color: #18519c;
      margin-bottom: 1.875rem; }
      .factfinder-wrapper .factfinder-header .resultlist-header .info-icon {
        border: 2px solid #ffffff;
        width: 3.125rem;
        height: 3.125rem;
        border-radius: 50%;
        text-align: center;
        position: absolute;
        left: 1.875rem; }
        .factfinder-wrapper .factfinder-header .resultlist-header .info-icon:after {
          content: "\e94a";
          color: #ffffff;
          font-size: 2.5rem;
          line-height: 3.125rem;
          font-family: 'herma-icons' !important; }
    .factfinder-wrapper .factfinder-header .asn {
      padding: 1.875rem;
      position: relative;
      background-color: #18519c;
      /* --- Filter --- */ }
      .factfinder-wrapper .factfinder-header .asn .expanded-filters {
        display: none; }
        .factfinder-wrapper .factfinder-header .asn .expanded-filters.expanded {
          display: block; }
      .factfinder-wrapper .factfinder-header .asn .product-teaser {
        position: absolute;
        right: 2.1875rem;
        bottom: 10rem; }
        .factfinder-wrapper .factfinder-header .asn .product-teaser img {
          max-width: 14.375rem;
          height: auto; }
      .factfinder-wrapper .factfinder-header .asn .filtername {
        color: #ffffff;
        font-size: 0.875rem;
        margin-bottom: 0.3125rem;
        display: inline-block; }
      .factfinder-wrapper .factfinder-header .asn .filter {
        position: relative; }
        .factfinder-wrapper .factfinder-header .asn .filter span.please-select {
          display: inline-block;
          width: 100%;
          cursor: pointer;
          font-size: 0.875rem;
          font-style: italic;
          padding: 0.4375rem 3.125rem 0.625rem 0.4375rem;
          color: #5c6573;
          background: #f0f2f5;
          position: relative; }
          .factfinder-wrapper .factfinder-header .asn .filter span.please-select:after {
            content: "\e92a";
            color: #5c6573;
            font-size: 1.25rem;
            position: absolute;
            top: 0.5rem;
            right: 0.625rem; }
        .factfinder-wrapper .factfinder-header .asn .filter .select-fields {
          display: none;
          background-color: #ffffff;
          position: absolute;
          padding: 1.25rem;
          z-index: 65; }
          .factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li label {
            color: #5c6573;
            font-size: 0.875rem;
            display: inline-block;
            position: relative;
            padding-left: 1.25rem;
            cursor: pointer;
            margin: 0 0 0.3125rem 0; }
          .factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li input {
            display: none; }
            .factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li input + label:before {
              position: absolute;
              top: 0.4375rem;
              left: 0;
              content: '';
              width: 0.75rem;
              height: 0.75rem;
              background: #f0f2f5;
              border: 1px solid #ebeced;
              display: block; }
          .factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li input:checked + label:before {
            background: #31363d; }
        .factfinder-wrapper .factfinder-header .asn .filter .button.submit {
          background-color: #18519c;
          border-color: #18519c;
          width: 100%;
          margin-bottom: 0; }
          .factfinder-wrapper .factfinder-header .asn .filter .button.submit:hover {
            color: #18519c;
            background-color: #ffffff; }
        .factfinder-wrapper .factfinder-header .asn .filter.open .select-fields {
          display: block; }
    .factfinder-wrapper .factfinder-header .tag-bar {
      background-color: #f0f2f5;
      padding: 1.25rem 1.875rem 0 1.875rem; }
      .factfinder-wrapper .factfinder-header .tag-bar span.choice {
        color: #5c6573;
        font-size: 0.875rem;
        margin-right: 0.9375rem; }
      .factfinder-wrapper .factfinder-header .tag-bar .linked-box {
        font-size: 0.875rem;
        display: block;
        margin-bottom: 0.625rem; }
      .factfinder-wrapper .factfinder-header .tag-bar hr {
        margin: 1.25rem 0 0.625rem 0; }
      .factfinder-wrapper .factfinder-header .tag-bar .tag {
        display: inline-block;
        margin: 0.1875rem 0.9375rem 0.1875rem 0;
        background: #5c6573;
        color: #ffffff;
        font-size: 0.6875rem;
        padding: 0.1875rem 1.25rem 0.1875rem 0.4375rem;
        border-radius: 0.3125rem;
        cursor: pointer;
        position: relative; }
        .factfinder-wrapper .factfinder-header .tag-bar .tag:after {
          color: #ffffff;
          font-size: 0.75rem;
          top: 0.125rem;
          right: 0.5rem;
          position: absolute;
          content: "x"; }
      .factfinder-wrapper .factfinder-header .tag-bar .resultcount {
        margin: 1.5625rem 0 0 0; }
      .factfinder-wrapper .factfinder-header .tag-bar .reset a {
        color: #5c6573;
        font-size: 0.875rem;
        display: inline-block;
        margin-bottom: 0.3125rem; }
        .factfinder-wrapper .factfinder-header .tag-bar .reset a:hover {
          text-decoration: underline; }
  .factfinder-wrapper .resultlist {
    background-color: #f0f2f5;
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
    /* --- Pagination --- */ }
    .factfinder-wrapper .resultlist hr {
      margin: 0 0 1.875rem 0; }
    .factfinder-wrapper .resultlist .item.record-teaser {
      background-color: #ffffff;
      text-align: left;
      margin-bottom: 1.875rem; }
      .factfinder-wrapper .resultlist .item.record-teaser .teaser-image {
        height: 13.75rem;
        position: relative; }
      .factfinder-wrapper .resultlist .item.record-teaser .teaser-text {
        padding: 1.25rem;
        min-height: 3.75rem; }
        .factfinder-wrapper .resultlist .item.record-teaser .teaser-text .headline {
          margin-bottom: 0.3125rem;
          color: #31363d;
          font-size: 0.9375rem;
          line-height: 1.125rem; }
        .factfinder-wrapper .resultlist .item.record-teaser .teaser-text .subline {
          font-size: 0.875rem;
          line-height: normal; }
        .factfinder-wrapper .resultlist .item.record-teaser .teaser-text .title {
          color: #18519c;
          line-height: 1.125rem;
          height: 2.5rem;
          margin-bottom: 0.625rem;
          text-align: left; }
      .factfinder-wrapper .resultlist .item.record-teaser:hover {
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16); }
    .factfinder-wrapper .resultlist .item.record-teaser .teaser-image, .factfinder-wrapper .resultlist .item.eao-teaser .teaser-image {
      position: relative; }
      .factfinder-wrapper .resultlist .item.record-teaser .teaser-image .softwareIcon, .factfinder-wrapper .resultlist .item.eao-teaser .teaser-image .softwareIcon {
        position: absolute; }
    .factfinder-wrapper .resultlist .item.record-teaser .teaser-image .softwareIcon {
      bottom: 1rem;
      right: 1.25rem; }
    .factfinder-wrapper .resultlist .item.eao-teaser .teaser-image, .factfinder-wrapper .resultlist .eao-resultitem-product .item.record-teaser .teaser-image {
      display: table-cell;
      height: 11.125rem;
      text-align: center;
      vertical-align: middle;
      padding-right: 1.25rem;
      padding-left: 1.25rem; }
      .factfinder-wrapper .resultlist .item.eao-teaser .teaser-image img, .factfinder-wrapper .resultlist .eao-resultitem-product .item.record-teaser .teaser-image img {
        max-height: 100%; }
      .factfinder-wrapper .resultlist .item.eao-teaser .teaser-image .softwareIcon, .factfinder-wrapper .resultlist .eao-resultitem-product .item.record-teaser .teaser-image .softwareIcon {
        bottom: 0.625rem;
        right: 0.625rem; }
    .factfinder-wrapper .resultlist .item.eao-teaser .teaser-image-wrapper, .factfinder-wrapper .resultlist .eao-resultitem-product .item.record-teaser .teaser-image-wrapper {
      display: table;
      width: 100%;
      table-layout: fixed; }
    .factfinder-wrapper .resultlist .pagination {
      text-align: center;
      margin-bottom: 0; }
      .factfinder-wrapper .resultlist .pagination span, .factfinder-wrapper .resultlist .pagination a {
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0; }
        .factfinder-wrapper .resultlist .pagination span:hover, .factfinder-wrapper .resultlist .pagination a:hover {
          background: none; }
      .factfinder-wrapper .resultlist .pagination span {
        font-size: 0.875rem;
        color: #5c6573; }
      .factfinder-wrapper .resultlist .pagination .prev i, .factfinder-wrapper .resultlist .pagination .next i {
        vertical-align: text-bottom; }
        .factfinder-wrapper .resultlist .pagination .prev i:before, .factfinder-wrapper .resultlist .pagination .next i:before {
          font-size: 1.5625rem;
          color: #9da1a6; }
        .factfinder-wrapper .resultlist .pagination .prev i:hover:before, .factfinder-wrapper .resultlist .pagination .next i:hover:before {
          color: #ff8800; }

.herma .factfinder-wrapper .factfinder-header .asn .filter .select-fields ul {
  max-height: 31.25rem;
  overflow-y: auto; }
.herma .factfinder-wrapper .resultlist .eao-resultitem-product .record-teaser .teaser-image {
  padding-top: 0.625rem; }

/* --- Ajax Loading --- */
.ajax-loading {
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 5000; }
  .ajax-loading .ajax-spinner {
    background: url(../../Public/Images/ajax-loader.gif);
    margin: 530px auto 0;
    height: 100px;
    width: 100px; }

@media screen and (max-width: 47.9375em) {
  .factfinder-wrapper .factfinder-header .filter span.please-select {
    margin-bottom: 0.9375rem; }
  .factfinder-wrapper .factfinder-header .product-teaser {
    display: none; }
  .factfinder-wrapper .factfinder-header h2, .factfinder-wrapper .factfinder-header .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .factfinder-wrapper .factfinder-header h4, .factfinder-wrapper .factfinder-header .h2-like, .factfinder-wrapper .factfinder-header .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .factfinder-wrapper .factfinder-header .tab-result-summary {
    max-width: 100%; }
  .factfinder-wrapper .factfinder-header p, .factfinder-wrapper .factfinder-header .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .factfinder-wrapper .factfinder-header h2.teaser-text, .factfinder-wrapper .factfinder-header .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .factfinder-wrapper .factfinder-header h4.teaser-text, .factfinder-wrapper .factfinder-header .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .factfinder-wrapper .factfinder-header h4.teaser-text, .factfinder-wrapper .factfinder-header .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .factfinder-wrapper .factfinder-header .teaser-text.h2-like, .factfinder-wrapper .factfinder-header .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .factfinder-wrapper .factfinder-header .teaser-text.tab-result-summary, .factfinder-wrapper .factfinder-header .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .factfinder-wrapper .factfinder-header .teaser-text.tab-result-summary {
    max-width: 100%; }

  .factfinder-wrapper .resultlist .item.record-teaser .teaser-image {
    height: auto; }

  .herma .factfinder-wrapper .factfinder-header .product-teaser {
    display: block;
    height: auto !important; } }
@media screen and (max-width: 47.9375em) {
  .factfinder-wrapper .factfinder-header .resultlist .item.product-teaser {
    display: block; } }
.resultlist .item.product-teaser, .resultlist .item.eao-teaser {
  background-color: #ffffff;
  margin-bottom: 1.875rem;
  position: relative;
  padding-top: 1.25rem; }
  .resultlist .item.product-teaser .product-image, .resultlist .item.eao-teaser .product-image {
    margin: 0 auto;
    position: relative;
    width: 13.625rem;
    height: 13.625rem;
    max-width: 100%; }
    .resultlist .item.product-teaser .product-image .full, .resultlist .item.product-teaser .product-image .single, .resultlist .item.eao-teaser .product-image .full, .resultlist .item.eao-teaser .product-image .single {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0 1.25rem; }
      .resultlist .item.product-teaser .product-image .full img, .resultlist .item.product-teaser .product-image .single img, .resultlist .item.eao-teaser .product-image .full img, .resultlist .item.eao-teaser .product-image .single img {
        width: 100%;
        height: auto;
        transition: opacity 0.5s ease-in-out; }
    .resultlist .item.product-teaser .product-image .full img, .resultlist .item.eao-teaser .product-image .full img {
      opacity: 1; }
    .resultlist .item.product-teaser .product-image .single img, .resultlist .item.eao-teaser .product-image .single img {
      opacity: 0; }
      @media screen and (max-width: 29.9375em) {
        .resultlist .item.product-teaser .product-image .single img, .resultlist .item.eao-teaser .product-image .single img {
          display: none; } }
  .resultlist .item.product-teaser hr, .resultlist .item.eao-teaser hr {
    margin: 1.25rem 1.25rem 0 1.25rem; }
  .resultlist .item.product-teaser .product-details, .resultlist .item.eao-teaser .product-details {
    transition: all 0.25s ease-in-out;
    padding: 1.25rem 1.25rem 1.5625rem 1.25rem; }
    .resultlist .item.product-teaser .product-details .title, .resultlist .item.eao-teaser .product-details .title {
      color: #31363d;
      font-weight: bold;
      line-height: 1.25rem;
      height: 2.5rem;
      overflow: hidden;
      margin-bottom: 1.25rem; }
    .resultlist .item.product-teaser .product-details span, .resultlist .item.eao-teaser .product-details span {
      display: block;
      font-size: 0.875rem; }
      .resultlist .item.product-teaser .product-details span b, .resultlist .item.eao-teaser .product-details span b {
        float: right; }
    .resultlist .item.product-teaser .product-details .btn-round.cart, .resultlist .item.eao-teaser .product-details .btn-round.cart {
      background-color: transparent;
      transition: all 0.25s ease-in-out;
      margin-top: 1.5625rem;
      float: left;
      opacity: 0; }
      .resultlist .item.product-teaser .product-details .btn-round.cart:before, .resultlist .item.eao-teaser .product-details .btn-round.cart:before {
        transition: all 0.25s ease-in-out;
        display: none; }
    .resultlist .item.product-teaser .product-details .btn-round.info, .resultlist .item.eao-teaser .product-details .btn-round.info {
      margin-top: 1.5625rem;
      float: right; }
      .resultlist .item.product-teaser .product-details .btn-round.info:before, .resultlist .item.eao-teaser .product-details .btn-round.info:before {
        display: none; }
.resultlist .item.product-teaser:hover .product-details, .resultlist .item.eao-teaser:hover .product-details {
  min-height: 12.8125rem; }
  .resultlist .item.product-teaser:hover .product-details .btn-round.cart, .resultlist .item.eao-teaser:hover .product-details .btn-round.cart {
    opacity: 1; }
    .resultlist .item.product-teaser:hover .product-details .btn-round.cart:before, .resultlist .item.eao-teaser:hover .product-details .btn-round.cart:before {
      display: block;
      background-color: #ff8800; }
  .resultlist .item.product-teaser:hover .product-details .btn-round.info:before, .resultlist .item.eao-teaser:hover .product-details .btn-round.info:before {
    display: block; }
  @media screen and (max-width: 29.9375em) {
    .resultlist .item.product-teaser:hover .product-details, .resultlist .item.eao-teaser:hover .product-details {
      position: static !important; } }
.resultlist .item.product-teaser:hover {
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16);
  min-height: 26.5625rem; }
  .resultlist .item.product-teaser:hover hr {
    display: none; }
  .resultlist .item.product-teaser:hover .product-image .full img {
    opacity: 0; }
  .resultlist .item.product-teaser:hover .product-image .single img {
    opacity: 1; }
  @media screen and (max-width: 29.9375em) {
    .resultlist .item.product-teaser:hover .product-image .full img {
      opacity: 1; } }
  .resultlist .item.product-teaser:hover .product-details {
    min-height: auto;
    position: absolute;
    background-color: #103153;
    width: 100%; }
    .resultlist .item.product-teaser:hover .product-details * {
      color: #ffffff; }
    .resultlist .item.product-teaser:hover .product-details .btn-round.info {
      display: block;
      background: none !important; }
      .resultlist .item.product-teaser:hover .product-details .btn-round.info:before {
        display: block; }
.resultlist .item.eao-teaser .teaser-image, .resultlist .item.product-teaser .teaser-image {
  margin: 0 1.25rem; }
.resultlist .item.eao-teaser .eao-details, .resultlist .item.product-teaser .eao-details {
  padding: 1.25rem; }
  .resultlist .item.eao-teaser .eao-details .title, .resultlist .item.product-teaser .eao-details .title {
    color: #18519c;
    line-height: 1.125rem;
    height: 2.5rem;
    margin-bottom: 0.625rem;
    text-align: left; }
  .resultlist .item.eao-teaser .eao-details label, .resultlist .item.product-teaser .eao-details label {
    color: #667180; }
  .resultlist .item.eao-teaser .eao-details .design-now, .resultlist .item.eao-teaser .eao-details .download-now, .resultlist .item.product-teaser .eao-details .design-now, .resultlist .item.product-teaser .eao-details .download-now {
    background-color: #18519c;
    color: #ffffff;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.75rem;
    text-align: center;
    width: 100%; }
  .resultlist .item.eao-teaser .eao-details select, .resultlist .item.product-teaser .eao-details select {
    display: none; }
  .resultlist .item.eao-teaser .eao-details .nice-select, .resultlist .item.product-teaser .eao-details .nice-select {
    background-color: #ebeced;
    border-color: #ebeced;
    border-radius: 0;
    height: 1.875rem;
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
    padding-left: 0.4375rem;
    padding-right: 0;
    width: 100%; }
    .resultlist .item.eao-teaser .eao-details .nice-select:after, .resultlist .item.product-teaser .eao-details .nice-select:after {
      border-color: #31363d; }
    .resultlist .item.eao-teaser .eao-details .nice-select .option, .resultlist .item.product-teaser .eao-details .nice-select .option {
      background-color: #ebeced;
      line-height: 1.875rem;
      min-height: 1.875rem;
      padding-left: 0.4375rem;
      padding-right: 0;
      transition: none;
      width: 100%; }
    .resultlist .item.eao-teaser .eao-details .nice-select .list, .resultlist .item.product-teaser .eao-details .nice-select .list {
      background-color: #ebeced;
      border-radius: 0;
      margin-top: 0;
      width: 100%; }
.resultlist .pagination a:after {
  background: none !important; }

/*---------------------------------------
   EAO Quicknavigation
  --------------------------------------*/
.quickstart-container {
  background-color: #f0f2f5;
  margin-top: -5.3125rem;
  padding: 0.9375rem 0.9375rem 1.875rem 0.9375rem;
  margin-bottom: 3.75rem;
  z-index: 95;
  position: relative; }
  .quickstart-container input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1; }
  .quickstart-container input:-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .quickstart-container input::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .quickstart-container input:-ms-input-placeholder {
    color: #fff;
    opacity: 1; }
  .quickstart-container .quickstart-header img {
    margin: 0 0.9375rem 0.9375rem 0.9375rem; }
  .quickstart-container .scrolling-anchor-link {
    cursor: pointer; }
  .quickstart-container .quickstart-col {
    float: left;
    width: 33.33%; }
    .quickstart-container .quickstart-col .inner {
      margin: 0 0.9375rem; }
      .quickstart-container .quickstart-col .inner .quickstart-button {
        background-color: #18519c;
        position: relative;
        padding: 0.5rem 0.9375rem;
        height: 2.5rem; }
        .quickstart-container .quickstart-col .inner .quickstart-button input[type="text"] {
          color: #ffffff;
          background-color: #18519c;
          border: none;
          font-size: 0.875rem;
          width: 200px;
          line-height: inherit; }
        .quickstart-container .quickstart-col .inner .quickstart-button input:focus {
          box-shadow: none;
          outline: none; }
        .quickstart-container .quickstart-col .inner .quickstart-button button {
          cursor: pointer;
          float: right;
          top: 0.7rem;
          position: absolute;
          right: 0.625rem;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: transparent;
          padding: 0;
          border: 0;
          border-radius: 0;
          line-height: 1; }
          .quickstart-container .quickstart-col .inner .quickstart-button button:after {
            background-color: #ff8800;
            padding: 0.09rem 0.05rem 0.0625rem 0.125rem;
            font-size: 0.75rem;
            border-radius: 1.875rem;
            font-family: 'herma-eaolp-icons';
            content: "\e901";
            color: #ffffff; }
        .quickstart-container .quickstart-col .inner .quickstart-button .download {
          float: right;
          position: absolute;
          right: 0.625rem;
          top: 0.5rem; }
          .quickstart-container .quickstart-col .inner .quickstart-button .download:after {
            background-color: #ff8800;
            border-radius: 1.875rem;
            font-family: 'herma-eaolp-icons';
            color: #ffffff;
            font-size: 0.75rem;
            content: "\e901";
            padding: 0.07rem 0.12rem 0.0625rem 0.1rem; }
        .quickstart-container .quickstart-col .inner .quickstart-button a {
          color: #ffffff;
          font-size: 0.875rem;
          display: block; }
          .quickstart-container .quickstart-col .inner .quickstart-button a:hover {
            text-decoration: none; }
        .quickstart-container .quickstart-col .inner .quickstart-button .new {
          background-color: #ff8800;
          position: absolute;
          padding: 0 0.25rem;
          font-size: 0.875rem;
          font-weight: bold;
          height: 1.1875rem;
          line-height: 1rem;
          color: #ffffff;
          right: -0.3125rem;
          top: -0.3125rem; }
  .quickstart-container .quickstart-col.col-1 .quickstart-button {
    padding-top: 0;
    padding-bottom: 0; }
  .quickstart-container .tooltipp {
    position: relative; }
  .quickstart-container .tooltipp:before {
    background-color: #31363d;
    border-radius: 1.875rem;
    color: #ffffff;
    content: "i";
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: "herma-eaolp-icons";
    font-size: 12px;
    font-style: italic;
    line-height: 0.625rem;
    margin-right: 0.3125rem;
    margin-top: 0.6875rem;
    padding: 0.15rem 0.4rem 0.3rem;
    vertical-align: inherit; }
  .quickstart-container .quickstart-button .tx-hermaeao-pi2 {
    float: left; }
  .quickstart-container .tooltipp .tooltipp-info {
    width: 18.75rem;
    border: 1px solid #ebeced;
    display: none;
    position: absolute;
    bottom: 0.375rem;
    left: -1.35rem;
    z-index: 20000;
    background: #fff;
    padding: 1.0625rem; }
  .quickstart-container .tooltipp .tooltipp-info:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 0.5rem;
    margin-left: -0.5rem; }
  .quickstart-container .tooltipp .tooltipp-info .info-headline {
    color: #1a528a;
    margin-bottom: 0.625rem; }
  .quickstart-container .tooltipp .tooltipp-info p, .quickstart-container .tooltipp .tooltipp-info .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .quickstart-container .tooltipp .tooltipp-info h2.teaser-text, .quickstart-container .tooltipp .tooltipp-info .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .quickstart-container .tooltipp .tooltipp-info h4.teaser-text, .quickstart-container .tooltipp .tooltipp-info .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .quickstart-container .tooltipp .tooltipp-info h4.teaser-text, .quickstart-container .tooltipp .tooltipp-info .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .quickstart-container .tooltipp .tooltipp-info .teaser-text.h2-like, .quickstart-container .tooltipp .tooltipp-info .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .quickstart-container .tooltipp .tooltipp-info .teaser-text.tab-result-summary, .quickstart-container .tooltipp .tooltipp-info .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .quickstart-container .tooltipp .tooltipp-info .teaser-text.tab-result-summary {
    font-size: 0.875rem; }
  .quickstart-container .tooltipp:hover .tooltipp-info {
    display: block; }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .quickstart-container .quickstart-col .inner .quickstart-button input[type="text"] {
    padding-left: 0;
    padding-right: 0;
    width: 9.375rem; } }
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .quickstart-container .quickstart-col {
    width: 50%;
    margin-bottom: 0.625rem; }
    .quickstart-container .quickstart-col .inner {
      margin: 0 0.4375rem; }
      .quickstart-container .quickstart-col .inner .quickstart-button input[type="text"] {
        padding-left: 0;
        padding-right: 0;
        width: 8.375rem; } }
@media screen and (max-width: 29.9375em) {
  .quickstart-container .quickstart-col {
    width: 100%;
    margin-bottom: 0.625rem; } }
/*----------------------------------------------
  Search Suggest
  ----------------------------------------------*/
.suggestContainer {
  width: 100%;
  max-width: 20.0625rem;
  background-color: #fff;
  font-size: 0.75rem;
  position: absolute;
  text-align: left;
  z-index: 25000; }
  .suggestContainer .suggestHeader {
    padding: 0.3125rem; }
  .suggestContainer .suggestLayer {
    margin: 0; }
    .suggestContainer .suggestLayer td {
      padding: 0.3125rem; }
      .suggestContainer .suggestLayer td.suggestHitCount {
        text-align: right; }
  .suggestContainer .suggestTextQueryTyped {
    color: #ff8800; }

/*----------------------------------------------
  Topseller
  ----------------------------------------------*/
.topseller .product-image {
  background: url(../../Public/Images/top_produkt-schatten.png) center bottom no-repeat;
  padding-bottom: 1.25rem; }
.topseller .headline {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.625rem; }
.topseller .format {
  font-size: 0.75rem; }
.topseller a.btn-round.cart, .topseller a:focus.btn-round.cart {
  background-color: transparent; }

/* ---- Filter Forrms ---- */
.product-forms {
  min-width: 16.25rem; }
  .product-forms .filter-item-4 {
    float: left;
    width: 25%; }
  .product-forms .filter-item-5 {
    float: left;
    width: 20%; }
  .product-forms .filter-item-6 {
    float: left;
    width: 16%; }
  .product-forms input {
    display: none; }
    .product-forms input:checked + label img.icon, .product-forms input:checked + label .Tx-Formhandler .onlineservice-form img#servicedate:after, .Tx-Formhandler .onlineservice-form .product-forms input:checked + label img#servicedate:after, .product-forms input:checked + label .newsletter-form .onlineservice-form img#servicedate:after, .newsletter-form .onlineservice-form .product-forms input:checked + label img#servicedate:after, .product-forms input:checked + label .cc_banner-wrapper .cc_container img.cc_btn_accept_all:after, .cc_banner-wrapper .cc_container .product-forms input:checked + label img.cc_btn_accept_all:after, .product-forms input:checked + label .tx-vd-herma-products .filter img.selected-item:after, .tx-vd-herma-products .filter .product-forms input:checked + label img.selected-item:after, .product-forms input:checked + label .mfp-container img.mfp-arrow-left, .mfp-container .product-forms input:checked + label img.mfp-arrow-left,
    .product-forms input:checked + label .mfp-container img.mfp-arrow-right,
    .mfp-container .product-forms input:checked + label img.mfp-arrow-right, .product-forms input:checked + label .mfp-container img.mfp-close, .mfp-container .product-forms input:checked + label img.mfp-close, .product-forms input:checked + label .slick-slider.columns-4 img.slick-next:before, .slick-slider.columns-4 .product-forms input:checked + label img.slick-next:before,
    .product-forms input:checked + label .slick-slider.columns-4 img.slick-prev:before,
    .slick-slider.columns-4 .product-forms input:checked + label img.slick-prev:before, .product-forms input:checked + label .microsite .slideritem .teaser-content .inner .box img.button:after, .microsite .slideritem .teaser-content .inner .box .product-forms input:checked + label img.button:after {
      display: none; }
    .product-forms input:checked + label img.icon-hover {
      display: block; }
  .product-forms label {
    margin: 0; }
    .product-forms label img {
      position: relative;
      pointer-events: none;
      margin: 0 0 1.25rem 0; }
      .product-forms label img.icon, .product-forms label .Tx-Formhandler .onlineservice-form img#servicedate:after, .Tx-Formhandler .onlineservice-form .product-forms label img#servicedate:after, .product-forms label .newsletter-form .onlineservice-form img#servicedate:after, .newsletter-form .onlineservice-form .product-forms label img#servicedate:after, .product-forms label .cc_banner-wrapper .cc_container img.cc_btn_accept_all:after, .cc_banner-wrapper .cc_container .product-forms label img.cc_btn_accept_all:after, .product-forms label .tx-vd-herma-products .filter img.selected-item:after, .tx-vd-herma-products .filter .product-forms label img.selected-item:after, .product-forms label .mfp-container img.mfp-arrow-left, .mfp-container .product-forms label img.mfp-arrow-left,
      .product-forms label .mfp-container img.mfp-arrow-right,
      .mfp-container .product-forms label img.mfp-arrow-right, .product-forms label .mfp-container img.mfp-close, .mfp-container .product-forms label img.mfp-close, .product-forms label .slick-slider.columns-4 img.slick-next:before, .slick-slider.columns-4 .product-forms label img.slick-next:before,
      .product-forms label .slick-slider.columns-4 img.slick-prev:before,
      .slick-slider.columns-4 .product-forms label img.slick-prev:before, .product-forms label .microsite .slideritem .teaser-content .inner .box img.button:after, .microsite .slideritem .teaser-content .inner .box .product-forms label img.button:after {
        display: block; }
      .product-forms label img.icon-hover {
        display: none; }
    .product-forms label:hover img.icon, .product-forms label:hover .Tx-Formhandler .onlineservice-form img#servicedate:after, .Tx-Formhandler .onlineservice-form .product-forms label:hover img#servicedate:after, .product-forms label:hover .newsletter-form .onlineservice-form img#servicedate:after, .newsletter-form .onlineservice-form .product-forms label:hover img#servicedate:after, .product-forms label:hover .cc_banner-wrapper .cc_container img.cc_btn_accept_all:after, .cc_banner-wrapper .cc_container .product-forms label:hover img.cc_btn_accept_all:after, .product-forms label:hover .tx-vd-herma-products .filter img.selected-item:after, .tx-vd-herma-products .filter .product-forms label:hover img.selected-item:after, .product-forms label:hover .mfp-container img.mfp-arrow-left, .mfp-container .product-forms label:hover img.mfp-arrow-left,
    .product-forms label:hover .mfp-container img.mfp-arrow-right,
    .mfp-container .product-forms label:hover img.mfp-arrow-right, .product-forms label:hover .mfp-container img.mfp-close, .mfp-container .product-forms label:hover img.mfp-close, .product-forms label:hover .slick-slider.columns-4 img.slick-next:before, .slick-slider.columns-4 .product-forms label:hover img.slick-next:before,
    .product-forms label:hover .slick-slider.columns-4 img.slick-prev:before,
    .slick-slider.columns-4 .product-forms label:hover img.slick-prev:before, .product-forms label:hover .microsite .slideritem .teaser-content .inner .box img.button:after, .microsite .slideritem .teaser-content .inner .box .product-forms label:hover img.button:after {
      display: none; }
    .product-forms label:hover img.icon-hover {
      display: block; }
    .product-forms label .has-tip {
      border-bottom: none;
      cursor: pointer; }
      .product-forms label .has-tip:focus, .product-forms label .has-tip:active, .product-forms label .has-tip.nice-select.open {
        outline: 0; }
  .product-forms .columns.cols-5 {
    width: 20% !important; }

a.more-filter {
  background: url("../Images/arrow_bottom_orange.svg") no-repeat right top !important;
  background-size: 1.4375rem 1.4375rem !important;
  color: #f2f6fa !important;
  font-weight: normal !important;
  font-size: 0.75rem !important;
  text-transform: uppercase;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-top: 1.5625rem;
  text-align: right;
  display: block; }
  a.more-filter.open {
    background: url("../Images/arrow_top_orange.svg") no-repeat right top !important;
    background-size: 1.4375rem 1.4375rem !important; }

/*----------------------------------------------
  Productdetail page
  ----------------------------------------------*/
.tx-vd-herma-products .product-details {
  padding-bottom: 3.125rem; }
.tx-vd-herma-products h1, .tx-vd-herma-products .h1-like, .tx-vd-herma-products .h1-big, .tx-vd-herma-products .slideritem.eao-layout .teaser-content .inner .box .teaser-headline, .slideritem.eao-layout .teaser-content .inner .box .tx-vd-herma-products .teaser-headline {
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin-bottom: 2.1875rem; }
.tx-vd-herma-products .product-infos {
  background-color: #f0f2f5;
  padding: 0.4375rem 0.625rem;
  margin-bottom: 1.5625rem; }
  .tx-vd-herma-products .product-infos dt {
    color: #18519c;
    min-width: 6.875rem;
    float: left;
    margin-bottom: 0; }
.tx-vd-herma-products .product-description {
  position: relative;
  z-index: 150; }
.tx-vd-herma-products .sticky.is-stuck {
  z-index: 2; }
.tx-vd-herma-products .slick-slide {
  height: auto; }
.tx-vd-herma-products .eao-teaser {
  background-color: #f0f2f5;
  padding: 1.375rem 1.875rem;
  margin-bottom: 1.5625rem; }
  .tx-vd-herma-products .eao-teaser h4 {
    color: #18519c;
    margin-bottom: 0.1875rem; }
  .tx-vd-herma-products .eao-teaser p, .tx-vd-herma-products .eao-teaser .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .tx-vd-herma-products .eao-teaser h2.teaser-text, .tx-vd-herma-products .eao-teaser .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .tx-vd-herma-products .eao-teaser h4.teaser-text, .tx-vd-herma-products .eao-teaser .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .tx-vd-herma-products .eao-teaser h4.teaser-text, .tx-vd-herma-products .eao-teaser .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .tx-vd-herma-products .eao-teaser .teaser-text.h2-like, .tx-vd-herma-products .eao-teaser .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .tx-vd-herma-products .eao-teaser .teaser-text.tab-result-summary, .tx-vd-herma-products .eao-teaser .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .tx-vd-herma-products .eao-teaser .teaser-text.tab-result-summary {
    width: 75%;
    display: inline-block; }
  .tx-vd-herma-products .eao-teaser a.btn-round.cart, .tx-vd-herma-products .eao-teaser a.btn-round.edit {
    margin-right: 0; }
    .tx-vd-herma-products .eao-teaser a.btn-round.cart:before, .tx-vd-herma-products .eao-teaser a.btn-round.edit:before {
      padding: .5rem .625rem .5rem .5rem; }
.tx-vd-herma-products .commerce-connector {
  margin-bottom: 5.3125rem; }
  .tx-vd-herma-products .commerce-connector .retailers {
    max-height: 51.25rem;
    overflow-y: scroll; }
.tx-vd-herma-products h2, .tx-vd-herma-products .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .tx-vd-herma-products h4, .tx-vd-herma-products .h2-like, .tx-vd-herma-products .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .tx-vd-herma-products .tab-result-summary {
  margin-bottom: 1.25rem; }
.tx-vd-herma-products table {
  border-collapse: collapse;
  font-size: 0.875rem; }
  .tx-vd-herma-products table td:first-child {
    font-weight: bold; }
  .tx-vd-herma-products table a {
    font-weight: bold; }
.tx-vd-herma-products .factfinder-outer {
  margin-bottom: 5.625rem; }
.tx-vd-herma-products .accordion {
  margin-top: 2.5rem; }
.tx-vd-herma-products .filter {
  position: relative;
  margin-bottom: 1.5625rem; }
  .tx-vd-herma-products .filter .selected-item {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    font-size: 0.875rem;
    padding: 0.4375rem 3.125rem 0.4375rem 0.625rem;
    background: #f0f2f5;
    position: relative; }
    .tx-vd-herma-products .filter .selected-item:after {
      content: "\e92a";
      color: #5c6573;
      font-size: 1.25rem;
      position: absolute;
      top: 0.5rem;
      right: 0.625rem; }
  .tx-vd-herma-products .filter .select-fields {
    display: none;
    background-color: #f0f2f5;
    position: absolute;
    padding: 0.3125rem 0.625rem 0.625rem 0.625rem;
    z-index: 65;
    box-shadow: 0px 9px 27px -11px #8a8a8a;
    width: 100%; }
    .tx-vd-herma-products .filter .select-fields ul {
      background-color: #f0f2f5;
      font-size: 0.875rem;
      margin-bottom: 0; }
      .tx-vd-herma-products .filter .select-fields ul a {
        display: inline-block;
        width: 100%; }
  .tx-vd-herma-products .filter span[class*="color-"] {
    width: 0.625rem;
    display: inline-block;
    height: 0.625rem;
    margin-right: 0.625rem;
    border: 1px solid #5c6573; }
  .tx-vd-herma-products .filter .color-variant {
    background-size: contain; }
  .tx-vd-herma-products .filter.open .select-fields {
    display: block; }
.tx-vd-herma-products .tab-container .h2-like {
  margin-bottom: 3.125rem; }
.tx-vd-herma-products .tab-container .resultcount {
  display: none; }
.tx-vd-herma-products .tab-container .pagination .page {
  margin-top: 1.25rem; }
.tx-vd-herma-products a.cart {
  background-color: transparent !important; }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  #product-detail-tabs .tabs-title {
    min-height: 3.4375rem; }
    #product-detail-tabs .tabs-title.is-active {
      background: #18519c; } }
/*----------------------------------------------
  Bezugsquellen
  ----------------------------------------------*/
.tx-bezugsquellensuche-pi1 form {
  margin-bottom: 2.5rem; }
.tx-bezugsquellensuche-pi1 .button-orange {
  color: #ffffff !important;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Herma", "Arial", sans-serif;
  font-size: 0.875rem;
  padding: 0.5rem 1.5625rem;
  line-height: 0.875rem;
  font-weight: bold;
  border: 1px solid;
  background-color: #ff8800;
  border-color: #ff8800; }
  .tx-bezugsquellensuche-pi1 .button-orange:hover {
    color: #ffffff !important;
    border-color: #D67200;
    background-color: #D67200 !important; }
.tx-bezugsquellensuche-pi1 input, .tx-bezugsquellensuche-pi1 select {
  background: #f0f2f5;
  border: none;
  font-size: 0.875rem;
  height: 1.875rem;
  box-shadow: none; }
  .tx-bezugsquellensuche-pi1 input:focus, .tx-bezugsquellensuche-pi1 select:focus {
    border: 1px solid #9da1a6;
    background: #f0f2f5;
    box-shadow: none; }
.tx-bezugsquellensuche-pi1 select {
  margin: 0;
  padding: 0 0 0 0.625rem;
  background: #f0f2f5 url("../Images/select_open.png") no-repeat right center !important; }
.tx-bezugsquellensuche-pi1 input {
  color: #101010;
  padding-left: 0.625rem;
  max-width: 100%; }
.tx-bezugsquellensuche-pi1 .entry {
  font-size: 0.875rem;
  border-bottom: 1px solid #9da1a6;
  padding: 1.25rem 0; }
.tx-bezugsquellensuche-pi1 .tx_bezugsquellensuche_pi1_pagination {
  text-align: center;
  margin-top: 1.875rem; }
  .tx-bezugsquellensuche-pi1 .tx_bezugsquellensuche_pi1_pagination i {
    font-size: 1.25rem; }
    .tx-bezugsquellensuche-pi1 .tx_bezugsquellensuche_pi1_pagination i:before {
      vertical-align: middle; }
  .tx-bezugsquellensuche-pi1 .tx_bezugsquellensuche_pi1_pagination span.current {
    color: #18519c;
    font-size: 0.875rem; }
  .tx-bezugsquellensuche-pi1 .tx_bezugsquellensuche_pi1_pagination a {
    color: #5c6573;
    font-size: 0.875rem;
    padding-left: 0.1875rem;
    padding-right: 0.1875rem; }
.tx-bezugsquellensuche-pi1 ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #101010;
  opacity: 1;
  /* Firefox */ }
.tx-bezugsquellensuche-pi1 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #101010; }
.tx-bezugsquellensuche-pi1 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #101010; }

@media screen and (max-width: 29.9375em) {
  .tx-bezugsquellensuche-pi1 .button-orange {
    margin-top: 1.25rem; } }
/*----------------------------------------------
  Vertriebspartner
  ----------------------------------------------*/
.tx_vddistributor select {
  max-width: 50%;
  background: #f0f2f5;
  border: none;
  font-size: 0.875rem;
  height: 1.875rem;
  box-shadow: none;
  margin: 2.5rem 0;
  padding: 0 0 0 0.625rem; }
  .tx_vddistributor select:focus {
    border: 1px solid #9da1a6;
    background: #f0f2f5;
    box-shadow: none; }
.tx_vddistributor .distributor-list {
  font-size: 0.875rem; }
  .tx_vddistributor .distributor-list li {
    margin-bottom: 1.25rem; }

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .tx_vddistributor select {
    max-width: 75%; } }
@media screen and (max-width: 29.9375em) {
  .tx_vddistributor select {
    max-width: 100%; } }
/*----------------------------------------------
  Commerce Connector
  ----------------------------------------------*/
.commerce-connector {
  padding: 1.5625rem 1.25rem 0 1.25rem;
  border: 1px solid #f0f2f5; }
  .commerce-connector h4 {
    color: #18519c; }
  .commerce-connector .retailer {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f0f2f5; }
    .commerce-connector .retailer .retailer-image {
      display: inline-block;
      vertical-align: top;
      width: 30%;
      padding-right: 0.625rem;
      padding-top: 0.625rem; }
    .commerce-connector .retailer .retailer-information {
      display: inline-block;
      width: 52%;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      .commerce-connector .retailer .retailer-information .title {
        color: #31363d;
        font-weight: bold;
        margin-bottom: 0.3125rem; }
      .commerce-connector .retailer .retailer-information .supply {
        font-size: 0.75rem;
        margin-bottom: 0.3125rem; }
      .commerce-connector .retailer .retailer-information .payment img {
        width: 2.8125rem;
        margin-right: 0.3125rem;
        display: inline-block; }
    .commerce-connector .retailer .retailer-shop {
      display: inline-block;
      width: 13%;
      vertical-align: top;
      padding-top: 1.25rem;
      text-align: right; }
      .commerce-connector .retailer .retailer-shop a {
        color: transparent;
        font-size: 1px; }
        .commerce-connector .retailer .retailer-shop a.cart {
          margin-right: 0; }
  .commerce-connector .btn-round.cart:before {
    padding: 0.5rem 0.625rem 0.5rem 0.5rem;
    font-size: 1.5rem; }
  .commerce-connector .show-all {
    font-size: 0.875rem;
    color: #5c6573;
    text-decoration: none;
    margin: 1.5625rem auto;
    padding-right: 1.5625rem;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: bold; }
    .commerce-connector .show-all:after {
      content: url("../Images/arrow_right_orange.svg");
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      margin-left: 0.1875rem; }

.herma .tooltip {
  background: #ffffff;
  border: 1px solid #f0f2f5;
  color: #5c6573;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  max-width: unset; }
  .herma .tooltip:before {
    border: inset 0.75rem;
    border-color: transparent transparent #fff; }

.payment-tooltip {
  border: none;
  cursor: default;
  display: inline-block; }

.herma .filter-tooltip {
  position: absolute;
  top: calc(100% + 0.3031rem);
  z-index: 1200;
  width: auto;
  padding: 0.625rem;
  background: #103153;
  border: 1px solid #103153;
  color: #ffffff;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  max-width: unset; }
  .herma .filter-tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.525rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #103153 transparent transparent;
    top: 100%;
    bottom: auto; }

.commerce-connector-overlay {
  border: 0 !important; }

.commerce-connector-overlay {
  max-height: 50.625rem;
  padding: 0;
  border: 0;
  width: 100%;
  max-width: 58.125rem; }
  .commerce-connector-overlay .commerce-connector {
    border: 0;
    padding: 9.375rem 0 0 0; }
    .commerce-connector-overlay .commerce-connector h4 {
      padding: 3.4375rem 2.5rem 3.4375rem 1.875rem;
      border-bottom: 1px solid #c5c6c7;
      background: #ffffff;
      position: fixed;
      width: 100%;
      max-width: 57.1875rem;
      top: 4.6875rem;
      z-index: 1; }
      @media screen and (max-width: 29.9375em) {
        .commerce-connector-overlay .commerce-connector h4 {
          font-size: 1.125rem !important;
          top: 4.1875rem;
          padding-top: 1.5625rem;
          padding-bottom: 1.5625rem; } }
    .commerce-connector-overlay .commerce-connector .show-all {
      display: none; }
    .commerce-connector-overlay .commerce-connector .retailer {
      border-bottom: 1px solid #c5c6c7;
      margin-left: 2.5rem;
      margin-right: 1.875rem; }
      .commerce-connector-overlay .commerce-connector .retailer .retailer-image {
        padding-top: 0.9375rem;
        width: 18%; }
        @media screen and (max-width: 29.9375em) {
          .commerce-connector-overlay .commerce-connector .retailer .retailer-image {
            width: 25%; } }
      .commerce-connector-overlay .commerce-connector .retailer .retailer-information {
        width: 56%; }
        @media screen and (max-width: 47.9375em) {
          .commerce-connector-overlay .commerce-connector .retailer .retailer-information {
            width: 80%; } }
        .commerce-connector-overlay .commerce-connector .retailer .retailer-information .title {
          font-size: 1.25rem; }
          @media screen and (max-width: 29.9375em) {
            .commerce-connector-overlay .commerce-connector .retailer .retailer-information .title {
              font-size: 1rem; } }
        .commerce-connector-overlay .commerce-connector .retailer .retailer-information .supply {
          font-size: 0.875rem;
          margin-bottom: 0.625rem;
          font-weight: bold; }
          @media screen and (max-width: 29.9375em) {
            .commerce-connector-overlay .commerce-connector .retailer .retailer-information .supply {
              font-size: 0.75rem;
              font-weight: normal; } }
        .commerce-connector-overlay .commerce-connector .retailer .retailer-information .payment img {
          width: auto; }
        @media screen and (max-width: 29.9375em) {
          .commerce-connector-overlay .commerce-connector .retailer .retailer-information {
            width: 72%; } }
      .commerce-connector-overlay .commerce-connector .retailer .retailer-shop {
        width: 25%;
        padding-top: 2.1875rem; }
        @media screen and (max-width: 47.9375em) {
          .commerce-connector-overlay .commerce-connector .retailer .retailer-shop {
            width: 100%;
            text-align: left; } }
        .commerce-connector-overlay .commerce-connector .retailer .retailer-shop a {
          color: #ffffff;
          font-size: 0.875rem;
          background-color: #ff8800;
          padding: 0.625rem 1.25rem; }
          .commerce-connector-overlay .commerce-connector .retailer .retailer-shop a:hover {
            background-color: #D67200; }
          .commerce-connector-overlay .commerce-connector .retailer .retailer-shop a.cart:before {
            padding: 0;
            background-color: transparent;
            border-radius: 0;
            vertical-align: top;
            font-size: 1.4375rem; }
          @media screen and (max-width: 29.9375em) {
            .commerce-connector-overlay .commerce-connector .retailer .retailer-shop a.cart {
              font-size: 0.75rem;
              padding: 0.5rem; } }
        @media screen and (max-width: 29.9375em) {
          .commerce-connector-overlay .commerce-connector .retailer .retailer-shop {
            width: auto; } }
  .commerce-connector-overlay .close-button {
    top: 8.125rem;
    right: auto;
    z-index: 10;
    width: 100%;
    max-width: 58rem;
    height: 1.5rem;
    padding-right: 61px;
    text-align: right;
    position: fixed; }
    .commerce-connector-overlay .close-button:focus {
      outline: 0; }
    @media screen and (max-width: 29.9375em) {
      .commerce-connector-overlay .close-button {
        padding-right: 1.25rem;
        top: 5.3125rem; } }

.reveal-overlay {
  background-color: rgba(24, 81, 156, 0.75);
  z-index: 20000; }

/*----------------------------------------------
  Bezugsquellen
  ----------------------------------------------*/
.tx-bezugsquellensuche-pi1 form {
  margin-bottom: 2.5rem; }
.tx-bezugsquellensuche-pi1 .button-orange {
  color: #ffffff !important;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Herma", "Arial", sans-serif;
  font-size: 0.875rem;
  padding: 0.5rem 1.5625rem;
  line-height: 0.875rem;
  font-weight: bold;
  border: 1px solid;
  background-color: #ff8800;
  border-color: #ff8800; }
  .tx-bezugsquellensuche-pi1 .button-orange:hover {
    color: #ffffff !important;
    border-color: #D67200;
    background-color: #D67200 !important; }
.tx-bezugsquellensuche-pi1 input, .tx-bezugsquellensuche-pi1 select {
  background: #f0f2f5;
  border: none;
  font-size: 0.875rem;
  height: 1.875rem;
  box-shadow: none; }
  .tx-bezugsquellensuche-pi1 input:focus, .tx-bezugsquellensuche-pi1 select:focus {
    border: 1px solid #9da1a6;
    background: #f0f2f5;
    box-shadow: none; }
.tx-bezugsquellensuche-pi1 select {
  margin: 0;
  padding: 0 0 0 0.625rem; }
.tx-bezugsquellensuche-pi1 input {
  padding-left: 0.625rem;
  max-width: 100%; }
.tx-bezugsquellensuche-pi1 .entry {
  font-size: 0.875rem;
  border-bottom: 1px solid #9da1a6;
  padding: 1.25rem 0; }
.tx-bezugsquellensuche-pi1 .tx_bezugsquellensuche_pi1_pagination {
  text-align: center;
  margin-top: 1.875rem; }
  .tx-bezugsquellensuche-pi1 .tx_bezugsquellensuche_pi1_pagination i {
    font-size: 1.25rem; }
    .tx-bezugsquellensuche-pi1 .tx_bezugsquellensuche_pi1_pagination i:before {
      vertical-align: middle; }
  .tx-bezugsquellensuche-pi1 .tx_bezugsquellensuche_pi1_pagination span.current {
    color: #18519c;
    font-size: 0.875rem; }
  .tx-bezugsquellensuche-pi1 .tx_bezugsquellensuche_pi1_pagination a {
    color: #5c6573;
    font-size: 0.875rem;
    padding-left: 0.1875rem;
    padding-right: 0.1875rem; }

@media screen and (max-width: 29.9375em) {
  .tx-bezugsquellensuche-pi1 .button-orange {
    margin-top: 1.25rem; } }
/*----------------------------------------------
  Vertriebspartner
  ----------------------------------------------*/
.tx_vddistributor select {
  max-width: 50%;
  background: #f0f2f5;
  border: none;
  font-size: 0.875rem;
  height: 1.875rem;
  box-shadow: none;
  margin: 2.5rem 0;
  padding: 0 0 0 0.625rem; }
  .tx_vddistributor select:focus {
    border: 1px solid #9da1a6;
    background: #f0f2f5;
    box-shadow: none; }
.tx_vddistributor .distributor-list {
  font-size: 0.875rem; }
  .tx_vddistributor .distributor-list li {
    margin-bottom: 1.25rem; }

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .tx_vddistributor select {
    max-width: 75%; } }
@media screen and (max-width: 29.9375em) {
  .tx_vddistributor select {
    max-width: 100%; } }
/*----------------------------------------------
  Rollenrechner
  ----------------------------------------------*/
.haftmaterial #content .tx-rolecalculator .rollenrechner-box {
  margin-bottom: 1.25rem;
  position: relative;
  border: 1px solid #ddd;
  padding: 2.5rem 2.1875rem 1.875rem 2.1875rem;
  box-shadow: 0px 0px 23px 0px #e0e0e0;
  width: 100%; }
  .haftmaterial #content .tx-rolecalculator .rollenrechner-box .clear:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0; }
  .haftmaterial #content .tx-rolecalculator .rollenrechner-box h3 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #18519c;
    margin-bottom: 1.5625rem; }
  .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch a.select, .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch a.input, .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch a.diameter, .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch a.length, .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch a.diameter-labelmode, .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch a.amount-labelmode {
    font-size: 0.875rem; }
  .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch .rollenrechner-switch-left {
    float: left;
    width: 50%;
    display: table; }
    .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch .rollenrechner-switch-left a {
      border: 1px solid #ebeced; }
      .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch .rollenrechner-switch-left a.active {
        border: 1px solid #18519c; }
  .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch .rollenrechner-switch-right {
    float: right;
    width: 50%;
    display: table; }
    .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch .rollenrechner-switch-right a {
      border-right: 1px solid #ebeced;
      border-top: 1px solid #ebeced;
      border-bottom: 1px solid #ebeced; }
      .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch .rollenrechner-switch-right a .active {
        border-color: #18519c; }
  .haftmaterial #content .tx-rolecalculator .rollenrechner-box .info {
    font-style: italic;
    margin-top: 1.25rem;
    color: #686868; }
  .haftmaterial #content .tx-rolecalculator .rollenrechner-box select {
    height: 2.1875rem;
    background: #f0f2f5;
    max-width: 30%;
    width: 100% !important; }
  .haftmaterial #content .tx-rolecalculator .rollenrechner-box .select2-container {
    max-width: none;
    width: 100% !important;
    margin-top: 0.5rem !important; }
    .haftmaterial #content .tx-rolecalculator .rollenrechner-box .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 2.125rem !important;
      font-weight: normal !important;
      font-size: 0.875rem; }
      .haftmaterial #content .tx-rolecalculator .rollenrechner-box .select2-container .select2-selection--single .select2-selection__rendered:after {
        content: "\e92a";
        font-family: 'herma-icons' !important;
        color: #5c6573;
        font-size: 1.25rem;
        position: absolute;
        top: 0.125rem;
        right: 0.3125rem; }
  .haftmaterial #content .tx-rolecalculator .rollenrechner-box .select2-container--default .select2-selection--single {
    background: #f0f2f5 !important;
    height: 2.1875rem !important; }
.haftmaterial .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none; }
.haftmaterial .select2-dropdown {
  box-shadow: 0px 0px 23px 0px #e0e0e0;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0.5rem; }
  .haftmaterial .select2-dropdown .select2-search input {
    border: 0 !important;
    background: #f0f2f5;
    box-shadow: none; }
.haftmaterial #combinationResult,
.haftmaterial #endDiameterResult,
.haftmaterial #endLabelDiameterResult,
.haftmaterial #endLabelAmountResult,
.haftmaterial #endLengthResult,
.haftmaterial #userInputResult,
.haftmaterial #endRoleLenghtResult {
  margin-top: 1.875rem; }
  .haftmaterial #combinationResult label,
  .haftmaterial #endDiameterResult label,
  .haftmaterial #endLabelDiameterResult label,
  .haftmaterial #endLabelAmountResult label,
  .haftmaterial #endLengthResult label,
  .haftmaterial #userInputResult label,
  .haftmaterial #endRoleLenghtResult label {
    font-size: 1rem; }
  .haftmaterial #combinationResult .result-inner,
  .haftmaterial #endDiameterResult .result-inner,
  .haftmaterial #endLabelDiameterResult .result-inner,
  .haftmaterial #endLabelAmountResult .result-inner,
  .haftmaterial #endLengthResult .result-inner,
  .haftmaterial #userInputResult .result-inner,
  .haftmaterial #endRoleLenghtResult .result-inner {
    margin-top: 0.625rem;
    height: auto !important;
    background: #f0f2f5 !important;
    padding: 1.875rem 0.9375rem;
    width: 100%; }
  .haftmaterial #combinationResult p, .haftmaterial #combinationResult .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .haftmaterial #combinationResult h2.teaser-text, .haftmaterial #combinationResult .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .haftmaterial #combinationResult h4.teaser-text, .haftmaterial #combinationResult .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .haftmaterial #combinationResult h4.teaser-text, .haftmaterial #combinationResult .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .haftmaterial #combinationResult .teaser-text.h2-like, .haftmaterial #combinationResult .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .haftmaterial #combinationResult .teaser-text.tab-result-summary, .haftmaterial #combinationResult .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .haftmaterial #combinationResult .teaser-text.tab-result-summary,
  .haftmaterial #endDiameterResult p,
  .haftmaterial #endDiameterResult .slideritem .teaser-content .inner .box h2.teaser-text,
  .slideritem .teaser-content .inner .box .haftmaterial #endDiameterResult h2.teaser-text,
  .haftmaterial #endDiameterResult .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text,
  .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .haftmaterial #endDiameterResult h4.teaser-text,
  .haftmaterial #endDiameterResult .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text,
  .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .haftmaterial #endDiameterResult h4.teaser-text,
  .haftmaterial #endDiameterResult .slideritem .teaser-content .inner .box .teaser-text.h2-like,
  .slideritem .teaser-content .inner .box .haftmaterial #endDiameterResult .teaser-text.h2-like,
  .haftmaterial #endDiameterResult .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary,
  .slideritem .teaser-content .inner .box .tab-container.factfinder .haftmaterial #endDiameterResult .teaser-text.tab-result-summary,
  .haftmaterial #endDiameterResult .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary,
  .tab-container.factfinder .slideritem .teaser-content .inner .box .haftmaterial #endDiameterResult .teaser-text.tab-result-summary,
  .haftmaterial #endLabelDiameterResult p,
  .haftmaterial #endLabelDiameterResult .slideritem .teaser-content .inner .box h2.teaser-text,
  .slideritem .teaser-content .inner .box .haftmaterial #endLabelDiameterResult h2.teaser-text,
  .haftmaterial #endLabelDiameterResult .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text,
  .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .haftmaterial #endLabelDiameterResult h4.teaser-text,
  .haftmaterial #endLabelDiameterResult .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text,
  .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .haftmaterial #endLabelDiameterResult h4.teaser-text,
  .haftmaterial #endLabelDiameterResult .slideritem .teaser-content .inner .box .teaser-text.h2-like,
  .slideritem .teaser-content .inner .box .haftmaterial #endLabelDiameterResult .teaser-text.h2-like,
  .haftmaterial #endLabelDiameterResult .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary,
  .slideritem .teaser-content .inner .box .tab-container.factfinder .haftmaterial #endLabelDiameterResult .teaser-text.tab-result-summary,
  .haftmaterial #endLabelDiameterResult .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary,
  .tab-container.factfinder .slideritem .teaser-content .inner .box .haftmaterial #endLabelDiameterResult .teaser-text.tab-result-summary,
  .haftmaterial #endLabelAmountResult p,
  .haftmaterial #endLabelAmountResult .slideritem .teaser-content .inner .box h2.teaser-text,
  .slideritem .teaser-content .inner .box .haftmaterial #endLabelAmountResult h2.teaser-text,
  .haftmaterial #endLabelAmountResult .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text,
  .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .haftmaterial #endLabelAmountResult h4.teaser-text,
  .haftmaterial #endLabelAmountResult .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text,
  .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .haftmaterial #endLabelAmountResult h4.teaser-text,
  .haftmaterial #endLabelAmountResult .slideritem .teaser-content .inner .box .teaser-text.h2-like,
  .slideritem .teaser-content .inner .box .haftmaterial #endLabelAmountResult .teaser-text.h2-like,
  .haftmaterial #endLabelAmountResult .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary,
  .slideritem .teaser-content .inner .box .tab-container.factfinder .haftmaterial #endLabelAmountResult .teaser-text.tab-result-summary,
  .haftmaterial #endLabelAmountResult .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary,
  .tab-container.factfinder .slideritem .teaser-content .inner .box .haftmaterial #endLabelAmountResult .teaser-text.tab-result-summary,
  .haftmaterial #endLengthResult p,
  .haftmaterial #endLengthResult .slideritem .teaser-content .inner .box h2.teaser-text,
  .slideritem .teaser-content .inner .box .haftmaterial #endLengthResult h2.teaser-text,
  .haftmaterial #endLengthResult .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text,
  .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .haftmaterial #endLengthResult h4.teaser-text,
  .haftmaterial #endLengthResult .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text,
  .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .haftmaterial #endLengthResult h4.teaser-text,
  .haftmaterial #endLengthResult .slideritem .teaser-content .inner .box .teaser-text.h2-like,
  .slideritem .teaser-content .inner .box .haftmaterial #endLengthResult .teaser-text.h2-like,
  .haftmaterial #endLengthResult .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary,
  .slideritem .teaser-content .inner .box .tab-container.factfinder .haftmaterial #endLengthResult .teaser-text.tab-result-summary,
  .haftmaterial #endLengthResult .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary,
  .tab-container.factfinder .slideritem .teaser-content .inner .box .haftmaterial #endLengthResult .teaser-text.tab-result-summary,
  .haftmaterial #userInputResult p,
  .haftmaterial #userInputResult .slideritem .teaser-content .inner .box h2.teaser-text,
  .slideritem .teaser-content .inner .box .haftmaterial #userInputResult h2.teaser-text,
  .haftmaterial #userInputResult .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text,
  .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .haftmaterial #userInputResult h4.teaser-text,
  .haftmaterial #userInputResult .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text,
  .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .haftmaterial #userInputResult h4.teaser-text,
  .haftmaterial #userInputResult .slideritem .teaser-content .inner .box .teaser-text.h2-like,
  .slideritem .teaser-content .inner .box .haftmaterial #userInputResult .teaser-text.h2-like,
  .haftmaterial #userInputResult .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary,
  .slideritem .teaser-content .inner .box .tab-container.factfinder .haftmaterial #userInputResult .teaser-text.tab-result-summary,
  .haftmaterial #userInputResult .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary,
  .tab-container.factfinder .slideritem .teaser-content .inner .box .haftmaterial #userInputResult .teaser-text.tab-result-summary,
  .haftmaterial #endRoleLenghtResult p,
  .haftmaterial #endRoleLenghtResult .slideritem .teaser-content .inner .box h2.teaser-text,
  .slideritem .teaser-content .inner .box .haftmaterial #endRoleLenghtResult h2.teaser-text,
  .haftmaterial #endRoleLenghtResult .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text,
  .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .haftmaterial #endRoleLenghtResult h4.teaser-text,
  .haftmaterial #endRoleLenghtResult .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text,
  .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .haftmaterial #endRoleLenghtResult h4.teaser-text,
  .haftmaterial #endRoleLenghtResult .slideritem .teaser-content .inner .box .teaser-text.h2-like,
  .slideritem .teaser-content .inner .box .haftmaterial #endRoleLenghtResult .teaser-text.h2-like,
  .haftmaterial #endRoleLenghtResult .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary,
  .slideritem .teaser-content .inner .box .tab-container.factfinder .haftmaterial #endRoleLenghtResult .teaser-text.tab-result-summary,
  .haftmaterial #endRoleLenghtResult .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary,
  .tab-container.factfinder .slideritem .teaser-content .inner .box .haftmaterial #endRoleLenghtResult .teaser-text.tab-result-summary {
    padding-top: 0 !important;
    color: #31363d;
    font-size: 0.875rem;
    font-weight: normal;
    vertical-align: top;
    display: inline-block; }
  .haftmaterial #combinationResult #calcDiameterResult, .haftmaterial #combinationResult #calcLengthResult, .haftmaterial #combinationResult #calcRoleLengthResult, .haftmaterial #combinationResult #calcLabelAmountResult,
  .haftmaterial #combinationResult #userInputCombinationThicknessResult, .haftmaterial #combinationResult #calcDiameterResult,
  .haftmaterial #endDiameterResult #calcDiameterResult,
  .haftmaterial #endDiameterResult #calcLengthResult,
  .haftmaterial #endDiameterResult #calcRoleLengthResult,
  .haftmaterial #endDiameterResult #calcLabelAmountResult,
  .haftmaterial #endDiameterResult #userInputCombinationThicknessResult,
  .haftmaterial #endDiameterResult #calcDiameterResult,
  .haftmaterial #endLabelDiameterResult #calcDiameterResult,
  .haftmaterial #endLabelDiameterResult #calcLengthResult,
  .haftmaterial #endLabelDiameterResult #calcRoleLengthResult,
  .haftmaterial #endLabelDiameterResult #calcLabelAmountResult,
  .haftmaterial #endLabelDiameterResult #userInputCombinationThicknessResult,
  .haftmaterial #endLabelDiameterResult #calcDiameterResult,
  .haftmaterial #endLabelAmountResult #calcDiameterResult,
  .haftmaterial #endLabelAmountResult #calcLengthResult,
  .haftmaterial #endLabelAmountResult #calcRoleLengthResult,
  .haftmaterial #endLabelAmountResult #calcLabelAmountResult,
  .haftmaterial #endLabelAmountResult #userInputCombinationThicknessResult,
  .haftmaterial #endLabelAmountResult #calcDiameterResult,
  .haftmaterial #endLengthResult #calcDiameterResult,
  .haftmaterial #endLengthResult #calcLengthResult,
  .haftmaterial #endLengthResult #calcRoleLengthResult,
  .haftmaterial #endLengthResult #calcLabelAmountResult,
  .haftmaterial #endLengthResult #userInputCombinationThicknessResult,
  .haftmaterial #endLengthResult #calcDiameterResult,
  .haftmaterial #userInputResult #calcDiameterResult,
  .haftmaterial #userInputResult #calcLengthResult,
  .haftmaterial #userInputResult #calcRoleLengthResult,
  .haftmaterial #userInputResult #calcLabelAmountResult,
  .haftmaterial #userInputResult #userInputCombinationThicknessResult,
  .haftmaterial #userInputResult #calcDiameterResult,
  .haftmaterial #endRoleLenghtResult #calcDiameterResult,
  .haftmaterial #endRoleLenghtResult #calcLengthResult,
  .haftmaterial #endRoleLenghtResult #calcRoleLengthResult,
  .haftmaterial #endRoleLenghtResult #calcLabelAmountResult,
  .haftmaterial #endRoleLenghtResult #userInputCombinationThicknessResult,
  .haftmaterial #endRoleLenghtResult #calcDiameterResult {
    font-size: 1.5rem !important;
    color: #18519c;
    font-weight: bold; }
.haftmaterial #endLabelAmountResult, .haftmaterial #endLabelDiameterResult {
  margin-top: 0.9375rem; }
.haftmaterial #endDiameterResult img, .haftmaterial #endLengthResult img {
  margin-top: 0.3125rem !important; }
.haftmaterial #endDiameterResult p:first-child, .haftmaterial #endDiameterResult .slideritem .teaser-content .inner .box h2.teaser-text:first-child, .slideritem .teaser-content .inner .box .haftmaterial #endDiameterResult h2.teaser-text:first-child, .haftmaterial #endDiameterResult .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text:first-child, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .haftmaterial #endDiameterResult h4.teaser-text:first-child, .haftmaterial #endDiameterResult .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text:first-child, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .haftmaterial #endDiameterResult h4.teaser-text:first-child, .haftmaterial #endDiameterResult .slideritem .teaser-content .inner .box .teaser-text.h2-like:first-child, .slideritem .teaser-content .inner .box .haftmaterial #endDiameterResult .teaser-text.h2-like:first-child, .haftmaterial #endDiameterResult .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary:first-child, .slideritem .teaser-content .inner .box .tab-container.factfinder .haftmaterial #endDiameterResult .teaser-text.tab-result-summary:first-child, .haftmaterial #endDiameterResult .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary:first-child, .tab-container.factfinder .slideritem .teaser-content .inner .box .haftmaterial #endDiameterResult .teaser-text.tab-result-summary:first-child, .haftmaterial #endLengthResult p:first-child, .haftmaterial #endLengthResult .slideritem .teaser-content .inner .box h2.teaser-text:first-child, .slideritem .teaser-content .inner .box .haftmaterial #endLengthResult h2.teaser-text:first-child, .haftmaterial #endLengthResult .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text:first-child, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .haftmaterial #endLengthResult h4.teaser-text:first-child, .haftmaterial #endLengthResult .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text:first-child, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .haftmaterial #endLengthResult h4.teaser-text:first-child, .haftmaterial #endLengthResult .slideritem .teaser-content .inner .box .teaser-text.h2-like:first-child, .slideritem .teaser-content .inner .box .haftmaterial #endLengthResult .teaser-text.h2-like:first-child, .haftmaterial #endLengthResult .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary:first-child, .slideritem .teaser-content .inner .box .tab-container.factfinder .haftmaterial #endLengthResult .teaser-text.tab-result-summary:first-child, .haftmaterial #endLengthResult .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary:first-child, .tab-container.factfinder .slideritem .teaser-content .inner .box .haftmaterial #endLengthResult .teaser-text.tab-result-summary:first-child {
  width: auto !important;
  margin-top: 0.375rem !important; }
.haftmaterial .icon-rollenrechner.icon-combination-thickness {
  margin-right: 1.25rem !important; }
.haftmaterial input#roleLengthInput, .haftmaterial input#roleDiameterInput, .haftmaterial input#labelHeightInput, .haftmaterial input#labelSpacingInput, .haftmaterial input#userInputCombinationThickness, .haftmaterial input#labelAmountInput, .haftmaterial input#labelRoleDiameterInput, .haftmaterial input.customDiameterLength {
  width: 100% !important;
  height: 35px !important;
  margin-top: 0.5rem !important;
  background: #f0f2f5 !important;
  border: 0 !important;
  box-shadow: none !important; }
.haftmaterial input#roleLengthInput, .haftmaterial input#roleDiameterInput, .haftmaterial input#labelHeightInput, .haftmaterial input#labelSpacingInput, .haftmaterial input#userInputCombinationThickness, .haftmaterial input#labelAmountInput, .haftmaterial input#labelRoleDiameterInput, .haftmaterial input.customDiameterLength {
  width: 100% !important;
  height: 35px !important;
  margin-top: 0.5rem !important;
  background: #f0f2f5 !important;
  border: 0 !important;
  box-shadow: none !important; }
.haftmaterial .customDiameter b.showSelect {
  cursor: pointer; }
  .haftmaterial .customDiameter b.showSelect:after {
    content: "\e92a";
    font-family: 'herma-icons' !important;
    color: #5c6573;
    font-size: 1rem;
    position: absolute;
    top: 0.45rem;
    right: 0.45rem; }
.haftmaterial .select2-container--default .select2-results__option--highlighted[aria-selected],
.haftmaterial .select2-container--default .select2-results__option[aria-selected="true"] {
  background: none !important; }
.haftmaterial .select2-results__option[aria-selected] {
  background: none !important;
  border: 0 !important;
  font-size: 0.8125rem !important; }
.haftmaterial .select2-dropdown.select2-dropdown--below {
  border: 0 !important; }

@media screen and (max-width: 47.9375em) {
  #content .rollenrechner-switch-left .icon-rollenrechner,
  #content .rollenrechner-switch-right .icon-rollenrechner {
    display: none !important; }
  #content .rollenrechner-switch-left a,
  #content .rollenrechner-switch-right a {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem;
    text-align: center; }

  .haftmaterial #combinationResult, .haftmaterial #endDiameterResult,
  .haftmaterial #endLengthResult, .haftmaterial #userInputResult {
    padding: 0.625rem !important; }

  .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch a.select,
  .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch a.input,
  .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch a.diameter,
  .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch a.length {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center; }

  .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch a.diameter,
  .haftmaterial #content .tx-rolecalculator .rollenrechner-box .rollenrechner-switch a.length {
    background-image: none !important; }

  #content .rollenrechner-box a.diameter-labelmode span,
  #content .rollenrechner-box a.amount-labelmode span,
  #content .rollenrechner-box a.select span,
  #content .rollenrechner-box a.input span,
  #content .rollenrechner-box a.diameter span,
  #content .rollenrechner-box a.length span {
    left: 44% !important; }

  .haftmaterial #endDiameterResult p, .haftmaterial #endDiameterResult .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .haftmaterial #endDiameterResult h2.teaser-text, .haftmaterial #endDiameterResult .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .haftmaterial #endDiameterResult h4.teaser-text, .haftmaterial #endDiameterResult .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .haftmaterial #endDiameterResult h4.teaser-text, .haftmaterial #endDiameterResult .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .haftmaterial #endDiameterResult .teaser-text.h2-like, .haftmaterial #endDiameterResult .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .haftmaterial #endDiameterResult .teaser-text.tab-result-summary, .haftmaterial #endDiameterResult .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .haftmaterial #endDiameterResult .teaser-text.tab-result-summary, .haftmaterial #endDiameterResult p:first-child, .haftmaterial #endDiameterResult .slideritem .teaser-content .inner .box h2.teaser-text:first-child, .slideritem .teaser-content .inner .box .haftmaterial #endDiameterResult h2.teaser-text:first-child, .haftmaterial #endDiameterResult .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text:first-child, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .haftmaterial #endDiameterResult h4.teaser-text:first-child, .haftmaterial #endDiameterResult .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text:first-child, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .haftmaterial #endDiameterResult h4.teaser-text:first-child, .haftmaterial #endDiameterResult .slideritem .teaser-content .inner .box .teaser-text.h2-like:first-child, .slideritem .teaser-content .inner .box .haftmaterial #endDiameterResult .teaser-text.h2-like:first-child, .haftmaterial #endDiameterResult .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary:first-child, .slideritem .teaser-content .inner .box .tab-container.factfinder .haftmaterial #endDiameterResult .teaser-text.tab-result-summary:first-child, .haftmaterial #endDiameterResult .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary:first-child, .tab-container.factfinder .slideritem .teaser-content .inner .box .haftmaterial #endDiameterResult .teaser-text.tab-result-summary:first-child,
  .haftmaterial #endLengthResult p,
  .haftmaterial #endLengthResult .slideritem .teaser-content .inner .box h2.teaser-text,
  .slideritem .teaser-content .inner .box .haftmaterial #endLengthResult h2.teaser-text,
  .haftmaterial #endLengthResult .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text,
  .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .haftmaterial #endLengthResult h4.teaser-text,
  .haftmaterial #endLengthResult .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text,
  .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .haftmaterial #endLengthResult h4.teaser-text,
  .haftmaterial #endLengthResult .slideritem .teaser-content .inner .box .teaser-text.h2-like,
  .slideritem .teaser-content .inner .box .haftmaterial #endLengthResult .teaser-text.h2-like,
  .haftmaterial #endLengthResult .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary,
  .slideritem .teaser-content .inner .box .tab-container.factfinder .haftmaterial #endLengthResult .teaser-text.tab-result-summary,
  .haftmaterial #endLengthResult .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary,
  .tab-container.factfinder .slideritem .teaser-content .inner .box .haftmaterial #endLengthResult .teaser-text.tab-result-summary,
  .haftmaterial #endLengthResult p:first-child,
  .haftmaterial #endLengthResult .slideritem .teaser-content .inner .box h2.teaser-text:first-child,
  .slideritem .teaser-content .inner .box .haftmaterial #endLengthResult h2.teaser-text:first-child,
  .haftmaterial #endLengthResult .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text:first-child,
  .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .haftmaterial #endLengthResult h4.teaser-text:first-child,
  .haftmaterial #endLengthResult .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text:first-child,
  .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .haftmaterial #endLengthResult h4.teaser-text:first-child,
  .haftmaterial #endLengthResult .slideritem .teaser-content .inner .box .teaser-text.h2-like:first-child,
  .slideritem .teaser-content .inner .box .haftmaterial #endLengthResult .teaser-text.h2-like:first-child,
  .haftmaterial #endLengthResult .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary:first-child,
  .slideritem .teaser-content .inner .box .tab-container.factfinder .haftmaterial #endLengthResult .teaser-text.tab-result-summary:first-child,
  .haftmaterial #endLengthResult .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary:first-child,
  .tab-container.factfinder .slideritem .teaser-content .inner .box .haftmaterial #endLengthResult .teaser-text.tab-result-summary:first-child {
    display: block;
    width: 100% !important; }

  #calcDiameterResult, #calcLengthResult, #calcRoleLengthResult, #endRoleLenghtResult, #endLabelAmountResult
  #userInputCombinationThicknessResult, #calcDiameterResult, #endLabelDiameterResult {
    font-size: 1.25rem !important;
    padding-top: 0.3125rem;
    display: inline-block; } }
@media screen and (max-width: 29.9375em) {
  .haftmaterial #content .tx-rolecalculator .rollenrechner-box {
    padding: 1.875rem 1.25rem; }

  #content .rollenrechner-switch-left,
  #content .rollenrechner-switch-right {
    margin-bottom: 0.625rem; }

  #calcDiameterResult {
    margin-top: 0.4375rem;
    display: block; } }
.tx-vd-herma-adhensives .adhensive-content {
  max-width: 53.125rem; }
.tx-vd-herma-adhensives .component-icon {
  background-repeat: no-repeat;
  background-size: auto 5.625rem;
  background-position: bottom right;
  margin-top: 1.5625rem;
  width: 100%;
  height: 5.625rem; }
  .tx-vd-herma-adhensives .component-icon.adhgroup-red {
    background-image: url("../Images/Icon-Etikettenmaterial-Folie-rot.png"); }
  .tx-vd-herma-adhensives .component-icon.adhgroup-blue {
    background-image: url("../Images/Icon-Etikettenmaterial-Papier-blau.png"); }
  .tx-vd-herma-adhensives .component-icon.adhgroup-green {
    background-image: url("../Images/Icon-Unterlagenmaterial-gruen.png"); }
  .tx-vd-herma-adhensives .component-icon.adhgroup-yellow {
    background-image: url("../Images/Icon-Klebstoff-gelb.png"); }
.tx-vd-herma-adhensives .technical-data {
  margin-top: 1.875rem; }
  .tx-vd-herma-adhensives .technical-data h3 {
    margin-bottom: 1.375rem; }
  .tx-vd-herma-adhensives .technical-data .product-information-box {
    background: #F2F5FA url("../Images/pdf_box_bg.svg") no-repeat;
    background-position: 115% 1.5625rem;
    padding: 1.875rem; }
    .tx-vd-herma-adhensives .technical-data .product-information-box h4 {
      color: #18519c;
      font-size: 1rem; }
    .tx-vd-herma-adhensives .technical-data .product-information-box .button {
      margin: 1.875rem 0 0 0;
      display: block;
      max-width: 13.75rem; }
      .tx-vd-herma-adhensives .technical-data .product-information-box .button:focus {
        background: #ff8800;
        color: #ffffff; }
.tx-vd-herma-adhensives table td {
  font-size: 0.875rem; }
  .tx-vd-herma-adhensives table td:first-child {
    font-weight: 700;
    width: 16.25rem; }
.tx-vd-herma-adhensives h3.prim-color {
  font-size: 1.25rem; }
.tx-vd-herma-adhensives .disclaimer h3 {
  font-size: 1rem; }
.tx-vd-herma-adhensives .disclaimer p, .tx-vd-herma-adhensives .disclaimer .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .tx-vd-herma-adhensives .disclaimer h2.teaser-text, .tx-vd-herma-adhensives .disclaimer .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .tx-vd-herma-adhensives .disclaimer h4.teaser-text, .tx-vd-herma-adhensives .disclaimer .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .tx-vd-herma-adhensives .disclaimer h4.teaser-text, .tx-vd-herma-adhensives .disclaimer .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .tx-vd-herma-adhensives .disclaimer .teaser-text.h2-like, .tx-vd-herma-adhensives .disclaimer .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .tx-vd-herma-adhensives .disclaimer .teaser-text.tab-result-summary, .tx-vd-herma-adhensives .disclaimer .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .tx-vd-herma-adhensives .disclaimer .teaser-text.tab-result-summary {
  font-size: 0.75rem; }

.ie11 .tx-vd-herma-adhensives .technical-data .product-information-box {
  background-position: 4.6875rem 1.5625rem; }

@media screen and (max-width: 47.9375em) {
  .component-icon {
    display: none; }

  .ie11 .tx-vd-herma-adhensives .technical-data .product-information-box {
    background-position: 16.25rem 1.5625rem; } }
@media screen and (max-width: 29.9375em) {
  .ie11 .tx-vd-herma-adhensives .technical-data .product-information-box {
    background-position: 10rem 1.5625rem; } }
/*------ Haftmaterial -------*/
.factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li.adhgroup-blue label, .factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li.adhgroup-green label, .factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li.adhgroup-yellow label, .factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li.adhgroup-red label {
  padding-left: 1.6875rem;
  margin-bottom: 0.625rem; }
.factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li.adhgroup-blue input + label:before, .factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li.adhgroup-green input + label:before, .factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li.adhgroup-yellow input + label:before, .factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li.adhgroup-red input + label:before {
  width: 1.25rem;
  height: 1.25rem;
  top: 0.1875rem; }

.factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li.adhgroup-red input + label:before {
  background: #EA6866; }

.factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li.adhgroup-blue input + label:before {
  background: #085698; }

.factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li.adhgroup-green input + label:before {
  background: #227B1D; }

.factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li.adhgroup-yellow input + label:before {
  background: #EFB62B; }

.factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li.adhgroup-blue input:checked + label:before, .factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li.adhgroup-green input:checked + label:before, .factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li.adhgroup-yellow input:checked + label:before, .factfinder-wrapper .factfinder-header .asn .filter .select-fields ul li.adhgroup-red input:checked + label:before {
  border: 0.125rem solid #ff8800; }

.eao-resultitem-adhensive {
  font-size: 0.8125rem;
  margin-bottom: 0.625rem; }
  .eao-resultitem-adhensive .resultitem-inner {
    background-color: #ffffff;
    padding: 1.5625rem 1.875rem 1.875rem 0.9375rem; }
  .eao-resultitem-adhensive p, .eao-resultitem-adhensive .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .eao-resultitem-adhensive h2.teaser-text, .eao-resultitem-adhensive .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .eao-resultitem-adhensive h4.teaser-text, .eao-resultitem-adhensive .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .eao-resultitem-adhensive h4.teaser-text, .eao-resultitem-adhensive .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .eao-resultitem-adhensive .teaser-text.h2-like, .eao-resultitem-adhensive .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .eao-resultitem-adhensive .teaser-text.tab-result-summary, .eao-resultitem-adhensive .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .eao-resultitem-adhensive .teaser-text.tab-result-summary {
    line-height: 1.375rem; }
  .eao-resultitem-adhensive label {
    color: #667180;
    font-weight: 600;
    margin-bottom: 0.5rem; }
  .eao-resultitem-adhensive .button {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-weight: normal;
    font-size: 0.8125rem;
    display: block;
    margin-top: 0.9375rem; }
    .eao-resultitem-adhensive .button:focus {
      background-color: #ff8800;
      color: #ffffff; }
  .eao-resultitem-adhensive .endadhesive, .eao-resultitem-adhensive .startadhesive, .eao-resultitem-adhensive .material, .eao-resultitem-adhensive .type, .eao-resultitem-adhensive .thickness, .eao-resultitem-adhensive .mass {
    float: left; }
  .eao-resultitem-adhensive .endadhesives {
    width: 25%; }
  .eao-resultitem-adhensive .startadhesive {
    width: 27%; }
  .eao-resultitem-adhensive .material {
    width: 21%; }
  .eao-resultitem-adhensive .type {
    width: 25%; }
  .eao-resultitem-adhensive .thickness {
    width: 25%; }
  .eao-resultitem-adhensive .mass {
    width: 27%; }
  .eao-resultitem-adhensive.adhgroup-red .resultitem-inner {
    border-left: 0.375rem solid #EA6866; }
    .eao-resultitem-adhensive.adhgroup-red .resultitem-inner .endadhesive, .eao-resultitem-adhensive.adhgroup-red .resultitem-inner .startadhesive {
      display: none; }
  .eao-resultitem-adhensive.adhgroup-blue .resultitem-inner {
    border-left: 0.375rem solid #085698; }
    .eao-resultitem-adhensive.adhgroup-blue .resultitem-inner .endadhesive, .eao-resultitem-adhensive.adhgroup-blue .resultitem-inner .startadhesive {
      display: none; }
  .eao-resultitem-adhensive.adhgroup-yellow .resultitem-inner {
    border-left: 0.375rem solid #EFB62B; }
    .eao-resultitem-adhensive.adhgroup-yellow .resultitem-inner .thickness, .eao-resultitem-adhensive.adhgroup-yellow .resultitem-inner .mass {
      display: none; }
  .eao-resultitem-adhensive.adhgroup-green .resultitem-inner {
    border-left: 0.375rem solid #227B1D; }
    .eao-resultitem-adhensive.adhgroup-green .resultitem-inner .endadhesive, .eao-resultitem-adhensive.adhgroup-green .resultitem-inner .startadhesive {
      display: none; }

@media screen and (max-width: 63.9375em) {
  .eao-resultitem-adhensive .coverage {
    margin-top: 1.25rem; }
  .eao-resultitem-adhensive .button {
    margin-top: 3.125rem !important;
    margin-bottom: 0 !important;
    max-width: 11.25rem; } }
@media screen and (max-width: 47.9375em) {
  .eao-resultitem-adhensive .endadhesive {
    width: 50%;
    margin-top: 1.25rem; }
  .eao-resultitem-adhensive .startadhesive {
    width: 50%;
    margin-top: 1.25rem; }
  .eao-resultitem-adhensive .material {
    width: 50%; }
  .eao-resultitem-adhensive .type {
    width: 50%; }
  .eao-resultitem-adhensive .thickness {
    width: 50%;
    margin-top: 1.25rem; }
  .eao-resultitem-adhensive .mass {
    width: 50%;
    margin-top: 1.25rem; }
  .eao-resultitem-adhensive .button {
    margin-top: 1.875rem !important; } }
@media screen and (max-width: 29.9375em) {
  .eao-resultitem-adhensive .endadhesive {
    width: 100%; }
  .eao-resultitem-adhensive .startadhesive {
    width: 100%; }
  .eao-resultitem-adhensive .material {
    width: 100%;
    margin-top: 1.25rem; }
  .eao-resultitem-adhensive .type {
    width: 100%; }
  .eao-resultitem-adhensive .thickness {
    width: 100%; }
  .eao-resultitem-adhensive .mass {
    width: 100%; } }
.onlineservice .factfinder-wrapper .resultlist .record-teaser {
  padding-bottom: 4.0625rem;
  position: relative; }
  .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-image {
    height: 16.25rem;
    background-color: #ffffff !important;
    overflow: hidden; }
    .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-image.download {
      height: 6.875rem; }
  .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .headline, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text h3 {
    color: #31363d;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.625rem;
    min-height: 2.5rem;
    word-break: break-all; }
  .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .description, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .branch, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text p.teaser, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .slideritem .teaser-content .inner .box h2.teaser.teaser-text, .slideritem .teaser-content .inner .box .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text h2.teaser.teaser-text, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text h4.teaser.teaser-text, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text h4.teaser.teaser-text, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .slideritem .teaser-content .inner .box .teaser.teaser-text.h2-like, .slideritem .teaser-content .inner .box .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .teaser.teaser-text.h2-like, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser.teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .teaser.teaser-text.tab-result-summary, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser.teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .teaser.teaser-text.tab-result-summary {
    font-size: 0.75rem;
    color: #5c6573; }
  .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text p.sub-teaser, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .slideritem .teaser-content .inner .box h2.sub-teaser.teaser-text, .slideritem .teaser-content .inner .box .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text h2.sub-teaser.teaser-text, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.sub-teaser.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text h4.sub-teaser.teaser-text, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.sub-teaser.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text h4.sub-teaser.teaser-text, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .slideritem .teaser-content .inner .box .sub-teaser.teaser-text.h2-like, .slideritem .teaser-content .inner .box .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .sub-teaser.teaser-text.h2-like, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .slideritem .teaser-content .inner .box .tab-container.factfinder .sub-teaser.teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .sub-teaser.teaser-text.tab-result-summary, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .tab-container.factfinder .slideritem .teaser-content .inner .box .sub-teaser.teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .sub-teaser.teaser-text.tab-result-summary {
    font-size: 0.8125rem;
    color: #5c6573;
    max-width: 100% !important;
    margin-bottom: 0; }
  .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .category, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .maschine, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .fileformat, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .article-number, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .price, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .amount {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-bottom: 0;
    color: #5c6573;
    max-width: none; }
    .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .category strong, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .maschine strong, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .fileformat strong, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .article-number strong, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .price strong, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .amount strong {
      float: right; }
  .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .button {
    background-color: #18519c;
    font-size: 0.75rem;
    display: block;
    font-weight: normal;
    border: none;
    position: absolute;
    bottom: 1.875rem;
    margin-bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 82%; }
    .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .button:hover, .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .button:focus {
      background-color: #14417D !important; }
    .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text .button.download:after {
      content: "\e940";
      font-family: 'herma-icons' !important; }
  .onlineservice .factfinder-wrapper .resultlist .record-teaser .teaser-text hr {
    margin-bottom: 1.25rem; }

.factfinder-wrapper .resultlist.onlineservice-products {
  color: #5c6573;
  padding: 0;
  background-color: transparent; }
  .factfinder-wrapper .resultlist.onlineservice-products .inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-color: #f0f2f5; }
    .factfinder-wrapper .resultlist.onlineservice-products .inner .teaser-image {
      height: 14.125rem;
      text-align: center; }
    .factfinder-wrapper .resultlist.onlineservice-products .inner .teaser-text {
      padding-top: 0;
      position: unset;
      height: auto; }
    .factfinder-wrapper .resultlist.onlineservice-products .inner hr {
      margin-top: 0; }
    .factfinder-wrapper .resultlist.onlineservice-products .inner .available {
      color: #4AB354;
      position: relative;
      text-transform: uppercase;
      min-height: 3.125rem;
      padding-left: 1.0625rem;
      margin: 0.625rem 0;
      font-size: 0.75rem;
      line-height: 0.9375rem; }
      .factfinder-wrapper .resultlist.onlineservice-products .inner .available:before {
        position: absolute;
        width: 0.625rem;
        height: 0.625rem;
        background-color: #4AB354;
        border-radius: 1.875rem;
        margin-right: 0.3125rem;
        content: " ";
        left: 0;
        top: 0.1875rem; }
      .factfinder-wrapper .resultlist.onlineservice-products .inner .available.sub-color:before {
        background-color: #ff8800; }
      .factfinder-wrapper .resultlist.onlineservice-products .inner .available.replace:before {
        background-color: #9da1a6; }
      .factfinder-wrapper .resultlist.onlineservice-products .inner .available.replace a {
        color: #9da1a6; }
      .factfinder-wrapper .resultlist.onlineservice-products .inner .available.none:before {
        background-color: transparent; }
    .factfinder-wrapper .resultlist.onlineservice-products .inner .amount label {
      float: left;
      margin-right: 0.625rem; }
    .factfinder-wrapper .resultlist.onlineservice-products .inner .amount input {
      border: 0;
      box-shadow: none;
      float: left;
      width: 7.5rem;
      height: 1.5rem;
      background-color: #f0f2f5;
      font-size: 0.8125rem; }
    .factfinder-wrapper .resultlist.onlineservice-products .inner .button {
      position: unset !important;
      width: 100% !important;
      margin-top: 0.625rem; }
      .factfinder-wrapper .resultlist.onlineservice-products .inner .button.cart {
        margin-top: 0;
        background-color: #ff8800 !important; }
        .factfinder-wrapper .resultlist.onlineservice-products .inner .button.cart:hover, .factfinder-wrapper .resultlist.onlineservice-products .inner .button.cart:focus {
          background-color: #D67200 !important; }
      .factfinder-wrapper .resultlist.onlineservice-products .inner .button.oneclickbuy {
        background-color: #667180 !important; }
        .factfinder-wrapper .resultlist.onlineservice-products .inner .button.oneclickbuy:hover, .factfinder-wrapper .resultlist.onlineservice-products .inner .button.oneclickbuy:focus {
          background-color: #5c6573 !important; }
    .factfinder-wrapper .resultlist.onlineservice-products .inner .item.record-teaser {
      padding-bottom: 0;
      height: 34.375rem; }
      .factfinder-wrapper .resultlist.onlineservice-products .inner .item.record-teaser .teaser-text {
        width: 100%; }
        .factfinder-wrapper .resultlist.onlineservice-products .inner .item.record-teaser .teaser-text hr {
          border-color: #14417D;
          transition: all 0.3s ease-in-out; }
.factfinder-wrapper .resultlist .filter-category {
  background-color: #f0f2f5; }
  .factfinder-wrapper .resultlist .filter-category .filter {
    min-height: 9.375rem;
    /* -- 1. level --*/ }
    .factfinder-wrapper .resultlist .filter-category .filter .filter-header {
      background-color: #18519c;
      color: #ffffff;
      padding: 0.75rem 0.9375rem; }
    .factfinder-wrapper .resultlist .filter-category .filter ul {
      padding: 1.25rem 0.625rem 0.75rem 0.625rem; }
      .factfinder-wrapper .resultlist .filter-category .filter ul li {
        position: relative;
        /* -- 1. level --*/ }
        .factfinder-wrapper .resultlist .filter-category .filter ul li input {
          position: absolute;
          top: 0.125rem;
          left: 0;
          margin-bottom: 0; }
        .factfinder-wrapper .resultlist .filter-category .filter ul li label {
          color: #696C71;
          line-height: 1rem;
          padding-right: 0;
          padding-left: 1.0625rem;
          vertical-align: top;
          margin-right: 0;
          padding-bottom: 0.625rem;
          margin-left: 0; }
        .factfinder-wrapper .resultlist .filter-category .filter ul li ul {
          padding: 0.3125rem 0 0.3125rem 0.4375rem;
          margin-left: 0; }
          .factfinder-wrapper .resultlist .filter-category .filter ul li ul li.groupTreeFilter label {
            color: #18519c; }
          .factfinder-wrapper .resultlist .filter-category .filter ul li ul li.selectedGroupTreeFilter > label {
            color: #696C71 !important; }

/*------ Minicart -------*/
li#mini-cart {
  position: unset; }

#mini-cart-content {
  position: absolute;
  right: -425px;
  background: #ffffff;
  font-size: 0.875rem; }
  #mini-cart-content .minibasket-flyout {
    padding: 1.6875rem 1.5625rem 0.6875rem 2.5rem;
    border: none;
    border-radius: 0;
    box-shadow: -9px 5px 10px -7px #9da1a6;
    width: 26.5625rem;
    top: 4rem;
    right: 0;
    left: inherit;
    min-width: 26.5625rem;
    overflow-y: scroll;
    max-height: 37.5rem; }
    #mini-cart-content .minibasket-flyout hr {
      margin-top: 0;
      border-color: #f0f2f5; }
    #mini-cart-content .minibasket-flyout h3.minibasket-title {
      font-weight: 700;
      color: #18519c;
      font-size: 1.375rem;
      margin-bottom: 0; }
    #mini-cart-content .minibasket-flyout .close-button {
      border: none;
      background: transparent;
      font-size: 1.375rem;
      line-height: 1.375rem;
      color: #9da1a6;
      text-align: right;
      top: 0.25rem;
      position: absolute;
      right: 0.9375rem; }
    #mini-cart-content .minibasket-flyout #basket-flyout {
      position: relative; }
      #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box a {
        color: #18519c; }
      #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box hr {
        border-bottom: 1px solid #f0f2f5 !important;
        margin: -0.1875rem 0 1rem; }
      #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .thumb-image {
        padding-right: 0;
        padding-left: 0; }
        #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .thumb-image a {
          display: block;
          text-align: center; }
          #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .thumb-image a img {
            max-width: 3.4375rem;
            height: auto;
            float: left;
            margin-bottom: 1.25rem;
            border: 1px solid #ebeced; }
      #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box b {
        color: #18519c; }
      #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .article-nr {
        color: #667180;
        margin-bottom: 0.3125rem; }
        #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .article-nr b {
          font-size: 1rem; }
      #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .title {
        margin-bottom: 0.3125rem; }
        #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .title b a {
          font-size: 1rem; }
          #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .title b a:hover {
            text-decoration: underline; }
      #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .amount {
        font-size: 0.875rem; }
        #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .amount b {
          color: #667180; }
      #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .price {
        color: #18519c;
        font-weight: 700;
        margin-bottom: 0.125rem;
        text-align: right;
        font-size: 1rem;
        padding-right: 1.875rem !important; }
      #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .text-success:before {
        color: #4fb252; }
      #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag {
        margin-bottom: 0.5rem; }
        #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag p, #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag h2.teaser-text, #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag h4.teaser-text, #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag h4.teaser-text, #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag .teaser-text.h2-like, #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag .teaser-text.tab-result-summary, #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag .teaser-text.tab-result-summary {
          margin-bottom: 0; }
        #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag span {
          color: #4fb252;
          position: relative;
          padding-left: 0;
          font-size: 0.75rem;
          text-transform: uppercase;
          font-weight: 700; }
          #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag span.text-warning {
            color: #ff8800; }
        #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag i.fa.fa-circle.text-warning {
          color: #ff8800; }
      #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .title, #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .stock-flag, #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .amount, #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .article-nr {
        padding-left: 0.75rem !important; }
      #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box hr {
        margin: -0.1875rem 0 1rem 0;
        border-bottom: 1px solid #f0f2f5 !important; }
      #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .link--button {
        color: #18519c;
        font-size: 0.6875rem;
        display: block;
        margin-bottom: 1.1875rem;
        font-weight: 700;
        padding-right: 0.1875rem;
        border-bottom: 1px solid transparent; }
        #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .link--button i {
          font-size: 1rem;
          margin-right: 0.3125rem;
          vertical-align: sub; }
          #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .link--button i:before {
            color: #18519c; }
        #mini-cart-content .minibasket-flyout #basket-flyout .minibasket-box .link--button:hover {
          border-bottom: 1px solid #18519c; }
      #mini-cart-content .minibasket-flyout #basket-flyout .columns.medium-12 {
        padding-left: 0; }
  #mini-cart-content .button {
    display: block;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 0.5rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    width: 100%; }
    #mini-cart-content .button i {
      vertical-align: sub; }
      #mini-cart-content .button i:before {
        color: #ffffff;
        font-size: 1.25rem;
        margin-right: 0.3125rem; }
    #mini-cart-content .button span {
      color: #ffffff;
      line-height: 1.5rem; }
    #mini-cart-content .button.one-click-buy {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      background-color: #9da1a6;
      border-color: #9da1a6;
      width: 100%;
      margin-bottom: 1.125rem; }
      #mini-cart-content .button.one-click-buy span {
        color: #ffffff;
        line-height: 0.875rem; }
      #mini-cart-content .button.one-click-buy:hover {
        background: #667180 !important;
        border-color: #667180 !important; }
  #mini-cart-content .pricebox {
    margin-bottom: 1rem; }
    #mini-cart-content .pricebox b {
      float: right;
      font-size: 1rem;
      color: #18519c; }

.tx-vd-serviceportal-content .inner.default ul li {
  background: url("../Images/list_orange.svg") no-repeat left 0.375rem;
  background-size: 0.8125rem 0.8125rem;
  margin: 0 0 0.8125rem 0;
  padding-left: 1.25rem; }

@font-face {
  font-family: 'Herma';
  src: url("../Fonts/herma-sans/Herma-Black.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/herma-sans/Herma-Black.eot?#iefix") format("embedded-opentype"), url("../Fonts/herma-sans/Herma-Black.woff") format("woff"), url("../Fonts/herma-sans/Herma-Black.ttf") format("truetype"), url("../Fonts/herma-sans/Herma-Black.svg#202c67f2eab5e68c961757f62552dccf") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 900; }
@font-face {
  font-family: 'Herma';
  src: url("../Fonts/herma-sans/Herma-BlackItalic.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/herma-sans/Herma-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../Fonts/herma-sans/Herma-BlackItalic.woff") format("woff"), url("../Fonts/herma-sans/Herma-BlackItalic.ttf") format("truetype"), url("../Fonts/herma-sans/Herma-BlackItalic.svg#3afbdfcef99bc0b00d4a2bbbc21175ca") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 900; }
@font-face {
  font-family: 'Herma';
  src: url("../Fonts/herma-sans/Herma-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/herma-sans/Herma-Bold.eot?#iefix") format("embedded-opentype"), url("../Fonts/herma-sans/Herma-Bold.woff") format("woff"), url("../Fonts/herma-sans/Herma-Bold.ttf") format("truetype"), url("../Fonts/herma-sans/Herma-Bold.svg#e980a1307b1051767aea08b3bf678013") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: 'Herma';
  src: url("../Fonts/herma-sans/Herma-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/herma-sans/Herma-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../Fonts/herma-sans/Herma-BoldItalic.woff") format("woff"), url("../Fonts/herma-sans/Herma-BoldItalic.ttf") format("truetype"), url("../Fonts/herma-sans/Herma-BoldItalic.svg#369dc2c83e49889919cfa97a577af8dd") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 700; }
@font-face {
  font-family: 'Herma';
  src: url("../Fonts/herma-sans/Herma-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/herma-sans/Herma-Regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/herma-sans/Herma-Regular.woff") format("woff"), url("../Fonts/herma-sans/Herma-Regular.ttf") format("truetype"), url("../Fonts/herma-sans/Herma-Regular.svg#52493493ba2463206c6d22f050322e13") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'Herma';
  src: url("../Fonts/herma-sans/Herma-RegularItalic.eot");
  /* IE9 Compat Modes */
  src: url("../Fonts/herma-sans/Herma-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../Fonts/herma-sans/Herma-RegularItalic.woff") format("woff"), url("../Fonts/herma-sans/Herma-RegularItalic.ttf") format("truetype"), url("../Fonts/herma-sans/Herma-RegularItalic.svg#34c1906c9c3d87c9d237bed2bf28c2d4") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 400; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: 'herma-icons';
  src: url("../Fonts/herma-icons/herma-icons.eot?ryfva1");
  src: url("../Fonts/herma-icons/herma-icons.eot?ryfva1#iefix") format("embedded-opentype"), url("../Fonts/herma-icons/herma-icons.woff2?ryfva1") format("woff2"), url("../Fonts/herma-icons/herma-icons.ttf?ryfva1") format("truetype"), url("../Fonts/herma-icons/herma-icons.woff?ryfva1") format("woff"), url("../Fonts/herma-icons/herma-icons.svg?ryfva1#herma-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="i-"], [class*=" i-"], .icon, .Tx-Formhandler .onlineservice-form #servicedate:after, .newsletter-form .onlineservice-form #servicedate:after, .cc_banner-wrapper .cc_container .cc_btn_accept_all:after, .factfinder-wrapper .factfinder-header .asn .filter span.please-select:after, .tx-vd-herma-products .filter .selected-item:after, a.btn-round.cart:before, a.btn-round.info:before, a.btn-round.edit:before, a.btn-round.cart:focus:before, a.btn-round.info:focus:before, a.btn-round.edit:focus:before, .mfp-container .mfp-arrow-left,
.mfp-container .mfp-arrow-right, .mfp-container .mfp-close, header #header-top .languages a:after, ul#breadcrumbnavigation li:before, ul#breadcrumbnavigation li.first a, header .navigation-right #login span.login-label a:before, footer .socialbookmarks a, .slick-slider.columns-4 .slick-next.slick-prev:before, .slick-slider.columns-4 .slick-next:before,
.slick-slider.columns-4 .slick-prev:before, .microsite .slideritem .teaser-content .inner .box .button:after, .share-container span:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'herma-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.i-icons_oc_grau-logout:before {
  content: "\e951";
  color: #667180; }

.i-icons_oc_grau-delete-small:before {
  content: "\e94f";
  color: #667180; }

.i-icon_c_mail:before {
  content: "\e94c"; }

.i-icon_c_phone:before {
  content: "\e94d"; }

.i-icon_warning:before {
  content: "\e94e"; }

.i-icon_error:before {
  content: "\e94b"; }

.i-icons_oc_grau-cal:before {
  content: "\e929";
  color: #667180; }

.i-icons_oc_grau-cta-download:before {
  content: "\e940";
  color: #667180; }

.i-icons_oc_grau-delete:before {
  content: "\e941";
  color: #667180; }

.i-icons_oc_grau-excel:before {
  content: "\e942";
  color: #667180; }

.i-icons_oc_grau-os-docs:before {
  content: "\e943";
  color: #667180; }

.i-icons_oc_grau-os-faq:before {
  content: "\e944";
  color: #667180; }

.i-icons_oc_grau-os-tuts:before {
  content: "\e945";
  color: #667180; }

.i-icons_oc_grau-print:before {
  content: "\e946";
  color: #667180; }

.i-icons_oc_blau-user:before {
  content: "\e947";
  color: #667180; }

.i-icons_oc_grau-cart:before {
  content: "\e948";
  color: #667180; }

.i-icons_oc_grau-edit:before {
  content: "\e949";
  color: #667180; }

.i-icons_oc_grau-info:before {
  content: "\e94a";
  color: #667180; }

.i-icons_mc_soc-yt-2 .path1:before {
  content: "\e93e";
  color: #e62117; }

.i-icons_mc_soc-yt-2 .path2:before {
  content: "\e93f";
  margin-left: -1em;
  color: black; }

.i-icons_mc_mc-colored-check .path1:before {
  content: "\e900";
  color: #18519c; }

.i-icons_mc_mc-colored-check .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: #ff8800; }

.i-icons_mc_mc-consistant .path1:before {
  content: "\e902";
  color: #ff8800; }

.i-icons_mc_mc-consistant .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: #18519c; }

.i-icons_mc_mc-fast-delivery .path1:before {
  content: "\e904";
  color: #ff8800; }

.i-icons_mc_mc-fast-delivery .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: #ff8800; }

.i-icons_mc_mc-fast-delivery .path3:before {
  content: "\e906";
  margin-left: -1em;
  color: #ff8800; }

.i-icons_mc_mc-fast-delivery .path4:before {
  content: "\e907";
  margin-left: -1em;
  color: #18519c; }

.i-icons_mc_mc-knowhow .path1:before {
  content: "\e908";
  color: #ff8800; }

.i-icons_mc_mc-knowhow .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: #18519c; }

.i-icons_mc_mc-professional .path1:before {
  content: "\e90a";
  color: #ff8800; }

.i-icons_mc_mc-professional .path2:before {
  content: "\e90b";
  margin-left: -1em;
  color: #18519c; }

.i-icons_mc_mc-professional .path3:before {
  content: "\e90c";
  margin-left: -1em;
  color: #ff8800; }

.i-icons_mc_mc-professional .path4:before {
  content: "\e90d";
  margin-left: -1em;
  color: #18519c; }

.i-icons_mc_mc-professional .path5:before {
  content: "\e90e";
  margin-left: -1em;
  color: #18519c; }

.i-icons_mc_mc-professional .path6:before {
  content: "\e90f";
  margin-left: -1em;
  color: #18519c; }

.i-icons_mc_mc-professional .path7:before {
  content: "\e910";
  margin-left: -1em;
  color: #ff8800; }

.i-icons_mc_mc-professional .path8:before {
  content: "\e911";
  margin-left: -1em;
  color: #ff8800; }

.i-icons_mc_mc-reliable .path1:before {
  content: "\e912";
  color: #ff8800; }

.i-icons_mc_mc-reliable .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: #18519c; }

.i-icons_mc_mc-serviceoriented .path1:before {
  content: "\e914";
  color: #18519c; }

.i-icons_mc_mc-serviceoriented .path2:before {
  content: "\e915";
  margin-left: -1em;
  color: #ff8800; }

.i-icons_mc_mc-sustainable .path1:before {
  content: "\e916";
  color: #18519c; }

.i-icons_mc_mc-sustainable .path2:before {
  content: "\e917";
  margin-left: -1em;
  color: #ff8800; }

.i-icons_mc_mc-tech-leading .path1:before {
  content: "\e918";
  color: #18519c; }

.i-icons_mc_mc-tech-leading .path2:before {
  content: "\e919";
  margin-left: -1em;
  color: #ff8800; }

.i-icons_mc_mc-tech-leading .path3:before {
  content: "\e91a";
  margin-left: -1em;
  color: #18519c; }

.i-icons_mc_soc-as:before {
  content: "\e91b"; }

.i-icons_mc_soc-fb:before {
  content: "\e91c"; }

.i-icons_mc_soc-gp:before {
  content: "\e91d"; }

.i-icons_mc_soc-ig:before {
  content: "\e91e"; }

.i-icons_mc_soc-kn:before {
  content: "\e91f"; }

.i-icons_mc_soc-li:before {
  content: "\e920"; }

.i-icons_mc_soc-ml:before {
  content: "\e921"; }

.i-icons_mc_soc-pi:before {
  content: "\e922"; }

.i-icons_mc_soc-tw:before {
  content: "\e923"; }

.i-icons_mc_soc-vm:before {
  content: "\e924"; }

.i-icons_mc_soc-wa:before {
  content: "\e925"; }

.i-icons_mc_soc-xn:before {
  content: "\e926"; }

.i-icons_mc_soc-yt:before {
  content: "\e927"; }

.i-icons_oc_blau-lupe:before {
  content: "\e928"; }

.i-icons_oc_blau-user:before {
  content: "\e947"; }

.i-icons_oc_blue-arrow_s-to-bottom:before {
  content: "\e92a"; }

.i-icons_oc_blue-arrow_s-to-up:before {
  content: "\e92b"; }

.i-icons_oc_blue-arrow-to-bottom:before {
  content: "\e92c"; }

.i-icons_oc_blue-arrow-to-left:before {
  content: "\e92d"; }

.i-icons_oc_blue-arrow-to-right:before {
  content: "\e92e"; }

.i-icons_oc_blue-arrow-to-up:before {
  content: "\e92f"; }

.i-icons_oc_blue-branche-autonelec:before {
  content: "\e930"; }

.i-icons_oc_blue-branche-logntrans:before {
  content: "\e931"; }

.i-icons_oc_blue-branche-phancos:before {
  content: "\e932"; }

.i-icons_oc_blue-breadc-home:before {
  content: "\e933"; }

.i-icons_oc_blue-burger:before {
  content: "\e934"; }

.i-icons_oc_blue-filter-delete:before {
  content: "\e935"; }

.i-icons_oc_blue-folder-close:before {
  content: "\e936"; }

.i-icons_oc_blue-folder-open:before {
  content: "\e937"; }

.i-icons_oc_blue-hook-ok:before {
  content: "\e938"; }

.i-icons_oc_blue-input-info:before {
  content: "\e939"; }

.i-icons_oc_blue-list-symbol:before {
  content: "\e93a"; }

.i-icons_oc_blue-lock:before {
  content: "\e93b"; }

.i-icons_oc_blue-scrolldown:before {
  content: "\e93c"; }

.i-icons_oc_blue-shop:before {
  content: "\e93d"; }

/* -----------------------------------------
    EAO
 ---------------------------------------------*/
@font-face {
  font-family: 'herma-eaolp-icons';
  src: url("../Fonts/herma-eaolp-icons/herma-eaolp-icons.eot?87fl4f");
  src: url("../Fonts/herma-eaolp-icons/herma-eaolp-icons.eot?87fl4f#iefix") format("embedded-opentype"), url("../Fonts/herma-eaolp-icons/herma-eaolp-icons.woff2?87fl4f") format("woff2"), url("../Fonts/herma-eaolp-icons/herma-eaolp-icons.ttf?87fl4f") format("truetype"), url("../Fonts/herma-eaolp-icons/herma-eaolp-icons.woff?87fl4f") format("woff"), url("../Fonts/herma-eaolp-icons/herma-eaolp-icons.svg?87fl4f#herma-eaolp-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'herma-eaolp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-herma-eao-icons_process-0:before {
  content: "\e904"; }

.icon-herma-eao-icons_process-1:before {
  content: "\e905"; }

.icon-herma-eao-icons_process-2:before {
  content: "\e906"; }

.icon-herma-eao-icons_process-3:before {
  content: "\e907"; }

.icon-herma-eao-icons_process-4:before {
  content: "\e908"; }

/* -------------------------------------------
    STYLES
   ------------------------------------------- */
.row {
  max-width: 65.875rem;
  margin: 0 auto; }

h1, .h1-like, .h1-big, .slideritem.eao-layout .teaser-content .inner .box .teaser-headline, h2, .commerce-connector-overlay .commerce-connector h4, .h2-like, .tab-container.factfinder .tab-result-summary, h3, h4, h5,
.h1-like, .h2-like, .h3-like,
.p, .label .a,
*, * *, * > * {
  font-family: "Herma", "Arial", sans-serif;
  text-rendering: optimizeLegibility;
  color: #5c6573; }

h1, .h1-like, .h1-big, .slideritem.eao-layout .teaser-content .inner .box .teaser-headline {
  line-height: 2.625rem;
  letter-spacing: -0.010em;
  color: #18519c;
  font-weight: 400;
  margin-top: 0 !important; }
  h1 b, .h1-like b, .h1-big b, .slideritem.eao-layout .teaser-content .inner .box .teaser-headline b {
    color: #18519c; }

.h1-like {
  margin-bottom: 3.75rem; }

.h1-big {
  margin-bottom: 2.5rem;
  font-size: 3rem;
  font-weight: bold;
  letter-spcing: -1px; }

h2, .commerce-connector-overlay .commerce-connector h4, .h2-like, .tab-container.factfinder .tab-result-summary {
  line-height: 2.25rem;
  letter-spacing: -0.010em;
  color: #18519c;
  font-weight: 400; }
  h2.grey, .commerce-connector-overlay .commerce-connector h4.grey, .grey.h2-like, .tab-container.factfinder .grey.tab-result-summary {
    font-weight: normal;
    font-size: 1.625rem;
    line-height: normal; }

.h2-like {
  margin-bottom: 3.75rem; }

h3, .h3-like {
  line-height: 2rem;
  letter-spacing: -0.010em;
  color: #31363d;
  font-weight: 700; }

h4 {
  line-height: 1.875rem;
  letter-spacing: -0.015em;
  color: #5c6573;
  font-weight: 700; }

h5 {
  line-height: 1.5rem;
  letter-spacing: -0.015em;
  color: #31363d;
  font-weight: 700; }

.microsite h1, .microsite .h1-like, .microsite .h1-big, .microsite .slideritem.eao-layout .teaser-content .inner .box .teaser-headline, .slideritem.eao-layout .teaser-content .inner .box .microsite .teaser-headline {
  font-size: 2.25rem;
  font-weight: 700; }
.microsite h3 {
  color: #31363d;
  font-size: 1.625rem;
  margin-bottom: 2.5rem; }

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  h1, .h1-like, .h1-big, .slideritem.eao-layout .teaser-content .inner .box .teaser-headline {
    line-height: normal;
    font-size: 1.625rem; }

  h2, .commerce-connector-overlay .commerce-connector h4, .h2-like, .tab-container.factfinder .tab-result-summary {
    line-height: normal;
    font-size: 1.5rem; }

  h3 {
    line-height: normal;
    font-size: 1.375rem; } }
@media screen and (max-width: 29.9375em) {
  h1, .h1-like, .h1-big, .slideritem.eao-layout .teaser-content .inner .box .teaser-headline {
    line-height: 2rem;
    font-size: 1.5rem; }

  h2, .commerce-connector-overlay .commerce-connector h4, .h2-like, .tab-container.factfinder .tab-result-summary {
    line-height: normal;
    font-size: 1.375rem; }

  h3 {
    line-height: normal;
    font-size: 1.25rem; }

  h4 {
    line-height: normal;
    font-size: 1.125rem; } }
p, .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary {
  color: #667180;
  font-weight: 400; }
  p a, .slideritem .teaser-content .inner .box h2.teaser-text a, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text a, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text a, .slideritem .teaser-content .inner .box .teaser-text.h2-like a, .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary a, .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary a {
    text-decoration: underline; }

@media screen and (max-width: 29.9375em) {
  p, .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary {
    font-size: 0.875rem; } }
.label {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #31363d;
  font-weight: 700; }

.grey {
  color: #667180; }

.big-text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.010em; }

.small-text {
  font-size: 0.875rem;
  line-height: normal; }

.microsite .big-text {
  font-size: 1.125rem; }

@media screen and (max-width: 47.9375em) {
  .big-text {
    line-height: normal;
    font-size: 1.25rem; } }
sub, sup {
  color: inherit; }

p.prim-color, .slideritem .teaser-content .inner .box h2.prim-color.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.prim-color.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.prim-color.teaser-text, .slideritem .teaser-content .inner .box .prim-color.teaser-text.h2-like, .slideritem .teaser-content .inner .box .tab-container.factfinder .prim-color.teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .prim-color.teaser-text.tab-result-summary, b.prim-color, i.prim-color, span.prim-color, .prim-color {
  color: #18519c; }

p.sub-color, .slideritem .teaser-content .inner .box h2.sub-color.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.sub-color.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.sub-color.teaser-text, .slideritem .teaser-content .inner .box .sub-color.teaser-text.h2-like, .slideritem .teaser-content .inner .box .tab-container.factfinder .sub-color.teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .sub-color.teaser-text.tab-result-summary, b.sub-color, i.sub-color, span.sub-color, .sub-color {
  color: #ff8800 !important; }

p.left, .slideritem .teaser-content .inner .box h2.left.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.left.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.left.teaser-text, .slideritem .teaser-content .inner .box .left.teaser-text.h2-like, .slideritem .teaser-content .inner .box .tab-container.factfinder .left.teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .left.teaser-text.tab-result-summary, td.left, th.left, h1.left, .left.h1-like, .left.h1-big, .slideritem.eao-layout .teaser-content .inner .box .left.teaser-headline, h2.left, .commerce-connector-overlay .commerce-connector h4.left, .left.h2-like, .tab-container.factfinder .left.tab-result-summary, h3.left, h4.left, h5.left,
h6.left, div.left, address.left {
  text-align: left !important; }

p.center, .slideritem .teaser-content .inner .box h2.center.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.center.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.center.teaser-text, .slideritem .teaser-content .inner .box .center.teaser-text.h2-like, .slideritem .teaser-content .inner .box .tab-container.factfinder .center.teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .center.teaser-text.tab-result-summary, td.center, th.center, h1.center, .center.h1-like, .center.h1-big, .slideritem.eao-layout .teaser-content .inner .box .center.teaser-headline, h2.center, .commerce-connector-overlay .commerce-connector h4.center, .center.h2-like, .tab-container.factfinder .center.tab-result-summary, h3.center, h4.center,
h5.center, h6.center, div.center, address.center {
  text-align: center !important; }

p.right, .slideritem .teaser-content .inner .box h2.right.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.right.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.right.teaser-text, .slideritem .teaser-content .inner .box .right.teaser-text.h2-like, .slideritem .teaser-content .inner .box .tab-container.factfinder .right.teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .right.teaser-text.tab-result-summary, td.right, th.right, h1.right, .right.h1-like, .right.h1-big, .slideritem.eao-layout .teaser-content .inner .box .right.teaser-headline, h2.right, .commerce-connector-overlay .commerce-connector h4.right, .right.h2-like, .tab-container.factfinder .right.tab-result-summary, h3.right, h4.right, h5.right,
h6.right, div.right, address.right {
  text-align: right !important; }

p.justify, .slideritem .teaser-content .inner .box h2.justify.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.justify.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.justify.teaser-text, .slideritem .teaser-content .inner .box .justify.teaser-text.h2-like, .slideritem .teaser-content .inner .box .tab-container.factfinder .justify.teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .justify.teaser-text.tab-result-summary, td.justify, th.justify, h1.justify, .justify.h1-like, .justify.h1-big, .slideritem.eao-layout .teaser-content .inner .box .justify.teaser-headline, h2.justify, .commerce-connector-overlay .commerce-connector h4.justify, .justify.h2-like, .tab-container.factfinder .justify.tab-result-summary, h3.justify, h4.justify,
h5.justify, h6.justify, div.justify, address.justify {
  text-align: justify; }

.indent {
  margin-left: 1.875rem; }

.red {
  color: #ff0000 !important; }

p.padding, .slideritem .teaser-content .inner .box h2.padding.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.padding.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.padding.teaser-text, .slideritem .teaser-content .inner .box .padding.teaser-text.h2-like, .slideritem .teaser-content .inner .box .tab-container.factfinder .padding.teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .padding.teaser-text.tab-result-summary, td.padding, th.padding, h1.padding, .padding.h1-like, .padding.h1-big, .slideritem.eao-layout .teaser-content .inner .box .padding.teaser-headline, h2.padding, .commerce-connector-overlay .commerce-connector h4.padding, .padding.h2-like, .tab-container.factfinder .padding.tab-result-summary, h3.padding, h4.padding,
h5.padding, h6.padding, div.padding, address.padding {
  padding: 1.5625rem; }

ul {
  margin: 0;
  list-style: none;
  margin-bottom: 1.25rem; }
  ul li.arrow-list-orange {
    background: url("../Images/list_orange.svg") no-repeat left 0.375rem;
    background-size: 0.8125rem 0.8125rem;
    margin: 0 0 0.8125rem 0;
    padding-left: 1.25rem; }
  ul li.check-list-orange {
    background: url("../Images/colored_check.svg") no-repeat left 0.125rem;
    background-size: 1.5rem 1.5rem;
    padding-left: 2.5rem;
    margin: 0 0 0.625rem 0; }

@media screen and (max-width: 29.9375em) {
  ul li.check-list-orange {
    background: url("../Images/colored_check.svg") no-repeat left 0;
    background-size: 1.5rem 1.5rem;
    font-size: 0.875rem; } }
.microsite ul li.check-list-orange {
  margin-bottom: 0.625rem; }

a, a:focus {
  outline: none; }
  a.more, a.more-filter, a:focus.more, a.more-filter:focus {
    font-weight: bold;
    font-size: 1rem;
    background: url("../Images/arrow_right_orange.svg") no-repeat right top;
    background-size: 1.4375rem 1.4375rem;
    color: #5c6573;
    text-decoration: none;
    padding-right: 1.875rem; }
  a.button-blue, a.button-orange, a:focus.button-blue, a:focus.button-orange {
    color: #ffffff !important;
    text-decoration: none;
    white-space: nowrap;
    font-family: "Herma", "Arial", sans-serif;
    font-size: 0.875rem;
    padding: 0.625rem 1.5625rem;
    line-height: 0.875rem;
    font-weight: bold;
    border: 1px solid; }
  a.button-blue, a:focus.button-blue {
    background-color: #18519c;
    border-color: #18519c;
    color: #ffffff !important; }
    a.button-blue:hover, a:focus.button-blue:hover {
      background-color: #14417D; }
  a.button-orange, a:focus.button-orange {
    background-color: #ff8800;
    border-color: #ff8800; }
    a.button-orange:hover, a:focus.button-orange:hover {
      color: #ffffff !important;
      border-color: #D67200;
      background-color: #D67200 !important; }
  a:hover, a:focus, a:focus:hover, a:focus:focus {
    color: #18519c; }
  a.btn-round.cart:before, a.btn-round.info:before, a.btn-round.edit:before, a:focus.btn-round.cart:before, a:focus.btn-round.info:before, a:focus.btn-round.edit:before {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 100%;
    padding: 0.4375rem;
    color: #ffffff;
    font-size: 2.125rem;
    text-align: center; }
  a.btn-round.cart, a:focus.btn-round.cart {
    background-color: #ff8800;
    margin-right: 0.9375rem; }
    a.btn-round.cart:before, a:focus.btn-round.cart:before {
      background-color: #ff8800;
      content: "\e948";
      font-size: 1.75rem;
      padding: 0.6875rem 0.8125rem 0.625rem 0.625rem; }
  a.btn-round.info:before, a:focus.btn-round.info:before {
    border: 1px solid #ffffff;
    content: "\e94a"; }
  a.btn-round.edit, a:focus.btn-round.edit {
    margin-right: 0.9375rem; }
    a.btn-round.edit:before, a:focus.btn-round.edit:before {
      background-color: #ff8800;
      content: "\e949";
      font-size: 1.75rem;
      padding: 0.6875rem 0.8125rem 0.625rem 0.625rem; }

.button {
  color: #ffffff;
  background: #ff8800;
  font-family: "Herma", "Arial", sans-serif;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: 0.625rem 1.5625rem;
  font-weight: bold;
  border: 1px solid #ff8800; }
  .button:hover {
    color: #ffffff !important;
    border-color: #D67200;
    background-color: #D67200 !important;
    text-decoration: none; }

.dark-blue {
  background-color: #103153; }

.blue-gray {
  background-color: #5c6573; }

.light-gray {
  background-color: #f0f2f5; }

.blue {
  background-color: #18519c; }

.dark-gray {
  background-color: #31363d; }

.no-padding {
  padding: 0 !important; }

.microsite .row.one-col {
  max-width: 46.875rem; }
.microsite .row.two-cols .col-left .inner {
  margin-left: 9.5625rem; }
  .microsite .row.two-cols .col-left .inner h1, .microsite .row.two-cols .col-left .inner .h1-like, .microsite .row.two-cols .col-left .inner .h1-big, .microsite .row.two-cols .col-left .slideritem.eao-layout .teaser-content .inner .box .teaser-headline, .slideritem.eao-layout .teaser-content .microsite .row.two-cols .col-left .inner .box .teaser-headline, .microsite .row.two-cols .col-left .inner h2, .microsite .row.two-cols .col-left .inner .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .microsite .row.two-cols .col-left .inner h4, .microsite .row.two-cols .col-left .inner .h2-like, .microsite .row.two-cols .col-left .inner .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .microsite .row.two-cols .col-left .inner .tab-result-summary, .microsite .row.two-cols .col-left .inner h3, .microsite .row.two-cols .col-left .inner h4 {
    margin-left: 0; }
.microsite .row.two-cols h1, .microsite .row.two-cols .h1-like, .microsite .row.two-cols .h1-big, .microsite .row.two-cols .slideritem.eao-layout .teaser-content .inner .box .teaser-headline, .slideritem.eao-layout .teaser-content .inner .box .microsite .row.two-cols .teaser-headline, .microsite .row.two-cols h2, .microsite .row.two-cols .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .microsite .row.two-cols h4, .microsite .row.two-cols .h2-like, .microsite .row.two-cols .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .microsite .row.two-cols .tab-result-summary, .microsite .row.two-cols h3, .microsite .row.two-cols h4 {
  margin-left: 9.5625rem; }

@media screen and (max-width: 63.9375em) {
  .microsite .row.two-cols .col-left .inner {
    margin-left: 0; }
  .microsite .row.two-cols h1, .microsite .row.two-cols .h1-like, .microsite .row.two-cols .h1-big, .microsite .row.two-cols .slideritem.eao-layout .teaser-content .inner .box .teaser-headline, .slideritem.eao-layout .teaser-content .inner .box .microsite .row.two-cols .teaser-headline, .microsite .row.two-cols h2, .microsite .row.two-cols .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .microsite .row.two-cols h4, .microsite .row.two-cols .h2-like, .microsite .row.two-cols .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .microsite .row.two-cols .tab-result-summary, .microsite .row.two-cols h3, .microsite .row.two-cols h4 {
    margin-left: 0; } }
/* -------------------------------------------
    Overlay
   ------------------------------------------- */
.mfp-bg {
  background: #c3d2e5;
  z-index: 15001; }

.mfp-wrap {
  z-index: 15002; }

.mfp-figure:after {
  box-shadow: 0 0 6.875rem rgba(0, 0, 0, 0.3); }

.mfp-container {
  top: -3.4375rem; }
  .mfp-container .mfp-content {
    margin-top: 2.8125rem; }
  .mfp-container .mfp-arrow-left,
  .mfp-container .mfp-arrow-right {
    opacity: 1; }
    .mfp-container .mfp-arrow-left:after, .mfp-container .mfp-arrow-left:before,
    .mfp-container .mfp-arrow-right:after,
    .mfp-container .mfp-arrow-right:before {
      border: none;
      opacity: 1; }
    .mfp-container .mfp-arrow-left:before,
    .mfp-container .mfp-arrow-right:before {
      color: #18519c;
      font-size: 1.875rem; }
  .mfp-container .mfp-arrow-left:before {
    content: "\e92d"; }
  .mfp-container .mfp-arrow-right:before {
    content: "\e92e"; }
  .mfp-container .mfp-close {
    font-size: 1px;
    color: transparent;
    opacity: 1;
    margin-top: 3.75rem;
    margin-right: 1.25rem; }
    .mfp-container .mfp-close:before {
      border: none;
      opacity: 1; }
    .mfp-container .mfp-close:before {
      background-color: #18519c;
      color: #ffffff;
      border-radius: 6.25rem;
      font-size: 1.375rem;
      content: "\e935";
      padding: 0.625rem; }

.mfp-bottom-bar {
  margin-top: -2.5rem;
  background: #ffffff; }
  .mfp-bottom-bar .title {
    font-weight: 700;
    padding: 1.875rem 2.5rem 0.9375rem 2.5rem;
    width: 100%; }
  .mfp-bottom-bar p, .mfp-bottom-bar .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .mfp-bottom-bar h2.teaser-text, .mfp-bottom-bar .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .mfp-bottom-bar h4.teaser-text, .mfp-bottom-bar .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .mfp-bottom-bar h4.teaser-text, .mfp-bottom-bar .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .mfp-bottom-bar .teaser-text.h2-like, .mfp-bottom-bar .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .mfp-bottom-bar .teaser-text.tab-result-summary, .mfp-bottom-bar .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .mfp-bottom-bar .teaser-text.tab-result-summary {
    margin-bottom: 0;
    padding: 0 2.5rem 1.875rem 2.5rem;
    width: 100%; }

/* -------------------------------------------
    Overlay Navigation
   ------------------------------------------- */
#dim-screen {
  background: #18519c;
  opacity: 0.7;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  display: none; }

/*--------------------------------------
   METANAVIGATION
  -------------------------------------- */
ul#metanavigation {
  margin: 0.6875rem 0 0; }
  ul#metanavigation li a {
    color: #9da1a6;
    font-size: 0.75rem;
    margin-left: 1rem; }
    ul#metanavigation li a:hover {
      text-decoration: underline; }

ul.languages {
  margin: 0.6875rem 0 0; }

/*--------------------------------------
   LANGUAGE NAVIGATION
  -------------------------------------- */
header #header-top .languages {
  margin-left: 1.25rem;
  margin-bottom: 0;
  position: relative; }
  header #header-top .languages a {
    color: #9da1a6;
    font-size: 0.75rem;
    position: relative;
    padding-right: 1.5625rem;
    text-decoration: none; }
    header #header-top .languages a:after {
      content: "\e92a";
      color: #9da1a6;
      font-size: 1.125rem;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #f2f6fa;
      border-radius: 100%;
      text-align: center; }
  header #header-top .languages .language-flyout {
    display: none;
    margin: 0;
    min-width: 7.5rem;
    position: absolute;
    border: 1px solid #ebeced;
    padding: 0.3125rem 0.625rem;
    right: 0;
    background-color: #ffffff;
    z-index: 15500; }
    header #header-top .languages .language-flyout li {
      width: 100%; }
    header #header-top .languages .language-flyout a {
      display: block;
      text-align: left;
      padding: 0; }
      header #header-top .languages .language-flyout a img, header #header-top .languages .language-flyout a span {
        display: inline-block; }
      header #header-top .languages .language-flyout a img {
        margin-right: 0.1875rem; }
      header #header-top .languages .language-flyout a:after {
        content: ""; }

/*--------------------------------------
   MAINNAVIGATION - first level
  -------------------------------------- */
#mainnavigation {
  background-color: #f0f2f5;
  z-index: 15000; }
  #mainnavigation .logout {
    font-weight: 700;
    color: #18519c;
    padding: 1.375rem 1.25rem 1.125rem;
    display: inline-block; }
  #mainnavigation ul.first-level, #mainnavigation ul.first-level-right {
    margin: 0;
    display: inline-block; }
    #mainnavigation ul.first-level > li, #mainnavigation ul.first-level-right > li {
      position: relative; }
      #mainnavigation ul.first-level > li > a, #mainnavigation ul.first-level-right > li > a {
        font-weight: 700;
        color: #18519c;
        display: inline-block;
        padding: 1.375rem 1.25rem 1.125rem;
        border-bottom: 0.3125rem solid transparent; }
        #mainnavigation ul.first-level > li > a:hover, #mainnavigation ul.first-level-right > li > a:hover {
          border-color: #ff8800;
          color: #18519c; }
      #mainnavigation ul.first-level > li.current > a, #mainnavigation ul.first-level-right > li.current > a, #mainnavigation ul.first-level > li.active > a, #mainnavigation ul.first-level-right > li.active > a, #mainnavigation ul.first-level > li.is-open > a, #mainnavigation ul.first-level-right > li.is-open > a {
        border-color: #ff8800; }
      #mainnavigation ul.first-level > li.is-open .flyout, #mainnavigation ul.first-level-right > li.is-open .flyout {
        display: block; }
  #mainnavigation ul.first-level-right {
    padding-top: 0.875rem;
    float: right; }
    #mainnavigation ul.first-level-right.show-cart > li:first-child a {
      border-right: solid #9da1a6 1px; }
    #mainnavigation ul.first-level-right > li {
      text-align: center; }
      #mainnavigation ul.first-level-right > li > a {
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 400;
        padding: 0 0.6875rem 0 0.5625rem;
        border-bottom: 0; }
        #mainnavigation ul.first-level-right > li > a > i {
          display: block;
          font-size: 1.75rem; }
          #mainnavigation ul.first-level-right > li > a > i:before {
            color: #18519c; }
        #mainnavigation ul.first-level-right > li > a > span {
          color: #18519c;
          margin-top: -0.0625rem;
          display: block; }
          #mainnavigation ul.first-level-right > li > a > span > i {
            padding-left: 0.125rem;
            padding-right: 0;
            vertical-align: text-bottom; }
      #mainnavigation ul.first-level-right > li > span.badge {
        position: absolute;
        top: 0;
        left: 3.0625rem;
        background-color: #103153;
        line-height: 0.6875rem;
        border-radius: 1.875rem;
        font-weight: 700;
        font-size: 0.75rem;
        padding: 0.0625rem 0.375rem;
        min-width: 1.125rem; }
      #mainnavigation ul.first-level-right > li.mini-cart a {
        padding-right: 0; }
      #mainnavigation ul.first-level-right > li.first a {
        font-weight: bold; }
    #mainnavigation ul.first-level-right .flyout {
      left: 0.5rem !important; }
      #mainnavigation ul.first-level-right .flyout .flyout-inner ul.navigation-container {
        margin-bottom: 0.9375rem; }
        #mainnavigation ul.first-level-right .flyout .flyout-inner ul.navigation-container li a {
          border-right: 0; }
      #mainnavigation ul.first-level-right .flyout .flyout-inner .button.logout {
        padding: 0.5625rem 1.25rem 0.5625rem 1.125rem;
        margin-bottom: 0.5rem;
        color: #ffffff;
        font-size: 0.875rem;
        background: #9da1a6;
        border-color: #9da1a6;
        float: right;
        font-weight: normal;
        border-right: 0; }
        #mainnavigation ul.first-level-right .flyout .flyout-inner .button.logout:hover {
          background: #667180 !important;
          border-color: #667180 !important; }
        #mainnavigation ul.first-level-right .flyout .flyout-inner .button.logout:before {
          font-family: 'herma-icons' !important;
          content: "\e951";
          color: #ffffff;
          font-size: 1.25rem;
          margin-right: 0.5rem;
          vertical-align: sub; }

.mini-cart-link.has-tip {
  cursor: pointer; }

.cart-tooltip {
  background-color: #FFF;
  z-index: 20000;
  box-shadow: 0 0 16px #ebeced;
  color: #5c6169; }

.cart-tooltip:before {
  border-color: transparent transparent #fff;
  box-shadow: 0 0 0 0; }

.lang-en-1 #mainnavigation ul.first-level-right > li > span.badge {
  left: 2.0625rem; }

@media screen and (max-width: 74.9375em) {
  #mainnavigation ul.first-level-right > li .flyout {
    left: unset !important;
    right: 0 !important; } }
/*--------------------------------------
   MAINNAVIGATION Sticky
  -------------------------------------- */
#mainnavigation .logo-fixed, #mainnavigation .search-fixed, #mainnavigation .cart {
  display: none; }
#mainnavigation .logo-fixed {
  float: left;
  margin: 1.25rem 1.25rem 0.625rem 0; }
  #mainnavigation .logo-fixed img {
    width: 9.375rem; }
#mainnavigation .searchform {
  margin-top: 1rem;
  float: right;
  margin-right: 0.3125rem;
  width: 1.875rem;
  position: absolute;
  right: 5.625rem; }
  #mainnavigation .searchform.open input.search {
    background-color: #ffffff; }
  #mainnavigation .searchform input.search {
    box-shadow: none;
    font-size: 0.875rem;
    line-height: normal;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0; }
  #mainnavigation .searchform input.search::placeholder {
    padding-top: 0.125rem;
    font-size: 0.875rem;
    line-height: 0.875rem; }
  #mainnavigation .searchform input.submit {
    background-color: transparent; }
  #mainnavigation .searchform span.i-search {
    right: 0;
    display: none; }
    #mainnavigation .searchform span.i-search:before {
      font-size: 1.25rem; }
#mainnavigation.is-stuck {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 18px 36px -26px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 36px -26px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 36px -26px rgba(0, 0, 0, 0.75); }
  #mainnavigation.is-stuck .logo-fixed {
    display: block; }
  #mainnavigation.is-stuck #login {
    float: right;
    margin-top: 1.25rem; }
    #mainnavigation.is-stuck #login span.login-label {
      display: block;
      padding: 0; }
      #mainnavigation.is-stuck #login span.login-label a {
        font-size: 1px;
        color: transparent;
        display: block;
        text-decoration: none; }
    #mainnavigation.is-stuck #login .tx-felogin-pi1 {
      margin-top: 1.75rem; }
    #mainnavigation.is-stuck #login .tx-srfeuserregister-pi1 {
      margin-top: 1.75rem; }
  #mainnavigation.is-stuck ul.first-level > li > a, #mainnavigation.is-stuck ul.first-level-right > li > a {
    font-size: 1rem; }

#mainnavigation.is-stuck ul.first-level-right {
  padding-top: 1.25rem;
  position: absolute; }
  #mainnavigation.is-stuck ul.first-level-right > li > span.badge {
    display: none; }
  #mainnavigation.is-stuck ul.first-level-right > li > a {
    padding-left: 0.125rem;
    padding-right: 0.375rem;
    padding-bottom: 1.375rem;
    font-size: 0.75rem;
    border-right: 0; }
    #mainnavigation.is-stuck ul.first-level-right > li > a > span {
      display: none; }
  #mainnavigation.is-stuck ul.first-level-right > li.mini-cart a {
    padding-left: 0.8125rem;
    border-left: solid #9da1a6 1px;
    padding-bottom: 0; }
  #mainnavigation.is-stuck ul.first-level-right > li .flyout {
    left: 0 !important;
    margin-top: -0.125rem; }

@media (max-width: 1440px) {
  #mainnavigation.is-stuck ul.first-level-right > li .flyout {
    left: unset !important;
    right: 0 !important; } }
@media screen and (max-width: 63.9375em) {
  #mainnavigation {
    background: #ffffff;
    -webkit-box-shadow: 0px 18px 36px -26px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 18px 36px -26px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 18px 36px -26px rgba(0, 0, 0, 0.75); }

  #mainnavigation .searchform {
    padding: 0.625rem;
    width: 100%;
    right: 0;
    display: none;
    top: 3.3125rem;
    background: #18519c;
    margin-right: 0; }
    #mainnavigation .searchform input.search {
      background-color: #ffffff; }
    #mainnavigation .searchform span.i-search {
      display: block;
      right: 0.625rem;
      top: 0.625rem; }

  .search-icon {
    margin: 0.875rem 0.625rem 0 0;
    float: right; }
    .search-icon:before {
      font-family: 'herma-icons';
      font-size: 1.75rem;
      color: #18519c;
      content: "\e928"; } }
/*--------------------------------------
   Flyout
  -------------------------------------- */
#mainnavigation {
  /*------ standard ------*/
  /*----- big flyout 100% ----*/ }
  #mainnavigation .column, #mainnavigation .columns {
    position: static; }
  #mainnavigation .flyout {
    position: absolute;
    left: 0;
    z-index: 500;
    display: none; }
    #mainnavigation .flyout .flyout-inner {
      border-top: 1px solid #ebeced;
      background-color: #f0f2f5;
      max-width: 90rem;
      margin: 0 auto;
      padding: 1.875rem 1.875rem 0.625rem 1.875rem; }
      #mainnavigation .flyout .flyout-inner .media-container {
        text-align: center;
        background-color: #ffffff;
        margin-bottom: 0.4375rem; }
        #mainnavigation .flyout .flyout-inner .media-container img {
          width: auto; }
      #mainnavigation .flyout .flyout-inner ul.navigation-container {
        margin-bottom: 1.875rem;
        margin-left: 0; }
        #mainnavigation .flyout .flyout-inner ul.navigation-container li {
          width: 100%;
          border-bottom: 1px solid #9da1a6; }
          #mainnavigation .flyout .flyout-inner ul.navigation-container li a {
            font-weight: normal;
            padding: 0.4375rem 0 0.4375rem 0.9375rem;
            font-size: 0.875rem;
            color: #5c6573;
            display: block;
            transition: ease-in .2s;
            background-position: -0.625rem 0.75rem;
            text-align: left; }
            #mainnavigation .flyout .flyout-inner ul.navigation-container li a:hover {
              color: #31363d;
              background: url("../Images/flyout_hover.svg") no-repeat;
              font-weight: 700;
              background-position: 0 0.75rem;
              background-size: 0.75rem 0.75rem; }
          #mainnavigation .flyout .flyout-inner ul.navigation-container li.first a {
            font-weight: 700;
            padding-bottom: 0.75rem;
            font-size: 0.9375rem;
            background-position: -0.625rem 0.875rem; }
            #mainnavigation .flyout .flyout-inner ul.navigation-container li.first a:hover {
              background-position: 0 0.875rem; }
          #mainnavigation .flyout .flyout-inner ul.navigation-container li.letter {
            color: #18519c;
            font-weight: 700;
            font-size: 0.9375rem;
            padding: 0.4375rem 0 0.75rem 0.9375rem; }
  #mainnavigation ul.first-level li.big-flyout, #mainnavigation ul.first-level-right li.big-flyout, #mainnavigation ul.first-level li.flyout-full, #mainnavigation ul.first-level-right li.flyout-full {
    position: inherit; }
    #mainnavigation ul.first-level li.big-flyout .flyout, #mainnavigation ul.first-level-right li.big-flyout .flyout, #mainnavigation ul.first-level li.flyout-full .flyout, #mainnavigation ul.first-level-right li.flyout-full .flyout {
      width: 100%; }
      #mainnavigation ul.first-level li.big-flyout .flyout .flyout-inner, #mainnavigation ul.first-level-right li.big-flyout .flyout .flyout-inner, #mainnavigation ul.first-level li.flyout-full .flyout .flyout-inner, #mainnavigation ul.first-level-right li.flyout-full .flyout .flyout-inner {
        padding: 1.875rem 4.6875rem 1.25rem 4.6875rem; }
        #mainnavigation ul.first-level li.big-flyout .flyout .flyout-inner .flyout-container .flyout-col, #mainnavigation ul.first-level-right li.big-flyout .flyout .flyout-inner .flyout-container .flyout-col, #mainnavigation ul.first-level li.flyout-full .flyout .flyout-inner .flyout-container .flyout-col, #mainnavigation ul.first-level-right li.flyout-full .flyout .flyout-inner .flyout-container .flyout-col {
          min-width: inherit; }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  #mainnavigation ul.first-level li.big-flyout .flyout .flyout-inner, #mainnavigation ul.first-level-right li.big-flyout .flyout .flyout-inner, #mainnavigation ul.first-level li.flyout-full .flyout .flyout-inner, #mainnavigation ul.first-level-right li.flyout-full .flyout .flyout-inner {
    padding: 1.875rem 1.875rem 1.25rem 1.875rem; } }
/*--------------------------------------
   MAINNAVIGATION Toggle Menu
  -------------------------------------- */
@media screen and (max-width: 63.9375em) {
  #mainnavigation {
    /*---- toggle Buttons ----*/
    /*------ First Level -----*/ }
    #mainnavigation #toggle-menu {
      width: 2rem;
      height: 2rem;
      background: url("../Images/blue-burger.svg") no-repeat left top;
      float: right;
      margin: 1.1875rem 0 0.625rem 0; }
    #mainnavigation #login {
      float: left !important;
      margin-top: 0 !important;
      width: 100%; }
      #mainnavigation #login span.login-label {
        display: block;
        padding-top: 0.625rem !important;
        padding-bottom: 0 !important;
        border-top: 1px solid #9da1a6; }
        #mainnavigation #login span.login-label a {
          padding: 0.3125rem 0.9375rem 0.3125rem 1.25rem;
          color: #5c6573 !important;
          font-size: 1.0625rem !important; }
    #mainnavigation .search-fixed, #mainnavigation .logo-fixed, #mainnavigation .cart {
      display: block; }
    #mainnavigation .cart {
      float: right;
      margin: 0.875rem 0.625rem 0 0; }
      #mainnavigation .cart a {
        display: block; }
        #mainnavigation .cart a:before {
          content: "\e948";
          color: #18519c;
          font-family: 'herma-icons' !important;
          font-size: 1.75rem; }
    #mainnavigation .logo-fixed {
      margin-bottom: 1.25rem; }
    #mainnavigation .toggle-icon, #mainnavigation .toggle-icon-close {
      width: 1.875rem;
      height: 1.875rem;
      position: relative; }
      #mainnavigation .toggle-icon:before, #mainnavigation .toggle-icon-close:before {
        font-family: 'herma-icons' !important;
        color: #ff8800;
        font-size: 1.875rem;
        position: absolute;
        top: -0.625rem; }
    #mainnavigation .toggle-icon {
      float: right;
      margin-right: 1.375rem;
      margin-top: 0.4375rem; }
      #mainnavigation .toggle-icon:before {
        content: "\e92e"; }
    #mainnavigation .toggle-icon-close {
      float: left;
      margin: 1.25rem 0 0 0.9375rem; }
      #mainnavigation .toggle-icon-close:before {
        content: "\e92d"; }
    #mainnavigation .navigation-right #login {
      display: none; }
    #mainnavigation ul.first-level, #mainnavigation ul.first-level-right {
      display: none;
      clear: left;
      width: 100%;
      top: 69px;
      overflow-y: scroll;
      overflow-x: hidden;
      position: absolute;
      margin-left: -0.9375rem;
      margin-right: -0.9375rem;
      border-top: 1px solid #d7d8d9;
      border-bottom: 1px solid #d7d8d9;
      padding: 0 0 0.625rem;
      background-color: #ffffff;
      /*------ Flyout -----*/ }
      #mainnavigation ul.first-level li, #mainnavigation ul.first-level-right li {
        width: 100%;
        position: initial !important;
        background-color: #ffffff; }
        #mainnavigation ul.first-level li.active a, #mainnavigation ul.first-level-right li.active a {
          border: 0;
          color: #ff8800; }
        #mainnavigation ul.first-level li.language, #mainnavigation ul.first-level-right li.language {
          border-bottom: 1px solid #9da1a6;
          margin-bottom: 0.9375rem; }
          #mainnavigation ul.first-level li.language a, #mainnavigation ul.first-level-right li.language a {
            border: 0;
            padding-top: 0.5625rem;
            padding-bottom: 0.5625rem; }
        #mainnavigation ul.first-level li.meta-first, #mainnavigation ul.first-level-right li.meta-first, #mainnavigation ul.first-level li.account, #mainnavigation ul.first-level-right li.account {
          border-top: 1px solid #9da1a6;
          padding-top: 0.9375rem;
          margin-top: 0.625rem; }
        #mainnavigation ul.first-level li a, #mainnavigation ul.first-level-right li a {
          padding: 0.3125rem 0.9375rem 0.3125rem 1.25rem;
          color: #5c6573;
          font-weight: normal;
          font-size: 1.0625rem; }
      #mainnavigation ul.first-level .flyout, #mainnavigation ul.first-level-right .flyout {
        display: block;
        left: 100%;
        width: 100%;
        top: 0;
        height: 100%;
        background: #ffffff; }
        #mainnavigation ul.first-level .flyout .flyout-inner, #mainnavigation ul.first-level-right .flyout .flyout-inner {
          background-color: #ffffff;
          padding-left: 0.9375rem !important;
          padding-right: 0.9375rem !important; }
          #mainnavigation ul.first-level .flyout .flyout-inner .flyout-container, #mainnavigation ul.first-level-right .flyout .flyout-inner .flyout-container {
            display: block; }
            #mainnavigation ul.first-level .flyout .flyout-inner .flyout-container .flyout-col, #mainnavigation ul.first-level-right .flyout .flyout-inner .flyout-container .flyout-col {
              width: 100%;
              padding: 0;
              /*------ Second Level -----*/ }
              #mainnavigation ul.first-level .flyout .flyout-inner .flyout-container .flyout-col .media-container, #mainnavigation ul.first-level-right .flyout .flyout-inner .flyout-container .flyout-col .media-container {
                display: none; }
              #mainnavigation ul.first-level .flyout .flyout-inner .flyout-container .flyout-col .navigation-container, #mainnavigation ul.first-level-right .flyout .flyout-inner .flyout-container .flyout-col .navigation-container {
                margin: 0; }
                #mainnavigation ul.first-level .flyout .flyout-inner .flyout-container .flyout-col .navigation-container li.has-sub, #mainnavigation ul.first-level-right .flyout .flyout-inner .flyout-container .flyout-col .navigation-container li.has-sub {
                  position: relative;
                  border: 0;
                  margin-top: 1.25rem;
                  border-bottom: 1px solid #9da1a6; }
                  #mainnavigation ul.first-level .flyout .flyout-inner .flyout-container .flyout-col .navigation-container li.has-sub a, #mainnavigation ul.first-level-right .flyout .flyout-inner .flyout-container .flyout-col .navigation-container li.has-sub a {
                    display: inline-block;
                    font-weight: 700;
                    font-size: 1.0625rem;
                    padding: 0.625rem 0.9375rem 0.625rem 0.9375rem; }
              #mainnavigation ul.first-level .flyout .flyout-inner .flyout-container .flyout-col ul.second-level, #mainnavigation ul.first-level-right .flyout .flyout-inner .flyout-container .flyout-col ul.second-level {
                border-bottom: 1px solid #9da1a6;
                display: block;
                left: inherit;
                right: -100%;
                position: absolute;
                top: 0;
                width: 100%;
                background-color: #ffffff;
                height: 100%;
                z-index: 98; }
                #mainnavigation ul.first-level .flyout .flyout-inner .flyout-container .flyout-col ul.second-level li, #mainnavigation ul.first-level-right .flyout .flyout-inner .flyout-container .flyout-col ul.second-level li {
                  width: 100%;
                  border: 0; }
                  #mainnavigation ul.first-level .flyout .flyout-inner .flyout-container .flyout-col ul.second-level li a, #mainnavigation ul.first-level-right .flyout .flyout-inner .flyout-container .flyout-col ul.second-level li a {
                    font-size: 1.0625rem;
                    padding: 0.625rem 0.9375rem 0.625rem 1.25rem; } }
/*--------------------------------------
   Breadcrumbnabigation
  -------------------------------------- */
ul#breadcrumbnavigation li {
  list-style: none;
  float: left;
  color: #31363d;
  font-size: 0.875rem;
  margin: 0.625rem 0 3.125rem; }
  ul#breadcrumbnavigation li:before {
    content: "\e93a";
    font-size: 0.75rem;
    color: #5c6573;
    margin: 0 0.3125rem; }
  ul#breadcrumbnavigation li a {
    color: #5c6573;
    font-size: 0.875rem; }
  ul#breadcrumbnavigation li.first {
    position: relative;
    width: 0.9375rem;
    height: 1.25rem; }
    ul#breadcrumbnavigation li.first:before {
      content: ""; }
    ul#breadcrumbnavigation li.first a {
      position: absolute;
      left: 0;
      top: 0.25rem;
      font-size: 1px;
      color: transparent; }
      ul#breadcrumbnavigation li.first a:before {
        content: "\e933";
        font-size: 0.875rem;
        color: #5c6573; }

/*--------------------------------------
   FOOTERNAVIGATION
  -------------------------------------- */
ul#footernavigation li {
  display: inline-block;
  margin-left: 0.625rem; }
  ul#footernavigation li a {
    color: #5c6573;
    font-size: 0.875rem; }
    ul#footernavigation li a:hover {
      text-decoration: underline; }

/* -------------------------------------------
    HEADER
   ------------------------------------------- */
header .loggedInInfo {
  font-size: 0.75rem;
  color: #9da1a6; }
header > div.top {
  margin-bottom: 2.625rem; }
header ul li {
  list-style: none;
  display: inline-block; }
header #header-top {
  text-align: right;
  margin-bottom: 0.8125rem; }
  header #header-top ul {
    display: inline-block; }
  header #header-top .lib-langmenu-mobile {
    display: none; }
header .flyout .lib-langmenu-meta {
  display: none; }
header #logo {
  margin-top: 0.125rem; }
  header #logo img {
    max-width: 36.25rem;
    height: 2.3125rem; }
header .navigation-right {
  float: right; }
  header .navigation-right #login {
    position: relative;
    text-align: right; }
    header .navigation-right #login span.login-label {
      display: inline-block;
      text-align: right;
      color: #18519c;
      padding: 1.375rem 1.25rem 1.375rem 1.5625rem;
      font-weight: 700;
      cursor: pointer; }
      header .navigation-right #login span.login-label a {
        text-decoration: none;
        color: #18519c; }
        header .navigation-right #login span.login-label a:before {
          content: "\e929";
          color: #18519c;
          font-size: 1.25rem;
          margin-right: 0.5rem;
          vertical-align: text-top; }
header .searchform {
  position: relative;
  margin-top: 1.1875rem; }
  header .searchform input.search {
    background-color: #f2f6fa;
    margin-bottom: 0;
    border: none;
    font-size: 0.875rem;
    padding: 0.1875rem 0.3125rem;
    height: 1.875rem;
    box-shadow: none; }
    header .searchform input.search::-webkit-input-placeholder {
      color: #31363d; }
    header .searchform input.search::-moz-placeholder {
      color: #31363d; }
    header .searchform input.search:-ms-input-placeholder {
      color: #31363d; }
    header .searchform input.search:-moz-placeholder {
      color: #31363d; }
  header .searchform input.submit {
    background-color: transparent;
    border: none;
    width: 1.875rem;
    height: 1.875rem;
    position: relative;
    top: 0;
    left: 0;
    z-index: 96;
    outline: none; }
  header .searchform span.i-search {
    margin-left: -1.875rem;
    background-color: #ff8800;
    position: absolute;
    right: 0.9375rem;
    top: 0;
    cursor: pointer; }
    header .searchform span.i-search:before {
      content: "\e928";
      position: absolute;
      color: #ffffff;
      font-size: 1.375rem;
      top: 0.25rem;
      left: 0.3125rem; }

@media screen and (max-width: 63.9375em) {
  header > div.top {
    margin-bottom: 0; }
  header #logo {
    margin-top: 0; }
  header .navigation-right {
    margin-top: 0; } }
/*----- Online Service Logo -----*/
.onlineservice header #logo img {
  max-width: 28.125rem; }

/* -------------------------------------------
    CONTENT
   ------------------------------------------- */
main {
  position: relative; }
  main .teaser {
    margin-bottom: 3.75rem; }

@media screen and (max-width: 29.9375em) {
  main .teaser {
    margin-bottom: 1.25rem; } }
/*---- Video -----*/
.media-container .video .inner, .map-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 1px;
  height: 0;
  margin-bottom: 1.875rem; }
  .media-container .video .inner iframe, .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

/* -------------------------------------------
    FOOTER
   ------------------------------------------- */
footer {
  background-color: #f2f6fa;
  padding-top: 4.375rem;
  padding-bottom: 2.5rem; }
  footer p, footer .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box footer h2.teaser-text, footer .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector footer h4.teaser-text, footer .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box footer h4.teaser-text, footer .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box footer .teaser-text.h2-like, footer .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder footer .teaser-text.tab-result-summary, footer .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box footer .teaser-text.tab-result-summary {
    color: #5c6573;
    font-size: 0.875rem; }
  footer .headline, footer h4 {
    color: #31363d;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.3125rem; }
  footer h4 {
    line-height: 1.5rem; }
  footer a {
    color: #5c6573;
    font-size: 0.875rem;
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline;
      color: #5c6573; }
  footer ul.sub li {
    list-style: none; }
    footer ul.sub li a {
      color: #5c6573;
      font-size: 0.875rem; }
      footer ul.sub li a:hover {
        text-decoration: underline; }
  footer .socialbookmarks a {
    width: 1.875rem;
    height: 1.875rem;
    display: inline-block;
    margin-right: 0.625rem;
    font-size: 1.5625rem; }
    footer .socialbookmarks a:hover {
      text-decoration: none; }
    footer .socialbookmarks a:after {
      vertical-align: middle; }
  footer .socialbookmarks .xing a:after {
    content: "\e926";
    color: #009090; }
  footer .socialbookmarks .linkedin a:after {
    content: "\e920";
    color: #0084bf; }
  footer .socialbookmarks .youtube a {
    background: url("../Images/youtube_logo.svg") no-repeat left center;
    background-size: 1.5625rem 1.5625rem; }
  footer .socialbookmarks .facebook a {
    background: url("../Images/facebook_logo.svg") no-repeat left center;
    background-size: 1.5625rem 1.5625rem; }
  footer .copyrights {
    color: #5c6573;
    font-size: 0.875rem; }
  footer #footer-bottom {
    margin-top: 4.6875rem; }
  footer .footer-standalone #footer-bottom {
    margin-top: 0; }

/*----------------------------------------------------
	FCE: Slider
 -----------------------------------------------------*/
.teaser .slider {
  margin-bottom: 6.25rem; }

.slick-slider {
  background: transparent;
  max-width: 120rem;
  margin: 0 auto;
  /*------ four columns ------*/ }
  .slick-slider .slick-track {
    display: flex; }
  .slick-slider .slick-next,
  .slick-slider .slick-prev {
    position: absolute;
    color: transparent;
    font-size: 0;
    width: 2.1875rem;
    height: 3.4375rem;
    top: 15%; }
    .slick-slider .slick-next.slick-next,
    .slick-slider .slick-prev.slick-next {
      right: -4.5rem; }
    .slick-slider .slick-next.slick-prev,
    .slick-slider .slick-prev.slick-prev {
      left: -4.6875rem; }
  .slick-slider.columns-4 {
    margin: 0 1.25rem; }
    .slick-slider.columns-4 .slick-slide {
      margin: 0 0.625rem;
      text-align: center; }
      .slick-slider.columns-4 .slick-slide img {
        max-height: 8.75rem;
        display: inline-block;
        width: auto; }
    .slick-slider.columns-4 .slick-next,
    .slick-slider.columns-4 .slick-prev {
      position: absolute;
      color: transparent;
      font-size: 0;
      width: 2.1875rem;
      height: 3.4375rem;
      top: 40%; }
      .slick-slider.columns-4 .slick-next.slick-prev, .slick-slider.columns-4 .slick-next.slick-next,
      .slick-slider.columns-4 .slick-prev.slick-prev,
      .slick-slider.columns-4 .slick-prev.slick-next {
        z-index: 98;
        width: 1.5625rem;
        height: 1.5625rem;
        padding: 0;
        background: none;
        border: none; }
        .slick-slider.columns-4 .slick-next.slick-prev:before, .slick-slider.columns-4 .slick-next.slick-next:before,
        .slick-slider.columns-4 .slick-prev.slick-prev:before,
        .slick-slider.columns-4 .slick-prev.slick-next:before {
          font-size: 1.5625rem;
          color: #5c6573; }
      .slick-slider.columns-4 .slick-next.slick-next,
      .slick-slider.columns-4 .slick-prev.slick-next {
        right: -1.875rem; }
        .slick-slider.columns-4 .slick-next.slick-next:before,
        .slick-slider.columns-4 .slick-prev.slick-next:before {
          content: "\e92e"; }
      .slick-slider.columns-4 .slick-next.slick-prev,
      .slick-slider.columns-4 .slick-prev.slick-prev {
        left: -1.875rem; }
        .slick-slider.columns-4 .slick-next.slick-prev:before,
        .slick-slider.columns-4 .slick-prev.slick-prev:before {
          content: "\e92d"; }

.container-blue-gray .slick-slider.columns-4 .slick-next.slick-prev:before,
.container-blue-gray .slick-slider.columns-4 .slick-next.slick-next:before,
.container-blue-gray .slick-slider.columns-4 .slick-prev.slick-prev:before,
.container-blue-gray .slick-slider.columns-4 .slick-prev.slick-next:before {
  color: #ffffff; }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .slick-slider.columns-4 .slick-slide img {
    max-height: 6.25rem; } }
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .slick-slider.columns-4 .slick-slide img {
    max-height: 16.25rem; } }
@media screen and (max-width: 29.9375em) {
  .slick-slider.columns-4 .slick-slide img {
    max-height: 9.375rem; } }
ul.slick-dots {
  text-align: center;
  margin-top: -2.8125rem;
  position: relative; }
  ul.slick-dots li {
    list-style: none;
    display: inline-block; }
    ul.slick-dots li button {
      background-color: #ffffff;
      width: 0.625rem;
      height: 0.625rem;
      margin: 0 0.3125rem;
      padding: 0;
      color: transparent;
      font-size: 1px;
      border: none;
      border-radius: 3.125rem;
      outline: none; }
    ul.slick-dots li.slick-active button {
      background-color: #ff8800; }
  @media screen and (max-width: 47.9375em) {
    ul.slick-dots {
      margin-top: 0; }
      ul.slick-dots li button {
        background-color: #9da1a6; } }

/*---- Arrow navigation Teaser Slider ----*/
.teaser .slick-slider button.slick-prev,
.teaser .slick-slider button.slick-next {
  z-index: 96;
  top: 40%;
  outline: none;
  display: none !important; }
.teaser .slick-slider button.slick-prev {
  left: 1.875rem; }
.teaser .slick-slider button.slick-next {
  right: 1.875rem; }
.teaser .slick-slider:hover button.slick-prev,
.teaser .slick-slider:hover button.slick-next {
  display: block !important; }

/*----------------------------------------------------
	FCE: Slider Item
 -----------------------------------------------------*/
.slideritem {
  position: relative; }
  .slideritem:focus {
    outline: none;
    color: transparent; }
  .slideritem .teaser-img {
    height: 25.9375rem; }
  .slideritem .teaser-content {
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0; }
    .slideritem .teaser-content .inner {
      max-width: 64rem;
      margin: 0 auto; }
      .slideritem .teaser-content .inner .box {
        background-color: #ffffff;
        padding: 1.5625rem;
        margin-top: 4.3125rem;
        width: 57%;
        position: relative; }
        .slideritem .teaser-content .inner .box.no-background {
          background-color: transparent; }
        .slideritem .teaser-content .inner .box .teaser-headline {
          line-height: 2.25rem;
          letter-spacing: -0.010em;
          color: #18519c;
          font-weight: 400;
          font-size: 1.875rem;
          margin-bottom: 1rem; }
        .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary {
          color: #5c6573; }
        .slideritem .teaser-content .inner .box .teaser-img-small {
          position: absolute;
          bottom: -0.9375rem;
          right: -1.875rem;
          max-width: 18.125rem; }
  @media screen and (max-width: 47.9375em) {
    .slideritem .teaser-content {
      min-height: 15.625rem;
      position: static; }
      .slideritem .teaser-content .inner {
        margin: 0; }
        .slideritem .teaser-content .inner .box {
          background-color: #ffffff;
          margin: 0;
          width: 100%;
          text-align: center; }
          .slideritem .teaser-content .inner .box .teaser-headline {
            font-size: 1.375rem;
            line-height: normal; } }
  @media screen and (min-width: 75em) {
    .slideritem .teaser-img {
      background-position: 30% 0;
      background-size: auto 100%; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .slideritem .teaser-img {
      background-position: 50% 0;
      background-size: auto 100%; }
    .slideritem .teaser-content .inner .box {
      margin-left: 0.9375rem; } }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .slideritem .teaser-img {
      background-position: 60% 0;
      background-size: auto 100%; }
    .slideritem .teaser-content .inner .box {
      margin-left: 0.9375rem; }
      .slideritem .teaser-content .inner .box .teaser-headline {
        font-size: 1.625rem; } }
  @media screen and (min-width: 30em) and (max-width: 47.9375em) {
    .slideritem .teaser-img {
      background-position: 60% 0;
      background-size: auto 100%;
      height: 18.75rem; } }
  @media screen and (max-width: 29.9375em) {
    .slideritem .teaser-img {
      background-position: 65% 0;
      background-size: auto 100%;
      height: 18.75rem; }
    .slideritem.middle .teaser-img {
      background-position: top center;
      background-size: auto 100%; }
    .slideritem.right .teaser-img {
      background-position: top right;
      background-size: auto 100%; } }

/* ---- EAO Layout ---- */
.slideritem.eao-layout .teaser-img {
  background-position: top center;
  background-repeat: no-repeat; }
.slideritem.eao-layout .teaser-content .inner .box {
  padding: 0;
  background: none; }
  .slideritem.eao-layout .teaser-content .inner .box .teaser-headline {
    margin-bottom: 1.75rem; }
  .slideritem.eao-layout .teaser-content .inner .box h2.teaser-text, .slideritem.eao-layout .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem.eao-layout .teaser-content .inner .box h4.teaser-text, .slideritem.eao-layout .teaser-content .inner .box .teaser-text.h2-like, .slideritem.eao-layout .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem.eao-layout .teaser-content .inner .box .teaser-text.tab-result-summary {
    color: #18519c; }
  .slideritem.eao-layout .teaser-content .inner .box p, .slideritem.eao-layout .teaser-content .inner .box h2.teaser-text, .slideritem.eao-layout .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem.eao-layout .teaser-content .inner .box h4.teaser-text, .slideritem.eao-layout .teaser-content .inner .box .teaser-text.h2-like, .slideritem.eao-layout .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem.eao-layout .teaser-content .inner .box .teaser-text.tab-result-summary {
    color: #18519c; }

@media screen and (max-width: 47.9375em) {
  .slideritem.eao-layout .teaser-img {
    background-position: top right; }
  .slideritem.eao-layout .teaser-content {
    padding-top: 2.5rem;
    min-height: auto; } }
/*----------------------------------------------------
	FCE: Slider Item
 -----------------------------------------------------*/
.microsite .slideritem * {
  color: #ffffff; }
.microsite .slideritem .teaser-img {
  padding-bottom: 0;
  height: 38.125rem;
  background-position: top center !important; }
.microsite .slideritem .teaser-content {
  width: 100%;
  position: absolute;
  z-index: 99;
  top: 0; }
  .microsite .slideritem .teaser-content .inner {
    max-width: 64rem;
    margin: 0 auto; }
    .microsite .slideritem .teaser-content .inner .box {
      background-color: transparent;
      padding: 7.5rem 0;
      margin-top: 0;
      margin-left: 0 !important;
      width: 100%; }
      .microsite .slideritem .teaser-content .inner .box ul li.check-list-orange {
        display: inline-block;
        background-image: url("../Images/white_check.svg");
        text-align: left;
        padding-right: 3.75rem;
        max-width: 33%;
        vertical-align: top; }
      .microsite .slideritem .teaser-content .inner .box .button {
        font-size: 1rem;
        padding: 0.8125rem 3.125rem;
        font-weight: 700;
        border-radius: 0.25rem;
        margin-top: 3.75rem;
        font-weight: bold; }
        .microsite .slideritem .teaser-content .inner .box .button:hover {
          color: #ff8800; }
        .microsite .slideritem .teaser-content .inner .box .button:after {
          content: "\e92c";
          color: #ffffff;
          font-size: 1.25rem;
          vertical-align: text-top; }
      .microsite .slideritem .teaser-content .inner .box .teaser-headline {
        line-height: normal;
        letter-spacing: -0.030em;
        color: #ffffff;
        font-weight: 700;
        font-size: 3.125rem;
        margin-bottom: 1.3125rem; }

@media screen and (max-width: 47.9375em) {
  .microsite .slideritem .teaser-content .inner .box {
    padding: 2.5rem 0.9375rem 1.25rem 0.9375rem; }
    .microsite .slideritem .teaser-content .inner .box ul li.check-list-orange {
      display: block;
      padding-right: 0;
      max-width: 15.625rem;
      width: 100%;
      margin: 0 auto 0.9375rem auto; }
    .microsite .slideritem .teaser-content .inner .box .teaser-headline {
      font-size: 1.875rem; } }
/*----------------------------------------------------
	FCE: Cols general
 -----------------------------------------------------*/
.microsite .container-dark-blue, .microsite .container-blue-gray, .microsite .container-light-gray, .microsite .container-light-gray-with-bg-img, .microsite .container-light-gray-with-bg-img, .microsite .container-blue, .microsite .container-dark-gray {
  max-width: none; }
.microsite .one-col, .microsite .two-cols, .microsite .three-cols {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  margin-bottom: 0; }

.container-dark-blue, .container-blue-gray, .container-blue, .container-light-gray, .container-light-gray-with-bg-img, .container-light-gray-with-bg-img, .container-dark-gray, .container {
  margin-bottom: 4.375rem; }
  .container-dark-blue.margin-half, .container-blue-gray.margin-half, .container-blue.margin-half, .container-light-gray.margin-half, .margin-half.container-light-gray-with-bg-img, .container-light-gray-with-bg-img.margin-half, .container-dark-gray.margin-half, .container.margin-half {
    margin-bottom: 2.1875rem; }
  .container-dark-blue.no-margin, .container-blue-gray.no-margin, .container-blue.no-margin, .container-light-gray.no-margin, .no-margin.container-light-gray-with-bg-img, .container-light-gray-with-bg-img.no-margin, .container-dark-gray.no-margin, .container.no-margin {
    margin-bottom: 0; }

.container-dark-blue, .container-blue-gray, .container-blue, .container-light-gray, .container-light-gray-with-bg-img, .container-light-gray-with-bg-img, .container-dark-gray,
.container-orange, .container-red, .container-light-blue, .container-green {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }
  .container-dark-blue.no-padding-col-1, .container-dark-blue.no-padding-col-2, .container-blue-gray.no-padding-col-1, .container-blue-gray.no-padding-col-2, .container-blue.no-padding-col-1, .container-blue.no-padding-col-2, .container-light-gray.no-padding-col-1, .no-padding-col-1.container-light-gray-with-bg-img, .container-light-gray.no-padding-col-2, .no-padding-col-2.container-light-gray-with-bg-img, .container-light-gray-with-bg-img.no-padding-col-1, .container-light-gray-with-bg-img.no-padding-col-2, .container-dark-gray.no-padding-col-1, .container-dark-gray.no-padding-col-2,
  .container-orange.no-padding-col-1,
  .container-orange.no-padding-col-2, .container-red.no-padding-col-1, .container-red.no-padding-col-2, .container-light-blue.no-padding-col-1, .container-light-blue.no-padding-col-2, .container-green.no-padding-col-1, .container-green.no-padding-col-2 {
    padding-top: 0;
    padding-bottom: 0; }
  .container-dark-blue.complete, .container-blue-gray.complete, .container-blue.complete, .container-light-gray.complete, .complete.container-light-gray-with-bg-img, .container-light-gray-with-bg-img.complete, .container-dark-gray.complete,
  .container-orange.complete, .container-red.complete, .container-light-blue.complete, .container-green.complete {
    max-width: 100%;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem; }
  .container-dark-blue *, .container-blue-gray *, .container-blue *, .container-light-gray *, .container-light-gray-with-bg-img *, .container-light-gray-with-bg-img *, .container-dark-gray *,
  .container-orange *, .container-red *, .container-light-blue *, .container-green * {
    color: #ffffff !important; }
  .container-dark-blue li.check-list-orange, .container-blue-gray li.check-list-orange, .container-blue li.check-list-orange, .container-light-gray li.check-list-orange, .container-light-gray-with-bg-img li.check-list-orange, .container-light-gray-with-bg-img li.check-list-orange, .container-dark-gray li.check-list-orange,
  .container-orange li.check-list-orange, .container-red li.check-list-orange, .container-light-blue li.check-list-orange, .container-green li.check-list-orange {
    background-image: url("../Images/white_check.svg"); }

.container-light-gray li.check-list-orange, .container-light-gray-with-bg-img li.check-list-orange {
  background-image: url("../Images/colored_check.svg"); }

.container-dark-blue {
  background-color: #103153; }
  .container-dark-blue p, .container-dark-blue .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .container-dark-blue h2.teaser-text, .container-dark-blue .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .container-dark-blue h4.teaser-text, .container-dark-blue .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .container-dark-blue h4.teaser-text, .container-dark-blue .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .container-dark-blue .teaser-text.h2-like, .container-dark-blue .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .container-dark-blue .teaser-text.tab-result-summary, .container-dark-blue .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .container-dark-blue .teaser-text.tab-result-summary {
    color: #c3d2e5 !important; }

.container-blue-gray {
  background-color: #5c6573; }

.container-light-gray, .container-light-gray-with-bg-img {
  background-color: #f0f2f5; }
  .container-light-gray *, .container-light-gray-with-bg-img * {
    color: #5c6573 !important; }
  .container-light-gray h2, .container-light-gray-with-bg-img h2, .container-light-gray .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .container-light-gray h4, .container-light-gray-with-bg-img .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .container-light-gray-with-bg-img h4, .container-light-gray .h2-like, .container-light-gray-with-bg-img .h2-like, .container-light-gray .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .container-light-gray .tab-result-summary, .container-light-gray-with-bg-img .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .container-light-gray-with-bg-img .tab-result-summary {
    color: #18519c !important; }

.container-light-gray-with-bg-img {
  background-image: url("../Images/backgroundimage1.png");
  background-repeat: no-repeat;
  background-position: 100% 10%;
  background-size: auto 45%; }

.container-blue {
  background-color: #18519c; }
  .container-blue p, .container-blue .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .container-blue h2.teaser-text, .container-blue .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .container-blue h4.teaser-text, .container-blue .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .container-blue h4.teaser-text, .container-blue .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .container-blue .teaser-text.h2-like, .container-blue .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .container-blue .teaser-text.tab-result-summary, .container-blue .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .container-blue .teaser-text.tab-result-summary {
    color: #c3d2e5 !important; }

.container-dark-gray {
  background-color: #31363d; }

.container-orange {
  background-color: #FFCC81; }
  .container-orange * {
    color: #B26B00 !important; }

.container-red {
  background: url("../Images/schule-bg-plaene_links.png") no-repeat left center, url("../Images/schule-bg-plaene_rechts.png") no-repeat right center;
  background-color: #FEA891;
  background-size: auto 100%; }
  .container-red * {
    color: #803a26 !important; }

.container-light-blue {
  background-color: #BBDEFA; }
  .container-light-blue * {
    color: #18519c !important; }

.container-green {
  background-color: #B2DFDC; }
  .container-green * {
    color: #26807a !important; }

@media screen and (max-width: 47.9375em) {
  .container-dark-blue, .container-blue-gray, .container-light-gray, .container-light-gray-with-bg-img, .container-light-gray-with-bg-img, .container-blue, .container-dark-gray,
  .container-orange, .container-red, .container-light-blue, .container-green {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 63.9375em) {
  .container-red, .container-light-gray-with-bg-img {
    background-image: none; } }
.one-col p:last-child, .one-col .slideritem .teaser-content .inner .box h2.teaser-text:last-child, .slideritem .teaser-content .inner .box .one-col h2.teaser-text:last-child, .one-col .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text:last-child, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .one-col h4.teaser-text:last-child, .one-col .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text:last-child, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .one-col h4.teaser-text:last-child, .one-col .slideritem .teaser-content .inner .box .teaser-text.h2-like:last-child, .slideritem .teaser-content .inner .box .one-col .teaser-text.h2-like:last-child, .one-col .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary:last-child, .slideritem .teaser-content .inner .box .tab-container.factfinder .one-col .teaser-text.tab-result-summary:last-child, .one-col .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary:last-child, .tab-container.factfinder .slideritem .teaser-content .inner .box .one-col .teaser-text.tab-result-summary:last-child, .two-cols p:last-child, .two-cols .slideritem .teaser-content .inner .box h2.teaser-text:last-child, .slideritem .teaser-content .inner .box .two-cols h2.teaser-text:last-child, .two-cols .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text:last-child, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .two-cols h4.teaser-text:last-child, .two-cols .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text:last-child, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .two-cols h4.teaser-text:last-child, .two-cols .slideritem .teaser-content .inner .box .teaser-text.h2-like:last-child, .slideritem .teaser-content .inner .box .two-cols .teaser-text.h2-like:last-child, .two-cols .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary:last-child, .slideritem .teaser-content .inner .box .tab-container.factfinder .two-cols .teaser-text.tab-result-summary:last-child, .two-cols .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary:last-child, .tab-container.factfinder .slideritem .teaser-content .inner .box .two-cols .teaser-text.tab-result-summary:last-child, .three-cols p:last-child, .three-cols .slideritem .teaser-content .inner .box h2.teaser-text:last-child, .slideritem .teaser-content .inner .box .three-cols h2.teaser-text:last-child, .three-cols .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text:last-child, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .three-cols h4.teaser-text:last-child, .three-cols .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text:last-child, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .three-cols h4.teaser-text:last-child, .three-cols .slideritem .teaser-content .inner .box .teaser-text.h2-like:last-child, .slideritem .teaser-content .inner .box .three-cols .teaser-text.h2-like:last-child, .three-cols .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary:last-child, .slideritem .teaser-content .inner .box .tab-container.factfinder .three-cols .teaser-text.tab-result-summary:last-child, .three-cols .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary:last-child, .tab-container.factfinder .slideritem .teaser-content .inner .box .three-cols .teaser-text.tab-result-summary:last-child, .four-cols p:last-child, .four-cols .slideritem .teaser-content .inner .box h2.teaser-text:last-child, .slideritem .teaser-content .inner .box .four-cols h2.teaser-text:last-child, .four-cols .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text:last-child, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .four-cols h4.teaser-text:last-child, .four-cols .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text:last-child, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .four-cols h4.teaser-text:last-child, .four-cols .slideritem .teaser-content .inner .box .teaser-text.h2-like:last-child, .slideritem .teaser-content .inner .box .four-cols .teaser-text.h2-like:last-child, .four-cols .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary:last-child, .slideritem .teaser-content .inner .box .tab-container.factfinder .four-cols .teaser-text.tab-result-summary:last-child, .four-cols .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary:last-child, .tab-container.factfinder .slideritem .teaser-content .inner .box .four-cols .teaser-text.tab-result-summary:last-child {
  margin: 0; }
.one-col .inner.dark-blue, .one-col .inner.blue-gray, .one-col .inner.light-gray, .one-col .inner.blue, .one-col .inner.dark-gray, .two-cols .inner.dark-blue, .two-cols .inner.blue-gray, .two-cols .inner.light-gray, .two-cols .inner.blue, .two-cols .inner.dark-gray, .three-cols .inner.dark-blue, .three-cols .inner.blue-gray, .three-cols .inner.light-gray, .three-cols .inner.blue, .three-cols .inner.dark-gray, .four-cols .inner.dark-blue, .four-cols .inner.blue-gray, .four-cols .inner.light-gray, .four-cols .inner.blue, .four-cols .inner.dark-gray {
  padding: 1.5625rem; }
  .one-col .inner.dark-blue *, .one-col .inner.blue-gray *, .one-col .inner.light-gray *, .one-col .inner.blue *, .one-col .inner.dark-gray *, .two-cols .inner.dark-blue *, .two-cols .inner.blue-gray *, .two-cols .inner.light-gray *, .two-cols .inner.blue *, .two-cols .inner.dark-gray *, .three-cols .inner.dark-blue *, .three-cols .inner.blue-gray *, .three-cols .inner.light-gray *, .three-cols .inner.blue *, .three-cols .inner.dark-gray *, .four-cols .inner.dark-blue *, .four-cols .inner.blue-gray *, .four-cols .inner.light-gray *, .four-cols .inner.blue *, .four-cols .inner.dark-gray * {
    color: #ffffff !important; }
.one-col .inner.dark-blue p, .one-col .slideritem .teaser-content .inner.dark-blue .box h2.teaser-text, .slideritem .teaser-content .one-col .inner.dark-blue .box h2.teaser-text, .one-col .slideritem .teaser-content .inner.dark-blue .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .one-col .inner.dark-blue .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .one-col .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner.dark-blue .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .one-col .inner.dark-blue .box h4.teaser-text, .one-col .slideritem .teaser-content .inner.dark-blue .box .teaser-text.h2-like, .slideritem .teaser-content .one-col .inner.dark-blue .box .teaser-text.h2-like, .one-col .slideritem .teaser-content .inner.dark-blue .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .one-col .inner.dark-blue .box .tab-container.factfinder .teaser-text.tab-result-summary, .one-col .tab-container.factfinder .slideritem .teaser-content .inner.dark-blue .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .one-col .inner.dark-blue .box .teaser-text.tab-result-summary, .two-cols .inner.dark-blue p, .two-cols .slideritem .teaser-content .inner.dark-blue .box h2.teaser-text, .slideritem .teaser-content .two-cols .inner.dark-blue .box h2.teaser-text, .two-cols .slideritem .teaser-content .inner.dark-blue .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .two-cols .inner.dark-blue .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .two-cols .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner.dark-blue .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .two-cols .inner.dark-blue .box h4.teaser-text, .two-cols .slideritem .teaser-content .inner.dark-blue .box .teaser-text.h2-like, .slideritem .teaser-content .two-cols .inner.dark-blue .box .teaser-text.h2-like, .two-cols .slideritem .teaser-content .inner.dark-blue .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .two-cols .inner.dark-blue .box .tab-container.factfinder .teaser-text.tab-result-summary, .two-cols .tab-container.factfinder .slideritem .teaser-content .inner.dark-blue .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .two-cols .inner.dark-blue .box .teaser-text.tab-result-summary, .three-cols .inner.dark-blue p, .three-cols .slideritem .teaser-content .inner.dark-blue .box h2.teaser-text, .slideritem .teaser-content .three-cols .inner.dark-blue .box h2.teaser-text, .three-cols .slideritem .teaser-content .inner.dark-blue .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .three-cols .inner.dark-blue .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .three-cols .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner.dark-blue .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .three-cols .inner.dark-blue .box h4.teaser-text, .three-cols .slideritem .teaser-content .inner.dark-blue .box .teaser-text.h2-like, .slideritem .teaser-content .three-cols .inner.dark-blue .box .teaser-text.h2-like, .three-cols .slideritem .teaser-content .inner.dark-blue .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .three-cols .inner.dark-blue .box .tab-container.factfinder .teaser-text.tab-result-summary, .three-cols .tab-container.factfinder .slideritem .teaser-content .inner.dark-blue .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .three-cols .inner.dark-blue .box .teaser-text.tab-result-summary, .four-cols .inner.dark-blue p, .four-cols .slideritem .teaser-content .inner.dark-blue .box h2.teaser-text, .slideritem .teaser-content .four-cols .inner.dark-blue .box h2.teaser-text, .four-cols .slideritem .teaser-content .inner.dark-blue .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .four-cols .inner.dark-blue .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .four-cols .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner.dark-blue .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .four-cols .inner.dark-blue .box h4.teaser-text, .four-cols .slideritem .teaser-content .inner.dark-blue .box .teaser-text.h2-like, .slideritem .teaser-content .four-cols .inner.dark-blue .box .teaser-text.h2-like, .four-cols .slideritem .teaser-content .inner.dark-blue .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .four-cols .inner.dark-blue .box .tab-container.factfinder .teaser-text.tab-result-summary, .four-cols .tab-container.factfinder .slideritem .teaser-content .inner.dark-blue .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .four-cols .inner.dark-blue .box .teaser-text.tab-result-summary {
  color: #c3d2e5 !important; }
.one-col .inner.light-gray *, .two-cols .inner.light-gray *, .three-cols .inner.light-gray *, .four-cols .inner.light-gray * {
  color: #5c6573 !important; }
.one-col .inner.light-gray .button-orange, .two-cols .inner.light-gray .button-orange, .three-cols .inner.light-gray .button-orange, .four-cols .inner.light-gray .button-orange {
  color: #ffffff !important; }
.one-col .inner.light-gray .button-blue, .two-cols .inner.light-gray .button-blue, .three-cols .inner.light-gray .button-blue, .four-cols .inner.light-gray .button-blue {
  color: #ffffff !important; }
.one-col .inner.light-gray h2, .one-col .inner.light-gray .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .one-col .inner.light-gray h4, .one-col .inner.light-gray .h2-like, .one-col .inner.light-gray .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .one-col .inner.light-gray .tab-result-summary, .two-cols .inner.light-gray h2, .two-cols .inner.light-gray .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .two-cols .inner.light-gray h4, .two-cols .inner.light-gray .h2-like, .two-cols .inner.light-gray .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .two-cols .inner.light-gray .tab-result-summary, .three-cols .inner.light-gray h2, .three-cols .inner.light-gray .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .three-cols .inner.light-gray h4, .three-cols .inner.light-gray .h2-like, .three-cols .inner.light-gray .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .three-cols .inner.light-gray .tab-result-summary, .four-cols .inner.light-gray h2, .four-cols .inner.light-gray .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .four-cols .inner.light-gray h4, .four-cols .inner.light-gray .h2-like, .four-cols .inner.light-gray .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .four-cols .inner.light-gray .tab-result-summary {
  color: #18519c !important; }
.one-col .inner.link, .two-cols .inner.link, .three-cols .inner.link, .four-cols .inner.link {
  padding-bottom: 6.5625rem !important;
  position: relative; }
  .one-col .inner.link .more.bottom, .one-col .inner.link a.bottom.more-filter, .two-cols .inner.link .more.bottom, .two-cols .inner.link a.bottom.more-filter, .three-cols .inner.link .more.bottom, .three-cols .inner.link a.bottom.more-filter, .four-cols .inner.link .more.bottom, .four-cols .inner.link a.bottom.more-filter {
    position: absolute;
    bottom: 1.875rem;
    margin-right: 1.25rem; }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .three-cols .inner .button-orange, .three-cols .inner .button-blue {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    text-align: center;
    font-weight: normal;
    display: block; } }
.no-padding-col-1 .three-cols .inner.link,
.no-padding-col-2 .three-cols .inner.link,
.no-padding-col-3 .three-cols .inner.link {
  padding-bottom: 6.5625rem !important; }
  .no-padding-col-1 .three-cols .inner.link .padding,
  .no-padding-col-2 .three-cols .inner.link .padding,
  .no-padding-col-3 .three-cols .inner.link .padding {
    padding-bottom: 0 !important; }

.two-cols .two-cols {
  margin-left: 0;
  margin-right: 0; }

/*----------------------------------------------------
    FCE: Two Cols
 -----------------------------------------------------*/
.container-dark-blue.no-padding-col-1, .container-blue-gray.no-padding-col-1, .container-light-gray.no-padding-col-1, .no-padding-col-1.container-light-gray-with-bg-img,
.container-blue.no-padding-col-1, .container-dark-gray.no-padding-col-1 {
  padding-left: 0; }
  .container-dark-blue.no-padding-col-1 .two-cols, .container-blue-gray.no-padding-col-1 .two-cols, .container-light-gray.no-padding-col-1 .two-cols, .no-padding-col-1.container-light-gray-with-bg-img .two-cols,
  .container-blue.no-padding-col-1 .two-cols, .container-dark-gray.no-padding-col-1 .two-cols {
    padding-top: 0;
    padding-bottom: 0; }
    .container-dark-blue.no-padding-col-1 .two-cols .col-left, .container-blue-gray.no-padding-col-1 .two-cols .col-left, .container-light-gray.no-padding-col-1 .two-cols .col-left, .no-padding-col-1.container-light-gray-with-bg-img .two-cols .col-left,
    .container-blue.no-padding-col-1 .two-cols .col-left, .container-dark-gray.no-padding-col-1 .two-cols .col-left {
      padding-left: 0; }
    .container-dark-blue.no-padding-col-1 .two-cols .col-right .inner, .container-blue-gray.no-padding-col-1 .two-cols .col-right .inner, .container-light-gray.no-padding-col-1 .two-cols .col-right .inner, .no-padding-col-1.container-light-gray-with-bg-img .two-cols .col-right .inner,
    .container-blue.no-padding-col-1 .two-cols .col-right .inner, .container-dark-gray.no-padding-col-1 .two-cols .col-right .inner {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; }
.container-dark-blue.no-padding-col-2, .container-blue-gray.no-padding-col-2, .container-light-gray.no-padding-col-2, .no-padding-col-2.container-light-gray-with-bg-img,
.container-blue.no-padding-col-2, .container-dark-gray.no-padding-col-2 {
  padding-right: 0; }
  .container-dark-blue.no-padding-col-2 .two-cols, .container-blue-gray.no-padding-col-2 .two-cols, .container-light-gray.no-padding-col-2 .two-cols, .no-padding-col-2.container-light-gray-with-bg-img .two-cols,
  .container-blue.no-padding-col-2 .two-cols, .container-dark-gray.no-padding-col-2 .two-cols {
    padding-top: 0;
    padding-bottom: 0; }
    .container-dark-blue.no-padding-col-2 .two-cols .col-right, .container-blue-gray.no-padding-col-2 .two-cols .col-right, .container-light-gray.no-padding-col-2 .two-cols .col-right, .no-padding-col-2.container-light-gray-with-bg-img .two-cols .col-right,
    .container-blue.no-padding-col-2 .two-cols .col-right, .container-dark-gray.no-padding-col-2 .two-cols .col-right {
      padding-right: 0; }
    .container-dark-blue.no-padding-col-2 .two-cols .col-left .inner, .container-blue-gray.no-padding-col-2 .two-cols .col-left .inner, .container-light-gray.no-padding-col-2 .two-cols .col-left .inner, .no-padding-col-2.container-light-gray-with-bg-img .two-cols .col-left .inner,
    .container-blue.no-padding-col-2 .two-cols .col-left .inner, .container-dark-gray.no-padding-col-2 .two-cols .col-left .inner {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; }
.container-dark-blue.no-padding-col-1.no-padding-col-2 .col-left .inner, .container-dark-blue.no-padding-col-1.no-padding-col-2 .col-right .inner, .container-blue-gray.no-padding-col-1.no-padding-col-2 .col-left .inner, .container-blue-gray.no-padding-col-1.no-padding-col-2 .col-right .inner, .container-light-gray.no-padding-col-1.no-padding-col-2 .col-left .inner, .no-padding-col-1.no-padding-col-2.container-light-gray-with-bg-img .col-left .inner, .container-light-gray.no-padding-col-1.no-padding-col-2 .col-right .inner, .no-padding-col-1.no-padding-col-2.container-light-gray-with-bg-img .col-right .inner,
.container-blue.no-padding-col-1.no-padding-col-2 .col-left .inner,
.container-blue.no-padding-col-1.no-padding-col-2 .col-right .inner, .container-dark-gray.no-padding-col-1.no-padding-col-2 .col-left .inner, .container-dark-gray.no-padding-col-1.no-padding-col-2 .col-right .inner {
  padding: 0;
  padding-bottom: 0; }

@media screen and (max-width: 47.9375em) {
  .container-dark-blue.no-padding-col-2 .col-right, .container-blue-gray.no-padding-col-2 .col-right, .container-light-gray.no-padding-col-2 .col-right, .no-padding-col-2.container-light-gray-with-bg-img .col-right,
  .container-blue.no-padding-col-2 .col-right, .container-dark-gray.no-padding-col-2 .col-right {
    padding-right: 0.9375rem !important;
    padding-bottom: 0.9375rem; }
  .container-dark-blue.no-padding-col-1 .col-left, .container-blue-gray.no-padding-col-1 .col-left, .container-light-gray.no-padding-col-1 .col-left, .no-padding-col-1.container-light-gray-with-bg-img .col-left,
  .container-blue.no-padding-col-1 .col-left, .container-dark-gray.no-padding-col-1 .col-left {
    padding-left: 0.9375rem !important;
    padding-top: 0.9375rem; } }
@media screen and (max-width: 47.9375em) {
  .two-cols .col-left {
    margin-bottom: 1.875rem; }

  .three-cols .col-left, .three-cols .col-middle {
    margin-bottom: 1.875rem; } }
@media screen and (max-width: 47.9375em) {
  .two-cols .inner {
    height: auto !important; } }
/* --- Stoerer --- */
.stoerer {
  background: url("../Images/top-star.svg") no-repeat;
  float: right;
  margin-top: -7.8125rem;
  width: 7.8125rem;
  height: 7.8125rem;
  font-size: 2.25rem;
  font-weight: 700;
  transform: rotate(30deg);
  padding: 2.125rem 0;
  text-align: center;
  color: #fefefe; }

@media screen and (max-width: 47.9375em) {
  .stoerer {
    width: 6.25rem;
    height: 6.25rem;
    padding: 1.875rem 0;
    font-size: 1.5rem; } }
/*----------------------------------------------------
  FCE: Three Cols
-----------------------------------------------------*/
.no-padding-col-1 .three-cols .inner,
.no-padding-col-2 .three-cols .inner,
.no-padding-col-3 .three-cols .inner {
  padding: 0 !important; }
  .no-padding-col-1 .three-cols .inner .more.bottom, .no-padding-col-1 .three-cols .inner a.bottom.more-filter,
  .no-padding-col-2 .three-cols .inner .more.bottom,
  .no-padding-col-2 .three-cols .inner a.bottom.more-filter,
  .no-padding-col-3 .three-cols .inner .more.bottom,
  .no-padding-col-3 .three-cols .inner a.bottom.more-filter {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem; }

/*----------------------------------------------------
    FCE: Akkordeon
 -----------------------------------------------------*/
.accordion {
  margin-bottom: 3.75rem;
  border-top: 1px solid #ebeced; }
  .accordion .accordion-navigation, .accordion .accordion-item {
    position: relative; }
    .accordion .accordion-navigation > a:after, .accordion .accordion-item > a:after {
      color: #ffffff;
      width: 1.875rem;
      height: 1.875rem;
      font-size: 1.5625rem;
      border-radius: 3.125rem;
      content: "";
      position: absolute;
      right: 1.875rem;
      top: 1.375rem;
      text-align: center;
      background: #18519c url("../Images/icon_open.svg") no-repeat 0.3125rem center;
      background-size: 1.1875rem auto; }
    .accordion .accordion-navigation.is-active > a:after, .accordion .accordion-item.is-active > a:after {
      background-image: url("../Images/icon_close.svg"); }
    .accordion .accordion-navigation.is-active .accordion-title, .accordion .accordion-navigation.is-active .accordion-content, .accordion .accordion-item.is-active .accordion-title, .accordion .accordion-item.is-active .accordion-content {
      background-color: #f0f2f5 !important;
      border-bottom: 0; }
    .accordion .accordion-navigation .accordion-title, .accordion .accordion-item .accordion-title {
      border: 0;
      border-bottom: 1px solid #ebeced;
      font-size: 1.25rem;
      line-height: normal;
      color: #5c6573;
      text-decoration: none;
      background: none;
      padding: 1.5625rem 4.6875rem 1.875rem 1.875rem; }
      .accordion .accordion-navigation .accordion-title:hover, .accordion .accordion-item .accordion-title:hover {
        background-color: transparent; }
      .accordion .accordion-navigation .accordion-title:before, .accordion .accordion-item .accordion-title:before {
        content: ""; }
    .accordion .accordion-navigation .accordion-content, .accordion .accordion-item .accordion-content {
      padding: 0 4.6875rem 1.5625rem 1.875rem;
      border: 0; }

.accordion.eaohelp .accordion-navigation .accordion-content, .accordion.eaohelp .accordion-item .accordion-content {
  padding: 0; }
  .accordion.eaohelp .accordion-navigation .accordion-content .accordion-content, .accordion.eaohelp .accordion-item .accordion-content .accordion-content {
    padding: 0 4.6875rem 1.5625rem 1.875rem; }

@media screen and (max-width: 47.9375em) {
  .accordion .accordion-item .accordion-title {
    padding: 1.25rem 4.375rem 1.5625rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem; }
  .accordion .accordion-item .accordion-content {
    padding: 0 1.25rem 1.5625rem 1.25rem;
    font-size: 0.875rem; }
    .accordion .accordion-item .accordion-content .container {
      margin-bottom: 0; } }
/*----------------------------------------------------
	FCE: Tabs
 -----------------------------------------------------*/
.tab-container {
  margin-bottom: 3.75rem; }
  .tab-container .h2-like {
    text-align: center; }
  .tab-container ul.tabs {
    border: 0;
    background: transparent;
    margin: 0; }
    .tab-container ul.tabs li.tabs-title {
      padding: 0; }
      .tab-container ul.tabs li.tabs-title a {
        padding: 0.625rem 1.875rem;
        font-size: 1.125rem;
        cursor: pointer;
        color: #9da1a6; }
      .tab-container ul.tabs li.tabs-title.is-active a {
        border-bottom: 1px solid #31363d;
        color: #31363d;
        background: none; }
  .tab-container .tabs-content {
    border: 0;
    border-top: 1px solid #ebeced;
    margin-top: -1px;
    background-color: transparent; }
    .tab-container .tabs-content .tabs-panel {
      padding: 2.5rem 0 0; }
      .tab-container .tabs-content .tabs-panel.current {
        display: inherit; }
  .tab-container.extended {
    background-color: #f0f2f5;
    padding-top: 5.625rem; }
    .tab-container.extended ul.tabs {
      text-align: center;
      width: 100%; }
      .tab-container.extended ul.tabs li.tabs-title {
        display: inline;
        width: 33.33%;
        text-align: center;
        border: 1px solid #9da1a6; }
        .tab-container.extended ul.tabs li.tabs-title:first-child {
          border-right: 0; }
        .tab-container.extended ul.tabs li.tabs-title:last-child {
          border-left: 0; }
        .tab-container.extended ul.tabs li.tabs-title a {
          color: #18519c !important;
          font-size: 1rem;
          font-weight: bold;
          padding: 0.625rem; }
        .tab-container.extended ul.tabs li.tabs-title.is-active {
          border: 1px solid #18519c; }
          .tab-container.extended ul.tabs li.tabs-title.is-active a {
            background-color: #18519c;
            color: #fefefe !important;
            border: 0; }
    .tab-container.extended .tabs-content {
      border-top: 0; }
  .tab-container.factfinder .tab-result-summary {
    margin-bottom: 2.8125rem;
    font-weight: bold; }
  .tab-container.factfinder ul.tabs {
    margin: 0; }
    .tab-container.factfinder ul.tabs li.tabs-title {
      padding: 0;
      width: 33%; }
      .tab-container.factfinder ul.tabs li.tabs-title:last-child {
        width: 34%; }
      .tab-container.factfinder ul.tabs li.tabs-title a {
        padding: 0 1.875rem;
        font-size: 1rem;
        text-align: center;
        cursor: pointer;
        color: #18519c;
        border-top: 1px solid #ebeced;
        border-left: 1px solid #ebeced;
        border-right: 1px solid #ebeced;
        height: 2.5rem;
        display: table-cell;
        width: inherit;
        vertical-align: middle; }
      .tab-container.factfinder ul.tabs li.tabs-title.is-active a {
        border-bottom: none;
        color: #fefefe;
        background: #18519c;
        border-top: 1px solid #18519c;
        border-left: 1px solid #18519c;
        border-right: 1px solid #18519c; }
  .tab-container.factfinder .tabs-content {
    border-top: none;
    margin-top: 0px; }
    .tab-container.factfinder .tabs-content .tabs-panel {
      padding: 0; }
  .tab-container.factfinder-half ul.tabs li.tabs-title a {
    padding: 0.625rem 1.875rem;
    font-size: 1rem;
    height: auto;
    display: block;
    width: auto; }

.tx-vd-herma-products #eao-container.tab-container.extended .tabs-content {
  min-height: 39.0625rem; }
.tx-vd-herma-products #eao-container.tab-container.extended .tabs-panel {
  min-height: 39.0625rem; }
.tx-vd-herma-products #eao-container .factfinder-wrapper .resultlist {
  background-color: transparent; }

@media screen and (min-width: 75em) {
  .backgroundimage1, .backgroundimage2, .backgroundimage3 {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%; }

  .backgroundimage1 {
    background-image: url("../Images/backgroundimageEao.png"); }

  .backgroundimage2 {
    background-image: url("../Images/backgroundimageWord.png"); }

  .backgroundimage3 {
    background-image: url("../Images/backgroundimageBlanko.png"); } }
@media screen and (max-width: 74.9375em) {
  .tab-container.extended .accordion .accordion-item.is-active .accordion-title, .tab-container.extended .accordion .accordion-item.is-active .accordion-content {
    background: #ffffff !important; }
  .tab-container.extended .accordion .accordion-item.is-active .accordion-title {
    color: #18519c !important;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #f0f2f5; }
  .tab-container.extended .accordion .accordion-item.is-active .accordion-content {
    padding-top: 2.5rem;
    border-bottom: 1px solid #f0f2f5; } }
/*----------------------------------------------------
    FCE: List
 -----------------------------------------------------*/
.list {
  padding: 1.25rem 0; }
  .list .list-icon {
    float: left; }
    .list .list-icon img {
      padding-right: 0.9375rem; }
  .list .list-content {
    float: left; }
  .list h4 {
    line-height: normal;
    margin-bottom: 0.625rem; }

.two-cols .list .list-icon {
  width: 15%; }
.two-cols .list .list-content {
  width: 85%; }
.two-cols .list.check-icon .list-icon {
  width: 9%; }
.two-cols .list.check-icon .list-content {
  width: 91%; }

.three-cols .list .list-icon {
  width: 23%; }
.three-cols .list .list-content {
  width: 77%; }
.three-cols .list.check-icon .list-icon {
  width: 13%; }
.three-cols .list.check-icon .list-content {
  width: 87%; }

.four-cols .list .list-icon {
  width: 25%; }
.four-cols .list .list-content {
  width: 75%; }
.four-cols .list.check-icon .list-icon {
  width: 15%; }
.four-cols .list.check-icon .list-content {
  width: 85%; }

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .three-cols .list .list-icon {
    width: 12%; }
  .three-cols .list .list-content {
    width: 88%; }
  .three-cols .list.check-icon .list-icon {
    width: 7%; }
  .three-cols .list.check-icon .list-content {
    width: 93%; } }
@media screen and (max-width: 47.9375em) {
  .four-cols .column, .four-cols .columns {
    margin-bottom: 2.5rem; } }
/*----------------------------------------------------
    FCE: Downloads
 -----------------------------------------------------*/
.download-container .download-header {
  border-bottom: 1px solid #ebeced;
  padding-bottom: 0.9375rem;
  font-weight: 700; }
  .download-container .download-header * {
    color: #31363d; }
.download-container .downloads {
  border-bottom: 1px solid #ebeced;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }
  .download-container .downloads .fileformat {
    text-transform: uppercase;
    margin-bottom: 0; }
  .download-container .downloads a.download {
    color: #18519c;
    background: url("../Images/arrow_right_orange.svg") no-repeat right top;
    background-size: 1.4375rem 1.4375rem;
    padding-right: 1.875rem;
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem; }
  .download-container .downloads .name a {
    font-weight: 700;
    color: #5c6573; }

@media screen and (max-width: 47.9375em) {
  .download-container .download-header {
    display: none; }
  .download-container .name a {
    margin-bottom: 0.3125rem;
    display: block; }
  .download-container p, .download-container .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .download-container h2.teaser-text, .download-container .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .download-container h4.teaser-text, .download-container .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .download-container h4.teaser-text, .download-container .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .download-container .teaser-text.h2-like, .download-container .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .download-container .teaser-text.tab-result-summary, .download-container .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .download-container .teaser-text.tab-result-summary {
    margin-bottom: 0.3125rem !important;
    display: block; } }
/*----------------------------------------------------
    FCE: Accordeon big
 -----------------------------------------------------*/
.accordeon-big {
  position: relative;
  margin-bottom: 3.75rem; }
  .accordeon-big > div > .inner {
    border-top: 1px solid #d7d8d9;
    border-bottom: 1px solid #d7d8d9;
    padding: 1.875rem 0;
    position: relative; }
    .accordeon-big > div > .inner.border {
      border-left: 1px solid #d7d8d9;
      border-right: 1px solid #d7d8d9;
      padding-left: 1.875rem;
      padding-right: 1.875rem; }
    .accordeon-big > div > .inner .cover {
      background: url("../Images/cover.png") center bottom repeat;
      width: 100%;
      height: 6.875rem;
      position: absolute;
      bottom: 0;
      left: 0; }
    .accordeon-big > div > .inner .content {
      height: 10.9375rem;
      overflow: hidden; }
  .accordeon-big .accordeon-button {
    position: absolute;
    bottom: -0.75rem;
    cursor: pointer;
    left: 50%;
    margin-left: -0.75rem;
    width: 1.5625rem;
    border-radius: 1.875rem;
    height: 1.5625rem;
    background: #18519c url("../Images/icon_open.svg") center center;
    background-size: auto 1.1875rem; }
  .accordeon-big.open .accordeon-button {
    background-image: url("../Images/icon_close.svg"); }
  .accordeon-big.open .inner .cover {
    background: none; }

/*----------------------------------------------------
    FCE: Table
 -----------------------------------------------------*/
table {
  border-top: 1px solid #d7d8d9; }
  table tbody {
    border: 0; }
    table tbody tr {
      border-bottom: 1px solid #d7d8d9; }
      table tbody tr:nth-child(even) {
        background-color: #fcfcfc;
        border-bottom: 1px solid #d7d8d9; }
      table tbody tr td:first-child {
        width: 13.75rem; }
        table tbody tr td:first-child * {
          font-weight: 700; }
  table.align-right td:last-child {
    text-align: right; }

@media screen and (max-width: 47.9375em) {
  table tbody tr td:first-child {
    width: 10.625rem; } }
/* ---- Online Service ---- */
table.header-blue,
.onlineservice table {
  border-top: 0; }
  table.header-blue tbody,
  .onlineservice table tbody {
    font-size: 0.875rem; }
    table.header-blue tbody tr td:first-child,
    .onlineservice table tbody tr td:first-child {
      width: auto; }
      table.header-blue tbody tr td:first-child *,
      .onlineservice table tbody tr td:first-child * {
        font-weight: normal; }
    table.header-blue tbody tr:first-child td *,
    .onlineservice table tbody tr:first-child td * {
      font-weight: bold;
      color: #18519c !important; }

/*----------------------------------------------------
    FCE: Share
 -----------------------------------------------------*/
.share-container {
  width: 100%;
  padding: 1.875rem 0;
  text-align: center;
  font-size: 0.875rem;
  color: #9da1a6; }
  .share-container a {
    color: #9da1a6; }
  .share-container span {
    display: inline-table;
    position: relative;
    padding-right: 0.625rem;
    color: #9da1a6; }
    .share-container span a:hover {
      text-decoration: underline; }
    .share-container span:before {
      vertical-align: middle;
      font-size: 1.25rem; }
    .share-container span.text {
      padding-right: 1.25rem;
      font-weight: bold; }
    .share-container span.facebook:before {
      content: "\e91c";
      color: #365899;
      font-size: 1.125rem;
      vertical-align: text-bottom; }
    .share-container span.twitter:before {
      content: "\e923";
      color: #1b95e0; }
    .share-container span.xing {
      cursor: pointer; }
      .share-container span.xing:hover span {
        text-decoration: underline; }
      .share-container span.xing iframe {
        position: absolute;
        opacity: 0;
        left: 0;
        width: 100% !important; }
      .share-container span.xing:before {
        content: "\e926";
        color: #007575; }
    .share-container span.linkedin {
      cursor: pointer; }
      .share-container span.linkedin:hover span {
        text-decoration: underline; }
      .share-container span.linkedin .IN-widget {
        position: absolute;
        opacity: 0;
        left: 0;
        width: 100%; }
      .share-container span.linkedin:before {
        content: "\e920";
        vertical-align: sub;
        color: #006fa6;
        font-size: 1.375rem; }
    .share-container span.mail:before {
      content: "\e921"; }

@media screen and (max-width: 47.9375em) {
  .share-container span {
    margin-bottom: 0.3125rem; }
    .share-container span.text {
      width: 100%;
      margin-bottom: 0.625rem; } }
/*----------------------------------------------------
    FCE: Maps
 -----------------------------------------------------*/
.map-container {
  margin-bottom: 3.75rem; }

/*----------------------------------------------------
    FCE: Flyout Container
 -----------------------------------------------------*/
.flyout-container {
  margin: 0 -0.9375rem;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-start; }
  .flyout-container .flyout-col {
    order: 0;
    flex: 0 1 0px;
    align-self: auto;
    min-width: 14.6875rem;
    padding: 0 0.9375rem;
    width: 20%;
    display: inline-block; }

.big-flyout .flyout-container .flyout-col, #mainnavigation .flyout-full .flyout-container .flyout-col {
  flex: 0 1 auto; }

/*----------------------------------------------------
    FCE: Features
 -----------------------------------------------------*/
.features {
  border: 1px solid #ebeced;
  padding: 1.5625rem 1.875rem;
  position: relative; }
  .features a.help {
    position: absolute;
    top: 2.25rem;
    right: 2.25rem;
    font-weight: bold; }
    .features a.help:after {
      content: "?";
      color: #ffffff;
      border-radius: 100%;
      width: 1.875rem;
      height: 1.875rem;
      font-size: 0.875rem;
      background-color: #18519c;
      float: right;
      display: block;
      text-align: center;
      margin-left: 0.625rem;
      padding-top: 0.25rem; }
  .features .accordion {
    border: 0;
    margin-bottom: 0; }
    .features .accordion .is-active.accordion-item a {
      background: transparent !important; }
    .features .accordion .is-active .accordion-content {
      background: transparent !important; }
    .features .accordion .accordion-item a {
      color: #18519c;
      padding: 0.9375rem 0;
      font-size: 1rem;
      border: 0;
      padding-left: 1.25rem; }
      .features .accordion .accordion-item a:after {
        right: inherit;
        left: 0;
        width: auto;
        height: auto;
        font-family: 'herma-eaolp-icons';
        content: "\e901";
        color: #ff8800;
        background: none;
        font-size: 1rem;
        top: 1.0625rem; }
    .features .accordion .accordion-content {
      font-size: 0.875rem;
      padding: 0; }

@media screen and (max-width: 47.9375em) {
  .features a.help {
    top: 1.75rem;
    right: 1.25rem; } }
@media screen and (max-width: 29.9375em) {
  .features {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.375rem; }
    .features a.help {
      top: 0.5rem;
      right: 0.625rem; } }
/*----------------------------------------------------
    FCE: Steps
 -----------------------------------------------------*/
.steps-headline * {
  color: #18519c;
  text-align: center; }

.step-icons i {
  border-radius: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin: 2.5rem auto 1.25rem auto; }
  .step-icons i:before {
    color: #ffffff;
    font-size: 2.5rem; }
  .step-icons i:after {
    border-top: 2px dotted #9da1a6;
    content: '';
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    display: block;
    z-index: -1; }
  .step-icons i.icon-herma-eao-icons_process-0, .step-icons i.icon-herma-eao-icons_process-4 {
    background-color: #f2f6fa;
    width: 1.875rem;
    height: 1.875rem;
    padding-top: 0.25rem;
    margin-top: 4.6875rem; }
    .step-icons i.icon-herma-eao-icons_process-0:before, .step-icons i.icon-herma-eao-icons_process-4:before {
      color: #18519c;
      font-size: 1.375rem; }
    .step-icons i.icon-herma-eao-icons_process-0:after, .step-icons i.icon-herma-eao-icons_process-4:after {
      width: 5.9375rem;
      top: 0.9375rem; }
  .step-icons i.icon-herma-eao-icons_process-0 {
    float: left; }
    .step-icons i.icon-herma-eao-icons_process-0:after {
      left: 1.875rem; }
  .step-icons i.icon-herma-eao-icons_process-4 {
    float: right; }
    .step-icons i.icon-herma-eao-icons_process-4:after {
      right: 1.875rem; }
  .step-icons i.round {
    background-color: #18519c;
    width: 6.25rem;
    height: 6.25rem;
    padding-top: 1.875rem;
    margin: 2.5rem auto 1.25rem auto; }
    .step-icons i.round:before {
      color: #ffffff;
      font-size: 2.5rem; }
.step-icons .col-left i.round:after, .step-icons .col-middle i.round:after {
  width: 15.625rem;
  top: 3.125rem;
  left: 6.25rem; }

@media screen and (max-width: 47.9375em) {
  .step-icons i.icon-herma-eao-icons_process-0, .step-icons i.icon-herma-eao-icons_process-4 {
    margin-top: 3.125rem; }
    .step-icons i.icon-herma-eao-icons_process-0:after, .step-icons i.icon-herma-eao-icons_process-4:after {
      width: 5rem; }
  .step-icons i.icon-herma-eao-icons_process-0 {
    float: left; }
    .step-icons i.icon-herma-eao-icons_process-0:after {
      left: 1.875rem; }
  .step-icons i.icon-herma-eao-icons_process-4 {
    float: right; }
    .step-icons i.icon-herma-eao-icons_process-4:after {
      right: 1.875rem; }
  .step-icons i.round {
    width: 3.125rem;
    height: 3.125rem;
    padding-top: 0.75rem;
    position: relative; }
    .step-icons i.round:before {
      font-size: 1.5625rem;
      position: absolute;
      left: 0;
      width: 100%; }
  .step-icons .col-left i.round:after, .step-icons .col-middle i.round:after {
    width: 13.125rem;
    top: 1.5625rem;
    left: 3.125rem; } }
@media screen and (max-width: 29.9375em) {
  .step-icons .col-left i.round:after, .step-icons .col-middle i.round:after {
    width: 7.8125rem; }
  .step-icons i.round.icon-herma-eao-icons_process-1 {
    margin-left: 2.5rem; }
  .step-icons i.round.icon-herma-eao-icons_process-3 {
    margin-right: 2.625rem; } }
/*----------------------------------------------------
    FCE: Teaserbox / Infobox
 -----------------------------------------------------*/
.teaserbox {
  background: #ffffff; }
  .teaserbox:hover {
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16); }
  .teaserbox img {
    width: 100%; }
  .teaserbox .title {
    min-height: 6.25rem;
    color: #31363d;
    padding: 1.875rem 0.9375rem 0 0.9375rem;
    font-weight: bold;
    line-height: 1.25rem;
    display: block; }

@media screen and (max-width: 29.9375em) {
  .teaserbox img {
    display: inline-block;
    width: 30%;
    vertical-align: top; }
  .teaserbox .title {
    display: inline-block;
    width: 64%;
    margin-left: 5%; } }
.infobox {
  position: relative;
  border: 1px solid #ebeced;
  height: 100%;
  min-height: 15.625rem;
  overflow: hidden; }
  .infobox img {
    height: 100%;
    width: auto;
    position: absolute;
    bottom: 0;
    max-width: unset; }
  .infobox h4 {
    color: #18519c;
    position: absolute;
    top: 1.875rem;
    left: 1.875rem;
    font-size: 1.375rem; }
  .infobox .button-orange {
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem; }

@media screen and (max-width: 47.9375em) {
  .teaserbox {
    border: 1px solid #f0f2f5;
    margin-bottom: 2.5rem; } }
/*----------------------------------------------------
    FCE: Assistent
 -----------------------------------------------------*/
.assistent {
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  height: 100%; }
  .assistent .assistent-header {
    background-color: #18519c;
    padding: 2.5rem 1.4375rem 2.5rem 2.5rem;
    position: relative; }
    .assistent .assistent-header .free-btn {
      position: absolute;
      width: 4.875rem;
      height: 4.875rem;
      background: #ff8800;
      border-radius: 100%;
      color: #fefefe;
      text-transform: uppercase;
      font-weight: 700;
      transform: rotate(-20deg);
      padding: 1.4375rem 0;
      text-align: center;
      font-size: 0.8125rem;
      line-height: 0.9375rem;
      border: 0.25rem solid #fefefe;
      top: -1.5625rem;
      right: -1.25rem; }
    .assistent .assistent-header.headerbackground1 {
      background: #667180 url("../Images/icons_mc_eao_word.svg") no-repeat 160% center; }
    .assistent .assistent-header.headerbackground2 {
      background: #18519c url("../Images/icons_mc_eao_eao.svg") no-repeat 150% center; }
    .assistent .assistent-header.headerbackground3 {
      background: #667180 url("../Images/icons_mc_eao_vorl.svg") no-repeat 160% center; }
    .assistent .assistent-header h4 {
      color: #ffffff;
      font-size: 1.625rem;
      font-weight: normal;
      margin-bottom: 1.125rem; }
    .assistent .assistent-header a.more, .assistent .assistent-header a.more-filter {
      color: #ffffff;
      display: inline-block; }
  .assistent ul {
    padding: 1.25rem 2.5rem 0 2.5rem;
    margin: 0; }
    .assistent ul li {
      padding: 0.75rem 0 0.75rem 1.5625rem;
      position: relative; }
      .assistent ul li:last-child {
        border-bottom: 1px solid #ebeced;
        padding-bottom: 1.25rem; }
      .assistent ul li .i-icons_oc_blue-hook-ok,
      .assistent ul li .i-icons_oc_blue-filter-delete {
        position: absolute;
        left: 0;
        top: 1rem;
        width: 0.9375rem;
        height: 0.9375rem;
        display: inline-block;
        text-align: center;
        line-height: 0.5625rem;
        border-radius: 100%;
        margin-right: 0.3125rem; }
        .assistent ul li .i-icons_oc_blue-hook-ok:before,
        .assistent ul li .i-icons_oc_blue-filter-delete:before {
          font-size: 0.625rem; }
      .assistent ul li .i-icons_oc_blue-hook-ok {
        border: 1px solid #25d366; }
        .assistent ul li .i-icons_oc_blue-hook-ok:before {
          color: #25d366; }
      .assistent ul li .i-icons_oc_blue-filter-delete {
        border: 1px solid #e62117; }
        .assistent ul li .i-icons_oc_blue-filter-delete:before {
          color: #e62117; }
  .assistent .assistent-footer {
    padding: 1.125rem 2.5rem; }
    .assistent .assistent-footer a {
      display: block;
      font-size: 0.875rem; }

.lang-en-1 .assistent .assistent-header .free-btn, .lang-fr-2 .assistent .assistent-header .free-btn, .lang-nl-3 .assistent .assistent-header .free-btn, .lang-sv-7 .assistent .assistent-header .free-btn {
  line-height: 1.25rem; }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .assistent .assistent-header {
    padding: 1.875rem 3.125rem 1.875rem 1.25rem; }
    .assistent .assistent-header h4 {
      font-size: 1.25rem; }
    .assistent .assistent-header.headerbackground1, .assistent .assistent-header.headerbackground2, .assistent .assistent-header.headerbackground3 {
      background-position: 150% center; } }
@media screen and (max-width: 47.9375em) {
  .assistent .assistent-header.headerbackground1, .assistent .assistent-header.headerbackground2, .assistent .assistent-header.headerbackground3 {
    background-position: 115% center; } }
/*----------------------------------------------------
    FCE: Quote
 -----------------------------------------------------*/
.quote .quote-img {
  float: left;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 6.25rem;
  overflow: hidden;
  margin-right: 1.25rem; }
  .quote .quote-img img {
    max-width: inherit;
    height: 100%;
    width: auto; }
.quote .quote-content {
  float: left;
  width: 84%; }
  .quote .quote-content q {
    font-size: 1.375rem;
    font-style: italic; }
  .quote .quote-content span.author {
    display: block;
    color: #c3d2e5 !important;
    margin-top: 1.25rem;
    font-size: 0.875rem; }

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .quote .quote-content {
    width: 75%; }
    .quote .quote-content q {
      font-size: 1.25rem; } }
@media screen and (max-width: 29.9375em) {
  .quote .quote-content {
    width: 60%; }
    .quote .quote-content q {
      font-size: 1.125rem; } }
/*----------------------------------------------------
    FCE: Media Gallery
 -----------------------------------------------------*/
.gallery {
  margin-top: 3.75rem;
  /* ---- Button Navigation Slider ----*/
  /* --- Slider Top ---*/
  /* --- Slider Bottom Navigation ---*/ }
  .gallery button.slick-next,
  .gallery button.slick-prev {
    top: 30%;
    z-index: 98; }
  .gallery button.slick-prev {
    left: 0.5rem !important;
    background: url("../Images/arrow_to_left_gray.svg") no-repeat left center;
    background-size: 1.625rem 1.625rem; }
  .gallery button.slick-next {
    right: 0.5rem !important;
    background: url("../Images/arrow_to_right_gray.svg") no-repeat right center;
    background-size: 1.625rem 1.625rem; }
  .gallery iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }
  .gallery .video {
    align-self: center; }
  .gallery .slider-for {
    height: 21.875rem;
    overflow: hidden; }
    .gallery .slider-for button.slick-next,
    .gallery .slider-for button.slick-prev {
      top: 37%; }
      .gallery .slider-for button.slick-next:before,
      .gallery .slider-for button.slick-prev:before {
        color: #ff8800; }
    .gallery .slider-for .video .inner {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
    .gallery .slider-for .image-outer {
      align-self: center; }
    .gallery .slider-for img {
      width: unset;
      max-width: 100%;
      max-height: 30rem; }
  .gallery .slider-nav {
    padding: 1.25rem 0.9375rem;
    background-color: #f0f2f5; }
    .gallery .slider-nav .slick-list {
      padding: 0 !important; }
      .gallery .slider-nav .slick-list .slick-slide {
        padding: 0 0.3125rem; }
        .gallery .slider-nav .slick-list .slick-slide .thumbimage {
          height: 6.25rem;
          overflow: hidden; }
          .gallery .slider-nav .slick-list .slick-slide .thumbimage img {
            height: 100%;
            width: auto;
            max-width: none; }
          .gallery .slider-nav .slick-list .slick-slide .thumbimage .video {
            position: relative;
            padding-bottom: 68.25%;
            /* 16:9 */
            height: 0; }
            .gallery .slider-nav .slick-list .slick-slide .thumbimage .video .video-overlay {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }

/* ------ Gallery Herma.de ------ */
.gallery {
  margin-top: 0; }
  .gallery .slider-for {
    border: 1px solid #ebeced;
    padding: 0.625rem;
    height: 31.25rem;
    margin-bottom: 1.25rem; }
    @media screen and (max-width: 29.9375em) {
      .gallery .slider-for {
        height: auto; } }
    .gallery .slider-for img {
      margin: 0 auto; }
      @media screen and (min-width: 30em) and (max-width: 47.9375em) {
        .gallery .slider-for img {
          max-width: 27.8125rem; } }
    .gallery .slider-for .slick-track {
      display: flex;
      flex-direction: row; }
      .gallery .slider-for .slick-track .image-outer {
        min-height: 30rem;
        height: 0;
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        .gallery .slider-for .slick-track .image-outer img {
          max-width: 30rem;
          max-height: 30rem;
          height: auto;
          width: auto; }
  .gallery .navigation {
    border: 2px solid transparent;
    outline: none; }
    .gallery .navigation .thumbimage {
      background-color: #ffffff;
      padding-top: 0.1875rem;
      padding-bottom: 0.1875rem; }
      .gallery .navigation .thumbimage img {
        margin: 0 auto; }
    .gallery .navigation.slick-current .nav-item {
      border: 2px solid #ff8800;
      box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.07); }

@media screen and (max-width: 29.9375em) {
  .slider-for {
    height: 13.75rem; }

  .slider-nav {
    display: none; } }
.col-left.sticky-container {
  margin-bottom: 5.3125rem; }

/*----------------------------------------------------
  FCE: Login
-----------------------------------------------------*/
.login-container {
  height: 42.5rem;
  position: relative;
  overflow: hidden; }
  .login-container .teaser-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .login-container .teaser-image img {
      width: 100%; }
  .login-container > .row {
    position: relative;
    z-index: 95; }
    .login-container > .row .tx-felogin-pi1 {
      width: 100%;
      max-width: 21.875rem;
      padding: 2.1875rem 2.8125rem;
      margin: 5.625rem auto;
      background-color: #ffffff; }
      .login-container > .row .tx-felogin-pi1 h3 {
        color: #18519c;
        font-weight: normal;
        font-size: 1.6875rem;
        margin-bottom: 0.9375rem; }
      .login-container > .row .tx-felogin-pi1 input[type="password"], .login-container > .row .tx-felogin-pi1 input[type="text"] {
        border: none;
        box-shadow: none;
        background-color: #f0f2f5 !important;
        font-size: 0.875rem;
        height: 2.1875rem; }
        .login-container > .row .tx-felogin-pi1 input[type="password"]:focus, .login-container > .row .tx-felogin-pi1 input[type="password"]:active, .login-container > .row .tx-felogin-pi1 input[type="password"].nice-select.open, .login-container > .row .tx-felogin-pi1 input[type="text"]:focus, .login-container > .row .tx-felogin-pi1 input[type="text"]:active, .login-container > .row .tx-felogin-pi1 input[type="text"].nice-select.open {
          background-color: #f0f2f5 !important; }
        .login-container > .row .tx-felogin-pi1 input[type="password"].error, .login-container > .row .tx-felogin-pi1 input[type="text"].error {
          border: 1px solid red; }
      .login-container > .row .tx-felogin-pi1 .login-failed-msg {
        display: none; }
        .login-container > .row .tx-felogin-pi1 .login-failed-msg.error {
          display: block;
          color: red;
          font-size: 0.75rem;
          line-height: 1.25rem;
          height: 1.875rem; }
      .login-container > .row .tx-felogin-pi1 .permalogin {
        margin-bottom: 0.9375rem; }
        .login-container > .row .tx-felogin-pi1 .permalogin label {
          color: #667180; }
      .login-container > .row .tx-felogin-pi1 label {
        margin-bottom: 0.3125rem; }
      .login-container > .row .tx-felogin-pi1 .forgot-password a {
        color: #667180;
        font-size: 0.8125rem;
        background: url("../Images/arrow_right_blue.svg") no-repeat right center;
        background-size: 1.1875rem 1.1875rem;
        padding: 0.125rem 1.25rem 0.125rem 0; }
      .login-container > .row .tx-felogin-pi1 .button {
        width: 100%;
        margin-bottom: 0.625rem; }
        .login-container > .row .tx-felogin-pi1 .button.register {
          border-color: #5c6573;
          background: #5c6573;
          width: 100%;
          margin-bottom: 0.9375rem; }
          .login-container > .row .tx-felogin-pi1 .button.register:hover {
            border-color: #31363d;
            background: #31363d !important; }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .login-container .teaser-image img {
    width: auto;
    height: 100%; } }
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .login-container {
    height: 40rem; }
    .login-container .teaser-image img {
      width: auto;
      height: 100%; }
    .login-container .tx-felogin-pi1 {
      margin: 4.375rem auto !important; } }
@media screen and (max-width: 29.9375em) {
  .login-container {
    background: yellow;
    height: 37.5rem; }
    .login-container .teaser-image img {
      width: auto;
      height: 100%; }
    .login-container .tx-felogin-pi1 {
      padding: 1.875rem 2.1875rem !important;
      margin: 3.125rem auto !important; } }
/*----------------------------------------------
  HERMA Schule
  ----------------------------------------------*/
/* ---- Fontface ---*/
@font-face {
  font-family: 'herma_schule';
  src: url("../Fonts/herma-schule/herma_schule.eot?o5r143");
  src: url("../Fonts/herma-schule/herma_schule.eot?o5r143#iefix") format("embedded-opentype"), url("../Fonts/herma-schule/herma_schule.woff2?o5r143") format("woff2"), url("../Fonts/herma-schule/herma_schule.ttf?o5r143") format("truetype"), url("../Fonts/herma-schule/herma_schule.woff?o5r143") format("woff"), url("../Fonts/herma-schule/herma_schule.svg?o5r143#herma_schule") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-Schule"], [class*=" icon-Schule"], .icon-schule, .herma-schule .teaserbox .title:after {
  font-family: 'herma_schule' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-Schule-Icons_ui-know_more:before {
  content: "\e903"; }

.icon-Schule-Icons_ui-fulscreen:before {
  content: "\e900"; }

.icon-Schule-Icons_ui-play .path1:before {
  content: "\e901";
  color: black; }

.icon-Schule-Icons_ui-play .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: #010101; }

.herma-schule {
  /* ------ Slider ------*/
  /* ------ Button ------*/
  /* ------ Teaserbox ------*/
  /* ------ Online Scout ------*/
  /* ------ Video------*/ }
  .herma-schule h1, .herma-schule .h1-like, .herma-schule .h1-big, .herma-schule .slideritem.eao-layout .teaser-content .inner .box .teaser-headline, .slideritem.eao-layout .teaser-content .inner .box .herma-schule .teaser-headline, .herma-schule h2, .herma-schule .commerce-connector-overlay .commerce-connector h4, .commerce-connector-overlay .commerce-connector .herma-schule h4, .herma-schule .h2-like, .herma-schule .tab-container.factfinder .tab-result-summary, .tab-container.factfinder .herma-schule .tab-result-summary {
    font-family: "chaloops",sans-serif;
    letter-spacing: -1px;
    font-size: 3rem;
    line-height: 3.75rem;
    font-weight: bold; }
  .herma-schule h2.teaser-text, .herma-schule .commerce-connector-overlay .commerce-connector h4.teaser-text, .commerce-connector-overlay .commerce-connector .herma-schule h4.teaser-text, .herma-schule .teaser-text.h2-like, .herma-schule .tab-container.factfinder .teaser-text.tab-result-summary, .tab-container.factfinder .herma-schule .teaser-text.tab-result-summary {
    font-family: "Herma", "Arial", sans-serif;
    letter-spacing: -0.010em; }
  .herma-schule h3, .herma-schule h3 .prim-color {
    font-family: "chaloops",sans-serif;
    letter-spacing: -1px;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: bold; }
  .herma-schule .slideritem .teaser-content .inner .teaser-headline, .herma-schule .slideritem .teaser-content .inner h1, .herma-schule .slideritem .teaser-content .inner .h1-like, .herma-schule .slideritem .teaser-content .inner .h1-big, .herma-schule .slideritem.eao-layout .teaser-content .inner .box .teaser-headline {
    color: #18519c;
    font-family: "chaloops",sans-serif;
    letter-spacing: -1px;
    font-size: 2.25rem;
    line-height: 2.875rem;
    margin-bottom: 1.875rem;
    font-weight: bold; }
  .herma-schule .slider.columns-4 button:before {
    color: #ff8800 !important; }
  .herma-schule .slider figcaption {
    font-family: "chaloops",sans-serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: bold;
    transition: ease-in-out .5s; }
  .herma-schule .slider .slick-slide {
    outline: none;
    margin: 0 0.9375rem !important; }
    .herma-schule .slider .slick-slide img {
      transition: all .3s ease-in-out; }
    .herma-schule .slider .slick-slide:hover img {
      transform: scale(1.1); }
    .herma-schule .slider .slick-slide:hover figcaption {
      color: #18519c; }
  .herma-schule .button, .herma-schule .button-orange {
    border-radius: 0.3125rem;
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 0.9375rem; }
  .herma-schule .teaserbox {
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16);
    transition: ease-in-out .2s; }
    .herma-schule .teaserbox .title {
      min-height: 11.25rem;
      padding: 1.875rem 3.75rem 1.875rem 1.875rem;
      font-family: "chaloops",sans-serif;
      letter-spacing: -1px;
      font-weight: bold;
      font-size: 1.375rem;
      line-height: 1.75rem;
      position: relative;
      background-color: #fff5e6;
      transition: ease-in-out .2s;
      color: #c27e1a !important; }
      .herma-schule .teaserbox .title:hover {
        background-color: #ffffff;
        color: #b26900 !important; }
      .herma-schule .teaserbox .title:after {
        content: "\e903";
        font-size: 3.125rem;
        color: #FFCC81;
        position: absolute;
        right: 2.1875rem;
        top: 35%; }
      @media screen and (max-width: 63.9375em) {
        .herma-schule .teaserbox .title:after {
          right: 0.9375rem;
          font-size: 2.5rem; } }
      @media screen and (max-width: 47.9375em) {
        .herma-schule .teaserbox .title {
          margin-left: 0;
          width: 100%;
          padding-left: 0.9375rem; } }
    .herma-schule .teaserbox:hover {
      z-index: 97;
      position: relative; }
  .herma-schule .three-cols .col-left .teaserbox {
    transform: rotate(-3deg); }
    .herma-schule .three-cols .col-left .teaserbox:hover {
      transform: scale(1.1) rotate(-3deg) !important; }
  .herma-schule .three-cols .col-middle .teaserbox {
    transform: rotate(3deg); }
    .herma-schule .three-cols .col-middle .teaserbox:hover {
      transform: scale(1.1) rotate(3deg) !important; }
  .herma-schule .three-cols .col-right .teaserbox {
    transform: rotate(-3deg); }
    .herma-schule .three-cols .col-right .teaserbox:hover {
      transform: scale(1.1) rotate(-3deg) !important; }
  @media screen and (max-width: 47.9375em) {
    .herma-schule .teaserbox {
      max-width: 14.0625rem;
      margin: 0 auto 1.25rem auto; }
      .herma-schule .teaserbox img {
        width: 100%; } }
  .herma-schule .four-cols .media-container {
    text-align: center; }
    .herma-schule .four-cols .media-container figcaption {
      margin-top: 0.9375rem; }
  .herma-schule #online_scout {
    padding-top: 10rem;
    background: url("../Images/Buecherturm.png") no-repeat top right;
    background-size: 17.5rem auto; }
    .herma-schule #online_scout .bs-maincontent {
      position: relative;
      box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16);
      background-color: #fefefe;
      padding: 2.5rem 1.875rem 3.125rem 16.875rem; }
      .herma-schule #online_scout .bs-maincontent * {
        color: #007777 !important; }
      .herma-schule #online_scout .bs-maincontent .teaser-book {
        position: absolute;
        top: 0.3125rem;
        left: 1.5625rem;
        max-width: 13.125rem;
        height: auto; }
      .herma-schule #online_scout .bs-maincontent form .buttons {
        width: 100%; }
        .herma-schule #online_scout .bs-maincontent form .buttons div {
          float: left;
          width: 15%;
          margin-right: 3%; }
          .herma-schule #online_scout .bs-maincontent form .buttons div p, .herma-schule #online_scout .bs-maincontent form .buttons div .slideritem .teaser-content .inner .box h2.teaser-text, .slideritem .teaser-content .inner .box .herma-schule #online_scout .bs-maincontent form .buttons div h2.teaser-text, .herma-schule #online_scout .bs-maincontent form .buttons div .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector h4.teaser-text, .slideritem .teaser-content .inner .box .commerce-connector-overlay .commerce-connector .herma-schule #online_scout .bs-maincontent form .buttons div h4.teaser-text, .herma-schule #online_scout .bs-maincontent form .buttons div .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box h4.teaser-text, .commerce-connector-overlay .commerce-connector .slideritem .teaser-content .inner .box .herma-schule #online_scout .bs-maincontent form .buttons div h4.teaser-text, .herma-schule #online_scout .bs-maincontent form .buttons div .slideritem .teaser-content .inner .box .teaser-text.h2-like, .slideritem .teaser-content .inner .box .herma-schule #online_scout .bs-maincontent form .buttons div .teaser-text.h2-like, .herma-schule #online_scout .bs-maincontent form .buttons div .slideritem .teaser-content .inner .box .tab-container.factfinder .teaser-text.tab-result-summary, .slideritem .teaser-content .inner .box .tab-container.factfinder .herma-schule #online_scout .bs-maincontent form .buttons div .teaser-text.tab-result-summary, .herma-schule #online_scout .bs-maincontent form .buttons div .tab-container.factfinder .slideritem .teaser-content .inner .box .teaser-text.tab-result-summary, .tab-container.factfinder .slideritem .teaser-content .inner .box .herma-schule #online_scout .bs-maincontent form .buttons div .teaser-text.tab-result-summary {
            margin-bottom: 0.3125rem; }
          .herma-schule #online_scout .bs-maincontent form .buttons div.first {
            width: 30%; }
          .herma-schule #online_scout .bs-maincontent form .buttons div.button {
            margin-right: 0;
            width: 30%;
            margin-top: 1.875rem;
            padding: 0.75rem 0.5rem; }
            .herma-schule #online_scout .bs-maincontent form .buttons div.button span {
              color: #fefefe !important; }
      .herma-schule #online_scout .bs-maincontent input {
        display: block;
        box-shadow: none;
        border: 1px solid #e9e8ed;
        background-color: #f0f2f5; }
  @media screen and (max-width: 63.9375em) {
    .herma-schule #online_scout .bs-maincontent {
      padding: 2.5rem 1.875rem 3.125rem 1.875rem; }
      .herma-schule #online_scout .bs-maincontent .teaser-book {
        display: none; } }
  @media screen and (max-width: 47.9375em) {
    .herma-schule #online_scout {
      padding-top: 10rem;
      background-size: 17.5rem auto; }
      .herma-schule #online_scout .bs-maincontent {
        padding: 2.5rem 1.25rem 3.125rem 1.875rem; }
        .herma-schule #online_scout .bs-maincontent form .buttons div {
          width: 25%; }
          .herma-schule #online_scout .bs-maincontent form .buttons div.first {
            width: 41%; }
          .herma-schule #online_scout .bs-maincontent form .buttons div.button {
            margin-top: 0.3125rem;
            width: auto;
            font-size: 0.875rem; } }
  @media screen and (max-width: 29.9375em) {
    .herma-schule #online_scout {
      padding-top: 10rem;
      background-size: 17.5rem auto; }
      .herma-schule #online_scout .bs-maincontent {
        padding: 2.5rem 1.25rem 3.125rem 1.875rem; }
        .herma-schule #online_scout .bs-maincontent form .buttons div {
          width: 47%; }
          .herma-schule #online_scout .bs-maincontent form .buttons div.first {
            width: 97%; } }
  .herma-schule .video .inner {
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.16);
    border-radius: 0.625rem;
    overflow: hidden; }
  .herma-schule .teaser .slider .slick-slide {
    margin: 0 !important; }

.ytp-large-play-button {
  top: 30px !important;
  left: 100px; }
