.\--color-green {
  color: #b6bf00;
}

.\--bgcolor-green {
  background-color: #b6bf00;
}

.\--color-darkgreen {
  color: #a7ae1e;
}

.\--bgcolor-darkgreen {
  background-color: #a7ae1e;
}

.\--color-brown {
  color: #6f6155;
}

.\--bgcolor-brown {
  background-color: #6f6155;
}

.\--color-lightgray {
  color: #f8f8f8;
}

.\--bgcolor-lightgray {
  background-color: #f8f8f8;
}

.\--color-white {
  color: #ffffff;
}

.\--bgcolor-white {
  background-color: #ffffff;
}

.\--color-gray {
  color: #cccccc;
}

.\--bgcolor-gray {
  background-color: #cccccc;
}

.\--color-darkgray {
  color: #585858;
}

.\--bgcolor-darkgray {
  background-color: #585858;
}

.\--color-black {
  color: #333333;
}

.\--bgcolor-black {
  background-color: #333333;
}

.\--color-red {
  color: #cc0000;
}

.\--bgcolor-red {
  background-color: #cc0000;
}

.\--color-default {
  color: #333333;
}

.\--bgcolor-default {
  background-color: #333333;
}

.\--color-highlight {
  color: #b6bf00;
}

.\--bgcolor-highlight {
  background-color: #b6bf00;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

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

.layoutng-bugfix::after {
  content: '';
  clear: both;
  display: table;
}

.svg-background {
  content: '';
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
  text-indent: -9999px;
}

.responsive-image {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 500px) {
  .\--hide-tablet-portrait-up {
    display: none !important;
  }
}

@media (min-width: 900px) {
  .\--hide-tablet-landscape-up {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .\--hide-desktop-up {
    display: none !important;
  }
}

@media (min-width: 1800px) {
  .\--hide-desktop-large-up {
    display: none !important;
  }
}

@media (max-width: 899px) {
  .\--hide-tablet-portrait-down {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .\--hide-tablet-landscape-down {
    display: none !important;
  }
}

@media (max-width: 1799px) {
  .\--hide-desktop-down {
    display: none !important;
  }
}

@media (max-width: 499px) {
  .\--hide-phone-only {
    display: none !important;
  }
}

@media (min-width: 500px) and (max-width: 1199px) {
  .\--hide-tablet-only {
    display: none !important;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  .\--hide-tablet-portrait-only {
    display: none !important;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .\--hide-tablet-landscape-only {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .\--hide-desktop-only {
    display: none !important;
  }
}

@media (min-width: 1800px) {
  .\--hide-desktop-large-only {
    display: none !important;
  }
}

/* normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

/* video-js.min.css */
.video-js .vjs-audio-button, .video-js .vjs-big-play-button, .video-js .vjs-captions-button, .video-js .vjs-chapters-button, .video-js .vjs-control.vjs-close-button, .video-js .vjs-descriptions-button, .video-js .vjs-fullscreen-control, .video-js .vjs-mouse-display, .video-js .vjs-mute-control, .video-js .vjs-mute-control.vjs-vol-0, .video-js .vjs-mute-control.vjs-vol-1, .video-js .vjs-mute-control.vjs-vol-2, .video-js .vjs-play-control, .video-js .vjs-play-control.vjs-playing, .video-js .vjs-play-progress, .video-js .vjs-subtitles-button, .video-js .vjs-volume-level, .video-js .vjs-volume-menu-button, .video-js .vjs-volume-menu-button.vjs-vol-0, .video-js .vjs-volume-menu-button.vjs-vol-1, .video-js .vjs-volume-menu-button.vjs-vol-2, .video-js.vjs-fullscreen .vjs-fullscreen-control, .vjs-icon-audio, .vjs-icon-audio-description, .vjs-icon-cancel, .vjs-icon-captions, .vjs-icon-chapters, .vjs-icon-circle, .vjs-icon-circle-inner-circle, .vjs-icon-circle-outline, .vjs-icon-cog, .vjs-icon-facebook, .vjs-icon-fullscreen-enter, .vjs-icon-fullscreen-exit, .vjs-icon-gplus, .vjs-icon-hd, .vjs-icon-linkedin, .vjs-icon-pause, .vjs-icon-pinterest, .vjs-icon-play, .vjs-icon-play-circle, .vjs-icon-replay, .vjs-icon-spinner, .vjs-icon-square, .vjs-icon-subtitles, .vjs-icon-tumblr, .vjs-icon-twitter, .vjs-icon-volume-high, .vjs-icon-volume-low, .vjs-icon-volume-mid, .vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js, .vjs-no-js {
  color: #fff;
  background-color: #000;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control, .video-js .vjs-control:before, .vjs-menu li, .vjs-no-js {
  text-align: center;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: VideoJS;
  src: url(font/VideoJS.eot?#iefix) format("eot");
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before, .vjs-icon-play:before {
  content: "\f101";
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.video-js .vjs-play-control.vjs-playing:before, .vjs-icon-pause:before {
  content: "\f103";
}

.video-js .vjs-mute-control.vjs-vol-0:before, .video-js .vjs-volume-menu-button.vjs-vol-0:before, .vjs-icon-volume-mute:before {
  content: "\f104";
}

.video-js .vjs-mute-control.vjs-vol-1:before, .video-js .vjs-volume-menu-button.vjs-vol-1:before, .vjs-icon-volume-low:before {
  content: "\f105";
}

.video-js .vjs-mute-control.vjs-vol-2:before, .video-js .vjs-volume-menu-button.vjs-vol-2:before, .vjs-icon-volume-mid:before {
  content: "\f106";
}

.video-js .vjs-mute-control:before, .video-js .vjs-volume-menu-button:before, .vjs-icon-volume-high:before {
  content: "\f107";
}

.video-js .vjs-fullscreen-control:before, .vjs-icon-fullscreen-enter:before {
  content: "\f108";
}

.video-js.vjs-fullscreen .vjs-fullscreen-control:before, .vjs-icon-fullscreen-exit:before {
  content: "\f109";
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.video-js .vjs-subtitles-button:before, .vjs-icon-subtitles:before {
  content: "\f10c";
}

.video-js .vjs-captions-button:before, .vjs-icon-captions:before {
  content: "\f10d";
}

.video-js .vjs-chapters-button:before, .vjs-icon-chapters:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog:before {
  content: "\f110";
}

.video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before {
  content: "\f111";
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd:before {
  content: "\f114";
}

.video-js .vjs-control.vjs-close-button:before, .vjs-icon-cancel:before {
  content: "\f115";
}

.vjs-icon-replay:before {
  content: "\f116";
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

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

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.video-js .vjs-descriptions-button:before, .vjs-icon-audio-description:before {
  content: "\f11d";
}

.video-js .vjs-audio-button:before, .vjs-icon-audio:before {
  content: "\f11e";
}

.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js .vjs-tech, .video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js *, .video-js :after, .video-js :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin: 0;
}

.vjs-error .vjs-error-display:before, .vjs-menu .vjs-menu-content, .vjs-no-js {
  font-family: Arial,Helvetica,sans-serif;
}

.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

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

.vjs-disabled {
  opacity: .5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  font-size: 18px;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

.vjs-no-js a, .vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: .3em;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -.75em;
  margin-left: -1.5em;
}

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em;
  font-weight: 700;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  transition: none;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .1s,opacity .1s;
  transition: visibility .1s,opacity .1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s,opacity 1s;
  transition: visibility 1s,opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  outline: 0;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all .2s;
  transition: all .2s;
  height: .3em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display:after, .video-js .vjs-progress-control:hover .vjs-play-progress:after, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
  font-family: Arial,Helvetica,sans-serif;
  visibility: visible;
  font-size: .6em;
}

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-tooltip-progress-bar {
  position: absolute;
  display: block;
  height: .3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.video-js .vjs-mouse-display:before, .video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  position: absolute;
  top: -.333333333333333em;
  right: -.5em;
  font-size: .9em;
}

.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after, .video-js .vjs-time-tooltip {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: .9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: .3em;
}

.video-js .vjs-play-progress:after, .video-js .vjs-play-progress:before, .video-js .vjs-time-tooltip {
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: #fff;
  background: rgba(115, 133, 159, 0.75);
}

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}

.vjs-tooltip-progress-bar {
  visibility: hidden;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s,opacity 1s;
  transition: visibility 1s,opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none;
}

.video-js .vjs-progress-control .vjs-mouse-display:after, .vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 .45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  -webkit-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-js .vjs-volume-bar {
  margin: 1.35em .45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: .9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: .3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -.5em;
  left: -.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: .3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -.3em;
  right: -.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: .5em;
  height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content, .vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-vertical:focus .vjs-menu-content, .vjs-volume-menu-button-vertical:hover .vjs-menu-content {
  height: 8em;
  width: 2.9em;
}

.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content, .vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-horizontal:focus .vjs-menu-content, .vjs-volume-menu-button-horizontal:hover .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js .vjs-current-time, .video-js .vjs-duration, .vjs-live .vjs-time-control, .vjs-live .vjs-time-divider, .vjs-no-flex .vjs-current-time, .vjs-no-flex .vjs-duration {
  display: none;
}

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
  display: block;
}

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: #fff transparent transparent;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: .44s;
  animation-delay: .44s;
}

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0%, 100%, 20%, 60% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
}

@-webkit-keyframes vjs-spinner-fade {
  0%, 100%, 20%, 60% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button {
  display: none;
}

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: .5em;
  height: 16em;
  font-size: 12px;
  width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors, .vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after, .vjs-caption-settings .vjs-tracksettings-controls:after, .vjs-caption-settings .vjs-tracksettings-font:after {
  clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none;
}

.vjs-caption-settings .vjs-tracksetting label, .vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right;
}

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}

.vjs-caption-settings label > input {
  margin-right: 10px;
}

.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: .5em;
}

.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-caption-settings input[type=button] {
  width: 40px;
  height: 40px;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}

/* videojs-resolution-switcher.css */
.vjs-resolution-button {
  color: #ffffff;
  font-family: VideoJS;
}

.vjs-resolution-button .vjs-resolution-button-staticlabel:before {
  content: '\f110';
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-resolution-button .vjs-resolution-button-label {
  font-size: 1.2em;
  line-height: 2.30em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.vjs-resolution-button ul.vjs-menu-content {
  width: 4em !important;
}

.vjs-resolution-button .vjs-menu {
  left: 0;
}

.vjs-resolution-button .vjs-menu li {
  text-transform: none;
}

/* other usefull general extensions */
.vjs-nofull .vjs-fullscreen-control {
  display: none;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  vertical-align: top;
  text-align: left;
}

input[type='text'] {
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type='password'], input[type='file'] {
  resize: none;
}

input[type='hidden'] {
  display: none;
}

textarea {
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

cite {
  font-style: normal;
}

html.lt-ie9 header,
html.lt-ie9 nav,
html.lt-ie9 section,
html.lt-ie9 article,
html.lt-ie9 aside,
html.lt-ie9 footer,
html.lt-ie9 hgroup {
  display: block;
}

:link,
:visited {
  outline: none;
  color: inherit;
  text-decoration: none;
}

:link:hover,
:visited:hover {
  text-decoration: underline;
}

a.\--nn {
  text-decoration: none !important;
}

a.\--nn:hover {
  text-decoration: none !important;
}

a.\--ny {
  text-decoration: none !important;
}

a.\--ny:hover {
  text-decoration: underline !important;
}

a.\--yn {
  text-decoration: underline !important;
}

a.\--yn:hover {
  text-decoration: none !important;
}

a.\--yy {
  text-decoration: underline !important;
}

a.\--yy:hover {
  text-decoration: underline !important;
}

.\--margintop-none {
  margin-top: 0px;
}

.\--marginbottom-none {
  margin-bottom: 0px;
}

.\--paddingtop-none {
  padding-top: 0px;
}

.\--paddingbottom-none {
  padding-bottom: 0px;
}

.\--margintop-mini {
  margin-top: 14px;
}

.\--marginbottom-mini {
  margin-bottom: 14px;
}

.\--paddingtop-mini {
  padding-top: 14px;
}

.\--paddingbottom-mini {
  padding-bottom: 14px;
}

.\--margintop-small {
  margin-top: 20px;
}

.\--marginbottom-small {
  margin-bottom: 20px;
}

.\--paddingtop-small {
  padding-top: 20px;
}

.\--paddingbottom-small {
  padding-bottom: 20px;
}

.\--margintop-standard {
  margin-top: 40px;
}

.\--marginbottom-standard {
  margin-bottom: 40px;
}

.\--paddingtop-standard {
  padding-top: 40px;
}

.\--paddingbottom-standard {
  padding-bottom: 40px;
}

.\--margintop-large {
  margin-top: 60px;
}

.\--marginbottom-large {
  margin-bottom: 60px;
}

.\--paddingtop-large {
  padding-top: 60px;
}

.\--paddingbottom-large {
  padding-bottom: 60px;
}

.\--margintop-xlarge {
  margin-top: 100px;
}

.\--marginbottom-xlarge {
  margin-bottom: 100px;
}

.\--paddingtop-xlarge {
  padding-top: 100px;
}

.\--paddingbottom-xlarge {
  padding-bottom: 100px;
}

.demogrid {
  position: fixed;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
  font-size: 0.8572rem;
  line-height: 1;
  opacity: 0.5;
}

.demogrid__col {
  width: 4.59184%;
  float: left;
  margin-right: 4.08163%;
  background-color: #cccccc;
}

.demogrid__col:last-child {
  width: 4.59184%;
  float: right;
  margin-right: 0;
}

html,
body {
  font-family: "Istok Web", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5715;
  color: #333333;
}

h1, .\--like-h1 {
  font-size: 2.7144rem;
  line-height: 1.158;
  font-weight: normal;
  text-transform: uppercase;
}

.page-inner > h1,
.col > h1, .page-inner > .\--like-h1,
.col > .\--like-h1 {
  margin-bottom: 10px;
}

h2, .\--like-h2 {
  font-size: 2.7144rem;
  line-height: 1.158;
  font-weight: normal;
  text-transform: uppercase;
}

.page-inner > h2,
.col > h2, .page-inner > .\--like-h2,
.col > .\--like-h2 {
  margin-bottom: 10px;
}

h3, .\--like-h3 {
  font-size: 2.143rem;
  line-height: 1.1334;
  font-weight: normal;
  text-transform: uppercase;
}

.page-inner > h3,
.col > h3, .page-inner > .\--like-h3,
.col > .\--like-h3 {
  margin-bottom: 10px;
}

h4, .\--like-h4 {
  font-size: 1.0001rem;
  line-height: 1.5715;
  font-weight: bold;
  text-transform: uppercase;
}

.page-inner > h4,
.col > h4, .page-inner > .\--like-h4,
.col > .\--like-h4 {
  margin-bottom: 10px;
}

h5, .\--like-h5 {
  font-size: 0.8572rem;
  line-height: 1.6668;
  font-weight: bold;
}

.page-inner > h5,
.col > h5, .page-inner > .\--like-h5,
.col > .\--like-h5 {
  margin-bottom: 10px;
}

.\--text-small {
  font-size: 0.8572rem;
  line-height: 1.2501;
}

.\--text-large {
  font-size: 2.143rem;
  line-height: 1.1334;
}

.\--fontweight-normal {
  font-weight: normal;
}

.\--fontweight-bold {
  font-weight: bold;
}

html,
body {
  height: 100%;
}

body {
  overflow-y: scroll;
  background-color: #ffffff;
}

.body--preventscrollingforfullsize {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.page-outer {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.page-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 980px;
  height: 100%;
}

.page-inner::after {
  content: '';
  clear: both;
  display: table;
}

.page-wrapper {
  position: relative;
}

.page-content {
  position: relative;
}

.page-content::after {
  content: '';
  clear: both;
  display: table;
}

.\--narrow {
  margin-left: auto;
  margin-right: auto;
  width: 82.65306%;
}

.page-header {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 113px;
  background: rgba(255, 255, 255, 0.8) url(../img/all.png) scroll 0 -300px repeat-x;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-header:hover {
  background-color: #ffffff !important;
}

.page--is-scrolled .page-header {
  height: 83px;
  background-position: 0 -330px;
}

.page-header .page-outer,
.page-header .page-inner {
  height: 100%;
}

.header__logo {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  left: 0;
  width: 206px;
  height: 65px;
  background: transparent url(../img/all.png) scroll -100px 0 no-repeat;
}

.header__mainmenu {
  position: absolute;
  left: 269px;
  top: 0;
  height: 113px;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}

.page--is-scrolled .header__mainmenu {
  height: 83px;
}

.navigation-main {
  height: 100%;
}

.navigation-main > ul {
  height: 100%;
  list-style: none;
}

.navigation-main > ul > li {
  position: relative;
  display: inline-block;
  height: 100%;
  font-size: 18px;
  line-height: 113px;
  white-space: nowrap;
  -webkit-transition: line-height 0.4s ease-in-out;
  transition: line-height 0.4s ease-in-out;
}

.page--is-scrolled .navigation-main > ul > li {
  line-height: 83px;
}

.navigation-main > ul > li > ul {
  position: absolute;
  left: -10px;
  top: 76px;
  display: none;
  list-style: none;
  border-bottom: 3px solid #b6bf00;
  background-color: #ffffff;
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}

.page--is-scrolled .navigation-main > ul > li > ul {
  top: 61px;
}

.navigation-main > ul > li > ul li {
  padding: 10px;
}

.navigation-main > ul > li:hover > ul {
  display: block;
  opacity: 1;
  -webkit-animation: fadeInFromNone 0.25s ease-in-out;
          animation: fadeInFromNone 0.25s ease-in-out;
}

.navigation-main > ul li > ul > li {
  display: block;
  line-height: 20px;
}

.navigation-main a {
  display: inline-block;
  padding: 0 12px;
}

.navigation-main .selected > a,
.navigation-main .path-selected > a {
  color: #a7ae1e;
}

.banner {
  position: fixed;
  z-index: 2;
  top: 113px;
  width: 100%;
  min-height: 25px;
  background: transparent url(../img/all.png) scroll 0 -430px repeat-x;
  color: #ffffff;
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}

.page--is-scrolled .banner {
  top: 83px;
}

.banner__content {
  display: inline-block;
  padding: 6px 0 7px;
}

.banner__content a {
  font-weight: bold;
}

.page-footer {
  position: relative;
  background: #333333 url(../img/section-bg-bright-50.png) scroll center 0 repeat-y;
  color: #cccccc;
}

.footer__metamenu {
  padding: 40px 0;
}

.footer__headline {
  font-size: 1.0001rem;
  line-height: 1.5715;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.page-inner > .footer__headline,
.col > .footer__headline {
  margin-bottom: 10px;
}

.footer__col {
  width: 11.68831%;
  float: left;
  margin-right: 10.38961%;
}

.footer__col:last-child {
  margin-right: 0;
}

.footer__col--width-2 {
  width: 33.76623%;
  float: left;
  margin-right: 10.38961%;
}

.navigation-meta::after {
  content: '';
  clear: both;
  display: table;
}

.navigation-meta ul {
  list-style: none;
}

.navigation-meta a {
  display: inline-block;
}

.navigation-meta .selected {
  font-weight: bold;
  color: #ffffff;
}

.footer__copyright {
  font-size: 0.8572rem;
  line-height: 1.2501;
  padding-bottom: 40px;
}

.footer__logo {
  width: 136px;
  height: 43px;
  margin-bottom: 14px;
  background: transparent url(../img/logo-white.png) left top no-repeat;
  background-size: contain;
}

.footer__contactcols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__contactcol {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-right: 20px;
}

.footer__contactcol:last-child {
  margin-right: 0;
}

.button {
  position: relative;
  display: inline-block;
  height: 31px;
  padding-left: 11px;
  padding-right: 7px;
  margin: 13px 0 11px;
  background: transparent url(../img/all.png) scroll left -200px no-repeat;
  line-height: 31px;
  font-weight: bold;
  color: #ffffff;
}

.button::before {
  content: '';
  position: absolute;
  right: -15px;
  top: 0;
  width: 15px;
  height: 31px;
  background: transparent url(../img/all.png) scroll right -200px no-repeat;
}

.button--white {
  background-position: left -250px;
  color: #333333;
}

.button--white::before {
  background-position: right -250px;
}

.cols::after {
  content: '';
  clear: both;
  display: table;
}

.cols--marginbottom {
  margin-bottom: 37px;
}

.col:last-child {
  float: right;
  margin-right: 0;
}

.col--width-33 {
  width: 30.61224%;
  float: left;
  margin-right: 4.08163%;
}

.col--width-50 {
  width: 47.95918%;
  float: left;
  margin-right: 4.08163%;
}

.dataprotection > h4 {
  font-size: 2.143rem;
  line-height: 1.1334;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 40px;
}

.page-inner > .dataprotection > h4,
.col > .dataprotection > h4 {
  margin-bottom: 10px;
}

.dataprotection ul h4 {
  font-size: 1.0001rem;
  line-height: 1.5715;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}

.page-inner > .dataprotection ul h4,
.col > .dataprotection ul h4 {
  margin-bottom: 10px;
}

.dataprotection p {
  margin-bottom: 10px;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero--small {
  height: 50vh;
}

.hero__image {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.hero__image::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  height: 25%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.hero__image::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.hero:hover .hero__image {
  left: -1%;
  right: -1%;
  top: -1%;
  bottom: -1%;
}

.hero__headline {
  position: absolute;
  z-index: 1;
  left: 90px;
  top: 200px;
  font-size: 52px;
  line-height: 1.0578;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px #585858;
  white-space: pre;
}

.hero__teaser {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 100px;
  width: 350px;
}

.hero__teaser--wide {
  width: 450px;
}

.hero__teaser--xwide {
  width: 550px;
}

.hero__teaser--xxwide {
  width: 650px;
}

.hero__teaser--xxxwide {
  width: 800px;
}

.hero__teaser--rightbottom {
  left: auto;
  right: 0;
}

.image__image {
  display: block;
  width: 100%;
  height: auto;
}

.parallax {
  position: relative;
  height: 360px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax__content {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
}

.parallax__headline {
  font-size: 52px;
  line-height: 1.0578;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px #585858;
}

.parallax__teaser {
  width: 350px;
}

.parallax__teaser .teaser:hover {
  top: 0;
}

.parallax__headline + .parallax__teaser {
  margin-top: 20px;
}

.parallax__teaser--wide {
  width: 450px;
}

.richtext a {
  text-decoration: underline;
}

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

.richtext ul {
  padding-left: 1.2em;
}

.richtext ol {
  padding-left: 1.2em;
}

.richtext--textdecoration-reverse a {
  text-decoration: none;
}

.richtext--textdecoration-reverse a:hover {
  text-decoration: underline;
}

.richtext--size-small {
  font-size: 0.8572rem;
  line-height: 1.2501;
}

.section {
  position: relative;
  padding: 30px 0 40px;
  margin-bottom: 3px;
  background: transparent url(../img/section-bg-dark.png) scroll center 0 repeat-y;
}

.section::after {
  content: '';
  clear: both;
  display: table;
}

.section--brown {
  background-color: #6f6155;
  background-image: url(../img/section-bg-bright.png);
}

.section--gray {
  background-color: #cccccc;
  background-image: url(../img/section-bg-bright.png);
}

.section--green {
  background-color: #b6bf00;
  background-image: url(../img/section-bg-bright.png);
}

.section__headline {
  margin-top: 20px;
}

.separator {
  position: relative;
  margin-bottom: 3px;
  background: transparent url(../img/section-bg-dark.png) scroll center 0 repeat-y;
}

.separator::after {
  content: '';
  clear: both;
  display: table;
}

.separator hr {
  height: 3px;
  border: 0;
  background: transparent url(../img/hr-bg.png) scroll center top repeat-y;
}

.separator--green {
  background-color: #b6bf00;
  background-image: url(../img/section-bg-bright.png);
}

.separator--brown {
  background-color: #6f6155;
  background-image: url(../img/section-bg-bright.png);
}

.spacer--size-s {
  height: 7px;
}

.spacer--size-m {
  height: 14px;
}

.spacer--size-l {
  height: 28px;
}

.spacer--size-xl {
  height: 42px;
}

/*! stage-big, stage-small
----------------------------------------------- */
section.stage {
  position: relative;
  padding: 0;
}

section.stage div.stage-teaser {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

section.stage div.stage-teaser div.teaser {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 350px;
}

section.stage div.stage-teaser div.teaser.special-teaser-1 {
  background: none;
  padding-right: 0;
}

section.stage div.stage-teaser div.teaser.special-teaser-1.line-white {
  border-color: #ffffff;
}

section.stage div.stage-teaser div.teaser.special-teaser-1.line-grey {
  border-color: #cccccc;
}

section.stage div.stage-teaser div.teaser.special-teaser-1.line-darkgrey {
  border-color: #585858;
}

section.stage div.stage-teaser div.teaser.special-teaser-1.line-brown {
  border-color: #6f6155;
}

section.stage div.stage-teaser div.teaser.special-teaser-1 div.teaser-content {
  padding: 10px 0 0 0;
}

section.stage div.stage-teaser div.teaser a {
  font-weight: bold;
  color: #b6bf00;
}

section.stage-big div.slider-container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1076px;
  height: 681px;
  overflow: hidden;
}

section.stage-big div.slider-container div.slides {
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 1076px;
  height: 681px;
}

section.stage-big div.slider-container div.slides .stage-headline {
  position: absolute;
  z-index: 1;
  left: 90px;
  top: 200px;
  white-space: pre;
}

section.stage-small div.slider-container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1076px;
  height: 341px;
  overflow: hidden;
}

section.stage-small div.slider-container div.slides {
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 1076px;
  height: 341px;
}

section.stage-small div.slider-container div.slides .stage-headline {
  position: absolute;
  z-index: 1;
  left: 100px;
  top: 20%;
}

.teaser {
  position: relative;
  top: 0;
  display: block;
  padding-right: 30px;
  border-top: 3px solid #c4cb33;
  color: #585858;
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}

.teaser:hover {
  top: -5px;
}

.teaser::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: transparent url(../img/teaser-bright.png) scroll bottom right no-repeat;
}

.teaser--border::after {
  background-image: url(../img/teaser-border.png);
}

.teaser--green {
  color: #ffffff;
}

.teaser--green::after {
  background-image: url(../img/teaser-green.png);
}

.teaser--maxwidth-standard {
  max-width: 350px;
}

.teaser--maxwidth-large {
  max-width: 450px;
}

.teaser--maxwidth-xlarge {
  max-width: 550px;
}

.teaser--with-headerimage {
  padding-top: 115px;
}

.teaser__headlinewrapper {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -20px;
  width: 100%;
}

.teaser__headline {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 52px;
  line-height: 1.0578;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px #585858;
}

.teaser__headerimage {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 24.46809%;
}

.teaser--border .teaser__headerimage::before,
.teaser--green .teaser__headerimage::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 3px;
  background-color: #c4cb33;
}

.teaser--border .teaser__headerimage::after,
.teaser--green .teaser__headerimage::after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 3px;
  background-color: #c4cb33;
}

.teaser__headerimage img {
  display: block;
  width: 100%;
  height: auto;
}

.teaser__placeholder {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.teaser:hover .teaser__placeholder {
  left: -2%;
  right: -2%;
  top: -2%;
  bottom: -2%;
}

.teaser__content {
  min-height: 30px;
  padding: 10px 20px;
  background: transparent url(../img/teaser-bright.png) scroll left bottom no-repeat;
}

.teaser--border .teaser__content {
  background-image: url(../img/teaser-border.png);
}

.teaser--green .teaser__content {
  background-image: url(../img/teaser-green.png);
}

.teaser__innerheadline {
  margin-top: 5px;
  margin-bottom: 10px;
}

.testimonial {
  position: relative;
  padding-bottom: 15px;
}

.testimonial::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 92px;
  height: 77px;
  background: transparent url(../img/all.png) scroll -100px -100px no-repeat;
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}

.testimonial--image-left {
  padding-left: 340px;
  padding-right: 0;
}

.testimonial--image-left::before {
  left: 340px;
}

.testimonial__text {
  position: relative;
  z-index: 1;
  padding-top: 1em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 38px;
  line-height: 1.158;
}

.testimonial__text--size-medium {
  font-size: 30px;
}

.testimonial__text--size-small {
  font-size: 24px;
}

.testimonial__source {
  margin-top: 11px;
}

.testimonial__image {
  position: absolute;
  right: 0;
  top: -60px;
  bottom: -40px;
}

.testimonial__image img {
  float: right;
  display: block;
  height: 100%;
}

.testimonial--image-left .testimonial__image {
  left: 0;
  right: auto;
}

.testimonial--image-left .testimonial__image img {
  float: none;
}

@media print {
  blockquote,
  pre {
    page-break-inside: avoid;
  }
}

@page {
  margin: 1cm 0;
  size: landscape;
}

/*! nl-registration
----------------------------------------------- */
div.nl-registration input.text {
  border: 2px solid #c3ca32;
  font-size: 18px;
  line-height: 45px;
  width: 450px;
  margin-top: 23px;
  color: #c5c5c5;
  padding: 9px 8px 8px 8px;
}

/*! stage slider
----------------------------------------------- */
.jssora21l
, .jssora21r
, .jssora21ldn
, .jssora21rdn {
  position: absolute;
  cursor: pointer;
  display: block;
  background: url(../img/a21.png) center center no-repeat;
  overflow: hidden;
}

.jssora21l {
  background-position: -3px -33px;
}

.jssora21r {
  background-position: -63px -33px;
}

.jssora21l:hover {
  background-position: -123px -33px;
}

.jssora21r:hover {
  background-position: -183px -33px;
}

.jssora21ldn {
  background-position: -243px -33px;
}

.jssora21rdn {
  background-position: -303px -33px;
}

.jssorb12 div
, .jssorb12 .av {
  background: url(../img/b12.png) no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.jssorb12 div {
  background-position: -7px -7px;
}

.jssorb12 .av {
  background-position: -67px -7px;
}

.jssorb12 .dn {
  background-position: -97px -7px;
}

div.jssorb12 div {
  width: 16px !important;
  height: 16px !important;
}

h2.stage-headline {
  color: #ffffff;
  font-size: 52px;
  line-height: 55px;
  font-weight: bold;
  text-shadow: 2px 2px #666;
}

/*! image-container
----------------------------------------------- */
div.image-container {
  padding-bottom: 20px;
}

/*! teaser-slider
----------------------------------------------- */
div.Teaser-wrapper {
  position: relative;
}

div.Teaser-wrapper > div.teaser-slider {
  position: relative;
  overflow: hidden;
  width: 820px;
}

div.Teaser-wrapper > div.teaser-slider > div.teaser-strip {
  white-space: nowrap;
}

div.Teaser-wrapper > div.teaser-slider > div.teaser-strip > div.teaser-item {
  display: inline-block;
  width: 820px;
  margin-right: 10px;
  white-space: normal;
  vertical-align: top;
}

div.Teaser-wrapper > div.teaser-slider > div.teaser-strip > div.teaser-item div.visual img {
  display: block;
}

div.Teaser-wrapper > div.teaser-slider > div.teaser-strip > div.teaser-item div.teaser-body {
  padding-top: 8px;
}

div.Teaser-wrapper > div.teaser-arrow-navi a {
  position: absolute;
  z-index: 10;
  top: 178px;
  display: block;
  width: 19px;
  height: 44px;
  background: transparent url(../img/all.png) scroll 0px 0px no-repeat;
}

div.Teaser-wrapper > div.teaser-arrow-navi a.left {
  left: -48px;
  background-position: -200px -100px;
}

div.Teaser-wrapper > div.teaser-arrow-navi a.right {
  right: -48px;
  background-position: -250px -100px;
}

div.Teaser-wrapper.is-first > div.teaser-arrow-navi a.left {
  background-position: -200px -150px;
}

div.Teaser-wrapper.is-last > div.teaser-arrow-navi a.right {
  background-position: -250px -150px;
}

/*! tabbox
----------------------------------------------- */
div.tabbox {
  min-height: 500px;
}

div.tabbox:after {
  display: block;
  content: '.';
  visibility: hidden;
  height: 0;
  line-height: 0;
  clear: both;
  margin: 0;
}

div.tabbox > nav {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 201px;
  background-color: #b6bf00;
  border-right: 1px solid #585858;
}

div.tabbox > nav ul {
  list-style: none;
  padding: 35px 0 15px 0;
}

div.tabbox > nav ul li {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}

div.tabbox > nav ul li.selected {
  font-weight: bold;
}

div.tabbox > nav li.selected:before {
  content: "";
  position: absolute;
  right: -17px;
  top: 2px;
  display: inline-block;
  border-color: transparent transparent transparent #585858;
  border-style: solid;
  border-width: 17px 0 17px 17px;
}

div.tabbox > nav li.selected:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 2px;
  display: inline-block;
  border-color: transparent transparent transparent #b6bf00;
  border-style: solid;
  border-width: 17px 0 17px 17px;
}

div.tabbox > nav ul li a {
  display: block;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
}

div.tabbox > div.content {
  padding-left: 202px;
}

div.tabbox > div.content div.tabcontent {
  display: none;
  padding: 30px 48px 30px 48px;
}

div.tabbox > div.content div.tabcontent.selected {
  display: block;
}

div.tabbox div.col-50 {
  width: 369px;
}

/*! product-details-description
----------------------------------------------- */
div.product-details-image img {
  display: none;
}

div.product-details-image img.selected {
  display: inline;
}

div.product-details-description h4 {
  font-size: 18px;
  text-transform: none;
}

div.product-details-description span.price {
  font-size: 24px;
  font-weight: bold;
}

div.product-details-description a.shipping {
  text-decoration: underline;
}

div.product-details-description a.shipping:hover {
  text-decoration: none;
}

div.product-details-description div.inlay-selection {
  position: relative;
  padding-left: 65px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ddd;
  margin-bottom: 10px;
}

div.product-details-description div.inlay-selection i.check {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: -10px;
  width: 45px;
  height: 63px;
  background: transparent url(../img/all.png) scroll -350px -100px no-repeat;
  opacity: .3;
}

div.product-details-description div.inlay-selection.inlay-is-selected i.check {
  background-position: -300px -100px;
  opacity: 1;
}

div.product-details-description div.inlay-selection label {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 12px;
}

div.product-details-description div.inlay-selection ul {
  position: relative;
  list-style: none;
  height: 34px;
  overflow: hidden;
}

div.product-details-description div.inlay-selection ul li {
  display: inline-block;
  margin-right: 5px;
}

div.product-details-description div.inlay-selection ul li i.inlay {
  display: block;
  width: 40px;
  height: 34px;
  background: transparent url(../img/all.png) scroll 0 0 no-repeat;
}

div.product-details-description div.inlay-selection ul li i.inlay-0 {
  background-position: -350px -500px;
}

div.product-details-description div.inlay-selection ul li.selected i.inlay-0 {
  background-position: -350px -550px;
}

div.product-details-description div.inlay-selection ul li i.inlay-1 {
  background-position: 0 -500px;
}

div.product-details-description div.inlay-selection ul li.selected i.inlay-1 {
  background-position: 0 -550px;
}

div.product-details-description div.inlay-selection ul li i.inlay-2 {
  background-position: -50px -500px;
}

div.product-details-description div.inlay-selection ul li.selected i.inlay-2 {
  background-position: -50px -550px;
}

div.product-details-description div.inlay-selection ul li i.inlay-3 {
  background-position: -100px -500px;
}

div.product-details-description div.inlay-selection ul li.selected i.inlay-3 {
  background-position: -100px -550px;
}

div.product-details-description div.inlay-selection ul li i.inlay-4 {
  background-position: -150px -500px;
}

div.product-details-description div.inlay-selection ul li.selected i.inlay-4 {
  background-position: -150px -550px;
}

div.product-details-description div.inlay-selection ul li i.inlay-5 {
  background-position: -200px -500px;
}

div.product-details-description div.inlay-selection ul li.selected i.inlay-5 {
  background-position: -200px -550px;
}

div.product-details-description div.inlay-selection ul li i.inlay-6 {
  background-position: -250px -500px;
}

div.product-details-description div.inlay-selection ul li.selected i.inlay-6 {
  background-position: -250px -550px;
}

div.product-details-description div.inlay-selection ul li i.inlay-7 {
  background-position: -300px -500px;
}

div.product-details-description div.inlay-selection ul li.selected i.inlay-7 {
  background-position: -300px -550px;
}

div.product-details-description a.btn {
  margin-top: 5px;
  margin-bottom: 0;
}

div.product-details-description a.buy-on-amazon {
  font-size: 11px;
  text-decoration: underline;
}

div.product-details-description a.buy-on-amazon:hover {
  text-decoration: none;
}

div.product-details-description div.product-step {
  position: relative;
  display: none;
}

div.product-details-description div.product-step-1 {
  display: block;
}

div.product-details-description div.order-form {
  padding-top: 10px;
}

div.product-details-description div.order-form div.form-item {
  padding: 3px 0 5px 0;
}

div.product-details-description div.order-form div.form-item input {
  width: 350px;
  padding: 1px 2px 0px 5px;
}

div.product-details-description div.order-form div.form-item textarea {
  width: 352px;
  height: 80px;
  padding: 1px 0px 1px 5px;
}

::-webkit-input-placeholder {
  color: #aaaaaa;
}

/* WebKit browsers */
:-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
  color: #aaaaaa;
}

/* Internet Explorer 10+ */
div.product-details-description div.order-form div.error {
  color: #cc0000;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.product-details-description a.back {
  font-size: 11px;
  line-height: 14px;
}

div.product-details-description hr.green_bg {
  position: static;
  margin-bottom: 15px;
}

/*! contact-formular
----------------------------------------------- */
div.contact-formular div.error {
  color: #cc0000;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*! recall-formular
----------------------------------------------- */
div.recall-form div.error {
  color: #cc0000;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*! contact-form
----------------------------------------------- */
div.contact-form {
  padding-top: 10px;
}

div.contact-form div.form-item {
  padding: 3px 0 5px 0;
}

div.contact-form div.form-item input {
  width: 391px;
  padding: 1px 2px 0px 5px;
}

div.contact-form div.form-item textarea {
  width: 393px;
  height: 80px;
  padding: 1px 0px 1px 5px;
}

div.contact-form div.form-item select {
  width: 400px;
}

div.form-item .placeholder {
  color: #aaaaaa;
}

div.form-item .placeholder option {
  color: #585858;
}

::-webkit-input-placeholder {
  color: #aaaaaa;
}

/* WebKit browsers */
:-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
  color: #aaaaaa;
}

/* Internet Explorer 10+ */
div.contact-form div.error {
  color: #cc0000;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*# sourceMappingURL=../maps/main.css.map */
