@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.625rem;
        margin-right: -0.625rem; } }
    @media screen and (min-width: 64em) {
      .row .row {
        margin-left: -0.625rem;
        margin-right: -0.625rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) {
    .column, .columns {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .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 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .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 {
  width: 50%;
  float: left; }
  .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 {
  width: 33.33333%;
  float: left; }
  .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 {
  width: 25%;
  float: left; }
  .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 {
  width: 20%;
  float: left; }
  .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 {
  width: 16.66667%;
  float: left; }
  .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 {
  width: 14.28571%;
  float: left; }
  .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 {
  width: 12.5%;
  float: left; }
  .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-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .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 {
    width: 50%;
    float: left; }
    .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 {
    width: 33.33333%;
    float: left; }
    .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 {
    width: 25%;
    float: left; }
    .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 {
    width: 20%;
    float: left; }
    .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 {
    width: 16.66667%;
    float: left; }
    .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 {
    width: 14.28571%;
    float: left; }
    .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 {
    width: 12.5%;
    float: left; }
    .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-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .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 {
    width: 50%;
    float: left; }
    .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 {
    width: 33.33333%;
    float: left; }
    .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 {
    width: 25%;
    float: left; }
    .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 {
    width: 20%;
    float: left; }
    .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 {
    width: 16.66667%;
    float: left; }
    .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 {
    width: 14.28571%;
    float: left; }
    .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 {
    width: 12.5%;
    float: left; }
    .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-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  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,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #c0cf00;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #a5b200; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

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 {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.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 {
    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 screen and (min-width: 40em) {
  .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 screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !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,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #c0cf00;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #a3b000;
    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-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #c0cf00;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #9aa600;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #c0cf00;
    color: #c0cf00; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #606800;
      color: #606800; }
    .button.hollow.primary {
      border: 1px solid #c0cf00;
      color: #c0cf00; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #606800;
        color: #606800; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .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 #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #c0cf00;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #c0cf00;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fefefe; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fefefe; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[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;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-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 {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    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: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

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;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [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 {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  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;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20version%3D'1.1'%20width%3D'32'%20height%3D'24'%20viewBox%3D'0%200%2032%2024'%3E%3Cpolygon%20points%3D'0%2C0%2032%2C0%2016%2C24'%20style%3D'fill%3A%20rgb%2528138%2C%20138%2C%20138%2529'%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

.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 {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #c0cf00;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #c0cf00; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #c0cf00 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #c0cf00;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #c0cf00; }
    .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 {
    content: ' ';
    display: table; }
  .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: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.33333% - 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.66667% - 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: #c0cf00;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #9aa600;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      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 screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #fcffd2; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .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;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.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 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 {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .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.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #c0cf00; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .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;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .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 !important; }

.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%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #c0cf00;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #c0cf00 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .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 {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #c0cf00 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[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 {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #c0cf00 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #c0cf00;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #c0cf00 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #c0cf00 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #c0cf00;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #c0cf00 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #c0cf00 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #c0cf00;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.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: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #c0cf00 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #c0cf00;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #c0cf00;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.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; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.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-next:active, .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;
    background-color: #cacaca;
    border-radius: 50%; }
    .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 {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #c0cf00;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #c0cf00; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #c0cf00; }

.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; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #c0cf00;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #a3b000; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  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: absolute;
  left: auto;
  right: 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;
  user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #c0cf00; }
    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 {
    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 {
    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 {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  table tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.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 tbody tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #c0cf00; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #b6c500; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(192, 207, 0, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .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 {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .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 screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-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:focus {
  position: static !important;
  height: auto;
  width: 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-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

/*not in global content elements*/
/*******************************/
@font-face {
  font-family: 'DINMittelschriftStd';
  src: url("../fonts/DINMittelschriftStd.eot?#iefix") format("embedded-opentype"), url("../fonts/DINMittelschriftStd.woff") format("woff"), url("../fonts/DINMittelschriftStd.ttf") format("truetype"), url("../fonts/DINMittelschriftStd.svg#DINMittelschriftStd") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvertaStd-Bold';
  src: url("../fonts/AvertaStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvertaStd-Bold.otf") format("opentype"), url("../fonts/AvertaStd-Bold.woff") format("woff"), url("../fonts/AvertaStd-Bold.ttf") format("truetype"), url("../fonts/AvertaStd-Bold.svg#AvertaStd-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvertaStd-Regular';
  src: url("../fonts/AvertaStd-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvertaStd-Regular.otf") format("opentype"), url("../fonts/AvertaStd-Regular.woff") format("woff"), url("../fonts/AvertaStd-Regular.ttf") format("truetype"), url("../fonts/AvertaStd-Regular.svg#AvertaStd-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvertaStd-RegularItalic';
  src: url("../fonts/AvertaStd-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvertaStd-RegularItalic.otf") format("opentype"), url("../fonts/AvertaStd-RegularItalic.woff") format("woff"), url("../fonts/AvertaStd-RegularItalic.ttf") format("truetype"), url("../fonts/AvertaStd-RegularItalic.svg#AvertaStd-RegularItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

.ui-loader {
  display: none; }

*:focus {
  outline: none; }

#printhead {
  display: none; }

#printurl {
  display: none; }

body, html {
  background-color: #f5f2f0;
  color: #262626;
  font-family: "DINMittelschriftStd", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.uppercase {
  text-transform: uppercase; }

h1, h2, h3, h4, h5, h6 {
  font-family: "DINMittelschriftStd", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: -0.125rem; }
  @media screen and (min-width: 40em) {
    h1 {
      font-size: 3.75rem;
      line-height: 3.875rem; } }

h2 {
  font-size: 1.875rem;
  line-height: 1.875rem;
  letter-spacing: -0.125rem; }
  @media screen and (min-width: 40em) {
    h2 {
      font-size: 3.125rem;
      line-height: 3.125rem; } }

h3 {
  font-size: 1.375rem;
  line-height: 1.5rem;
  letter-spacing: -0.0625rem; }
  @media screen and (min-width: 40em) {
    h3 {
      font-size: 1.625rem;
      line-height: 2rem; } }

p {
  color: #262626;
  font-size: 1rem;
  font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 40em) {
    p {
      font-size: 1.125rem; } }
  p.bold {
    font-family: "AvertaStd-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  p.small {
    font-size: 1rem; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #c0cf00;
  transition: background-color 0.25s ease, color 0.25s ease; }
  a:hover {
    color: #9aa900; }
  a.backlink {
    position: relative;
    display: block;
    margin-bottom: 2rem;
    padding-left: 1rem; }
    a.backlink:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      background-image: url("../img/arrow_down_green_13x8.png");
      width: 13px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    a.backlink:hover:before {
      background-image: url("../img/arrow_down_darkgreen_13x8.png"); }

table {
  font-size: 1rem; }
  table thead {
    font-family: "AvertaStd-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #e4e0de; }
  table tbody {
    font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    table tbody tr:nth-child(even) {
      background-color: #e4e0de; }
    table tbody tr:nth-child(odd) {
      background-color: #ffffff; }
  @media screen and (min-width: 40em) {
    table {
      font-size: 1.125rem; } }

.row {
  /* 10 pixel offset */
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.fullsize {
  padding: 0;
  max-width: none; }

.rte ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .rte ul li {
    padding-left: 1rem;
    text-indent: -1rem;
    color: #262626;
    font-size: 1rem;
    font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 40em) {
      .rte ul li {
        font-size: 1.125rem; } }
    .rte ul li:before {
      content: "• ";
      color: #c0cf00;
      margin-right: 0.5rem; }

.radioButton {
  display: block;
  cursor: pointer;
  padding: 0.5rem 0 0.25rem 0;
  font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #262626; }
  .radioButton:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    -ms-transform: translateY(25%);
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    margin-right: 0.5rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../img/radiobutton_25x25.png"); }
  .radioButton:hover {
    color: #9aa900; }
    .radioButton:hover:before {
      background-position: -25px 0; }
  .radioButton.active {
    color: #000000; }
    .radioButton.active:before {
      background-position: -50px 0; }
    .radioButton.active:hover {
      color: #000000; }
      .radioButton.active:hover:before {
        background-position: -50px 0; }
  .radioButton.error:before {
    background-position: -75px 0; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.baseBottomOffset {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .baseBottomOffset {
      margin-bottom: 5rem; } }

.baseBottomOffsetSmall {
  margin-bottom: 2.5rem; }

.baseNavigationOffset {
  margin-top: calc(3rem + 3.375rem); }
  @media screen and (min-width: 40em) {
    .baseNavigationOffset {
      margin-top: calc(4.75rem + 7.1875rem); } }

.headerOffset {
  margin-top: 3.375rem; }
  @media screen and (min-width: 40em) {
    .headerOffset {
      margin-top: 7.1875rem; } }

.outsideTeaserStage {
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important; }

.centered-content {
  text-align: center; }

.centeredSectionHeadline {
  text-align: center;
  margin-bottom: 2rem; }

@media screen and (max-width: 39.9375em) {
  .mobile-full-width-column {
    padding: 0;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    width: auto; } }

main {
  display: none;
  overflow: hidden; }
  main section.fullpage {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }

.reveal-overlay {
  overflow-y: auto; }

.reveal {
  overflow-y: hidden; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      overflow-y: auto; } }

.logoRVG {
  width: 98px;
  height: 26px;
  background-image: url("../img/logo_rvg_98x26.jpg");
  background-repeat: no-repeat;
  display: inline-block; }
  @media screen and (min-width: 64em) {
    .logoRVG {
      width: 161px;
      height: 42px;
      background-image: url("../img/logo_rvg_161x42.jpg"); } }

.logoBMVI {
  width: 53px;
  height: 26px;
  background-image: url("../img/logo_bmvi_53x26.png");
  background-repeat: no-repeat;
  display: inline-block; }
  @media screen and (min-width: 64em) {
    .logoBMVI {
      width: 86px;
      height: 42px;
      background-image: url("../img/logo_bmvi_86x42.png"); } }

.logoDVR {
  width: 26px;
  height: 26px;
  background-image: url("../img/logo_dvr_26x26.png");
  background-repeat: no-repeat;
  display: inline-block; }
  @media screen and (min-width: 64em) {
    .logoDVR {
      width: 43px;
      height: 43px;
      background-image: url("../img/logo_dvr_43x43.png"); } }

/***********/
/* VIDEO */
.imageWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2; }
  .videoWrapper iframe {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.videoPlayButton {
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url("../img/video_play_45x45.png");
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  cursor: pointer;
  background-position: 0px 0px; }
  .videoPlayButton:hover {
    background-position: -45px 0px; }
  @media screen and (min-width: 40em) {
    .videoPlayButton {
      width: 60px;
      height: 60px;
      margin-left: -30px;
      margin-top: -30px;
      background-image: url("../img/video_play_60x60.png"); }
      .videoPlayButton:hover {
        background-position: -60px 0px; } }
  @media screen and (min-width: 64em) {
    .videoPlayButton {
      width: 90px;
      height: 90px;
      margin-left: -45px;
      margin-top: -45px;
      background-image: url("../img/video_play_90x90.png"); }
      .videoPlayButton:hover {
        background-position: -90px 0px; } }

/*************/
/* KEYFACT */
.keyfact {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  max-height: 37.5rem;
  z-index: 1;
  overflow: hidden; }
  .keyfact .row {
    background-color: rgba(0, 0, 0, 0.6);
    max-width: none; }
    @media screen and (min-width: 40em) {
      .keyfact .row {
        min-height: 500px; } }
  .keyfact .keyfactText {
    color: #ffffff;
    font-size: 1.875rem;
    line-height: 2rem;
    margin: 3.75rem auto; }
    @media screen and (min-width: 40em) {
      .keyfact .keyfactText {
        font-size: 3.75rem;
        line-height: 4rem;
        margin: 6.25rem auto; } }

/******************/
/* ARTICLE TAGS */
.articleTags h3 {
  margin-bottom: 1.25rem; }

.articleTags .articleTagButtons {
  display: inline-block;
  border-bottom: 1px #000000 solid;
  padding-bottom: 0.625rem;
  width: 100%; }
  .articleTags .articleTagButtons a {
    float: left;
    border-radius: 0;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
    text-transform: none;
    font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.125rem;
    background-color: #c0cf00; }
    .articleTags .articleTagButtons a:hover {
      background-color: #9aa900; }

/********************/
/* DROPDOWN LINKS */
.dropdownLinks .accordion .accordion-item .accordion-title {
  color: #ffffff !important;
  background-color: #353535 !important;
  font-size: 1rem;
  text-transform: uppercase;
  pointer-events: none;
  cursor: default; }
  @media screen and (min-width: 40em) {
    .dropdownLinks .accordion .accordion-item .accordion-title {
      font-size: 1.625rem;
      text-transform: none; } }
  .dropdownLinks .accordion .accordion-item .accordion-title:before {
    display: none;
    background-image: url("../img/accordion_arrow_down_14x8.png") !important;
    background-position: 0px 0px; }

.dropdownLinks .accordion .accordion-item.is-active .accordion-title:before {
  background-image: url("../img/accordion_arrow_up_14x8.png") !important;
  background-position: 0px 0px; }

.dropdownLinks .accordion .accordion-item .accordion-content {
  background-color: #e3e3e3; }
  .dropdownLinks .accordion .accordion-item .accordion-content ul {
    list-style-type: none; }
    .dropdownLinks .accordion .accordion-item .accordion-content ul li {
      border-color: #8b8b8b !important; }
      .dropdownLinks .accordion .accordion-item .accordion-content ul li p {
        padding: 0.625rem 0 0 0;
        margin-bottom: 0; }
      .dropdownLinks .accordion .accordion-item .accordion-content ul li a {
        font-family: "AvertaStd-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        word-wrap: break-word;
        height: auto !important;
        padding: 0 0 0.625rem 0 !important; }
        .dropdownLinks .accordion .accordion-item .accordion-content ul li a:hover {
          color: #9aa900 !important; }

#rvgNotification .notificationLayerContent {
  position: relative;
  background-color: #ffffff;
  padding: 1rem;
  text-align: center; }
  #rvgNotification .notificationLayerContent p {
    margin-top: 2rem; }
    #rvgNotification .notificationLayerContent p a {
      font-family: "AvertaStd-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #rvgNotification .notificationLayerContent .button {
    padding-left: 2rem;
    padding-right: 2rem; }

#cookieBarContainer {
  display: none;
  background: rgba(38, 38, 38, 0.9);
  width: 100%;
  min-height: 3.375rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  #cookieBarContainer p {
    color: #ffffff;
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 40em) {
      #cookieBarContainer p {
        margin-bottom: 1.25rem; } }
  #cookieBarContainer a {
    color: #ffffff;
    text-decoration: underline; }
  @media screen and (min-width: 40em) {
    #cookieBarContainer {
      min-height: 7.1875rem; }
      #cookieBarContainer a.button {
        margin-top: 1.25rem; } }
  #cookieBarContainer #cookieBarButtonContainer {
    padding-top: 0; }
    @media screen and (max-width: 39.9375em) {
      #cookieBarContainer #cookieBarButtonContainer {
        padding-top: 0 !important; } }
    @media screen and (min-width: 40em) {
      #cookieBarContainer #cookieBarButtonContainer {
        padding-top: 1.25rem; } }
    #cookieBarContainer #cookieBarButtonContainer a {
      padding: 0.75rem 1.25rem;
      width: 100px;
      text-decoration: none; }
      @media screen and (min-width: 40em) {
        #cookieBarContainer #cookieBarButtonContainer a {
          margin-top: 1.25rem; } }

.plyr__controls {
  display: none; }

.plyr__play-large {
  display: none; }

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 3.375rem; }
  header.cookieBarVisible {
    top: 3.375rem; }
    @media screen and (min-width: 40em) {
      header.cookieBarVisible {
        top: 7.1875rem; } }
  @media screen and (min-width: 40em) {
    header {
      height: 7.1875rem; } }
  header.smallStickyMode {
    width: 3.375rem;
    left: auto;
    right: 0; }
    @media screen and (min-width: 40em) {
      header.smallStickyMode {
        width: 14.375rem; } }
    header.smallStickyMode #headerImageContainer {
      display: none !important; }
  header .row {
    padding: 0;
    max-width: none; }
  header .logoRVG {
    width: 96px;
    height: 26px;
    margin-left: 19px;
    background-image: url("../img/logo_rvg_header_small.jpg");
    background-repeat: no-repeat;
    display: inline-block; }
    @media screen and (min-width: 64em) {
      header .logoRVG {
        width: 151px;
        height: 39px;
        margin-left: 37px;
        background-image: url("../img/logo_rvg_header_large.jpg"); } }
  header .logoBMVI {
    width: 51px;
    height: 26px;
    margin-left: 24px;
    background-image: url("../img/logo_bmvi_header_small.jpg");
    background-repeat: no-repeat;
    display: inline-block; }
    @media screen and (min-width: 64em) {
      header .logoBMVI {
        width: 79px;
        height: 39px;
        margin-left: 42px;
        background-image: url("../img/logo_bmvi_header_large.jpg"); } }
  header .logoDVR {
    width: 26px;
    height: 26px;
    margin-left: 6px;
    background-image: url("../img/logo_dvr_header_small.jpg");
    background-repeat: no-repeat;
    display: inline-block; }
    @media screen and (min-width: 64em) {
      header .logoDVR {
        width: 39px;
        height: 39px;
        margin-left: 13px;
        background-image: url("../img/logo_dvr_header_large.jpg"); } }
  header a.headerCancelSearchLink {
    display: inline-block;
    width: 1rem;
    height: 3.375rem;
    background-image: url("../img/search_icon_close_8x8.png");
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 40em) {
      header a.headerCancelSearchLink {
        display: none; } }
  header a.headerBurgerLink {
    background-image: url("../img/icons/ffffff/Icon_Burger.svg");
    background-size: 20px 15px; }
    header a.headerBurgerLink:hover {
      background-color: #9aa900; }
  header .headerSearchLink {
    background-image: url("../img/icons/ffffff/Icon_Lupe.svg");
    background-size: 15px 15px;
    color: transparent;
    border: 0; }
    header .headerSearchLink:hover {
      background-color: #9aa900; }
  header .headerSearchLink,
  header a.headerBurgerLink {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.375rem;
    height: 3.375rem;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    padding: 0;
    background-size: 15px 15px;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 40em) {
      header .headerSearchLink,
      header a.headerBurgerLink {
        width: 7.1875rem;
        height: 7.1875rem;
        background-size: 22px 22px;
        padding: 0; } }
  header a.headerCloseLink {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.375rem;
    height: 3.375rem;
    text-align: center;
    display: inline-block;
    background-color: #c0cf00;
    padding: 0;
    background-image: url("../img/header_icon_close_14x14.png");
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 40em) {
      header a.headerCloseLink {
        width: 7.1875rem;
        height: 7.1875rem;
        background-image: url("../img/header_icon_close_16x17.png");
        padding: 0; } }
    header a.headerCloseLink:hover {
      background-color: #9aa900; }
  header #headerRowDefault {
    display: block;
    position: relative; }
  header #headerRowSearch {
    display: none;
    background-color: #666666;
    height: 3.375rem; }
    @media screen and (min-width: 40em) {
      header #headerRowSearch {
        height: 7.1875rem; } }
    header #headerRowSearch .columns {
      padding: 0;
      text-align: right; }
    header #headerRowSearch input[type="text"],
    header #headerRowSearch .searchinput {
      width: calc(100% - 6.75rem - 1rem);
      display: inline-block;
      background-color: transparent;
      color: #ffffff;
      font-size: 1.25rem;
      height: 3.375rem;
      float: left;
      border: none;
      margin: 0.0625rem 0 0 1.25rem;
      padding: 0;
      font-family: "DINMittelschriftStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: none;
      box-shadow: none; }
      header #headerRowSearch input[type="text"]::-webkit-input-placeholder,
      header #headerRowSearch .searchinput::-webkit-input-placeholder {
        font-size: 1.25rem;
        text-transform: none; }
      header #headerRowSearch input[type="text"]::-moz-placeholder,
      header #headerRowSearch .searchinput::-moz-placeholder {
        font-size: 1.25rem;
        text-transform: none; }
      header #headerRowSearch input[type="text"]:-moz-placeholder,
      header #headerRowSearch .searchinput:-moz-placeholder {
        font-size: 1.25rem;
        text-transform: none; }
      header #headerRowSearch input[type="text"]:-ms-input-placeholder,
      header #headerRowSearch .searchinput:-ms-input-placeholder {
        font-size: 1.25rem;
        text-transform: none; }
      header #headerRowSearch input[type="text"]:active, header #headerRowSearch input[type="text"]:focus,
      header #headerRowSearch .searchinput:active,
      header #headerRowSearch .searchinput:focus {
        border: none;
        box-shadow: none; }
      @media screen and (min-width: 40em) {
        header #headerRowSearch input[type="text"],
        header #headerRowSearch .searchinput {
          width: calc(100% - 14.375rem - 2rem);
          font-size: 2.25rem;
          height: 7.1875rem;
          margin: 0.0625rem 0 0 3rem; }
          header #headerRowSearch input[type="text"]::-webkit-input-placeholder,
          header #headerRowSearch .searchinput::-webkit-input-placeholder {
            font-size: 2.25rem; }
          header #headerRowSearch input[type="text"]::-moz-placeholder,
          header #headerRowSearch .searchinput::-moz-placeholder {
            font-size: 2.25rem; }
          header #headerRowSearch input[type="text"]:-moz-placeholder,
          header #headerRowSearch .searchinput:-moz-placeholder {
            font-size: 2.25rem; }
          header #headerRowSearch input[type="text"]:-ms-input-placeholder,
          header #headerRowSearch .searchinput:-ms-input-placeholder {
            font-size: 2.25rem; } }
      @media screen and (min-width: 64em) {
        header #headerRowSearch input[type="text"],
        header #headerRowSearch .searchinput {
          font-size: 3.125rem; }
          header #headerRowSearch input[type="text"]::-webkit-input-placeholder,
          header #headerRowSearch .searchinput::-webkit-input-placeholder {
            font-size: 3.125rem; }
          header #headerRowSearch input[type="text"]::-moz-placeholder,
          header #headerRowSearch .searchinput::-moz-placeholder {
            font-size: 3.125rem; }
          header #headerRowSearch input[type="text"]:-moz-placeholder,
          header #headerRowSearch .searchinput:-moz-placeholder {
            font-size: 3.125rem; }
          header #headerRowSearch input[type="text"]:-ms-input-placeholder,
          header #headerRowSearch .searchinput:-ms-input-placeholder {
            font-size: 3.125rem; } }
    header #headerRowSearch .headerSearchLink {
      right: 3.375rem; }
      @media screen and (min-width: 40em) {
        header #headerRowSearch .headerSearchLink {
          right: 7.1875rem; } }
  header #headerImageContainer {
    height: 3.375rem;
    background-color: #ffffff;
    padding: 0;
    max-width: calc(100% - 3.375rem); }
    header #headerImageContainer a {
      height: 100%;
      background-position: 0 center; }
    @media screen and (min-width: 40em) {
      header #headerImageContainer {
        height: 7.1875rem;
        max-width: none; } }
  header #headerNaviContainer {
    height: 3.375rem;
    background: rgba(38, 38, 38, 0.3);
    text-align: right;
    padding: 0;
    max-width: 3.375rem; }
    header #headerNaviContainer.smallStickyMode {
      background: transparent;
      width: 100%; }
      header #headerNaviContainer.smallStickyMode .headerSearchLink {
        right: 7.1875rem; }
    @media screen and (min-width: 40em) {
      header #headerNaviContainer {
        max-width: none;
        height: 7.1875rem; } }
    header #headerNaviContainer .headerNaviLinks {
      display: none; }
      @media screen and (min-width: 40em) {
        header #headerNaviContainer .headerNaviLinks {
          display: inline-block;
          margin-right: 7.1875rem; }
          header #headerNaviContainer .headerNaviLinks.smallStickyMode {
            display: none; } }
      header #headerNaviContainer .headerNaviLinks a.headerNaviLink {
        height: 3.375rem;
        padding: 3rem 1.5rem 0 1.5rem;
        color: #ffffff;
        font-size: 1rem;
        letter-spacing: 0.0625rem;
        float: left; }
        header #headerNaviContainer .headerNaviLinks a.headerNaviLink:hover {
          color: #9aa900; }
        @media screen and (min-width: 40em) {
          header #headerNaviContainer .headerNaviLinks a.headerNaviLink {
            height: 7.1875rem;
            padding: 2.875rem 0.5rem 0 0.5rem;
            font-size: 1rem;
            letter-spacing: 0.03125rem; } }
        @media screen and (min-width: 64em) {
          header #headerNaviContainer .headerNaviLinks a.headerNaviLink {
            height: 7.1875rem;
            padding: 2.625rem 1.5rem 0 1.5rem;
            font-size: 1.25rem;
            letter-spacing: 0.0625rem; }
            header #headerNaviContainer .headerNaviLinks a.headerNaviLink:last-child {
              padding-right: 3rem; } }
    header #headerNaviContainer .headerSearchLink {
      display: none;
      background-color: rgba(38, 38, 38, 0.2); }
      @media screen and (min-width: 40em) {
        header #headerNaviContainer .headerSearchLink {
          display: inline-block; }
          header #headerNaviContainer .headerSearchLink:hover {
            background-color: #9aa900; } }
    header #headerNaviContainer a.headerBurgerLink {
      float: right;
      display: inline-block; }
      @media screen and (min-width: 40em) {
        header #headerNaviContainer a.headerBurgerLink {
          display: none; } }
      header #headerNaviContainer a.headerBurgerLink.smallStickyMode {
        display: inline-block;
        background-color: rgba(38, 38, 38, 0.3); }
      header #headerNaviContainer a.headerBurgerLink:hover {
        background-color: #9aa900; }
  header .headerIconAnimation {
    z-index: 99;
    position: fixed;
    right: 0;
    top: 0;
    width: 3.375rem;
    height: 3.375rem;
    background-repeat: no-repeat;
    background-position: center center;
    display: none; }
    @media screen and (min-width: 40em) {
      header .headerIconAnimation {
        width: 7.1875rem;
        height: 7.1875rem; } }
    header .headerIconAnimation.burger-to-close {
      background-image: url("../img/animation_burger-to-close.gif"); }
    header .headerIconAnimation.close-to-burger {
      background-image: url("../img/animation_close-to-burger.gif"); }

nav {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  z-index: 998;
  padding: 0 0 0 0;
  font-size: 0.75rem;
  padding-top: 3.375rem; }
  @media screen and (min-width: 40em) {
    nav {
      position: absolute;
      left: 0;
      top: 0;
      min-height: 101%;
      padding-top: 7.1875rem; }
      nav.cookieBarVisible {
        top: 3.375rem; } }
    @media screen and (min-width: 40em) and (min-width: 40em) {
      nav.cookieBarVisible {
        top: 7.1875rem; } }
  nav .accordion-item a.accordion-title {
    padding: 23px 1.25rem 17px 1rem !important;
    text-transform: uppercase;
    font-size: 1rem !important;
    letter-spacing: 0.0625rem; }
    nav .accordion-item a.accordion-title.hasSubline {
      padding: 10px 1.25rem 10px 1rem !important; }
    nav .accordion-item a.accordion-title span {
      position: relative;
      display: block;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      white-space: nowrap;
      overflow: hidden;
      text-transform: none;
      margin-top: 0.5rem; }
      nav .accordion-item a.accordion-title span:after {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        display: block;
        width: 50px;
        height: 100%;
        background-color: #d7d7d7;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #d7d7d7 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #d7d7d7 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #d7d7d7 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d7d7d7', endColorstr='#d7d7d7',GradientType=1 );
        /* IE6-9 */ }
  nav .accordion-item.is-active a.accordion-title span:after {
    background-color: #c0cf00;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #c0cf00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #c0cf00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #c0cf00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0cf00', endColorstr='#c0cf00',GradientType=1 );
    /* IE6-9 */ }
  nav .accordion-item .accordion-content ul li a {
    position: relative;
    min-height: 3rem;
    height: auto !important;
    padding: 1rem 0 0.625rem 0 !important;
    font-size: 1.125rem !important;
    letter-spacing: 0.0625rem; }
    nav .accordion-item .accordion-content ul li a img {
      margin-top: 0.5rem; }
    nav .accordion-item .accordion-content ul li a span {
      position: relative;
      display: block;
      font-size: 0.75rem;
      letter-spacing: normal;
      font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      white-space: nowrap;
      overflow: hidden; }
      nav .accordion-item .accordion-content ul li a span:after {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        display: block;
        width: 50px;
        height: 100%;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        /* IE6-9 */ }
  nav ul {
    list-style-type: none;
    margin: 0; }
    nav ul li, nav ul li a {
      color: #666666;
      font-size: 0.75rem;
      cursor: pointer; }
  nav #mainNavListContainer {
    display: inline-block;
    min-width: 17.5rem;
    padding: 6.25rem 0 0 0;
    width: 100%; }
    nav #mainNavListContainer .mainNavListTeaserColumn {
      min-height: 200px; }
    nav #mainNavListContainer .mainNavListTeaser {
      position: relative;
      display: block;
      margin-bottom: 0.625rem;
      margin-top: 0.625rem; }
      nav #mainNavListContainer .mainNavListTeaser .mainNavListTeaserHeadline {
        color: #666666;
        text-transform: uppercase;
        font-size: 1rem;
        letter-spacing: 0.0625rem;
        margin-bottom: 0.5rem;
        min-height: 1.5rem;
        /*
        display: table-cell;
        vertical-align: bottom;
        padding-bottom: 0.5rem;
        */ }
      nav #mainNavListContainer .mainNavListTeaser .mainNavListTeaserImage {
        position: relative;
        display: block;
        margin-bottom: 0.5rem; }
        nav #mainNavListContainer .mainNavListTeaser .mainNavListTeaserImage .mainNavListTeaserOverlay {
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.6);
          background-clip: content-box;
          padding: 0;
          color: #ffffff;
          transition: opacity 0.5s; }
          nav #mainNavListContainer .mainNavListTeaser .mainNavListTeaserImage .mainNavListTeaserOverlay .iconSearch {
            display: inline-block;
            width: 100%;
            height: 100%;
            background-image: url("../img/icons/ffffff/Icon_Lupe.svg");
            background-repeat: no-repeat;
            background-size: 1.875rem;
            background-position: center center; }
      nav #mainNavListContainer .mainNavListTeaser p {
        font-size: 0.875rem;
        color: #666666; }
      nav #mainNavListContainer .mainNavListTeaser:hover .mainNavListTeaserOverlay {
        opacity: 1; }
    nav #mainNavListContainer .mainNavListButton {
      margin-top: 1rem; }
    nav #mainNavListContainer ul {
      margin: 0;
      min-width: 17.5rem;
      list-style-type: none; }
      nav #mainNavListContainer ul.mainNavList {
        display: none; }
      nav #mainNavListContainer ul.mainNavAdditionalList {
        border-top: 2px solid #e8e8e9; }
      nav #mainNavListContainer ul li {
        display: table;
        width: 100%;
        border-bottom: 2px solid #e8e8e9; }
        nav #mainNavListContainer ul li a {
          display: block;
          color: #666666;
          font-size: 1rem;
          cursor: pointer;
          text-transform: uppercase;
          line-height: normal;
          padding: 14.5px 0 10.5px 0; }
          nav #mainNavListContainer ul li a img {
            margin-top: 0.5rem; }
            @media screen and (min-width: 40em) {
              nav #mainNavListContainer ul li a img {
                max-width: 50%;
                display: block;
                margin-bottom: 1rem; } }
          nav #mainNavListContainer ul li a:hover {
            color: #9aa900; }
          nav #mainNavListContainer ul li a.calendar {
            padding: 11.5px 0 10.5px 0 !important; }
            nav #mainNavListContainer ul li a.calendar:before {
              content: "";
              display: inline-block;
              width: 20px;
              height: 22px;
              margin-right: 0.5rem;
              margin-bottom: -4px;
              background-image: url("../img/icons/262626/Icon_Calendar.svg");
              background-repeat: no-repeat;
              background-position: center; }
            nav #mainNavListContainer ul li a.calendar:hover:before {
              background-image: url("../img/icons/9aa900/Icon_Calendar.svg"); }
        nav #mainNavListContainer ul li:last-child {
          border-bottom: none; }
          nav #mainNavListContainer ul li:last-child a {
            padding: 14.5px 0 5px 0; }
    nav #mainNavListContainer .mainNavAdditionalLink {
      min-width: 17.5rem;
      border-top: 2px solid #e8e8e9;
      color: #666666;
      font-size: 1rem; }
  nav #mainNavLinkContainer {
    margin: 6.25rem 0 0 0; }
    nav #mainNavLinkContainer ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      nav #mainNavLinkContainer ul li .mainNavLink {
        color: #666666;
        font-size: 3.125rem;
        line-height: 3.125rem;
        display: block;
        margin-bottom: 2.25rem;
        opacity: 0.5;
        filter: alpha(opacity=50); }
        nav #mainNavLinkContainer ul li .mainNavLink:hover {
          color: #9aa900; }
        nav #mainNavLinkContainer ul li .mainNavLink.active {
          color: #c0cf00;
          opacity: 1;
          filter: alpha(opacity=100); }
  nav #mainNavFooterContainer {
    text-align: left;
    background-color: #666666;
    margin-top: 2.5rem; }
    @media screen and (min-width: 40em) {
      nav #mainNavFooterContainer {
        text-align: center;
        background-color: #ffffff;
        padding-top: 5rem;
        padding-bottom: 2rem;
        margin-top: 0; } }
    nav #mainNavFooterContainer ul {
      list-style-type: none; }
      nav #mainNavFooterContainer ul li {
        margin: 0;
        color: #d7d7d7;
        font-size: 1rem;
        display: block;
        border-bottom: 2px solid #8b8b8b; }
        nav #mainNavFooterContainer ul li:last-child {
          border: none; }
        @media screen and (min-width: 40em) {
          nav #mainNavFooterContainer ul li {
            text-transform: uppercase;
            margin: 0 0.875rem;
            display: inline-block;
            color: #666666;
            font-size: 0.875rem;
            border: none; } }
        nav #mainNavFooterContainer ul li a {
          color: #d7d7d7;
          display: block;
          padding: 10px 0 7px 0;
          font-size: 1rem;
          letter-spacing: 0.0625rem; }
          nav #mainNavFooterContainer ul li a:hover {
            color: #9aa900; }
          @media screen and (min-width: 40em) {
            nav #mainNavFooterContainer ul li a {
              color: #666666;
              height: auto;
              padding: 0;
              font-size: 0.875rem; } }

/************************/
/* content navigation */
.contentNavigation {
  padding-top: 2rem;
  margin-top: -2rem;
  margin-bottom: 1rem; }
  .contentNavigation ul.contentNavigationSwitch {
    list-style-type: none;
    margin: 0 0 3.125rem 0;
    float: left;
    width: 100%; }
    @media screen and (min-width: 40em) {
      .contentNavigation ul.contentNavigationSwitch {
        margin-top: -5rem; } }
    .contentNavigation ul.contentNavigationSwitch li {
      position: relative;
      display: inline-block;
      background-color: #8b8b8b;
      background-clip: content-box;
      float: left;
      padding-right: 2px;
      text-align: center;
      text-transform: uppercase;
      transition: background-color 0.25s ease; }
      .contentNavigation ul.contentNavigationSwitch li:last-child {
        padding-right: 0; }
      .contentNavigation ul.contentNavigationSwitch li a {
        color: #ffffff;
        padding: 1.0625rem 0 0.6875rem 0;
        width: 100%;
        float: left;
        font-size: 1rem; }
      .contentNavigation ul.contentNavigationSwitch li:hover {
        background-color: #9aa900; }
      .contentNavigation ul.contentNavigationSwitch li.active {
        background-color: #c0cf00; }
        .contentNavigation ul.contentNavigationSwitch li.active:after {
          content: "";
          width: 20px;
          height: 10px;
          display: block;
          background-image: url("../img/contentnav_arrow_down_20x20.png");
          background-repeat: no-repeat;
          background-position: bottom center;
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-bottom: -10px;
          margin-left: -10px; }
  .contentNavigation ul.contentNavigationTabs {
    list-style-type: none;
    margin-left: 0; }
    .contentNavigation ul.contentNavigationTabs li {
      display: inline-block;
      margin: 0 1rem -2px 0; }
      .contentNavigation ul.contentNavigationTabs li a {
        font-size: 1rem;
        letter-spacing: 0.0625rem;
        text-transform: uppercase;
        color: #666666; }
        .contentNavigation ul.contentNavigationTabs li a:hover {
          color: #9aa900; }
      .contentNavigation ul.contentNavigationTabs li:last-child {
        margin-right: 0; }
      .contentNavigation ul.contentNavigationTabs li.active a {
        color: #c0cf00; }
  .contentNavigation .contentNavigationTabsLine {
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    margin-top: -1rem;
    background-color: #d7d7d7; }
  .contentNavigation .contentNavigationTabsLineActive {
    position: absolute;
    width: 20px;
    height: 2px;
    display: block;
    margin-top: -1rem;
    background-color: #c0cf00;
    transition: width 0.5s;
    transition: left 0.5s; }
  .contentNavigation .contentNavigationFilterLabel {
    display: table-cell;
    font-size: 1rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    color: #666666;
    margin: 0.4rem 0 0 0;
    vertical-align: top;
    padding-top: 0.5rem; }
  .contentNavigation ul.contentNavigationFilter {
    display: table-cell;
    list-style-type: none;
    margin-top: 0.5rem;
    padding-left: 0.5rem; }
    .contentNavigation ul.contentNavigationFilter li {
      display: inline-block;
      margin: 0 0.5rem 0.5rem 0; }
      .contentNavigation ul.contentNavigationFilter li a, .contentNavigation ul.contentNavigationFilter li span {
        float: left;
        color: #ffffff;
        font-size: 1rem;
        font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 0.125rem;
        background-color: #c0cf00;
        padding: 0rem 0.5rem 0.25rem 0.5rem !important;
        background-repeat: no-repeat;
        cursor: pointer;
        height: auto !important; }
        .contentNavigation ul.contentNavigationFilter li a:before, .contentNavigation ul.contentNavigationFilter li span:before {
          content: "";
          display: inline-block;
          width: 22px;
          height: 22px;
          background-image: url("../img/filter_checkbox_22x22.png");
          background-position: 0px 0px;
          margin-top: 0.375rem;
          margin-right: 0.375rem;
          margin-bottom: -0.3125rem; }
        .contentNavigation ul.contentNavigationFilter li a:hover, .contentNavigation ul.contentNavigationFilter li span:hover {
          background-color: #9aa900;
          color: #ffffff !important; }
          .contentNavigation ul.contentNavigationFilter li a:hover:before, .contentNavigation ul.contentNavigationFilter li span:hover:before {
            background-position: -22px 0px; }
      .contentNavigation ul.contentNavigationFilter li.active a:before, .contentNavigation ul.contentNavigationFilter li.active span:before {
        background-position: -44px 0px; }
      .contentNavigation ul.contentNavigationFilter li.active a:hover:before, .contentNavigation ul.contentNavigationFilter li.active span:hover:before {
        background-position: -44px 0px; }
      .contentNavigation ul.contentNavigationFilter li:last-child {
        margin-right: 0; }
  .contentNavigation .accordion .accordion-title {
    border-bottom: 0;
    padding: 1.375rem 1.25rem 1.125rem 1.25rem !important; }
    .contentNavigation .accordion .accordion-title .contentNavigationAccordionTitle {
      font-size: 1rem;
      letter-spacing: 0.125rem;
      text-transform: uppercase; }
    .contentNavigation .accordion .accordion-title .contentNavigationAccordionSubtitle {
      font-size: 0.875rem;
      letter-spacing: 0.125rem;
      margin-top: 0.25rem; }
  .contentNavigation .accordion .accordion-content {
    padding: 0; }
    .contentNavigation .accordion .accordion-content .contentNavigationAccordionSubBlockTitle {
      padding: 23px 1.25rem 17px 1.25rem;
      background-color: #e3e3e3;
      color: #262626;
      text-transform: uppercase;
      letter-spacing: 0.125rem;
      font-size: 1rem;
      height: auto; }
    .contentNavigation .accordion .accordion-content ul.contentNavigationAccordionSubBlock {
      margin: 0 0.5rem; }
    .contentNavigation .accordion .accordion-content li.active .contentNavigationAccordionSubBlockTitle {
      color: #c0cf00; }
    .contentNavigation .accordion .accordion-content li.active a.contentNavigationAccordionSubBlockLink {
      background-position: 1rem center;
      background-repeat: no-repeat;
      color: #c0cf00; }
      .contentNavigation .accordion .accordion-content li.active a.contentNavigationAccordionSubBlockLink:before {
        content: "";
        display: inline-block;
        background-image: url("../img/accordion_arrow_right_8x14.png");
        width: 8px;
        height: 14px;
        background-position: 0px 0px;
        margin: 1px 8px -1px -16px; }
    .contentNavigation .accordion .accordion-content .contentNavigationAccordionSubBlockLink {
      padding: 0.875rem 0 0.875rem 1.875rem;
      color: #262626;
      letter-spacing: 0.125rem; }
  .contentNavigation .accordion .contentNavigationFilter {
    display: inline-block;
    padding: 0.5rem; }
    .contentNavigation .accordion .contentNavigationFilter ul li a {
      padding: 0.2375rem 0.5rem 0.3rem 2.25rem; }
  .contentNavigation .accordion ul {
    list-style-type: none;
    margin-left: 0; }
  .contentNavigation .contentNavigationAccordionAreas .accordion-title {
    background-color: #c0cf00 !important;
    color: #ffffff !important; }
    .contentNavigation .contentNavigationAccordionAreas .accordion-title:before {
      background-image: url("../img/accordion_arrow_down_14x8.png") !important;
      background-position: 0px -24px !important;
      width: 14px;
      height: 8px; }
  .contentNavigation .contentNavigationAccordionAreas.is-active .accordion-title:before {
    background-image: url("../img/accordion_arrow_up_14x8.png") !important;
    background-position: 0px -24px;
    width: 14px;
    height: 8px; }
  .contentNavigation .contentNavigationAccordionFilter .accordion-title {
    background-color: #666666 !important;
    color: #ffffff !important; }
    .contentNavigation .contentNavigationAccordionFilter .accordion-title .contentNavigationAccordionTitle {
      text-transform: none; }
    .contentNavigation .contentNavigationAccordionFilter .accordion-title:before {
      background-image: url("../img/accordion_arrow_down_14x8.png") !important;
      background-position: 0px -24px !important;
      width: 14px;
      height: 8px; }
  .contentNavigation .contentNavigationAccordionFilter.is-active .accordion-title:before {
    background-image: url("../img/accordion_arrow_up_14x8.png") !important;
    background-position: 0px 0px !important;
    width: 14px;
    height: 8px; }

/************/
/* PAGING */
.paging {
  display: table;
  margin-left: auto;
  margin-right: auto; }
  .paging ul {
    display: inline-block;
    list-style-type: none;
    margin: 0 1rem;
    -ms-transform: translateY(-0.5rem);
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem); }
    .paging ul li {
      display: inline-block;
      margin: 0 0.25rem; }
      .paging ul li a {
        color: #262626; }
        .paging ul li a:hover {
          color: #c0cf00; }
      .paging ul li.active {
        border-bottom: 3px solid #c0cf00; }

.small-nav-only .headerSearchLink {
  display: none !important; }

#searchCompletionContainer {
  display: none;
  float: left;
  background-color: #565555;
  width: 100%;
  padding: 0 3rem 1.25rem 3rem;
  z-index: 999;
  position: relative; }
  #searchCompletionContainer ul {
    list-style-type: none;
    margin: 0 0 1rem 0; }
    #searchCompletionContainer ul li {
      display: block;
      height: 3.25rem;
      width: 100%;
      padding: 1rem 0;
      border-bottom: 1px solid #666666;
      font-size: 1.125rem;
      color: #ffffff;
      cursor: pointer; }
      #searchCompletionContainer ul li span {
        color: #c0cf00; }
      #searchCompletionContainer ul li:hover {
        color: #9aa900; }
        #searchCompletionContainer ul li:hover span {
          color: #9aa900; }
  #searchCompletionContainer .button {
    float: right; }

/***************/
/* KE SEARCH */
.tx-kesearch-pi1 {
  font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem; }
  @media screen and (min-width: 40em) {
    .tx-kesearch-pi1 {
      font-size: 1.25rem; } }
  .tx-kesearch-pi1 .messsage {
    color: #ff114f;
    font-family: "AvertaStd-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#kesearch_results {
  font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #kesearch_results .result-list-item .teaser_icon img {
    margin: 0 0 1rem 0 !important;
    width: 100%; }
  #kesearch_results .result-list-item h3 {
    color: #262626 !important; }
    #kesearch_results .result-list-item h3 a {
      color: #262626 !important; }
      #kesearch_results .result-list-item h3 a .hit {
        font-weight: normal !important;
        color: #262626 !important; }
      #kesearch_results .result-list-item h3 a:hover {
        color: #262626 !important; }
        #kesearch_results .result-list-item h3 a:hover .hit {
          font-weight: normal !important;
          color: #262626 !important; }
  #kesearch_results .result-list-item .result-teaser {
    color: #262626 !important; }
    #kesearch_results .result-list-item .result-teaser .hit {
      font-weight: normal !important;
      color: #262626 !important; }

#kesearch_num_results {
  max-width: none !important;
  color: #262626 !important;
  font-family: "DINMittelschriftStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.5rem;
  letter-spacing: -0.0625; }
  @media screen and (min-width: 40em) {
    #kesearch_num_results {
      font-size: 1.625rem;
      line-height: 2rem; } }

#kesearch_pagebrowser_bottom .pages_total {
  border-top: 0 !important;
  background: transparent !important; }
  #kesearch_pagebrowser_bottom .pages_total .result_txt {
    font-size: 1rem; }
    @media screen and (min-width: 40em) {
      #kesearch_pagebrowser_bottom .pages_total .result_txt {
        font-size: 1.25rem; } }

#kesearch_pagebrowser_bottom ul li a {
  font-family: "DINMittelschriftStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #262626; }
  @media screen and (min-width: 40em) {
    #kesearch_pagebrowser_bottom ul li a {
      font-size: 1.25rem; } }
  #kesearch_pagebrowser_bottom ul li a.current {
    font-weight: normal;
    border-bottom: 3px solid #c0cf00; }
  #kesearch_pagebrowser_bottom ul li a.prev {
    color: transparent;
    margin-bottom: -0.5rem;
    overflow: hidden;
    margin-right: 1rem; }
  #kesearch_pagebrowser_bottom ul li a.next {
    color: transparent;
    margin-bottom: -0.5rem;
    overflow: hidden;
    margin-left: 1rem; }

#form_kesearch_pi1 {
  margin-top: 1.25rem; }

.kesearchbox {
  margin-bottom: 1.25rem !important;
  height: 3.375rem !important; }
  .kesearchbox #ke_search_sword {
    width: 100%;
    height: 3.375rem !important; }
  @media screen and (min-width: 40em) {
    .kesearchbox .primaryButton, .kesearchbox #cookieBarContainer #cookieBarButtonContainer a, #cookieBarContainer #cookieBarButtonContainer .kesearchbox a, .kesearchbox .primaryButtonDark, .kesearchbox .teaserStage section .stageTextBlock.bottomimage .outlineButton, .teaserStage section .stageTextBlock.bottomimage .kesearchbox .outlineButton {
      float: right; } }

.searchFormHeadline {
  margin-bottom: 1.5rem; }

#form_kesearch_content {
  margin-bottom: 2.75rem; }

footer {
  display: none;
  width: 100%;
  position: relative;
  float: left;
  font-size: 0.75rem;
  background-color: #ffffff;
  z-index: 2; }
  footer #footerBigBlocks {
    float: left;
    width: 100%; }
    @media screen and (min-width: 40em) {
      footer #footerBigBlocks {
        margin-bottom: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      footer #footerBigBlocks {
        border-bottom: 1px solid #e6e6e6; } }
    footer #footerBigBlocks .footerBigBlock {
      display: inline-block;
      float: left;
      text-align: center;
      width: 50%;
      background-color: #c0cf00;
      height: 10.625rem;
      border-right: 1px solid #b3c101;
      transition: background-color 0.5s;
      overflow: hidden; }
      footer #footerBigBlocks .footerBigBlock:last-child {
        border-right: none; }
      @media screen and (max-width: 39.9375em) {
        footer #footerBigBlocks .footerBigBlock:nth-child(1) {
          border-bottom: 1px solid #b3c101; } }
      @media screen and (max-width: 39.9375em) {
        footer #footerBigBlocks .footerBigBlock:nth-child(2) {
          border-bottom: 1px solid #b3c101;
          border-right: 1px solid #c0cf00; } }
      @media screen and (max-width: 39.9375em) {
        footer #footerBigBlocks .footerBigBlock:nth-child(3) {
          border-bottom: 0; } }
      @media screen and (max-width: 39.9375em) {
        footer #footerBigBlocks .footerBigBlock:nth-child(4) {
          border-right: 1px solid #c0cf00;
          border-bottom: 0; } }
      footer #footerBigBlocks .footerBigBlock img {
        margin-top: 3.1875rem;
        margin-bottom: 1rem; }
      footer #footerBigBlocks .footerBigBlock span {
        display: block;
        color: #262626;
        font-size: 1.125rem; }
      @media screen and (min-width: 40em) {
        footer #footerBigBlocks .footerBigBlock {
          width: 25%;
          height: 10.625rem; } }
      footer #footerBigBlocks .footerBigBlock .footericon {
        margin-top: 3.1875rem;
        margin-bottom: 1rem;
        width: 100%;
        height: 3.125rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: transform 0.25s; }
        footer #footerBigBlocks .footerBigBlock .footericon.aktionsmaterial {
          background-image: url("../img/icons/262626/Icon_Footer_Info.svg"); }
        footer #footerBigBlocks .footerBigBlock .footericon.presse {
          background-image: url("../img/icons/262626/Icon_Footer_Mikro.svg"); }
        footer #footerBigBlocks .footerBigBlock .footericon.kontakt {
          background-image: url("../img/icons/262626/Icon_Footer_Kontakt.svg"); }
        footer #footerBigBlocks .footerBigBlock .footericon.ueber-uns {
          background-image: url("../img/icons/262626/Icon_Footer_About.svg"); }
      footer #footerBigBlocks .footerBigBlock:hover {
        background-color: #9aa900; }
        footer #footerBigBlocks .footerBigBlock:hover .footericon {
          -ms-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
          /*
          -ms-transform: scale3d(1,1,1.15);
          -webkit-transform: scale3d(1,1,1.15);
          transform: scale3d(1,1,1.15);
          */
          /*
          &.aktionsmaterial{
            background-image: url($image-path + "icons/ffffff/Icon_Footer_Info.svg");
          }
          &.presse{
            background-image: url($image-path + "icons/ffffff/Icon_Footer_Mikro.svg");
          }
          &.kontakt{
            background-image: url($image-path + "icons/ffffff/Icon_Footer_Kontakt.svg");
          }
          &.ueber-uns{
            background-image: url($image-path + "icons/ffffff/Icon_Footer_About.svg");
          }
          */ }
  footer .footerNavLargeTitle {
    font-family: "DINMittelschriftStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #262626;
    font-size: 1.125rem; }
  footer ul {
    list-style-type: none;
    margin: 0; }
    footer ul li, footer ul li a {
      color: #666666;
      font-size: 0.75rem;
      cursor: pointer; }
  footer .footerNavLarge ul li, footer .footerNavLarge ul li a {
    height: 3rem;
    border-bottom: 2px solid #d7d7d7;
    padding: 1rem 0;
    text-transform: uppercase; }
    footer .footerNavLarge ul li:last-child, footer .footerNavLarge ul li a:last-child {
      border-bottom: none; }
    footer .footerNavLarge ul li:hover, footer .footerNavLarge ul li a:hover {
      color: #c0cf00; }
  footer #footerLogoContainer {
    text-align: center;
    background-position: center center; }
    footer #footerLogoContainer a {
      margin: 1rem 0.5rem 0 0.5rem; }
    @media screen and (min-width: 40em) {
      footer #footerLogoContainer {
        width: 100%;
        text-align: left; }
        footer #footerLogoContainer a {
          float: left;
          height: 100%; } }
    footer #footerLogoContainer .logoRVG {
      width: 144px;
      height: 39px;
      background-image: url("../img/logo_rvg_footer_small.jpg");
      background-repeat: no-repeat;
      display: inline-block;
      margin: 2.375rem auto 0 auto; }
      @media screen and (min-width: 40em) {
        footer #footerLogoContainer .logoRVG {
          width: 151px;
          height: 39px;
          margin: 0 0 0 0;
          background-image: url("../img/logo_rvg_header_large.jpg"); } }
    footer #footerLogoContainer .logoBMVI {
      width: 119px;
      height: 57px;
      background-image: url("../img/logo_bmvi_footer_small.jpg");
      background-repeat: no-repeat;
      display: inline-block;
      margin: 0.875rem 0.875rem 2rem 0.875rem; }
      @media screen and (min-width: 40em) {
        footer #footerLogoContainer .logoBMVI {
          width: 79px;
          height: 39px;
          margin: 0 0 0 42px;
          background-image: url("../img/logo_bmvi_header_large.jpg"); } }
    footer #footerLogoContainer .logoDVR {
      width: 66px;
      height: 66px;
      background-image: url("../img/logo_dvr_footer_small.jpg");
      background-repeat: no-repeat;
      display: inline-block;
      margin: 0.875rem 0.875rem 2rem 0.875rem; }
      @media screen and (min-width: 40em) {
        footer #footerLogoContainer .logoDVR {
          width: 39px;
          height: 39px;
          margin: 0 0 0 13px;
          background-image: url("../img/logo_dvr_header_large.jpg"); } }

.small-nav-only footer .footerBigBlock {
  display: none !important; }

.small-nav-only footer .footerNavLarge {
  display: none !important; }

.small-nav-only footer .accordion {
  display: none !important; }

.button {
  display: inline-block;
  background: transparent; }

.primaryButton, #cookieBarContainer #cookieBarButtonContainer a, .primaryButtonDark, .teaserStage section .stageTextBlock.bottomimage .outlineButton {
  background: #c0cf00;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  padding: 14.5px 20px 10.5px 20px;
  letter-spacing: 1px;
  border-radius: 3px; }
  .primaryButton:hover, #cookieBarContainer #cookieBarButtonContainer a:hover, .primaryButtonDark:hover, .teaserStage section .stageTextBlock.bottomimage .outlineButton:hover, .primaryButton:focus, #cookieBarContainer #cookieBarButtonContainer a:focus, .primaryButtonDark:focus, .teaserStage section .stageTextBlock.bottomimage .outlineButton:focus {
    background: #9aa900;
    color: #ffffff; }

.primaryButtonDark {
  background: #262626; }
  .primaryButtonDark:hover, .primaryButtonDark:focus {
    background: #ff114f; }

.secondaryButton {
  background: #8b8b8b;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  padding: 14.5px 20px 10.5px 20px;
  letter-spacing: 1px;
  border-radius: 3px; }
  .secondaryButton:hover, .secondaryButton:focus {
    background: #9aa900;
    color: #ffffff; }

.outlineButton {
  background: transparent;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  border: 0.125rem solid #ffffff;
  padding: 14.5px 20px 10.5px 20px;
  letter-spacing: 1px;
  border-radius: 3px; }
  .outlineButton:hover, .outlineButton:focus {
    color: #ffffff;
    background: #9aa900;
    border: 0;
    line-height: 1.5rem;
    padding: 16.5px 22px 12.5px 22px; }

.tertiaryButton, .tertiaryButtonDark {
  background: transparent;
  padding: 1rem 0 1rem 0;
  min-height: 40px;
  color: #ffffff; }
  .tertiaryButton:after, .tertiaryButtonDark:after {
    content: "";
    display: inline-block;
    margin-left: 0.5rem;
    width: 40px;
    height: 40px;
    background-image: url("../img/circle_icon_right_40x40.png");
    background-repeat: no-repeat;
    background-position: -40px 0px;
    transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px); }
  .tertiaryButton span, .tertiaryButtonDark span {
    display: inline-block;
    vertical-align: middle;
    font-family: "AvertaStd-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #ffffff;
    text-transform: uppercase; }
  .tertiaryButton:hover, .tertiaryButtonDark:hover, .tertiaryButton:focus, .tertiaryButtonDark:focus {
    background: transparent; }
    .tertiaryButton:hover span, .tertiaryButtonDark:hover span, .tertiaryButton:focus span, .tertiaryButtonDark:focus span {
      color: #9aa900; }
    .tertiaryButton:hover:after, .tertiaryButtonDark:hover:after, .tertiaryButton:focus:after, .tertiaryButtonDark:focus:after {
      background-position: -80px 0px; }

.tertiaryButtonDark {
  background-color: transparent;
  background-position: 0px 0px;
  color: #000000; }
  .tertiaryButtonDark span {
    color: #000000; }
  .tertiaryButtonDark:hover, .tertiaryButtonDark:focus {
    background: transparent; }
    .tertiaryButtonDark:hover span, .tertiaryButtonDark:focus span {
      color: #9aa900; }
    .tertiaryButtonDark:hover:after, .tertiaryButtonDark:focus:after {
      background-position: -80px 0px; }

.skipButton {
  background: transparent; }
  .skipButton span {
    font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-decoration: none; }
  .skipButton:after {
    font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    content: "›";
    font-size: 18px;
    top: 0.625rem;
    right: 0;
    transition: margin-right 0.5s; }
  .skipButton:hover {
    background: transparent; }
    .skipButton:hover:after {
      margin-right: -0.3125rem; }

.plusButton, .plusButtonLarge {
  display: table;
  padding: 1rem 0 1rem 0;
  min-height: 35px;
  color: #262626;
  text-align: left; }
  @media screen and (min-width: 40em) {
    .plusButton, .plusButtonLarge {
      text-align: center; } }
  .plusButton:before, .plusButtonLarge:before {
    content: "";
    background-image: url("../img/plus_icon_35x35.png");
    background-position: 0px 0px;
    display: table-cell;
    width: 35px;
    height: 35px; }
  .plusButton span, .plusButtonLarge span {
    margin-left: 0;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0.5rem;
    font-family: "AvertaStd-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #262626;
    text-transform: uppercase; }
    @media screen and (min-width: 40em) {
      .plusButton span, .plusButtonLarge span {
        margin-left: auto; } }
  .plusButton:hover, .plusButtonLarge:hover {
    color: #9aa900; }
    .plusButton:hover span, .plusButtonLarge:hover span {
      color: #9aa900; }
    .plusButton:hover:before, .plusButtonLarge:hover:before {
      background-position: -35px 0px; }

.plusButtonLarge {
  background-color: transparent;
  min-height: 54px; }
  .plusButtonLarge:before {
    background-image: url("../img/plus_icon_54x54.png");
    width: 54px;
    height: 54px; }
  .plusButtonLarge span {
    text-transform: none;
    font-size: 1.25rem; }
    @media screen and (min-width: 40em) {
      .plusButtonLarge span {
        margin-left: 0; } }
  .plusButtonLarge:hover {
    background-color: transparent; }
    .plusButtonLarge:hover:before {
      background-position: -54px 0px; }

.circleButtonPlus {
  display: inline-block;
  background-image: url("../img/circle_icon_plus_40x40.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-position: 0px 0px; }
  .circleButtonPlus:hover {
    background-position: -80px 0px; }
  .circleButtonPlus:active, .circleButtonPlusvisited {
    background-position: 0px 0px; }
  .circleButtonPlus.disabled {
    background-position: -120px 0px;
    cursor: default; }
  .circleButtonPlus.mobile:hover, .circleButtonPlus.mobile:active, .circleButtonPlus.mobilevisited {
    background-position: 0px 0px; }

.circleButtonMinus {
  display: inline-block;
  background-image: url("../img/circle_icon_minus_40x40.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-position: 0px 0px; }
  .circleButtonMinus:hover {
    background-position: -80px 0px; }
  .circleButtonMinus:active, .circleButtonMinusvisited {
    background-position: 0px 0px; }
  .circleButtonMinus.disabled {
    background-position: -120px 0px;
    cursor: default; }
  .circleButtonMinus.mobile:hover, .circleButtonMinus.mobile:active, .circleButtonMinus.mobilevisited {
    background-position: 0px 0px; }

.circleButtonLeft, .newsTicker .newsTickerSlider button.slick-prev {
  display: inline-block;
  background-image: url("../img/circle_icon_left_40x40.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-position: 0px 0px; }
  .circleButtonLeft:hover, .newsTicker .newsTickerSlider button.slick-prev:hover {
    background-position: -80px 0px; }

.circleButtonRight, .newsTicker .newsTickerSlider button.slick-next {
  display: inline-block;
  background-image: url("../img/circle_icon_right_40x40.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 40px;
  height: 40px; }
  .circleButtonRight:hover, .newsTicker .newsTickerSlider button.slick-next:hover {
    background-position: -80px 0px; }

.squareButtonLeft, .paging .pagingPrevButton, #kesearch_pagebrowser_bottom ul li a.prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url("../img/square_icon_left_30x30.png");
  background-position: 0px 0px;
  cursor: pointer; }
  .squareButtonLeft:hover, .paging .pagingPrevButton:hover, #kesearch_pagebrowser_bottom ul li a.prev:hover {
    background-position: -30px 0px; }

.squareButtonRight, .paging .pagingNextButton, #kesearch_pagebrowser_bottom ul li a.next {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url("../img/square_icon_right_30x30.png");
  background-position: 0px 0px;
  cursor: pointer; }
  .squareButtonRight:hover, .paging .pagingNextButton:hover, #kesearch_pagebrowser_bottom ul li a.next:hover {
    background-position: -30px 0px; }

.squareButtonLeftLarge {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-image: url("../img/square_icon_left_60x60.png");
  background-position: 0px 0px;
  cursor: pointer; }
  .squareButtonLeftLarge:hover {
    background-position: -60px 0px; }
  .squareButtonLeftLarge.disabled {
    background-image: url("../img/square_icon_left_gray_60x60.png");
    cursor: default; }
    .squareButtonLeftLarge.disabled:hover {
      background-position: 0px 0px; }

.squareButtonRightLarge {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-image: url("../img/square_icon_right_60x60.png");
  background-position: 0px 0px;
  cursor: pointer; }
  .squareButtonRightLarge:hover {
    background-position: -60px 0px; }
  .squareButtonRightLarge.disabled {
    background-image: url("../img/square_icon_right_gray_60x60.png");
    cursor: default; }
    .squareButtonRightLarge.disabled:hover {
      background-position: 0px 0px; }

/*******************/
/* submit button */
.submitButton.active {
  background-color: #9aa900;
  color: transparent;
  background-image: url("../img/icons/ffffff/Icon_reload.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 26px; }

.submitButton.complete {
  background-color: #c0cf00;
  color: transparent;
  background-image: url("../img/icons/ffffff/Icon_reload.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 26px; }

.submitButton.error {
  background-color: #ff114f;
  color: transparent;
  background-image: url("../img/icons/ffffff/Icon_reload.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 26px; }

/*****************/
/* icon buttons */
.button .iconCart {
  background-image: url("../img/icons/ffffff/Icon_Warenkorb.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 25px;
  height: 23px;
  display: inline-block;
  margin: -0.5rem 0.5rem 0 0;
  -ms-transform: translateY(0.25rem);
  -webkit-transform: translateY(0.25rem);
  transform: translateY(0.25rem); }

.button .iconDownload {
  background-image: url("../img/icons/ffffff/Icon_Download.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 18px;
  height: 12px;
  display: inline-block;
  margin: -0.5rem 0.625rem 0 0;
  -ms-transform: translateY(0.125rem);
  -webkit-transform: translateY(0.125rem);
  transform: translateY(0.125rem); }

.button .iconDelete {
  background-image: url("../img/icons/ffffff/Icon_Trash_default.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin: -0.5rem 0.5rem 0 0;
  -ms-transform: translateY(0.25rem);
  -webkit-transform: translateY(0.25rem);
  transform: translateY(0.25rem); }

.button .iconDeleteHover {
  background-image: url("../img/icons/ffffff/Icon_Trash_hover.svg"); }

.button .iconReload {
  background-image: url("../img/icons/ffffff/Icon_Reload.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin: -0.75rem 0.5rem -0.2rem 0;
  -ms-transform: translateY(0.25rem);
  -webkit-transform: translateY(0.25rem);
  transform: translateY(0.25rem); }

.button.iconReload {
  background-image: url("../img/icons/ffffff/Icon_Reload.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 26px 26px;
  padding-left: 46px; }

.articleButtonContainer {
  margin-top: 1rem;
  display: inline; }
  .articleButtonContainer .iconPrint {
    background-image: url("../img/icons/ffffff/Icon_Drucker.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px 22px;
    margin-right: 0.5rem;
    width: 3.375rem;
    height: 3.375rem; }
  .articleButtonContainer .iconDownload {
    background-image: url("../img/icons/ffffff/Icon_Download.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 12px;
    margin-right: 0.5rem;
    width: 3.375rem;
    height: 3.375rem; }

.articleDownloadButton {
  height: 3.375rem; }

.iconButton {
  color: #262626;
  font-size: 1rem;
  font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  line-height: 1.6; }
  @media screen and (min-width: 40em) {
    .iconButton {
      font-size: 1.125rem; } }
  .iconButton:hover, .iconButton:active, .iconButton:focus {
    background: transparent !important;
    color: #262626 !important; }
  .iconButton span {
    display: inline-block;
    background: #c0cf00;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 0.5rem;
    width: 2.125rem;
    height: 2.125rem;
    margin-top: -1rem;
    margin-bottom: -0.75rem; }
  .iconButton.iconDownload span {
    background-image: url("../img/icons/ffffff/Icon_Download.svg");
    background-size: 12px 8px; }

.accordion {
  display: block;
  float: left;
  width: 100%;
  border: none; }
  .accordion .accordion-item {
    transition: background-color 0.5s; }
    .accordion .accordion-item a.accordion-title {
      color: #666666;
      font-size: 1.25rem;
      background-color: #d7d7d7;
      padding: 1.25rem; }
      .accordion .accordion-item a.accordion-title:before {
        content: '';
        width: 13px;
        height: 8px;
        background-image: url("../img/accordion_arrow_down_14x8.png");
        background-position: 0px -16px;
        margin-top: -4px; }
    .accordion .accordion-item .accordion-content {
      background-color: transparent;
      padding-top: 0;
      padding-bottom: 0; }
      .accordion .accordion-item .accordion-content ul li {
        border-bottom: 1px solid #d7d7d7; }
        .accordion .accordion-item .accordion-content ul li a {
          display: block;
          font-size: 1rem;
          height: 3rem;
          padding: 1rem 0; }
          .accordion .accordion-item .accordion-content ul li a:hover {
            color: #9aa900; }
        .accordion .accordion-item .accordion-content ul li:last-child {
          border-bottom: none; }
    .accordion .accordion-item.is-active a.accordion-title {
      background-color: #c0cf00;
      color: #ffffff; }
      .accordion .accordion-item.is-active a.accordion-title:before {
        content: '';
        width: 13px;
        height: 8px;
        background-image: url("../img/accordion_arrow_up_14x8.png");
        background-position: 0px -16px;
        margin-top: -4px; }

.eventAccordion {
  background-color: transparent !important; }
  .eventAccordion ul li {
    text-indent: -0.5rem;
    border-bottom: 0 !important; }
    .eventAccordion ul li:before {
      margin-right: 0;
      display: inline-block; }
  .eventAccordion .accordion-item {
    position: relative;
    border-top: #ffffff 5px solid; }
    @media screen and (min-width: 40em) {
      .eventAccordion .accordion-item {
        border-top: 0; } }
    .eventAccordion .accordion-item:first-child {
      border-top: 0; }
    .eventAccordion .accordion-item .accordionLink {
      color: #c0cf00;
      font-size: 1rem;
      padding: 0 0 1.875rem 0;
      text-transform: uppercase;
      letter-spacing: 0.125rem; }
      .eventAccordion .accordion-item .accordionLink:before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 8px;
        background-image: url("../img/accordion_arrow_down_14x8.png") !important;
        background-position: 0px 0px;
        margin-right: 0.5rem; }
      @media screen and (min-width: 40em) {
        .eventAccordion .accordion-item .accordionLink {
          padding: 0 0 2.5rem 0; } }
      .eventAccordion .accordion-item .accordionLink:hover {
        color: #9aa900; }
        .eventAccordion .accordion-item .accordionLink:hover:before {
          background-position: 0px -8px; }
    .eventAccordion .accordion-item .accordionCloseButton {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      width: 21px;
      height: 21px;
      background-image: url("../img/accordion_icon_close_21x21.png");
      background-position: 0px 0px;
      margin: 1rem; }
      .eventAccordion .accordion-item .accordionCloseButton:hover {
        background-position: -21px 0px; }
      @media screen and (min-width: 40em) {
        .eventAccordion .accordion-item .accordionCloseButton {
          margin: 0rem;
          background-color: transparent; } }
    .eventAccordion .accordion-item.is-active {
      background-color: #ffffff !important;
      border-top: 0; }
      .eventAccordion .accordion-item.is-active .accordionCloseButton {
        display: block; }
      .eventAccordion .accordion-item.is-active .accordionLink {
        display: none; }
    .eventAccordion .accordion-item .accordion-title {
      background-color: transparent !important;
      border: 0 !important;
      padding: 1.875rem 0 0 0 !important; }
      .eventAccordion .accordion-item .accordion-title:before {
        background-image: none !important; }
      .eventAccordion .accordion-item .accordion-title .columns {
        position: relative; }
      @media screen and (min-width: 40em) {
        .eventAccordion .accordion-item .accordion-title {
          padding: 2.5rem 0 0 0 !important; } }
      .eventAccordion .accordion-item .accordion-title .eventDate {
        color: #666666;
        font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1rem;
        margin-bottom: 1rem; }
        @media screen and (min-width: 40em) {
          .eventAccordion .accordion-item .accordion-title .eventDate {
            font-size: 1.125rem; } }
      .eventAccordion .accordion-item .accordion-title h3 {
        color: #262626;
        margin-bottom: 1rem; }
    .eventAccordion .accordion-item .accordion-content {
      border: 0 !important;
      padding: 0 0 1.875rem 0; }
      @media screen and (min-width: 40em) {
        .eventAccordion .accordion-item .accordion-content {
          padding: 0 0 2.5rem 0; } }

/******************/
/* TOPIC TEASER */
.topicTeaser {
  position: relative;
  padding-top: 0;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 40em) {
    .topicTeaser {
      padding-top: 3.75rem;
      margin-bottom: 5rem; } }
  @media screen and (max-width: 39.9375em) {
    .topicTeaser {
      margin-bottom: 3.5rem !important; }
      .topicTeaser .row, .topicTeaser .column, .topicTeaser .columns {
        padding-left: 0;
        padding-right: 0; } }
  .topicTeaser .topicTeaserImageContainer {
    position: relative;
    background-image: url("../img/topicTeaserImageBackground.jpg");
    background-size: cover;
    background-clip: content-box;
    transition: height 0.5s; }
    @media screen and (max-width: 39.9375em) {
      .topicTeaser .topicTeaserImageContainer {
        height: auto !important; } }
    .topicTeaser .topicTeaserImageContainer img {
      width: 100%; }
    .topicTeaser .topicTeaserImageContainer .topicTeaserImageText {
      position: absolute;
      left: 3.75rem;
      bottom: auto;
      top: 20%;
      width: 50%; }
      @media screen and (max-width: 39.9375em) {
        .topicTeaser .topicTeaserImageContainer .topicTeaserImageText {
          left: 1.25rem;
          bottom: 1.25rem;
          top: auto;
          width: 80%; } }
      @media screen and (min-width: 40em) {
        .topicTeaser .topicTeaserImageContainer .topicTeaserImageText {
          left: 2rem;
          bottom: 20%;
          top: auto;
          width: 85%; } }
      @media screen and (min-width: 64em) {
        .topicTeaser .topicTeaserImageContainer .topicTeaserImageText {
          left: 3.75rem;
          bottom: 20%;
          top: auto;
          width: 50%; } }
      .topicTeaser .topicTeaserImageContainer .topicTeaserImageText .topicTeaserImageTextHeadline {
        font-size: 2.5rem;
        color: #262626;
        line-height: 2.5rem;
        margin-bottom: 1.375rem; }
        @media screen and (min-width: 40em) {
          .topicTeaser .topicTeaserImageContainer .topicTeaserImageText .topicTeaserImageTextHeadline {
            left: 2rem;
            bottom: 3rem;
            width: 85%;
            font-size: 3.75rem;
            line-height: 3.5rem;
            margin-bottom: 1.25rem; } }
        @media screen and (min-width: 64em) {
          .topicTeaser .topicTeaserImageContainer .topicTeaserImageText .topicTeaserImageTextHeadline {
            width: 70%; } }
      .topicTeaser .topicTeaserImageContainer .topicTeaserImageText .p {
        font-size: 1.125rem; }
  @media screen and (max-width: 39.9375em) {
    .topicTeaser .topicTeaserNews {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .topicTeaser .topicTeaserNews ul {
    list-style-type: none;
    margin: 0; }
    .topicTeaser .topicTeaserNews ul li {
      padding: 1.75rem 0;
      border-bottom: 2px solid #d7d7d7; }
      @media screen and (min-width: 40em) {
        .topicTeaser .topicTeaserNews ul li {
          padding: 1.75rem 1.25rem; } }
      .topicTeaser .topicTeaserNews ul li a.topicTeaserNewsCategory {
        display: block;
        font-size: 0.875rem;
        letter-spacing: 0.0625rem;
        color: #b4c300;
        margin-bottom: 0;
        text-transform: uppercase; }
        @media screen and (min-width: 40em) {
          .topicTeaser .topicTeaserNews ul li a.topicTeaserNewsCategory {
            margin-bottom: 1.125rem; } }
        .topicTeaser .topicTeaserNews ul li a.topicTeaserNewsCategory:hover {
          color: #9aa900; }
      .topicTeaser .topicTeaserNews ul li a.topicTeaserNewsText .topicTeaserNewsHeadline {
        font-size: 1.375rem;
        color: #262626;
        margin-bottom: 0;
        line-height: 1.875rem; }
        @media screen and (min-width: 40em) {
          .topicTeaser .topicTeaserNews ul li a.topicTeaserNewsText .topicTeaserNewsHeadline {
            font-size: 1.625rem;
            line-height: 1.625rem;
            margin-bottom: 1.125rem; } }
      .topicTeaser .topicTeaserNews ul li a.topicTeaserNewsText p {
        color: #262626;
        line-height: 1.5rem; }
      .topicTeaser .topicTeaserNews ul li:last-child {
        border: 0; }
  .topicTeaser .topicTeaserNews .primaryButton, .topicTeaser .topicTeaserNews #cookieBarContainer #cookieBarButtonContainer a, #cookieBarContainer #cookieBarButtonContainer .topicTeaser .topicTeaserNews a, .topicTeaser .topicTeaserNews .primaryButtonDark, .topicTeaser .topicTeaserNews .teaserStage section .stageTextBlock.bottomimage .outlineButton, .teaserStage section .stageTextBlock.bottomimage .topicTeaser .topicTeaserNews .outlineButton {
    width: 100%; }
    @media screen and (min-width: 40em) {
      .topicTeaser .topicTeaserNews .primaryButton, .topicTeaser .topicTeaserNews #cookieBarContainer #cookieBarButtonContainer a, #cookieBarContainer #cookieBarButtonContainer .topicTeaser .topicTeaserNews a, .topicTeaser .topicTeaserNews .primaryButtonDark, .topicTeaser .topicTeaserNews .teaserStage section .stageTextBlock.bottomimage .outlineButton, .teaserStage section .stageTextBlock.bottomimage .topicTeaser .topicTeaserNews .outlineButton {
        margin-bottom: 1.25rem; } }
  @media screen and (max-width: 39.9375em) {
    .topicTeaser .topicTeaserButtonMore, .topicTeaser .topicTeaserButtonAll {
      margin-left: 1.25rem;
      margin-right: 1.25rem;
      margin-top: 0.5rem; }
      .topicTeaser .topicTeaserButtonMore:before, .topicTeaser .topicTeaserButtonAll:before {
        margin-right: 10px;
        margin-bottom: -0.75rem;
        display: inline-block; } }
  .topicTeaser .topicTeaserButtonMore {
    display: none; }
    @media screen and (min-width: 40em) {
      .topicTeaser .topicTeaserButtonMore {
        display: none; } }
  .topicTeaser .topicTeaserButtonAll {
    display: block;
    margin: 1.25rem 0 0 0; }

/*******************/
/* ARTICLE TEASER */
@media screen and (max-width: 39.9375em) {
  .articleTeaserSection .row {
    padding: 0; } }

.articleTeaser, .articleTeaserSmall, .articleTeaserLarge {
  display: block;
  text-align: center;
  margin-bottom: 2.875rem;
  padding-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    .articleTeaser, .articleTeaserSmall, .articleTeaserLarge {
      padding-left: 0;
      padding-right: 0;
      width: 100%; } }
  .articleTeaser:hover h3, .articleTeaserSmall:hover h3, .articleTeaserLarge:hover h3, .articleTeaser:hover .articleTeaserCategory, .articleTeaserSmall:hover .articleTeaserCategory, .articleTeaserLarge:hover .articleTeaserCategory {
    color: #9aa900; }
  .articleTeaser:hover .articleTeaserImage, .articleTeaserSmall:hover .articleTeaserImage, .articleTeaserLarge:hover .articleTeaserImage {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }
  .articleTeaser .row, .articleTeaserSmall .row, .articleTeaserLarge .row {
    padding: 0; }
    .articleTeaser .row .columns:first-child, .articleTeaserSmall .row .columns:first-child, .articleTeaserLarge .row .columns:first-child {
      overflow: hidden;
      border-left: 0.625rem solid #f5f2f0;
      border-right: 0.625rem solid #f5f2f0;
      padding: 0; }
  .articleTeaser .articleTeaserImage, .articleTeaserSmall .articleTeaserImage, .articleTeaserLarge .articleTeaserImage {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.5s; }
  .articleTeaser .articleTeaserCategory, .articleTeaserSmall .articleTeaserCategory, .articleTeaserLarge .articleTeaserCategory {
    font-size: 0.875rem;
    background-color: #f5f2f0;
    padding: 0.75rem 1rem 0 1rem;
    display: inline-block;
    letter-spacing: 0.0625rem;
    -webkit-transform: translateY(-1.625em);
    -ms-transform: translateY(-1.625em);
    transform: translateY(-1.625em);
    margin-bottom: -1.75em;
    text-transform: uppercase; }
    .articleTeaser .articleTeaserCategory:hover, .articleTeaserSmall .articleTeaserCategory:hover, .articleTeaserLarge .articleTeaserCategory:hover {
      color: #9aa900; }
  .articleTeaser h3, .articleTeaserSmall h3, .articleTeaserLarge h3 {
    font-size: 1.375rem;
    color: #262626;
    margin-bottom: 0.25rem;
    margin-top: -0.5rem;
    word-wrap: break-word; }
    @media screen and (min-width: 40em) {
      .articleTeaser h3, .articleTeaserSmall h3, .articleTeaserLarge h3 {
        font-size: 1.625rem;
        margin-top: -0.625rem; } }
    @media screen and (max-width: 39.9375em) {
      .articleTeaser h3, .articleTeaserSmall h3, .articleTeaserLarge h3 {
        padding: 0 1.25rem; } }
  .articleTeaser p, .articleTeaserSmall p, .articleTeaserLarge p {
    color: #666666;
    word-wrap: break-word; }
    @media screen and (max-width: 39.9375em) {
      .articleTeaser p, .articleTeaserSmall p, .articleTeaserLarge p {
        padding: 0 1.25rem; } }

@media screen and (min-width: 40em) {
  .articleTeaserSmall .articleTeaserImage {
    padding-bottom: 100%; } }

@media screen and (min-width: 40em) {
  .articleTeaserLarge .articleTeaserImage {
    padding-bottom: calc(50% - 0.625em); } }

/***********************/
/* weekly fact teaser */
.weeklyFactTeaser {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center; }
  .weeklyFactTeaser.hideArrows .slick-arrow {
    display: none !important; }
  .weeklyFactTeaser .slick-list {
    height: 100%; }
    .weeklyFactTeaser .slick-list .slick-track {
      height: 100%; }
  .weeklyFactTeaser .weeklyFactTeaserPage {
    /*
    display: flex;
    flex-direction: column;
    justify-content: center;
    */
    position: relative;
    display: table;
    height: auto;
    min-height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .weeklyFactTeaser .weeklyFactTeaserPage:before {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      background-color: #000000;
      opacity: 0.6; }
    @media screen and (min-width: 40em) {
      .weeklyFactTeaser .weeklyFactTeaserPage {
        height: 100%; } }
    .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText {
      position: relative;
      margin: 0;
      display: table-cell;
      vertical-align: middle;
      padding-left: 0;
      padding-right: 0; }
      .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText .columns {
        padding-left: 9%;
        padding-right: 9%; }
      .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText .weeklyFactNumber {
        font-size: 6.25rem;
        line-height: 6rem;
        letter-spacing: -0.125rem;
        color: #ffffff;
        margin-bottom: 1rem; }
        @media screen and (min-width: 40em) {
          .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText .weeklyFactNumber {
            font-size: 6.25rem;
            line-height: 6rem; } }
        @media screen and (min-width: 64em) {
          .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText .weeklyFactNumber {
            font-size: 10rem;
            line-height: 9rem; } }
      .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText .weeklyFactTextLarge {
        font-size: 1.875rem;
        line-height: 2rem;
        color: #ffffff;
        margin-bottom: 1rem;
        float: left; }
        @media screen and (min-width: 40em) {
          .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText .weeklyFactTextLarge {
            font-size: 1.625rem;
            line-height: 2rem; } }
        @media screen and (min-width: 64em) {
          .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText .weeklyFactTextLarge {
            font-size: 3.125rem;
            line-height: 3.5rem; } }
      .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText .weeklyFactTextSmall {
        float: left;
        font-size: 1.4375rem;
        line-height: 1.5rem;
        color: #ffffff;
        word-wrap: break-word; }
        @media screen and (min-width: 40em) {
          .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText .weeklyFactTextSmall {
            font-size: 1.625rem;
            line-height: 2rem; } }
      .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText.small .weeklyFactTextLarge {
        font-size: 1.75rem;
        line-height: 1.875rem; }
        @media screen and (min-width: 40em) {
          .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText.small .weeklyFactTextLarge {
            font-size: 1.5rem;
            line-height: 1.75rem; } }
        @media screen and (min-width: 64em) {
          .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText.small .weeklyFactTextLarge {
            font-size: 2.875rem;
            line-height: 3rem; } }
      .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText.small .weeklyFactTextSmall {
        font-size: 1.5rem;
        line-height: 1.75rem; }
        @media screen and (min-width: 40em) {
          .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText.small .weeklyFactTextSmall {
            font-size: 1.325rem;
            line-height: 1.5rem; } }
      .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText.smaller .weeklyFactTextLarge {
        font-size: 1.625rem;
        line-height: 1.75rem; }
        @media screen and (min-width: 40em) {
          .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText.smaller .weeklyFactTextLarge {
            font-size: 1.25rem;
            line-height: 1.5rem; } }
        @media screen and (min-width: 64em) {
          .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText.smaller .weeklyFactTextLarge {
            font-size: 2.25rem;
            line-height: 2.5rem; } }
      .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText.smaller .weeklyFactTextSmall {
        font-size: 1.5rem;
        line-height: 1.75rem; }
        @media screen and (min-width: 40em) {
          .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText.smaller .weeklyFactTextSmall {
            font-size: 1.125rem;
            line-height: 1.25rem; } }
      .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText.smallest .weeklyFactTextLarge {
        font-size: 1.5rem;
        line-height: 1.625rem; }
        @media screen and (min-width: 40em) {
          .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText.smallest .weeklyFactTextLarge {
            font-size: 1rem;
            line-height: 1.25rem; } }
        @media screen and (min-width: 64em) {
          .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText.smallest .weeklyFactTextLarge {
            font-size: 1.875rem;
            line-height: 2rem; } }
      .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText.smallest .weeklyFactTextSmall {
        font-size: 1.325rem;
        line-height: 1.5rem; }
        @media screen and (min-width: 40em) {
          .weeklyFactTeaser .weeklyFactTeaserPage .weeklyFactTeaserText.smallest .weeklyFactTextSmall {
            font-size: 0.875rem;
            line-height: 1rem; } }
  .weeklyFactTeaser button.slick-prev {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    z-index: 999;
    color: transparent;
    width: 27px;
    height: 45px;
    margin-top: -22px;
    background-image: url("../img/gallery_icon_left_27x45.png");
    background-repeat: no-repeat;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; }
    @media screen and (max-width: 39.9375em) {
      .weeklyFactTeaser button.slick-prev {
        display: none !important; } }
  .weeklyFactTeaser button.slick-next {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    z-index: 999;
    color: transparent;
    width: 27px;
    height: 45px;
    margin-top: -22px;
    background-image: url("../img/gallery_icon_right_27x45.png");
    background-repeat: no-repeat;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; }
    @media screen and (max-width: 39.9375em) {
      .weeklyFactTeaser button.slick-next {
        display: none !important; } }

/*****************/
/* fines teaser */
.finesTeaser {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 1.875rem;
  padding-bottom: 3rem;
  background: #b0d3bd;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #b0d3bd 0%, #8fc4c2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #b0d3bd 0%, #8fc4c2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #b0d3bd 0%, #8fc4c2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d3bd', endColorstr='#8fc4c2',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  @media screen and (min-width: 40em) {
    .finesTeaser {
      padding-top: 5.875rem; } }
  .finesTeaser .finesTeaserOptionsContainerLeft {
    display: inline-block;
    float: left; }
    @media screen and (max-width: 39.9375em) {
      .finesTeaser .finesTeaserOptionsContainerLeft {
        width: 100%; } }
  .finesTeaser .finesTeaserOptionsContainerRight {
    display: inline-block;
    float: right; }
    @media screen and (max-width: 39.9375em) {
      .finesTeaser .finesTeaserOptionsContainerRight {
        width: 100%; } }
  .finesTeaser .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 46rem; }
  .finesTeaser h3 {
    font-size: 1.875rem;
    line-height: 2rem;
    color: #262626;
    margin-bottom: 1.625rem;
    word-wrap: break-word; }
    @media screen and (min-width: 40em) {
      .finesTeaser h3 {
        font-size: 3.125rem;
        line-height: 3.125rem; } }
  .finesTeaser select {
    margin-bottom: 0;
    height: 3.375rem;
    font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .finesTeaser .finesTeaserOptionsLabel {
    font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0.25rem; }
    @media screen and (min-width: 40em) {
      .finesTeaser .finesTeaserOptionsLabel {
        font-size: 1.125rem; } }
  .finesTeaser .finesTeaserOptionsRow {
    display: block;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 39.9375em) {
      .finesTeaser .finesTeaserOptionsRow {
        margin-left: auto;
        margin-right: auto;
        max-width: 12rem;
        margin-bottom: -0.5rem; } }
    .finesTeaser .finesTeaserOptionsRow .finesTeaserOptionsValue {
      display: inline-block;
      font-size: 3rem;
      line-height: 3rem;
      color: #ffffff;
      margin: 0 0.25rem;
      text-align: center;
      background: transparent;
      border: 0;
      box-shadow: none;
      height: 62px;
      width: 90px; }
      .finesTeaser .finesTeaserOptionsRow .finesTeaserOptionsValue:disabled {
        color: #ffffff;
        opacity: 1; }
      @media screen and (min-width: 40em) {
        .finesTeaser .finesTeaserOptionsRow .finesTeaserOptionsValue {
          margin: 0;
          height: 65px;
          width: 70px;
          padding-left: 0;
          padding-right: 0; } }
      @media screen and (min-width: 64em) {
        .finesTeaser .finesTeaserOptionsRow .finesTeaserOptionsValue {
          font-size: 5rem;
          margin: 0 0.25rem;
          width: 120px;
          height: 85px; } }
    .finesTeaser .finesTeaserOptionsRow .circleButtonMinus, .finesTeaser .finesTeaserOptionsRow .circleButtonPlus {
      position: relative;
      background-position: 0px center;
      margin-top: 3px;
      margin-bottom: -3px; }
      @media screen and (min-width: 40em) {
        .finesTeaser .finesTeaserOptionsRow .circleButtonMinus, .finesTeaser .finesTeaserOptionsRow .circleButtonPlus {
          margin-top: 3px;
          margin-bottom: -3px; } }
      @media screen and (min-width: 64em) {
        .finesTeaser .finesTeaserOptionsRow .circleButtonMinus, .finesTeaser .finesTeaserOptionsRow .circleButtonPlus {
          margin-top: -0.5rem;
          margin-bottom: 0.5rem; } }
  .finesTeaser .finesTeaserOptionsUnit {
    font-size: 1.625rem;
    text-align: center;
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 40em) {
      .finesTeaser .finesTeaserOptionsUnit {
        margin-bottom: 1.5rem;
        margin-top: -1rem; } }
  .finesTeaser .finesTeaserRadioContainer {
    margin-bottom: 1rem; }
    @media screen and (min-width: 40em) {
      .finesTeaser .finesTeaserRadioContainer {
        margin-bottom: 2.25rem; } }
    .finesTeaser .finesTeaserRadioContainer .radioButton {
      font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1rem;
      display: inline-block;
      margin-right: 1.5rem;
      color: #262626; }

/*****************/
/* press teaser */
.pressTeaser {
  position: relative;
  display: block;
  padding-bottom: 2.5rem;
  border-bottom: 5px solid #ffffff; }
  @media screen and (min-width: 40em) {
    .pressTeaser {
      border: 0; } }
  .pressTeaser .eventDate {
    color: #666666;
    font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    margin: 1.25rem 0 0.875rem 0; }
    @media screen and (min-width: 40em) {
      .pressTeaser .eventDate {
        font-size: 1.125rem;
        margin: 0.5rem 0 1rem 0; } }
  .pressTeaser h3 {
    color: #262626; }
  .pressTeaser p {
    color: #262626;
    display: none; }
    .pressTeaser p .moreLink {
      font-family: "AvertaStd-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #c0cf00;
      transition: color 0.25s ease; }
      .pressTeaser p .moreLink:hover {
        color: #9aa900; }
    @media screen and (min-width: 40em) {
      .pressTeaser p {
        display: block; } }

/********************/
/* contact teaser */
.contactTeaser {
  float: left;
  position: relative;
  display: block;
  background-color: #e4e0de;
  width: 100%; }
  .contactTeaser .contactTeaserCopy {
    text-align: center;
    font-size: 1rem;
    font-family: "AvertaStd-RegularItalic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 2.125rem 1.25rem 0 1.25rem; }
    @media screen and (min-width: 40em) {
      .contactTeaser .contactTeaserCopy {
        margin: 3.125rem 1.25rem 0 1.25rem;
        font-size: 1.125rem; } }
  .contactTeaser .contactTeaserTitle {
    text-align: center;
    font-size: 1.625rem;
    margin: 1rem auto; }
    @media screen and (min-width: 40em) {
      .contactTeaser .contactTeaserTitle {
        font-size: 3.125rem;
        margin: 1rem auto; } }
  .contactTeaser .contactTeaserElementContainer .contactTeaserElement {
    float: left;
    width: 100%;
    background-color: #eceae8;
    background-clip: content-box;
    font-size: 1rem;
    padding: 0 0 2px 0; }
    .contactTeaser .contactTeaserElementContainer .contactTeaserElement:last-child {
      padding: 0; }
    @media screen and (min-width: 40em) {
      .contactTeaser .contactTeaserElementContainer .contactTeaserElement {
        padding: 0;
        width: 50%;
        font-size: 1.625rem;
        min-height: 8.625rem; } }
    @media screen and (min-width: 40em) {
      .contactTeaser .contactTeaserElementContainer .contactTeaserElement.left {
        padding-left: 1px; }
        .contactTeaser .contactTeaserElementContainer .contactTeaserElement.left .contactTeaserElementText {
          float: right;
          margin-right: 10%; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .contactTeaser .contactTeaserElementContainer .contactTeaserElement.left .contactTeaserElementText {
        margin-right: 5%;
        font-size: 1.375rem; } }
    .contactTeaser .contactTeaserElementContainer .contactTeaserElement.right {
      padding: 0 0 2; }
      @media screen and (min-width: 40em) {
        .contactTeaser .contactTeaserElementContainer .contactTeaserElement.right {
          padding-left: 1px; }
          .contactTeaser .contactTeaserElementContainer .contactTeaserElement.right .contactTeaserElementText {
            float: left;
            margin-left: 10%; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .contactTeaser .contactTeaserElementContainer .contactTeaserElement.right .contactTeaserElementText {
          margin-left: 5%;
          font-size: 1.375rem; } }
    .contactTeaser .contactTeaserElementContainer .contactTeaserElement .contactTeaserElementText {
      color: #262626;
      background-origin: content-box;
      background-size: 2.5rem;
      background-repeat: no-repeat;
      background-position: 0;
      display: inline-block;
      padding: 1.5rem 1.25rem;
      width: 100%;
      text-align: right; }
      .contactTeaser .contactTeaserElementContainer .contactTeaserElement .contactTeaserElementText.phone {
        background-image: url("../img/icons/c0cf00/Icon_Telefon.svg"); }
      .contactTeaser .contactTeaserElementContainer .contactTeaserElement .contactTeaserElementText.mail {
        background-image: url("../img/icons/c0cf00/Icon_Kontakt.svg"); }
        .contactTeaser .contactTeaserElementContainer .contactTeaserElement .contactTeaserElementText.mail:hover {
          color: #9aa900; }
      .contactTeaser .contactTeaserElementContainer .contactTeaserElement .contactTeaserElementText span {
        margin-left: 2rem;
        word-wrap: break-word; }
      @media screen and (min-width: 40em) {
        .contactTeaser .contactTeaserElementContainer .contactTeaserElement .contactTeaserElementText {
          width: auto;
          text-align: left;
          background-position: 0 -2rem;
          background-size: 3.375rem;
          padding: 4rem 0 2rem 0; } }

/*****************************/
/* MEDIA & MATERIAL TEASER */
.mediaTeaser, .materialTeaser {
  position: relative;
  text-align: left;
  padding-bottom: 1.625rem;
  z-index: 2; }
  .mediaTeaser .row, .materialTeaser .row {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .mediaTeaser, .materialTeaser {
      display: block;
      text-align: center;
      margin-bottom: 2.25rem;
      padding-bottom: 0; } }
  .mediaTeaser .mediaTeaserImage, .mediaTeaser .materialTeaserImage, .materialTeaser .mediaTeaserImage, .materialTeaser .materialTeaserImage {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 0.625rem;
    overflow: hidden; }
    @media screen and (min-width: 40em) {
      .mediaTeaser .mediaTeaserImage, .mediaTeaser .materialTeaserImage, .materialTeaser .mediaTeaserImage, .materialTeaser .materialTeaserImage {
        margin-bottom: 1rem; } }
    .mediaTeaser .mediaTeaserImage .mediaTeaserImageContainer, .mediaTeaser .materialTeaserImage .mediaTeaserImageContainer, .materialTeaser .mediaTeaserImage .mediaTeaserImageContainer, .materialTeaser .materialTeaserImage .mediaTeaserImageContainer {
      overflow: hidden; }
      .mediaTeaser .mediaTeaserImage .mediaTeaserImageContainer .bg-image, .mediaTeaser .materialTeaserImage .mediaTeaserImageContainer .bg-image, .materialTeaser .mediaTeaserImage .mediaTeaserImageContainer .bg-image, .materialTeaser .materialTeaserImage .mediaTeaserImageContainer .bg-image {
        width: 100%;
        background-size: cover;
        background-position: center;
        background-color: rgba(0, 0, 0, 0.6); }
        .mediaTeaser .mediaTeaserImage .mediaTeaserImageContainer .bg-image:after, .mediaTeaser .materialTeaserImage .mediaTeaserImageContainer .bg-image:after, .materialTeaser .mediaTeaserImage .mediaTeaserImageContainer .bg-image:after, .materialTeaser .materialTeaserImage .mediaTeaserImageContainer .bg-image:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
    .mediaTeaser .mediaTeaserImage img, .mediaTeaser .mediaTeaserImage .bg-image, .mediaTeaser .materialTeaserImage img, .mediaTeaser .materialTeaserImage .bg-image, .materialTeaser .mediaTeaserImage img, .materialTeaser .mediaTeaserImage .bg-image, .materialTeaser .materialTeaserImage img, .materialTeaser .materialTeaserImage .bg-image {
      width: 100%;
      margin: 0;
      transition: transform 0.5s; }
    .mediaTeaser .mediaTeaserImage .mediaTeaserOverlay, .mediaTeaser .mediaTeaserImage .materialTeaserOverlay, .mediaTeaser .materialTeaserImage .mediaTeaserOverlay, .mediaTeaser .materialTeaserImage .materialTeaserOverlay, .materialTeaser .mediaTeaserImage .mediaTeaserOverlay, .materialTeaser .mediaTeaserImage .materialTeaserOverlay, .materialTeaser .materialTeaserImage .mediaTeaserOverlay, .materialTeaser .materialTeaserImage .materialTeaserOverlay {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      background-clip: content-box;
      padding: 0;
      color: #ffffff;
      transition: opacity 0.5s; }
      .mediaTeaser .mediaTeaserImage .mediaTeaserOverlay .iconSearch, .mediaTeaser .mediaTeaserImage .materialTeaserOverlay .iconSearch, .mediaTeaser .materialTeaserImage .mediaTeaserOverlay .iconSearch, .mediaTeaser .materialTeaserImage .materialTeaserOverlay .iconSearch, .materialTeaser .mediaTeaserImage .mediaTeaserOverlay .iconSearch, .materialTeaser .mediaTeaserImage .materialTeaserOverlay .iconSearch, .materialTeaser .materialTeaserImage .mediaTeaserOverlay .iconSearch, .materialTeaser .materialTeaserImage .materialTeaserOverlay .iconSearch {
        display: inline-block;
        margin-top: 50%;
        display: block;
        font-size: 1.625rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        background-image: url("../img/icons/ffffff/Icon_Lupe.svg");
        background-repeat: no-repeat;
        background-size: 2.25rem;
        background-position: top center;
        padding-top: 2.5rem; }
    .mediaTeaser .mediaTeaserImage .materialTeaserOverlay, .mediaTeaser .materialTeaserImage .materialTeaserOverlay, .materialTeaser .mediaTeaserImage .materialTeaserOverlay, .materialTeaser .materialTeaserImage .materialTeaserOverlay {
      padding: 0; }
      .mediaTeaser .mediaTeaserImage .materialTeaserOverlay .iconSearch, .mediaTeaser .materialTeaserImage .materialTeaserOverlay .iconSearch, .materialTeaser .mediaTeaserImage .materialTeaserOverlay .iconSearch, .materialTeaser .materialTeaserImage .materialTeaserOverlay .iconSearch {
        margin-top: 0;
        height: calc(100% - 6.25rem);
        -webkit-transform: rotateY(0);
        -ms-transform: rotateY(0);
        transform: rotateY(0);
        padding: 0;
        background-position: center center; }
      .mediaTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer, .mediaTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer, .materialTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer, .materialTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer {
        width: 100%;
        position: absolute;
        bottom: 0; }
        .mediaTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button, .mediaTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button, .materialTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button, .materialTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button {
          width: 50%;
          height: 6.25rem;
          float: left;
          border-radius: 0;
          padding: 0 2px 0 2px;
          background-clip: content-box;
          margin-bottom: 0;
          border: 0;
          overflow: hidden; }
          .mediaTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:first-child:nth-last-child(1), .mediaTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:first-child:nth-last-child(1), .materialTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:first-child:nth-last-child(1), .materialTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:first-child:nth-last-child(1) {
            width: 100%; }
          .mediaTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button .iconCart, .mediaTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button .iconCart, .materialTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button .iconCart, .materialTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button .iconCart {
            width: 33px;
            height: 100%;
            background-position: center center;
            transition: transform 0.5s;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            margin: 0; }
          .mediaTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button .iconDownload, .mediaTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button .iconDownload, .materialTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button .iconDownload, .materialTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button .iconDownload {
            width: 21px;
            height: 100%;
            background-position: center center;
            transition: transform 0.5s;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            margin: 0; }
          .mediaTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:first-child, .mediaTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:first-child, .materialTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:first-child, .materialTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:first-child {
            padding-left: 0; }
          .mediaTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:last-child, .mediaTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:last-child, .materialTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:last-child, .materialTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:last-child {
            padding-right: 0; }
          .mediaTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:hover .iconCart, .mediaTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:hover .iconDownload, .mediaTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:hover .iconCart, .mediaTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:hover .iconDownload, .materialTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:hover .iconCart, .materialTeaser .mediaTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:hover .iconDownload, .materialTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:hover .iconCart, .materialTeaser .materialTeaserImage .materialTeaserOverlay .materialTeaserOverlayButtonContainer .button:hover .iconDownload {
            -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
            transform: scale(1.15); }
    .mediaTeaser .mediaTeaserImage:hover .mediaTeaserOverlay, .mediaTeaser .mediaTeaserImage:hover .materialTeaserOverlay, .mediaTeaser .materialTeaserImage:hover .mediaTeaserOverlay, .mediaTeaser .materialTeaserImage:hover .materialTeaserOverlay, .materialTeaser .mediaTeaserImage:hover .mediaTeaserOverlay, .materialTeaser .mediaTeaserImage:hover .materialTeaserOverlay, .materialTeaser .materialTeaserImage:hover .mediaTeaserOverlay, .materialTeaser .materialTeaserImage:hover .materialTeaserOverlay {
      opacity: 1; }
    .mediaTeaser .mediaTeaserImage:hover img, .mediaTeaser .mediaTeaserImage:hover .bg-image, .mediaTeaser .materialTeaserImage:hover img, .mediaTeaser .materialTeaserImage:hover .bg-image, .materialTeaser .mediaTeaserImage:hover img, .materialTeaser .mediaTeaserImage:hover .bg-image, .materialTeaser .materialTeaserImage:hover img, .materialTeaser .materialTeaserImage:hover .bg-image {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
    .mediaTeaser .mediaTeaserImage:hover .videoPlayButton, .mediaTeaser .materialTeaserImage:hover .videoPlayButton, .materialTeaser .mediaTeaserImage:hover .videoPlayButton, .materialTeaser .materialTeaserImage:hover .videoPlayButton {
      background-position: -90px 0px; }
      @media screen and (min-width: 40em) {
        .mediaTeaser .mediaTeaserImage:hover .videoPlayButton, .mediaTeaser .materialTeaserImage:hover .videoPlayButton, .materialTeaser .mediaTeaserImage:hover .videoPlayButton, .materialTeaser .materialTeaserImage:hover .videoPlayButton {
          background-position: -60px 0px; } }
      @media screen and (min-width: 64em) {
        .mediaTeaser .mediaTeaserImage:hover .videoPlayButton, .mediaTeaser .materialTeaserImage:hover .videoPlayButton, .materialTeaser .mediaTeaserImage:hover .videoPlayButton, .materialTeaser .materialTeaserImage:hover .videoPlayButton {
          background-position: -90px 0px; } }
  .mediaTeaser p, .materialTeaser p {
    color: #666666;
    word-wrap: break-word; }
  .mediaTeaser.multi .mediaTeaserImage, .materialTeaser.multi .mediaTeaserImage {
    padding: 0 16px 16px 0;
    overflow: hidden; }
    .mediaTeaser.multi .mediaTeaserImage:before, .materialTeaser.multi .mediaTeaserImage:before {
      content: " ";
      position: absolute;
      right: 8px;
      bottom: 8px;
      border-right: 4px solid #262626;
      border-bottom: 4px solid #262626;
      width: 100%;
      height: 100%; }
    .mediaTeaser.multi .mediaTeaserImage:after, .materialTeaser.multi .mediaTeaserImage:after {
      content: " ";
      position: absolute;
      right: 0px;
      bottom: 0px;
      border-right: 4px solid #262626;
      border-bottom: 4px solid #262626;
      width: 95%;
      height: 95%; }
    .mediaTeaser.multi .mediaTeaserImage .mediaTeaserOverlay, .mediaTeaser.multi .mediaTeaserImage .materialTeaserOverlay, .materialTeaser.multi .mediaTeaserImage .mediaTeaserOverlay, .materialTeaser.multi .mediaTeaserImage .materialTeaserOverlay {
      padding: 0 16px 16px 0; }

.stageArrowDown {
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  background-image: url("../img/stage_arrow_down_56x22.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 11px;
  margin-left: -14px; }
  @media screen and (min-width: 40em) {
    .stageArrowDown {
      width: 56px;
      height: 22px;
      margin-left: -28px;
      bottom: 2rem; } }

ul.stageDotsContainer {
  position: fixed;
  top: 50%;
  right: 1rem;
  list-style-type: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99; }
  ul.stageDotsContainer li {
    background-image: url("../img/stage-dots.png");
    background-repeat: no-repeat;
    background-position: -16px 0;
    width: 16px;
    height: 17px;
    margin-bottom: 0.5rem;
    cursor: pointer; }
    ul.stageDotsContainer li.active {
      background-position: 0 0; }
    ul.stageDotsContainer li:hover {
      background-position: -32px 0; }

/*******************/
/* article stage */
.articleStage {
  position: relative;
  width: 100%;
  z-index: 2; }
  @media screen and (max-width: 39.9375em) {
    .articleStage .page80 {
      min-height: 0 !important; } }
  .articleStage .videoContainer {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .articleStage .videoContainer video {
      display: block;
      position: absolute;
      width: 300%;
      height: 150%;
      left: -100%;
      top: -25%;
      /*
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      */
      z-index: 0;
      transition: 1s opacity;
      /*
      @media (min-aspect-ratio: 16/9) {
        height: 300%;
        top: -100%;
      }

      @media (max-aspect-ratio: 16/9) {
        width: 300%;
        left: -100%;
      }
      */ }
      @media screen and (min-width: 40em) {
        .articleStage .videoContainer video {
          display: block;
          width: 300%;
          height: 150%;
          left: -100%;
          top: -25%; } }
  .articleStage section {
    width: 100%;
    height: 500px;
    max-height: 750px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/pixel.gif"); }
    .articleStage section:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 75%;
      width: 100%;
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
      /* IE6-9 */ }
    @media screen and (min-width: 40em) {
      .articleStage section .stageTextBlock.left {
        top: auto;
        bottom: 6.25rem;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
    @media screen and (min-width: 40em) {
      .articleStage section .stageTextBlock.right {
        top: auto;
        bottom: 6.25rem;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
    @media screen and (min-width: 40em) {
      .articleStage section .stageTextBlock.bottom {
        top: auto;
        bottom: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
    .articleStage section .stageTextBlock.bottom.stageQuote .h1Style {
      position: relative;
      padding-left: 2rem;
      padding-right: 2rem;
      text-align: center; }
      @media screen and (min-width: 40em) {
        .articleStage section .stageTextBlock.bottom.stageQuote .h1Style {
          padding-left: 0;
          padding-right: 0; } }
      .articleStage section .stageTextBlock.bottom.stageQuote .h1Style:before, .articleStage section .stageTextBlock.bottom.stageQuote .h1Style:after {
        position: absolute;
        left: 0;
        top: 50%;
        content: "»";
        font-size: 4.625rem;
        line-height: 5rem;
        font-family: "DINMittelschriftStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #c0cf00;
        margin-top: -2.5rem;
        margin-left: 0; }
        @media screen and (min-width: 40em) {
          .articleStage section .stageTextBlock.bottom.stageQuote .h1Style:before, .articleStage section .stageTextBlock.bottom.stageQuote .h1Style:after {
            margin-left: -2.25rem; } }
      .articleStage section .stageTextBlock.bottom.stageQuote .h1Style:after {
        right: 0;
        left: auto;
        top: 50%;
        transform: rotate(180deg);
        margin-left: 0;
        margin-right: 0; }
        @media screen and (min-width: 40em) {
          .articleStage section .stageTextBlock.bottom.stageQuote .h1Style:after {
            margin-left: 0;
            margin-right: -2.25rem; } }
    .articleStage section .stageTextBlock.bottom.stageQuote .pStyle {
      text-align: center; }

/******************/
/* teaser stage */
.teaserStage {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .teaserStage.outOfScreen {
    position: relative; }
  .teaserStage section {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/pixel.gif"); }
    @media screen and (min-width: 40em) {
      .teaserStage section {
        background-attachment: fixed; } }
    .teaserStage section:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 75%;
      width: 100%;
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
      /* IE6-9 */ }
    .teaserStage section .stageTextBlock {
      z-index: 1; }
      .teaserStage section .stageTextBlock.bottomimage .pStyle {
        font-family: "DINMittelschriftStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.625rem;
        line-height: 2.125rem;
        letter-spacing: 0;
        margin-bottom: 0; }
      .teaserStage section .stageTextBlock.bottomimage .outlineButton {
        border: 0; }
    .teaserStage section .stageOverlayImage {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      z-index: 0; }
      .teaserStage section .stageOverlayImage .stageOverlayImageGradient {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30%;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
        /* IE6-9 */ }
      .teaserStage section .stageOverlayImage img {
        max-height: 740px;
        margin-bottom: 10%; }
        @media screen and (min-width: 40em) {
          .teaserStage section .stageOverlayImage img {
            max-height: 68vh;
            margin-bottom: 20vh; } }

/****************/
/* meta stage */
.metaStage {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 3.375rem; }
  @media screen and (min-width: 40em) {
    .metaStage {
      margin-top: 0; } }
  .metaStage .imageContainer {
    position: relative;
    max-height: 320px; }
    @media screen and (min-width: 40em) {
      .metaStage .imageContainer {
        max-height: 600px; } }
    .metaStage .imageContainer:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 50%; }
    .metaStage .imageContainer .bg-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .metaStage .imageContainer .bg-image:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 75%;
        width: 100%;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
        /* IE6-9 */ }
  .metaStage .metaStageTextBlock {
    position: relative;
    width: 100%;
    margin: 1.25rem 0 0 0;
    color: #262626; }
    @media screen and (max-width: 39.9375em) {
      .metaStage .metaStageTextBlock {
        margin: 1.5rem 0 0 0; } }
    @media screen and (min-width: 40em) {
      .metaStage .metaStageTextBlock {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 50px 0;
        color: #ffffff; } }
    @media screen and (min-width: 64em) {
      .metaStage .metaStageTextBlock {
        padding: 100px 0; } }
    @media screen and (max-width: 39.9375em) {
      .metaStage .metaStageTextBlock h1 {
        font-size: 1.875rem;
        line-height: 1.875rem; } }
    .metaStage .metaStageTextBlock p {
      color: #262626; }
      @media screen and (min-width: 40em) {
        .metaStage .metaStageTextBlock p {
          color: #ffffff; } }
    .metaStage .metaStageTextBlock.left {
      text-align: left; }
    .metaStage .metaStageTextBlock.right {
      text-align: left; }
    .metaStage .metaStageTextBlock.center {
      text-align: center; }

/**********/
/* text */
.stageTextBlock {
  position: absolute;
  color: #ffffff;
  width: 100%;
  top: auto;
  bottom: 15%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
  .stageTextBlock.bottomimage {
    top: 15%;
    bottom: auto; }
  @media screen and (min-width: 40em) {
    .stageTextBlock {
      position: absolute;
      color: #ffffff;
      width: 100%;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .stageTextBlock.bottom, .stageTextBlock.bottomimage {
        text-align: center;
        top: auto;
        bottom: 0;
        margin-bottom: 6.25rem;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  .stageTextBlock .stageTextContainerTitle {
    font-size: 0.875rem;
    letter-spacing: 0.0625rem;
    color: #b4c300;
    text-transform: uppercase;
    margin: 0 0 0.5rem 0; }
    @media screen and (min-width: 40em) {
      .stageTextBlock .stageTextContainerTitle {
        margin: 0 0 1.5rem 0; } }
  .stageTextBlock p {
    padding: 0;
    margin: 0 0 0.875rem 0;
    color: #ffffff;
    line-height: 1.25rem; }
    @media screen and (min-width: 40em) {
      .stageTextBlock p {
        margin: 0 0 1.875rem 0;
        line-height: 1.625rem; } }
  .stageTextBlock .stageTextContainerLink {
    display: block;
    margin: 0 0 0.5rem 0;
    color: #ffffff;
    text-decoration: underline;
    font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .stageTextBlock .stageTextContainerLink:hover {
      color: #9aa900; }
  .stageTextBlock h1, .stageTextBlock h2.h1Style {
    font-size: 2.5rem;
    line-height: 2.625rem;
    margin: 0 0 0.375rem 0;
    word-wrap: break-word;
    letter-spacing: -0.125rem; }
    @media screen and (min-width: 40em) {
      .stageTextBlock h1, .stageTextBlock h2.h1Style {
        font-size: 3.75rem;
        line-height: 3.875rem;
        margin: 0 0 1.25rem 0; } }
    .stageTextBlock h1 span, .stageTextBlock h2.h1Style span {
      color: #000000; }
  .stageTextBlock h1.pStyle {
    font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    margin: 0 0 1.875rem 0;
    line-height: 1.625rem;
    padding: 0;
    color: #ffffff;
    letter-spacing: normal; }
    .stageTextBlock h1.pStyle .bold {
      font-family: "AvertaStd-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #ffffff;
      font-size: 1.125rem;
      letter-spacing: normal;
      line-height: 1.625rem; }
  .stageTextBlock .button {
    margin: 1rem 0 0 0; }
    @media screen and (min-width: 40em) {
      .stageTextBlock .button {
        margin: 1.125rem 0 0 0; } }

/************/
/* SLIDER */
.sliderPage {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/pixel.gif"); }
  .sliderPage .sliderTextContainer {
    position: relative;
    left: 1.25rem;
    top: 50%;
    width: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff; }
    @media screen and (min-width: 40em) {
      .sliderPage .sliderTextContainer {
        width: 22rem;
        left: 8rem; }
        .sliderPage .sliderTextContainer.left {
          left: 8rem;
          right: auto;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .sliderPage .sliderTextContainer.bottom {
          position: absolute;
          top: auto;
          left: 50%;
          right: auto;
          bottom: 1rem;
          text-align: center;
          margin: 0 auto 0 -11rem;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); }
        .sliderPage .sliderTextContainer.right {
          left: auto;
          right: 8rem;
          float: right;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    .sliderPage .sliderTextContainer .sliderTextContainerTitle {
      font-size: 0.875rem;
      color: #b4c300;
      text-transform: uppercase; }
      @media screen and (min-width: 40em) {
        .sliderPage .sliderTextContainer .sliderTextContainerTitle {
          font-size: 1rem; } }
    .sliderPage .sliderTextContainer p {
      padding: 0;
      margin: 0; }
    .sliderPage .sliderTextContainer .sliderTextContainerLink {
      display: block;
      margin: 0 0 1rem 0;
      color: #ffffff;
      text-decoration: underline;
      font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.slick-vertical .slick-slide {
  border: none; }

.slick-dots {
  position: relative;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin-top: -3rem;
  margin-left: auto; }
  @media screen and (min-width: 40em) {
    .slick-dots {
      bottom: 1rem; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 17px;
    width: 16px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      height: 17px;
      width: 16px;
      color: transparent;
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: -16px 0;
      background-image: url("../img/stage-dots.png"); }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        background-position: -32px 0; }
    .slick-dots li.slick-active button {
      background-position: 0 0; }

.newsTicker {
  width: 100%;
  background-color: #f5f2f0;
  border-top: 1.5rem #ffffff solid;
  border-bottom: 1.5rem #ffffff solid;
  text-align: center; }
  .newsTicker h2 {
    margin: 3rem auto 0 auto; }
  .newsTicker .row {
    padding: 0; }
    .newsTicker .row .columns {
      position: relative; }
  .newsTicker .newsTickerSlider {
    text-align: left; }
    .newsTicker .newsTickerSlider .slick-list {
      overflow-y: visible; }
      .newsTicker .newsTickerSlider .slick-list .slick-track {
        margin-bottom: 2rem; }
    .newsTicker .newsTickerSlider .slick-dots {
      bottom: 0; }
    .newsTicker .newsTickerSlider button.slick-prev {
      color: transparent;
      position: absolute;
      left: 2rem;
      bottom: 0.75rem;
      z-index: 99; }
    .newsTicker .newsTickerSlider button.slick-next {
      color: transparent;
      position: absolute;
      right: 2rem;
      bottom: 0.75rem;
      z-index: 99; }
    .newsTicker .newsTickerSlider .newsTickerSliderPage {
      background-color: #ffffff;
      margin: 2rem 0.5rem;
      padding: 1.875rem;
      position: relative; }
      @media screen and (max-width: 39.9375em) {
        .newsTicker .newsTickerSlider .newsTickerSliderPage {
          padding: 1.875rem 1.875rem 3rem 1.875rem; } }
      .newsTicker .newsTickerSlider .newsTickerSliderPage .newsTickerSliderPageDate {
        color: #c0cf00;
        font-size: 1.125rem; }
      @media screen and (max-width: 39.9375em) {
        .newsTicker .newsTickerSlider .newsTickerSliderPage.slick-active {
          -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
          -moz-box-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25); } }
  .newsTicker .newstickerFooterLogo {
    display: none;
    position: absolute;
    right: 1.25rem;
    bottom: 0.5rem;
    width: 110px;
    height: 36px;
    background-image: url("../img/dpa-logo_110x36.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 40em) {
      .newsTicker .newstickerFooterLogo {
        display: block; } }
  .newsTicker .newstickerPageLogo {
    display: block;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 110px;
    height: 36px;
    background-image: url("../img/dpa-logo_110x36.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 40em) {
      .newsTicker .newstickerPageLogo {
        display: none; } }

/*************/
/* SHARING */
.share-pos-helper {
  position: fixed;
  width: 100%;
  z-index: -1; }

.shareIcon {
  display: inline-block;
  width: 25%;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  background-color: #c0cf00;
  padding-right: 1px;
  background-clip: content-box;
  float: left; }
  @media screen and (min-width: 40em) {
    .shareIcon {
      width: 3.375rem;
      height: 3.375rem;
      margin: 0 1px 1px 0;
      float: none; } }
  .shareIcon.shareIconFacebook {
    background-image: url("../img/icons/ffffff/facebook-letter-logo.svg");
    background-size: 12px 25px; }
  .shareIcon.shareIconTwitter {
    background-image: url("../img/icons/ffffff/twitter-logo-silhouette.svg");
    background-size: 25px 20px; }
  .shareIcon.shareIconEmail {
    background-image: url("../img/icons/ffffff/Mail.svg");
    background-size: 25px 16px; }
  .shareIcon.shareIconWhatsapp {
    background-image: url("../img/icons/ffffff/whatsapp-logo.svg");
    background-size: 25px 25px; }
  .shareIcon.shareIconDownload {
    background-image: url("../img/icons/ffffff/Icon_Download.svg");
    background-size: 35px 35px; }
  .shareIcon.shareIconLink {
    background-image: url("../img/icons/ffffff/Icon_Link.svg");
    background-size: 35px 35px; }
  .shareIcon:hover {
    background-color: #9aa900; }

.sharing {
  position: absolute;
  z-index: 1;
  bottom: auto; }
  .sharing.fixed {
    position: fixed;
    z-index: 99; }
  @media screen and (max-width: 39.9375em) {
    .sharing {
      position: fixed;
      padding: 0;
      max-width: none;
      width: 100%;
      left: 0 !important;
      top: auto !important;
      bottom: 0;
      text-align: center;
      z-index: 999; }
      .sharing .columns {
        padding-left: 0;
        padding-right: 0; } }
  .sharing .shareIconBlock {
    float: left;
    width: 100%; }
    @media screen and (min-width: 40em) {
      .sharing .shareIconBlock {
        width: auto; } }
    .sharing .shareIconBlock .shareIcon {
      display: inline-block; }
      @media screen and (min-width: 40em) {
        .sharing .shareIconBlock .shareIcon {
          display: block; } }

/***********/
/* QUOTE */
.quote p {
  display: table-cell;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #262626;
  font-family: "DINMittelschriftStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center; }

@media screen and (min-width: 40em) {
  .quote {
    margin-left: -42px;
    margin-right: -42px; }
    .quote p {
      font-size: 2.25rem;
      line-height: 2.5rem; } }

.quote:before {
  content: "";
  display: table-cell;
  width: 42px;
  height: 30px;
  background-image: url("../img/quote_arrow_right_30x30.png");
  background-repeat: no-repeat;
  background-position: center; }

.quote:after {
  content: "";
  display: table-cell;
  width: 42px;
  height: 30px;
  background-image: url("../img/quote_arrow_left_30x30.png");
  background-repeat: no-repeat;
  background-position: center; }

.infobox .infoboxColorBar {
  background-color: #c0cf00;
  text-align: left;
  padding-left: 1.25rem;
  padding-top: 0.625rem; }
  @media screen and (min-width: 40em) {
    .infobox .infoboxColorBar {
      padding-left: 0;
      padding-top: 1rem;
      text-align: center; } }

.infobox .infoboxContent {
  background-color: #ffffff;
  padding: 1.75rem; }

.infobox p {
  margin-bottom: 0; }

.infobox .infoIcon {
  width: 41px;
  height: 41px;
  background-image: url("../img/icons/ffffff/Icon_Info.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block; }
  @media screen and (min-width: 40em) {
    .infobox .infoIcon {
      width: 51px;
      height: 51px;
      margin-left: 0.5rem; } }

/********************/
/* IMAGE AND COPY */
@media screen and (max-width: 39.9375em) {
  .imageCopyBlock {
    padding: 0; } }

@media screen and (max-width: 39.9375em) {
  .imageCopyBlock .imageCopyImageBlock {
    padding: 0;
    margin-bottom: 1.25rem; } }

.imageCopyBlock .imageCopyTextBlock {
  height: auto; }
  @media screen and (max-width: 39.9375em) {
    .imageCopyBlock .imageCopyTextBlock {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 40em) {
    .imageCopyBlock .imageCopyTextBlock h3 {
      display: block; } }

.imageDescription {
  margin-top: 0.5rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .imageDescription {
      margin-top: 1rem; } }

/*******************/
/* IMAGE GALLERY */
.imageGallery {
  z-index: 2; }
  @media screen and (max-width: 39.9375em) {
    .imageGallery .row {
      padding: 0; }
      .imageGallery .row .columns {
        padding: 0; }
        .imageGallery .row .columns.imageGalleryUnderline {
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
  .imageGallery .imageGalleryNavigationSmall {
    float: right;
    margin: 0 0 1.25rem 0; }
    .imageGallery .imageGalleryNavigationSmall .squareButtonLeft, .imageGallery .imageGalleryNavigationSmall .paging .pagingPrevButton, .paging .imageGallery .imageGalleryNavigationSmall .pagingPrevButton, .imageGallery .imageGalleryNavigationSmall #kesearch_pagebrowser_bottom ul li a.prev, #kesearch_pagebrowser_bottom ul li .imageGallery .imageGalleryNavigationSmall a.prev {
      float: left;
      margin-right: 0.625rem; }
    .imageGallery .imageGalleryNavigationSmall .squareButtonRight, .imageGallery .imageGalleryNavigationSmall .paging .pagingNextButton, .paging .imageGallery .imageGalleryNavigationSmall .pagingNextButton, .imageGallery .imageGalleryNavigationSmall #kesearch_pagebrowser_bottom ul li a.next, #kesearch_pagebrowser_bottom ul li .imageGallery .imageGalleryNavigationSmall a.next {
      float: left; }
  .imageGallery .imageGalleryNavigationLabel {
    width: 100%;
    text-align: left;
    font-size: 1rem;
    color: #262626;
    font-family: "AvertaStd-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-top: 0.625rem;
    margin-left: 2.25rem; }
    @media screen and (min-width: 40em) {
      .imageGallery .imageGalleryNavigationLabel {
        width: auto;
        text-align: center;
        float: left;
        font-size: 1.125rem;
        font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-right: 0.625rem;
        margin-top: 0;
        margin-left: 0; } }
  .imageGallery .imageGallerySlider.slick-slider {
    z-index: 2; }
  .imageGallery .imageGallerySlider:hover button.slick-prev, .imageGallery .imageGallerySlider:hover button.slick-next {
    opacity: 1; }
  .imageGallery .imageGallerySlider .imageGallerySliderPageContent {
    position: relative; }
    .imageGallery .imageGallerySlider .imageGallerySliderPageContent:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .imageGallery .imageGallerySlider .imageGallerySliderPageContent .imageContainer {
      background-color: #353535;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center; }
      .imageGallery .imageGallerySlider .imageGallerySliderPageContent .imageContainer img {
        max-height: 100%;
        margin: 0 auto; }
  .imageGallery .imageGallerySlider .hiddenUnderline {
    display: none; }
  .imageGallery .imageGallerySlider button.slick-prev {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    z-index: 999;
    color: transparent;
    width: 27px;
    height: 45px;
    margin-top: -22px;
    background-image: url("../img/gallery_icon_left_27x45.png");
    background-repeat: no-repeat;
    transition: opacity 0.5s; }
    @media screen and (min-width: 40em) {
      .imageGallery .imageGallerySlider button.slick-prev {
        left: 0;
        width: 60px;
        height: 60px;
        margin-top: -30px;
        background-image: url("../img/square_icon_left_60x60.png");
        background-position: 0px 0px;
        opacity: 0; }
        .imageGallery .imageGallerySlider button.slick-prev:hover {
          background-position: -60px 0px; } }
  .imageGallery .imageGallerySlider button.slick-next {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    z-index: 999;
    color: transparent;
    width: 27px;
    height: 45px;
    margin-top: -22px;
    background-image: url("../img/gallery_icon_right_27x45.png");
    background-repeat: no-repeat;
    transition: opacity 0.5s; }
    @media screen and (min-width: 40em) {
      .imageGallery .imageGallerySlider button.slick-next {
        right: 0;
        width: 60px;
        height: 60px;
        margin-top: -30px;
        background-image: url("../img/square_icon_right_60x60.png");
        opacity: 0;
        background-position: 0px 0px; }
        .imageGallery .imageGallerySlider button.slick-next:hover {
          background-position: -60px 0px; } }
  .imageGallery .imageGalleryUnderline {
    position: relative; }
    .imageGallery .imageGalleryUnderline p {
      margin-top: 1rem;
      text-align: center;
      padding-right: 1rem;
      padding-left: 1rem; }
      @media screen and (min-width: 40em) {
        .imageGallery .imageGalleryUnderline p {
          padding-right: 132px;
          padding-left: 132px; } }
    .imageGallery .imageGalleryUnderline .button {
      position: absolute;
      top: 0;
      right: 1rem;
      margin-top: -25px; }
      @media screen and (min-width: 40em) {
        .imageGallery .imageGalleryUnderline .button {
          top: 1rem;
          right: 0;
          margin-top: 0; } }

/**************/
/* LIGHTBOX */
.lightbox {
  width: 100%;
  background-color: transparent;
  border: 0; }
  @media screen and (max-width: 39.9375em) {
    .lightbox {
      padding: 0; } }
  .lightbox .close-button {
    right: 0;
    top: 0;
    padding: 0.625rem 1.125rem;
    color: #c0cf00;
    z-index: 999; }
    .lightbox .close-button:hover {
      color: #9aa900; }
  .lightbox .lightboxGallerySliderPageText {
    display: none; }
  @media screen and (max-width: 39.9375em) {
    .lightbox .lightboxContentRow {
      padding: 0;
      min-height: 100%;
      background-color: #f5f2f0; } }
  @media screen and (min-width: 40em) {
    .lightbox .lightboxContentRow.video .shareIcon {
      float: right;
      padding: 0;
      margin: 0;
      border-right: 1px solid #f5f2f0; }
      .lightbox .lightboxContentRow.video .shareIcon:first-child {
        border-radius: 3px 0 0 3px; }
      .lightbox .lightboxContentRow.video .shareIcon:last-child {
        border-radius: 0 3px 3px 0;
        border-right: 0; } }
  .lightbox .lightboxContent {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f5f2f0; }
    @media screen and (min-width: 40em) {
      .lightbox .lightboxContent {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; } }
    .lightbox .lightboxContent .lightboxContentText {
      margin-top: 1.875rem;
      margin-bottom: 2.5rem; }
      @media screen and (min-width: 40em) {
        .lightbox .lightboxContent .lightboxContentText {
          margin-top: 1.875rem; } }
    .lightbox .lightboxContent .lightboxContentButtons {
      display: inline-block;
      position: relative;
      margin-bottom: 1.25rem;
      width: 100%; }
      @media screen and (min-width: 40em) {
        .lightbox .lightboxContent .lightboxContentButtons {
          margin-bottom: 1.875rem; } }
      .lightbox .lightboxContent .lightboxContentButtons .button {
        width: 100%; }
      .lightbox .lightboxContent .lightboxContentButtons .lightboxContentSharing .shareIcon {
        padding-right: 1px;
        float: left; }
        .lightbox .lightboxContent .lightboxContentButtons .lightboxContentSharing .shareIcon:first-child {
          border-radius: 3px 0 0 3px; }
        .lightbox .lightboxContent .lightboxContentButtons .lightboxContentSharing .shareIcon:last-child {
          border-radius: 0 3px 3px 0;
          padding-right: 0; }
    .lightbox .lightboxContent .lightboxContentProductText {
      margin-top: 1.375rem;
      margin-bottom: 2.5rem; }
    .lightbox .lightboxContent .lightboxContentProductButtons {
      display: inline-block;
      position: relative;
      width: 100%; }
      .lightbox .lightboxContent .lightboxContentProductButtons .button {
        width: 100%; }
        @media screen and (min-width: 40em) {
          .lightbox .lightboxContent .lightboxContentProductButtons .button {
            width: 13rem; } }

@media screen and (max-width: 39.9375em) {
  .lightboxGalleryRow {
    padding: 0; } }

@media screen and (max-width: 39.9375em) {
  .lightboxGalleryRow .lightboxGalleryImageColumn {
    padding: 0; } }

.lightboxGalleryRow .lightboxGalleryTextColumn {
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    .lightboxGalleryRow .lightboxGalleryTextColumn {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.lightboxGalleryRow.video .videoWrapper {
  margin-top: 0; }
  @media screen and (min-width: 40em) {
    .lightboxGalleryRow.video .videoWrapper {
      margin-top: 2rem;
      margin-bottom: 1rem; } }

.lightboxGalleryRow.video .lightboxContentButtons {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 2rem;
  float: right; }

.lightboxGalleryRow.video .lightboxContentText {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .lightboxGalleryRow.video .lightboxContentText {
      margin-top: 0; } }
  .lightboxGalleryRow.video .lightboxContentText p.bold {
    margin-bottom: 0; }

@media screen and (min-width: 40em) {
  .lightboxGalleryRow.video .lightboxContentSharing {
    float: right; }
    .lightboxGalleryRow.video .lightboxContentSharing .shareIcon {
      float: left;
      margin: 0;
      padding: 0;
      border-right: 1px solid #f5f2f0; }
      .lightboxGalleryRow.video .lightboxContentSharing .shareIcon:first-child {
        border-radius: 3px 0 0 3px; }
      .lightboxGalleryRow.video .lightboxContentSharing .shareIcon:last-child {
        border-radius: 0 3px 3px 0;
        border-right: 0; } }

@media screen and (min-width: 40em) {
  .lightboxGalleryRow .productOptionsRow .productOptionsRowContainer {
    margin-top: 0.5rem; } }

@media screen and (max-width: 39.9375em) {
  .lightboxGalleryRow .productOptionsRow .productOptionsRowContainer .productOptionsRowContainerMiddle {
    padding-top: 0; } }

@media screen and (min-width: 40em) {
  .lightboxGalleryRow .productOptionsRow .productOptionsLabel {
    margin-top: -1rem;
    margin-bottom: 0.375rem; } }

@media screen and (max-width: 39.9375em) {
  .lightboxGalleryRow .productOptionsRow .productOptionsLabel {
    margin-top: -2.5rem;
    margin-bottom: 0.375rem; } }

.lightboxGallery {
  z-index: 2;
  display: block; }
  .lightboxGallery .lightboxGalleryNavigationSmall {
    width: 100%;
    display: none;
    margin: 1.25rem 0 1.25rem 0; }
    @media screen and (min-width: 40em) {
      .lightboxGallery .lightboxGalleryNavigationSmall {
        display: inline-block; } }
    .lightboxGallery .lightboxGalleryNavigationSmall .lightboxGalleryNavigationSmallElements {
      float: right; }
      .lightboxGallery .lightboxGalleryNavigationSmall .lightboxGalleryNavigationSmallElements .squareButtonLeft, .lightboxGallery .lightboxGalleryNavigationSmall .lightboxGalleryNavigationSmallElements .paging .pagingPrevButton, .paging .lightboxGallery .lightboxGalleryNavigationSmall .lightboxGalleryNavigationSmallElements .pagingPrevButton, .lightboxGallery .lightboxGalleryNavigationSmall .lightboxGalleryNavigationSmallElements #kesearch_pagebrowser_bottom ul li a.prev, #kesearch_pagebrowser_bottom ul li .lightboxGallery .lightboxGalleryNavigationSmall .lightboxGalleryNavigationSmallElements a.prev {
        float: left;
        margin-right: 0.625rem; }
      .lightboxGallery .lightboxGalleryNavigationSmall .lightboxGalleryNavigationSmallElements .squareButtonRight, .lightboxGallery .lightboxGalleryNavigationSmall .lightboxGalleryNavigationSmallElements .paging .pagingNextButton, .paging .lightboxGallery .lightboxGalleryNavigationSmall .lightboxGalleryNavigationSmallElements .pagingNextButton, .lightboxGallery .lightboxGalleryNavigationSmall .lightboxGalleryNavigationSmallElements #kesearch_pagebrowser_bottom ul li a.next, #kesearch_pagebrowser_bottom ul li .lightboxGallery .lightboxGalleryNavigationSmall .lightboxGalleryNavigationSmallElements a.next {
        float: left; }
  .lightboxGallery .lightboxGalleryNavigationLabel {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #262626;
    font-family: "AvertaStd-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-top: 0.625rem; }
    @media screen and (min-width: 40em) {
      .lightboxGallery .lightboxGalleryNavigationLabel {
        width: auto;
        float: left;
        font-size: 1.125rem;
        font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-right: 0.625rem;
        margin-top: 0; } }
  .lightboxGallery .lightboxGallerySlider .lightboxGalleryNavigationLabel {
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .lightboxGallery .lightboxGallerySlider .lightboxGalleryNavigationLabel {
        display: none; } }
  .lightboxGallery .lightboxGallerySlider .lightboxGallerySliderPageContent {
    position: relative; }
    .lightboxGallery .lightboxGallerySlider .lightboxGallerySliderPageContent:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .lightboxGallery .lightboxGallerySlider .lightboxGallerySliderPageContent .imageContainer {
      background-color: #353535;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center; }
      .lightboxGallery .lightboxGallerySlider .lightboxGallerySliderPageContent .imageContainer img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        margin: 50% auto 0 auto;
        margin-top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
  .lightboxGallery .lightboxGallerySlider button.slick-prev {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    z-index: 999;
    color: transparent;
    width: 27px;
    height: 45px;
    margin-top: -22px;
    background-image: url("../img/gallery_icon_left_27x45.png");
    background-repeat: no-repeat;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (min-width: 40em) {
      .lightboxGallery .lightboxGallerySlider button.slick-prev {
        display: none !important; } }
  .lightboxGallery .lightboxGallerySlider button.slick-next {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    z-index: 999;
    color: transparent;
    width: 27px;
    height: 45px;
    margin-top: -22px;
    background-image: url("../img/gallery_icon_right_27x45.png");
    background-repeat: no-repeat;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (min-width: 40em) {
      .lightboxGallery .lightboxGallerySlider button.slick-next {
        display: none !important; } }

.contactForm {
  margin-top: 1rem; }
  .contactForm .buttonOffset {
    margin-top: 3rem; }
  .contactForm .submitButton {
    margin-right: 0.375rem; }
  .contactForm .columns {
    position: relative; }

#privacyText {
  position: relative;
  padding: 2rem;
  background-color: #ffffff; }

form input[type='text'], form input[type='email'], form input[type='number'], form input[type='tel'], form textarea, form select.dropdown {
  font-size: 1rem;
  line-height: normal;
  color: #262626;
  border: 0;
  padding: 1.25rem 0.875rem 1rem 0.875rem;
  height: auto;
  margin-bottom: 2rem;
  font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 40em) {
    form input[type='text'], form input[type='email'], form input[type='number'], form input[type='tel'], form textarea, form select.dropdown {
      margin-bottom: 2.5rem; } }
  form input[type='text']::-webkit-input-placeholder, form input[type='email']::-webkit-input-placeholder, form input[type='number']::-webkit-input-placeholder, form input[type='tel']::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select.dropdown::-webkit-input-placeholder {
    font-size: 1rem;
    font-family: "DINMittelschriftStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8b8b8b;
    text-transform: uppercase; }
  form input[type='text']::-moz-placeholder, form input[type='email']::-moz-placeholder, form input[type='number']::-moz-placeholder, form input[type='tel']::-moz-placeholder, form textarea::-moz-placeholder, form select.dropdown::-moz-placeholder {
    font-size: 1rem;
    font-family: "DINMittelschriftStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8b8b8b;
    text-transform: uppercase; }
  form input[type='text']:-moz-placeholder, form input[type='email']:-moz-placeholder, form input[type='number']:-moz-placeholder, form input[type='tel']:-moz-placeholder, form textarea:-moz-placeholder, form select.dropdown:-moz-placeholder {
    font-size: 1rem;
    font-family: "DINMittelschriftStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8b8b8b;
    text-transform: uppercase; }
  form input[type='text']:-ms-input-placeholder, form input[type='email']:-ms-input-placeholder, form input[type='number']:-ms-input-placeholder, form input[type='tel']:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select.dropdown:-ms-input-placeholder {
    font-size: 1rem;
    font-family: "DINMittelschriftStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8b8b8b;
    text-transform: uppercase; }

form textarea:focus {
  border: 0; }

form input[type='text']:focus, form input[type='email']:focus, form input[type='number']:focus, form input[type='tel']:focus {
  border: 0;
  border-left: 0.25rem solid #c0cf00;
  padding-left: 0.625rem; }

form select.dropdown {
  color: #8b8b8b;
  text-transform: uppercase;
  background-image: url("../img/arrow_down_green_13x8.png");
  background-position: right center;
  background-size: 13px 8px;
  font-family: "DINMittelschriftStd", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  form select.dropdown option {
    color: #262626;
    text-transform: none;
    height: auto;
    border: 0; }
    form select.dropdown option:hover {
      color: #c0cf00; }
  form select.dropdown option[value=""][disabled] {
    display: none; }
  form select.dropdown.selected {
    color: #262626;
    text-transform: none;
    font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  form select.dropdown:hover {
    color: #c0cf00;
    cursor: pointer;
    background-image: url("../img/arrow_down_darkgreen_13x8.png"); }

form input[type="checkbox"], form input[type="radio"] {
  width: 22px;
  height: 22px;
  float: left; }

form .checkboxLabel {
  font-size: 1rem;
  color: #262626;
  font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  margin-bottom: 2rem; }
  @media screen and (max-width: 39.9375em) {
    form .checkboxLabel {
      line-height: 1.25rem;
      width: 80%; } }
  form .checkboxLabel a {
    color: #262626;
    text-decoration: underline; }
    form .checkboxLabel a:hover {
      color: #9aa900; }

form .formlabel {
  display: none;
  position: absolute;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  margin: 0 0 0 0.875rem;
  padding-bottom: 0.25rem;
  font-size: 0.8125rem;
  color: #8b8b8b;
  font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1rem; }

form .errormessage {
  display: none;
  position: absolute;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  margin: 0 0 0 0.875rem;
  padding-bottom: 0.25rem;
  font-size: 0.8125rem;
  color: #ff114f;
  font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1rem; }
  form .errormessage.captchaErrormessage {
    display: block;
    position: relative;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

form input[type='text'].error, form input[type='email'].error, form input[type='number'].error, form input[type='tel'].error, form textarea.error {
  background-color: #fee7ed;
  border-left: 0.25rem solid #ff114f;
  padding-left: 0.625rem; }

form select.error {
  background-color: #fee7ed;
  border-left: 0.25rem solid #ff114f;
  padding-left: 0.625rem; }

/***********************/
/* catalogue of fines */
.catalogueOfFinesHeader {
  background-clip: padding-box;
  padding-top: 3.375rem;
  padding-bottom: 5rem;
  background: #b0d3bd;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #b0d3bd 0%, #8fc4c2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #b0d3bd 0%, #8fc4c2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #b0d3bd 0%, #8fc4c2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d3bd', endColorstr='#8fc4c2',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .catalogueOfFinesHeader .catalogueOfFinesHeaderContent {
    margin-top: 5rem; }
    .catalogueOfFinesHeader .catalogueOfFinesHeaderContent .catalogueOfFinesSettings .columns {
      text-align: center; }
  @media screen and (min-width: 40em) {
    .catalogueOfFinesHeader {
      padding-top: 7.1875rem; } }
  .catalogueOfFinesHeader select {
    margin-top: 0.5rem;
    margin-bottom: 2.25rem;
    height: 3.375rem;
    font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .catalogueOfFinesHeader .catalogueOfFinesRadioContainer .radioButton {
    display: inline-block;
    margin: 0 1rem 1rem 0;
    font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #262626; }
    @media screen and (min-width: 40em) {
      .catalogueOfFinesHeader .catalogueOfFinesRadioContainer .radioButton {
        display: inline-block;
        margin: 0 1rem 0 0; } }
    @media screen and (min-width: 64em) {
      .catalogueOfFinesHeader .catalogueOfFinesRadioContainer .radioButton {
        display: block;
        margin: 0 1rem 0 0; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .catalogueOfFinesHeader .catalogueOfFinesRadioContainer {
      margin-top: 1rem; } }
  @media screen and (min-width: 64em) {
    .catalogueOfFinesHeader .catalogueOfFinesRadioContainer {
      text-align: left; } }
  .catalogueOfFinesHeader .catalogueOfFinesOptionsContainer {
    display: inline-block;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid #e8e8e9;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
    @media screen and (min-width: 40em) {
      .catalogueOfFinesHeader .catalogueOfFinesOptionsContainer {
        text-align: left;
        width: auto;
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0; } }
    .catalogueOfFinesHeader .catalogueOfFinesOptionsContainer .catalogueOfFinesOptionsLabel {
      text-align: center;
      margin-bottom: 0.25rem; }
    .catalogueOfFinesHeader .catalogueOfFinesOptionsContainer .catalogueOfFinesOptionsRow {
      display: block;
      position: relative; }
      .catalogueOfFinesHeader .catalogueOfFinesOptionsContainer .catalogueOfFinesOptionsRow .catalogueOfFinesOptionsValue {
        display: inline-block;
        font-size: 5rem;
        line-height: 3rem;
        text-align: center;
        color: #ffffff;
        margin: 1px 0 -1px 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        height: 82px;
        width: 130px; }
        .catalogueOfFinesHeader .catalogueOfFinesOptionsContainer .catalogueOfFinesOptionsRow .catalogueOfFinesOptionsValue:disabled {
          color: #ffffff;
          opacity: 1; }
        @media screen and (min-width: 40em) {
          .catalogueOfFinesHeader .catalogueOfFinesOptionsContainer .catalogueOfFinesOptionsRow .catalogueOfFinesOptionsValue {
            font-size: 4rem;
            margin: 1px -0.625rem -1px -0.625rem;
            width: 110px;
            height: 68px;
            padding: 0.5rem 0; } }
        @media screen and (min-width: 64em) {
          .catalogueOfFinesHeader .catalogueOfFinesOptionsContainer .catalogueOfFinesOptionsRow .catalogueOfFinesOptionsValue {
            font-size: 5rem;
            margin: 1px 0 -1px 0;
            width: 130px;
            height: 85px; } }
      .catalogueOfFinesHeader .catalogueOfFinesOptionsContainer .catalogueOfFinesOptionsRow .circleButtonMinus, .catalogueOfFinesHeader .catalogueOfFinesOptionsContainer .catalogueOfFinesOptionsRow .circleButtonPlus {
        position: relative;
        background-position: 0px center;
        margin-top: -0.5rem;
        margin-bottom: 0.5rem; }
        @media screen and (min-width: 40em) {
          .catalogueOfFinesHeader .catalogueOfFinesOptionsContainer .catalogueOfFinesOptionsRow .circleButtonMinus, .catalogueOfFinesHeader .catalogueOfFinesOptionsContainer .catalogueOfFinesOptionsRow .circleButtonPlus {
            margin-top: -0.1875rem;
            margin-bottom: 0.1875rem; } }
        @media screen and (min-width: 64em) {
          .catalogueOfFinesHeader .catalogueOfFinesOptionsContainer .catalogueOfFinesOptionsRow .circleButtonMinus, .catalogueOfFinesHeader .catalogueOfFinesOptionsContainer .catalogueOfFinesOptionsRow .circleButtonPlus {
            margin-top: -0.5rem;
            margin-bottom: 0.5rem; } }
    .catalogueOfFinesHeader .catalogueOfFinesOptionsContainer .catalogueOfFinesOptionsUnit {
      text-align: center;
      font-size: 1.625rem;
      margin-top: -0.625rem; }

.catalogueOfFinesResult {
  display: none; }
  .catalogueOfFinesResult .catalogueOfFinesResultRow {
    margin-bottom: 3rem; }
    .catalogueOfFinesResult .catalogueOfFinesResultRow .catalogueOfFinesResultRowElement {
      width: 100%;
      text-align: center;
      position: relative;
      margin-bottom: 1rem; }
      @media screen and (min-width: 64em) {
        .catalogueOfFinesResult .catalogueOfFinesResultRow .catalogueOfFinesResultRowElement {
          margin-bottom: 0; } }
      .catalogueOfFinesResult .catalogueOfFinesResultRow .catalogueOfFinesResultRowElement p.catalogueOfFinesResultRowLabel {
        text-align: center;
        margin-bottom: 0.25rem;
        min-height: 1rem; }
        @media screen and (min-width: 64em) {
          .catalogueOfFinesResult .catalogueOfFinesResultRow .catalogueOfFinesResultRowElement p.catalogueOfFinesResultRowLabel {
            margin-bottom: 1rem; } }
      .catalogueOfFinesResult .catalogueOfFinesResultRow .catalogueOfFinesResultRowElement .catalogueOfFinesResultRowValue {
        text-align: center;
        font-size: 3.75rem;
        line-height: 3.5rem; }
        @media screen and (min-width: 64em) {
          .catalogueOfFinesResult .catalogueOfFinesResultRow .catalogueOfFinesResultRowElement .catalogueOfFinesResultRowValue {
            font-size: 5rem;
            line-height: 5rem; } }
  .catalogueOfFinesResult .catalogueOfFinesInfobox {
    background-color: #ff114f;
    padding: 0.875rem 0.875rem 0.875rem 4.6875rem;
    background-size: 41px 41px;
    background-image: url("../img/icons/ffffff/Icon_Info.svg");
    background-repeat: no-repeat;
    background-position: 0.875rem center; }
    @media screen and (min-width: 40em) {
      .catalogueOfFinesResult .catalogueOfFinesInfobox {
        background-size: 51px 51px; } }
    .catalogueOfFinesResult .catalogueOfFinesInfobox .catalogueOfFinesInfoboxText {
      background-color: #ffffff;
      padding: 1rem 1.875rem;
      font-size: 1.375rem;
      line-height: normal; }
      @media screen and (min-width: 40em) {
        .catalogueOfFinesResult .catalogueOfFinesInfobox .catalogueOfFinesInfoboxText {
          font-size: 1.625rem; } }

.catalogueOfFinesTable th {
  text-align: center; }
  .catalogueOfFinesTable th:first-child {
    text-align: left; }

.catalogueOfFinesTable td {
  width: 100%;
  float: left;
  text-align: center; }
  .catalogueOfFinesTable td:before {
    content: attr(data-label);
    width: 50%;
    display: inline-block; }
  .catalogueOfFinesTable td ul {
    display: inline-block;
    margin-bottom: 0; }
  .catalogueOfFinesTable td:first-child {
    text-align: left; }
    .catalogueOfFinesTable td:first-child:before {
      display: none; }
  @media screen and (max-width: 39.9375em) {
    .catalogueOfFinesTable td {
      background-color: #ffffff;
      text-align: left; }
      .catalogueOfFinesTable td:first-child {
        font-family: "AvertaStd-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        background-color: #ffffff;
        border-top: 4px solid #f5f2f0; } }

.catalogueOfFinesTable thead {
  display: none; }

@media screen and (min-width: 40em) {
  .catalogueOfFinesTable thead {
    display: table-header-group; }
  .catalogueOfFinesTable td {
    width: auto;
    float: none; }
    .catalogueOfFinesTable td:before {
      display: none; }
    .catalogueOfFinesTable td ul {
      display: block; } }

/*********************/
/* product options */
.productOptionsRow {
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 3px 3px 0 0; }
  @media screen and (min-width: 40em) {
    .productOptionsRow {
      width: 13rem; } }
  .productOptionsRow .productOptionsRowContainer {
    position: relative;
    display: inline-block; }
    .productOptionsRow .productOptionsRowContainer .productOptionsRowContainerLeft {
      height: 100%;
      display: inline-block; }
      .productOptionsRow .productOptionsRowContainer .productOptionsRowContainerLeft .circleButtonMinus {
        margin-right: 1rem;
        margin-bottom: 0.5rem; }
    .productOptionsRow .productOptionsRowContainer .productOptionsRowContainerMiddle {
      height: 100%;
      display: inline-block;
      padding-top: 0.875rem; }
      .productOptionsRow .productOptionsRowContainer .productOptionsRowContainerMiddle .productOptionsValue {
        position: relative;
        text-align: center;
        font-size: 5rem; }
        @media screen and (min-width: 40em) {
          .productOptionsRow .productOptionsRowContainer .productOptionsRowContainerMiddle .productOptionsValue {
            line-height: 4.75rem; } }
    .productOptionsRow .productOptionsRowContainer .productOptionsRowContainerRight {
      height: 100%;
      display: inline-block; }
      .productOptionsRow .productOptionsRowContainer .productOptionsRowContainerRight .circleButtonPlus {
        margin-left: 1rem;
        margin-bottom: 0.5rem; }
  .productOptionsRow .productOptionsLabel {
    text-align: center;
    font-size: 1.625rem;
    margin-top: -2rem;
    margin-bottom: 0.625rem; }
    @media screen and (min-width: 40em) {
      .productOptionsRow .productOptionsLabel {
        margin-top: -0.5rem; } }
  .productOptionsRow .button {
    margin: 0;
    width: 100%;
    border-radius: 0 0 3px 3px; }

.productMaxInfo {
  display: none; }

#materialCartStickyStrip {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #c0cf00;
  padding: 0.25rem 0 0.75em 0;
  z-index: 1003;
  -webkit-box-shadow: 0px -5px 25px 0px rgba(80, 80, 80, 0.5);
  -moz-box-shadow: 0px -5px 25px 0px rgba(80, 80, 80, 0.5);
  box-shadow: 0px -3px 25px 0px rgba(80, 80, 80, 0.5); }
  @media screen and (min-width: 40em) {
    #materialCartStickyStrip {
      padding: 2rem 2rem; } }
  #materialCartStickyStrip .iconCart {
    display: none;
    float: left;
    background-image: url("../img/icons/ffffff/Icon_Warenkorb.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 36px;
    height: 33px;
    margin-right: 0.5rem;
    margin-top: 0.5rem; }
    @media screen and (min-width: 40em) {
      #materialCartStickyStrip .iconCart {
        display: inline-block;
        margin-top: 0.625rem; } }
  #materialCartStickyStrip .cartButton {
    float: right;
    background-image: url("../img/icons/ffffff/Icon_Warenkorb.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 28px;
    height: 26px;
    display: inline-block;
    margin-right: 0.5rem;
    margin-top: 0.75rem;
    overflow: hidden;
    color: transparent; }
    @media screen and (min-width: 40em) {
      #materialCartStickyStrip .cartButton {
        display: none; } }
  #materialCartStickyStrip .stickyStripText {
    float: left;
    color: #ffffff;
    font-size: 1.25rem;
    margin-top: 0.75rem; }
    @media screen and (min-width: 40em) {
      #materialCartStickyStrip .stickyStripText {
        margin-top: 0.875rem;
        font-size: 1.25rem; } }
  #materialCartStickyStrip .button {
    float: right;
    width: 100%;
    margin: 1rem 0 0 0;
    display: none; }
    @media screen and (min-width: 40em) {
      #materialCartStickyStrip .button {
        width: auto;
        margin: 0;
        display: block; } }

/*******************/
@media screen and (max-width: 39.9375em) {
  .downloadModule {
    padding: 0; } }

@media screen and (max-width: 39.9375em) {
  .downloadModule .downloadModuleImageBlock {
    padding: 0;
    margin-bottom: 1.25rem; } }

.downloadModule .downloadModuleButtonContainer {
  margin-top: 1.25rem; }
  .downloadModule .downloadModuleButtonContainer .button {
    margin-right: 0.5rem; }

.cartElementContainer .cartElement {
  position: relative;
  margin-top: 0; }
  .cartElementContainer .cartElement:first-child {
    margin-top: 1rem; }
  .cartElementContainer .cartElement .row:first-child {
    padding-bottom: 2rem;
    /*offset to border*/ }
  .cartElementContainer .cartElement img {
    margin-bottom: 0.5rem; }
  .cartElementContainer .cartElement .productOptionsRow {
    width: 100%;
    float: left; }
    @media screen and (min-width: 40em) {
      .cartElementContainer .cartElement .productOptionsRow {
        width: auto; } }
    .cartElementContainer .cartElement .productOptionsRow .productOptionsRowContainer {
      padding: 0 1rem;
      margin-top: 0.75rem; }
      @media screen and (min-width: 40em) {
        .cartElementContainer .cartElement .productOptionsRow .productOptionsRowContainer {
          margin-top: 0.75rem; } }
      .cartElementContainer .cartElement .productOptionsRow .productOptionsRowContainer .productOptionsValue {
        line-height: normal; }
      .cartElementContainer .cartElement .productOptionsRow .productOptionsRowContainer .productOptionsRowContainerMiddle {
        padding-top: 0; }
    .cartElementContainer .cartElement .productOptionsRow .productOptionsLabel {
      padding: 0 1rem;
      margin-top: -1.625rem;
      margin-bottom: 0.375rem; }
      @media screen and (min-width: 40em) {
        .cartElementContainer .cartElement .productOptionsRow .productOptionsLabel {
          margin-top: -1.625rem;
          margin-bottom: 0.375rem; } }
  .cartElementContainer .cartElement .productMaxInfo {
    width: 100%;
    float: left; }
  .cartElementContainer .cartElement .button:hover span.iconDelete {
    background-image: url("../img/icons/ffffff/Icon_Trash_hover.svg"); }

.cartElementBorder {
  border-bottom: 2px solid #8b8b8b;
  margin-bottom: 2rem; }

.cartButtonContainer .button {
  margin-right: 0;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .cartButtonContainer .button {
      margin-right: 1rem;
      width: auto; } }

.cartButtonContainer .primaryButton, .cartButtonContainer #cookieBarContainer #cookieBarButtonContainer a, #cookieBarContainer #cookieBarButtonContainer .cartButtonContainer a, .cartButtonContainer .primaryButtonDark, .cartButtonContainer .teaserStage section .stageTextBlock.bottomimage .outlineButton, .teaserStage section .stageTextBlock.bottomimage .cartButtonContainer .outlineButton {
  float: right;
  margin-right: 0; }

.checkoutElementContainer {
  margin: 2rem 0 0 0; }
  .checkoutElementContainer .checkoutElement {
    margin-bottom: 1rem; }
    .checkoutElementContainer .checkoutElement p {
      font-family: "AvertaStd-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      line-height: 1.25rem;
      margin-bottom: 0; }
    .checkoutElementContainer .checkoutElement .checkoutElementCount {
      font-size: 1.375rem;
      color: #666666; }
    .checkoutElementContainer .checkoutElement:last-child {
      margin-bottom: 4rem; }

.quiz #quizbar {
  position: relative;
  display: none;
  margin-bottom: 3rem; }
  .quiz #quizbar .quizbarBar {
    position: relative; }
    .quiz #quizbar .quizbarBar .quizbarBarBackground {
      position: absolute;
      width: 100%;
      height: 10px;
      background-color: #ffffff; }
    .quiz #quizbar .quizbarBar .quizbarBarFill {
      position: absolute;
      width: 1px;
      height: 10px;
      background-color: #c0cf00;
      transition: all 1s; }

.quiz .quizpage {
  display: none; }
  .quiz .quizpage .row {
    padding: 0; }
  .quiz .quizpage:first-child {
    display: block; }
  .quiz .quizpage .quizImageContainer {
    background-color: #353535;
    text-align: center;
    margin-bottom: 1rem;
    height: 250px; }
    .quiz .quizpage .quizImageContainer img {
      max-height: 100%; }
    @media screen and (min-width: 40em) {
      .quiz .quizpage .quizImageContainer {
        background-color: transparent;
        text-align: left;
        margin-bottom: 0;
        height: auto; } }
  .quiz .quizpage .quizQuestion {
    font-family: "AvertaStd-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 2rem; }
    .quiz .quizpage .quizQuestion p {
      font-size: 1.25rem;
      margin: 0; }
  .quiz .quizpage ul {
    list-style-type: none;
    margin-left: 0; }
    .quiz .quizpage ul li .answerButton {
      position: relative;
      width: 100%;
      background-color: #ffffff;
      margin-bottom: 1rem;
      cursor: pointer;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25); }
      @media screen and (min-width: 40em) {
        .quiz .quizpage ul li .answerButton {
          -webkit-box-shadow: 0px 0px 0px 0px transparent;
          -moz-box-shadow: 0px 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px 0px transparent; } }
      .quiz .quizpage ul li .answerButton .answerButtonNumber {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1.875rem;
        background-color: #c0cf00;
        display: block;
        padding: 0.125rem;
        text-align: center; }
        @media screen and (min-width: 40em) {
          .quiz .quizpage ul li .answerButton .answerButtonNumber {
            padding: 1.9375rem 0 1.9375rem 0;
            width: 3.4375rem;
            height: 100%; } }
        .quiz .quizpage ul li .answerButton .answerButtonNumber span {
          color: #ffffff;
          width: 100%; }
          @media screen and (min-width: 40em) {
            .quiz .quizpage ul li .answerButton .answerButtonNumber span {
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -webkit-transform: translateY(-50%); } }
      .quiz .quizpage ul li .answerButton .answerButtonText {
        font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #000000;
        width: 100%;
        border: 5px solid #ffffff;
        background-color: #ffffff;
        padding: 2rem 0.625rem 1rem 0.625rem;
        display: inline-block; }
        @media screen and (min-width: 40em) {
          .quiz .quizpage ul li .answerButton .answerButtonText {
            padding: 1.625rem 1.625rem 1.625rem 4.5rem; } }
      .quiz .quizpage ul li .answerButton.correctAnswer .answerButtonText {
        border-color: #c0cf00; }
      .quiz .quizpage ul li .answerButton.correctAnswer .answerButtonNumber {
        background-color: #c0cf00; }
      .quiz .quizpage ul li .answerButton.wrongAnswer .answerButtonText {
        border-color: #ff114f; }
      .quiz .quizpage ul li .answerButton.wrongAnswer .answerButtonNumber {
        background-color: #ff114f; }
      .quiz .quizpage ul li .answerButton.disabled, .quiz .quizpage ul li .answerButton[disabled] {
        opacity: 1;
        color: #000000;
        cursor: not-allowed;
        pointer-events: none;
        color: #f5f2f0; }
        .quiz .quizpage ul li .answerButton.disabled.answerButtonText, .quiz .quizpage ul li .answerButton[disabled].answerButtonText {
          color: #000000; }
  .quiz .quizpage .resultText {
    display: none;
    background-color: #ffffff;
    padding: 1rem; }
    .quiz .quizpage .resultText p:first-child {
      font-size: 1.25rem; }
      .quiz .quizpage .resultText p:first-child.green {
        color: #c0cf00; }
      .quiz .quizpage .resultText p:first-child.red {
        color: #ff114f; }

.quiz #quiz_booktext {
  display: table; }
  .quiz #quiz_booktext p {
    display: table-cell;
    vertical-align: middle; }

.quiz #quizform {
  display: none; }
  .quiz #quizform .quizformResultText {
    border: 10px solid #c0cf00;
    text-align: left;
    margin-bottom: 3.75rem; }
    .quiz #quizform .quizformResultText p {
      display: inline-block;
      font-size: 1.25rem;
      width: 100%;
      background-image: url("../img/quizarrow_65x280.gif");
      background-repeat: no-repeat;
      background-position: left center;
      padding: 1.5rem 1.5rem 1.5rem 80px; }
  .quiz #quizform form {
    margin-top: 5rem; }
    .quiz #quizform form .formRow {
      display: inline-block;
      margin-bottom: 1rem;
      width: 100%; }
    .quiz #quizform form p {
      margin-bottom: 0.5rem; }
    .quiz #quizform form label {
      font-size: 1rem;
      font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #262626; }
    .quiz #quizform form input[type="radio"] {
      float: none; }
    .quiz #quizform form input[type='text'], .quiz #quizform form input[type='email'] {
      margin-bottom: 0.5rem;
      margin-top: 1.5rem; }
    .quiz #quizform form .checkboxLabel {
      margin-bottom: 0.5rem; }
    .quiz #quizform form .errormessage {
      position: relative;
      float: left;
      width: 100%;
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      margin-left: 0; }

#timeline {
  position: relative; }
  @media screen and (min-width: 40em) {
    #timeline {
      overflow: hidden; } }
  #timeline.cookieBarVisible {
    padding-top: 3.375rem; }
  #timeline #timelineCanvas {
    display: none;
    position: absolute;
    width: 5000px;
    height: 300px;
    bottom: 108px;
    left: 0; }
    @media screen and (min-width: 40em) {
      #timeline #timelineCanvas {
        display: block; } }
  #timeline .timelinePageContainer {
    position: relative;
    margin-top: 1.25rem; }
    @media screen and (max-width: 39.9375em) {
      #timeline .timelinePageContainer {
        height: auto !important;
        padding-bottom: 3.75rem; } }
    @media screen and (min-width: 40em) {
      #timeline .timelinePageContainer {
        margin-top: 0; } }
    #timeline .timelinePageContainer .timelinePage {
      display: none; }
      #timeline .timelinePageContainer .timelinePage:first-child {
        display: block; }
      #timeline .timelinePageContainer .timelinePage .columns {
        position: relative; }
      #timeline .timelinePageContainer .timelinePage .timelineTitle h2 {
        text-align: center;
        margin-bottom: 1.25rem; }
        @media screen and (min-width: 40em) {
          #timeline .timelinePageContainer .timelinePage .timelineTitle h2 {
            text-align: left;
            margin-bottom: 0.5rem; } }
      @media screen and (min-width: 40em) {
        #timeline .timelinePageContainer .timelinePage h2 {
          line-height: 3.5rem; } }
      #timeline .timelinePageContainer .timelinePage p {
        color: #262626;
        font-size: 1rem;
        font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-border-bottom-right-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-bottomright: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px; }
      #timeline .timelinePageContainer .timelinePage .timelineImageContainer {
        text-align: center;
        margin-bottom: 2rem; }
        @media screen and (min-width: 40em) {
          #timeline .timelinePageContainer .timelinePage .timelineImageContainer {
            margin-bottom: 0; } }
        #timeline .timelinePageContainer .timelinePage .timelineImageContainer .play-gif {
          display: none;
          opacity: 0;
          width: 0px;
          height: 0px;
          border: 0;
          background: transparent; }
        #timeline .timelinePageContainer .timelinePage .timelineImageContainer .gp-gif-element {
          cursor: default;
          pointer-events: none; }
      #timeline .timelinePageContainer .timelinePage .timelineLinklist ul {
        margin-left: 0; }
        #timeline .timelinePageContainer .timelinePage .timelineLinklist ul li {
          list-style-type: none; }
      #timeline .timelinePageContainer .timelinePage .timelineLinklist a {
        margin-bottom: 0; }
      #timeline .timelinePageContainer .timelinePage .timelineLinklist .button {
        margin-top: 1.5rem;
        margin-bottom: 1rem; }
      #timeline .timelinePageContainer .timelinePage .timelinePageBox {
        position: relative;
        width: 100%;
        padding: 1.25rem;
        background-color: #ffffff;
        margin-top: 1rem; }
        #timeline .timelinePageContainer .timelinePage .timelinePageBox h4 {
          margin-bottom: 0.25rem; }
        #timeline .timelinePageContainer .timelinePage .timelinePageBox p {
          margin-bottom: 0.25rem; }
          #timeline .timelinePageContainer .timelinePage .timelinePageBox p.subline {
            font-size: 0.875rem;
            color: #8b8b8b; }
        @media screen and (min-width: 40em) {
          #timeline .timelinePageContainer .timelinePage .timelinePageBox {
            margin-top: 0;
            position: absolute; } }
      #timeline .timelinePageContainer .timelinePage .timlinePikeLabelRow {
        margin-bottom: 1.75rem; }
        @media screen and (min-width: 40em) {
          #timeline .timelinePageContainer .timelinePage .timlinePikeLabelRow {
            margin-bottom: 0; } }
        #timeline .timelinePageContainer .timelinePage .timlinePikeLabelRow .columns {
          padding: 0;
          display: table; }
          #timeline .timelinePageContainer .timelinePage .timlinePikeLabelRow .columns:first-child {
            padding-right: 1px; }
          @media screen and (min-width: 40em) {
            #timeline .timelinePageContainer .timelinePage .timlinePikeLabelRow .columns {
              display: block; } }
      #timeline .timelinePageContainer .timelinePage .timlinePikeLabelDark, #timeline .timelinePageContainer .timelinePage .timlinePikeLabelLight {
        margin-bottom: 0;
        margin-left: 0;
        padding: 1rem;
        text-align: center;
        width: 100%;
        height: 100%;
        background-color: #d9e182;
        display: table-cell;
        vertical-align: middle; }
        #timeline .timelinePageContainer .timelinePage .timlinePikeLabelDark h2, #timeline .timelinePageContainer .timelinePage .timlinePikeLabelLight h2 {
          margin: 0; }
        #timeline .timelinePageContainer .timelinePage .timlinePikeLabelDark h3, #timeline .timelinePageContainer .timelinePage .timlinePikeLabelLight h3 {
          margin: 0; }
        @media screen and (min-width: 40em) {
          #timeline .timelinePageContainer .timelinePage .timlinePikeLabelDark, #timeline .timelinePageContainer .timelinePage .timlinePikeLabelLight {
            display: block;
            vertical-align: top;
            margin-bottom: 1rem;
            padding: 0;
            text-align: left;
            margin-left: 1rem;
            width: auto;
            height: auto;
            background: transparent; } }
      #timeline .timelinePageContainer .timelinePage .timlinePikeLabelLight {
        color: #8b8b8b; }
        #timeline .timelinePageContainer .timelinePage .timlinePikeLabelLight p {
          color: #8b8b8b; }
  #timeline .timelineBarMobile {
    height: 3.375rem;
    margin-top: -3rem;
    background-color: #000000;
    color: #ffffff; }
    #timeline .timelineBarMobile .columns {
      position: relative; }
    #timeline .timelineBarMobile .timelineBarMobileButton {
      position: absolute;
      top: 0;
      font-size: 2.25rem;
      line-height: 2.75rem;
      font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #ffffff;
      font-weight: bold;
      cursor: pointer;
      z-index: 5; }
      #timeline .timelineBarMobile .timelineBarMobileButton.timelineBarButtonLeft {
        left: 0;
        padding-left: 0.625rem;
        padding-right: 1rem; }
      #timeline .timelineBarMobile .timelineBarMobileButton.timelineBarButtonRight {
        right: 0;
        padding-right: 0.625rem;
        padding-left: 1rem; }
      #timeline .timelineBarMobile .timelineBarMobileButton.disabled {
        color: #8b8b8b;
        cursor: default; }
    #timeline .timelineBarMobile .timelineBarMobileMarkContainer {
      display: block;
      width: 100%;
      padding: 0 30px; }
      #timeline .timelineBarMobile .timelineBarMobileMarkContainer .timelineBarMobileMark {
        opacity: 0;
        position: absolute;
        top: 0;
        width: 50px;
        font-size: 1.125rem;
        line-height: 3.375rem;
        color: #535353;
        padding: 0;
        text-align: center;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        #timeline .timelineBarMobile .timelineBarMobileMarkContainer .timelineBarMobileMark.previous {
          opacity: 1;
          left: 2rem;
          z-index: 5;
          cursor: pointer; }
        #timeline .timelineBarMobile .timelineBarMobileMarkContainer .timelineBarMobileMark.active {
          width: 100px;
          left: 50%;
          right: 50%;
          margin-left: -50px;
          opacity: 1;
          font-size: 1.875rem;
          color: #ffffff;
          padding: 0.125rem 0 0 0; }
        #timeline .timelineBarMobile .timelineBarMobileMarkContainer .timelineBarMobileMark.next {
          opacity: 1;
          left: 100%;
          margin-left: -82px;
          z-index: 5;
          cursor: pointer; }
    @media screen and (min-width: 40em) {
      #timeline .timelineBarMobile {
        display: none; } }
  #timeline .timelineBar {
    display: none;
    position: relative;
    height: 108px;
    background-color: #262626; }
    @media screen and (min-width: 40em) {
      #timeline .timelineBar {
        display: block; } }
    #timeline .timelineBar .timelineBarButton {
      position: absolute;
      z-index: 99; }
      #timeline .timelineBar .timelineBarButton.disabled {
        background-color: #8b8b8b; }
    #timeline .timelineBar .timelineBarButtonLeft {
      left: 0;
      top: -30px; }
    #timeline .timelineBar .timelineBarButtonRight {
      right: 0;
      top: -30px; }
    #timeline .timelineBar .timelineBarPike {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #000000;
      width: 4px;
      height: 150px;
      margin-top: -150px;
      overflow: visible !important; }
      #timeline .timelineBar .timelineBarPike:before {
        content: "";
        display: block;
        background-color: #c0cf00;
        border: 5px solid #000000;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-top: -20px;
        margin-left: -8px; }
    #timeline .timelineBar .timelineBarMarkContainer {
      position: absolute;
      width: 5000px;
      display: block;
      left: 100px;
      top: 0; }
      #timeline .timelineBar .timelineBarMarkContainer .timelineBarMark {
        display: inline-block;
        background-color: #535353;
        width: 2px;
        height: 20px;
        margin-right: 20px;
        float: left; }
        #timeline .timelineBar .timelineBarMarkContainer .timelineBarMark span {
          display: none;
          color: #ffffff;
          margin-top: 30px;
          width: 50px;
          margin-left: -25px;
          text-align: center;
          font-size: 1.25rem;
          font-family: "DINMittelschriftStd", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        #timeline .timelineBar .timelineBarMarkContainer .timelineBarMark.marked, #timeline .timelineBar .timelineBarMarkContainer .timelineBarMark.active {
          width: 4px;
          background-color: #535353; }
          #timeline .timelineBar .timelineBarMarkContainer .timelineBarMark.marked span, #timeline .timelineBar .timelineBarMarkContainer .timelineBarMark.active span {
            display: block;
            opacity: 0.2;
            filter: alpha(opacity=20); }
          #timeline .timelineBar .timelineBarMarkContainer .timelineBarMark.marked:after, #timeline .timelineBar .timelineBarMarkContainer .timelineBarMark.active:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            background-color: #535353;
            width: 4px;
            height: 10px;
            margin-bottom: 10px;
            -webkit-border-bottom-right-radius: 2px;
            -webkit-border-bottom-left-radius: 2px;
            -moz-border-radius-bottomright: 2px;
            -moz-border-radius-bottomleft: 2px;
            border-bottom-right-radius: 2px;
            border-bottom-left-radius: 2px; }
        #timeline .timelineBar .timelineBarMarkContainer .timelineBarMark.active {
          background-color: #ffffff; }
          #timeline .timelineBar .timelineBarMarkContainer .timelineBarMark.active span {
            color: #ffffff;
            opacity: 1;
            filter: alpha(opacity=100); }
          #timeline .timelineBar .timelineBarMarkContainer .timelineBarMark.active:after {
            background-color: #ffffff; }

.bikeHelmetForm .checkboxLabel {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.375rem; }

.bikeHelmetForm .radiobuttonContainer {
  display: block; }
  .bikeHelmetForm .radiobuttonContainer input {
    display: block; }
  .bikeHelmetForm .radiobuttonContainer label {
    display: block; }
  @media screen and (min-width: 40em) {
    .bikeHelmetForm .radiobuttonContainer {
      display: table; }
      .bikeHelmetForm .radiobuttonContainer input {
        display: table-cell;
        vertical-align: middle;
        margin: 0; }
      .bikeHelmetForm .radiobuttonContainer label {
        display: table-cell;
        vertical-align: middle;
        float: none;
        padding-left: 0.625rem; } }

.bikeHelmetForm p.label {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "DINMittelschriftStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #8b8b8b;
  text-transform: uppercase;
  background: transparent;
  margin-bottom: 2rem;
  white-space: normal; }

.bikeHelmetForm .inputContainer {
  position: relative; }
  .bikeHelmetForm .inputContainer .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
    .bikeHelmetForm .inputContainer .inputfile + label {
      font-size: 1.25em;
      font-weight: 700;
      color: white;
      background-color: black;
      display: inline-block;
      cursor: pointer; }
      .bikeHelmetForm .inputContainer .inputfile + label:hover {
        background-color: red; }
    .bikeHelmetForm .inputContainer .inputfile:focus + label {
      background-color: red;
      outline: 1px dotted #000;
      outline: -webkit-focus-ring-color auto 5px; }
  .bikeHelmetForm .inputContainer .inputfileInput {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: normal;
    color: #262626;
    border: 0;
    padding: 1.25rem 0.875rem 1rem 0.875rem;
    height: auto;
    margin-bottom: 1rem;
    font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); }
  .bikeHelmetForm .inputContainer .inputfileDelete {
    display: none;
    position: absolute;
    top: 18px;
    right: 24px;
    width: 21px;
    height: 21px;
    background-image: url("../img/accordion_icon_close_21x21.png");
    background-position: 0px 0px; }
    .bikeHelmetForm .inputContainer .inputfileDelete:hover {
      background-position: -21px 0px; }
    @media screen and (min-width: 40em) {
      .bikeHelmetForm .inputContainer .inputfileDelete {
        right: 186px; } }
  .bikeHelmetForm .inputContainer .inputfileButton {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 1rem 0.875rem 1rem 0.875rem;
    margin-bottom: 0.875rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    right: auto;
    top: auto;
    border: 0; }
    .bikeHelmetForm .inputContainer .inputfileButton.disabled {
      background-color: #8b8b8b;
      cursor: default;
      pointer-events: none; }
    @media screen and (min-width: 40em) {
      .bikeHelmetForm .inputContainer .inputfileButton {
        position: absolute;
        right: 0.625rem;
        top: 0;
        width: auto;
        border-left: 1rem solid #f5f2f0;
        margin-bottom: 0; } }
  .bikeHelmetForm .inputContainer .inputfileText {
    display: block;
    width: 100%;
    float: left; }

.bikeHelmetForm .checkboxLabel a {
  color: #c0cf00;
  text-decoration: none; }
  .bikeHelmetForm .checkboxLabel a:hover {
    text-decoration: none; }

.bikeHelmetForm #fileuploadProgress {
  display: block;
  height: 0.625rem;
  margin-bottom: 0.875rem;
  margin-top: 1rem; }
  .bikeHelmetForm #fileuploadProgress .bar {
    display: block;
    height: 100%;
    width: 0;
    background-color: #c0cf00; }
  .bikeHelmetForm #fileuploadProgress.error .bar {
    background-color: #ff114f; }

.bikeHelmetForm #fileuploadThumbnail {
  display: none;
  display: block;
  padding: 0.625rem 0; }
  .bikeHelmetForm #fileuploadThumbnail img {
    width: 100px; }

.storytelling #storytellingStartpagePreloader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
  width: 76px;
  height: 76px;
  margin-left: -38px;
  margin-top: -38px;
  display: none; }
  @media screen and (max-width: 39.9375em) {
    .storytelling #storytellingStartpagePreloader {
      display: none !important; } }

.storytelling .storytellingStartpage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000000;
  padding: 3.375rem 1.125rem 1.125rem 1.125rem;
  float: left; }
  @media screen and (min-width: 40em) {
    .storytelling .storytellingStartpage {
      min-height: 900px;
      padding-top: 0; } }
  .storytelling .storytellingStartpage video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 1s opacity; }
    @media screen and (min-width: 40em) {
      .storytelling .storytellingStartpage video {
        display: block;
        width: 300%;
        left: -100%;
        height: 100%;
        top: 0; } }
    @media screen and (min-width: 90em) {
      .storytelling .storytellingStartpage video {
        height: 120%;
        top: -10%; } }
  .storytelling .storytellingStartpage #storytellingStartpageOverlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000000;
    opacity: 0;
    transition: 1s opacity; }
    @media screen and (min-width: 40em) {
      .storytelling .storytellingStartpage #storytellingStartpageOverlay {
        display: block; } }
  .storytelling .storytellingStartpage #storytellingStartpageCanvas {
    display: none;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -300px;
    transition: 1s opacity;
    z-index: 2; }
    @media screen and (min-width: 40em) {
      .storytelling .storytellingStartpage #storytellingStartpageCanvas {
        display: block; } }
  .storytelling .storytellingStartpage .storytellingStartpageDot {
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 24px;
    margin-top: 1.125rem;
    margin-bottom: 36px;
    background-color: #c0cf00;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    transition: 1s opacity;
    z-index: 3;
    -webkit-box-shadow: 0px 0px 0px 6px rgba(192, 207, 0, 0.4);
    -moz-box-shadow: 0px 0px 0px 6px rgba(192, 207, 0, 0.4);
    box-shadow: 0px 0px 0px 6px rgba(192, 207, 0, 0.4); }
    .storytelling .storytellingStartpage .storytellingStartpageDot:after {
      content: "";
      display: block;
      position: absolute;
      height: 23px;
      width: 1px;
      background-color: #f5f2f0;
      top: 36px;
      left: 15px; }
    @media screen and (min-width: 40em) {
      .storytelling .storytellingStartpage .storytellingStartpageDot {
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -15px;
        margin-top: -15px; }
        .storytelling .storytellingStartpage .storytellingStartpageDot:after {
          display: none; } }
  .storytelling .storytellingStartpage .storytellingStartpageElementContainer {
    position: relative;
    z-index: 3; }
    @media screen and (min-width: 40em) {
      .storytelling .storytellingStartpage .storytellingStartpageElementContainer {
        position: absolute;
        left: 50%;
        top: 400px; } }
    .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement {
      position: relative;
      margin-top: 0;
      margin-left: 0;
      margin-bottom: 19px;
      transition: all 0.5s;
      float: left;
      width: 100%; }
      .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement:after {
        content: "";
        display: block;
        position: absolute;
        height: 5px;
        width: 1px;
        background-color: #f5f2f0;
        top: 87px;
        left: 39px; }
      .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement:last-child:after {
        display: none; }
      @media screen and (min-width: 40em) {
        .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement {
          position: absolute;
          float: none;
          opacity: 0;
          width: 160px;
          height: 160px;
          left: -80px;
          top: -80px;
          margin: 0; }
          .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement:after {
            display: none; } }
      .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement .storytellingStartpageElementClickarea {
        position: absolute;
        width: 100px;
        height: 100px;
        left: auto;
        right: 0;
        top: 0;
        margin-right: -10px;
        margin-top: -10px; }
        @media screen and (min-width: 40em) {
          .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement .storytellingStartpageElementClickarea {
            width: 380px;
            height: 180px;
            -webkit-border-radius: 0 90px 90px 0;
            -moz-border-radius: 0 90px 90px 0;
            border-radius: 0 90px 90px 0; } }
      .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement .storytellingStartpageImageContainer {
        position: relative;
        -webkit-box-shadow: 0px 0px 0px 7px rgba(245, 242, 240, 0.25);
        -moz-box-shadow: 0px 0px 0px 7px rgba(245, 242, 240, 0.25);
        box-shadow: 0px 0px 0px 7px rgba(245, 242, 240, 0.25);
        border: 4px solid rgba(245, 242, 240, 0.5);
        width: 80px;
        height: 80px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        overflow: hidden;
        transition: all 0.5s;
        float: left; }
        @media screen and (min-width: 40em) {
          .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement .storytellingStartpageImageContainer {
            position: absolute;
            float: none;
            width: 160px;
            height: 160px;
            -webkit-border-radius: 80px;
            -moz-border-radius: 80px;
            border-radius: 80px;
            -webkit-box-shadow: 0px 0px 0px 14px rgba(245, 242, 240, 0.25);
            -moz-box-shadow: 0px 0px 0px 14px rgba(245, 242, 240, 0.25);
            box-shadow: 0px 0px 0px 14px rgba(245, 242, 240, 0.25);
            border: 8px solid rgba(245, 242, 240, 0.5); } }
        .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement .storytellingStartpageImageContainer .bg-image {
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center center;
          -webkit-border-radius: 40px;
          -moz-border-radius: 40px;
          border-radius: 40px; }
          @media screen and (max-width: 39.9375em) {
            .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement .storytellingStartpageImageContainer .bg-image {
              width: 100% !important;
              height: 100% !important;
              margin-top: 0 !important;
              margin-left: 0 !important; } }
          @media screen and (min-width: 40em) {
            .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement .storytellingStartpageImageContainer .bg-image {
              -webkit-border-radius: 80px;
              -moz-border-radius: 80px;
              border-radius: 80px; } }
      .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement:hover .storytellingStartpageImageContainer {
        border-color: #ffffff; }
      .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement p {
        color: #ffffff;
        margin-left: 1.25rem;
        margin-top: 0;
        float: left;
        width: auto;
        text-align: left;
        font-size: 0.875rem;
        line-height: 1rem;
        max-width: 150px; }
        @media screen and (min-width: 40em) {
          .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement p {
            font-size: 1rem;
            line-height: 1.25rem;
            max-width: 160px; } }
        .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement p:after {
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -1.5rem;
          line-height: 3rem;
          content: "›";
          font-size: 3rem;
          font-weight: bold;
          font-family: "AvertaStd-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          color: #ffffff; }
        @media screen and (min-width: 40em) {
          .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement p {
            margin-left: -130px;
            margin-top: 50px;
            width: 100px;
            text-align: right;
            max-width: 180px; }
            .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement p:after {
              display: none; } }
        .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement p span {
          display: block;
          font-weight: bold;
          font-size: 1rem;
          width: 100%;
          margin-bottom: 0.25rem; }
          @media screen and (min-width: 40em) {
            .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement p span {
              font-size: 1.125rem; } }
          .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement p span:after {
            content: "";
            display: none; }
        @media screen and (min-width: 64em) {
          .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement p {
            margin-left: -220px;
            margin-top: 60px;
            width: 200px; }
            .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement p span:after {
              display: none;
              content: " | "; } }
      .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement.right p {
        margin-left: 1.25rem;
        text-align: left; }
        @media screen and (min-width: 40em) {
          .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement.right p {
            margin-left: 2.25rem;
            margin-left: 180px;
            text-align: left; } }
        @media screen and (min-width: 64em) {
          .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement.right p {
            margin-left: 200px; } }
      .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement.right .storytellingStartpageElementClickarea {
        left: 0;
        right: auto;
        top: 0;
        margin-left: -10px;
        margin-right: 0;
        margin-top: -10px; }
        @media screen and (min-width: 40em) {
          .storytelling .storytellingStartpage .storytellingStartpageElementContainer .storytellingStartpageElement.right .storytellingStartpageElementClickarea {
            -webkit-border-radius: 90px 0 0 90px;
            -moz-border-radius: 90px 0 0 90px;
            border-radius: 90px 0 0 90px; } }

.storytellingStartpageVideotextContainer {
  display: none;
  width: 100%;
  height: 100%;
  min-height: 680px;
  position: relative;
  background-color: #000000;
  text-align: center;
  padding: 20% 0; }
  @media screen and (min-width: 40em) {
    .storytellingStartpageVideotextContainer {
      padding: 20%;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; } }
  .storytellingStartpageVideotextContainer .storytellingVideoText {
    color: #ffffff;
    margin-bottom: 2rem; }
    .storytellingStartpageVideotextContainer .storytellingVideoText h1 {
      font-size: 2.5rem;
      line-height: 3rem; }
      @media screen and (min-width: 40em) {
        .storytellingStartpageVideotextContainer .storytellingVideoText h1 {
          font-size: 3.75rem;
          line-height: 4.5rem; } }
  .storytellingStartpageVideotextContainer .storytellingVideoNote {
    color: #ffffff;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    text-align: right;
    width: 100%; }
    @media screen and (min-width: 40em) {
      .storytellingStartpageVideotextContainer .storytellingVideoNote {
        width: 50%; } }

.storySwitch .storySwitchLeft {
  text-align: left; }

.storySwitch .storySwitchCenter {
  text-align: center; }

.storySwitch .storySwitchRight {
  text-align: right; }

.storySwitch a {
  color: #000000;
  position: relative;
  display: inline-block;
  line-height: 1.25rem; }
  .storySwitch a:hover {
    color: #9aa900; }
  .storySwitch a.buttonLeft {
    height: 30px;
    padding-left: 40px; }
    @media screen and (min-width: 40em) {
      .storySwitch a.buttonLeft {
        height: 60px;
        padding-left: 80px;
        padding-top: 0.5rem; } }
    .storySwitch a.buttonLeft:before {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      left: 0;
      width: 30px;
      height: 30px;
      background-image: url("../img/square_icon_left_30x30.png");
      background-position: 0px 0px;
      margin-right: 0.625rem; }
      @media screen and (min-width: 40em) {
        .storySwitch a.buttonLeft:before {
          width: 60px;
          height: 60px;
          background-image: url("../img/square_icon_left_60x60.png"); } }
    .storySwitch a.buttonLeft:hover {
      color: #9aa900; }
      .storySwitch a.buttonLeft:hover:before {
        background-position: -30px 0px; }
        @media screen and (min-width: 40em) {
          .storySwitch a.buttonLeft:hover:before {
            background-position: -60px 0px; } }
  .storySwitch a.buttonRight {
    height: 30px;
    padding-right: 40px; }
    @media screen and (min-width: 40em) {
      .storySwitch a.buttonRight {
        height: 60px;
        padding-right: 80px;
        padding-top: 0.5rem; } }
    .storySwitch a.buttonRight:after {
      display: block;
      position: absolute;
      content: "";
      right: 0;
      top: 0;
      width: 30px;
      height: 30px;
      background-image: url("../img/square_icon_right_30x30.png");
      background-position: 0px 0px;
      margin-left: 0.625rem; }
      @media screen and (min-width: 40em) {
        .storySwitch a.buttonRight:after {
          width: 60px;
          height: 60px;
          background-image: url("../img/square_icon_right_60x60.png"); } }
    .storySwitch a.buttonRight:hover {
      color: #9aa900; }
      .storySwitch a.buttonRight:hover:after {
        background-position: -30px 0; }
        @media screen and (min-width: 40em) {
          .storySwitch a.buttonRight:hover:after {
            background-position: -60px 0px; } }
  .storySwitch a.buttonOverview {
    padding-top: 36px; }
    .storySwitch a.buttonOverview:before {
      display: block;
      position: absolute;
      content: "";
      left: 50%;
      top: 0;
      width: 24px;
      height: 24px;
      background-image: url("../img/overview_icon_24x24.png");
      background-position: 0px 0px;
      margin-left: -12px; }
    .storySwitch a.buttonOverview:hover {
      color: #9aa900; }
      .storySwitch a.buttonOverview:hover:before {
        background-position: -24px 0; }

.storytellingSliderSection {
  position: relative; }
  .storytellingSliderSection .storytellingSliderImages {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 800px; }
    .storytellingSliderSection .storytellingSliderImages.fixed {
      position: fixed; }
    .storytellingSliderSection .storytellingSliderImages.bottom {
      top: auto;
      bottom: 0; }
    .storytellingSliderSection .storytellingSliderImages .storytellingSliderImage {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      transition: opacity 1s; }
      .storytellingSliderSection .storytellingSliderImages .storytellingSliderImage.hidden {
        opacity: 0; }
    .storytellingSliderSection .storytellingSliderImages .storytellingSliderGradient {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
      /* IE6-9 */ }
      @media screen and (min-width: 40em) {
        .storytellingSliderSection .storytellingSliderImages .storytellingSliderGradient {
          width: 50%; } }
  .storytellingSliderSection ul.sliderDotsContainer {
    display: none;
    position: absolute;
    top: 50%;
    right: 1rem;
    list-style-type: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99; }
    .storytellingSliderSection ul.sliderDotsContainer.fixed {
      position: fixed; }
    .storytellingSliderSection ul.sliderDotsContainer li {
      background-image: url("../img/stage-dots.png");
      background-repeat: no-repeat;
      background-position: -16px 0;
      width: 16px;
      height: 17px;
      margin-bottom: 0.5rem;
      cursor: pointer; }
      .storytellingSliderSection ul.sliderDotsContainer li.active {
        background-position: 0 0; }
      .storytellingSliderSection ul.sliderDotsContainer li:hover {
        background-position: -32px 0; }
  .storytellingSliderSection .storytellingSlider {
    width: 100%;
    height: auto;
    background-color: #000000; }
    .storytellingSliderSection .storytellingSlider .jspVerticalBar {
      display: none; }
    .storytellingSliderSection .storytellingSlider .storytellingSliderPage {
      position: relative;
      z-index: 2;
      color: #ffffff;
      min-height: 800px;
      padding: 3rem 0 5rem 0; }
      .storytellingSliderSection .storytellingSlider .storytellingSliderPage:last-child {
        padding-bottom: 3rem; }
      .storytellingSliderSection .storytellingSlider .storytellingSliderPage .storytellingSliderPageText {
        color: #ffffff; }
        .storytellingSliderSection .storytellingSlider .storytellingSliderPage .storytellingSliderPageText p {
          color: #ffffff; }
      @media screen and (min-width: 40em) {
        .storytellingSliderSection .storytellingSlider .storytellingSliderPage {
          padding: 3rem 0 160px 0; }
          .storytellingSliderSection .storytellingSlider .storytellingSliderPage:last-child {
            padding-bottom: 3rem; } }

.drivingCoach {
  background-color: #000000;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  float: left;
  width: 100%; }

/***************/
/* PRELOADER */
.drivingCoachPreloader {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99; }
  .drivingCoachPreloader.fixed {
    position: fixed; }
  .drivingCoachPreloader img {
    width: 200px;
    height: 222px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -111px; }

/**********/
/* LOGIN */
.drivingCoachLogin {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left; }
  .drivingCoachLogin section {
    position: relative;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 39.9375em) {
      .drivingCoachLogin section {
        background: transparent !important; } }
  .drivingCoachLogin .drivingCoachStartVideo {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none; }
    .drivingCoachLogin .drivingCoachStartVideo video {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      transition: 1s opacity; }
    .drivingCoachLogin .drivingCoachStartVideo .button {
      position: fixed;
      z-index: 1;
      right: 2rem;
      bottom: 2rem; }
  @media screen and (min-width: 40em) {
    .drivingCoachLogin .drivingCoachLoginContent {
      padding-top: 7.5rem; } }
  @media screen and (max-width: 39.9375em) {
    .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginImageColumn {
      height: auto !important; } }
  .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginImageColumn .drivingCoachLoginContentBoxImage {
    height: 100%;
    display: block;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s; }
    .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginImageColumn .drivingCoachLoginContentBoxImage img {
      width: 100%;
      position: relative;
      max-width: 420px; }
      @media screen and (min-width: 40em) {
        .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginImageColumn .drivingCoachLoginContentBoxImage img {
          position: absolute;
          width: 100%;
          bottom: 0;
          left: 0; } }
  .drivingCoachLogin .drivingCoachLoginContent #drivingCoachLoginContentRow1 {
    padding-top: 3.375rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (min-width: 40em) {
      .drivingCoachLogin .drivingCoachLoginContent #drivingCoachLoginContentRow1 {
        padding-top: 7.1875rem;
        background: transparent !important; } }
    .drivingCoachLogin .drivingCoachLoginContent #drivingCoachLoginContentRow1 .drivingCoachLoginContentColumn {
      padding-top: 1rem; }
      @media screen and (min-width: 40em) {
        .drivingCoachLogin .drivingCoachLoginContent #drivingCoachLoginContentRow1 .drivingCoachLoginContentColumn h1 {
          padding-top: 0;
          font-size: 3rem;
          line-height: 3.125rem; } }
      @media screen and (min-width: 64em) {
        .drivingCoachLogin .drivingCoachLoginContent #drivingCoachLoginContentRow1 .drivingCoachLoginContentColumn h1 {
          font-size: 3.75rem;
          line-height: 3.875rem; } }
  @media screen and (max-width: 39.9375em) {
    .drivingCoachLogin .drivingCoachLoginContent #drivingCoachLoginContentRow2 {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .drivingCoachLogin .drivingCoachLoginContent #drivingCoachLoginContentRow2 .drivingCoachLoginContentColumn {
      padding: 0; } }
  .drivingCoachLogin .drivingCoachLoginContent #drivingCoachLoginFacebook1 {
    display: block; }
  .drivingCoachLogin .drivingCoachLoginContent #drivingCoachLoginFacebook2 {
    display: none;
    width: 100%;
    background-color: #f5f2f0; }
  .drivingCoachLogin .drivingCoachLoginContent h1 {
    font-size: 2.5rem;
    line-height: 2.625rem;
    margin: 0 0 0.375rem 0;
    word-wrap: break-word;
    letter-spacing: -0.125rem;
    color: #ffffff; }
    @media screen and (min-width: 40em) {
      .drivingCoachLogin .drivingCoachLoginContent h1 {
        font-size: 3.75rem;
        line-height: 3.875rem;
        margin: 0 0 1.25rem 0; } }
  .drivingCoachLogin .drivingCoachLoginContent p {
    font-family: "AvertaStd-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    margin: 0 0 3.5rem 0;
    line-height: 1.625rem;
    padding: 0;
    color: #ffffff;
    letter-spacing: normal; }
    .drivingCoachLogin .drivingCoachLoginContent p.loginSubText {
      margin-bottom: 0; }
  .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff; }
    @media screen and (min-width: 40em) {
      .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox {
        margin-bottom: 40px; } }
    .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent {
      float: left;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      padding: 2rem 0.625rem 1rem 0.625rem; }
      @media screen and (min-width: 64em) {
        .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent {
          width: 50%;
          padding: 2.875rem 2rem; } }
      .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent.right {
        background-color: #f5f2f0; }
      .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent .fb_iframe_widget {
        width: 100%; }
        .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent .fb_iframe_widget span {
          width: 100%; }
      .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent .loginInfoText {
        text-align: left;
        font-size: 1.125rem;
        margin-top: 1.875rem;
        margin-bottom: 0;
        color: #666666; }
        .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent .loginInfoText span {
          display: none; }
        @media screen and (min-width: 64em) {
          .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent .loginInfoText {
            text-align: right; }
            .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent .loginInfoText span {
              display: inline-block;
              margin-left: 0.5rem; } }
      .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent .loginSubText {
        text-align: left;
        font-size: 0.875rem;
        color: #666666;
        margin-top: 1rem; }
      .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form .row media screen and {
        margin-bottom: 0.5rem; }
      .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form .radioButtonIntro {
        float: left;
        display: inline;
        color: #666666;
        text-transform: uppercase;
        margin-right: 1.5rem;
        width: auto; }
        @media screen and (min-width: 40em) {
          .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form .radioButtonIntro {
            margin-bottom: 0.5rem; } }
      .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form .radioButtonBlock {
        float: left;
        display: inline; }
        @media screen and (min-width: 64em) {
          .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form .radioButtonBlock {
            display: block; } }
        .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form .radioButtonBlock .radioButtonContainer {
          display: table;
          margin-right: 1.5rem; }
          @media screen and (min-width: 40em) {
            .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form .radioButtonBlock .radioButtonContainer {
              display: inline-block; } }
          .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form .radioButtonBlock .radioButtonContainer label {
            float: left;
            display: inline-block;
            text-transform: uppercase;
            color: #666666;
            margin-right: 0;
            margin-top: -0.125rem;
            font-size: 1rem; }
          .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form .radioButtonBlock .radioButtonContainer input[type='radio'] {
            float: left;
            display: inline-block;
            color: #666666;
            margin-bottom: 0.5rem; }
            @media screen and (min-width: 40em) {
              .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form .radioButtonBlock .radioButtonContainer input[type='radio'] {
                margin-bottom: 00; } }
          .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form .radioButtonBlock .radioButtonContainer.error label {
            background-color: #fee7ed;
            border-bottom: 0.25rem solid #ff114f;
            padding-left: 0.25rem;
            padding-right: 0.25rem;
            margin-left: 0.25rem;
            margin-bottom: -0.25rem; }
      .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form input[type='text'] {
        margin-bottom: 1rem; }
      .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form select.dropdown {
        margin-bottom: 1rem; }
      .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form #drivingCoachFacebookLoginDropdown {
        border: 1px solid #f5f2f0; }
      .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form .primaryButton, .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form #cookieBarContainer #cookieBarButtonContainer a, #cookieBarContainer #cookieBarButtonContainer .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form a, .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form .primaryButtonDark, .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form .teaserStage section .stageTextBlock.bottomimage .outlineButton, .teaserStage section .stageTextBlock.bottomimage .drivingCoachLogin .drivingCoachLoginContent .drivingCoachLoginContentBox .drivingCoachLoginContentBoxContent form .outlineButton {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        cursor: pointer;
        min-height: 56px; }

/**********/
/* QUIZ */
.drivingCoachQuiz {
  max-width: 1920px;
  margin: 0 auto;
  display: none;
  position: relative;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: 100% 360px;
  background-position: top center;
  background-image: url("../img/drivingCoach/drivingCoachQuiz_bg_small.jpg");
  /*
  &.size-xl{
    .drivingCoachQuizContent {
      height: 1080px;

      .drivingCoachQuestion{
        max-height: 20vh;
        .drivingCoachMirror {
          img{
            width: 620px;
          }
        }
        .drivingCoachMirrorVideo {
          video{
            width: 620px;
            height: auto;
          }
        }
        .drivingCoachFrontSvg {
          position: absolute;
          top: 0;
          left: 0;
          height: 900px;
        }
        .drivingCoachDashboard{
          top: auto;
          bottom: 0;
          height: 320px;
        }
      }

      .drivingCoachStartVideo, .drivingCoachMainVideo, .drivingCoachResultVideo {
        video{
          width: 300%;
          //left: -100%;
          height: 100%;
          top: 0;
        }
      }
    }
  }
  &.size-xxl{
    .drivingCoachQuizContent {
      height: 1020px;

      .drivingCoachQuestion{
        max-height: 20vh;
        .drivingCoachMirror {
          img{
            width: 620px;
          }
        }
        .drivingCoachMirrorVideo {
          video{
            width: 620px;
            height: auto;
          }
        }
        .drivingCoachFrontSvg {
          position: absolute;
          top: 0;
          left: 0;
          height: 900px;
        }
        .drivingCoachDashboard{
          top: auto;
          bottom: 0;
          height: 320px;
        }
      }

      .drivingCoachStartVideo, .drivingCoachMainVideo, .drivingCoachResultVideo {
        video{
          width: 300%;
          //left: -100%;
          height: 120%;
          top: -10%;
        }
      }
    }
  }
  */ }
  @media screen and (min-width: 40em) {
    .drivingCoachQuiz {
      background-size: cover;
      background-position: center;
      background-image: url("../img/drivingCoach/drivingCoachQuiz_bg_medium.jpg"); } }
  @media screen and (min-width: 64em) {
    .drivingCoachQuiz {
      background-image: url("../img/drivingCoach/drivingCoachQuiz_bg_large.jpg"); } }
  .drivingCoachQuiz .drivingCoachQuizContent {
    position: relative;
    width: 100%;
    padding-top: 0;
    margin: 0 auto;
    overflow: hidden;
    max-width: 2200px; }
  .drivingCoachQuiz .drivingCoachStartVideo,
  .drivingCoachQuiz .drivingCoachMainVideo,
  .drivingCoachQuiz .drivingCoachResultVideo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 1; }
    .drivingCoachQuiz .drivingCoachStartVideo.hidden,
    .drivingCoachQuiz .drivingCoachMainVideo.hidden,
    .drivingCoachQuiz .drivingCoachResultVideo.hidden {
      z-index: 0;
      opacity: 0; }
    .drivingCoachQuiz .drivingCoachStartVideo video,
    .drivingCoachQuiz .drivingCoachMainVideo video,
    .drivingCoachQuiz .drivingCoachResultVideo video {
      position: absolute;
      z-index: 0;
      transition: 1s opacity;
      width: auto;
      height: 100%;
      left: 50%;
      top: 0; }
    .drivingCoachQuiz .drivingCoachStartVideo .button,
    .drivingCoachQuiz .drivingCoachMainVideo .button,
    .drivingCoachQuiz .drivingCoachResultVideo .button {
      position: absolute;
      z-index: 1;
      right: 2rem;
      bottom: 2rem; }
  .drivingCoachQuiz .drivingCoachQuestion {
    width: 100%;
    height: 100%; }
    .drivingCoachQuiz .drivingCoachQuestion .drivingCoachMaskSvg {
      display: inline;
      position: absolute;
      left: 0;
      top: 0; }
    .drivingCoachQuiz .drivingCoachQuestion .drivingCoachFrontSvg {
      display: none;
      z-index: 5;
      width: 100%; }
    .drivingCoachQuiz .drivingCoachQuestion #drivingCoachFrontSvgSmall .drivingCoachQuestionImg {
      clip-path: polygon(0px 0px, 0px 360px, 860px 360px, 860px 0px, 430px 0px, 430px 3px, 480px 3px, 519px 7px, 534px 16px, 544px 36px, 547px 53px, 528px 61px, 430px 65px, 333px 60px, 315px 54px, 314px 39px, 330px 13px, 347px 5px, 384px 3px, 430px 3px, 430px 0px);
      -webkit-clip-path: polygon(0px 0px, 0px 360px, 860px 360px, 860px 0px, 430px 0px, 430px 3px, 480px 3px, 519px 7px, 534px 16px, 544px 36px, 547px 53px, 528px 61px, 430px 65px, 333px 60px, 315px 54px, 314px 39px, 330px 13px, 347px 5px, 384px 3px, 430px 3px, 430px 0px); }
      @media all and (-ms-high-contrast: none) {
        .drivingCoachQuiz .drivingCoachQuestion #drivingCoachFrontSvgSmall .drivingCoachQuestionImg {
          /*IE*/
          clip-path: url(#svgClipSmall); } }
    .drivingCoachQuiz .drivingCoachQuestion #drivingCoachFrontSvgMedium .drivingCoachQuestionImg {
      clip-path: polygon(0px 0px, 0px 800px, 1200px 800px, 1200px 0px, 600px 0px, 600px 4px, 743px 7px, 799px 20px, 824px 59px, 837px 88px, 829px 112px, 796px 123px, 600px 128px, 410px 120px, 378px 113px, 364px 92px, 377px 58px, 407px 16px, 459px 7px, 600px 4px, 600px 0px);
      -webkit-clip-path: polygon(0px 0px, 0px 800px, 1200px 800px, 1200px 0px, 600px 0px, 600px 4px, 743px 7px, 799px 20px, 824px 59px, 837px 88px, 829px 112px, 796px 123px, 600px 128px, 410px 120px, 378px 113px, 364px 92px, 377px 58px, 407px 16px, 459px 7px, 600px 4px, 600px 0px); }
      @media all and (-ms-high-contrast: none) {
        .drivingCoachQuiz .drivingCoachQuestion #drivingCoachFrontSvgMedium .drivingCoachQuestionImg {
          /*IE*/
          clip-path: url(#svgClipMedium); } }
    .drivingCoachQuiz .drivingCoachQuestion #drivingCoachFrontSvgLarge image {
      clip-path: polygon(0px 800px, 1920px 800px, 1920px 0px, 960px 0px, 960px 4px, 1163px 7px, 1242px 30px, 1270px 78px, 1287px 128px, 1279px 154px, 1256px 166px, 960px 181px, 660px 163px, 643px 152px, 631px 132px, 654px 76px, 689px 23px, 759px 7px, 960px 4px, 960px 0px, 0px 0px);
      -webkit-clip-path: polygon(0px 800px, 1920px 800px, 1920px 0px, 960px 0px, 960px 4px, 1163px 7px, 1242px 30px, 1270px 78px, 1287px 128px, 1279px 154px, 1256px 166px, 960px 181px, 660px 163px, 643px 152px, 631px 132px, 654px 76px, 689px 23px, 759px 7px, 960px 4px, 960px 0px, 0px 0px); }
      @media all and (-ms-high-contrast: none) {
        .drivingCoachQuiz .drivingCoachQuestion #drivingCoachFrontSvgLarge image {
          /*IE*/
          clip-path: url(#svgClipLarge); } }
    .drivingCoachQuiz .drivingCoachQuestion .drivingCoachMirrorVideo {
      position: absolute;
      z-index: 4;
      text-align: center;
      width: 100%;
      left: 0;
      top: 0;
      background-image: url("../img/drivingCoach/mirrorFallback_1080x300.jpg");
      background-position: center center;
      background-repeat: no-repeat; }
      .drivingCoachQuiz .drivingCoachQuestion .drivingCoachMirrorVideo video {
        margin: 0 !important; }
    .drivingCoachQuiz .drivingCoachQuestion .drivingCoachOverlayObject {
      z-index: 12;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .drivingCoachQuiz .drivingCoachQuestion .drivingCoachOverlayObject img {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 80%; }
    .drivingCoachQuiz .drivingCoachQuestion .drivingCoachFullImage {
      display: none;
      z-index: 14;
      display: block;
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      min-height: 360px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media screen and (min-width: 40em) {
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachFullImage {
          min-height: 320px; } }
    .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer {
      display: none;
      position: relative;
      z-index: 16;
      width: 100%;
      margin-bottom: -200px;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      -webkit-transition: margin-bottom 0.5s;
      transition: margin-bottom 0.5s; }
      @media screen and (max-width: 39.9375em) {
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer {
          margin-bottom: 0 !important; } }
      @media screen and (min-width: 40em) {
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer {
          position: absolute;
          bottom: 0;
          left: 0;
          left: 50%;
          width: 620px;
          margin-left: -310px;
          padding-left: 0;
          padding-right: 0; } }
      @media screen and (min-width: 64em) {
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer {
          width: 770px;
          margin-left: -385px; } }
      .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerTimebar {
        position: relative;
        width: 100%;
        height: 15px;
        background-color: #ffffff; }
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerTimebar p {
          position: absolute;
          left: 1.25rem;
          top: 0;
          font-size: 0.625rem;
          color: #000000;
          text-transform: uppercase;
          letter-spacing: 0.125rem; }
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerTimebar .drivingCoachQuestionContainerTimebarColor {
          position: absolute;
          width: 100%;
          height: 15px; }
          .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerTimebar .drivingCoachQuestionContainerTimebarColor.green {
            background-color: #c0cf00; }
          .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerTimebar .drivingCoachQuestionContainerTimebarColor.yellow {
            opacity: 0;
            background-color: #fddd26; }
          .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerTimebar .drivingCoachQuestionContainerTimebarColor.orange {
            opacity: 0;
            background-color: #fb870c; }
          .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerTimebar .drivingCoachQuestionContainerTimebarColor.red {
            opacity: 0;
            background-color: #ff114f; }
      .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerQuestion {
        position: relative;
        display: inline-block;
        width: 100%;
        background: #3b3b3b;
        padding: 1rem 0; }
        @media screen and (min-width: 40em) {
          .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerQuestion {
            padding: 1rem 1rem;
            background: rgba(0, 0, 0, 0.5); } }
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerQuestion .button {
          float: right; }
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerQuestion #showAnswerButton {
          display: none; }
          @media screen and (min-width: 40em) {
            .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerQuestion #showAnswerButton {
              display: block; } }
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerQuestion #hideAnswerButton {
          display: none;
          background-image: url("../img/drivingCoach/closeButton.png");
          background-repeat: no-repeat;
          background-size: 32px 32px;
          background-position: 0 0;
          width: 34px;
          height: 34px; }
          .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerQuestion #hideAnswerButton:hover {
            background-color: transparent; }
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerQuestion .questionNumber {
          color: #c0cf00;
          font-size: 0.875rem;
          width: 100%;
          float: left;
          display: inline-block; }
          .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerQuestion .questionNumber span {
            font-size: 0.875rem; }
          @media screen and (min-width: 40em) {
            .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerQuestion .questionNumber {
              width: 50px;
              font-size: 2rem; }
              .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerQuestion .questionNumber span {
                font-size: 1rem; } }
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerQuestion .questionText {
          color: #ffffff;
          float: left;
          display: inline-block;
          margin-bottom: 0;
          font-size: 1.125rem; }
          @media screen and (min-width: 40em) {
            .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerQuestion .questionText {
              font-size: 1.375rem; } }
      .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerAnswer {
        background-color: #ffffff;
        padding: 0;
        height: auto;
        overflow: hidden; }
        @media screen and (max-width: 39.9375em) {
          .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerAnswer .row,
          .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerAnswer .columns {
            padding: 0; } }
        @media screen and (min-width: 40em) {
          .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerAnswer {
            padding: 1rem; } }
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerAnswer ul {
          list-style-type: none;
          padding: 0;
          margin: 0; }
          .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerAnswer ul li .answerButton {
            position: relative;
            display: inline-block;
            background-color: #f5f2f0;
            margin-bottom: 1px;
            cursor: pointer;
            width: 100%; }
            @media screen and (min-width: 40em) {
              .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerAnswer ul li .answerButton {
                margin-bottom: 0.625rem; } }
            .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerAnswer ul li .answerButton.selected {
              cursor: default;
              pointer-events: none;
              background-color: #c0cf00; }
              .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerAnswer ul li .answerButton.selected .answerButtonText {
                background-color: #000000;
                color: #ffffff; }
            .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerAnswer ul li .answerButton .answerButtonNumber {
              position: absolute;
              left: 0;
              top: 0;
              background-color: #c0cf00;
              width: 40px;
              height: 100%; }
              .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerAnswer ul li .answerButton .answerButtonNumber .answerButtonNumberContent {
                display: table;
                position: relative;
                vertical-align: middle;
                text-align: center;
                width: 100%;
                height: 100%; }
                .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerAnswer ul li .answerButton .answerButtonNumber .answerButtonNumberContent span {
                  display: table-cell;
                  vertical-align: middle; }
            .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerAnswer ul li .answerButton .answerButtonText {
              display: block;
              padding: 0.635rem 0.635rem 0.635rem 60px; }
            .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerAnswer ul li .answerButton:hover .answerButtonText {
              background-color: #9aa900;
              color: #ffffff; }
          .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerAnswer ul li:last-child .answerButton {
            margin-bottom: 0; }
            @media screen and (min-width: 40em) {
              .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer .drivingCoachQuestionContainerAnswer ul li:last-child .answerButton {
                margin-bottom: 0.625rem; } }
      .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer.answerVisible {
        margin-bottom: 0 !important; }
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer.answerVisible .drivingCoachQuestionContainerQuestion #showAnswerButton {
          display: none; }
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer.answerVisible .drivingCoachQuestionContainerQuestion #hideAnswerButton {
          display: block; }
          @media screen and (max-width: 39.9375em) {
            .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer.answerVisible .drivingCoachQuestionContainerQuestion #hideAnswerButton {
              display: none; } }
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachQuestionContainer.answerVisible .drivingCoachQuestionContainerAnswer {
          height: auto; }
    .drivingCoachQuiz .drivingCoachQuestion .drivingCoachMirror {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      text-align: center;
      width: 100%; }
    .drivingCoachQuiz .drivingCoachQuestion .drivingCoachDashboard {
      position: absolute;
      left: 0;
      width: 100%;
      z-index: 6;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left top;
      background-image: url("../img/drivingCoach/drivingCoach_dashboard_640x205.png"); }
      @media screen and (min-width: 40em) {
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachDashboard {
          background-image: url("../img/drivingCoach/drivingCoach_dashboard_1024x250.png"); } }
      @media screen and (min-width: 64em) {
        .drivingCoachQuiz .drivingCoachQuestion .drivingCoachDashboard {
          background-image: url("../img/drivingCoach/drivingCoach_dashboard_2200x480.png"); } }
      .drivingCoachQuiz .drivingCoachQuestion .drivingCoachDashboard.night {
        background-image: url("../img/drivingCoach/drivingCoach_dashboardNight_640x205.png"); }
        @media screen and (min-width: 40em) {
          .drivingCoachQuiz .drivingCoachQuestion .drivingCoachDashboard.night {
            background-image: url("../img/drivingCoach/drivingCoach_dashboardNight_1024x250.png"); } }
        @media screen and (min-width: 64em) {
          .drivingCoachQuiz .drivingCoachQuestion .drivingCoachDashboard.night {
            background-image: url("../img/drivingCoach/drivingCoach_dashboardNight_2200x480.png"); } }
  .drivingCoachQuiz.size-s .drivingCoachQuizContent {
    height: auto !important;
    min-height: 620px;
    max-width: 880px;
    padding-bottom: 1.25rem; }
    .drivingCoachQuiz.size-s .drivingCoachQuizContent .drivingCoachQuestion .drivingCoachMirror img {
      width: 240px; }
    .drivingCoachQuiz.size-s .drivingCoachQuizContent .drivingCoachQuestion .drivingCoachMirrorVideo {
      background-size: 230px 100%;
      height: 65px;
      background-image: url("../img/drivingCoach/mirrorFallback_360x100.jpg"); }
      .drivingCoachQuiz.size-s .drivingCoachQuizContent .drivingCoachQuestion .drivingCoachMirrorVideo video {
        width: 230px;
        height: auto; }
    .drivingCoachQuiz.size-s .drivingCoachQuizContent .drivingCoachQuestion .drivingCoachFrontSvg {
      position: relative;
      height: 360px; }
    .drivingCoachQuiz.size-s .drivingCoachQuizContent .drivingCoachQuestion .drivingCoachDashboard {
      top: 320px;
      height: 120px;
      bottom: auto; }
    .drivingCoachQuiz.size-s .drivingCoachQuizContent .drivingCoachStartVideo video,
    .drivingCoachQuiz.size-s .drivingCoachQuizContent .drivingCoachMainVideo video,
    .drivingCoachQuiz.size-s .drivingCoachQuizContent .drivingCoachResultVideo video {
      top: 0;
      width: auto;
      height: 100%; }
  .drivingCoachQuiz.size-m .drivingCoachQuizContent {
    height: 800px;
    min-height: 768px !important;
    max-height: 800px;
    overflow: visible; }
    .drivingCoachQuiz.size-m .drivingCoachQuizContent .drivingCoachQuestion .drivingCoachMirror img {
      width: 410px; }
    .drivingCoachQuiz.size-m .drivingCoachQuizContent .drivingCoachQuestion .drivingCoachMirrorVideo {
      background-size: 392px 100%;
      height: 110px;
      background-image: url("../img/drivingCoach/mirrorFallback_640x178.jpg"); }
      .drivingCoachQuiz.size-m .drivingCoachQuizContent .drivingCoachQuestion .drivingCoachMirrorVideo video {
        width: 392px;
        height: auto; }
    .drivingCoachQuiz.size-m .drivingCoachQuizContent .drivingCoachQuestion .drivingCoachFrontSvg {
      position: absolute;
      top: 0;
      left: 0;
      height: 680px; }
    .drivingCoachQuiz.size-m .drivingCoachQuizContent .drivingCoachQuestion .drivingCoachDashboard {
      top: auto;
      height: 250px;
      bottom: 0; }
    .drivingCoachQuiz.size-m .drivingCoachQuizContent .drivingCoachStartVideo video,
    .drivingCoachQuiz.size-m .drivingCoachQuizContent .drivingCoachMainVideo video,
    .drivingCoachQuiz.size-m .drivingCoachQuizContent .drivingCoachResultVideo video {
      width: 300%;
      height: 100%;
      top: 0; }
  .drivingCoachQuiz.size-l .drivingCoachQuizContent {
    height: 920px;
    min-height: 768px !important;
    max-height: 920px; }
    .drivingCoachQuiz.size-l .drivingCoachQuizContent .drivingCoachQuestion .drivingCoachMirror img {
      width: 630px; }
    @media screen and (min-width: 1880px) {
      .drivingCoachQuiz.size-l .drivingCoachQuizContent .drivingCoachQuestion .drivingCoachMirror img {
        width: 660px; } }
    .drivingCoachQuiz.size-l .drivingCoachQuizContent .drivingCoachQuestion .drivingCoachMirrorVideo {
      background-size: 640px 100%;
      height: 180px; }
      .drivingCoachQuiz.size-l .drivingCoachQuizContent .drivingCoachQuestion .drivingCoachMirrorVideo video {
        width: 640px;
        height: auto; }
    .drivingCoachQuiz.size-l .drivingCoachQuizContent .drivingCoachQuestion .drivingCoachFrontSvg {
      position: absolute;
      top: 0;
      left: 0;
      height: 740px; }
    .drivingCoachQuiz.size-l .drivingCoachQuizContent .drivingCoachQuestion .drivingCoachDashboard {
      top: auto;
      bottom: 0;
      height: 280px; }
    .drivingCoachQuiz.size-l .drivingCoachQuizContent .drivingCoachStartVideo video,
    .drivingCoachQuiz.size-l .drivingCoachQuizContent .drivingCoachMainVideo video,
    .drivingCoachQuiz.size-l .drivingCoachQuizContent .drivingCoachResultVideo video {
      width: 300%;
      height: 120%;
      top: 0; }

.drivingCoachPreLayer {
  display: none;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 22; }
  .drivingCoachPreLayer .drivingCoachPreLayerContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -140px;
    margin-top: -100px;
    width: 280px;
    height: 220px;
    background-color: #f5f2f0;
    padding: 2rem;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75); }
    @media screen and (min-width: 40em) {
      .drivingCoachPreLayer .drivingCoachPreLayerContainer {
        margin-left: -200px;
        margin-top: -100px;
        width: 400px;
        height: 200px; } }
    .drivingCoachPreLayer .drivingCoachPreLayerContainer h3 {
      color: #000000;
      margin-bottom: 1rem; }
    .drivingCoachPreLayer .drivingCoachPreLayerContainer .drivingCoachPreLayerCountdown {
      font-size: 4rem;
      text-align: center;
      color: #000000; }

#drivingCoachResultPreLayer .button {
  display: none; }

#drivingCoachResultPreLayerAnimation {
  width: 34px;
  display: inline-block;
  text-align: left;
  transition: opacity 0.5s; }
  #drivingCoachResultPreLayerAnimation.hidden {
    opacity: 0; }

#drivingCoachResultPreLayerAnimationText {
  transition: opacity 0.5s; }
  #drivingCoachResultPreLayerAnimationText.hidden {
    opacity: 0; }

#drivingCoachIosMessage {
  display: none; }
  #drivingCoachIosMessage p {
    color: #000000; }

/************/
/* RESULT */
.drivingCoachResult {
  display: none;
  background-color: #f5f2f0; }
  .drivingCoachResult .drivingCoachResultHeaderImage {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    overflow: hidden; }
    .drivingCoachResult .drivingCoachResultHeaderImage img {
      width: 100%; }
  .drivingCoachResult .drivingCoachResultHeaderVideo {
    display: none;
    position: relative;
    width: 100%;
    float: left; }
    .drivingCoachResult .drivingCoachResultHeaderVideo video {
      position: relative;
      width: 100%; }
    .drivingCoachResult .drivingCoachResultHeaderVideo .button {
      position: absolute;
      right: 2rem;
      bottom: 2rem; }
  .drivingCoachResult .drivingCoachResultSharing {
    position: relative;
    margin-top: -50px;
    margin-bottom: 150px;
    display: block;
    float: left;
    width: 100%; }
    .drivingCoachResult .drivingCoachResultSharing .drivingCoachResultSharingBlock {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      width: 100%;
      height: 50px;
      background-color: #c0cf00;
      font-size: 1rem;
      z-index: 10; }
      @media screen and (min-width: 40em) {
        .drivingCoachResult .drivingCoachResultSharing .drivingCoachResultSharingBlock {
          left: 50%;
          margin-left: -335px;
          width: 670px;
          height: 100px;
          font-size: 2rem; } }
      .drivingCoachResult .drivingCoachResultSharing .drivingCoachResultSharingBlock .drivingCoachResultSharingBlockLabel {
        display: table;
        float: left;
        height: 100%;
        color: #ffffff;
        margin-left: 2rem;
        vertical-align: middle; }
        .drivingCoachResult .drivingCoachResultSharing .drivingCoachResultSharingBlock .drivingCoachResultSharingBlockLabel span {
          display: table-cell;
          vertical-align: middle;
          line-height: normal; }
          .drivingCoachResult .drivingCoachResultSharing .drivingCoachResultSharingBlock .drivingCoachResultSharingBlockLabel span br {
            display: block; }
          @media screen and (min-width: 40em) {
            .drivingCoachResult .drivingCoachResultSharing .drivingCoachResultSharingBlock .drivingCoachResultSharingBlockLabel span br {
              display: none; } }
      .drivingCoachResult .drivingCoachResultSharing .drivingCoachResultSharingBlock .drivingCoachResultSharingBlockButton {
        display: table;
        float: right;
        width: 50px;
        height: 100%;
        text-align: center;
        border-left: 1px solid #ffffff;
        color: #ffffff;
        vertical-align: middle;
        cursor: pointer;
        background-position: center center;
        background-repeat: no-repeat; }
        @media screen and (min-width: 40em) {
          .drivingCoachResult .drivingCoachResultSharing .drivingCoachResultSharingBlock .drivingCoachResultSharingBlockButton {
            width: 100px; } }
        .drivingCoachResult .drivingCoachResultSharing .drivingCoachResultSharingBlock .drivingCoachResultSharingBlockButton.shareIconFacebook {
          background-image: url("../img/icons/ffffff/facebook-letter-logo.svg");
          background-size: 12px 25px; }
        .drivingCoachResult .drivingCoachResultSharing .drivingCoachResultSharingBlock .drivingCoachResultSharingBlockButton.shareIconTwitter {
          background-image: url("../img/icons/ffffff/twitter-logo-silhouette.svg");
          background-size: 25px 20px; }
        .drivingCoachResult .drivingCoachResultSharing .drivingCoachResultSharingBlock .drivingCoachResultSharingBlockButton.shareIconEmail {
          background-image: url("../img/icons/ffffff/Mail.svg");
          background-size: 25px 16px; }
        .drivingCoachResult .drivingCoachResultSharing .drivingCoachResultSharingBlock .drivingCoachResultSharingBlockButton.shareIconWhatsapp {
          background-image: url("../img/icons/ffffff/whatsapp-logo.svg");
          background-size: 25px 25px; }
  .drivingCoachResult .drivingCoachResultTextContainer {
    display: block;
    position: relative;
    width: 100%;
    float: left; }
    .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultHeader {
      margin-bottom: 2rem; }
      .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultHeader .drivingCoachResultHeaderText {
        margin-top: 2.5rem; }
        @media screen and (min-width: 40em) {
          .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultHeader .drivingCoachResultHeaderText {
            margin-top: 6.5rem; } }
        .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultHeader .drivingCoachResultHeaderText .drivingCoachResultHeaderTextBlock {
          display: none; }
          .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultHeader .drivingCoachResultHeaderText .drivingCoachResultHeaderTextBlock h2 {
            font-size: 2.625rem;
            line-height: 3rem;
            margin-bottom: 1.5rem; }
          .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultHeader .drivingCoachResultHeaderText .drivingCoachResultHeaderTextBlock p {
            margin-bottom: 1.5rem; }
        .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultHeader .drivingCoachResultHeaderText.result1 #drivingCoachResultHeaderTextBlock1 {
          display: block; }
        .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultHeader .drivingCoachResultHeaderText.result2 #drivingCoachResultHeaderTextBlock2 {
          display: block; }
        .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultHeader .drivingCoachResultHeaderText.result3 #drivingCoachResultHeaderTextBlock3 {
          display: block; }
        .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultHeader .drivingCoachResultHeaderText.result4 #drivingCoachResultHeaderTextBlock4 {
          display: block; }
    .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn {
      position: relative; }
      .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn .drivingCoachResultCircle {
        position: relative; }
        .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn .drivingCoachResultCircle .drivingCoachResultCircleTextContainer {
          position: relative;
          z-index: 1;
          max-width: 400px; }
          .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn .drivingCoachResultCircle .drivingCoachResultCircleTextContainer img {
            width: 100%; }
          .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn .drivingCoachResultCircle .drivingCoachResultCircleTextContainer .drivingCoachResultCircleText {
            display: none;
            position: absolute;
            left: 10%;
            top: 0;
            width: 80%;
            height: 250px;
            vertical-align: middle; }
            .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn .drivingCoachResultCircle .drivingCoachResultCircleTextContainer .drivingCoachResultCircleText span {
              display: table-cell;
              vertical-align: middle;
              text-align: center;
              font-size: 1.5rem;
              line-height: normal;
              color: #ffffff; }
              @media screen and (min-width: 64em) {
                .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn .drivingCoachResultCircle .drivingCoachResultCircleTextContainer .drivingCoachResultCircleText span {
                  font-size: 2rem;
                  line-height: normal; } }
        .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn .drivingCoachResultCircle .drivingCoachResultCircleImageContainer {
          position: relative;
          z-index: 2;
          margin-top: -100px;
          width: 80%;
          max-width: 300px; }
          .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn .drivingCoachResultCircle .drivingCoachResultCircleImageContainer .drivingCoachResultCircleImageContainerImage {
            display: none; }
        .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn .drivingCoachResultCircle.result1 #drivingCoachResultCircleText1 {
          display: table; }
        .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn .drivingCoachResultCircle.result1 #drivingCoachResultCircleImageContainerImage1 {
          display: inline-block; }
        .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn .drivingCoachResultCircle.result2 #drivingCoachResultCircleText2 {
          display: table; }
        .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn .drivingCoachResultCircle.result2 #drivingCoachResultCircleImageContainerImage2 {
          display: inline-block; }
        .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn .drivingCoachResultCircle.result3 #drivingCoachResultCircleText3 {
          display: table; }
        .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn .drivingCoachResultCircle.result3 #drivingCoachResultCircleImageContainerImage3 {
          display: inline-block; }
        .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn .drivingCoachResultCircle.result4 #drivingCoachResultCircleText4 {
          display: table; }
        .drivingCoachResult .drivingCoachResultTextContainer .drivingCoachResultCircleColumn .drivingCoachResultCircle.result4 #drivingCoachResultCircleImageContainerImage4 {
          display: inline-block; }
  .drivingCoachResult .drivingCoachResultContent {
    margin-top: 1.5rem; }
    .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion {
      background-color: #f5f2f0; }
      .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item {
        margin-bottom: 0.625rem;
        border: 0; }
        .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-title {
          background-color: #ffffff;
          border: 0;
          font-size: 1.125rem; }
          .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-title .drivingCoachResultContentAccordionTitle {
            position: relative;
            padding: 0.875rem 0.875rem 0.875rem 2.5rem;
            color: #000000; }
            @media screen and (min-width: 40em) {
              .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-title .drivingCoachResultContentAccordionTitle {
                padding: 0.875rem 0.875rem 0.875rem 3.75rem; } }
            .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-title .drivingCoachResultContentAccordionTitle span {
              font-size: 1.625rem;
              position: absolute;
              left: 0.875rem;
              top: 0.875rem;
              height: 100%;
              margin-right: 1.5rem; }
              .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-title .drivingCoachResultContentAccordionTitle span.correct {
                color: #c0cf00; }
              .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-title .drivingCoachResultContentAccordionTitle span.wrong {
                color: #ff114f; }
        .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-content {
          background-color: #ffffff;
          color: #262626; }
          .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-content .drivingCoachResultContentAccordionAnswerContainer {
            margin-top: 0.625rem; }
            .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-content .drivingCoachResultContentAccordionAnswerContainer .drivingCoachResultContentAccordionAnswer {
              position: relative;
              padding: 0.875rem 0.875rem 0.875rem 2.5rem;
              background-color: #f5f2f0;
              margin-bottom: 0.625rem; }
              @media screen and (min-width: 40em) {
                .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-content .drivingCoachResultContentAccordionAnswerContainer .drivingCoachResultContentAccordionAnswer {
                  padding: 0.875rem 0.875rem 0.875rem 3.75rem; } }
              .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-content .drivingCoachResultContentAccordionAnswerContainer .drivingCoachResultContentAccordionAnswer.correct {
                background-color: #c0cf00;
                color: #ffffff; }
              .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-content .drivingCoachResultContentAccordionAnswerContainer .drivingCoachResultContentAccordionAnswer.wrong {
                background-color: #ff114f;
                color: #ffffff; }
              .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-content .drivingCoachResultContentAccordionAnswerContainer .drivingCoachResultContentAccordionAnswer span {
                position: absolute;
                left: 0.875rem;
                top: 0.875rem;
                height: 100%;
                margin-right: 1.5rem; }
          .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-content .drivingCoachResultContentAccordionImage {
            margin-top: 0.625rem;
            margin-bottom: 0.625rem;
            background-size: cover;
            width: 100%;
            height: 0;
            background-position: center;
            display: none; }
            @media screen and (min-width: 40em) {
              .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-content .drivingCoachResultContentAccordionImage {
                display: block;
                height: 160px; } }
            @media screen and (min-width: 64em) {
              .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-content .drivingCoachResultContentAccordionImage {
                height: 240px; } }
          .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-content .drivingCoachResultContentTextContainer {
            margin-top: 2.5rem;
            margin-bottom: 3.125rem; }
            .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-content .drivingCoachResultContentTextContainer .drivingCoachResultContentText {
              width: 100%;
              display: block;
              margin-top: 1rem; }
              .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-content .drivingCoachResultContentTextContainer .drivingCoachResultContentText.highlight {
                font-weight: bold; }
            .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-content .drivingCoachResultContentTextContainer .drivingCoachResultContentErrorText {
              width: 100%;
              display: block;
              margin-top: 0;
              font-weight: bold;
              color: #ff114f; }
            .drivingCoachResult .drivingCoachResultContent .drivingCoachResultContentAccordion .accordion-item .accordion-content .drivingCoachResultContentTextContainer .drivingCoachResultContentLink {
              width: 100%;
              display: block;
              margin-top: 0; }
  .drivingCoachResult .drivingCoachResultSubtext p {
    font-size: 1rem; }
  .drivingCoachResult .drivingCoachTeaser {
    margin-bottom: 2rem;
    margin-top: 6rem;
    display: block !important; }

.drivingCoachTeaser {
  position: relative; }
  .drivingCoachTeaser .columns {
    position: relative; }
  @media screen and (max-width: 39.9375em) {
    .drivingCoachTeaser {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center; }
      .drivingCoachTeaser img {
        object-fit: cover;
        height: 100%;
        object-position: 88% 100%; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .drivingCoachTeaser img {
      object-fit: cover;
      height: 100%;
      object-position: 60% 100%; } }
  .drivingCoachTeaser img {
    min-width: 100%; }
  .drivingCoachTeaser .copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    padding: 1rem 0 1rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start; }
    @media screen and (min-width: 75em) {
      .drivingCoachTeaser .copy {
        width: 60%; } }
    @media screen and (max-width: 39.9375em) {
      .drivingCoachTeaser .copy {
        position: inherit;
        width: 100%;
        padding: 0;
        justify-content: center;
        align-items: center; } }
    .drivingCoachTeaser .copy .headline {
      color: #ffffff;
      margin-bottom: 3rem;
      width: 100%;
      font-size: 3.125rem;
      line-height: 3.125rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .drivingCoachTeaser .copy .headline {
          margin-bottom: .5rem;
          font-size: 2.75rem;
          line-height: 2.75rem; } }
      @media screen and (max-width: 39.9375em) {
        .drivingCoachTeaser .copy .headline {
          color: #000000;
          text-align: center;
          margin-top: 1rem;
          margin-bottom: 1rem;
          font-size: 2.5rem;
          line-height: 2.5rem; } }

.drivinCoachImageGeneratorContainer {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 1280px;
  z-index: 0; }

.drivinCoachImageGenerator {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 200px;
  background-color: #ffffff;
  width: 1920px;
  height: 1280px; }
  @media screen and (max-width: 39.9375em) {
    .drivinCoachImageGenerator .row,
    .drivinCoachImageGenerator .columns {
      padding-left: 0;
      padding-right: 0; } }
  .drivinCoachImageGenerator #drivinCoachImageGeneratorProfileImageCanvas {
    position: absolute; }
  .drivinCoachImageGenerator .drivinCoachImageGeneratorSource {
    position: absolute;
    left: 0;
    top: 0;
    width: 1920px;
    height: 1280px; }
    .drivinCoachImageGenerator .drivinCoachImageGeneratorSource img.drivinCoachImageGeneratorProfileImage {
      position: absolute;
      z-index: 2;
      opacity: 0.9; }
    .drivinCoachImageGenerator .drivinCoachImageGeneratorSource img.drivinCoachImageGeneratorBackgroundImage {
      z-index: 1; }
    .drivinCoachImageGenerator .drivinCoachImageGeneratorSource .drivinCoachImageGeneratorTextfield {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      font-family: Arial, Helvetica, sans-serif;
      color: #000;
      font-weight: bold;
      opacity: 0.75;
      white-space: nowrap;
      overflow: hidden;
      margin: 0; }
  .drivinCoachImageGenerator #drivinCoachImageGeneratorImageFailed img.drivinCoachImageGeneratorProfileImage {
    left: 234px;
    top: 700px;
    width: 160px;
    height: 160px;
    transform: rotate(5deg); }
  .drivinCoachImageGenerator #drivinCoachImageGeneratorImageFailed img.drivinCoachImageGeneratorBackgroundImage {
    width: 1920px;
    height: 1280px; }
  .drivinCoachImageGenerator #drivinCoachImageGeneratorImageFailed .drivinCoachImageGeneratorTextfield {
    width: 230px;
    height: 30px;
    font-size: 22px; }
    .drivinCoachImageGenerator #drivinCoachImageGeneratorImageFailed .drivinCoachImageGeneratorTextfield.drivinCoachImageGeneratorFirstname {
      left: 440px;
      top: 711px;
      transform: rotate(4deg); }
    .drivinCoachImageGenerator #drivinCoachImageGeneratorImageFailed .drivinCoachImageGeneratorTextfield.drivinCoachImageGeneratorLastname {
      left: 440px;
      top: 660px;
      transform: rotate(4deg); }
  .drivinCoachImageGenerator #drivinCoachImageGeneratorImagePassed img.drivinCoachImageGeneratorProfileImage {
    left: 378px;
    top: 814px;
    width: 147px;
    height: 147px; }
  .drivinCoachImageGenerator #drivinCoachImageGeneratorImagePassed img.drivinCoachImageGeneratorBackgroundImage {
    width: 1920px;
    height: 1280px; }
  .drivinCoachImageGenerator #drivinCoachImageGeneratorImagePassed .drivinCoachImageGeneratorTextfield {
    width: 300px;
    height: 30px;
    font-size: 20px; }
    .drivinCoachImageGenerator #drivinCoachImageGeneratorImagePassed .drivinCoachImageGeneratorTextfield.drivinCoachImageGeneratorFirstname {
      left: 564px;
      top: 818px; }
    .drivinCoachImageGenerator #drivinCoachImageGeneratorImagePassed .drivinCoachImageGeneratorTextfield.drivinCoachImageGeneratorLastname {
      left: 563px;
      top: 771px; }

.gifGallery {
  display: none; }
  .gifGallery .headline {
    margin-top: 2rem;
    margin-bottom: 3rem; }
  .gifGallery .galleryItems {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    .gifGallery .galleryItems .itemImg {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
    @media screen and (min-width: 40em) {
      .gifGallery .galleryItems .item {
        margin: 1rem;
        height: 22rem;
        width: 22rem;
        position: relative; }
        .gifGallery .galleryItems .item .item-content-wrapper {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          background-color: #ffffff;
          transform-origin: center center;
          transition: transform 0.3s ease-in-out, height 0.3s ease-in-out; }
          .gifGallery .galleryItems .item .item-content-wrapper:hover {
            z-index: 1;
            padding: 0.5rem;
            box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
            transform: scale(1.05);
            margin: .5rem;
            margin-bottom: -3.375rem;
            height: 28rem; }
            .gifGallery .galleryItems .item .item-content-wrapper:hover .copy {
              opacity: 1;
              height: 4.5rem;
              padding-top: 0.5rem; }
          .gifGallery .galleryItems .item .item-content-wrapper .copy {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            text-transform: uppercase;
            width: 100%;
            opacity: 0;
            height: 0;
            transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out; }
            .gifGallery .galleryItems .item .item-content-wrapper .copy p {
              margin: 0;
              max-width: 100%; }
            .gifGallery .galleryItems .item .item-content-wrapper .copy .shareIconBlock {
              display: flex; } }
    @media screen and (max-width: 39.9375em) {
      .gifGallery .galleryItems {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .gifGallery .galleryItems .item {
          width: 100%;
          margin-bottom: 2rem; }
          .gifGallery .galleryItems .item .item-content-wrapper {
            background-color: #ffffff; }
            .gifGallery .galleryItems .item .item-content-wrapper .copy {
              display: flex;
              flex-direction: row;
              flex-wrap: wrap;
              justify-content: space-between;
              align-items: center;
              padding-left: .5rem; }
              .gifGallery .galleryItems .item .item-content-wrapper .copy p {
                margin: 0; }
              .gifGallery .galleryItems .item .item-content-wrapper .copy .shareIconBlock {
                flex: 1;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center; }
                .gifGallery .galleryItems .item .item-content-wrapper .copy .shareIconBlock .shareIcon {
                  padding-left: .1rem;
                  width: 2.7rem;
                  height: 2.7rem; } }

.gifGalleryTeaser {
  background-color: #ffffff;
  margin-bottom: 3.625rem;
  padding-bottom: 0.625rem; }
  @media screen and (min-width: 40em) {
    .gifGalleryTeaser {
      padding-bottom: 2.875rem; } }
  .gifGalleryTeaser .gifGalleryTeaserImageContainer {
    display: none; }
  .gifGalleryTeaser h3 {
    width: 100%;
    display: inline-block;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .gifGalleryTeaser h3 {
        margin-top: 3.75rem;
        margin-bottom: 1.75rem; } }
  .gifGalleryTeaser .gifGalleryTeaserImageBox {
    display: table;
    height: 100%; }
  .gifGalleryTeaser .gifGalleryTeaserImage {
    display: table-cell;
    vertical-align: middle; }
    .gifGalleryTeaser .gifGalleryTeaserImage img {
      width: 100%; }
  .gifGalleryTeaser .gifGalleryTeaserButton {
    background-color: #c0cf00;
    padding: 3rem 1rem;
    height: 100%;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .gifGalleryTeaser .gifGalleryTeaserButton {
        text-align: left;
        padding: 2rem; } }
    @media screen and (min-width: 64em) {
      .gifGalleryTeaser .gifGalleryTeaserButton {
        padding: 2rem; } }
    .gifGalleryTeaser .gifGalleryTeaserButton span {
      display: block;
      color: #ffffff;
      font-size: 1.75rem;
      line-height: 1.875rem;
      margin-bottom: 1rem; }
      @media screen and (min-width: 40em) {
        .gifGalleryTeaser .gifGalleryTeaserButton span {
          margin-bottom: 0.5rem; } }
      @media screen and (min-width: 64em) {
        .gifGalleryTeaser .gifGalleryTeaserButton span {
          font-size: 2rem;
          line-height: 2.125rem; } }
    .gifGalleryTeaser .gifGalleryTeaserButton .button {
      text-transform: uppercase;
      font-size: 1rem;
      line-height: 1.125rem;
      border: 2px solid #ffffff;
      border-radius: 5px; }

.vjs-error-display {
  padding-top: 7.1875rem; }
  .vjs-error-display p {
    display: none; }
  .vjs-error-display .vjs-modal-dialog-content {
    top: 7.1875rem;
    color: #f5f2f0;
    padding-top: 2rem; }

.interstitialWrapper {
  display: none;
  background-color: black;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .interstitialWrapper .interstitial {
    position: fixed;
    top: 30%;
    left: -30rem;
    width: 30rem;
    height: 45rem; }
    .interstitialWrapper .interstitial:before {
      content: "";
      display: block;
      padding-top: 150%; }
    .interstitialWrapper .interstitial .smartphone {
      background-image: url("../img/Smartphone_Glow_700x_SPRITE_AJ.png");
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      animation: sprite 1s steps(6) infinite; }
  .interstitialWrapper .headline {
    text-align: center;
    color: #ffffff;
    margin-bottom: 5rem;
    width: 50%; }
    @media screen and (max-width: 39.9375em) {
      .interstitialWrapper .headline {
        width: 100%; } }
  .interstitialWrapper #interstitialCloseButton {
    opacity: 0;
    transition: opacity .1s ease-in-out; }
    .interstitialWrapper #interstitialCloseButton.show {
      opacity: 1; }
  .interstitialWrapper .notation {
    text-align: right;
    color: #ffffff;
    align-self: flex-end;
    position: fixed;
    bottom: 0;
    padding: 5rem; }
    @media screen and (max-width: 39.9375em) {
      .interstitialWrapper .notation {
        padding: 1rem; } }

@keyframes sprite {
  from {
    background-position: 0 0%; }
  to {
    background-position: 0 100%; } }

@media print {
  #printurl {
    padding-top: 1rem;
    width: 100%;
    border-top: 1px solid #000000;
    display: block;
    font-weight: normal;
    font-size: 1rem; }
  #printhead {
    display: block;
    margin-top: 1rem;
    width: 100%;
    text-align: right; }
  .baseNavigationOffset {
    margin-top: 2rem; }
  body {
    width: 80%;
    margin-left: 10%; }
  a[href]:after {
    content: none !important; }
  header {
    display: none; }
  nav {
    display: none; }
  footer {
    display: none !important; }
  .sharing {
    display: none; }
  .pressTeaser img {
    width: 200px; }
  .pressTeaser .eventDate {
    margin-bottom: 0.25rem; }
  .pressTeaser h3 {
    font-size: 1.125rem;
    line-height: 1.25rem; }
  .pressTeaser p {
    display: block;
    color: #000000; }
    .pressTeaser p .moreLink {
      display: none; }
  .articleButtonContainer {
    display: none; }
  .hideOnPrint {
    display: none; }
  .contactTeaser {
    display: none; }
  .keyfact .row {
    min-height: 0; }
  .keyfact .keyfactText {
    color: #000000;
    font-size: 1.875rem;
    line-height: 2rem;
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .articleStage section {
    height: auto;
    min-height: 0 !important;
    color: #000000 !important;
    background-color: #ffffff !important; }
    .articleStage section .stageTextBlock {
      position: relative;
      color: #000000;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .articleStage section:before {
      background: none !important; }
  .imageWrapper {
    display: none; }
  .articleTeaserSection {
    display: none; }
  .primaryButton, #cookieBarContainer #cookieBarButtonContainer a, .primaryButtonDark, .teaserStage section .stageTextBlock.bottomimage .outlineButton {
    display: none; } }
