
/* moved by compressor */
@charset "UTF-8";
/* moved by compressor */
@import url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/bower_components/photoswipe/dist/photoswipe.css');
/* moved by compressor */
@import url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/bower_components/photoswipe/dist/default-skin/default-skin.css');
/* moved by compressor */
@charset "UTF-8";
/* Slider */


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url('/img/ajax-loader.gif?1476787076') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot');
  src: url('/fonts/slick.eot?#iefix') format("embedded-opentype"), url('/fonts/slick.woff') format("woff"), url('/fonts/slick.ttf') format("truetype"), url('/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * 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=80em&xxlarge=90em";
}

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  background: #FFFFFF;
  -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: 80rem;
  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 {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.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.9375rem;
    padding-right: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}
.row .column.row.row, .row .row.row.columns {
  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, .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 {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.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, .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

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

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .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, .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

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

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .xlarge-2 {
    width: 16.66667%;
  }

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

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

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

  .xlarge-3 {
    width: 25%;
  }

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

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

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

  .xlarge-4 {
    width: 33.33333%;
  }

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

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

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

  .xlarge-5 {
    width: 41.66667%;
  }

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

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

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

  .xlarge-6 {
    width: 50%;
  }

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

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

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

  .xlarge-7 {
    width: 58.33333%;
  }

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

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

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

  .xlarge-8 {
    width: 66.66667%;
  }

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

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

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

  .xlarge-9 {
    width: 75%;
  }

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

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

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

  .xlarge-10 {
    width: 83.33333%;
  }

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

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

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

  .xlarge-11 {
    width: 91.66667%;
  }

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

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

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

  .xlarge-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-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: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #8e8e8e;
  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: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
a {
  color: #0085CA;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: #0072ae;
}
a img {
  border: 0;
}

hr {
  max-width: 80rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #8e8e8e;
  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;
  border-left: none;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #1f1f1f;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #1f1f1f;
}
cite:before {
  content: '\2014 \0020';
}

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  background-color: #E6E6E6;
  border: 1px solid #8e8e8e;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

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

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

.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;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-text-left {
    text-align: left;
  }

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

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

  .xlarge-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 #1f1f1f;
    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: #0085CA;
  color: #FFF;
}
[data-whatinput='mouse'] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #0071ac;
  color: #FFF;
}
.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: #2199e8;
  color: #FFF;
}
.button.primary:hover, .button.primary:focus {
  background-color: #147cc0;
  color: #FFF;
}
.button.secondary {
  background-color: #777;
  color: #FFF;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #FFF;
}
.button.success {
  background-color: #3adb76;
  color: #FFF;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #FFF;
}
.button.warning {
  background-color: #ffae00;
  color: #FFF;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #FFF;
}
.button.alert {
  background-color: #ec5840;
  color: #FFF;
}
.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #FFF;
}
.button.hollow {
  border: 1px solid #0085CA;
  color: #0085CA;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #004365;
  color: #004365;
}
.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}
.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: #0085CA;
  color: #FFF;
}
.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #FFFFFF 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;
}

/*@include foundation-forms;*/
.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: 79.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

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

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

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

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

@media screen and (max-width: 79.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-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;
}

/*
@include foundation-accordion;
@include foundation-accordion-menu;
@include foundation-badge;
@include foundation-breadcrumbs;

@include foundation-button-group;
@include foundation-callout;
@include foundation-close-button;
@include foundation-drilldown-menu;
@include foundation-dropdown;
@include foundation-dropdown-menu;
@include foundation-flex-video;
@include foundation-label;
@include foundation-media-object;
@include foundation-menu;
@include foundation-off-canvas;
@include foundation-orbit;
@include foundation-pagination;
@include foundation-progress-bar;
@include foundation-slider;
@include foundation-sticky;*/
body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  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(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #8e8e8e;
  background-color: #FFFFFF;
  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: 80rem;
  }
}
@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: 80rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 80rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 80rem;
  }
}
.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;
}

/*@include foundation-switch;*/
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #FFFFFF;
}

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

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

tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
tbody th,
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 tr:hover {
  background-color: #fafafa;
}
table.hover tr:nth-of-type(even):hover {
  background-color: #ededed;
}

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

/*@include foundation-tabs;
@include foundation-thumbnail;
@include foundation-title-bar;
@include foundation-tooltip;
@include foundation-top-bar;*/


/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/**
*
* @ToDo: fix the whole thing like http://html5please.com/#gradients
*
**/
.xy-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.x-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.y-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

.icon-specs_icons_seatclamp:before {
  content: "\e94c";
}

.icon-calendar_date_ico_radon:before {
  content: "\e94b";
}

.icon-youtube1:before {
  content: "\e946";
}

.icon-specs_icons_expo-Kopie_Zulaessiges_Gesamtgewicht:before {
  content: "\e94a";
}

.icon-Radon_Instagram_Icon_neu:before {
  content: "\e949";
}

.icon-specs_icons_expo_Innenlager:before {
  content: "\e947";
}

.icon-specs_icons_expo_Umwerfer:before {
  content: "\e948";
}

.icon-radon-logo:before {
  content: "\e945";
}

.icon-cross:before {
  content: "\e117";
}

.icon-specs_icons_battery:before {
  content: "\e904";
}

.icon-specs_icons_bell:before {
  content: "\e91e";
}

.icon-specs_icons_brakediscs:before {
  content: "\e91f";
}

.icon-specs_icons_brakes:before {
  content: "\e920";
}

.icon-specs_icons_cassette:before {
  content: "\e921";
}

.icon-specs_icons_chain:before {
  content: "\e922";
}

.icon-specs_icons_chaincase:before {
  content: "\e923";
}

.icon-specs_icons_chainguide:before {
  content: "\e924";
}

.icon-specs_icons_colour:before {
  content: "\e925";
}

.icon-specs_icons_crank:before {
  content: "\e926";
}

.icon-specs_icons_display:before {
  content: "\e927";
}

.icon-specs_icons_engine:before {
  content: "\e928";
}

.icon-specs_icons_fork:before {
  content: "\e929";
}

.icon-specs_icons_frame:before {
  content: "\e92a";
}

.icon-specs_icons_framesize:before {
  content: "\e92b";
}

.icon-specs_icons_fronthub:before {
  content: "\e92c";
}

.icon-specs_icons_grips:before {
  content: "\e92d";
}

.icon-specs_icons_handlebar:before {
  content: "\e92e";
}

.icon-specs_icons_headlight:before {
  content: "\e92f";
}

.icon-specs_icons_headset:before {
  content: "\e930";
}

.icon-specs_icons_pedals:before {
  content: "\e931";
}

.icon-specs_icons_rearderailleur:before {
  content: "\e932";
}

.icon-specs_icons_rearhub:before {
  content: "\e933";
}

.icon-specs_icons_rearlight:before {
  content: "\e934";
}

.icon-specs_icons_innerbearing:before {
  content: "\e947";
}

.icon-specs_icons_derailleur:before {
  content: "\e948";
}

.icon-specs_icons_rearrack:before {
  content: "\e935";
}

.icon-specs_icons_rearsuspension:before {
  content: "\e936";
}

.icon-specs_icons_rims:before {
  content: "\e937";
}

.icon-specs_icons_saddle:before {
  content: "\e938";
}

.icon-specs_icons_seatpost:before {
  content: "\e939";
}

.icon-specs_icons_shifter:before {
  content: "\e93a";
}

.icon-specs_icons_splashguard:before {
  content: "\e93b";
}

.icon-specs_icons_spokes:before {
  content: "\e93c";
}

.icon-specs_icons_stand:before {
  content: "\e93d";
}

.icon-specs_icons_stem:before {
  content: "\e93e";
}

.icon-specs_icons_switchingeye:before {
  content: "\e93f";
}

.icon-specs_icons_tires:before {
  content: "\e940";
}

.icon-specs_icons_travelfork:before {
  content: "\e941";
}

.icon-specs_icons_travelrearsuspension:before {
  content: "\e942";
}

.icon-specs_icons_weight:before {
  content: "\e943";
}

.icon-specs_icons_wheelset:before {
  content: "\e944";
}

.icon-specs_icons_fronttire:before {
  content: "\e940";
}

.icon-specs_icons_reartire:before {
  content: "\e940";
}

.icon-users:before {
  content: "\e903";
}

.icon-parallelogram:before {
  content: "\e91d";
}

.icon-bikecat-1:before {
  content: "\e915";
}

.icon-bikecat-2:before {
  content: "\e916";
}

.icon-bikecat-3:before {
  content: "\e917";
}

.icon-bikecat-4:before {
  content: "\e918";
}

.icon-bikecat-5:before {
  content: "\e919";
}

.icon-bikecat-6:before {
  content: "\e91a";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e949";
}

.icon-chevron-left:before {
  content: "\3c";
}

.icon-chevron-right:before {
  content: "\3e";
}

.icon-pdf:before {
  content: "\e906";
}

.icon-facebook-circle:before {
  content: "\e907";
}

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

.icon-info-circle:before {
  content: "\e909";
}

.icon-instagram-circle:before {
  content: "\e949";
}

.icon-mail-circle:before {
  content: "\e90b";
}

.icon-marker:before {
  content: "\e90c";
}

.icon-move:before {
  content: "\e90d";
}

.icon-phone-circle:before {
  content: "\e90e";
}

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

.icon-rotate:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e911";
}

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

.icon-zoom-in:before {
  content: "\e913";
}

.icon-zoom-out:before {
  content: "\e914";
}

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

.icon-close:before {
  content: "\e905";
}

.icon-download:before {
  content: "\e91b";
}

.icon-shopping-cart:before {
  content: "\e91c";
}

.icon-specs_icons_maximumweightallowed:before {
  content: "\e94a";
}

.icon-specs_icons_charger:before {
  content: "\e94d";
}

html, body {
  overflow-x: hidden;
}

p > a:hover {
  text-decoration: underline;
}

.main {
  clear: both;
}
.main > section {
  position: relative;
  overflow: hidden;
}
.main > section > .row {
  position: relative;
}
@media screen and (min-width: 40em) {
  .main .h-vpheight-10 {
    height: 10vh;
  }
}
@media screen and (min-width: 40em) {
  .main .h-vpheight-20 {
    height: 20vh;
  }
}
@media screen and (min-width: 40em) {
  .main .h-vpheight-30 {
    height: 30vh;
  }
}
@media screen and (min-width: 40em) {
  .main .h-vpheight-40 {
    height: 40vh;
  }
}
@media screen and (min-width: 40em) {
  .main .h-vpheight-50 {
    height: 50vh;
  }
}
@media screen and (min-width: 40em) {
  .main .h-vpheight-60 {
    height: 60vh;
  }
}
@media screen and (min-width: 40em) {
  .main .h-vpheight-70 {
    height: 70vh;
  }
}
@media screen and (min-width: 40em) {
  .main .h-vpheight-80 {
    height: 80vh;
  }
}
@media screen and (min-width: 40em) {
  .main .h-vpheight-90 {
    height: 90vh;
  }
}
@media screen and (min-width: 40em) {
  .main .h-vpheight-100 {
    height: 100vh;
  }
}

.h-spacing-top-outer {
  margin-top: 1.875rem;
}

.h-spacing-top-inner, .o-slick-slider[data-slides-to-show], .o-slick-slider.o-slick-slider--three-slides {
  padding-top: 1.875rem;
}
@media screen and (max-width: 39.9375em) {
  .h-spacing-top-inner.has-content-image, .has-content-image.o-slick-slider[data-slides-to-show], .has-content-image.o-slick-slider.o-slick-slider--three-slides {
    padding-top: 0;
  }
}

.h-spacing-bottom-inner, .o-slick-slider[data-slides-to-show], .o-slick-slider.o-slick-slider--three-slides {
  padding-bottom: 1.875rem;
}

.h-spacing-bottom-outer {
  margin-bottom: 1.875rem;
}

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

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

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

.h-mobile-narrow {
  padding-left: 20%;
  padding-right: 20%;
}
@media screen and (min-width: 40em) {
  .h-mobile-narrow {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.js-resize-image-to-parent > img {
  position: absolute;
  max-width: none;
  display: block;
}

.h-mr-0 {
  margin-right: 0px;
}

.h-mr-5 {
  margin-right: 5px;
}

.h-mr-10 {
  margin-right: 10px;
}

.h-mr-15 {
  margin-right: 15px;
}

.h-mr-20 {
  margin-right: 20px;
}

.h-mr-25 {
  margin-right: 25px;
}

.h-mr-30 {
  margin-right: 30px;
}

.h-mr-35 {
  margin-right: 35px;
}

.h-mr-40 {
  margin-right: 40px;
}

.h-mr-45 {
  margin-right: 45px;
}

.h-mr-50 {
  margin-right: 50px;
}

.h-mr-55 {
  margin-right: 55px;
}

.h-mr-60 {
  margin-right: 60px;
}

.h-mr-65 {
  margin-right: 65px;
}

.h-mr-70 {
  margin-right: 70px;
}

.h-mr-75 {
  margin-right: 75px;
}

.h-mr-80 {
  margin-right: 80px;
}

.h-mr-85 {
  margin-right: 85px;
}

.h-mr-90 {
  margin-right: 90px;
}

.h-mr-95 {
  margin-right: 95px;
}

.h-mr-100 {
  margin-right: 100px;
}

.h-ml-0 {
  margin-left: 0px;
}

.h-ml-5 {
  margin-left: 5px;
}

.h-ml-10 {
  margin-left: 10px;
}

.h-ml-15 {
  margin-left: 15px;
}

.h-ml-20 {
  margin-left: 20px;
}

.h-ml-25 {
  margin-left: 25px;
}

.h-ml-30 {
  margin-left: 30px;
}

.h-ml-35 {
  margin-left: 35px;
}

.h-ml-40 {
  margin-left: 40px;
}

.h-ml-45 {
  margin-left: 45px;
}

.h-ml-50 {
  margin-left: 50px;
}

.h-ml-55 {
  margin-left: 55px;
}

.h-ml-60 {
  margin-left: 60px;
}

.h-ml-65 {
  margin-left: 65px;
}

.h-ml-70 {
  margin-left: 70px;
}

.h-ml-75 {
  margin-left: 75px;
}

.h-ml-80 {
  margin-left: 80px;
}

.h-ml-85 {
  margin-left: 85px;
}

.h-ml-90 {
  margin-left: 90px;
}

.h-ml-95 {
  margin-left: 95px;
}

.h-ml-100 {
  margin-left: 100px;
}

.h-mt-0 {
  margin-top: 0px;
}

.h-mt-5 {
  margin-top: 5px;
}

.h-mt-10 {
  margin-top: 10px;
}

.h-mt-15 {
  margin-top: 15px;
}

.h-mt-20 {
  margin-top: 20px;
}

.h-mt-25 {
  margin-top: 25px;
}

.h-mt-30 {
  margin-top: 30px;
}

.h-mt-35 {
  margin-top: 35px;
}

.h-mt-40 {
  margin-top: 40px;
}

.h-mt-45 {
  margin-top: 45px;
}

.h-mt-50 {
  margin-top: 50px;
}

.h-mt-55 {
  margin-top: 55px;
}

.h-mt-60 {
  margin-top: 60px;
}

.h-mt-65 {
  margin-top: 65px;
}

.h-mt-70 {
  margin-top: 70px;
}

.h-mt-75 {
  margin-top: 75px;
}

.h-mt-80 {
  margin-top: 80px;
}

.h-mt-85 {
  margin-top: 85px;
}

.h-mt-90 {
  margin-top: 90px;
}

.h-mt-95 {
  margin-top: 95px;
}

.h-mt-100 {
  margin-top: 100px;
}

.h-mb-0 {
  margin-bottom: 0px;
}

.h-mb-5 {
  margin-bottom: 5px;
}

.h-mb-10 {
  margin-bottom: 10px;
}

.h-mb-15 {
  margin-bottom: 15px;
}

.h-mb-20 {
  margin-bottom: 20px;
}

.h-mb-25 {
  margin-bottom: 25px;
}

.h-mb-30 {
  margin-bottom: 30px;
}

.h-mb-35 {
  margin-bottom: 35px;
}

.h-mb-40 {
  margin-bottom: 40px;
}

.h-mb-45 {
  margin-bottom: 45px;
}

.h-mb-50 {
  margin-bottom: 50px;
}

.h-mb-55 {
  margin-bottom: 55px;
}

.h-mb-60 {
  margin-bottom: 60px;
}

.h-mb-65 {
  margin-bottom: 65px;
}

.h-mb-70 {
  margin-bottom: 70px;
}

.h-mb-75 {
  margin-bottom: 75px;
}

.h-mb-80 {
  margin-bottom: 80px;
}

.h-mb-85 {
  margin-bottom: 85px;
}

.h-mb-90 {
  margin-bottom: 90px;
}

.h-mb-95 {
  margin-bottom: 95px;
}

.h-mb-100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 1279px) {
  .h-hide-up-to-1280 {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .h-large-y-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 40em) {
  .h-medium-y-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.h-y-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.h-circle {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.currency_gbp {
  display: none !important;
}

.h-has-news-items_ {
  display: none;
}

.h-line-through {
  text-decoration: line-through;
}

.h-opacity-invisible {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtm-opacity: 0;
  opacity: 0;
}

.h-opacity-visible {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtm-opacity: 1;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  #bikeklassifikation .columns.large-9.medium-8.small-12 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 33.333%;
  }
}
@media screen and (min-width: 64em) {
  #bikeklassifikation .columns.large-9.medium-8.small-12 {
    left: 25%;
  }
}
#bikeklassifikation .columns.large-9.medium-8.small-12 p {
  margin-bottom: 0;
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: .5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: .5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.juicer-feed.slider .slick-prev,
.juicer-feed.slider .slick-next {
  transform: none;
}

a, button {
  cursor: pointer;
}

/* speed up clicks on touch devices */
a[href], button {
  ‐ms‐touch‐action: none;
  touch‐action: none;
}

.e-background-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  .has-content-image .e-background-wrap {
    position: relative;
  }
  .has-content-image .e-background-wrap img {
    max-width: 100%;
    position: relative;
    height: auto;
    margin: 0;
  }
}
.e-background-wrap img {
  position: absolute;
  max-width: none;
}

.e-by-cccc {
  color: #000000;
}
.e-by-cccc span.cccc-logo {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -6px 5px;
  background: url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/img/cccc_logo.svg') no-repeat;
  background-size: 100%;
  transition: 250ms ease all;
}
.e-by-cccc:hover {
  text-decoration: underline;
}
.e-by-cccc:hover span.cccc-logo {
  transform: rotate(-180deg);
}

.e-bike-category-home img {
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.e-bike-category-home:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.e-360-container {
  position: relative;
  height: 960px;
  overflow: hidden;
  max-width: 100%;
  background: #000000;
}
.e-360-container iframe, .e-360-container video, .e-360-container embed {
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.e-360-container.fullscreen iframe, .e-360-container.fullscreen video, .e-360-container.fullscreen embed {
  left: 0;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@font-face {
  font-family: 'Geogrotesque';
  font-weight: 400;
  font-style: normal;
  src: url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/geogrotesque/31C943_0_0.eot');
  src: url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/geogrotesque/31C943_0_0.eot#iefix') format("embedded-opentype"), local("Geogrotesque XComp"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/geogrotesque/31C943_0_0.woff2') format("woff2"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/geogrotesque/31C943_0_0.woff') format("woff"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/geogrotesque/31C943_0_0.ttf') format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto/Roboto-regular.eot');
  src: url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto/Roboto-regular.eot?#iefix') format("embedded-opentype"), local("Roboto"), local("Roboto-regular"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto/Roboto-regular.woff2') format("woff2"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto/Roboto-regular.woff') format("woff"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto/Roboto-regular.ttf') format("truetype"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto/Roboto-regular.svg#Roboto') format("svg");
}
@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto/Roboto-700.eot');
  src: url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto/Roboto-700.eot?#iefix') format("embedded-opentype"), local("Roboto Bold"), local("Roboto-700"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto/Roboto-700.woff2') format("woff2"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto/Roboto-700.woff') format("woff"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto/Roboto-700.ttf') format("truetype"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto/Roboto-700.svg#Roboto') format("svg");
}
@font-face {
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-style: normal;
  src: url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto-slab/Roboto-Slab-regular.eot');
  src: url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto-slab/Roboto-Slab-regular.eot?#iefix') format("embedded-opentype"), local("Roboto Slab Regular"), local("Roboto-Slab-regular"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto-slab/Roboto-Slab-regular.woff2') format("woff2"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto-slab/Roboto-Slab-regular.woff') format("woff"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto-slab/Roboto-Slab-regular.ttf') format("truetype"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto-slab/Roboto-Slab-regular.svg#RobotoSlab') format("svg");
}
@font-face {
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-style: normal;
  src: url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto-slab/Roboto-Slab-700.eot');
  src: url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto-slab/Roboto-Slab-700.eot?#iefix') format("embedded-opentype"), local("Roboto Slab Bold"), local("Roboto-Slab-700"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto-slab/Roboto-Slab-700.woff2') format("woff2"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto-slab/Roboto-Slab-700.woff') format("woff"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto-slab/Roboto-Slab-700.ttf') format("truetype"), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/fonts/roboto-slab/Roboto-Slab-700.svg#RobotoSlab') format("svg");
}
blockquote {
  font-family: "Roboto Slab", serif;
}

h3 {
  margin-bottom: 0;
  line-height: 1.25em;
}

.text-black-to-white {
  color: #000000;
}
@media screen and (min-width: 40em) {
  .text-black-to-white {
    color: #FFFFFF;
  }
}

/*
h1 {
  @include headline-xlarge;
}

h2 {
  @include headline-large;
}

h3 {
  @include headline-medium;
}

h4 {
  @include subheadline-large;
}

h5 {
  @include subheadline-medium;
}

h6 {
  @include subheadline-small;
}

p {
  @include paragraph;
}*/
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="email"],
textarea {
  border: none;
  background-color: #E6E6E6;
  box-shadow: none;
  padding: 12px 12px 8px;
  font-size: 1rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
input[type="date"]:focus, input[type="date"].is-filled,
input[type="datetime"]:focus,
input[type="datetime"].is-filled,
input[type="datetime-local"]:focus,
input[type="datetime-local"].is-filled,
input[type="month"]:focus,
input[type="month"].is-filled,
input[type="week"]:focus,
input[type="week"].is-filled,
input[type="search"]:focus,
input[type="search"].is-filled,
input[type="time"]:focus,
input[type="time"].is-filled,
input[type="url"]:focus,
input[type="url"].is-filled,
input[type="text"]:focus,
input[type="text"].is-filled,
input[type="password"]:focus,
input[type="password"].is-filled,
input[type="tel"]:focus,
input[type="tel"].is-filled,
input[type="number"]:focus,
input[type="number"].is-filled,
input[type="email"]:focus,
input[type="email"].is-filled,
textarea:focus,
textarea.is-filled {
  outline: none;
}

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="email"] {
  height: 2.8125rem;
}

label {
  font-size: 16px;
  color: #1f1f1f;
}

fieldset {
  border: none;
  position: relative;
  padding: 0;
  margin-bottom: 1.875rem;
}
fieldset > label {
  position: absolute;
  top: 11px;
  left: 12px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
fieldset > input[type="date"]:focus + label, fieldset > input[type="date"].is-filled + label,
fieldset > input[type="datetime"]:focus + label,
fieldset > input[type="datetime"].is-filled + label,
fieldset > input[type="datetime-local"]:focus + label,
fieldset > input[type="datetime-local"].is-filled + label,
fieldset > input[type="month"]:focus + label,
fieldset > input[type="month"].is-filled + label,
fieldset > input[type="week"]:focus + label,
fieldset > input[type="week"].is-filled + label,
fieldset > input[type="search"]:focus + label,
fieldset > input[type="search"].is-filled + label,
fieldset > input[type="time"]:focus + label,
fieldset > input[type="time"].is-filled + label,
fieldset > input[type="url"]:focus + label,
fieldset > input[type="url"].is-filled + label,
fieldset > input[type="text"]:focus + label,
fieldset > input[type="text"].is-filled + label,
fieldset > input[type="password"]:focus + label,
fieldset > input[type="password"].is-filled + label,
fieldset > input[type="tel"]:focus + label,
fieldset > input[type="tel"].is-filled + label,
fieldset > input[type="number"]:focus + label,
fieldset > input[type="number"].is-filled + label,
fieldset > input[type="email"]:focus + label,
fieldset > input[type="email"].is-filled + label {
  margin: 0;
  color: #0085CA;
  font-size: 0.625rem;
  top: 2px;
}
fieldset > textarea {
  padding-top: 22px;
}
fieldset > textarea:focus + label, fieldset > textarea.is-filled + label {
  margin: 0;
  color: #0085CA;
  font-size: 0.625rem;
  padding: 6px 12px;
  left: 0;
  width: 100%;
  top: 0 !important;
}

input[type="submit"],
input[type="button"],
.e-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0.46875rem 0.9375rem 0.46875rem;
  border: 2px solid #0085CA;
  background-color: #0085CA;
  color: #FFFFFF;
  font-size: 1rem;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -ms-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
  cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover,
.e-button:hover {
  background-color: rgba(254, 254, 254, 0.5);
  color: #0085CA;
}

.a-paragraph.a-paragraph--lead {
  font-size: 1.125rem;
  line-height: 1.4em;
}
@media screen and (min-width: 40em) {
  .a-paragraph.a-paragraph--lead {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 64em) {
  .a-paragraph.a-paragraph--lead {
    font-size: 1.375rem;
  }
}
.a-paragraph.a-paragraph--bigger {
  font-size: 1.125rem;
}
.a-paragraph.a-paragraph--color-black {
  color: #000000;
}
.a-paragraph.a-paragraph--color-white {
  color: #FFFFFF;
}
.a-paragraph.a-paragraph--color-primary {
  color: #0085CA;
}
.a-paragraph.a-paragraph--uppercase {
  text-transform: uppercase;
}
.a-paragraph.a-paragraph--subtext {
  font-size: 0.75rem;
  color: #8e8e8e;
}
.a-paragraph.a-paragraph--subtext a {
  font-size: 0.75rem;
  color: #8e8e8e;
  text-decoration: underline;
}

.a-heading {
  text-transform: uppercase;
  margin: 0;
}
.a-heading.a-heading--xlarge {
  font-size: 4.6875rem;
  line-height: 1em;
}
@media screen and (min-width: 40em) {
  .a-heading.a-heading--xlarge {
    font-size: 7.8125rem;
  }
}
@media screen and (min-width: 64em) {
  .a-heading.a-heading--xlarge {
    font-size: 13.75rem;
  }
}
@media screen and (max-width: 420px) {
  .a-heading.a-heading--xlarge {
    font-size: 3.125rem;
  }
}
.a-heading.a-heading--large {
  font-size: 3.125rem;
  line-height: 1em;
}
@media screen and (min-width: 40em) {
  .a-heading.a-heading--large {
    font-size: 4.6875rem;
  }
}
@media screen and (min-width: 64em) {
  .a-heading.a-heading--large {
    font-size: 7.8125rem;
  }
}
@media screen and (max-width: 420px) {
  .a-heading.a-heading--large {
    font-size: 2rem;
  }
}
.a-heading.a-heading--medium {
  font-size: 2rem;
  line-height: 1.1em;
}
@media screen and (min-width: 40em) {
  .a-heading.a-heading--medium {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 64em) {
  .a-heading.a-heading--medium {
    font-size: 4.6875rem;
  }
}
@media screen and (max-width: 420px) {
  .a-heading.a-heading--medium {
    font-size: 1.75rem;
  }
}
.a-heading.a-heading--small {
  font-size: 1.75rem;
  line-height: 1.1em;
}
@media screen and (min-width: 40em) {
  .a-heading.a-heading--small {
    font-size: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .a-heading.a-heading--small {
    font-size: 3.125rem;
  }
}
.a-heading.a-heading--xsmall {
  font-size: 1.125rem;
  line-height: 1.1em;
}
@media screen and (min-width: 40em) {
  .a-heading.a-heading--xsmall {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 64em) {
  .a-heading.a-heading--xsmall {
    font-size: 1.75rem;
  }
}
.a-heading.a-heading--alternative {
  color: #8e8e8e;
}
.a-heading.a-heading--dark {
  color: #000000;
}
.a-heading.a-heading--mobile-spacing-top {
  margin-top: 1.875rem;
}
@media screen and (min-width: 40em) {
  .a-heading.a-heading--mobile-spacing-top {
    margin-top: initial;
  }
}
.a-heading.a-heading--no-uppercase {
  text-transform: none;
}

.a-blockquote {
  font-family: "Roboto Slab", serif;
  border: none;
  font-size: 1.25rem;
  padding: 0;
  margin: 0 0 1rem;
}
@media screen and (min-width: 40em) {
  .a-blockquote {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .a-blockquote {
    font-size: 1.75rem;
  }
}
.a-blockquote__author {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  font-style: normal;
  margin: 1rem 0 0;
}
@media screen and (min-width: 40em) {
  .a-blockquote__author {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .a-blockquote__author {
    font-size: 1.125rem;
  }
}
.a-blockquote__author:before {
  content: none;
}

.a-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.46875rem 0.9375rem 0.46875rem;
  border: 2px solid #0085CA;
  background-color: #0085CA;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 1.4rem;
  letter-spacing: 1px;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -ms-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
  cursor: pointer;
  margin-bottom: .25rem;
  text-transform: uppercase;
  vertical-align: top;
}
.a-button:hover {
  background-color: transparent;
  color: #0085CA;
}
.a-button.a-button--solid-light {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}
.a-button.a-button--solid-light:hover {
  background-color: transparent;
  color: #FFFFFF;
}
.a-button.a-button--solid-dark, .a-button.a-button--black-to-white {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}
.a-button.a-button--solid-dark:hover, .a-button.a-button--black-to-white:hover {
  background-color: transparent;
  color: #000000;
}
@media screen and (min-width: 40em) {
  .a-button.a-button--black-to-white {
    background-color: #FFFFFF;
    color: #000000;
    border: 2px solid #FFFFFF;
  }
  .a-button.a-button--black-to-white:hover {
    background-color: transparent;
    color: #FFFFFF;
  }
}
.a-button.a-button--hollow-primary {
  background-color: transparent;
  color: #0085CA;
}
.a-button.a-button--hollow-primary:hover {
  background-color: #0085CA;
  color: #FFFFFF;
}
.a-button.a-button--hollow-secondary {
  border: 2px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}
.a-button.a-button--hollow-secondary:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.a-button.a-button--hollow-dark {
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
}
.a-button.a-button--hollow-dark:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.a-button.a-button--large {
  font-size: 1.75rem;
  line-height: 1.1em;
  line-height: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.625rem;
  border-width: 5px;
}
@media screen and (min-width: 40em) {
  .a-button.a-button--large {
    font-size: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .a-button.a-button--large {
    font-size: 3.125rem;
  }
}
.a-button.a-button--block {
  display: block;
  width: 100%;
  text-align: center;
  z-index: 1;
  position: relative;
}
.a-button.a-button--margin-top-small {
  margin-top: 20px;
}
.a-button.a-button--margin-top-medium {
  margin-top: 40px;
}
.a-button.a-button--margin-top-large {
  margin-top: 60px;
}
.a-button.a-button--buy {
  display: block;
  position: relative;
  color: #FFFFFF;
  font-size: 1.875rem;
  line-height: 1;
  text-align: left;
  padding-right: 4.6875rem;
}
@media screen and (min-width: 64em) {
  .a-button.a-button--buy {
    padding-right: 4.0625rem;
  }
}
@media screen and (min-width: 77.5em) {
  .a-button.a-button--buy {
    font-size: 2.5rem;
  }
}
.a-button.a-button--buy:hover {
  background-color: transparent;
  color: #000000;
}
.a-button.a-button--buy:after {
  font-family: 'iconset' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91c";
  position: absolute;
  right: 0.9375rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.a-button.a-button--buy:before {
  content: '';
  height: 100%;
  width: 0.1875rem;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 3.75rem;
}
.a-button.a-button--buy.a-button--disabled {
  color: #393939;
  background-color: #1f1f1f;
  border-color: #393939;
  cursor: default;
  pointer-events: none;
}
.a-button.a-button--buy.a-button--disabled:before {
  background: #393939;
}

.a-panel--light {
  background-color: #FFFFFF;
  color: #000000;
}
.a-panel--light h1, .a-panel--light h2, .a-panel--light h3, .a-panel--light h4, .a-panel--light h5, .a-panel--light h6, .a-panel--light p, .a-panel--light li {
  color: #000000;
}
.a-panel--light a, .a-panel--light blockquote, .a-panel--light label {
  color: #000000;
}
.a-panel--light p > a {
  color: #0085CA;
}
.a-panel--light input[type="submit"],
.a-panel--light input[type="button"],
.a-panel--light .e-button {
  color: #FFFFFF;
  border-color: #0085CA;
  background-color: #0085CA;
}
.a-panel--light input[type="submit"]:hover,
.a-panel--light input[type="button"]:hover,
.a-panel--light .e-button:hover {
  color: #0085CA;
  border-color: #0085CA;
  background-color: rgba(255, 255, 255, 0.5);
}
.a-panel--light .a-icon {
  color: #000000;
}
.a-panel--light .mod-slick-slider .slick-prev:before, .a-panel--light .mod-slick-slider .slick-next:before {
  color: #000000;
}
.a-panel--medium {
  background-color: #1f1f1f;
  color: #FFFFFF;
}
.a-panel--medium h1, .a-panel--medium h2, .a-panel--medium h3, .a-panel--medium h4, .a-panel--medium h5, .a-panel--medium h6, .a-panel--medium p, .a-panel--medium li {
  color: #FFFFFF;
}
.a-panel--medium a, .a-panel--medium blockquote, .a-panel--medium label {
  color: #FFFFFF;
}
.a-panel--medium p > a {
  color: #0085CA;
}
.a-panel--medium input[type="submit"],
.a-panel--medium input[type="button"],
.a-panel--medium .e-button {
  color: #1f1f1f;
  border-color: #0085CA;
  background-color: #0085CA;
}
.a-panel--medium input[type="submit"]:hover,
.a-panel--medium input[type="button"]:hover,
.a-panel--medium .e-button:hover {
  color: #0085CA;
  border-color: #0085CA;
  background-color: rgba(31, 31, 31, 0.5);
}
.a-panel--medium .a-icon {
  color: #FFFFFF;
}
.a-panel--medium .mod-slick-slider .slick-prev:before, .a-panel--medium .mod-slick-slider .slick-next:before {
  color: #FFFFFF;
}
.a-panel--dark {
  background-color: #000000;
  color: #FFFFFF;
}
.a-panel--dark h1, .a-panel--dark h2, .a-panel--dark h3, .a-panel--dark h4, .a-panel--dark h5, .a-panel--dark h6, .a-panel--dark p, .a-panel--dark li {
  color: #FFFFFF;
}
.a-panel--dark a, .a-panel--dark blockquote, .a-panel--dark label {
  color: #FFFFFF;
}
.a-panel--dark p > a {
  color: #0085CA;
}
.a-panel--dark input[type="submit"],
.a-panel--dark input[type="button"],
.a-panel--dark .e-button {
  color: #000000;
  border-color: #0085CA;
  background-color: #0085CA;
}
.a-panel--dark input[type="submit"]:hover,
.a-panel--dark input[type="button"]:hover,
.a-panel--dark .e-button:hover {
  color: #0085CA;
  border-color: #0085CA;
  background-color: rgba(0, 0, 0, 0.5);
}
.a-panel--dark .a-icon {
  color: #FFFFFF;
}
.a-panel--dark .mod-slick-slider .slick-prev:before, .a-panel--dark .mod-slick-slider .slick-next:before {
  color: #FFFFFF;
}
.a-panel--dark.juicer {
  display: flex;
}
.a-panel--warning {
  background-color: #e80000;
  color: #FFFFFF;
}
.a-panel--warning h1, .a-panel--warning h2, .a-panel--warning h3, .a-panel--warning h4, .a-panel--warning h5, .a-panel--warning h6, .a-panel--warning p, .a-panel--warning li {
  color: #FFFFFF;
}
.a-panel--warning a, .a-panel--warning blockquote, .a-panel--warning label {
  color: #FFFFFF;
}
.a-panel--warning p > a {
  color: #000000;
}
.a-panel--warning input[type="submit"],
.a-panel--warning input[type="button"],
.a-panel--warning .e-button {
  color: #e80000;
  border-color: #000000;
  background-color: #000000;
}
.a-panel--warning input[type="submit"]:hover,
.a-panel--warning input[type="button"]:hover,
.a-panel--warning .e-button:hover {
  color: #000000;
  border-color: #000000;
  background-color: rgba(232, 0, 0, 0.5);
}
.a-panel--warning .a-icon {
  color: #FFFFFF;
}
.a-panel--warning .mod-slick-slider .slick-prev:before, .a-panel--warning .mod-slick-slider .slick-next:before {
  color: #FFFFFF;
}
.a-panel--highlight {
  background-color: #0085CA;
  color: #FFFFFF;
}
.a-panel--highlight h1, .a-panel--highlight h2, .a-panel--highlight h3, .a-panel--highlight h4, .a-panel--highlight h5, .a-panel--highlight h6, .a-panel--highlight p, .a-panel--highlight li {
  color: #FFFFFF;
}
.a-panel--highlight a, .a-panel--highlight blockquote, .a-panel--highlight label {
  color: #FFFFFF;
}
.a-panel--highlight p > a {
  color: #FFFFFF;
}
.a-panel--highlight input[type="submit"],
.a-panel--highlight input[type="button"],
.a-panel--highlight .e-button {
  color: #0085CA;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.a-panel--highlight input[type="submit"]:hover,
.a-panel--highlight input[type="button"]:hover,
.a-panel--highlight .e-button:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: rgba(0, 133, 202, 0.5);
}
.a-panel--highlight .a-icon {
  color: #FFFFFF;
}
.a-panel--highlight .mod-slick-slider .slick-prev:before, .a-panel--highlight .mod-slick-slider .slick-next:before {
  color: #FFFFFF;
}
.a-panel--contactFooter img {
  opacity: 0.6;
}
.a-panel--contactFooter p > a {
  color: #FFFFFF;
}
.a-panel--contactFooter p > a:hover {
  text-decoration: none;
  cursor: pointer;
}
.a-panel--contactFooter p > a.internal-link {
  color: #0085CA;
}
.a-panel--contactFooter .footer-a-textfield {
  margin-bottom: 1em;
  background-color: transparent !important;
}
.a-panel--contactFooter .footer-a-textfield::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #FFFFFF;
}
.a-panel--contactFooter .footer-a-textfield:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF;
  opacity: 1;
}
.a-panel--contactFooter .footer-a-textfield::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFFFFF;
  opacity: 1;
}
.a-panel--contactFooter .footer-a-textfield:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFFFFF;
}
.a-panel--contactFooter .footer-a-textfield::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFFFFF;
}
.a-panel--contactFooter .footer-a-textfield ::placeholder {
  /* Most modern browsers support this now. */
  color: #FFFFFF;
}
.a-panel--contactFooter .footer-description {
  display: inline;
}
.a-panel--contactFooter .footer-description p {
  display: inline;
}
.a-panel--footer-social .row {
  padding: 22px 0;
}
.a-panel--footer-social .social-icon {
  position: unset;
  padding: 0 2rem;
  font-size: 2rem;
}
.a-panel--header > .row {
  padding-top: 150px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .a-panel--header > .row {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 64em) {
  .a-panel--header > .row {
    padding-top: 220px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 90em) {
  .a-panel--header > .row {
    padding-top: 260px;
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 100em) {
  .a-panel--header > .row {
    padding-top: 290px;
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 118.75em) {
  .a-panel--header > .row {
    padding-top: 350px;
    padding-bottom: 210px;
  }
}
.a-panel--header > img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=63)";
  filter: alpha(opacity=63);
  -moz-opacity: 0.63;
  -khtm-opacity: 0.63;
  opacity: 0.63;
}
.a-panel--padding-small > .row {
  padding-top: 30px;
  padding-bottom: 25px;
}
@media screen and (min-width: 40em) {
  .a-panel--padding-small > .row {
    padding-top: 40px;
    padding-bottom: 33px;
  }
}
@media screen and (min-width: 64em) {
  .a-panel--padding-small > .row {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.a-panel--padding-medium > .row {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media screen and (min-width: 40em) {
  .a-panel--padding-medium > .row {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 64em) {
  .a-panel--padding-medium > .row {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.a-panel--padding-large > .row {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media screen and (min-width: 40em) {
  .a-panel--padding-large > .row {
    padding-top: 90px;
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 64em) {
  .a-panel--padding-large > .row {
    padding-top: 210px;
    padding-bottom: 180px;
  }
}
.a-panel--padding-top-stage > .row {
  padding-top: 185px;
  padding-bottom: 175px;
}
@media screen and (min-width: 40em) {
  .a-panel--padding-top-stage > .row {
    padding-top: 145px;
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 64em) {
  .a-panel--padding-top-stage > .row {
    padding-top: 315px;
    padding-bottom: 180px;
  }
}
.a-panel--padding-top-content > .row {
  padding-top: 90px;
}
@media screen and (min-width: 40em) {
  .a-panel--padding-top-content > .row {
    padding-top: 120px;
  }
}
@media screen and (min-width: 64em) {
  .a-panel--padding-top-content > .row {
    padding-top: 160px;
  }
}
.a-panel--mobile-center {
  text-align: center;
}
.a-panel--mobile-center.a-panel--objectfitimage {
  text-align: initial;
}
.a-panel--mobile-center.a-panel--objectfitimage > .row {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .a-panel--mobile-center {
    text-align: initial;
  }
  .a-panel--mobile-center.a-panel--objectfitimage > .row {
    text-align: initial;
  }
}
.a-panel.a-panel--boxed-content > .row {
  position: relative;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.a-panel.a-panel--picture {
  height: 50vw;
  min-height: 240px;
}
@media screen and (min-width: 40em) {
  .a-panel.a-panel--picture {
    min-height: 380px;
  }
}
@media screen and (min-width: 64em) {
  .a-panel.a-panel--picture {
    min-height: 500px;
  }
}
.a-panel.a-panel--picture-small {
  height: 25vw;
  min-height: 140px;
}
@media screen and (min-width: 40em) {
  .a-panel.a-panel--picture-small {
    min-height: 200px;
  }
}
@media screen and (min-width: 64em) {
  .a-panel.a-panel--picture-small {
    min-height: 270px;
  }
}
.a-panel.a-panel--newsdetailImage {
  height: 100vw;
  min-height: 240px;
  max-height: 400px;
}
@media screen and (min-width: 40em) {
  .a-panel.a-panel--newsdetailImage {
    min-height: 380px;
    max-height: 600px;
  }
}
@media screen and (min-width: 64em) {
  .a-panel.a-panel--newsdetailImage {
    height: 70vh;
    min-height: 500px;
    max-height: none;
  }
}
@media screen and (min-width: 64em) {
  .a-panel--grid-5-large {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  .a-panel--grid-5-large::before, .a-panel--grid-5-large::after {
    content: ' ';
    display: table;
  }
  .a-panel--grid-5-large::after {
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .a-panel--grid-5-large .grid-5-large__item {
    width: 20%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .a-panel--grid-5-large .grid-5-large__item:last-child:not(:first-child) {
    float: right;
  }
}
.a-panel--grid-5-large .grid-5-large__item.small-centered {
  float: none;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .a-panel--grid-5-large .grid-5-large__item.medium-uncentered {
    clear: none;
    float: left;
    text-align: left;
  }
}
.a-panel.objectfitimage {
  overflow: hidden;
  position: relative;
}
.a-panel.objectfitimage > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}
.a-panel--backgroundimage-left.objectfitimage > img, .a-panel--backgroundimage-right.objectfitimage > img {
  position: relative;
}
@media screen and (min-width: 40em) {
  .a-panel--backgroundimage-left.objectfitimage > img, .a-panel--backgroundimage-right.objectfitimage > img {
    position: absolute;
  }
}
@media screen and (min-width: 64em) {
  .a-panel--backgroundimage-left.objectfitimage > img, .a-panel--backgroundimage-right.objectfitimage > img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
  }
}
@media screen and (min-width: 40em) {
  .a-panel--backgroundimage-left.objectfitimage > img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 80% center;
    object-position: 80% center;
    font-family: "object-fit: cover; object-position: 80% center";
  }
}
@media screen and (min-width: 40em) {
  .a-panel--backgroundimage-right.objectfitimage > img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 20% center;
    object-position: 20% center;
    font-family: "object-fit: cover; object-position: 20% center";
  }
}
.a-panel__gradient-overlay-left, .a-panel__gradient-overlay-right {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.a-panel__gradient-overlay-left {
  left: 0;
}
@media screen and (min-width: 40em) {
  .a-panel__gradient-overlay-left {
    display: block;
    /* SVG fallback for IE 9 (could be data URI, or could use filter) */
    background-size: cover;
    background-image: url();
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(transparent));
    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
    background-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
    background-image: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
    background-image: -o-linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
    /* background-image: prefixed(linear-gradient, left $color1 $color2, 'webkit'); !* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 *!
    background-image: prefixed(linear-gradient, left $color1 $color2, 'moz'); !* Firefox 3.6 - 15 *!
    background-image: prefixed(linear-gradient, left $color1 $color2, 'o'); !* Opera 11.1 - 12 *!*/
  }
}
.a-panel__gradient-overlay-right {
  right: 0;
}
@media screen and (min-width: 40em) {
  .a-panel__gradient-overlay-right {
    display: block;
    /* SVG fallback for IE 9 (could be data URI, or could use filter) */
    background-size: cover;
    background-image: url();
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.8)));
    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8));
    background-image: -webkit-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8));
    background-image: -moz-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8));
    background-image: -o-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8));
    /* background-image: prefixed(linear-gradient, left $color1 $color2, 'webkit'); !* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 *!
    background-image: prefixed(linear-gradient, left $color1 $color2, 'moz'); !* Firefox 3.6 - 15 *!
    background-image: prefixed(linear-gradient, left $color1 $color2, 'o'); !* Opera 11.1 - 12 *!*/
  }
}
.a-panel.a-panel--light .mod-slick-slider .slick-prev:before, .a-panel.a-panel--light .mod-slick-slider .slick-next:before {
  color: #8e8e8e;
}
.a-panel.a-panel--light .a-blockquote .a-blockquote__author {
  color: #8e8e8e;
}

.a-icon {
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.a-icon.a-icon--large {
  font-size: 140px;
  top: -5px;
}
@media screen and (min-width: 40em) {
  .a-icon.a-icon--large {
    font-size: 180px;
    top: -15px;
  }
}
@media screen and (min-width: 64em) {
  .a-icon.a-icon--large {
    font-size: 220px;
    top: -20px;
  }
}
.a-icon.a-icon--medium {
  font-size: 60px;
}
@media screen and (min-width: 40em) {
  .a-icon.a-icon--medium {
    font-size: 75px;
  }
}
@media screen and (min-width: 64em) {
  .a-icon.a-icon--medium {
    font-size: 90px;
  }
}
.a-icon.a-icon--small {
  font-size: 40px;
  top: 10px;
}
@media screen and (min-width: 40em) {
  .a-icon.a-icon--small {
    font-size: 45px;
    top: 11px;
  }
}
@media screen and (min-width: 64em) {
  .a-icon.a-icon--small {
    font-size: 50px;
    top: 12px;
  }
}
.a-icon.a-icon--black {
  color: #000000;
}
.a-icon.a-icon--white {
  color: #FFFFFF;
}
.a-icon.a-icon--primary {
  color: #0085CA;
}
.a-icon.a-icon--hover-opacity {
  opacity: 1;
}
.a-icon.a-icon--hover-opacity:hover {
  opacity: .7;
}
.a-icon.a-icon--hover-color-primary:hover {
  color: #0085CA;
}
.a-icon.a-icon--hover-color-white:hover {
  color: #FFFFFF;
}

.a-triangles {
  position: relative;
  height: 50px;
  width: 98px;
  margin-left: -30px;
}
.a-triangles:after, .a-triangles:before {
  content: "\e900";
  font-family: 'iconset' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 65px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -7px;
  font-size: 65px;
  color: #FFFFFF;
  height: 65px;
  width: 65px;
}
.a-triangles:before {
  position: absolute;
  left: 0;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.a-triangles:after {
  position: absolute;
  right: 0;
}
.a-triangles span {
  font-size: 1.875rem;
  color: #000000;
  line-height: 1;
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 1;
  top: 10px;
  display: block;
  position: relative;
  padding-left: 4px;
  text-align: center;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.a-triangles.a-triangles--no-space {
  width: 94px;
}
.a-triangles.a-triangles--small {
  height: 40px;
  width: 75px;
  margin-left: -20px;
}
.a-triangles.a-triangles--small:after, .a-triangles.a-triangles--small:before {
  font-size: 49px;
  line-height: 49px;
  width: 49px;
  height: 49px;
}
.a-triangles.a-triangles--small.a-triangles--no-space {
  width: 71px;
}
.a-triangles.a-triangles--small span {
  font-size: 1.625rem;
  top: 5px;
  padding-left: 3px;
}

.a-divider {
  border-color: #000000;
  border-width: 1px;
}
.a-divider.a-divider--black {
  border-color: #000000;
}
.a-divider.a-divider--primary {
  border-color: #0085CA;
}
.a-divider.a-divider--thin {
  border-width: 2px;
}
.a-divider.a-divider--space-large {
  margin: 3rem 0;
}

.a-badge.a-badge--coming-soon {
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #0085CA;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  font-size: 1.625rem;
  padding: 0.3125rem 0.75rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--coming-soon {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    width: 100px;
    height: 100px;
    font-size: 1.5rem;
    padding: 1.0625rem 0;
  }
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--coming-soon span {
    display: block;
    font-size: 2.5rem;
  }
}
.a-badge.a-badge--coming-soon-large {
  font-size: 1.75rem;
  padding: 0.4375rem 0.75rem;
}
@media screen and (min-width: 40em) {
  .a-badge.a-badge--coming-soon-large {
    font-size: 2.375rem;
    padding: 0.625rem 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--coming-soon-large {
    width: 150px;
    height: 150px;
    font-size: 2.1875rem;
    padding: 1.5625rem 0;
  }
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--coming-soon-large span {
    font-size: 3.75rem;
  }
}
.a-badge.a-badge--sale {
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #0085CA;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  font-size: 1.625rem;
  padding: 0.3125rem 0.75rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--sale {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    width: 100px;
    height: 100px;
    font-size: 1.5rem;
    padding: 1.0625rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--sale span {
    display: block;
    font-size: 1.875rem;
  }
}
.a-badge.a-badge--sale-large {
  font-size: 1.75rem;
  padding: 0.4375rem 0.75rem;
}
@media screen and (min-width: 40em) {
  .a-badge.a-badge--sale-large {
    font-size: 2.375rem;
    padding: 0.625rem 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--sale-large {
    width: 150px;
    height: 150px;
    font-size: 2.1875rem;
    padding: 1.5625rem 0;
  }
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--sale-large span {
    font-size: 3.75rem;
  }
}
.a-badge.a-badge--soldOut {
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #e80000;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  font-size: 1.625rem;
  padding: 0.3125rem 0.75rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--soldOut {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    width: 100px;
    height: 100px;
    font-size: 1.5rem;
    padding: 1.0625rem 0;
  }
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--soldOut span {
    display: block;
    font-size: 2.5rem;
  }
}
.a-badge.a-badge--soldOut-large {
  font-size: 1.75rem;
  padding: 0.4375rem 0.75rem;
}
@media screen and (min-width: 40em) {
  .a-badge.a-badge--soldOut-large {
    font-size: 2.375rem;
    padding: 0.625rem 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--soldOut-large {
    width: 150px;
    height: 150px;
    font-size: 2.1875rem;
    padding: 1.5625rem 0;
  }
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--soldOut-large span {
    font-size: 3.75rem;
  }
}
.a-badge.a-badge--new {
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  font-size: 1.625rem;
  padding: 0.3125rem 0.75rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--new {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    width: 100px;
    height: 100px;
    font-size: 1.5rem;
    padding: 1.0625rem 0;
  }
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--new span {
    display: block;
    font-size: 2.625rem;
    line-height: 68px;
  }
}
.a-badge.a-badge--new-large {
  font-size: 1.75rem;
  padding: 0.4375rem 0.75rem;
}
@media screen and (min-width: 40em) {
  .a-badge.a-badge--new-large {
    font-size: 2.375rem;
    padding: 0.625rem 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--new-large {
    width: 150px;
    height: 150px;
    font-size: 2.1875rem;
    padding: 1.5625rem 0;
  }
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--new-large span {
    font-size: 3.75rem;
    line-height: 100px;
  }
}
.a-badge.a-badge--right-center {
  right: 0;
  bottom: 10%;
  position: absolute;
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--right-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    position: absolute;
  }
}
.a-badge.a-badge--right-center.a-badge--sale, .a-badge.a-badge--right-center.a-badge--soldOut, .a-badge.a-badge--right-center.a-badge--coming-soon, .a-badge.a-badge--right-center.a-badge--new {
  right: 0;
  bottom: 10%;
  position: absolute;
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--right-center.a-badge--sale, .a-badge.a-badge--right-center.a-badge--soldOut, .a-badge.a-badge--right-center.a-badge--coming-soon, .a-badge.a-badge--right-center.a-badge--new {
    top: 50%;
    -webkit-transform: translateY(-50%) rotateZ(15deg);
    -ms-transform: translateY(-50%) rotateZ(15deg);
    transform: translateY(-50%) rotateZ(15deg);
    bottom: auto;
  }
}
.a-badge.a-badge--right-upperhalf {
  right: 0;
  bottom: 10%;
  position: absolute;
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--right-upperhalf {
    top: 34%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    position: absolute;
  }
}
.a-badge.a-badge--right-upperhalf.a-badge--sale, .a-badge.a-badge--right-upperhalf.a-badge--soldOut, .a-badge.a-badge--right-upperhalf.a-badge--coming-soon, .a-badge.a-badge--right-upperhalf.a-badge--new {
  right: 0;
  bottom: 50%;
  position: absolute;
  transform: scale(0.8);
  transform-origin: right;
}
@media screen and (min-width: 40em) {
  .a-badge.a-badge--right-upperhalf.a-badge--sale, .a-badge.a-badge--right-upperhalf.a-badge--soldOut, .a-badge.a-badge--right-upperhalf.a-badge--coming-soon, .a-badge.a-badge--right-upperhalf.a-badge--new {
    bottom: 30%;
    transform: none;
  }
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--right-upperhalf.a-badge--sale, .a-badge.a-badge--right-upperhalf.a-badge--soldOut, .a-badge.a-badge--right-upperhalf.a-badge--coming-soon, .a-badge.a-badge--right-upperhalf.a-badge--new {
    top: 34%;
    transform-origin: unset;
    -webkit-transform: translateY(-50%) rotateZ(15deg);
    -ms-transform: translateY(-50%) rotateZ(15deg);
    transform: translateY(-50%) rotateZ(15deg);
    bottom: auto;
  }
}
.a-badge.a-badge--small {
  top: 2.5rem !important;
  bottom: auto !important;
  font-size: 1.625rem;
  padding: 0.3125rem 0.75rem;
}
@media screen and (min-width: 40em) {
  .a-badge.a-badge--small {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--small {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
    padding: 0.75rem 0;
  }
  .a-badge.a-badge--small.a-badge--new span {
    display: block;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .a-badge.a-badge--small span {
    font-size: 1.5rem;
  }
}

.global-currency-gbp .a-badge.a-badge--sale.currency_eur {
  display: none !important;
}

.global-currency-gbp .a-badge.a-badge--sale.currency_gbp {
  display: block !important;
}

* .a-badge.a-badge--sale.currency_eur.saving_,
* .a-badge.a-badge--sale.currency_gbp.saving_ {
  display: none !important;
}

.a-bikecolor {
  height: 50px;
  width: 90px;
  -webkit-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -o-transform: skewX(-32deg);
  transform: skewX(-32deg);
  margin-right: 15px;
  margin-left: -10px;
}
.a-bikecolor.a-bikecolor--small {
  height: 36px;
  width: 50px;
  margin-right: 12px;
  margin-left: -5px;
}
.a-bikecolor.a-bikecolor--border {
  border: 1px solid #777;
  height: 49px;
  width: 89px;
}
.a-bikecolor.a-bikecolor--border.a-bikecolor--small {
  height: 35px;
  width: 49px;
}

.a-parallelogram {
  position: relative;
  width: 94px;
  height: 50px;
  margin-left: -30px;
}
.a-parallelogram:before {
  content: "\e91d";
  font-family: 'iconset' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 90px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -19px;
  font-size: 90px;
  color: #0085CA;
  height: 65px;
  width: 90px;
  position: absolute;
  left: 0;
}
.a-parallelogram span {
  font-size: 1.875rem;
  color: #FFFFFF;
  line-height: 1;
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 1;
  top: 10px;
  display: block;
  position: relative;
  padding-left: 2px;
  text-align: center;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.a-parallelogram.a-parallelogram--small {
  width: 70px;
  height: 36px;
  margin-left: -22px;
}
.a-parallelogram.a-parallelogram--small:before {
  top: -15px;
  line-height: 67px;
  font-size: 67px;
  color: #0085CA;
  height: 40px;
  width: 71px;
  position: absolute;
  left: 0;
}
.a-parallelogram.a-parallelogram--small span {
  top: 5px;
  padding-left: 9px;
  font-size: 1.625rem;
}

.a-bikecategory {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 40em) {
  .a-bikecategory {
    max-width: none;
  }
}

form .a-textfield, form .a-textarea, form .a-password {
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  min-height: 3.75rem;
  -webkit-transition: border-color .25s ease, background-color .25s ease;
  -moz-transition: border-color .25s ease, background-color .25s ease;
  -ms-transition: border-color .25s ease, background-color .25s ease;
  -o-transition: border-color .25s ease, background-color .25s ease;
  transition: border-color .25s ease, background-color .25s ease;
}
form .a-textfield-light, form .a-textarea-light, form .a-password-light {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
form .a-textfield.is-filled, form .a-textarea.is-filled, form .a-password.is-filled {
  background: transparent;
}
form .a-textfield:hover, form .a-textarea:hover, form .a-password:hover {
  border-color: #0085CA;
}
form .a-textfield.a-textfield--light, form .a-textfield.a-textarea--light, form .a-textfield.a-password--light, form .a-textarea.a-textfield--light, form .a-textarea.a-textarea--light, form .a-textarea.a-password--light, form .a-password.a-textfield--light, form .a-password.a-textarea--light, form .a-password.a-password--light {
  background-color: #FFFFFF;
  color: #000000;
  border-color: #8e8e8e;
}
form .a-textfield.a-textfield--light:hover, form .a-textfield.a-textarea--light:hover, form .a-textfield.a-password--light:hover, form .a-textarea.a-textfield--light:hover, form .a-textarea.a-textarea--light:hover, form .a-textarea.a-password--light:hover, form .a-password.a-textfield--light:hover, form .a-password.a-textarea--light:hover, form .a-password.a-password--light:hover {
  border-color: #0085CA;
}
form .a-textfield.a-textfield--light:focus, form .a-textfield.a-textfield--light:active, form .a-textfield.a-textarea--light:focus, form .a-textfield.a-textarea--light:active, form .a-textfield.a-password--light:focus, form .a-textfield.a-password--light:active, form .a-textarea.a-textfield--light:focus, form .a-textarea.a-textfield--light:active, form .a-textarea.a-textarea--light:focus, form .a-textarea.a-textarea--light:active, form .a-textarea.a-password--light:focus, form .a-textarea.a-password--light:active, form .a-password.a-textfield--light:focus, form .a-password.a-textfield--light:active, form .a-password.a-textarea--light:focus, form .a-password.a-textarea--light:active, form .a-password.a-password--light:focus, form .a-password.a-password--light:active {
  background-color: #d9d9d9;
}
form .a-label {
  color: #8e8e8e;
}
form .a-legend {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}
form .a-select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  color: #000000;
  padding: 1.0625rem 0.75rem;
  background-image: url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/img/select-arrow.png');
  background-repeat: no-repeat;
  background-size: 16px 13px;
  background-position: 97% center;
  -webkit-transition: border-color .25s ease, background-color .25s ease;
  -moz-transition: border-color .25s ease, background-color .25s ease;
  -ms-transition: border-color .25s ease, background-color .25s ease;
  -o-transition: border-color .25s ease, background-color .25s ease;
  transition: border-color .25s ease, background-color .25s ease;
}
form .a-select:focus {
  outline: none;
}
form .a-select:hover {
  border-color: #0085CA;
}
form .a-select.a-select--light {
  background-color: #E6E6E6;
  color: #000000;
}
form .a-radio {
  margin-right: 7px;
}
form .a-checkbox {
  margin-right: 7px;
}
form .a-submit {
  font-size: 1.4rem;
}
form fieldset > label {
  top: 18px;
}

.m-teaser-grid__item {
  position: relative;
  margin-bottom: 25px;
}
@media screen and (min-width: 40em) {
  .m-teaser-grid__item {
    margin-bottom: 30px;
  }
}
.m-teaser-grid__item--sale .m-teaser-grid__label {
  /* SVG fallback for IE 9 (could be data URI, or could use filter) */
  background-size: cover;
  background-image: url();
  background-image: -webkit-gradient(linear, top left, bottom left, from(transparent), to(rgba(0, 0, 0, 0.25)));
  /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.25));
  background-image: -webkit-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.25));
  background-image: -moz-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.25));
  background-image: -o-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.25));
  /* background-image: prefixed(linear-gradient, top $color1 $color2, 'webkit'); !* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 *!
  background-image: prefixed(linear-gradient, top $color1 $color2, 'moz'); !* Firefox 3.6 - 15 *!
  background-image: prefixed(linear-gradient, top $color1 $color2, 'o'); !* Opera 11.1 - 12 *!*/
}
.m-teaser-grid__label {
  color: #FFFFFF;
  position: absolute;
  display: block;
  width: calc(100% - 0.625rem - 0.625rem);
  left: 0.625rem;
  bottom: 3.375rem;
  padding: 3.75rem 0 0.9375rem 0.9375rem;
  /* SVG fallback for IE 9 (could be data URI, or could use filter) */
  background-size: cover;
  background-image: url();
  background-image: -webkit-gradient(linear, top left, bottom left, from(transparent), to(rgba(0, 0, 0, 0.75)));
  /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
  background-image: -webkit-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
  background-image: -moz-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
  background-image: -o-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
  /* background-image: prefixed(linear-gradient, top $color1 $color2, 'webkit'); !* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 *!
  background-image: prefixed(linear-gradient, top $color1 $color2, 'moz'); !* Firefox 3.6 - 15 *!
  background-image: prefixed(linear-gradient, top $color1 $color2, 'o'); !* Opera 11.1 - 12 *!*/
}
@media screen and (min-width: 40em) {
  .m-teaser-grid__label {
    width: calc(100% - 0.9375rem - 0.9375rem);
    left: 0.9375rem;
  }
}
.m-teaser-grid .a-button {
  margin-bottom: 0;
}
.m-teaser-grid__imagecontainer {
  overflow: hidden;
}
.m-teaser-grid__imagecontainer img {
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
.m-teaser-grid__linkcontainer {
  display: block;
  height: 100%;
  width: 100%;
}
.m-teaser-grid__linkcontainer:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.m-athletes-grid > .row {
  position: relative;
}
.m-athletes-grid__item {
  margin-top: 3.125rem;
}
@media screen and (min-width: 40em) {
  .m-athletes-grid__item {
    margin-top: 1.875rem;
  }
}
.m-athletes-grid__info {
  margin-top: 1.875rem;
}
@media screen and (min-width: 40em) {
  .m-athletes-grid__info {
    margin-top: 1.25rem;
  }
}
.m-athletes-grid__info h4 {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .m-athletes-grid__info h4 {
    text-align: left;
  }
}
.m-athletes-grid__image {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .m-athletes-grid__image {
    margin-bottom: -1px;
  }
}
@media screen and (min-width: 64em) {
  .m-athletes-grid__image img {
    border-bottom: 1px solid #FFFFFF;
  }
}

.m-feature-list {
  font-size: 1.125rem;
}
.m-feature-list__item {
  border-bottom: 1px solid #8e8e8e;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 40em) {
  .m-feature-list__item:first-child {
    border-top: 1px solid #8e8e8e;
    padding-top: 0.9375rem;
  }
}
.m-feature-list__item:last-child {
  border-bottom: none;
}
.m-feature-list__term {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0.46875rem;
}
.m-feature-list__description {
  color: #8e8e8e;
  padding-right: 3rem;
  word-break: normal;
  display: inline;
}

.bikespecs li.m-feature-list__item {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 0.9375rem;
  text-rendering: optimizeLegibility;
  list-style: none;
}
.bikespecs li.m-feature-list__item > ul {
  margin-left: 2.2rem;
  margin-top: 0.5rem;
  margin-bottom: 0px;
}
.bikespecs li.m-feature-list > a {
  width: 100%;
  display: inline-block;
  outline: none;
}
.bikespecs li.m-feature-list > a:focus {
  outline: none;
}
.bikespecs .spec-icon {
  color: #8e8e8e;
  font-size: 150%;
  vertical-align: middle;
  margin-right: 0.2rem;
}
.bikespecs .speclink {
  color: #0085CA;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
.bikespecs .speclink:hover, .bikespecs .speclink:focus {
  text-decoration: underline;
}
.bikespecs .accordion {
  list-style-type: none;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0;
}
.bikespecs .accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #0085CA;
  position: relative;
  border-bottom: 1px solid #E6E6E6;
}
.bikespecs .accordion-title:hover, .bikespecs .accordion-title:focus {
  background-color: #E6E6E6;
}
.bikespecs .accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.bikespecs .is-active > .accordion-title::before {
  content: '–';
}
.bikespecs .accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #E6E6E6;
  background-color: #FFFFFF;
}
.bikespecs .is-accordion-submenu-parent > a {
  position: relative;
  width: 100%;
  display: inline-block;
}
.bikespecs .is-accordion-submenu-parent > a:focus {
  outline: none;
}
.bikespecs .is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #0085CA transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}
.bikespecs .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

.m-downloads-grid__item {
  margin-bottom: 1.875rem;
}
.m-downloads-grid__item.columns.end:last-child:last-child, .m-downloads-grid__item.columns:last-child:last-child {
  float: none;
}
@media screen and (min-width: 40em) {
  .m-downloads-grid__item.columns.end:last-child:last-child, .m-downloads-grid__item.columns:last-child:last-child {
    float: left;
  }
}
.m-downloads-grid__item .m-downloads-grid__linkcontainer {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.m-downloads-grid__item .m-downloads-grid__linkcontainer:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-downloads-grid__item .m-downloads-grid__imagecontainer {
  position: relative;
  overflow: hidden;
}
.m-downloads-grid__item .m-downloads-grid__imagecontainer img {
  width: 100%;
  height: auto;
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}
.m-downloads-grid__item .m-downloads-grid__label {
  position: relative;
  padding-right: 2.8125rem;
  margin-bottom: 0;
  text-align: left;
}
.m-downloads-grid__item .m-downloads-grid__label .icon-download {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 1.75rem;
}
.m-downloads-grid__item .m-downloads-grid__filesize {
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 0.3125rem;
  left: 1.0625rem;
  margin-bottom: 0;
  font-size: 1.75rem;
  color: #FFFFFF;
}

.m-news-grid__item {
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 39.9375em) {
  .m-news-grid__item .m-news-grid__item {
    height: auto !important;
  }
}
.m-news-grid__item .m-news-grid__linkcontainer {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 0.9375rem;
}
.m-news-grid__item .m-news-grid__linkcontainer:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.m-news-grid__item .m-news-grid__imagecontainer {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.m-news-grid__item .m-news-grid__imagecontainer img {
  width: 100%;
  height: auto;
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}
.m-news-grid__item .m-news-grid__contentcontainer {
  padding-bottom: 3.75rem;
}
.m-news-grid__item .m-news-grid__more {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.m-news-grid__item .m-news-grid__date {
  display: inline-block;
  /*position: absolute;
  top: rem-calc(5);
  left: rem-calc(5);
  background: $black;
     z-index: 1;*/
  padding: 0.125rem 0.4375rem;
  background: #0085CA;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.m-news-grid__item .m-news-grid__date span {
  color: #FFFFFF;
  font-weight: bold;
}
.m-news-grid__item .m-news-grid__date span i {
  margin-right: 0.5rem;
  font-size: 1em;
}
.m-news-grid__item .m-news-grid__date.m-news-grid__date--noImage {
  position: relative;
  left: 0;
  padding-left: 0;
  margin-bottom: 1.25rem;
}
.m-news-grid__item--light .m-news-grid__linkcontainer {
  background: #FFFFFF;
}
.m-news-grid__item--light .m-news-grid__contentcontainer {
  padding: 0 0.9375rem 3.75rem;
}
.m-news-grid__item--light .m-news-grid__contentcontainer h2, .m-news-grid__item--light .m-news-grid__contentcontainer p {
  color: #000000;
}
.m-news-grid__item--light .m-news-grid__more {
  border-color: #000000;
  color: #000000;
  width: calc(100% - 30px);
  margin-left: 0.9375rem;
}
.m-news-grid__item--light .m-news-grid__more:hover {
  background: #000000;
  color: #FFFFFF;
}

.page-navigation {
  text-align: center;
}
.page-navigation > p {
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}
.page-navigation__list {
  list-style: none;
  display: inline-block;
  margin: 0 0 2.5rem;
  padding: 0;
  border: 2px solid #000000;
}
.page-navigation__list li {
  display: inline-block;
  position: relative;
  padding: 0.375rem 0.5rem;
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
}
.page-navigation__list li.previous, .page-navigation__list li.next {
  display: block;
  background: #1f1f1f;
}
.page-navigation__list li.previous a, .page-navigation__list li.next a {
  color: #FFFFFF;
}
@media screen and (min-width: 30em) {
  .page-navigation__list li.previous, .page-navigation__list li.next {
    display: inline-block;
  }
}

.m-news-detail__mainContent.row {
  padding-top: 0;
}
.m-news-detail__backTop {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  margin: 0;
}
.m-news-detail__backBottom {
  position: absolute;
  right: 0.9375rem;
  bottom: 0;
  margin: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.m-news-detail__aside {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  position: relative;
}
@media screen and (min-width: 64em) {
  .m-news-detail__aside {
    margin-top: 0;
  }
}
.m-news-detail__aside--headline {
  margin-bottom: 0.625rem;
}
.m-news-detail__aside img {
  display: block;
  -webkit-transition: opacity .35s ease;
  -moz-transition: opacity .35s ease;
  -ms-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.m-news-detail__aside img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtm-opacity: 0.8;
  opacity: 0.8;
}
.m-news-detail__files {
  margin-top: 1.25rem;
}
.m-news-detail__files > div {
  margin-bottom: 1.25rem;
}
.m-news-detail__caption {
  background: #1f1f1f;
  color: #FFFFFF;
  display: block;
  margin-bottom: 0;
  padding: 0.3125rem 0.625rem;
  font-size: 80%;
}
.m-news-detail__categories, .m-news-detail__author, .m-news-detail__tags, .m-news-detail__files {
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid #8e8e8e;
}
.m-news-detail__related a {
  color: #0085CA;
}
.m-news-detail__related a:hover {
  text-decoration: underline;
}
.m-news-detail.m-news-detail__category {
  color: #8e8e8e;
}

.m-data-table thead, *[id^='data-table-'] thead {
  background: #FFFFFF;
  border: 0;
}
.m-data-table thead th:first-child, *[id^='data-table-'] thead th:first-child {
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  color: #000000;
}
.m-data-table thead th:last-child, *[id^='data-table-'] thead th:last-child {
  color: #000000;
  font-family: "Robot", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  width: 10%;
}
.m-data-table tbody, *[id^='data-table-'] tbody {
  background: #FFFFFF;
  border: 0;
}
.m-data-table tbody tr, *[id^='data-table-'] tbody tr {
  background: #FFFFFF !important;
}
.m-data-table tbody tr td, *[id^='data-table-'] tbody tr td {
  font-size: 1.25rem;
}
.m-data-table tbody tr td:first-child, *[id^='data-table-'] tbody tr td:first-child {
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-top: 1px solid #000000;
}
.m-data-table tbody tr td:nth-child(2), *[id^='data-table-'] tbody tr td:nth-child(2) {
  border-top: 1px solid #000000;
  text-align: right;
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #8e8e8e;
}
.m-data-table tbody tr td:last-child, *[id^='data-table-'] tbody tr td:last-child {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #000000;
  width: 10%;
  font-size: 1rem;
}

#data-table-3 thead th:nth-child(4), #data-table-4 thead th:nth-child(4) {
  color: #000000;
  font-family: "Robot", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  width: 10%;
}
#data-table-3 tbody td:nth-child(4), #data-table-4 tbody td:nth-child(4) {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #000000;
  width: 10%;
  font-size: 1rem;
}

.m-news-search {
  margin-top: 2rem;
}
.m-news-search .page-navigation {
  text-align: center;
}
.m-news-search .page-navigation > p {
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
}
.m-news-search .page-navigation ul {
  list-style: none;
  display: inline-block;
  margin: 0 0 2.5rem;
  padding: 0;
  border: 2px solid #000000;
}
.m-news-search .page-navigation ul li {
  display: inline-block;
  position: relative;
  padding: 0.375rem 0.5rem;
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
}
.m-news-search .page-navigation ul li:first-child, .m-news-search .page-navigation ul li:last-child {
  display: block;
  background: #1f1f1f;
}
@media screen and (min-width: 30em) {
  .m-news-search .page-navigation ul li:first-child, .m-news-search .page-navigation ul li:last-child {
    display: inline-block;
  }
}
.m-news-search .page-navigation ul li .prev, .m-news-search .page-navigation ul li .next {
  color: #FFFFFF;
}
.m-news-search .page-navigation ul li:not(:first-child):not(:last-child) .current {
  color: inherit;
  position: absolute;
  transform: translate(-50%, -50%);
  width: calc(100% + 0.6rem);
  /* height: calc(100% + 2.4rem); */
  vertical-align: middle;
  padding: 0.4rem 0;
  background: #0085CA;
  color: #FFFFFF;
}
.m-news-search .page-navigation ul li:first-child .current, .m-news-search .page-navigation ul li:last-child .current {
  display: block;
  background: #1f1f1f;
  color: #FFFFFF;
  position: relative;
  transform: none;
  width: auto;
  height: auto;
  padding: unset;
}
.m-news-search .search_field {
  margin: 0;
  position: relative;
}
.m-news-search .search_field .submitbutt {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
}

.csc-header {
  display: none;
}

.m-button-group {
  display: inline-block;
}
.m-button-group .a-button {
  margin: 0;
  float: left;
}
.m-button-group .button-label {
  float: left;
}
.m-button-group .button-label.is-active {
  color: #FFFFFF;
  background: #000000;
}

body#page-17 .o-servicepartner-map {
  padding-top: 80px;
}
body#page-17 .o-servicepartner-map #map-wrapper {
  height: 400px;
}
@media screen and (min-width: 64em) {
  body#page-17 .o-servicepartner-map {
    padding-top: 0;
    height: 80vh;
    min-height: 720px;
  }
  body#page-17 .o-servicepartner-map > .row {
    padding: 0;
    height: 100%;
    width: 100%;
    max-width: 100% !important;
  }
  body#page-17 .o-servicepartner-map > .row #dealerSearch {
    height: 100%;
  }
  body#page-17 .o-servicepartner-map > .row #dealerSearch > .row {
    height: 100%;
  }
  body#page-17 .o-servicepartner-map #map-sidebar {
    z-index: 8;
    height: auto;
    position: absolute;
    left: 20px;
    top: 160px;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    max-width: 450px;
  }
  body#page-17 .o-servicepartner-map #map-wrapper {
    position: absolute;
    height: 100% !important;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
  }
}

body#page-874 .o-servicepartner-map-2017 {
  padding-top: 80px;
}
body#page-874 .o-servicepartner-map-2017 > .row {
  padding-top: 0;
}
body#page-874 .o-servicepartner-map-2017 #map-sidebar {
  position: relative;
  overflow-x: hidden;
}
body#page-874 .o-servicepartner-map-2017 #map-wrapper {
  height: 400px;
}
@media screen and (min-width: 40em) {
  body#page-874 .o-servicepartner-map-2017 {
    padding-top: 0;
    height: 80vh;
    min-height: 720px;
  }
  body#page-874 .o-servicepartner-map-2017 > .row {
    padding: 0;
    height: 100%;
    width: 100%;
    max-width: 100% !important;
  }
  body#page-874 .o-servicepartner-map-2017 > .row #dealerSearch {
    height: 100%;
  }
  body#page-874 .o-servicepartner-map-2017 > .row #dealerSearch > .row {
    height: 100%;
  }
  body#page-874 .o-servicepartner-map-2017 #map-sidebar {
    z-index: 8;
    height: auto;
    position: absolute;
    left: 20px;
    top: 160px;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    max-width: 450px;
    overflow-x: visible;
  }
  body#page-874 .o-servicepartner-map-2017 #map-wrapper {
    position: absolute;
    height: 100% !important;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
  }
}
body#page-874 .o-servicepartner-map-2017 form fieldset {
  margin-bottom: 12px;
}
body#page-874 .o-servicepartner-map-2017 form #position_field {
  min-height: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
}
body#page-874 .o-servicepartner-map-2017 form #radius {
  padding: 0.5rem 0.75rem;
}
body#page-874 .o-servicepartner-map-2017 .dealerResultItem {
  margin-bottom: 0;
  padding: 7px 50px 12px 5px;
  cursor: pointer;
}
body#page-874 .o-servicepartner-map-2017 .dealerResultItem h3 {
  margin-bottom: 5px;
}
body#page-874 .o-servicepartner-map-2017 .dealerResultItem .dealerResultSpecs .item_address {
  line-height: 1.3;
}
body#page-874 .o-servicepartner-map-2017 .dealerResultItem .dealerResultSpecs span.hidden {
  display: none;
}
body#page-874 .o-servicepartner-map-2017 .dealerResultItem .dealerResultSpecs .a-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  height: 100%;
  text-align: center;
  width: 3.125rem;
}
body#page-874 .o-servicepartner-map-2017 .dealerResultItem .dealerResultSpecs .a-icon:before {
  top: calc(50% - 16px);
  position: relative;
  color: #8e8e8e;
}
body#page-874 .o-servicepartner-map-2017 .dealerResultItem:hover .dealerResultSpecs .a-icon {
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 40em) {
  body#page-874 .o-servicepartner-map-2017 .dealerResultItem h3 {
    margin-bottom: 0;
    font-size: 1.5625rem;
  }
  body#page-874 .o-servicepartner-map-2017 .dealerResultItem .dealerResultSpecs .item_address {
    font-size: 0.875rem;
  }
}
body#page-874 .o-servicepartner-map-2017 .dealerResultServicePartner,
body#page-874 .o-servicepartner-map-2017 .dealerResultPremium,
body#page-874 .o-servicepartner-map-2017 .dealerResultTestcenter {
  margin: 10px 5px 0 0;
  padding: 2px 10px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 0.75rem;
  position: relative;
  display: inline-block;
  border: 1px solid #0085CA;
  background: #0085CA;
}
body#page-874 .o-servicepartner-map-2017 .dealerResultPremium {
  background: #0085CA;
}
body#page-874 .o-servicepartner-map-2017 .dealerResultTestcenter {
  background: #000;
  color: #fff;
  border-color: #fff;
}
body#page-874 .o-servicepartner-map-2017 #map-sidebar {
  padding: 0;
  -webkit-transition: transform 0.63s ease;
  -moz-transition: transform 0.63s ease;
  -ms-transition: transform 0.63s ease;
  -o-transition: transform 0.63s ease;
  transition: transform 0.63s ease;
}
body#page-874 .o-servicepartner-map-2017 .addressPanel {
  background: #FFFFFF;
  z-index: 2;
  position: relative;
  display: block;
  padding: 1.25rem;
}
body#page-874 .o-servicepartner-map-2017 .infoPanel {
  position: absolute;
  padding: 1.25rem;
  display: block;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 4;
  overflow-y: scroll;
  will-change: transform;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
body#page-874 .o-servicepartner-map-2017 .infoPanel.active {
  -webkit-transition: transform 0.63s ease;
  -moz-transition: transform 0.63s ease;
  -ms-transition: transform 0.63s ease;
  -o-transition: transform 0.63s ease;
  transition: transform 0.63s ease;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media screen and (min-width: 40em) {
  body#page-874 .o-servicepartner-map-2017 .infoPanel {
    z-index: 1;
    left: 0;
  }
  body#page-874 .o-servicepartner-map-2017 .infoPanel.active {
    -webkit-transform: translateX(102%);
    -moz-transform: translateX(102%);
    -ms-transform: translateX(102%);
    -o-transform: translateX(102%);
    transform: translateX(102%);
  }
}
body#page-874 .o-servicepartner-map-2017 .infoPanel .row .columns.small-6 {
  font-size: 0.875rem;
}
body#page-874 .o-servicepartner-map-2017 .infoPanel .row .columns.small-6:first-child {
  padding-left: 0;
}
body#page-874 .o-servicepartner-map-2017 .infoPanel .row .columns.small-6:last-child {
  padding-right: 0;
}
@media (max-width: 380px) {
  body#page-874 .o-servicepartner-map-2017 .infoPanel .row .columns.small-6 {
    width: 100%;
    padding: 0;
  }
}
body#page-874 .o-servicepartner-map-2017 .infoPanel__title {
  border-bottom: 1px solid #8e8e8e;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.25rem;
  font-size: 2rem;
}
body#page-874 .o-servicepartner-map-2017 .infoPanel__info {
  margin-top: 0.625rem;
  padding-top: 1.125rem;
  border-top: 1px solid #8e8e8e;
}
body#page-874 .o-servicepartner-map-2017 .infoPanel .icon-close {
  font-size: 30px;
  top: 18px;
  right: 18px;
  position: absolute;
}
body#page-874 .o-servicepartner-map-2017 .infoPanel .icon-close:hover {
  cursor: pointer;
}
body#page-874 .o-servicepartner-map-2017 .infoPanel__mapsLink {
  margin: 10px 0;
  padding-left: 0;
}
body#page-874 .o-servicepartner-map-2017 .infoPanel .dealerResultPremium, body#page-874 .o-servicepartner-map-2017 .infoPanel .dealerResultTestcenter {
  margin-top: 0;
  margin-bottom: 0.625rem;
}
body#page-874 .o-servicepartner-map-2017 .infoPanel .lightbox-image {
  position: relative;
}
body#page-874 .o-servicepartner-map-2017 .infoPanel .lightbox-image .lightbox__overlay {
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #FFFFFF;
  padding-top: 25px;
  font-weight: bold;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
body#page-874 .o-servicepartner-map-2017 .infoPanel .lightbox-image .lightbox__overlay:hover {
  cursor: pointer;
}
body#page-874 .o-servicepartner-map-2017 .infoPanel .lightbox-image ul {
  list-style: none;
  margin: 0;
}
body#page-874 .o-servicepartner-map-2017 .infoPanel .lightbox-image ul li {
  display: inline-block;
  width: calc(50% - 12px);
  margin: 5px;
}
body#page-874 .o-servicepartner-map-2017 .infoPanel .lightbox-image ul li:nth-child(n+3) {
  display: none;
}

.o-event-calendar {
  padding-right: 30px;
}
.o-event-calendar h4 {
  margin-bottom: 20px;
  font-size: 2.3em;
  margin-top: 20px;
}
@media screen and (min-width: 64em) {
  .o-event-calendar {
    padding-right: 0;
  }
  .o-event-calendar h4 {
    margin-top: 0;
  }
}
.o-event-calendar .small-event-list {
  margin: 0;
}
.o-event-calendar .small-event-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.o-event-calendar .small-event-list a {
  display: block;
  padding: 20px 0;
  border-top: 1px solid white;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.o-event-calendar .small-event-list a h6 {
  color: white;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 1.6em;
}
.o-event-calendar .small-event-list a span {
  font-size: 14px;
}
.o-event-calendar .small-event-list a:hover {
  background: #646464;
  background: rgba(100, 100, 100, 0.3);
}
.o-event-calendar .ui-datepicker {
  padding: .2em .2em 0;
  display: none;
  /* with multiple calendars */
}
.o-event-calendar .ui-datepicker tbody, .o-event-calendar .ui-datepicker thead {
  background-color: transparent;
  border: 0;
}
.o-event-calendar .ui-datepicker tbody tr:nth-child(even), .o-event-calendar .ui-datepicker thead tr:nth-child(even) {
  background-color: transparent;
}
.o-event-calendar .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.o-event-calendar .ui-datepicker .ui-datepicker-prev,
.o-event-calendar .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  font-family: 'Iconmoon';
  line-height: 40px;
}
.o-event-calendar .ui-datepicker .ui-datepicker-prev span,
.o-event-calendar .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  text-indent: -999em;
}
.o-event-calendar .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.o-event-calendar .ui-datepicker .ui-datepicker-prev:before {
  content: "\3c";
}
.o-event-calendar .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.o-event-calendar .ui-datepicker .ui-datepicker-next:before {
  content: "\3e";
}
.o-event-calendar .ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.o-event-calendar .ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.o-event-calendar .ui-datepicker .ui-datepicker-title {
  margin: 0 0.5em;
  line-height: 1.8em;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.o-event-calendar .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.o-event-calendar .ui-datepicker select.ui-datepicker-month,
.o-event-calendar .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.o-event-calendar .ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.o-event-calendar .ui-datepicker thead {
  background: none;
}
.o-event-calendar .ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  color: #0085CA;
}
.o-event-calendar .ui-datepicker td {
  border: 0;
  padding: 1px 2px;
}
.o-event-calendar .ui-datepicker td.event-active.event-count-1 a {
  background-color: rgba(0, 133, 202, 0.4);
}
.o-event-calendar .ui-datepicker td.event-active.event-count-2 a {
  background-color: rgba(0, 133, 202, 0.6);
}
.o-event-calendar .ui-datepicker td.event-active.event-count-3 a {
  background-color: rgba(0, 133, 202, 0.8);
}
.o-event-calendar .ui-datepicker td.event-active:hover a {
  color: #000;
  background-color: #0085ca;
}
.o-event-calendar .ui-datepicker td a.ui-state-active {
  color: #000000 !important;
  background-color: #fff !important;
}
.o-event-calendar .ui-datepicker td span,
.o-event-calendar .ui-datepicker td a {
  display: block;
  padding: .2em 0.8em 0.2em 0.2em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 3.6em;
}
.o-event-calendar .ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.o-event-calendar .ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.o-event-calendar .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.o-event-calendar .ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.o-event-calendar .ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.o-event-calendar .ui-datepicker.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.o-event-calendar .ui-datepicker.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.o-event-calendar .ui-datepicker.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.o-event-calendar .ui-datepicker.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.o-event-calendar .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.o-event-calendar .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.o-event-calendar .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.o-event-calendar .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.o-event-date-countdown {
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 8;
}
.o-event-date-countdown h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.o-event-date-countdown h2 a {
  color: #fff;
}
.o-event-date-countdown h2 a:hover {
  color: #ddd;
}
@media screen and (max-width: 39.9375em) {
  .o-event-date-countdown h2 {
    font-size: 28px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (min-width: 40em) {
  .o-event-date-countdown h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 64em) {
  .o-event-date-countdown h2 {
    font-size: 96px;
  }
}
.o-event-date-countdown #DateCountdown {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 20px;
  color: #fff;
}
.o-event-date-countdown #DateCountdown canvas {
  display: none;
}
.o-event-date-countdown #DateCountdown .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.o-event-date-countdown #DateCountdown .time_circles > div {
  text-align: center;
  width: 25%;
  float: left;
  position: relative;
}
.o-event-date-countdown #DateCountdown .time_circles > div.textDiv_Days > span:after, .o-event-date-countdown #DateCountdown .time_circles > div.textDiv_Hours > span:after, .o-event-date-countdown #DateCountdown .time_circles > div.textDiv_Minutes > span:after {
  content: ':';
  display: inline-block;
  font-size: 0.8em;
  position: absolute;
  right: 0;
  top: 1rem;
}
@media screen and (min-width: 40em) {
  .o-event-date-countdown #DateCountdown .time_circles > div.textDiv_Days > span:after, .o-event-date-countdown #DateCountdown .time_circles > div.textDiv_Hours > span:after, .o-event-date-countdown #DateCountdown .time_circles > div.textDiv_Minutes > span:after {
    top: 0.5rem;
    right: -0.5rem;
  }
}
@media screen and (min-width: 64em) {
  .o-event-date-countdown #DateCountdown .time_circles > div.textDiv_Days > span:after, .o-event-date-countdown #DateCountdown .time_circles > div.textDiv_Hours > span:after, .o-event-date-countdown #DateCountdown .time_circles > div.textDiv_Minutes > span:after {
    top: -1rem;
    right: -1rem;
  }
}
.o-event-date-countdown #DateCountdown .time_circles > div > h4 {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.o-event-date-countdown #DateCountdown .time_circles > div > span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 40em) {
  .o-event-date-countdown #DateCountdown .time_circles > div > span {
    font-size: 10rem;
  }
}
@media screen and (min-width: 64em) {
  .o-event-date-countdown #DateCountdown .time_circles > div > span {
    font-size: 13.75rem;
    line-height: 1.1em;
  }
}
.o-event-date-countdown + .columns.large-12 {
  display: none;
}

/* @group Module: Example */
.mod-example {
  border: 1px solid #777;
  margin: 0;
  padding: 10px;
}

/* @end */
/*@@@_slick-slider@@@*/
.o-slick-slider {
  text-align: center;
  margin: 0 3rem;
}
@media screen and (min-width: 40em) {
  .o-slick-slider {
    margin: 0 6rem;
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  .o-slick-slider {
    margin: 0 9rem;
  }
}
@media screen and (min-width: 88.125em) {
  .o-slick-slider {
    margin: 0;
  }
}
.o-slick-slider.slick-slider .slick-prev,
.o-slick-slider.slick-slider .slick-next {
  z-index: 1;
  width: 3.5rem;
  height: 1rem;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .o-slick-slider.slick-slider .slick-prev,
  .o-slick-slider.slick-slider .slick-next {
    width: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .o-slick-slider.slick-slider .slick-prev,
  .o-slick-slider.slick-slider .slick-next {
    width: 6rem;
  }
}
@media screen and (min-width: 88.125em) {
  .o-slick-slider.slick-slider .slick-prev,
  .o-slick-slider.slick-slider .slick-next {
    width: 7rem;
  }
}
.o-slick-slider.slick-slider .slick-prev:hover:before,
.o-slick-slider.slick-slider .slick-next:hover:before {
  color: #0085CA;
}
.o-slick-slider.slick-slider .slick-prev:before,
.o-slick-slider.slick-slider .slick-next:before {
  font-size: 4rem;
  font-family: "iconset";
  line-height: 1;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: color 200ms ease;
}
@media screen and (min-width: 40em) {
  .o-slick-slider.slick-slider .slick-prev:before,
  .o-slick-slider.slick-slider .slick-next:before {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 64em) {
  .o-slick-slider.slick-slider .slick-prev:before,
  .o-slick-slider.slick-slider .slick-next:before {
    font-size: 7rem;
  }
}
@media screen and (min-width: 88.125em) {
  .o-slick-slider.slick-slider .slick-prev:before,
  .o-slick-slider.slick-slider .slick-next:before {
    font-size: 9rem;
  }
}
.o-slick-slider.slick-slider .slick-prev.slick-disabled,
.o-slick-slider.slick-slider .slick-next.slick-disabled {
  display: none !important;
}
.o-slick-slider.slick-slider .slick-prev {
  left: 0px;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  height: 30%;
}
.o-slick-slider.slick-slider .slick-prev:before {
  content: "\3c";
}
.o-slick-slider.slick-slider .slick-next {
  right: 0px;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  height: 30%;
}
.o-slick-slider.slick-slider .slick-next:before {
  content: "\3e";
}
.o-slick-slider .slick-slider {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -o-user-select: auto;
  user-select: auto;
}
.o-slick-slider.slick-loading .slick-list, .o-slick-slider .slick-loading .slick-list {
  background: #fff url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/img/ajax-loader.gif') center center no-repeat;
}
@media screen and (min-width: 40em) {
  .o-slick-slider[data-slides-to-show] .slick-slide {
    margin: 0 1rem;
  }
}
.o-slick-slider[data-slides-to-show] .slick-slide img {
  margin: 0 0 1rem;
}
.o-slick-slider .slick-dots {
  bottom: 1.875rem;
}
.o-slick-slider .slick-dots li button:before {
  content: '';
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  transition: border-color 200ms ease, background 200ms ease;
}
.o-slick-slider .slick-dots li button:hover:before {
  border-color: #FFFFFF;
}
.o-slick-slider .slick-dots li.slick-active button:before {
  background: #FFFFFF;
}
.o-slick-slider .slick-dots li.slick-active button:hover:before {
  background: #FFFFFF;
}
.o-slick-slider__slide {
  position: relative;
}
.o-slick-slider__slide:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .o-slick-slider__slide .equalHeight {
    height: auto !important;
  }
}
.o-slick-slider__slide .o-slick-slider__text-image {
  display: inline-block;
  max-width: 175px;
}
@media screen and (min-width: 40em) {
  .o-slick-slider__slide .o-slick-slider__text-image {
    max-width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .o-slick-slider__slide p ~ .o-slick-slider__text-image {
    max-width: 175px;
  }
}
.o-slick-slider__slide + .o-slick-slider__slide {
  display: none;
}
.o-slick-slider__slider-container {
  height: 100%;
}
.o-slick-slider__slider-container.slick-dotted {
  margin: 0;
}
.o-slick-slider__arrow-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  width: 100%;
  z-index: 5;
}
.o-slick-slider__arrow-container .slick-prev,
.o-slick-slider__arrow-container .slick-next {
  z-index: 1;
  width: 3.5rem;
  height: 1rem;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .o-slick-slider__arrow-container .slick-prev,
  .o-slick-slider__arrow-container .slick-next {
    width: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .o-slick-slider__arrow-container .slick-prev,
  .o-slick-slider__arrow-container .slick-next {
    width: 6rem;
  }
}
@media screen and (min-width: 88.125em) {
  .o-slick-slider__arrow-container .slick-prev,
  .o-slick-slider__arrow-container .slick-next {
    width: 7rem;
  }
}
.o-slick-slider__arrow-container .slick-prev:hover:before,
.o-slick-slider__arrow-container .slick-next:hover:before {
  color: #0085CA;
}
.o-slick-slider__arrow-container .slick-prev:before,
.o-slick-slider__arrow-container .slick-next:before {
  font-size: 4rem;
  font-family: "iconset";
  line-height: 1;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: color 200ms ease;
}
@media screen and (min-width: 40em) {
  .o-slick-slider__arrow-container .slick-prev:before,
  .o-slick-slider__arrow-container .slick-next:before {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 64em) {
  .o-slick-slider__arrow-container .slick-prev:before,
  .o-slick-slider__arrow-container .slick-next:before {
    font-size: 7rem;
  }
}
@media screen and (min-width: 88.125em) {
  .o-slick-slider__arrow-container .slick-prev:before,
  .o-slick-slider__arrow-container .slick-next:before {
    font-size: 9rem;
  }
}
.o-slick-slider__arrow-container .slick-prev.slick-disabled,
.o-slick-slider__arrow-container .slick-next.slick-disabled {
  display: none !important;
}
.o-slick-slider__arrow-container .slick-prev {
  left: 0px;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  height: 30%;
}
.o-slick-slider__arrow-container .slick-prev:before {
  content: "\3c";
}
.o-slick-slider__arrow-container .slick-next {
  right: 0px;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  height: 30%;
}
.o-slick-slider__arrow-container .slick-next:before {
  content: "\3e";
}
.o-slick-slider__arrow-container .slick-prev {
  left: 0;
  transform: none;
}
.o-slick-slider__arrow-container .slick-next {
  right: 0;
  transform: none;
}
.o-slick-slider__gradient-overlay-left, .o-slick-slider__gradient-overlay-right {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.o-slick-slider__gradient-overlay-left {
  left: 0;
  /* SVG fallback for IE 9 (could be data URI, or could use filter) */
  background-size: cover;
  background-image: url();
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.63)), to(transparent));
  /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.63), transparent);
  background-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.63), transparent);
  background-image: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.63), transparent);
  background-image: -o-linear-gradient(to right, rgba(0, 0, 0, 0.63), transparent);
  /* background-image: prefixed(linear-gradient, left $color1 $color2, 'webkit'); !* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 *!
  background-image: prefixed(linear-gradient, left $color1 $color2, 'moz'); !* Firefox 3.6 - 15 *!
  background-image: prefixed(linear-gradient, left $color1 $color2, 'o'); !* Opera 11.1 - 12 *!*/
}
.o-slick-slider__gradient-overlay-right {
  right: 0;
  /* SVG fallback for IE 9 (could be data URI, or could use filter) */
  background-size: cover;
  background-image: url();
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.63)), to(transparent));
  /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.63), transparent);
  background-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.63), transparent);
  background-image: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.63), transparent);
  background-image: -o-linear-gradient(to right, rgba(0, 0, 0, 0.63), transparent);
  /* background-image: prefixed(linear-gradient, left $color1 $color2, 'webkit'); !* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 *!
  background-image: prefixed(linear-gradient, left $color1 $color2, 'moz'); !* Firefox 3.6 - 15 *!
  background-image: prefixed(linear-gradient, left $color1 $color2, 'o'); !* Opera 11.1 - 12 *!*/
}
@media screen and (min-width: 40em) {
  .o-slick-slider__gradient-overlay-right {
    /* SVG fallback for IE 9 (could be data URI, or could use filter) */
    background-size: cover;
    background-image: url();
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.63)));
    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.63));
    background-image: -webkit-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.63));
    background-image: -moz-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.63));
    background-image: -o-linear-gradient(to right, transparent, rgba(0, 0, 0, 0.63));
    /* background-image: prefixed(linear-gradient, left $color1 $color2, 'webkit'); !* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 *!
    background-image: prefixed(linear-gradient, left $color1 $color2, 'moz'); !* Firefox 3.6 - 15 *!
    background-image: prefixed(linear-gradient, left $color1 $color2, 'o'); !* Opera 11.1 - 12 *!*/
  }
}
@media screen and (min-width: 40em) {
  .o-slick-slider.o-slick-slider--three-slides {
    margin: 0 4rem;
  }
}
@media screen and (min-width: 40em) {
  .o-slick-slider.o-slick-slider--three-slides .o-slick-slider__slide {
    margin: 0 1rem;
  }
  .o-slick-slider.o-slick-slider--three-slides .o-slick-slider__slide img {
    margin: 0 0 1rem;
  }
}
.o-slick-slider.o-slick-slider--three-slides .o-slick-slider__slide-content {
  text-transform: uppercase;
  text-align: center;
}
.o-slick-slider.o-slick-slider--three-slides .o-slick-slider__slide-content a {
  color: #000000;
}
.o-slick-slider.o-slick-slider--three-slides .o-slick-slider__slide-content a:hover {
  color: #8e8e8e;
}

.weiterModelle__container {
  display: block;
  position: relative;
}
.weiterModelle__container a:focus {
  outline: none;
}
.weiterModelle__container .sizes {
  display: block;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0.625rem;
}

.o-slick-slider .slick-slider.slick-initialized .o-slick-slider__slide + .o-slick-slider__slide,
.o-slick-slider.slick-slider.slick-initialized .o-slick-slider__slide + .o-slick-slider__slide {
  display: block;
}

.global-currency-gbp .o-slick-slider .o-slick-slider__slide-content .currency_eur {
  display: none !important;
}

.global-currency-gbp .o-slick-slider .o-slick-slider__slide-content .currency_gbp {
  display: block !important;
}

.o-slick-slider.o-slick-slider--full-width {
  position: relative;
  height: 100%;
  margin: 0;
  text-align: left;
  overflow: hidden;
  color: #FFFFFF;
}
.o-slick-slider.o-slick-slider--full-width .slick-track, .o-slick-slider.o-slick-slider--full-width .slick-list {
  height: 100%;
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
@media screen and (max-width: 39.9375em) {
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
    font-family: "object-fit: cover; object-position: 0% 50%";
  }
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide-content {
  text-transform: uppercase;
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide-content .columns {
  position: relative;
}
.a-panel--picture .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 3rem;
}
@media screen and (min-width: 40em) {
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide-content {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 64em) {
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide-content {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 88.125em) {
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide-content {
    padding: 0;
  }
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__slider-container {
  height: 100%;
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__slider-container.slick-dotted {
  margin: 0;
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container > * {
  pointer-events: auto;
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-prev,
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-next {
  z-index: 1;
  width: 3.5rem;
  height: 1rem;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-prev,
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-next {
    width: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-prev,
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-next {
    width: 6rem;
  }
}
@media screen and (min-width: 88.125em) {
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-prev,
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-next {
    width: 7rem;
  }
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-prev:hover:before,
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-next:hover:before {
  color: #0085CA;
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-prev:before,
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-next:before {
  font-size: 4rem;
  font-family: "iconset";
  line-height: 1;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: color 200ms ease;
}
@media screen and (min-width: 40em) {
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-prev:before,
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-next:before {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 64em) {
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-prev:before,
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-next:before {
    font-size: 7rem;
  }
}
@media screen and (min-width: 88.125em) {
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-prev:before,
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-next:before {
    font-size: 9rem;
  }
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-prev.slick-disabled,
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-next.slick-disabled {
  display: none !important;
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-prev {
  left: 0px;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  height: 30%;
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-prev:before {
  content: "\3c";
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-next {
  right: 0px;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  height: 30%;
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-next:before {
  content: "\3e";
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-prev {
  left: 0;
  transform: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20%;
}
@media screen and (min-width: 80em) {
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-prev {
    left: calc((-100vw + 80rem) / 2);
  }
}
.o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-next {
  right: 0;
  transform: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20%;
}
@media screen and (min-width: 80em) {
  .o-slick-slider.o-slick-slider--full-width .o-slick-slider__arrow-container .slick-next {
    right: calc((-100vw + 80rem) / 2);
  }
}
.o-slick-slider.o-slick-slider--full-width[data-center-padding] {
  padding: 2rem 0;
}
.o-slick-slider.o-slick-slider--full-width[data-center-padding] .o-slick-slider__slide {
  opacity: .3;
  padding: 0 3rem;
  transition: opacity 200ms ease;
}
.o-slick-slider.o-slick-slider--full-width[data-center-padding] .o-slick-slider__slide img {
  position: relative;
  width: 100%;
}
.o-slick-slider.o-slick-slider--full-width[data-center-padding] .o-slick-slider__slide-content {
  opacity: 0;
  padding: 0 3rem;
  transition: opacity 200ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 3rem;
}
.o-slick-slider.o-slick-slider--full-width[data-center-padding] .slick-current.o-slick-slider__slide {
  opacity: 1;
}
.o-slick-slider.o-slick-slider--full-width[data-center-padding] .slick-current.o-slick-slider__slide .o-slick-slider__slide-content {
  opacity: 1;
}

/*@@@_photoswipe@@@*/
.mod-photoswipe .column {
  margin-bottom: 1.875rem;
}
.mod-photoswipe a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*@@@_video@@@*/
.mod-video {
  height: 100%;
}
.mod-video .background-video {
  height: 100%;
}

/*@@@_navigation@@@*/
.mod-navigation ul {
  list-style: none;
  margin: 0;
}
.mod-navigation ul li a {
  display: block;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -ms-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
}
.mod-navigation ul li a:hover {
  background-color: #8e8e8e;
}
.mod-navigation ul li.has-dropdown > a {
  position: relative;
}
.mod-navigation .submenu {
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 500ms, opacity 500ms;
  -moz-transition: max-height 500ms, opacity 500ms;
  -ms-transition: max-height 500ms, opacity 500ms;
  -o-transition: max-height 500ms, opacity 500ms;
  transition: max-height 500ms, opacity 500ms;
}
.mod-navigation .submenu.is-open {
  max-height: 480px;
  opacity: 1;
}

.mod-navigation.skin-navigation-offcanvas {
  position: fixed;
  background-color: #000000;
  width: 100%;
  height: 100%;
  top: 70px;
  left: 100%;
  z-index: 999;
  overflow: scroll;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: transform 500ms, top .4s ease;
  -moz-transition: transform 500ms, top .4s ease;
  -ms-transition: transform 500ms, top .4s ease;
  -o-transition: transform 500ms, top .4s ease;
  transition: transform 500ms, top .4s ease;
  -ms-overflow-style: none;
}
.mod-navigation.skin-navigation-offcanvas.is-open {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mod-navigation.skin-navigation-offcanvas::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 62.5em) {
  .mod-navigation.skin-navigation-offcanvas {
    overflow: hidden;
  }
}
@media screen and (min-width: 40em) {
  .mod-navigation.skin-navigation-offcanvas {
    width: 400px;
    top: 100px;
  }
}
@media screen and (min-width: 64em) {
  .mod-navigation.skin-navigation-offcanvas {
    top: 140px;
  }
}
.ie9 .mod-navigation.skin-navigation-offcanvas {
  -ms-overflow-style: none;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 64em) {
  .ie9 .mod-navigation.skin-navigation-offcanvas {
    width: 350px;
  }
}
.mod-navigation.skin-navigation-offcanvas .menu {
  clear: both;
  padding-bottom: 25px;
}
.mod-navigation.skin-navigation-offcanvas .menu ul {
  margin: 0;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li {
  position: relative;
  border-bottom: 3px solid #313131;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li:first-child {
  border-top: 3px solid #313131;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li:hover > a, .mod-navigation.skin-navigation-offcanvas .menu ul li.is-active > a {
  background: #404040;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li a {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  padding: 15px 20px;
  -webkit-transition: background-color .3s ease, color .3s ease;
  -moz-transition: background-color .3s ease, color .3s ease;
  -ms-transition: background-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.has-dropdown > a:before {
  content: "<";
  font-family: 'iconset' !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotateZ(90deg) rotateY(180deg);
  -moz-transform: rotateZ(90deg) rotateY(180deg);
  -ms-transform: rotateZ(90deg) rotateY(180deg);
  -o-transform: rotateZ(90deg) rotateY(180deg);
  transform: rotateZ(90deg) rotateY(180deg);
  -webkit-transition: transform .35s ease;
  -moz-transition: transform .35s ease;
  -ms-transition: transform .35s ease;
  -o-transition: transform .35s ease;
  transition: transform .35s ease;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 0;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.has-dropdown.rotate > a:before {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.has-dropdown .submenu {
  position: relative;
  background: #1f1f1f;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.has-dropdown .submenu.is-open {
  max-height: 800px;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.has-dropdown .submenu li {
  border: none;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.has-dropdown .submenu li a {
  text-transform: none;
  padding-left: 47px;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.has-dropdown .submenu li a:before {
  display: none;
  content: "";
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.has-dropdown .submenu li:focus {
  outline: none;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.has-dropdown .submenu li .submenu {
  background: #1f1f1f;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.has-dropdown .submenu li .submenu li a {
  font-size: 1.25rem;
  padding: 10px 20px 10px 67px;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.megamenu > ul.submenu.is-open {
  padding: 0;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.megamenu > ul.submenu {
  padding: 0;
  -webkit-transition: padding 500ms, max-height 500ms, opacity 500ms;
  -moz-transition: padding 500ms, max-height 500ms, opacity 500ms;
  -ms-transition: padding 500ms, max-height 500ms, opacity 500ms;
  -o-transition: padding 500ms, max-height 500ms, opacity 500ms;
  transition: padding 500ms, max-height 500ms, opacity 500ms;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.megamenu > ul.submenu > li {
  margin-bottom: 1px;
  background: #FFFFFF;
  -webkit-transition: background .35s ease;
  -moz-transition: background .35s ease;
  -ms-transition: background .35s ease;
  -o-transition: background .35s ease;
  transition: background .35s ease;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.megamenu > ul.submenu > li:hover {
  background: #E6E6E6;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.megamenu > ul.submenu > li:hover > a {
  background: none;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.megamenu > ul.submenu > li > a {
  color: #000000;
  width: 100%;
  height: 90px;
  display: block;
  z-index: 10;
  padding: 33px 40px 33px 120px !important;
  text-transform: uppercase;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.megamenu > ul.submenu > li > a:hover {
  background: none;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.megamenu > ul.submenu > li > img {
  position: absolute;
  width: 78px;
  height: 78px;
  display: block;
  left: 6px;
  top: 6px;
  z-index: 9;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.megamenu > ul.submenu > li ul.submenu {
  background: #000000;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.megamenu > ul.submenu > li ul.submenu li {
  float: left;
  background: #8e8e8e;
  width: calc(50% - 1px);
  margin: 1px 1px 0 0;
  text-align: center;
}
.mod-navigation.skin-navigation-offcanvas .menu ul li.megamenu > ul.submenu > li ul.submenu li a {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 15px 25px;
}
.mod-navigation.skin-navigation-offcanvas .language-select, .mod-navigation.skin-navigation-offcanvas .currency-select {
  padding-left: 47px;
}
.mod-navigation.skin-navigation-offcanvas .language-select ul:last-child:after, .mod-navigation.skin-navigation-offcanvas .currency-select ul:last-child:after {
  clear: both;
  float: none;
  content: '';
  display: table;
}
.mod-navigation.skin-navigation-offcanvas .language-select ul li, .mod-navigation.skin-navigation-offcanvas .currency-select ul li {
  float: left;
  margin-right: 12px;
}
.mod-navigation.skin-navigation-offcanvas .language-select ul li:last-child, .mod-navigation.skin-navigation-offcanvas .currency-select ul li:last-child {
  margin-right: 0;
}
.mod-navigation.skin-navigation-offcanvas .language-select ul li a, .mod-navigation.skin-navigation-offcanvas .currency-select ul li a {
  font-size: 14px;
  color: #5b5b5b;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.mod-navigation.skin-navigation-offcanvas .language-select ul li a.current-currency, .mod-navigation.skin-navigation-offcanvas .language-select ul li a.current-language, .mod-navigation.skin-navigation-offcanvas .currency-select ul li a.current-currency, .mod-navigation.skin-navigation-offcanvas .currency-select ul li a.current-language {
  color: #8e8e8e;
}
.mod-navigation.skin-navigation-offcanvas .language-select ul li a:hover, .mod-navigation.skin-navigation-offcanvas .currency-select ul li a:hover {
  color: #0085CA;
  background: none;
}
.mod-navigation.skin-navigation-offcanvas .language-select {
  margin-bottom: 10px;
}
.mod-navigation.skin-navigation-offcanvas .currency-select {
  margin-bottom: 120px;
}
.mod-navigation.skin-navigation-offcanvas .currency-select a[data-currency="eur"]:before {
  content: "Euro (";
}
.mod-navigation.skin-navigation-offcanvas .currency-select a[data-currency="eur"]:after {
  content: ")";
}
.mod-navigation.skin-navigation-offcanvas .currency-select a[data-currency="gbp"]:before {
  content: "British Pound (";
}
.mod-navigation.skin-navigation-offcanvas .currency-select a[data-currency="gbp"]:after {
  content: ")";
}

.mod-navigation.skin-navigation-menubar.menubar-not-top ~ .mod-navigation.skin-navigation-offcanvas {
  top: 70px;
}
@media screen and (min-width: 40em) {
  .mod-navigation.skin-navigation-menubar.menubar-not-top ~ .mod-navigation.skin-navigation-offcanvas {
    top: 80px;
  }
}
@media screen and (min-width: 64em) {
  .mod-navigation.skin-navigation-menubar.menubar-not-top ~ .mod-navigation.skin-navigation-offcanvas {
    top: 100px;
  }
}

.mod-navigation.skin-navigation-menubar {
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: background-color .6s ease, height .4s ease;
  -moz-transition: background-color .6s ease, height .4s ease;
  -ms-transition: background-color .6s ease, height .4s ease;
  -o-transition: background-color .6s ease, height .4s ease;
  transition: background-color .6s ease, height .4s ease;
  z-index: 100;
  position: fixed;
  will-change: height, background-color;
}
@media screen and (min-width: 40em) {
  .mod-navigation.skin-navigation-menubar {
    height: 100px;
  }
}
@media screen and (min-width: 64em) {
  .mod-navigation.skin-navigation-menubar {
    height: 140px;
  }
}
.mod-navigation.skin-navigation-menubar .logo {
  display: block;
  float: left;
  width: 124px;
  height: 70px;
  padding: 13px 50px 13px 31px;
  will-change: height, padding;
  -webkit-transition: height .4s ease, padding .4s ease;
  -moz-transition: height .4s ease, padding .4s ease;
  -ms-transition: height .4s ease, padding .4s ease;
  -o-transition: height .4s ease, padding .4s ease;
  transition: height .4s ease, padding .4s ease;
}
.mod-navigation.skin-navigation-menubar .logo-black {
  display: none;
}
@media screen and (min-width: 40em) {
  .mod-navigation.skin-navigation-menubar .logo {
    padding: 25px 50px 25px 31px;
    height: 100px;
    width: 130px;
  }
}
@media screen and (min-width: 64em) {
  .mod-navigation.skin-navigation-menubar .logo {
    padding: 40px 50px 40px 31px;
    height: 140px;
    width: 140px;
  }
}
@media screen and (min-width: 85em) {
  .mod-navigation.skin-navigation-menubar .logo {
    width: 160px;
    padding: 40px 60px 40px 41px;
  }
}
.mod-navigation.skin-navigation-menubar .logo img {
  width: 100%;
  height: auto;
}
.mod-navigation.skin-navigation-menubar.menubar-not-top {
  background-color: rgba(0, 0, 0, 0.9);
  height: 70px;
}
@media screen and (min-width: 40em) {
  .mod-navigation.skin-navigation-menubar.menubar-not-top {
    height: calc(100px - 20px);
  }
}
@media screen and (min-width: 64em) {
  .mod-navigation.skin-navigation-menubar.menubar-not-top {
    height: calc(140px - 40px);
  }
}
.mod-navigation.skin-navigation-menubar.menubar-not-top .logo {
  padding-top: 13px;
  padding-bottom: 13px;
  height: 70px;
}
@media screen and (min-width: 40em) {
  .mod-navigation.skin-navigation-menubar.menubar-not-top .logo {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 80px;
  }
}
@media screen and (min-width: 64em) {
  .mod-navigation.skin-navigation-menubar.menubar-not-top .logo {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100px;
  }
}
.mod-navigation.skin-navigation-menubar nav.menu {
  float: left;
  height: 100%;
}
.mod-navigation.skin-navigation-menubar nav.menu > ul, .mod-navigation.skin-navigation-menubar nav.menu > ul > li, .mod-navigation.skin-navigation-menubar nav.menu > ul > li > a {
  max-height: 100%;
}
.mod-navigation.skin-navigation-menubar nav.menu > ul {
  display: none;
  float: left;
}
@media screen and (min-width: 64em) {
  .mod-navigation.skin-navigation-menubar nav.menu > ul {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
  }
}
.mod-navigation.skin-navigation-menubar nav.menu > ul > li {
  float: left;
  position: relative;
}
.mod-navigation.skin-navigation-menubar nav.menu > ul > li > a {
  padding: 30px 16px;
  text-transform: uppercase;
  font-size: 1.75rem;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.mod-navigation.skin-navigation-menubar nav.menu > ul > li > a:hover {
  color: #8e8e8e !important;
  background: none;
}
@media screen and (min-width: 64em) {
  .mod-navigation.skin-navigation-menubar nav.menu > ul > li > a {
    font-size: 1.25rem;
    padding: 30px 10px;
  }
}
@media screen and (min-width: 75em) {
  .mod-navigation.skin-navigation-menubar nav.menu > ul > li > a {
    font-size: 1.5rem;
    padding: 30px 12px;
  }
}
@media screen and (min-width: 93.75em) {
  .mod-navigation.skin-navigation-menubar nav.menu > ul > li > a {
    font-size: 1.75rem;
    padding: 30px 16px;
  }
}
.mod-navigation.skin-navigation-menubar nav.menu > ul > li.rotate > a, .mod-navigation.skin-navigation-menubar nav.menu > ul > li.active > a {
  color: #8e8e8e;
  background: none;
}
.mod-navigation.skin-navigation-menubar nav.menu > ul > li:first-child a {
  padding-left: 0;
}
.mod-navigation.skin-navigation-menubar nav.menu > ul > li > ul.submenu:before {
  display: none;
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  transform: rotateZ(-45deg);
  background: #000000;
  top: -15px;
  left: 15px;
}
@media screen and (min-width: 40em) {
  .mod-navigation.skin-navigation-menubar nav.menu > ul > li > ul.submenu:before {
    display: block;
  }
}
.mod-navigation.skin-navigation-menubar ul.submenu {
  position: absolute;
  background-color: #000000;
  -webkit-transition: max-height 500ms, opacity 500ms, transform .4s ease;
  -moz-transition: max-height 500ms, opacity 500ms, transform .4s ease;
  -ms-transition: max-height 500ms, opacity 500ms, transform .4s ease;
  -o-transition: max-height 500ms, opacity 500ms, transform .4s ease;
  transition: max-height 500ms, opacity 500ms, transform .4s ease;
  width: 270%;
  -webkit-transform: translateY(23px);
  -moz-transform: translateY(23px);
  -ms-transform: translateY(23px);
  -o-transform: translateY(23px);
  transform: translateY(23px);
}
@media screen and (min-width: 75em) {
  .mod-navigation.skin-navigation-menubar ul.submenu {
    width: 240%;
    -webkit-transform: translateY(21px);
    -moz-transform: translateY(21px);
    -ms-transform: translateY(21px);
    -o-transform: translateY(21px);
    transform: translateY(21px);
  }
}
@media screen and (min-width: 85em) {
  .mod-navigation.skin-navigation-menubar ul.submenu {
    width: 190%;
    -webkit-transform: translateY(18px);
    -moz-transform: translateY(18px);
    -ms-transform: translateY(18px);
    -o-transform: translateY(18px);
    transform: translateY(18px);
  }
}
.mod-navigation.skin-navigation-menubar ul.submenu.is-open {
  overflow: visible;
}
.mod-navigation.skin-navigation-menubar ul.submenu li {
  z-index: 1;
  position: relative;
}
.mod-navigation.skin-navigation-menubar ul.submenu li a {
  padding: 5px 30px 5px 20px;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  line-height: 1.1;
  -webkit-transition: color .3s ease, background .3s ease;
  -moz-transition: color .3s ease, background .3s ease;
  -ms-transition: color .3s ease, background .3s ease;
  -o-transition: color .3s ease, background .3s ease;
  transition: color .3s ease, background .3s ease;
}
.mod-navigation.skin-navigation-menubar ul.submenu li a:hover {
  background: #FFFFFF;
  color: #000000;
}
.mod-navigation.skin-navigation-menubar ul.submenu li.active > a {
  color: #0085CA;
}
.mod-navigation.skin-navigation-menubar ul.submenu li:first-child {
  margin-top: 15px;
}
.mod-navigation.skin-navigation-menubar ul.submenu li:last-child {
  margin-bottom: 10px;
}
.mod-navigation.skin-navigation-menubar ul.submenu li ul.submenu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.mod-navigation.skin-navigation-menubar ul.submenu li ul.submenu li:first-child {
  margin-top: 0;
}
.mod-navigation.skin-navigation-menubar ul.submenu li ul.submenu li:last-child {
  margin-bottom: 0;
}
.mod-navigation.skin-navigation-menubar ul.submenu.megamenu li {
  width: 160px;
  height: 160px;
  position: relative;
  display: block;
  float: left;
  margin: 30px 30px 30px 0;
}
.mod-navigation.skin-navigation-menubar ul.submenu.megamenu li .megamenu__item {
  overflow: hidden;
  width: 160px;
  height: 160px;
}
.mod-navigation.skin-navigation-menubar ul.submenu.megamenu li .megamenu__item img {
  position: relative;
  max-width: none;
  -webkit-transition: transform .5s ease, filter .5s ease;
  -moz-transition: transform .5s ease, filter .5s ease;
  -ms-transition: transform .5s ease, filter .5s ease;
  -o-transition: transform .5s ease, filter .5s ease;
  transition: transform .5s ease, filter .5s ease;
  will-change: transform;
}
.mod-navigation.skin-navigation-menubar ul.submenu.megamenu li .megamenu__item a {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.mod-navigation.skin-navigation-menubar ul.submenu.megamenu li .megamenu__item a span {
  color: #FFFFFF;
  position: absolute;
  bottom: 3px;
  left: 10px;
  padding: 0;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.mod-navigation.skin-navigation-menubar ul.submenu.megamenu li .megamenu__item a span:hover {
  color: #0085CA;
}
.mod-navigation.skin-navigation-menubar ul.submenu.megamenu li .megamenu__item:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: transform .3s ease, filter .3s ease;
  -moz-transition: transform .3s ease, filter .3s ease;
  -ms-transition: transform .3s ease, filter .3s ease;
  -o-transition: transform .3s ease, filter .3s ease;
  transition: transform .3s ease, filter .3s ease;
  -webkit-filter: contrast(1.1);
  filter: contrast(1.1);
}
.mod-navigation.skin-navigation-menubar ul.submenu.megamenu li .megamenu__item:hover a {
  background: rgba(0, 0, 0, 0.4);
}
.mod-navigation.skin-navigation-menubar ul.submenu.megamenu li.active .megamenu__item a span {
  color: #0085CA;
}
.mod-navigation.skin-navigation-menubar ul.submenu.megamenu li.sale .megamenu__item {
  background: #0085CA;
}
.mod-navigation.skin-navigation-menubar ul.submenu.megamenu li.sale .megamenu__item a:after {
  content: '%';
  position: absolute;
  height: 100px;
  font-size: 100px;
  line-height: 1;
  left: 50%;
  top: 50%;
  color: #FFFFFF;
  will-change: transform;
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.mod-navigation.skin-navigation-menubar ul.submenu.megamenu li.sale .megamenu__item:hover a:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.15);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.15);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.15);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.15);
  transform: translateX(-50%) translateY(-50%) scale(1.15);
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}
.mod-navigation.skin-navigation-menubar ul.submenu.megamenu li.sale .megamenu__item span:hover {
  color: #000000;
}
.mod-navigation.skin-navigation-menubar ul.submenu.megamenu li.sale.active .megamenu__item a span {
  color: #000000;
}
.mod-navigation.skin-navigation-menubar ul.submenu.megamenu li:first-child {
  margin-left: 30px;
}
.mod-navigation.skin-navigation-menubar ul.submenu.megamenu li:last-child:after {
  content: '';
  clear: both;
  float: none;
  height: 0;
  width: 0;
  display: block;
}
.mod-navigation.skin-navigation-menubar.menubar-not-top ul.submenu {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
@media screen and (min-width: 75em) {
  .mod-navigation.skin-navigation-menubar.menubar-not-top ul.submenu {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
  }
}
@media screen and (min-width: 85em) {
  .mod-navigation.skin-navigation-menubar.menubar-not-top ul.submenu {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.mod-navigation.skin-navigation-menubar.menubar-not-top .buttonsRight .search-button ul.submenu, .mod-navigation.skin-navigation-menubar.menubar-not-top .buttonsRight .language-select ul.submenu, .mod-navigation.skin-navigation-menubar.menubar-not-top .buttonsRight .currency-select ul.submenu {
  -webkit-transform: translateY(-17px);
  -moz-transform: translateY(-17px);
  -ms-transform: translateY(-17px);
  -o-transform: translateY(-17px);
  transform: translateY(-17px);
}
@media screen and (min-width: 40em) {
  .mod-navigation.skin-navigation-menubar.menubar-not-top .buttonsRight .search-button ul.submenu, .mod-navigation.skin-navigation-menubar.menubar-not-top .buttonsRight .language-select ul.submenu, .mod-navigation.skin-navigation-menubar.menubar-not-top .buttonsRight .currency-select ul.submenu {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
@media screen and (min-width: 64em) {
  .mod-navigation.skin-navigation-menubar.menubar-not-top .buttonsRight .search-button ul.submenu, .mod-navigation.skin-navigation-menubar.menubar-not-top .buttonsRight .language-select ul.submenu, .mod-navigation.skin-navigation-menubar.menubar-not-top .buttonsRight .currency-select ul.submenu {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.mod-navigation.skin-navigation-menubar li.last ul.submenu {
  width: 200%;
}
@media screen and (min-width: 75em) {
  .mod-navigation.skin-navigation-menubar li.last ul.submenu {
    width: 180%;
  }
}
@media screen and (min-width: 85em) {
  .mod-navigation.skin-navigation-menubar li.last ul.submenu {
    width: 150%;
  }
}
.mod-navigation.skin-navigation-menubar ul.submenu ul.submenu {
  width: 100%;
  position: relative;
  background: #000000;
}
.mod-navigation.skin-navigation-menubar ul.submenu ul.submenu li {
  border-bottom: 1px solid #8e8e8e;
}
.mod-navigation.skin-navigation-menubar ul.submenu ul.submenu li:first-child {
  border-top: 1px solid #8e8e8e;
}
.mod-navigation.skin-navigation-menubar ul.submenu ul.submenu li a {
  padding-left: 35px;
}
.mod-navigation.skin-navigation-menubar .buttonsRight {
  margin-right: 10px;
  height: 100%;
  float: right;
  /* SEARCH BUTTON */
  /* LANGUAGE TOGGLE */
  /* CURRENCY TOGGLE */
}
@media screen and (min-width: 40em) {
  .mod-navigation.skin-navigation-menubar .buttonsRight {
    margin-right: 30px;
  }
}
@media screen and (min-width: 85em) {
  .mod-navigation.skin-navigation-menubar .buttonsRight {
    margin-right: 110px;
  }
}
.mod-navigation.skin-navigation-menubar .buttonsRight > div {
  float: left;
  height: 104px;
  position: relative;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mod-navigation.skin-navigation-menubar .buttonsRight a:hover {
  background: none;
}
.mod-navigation.skin-navigation-menubar .buttonsRight ul.submenu {
  right: 0;
  min-width: 70px;
  text-align: center;
}
.mod-navigation.skin-navigation-menubar .buttonsRight ul.submenu:before {
  content: '';
  position: absolute;
  display: none;
  width: 30px;
  height: 30px;
  transform: rotateZ(-45deg);
  background: #000000;
  top: -15px;
  right: 6px;
}
@media screen and (min-width: 40em) {
  .mod-navigation.skin-navigation-menubar .buttonsRight ul.submenu:before {
    display: block;
  }
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button {
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
  cursor: pointer;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button > ul {
  height: 100%;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button > ul > li {
  height: 100%;
  width: 55px;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button a.search-icon {
  height: 100%;
  width: 55px;
  position: relative;
  top: 0;
  left: 0;
  padding: 40px 15px;
  z-index: 0;
  margin-top: -28px;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button span {
  display: block;
  position: relative;
  text-align: center;
  width: 28px;
  height: 28px;
  cursor: pointer;
  -webkit-transform: scale(0.83);
  -moz-transform: scale(0.83);
  -ms-transform: scale(0.83);
  -o-transform: scale(0.83);
  transform: scale(0.83);
  margin-bottom: 2px;
  margin-left: 2px;
  text-indent: -9999px;
  top: 40px;
  left: 15px;
  margin: 0;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button span:before, .mod-navigation.skin-navigation-menubar .buttonsRight .search-button span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 3px solid #ececec;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button span:before {
  width: 75%;
  height: 75%;
  border-radius: 50%;
  border-width: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s, background-color .0s linear .0s;
  -moz-transition: all 0.3s, background-color .0s linear .0s;
  -ms-transition: all 0.3s, background-color .0s linear .0s;
  -o-transition: all 0.3s, background-color .0s linear .0s;
  transition: all 0.3s, background-color .0s linear .0s;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button span:after {
  border-width: 1.5px;
  width: 0;
  height: 35%;
  left: 75%;
  top: 75%;
  margin-left: 0;
  margin-top: 0;
  background-color: #ececec;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button li.rotate span {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button li.rotate span:before, .mod-navigation.skin-navigation-menubar .buttonsRight .search-button li.rotate span:after {
  border-color: #ececec;
  background-color: #ececec;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button li.rotate span:before {
  width: 0;
  height: 100%;
  border-radius: 0;
  border-width: 1.5px;
  left: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-1.5px) rotate(45deg);
  -moz-transform: translateX(-1.5px) rotate(45deg);
  -ms-transform: translateX(-1.5px) rotate(45deg);
  -o-transform: translateX(-1.5px) rotate(45deg);
  transform: translateX(-1.5px) rotate(45deg);
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button li.rotate span:after {
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu {
  width: 100vw;
  right: -60px;
  -webkit-transform: translateY(-17px);
  -moz-transform: translateY(-17px);
  -ms-transform: translateY(-17px);
  -o-transform: translateY(-17px);
  transform: translateY(-17px);
  -webkit-transition: margin-top .4s ease, transform .4s ease, max-height 500ms, opacity 500ms;
  -moz-transition: margin-top .4s ease, transform .4s ease, max-height 500ms, opacity 500ms;
  -ms-transition: margin-top .4s ease, transform .4s ease, max-height 500ms, opacity 500ms;
  -o-transition: margin-top .4s ease, transform .4s ease, max-height 500ms, opacity 500ms;
  transition: margin-top .4s ease, transform .4s ease, max-height 500ms, opacity 500ms;
}
@media screen and (min-width: 40em) {
  .mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu {
    width: calc(100vw - 200px);
    right: 5px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@media screen and (min-width: 64em) {
  .mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu {
    width: calc(70vw - 150px);
    -webkit-transform: translateY(18px);
    -moz-transform: translateY(18px);
    -ms-transform: translateY(18px);
    -o-transform: translateY(18px);
    transform: translateY(18px);
  }
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li {
  margin: 25px 10px;
}
@media screen and (min-width: 40em) {
  .mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li {
    margin: 35px 20px;
  }
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only form, .mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only table {
  margin: 0;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only table, .mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only tbody, .mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only tr, .mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only td {
  background: none;
  border: none;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box {
  padding: 0;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input {
  height: 48px;
  border: none;
  border-bottom: 2px solid #000000;
  padding: 0 !important;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input.gsc-input-focus, .mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input.gsc-input-hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input * {
  height: 100%;
  padding: 0;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input input {
  height: 100% !important;
  margin: 0 !important;
  padding: 5px 3px !important;
  color: #000000;
  text-align: left;
  background: none !important;
  border: none !important;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input input:focus, .mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input input:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input input::-webkit-input-placeholder {
  font-size: 0.875rem;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input input:-moz-placeholder {
  font-size: 0.875rem;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input input::-moz-placeholder {
  font-size: 0.875rem;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input input:-ms-input-placeholder {
  font-size: 0.875rem;
}
@media screen and (min-width: 40em) {
  .mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input input {
    padding: 5px 10px !important;
  }
  .mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input input::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input input:-moz-placeholder {
    font-size: 1rem;
  }
  .mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input input::-moz-placeholder {
    font-size: 1rem;
  }
  .mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input input:-ms-input-placeholder {
    font-size: 1rem;
  }
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only .gsc-search-box td.gsc-input .gsib_b {
  display: none;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only td.gsc-search-button {
  padding: 0 10px;
  width: 18%;
  vertical-align: bottom;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only td.gsc-search-button input {
  margin: 0;
  padding: 0 5px;
  height: 44px;
  width: 100%;
  min-width: 0;
  background-color: #FFFFFF;
  color: #000000;
  display: inline-block;
  border: 2px solid #000000;
  font-size: 1rem;
  line-height: 1.1;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -ms-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only td.gsc-search-button input:focus, .mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only td.gsc-search-button input:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only td.gsc-search-button input:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .search-button ul.submenu li .gsc-control-searchbox-only td.gsc-clear-button {
  display: none;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .language-select {
  margin-right: 3px;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .language-select > ul {
  height: 100%;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .language-select > ul > li {
  height: 100%;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .language-select > ul > li.rotate .current-language {
  color: #0085CA;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .language-select > ul > li .current-language:hover {
  color: #0085CA;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .language-select ul.submenu {
  padding-top: 15px;
  padding-bottom: 10px;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .language-select ul.submenu li:first-child {
  margin-top: 0;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .language-select ul.submenu li:last-child {
  margin-bottom: 0;
}
html[lang="de"] .mod-navigation.skin-navigation-menubar .buttonsRight .language-select ul.submenu li.lang-de {
  display: none;
}
html[lang="en"] .mod-navigation.skin-navigation-menubar .buttonsRight .language-select ul.submenu li.lang-en {
  display: none;
}
html[lang="fr"] .mod-navigation.skin-navigation-menubar .buttonsRight .language-select ul.submenu li.lang-fr {
  display: none;
}
html[lang="it"] .mod-navigation.skin-navigation-menubar .buttonsRight .language-select ul.submenu li.lang-it {
  display: none;
}
html[lang="es"] .mod-navigation.skin-navigation-menubar .buttonsRight .language-select ul.submenu li.lang-es {
  display: none;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .language-select ul li a {
  padding: 30px 10px;
  height: 100%;
  text-transform: uppercase;
  font-size: 1.75rem;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .language-select ul li a.current-language {
  padding-right: 30px;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .language-select ul li a.current-language:after {
  content: "\e900";
  font-family: 'iconset' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: calc(50% + 2px);
  right: 11px;
  font-size: .7rem;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .language-select ul.submenu {
  -webkit-transform: translateY(-17px);
  -moz-transform: translateY(-17px);
  -ms-transform: translateY(-17px);
  -o-transform: translateY(-17px);
  transform: translateY(-17px);
}
@media screen and (min-width: 40em) {
  .mod-navigation.skin-navigation-menubar .buttonsRight .language-select ul.submenu {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@media screen and (min-width: 64em) {
  .mod-navigation.skin-navigation-menubar .buttonsRight .language-select ul.submenu {
    -webkit-transform: translateY(18px);
    -moz-transform: translateY(18px);
    -ms-transform: translateY(18px);
    -o-transform: translateY(18px);
    transform: translateY(18px);
  }
}
.mod-navigation.skin-navigation-menubar .buttonsRight .language-select ul.submenu:before {
  width: 25px;
  height: 25px;
  top: -12px;
  right: 5px;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .language-select ul.submenu a {
  padding: 5px 15px 5px 15px;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .currency-select > ul {
  height: 100%;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .currency-select > ul > li {
  height: 100%;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .currency-select ul li a {
  padding: 30px 10px;
  height: 100%;
  text-transform: uppercase;
  font-size: 1.75rem;
  margin: 0;
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .currency-select ul li a.current-currency {
  color: #0085CA;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .currency-select ul.submenu {
  -webkit-transform: translateY(-17px);
  -moz-transform: translateY(-17px);
  -ms-transform: translateY(-17px);
  -o-transform: translateY(-17px);
  transform: translateY(-17px);
}
@media screen and (min-width: 40em) {
  .mod-navigation.skin-navigation-menubar .buttonsRight .currency-select ul.submenu {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@media screen and (min-width: 64em) {
  .mod-navigation.skin-navigation-menubar .buttonsRight .currency-select ul.submenu {
    -webkit-transform: translateY(18px);
    -moz-transform: translateY(18px);
    -ms-transform: translateY(18px);
    -o-transform: translateY(18px);
    transform: translateY(18px);
  }
}
.mod-navigation.skin-navigation-menubar .buttonsRight .currency-select ul.submenu:before {
  width: 25px;
  height: 25px;
  top: -12px;
  right: 5px;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .currency-select ul.submenu a {
  padding: 5px 15px 5px 15px;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .menu-button {
  padding: 1.125rem 0.625rem;
  float: right;
  height: 70px;
}
@media screen and (min-width: 40em) {
  .mod-navigation.skin-navigation-menubar .buttonsRight .menu-button {
    padding: 2.0625rem 1.25rem;
    height: 100px;
  }
}
@media screen and (min-width: 64em) {
  .mod-navigation.skin-navigation-menubar .buttonsRight .menu-button {
    padding: 3.25rem 1.25rem;
    height: 140px;
  }
}
.mod-navigation.skin-navigation-menubar .buttonsRight .menu-button:hover {
  background-color: transparent;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .menu-button .hamburger {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 35px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: transparent;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .menu-button .hamburger:focus {
  outline: none;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .menu-button .hamburger span {
  display: block;
  position: absolute;
  top: 16.5px;
  left: 2px;
  right: 2px;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .menu-button .hamburger span:before, .mod-navigation.skin-navigation-menubar .buttonsRight .menu-button .hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  content: "";
}
.mod-navigation.skin-navigation-menubar .buttonsRight .menu-button .hamburger span:before {
  top: -7px;
  -webkit-transition: top .1s .34s ease-in, opacity .1s ease-in;
  -moz-transition: top .1s .34s ease-in, opacity .1s ease-in;
  transition: top .1s .34s ease-in, opacity .1s ease-in;
}
.mod-navigation.skin-navigation-menubar .buttonsRight .menu-button .hamburger span:after {
  bottom: -7px;
  -webkit-transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mod-navigation.skin-navigation-menubar.is-menu-open .buttonsRight .menu-button .hamburger span {
  -webkit-transition-delay: 0.14s;
  -moz-transition-delay: 0.14s;
  -ms-transition-delay: 0.14s;
  -o-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.mod-navigation.skin-navigation-menubar.is-menu-open .buttonsRight .menu-button .hamburger span:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top .1s ease-out, opacity .1s .14s ease-out;
  -moz-transition: top .1s ease-out, opacity .1s .14s ease-out;
  transition: top .1s ease-out, opacity .1s .14s ease-out;
}
.mod-navigation.skin-navigation-menubar.is-menu-open .buttonsRight .menu-button .hamburger span:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mod-navigation.skin-navigation-menubar:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.mod-navigation.skin-navigation-menubar:hover nav.menu > ul > li > a {
  color: #000000;
}
.mod-navigation.skin-navigation-menubar:hover .buttonsRight .menu-button .hamburger span {
  color: #000000 !important;
  background: #000000;
}
.mod-navigation.skin-navigation-menubar:hover .buttonsRight .menu-button .hamburger span:before, .mod-navigation.skin-navigation-menubar:hover .buttonsRight .menu-button .hamburger span:after {
  background: #000000;
}
.mod-navigation:hover ul > li > a {
  color: #000000;
}
.mod-navigation:hover .logo-black {
  display: block !important;
}
.mod-navigation:hover .logo-white {
  display: none;
}

.pageOverlay {
  position: fixed;
  height: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .3s ease, height .01s .3s;
  -moz-transition: opacity .3s ease, height .01s .3s;
  -ms-transition: opacity .3s ease, height .01s .3s;
  -o-transition: opacity .3s ease, height .01s .3s;
  transition: opacity .3s ease, height .01s .3s;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9;
}
.pageOverlay.active {
  opacity: 1;
  height: 100%;
  -webkit-transition: opacity .3s ease, height .01s;
  -moz-transition: opacity .3s ease, height .01s;
  -ms-transition: opacity .3s ease, height .01s;
  -o-transition: opacity .3s ease, height .01s;
  transition: opacity .3s ease, height .01s;
}

/*@@@_footer@@@*/
.mod-footer {
  background-color: #000000;
  color: #E6E6E6;
  padding-bottom: 20px;
  padding-top: 15px;
}
@media screen and (min-width: 40em) {
  .mod-footer {
    color: #8e8e8e;
  }
}
.mod-footer a {
  color: #E6E6E6;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}
@media screen and (min-width: 40em) {
  .mod-footer a {
    color: #8e8e8e;
  }
}
.mod-footer a:hover {
  color: #FFFFFF;
}
.mod-footer span {
  font-size: 0.8125rem;
}
@media screen and (min-width: 40em) {
  .mod-footer span {
    font-size: 1rem;
  }
}
.mod-footer span:first-child {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 40em) {
  .mod-footer span:first-child {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 64em) {
  .mod-footer span:first-child {
    display: inline-block;
    margin-bottom: 0;
  }
}
.mod-footer .socials {
  text-align: right;
}
.mod-footer .socials a {
  position: relative;
  display: inline-block;
  font-size: 22px;
  margin-right: 5px;
}
.mod-footer .socials a:first-child {
  margin-right: 2px;
}
.mod-footer .socials a:last-child {
  margin-right: 0;
}
.mod-footer .ccccContainer {
  padding-top: 30px;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .mod-footer .ccccContainer {
    padding-top: 20px;
  }
}
.mod-footer .ccccContainer a.cccclink span.cccclogo {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -5px 5px;
  background: url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/img/cccc_logo_footer.svg') no-repeat;
  background-size: 100%;
  transition: 250ms ease all;
  opacity: .63;
}
.mod-footer .ccccContainer a.cccclink:hover {
  text-decoration: underline;
}
.mod-footer .ccccContainer a.cccclink:hover span.cccclogo {
  transform: rotate(-180deg);
  opacity: 1;
}
.mod-footer .footerNav {
  text-align: center;
}

/*@@@_serienpanel@@@*/
.mod-serienpanel {
  border-bottom: 1px solid #000000;
  margin-bottom: 3.125rem;
  position: relative;
}
.mod-serienpanel.isOpen {
  border-bottom: none;
}
.mod-serienpanel > div {
  position: relative;
}
.mod-serienpanel .left {
  overflow: hidden;
  margin-top: 90px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .mod-serienpanel .left {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    bottom: 0;
    position: absolute;
  }
}
.mod-serienpanel .left .bike-image-container {
  margin-bottom: -45px;
  position: relative;
}
@media screen and (min-width: 50em) {
  .mod-serienpanel .left .bike-image-container {
    margin-bottom: -100px;
  }
}
.mod-serienpanel .left .bike-image-container .wheelSizes {
  right: 0;
  bottom: 70px;
  position: absolute;
}
@media screen and (min-width: 26.25em) {
  .mod-serienpanel .left .bike-image-container .wheelSizes {
    bottom: 100px;
  }
}
@media screen and (min-width: 40em) {
  .mod-serienpanel .left .bike-image-container .wheelSizes {
    bottom: 150px;
  }
}
@media screen and (min-width: 64em) {
  .mod-serienpanel .left .bike-image-container .wheelSizes {
    bottom: 198px;
  }
}
.mod-serienpanel .left .bike-image-container .wheelSizes .wheelsize {
  float: left;
}
.mod-serienpanel .right {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 64em) {
  .mod-serienpanel .right {
    padding-bottom: 5.625rem;
  }
}
.mod-serienpanel .right .bikeTitle {
  position: absolute;
  top: 0;
  left: 0.625rem;
}
@media screen and (min-width: 40em) {
  .mod-serienpanel .right .bikeTitle {
    position: relative;
    left: 0;
  }
}
.mod-serienpanel .right .bikeTitle h4 {
  font-size: 3.125rem;
}
@media screen and (min-width: 64em) {
  .mod-serienpanel .right .bikeTitle h4 {
    font-size: 5rem;
  }
}
.mod-serienpanel .right .bikeTitle .subtitle {
  margin-top: -10px;
}
.mod-serienpanel .right .info {
  margin-top: 1.875rem;
}
.mod-serienpanel .right .info .showAllModels {
  display: inline-block;
}
.mod-serienpanel .right .info .showAllModels:after {
  content: attr(data-after);
}
.mod-serienpanel .right .info .price {
  display: block;
  font-size: 1.4rem;
  padding: 0.46875rem 0.9375rem 0.46875rem;
  line-height: 1.5em;
  border: 2px solid #000000;
}
@media screen and (min-width: 26.25em) {
  .mod-serienpanel .right .info .price {
    display: inline-block;
  }
}
@media screen and (min-width: 40em) {
  .mod-serienpanel .right .info .price {
    display: block;
    margin-left: 0;
  }
}
@media screen and (min-width: 50em) {
  .mod-serienpanel .right .info .price {
    display: inline-block;
    margin-top: 0;
  }
}
.mod-serienpanel .serienSlider {
  display: none;
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
  width: 100vw !important;
  opacity: 1 !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
.mod-serienpanel .serienSlider .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.mod-serienpanel .serienSlider .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide img {
  -o-object-fit: initial;
  object-fit: initial;
  font-family: none;
}
.mod-serienpanel .serienSlider .o-slick-slider h2.a-heading.a-heading--small {
  display: inline-block;
}
.mod-serienpanel .serienSlider .o-slick-slider .sizes {
  text-align: right;
  top: -5px;
  display: block;
  position: absolute;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 25em) {
  .mod-serienpanel .serienSlider .o-slick-slider .sizes {
    width: auto;
    display: inline-block;
    padding: 0 2px 0 2rem;
    position: relative;
  }
}
@media screen and (min-width: 40em) {
  .mod-serienpanel .serienSlider .o-slick-slider .sizes {
    top: -7px;
  }
}
@media screen and (min-width: 64em) {
  .mod-serienpanel .serienSlider .o-slick-slider .sizes {
    top: -12px;
  }
}
.mod-serienpanel .serienSlider .o-slick-slider .a-parallelogram.a-parallelogram--small {
  display: inline-block;
}
.mod-serienpanel .serienSlider .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide {
  padding: 0;
}
@media screen and (min-width: 40em) {
  .mod-serienpanel .serienSlider .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide {
    padding: 0 3rem;
  }
}
.mod-serienpanel .serienSlider .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide .o-slick-slider__slide-content {
  position: relative;
  display: block;
  margin-top: 1.875rem;
  padding: 0;
}
@media screen and (min-width: 40em) {
  .mod-serienpanel .serienSlider .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide .o-slick-slider__slide-content {
    position: absolute;
    margin-top: 0;
    padding: 0 3rem;
  }
}
.mod-serienpanel .serienSlider .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide .o-slick-slider__slide-content .a-button {
  margin-top: 1.25rem;
}
@media screen and (min-width: 25em) {
  .mod-serienpanel .serienSlider .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide .o-slick-slider__slide-content .a-button {
    margin-top: 0;
  }
}
@media screen and (min-width: 40em) {
  .mod-serienpanel .serienSlider .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide .o-slick-slider__slide-content .a-button {
    margin-top: 1.25rem;
  }
}
.mod-serienpanel .serienSlider .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide .o-slick-slider__slide-testlabel {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.mod-serienpanel .serienSlider .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide .o-slick-slider__slide-testlabel img {
  height: auto;
  width: auto;
  max-width: 200px;
  max-height: 65px;
}
@media screen and (min-width: 64em) {
  .mod-serienpanel .serienSlider .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide .o-slick-slider__slide-testlabel img {
    max-width: 300px;
    max-height: 120px;
  }
}
@media screen and (min-width: 40em) {
  .mod-serienpanel .serienSlider .o-slick-slider.o-slick-slider--full-width .o-slick-slider__slide .o-slick-slider__slide-testlabel {
    display: block;
  }
}
.mod-serienpanel .m-serienpanel__colors {
  text-align: right;
  display: block;
  height: 40px;
  vertical-align: bottom;
  right: 14px;
  margin-top: 7px;
  position: absolute;
}
@media screen and (min-width: 25em) {
  .mod-serienpanel .m-serienpanel__colors {
    text-align: left;
    display: inline-block;
    right: auto;
    margin-top: 0;
    position: relative;
  }
}
@media screen and (min-width: 40em) {
  .mod-serienpanel .m-serienpanel__colors {
    height: 41px;
  }
}
@media screen and (min-width: 64em) {
  .mod-serienpanel .m-serienpanel__colors {
    height: 47px;
  }
}
.mod-serienpanel .m-serienpanel__colors .a-bikecolor {
  display: inline-block;
  margin-right: 9px;
}
.mod-serienpanel .m-serienpanel__price--active {
  display: inline-block;
  margin-right: 1.25rem;
  font-size: 1.75rem;
}
.mod-serienpanel .m-serienpanel__price--inactive {
  display: inline-block;
  color: #777;
  font-size: 1.375rem;
  text-decoration: line-through;
}

.global-currency-gbp .mod-serienpanel .right .info .price.currency_eur {
  display: none !important;
}

.global-currency-gbp .mod-serienpanel .right .info .price.currency_gbp {
  display: inline-block !important;
}

/*@@@_videoelement@@@*/
.mod-videoelement {
  margin-bottom: 1.875rem;
}
.mod-videoelement__videocontainer {
  display: block;
  width: 100%;
  position: relative;
}
.mod-videoelement__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.mod-videoelement__image img.image {
  height: auto !important;
}
.mod-videoelement__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotateZ(-90deg);
  transform: translateX(-50%) translateY(-50%) rotateZ(-90deg);
  z-index: 2;
  padding: 1.375rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 100%;
  font-size: 1.875rem;
  cursor: pointer;
  border: 3px solid transparent;
  -webkit-transition: color .35s ease, border-color .25s ease;
  -moz-transition: color .35s ease, border-color .25s ease;
  -ms-transition: color .35s ease, border-color .25s ease;
  -o-transition: color .35s ease, border-color .25s ease;
  transition: color .35s ease, border-color .25s ease;
}
@media screen and (min-width: 40em) {
  .mod-videoelement__play {
    padding: 1.875rem;
    font-size: 2.5rem;
  }
}
.mod-videoelement__play:before {
  position: relative;
  top: 4px;
}
.mod-videoelement__play:hover {
  color: #0085CA;
  border: 3px solid #0085CA;
}
.mod-videoelement__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25%;
  z-index: 1;
  /* SVG fallback for IE 9 (could be data URI, or could use filter) */
  background-size: cover;
  background-image: url();
  background-image: -webkit-gradient(linear, top left, bottom left, from(transparent), to(rgba(0, 0, 0, 0.75)));
  /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
  background-image: -webkit-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
  background-image: -moz-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
  background-image: -o-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
  /* background-image: prefixed(linear-gradient, top $color1 $color2, 'webkit'); !* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 *!
  background-image: prefixed(linear-gradient, top $color1 $color2, 'moz'); !* Firefox 3.6 - 15 *!
  background-image: prefixed(linear-gradient, top $color1 $color2, 'o'); !* Opera 11.1 - 12 *!*/
}
.mod-videoelement__overlayFullheight {
  height: 100%;
  display: none;
}
@media screen and (min-width: 40em) {
  .mod-videoelement__overlayFullheight {
    display: block;
  }
}
.mod-videoelement__embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.mod-videoelement__embed iframe, .mod-videoelement__embed embed, .mod-videoelement__embed object, .mod-videoelement__embed img.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod-videoelement__embed .no-border {
  border: none;
}
.mod-videoelement__title {
  width: 100%;
  background: #FFFFFF;
  display: block;
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.9375rem 0.625rem;
}
.mod-videoelement__title p {
  color: #000000;
  font-size: 1.75rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}

/*@@@_bikegrid@@@*/
.mod-bikegrid .m-bikegrid__filters {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 40em) {
  .mod-bikegrid .m-bikegrid__filters {
    border-top: none;
  }
}
.mod-bikegrid .m-bikegrid__filter {
  padding: 0;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric {
  border-bottom: 3px solid #393939;
  background: #FFFFFF;
  position: relative;
  border-radius: 0px;
}
@media screen and (min-width: 40em) {
  .mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric {
    border: 1px solid #000000;
    border-top: none;
    background: #FFFFFF;
  }
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 0 30px;
  font-size: 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
  color: #000000;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric .label:before {
  font-family: 'iconset' !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\3e";
  transform: rotateZ(90deg);
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 2px;
}
@media screen and (min-width: 40em) {
  .mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric .label {
    margin: 0 55px 0 30px;
    line-height: 4.125rem;
    height: 4.125rem;
  }
  .mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric .label:before {
    display: none;
  }
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric .label.geogrotesque {
  text-transform: uppercase;
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.75em;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric .button {
  background: transparent;
  border-radius: 0px;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 55px;
  height: 4.125rem;
  color: #000000;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 40em) {
  .mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric .button {
    display: block;
  }
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric .button:before {
  position: absolute;
  top: 1.375rem;
  right: 1.25rem;
  font-size: 1.375rem;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric a {
  display: block;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric a:hover {
  background-color: #333333;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper.selectric-focus .label, .mod-bikegrid .m-bikegrid__filter .selectric-wrapper.selectric-hover .label, .mod-bikegrid .m-bikegrid__filter .selectric-wrapper.selectric-open .label {
  color: #0085CA;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper.selectric-focus .button:before, .mod-bikegrid .m-bikegrid__filter .selectric-wrapper.selectric-hover .button:before, .mod-bikegrid .m-bikegrid__filter .selectric-wrapper.selectric-open .button:before {
  color: #0085CA;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper.selectric-open {
  z-index: 9999;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper.selectric-open .label:before {
  transform: rotateZ(-90deg);
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper.selectric-open .selectric-items {
  display: block;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-responsive {
  width: 100%;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-items {
  display: none;
  position: relative;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  border: none;
  z-index: -1;
}
@media screen and (min-width: 40em) {
  .mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-items {
    position: absolute;
  }
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-items ul, .mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 3.125rem;
  min-height: 3.125rem;
}
@media screen and (min-width: 40em) {
  .mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-items ul, .mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-items li {
    line-height: 2.5rem;
    min-height: 2.5rem;
  }
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-items li {
  border: none;
  border-bottom: 1px solid #1f1f1f;
  display: block;
  padding: 0 10px 0 30px;
  color: #8e8e8e;
  cursor: pointer;
}
@media screen and (min-width: 40em) {
  .mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-items li {
    border-bottom: none;
  }
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-items li.last {
  border-bottom: none;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-items li.selected {
  background: #0085CA;
  color: #000000;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-items li.highlighted {
  background: #0085CA;
  color: #000000;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-items li:hover {
  background: #1f1f1f;
  color: #FFFFFF;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mod-bikegrid .m-bikegrid__filter .selectric-wrapper .selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.mod-bikegrid .m-bikegrid__grid {
  -webkit-transition: height .3s ease;
  -moz-transition: height .3s ease;
  -ms-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
}
.mod-bikegrid .m-bikegrid__item {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 40em) {
  .mod-bikegrid .m-bikegrid__item {
    margin-top: 3.125rem;
    margin-bottom: 0;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.mod-bikegrid .m-bikegrid__item > a {
  height: 100%;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.mod-bikegrid .m-bikegrid__item .a-divider {
  position: absolute;
  bottom: -30px;
  width: calc(100% - 25px);
  margin: 0;
}
.mod-bikegrid .m-bikegrid__imagecontainer {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.mod-bikegrid .m-bikegrid__imagecontainer img {
  display: block;
  width: 100%;
  height: auto;
}
.mod-bikegrid .m-bikegrid__info .large-7.large-pull-5 {
  margin-top: 0.625rem;
}
@media screen and (min-width: 64em) {
  .mod-bikegrid .m-bikegrid__info .large-7.large-pull-5 {
    margin-top: 0;
  }
}
.mod-bikegrid .m-bikegrid__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  z-index: 12;
  -webkit-transition: opacity .35s ease;
  -moz-transition: opacity .35s ease;
  -ms-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}
.mod-bikegrid .m-bikegrid__overlay:hover {
  opacity: 1;
}
.mod-bikegrid .m-bikegrid__linkbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: none;
}
.mod-bikegrid .m-bikegrid__linkbutton:hover {
  background: #0085CA;
  border-color: #0085CA;
  color: #FFFFFF;
}
.mod-bikegrid .m-bikegrid__price {
  color: #000000;
  font-size: 1.625rem;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (min-width: 40em) {
  .mod-bikegrid .m-bikegrid__price {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 64em) {
  .mod-bikegrid .m-bikegrid__price {
    font-size: 2.5rem;
  }
}
.mod-bikegrid .m-bikegrid__price--active {
  margin-right: 1.25rem;
  display: inline-block;
}
.mod-bikegrid .m-bikegrid__price--inactive {
  display: inline-block;
  color: #777;
  font-size: 1.375rem;
  text-decoration: line-through;
}
.mod-bikegrid .m-bikegrid__colorSizes {
  display: block;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.mod-bikegrid .m-bikegrid__colorSizes > div {
  display: inline-block;
  height: 36px;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  vertical-align: top;
}
.mod-bikegrid .m-bikegrid__colorSizes > .m-bikegrid__size {
  margin-right: 1px;
  margin-top: -1px;
}
.mod-bikegrid .m-bikegrid__colorSizes .m-bikegrid__color {
  margin-left: 2px;
  margin-right: 5px;
}
.mod-bikegrid .m-bikegrid__colorSizes .m-bikegrid__color ~ .m-bikegrid__color {
  margin-left: -5px;
}
.mod-bikegrid .m-bikegrid__colorSizes .m-bikegrid__color:last-child {
  margin-right: 12px;
}
.mod-bikegrid .m-bikegrid__colorSizes .m-bikedetail__color {
  margin-right: 8px;
}
.mod-bikegrid .m-bikegrid__colorSizes .m-bikedetail__color:last-child {
  margin-right: 12px;
}
.mod-bikegrid .m-bikegrid__soldOut {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/img/radon-sold-out.png') no-repeat center;
  background-size: contain;
}
.mod-bikegrid .m-bikegrid__testlabel {
  text-align: left;
  margin-top: 0.625rem;
}
@media screen and (min-width: 40em) {
  .mod-bikegrid .m-bikegrid__testlabel {
    text-align: right;
    margin-top: 0;
  }
}
.mod-bikegrid .m-bikegrid__testlabel img {
  max-height: 5.3125rem;
  width: auto;
  height: auto;
  max-width: 100%;
}

.global-currency-gbp .m-bikegrid__price.currency_eur {
  display: none !important;
}

.global-currency-gbp .m-bikegrid__price.currency_gbp {
  display: block !important;
}

/*@@@_bikedetail@@@*/
.mod-bikedetail__info {
  border-bottom: 1px solid #8e8e8e;
}
.mod-bikedetail .m-bikedetail__overlays-top {
  position: relative;
  z-index: 10;
}
.mod-bikedetail .m-bikedetail__bikestage-container {
  margin-top: -90px;
}
@media screen and (min-width: 64em) {
  .mod-bikedetail .m-bikedetail__bikestage-container {
    max-height: 834px;
    min-height: 450px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 1100px) {
  .mod-bikedetail .m-bikedetail__bikestage-container {
    height: calc(100vh - 280px);
  }
}
.mod-bikedetail .m-bikedetail__breadcrumb ul {
  list-style: none;
  margin: 0;
}
.mod-bikedetail .m-bikedetail__breadcrumb ul li {
  float: left;
  color: #8e8e8e;
}
.mod-bikedetail .m-bikedetail__breadcrumb ul li:after {
  content: '/';
  display: inline-block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mod-bikedetail .m-bikedetail__breadcrumb ul li:last-child:after {
  display: none;
}
.mod-bikedetail .m-bikedetail__breadcrumb ul li a {
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  color: #8e8e8e;
}
.mod-bikedetail .m-bikedetail__breadcrumb ul li a:hover {
  color: #0085CA;
}
.mod-bikedetail .m-bikedetail__colors {
  display: inline-block;
  height: 2.5rem !important;
}
.mod-bikedetail .m-bikedetail__color {
  float: left;
  cursor: pointer;
  -webkit-transition: opacity .35s ease;
  -moz-transition: opacity .35s ease;
  -ms-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}
.mod-bikedetail .m-bikedetail__sizes {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-top: -1px;
}
.mod-bikedetail .m-bikedetail__wheelsize {
  float: left;
  height: 2.5rem !important;
}
.mod-bikedetail .m-bikedetail__wheelsize:before {
  color: #000000 !important;
}
.mod-bikedetail .m-bikedetail__wheelsize a {
  color: #FFFFFF;
}
.mod-bikedetail .m-bikedetail__wheelsize--active:before, .mod-bikedetail .m-bikedetail__wheelsize--active:after {
  color: #777;
}
.mod-bikedetail .m-bikedetail__overlay {
  position: absolute;
  display: none;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
}
.mod-bikedetail .m-bikedetail__overlay img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 64em) {
  .mod-bikedetail .m-bikedetail__overlay img {
    height: 100% !important;
    width: auto !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.mod-bikedetail .m-bikedetail__calculate {
  display: none;
  float: left;
  padding-top: 1px;
  width: 169px;
  margin-right: 1px;
}
.mod-bikedetail .m-bikedetail__calculate svg .cls-1 {
  font-size: 60.19px;
  font-family: Geogrotesque;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.mod-bikedetail .m-bikedetail__calculate svg .cls-1, .mod-bikedetail .m-bikedetail__calculate svg .cls-5 {
  fill: #000000;
}
.mod-bikedetail .m-bikedetail__calculate svg .cls-6 {
  fill: #FFFFFF;
}
.mod-bikedetail .m-bikedetail__calculate svg:hover .cls-1, .mod-bikedetail .m-bikedetail__calculate svg:hover .cls-5 {
  fill: #0085CA;
}
.mod-bikedetail .m-bikedetail__calculate svg:hover .cls-6 {
  fill: #000000;
}
.mod-bikedetail .m-bikedetail__calculate a {
  -webkit-transition: color .35s ease;
  -moz-transition: color .35s ease;
  -ms-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
  display: block;
}
.mod-bikedetail .m-bikedetail__calculate a:hover {
  color: #0085CA;
}
.mod-bikedetail .m-bikedetail__geoToggle {
  float: left;
  cursor: pointer;
}
.mod-bikedetail .m-bikedetail__geoToggle:before {
  color: #000000;
}
.mod-bikedetail .m-bikedetail__geoToggle > span {
  padding-left: 0.375rem;
}
.mod-bikedetail .m-bikedetail__geoToggle span.icon-info-circle {
  top: 0;
  padding-left: 0;
  left: -1px;
}
.mod-bikedetail .m-bikedetail__geoToggle:hover:before {
  color: #0085CA;
}
.mod-bikedetail .m-bikedetail__framesizes {
  display: none;
  position: absolute;
  top: 2.5rem;
  right: 1.625rem;
  z-index: 10;
  width: 2.5rem !important;
}
.mod-bikedetail .m-bikedetail__framesizes ul {
  margin: 0;
}
.mod-bikedetail .m-bikedetail__framesize {
  height: 2.5rem;
  width: 2.5rem;
  display: block;
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #000000;
  -webkit-transition: background .35s ease;
  -moz-transition: background .35s ease;
  -ms-transition: background .35s ease;
  -o-transition: background .35s ease;
  transition: background .35s ease;
  text-align: center;
  margin-bottom: 0.25rem;
}
.mod-bikedetail .m-bikedetail__framesize:hover {
  background: #0085CA;
}
.mod-bikedetail .m-bikedetail__framesize a {
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1.5rem;
  color: #FFFFFF;
  display: block;
}
.mod-bikedetail .m-bikedetail__framesize.m-bikedetail__closeFramesizes {
  background: #000000;
}
.mod-bikedetail .m-bikedetail__framesize.m-bikedetail__closeFramesizes a {
  color: #FFFFFF;
  position: relative;
}
.mod-bikedetail .m-bikedetail__framesize.m-bikedetail__closeFramesizes a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
}
.mod-bikedetail .m-bikedetail__framesize.m-bikedetail__closeFramesizes:hover {
  background: #0085CA;
}
.mod-bikedetail .m-bikedetail__image {
  position: relative;
  margin-top: 3.125rem;
  background: #FFFFFF url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/img/loading.gif') center center no-repeat;
}
@media screen and (min-width: 64em) {
  .mod-bikedetail .m-bikedetail__image {
    margin-top: 0;
    height: 100% !important;
    max-height: 834px;
  }
}
.mod-bikedetail .m-bikedetail__image img {
  width: 100%;
  height: auto;
  display: block !important;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .mod-bikedetail .m-bikedetail__image > img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    max-height: 834px;
  }
}
.mod-bikedetail .m-bikedetail__image .js-fullscreenView:hover {
  cursor: url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/img/bike-stage-zoom-64.png'), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/img/bike-stage-zoom-48.png'), url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/img/bike-stage-zoom.png'), zoom-in;
}
.mod-bikedetail .m-bikedetail__image .m-bikedetail__testlabel {
  position: absolute;
  max-width: 40%;
  max-height: 22%;
  height: auto;
  width: auto;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 64em) {
  .mod-bikedetail .m-bikedetail__image .m-bikedetail__testlabel {
    max-height: 17%;
  }
}
.mod-bikedetail .m-bikedetail__soldOut {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: url('../../typo3conf/ext/cccc_template_radon_2016/Resources/Public/img/radon-sold-out.png') no-repeat center;
  background-size: contain;
}
.mod-bikedetail .m-bikedetail__availability {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .mod-bikedetail .m-bikedetail__availability {
    text-align: left;
  }
}
.mod-bikedetail .m-bikedetail__availability ul {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
}
.mod-bikedetail .m-bikedetail__availability ul li {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1.25rem;
  font-family: "Geogrotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  background: #0085CA;
  text-align: center;
  padding-left: 0.1875rem;
  line-height: 2.5rem;
  margin-bottom: 0.3125rem;
}
.mod-bikedetail .m-bikedetail__availability ul li.not-available {
  background: #e80000;
}
.mod-bikedetail .m-bikedetail__classification {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 40em) {
  .mod-bikedetail .m-bikedetail__classification {
    border-right: 1px solid #8e8e8e;
    margin-bottom: 0;
  }
}
.mod-bikedetail .m-bikedetail__classification img {
  max-width: 12.375rem;
  max-height: 3.125rem;
}
.mod-bikedetail .m-bikedetail__classification svg {
  max-width: 12.375rem;
  max-height: 2.6875rem;
  width: 75%;
  display: inline-block;
  vertical-align: middle;
}
.mod-bikedetail .m-bikedetail__classification svg .cls-1 {
  text-transform: uppercase;
  font-size: 60.19px;
  font-family: Geogrotesque;
  letter-spacing: 0.02em;
}
.mod-bikedetail .m-bikedetail__classification svg .cls-1, .mod-bikedetail .m-bikedetail__classification svg .cls-2 {
  fill: #000000;
}
.mod-bikedetail .m-bikedetail__classification svg .cls-3 {
  fill: #FFFFFF;
}
.mod-bikedetail .m-bikedetail__classification .geo-toggle-container:hover svg .cls-1, .mod-bikedetail .m-bikedetail__classification .geo-toggle-container:hover svg .cls-2 {
  fill: #0085CA;
}
.mod-bikedetail .m-bikedetail__classification .geo-toggle-container:hover svg .cls-3 {
  fill: #000000;
}
.mod-bikedetail .m-bikedetail__classification .jobrad-link:hover .jobrad-logo--dark {
  display: none;
}
.mod-bikedetail .m-bikedetail__classification .jobrad-link:hover .jobrad-logo--blue {
  display: inline-block !important;
}
.mod-bikedetail .m-bikedetail__classification a {
  position: relative;
  display: inline-block;
  color: #000000;
  -webkit-transition: color .35s ease;
  -moz-transition: color .35s ease;
  -ms-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}
.mod-bikedetail .m-bikedetail__classification a:hover {
  color: #0085CA;
}
.mod-bikedetail .m-bikedetail__classification a .icon-info-circle {
  font-size: 1.625rem;
  margin-left: 0.3125rem;
  display: inline-block;
  vertical-align: middle;
}
.mod-bikedetail .m-bikedetail__classification > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mod-bikedetail .m-bikedetail__classification > div > p {
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 15px;
}
.mod-bikedetail .m-bikedetail__classification > div > div {
  display: inline-block;
}
.mod-bikedetail .m-bikedetail__classification > .geobutton-section {
  top: 66%;
}
.mod-bikedetail .m-bikedetail__classification > .geobutton-section .calculatebutton {
  transform: translate(-1rem);
  color: #8e8e8e;
  font-size: 0.875rem;
  text-decoration: underline;
  -webkit-transition: color .35s ease;
  -moz-transition: color .35s ease;
  -ms-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}
.mod-bikedetail .m-bikedetail__classification > .geobutton-section .calculatebutton:hover {
  color: #0085CA;
}
.mod-bikedetail .m-bikedetail__buy {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #8e8e8e;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .mod-bikedetail .m-bikedetail__buy {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.mod-bikedetail .m-bikedetail__price {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #8e8e8e;
  text-align: center;
  display: block;
}
@media screen and (min-width: 40em) {
  .mod-bikedetail .m-bikedetail__price {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    display: inline-block;
  }
}
@media screen and (min-width: 64em) {
  .mod-bikedetail .m-bikedetail__price {
    text-align: right;
  }
}
.mod-bikedetail .m-bikedetail__price--active {
  line-height: 1;
  display: block;
  font-size: 2.5rem;
  color: #000000;
  margin-top: 0.125rem;
}
.mod-bikedetail .m-bikedetail__price--inactive {
  display: block;
  color: #8e8e8e;
  font-size: 0.875rem;
}
.mod-bikedetail .m-bikedetail__price--information {
  display: block;
  color: #8e8e8e;
  font-size: 0.875rem;
}
.mod-bikedetail .m-bikedetail__price--information a {
  color: #8e8e8e;
  text-decoration: underline;
  -webkit-transition: color .35s ease;
  -moz-transition: color .35s ease;
  -ms-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}
.mod-bikedetail .m-bikedetail__price--information a:hover {
  color: #0085CA;
}
.mod-bikedetail .m-bikedetail__price--information .rateBerechnenLink {
  display: block;
}
.mod-bikedetail .m-bikedetail__order {
  text-align: center;
  display: inline-block;
  width: auto;
}
@media screen and (min-width: 64em) {
  .mod-bikedetail .m-bikedetail__order {
    text-align: right;
    width: 100%;
  }
}
.mod-bikedetail .m-bikedetail__order p {
  margin-bottom: 0;
}
.mod-bikedetail .m-bikedetail__order p a {
  display: block;
  color: #000000;
  text-decoration: underline;
  -webkit-transition: color .35s ease;
  -moz-transition: color .35s ease;
  -ms-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}
@media screen and (min-width: 40em) {
  .mod-bikedetail .m-bikedetail__order p a {
    display: inline-block;
  }
}
.mod-bikedetail .m-bikedetail__order p a:hover {
  color: #0085CA;
}
.mod-bikedetail .a-badge {
  z-index: 7;
}

.m-bikedetail__calculateOverlay:focus {
  outline: none;
}
.m-bikedetail__calculateOverlay .a-heading {
  margin-top: 0.625rem;
  margin-bottom: 0.9375rem;
}
.m-bikedetail__calculateOverlay .a-legend {
  margin-bottom: 0.625rem;
  display: block;
  position: relative;
}
.m-bikedetail__calculateOverlay .framesize-row {
  margin-bottom: 1.25rem;
}
.m-bikedetail__calculateOverlay .framesize-calc:focus {
  outline: none;
}
.m-bikedetail__calculateOverlay .close-button {
  position: absolute;
  top: 0;
  right: 0.625rem;
}
.m-bikedetail__calculateOverlay .close-button:focus {
  outline: none;
}
.m-bikedetail__calculateOverlay .close-button span {
  font-size: 2.8125rem;
  line-height: 1;
}
.m-bikedetail__calculateOverlay .close-button span:focus {
  outline: none;
}

#iv-container {
  position: fixed;
  background: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}

.iv-container {
  overflow: hidden;
}

.iv-close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  text-shadow: 0px 0px 3px #6d6d6d;
  -webkit-transition: all ease 200ms;
  -moz-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
}

.iv-close:after,
.iv-close:before {
  content: "";
  height: 4px;
  width: 32px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.iv-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.iv-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.iv-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/***** snap view css *****/
.iv-snap-view {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 20px;
  left: 20px;
  border: 1px solid #777;
  background: #FFFFFF;
  z-index: 100;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
  opacity: 1 !important;
}
@media screen and (max-width: 639px) {
  .iv-snap-view .iv-snap-view {
    z-index: -1;
    visibility: hidden;
  }
}

.iv-snap-image-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.iv-snap-image {
  position: relative;
}

.iv-snap-handle {
  position: absolute;
  border: 1px solid #ccc;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px 200px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 0px 200px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 200px rgba(0, 0, 0, 0.5);
}

/*** zoom slider ***/
.iv-zoom-slider {
  width: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #666;
  border-top: 0;
  background: rgba(204, 204, 204, 0.1);
  height: 15px;
  position: absolute;
  top: 150px;
  left: -1px;
}

.iv-zoom-handle {
  width: 20px;
  height: 15px;
  background: #ccc;
  position: absolute;
}

/**** snap view css end *****/
.iv-image-view {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
}

.iv-image-wrap {
  display: inline-block;
}

.iv-image-wrap:active {
  cursor: move;
}

.iv-large-image {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/****** CSS loader by http://projects.lukehaas.me/css-loaders/ *****/
.iv-loader {
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  z-index: 100;
  margin-top: -16px;
  margin-left: -16px;
  font-size: 5px;
  position: absolute;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.iv-loader:after {
  width: 10em;
  height: 10em;
  border-radius: 50%;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.global-currency-gbp .m-bikedetail__price.currency_eur {
  display: none !important;
}

.global-currency-gbp .m-bikedetail__price.currency_gbp {
  display: block !important;
}

.global-currency-gbp .m-bikedetail__order .currency_eur {
  display: none !important;
}

.global-currency-gbp .m-bikedetail__order .currency_gbp {
  display: block !important;
}

.mod-newsletter .a-textfield {
  margin-bottom: 1em;
}
.mod-newsletter h3 {
  margin-bottom: 1rem;
}
.mod-newsletter .mod-description {
  display: inline;
}
.mod-newsletter .mod-description p {
  display: inline;
}