@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-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; }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-sizer,
.grid-item {
  width: 33.333%; }

.grid-item {
  float: left; }

/*! lightgallery - v1.2.22 - 2016-07-20
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url("../Fonts/lightgallery/lg.eot?n1z373");
  src: url("../Fonts/lightgallery/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../Fonts/lightgallery/lg.woff?n1z373") format("woff"), url("../Fonts/lightgallery/lg.ttf?n1z373") format("truetype"), url("../Fonts/lightgallery/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #000; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #000; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(255, 255, 255, 0);
  bottom: 0;
  color: #000;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 21px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 16px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../Img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 0.9; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
@font-face {
  font-family: 'sport2000regular';
  src: url("../Fonts/sport2000regular.woff2") format("woff2"), url("../Fonts/sport2000regular.woff") format("woff"), url("../Fonts/sport2000regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sport2000bold';
  src: url("../Fonts/sport2000bold.woff2") format("woff2"), url("../Fonts/sport2000bold.woff") format("woff"), url("../Fonts/sport2000bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sport2000displayregular';
  src: url("../Fonts/sport2000displayregular.woff2") format("woff2"), url("../Fonts/sport2000displayregular.woff") format("woff"), url("../Fonts/sport2000displayregular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sport2000displaybold';
  src: url("../Fonts/sport2000displaybold.woff2") format("woff2"), url("../Fonts/sport2000displaybold.woff") format("woff"), url("../Fonts/sport2000displaybold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'absolutesport-bold';
  src: url("../Fonts/texgyreadventor-bold.woff2") format("woff2"), url("../Fonts/texgyreadventor-bold.woff") format("woff"), url("../Fonts/texgyreadventor-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'absolutesport-regular';
  src: url("../Fonts/texgyreadventor-regular.woff2") format("woff2"), url("../Fonts/texgyreadventor-regular.woff") format("woff"), url("../Fonts/texgyreadventor-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'iconfont';
  src: url("../Fonts/iconfont.woff2?nwts5q441") format("woff2"), url("../Fonts/iconfont.woff?nwts544q1") format("woff"), url("../Fonts/iconfont.ttf?nwts445q1") format("truetype");
  font-weight: normal;
  font-style: normal; }

.statement-item-content ul li:before, .dealer-accordion-headline h3:after, .accordion-headline h3:after, .header-local-shops-overlay-search:before, .header-product-search-overlay-search:before, .dealersearch-block-map-field-content .submit-zip-place:before, .header-local-shops-overlay-close:after, .header-product-search-overlay-close:after, .arrowlink:before, .page-footer-social-channels-list li > a:before, .page-footer-social-channels-list li > a:hover:after, .page-footer-share-options li > a:hover:after,
.page-footer-share-options-mobile li > a:hover:after, .footer-mobile-share-overlay-container .footer-mobile-share-overlay-close:after, .page-footer-share-options-mobile, .page-totop:before, .footer-shop-search-container .footer-shop-online-shops:before, .footer-shop-search-form .footer-shop-search-button:before, .page-footer-shop-networks li:before, .header-local-shops-overlay-geolocation:before, .stage-slider .slick-prev-arrow:before,
.stage-slider .slick-next-arrow:before, .stage-slider .slick-prev-arrow:after,
.stage-slider .slick-next-arrow:after, .stage-slider .slick-dots li:after, .stage-slider .slick-dots li.slick-active:after, .stage-campaign-inner-wrp .button-container:after, .stage-full-height .stage-full-height-content-wrp .button-container:after, .content-navigation-list .content-navigation-list-more > a:after, .forkpage-call-to-action-module:before, .teaser.teaserm5m6-layout1 .teaser-item-content h3:before, .teaser.teaserm5m6-layout3 .teaser-item-content h3:before, .teaser.teaserm5m6-layout2 .teaser-item-content + .teaser-item-content-button:before, .teaser-1column .teaser-item-wrap .slick-prev-arrow:before,
.teaser-1column .teaser-item-wrap .slick-next-arrow:before,
.teaser-1columns .teaser-item-wrap .slick-prev-arrow:before,
.teaser-1columns .teaser-item-wrap .slick-next-arrow:before,
.teaser-2columns .teaser-item-wrap .slick-prev-arrow:before,
.teaser-2columns .teaser-item-wrap .slick-next-arrow:before,
.teaser-3columns .teaser-item-wrap .slick-prev-arrow:before,
.teaser-3columns .teaser-item-wrap .slick-next-arrow:before,
.teaser-4columns .teaser-item-wrap .slick-prev-arrow:before,
.teaser-4columns .teaser-item-wrap .slick-next-arrow:before, .teaser-1column .teaser-item-wrap .slick-prev-arrow:after,
.teaser-1column .teaser-item-wrap .slick-next-arrow:after,
.teaser-1columns .teaser-item-wrap .slick-prev-arrow:after,
.teaser-1columns .teaser-item-wrap .slick-next-arrow:after,
.teaser-2columns .teaser-item-wrap .slick-prev-arrow:after,
.teaser-2columns .teaser-item-wrap .slick-next-arrow:after,
.teaser-3columns .teaser-item-wrap .slick-prev-arrow:after,
.teaser-3columns .teaser-item-wrap .slick-next-arrow:after,
.teaser-4columns .teaser-item-wrap .slick-prev-arrow:after,
.teaser-4columns .teaser-item-wrap .slick-next-arrow:after, .teaser-1column .teaser-item-wrap .slick-dots li:after,
.teaser-1columns .teaser-item-wrap .slick-dots li:after,
.teaser-2columns .teaser-item-wrap .slick-dots li:after,
.teaser-3columns .teaser-item-wrap .slick-dots li:after,
.teaser-4columns .teaser-item-wrap .slick-dots li:after, .teaser-1column .teaser-item-wrap .slick-dots li.slick-active:after,
.teaser-1columns .teaser-item-wrap .slick-dots li.slick-active:after,
.teaser-2columns .teaser-item-wrap .slick-dots li.slick-active:after,
.teaser-3columns .teaser-item-wrap .slick-dots li.slick-active:after,
.teaser-4columns .teaser-item-wrap .slick-dots li.slick-active:after, .teaser-item-detail-link:after, .teaser-item-detail li:before, .teaser-item-detail .teaser-item-detail-close:after, .textimg .textimg-text ul li:before, .icon-loupe:before, .dealer-detail-info-openings:after, a[class*='dealer-detail-info-link-']:before, a[class*='dealer-detail-info-link-']:after, .dealer-map-layer-close:before, .dealer-detail-info-rating-customers dt .rating-customer:before, .rating-star:before, .rating-star:after, .slick-prev-arrow-expertslider:before,
.slick-next-arrow-expertslider:before, .slick-prev-arrow-expertslider:after,
.slick-next-arrow-expertslider:after, .forkdetailpage-text-tags a:before,
.forkdetailpage-text-tags span:before, .forkdetailpage-share-module-options a:before, .slick-prev-arrow-dealer:after,
.slick-next-arrow-dealer:after, .data-download:after,
.data-view:after, .video-teaser .preview-container .play-button:after, .statement-slider .slick-prev-arrow-statement:before,
.statement-slider .slick-next-arrow-statement:before, .statement-slider .slick-prev-arrow-statement:after,
.statement-slider .slick-next-arrow-statement:after, .statement-nav .slick-prev-arrow-statement:before,
.statement-nav .slick-next-arrow-statement:before, .statement-nav .slick-prev-arrow-statement:after,
.statement-nav .slick-next-arrow-statement:after,
.dealer-search-results .dealerlist-header-button.update-position:before,
.dealer-search-results .dealerlist-header-button.reset-filters:before,
.dealer-search-results .results-filter .results-filter-close:before,
.dealer-search-results .geo-search .submit-zip-place:before,
.dealer-search-results .geo-search .submit-place-auto:before,
.dealer-search-results .dealer-result-item .dealer-name:before,
.dealer-search-results .dealer-modal .dealer-list .navigate:before,
.dealer-search-results .dealer-modal .close-modal:before,
.dealer-search-results .dealersearch-filter-modal .modal-content .accordeon-title:after,
.dealer-search-results .available-sizes-container .show-available-sizes-toggle:after, .dealersearch-listing .show-shops:before, .dealersearch-automatic-submit:before, .dealersearch-listing-icon:before, .dealersearch-find-dealer:before, .error-message-wrapper .info-icon:after, .error-message-wrapper .error-message-close:before, .product-slider .product-detail-related-block .slick-prev-arrow:after,
.product-slider .product-detail-related-block .slick-next-arrow:after, .powermail_fieldwrap_type_radio .radiobox label:after, .powermail_fieldwrap_type_check .checkbox label:after, .file-upload-wrapper > div:after, .select2-container--default .select2-selection--single .select2-selection__arrow:after, .accordion-fce-content ul li:before, .sportsteaser-item-sport:before, .filtermodule-filter-container label span:before, .filtermodule-filter-select-container-innerwrap:after, .filtermodule-list-rating-criteria .filtermodule-list-rating-criteria-innerwrap:before, .filtermodule-list-rating-cupsize:before, .teaser-item-detail-hotspot .teaser-hotspot span:after, .content-sitemap-navi-column > li a:before, .forkpage-header-filter-tags-toggle:before, .forkpage-header-show-tags .forkpage-header-filter-tags-toggle:before, .forkpage-header-select-container-innerwrap:after, .forkpage-teaser-image .play-button:after, .forkpage-teaser-tag:before, .textimg-slider .slick-prev-arrow:before,
.textimg-slider .slick-next-arrow:before, .textimg-slider .slick-prev-arrow:after,
.textimg-slider .slick-next-arrow:after, .textimg-slider .slick-dots li:after, .textimg-slider .slick-dots li.slick-active:after, .voting-module .voting-button:before, .teamgallery .teamgallery-likes:after, .contest-overlay-wrapper .contest-overlay-innerwrap .contest-participant-share-button:before, .multilingual-redirect-module.absolute-sections .multilingual-redirect-absolute-section:after, .absolute-stores-slider-wrap .next-arrow-outside:after,
.absolute-stores-slider-wrap .prev-arrow-outside:after,
[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-instagram-hover:before {
  content: '\e933'; }

.iconi-instagram:before {
  content: '\e934'; }

/* stylelint-disable scss/operator-no-unspaced */
/* stylelint-enable scss/operator-no-unspaced */
.page-header-container:after,
.breadcrumb-container:after, .page-footer-bottom:after, .page-footer-bottom-container:after, .dealer-detail:after, .iframe-footwear:after, .catalog-slider:after, .powermail_fieldwrap:after, .powermail_fieldwrap_type_check:after {
  content: '';
  display: table;
  clear: both; }

.seo-content h1 {
  font-family: sport2000bold, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem; }
  @media only screen and (min-width: 640px) {
    .seo-content h1 {
      font-size: 2.5rem;
      line-height: 2.75rem; } }
  @media only screen and (min-width: 1280px) {
    .seo-content h1 {
      font-size: 3.75rem;
      line-height: 4rem; } }
  @media only screen and (min-width: 1720px) {
    .seo-content h1 {
      font-size: 5rem;
      line-height: 5.25rem; } }

.dealer-detail-label-container h1, .dealer-detail-headlines h2, .catalog-slider h2, .seo-content h2, .powermail_form .powermail-form-wrapper > h3, .form-successful .form-successful-content-wrapper h2, .tx-powermail .powermail_create h2, .accordion-main-headline-wrapper h2, .social-media-text h2, .forkpage-container header h2 {
  font-family: sport2000regular, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem; }
  @media only screen and (min-width: 640px) {
    .dealer-detail-label-container h1, .dealer-detail-headlines h2, .catalog-slider h2, .seo-content h2, .powermail_form .powermail-form-wrapper > h3, .form-successful .form-successful-content-wrapper h2, .tx-powermail .powermail_create h2, .accordion-main-headline-wrapper h2, .social-media-text h2, .forkpage-container header h2 {
      font-size: 2.5rem;
      line-height: 2.75rem; } }
  @media only screen and (min-width: 1280px) {
    .dealer-detail-label-container h1, .dealer-detail-headlines h2, .catalog-slider h2, .seo-content h2, .powermail_form .powermail-form-wrapper > h3, .form-successful .form-successful-content-wrapper h2, .tx-powermail .powermail_create h2, .accordion-main-headline-wrapper h2, .social-media-text h2, .forkpage-container header h2 {
      font-size: 2.5rem;
      line-height: 2.75rem; } }

.forkdetailpage-share-module h3, .seo-content h3, .form-successful .form-successful-content-wrapper h3, .accordion-headline h3 {
  font-family: sport2000regular, arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5625rem; }
  @media only screen and (min-width: 640px) {
    .forkdetailpage-share-module h3, .seo-content h3, .form-successful .form-successful-content-wrapper h3, .accordion-headline h3 {
      font-size: 1.5rem;
      line-height: 1.75rem; } }
  @media only screen and (min-width: 1280px) {
    .forkdetailpage-share-module h3, .seo-content h3, .form-successful .form-successful-content-wrapper h3, .accordion-headline h3 {
      font-size: 1.625rem;
      line-height: 1.875rem; } }

.seo-content h4, .form-successful .form-successful-content-wrapper h4 {
  font-family: sport2000regular, arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5625rem; }
  @media only screen and (min-width: 640px) {
    .seo-content h4, .form-successful .form-successful-content-wrapper h4 {
      font-size: 1.25rem;
      line-height: 1.5rem; } }

.arrowlink, .ghost-btn, .dealer-detail-label-container p, .dealer-detail-info-name, .dealer-detail-info-openings, .dealer-detail-info-rating-header, .dealer-detail-info-rating-customers dd,
.dealer-detail-info-rating-stars dd, .dealer-detail-info-rating-note, .sport-categories h4, .seo-content p.copy1, .form-successful .form-successful-content-wrapper p, .accordion-fce-content p {
  font-size: 1.0625rem;
  line-height: 1.3125rem; }

.sport-categories li, .seo-content p.copy2 {
  font-size: 0.875rem;
  line-height: 1.0625rem; }
  @media only screen and (min-width: 640px) {
    .sport-categories li, .seo-content p.copy2 {
      line-height: 1.125rem; } }

.statement-item-content ul li {
  position: relative;
  margin-left: 0.8125rem;
  margin-bottom: 1.125rem; }
  .statement-item-content ul li:before {
    content: '\e91e';
    width: 0.4375rem;
    height: 0.4375rem;
    font-size: 0.4375rem;
    color: #e30613;
    position: absolute;
    top: 0.25rem;
    left: -0.8125rem; }

.dealer-accordion-content-container, .accordion-content-container {
  display: block;
  padding: 0 1.25rem; }
  @media only screen and (min-width: 640px) {
    .dealer-accordion-content-container, .accordion-content-container {
      padding: 0 3.75rem; } }
  @media only screen and (min-width: 1170px) {
    .dealer-accordion-content-container, .accordion-content-container {
      max-width: 1170px;
      margin: 0 auto;
      padding: 0 0.9375rem 0 1.25rem; } }

.dealer-accordion-headline, .accordion-headline {
  font-family: sport2000regular, arial, sans-serif;
  background-color: #cecece;
  font-size: 1.5rem;
  padding: 1.25rem 0;
  border-top: 0.0625rem solid #fff;
  -webkit-transition: border-color 400ms, background-color 400ms;
  -o-transition: border-color 400ms, background-color 400ms;
  transition: border-color 400ms, background-color 400ms; }
  .active.dealer-accordion-headline, .active.accordion-headline {
    border-top-color: #a3a3a3;
    background-color: #f2f2f2; }
    .active.dealer-accordion-headline h3, .active.accordion-headline h3 {
      color: #e30613; }
      .active.dealer-accordion-headline h3:after, .active.accordion-headline h3:after {
        content: '\e910'; }
  .dealer-accordion-headline h3, .accordion-headline h3 {
    position: relative; }
    .dealer-accordion-headline h3:after, .accordion-headline h3:after {
      content: '\e913';
      position: absolute;
      right: 1.25rem; }
      @media only screen and (min-width: 640px) {
        .dealer-accordion-headline h3:after, .accordion-headline h3:after {
          right: 0; } }

.dealer-accordion-content, .accordion-content {
  background-color: #f2f2f2;
  display: none; }

.header-local-shops-overlay, .header-product-search-overlay {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%; }
  @media only screen and (min-width: header-local-shops) {
    .header-local-shops-overlay, .header-product-search-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4.25rem;
      background: transparent; } }

@media only screen and (min-width: 1024px) {
  .mainnav-unpin .header-local-shops-overlay, .mainnav-unpin .header-product-search-overlay {
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    -o-transition: transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    position: fixed; } }

.header-local-shops-overlay-container, .header-product-search-overlay-container {
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  @media only screen and (min-width: header-local-shops) {
    .header-local-shops-overlay-container, .header-product-search-overlay-container {
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      max-width: 1170px;
      margin: 0 auto;
      background: #000;
      padding-top: 0;
      padding-bottom: 0;
      border-left: 1px solid #4e4e4e; } }
  .header-local-shops-overlay-container h2, .header-product-search-overlay-container h2 {
    font-family: sport2000regular, arial, sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0.8125rem;
    max-width: 100%; }
    @media only screen and (min-width: 750px) {
      .header-local-shops-overlay-container h2, .header-product-search-overlay-container h2 {
        font-size: 36px; } }
    @media only screen and (min-width: header-local-shops) {
      .header-local-shops-overlay-container h2, .header-product-search-overlay-container h2 {
        display: none; } }
  .header-local-shops-overlay-container p, .header-product-search-overlay-container p {
    color: #a3a3a3;
    font-size: 1.0625rem;
    text-align: center;
    max-width: 440px;
    line-height: 1.2; }
    @media only screen and (min-width: header-local-shops) {
      .header-local-shops-overlay-container p, .header-product-search-overlay-container p {
        display: none; } }

.header-local-shops-overlay-form, .header-product-search-overlay-form {
  margin-top: 3.75rem;
  display: block; }
  @media only screen and (min-width: 640px) {
    .header-local-shops-overlay-form, .header-product-search-overlay-form {
      max-width: 525px;
      width: 70vw; } }
  @media only screen and (min-width: header-local-shops) {
    .header-local-shops-overlay-form, .header-product-search-overlay-form {
      display: block;
      width: calc(100% - 87px);
      height: 4.25rem;
      margin-top: 0;
      max-width: none; } }
  .header-local-shops-overlay-form p, .header-product-search-overlay-form p {
    margin-bottom: 1.4375rem; }

.header-local-shops-overlay-zipcity, .header-product-search-overlay-search-term {
  font-size: 1.0625rem;
  color: #000;
  display: inline-block;
  width: 74.2857142857%;
  margin: 0;
  margin-right: -0.25rem;
  margin-bottom: 0.8125rem;
  padding: 0.6875rem;
  border: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  -webkit-box-shadow: -0.3125rem 0 0.3125rem -0.1875rem #c1c1c1 inset;
          box-shadow: -0.3125rem 0 0.3125rem -0.1875rem #c1c1c1 inset;
  height: 41px; }
  @media only screen and (min-width: 640px) {
    .header-local-shops-overlay-zipcity, .header-product-search-overlay-search-term {
      width: 70.5769230769%; } }
  @media only screen and (min-width: 750px) {
    .header-local-shops-overlay-zipcity, .header-product-search-overlay-search-term {
      font-size: 1.625rem;
      height: auto; } }
  @media only screen and (min-width: header-local-shops) {
    .header-local-shops-overlay-zipcity, .header-product-search-overlay-search-term {
      font-size: 1.875rem;
      background: #fff;
      color: #6e6e6e;
      border-bottom-left-radius: 0.25rem;
      border-top-left-radius: 0.25rem;
      -webkit-box-shadow: none;
              box-shadow: none;
      width: calc(100% - 501px);
      margin-right: 0;
      margin-bottom: 0;
      margin-top: 0.375rem; } }
  .header-local-shops-overlay-zipcity::-webkit-input-placeholder, .header-product-search-overlay-search-term::-webkit-input-placeholder {
    color: #000; }
  .header-local-shops-overlay-zipcity:-moz-placeholder, .header-product-search-overlay-search-term:-moz-placeholder {
    color: #000; }
  .header-local-shops-overlay-zipcity::-moz-placeholder, .header-product-search-overlay-search-term::-moz-placeholder {
    color: #000; }
  .header-local-shops-overlay-zipcity:focus, .header-product-search-overlay-search-term:focus {
    outline: 0; }

.dealersearch-block-map-field-content {
  border-radius: 0.625rem;
  background-color: rgba(0, 0, 0, 0.3);
  width: 80%;
  max-width: 46.875rem;
  padding: 2.5rem 1.5625rem;
  text-align: center;
  margin: 0 auto;
  position: relative;
  margin-top: 2.5rem; }
  .dealersearch-block-map-field-content .headline {
    color: #fff;
    font-family: sport2000regular, arial, sans-serif;
    display: block;
    text-shadow: 1px 1px #000; }

.dealersearch-block-map-field-content .input-zip-place {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, #fff), to(#cecece));
  background-image: -webkit-linear-gradient(left, #fff 95%, #cecece 100%);
  background-image: -o-linear-gradient(left, #fff 95%, #cecece 100%);
  background-image: linear-gradient(to right, #fff 95%, #cecece 100%);
  border-radius: 0.25rem 0 0 0.25rem;
  display: inline-block;
  padding: 0 1.875rem;
  border: 0.0625rem solid #cecece;
  width: 29.375rem;
  line-height: 3.5rem;
  min-height: 3.625rem;
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  font-size: 1.625rem;
  vertical-align: top; }
  .dealersearch-block-map-field-content .input-zip-place::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .dealersearch-block-map-field-content .input-zip-place:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .dealersearch-block-map-field-content .input-zip-place::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5); }
  .dealersearch-block-map-field-content .input-zip-place:active, .dealersearch-block-map-field-content .input-zip-place:focus {
    outline: none; }

.header-local-shops-overlay-search, .header-product-search-overlay-search {
  font-size: 1.0625rem;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  width: 25.7142857143%;
  margin: 0;
  margin-bottom: 1.4375rem;
  padding: 0.5rem 0.6875rem 0.75rem;
  border: 0;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: #e30613; }
  @media only screen and (min-width: 640px) {
    .header-local-shops-overlay-search, .header-product-search-overlay-search {
      width: 29.4230769231%; } }
  @media only screen and (min-width: 750px) {
    .header-local-shops-overlay-search, .header-product-search-overlay-search {
      font-size: 1.625rem;
      padding: 0.75rem 0.6875rem 0.8125rem; } }
  @media only screen and (min-width: header-local-shops) {
    .header-local-shops-overlay-search, .header-product-search-overlay-search {
      font-size: 1.25rem;
      max-width: none;
      border-radius: 0.25rem;
      vertical-align: top;
      margin: 0.375rem 0.3125rem 0 -0.25rem;
      padding: 0.8125rem 0.6875rem 1rem;
      width: 150px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }
  .header-local-shops-overlay-search:before, .header-product-search-overlay-search:before {
    content: '\e929';
    display: inline-block;
    position: relative;
    top: 0.1875rem;
    font-size: 1.1875rem;
    margin-right: 0.3125rem;
    left: 5px; }
    @media only screen and (min-width: 640px) {
      .header-local-shops-overlay-search:before, .header-product-search-overlay-search:before {
        left: 0; } }
    @media only screen and (min-width: 750px) {
      .header-local-shops-overlay-search:before, .header-product-search-overlay-search:before {
        font-size: 1.5rem; } }

.dealersearch-block-map-field-content .submit-zip-place {
  line-height: 3.5rem;
  border-radius: 0 0.25rem 0.25rem 0;
  display: inline-block;
  height: 3.625rem;
  background-color: #e30613;
  border: 0.0625rem solid #e30613;
  color: #fff;
  margin-left: -0.3125rem;
  text-transform: uppercase;
  position: relative;
  text-align: right;
  padding-right: 1.875rem;
  padding-left: 3.625rem;
  font-size: 1.25rem;
  vertical-align: top; }
  .dealersearch-block-map-field-content .submit-zip-place:before {
    content: '\e929';
    position: absolute;
    color: #fff;
    font-size: 1.4375rem;
    margin-top: -0.6875rem;
    left: 1.5625rem;
    top: 50%; }
  .dealersearch-block-map-field-content .submit-zip-place:active, .dealersearch-block-map-field-content .submit-zip-place:focus {
    outline: none; }

.header-local-shops-overlay-close, .header-product-search-overlay-close {
  position: absolute;
  top: 3.125rem;
  right: 1.5625rem;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  cursor: pointer; }
  @media only screen and (min-width: header-local-shops) {
    .header-local-shops-overlay-close, .header-product-search-overlay-close {
      width: 5.125rem;
      height: 100%;
      top: 0;
      right: 0;
      border-left: 1px solid #4e4e4e;
      border-right: 1px solid #4e4e4e; } }
  .header-local-shops-overlay-close:after, .header-product-search-overlay-close:after {
    font-size: 1.5625rem;
    content: '\e927';
    display: block;
    width: 1.5625rem;
    height: 1.5625rem;
    color: #a3a3a3; }
    @media only screen and (min-width: header-local-shops) {
      .header-local-shops-overlay-close:after, .header-product-search-overlay-close:after {
        height: 100%;
        width: 100%;
        background-position: center center;
        padding-top: 1.5625rem;
        text-align: center; } }

.dealersearch-listing .left .product-availability,
.dealer-search-results .product-availability {
  margin-top: 0.4375rem;
  line-height: 0.875rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: right; }
  .dealersearch-listing .left .product-availability .caption, .dealer-search-results .product-availability .caption {
    font-size: 0.8125rem; }
  .dealersearch-listing .left .product-availability .icon, .dealer-search-results .product-availability .icon {
    border-radius: 50%;
    display: block;
    float: right;
    width: 0.875rem;
    height: 0.875rem;
    margin-left: 0.3125rem; }
  .dealersearch-listing .left .immediately-available.product-availability .icon, .dealer-search-results .immediately-available.product-availability .icon {
    border: 0.125rem solid #97bf0d;
    background-color: #97bf0d; }
  .dealersearch-listing .left .likely-available.product-availability .icon, .dealer-search-results .likely-available.product-availability .icon {
    border: 0.125rem solid #97bf0d;
    background-color: transparent; }
  .dealersearch-listing .left .not-available.product-availability .icon, .dealer-search-results .not-available.product-availability .icon {
    border: 0.125rem solid #f70013;
    background-color: #f70013; }

.arrowlink {
  position: relative;
  padding-left: 2.125rem; }
  .arrowlink:before {
    font-size: 1.5rem;
    content: '\e911';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.underlined-link {
  text-decoration: underline; }

.extra-margin {
  margin: 0 auto; }

.align-center,
.statement-text.align-center {
  text-align: center; }
  .align-center .textimg-button,
  .statement-text.align-center .textimg-button {
    margin: 0 auto; }

.align-center header,
.statement-text.align-center header {
  background-position: bottom center; }

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

.align-left header,
.statement-text.align-left header {
  background-position: bottom left; }

.align-right,
.statement-text.align-right {
  text-align: right; }
  .align-right .textimg-button,
  .statement-text.align-right .textimg-button {
    margin: 0 0 0 auto; }

.align-right header,
.statement-text.align-right header {
  background-position: bottom right; }

.ghost-btn {
  font-family: sport2000bold, arial, sans-serif;
  padding: 1rem 3.75rem;
  color: #e30613;
  border: 1px solid #e30613;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 1.5rem; }

.no-touch .ghost-btn:hover {
  background-color: #e30613;
  color: #fff; }

.out-of-view {
  display: none; }

.separator {
  width: 66px;
  background: url("data:image/gif;base64,R0lGODlhQQABAIAAAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQjJEQzk1MEU2MDExMUU1QUZBNUUwN0MyMzFDMDc0NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQjJEQzk1MUU2MDExMUU1QUZBNUUwN0MyMzFDMDc0NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBCQzI2OEZGREM5QjExRTVBRkE1RTA3QzIzMUMwNzQ2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBCQzI2OTAwREM5QjExRTVBRkE1RTA3QzIzMUMwNzQ2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAEEAAQAAAgeEj6nL7V4AADs=") no-repeat center 0.9375rem; }

.content-button {
  font-family: sport2000bold, arial, sans-serif;
  padding: 1rem 3.75rem;
  display: block;
  text-transform: uppercase;
  border: 1px solid; }
  .content-button.color-black {
    border-color: #000;
    color: #000; }

section.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  section.inline > section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

span.marked-text {
  background: #ffe200; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  margin: 0; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ''; }

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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-family: 'sport2000bold', sans-serif; }

/**
 * 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; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
td,
th {
  padding: 0; }

body {
  max-width: 1920px; }
  @media only screen and (min-width: 1920px) {
    body {
      margin: 0 auto; } }
  body.noscroll {
    overflow: hidden; }

a {
  text-decoration: none; }
  a:hover {
    color: #e30613; }

img {
  display: block;
  max-width: 100%; }

iframe {
  max-width: 100%; }

*:focus {
  outline: 0; }

body {
  font-family: sport2000regular, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page-header2 {
  position: relative;
  z-index: 999;
  height: 52px; }
  @media only screen and (min-width: 1200px) {
    .page-header2 {
      width: 100%;
      height: 115px;
      background: #fff; } }
  .page-header2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    height: 24px;
    background-image: url("../Img/Line-elements/Header_Bottom_Line.png"); }
    @media only screen and (min-width: 1200px) {
      .page-header2:after {
        top: 100%; } }
  .page-header2.page-header2-scrolling {
    position: fixed; }
    .page-header2.page-header2-scrolling:after {
      display: none; }

.page-header2-inner-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 52px;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 8px 20px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1640px; }
  @media only screen and (min-width: 1200px) {
    .page-header2-inner-wrap {
      position: relative;
      height: 115px;
      padding: 12px 20px; } }

.page-header2-navigation {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  background: #fff;
  width: 100%;
  max-width: 375px;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  visibility: hidden; }
  @media only screen and (min-width: 1200px) {
    .page-header2-navigation {
      position: relative;
      min-height: 0;
      background: 0;
      width: auto;
      max-width: none;
      margin: 0 76px;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      visibility: visible; } }

.page-header2-navigation-links {
  border-bottom: 1px solid #c1c1c1; }
  @media only screen and (min-width: 1200px) {
    .page-header2-navigation-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      border-bottom: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .page-header2-navigation-links > li {
    border-top: 1px solid #c1c1c1; }
    @media only screen and (min-width: 1200px) {
      .page-header2-navigation-links > li {
        border-top: 0;
        margin: 0 15px; } }
    .page-header2-navigation-links > li.page-header2-link-active > a {
      color: #e30613;
      /* stylelint-disable max-nesting-depth, selector-max-compound-selectors */
      /* stylelint-enable max-nesting-depth, selector-max-compound-selectors */ }
      .page-header2-navigation-links > li.page-header2-link-active > a span:after {
        display: inline-block; }
  .page-header2-navigation-links a {
    font-size: 21px;
    color: #000;
    background: 0;
    border-top: 0;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 16px;
    line-height: 60px; }
    @media only screen and (min-width: 1200px) {
      .page-header2-navigation-links a {
        position: relative;
        font-size: 16px;
        padding: 0; } }
    @media only screen and (min-width: 1200px) {
      .page-header2-navigation-links a span {
        position: relative; } }
  @media only screen and (min-width: 1200px) and (min-width: 1200px) {
    .page-header2-navigation-links a span:after {
      content: '';
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -7px;
      border-bottom: 2px solid #e30613; } }
    .page-header2-navigation-links a:hover {
      color: #e30613; }
      .page-header2-navigation-links a:hover span:after {
        display: inline-block; }

.page-header2-subnavigation-links {
  background: #efefef; }
  @media only screen and (min-width: 1200px) {
    .page-header2-subnavigation-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      background: none;
      padding-top: 5px; } }
  .page-header2-subnavigation-links a {
    display: inline-block;
    padding: 12px 12px 12px 40px;
    color: #2f2f2f;
    font-size: 18px;
    text-transform: none;
    line-height: 1; }
    @media only screen and (min-width: 1200px) {
      .page-header2-subnavigation-links a {
        padding: 0 11px;
        font-size: 14px; } }
    @media only screen and (min-width: 1200px) {
      .page-header2-subnavigation-links a span {
        position: relative; } }
  @media only screen and (min-width: 1200px) and (min-width: 1200px) {
    .page-header2-subnavigation-links a span:after {
      content: '';
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -7px;
      border-bottom: 2px solid #e30613; } }
    .page-header2-subnavigation-links a:hover {
      color: #e30613;
      /* stylelint-disable selector-max-compound-selectors */
      /* stylelint-enable selector-max-compound-selectors */ }
      .page-header2-subnavigation-links a:hover span:after {
        display: block; }

.page-header2-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: #2f2f2f;
  opacity: 0%;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  -o-transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  visibility: hidden; }
  @media only screen and (min-width: 1200px) {
    .page-header2-backdrop {
      display: none; } }

.page-header2-menubutton {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3332%;
          flex: 0 0 33.3332%;
  max-width: 33.3332%;
  background: none; }
  @media only screen and (min-width: 1200px) {
    .page-header2-menubutton {
      display: none; } }
  .page-header2-menubutton:hover .hamburger line, .page-header2-menubutton:focus .hamburger line {
    stroke: currentColor;
    stroke-dashoffset: 20; }
    .page-header2-menubutton:hover .hamburger line:nth-child(1), .page-header2-menubutton:focus .hamburger line:nth-child(1) {
      -webkit-transition-delay: 0;
           -o-transition-delay: 0;
              transition-delay: 0; }
    .page-header2-menubutton:hover .hamburger line:nth-child(2), .page-header2-menubutton:focus .hamburger line:nth-child(2) {
      -webkit-transition-delay: 0.2s;
           -o-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .page-header2-menubutton:hover .hamburger line:nth-child(3), .page-header2-menubutton:focus .hamburger line:nth-child(3) {
      -webkit-transition-delay: 0.4s;
           -o-transition-delay: 0.4s;
              transition-delay: 0.4s; }

.hamburger {
  color: #2f2f2f;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  width: 32px; }
  .hamburger line {
    stroke-dasharray: 10;
    -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.65, 0, 0.4, 1), stroke 0.2s;
    -o-transition: stroke-dashoffset 0.4s cubic-bezier(0.65, 0, 0.4, 1), stroke 0.2s;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.65, 0, 0.4, 1), stroke 0.2s; }

.page-header2-logo {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 100%;
  background-image: url("../Img/Logo/SPORT_2000_Logo_320_retina.png");
  z-index: 1; }
  @media only screen and (min-width: 1200px) {
    .page-header2-logo {
      left: 20px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      width: 56px;
      height: 56px;
      background-image: url("../Img/Logo/SPORT_2000_Logo_retina.png"); } }

.page-header2-navi-open .page-header2-navigation {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  visibility: visible; }

.page-header2-navi-open .page-header2-backdrop {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  opacity: 50%;
  visibility: visible; }

.page-header2-navigation-close {
  display: block;
  width: 48px;
  height: 52px;
  position: relative;
  left: 0;
  cursor: pointer; }
  @media only screen and (min-width: 1200px) {
    .page-header2-navigation-close {
      display: none; } }
  .page-header2-navigation-close:before, .page-header2-navigation-close:after, .page-header2-navigation-close:hover:before, .page-header2-navigation-close:hover:after {
    -webkit-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out; }
  .page-header2-navigation-close:before {
    width: 20px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -10px;
    content: '';
    background: currentColor;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .page-header2-navigation-close:after {
    width: 20px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -10px;
    content: '';
    background: currentColor;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .page-header2-navigation-close:hover:before {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    color: #000; }
  .page-header2-navigation-close:hover:after {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    color: #000; }

@media only screen and (min-width: 1200px) {
  li.page-header2-languageswitch {
    margin-left: 30px; } }

li.page-header2-languageswitch .page-header2-languageswitch-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 1200px) {
    li.page-header2-languageswitch .page-header2-languageswitch-btn {
      display: inline-block; } }
  li.page-header2-languageswitch .page-header2-languageswitch-btn:after {
    content: '+'; }
    @media only screen and (min-width: 1200px) {
      li.page-header2-languageswitch .page-header2-languageswitch-btn:after {
        display: none; } }

li.page-header2-languageswitch.page-header2-languageswitch-flyout-open .page-header2-languageswitch-btn:after {
  content: '\2013'; }
  @media only screen and (min-width: 1200px) {
    li.page-header2-languageswitch.page-header2-languageswitch-flyout-open .page-header2-languageswitch-btn:after {
      display: none; } }

li.page-header2-languageswitch.page-header2-languageswitch-flyout-open .page-header2-languageswitch-flyout {
  display: block; }
  @media only screen and (min-width: 1200px) {
    li.page-header2-languageswitch.page-header2-languageswitch-flyout-open .page-header2-languageswitch-flyout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

li.page-header2-languageswitch .page-header2-languageswitch-flyout {
  display: none; }
  @media only screen and (min-width: 1200px) {
    li.page-header2-languageswitch .page-header2-languageswitch-flyout {
      position: absolute;
      top: 50px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: -11px; } }
  li.page-header2-languageswitch .page-header2-languageswitch-flyout li {
    background: #efefef;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05); }
    @media only screen and (min-width: 1200px) {
      li.page-header2-languageswitch .page-header2-languageswitch-flyout li {
        padding: 0 11px;
        border-bottom: 0;
        background: none; } }
  li.page-header2-languageswitch .page-header2-languageswitch-flyout a {
    font-size: 18px;
    padding: 12px;
    border-bottom: 0;
    margin-left: 40px;
    margin-right: 45px; }
    @media only screen and (min-width: 1200px) {
      li.page-header2-languageswitch .page-header2-languageswitch-flyout a {
        margin: 0;
        padding: 0;
        line-height: 1.2;
        text-transform: none;
        font-size: 14px;
        color: #2f2f2f; } }

.page-header2-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  color: #fff;
  background: #e30613;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  height: 40px;
  border: 1px solid #fff; }
  @media only screen and (min-width: 1200px) {
    .page-header2-cta {
      height: 60px;
      right: 100px;
      padding: 0 50px;
      font-size: 16px; } }
  .page-header2-cta:hover {
    color: #e30613;
    background: #fff;
    border: 1px solid #e30613; }
  .page-header2-cta span {
    display: block; }

.absolute-pages .page-header2-logo {
  width: 168px;
  height: auto;
  background: none; }
  @media only screen and (min-width: 1200px) {
    .absolute-pages .page-header2-logo {
      left: 40px;
      width: 338px; } }

@media only screen and (min-width: 1200px) {
  .absolute-pages .page-header2-navigation {
    margin-left: 300px; } }

.absolute-pages .page-header2-navigation-links a {
  font-weight: 800; }

.absolute-pages.absolute-teamsport .page-header2:after {
  background: url("../Img/Line-elements/absolute-teamsport/Header_Bottom_Line.png") repeat-y right bottom; }
  @media only screen and (min-width: 1920px) {
    .absolute-pages.absolute-teamsport .page-header2:after {
      background-position: center bottom; } }

.absolute-pages.absolute-teamsport .page-header2-logo {
  width: 210px;
  height: auto;
  padding: 7px 0 13px 20px; }
  @media only screen and (min-width: 1200px) {
    .absolute-pages.absolute-teamsport .page-header2-logo {
      width: 372px;
      padding: 0; } }

.absolute-pages.absolute-run .page-header2:after {
  background: url("../Img/Line-elements/absolute-run/Header_Bottom_Line.png") repeat-y right bottom; }

.absolute-pages.absolute-run .page-header2-logo {
  width: 140px;
  height: auto;
  padding: 0 0 5px 13px; }
  @media only screen and (min-width: 1200px) {
    .absolute-pages.absolute-run .page-header2-logo {
      width: 256px;
      padding: 0; } }

@media only screen and (min-width: 1200px) {
  .absolute-pages.absolute-run .page-header2-navigation {
    margin-left: 76px; } }

.header-breadcrumb-container {
  display: none;
  background-color: #fff;
  height: 4.375rem;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .header-breadcrumb-container {
      display: block;
      margin-top: 4.1875rem; } }
  .header-breadcrumb-container .breadcrumb-container.expert-bc {
    padding: 0 3.75rem; }

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.875rem; }
  .breadcrumb-list li {
    font-size: 14px;
    text-transform: uppercase; }
    .breadcrumb-list li a {
      color: #000; }
      .breadcrumb-list li a:hover {
        color: #e30613; }
    .breadcrumb-list li .current {
      color: #e30613; }
  .breadcrumb-list .breadcrumb-seperator {
    padding: 0 0.3125rem; }

.page-header {
  height: 3.0625rem;
  background: #2f2f2f;
  border-bottom: 1px solid #000;
  margin-bottom: 0.0625rem;
  max-width: 1920px; }
  @media only screen and (min-width: 640px) {
    .page-header {
      height: 4.25rem;
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    .page-header {
      position: absolute;
      background: rgba(26, 26, 26, 0.8);
      z-index: 150; } }
  @media only screen and (min-width: 1024px) {
    .page-header.headroom {
      -webkit-transition: -webkit-transform 200ms linear;
      transition: -webkit-transform 200ms linear;
      -o-transition: transform 200ms linear;
      transition: transform 200ms linear;
      transition: transform 200ms linear, -webkit-transform 200ms linear; } }
  @media only screen and (min-width: 1024px) {
    .page-header.headroom--pinned {
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      position: fixed; } }
  @media only screen and (min-width: 1024px) {
    .page-header.headroom--unpinned {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); } }

.page-header-container,
.breadcrumb-container {
  max-width: 1170px;
  padding: 0 0.9375rem; }
  @media only screen and (min-width: 1024px) {
    .page-header-container,
    .breadcrumb-container {
      position: relative; } }
  @media only screen and (min-width: 1170px) {
    .page-header-container,
    .breadcrumb-container {
      margin: 0 auto; } }

.page-header-logo {
  display: block;
  width: 3.0625rem;
  height: 3.0625rem;
  margin: 0 auto; }
  @media only screen and (min-width: 640px) {
    .page-header-logo {
      width: 4.25rem;
      height: 4.25rem; } }
  @media only screen and (min-width: 1024px) {
    .page-header-logo {
      float: left;
      margin: 0; } }
  .page-header-logo img {
    padding-top: 0.1875rem;
    width: 2.5rem; }
    @media only screen and (min-width: 640px) {
      .page-header-logo img {
        padding-top: 0.375rem;
        width: 3.5rem; } }

.page-footer-social {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: #000;
  color: #a3a3a3;
  font-family: sport2000regular, arial, sans-serif;
  font-size: 0.875rem; }
  .page-footer-social .page-footer-social-container {
    height: 5.9375rem;
    padding-top: 1.875rem;
    max-width: 1170px;
    margin: 0 auto; }
    @media only screen and (min-width: 480px) {
      .page-footer-social .page-footer-social-container {
        height: 7.625rem; } }
    @media only screen and (min-width: 1024px) {
      .page-footer-social .page-footer-social-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  .page-footer-social .page-footer-social-channels-label {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .page-footer-social .page-footer-social-channels-label {
        display: inline-block;
        float: left;
        margin-bottom: 0;
        text-align: left;
        padding-top: 1.4375rem; } }

.page-footer-social-channels-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 1024px) {
    .page-footer-social-channels-list {
      display: block; } }
  .page-footer-social-channels-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0 0.375rem; }
    @media only screen and (min-width: 480px) {
      .page-footer-social-channels-list li {
        padding: 0 0.625rem; } }
    @media only screen and (min-width: 1024px) {
      .page-footer-social-channels-list li {
        float: left; } }
    .page-footer-social-channels-list li:first-child {
      padding-left: 0; }
      @media only screen and (min-width: 1024px) {
        .page-footer-social-channels-list li:first-child {
          padding-left: 1.25rem; } }
    .page-footer-social-channels-list li:last-child {
      padding-right: 0;
      padding-left: 0.375rem; }
      @media only screen and (min-width: 480px) {
        .page-footer-social-channels-list li:last-child {
          padding-left: 0.625rem; } }
      @media only screen and (min-width: 1024px) {
        .page-footer-social-channels-list li:last-child {
          padding-left: 0; } }
    .page-footer-social-channels-list li > a {
      display: block;
      position: relative; }
      .page-footer-social-channels-list li > a:before {
        color: #a3a3a3;
        font-size: 2.1875rem;
        position: relative;
        z-index: 2; }
        @media only screen and (min-width: 480px) {
          .page-footer-social-channels-list li > a:before {
            font-size: 3.375rem; } }
      .page-footer-social-channels-list li > a:hover {
        width: 2.1875rem;
        cursor: pointer; }
        @media only screen and (min-width: 480px) {
          .page-footer-social-channels-list li > a:hover {
            width: 3.375rem; } }
        .page-footer-social-channels-list li > a:hover:before {
          color: #fff; }
        .page-footer-social-channels-list li > a:hover:after {
          content: '\e91e';
          color: #f70013;
          position: absolute;
          left: 0;
          font-size: 2.1875rem;
          z-index: 1; }
          @media only screen and (min-width: 480px) {
            .page-footer-social-channels-list li > a:hover:after {
              content: '\e91e';
              font-size: 3.375rem; } }
    .page-footer-social-channels-list li.facebook a:before {
      content: '\e905'; }
    .page-footer-social-channels-list li.facebook a:hover:before {
      content: '\e92a';
      font-size: 1.0625rem;
      top: 0.5625rem;
      left: 0.8125rem;
      width: 2.1875rem; }
      @media only screen and (min-width: 480px) {
        .page-footer-social-channels-list li.facebook a:hover:before {
          font-size: 1.625rem;
          top: 0.9375rem;
          left: 1.25rem;
          width: 3.375rem; } }
    .page-footer-social-channels-list li.youtube a:before {
      content: '\e928'; }
    .page-footer-social-channels-list li.youtube a:hover:before {
      content: '\e92d';
      font-size: 1.125rem;
      top: 0.5rem;
      left: 0.5625rem;
      width: 2.1875rem; }
      @media only screen and (min-width: 480px) {
        .page-footer-social-channels-list li.youtube a:hover:before {
          font-size: 1.625rem;
          top: 0.9375rem;
          left: 0.9375rem;
          width: 3.375rem; } }
    .page-footer-social-channels-list li.twitter a:before {
      content: '\e924'; }
    .page-footer-social-channels-list li.twitter a:hover:before {
      content: '\e92c';
      font-size: 1.0625rem;
      top: 0.5625rem;
      left: 0.5625rem;
      width: 2.1875rem; }
      @media only screen and (min-width: 480px) {
        .page-footer-social-channels-list li.twitter a:hover:before {
          font-size: 1.5625rem;
          top: 0.9375rem;
          left: 0.875rem;
          width: 3.375rem; } }
    .page-footer-social-channels-list li.pinterest a:before {
      content: '\e931'; }
    .page-footer-social-channels-list li.pinterest a:hover:before {
      content: '\e932';
      font-size: 1.625rem;
      top: 0.9375rem;
      left: 1.0625rem;
      width: 3.375rem; }
    .page-footer-social-channels-list li.instagram a:before {
      content: '\e934'; }
    .page-footer-social-channels-list li.instagram a:hover:before {
      content: '\e933';
      font-size: 1.0625rem;
      top: 0.5625rem;
      left: 0.5625rem;
      width: 2.1875rem; }
      @media only screen and (min-width: 480px) {
        .page-footer-social-channels-list li.instagram a:hover:before {
          font-size: 1.625rem;
          top: 0.9375rem;
          left: 0.875rem;
          width: 3.375rem; } }
    @media only screen and (min-width: 1024px) {
      .page-footer-social-channels-list li.share > a {
        min-width: 7.8125rem;
        float: right; } }
    .page-footer-social-channels-list li.share > a:before {
      content: '\e923'; }
      @media only screen and (min-width: 1024px) {
        .page-footer-social-channels-list li.share > a:before {
          font-size: 4.75rem;
          position: absolute;
          top: -0.5rem;
          margin-right: 0.8125rem; } }
    @media only screen and (min-width: 1024px) {
      .page-footer-social-channels-list li.share > a:after {
        font-size: 4.75rem;
        position: absolute;
        top: -0.5rem;
        margin-right: 0.8125rem; } }
    .page-footer-social-channels-list li.share > a:hover:before {
      content: '\e92e';
      font-size: 0.875rem;
      top: 0.6875rem;
      left: 0.625rem;
      width: 2.1875rem; }
      @media only screen and (min-width: 480px) {
        .page-footer-social-channels-list li.share > a:hover:before {
          font-size: 1.1875rem;
          top: 1.125rem;
          left: 1rem;
          width: 3.375rem; } }
      @media only screen and (min-width: 1024px) {
        .page-footer-social-channels-list li.share > a:hover:before {
          font-size: 1.8125rem;
          position: absolute;
          top: 1rem;
          margin-right: 0.8125rem;
          left: 1.4375rem; } }
  @media only screen and (min-width: 1024px) {
    .page-footer-social-channels-list .share {
      float: right;
      min-width: 17.0625rem; } }
  .page-footer-social-channels-list .share span {
    display: none;
    color: #a3a3a3; }
    @media only screen and (min-width: 1024px) {
      .page-footer-social-channels-list .share span {
        display: inline-block;
        position: absolute;
        top: 1.5rem;
        right: 0; } }

.page-footer-share-options,
.page-footer-share-options-mobile {
  display: none;
  float: left; }
  @media only screen and (min-width: 1024px) {
    .page-footer-share-options-open .page-footer-share-options, .page-footer-share-options-open
    .page-footer-share-options-mobile {
      display: block;
      padding-left: 0; } }
  .page-footer-share-options li,
  .page-footer-share-options-mobile li {
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (min-width: 1024px) {
      .page-footer-share-options li,
      .page-footer-share-options-mobile li {
        margin-right: 20px; } }
    .page-footer-share-options li:first-child,
    .page-footer-share-options-mobile li:first-child {
      padding-left: 0; }
    .page-footer-share-options li > a,
    .page-footer-share-options-mobile li > a {
      font-size: 3.375rem;
      height: 3.375rem;
      width: 3.375rem; }
      .page-footer-share-options li > a:hover:before,
      .page-footer-share-options-mobile li > a:hover:before {
        z-index: 2;
        position: absolute;
        color: #fff; }
      .page-footer-share-options li > a:hover:after,
      .page-footer-share-options-mobile li > a:hover:after {
        content: '\e91e';
        color: #f70013;
        position: absolute;
        left: 0;
        font-size: 3.375rem;
        z-index: 1; }
    .page-footer-share-options li.facebook a:before,
    .page-footer-share-options-mobile li.facebook a:before {
      content: '\e905';
      font-size: 3.375rem;
      top: 0; }
    .page-footer-share-options li.twitter a:before,
    .page-footer-share-options-mobile li.twitter a:before {
      content: '\e924';
      font-size: 3.375rem; }
    .page-footer-share-options li.pinterest a:before,
    .page-footer-share-options-mobile li.pinterest a:before {
      content: '\e931';
      font-size: 3.375rem; }

.footer-mobile-share-overlay-open .footer-mobile-share-overlay {
  display: block; }

.footer-mobile-share-overlay {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8.4375rem; }

.footer-mobile-share-overlay-container {
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer-mobile-share-overlay-container h2 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0.8125rem; }
  .footer-mobile-share-overlay-container .footer-mobile-share-overlay-close {
    position: absolute;
    top: 3.125rem;
    right: 1.5625rem;
    display: block;
    width: 1.5625rem;
    height: 1.5625rem;
    cursor: pointer; }
    .footer-mobile-share-overlay-container .footer-mobile-share-overlay-close:after {
      font-size: 1.5625rem;
      content: '\e927';
      display: block;
      width: 1.5625rem;
      height: 1.5625rem;
      color: #a3a3a3; }

.page-footer-share-options-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.375rem;
  max-width: 23.125rem;
  color: #a3a3a3; }
  .page-footer-share-options-mobile li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-right: 1.25rem; }
    .page-footer-share-options-mobile li > a {
      position: relative;
      display: block;
      color: #a3a3a3; }
    .page-footer-share-options-mobile li:last-child {
      margin-right: 0; }
    .page-footer-share-options-mobile li.facebook a:before {
      content: '\e905'; }
    .page-footer-share-options-mobile li.facebook a:hover:before {
      content: '\e92a';
      font-size: 1.625rem;
      top: -0.75rem;
      left: 1.25rem;
      width: 3.375rem;
      position: relative; }
    .page-footer-share-options-mobile li.youtube a:before {
      content: '\e928'; }
    .page-footer-share-options-mobile li.youtube a:hover:before {
      content: '\e92d';
      font-size: 1.625rem;
      top: 0.9375rem;
      left: 0.9375rem;
      width: 3.375rem; }
    .page-footer-share-options-mobile li.twitter a:before {
      content: '\e924'; }
    .page-footer-share-options-mobile li.twitter a:hover:before {
      content: '\e92c';
      font-size: 1.5625rem;
      top: 0.9375rem;
      left: 0.875rem;
      width: 3.375rem; }
    .page-footer-share-options-mobile li.pinterest a:before {
      content: '\e931'; }
    .page-footer-share-options-mobile li.pinterest a:hover:before {
      content: '\e932';
      font-size: 1.625rem;
      top: 0.9375rem;
      left: 1.0625rem;
      width: 3.375rem; }

.page-footer-main {
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .page-footer-main {
      background: #1a1a1a; } }

.page-totop {
  display: none;
  position: absolute;
  bottom: 5.9375rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 4.6875rem;
  height: 4.6875rem;
  background: #1a1a1a;
  border-radius: 50%; }
  @media only screen and (min-width: 1500px) {
    .page-totop {
      display: block;
      top: 4.0625rem;
      left: auto;
      right: 3.125rem;
      background: #000;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); } }
  .page-totop.page-totop-mobile {
    display: block; }
    @media only screen and (min-width: 1500px) {
      .page-totop.page-totop-mobile {
        display: none; } }
  .page-totop:before {
    content: '\e90d';
    font-size: 2.8125rem;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.page-footer-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1170px;
  margin: 0 auto; }
  @media only screen and (min-width: 1024px) {
    .page-footer-main-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.footer-navi-lvl1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: #000;
  text-align: left;
  padding-top: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media only screen and (min-width: 640px) {
    .footer-navi-lvl1 {
      padding-left: 3.75rem;
      padding-right: 3.75rem; } }
  @media only screen and (min-width: 750px) {
    .footer-navi-lvl1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 3.75rem;
      padding-right: 3.75rem;
      padding-bottom: 1.0625rem; } }
  @media only screen and (min-width: 1024px) {
    .footer-navi-lvl1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 74%;
              flex: 0 0 74%;
      max-width: 74%;
      background: #1a1a1a;
      padding-left: 2.5rem; } }
  @media only screen and (min-width: 1170px) {
    .footer-navi-lvl1 {
      padding-left: 1.25rem; } }
  .footer-navi-lvl1 > li {
    border-top: 1px solid #c1c1c1;
    clear: both; }
    @media only screen and (min-width: 750px) {
      .footer-navi-lvl1 > li {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-right: 0.8125rem;
        border-top: 0; } }
    .footer-navi-lvl1 > li:first-child {
      border-top: 0; }
    .footer-navi-lvl1 > li > a {
      padding: 1.875rem 0;
      width: calc(100% - 50px);
      display: block;
      float: left; }
    .footer-navi-lvl1 > li .footer-navi-lvl2-toggle {
      display: inline-block;
      width: 40px;
      height: 40px;
      float: right;
      margin-top: 1.25rem;
      margin-right: -0.875rem; }
      @media only screen and (min-width: 750px) {
        .footer-navi-lvl1 > li .footer-navi-lvl2-toggle {
          display: none; } }
      .footer-navi-lvl1 > li .footer-navi-lvl2-toggle:after {
        content: '+';
        display: inline-block;
        cursor: pointer;
        font-size: 2.0625rem;
        color: #a3a3a3;
        padding-top: 0.25rem;
        padding-left: 0.625rem; }
    .footer-navi-lvl1 > li.footer-navi-lvl2-open .footer-navi-lvl2-toggle:after {
      content: '─';
      width: 1rem;
      overflow: hidden;
      -webkit-transform: translate(70%, 15%);
          -ms-transform: translate(70%, 15%);
              transform: translate(70%, 15%);
      padding: 0; }
  .footer-navi-lvl1 .footer-navi-headline {
    display: block;
    font-family: sport2000regular, arial, sans-serif;
    font-size: 1.3125rem;
    color: #fff; }
    @media only screen and (min-width: 750px) {
      .footer-navi-lvl1 .footer-navi-headline {
        font-size: 1.0625rem; } }
    .footer-navi-lvl1 .footer-navi-headline:hover {
      color: #e30613; }
  .footer-navi-lvl1 .footer-navi-lvl2-open .footer-navi-lvl2 {
    display: block;
    font-size: 1.0625rem;
    margin-top: 0.375rem; }
    @media only screen and (min-width: 750px) {
      .footer-navi-lvl1 .footer-navi-lvl2-open .footer-navi-lvl2 {
        font-size: 0.875rem; } }
    .footer-navi-lvl1 .footer-navi-lvl2-open .footer-navi-lvl2 > li {
      margin-bottom: 1.9375rem; }
      @media only screen and (min-width: 750px) {
        .footer-navi-lvl1 .footer-navi-lvl2-open .footer-navi-lvl2 > li {
          margin-bottom: 0.8125rem; } }
  .footer-navi-lvl1 .footer-navi-lvl2-open .footer-navi-headline {
    color: #e30613; }
    @media only screen and (min-width: 750px) {
      .footer-navi-lvl1 .footer-navi-lvl2-open .footer-navi-headline {
        color: #fff; } }
  .footer-navi-lvl1 .footer-navi-lvl2-open .footer-navi-lvl2-toggle:after {
    color: #e30613; }

.footer-navi-lvl2 {
  display: none;
  clear: both;
  font-family: sport2000regular, arial, sans-serif;
  font-size: 0.875rem;
  color: #a3a3a3; }
  @media only screen and (min-width: 750px) {
    .footer-navi-lvl2 {
      display: block; } }
  .footer-navi-lvl2 > li {
    margin-bottom: 0.8125rem; }
    .footer-navi-lvl2 > li > a {
      color: #a3a3a3; }
      .footer-navi-lvl2 > li > a:hover {
        color: #e30613; }

.footer-shop-search-container {
  background: #1a1a1a;
  padding: 2.625rem 1.25rem 1.875rem;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media only screen and (min-width: 1024px) {
    .footer-shop-search-container {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 26%;
              flex: 1 1 26%;
      max-width: 26%;
      text-align: left;
      padding-right: 0.9375rem;
      background: transparent url("../Img/footer-search-bg.png") no-repeat left top;
      background-size: contain; } }
  .footer-shop-search-container h3 {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1.875rem; }
    @media only screen and (min-width: 1024px) {
      .footer-shop-search-container h3 {
        margin-bottom: 1.0625rem; } }
    .footer-shop-search-container h3 .footer-shop-search-headline-mobile {
      display: block;
      text-align: center; }
      @media only screen and (min-width: 640px) {
        .footer-shop-search-container h3 .footer-shop-search-headline-mobile {
          display: none; } }
    .footer-shop-search-container h3 .footer-shop-search-headline-desktop {
      display: none;
      text-align: center; }
      @media only screen and (min-width: 640px) {
        .footer-shop-search-container h3 .footer-shop-search-headline-desktop {
          display: block; } }
      @media only screen and (min-width: 1024px) {
        .footer-shop-search-container h3 .footer-shop-search-headline-desktop {
          font-size: 1.0625rem;
          text-align: left; } }
  .footer-shop-search-container .footer-shop-search-location-list {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .footer-shop-search-container .footer-shop-search-location-list {
        display: block; } }
    .footer-shop-search-container .footer-shop-search-location-list > li {
      text-align: left;
      margin-bottom: 0.8125rem; }
      .footer-shop-search-container .footer-shop-search-location-list > li > a {
        color: #fff;
        font-size: 0.875rem; }
        .footer-shop-search-container .footer-shop-search-location-list > li > a:hover {
          color: #f70013; }
  .footer-shop-search-container .footer-shop-online-shops {
    position: relative;
    display: none;
    font-family: sport2000regular, arial, sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 1.25rem auto 0;
    padding-left: 0.75rem; }
    @media only screen and (min-width: 1024px) {
      .footer-shop-search-container .footer-shop-online-shops {
        text-transform: uppercase;
        background: rgba(0, 0, 0, 0.42);
        color: #fff;
        padding: 0.6875rem 3.625rem 0.5625rem;
        border: 1px solid #fff;
        border-radius: 4px; } }
    @media only screen and (min-width: 1024px) {
      .footer-shop-search-container .footer-shop-online-shops:hover {
        color: #fff;
        background: #e30613;
        border: 1px solid #e30613; } }
    .footer-shop-search-container .footer-shop-online-shops:before {
      content: '\e912';
      position: absolute;
      display: inline-block;
      left: 0;
      top: -1px;
      font-size: 0.875rem;
      font-weight: bold;
      color: #e30613; }
      @media only screen and (min-width: 1024px) {
        .footer-shop-search-container .footer-shop-online-shops:before {
          display: none; } }

.footer-shop-search-form {
  display: block;
  text-align: center;
  max-width: 25rem;
  margin: 0 auto; }
  @media only screen and (min-width: 1024px) {
    .footer-shop-search-form {
      margin: 0 0 1.25rem;
      max-width: 18.25rem; } }
  .footer-shop-search-form .footer-shop-search-zipcity {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 1.3125rem;
    color: #000;
    display: inline-block;
    width: 53.5714285714%;
    margin: 0;
    margin-right: -0.25rem;
    padding: 0.6875rem;
    border: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    -webkit-box-shadow: -0.3125rem 0 0.3125rem -0.1875rem #c1c1c1 inset;
            box-shadow: -0.3125rem 0 0.3125rem -0.1875rem #c1c1c1 inset;
    vertical-align: middle;
    min-height: 2.5rem;
    line-height: 1.125rem; }
    @media only screen and (min-width: 1024px) {
      .footer-shop-search-form .footer-shop-search-zipcity {
        font-size: 1.0625rem;
        min-height: 2.5rem;
        line-height: 1rem; } }
    .footer-shop-search-form .footer-shop-search-zipcity::-webkit-input-placeholder {
      color: #000; }
    .footer-shop-search-form .footer-shop-search-zipcity:-moz-placeholder {
      color: #000; }
    .footer-shop-search-form .footer-shop-search-zipcity::-moz-placeholder {
      color: #000; }
    .footer-shop-search-form .footer-shop-search-zipcity-ms-input-placeholder {
      color: #000; }
    .footer-shop-search-form .footer-shop-search-zipcity:focus {
      outline: none; }
      .footer-shop-search-form .footer-shop-search-zipcity:focus::-webkit-input-placeholder {
        color: transparent; }
      .footer-shop-search-form .footer-shop-search-zipcity:focus:-moz-placeholder {
        color: transparent; }
      .footer-shop-search-form .footer-shop-search-zipcity:focus::-moz-placeholder {
        color: transparent; }
      .footer-shop-search-form .footer-shop-search-zipcity:focus-ms-input-placeholder {
        color: transparent; }
  .footer-shop-search-form .footer-shop-search-button {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 1.3125rem;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    width: 45.7142857143%;
    margin: 0;
    padding: 0.4375rem 0.6875rem 0.75rem;
    border: 0;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: #e30613;
    vertical-align: middle; }
    @media only screen and (min-width: 1024px) {
      .footer-shop-search-form .footer-shop-search-button {
        font-size: 1.0625rem;
        padding: 0.25rem 0.6875rem 0.6875rem;
        min-height: 2.5rem; } }
    .footer-shop-search-form .footer-shop-search-button:before {
      content: '\e929';
      display: inline-block;
      position: relative;
      top: 0.1875rem;
      font-size: 1.5rem;
      margin-right: 0.3125rem; }
      @media only screen and (min-width: 1024px) {
        .footer-shop-search-form .footer-shop-search-button:before {
          font-size: 1.375rem; } }

.footer-popular-topics {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 1.125rem 0.8125rem 3.4375rem 1.25rem;
  background: #1a1a1a;
  text-align: left; }
  @media only screen and (min-width: 640px) {
    .footer-popular-topics {
      padding-left: 3.75rem;
      padding-right: 3.75rem; } }
  @media only screen and (min-width: 1024px) {
    .footer-popular-topics {
      padding-left: 2.5rem; } }
  @media only screen and (min-width: 1170px) {
    .footer-popular-topics {
      padding-left: 1.25rem; } }
  .footer-popular-topics > li > a {
    padding: 0 1.125rem 1.125rem; }
  .footer-popular-topics h3 {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 1.3125rem;
    color: #fff; }
    @media only screen and (min-width: 640px) {
      .footer-popular-topics h3 {
        font-size: 1.0625rem; } }
    .footer-popular-topics h3:after {
      content: '+';
      font-size: 1.3125rem;
      padding-left: 0.1875rem;
      display: none; }
  .footer-popular-topics.footer-popular-topics-open .footer-popular-topics-list {
    height: auto; }
  .footer-popular-topics .footer-popular-topics-list {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 0.875rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.25rem;
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 6.5625rem; }
    .footer-popular-topics .footer-popular-topics-list > li {
      display: inline-block;
      margin-bottom: 13px; }
      .footer-popular-topics .footer-popular-topics-list > li:after {
        content: '|';
        padding: 0 0.8125rem;
        color: #a3a3a3; }
      .footer-popular-topics .footer-popular-topics-list > li:nth-last-child(2):after {
        display: none; }
      .footer-popular-topics .footer-popular-topics-list > li > a {
        color: #a3a3a3; }
        .footer-popular-topics .footer-popular-topics-list > li > a:hover {
          color: #f70013; }
      .footer-popular-topics .footer-popular-topics-list > li.footer-popular-topics-more {
        position: absolute;
        right: 0;
        top: 0; }
        .footer-popular-topics .footer-popular-topics-list > li.footer-popular-topics-more.footer-popular-topics-more-hide {
          display: none; }
        .footer-popular-topics .footer-popular-topics-list > li.footer-popular-topics-more:after {
          display: none; }

.page-footer-bottom {
  position: relative;
  font-family: sport2000regular, arial, sans-serif;
  background: #000;
  padding-bottom: 10.625rem; }
  @media only screen and (min-width: 1500px) {
    .page-footer-bottom {
      padding-bottom: 0; } }

.page-footer-bottom-container {
  padding: 1.875rem 1.25rem;
  max-width: 1170px;
  margin: 0 auto; }

.page-footer-logo-container {
  display: none; }
  @media only screen and (min-width: 750px) {
    .page-footer-logo-container {
      display: inline-block;
      float: left; } }
  @media only screen and (min-width: 750px) {
    .page-footer-logo-container > a {
      display: block;
      width: 14.125rem;
      height: 3.375rem; } }

.page-footer-bottom-links {
  text-align: center; }
  @media only screen and (min-width: 750px) {
    .page-footer-bottom-links {
      margin-top: 1.25rem;
      float: right; } }
  .page-footer-bottom-links > li {
    display: inline-block;
    margin-bottom: 1.4375rem; }
    .page-footer-bottom-links > li > a {
      font-size: 0.875rem;
      color: rgba(255, 255, 255, 0.5);
      padding: 0 0.625rem;
      text-transform: uppercase; }
      .page-footer-bottom-links > li > a:hover {
        color: #f70013; }

.page-footer-shop {
  padding: 0 20px 20px; }

.page-footer-shop-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px; }
  .page-footer-shop-main h3 {
    font-family: sport2000bold, arial, sans-serif;
    margin-bottom: 20px; }

.page-footer-shop-main-shortnav {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 20px; }
  @media only screen and (min-width: 750px) {
    .page-footer-shop-main-shortnav {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      min-width: 150px; } }
  .page-footer-shop-main-shortnav h3 {
    color: #707070; }
  .page-footer-shop-main-shortnav ul {
    font-size: 14px;
    line-height: 22px; }

.page-footer-shop-social-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 25px auto 0; }
  @media only screen and (min-width: 750px) {
    .page-footer-shop-social-wrapper {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      margin: 0 auto; } }
  .page-footer-shop-social-wrapper img {
    width: 56px;
    margin: 0 auto 15px; }

.page-footer-shop-bottom-links {
  margin-top: 40px; }
  .page-footer-shop-bottom-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
    line-height: 22px; }
    .page-footer-shop-bottom-links ul li {
      padding: 0 14px; }

.page-footer-shop-bottom-copyright {
  font-size: 10px;
  color: #707070;
  line-height: 16px;
  text-align: center;
  margin: 15px auto; }

.page-footer-shop-networks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.page-footer-shop-networks li {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 5px; }
  .page-footer-shop-networks li a {
    display: block;
    height: 100%;
    position: relative;
    text-indent: -1000em;
    overflow: hidden; }
  .page-footer-shop-networks li:before {
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    color: #707070; }
  .page-footer-shop-networks li:hover:before {
    color: #e30613; }

.page-footer-shop-networks .facebook:before {
  content: '\e905'; }

.page-footer-shop-networks .instagram:before {
  content: '\e934'; }

.page-footer-shop-networks .youtube:before {
  content: '\e928'; }

.page-footer-shop-networks .pinterest:before {
  content: '\e931'; }

.page-footer2 {
  padding-top: 80px;
  padding-bottom: 16px; }
  .page-footer2:before {
    background: 0 !important; }

.page-footer2-navigation {
  margin-top: 16px; }
  @media only screen and (min-width: 1024px) {
    .page-footer2-navigation {
      margin-top: 0; } }
  .page-footer2-navigation a {
    color: inherit;
    -webkit-transition: color 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: color 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: color 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .page-footer2-navigation a:hover {
      color: inherit; }

.page-footer2-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 30px; }

.page-footer2-address-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: sport2000regular, arial, sans-serif;
  font-style: normal; }

.page-footer2-company {
  font-weight: bold;
  font-size: 17px;
  color: #f2f2f2;
  margin-bottom: 10px;
  text-transform: uppercase; }
  @media only screen and (min-width: 1024px) {
    .page-footer2-company {
      font-size: 19px; } }

.page-footer2-address {
  color: #909090;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px; }

.page-footer2-legal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  font-family: sport2000regular, arial, sans-serif;
  color: #424242;
  font-size: 16px; }
  @media only screen and (min-width: 1024px) {
    .page-footer2-legal-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 20px;
      font-size: 18px;
      margin-top: 60px; } }
  @media only screen and (min-width: 1200px) {
    .page-footer2-legal-container {
      font-size: 20px; } }

.page-footer2-copyright {
  font-weight: bold; }

.page-footer2-navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: medium1) {
    .page-footer2-navigation-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  @media only screen and (min-width: 1024px) {
    .page-footer2-navigation-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end; } }
  .page-footer2-navigation-list li {
    display: inline-block;
    margin: 10px 30px; }

.page-footer2-company {
  color: #424242; }

.page-footer2-copyright {
  color: #424242; }

.page-footer2-navigation a:hover {
  color: #e30613; }

.header-local-shops-link {
  height: 3.0625rem;
  min-width: 4.125rem;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-family: sport2000regular, arial, sans-serif;
  font-size: 1rem;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer; }
  @media only screen and (min-width: 640px) {
    .header-local-shops-link {
      height: 4.25rem;
      padding-top: 1.6875rem;
      padding-right: 3.75rem;
      padding-left: 1.25rem; } }
  @media only screen and (min-width: 1024px) {
    .header-local-shops-link {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a1a1a), color-stop(50%, #1a1a1a), color-stop(51%, #000), to(#000));
      background-image: -webkit-linear-gradient(top, #1a1a1a 0, #1a1a1a 50%, #000 51%, #000 100%);
      background-image: -o-linear-gradient(top, #1a1a1a 0, #1a1a1a 50%, #000 51%, #000 100%);
      background-image: linear-gradient(to bottom, #1a1a1a 0, #1a1a1a 50%, #000 51%, #000 100%);
      font-size: 1rem;
      padding-right: 0.9375rem;
      padding-left: 3.4375rem;
      padding-top: 1.6875rem;
      border-left: 1px solid #4e4e4e;
      border-right: 1px solid #4e4e4e;
      background-color: #1a1a1a; } }
  @media only screen and (min-width: 1170px) {
    .header-local-shops-link {
      padding-right: 1.875rem;
      padding-left: 4.375rem; } }
  @media only screen and (min-width: 1024px) {
    .header-local-shops-link:before {
      content: '';
      display: inline-block;
      width: 1.5rem;
      height: 2rem;
      background: transparent url("../Svg/standortsuche2.svg") no-repeat;
      position: absolute;
      top: 1.0625rem;
      left: 0.9375rem; } }
  @media only screen and (min-width: 1170px) {
    .header-local-shops-link:before {
      left: 1.875rem; } }
  .header-local-shops-link:after {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 2rem;
    background: transparent url("../Svg/standortsuche2.svg") no-repeat;
    position: absolute;
    top: 0.5rem;
    right: 1.25rem; }
    @media only screen and (min-width: 640px) {
      .header-local-shops-link:after {
        top: 1.1875rem; } }
    @media only screen and (min-width: 1024px) {
      .header-local-shops-link:after {
        display: none; } }
  .header-local-shops-link:hover {
    background-image: none;
    background-color: #000; }

.header-local-shops-label {
  display: none; }
  @media only screen and (min-width: 640px) {
    .header-local-shops-label {
      display: inline; } }

.header-local-shops-expand {
  display: none; }
  @media only screen and (min-width: 1170px) {
    .header-local-shops-expand {
      display: inline-block; } }

.header-local-shops-overlay-open .header-local-shops-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (min-width: 1024px) {
  .mainnav-pin .header-local-shops-overlay {
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    -o-transition: transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    position: fixed; } }

.header-local-shops-overlay-search span {
  display: none; }
  @media only screen and (min-width: 640px) {
    .header-local-shops-overlay-search span {
      display: inline-block; } }

.header-local-shops-overlay-geolocation {
  font-size: 1.0625rem;
  background: #e30613;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 1.4375rem;
  padding: 0.875rem 0.375rem;
  border: 0;
  border-radius: 0.25rem;
  min-width: 17.5rem;
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .header-local-shops-overlay-geolocation {
      font-size: 1.625rem;
      padding: 0.8125rem 0.375rem 0.875rem; } }
  @media only screen and (min-width: header-local-shops) {
    .header-local-shops-overlay-geolocation {
      background: #000;
      color: #a3a3a3;
      padding: 0.75rem 1.875rem;
      width: auto;
      vertical-align: top;
      margin-top: 0.875rem;
      margin-bottom: 0;
      font-size: 1.0625rem; } }
  .header-local-shops-overlay-geolocation:before {
    content: '\e920';
    font-size: 1rem;
    position: relative;
    line-height: 0;
    top: 0.0625rem;
    color: #fff;
    margin-right: 0.3125rem; }
    @media only screen and (min-width: 750px) {
      .header-local-shops-overlay-geolocation:before {
        font-size: 1.6875rem;
        top: 0.1875rem; } }
    @media only screen and (min-width: header-local-shops) {
      .header-local-shops-overlay-geolocation:before {
        font-size: 1.5rem;
        top: 0.3125rem; } }

.localization-error {
  font-size: 0.875rem;
  color: #f70013;
  position: relative;
  top: -1rem;
  margin-left: 0.625rem; }
  .localization-error.only-desktop {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .localization-error.only-desktop {
        display: block; } }
  .localization-error.footer-search {
    top: 0.3125rem;
    margin-left: 0;
    left: -6.25rem; }
    @media only screen and (min-width: 1024px) {
      .localization-error.footer-search {
        left: -1.875rem; } }
  .localization-error.localizer-search {
    font-size: 1.125rem;
    background: #f70013;
    color: #fff;
    padding: 0.3125rem;
    top: 0.3125rem; }

.stage-slider {
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .stage-slider {
      padding-top: 45px; } }
  .stage-slider:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/Stage_Bottom_Line_Desktop_Red.png"); }
  .stage-slider .stage-slider-items:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
    height: 24px;
    background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/Stage_Bottom_Line_Desktop_White.png"); }
  .stage-slider .slick-slide {
    height: auto;
    position: relative; }
  .stage-slider .slick-prev-arrow,
  .stage-slider .slick-next-arrow {
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 2;
    cursor: pointer; }
    .stage-slider .slick-prev-arrow:before,
    .stage-slider .slick-next-arrow:before {
      content: '\e91a';
      color: #e30613;
      display: block;
      width: 1.875rem;
      height: 3.875rem;
      font-size: 3.875rem; }
      @media only screen and (min-width: 1024px) {
        .stage-slider .slick-prev-arrow:before,
        .stage-slider .slick-next-arrow:before {
          width: 3.375rem;
          height: 7.125rem;
          font-size: 7.125rem; } }
    .stage-slider .slick-prev-arrow:after,
    .stage-slider .slick-next-arrow:after {
      color: #fff;
      font-size: 0.8125rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media only screen and (min-width: 1024px) {
        .stage-slider .slick-prev-arrow:after,
        .stage-slider .slick-next-arrow:after {
          font-size: 1.6875rem; } }
    .stage-slider .slick-prev-arrow:hover:before,
    .stage-slider .slick-next-arrow:hover:before {
      color: #fff; }
  .stage-slider .slick-prev-arrow {
    left: 0; }
    .stage-slider .slick-prev-arrow:before {
      content: '\e91a'; }
    .stage-slider .slick-prev-arrow:after {
      left: 0.3125rem;
      content: '\e919'; }
  .stage-slider .slick-next-arrow {
    right: 1px; }
    .stage-slider .slick-next-arrow:before {
      content: '\e91c'; }
    .stage-slider .slick-next-arrow:after {
      content: '\e91b';
      right: 0.3125rem; }
  .stage-slider .slick-dots {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0.1875rem;
    width: 100%;
    text-align: center;
    cursor: pointer; }
    .stage-slider .slick-dots li {
      display: inline-block;
      position: relative;
      padding: 0 0.8125rem;
      width: 1.5rem;
      height: 1.625rem;
      margin-right: 0.5625rem; }
      .stage-slider .slick-dots li:last-child {
        margin-right: 0; }
      .stage-slider .slick-dots li:after {
        content: '\e91e';
        font-size: 0.6875rem;
        line-height: 0.875rem;
        color: #fff;
        display: inline-block;
        position: absolute;
        padding-left: 0.0625rem;
        padding-top: 0.0625rem;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .stage-slider .slick-dots li.slick-active:after {
        content: '\e91d';
        font-size: 1.3125rem;
        line-height: 1.4375rem; }
      .stage-slider .slick-dots li button {
        display: none; }
  .stage-slider .stage-slider-slide:not(:first-child) {
    display: none; }
  .stage-slider .stage-slider-slide.slick-slide {
    display: block; }
  .stage-slider .stage-slider-slide-link {
    display: block; }
  .stage-slider .stage-slider-slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .stage-slider .stage-slider-slide-content.video-slide-content {
      pointer-events: none; }
    .stage-slider .stage-slider-slide-content > h1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      font-family: sport2000bold, arial, sans-serif;
      font-size: 1.75rem;
      color: #fff;
      margin-bottom: 1.25rem;
      margin-top: 0;
      max-width: calc(100% - 40px);
      text-align: center;
      line-height: 1; }
      @media only screen and (min-width: 640px) {
        .stage-slider .stage-slider-slide-content > h1 {
          font-size: 3rem;
          margin-bottom: 0.3125rem;
          max-width: calc(100% - 120px); } }
      @media only screen and (min-width: 1024px) {
        .stage-slider .stage-slider-slide-content > h1 {
          max-width: 50rem; } }
      @media only screen and (min-width: 1280px) {
        .stage-slider .stage-slider-slide-content > h1 {
          font-size: 5rem;
          margin-bottom: 1rem; } }
    @media only screen and (min-width: 1024px) {
      .stage-slider .stage-slider-slide-content.breadcrumb > h1 {
        max-width: 80%; } }
    .stage-slider .stage-slider-slide-content .stage-slider-slide-content-text {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      font-size: 1.3125rem;
      color: #fff;
      margin: 0 auto 0.625rem;
      max-width: calc(100% - 40px);
      text-align: center; }
      @media only screen and (min-width: 640px) {
        .stage-slider .stage-slider-slide-content .stage-slider-slide-content-text {
          max-width: calc(100% - 120px); } }
      @media only screen and (min-width: 1024px) {
        .stage-slider .stage-slider-slide-content .stage-slider-slide-content-text {
          max-width: 50rem; } }
    .stage-slider .stage-slider-slide-content .stage-slider-content-shops {
      display: none; }
      @media only screen and (min-width: 480px) {
        .stage-slider .stage-slider-slide-content .stage-slider-content-shops {
          display: block;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          font-size: 0.875rem;
          color: #fff; } }
      @media only screen and (min-width: 1024px) {
        .stage-slider .stage-slider-slide-content .stage-slider-content-shops {
          position: absolute;
          right: 1.4375rem;
          top: 50%;
          -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%); } }
      @media only screen and (min-width: 1170px) {
        .stage-slider .stage-slider-slide-content .stage-slider-content-shops {
          right: 9.375rem; } }
      .stage-slider .stage-slider-slide-content .stage-slider-content-shops .stage-slider-content-shops-icon {
        width: 2rem;
        height: 2.5rem;
        font-size: 0.6875rem;
        padding: 0.6875rem 0.4375rem;
        color: #e30613;
        display: inline-block;
        background: url("../Svg/availability.svg") no-repeat;
        margin-right: 0.5625rem; }
        @media only screen and (min-width: 1024px) {
          .stage-slider .stage-slider-slide-content .stage-slider-content-shops .stage-slider-content-shops-icon {
            width: 4.375rem;
            height: 5.3125rem;
            font-size: 1.6875rem;
            padding-top: 1.375rem;
            display: block;
            margin: 0 auto 0.3125rem;
            text-align: center;
            background-position: top center; } }
      .stage-slider .stage-slider-slide-content .stage-slider-content-shops span {
        display: inline-block;
        font-size: 0.875rem; }
        @media only screen and (min-width: 1024px) {
          .stage-slider .stage-slider-slide-content .stage-slider-content-shops span {
            display: block; } }
    .stage-slider .stage-slider-slide-content .stage-slider-content-button {
      display: none; }
      @media only screen and (min-width: 1024px) {
        .stage-slider .stage-slider-slide-content .stage-slider-content-button {
          font-family: sport2000bold, arial, sans-serif;
          padding: 1rem 3.75rem;
          display: block;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          color: #fff;
          text-transform: uppercase;
          border: 1px solid;
          background: rgba(0, 0, 0, 0.42);
          margin-top: 1.4375rem;
          pointer-events: all; }
          .stage-slider .stage-slider-slide-content .stage-slider-content-button:hover {
            color: #fff;
            background: #e30613;
            border: 1px solid #e30613; } }
  .stage-slider .stage-breadcrumb {
    display: none;
    font-family: sport2000bold, arial, sans-serif;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 115px;
    width: 100%;
    z-index: 10; }
    @media only screen and (min-width: 1024px) {
      .stage-slider .stage-breadcrumb {
        display: block; } }
    .stage-slider .stage-breadcrumb li {
      display: inline-block; }
      .stage-slider .stage-breadcrumb li:after {
        content: '/';
        color: #000;
        display: inline-block;
        padding: 0 2px; }
      .stage-slider .stage-breadcrumb li:last-child:after {
        display: none; }
    .stage-slider .stage-breadcrumb a {
      display: inline-block;
      color: #000;
      text-transform: uppercase; }
      .stage-slider .stage-breadcrumb a:hover {
        text-decoration: underline; }
      .stage-slider .stage-breadcrumb a.stage-breadcrumb-current {
        color: #fff; }

.stage-video-embed-container {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
  padding-bottom: 62.5%; }
  @media only screen and (min-width: 750px) {
    .stage-video-embed-container {
      padding-bottom: 39.1666666667%; } }
  @media only screen and (min-width: 1024px) {
    .stage-video-embed-container {
      padding-bottom: 33.8541666667%; } }
  .stage-video-embed-container iframe {
    position: absolute;
    top: 0;
    left: -45%;
    width: 190%;
    height: 100%;
    max-width: unset; }
    @media only screen and (min-width: 1024px) {
      .stage-video-embed-container iframe {
        left: 0;
        width: 100%; } }

.stage-campaign img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.stage-campaign .stage-campaign-content-inner {
  position: relative;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto; }

.stage-campaign .stage-campaign-content-button {
  font-family: sport2000bold, arial, sans-serif;
  padding: 1rem 3.75rem;
  display: inline-block;
  color: #e30613;
  text-transform: uppercase;
  border: 1px solid #fff;
  background: #fff;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  line-height: 1rem;
  min-height: 1rem; }
  .stage-campaign .stage-campaign-content-button:hover {
    cursor: pointer;
    color: #fff;
    background: transparent;
    border: 1px solid #fff; }

.stage-campaign .stage-campaign-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.stage-campaign-inner-wrp {
  position: relative;
  background: #e30613;
  width: 100%; }
  .stage-campaign-inner-wrp .content-svg-wrp {
    padding: 50px 20px 50px 0;
    -webkit-transform: translate(-100%, 15%);
        -ms-transform: translate(-100%, 15%);
            transform: translate(-100%, 15%);
    opacity: 0;
    -webkit-transition: opacity 0.8s 1.8s, -webkit-transform 1s 1.2s ease-out;
    transition: opacity 0.8s 1.8s, -webkit-transform 1s 1.2s ease-out;
    -o-transition: transform 1s 1.2s ease-out, opacity 0.8s 1.8s;
    transition: transform 1s 1.2s ease-out, opacity 0.8s 1.8s;
    transition: transform 1s 1.2s ease-out, opacity 0.8s 1.8s, -webkit-transform 1s 1.2s ease-out; }
    @media only screen and (min-width: 568px) and (orientation: landscape) {
      .stage-campaign-inner-wrp .content-svg-wrp {
        padding: 20px 60px 0;
        -webkit-transform: translate(-100%, 50%);
            -ms-transform: translate(-100%, 50%);
                transform: translate(-100%, 50%); } }
    @media only screen and (min-width: 568px) {
      .stage-campaign-inner-wrp .content-svg-wrp {
        margin: 0 auto; } }
    @media only screen and (min-width: 768px) {
      .stage-campaign-inner-wrp .content-svg-wrp {
        width: 80%;
        padding: 30px 0 0; } }
    @media only screen and (min-width: 1024px) {
      .stage-campaign-inner-wrp .content-svg-wrp {
        width: 70%;
        padding: 100px 0 0; } }
    @media only screen and (min-width: 1720px) {
      .stage-campaign-inner-wrp .content-svg-wrp {
        width: 100%; } }
    .stage-campaign-inner-wrp .content-svg-wrp img {
      width: 100%; }
    .in-view .stage-campaign-inner-wrp .content-svg-wrp {
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0);
      opacity: 1; }
  .stage-campaign-inner-wrp .button-container {
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 1s 2.2s ease-out;
    -o-transition: opacity 1s 2.2s ease-out;
    transition: opacity 1s 2.2s ease-out; }
    .in-view .stage-campaign-inner-wrp .button-container {
      opacity: 1; }
    .stage-campaign-inner-wrp .button-container:after {
      content: '\e913';
      color: #fff;
      font-size: 27px;
      display: block;
      padding: 10px 0;
      -webkit-animation: bounce 1s infinite;
              animation: bounce 1s infinite; }
  .stage-campaign-inner-wrp .content-bottom-wrp {
    position: absolute;
    width: 100%;
    bottom: 0; }
  .stage-campaign-inner-wrp .stage-campaign-bg-img {
    width: 100vw; }
  .stage-campaign-inner-wrp .stage-campaign-bg-img-overlay {
    -webkit-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
    width: 100vw; }
  .stage-campaign-inner-wrp .stage-campaign-bg-img-overlay-wrapper {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    -webkit-transition: width 0.6s 1s ease;
    -o-transition: width 0.6s 1s ease;
    transition: width 0.6s 1s ease; }
    .in-view .stage-campaign-inner-wrp .stage-campaign-bg-img-overlay-wrapper {
      width: 0; }
  .stage-campaign-inner-wrp .stage-content-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 20px; }
    .stage-campaign-inner-wrp .stage-content-logos img {
      margin: 0 auto;
      max-height: 18px; }
      @media only screen and (min-width: 640px) {
        .stage-campaign-inner-wrp .stage-content-logos img {
          max-height: 100%; } }
    .stage-campaign-inner-wrp .stage-content-logos .logo-wrapper {
      max-width: 16.67%;
      padding: 0 8px;
      opacity: 0;
      -webkit-transition: opacity 1s;
      -o-transition: opacity 1s;
      transition: opacity 1s; }
      .stage-campaign-inner-wrp .stage-content-logos .logo-wrapper:nth-child(1) {
        -webkit-transition-delay: 2.09s;
             -o-transition-delay: 2.09s;
                transition-delay: 2.09s; }
      .stage-campaign-inner-wrp .stage-content-logos .logo-wrapper:nth-child(2) {
        -webkit-transition-delay: 2.18s;
             -o-transition-delay: 2.18s;
                transition-delay: 2.18s; }
      .stage-campaign-inner-wrp .stage-content-logos .logo-wrapper:nth-child(3) {
        -webkit-transition-delay: 2.27s;
             -o-transition-delay: 2.27s;
                transition-delay: 2.27s; }
      .stage-campaign-inner-wrp .stage-content-logos .logo-wrapper:nth-child(4) {
        -webkit-transition-delay: 2.36s;
             -o-transition-delay: 2.36s;
                transition-delay: 2.36s; }
      .stage-campaign-inner-wrp .stage-content-logos .logo-wrapper:nth-child(5) {
        -webkit-transition-delay: 2.45s;
             -o-transition-delay: 2.45s;
                transition-delay: 2.45s; }
      .stage-campaign-inner-wrp .stage-content-logos .logo-wrapper:nth-child(6) {
        -webkit-transition-delay: 2.54s;
             -o-transition-delay: 2.54s;
                transition-delay: 2.54s; }
      @media only screen and (min-width: 750px) {
        .stage-campaign-inner-wrp .stage-content-logos .logo-wrapper {
          padding: 0 20px; } }
    .in-view .stage-campaign-inner-wrp .stage-content-logos .logo-wrapper {
      opacity: 1; }

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); } }

@keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); } }

.stage-full-height {
  position: relative; }
  .stage-full-height .stage-full-height-content-wrp {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .stage-full-height .stage-full-height-content-wrp .button-container {
      text-align: center;
      position: absolute;
      width: 100%;
      bottom: 100px; }
      .stage-full-height .stage-full-height-content-wrp .button-container:after {
        content: '\e913';
        color: #e30613;
        font-size: 27px;
        display: block;
        padding: 10px 0;
        -webkit-animation: arrow-bounce 1s infinite;
                animation: arrow-bounce 1s infinite; }
  .stage-full-height .stage-full-height-button {
    font-family: sport2000bold, arial, sans-serif;
    padding: 1rem 3.75rem;
    display: inline-block;
    color: #e30613;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: #fff;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    line-height: 16px; }
    .stage-full-height .stage-full-height-button:hover {
      cursor: pointer;
      color: #fff;
      background: transparent;
      border: 1px solid #fff; }

@-webkit-keyframes arrow-bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); } }

@keyframes arrow-bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); } }

.content-navigation {
  background: #fff;
  border-bottom: 1px solid #a3a3a3; }
  .content-navigation.content-navigation-scroll {
    position: fixed;
    top: 52px;
    width: 100%;
    max-width: 1920px;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media only screen and (min-width: 1200px) {
      .content-navigation.content-navigation-scroll {
        top: 115px; } }
    @media only screen and (min-width: 1200px) {
      .nav-fixed .content-navigation.content-navigation-scroll {
        top: 98px; } }

.content-navigation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }

.content-navigation-name {
  display: none;
  height: 3rem;
  font-size: 0.8125rem;
  padding-top: 1.1875rem;
  padding-left: 1.25rem; }
  @media only screen and (min-width: 640px) {
    .content-navigation-name {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      max-width: 12.5rem;
      display: block; } }
  @media only screen and (min-width: 700px) {
    .content-navigation-name {
      height: 4.25rem;
      padding-top: 1.6875rem;
      padding-left: 3.75rem;
      font-size: 1.0625rem; } }
  @media only screen and (min-width: 1024px) {
    .content-navigation-name {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  .content-navigation-name > a {
    color: #000; }
    .content-navigation-name > a.active {
      color: #e30613; }
    .content-navigation-name > a.content-navigation-current-page {
      color: #e30613; }

.content-navigation-list {
  -webkit-box-flex: 2;
      -ms-flex: 2 0;
          flex: 2 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 1.25rem;
  padding-right: 3rem;
  height: 3rem;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  @media only screen and (min-width: 640px) {
    .content-navigation-list {
      position: relative; } }
  @media only screen and (min-width: 480px) {
    .content-navigation-list {
      padding-right: 5.125rem; } }
  @media only screen and (min-width: 700px) {
    .content-navigation-list {
      height: 4.25rem; } }
  .content-navigation-open .content-navigation-list {
    height: auto; }
  .content-navigation-list-more-hide .content-navigation-list {
    padding-right: 0; }
  .content-navigation-list > li {
    font-size: 0.8125rem;
    padding-top: 1.1875rem;
    text-transform: uppercase;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-right: 3.125rem;
    height: 3rem; }
    @media only screen and (min-width: 700px) {
      .content-navigation-list > li {
        height: 4.25rem;
        font-size: 1.0625rem;
        padding-top: 1.6875rem; } }
    .content-navigation-list > li:hover a {
      color: #e30613; }
    .content-navigation-list > li > a {
      color: #000;
      white-space: nowrap; }
      .content-navigation-list > li > a.active {
        color: #e30613; }
      .content-navigation-list > li > a.content-navigation-current-page {
        color: #e30613; }
  .content-navigation-list .content-navigation-list-more {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0; }
    .content-navigation-list .content-navigation-list-more > a {
      display: block;
      position: relative;
      height: 3rem;
      width: 3rem;
      top: 0; }
      @media only screen and (min-width: 480px) {
        .content-navigation-list .content-navigation-list-more > a {
          width: 5.125rem; } }
      @media only screen and (min-width: 640px) {
        .content-navigation-list .content-navigation-list-more > a {
          height: 4.25rem;
          width: 3rem; } }
      @media only screen and (min-width: 750px) {
        .content-navigation-list .content-navigation-list-more > a {
          width: 5.125rem; } }
      .content-navigation-list .content-navigation-list-more > a:after {
        content: '\e913';
        color: #e30613;
        font-size: 1.375rem;
        position: absolute;
        right: 0.6875rem;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        cursor: pointer; }
        @media only screen and (min-width: 640px) {
          .content-navigation-list .content-navigation-list-more > a:after {
            right: 0.6875rem; } }
    .content-navigation-list-more-hide .content-navigation-list .content-navigation-list-more {
      display: none; }
    .content-navigation-open .content-navigation-list .content-navigation-list-more a:after {
      -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1);
      top: 0.8125rem; }
      @media only screen and (min-width: 640px) {
        .content-navigation-open .content-navigation-list .content-navigation-list-more a:after {
          top: 1.4375rem; } }
  .content-navigation-list .content-navigation-list-more-txt {
    display: none; }
    @media only screen and (min-width: 480px) {
      .content-navigation-list .content-navigation-list-more-txt {
        display: block;
        position: absolute;
        top: 1.1875rem;
        color: #e30613; } }
    @media only screen and (min-width: 640px) {
      .content-navigation-list .content-navigation-list-more-txt {
        display: none; } }
    @media only screen and (min-width: 750px) {
      .content-navigation-list .content-navigation-list-more-txt {
        display: block;
        top: 1.6875rem; } }

.content-navigation-cta {
  width: 8.5625rem;
  height: 3rem;
  padding-top: 1.1875rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  font-size: 0.8125rem;
  background: #e30613;
  color: #fff;
  text-align: center;
  display: inline-block; }
  @media only screen and (min-width: 700px) {
    .content-navigation-cta {
      width: 12.5rem;
      height: 4.25rem;
      font-size: 1.0625rem;
      padding-top: 1.6875rem; } }
  .content-navigation-cta:hover {
    color: #fff; }

.content-navigation-cta-buy {
  display: none;
  text-transform: uppercase; }

.content-navigation-cta-buy-desktop {
  display: none;
  text-transform: uppercase; }

.content-navigation-scroll .content-navigation-cta-price {
  display: none; }

.content-navigation-scroll .content-navigation-cta-buy {
  display: inline; }
  @media only screen and (min-width: 640px) {
    .content-navigation-scroll .content-navigation-cta-buy {
      display: none; } }

.content-navigation-scroll .content-navigation-cta-buy-desktop {
  display: none; }
  @media only screen and (min-width: 640px) {
    .content-navigation-scroll .content-navigation-cta-buy-desktop {
      display: inline;
      white-space: nowrap; } }

.forkpage-megateaser-module {
  position: relative;
  overflow: hidden; }
  .forkpage-megateaser-module:hover picture img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08); }

.forkpage-megateaser-background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0; }
  .forkpage-megateaser-background-image picture img {
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    max-width: none;
    height: 100%; }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .forkpage-megateaser-background-image picture img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; } }

.forkpage-megateaser-content {
  position: relative;
  z-index: 1;
  max-width: 1170px;
  margin: 0 auto;
  padding: 2.5rem;
  padding-bottom: 6.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media only screen and (min-width: 640px) {
    .forkpage-megateaser-content {
      padding-left: 3.75rem;
      padding-right: 3.75rem; } }
  @media only screen and (min-width: 750px) {
    .forkpage-megateaser-content {
      padding: 11.25rem 3.75rem; } }
  @media only screen and (min-width: 1024px) {
    .forkpage-megateaser-content {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media only screen and (min-width: 1170px) {
    .forkpage-megateaser-content {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.forkpage-megateaser-mainteaser {
  width: 100%;
  margin: 0 0 60px; }
  @media only screen and (min-width: 750px) {
    .forkpage-megateaser-mainteaser {
      width: 50%;
      margin: 0;
      padding: 0 60px 0 0; } }
  .forkpage-megateaser-mainteaser h4 {
    color: #cecece;
    font-size: 0.875rem;
    margin-bottom: 1.25rem; }
  .forkpage-megateaser-mainteaser h2 {
    color: #fff;
    font-size: 2.25rem;
    margin-bottom: 1.25rem; }
    @media only screen and (min-width: 750px) {
      .forkpage-megateaser-mainteaser h2 {
        font-size: 2.5rem; } }

.forkpage-megateaser-mainteaser-item-content-text {
  margin-bottom: 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.3125rem;
  color: #fff;
  font-size: 1.0625rem; }

.forkpage-megateaser-mainteaser-item-content-button {
  font-family: sport2000bold, arial, sans-serif;
  padding: 1rem 3.75rem;
  font-size: 1.0625rem;
  text-transform: uppercase;
  border: 1px solid;
  margin-top: 1.25rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  line-height: 1rem;
  min-height: 1rem;
  padding: 0.6875rem 1rem;
  cursor: pointer;
  white-space: nowrap; }
  @media only screen and (min-width: 568px) {
    .forkpage-megateaser-mainteaser-item-content-button {
      font-family: sport2000bold, arial, sans-serif;
      padding: 1rem 3.75rem;
      display: inline-block;
      margin-top: 1.875rem; } }
  .forkpage-megateaser-mainteaser-item-content-button:before {
    content: attr(data-mobile-text); }
    @media only screen and (min-width: 750px) {
      .forkpage-megateaser-mainteaser-item-content-button:before {
        content: attr(data-desktop-text); } }
  .forkpage-megateaser-mainteaser-item-content-button span {
    position: absolute;
    left: -3000rem; }

.forkpage-megateaser-subteaser {
  margin: 0;
  padding: 0;
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .forkpage-megateaser-subteaser {
      width: 50%;
      padding: 0 0 0 60px; } }
  .forkpage-megateaser-subteaser li {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    display: block;
    background: url("data:image/gif;base64,R0lGODlhQQABAIAAAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQjJEQzk1MEU2MDExMUU1QUZBNUUwN0MyMzFDMDc0NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQjJEQzk1MUU2MDExMUU1QUZBNUUwN0MyMzFDMDc0NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBCQzI2OEZGREM5QjExRTVBRkE1RTA3QzIzMUMwNzQ2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBCQzI2OTAwREM5QjExRTVBRkE1RTA3QzIzMUMwNzQ2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAEEAAQAAAgeEj6nL7V4AADs=") no-repeat 0 100%; }
    .forkpage-megateaser-subteaser li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      background: none; }
  .forkpage-megateaser-subteaser h4 {
    color: #cecece;
    font-size: 0.875rem;
    margin-bottom: 0.625rem; }
  .forkpage-megateaser-subteaser h3 {
    color: #fff;
    font-size: 1.3125rem;
    line-height: 1.5625rem; }
    @media only screen and (min-width: 750px) {
      .forkpage-megateaser-subteaser h3 {
        font-size: 1.625rem;
        line-height: 1.875rem; } }

.forkpage-call-to-action-module {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  text-align: center; }
  @media only screen and (min-width: 750px) {
    .forkpage-call-to-action-module {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }
  .forkpage-call-to-action-module:before {
    content: '\e947';
    display: block;
    font-size: 6.25rem;
    margin-bottom: 1.875rem;
    color: #e30613; }
  .forkpage-call-to-action-module h2 {
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    line-height: 1.3; }
    @media only screen and (min-width: 750px) {
      .forkpage-call-to-action-module h2 {
        font-size: 1.625rem; } }
  .forkpage-call-to-action-module .forkpage-call-to-action-text {
    max-width: 700px;
    width: 70%;
    margin: 0 auto;
    line-height: 1.5; }
    .forkpage-call-to-action-module .forkpage-call-to-action-text a {
      color: #e30613; }

.teaser {
  margin-left: -50px;
  position: relative; }
  .teaser h2 {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 0.875rem; }
    @media only screen and (min-width: 640px) {
      .teaser h2 {
        font-size: 2.5rem;
        line-height: 2.75rem; } }
    @media only screen and (min-width: 1280px) {
      .teaser h2 {
        font-size: 2.5rem;
        line-height: 2.75rem; } }
  @media only screen and (min-width: 750px) {
    .teaser {
      margin-left: -100px; } }
  @media only screen and (min-width: 1024px) {
    .teaser {
      margin-left: 0; } }
  .teaser h2 {
    text-align: center;
    margin-left: 5rem;
    margin-right: 1.875rem;
    margin-bottom: 0;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
    @media only screen and (min-width: 750px) {
      .teaser h2 {
        margin-left: 8.125rem;
        padding-top: 3.75rem;
        padding-bottom: 3.75rem; } }
    @media only screen and (min-width: 1024px) {
      .teaser h2 {
        margin-left: 1.875rem;
        padding-top: 6.25rem;
        padding-bottom: 6.25rem; } }
  .teaser .teaser-item-wrap {
    margin-bottom: 1px; }
  @media only screen and (min-width: 750px) {
    .teaser.teaser-desktop-slider {
      margin-left: -100px; } }
  @media only screen and (min-width: 1024px) {
    .teaser.teaser-desktop-slider {
      margin-left: 0; } }
  @media only screen and (min-width: 1024px) {
    .teaser.teaser-desktop-slider .teaser-item-wrap .slick-prev-arrow {
      left: 0; } }
  .teaser.special-campaigns {
    margin-left: 0;
    max-width: 100%; }
  .teaser .teaser-item-content-button {
    font-family: sport2000bold, arial, sans-serif;
    padding: 1rem 3.75rem;
    display: none;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid;
    background: rgba(0, 0, 0, 0.42);
    margin-top: 1.875rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    line-height: 1rem;
    min-height: 1rem;
    position: absolute;
    padding: 0.6875rem 1rem;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    bottom: 2.5rem;
    cursor: pointer;
    white-space: nowrap; }
    @media only screen and (min-width: 568px) {
      .teaser .teaser-item-content-button {
        font-family: sport2000bold, arial, sans-serif;
        padding: 1rem 3.75rem;
        display: inline-block;
        bottom: 4.0625rem; } }
    .teaser .teaser-item-content-button:hover {
      background: #e30613;
      border: 1px solid #e30613; }
    .teaser .teaser-item-content-button.overlay-button {
      bottom: 8.375rem; }
      @media only screen and (min-width: 751px) {
        .teaser .teaser-item-content-button.overlay-button {
          bottom: 7.125rem; } }
      @media only screen and (min-width: 1024px) {
        .teaser .teaser-item-content-button.overlay-button {
          bottom: 8.375rem; } }
      @media only screen and (min-width: 1170px) {
        .teaser .teaser-item-content-button.overlay-button {
          bottom: 10.625rem; } }
  .teaser.teaserm5m6-layout1, .teaser.teaserm5m6-layout3 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    overflow: hidden; }
    .teaser.teaserm5m6-layout1.teaser .teaser-item-wrap, .teaser.teaserm5m6-layout3.teaser .teaser-item-wrap {
      margin-bottom: 8px; }
    .teaser.teaserm5m6-layout1.teaser .teaser-item, .teaser.teaserm5m6-layout3.teaser .teaser-item {
      outline: 0; }
    .teaser.teaserm5m6-layout1 .no-link .teaser-item-content h3:before, .teaser.teaserm5m6-layout3 .no-link .teaser-item-content h3:before {
      display: none; }
    .teaser.teaserm5m6-layout1 .teaser-item-content, .teaser.teaserm5m6-layout3 .teaser-item-content {
      top: auto;
      bottom: 0;
      width: 100%;
      height: auto;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
      padding: 60px 20px 15px;
      -webkit-transform: inherit;
          -ms-transform: inherit;
              transform: inherit;
      text-align: left; }
      @media only screen and (min-width: 750px) {
        .teaser.teaserm5m6-layout1 .teaser-item-content, .teaser.teaserm5m6-layout3 .teaser-item-content {
          padding: 70px 20px 25px; } }
      @media only screen and (min-width: 1024px) {
        .teaser.teaserm5m6-layout1 .teaser-item-content, .teaser.teaserm5m6-layout3 .teaser-item-content {
          padding: 70px 20px 30px; } }
      @media only screen and (min-width: 1366px) {
        .teaser.teaserm5m6-layout1 .teaser-item-content, .teaser.teaserm5m6-layout3 .teaser-item-content {
          padding: 70px 20px 50px; } }
      .teaser.teaserm5m6-layout1 .teaser-item-content h3, .teaser.teaserm5m6-layout3 .teaser-item-content h3 {
        color: #fff;
        font-family: sport2000bold, arial, sans-serif;
        position: relative;
        padding-left: 16px;
        margin-bottom: 0; }
        @media only screen and (min-width: 640px) {
          .teaser.teaserm5m6-layout1 .teaser-item-content h3, .teaser.teaserm5m6-layout3 .teaser-item-content h3 {
            padding-left: 16px; } }
        @media only screen and (min-width: 1366px) {
          .teaser.teaserm5m6-layout1 .teaser-item-content h3, .teaser.teaserm5m6-layout3 .teaser-item-content h3 {
            text-align: left;
            padding-left: 20px; } }
        .teaser.teaserm5m6-layout1 .teaser-item-content h3:before, .teaser.teaserm5m6-layout3 .teaser-item-content h3:before {
          content: '\e912';
          display: inline-block;
          color: #e30613;
          font-size: 12px;
          font-weight: bold;
          position: absolute;
          left: 0;
          top: 6px; }
      .teaser.teaserm5m6-layout1 .teaser-item-content h4, .teaser.teaserm5m6-layout3 .teaser-item-content h4 {
        padding-left: 16px;
        margin-bottom: 0; }
        @media only screen and (min-width: 640px) {
          .teaser.teaserm5m6-layout1 .teaser-item-content h4, .teaser.teaserm5m6-layout3 .teaser-item-content h4 {
            padding-left: 17px; } }
        @media only screen and (min-width: 1366px) {
          .teaser.teaserm5m6-layout1 .teaser-item-content h4, .teaser.teaserm5m6-layout3 .teaser-item-content h4 {
            font-size: 2.5rem;
            text-align: left;
            padding-left: 22px; } }
    .teaser.teaserm5m6-layout1.teaser-1column h3, .teaser.teaserm5m6-layout3.teaser-1column h3 {
      font-size: 1.25rem; }
      @media only screen and (min-width: 750px) {
        .teaser.teaserm5m6-layout1.teaser-1column h3, .teaser.teaserm5m6-layout3.teaser-1column h3 {
          font-size: 2.25rem; } }
      @media only screen and (min-width: 1024px) {
        .teaser.teaserm5m6-layout1.teaser-1column h3, .teaser.teaserm5m6-layout3.teaser-1column h3 {
          font-size: 2.5rem; } }
      @media only screen and (min-width: 1366px) {
        .teaser.teaserm5m6-layout1.teaser-1column h3, .teaser.teaserm5m6-layout3.teaser-1column h3 {
          padding-left: 30px;
          font-size: 4.375rem; } }
      .teaser.teaserm5m6-layout1.teaser-1column h3:before, .teaser.teaserm5m6-layout3.teaser-1column h3:before {
        top: 2px; }
        @media only screen and (min-width: 750px) {
          .teaser.teaserm5m6-layout1.teaser-1column h3:before, .teaser.teaserm5m6-layout3.teaser-1column h3:before {
            font-size: 16px;
            top: 0; } }
        @media only screen and (min-width: 1023px) {
          .teaser.teaserm5m6-layout1.teaser-1column h3:before, .teaser.teaserm5m6-layout3.teaser-1column h3:before {
            top: 10px; } }
        @media only screen and (min-width: 1366px) {
          .teaser.teaserm5m6-layout1.teaser-1column h3:before, .teaser.teaserm5m6-layout3.teaser-1column h3:before {
            font-size: 25px;
            top: 25px; } }
    .teaser.teaserm5m6-layout1.teaser-1column h4, .teaser.teaserm5m6-layout3.teaser-1column h4 {
      margin-top: 5px;
      font-size: 0.875rem; }
      @media only screen and (min-width: 750px) {
        .teaser.teaserm5m6-layout1.teaser-1column h4, .teaser.teaserm5m6-layout3.teaser-1column h4 {
          font-size: 1.3125rem;
          margin-top: 10px; } }
      @media only screen and (min-width: 1024px) {
        .teaser.teaserm5m6-layout1.teaser-1column h4, .teaser.teaserm5m6-layout3.teaser-1column h4 {
          font-size: 1.5rem; } }
      @media only screen and (min-width: 1366px) {
        .teaser.teaserm5m6-layout1.teaser-1column h4, .teaser.teaserm5m6-layout3.teaser-1column h4 {
          padding-left: 30px;
          font-size: 2.5rem;
          margin-top: 15px; } }
    @media only screen and (min-width: 1366px) {
      .teaser.teaserm5m6-layout1.teaser-1column.teaserm5m6-layout1-yellow-link-icon h3, .teaser.teaserm5m6-layout3.teaser-1column.teaserm5m6-layout1-yellow-link-icon h3 {
        padding-left: 58px; } }
    @media only screen and (min-width: 750px) {
      .teaser.teaserm5m6-layout1.teaser-1column.teaserm5m6-layout1-yellow-link-icon h3:before, .teaser.teaserm5m6-layout3.teaser-1column.teaserm5m6-layout1-yellow-link-icon h3:before {
        font-size: 12px; } }
    @media only screen and (min-width: 1366px) {
      .teaser.teaserm5m6-layout1.teaser-1column.teaserm5m6-layout1-yellow-link-icon h3:before, .teaser.teaserm5m6-layout3.teaser-1column.teaserm5m6-layout1-yellow-link-icon h3:before {
        font-size: 25px;
        padding: 10px 14px; } }
    .teaser.teaserm5m6-layout1.teaser-2columns, .teaser.teaserm5m6-layout3.teaser-2columns {
      min-height: 57vw; }
      @media only screen and (min-width: 1024px) {
        .teaser.teaserm5m6-layout1.teaser-2columns, .teaser.teaserm5m6-layout3.teaser-2columns {
          min-height: 33.7890625vw; } }
      @media only screen and (min-width: 1920px) {
        .teaser.teaserm5m6-layout1.teaser-2columns, .teaser.teaserm5m6-layout3.teaser-2columns {
          min-height: 650px; } }
      .teaser.teaserm5m6-layout1.teaser-2columns .slick-list, .teaser.teaserm5m6-layout3.teaser-2columns .slick-list {
        margin-left: -10px; }
      .teaser.teaserm5m6-layout1.teaser-2columns .teaser-item, .teaser.teaserm5m6-layout3.teaser-2columns .teaser-item {
        margin-right: 0;
        margin-left: 10px; }
      @media only screen and (min-width: 1024px) {
        .teaser.teaserm5m6-layout1.teaser-2columns .teaser-item-content, .teaser.teaserm5m6-layout3.teaser-2columns .teaser-item-content {
          padding: 70px 20px 25px; } }
      @media only screen and (min-width: 1366px) {
        .teaser.teaserm5m6-layout1.teaser-2columns .teaser-item-content, .teaser.teaserm5m6-layout3.teaser-2columns .teaser-item-content {
          padding: 70px 20px 30px; } }
      .teaser.teaserm5m6-layout1.teaser-2columns h3, .teaser.teaserm5m6-layout3.teaser-2columns h3 {
        font-size: 1.25rem; }
        @media only screen and (min-width: 750px) {
          .teaser.teaserm5m6-layout1.teaser-2columns h3, .teaser.teaserm5m6-layout3.teaser-2columns h3 {
            font-size: 1.5rem; } }
        .teaser.teaserm5m6-layout1.teaser-2columns h3:before, .teaser.teaserm5m6-layout3.teaser-2columns h3:before {
          top: 2px; }
          @media only screen and (min-width: 750px) {
            .teaser.teaserm5m6-layout1.teaser-2columns h3:before, .teaser.teaserm5m6-layout3.teaser-2columns h3:before {
              top: 0;
              font-size: 16px; } }
          @media only screen and (min-width: 1024px) {
            .teaser.teaserm5m6-layout1.teaser-2columns h3:before, .teaser.teaserm5m6-layout3.teaser-2columns h3:before {
              top: 4px;
              font-size: 16px; } }
      .teaser.teaserm5m6-layout1.teaser-2columns h4, .teaser.teaserm5m6-layout3.teaser-2columns h4 {
        margin-top: 5px;
        font-size: 0.875rem; }
        @media only screen and (min-width: 750px) {
          .teaser.teaserm5m6-layout1.teaser-2columns h4, .teaser.teaserm5m6-layout3.teaser-2columns h4 {
            font-size: 1.25rem;
            margin-top: 10px; } }
      .teaser.teaserm5m6-layout1.teaser-2columns.teaserm5m6-layout1-yellow-link-icon h3:before, .teaser.teaserm5m6-layout3.teaser-2columns.teaserm5m6-layout1-yellow-link-icon h3:before {
        font-size: 12px; }
    .teaser.teaserm5m6-layout1.teaser-3columns, .teaser.teaserm5m6-layout1.teaser-4columns, .teaser.teaserm5m6-layout3.teaser-3columns, .teaser.teaserm5m6-layout3.teaser-4columns {
      min-height: 57vw; }
      .teaser.teaserm5m6-layout1.teaser-3columns .slick-list, .teaser.teaserm5m6-layout1.teaser-4columns .slick-list, .teaser.teaserm5m6-layout3.teaser-3columns .slick-list, .teaser.teaserm5m6-layout3.teaser-4columns .slick-list {
        margin-left: -10px; }
      .teaser.teaserm5m6-layout1.teaser-3columns .teaser-item, .teaser.teaserm5m6-layout1.teaser-4columns .teaser-item, .teaser.teaserm5m6-layout3.teaser-3columns .teaser-item, .teaser.teaserm5m6-layout3.teaser-4columns .teaser-item {
        margin-left: 10px; }
      .teaser.teaserm5m6-layout1.teaser-3columns h3, .teaser.teaserm5m6-layout1.teaser-4columns h3, .teaser.teaserm5m6-layout3.teaser-3columns h3, .teaser.teaserm5m6-layout3.teaser-4columns h3 {
        font-size: 1.25rem; }
        @media only screen and (min-width: 750px) {
          .teaser.teaserm5m6-layout1.teaser-3columns h3, .teaser.teaserm5m6-layout1.teaser-4columns h3, .teaser.teaserm5m6-layout3.teaser-3columns h3, .teaser.teaserm5m6-layout3.teaser-4columns h3 {
            font-size: 1.5rem; } }
        @media only screen and (min-width: 1024px) {
          .teaser.teaserm5m6-layout1.teaser-3columns h3, .teaser.teaserm5m6-layout1.teaser-4columns h3, .teaser.teaserm5m6-layout3.teaser-3columns h3, .teaser.teaserm5m6-layout3.teaser-4columns h3 {
            font-size: 1.25rem; } }
        @media only screen and (min-width: 1366px) {
          .teaser.teaserm5m6-layout1.teaser-3columns h3, .teaser.teaserm5m6-layout1.teaser-4columns h3, .teaser.teaserm5m6-layout3.teaser-3columns h3, .teaser.teaserm5m6-layout3.teaser-4columns h3 {
            font-size: 1.5rem; } }
        .teaser.teaserm5m6-layout1.teaser-3columns h3:before, .teaser.teaserm5m6-layout1.teaser-4columns h3:before, .teaser.teaserm5m6-layout3.teaser-3columns h3:before, .teaser.teaserm5m6-layout3.teaser-4columns h3:before {
          top: 4px; }
      .teaser.teaserm5m6-layout1.teaser-3columns h4, .teaser.teaserm5m6-layout1.teaser-4columns h4, .teaser.teaserm5m6-layout3.teaser-3columns h4, .teaser.teaserm5m6-layout3.teaser-4columns h4 {
        margin-top: 5px;
        font-size: 0.875rem; }
        @media only screen and (min-width: 750px) {
          .teaser.teaserm5m6-layout1.teaser-3columns h4, .teaser.teaserm5m6-layout1.teaser-4columns h4, .teaser.teaserm5m6-layout3.teaser-3columns h4, .teaser.teaserm5m6-layout3.teaser-4columns h4 {
            font-size: 1.25rem;
            margin-top: 5px; } }
        @media only screen and (min-width: 1024px) {
          .teaser.teaserm5m6-layout1.teaser-3columns h4, .teaser.teaserm5m6-layout1.teaser-4columns h4, .teaser.teaserm5m6-layout3.teaser-3columns h4, .teaser.teaserm5m6-layout3.teaser-4columns h4 {
            font-size: 1rem;
            margin-top: 5px; } }
        @media only screen and (min-width: 1366px) {
          .teaser.teaserm5m6-layout1.teaser-3columns h4, .teaser.teaserm5m6-layout1.teaser-4columns h4, .teaser.teaserm5m6-layout3.teaser-3columns h4, .teaser.teaserm5m6-layout3.teaser-4columns h4 {
            font-size: 1.25rem;
            margin-top: 5px; } }
    @media only screen and (min-width: 1024px) {
      .teaser.teaserm5m6-layout1.teaser-3columns, .teaser.teaserm5m6-layout3.teaser-3columns {
        min-height: 22.46vw; } }
    @media only screen and (min-width: 1920px) {
      .teaser.teaserm5m6-layout1.teaser-3columns, .teaser.teaserm5m6-layout3.teaser-3columns {
        min-height: 432px; } }
    @media only screen and (min-width: 1024px) {
      .teaser.teaserm5m6-layout1.teaser-3columns .teaser-item-content, .teaser.teaserm5m6-layout3.teaser-3columns .teaser-item-content {
        padding: 60px 20px 20px; } }
    @media only screen and (min-width: 1366px) {
      .teaser.teaserm5m6-layout1.teaser-3columns .teaser-item-content, .teaser.teaserm5m6-layout3.teaser-3columns .teaser-item-content {
        padding: 60px 20px 25px; } }
    @media only screen and (min-width: 1024px) {
      .teaser.teaserm5m6-layout1.teaser-4columns, .teaser.teaserm5m6-layout3.teaser-4columns {
        min-height: 16.7vw; } }
    @media only screen and (min-width: 1920px) {
      .teaser.teaserm5m6-layout1.teaser-4columns, .teaser.teaserm5m6-layout3.teaser-4columns {
        min-height: 323px; } }
    @media only screen and (min-width: 1024px) {
      .teaser.teaserm5m6-layout1.teaser-4columns .teaser-item-content, .teaser.teaserm5m6-layout3.teaser-4columns .teaser-item-content {
        padding: 50px 20px 15px; } }
    @media only screen and (min-width: 1366px) {
      .teaser.teaserm5m6-layout1.teaser-4columns .teaser-item-content, .teaser.teaserm5m6-layout3.teaser-4columns .teaser-item-content {
        padding: 50px 20px 25px; } }
    @media only screen and (min-width: 1024px) {
      .teaser.teaserm5m6-layout1.teaser-4columns h3, .teaser.teaserm5m6-layout3.teaser-4columns h3 {
        font-size: 1.125rem; } }
    @media only screen and (min-width: 1366px) {
      .teaser.teaserm5m6-layout1.teaser-4columns h3, .teaser.teaserm5m6-layout3.teaser-4columns h3 {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 1024px) {
      .teaser.teaserm5m6-layout1.teaser-4columns h3:before, .teaser.teaserm5m6-layout3.teaser-4columns h3:before {
        top: 2px; } }
    @media only screen and (min-width: 1366px) {
      .teaser.teaserm5m6-layout1.teaser-4columns h3:before, .teaser.teaserm5m6-layout3.teaser-4columns h3:before {
        top: 4px; } }
    @media only screen and (min-width: 1024px) {
      .teaser.teaserm5m6-layout1.teaser-4columns h4, .teaser.teaserm5m6-layout3.teaser-4columns h4 {
        font-size: 0.875rem;
        margin-top: 5px; } }
    @media only screen and (min-width: 1366px) {
      .teaser.teaserm5m6-layout1.teaser-4columns h4, .teaser.teaserm5m6-layout3.teaser-4columns h4 {
        font-size: 1.25rem;
        margin-top: 5px; } }
    .teaser.teaserm5m6-layout1 .teaser-item-content-button, .teaser.teaserm5m6-layout3 .teaser-item-content-button {
      display: none; }
    .teaser.teaserm5m6-layout1 .teaser-item-detail-link, .teaser.teaserm5m6-layout3 .teaser-item-detail-link {
      display: none; }
    .teaser.teaserm5m6-layout1.teaserm5m6-layout1-yellow-link-icon h3, .teaser.teaserm5m6-layout3.teaserm5m6-layout1-yellow-link-icon h3 {
      padding-left: 32px; }
      @media only screen and (min-width: 640px) {
        .teaser.teaserm5m6-layout1.teaserm5m6-layout1-yellow-link-icon h3, .teaser.teaserm5m6-layout3.teaserm5m6-layout1-yellow-link-icon h3 {
          padding-left: 32px; } }
      .teaser.teaserm5m6-layout1.teaserm5m6-layout1-yellow-link-icon h3:before, .teaser.teaserm5m6-layout3.teaserm5m6-layout1-yellow-link-icon h3:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        padding: 5px 8px;
        color: #000;
        background: #ffe200; }
  .teaser.teaserm5m6-layout3 .teaser-item-content {
    background: none; }
  .teaser.teaserm5m6-layout1-visible, .teaser.teaserm5m6-layout3-visible {
    opacity: 1;
    visibility: visible; }
  .teaser.teaserm5m6-space-before {
    margin-top: 10px; }
  .teaser.teaserm5m6-layout2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    background: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/Product_Teaser_Bottom_Line.png"); }
  .teaser.teaserm5m6-layout2 .teaser-item-wrap .slick-next-arrow,
  .teaser.teaserm5m6-layout2 .teaser-item-wrap .slick-prev-arrow {
    display: block; }
    .teaser.teaserm5m6-layout2 .teaser-item-wrap .slick-next-arrow:hover:before,
    .teaser.teaserm5m6-layout2 .teaser-item-wrap .slick-prev-arrow:hover:before {
      color: #fff; }
    .teaser.teaserm5m6-layout2 .teaser-item-wrap .slick-next-arrow:hover:hover,
    .teaser.teaserm5m6-layout2 .teaser-item-wrap .slick-prev-arrow:hover:hover {
      color: #e30613; }
  .teaser.teaserm5m6-layout2 .teaser-item-content {
    width: 100%;
    top: inherit;
    bottom: 30px;
    text-align: center; }
    .teaser.teaserm5m6-layout2 .teaser-item-content h3 {
      font-family: sport2000bold, arial, sans-serif;
      color: #000;
      font-size: 24px; }
    .teaser.teaserm5m6-layout2 .teaser-item-content h4 {
      font-weight: normal;
      color: #707070;
      font-size: 16px;
      margin-bottom: 30px; }
    .teaser.teaserm5m6-layout2 .teaser-item-content + .teaser-item-content-button {
      display: inline-block;
      bottom: 30px;
      padding: 0 0 0 15px;
      border: 0;
      margin: 0;
      background: none;
      color: #e30613;
      font-family: sport2000bold, arial, sans-serif;
      font-size: 18px;
      line-height: 20px;
      text-transform: uppercase; }
      @media only screen and (min-width: 750px) {
        .teaser.teaserm5m6-layout2 .teaser-item-content + .teaser-item-content-button {
          bottom: 80px; } }
      @media only screen and (min-width: 1024px) {
        .teaser.teaserm5m6-layout2 .teaser-item-content + .teaser-item-content-button {
          bottom: 50px; } }
      @media only screen and (min-width: 1336px) {
        .teaser.teaserm5m6-layout2 .teaser-item-content + .teaser-item-content-button {
          bottom: 70px; } }
      .teaser.teaserm5m6-layout2 .teaser-item-content + .teaser-item-content-button:before {
        content: '\e912';
        display: inline-block;
        color: #e30613;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 3px; }

.teaser-1column,
.teaser-1columns,
.teaser-2columns,
.teaser-3columns,
.teaser-4columns {
  outline: 1px solid #fff; }
  @media only screen and (min-width: 1024px) {
    .flexboxtweener .teaser-1column .teaser-item-wrap.slick-slider, .flexboxtweener
    .teaser-1columns .teaser-item-wrap.slick-slider, .flexboxtweener
    .teaser-2columns .teaser-item-wrap.slick-slider, .flexboxtweener
    .teaser-3columns .teaser-item-wrap.slick-slider, .flexboxtweener
    .teaser-4columns .teaser-item-wrap.slick-slider {
      display: block;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  @media only screen and (min-width: 1024px) {
    .teaser-1column .teaser-item-wrap,
    .teaser-1columns .teaser-item-wrap,
    .teaser-2columns .teaser-item-wrap,
    .teaser-3columns .teaser-item-wrap,
    .teaser-4columns .teaser-item-wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .teaser-1column .teaser-item-wrap .slick-prev-arrow,
  .teaser-1column .teaser-item-wrap .slick-next-arrow,
  .teaser-1columns .teaser-item-wrap .slick-prev-arrow,
  .teaser-1columns .teaser-item-wrap .slick-next-arrow,
  .teaser-2columns .teaser-item-wrap .slick-prev-arrow,
  .teaser-2columns .teaser-item-wrap .slick-next-arrow,
  .teaser-3columns .teaser-item-wrap .slick-prev-arrow,
  .teaser-3columns .teaser-item-wrap .slick-next-arrow,
  .teaser-4columns .teaser-item-wrap .slick-prev-arrow,
  .teaser-4columns .teaser-item-wrap .slick-next-arrow {
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 2;
    cursor: pointer; }
    .teaser-1column .teaser-item-wrap .slick-prev-arrow:before,
    .teaser-1column .teaser-item-wrap .slick-next-arrow:before,
    .teaser-1columns .teaser-item-wrap .slick-prev-arrow:before,
    .teaser-1columns .teaser-item-wrap .slick-next-arrow:before,
    .teaser-2columns .teaser-item-wrap .slick-prev-arrow:before,
    .teaser-2columns .teaser-item-wrap .slick-next-arrow:before,
    .teaser-3columns .teaser-item-wrap .slick-prev-arrow:before,
    .teaser-3columns .teaser-item-wrap .slick-next-arrow:before,
    .teaser-4columns .teaser-item-wrap .slick-prev-arrow:before,
    .teaser-4columns .teaser-item-wrap .slick-next-arrow:before {
      content: '\e91a';
      color: #e30613;
      display: block;
      width: 1.875rem;
      height: 3.875rem;
      font-size: 3.875rem; }
      @media only screen and (min-width: 1024px) {
        .teaser-1column .teaser-item-wrap .slick-prev-arrow:before,
        .teaser-1column .teaser-item-wrap .slick-next-arrow:before,
        .teaser-1columns .teaser-item-wrap .slick-prev-arrow:before,
        .teaser-1columns .teaser-item-wrap .slick-next-arrow:before,
        .teaser-2columns .teaser-item-wrap .slick-prev-arrow:before,
        .teaser-2columns .teaser-item-wrap .slick-next-arrow:before,
        .teaser-3columns .teaser-item-wrap .slick-prev-arrow:before,
        .teaser-3columns .teaser-item-wrap .slick-next-arrow:before,
        .teaser-4columns .teaser-item-wrap .slick-prev-arrow:before,
        .teaser-4columns .teaser-item-wrap .slick-next-arrow:before {
          width: 3.375rem;
          height: 7.125rem;
          font-size: 7.125rem; } }
    .teaser-1column .teaser-item-wrap .slick-prev-arrow:after,
    .teaser-1column .teaser-item-wrap .slick-next-arrow:after,
    .teaser-1columns .teaser-item-wrap .slick-prev-arrow:after,
    .teaser-1columns .teaser-item-wrap .slick-next-arrow:after,
    .teaser-2columns .teaser-item-wrap .slick-prev-arrow:after,
    .teaser-2columns .teaser-item-wrap .slick-next-arrow:after,
    .teaser-3columns .teaser-item-wrap .slick-prev-arrow:after,
    .teaser-3columns .teaser-item-wrap .slick-next-arrow:after,
    .teaser-4columns .teaser-item-wrap .slick-prev-arrow:after,
    .teaser-4columns .teaser-item-wrap .slick-next-arrow:after {
      color: #fff;
      font-size: 0.8125rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media only screen and (min-width: 1024px) {
        .teaser-1column .teaser-item-wrap .slick-prev-arrow:after,
        .teaser-1column .teaser-item-wrap .slick-next-arrow:after,
        .teaser-1columns .teaser-item-wrap .slick-prev-arrow:after,
        .teaser-1columns .teaser-item-wrap .slick-next-arrow:after,
        .teaser-2columns .teaser-item-wrap .slick-prev-arrow:after,
        .teaser-2columns .teaser-item-wrap .slick-next-arrow:after,
        .teaser-3columns .teaser-item-wrap .slick-prev-arrow:after,
        .teaser-3columns .teaser-item-wrap .slick-next-arrow:after,
        .teaser-4columns .teaser-item-wrap .slick-prev-arrow:after,
        .teaser-4columns .teaser-item-wrap .slick-next-arrow:after {
          font-size: 1.6875rem; } }
    .teaser-1column .teaser-item-wrap .slick-prev-arrow:hover:before,
    .teaser-1column .teaser-item-wrap .slick-next-arrow:hover:before,
    .teaser-1columns .teaser-item-wrap .slick-prev-arrow:hover:before,
    .teaser-1columns .teaser-item-wrap .slick-next-arrow:hover:before,
    .teaser-2columns .teaser-item-wrap .slick-prev-arrow:hover:before,
    .teaser-2columns .teaser-item-wrap .slick-next-arrow:hover:before,
    .teaser-3columns .teaser-item-wrap .slick-prev-arrow:hover:before,
    .teaser-3columns .teaser-item-wrap .slick-next-arrow:hover:before,
    .teaser-4columns .teaser-item-wrap .slick-prev-arrow:hover:before,
    .teaser-4columns .teaser-item-wrap .slick-next-arrow:hover:before {
      color: #fff; }
    .teaser-1column .teaser-item-wrap .slick-prev-arrow:hover:after,
    .teaser-1column .teaser-item-wrap .slick-next-arrow:hover:after,
    .teaser-1columns .teaser-item-wrap .slick-prev-arrow:hover:after,
    .teaser-1columns .teaser-item-wrap .slick-next-arrow:hover:after,
    .teaser-2columns .teaser-item-wrap .slick-prev-arrow:hover:after,
    .teaser-2columns .teaser-item-wrap .slick-next-arrow:hover:after,
    .teaser-3columns .teaser-item-wrap .slick-prev-arrow:hover:after,
    .teaser-3columns .teaser-item-wrap .slick-next-arrow:hover:after,
    .teaser-4columns .teaser-item-wrap .slick-prev-arrow:hover:after,
    .teaser-4columns .teaser-item-wrap .slick-next-arrow:hover:after {
      color: #e30613; }
  .teaser-1column .teaser-item-wrap .slick-prev-arrow,
  .teaser-1columns .teaser-item-wrap .slick-prev-arrow,
  .teaser-2columns .teaser-item-wrap .slick-prev-arrow,
  .teaser-3columns .teaser-item-wrap .slick-prev-arrow,
  .teaser-4columns .teaser-item-wrap .slick-prev-arrow {
    left: 50px; }
    @media only screen and (min-width: 750px) {
      .teaser-1column .teaser-item-wrap .slick-prev-arrow,
      .teaser-1columns .teaser-item-wrap .slick-prev-arrow,
      .teaser-2columns .teaser-item-wrap .slick-prev-arrow,
      .teaser-3columns .teaser-item-wrap .slick-prev-arrow,
      .teaser-4columns .teaser-item-wrap .slick-prev-arrow {
        left: 100px; } }
    @media only screen and (min-width: 1024px) {
      .teaser-1column .teaser-item-wrap .slick-prev-arrow,
      .teaser-1columns .teaser-item-wrap .slick-prev-arrow,
      .teaser-2columns .teaser-item-wrap .slick-prev-arrow,
      .teaser-3columns .teaser-item-wrap .slick-prev-arrow,
      .teaser-4columns .teaser-item-wrap .slick-prev-arrow {
        left: 100px; } }
    .teaser-1column .teaser-item-wrap .slick-prev-arrow:before,
    .teaser-1columns .teaser-item-wrap .slick-prev-arrow:before,
    .teaser-2columns .teaser-item-wrap .slick-prev-arrow:before,
    .teaser-3columns .teaser-item-wrap .slick-prev-arrow:before,
    .teaser-4columns .teaser-item-wrap .slick-prev-arrow:before {
      content: '\e91a'; }
    .teaser-1column .teaser-item-wrap .slick-prev-arrow:after,
    .teaser-1columns .teaser-item-wrap .slick-prev-arrow:after,
    .teaser-2columns .teaser-item-wrap .slick-prev-arrow:after,
    .teaser-3columns .teaser-item-wrap .slick-prev-arrow:after,
    .teaser-4columns .teaser-item-wrap .slick-prev-arrow:after {
      left: 0.3125rem;
      content: '\e919'; }
  .teaser-1column .teaser-item-wrap .slick-next-arrow,
  .teaser-1columns .teaser-item-wrap .slick-next-arrow,
  .teaser-2columns .teaser-item-wrap .slick-next-arrow,
  .teaser-3columns .teaser-item-wrap .slick-next-arrow,
  .teaser-4columns .teaser-item-wrap .slick-next-arrow {
    right: 1px; }
    .teaser-1column .teaser-item-wrap .slick-next-arrow:before,
    .teaser-1columns .teaser-item-wrap .slick-next-arrow:before,
    .teaser-2columns .teaser-item-wrap .slick-next-arrow:before,
    .teaser-3columns .teaser-item-wrap .slick-next-arrow:before,
    .teaser-4columns .teaser-item-wrap .slick-next-arrow:before {
      content: '\e91c'; }
    .teaser-1column .teaser-item-wrap .slick-next-arrow:after,
    .teaser-1columns .teaser-item-wrap .slick-next-arrow:after,
    .teaser-2columns .teaser-item-wrap .slick-next-arrow:after,
    .teaser-3columns .teaser-item-wrap .slick-next-arrow:after,
    .teaser-4columns .teaser-item-wrap .slick-next-arrow:after {
      content: '\e91b';
      right: 0.3125rem; }
  .teaser-1column .teaser-item-wrap .slick-dots,
  .teaser-1columns .teaser-item-wrap .slick-dots,
  .teaser-2columns .teaser-item-wrap .slick-dots,
  .teaser-3columns .teaser-item-wrap .slick-dots,
  .teaser-4columns .teaser-item-wrap .slick-dots {
    display: block;
    position: absolute;
    bottom: 0.9375rem;
    width: 100%;
    text-align: center;
    cursor: pointer; }
    .teaser-1column .teaser-item-wrap .slick-dots li,
    .teaser-1columns .teaser-item-wrap .slick-dots li,
    .teaser-2columns .teaser-item-wrap .slick-dots li,
    .teaser-3columns .teaser-item-wrap .slick-dots li,
    .teaser-4columns .teaser-item-wrap .slick-dots li {
      display: inline-block;
      position: relative;
      padding: 0 0.8125rem;
      width: 1.5rem;
      height: 1.5625rem;
      margin-right: 0.5625rem;
      /* stylelint-disable-next-line selector-max-compound-selectors */ }
      .teaser-1column .teaser-item-wrap .slick-dots li:last-child,
      .teaser-1columns .teaser-item-wrap .slick-dots li:last-child,
      .teaser-2columns .teaser-item-wrap .slick-dots li:last-child,
      .teaser-3columns .teaser-item-wrap .slick-dots li:last-child,
      .teaser-4columns .teaser-item-wrap .slick-dots li:last-child {
        margin-right: 0; }
      .teaser-1column .teaser-item-wrap .slick-dots li:after,
      .teaser-1columns .teaser-item-wrap .slick-dots li:after,
      .teaser-2columns .teaser-item-wrap .slick-dots li:after,
      .teaser-3columns .teaser-item-wrap .slick-dots li:after,
      .teaser-4columns .teaser-item-wrap .slick-dots li:after {
        content: '\e91e';
        font-size: 0.6875rem;
        color: #fff;
        display: inline-block;
        position: absolute;
        padding-left: 1px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .teaser-1column .teaser-item-wrap .slick-dots li.slick-active:after,
      .teaser-1columns .teaser-item-wrap .slick-dots li.slick-active:after,
      .teaser-2columns .teaser-item-wrap .slick-dots li.slick-active:after,
      .teaser-3columns .teaser-item-wrap .slick-dots li.slick-active:after,
      .teaser-4columns .teaser-item-wrap .slick-dots li.slick-active:after {
        content: '\e91d';
        font-size: 1.3125rem; }
      .teaser-1column .teaser-item-wrap .slick-dots li button,
      .teaser-1columns .teaser-item-wrap .slick-dots li button,
      .teaser-2columns .teaser-item-wrap .slick-dots li button,
      .teaser-3columns .teaser-item-wrap .slick-dots li button,
      .teaser-4columns .teaser-item-wrap .slick-dots li button {
        display: none; }
  .teaser-1column .teaser-item-wrap .slick-prev-container,
  .teaser-1columns .teaser-item-wrap .slick-prev-container,
  .teaser-2columns .teaser-item-wrap .slick-prev-container,
  .teaser-3columns .teaser-item-wrap .slick-prev-container,
  .teaser-4columns .teaser-item-wrap .slick-prev-container {
    display: block;
    height: 100%;
    position: absolute;
    width: 3.125rem;
    z-index: 1;
    left: 3.125rem;
    top: 0; }
    @media only screen and (min-width: 750px) {
      .teaser-1column .teaser-item-wrap .slick-prev-container,
      .teaser-1columns .teaser-item-wrap .slick-prev-container,
      .teaser-2columns .teaser-item-wrap .slick-prev-container,
      .teaser-3columns .teaser-item-wrap .slick-prev-container,
      .teaser-4columns .teaser-item-wrap .slick-prev-container {
        width: 6.25rem;
        left: 6.25rem; } }
    @media only screen and (min-width: 1024px) {
      .teaser-1column .teaser-item-wrap .slick-prev-container,
      .teaser-1columns .teaser-item-wrap .slick-prev-container,
      .teaser-2columns .teaser-item-wrap .slick-prev-container,
      .teaser-3columns .teaser-item-wrap .slick-prev-container,
      .teaser-4columns .teaser-item-wrap .slick-prev-container {
        display: block;
        left: 0;
        width: 0; } }
    .teaser-1column .teaser-item-wrap .slick-prev-container span,
    .teaser-1columns .teaser-item-wrap .slick-prev-container span,
    .teaser-2columns .teaser-item-wrap .slick-prev-container span,
    .teaser-3columns .teaser-item-wrap .slick-prev-container span,
    .teaser-4columns .teaser-item-wrap .slick-prev-container span {
      display: none;
      left: 0; }
      @media only screen and (min-width: 1024px) {
        .teaser-1column .teaser-item-wrap .slick-prev-container span,
        .teaser-1columns .teaser-item-wrap .slick-prev-container span,
        .teaser-2columns .teaser-item-wrap .slick-prev-container span,
        .teaser-3columns .teaser-item-wrap .slick-prev-container span,
        .teaser-4columns .teaser-item-wrap .slick-prev-container span {
          display: block; } }
    .teaser-1column .teaser-item-wrap .slick-prev-container:hover span,
    .teaser-1columns .teaser-item-wrap .slick-prev-container:hover span,
    .teaser-2columns .teaser-item-wrap .slick-prev-container:hover span,
    .teaser-3columns .teaser-item-wrap .slick-prev-container:hover span,
    .teaser-4columns .teaser-item-wrap .slick-prev-container:hover span {
      display: block; }
      .touch .teaser-1column .teaser-item-wrap .slick-prev-container:hover span, .touch
      .teaser-1columns .teaser-item-wrap .slick-prev-container:hover span, .touch
      .teaser-2columns .teaser-item-wrap .slick-prev-container:hover span, .touch
      .teaser-3columns .teaser-item-wrap .slick-prev-container:hover span, .touch
      .teaser-4columns .teaser-item-wrap .slick-prev-container:hover span {
        display: none; }
        @media only screen and (min-width: 1024px) {
          .touch .teaser-1column .teaser-item-wrap .slick-prev-container:hover span, .touch
          .teaser-1columns .teaser-item-wrap .slick-prev-container:hover span, .touch
          .teaser-2columns .teaser-item-wrap .slick-prev-container:hover span, .touch
          .teaser-3columns .teaser-item-wrap .slick-prev-container:hover span, .touch
          .teaser-4columns .teaser-item-wrap .slick-prev-container:hover span {
            display: block; } }
  .teaser-1column .teaser-item-wrap .slick-next-container,
  .teaser-1columns .teaser-item-wrap .slick-next-container,
  .teaser-2columns .teaser-item-wrap .slick-next-container,
  .teaser-3columns .teaser-item-wrap .slick-next-container,
  .teaser-4columns .teaser-item-wrap .slick-next-container {
    display: block;
    height: 100%;
    position: absolute;
    width: 3.125rem;
    z-index: 1;
    top: 0;
    left: auto;
    right: 0; }
    @media only screen and (min-width: 750px) {
      .teaser-1column .teaser-item-wrap .slick-next-container,
      .teaser-1columns .teaser-item-wrap .slick-next-container,
      .teaser-2columns .teaser-item-wrap .slick-next-container,
      .teaser-3columns .teaser-item-wrap .slick-next-container,
      .teaser-4columns .teaser-item-wrap .slick-next-container {
        width: 6.25rem; } }
    @media only screen and (min-width: 1024px) {
      .teaser-1column .teaser-item-wrap .slick-next-container,
      .teaser-1columns .teaser-item-wrap .slick-next-container,
      .teaser-2columns .teaser-item-wrap .slick-next-container,
      .teaser-3columns .teaser-item-wrap .slick-next-container,
      .teaser-4columns .teaser-item-wrap .slick-next-container {
        width: 0; } }
    .teaser-1column .teaser-item-wrap .slick-next-container span,
    .teaser-1columns .teaser-item-wrap .slick-next-container span,
    .teaser-2columns .teaser-item-wrap .slick-next-container span,
    .teaser-3columns .teaser-item-wrap .slick-next-container span,
    .teaser-4columns .teaser-item-wrap .slick-next-container span {
      display: none;
      left: inherit; }
      @media only screen and (min-width: 1024px) {
        .teaser-1column .teaser-item-wrap .slick-next-container span,
        .teaser-1columns .teaser-item-wrap .slick-next-container span,
        .teaser-2columns .teaser-item-wrap .slick-next-container span,
        .teaser-3columns .teaser-item-wrap .slick-next-container span,
        .teaser-4columns .teaser-item-wrap .slick-next-container span {
          display: block; } }
    .teaser-1column .teaser-item-wrap .slick-next-container:hover span,
    .teaser-1columns .teaser-item-wrap .slick-next-container:hover span,
    .teaser-2columns .teaser-item-wrap .slick-next-container:hover span,
    .teaser-3columns .teaser-item-wrap .slick-next-container:hover span,
    .teaser-4columns .teaser-item-wrap .slick-next-container:hover span {
      display: block; }
      .touch .teaser-1column .teaser-item-wrap .slick-next-container:hover span, .touch
      .teaser-1columns .teaser-item-wrap .slick-next-container:hover span, .touch
      .teaser-2columns .teaser-item-wrap .slick-next-container:hover span, .touch
      .teaser-3columns .teaser-item-wrap .slick-next-container:hover span, .touch
      .teaser-4columns .teaser-item-wrap .slick-next-container:hover span {
        display: none; }
        @media only screen and (min-width: 1024px) {
          .touch .teaser-1column .teaser-item-wrap .slick-next-container:hover span, .touch
          .teaser-1columns .teaser-item-wrap .slick-next-container:hover span, .touch
          .teaser-2columns .teaser-item-wrap .slick-next-container:hover span, .touch
          .teaser-3columns .teaser-item-wrap .slick-next-container:hover span, .touch
          .teaser-4columns .teaser-item-wrap .slick-next-container:hover span {
            display: block; } }
  @media only screen and (min-width: 1024px) {
    .teaser-1column .teaser-item-content,
    .teaser-1columns .teaser-item-content,
    .teaser-2columns .teaser-item-content,
    .teaser-3columns .teaser-item-content,
    .teaser-4columns .teaser-item-content {
      padding: 1.875rem 1.25rem; } }
  @media only screen and (min-width: 1024px) {
    .teaser-1column .teaser-item-content h3,
    .teaser-1columns .teaser-item-content h3,
    .teaser-2columns .teaser-item-content h3,
    .teaser-3columns .teaser-item-content h3,
    .teaser-4columns .teaser-item-content h3 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1024px) {
    .teaser-1column .teaser-item-content h4,
    .teaser-1columns .teaser-item-content h4,
    .teaser-2columns .teaser-item-content h4,
    .teaser-3columns .teaser-item-content h4,
    .teaser-4columns .teaser-item-content h4 {
      font-size: 1.3125rem; } }
  @media only screen and (min-width: 1024px) {
    .teaser-1column .teaser-item-detail,
    .teaser-1columns .teaser-item-detail,
    .teaser-2columns .teaser-item-detail,
    .teaser-3columns .teaser-item-detail,
    .teaser-4columns .teaser-item-detail {
      left: 0; } }
  @media only screen and (min-width: 1024px) {
    .teaser-1column.teaser-slider .teaser-item, .teaser-1column.teaser-grid .teaser-item,
    .teaser-1columns.teaser-slider .teaser-item,
    .teaser-1columns.teaser-grid .teaser-item,
    .teaser-2columns.teaser-slider .teaser-item,
    .teaser-2columns.teaser-grid .teaser-item,
    .teaser-3columns.teaser-slider .teaser-item,
    .teaser-3columns.teaser-grid .teaser-item,
    .teaser-4columns.teaser-slider .teaser-item,
    .teaser-4columns.teaser-grid .teaser-item {
      outline: 1px solid #fff; } }
  @media only screen and (min-width: 1024px) {
    .teaser-1column.teaserm5m6-layout2 .teaser-item,
    .teaser-1columns.teaserm5m6-layout2 .teaser-item,
    .teaser-2columns.teaserm5m6-layout2 .teaser-item,
    .teaser-3columns.teaserm5m6-layout2 .teaser-item,
    .teaser-4columns.teaserm5m6-layout2 .teaser-item {
      outline: 0; } }
  @media only screen and (min-width: 1024px) {
    .teaser-1column.teaser-grid .teaser-item-wrap,
    .teaser-1columns.teaser-grid .teaser-item-wrap,
    .teaser-2columns.teaser-grid .teaser-item-wrap,
    .teaser-3columns.teaser-grid .teaser-item-wrap,
    .teaser-4columns.teaser-grid .teaser-item-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 1024px) {
    .teaser-1column.teaser-grid .teaser-item,
    .teaser-1columns.teaser-grid .teaser-item,
    .teaser-2columns.teaser-grid .teaser-item,
    .teaser-3columns.teaser-grid .teaser-item,
    .teaser-4columns.teaser-grid .teaser-item {
      border-top: 0; } }

@media only screen and (min-width: 751px) {
  .teaser-1column .teaser-item-content {
    padding: 1.25rem; } }

@media only screen and (min-width: 1024px) {
  .teaser-1column .teaser-item-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-transform: translateY(-12%);
        -ms-transform: translateY(-12%);
            transform: translateY(-12%); } }

@media only screen and (min-width: 1540px) {
  .teaser-1column .teaser-item-content {
    -webkit-transform: translateY(-8%);
        -ms-transform: translateY(-8%);
            transform: translateY(-8%); } }

@media only screen and (min-width: 1720px) {
  .teaser-1column .teaser-item-content {
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit; } }

@media only screen and (min-width: 640px) {
  .teaser-1column .teaser-item-content h3 {
    font-size: 2.5rem; } }

@media only screen and (min-width: 1366px) {
  .teaser-1column .teaser-item-content h3 {
    font-family: sport2000bold, arial, sans-serif;
    font-size: 5rem;
    text-align: center;
    margin-bottom: 0.625rem; } }

@media only screen and (min-width: 640px) {
  .teaser-1column .teaser-item-content h4 {
    font-size: 1.5rem; } }

@media only screen and (min-width: 1366px) {
  .teaser-1column .teaser-item-content h4 {
    font-size: 1.625rem; } }

.teaser-1column .teaser-item-wrap .slick-prev-container {
  left: 0; }

.teaser-1column.teaser-desktop-slider, .teaser-1column.teaser-grid {
  margin-left: 0; }
  @media only screen and (min-width: 750px) {
    .teaser-1column.teaser-desktop-slider, .teaser-1column.teaser-grid {
      margin-left: 0; } }
  @media only screen and (min-width: 1024px) {
    .teaser-1column.teaser-desktop-slider, .teaser-1column.teaser-grid {
      margin-left: 0; } }
  @media only screen and (min-width: 1024px) {
    .teaser-1column.teaser-desktop-slider .teaser-item-wrap .slick-prev-arrow, .teaser-1column.teaser-grid .teaser-item-wrap .slick-prev-arrow {
      left: 0; } }
  .teaser-1column.teaser-desktop-slider .slick-prev-arrow, .teaser-1column.teaser-grid .slick-prev-arrow {
    left: 0; }
    @media only screen and (min-width: 750px) {
      .teaser-1column.teaser-desktop-slider .slick-prev-arrow, .teaser-1column.teaser-grid .slick-prev-arrow {
        left: 0; } }
    @media only screen and (min-width: 1024px) {
      .teaser-1column.teaser-desktop-slider .slick-prev-arrow, .teaser-1column.teaser-grid .slick-prev-arrow {
        left: 0; } }

@media only screen and (min-width: 751px) {
  .teaser-1column .teaser-content-shops {
    left: 1.25rem;
    bottom: 2.1875rem; } }

@media only screen and (min-width: 1024px) {
  .teaser-1column .teaser-content-shops {
    left: auto;
    bottom: auto; } }

.teaser-1column .teaser-item-content-shops {
  display: none; }
  @media only screen and (min-width: 750px) {
    .teaser-1column .teaser-item-content-shops {
      display: block; } }

@media only screen and (min-width: 751px) {
  .teaser-1column .teaser-item-detail-link {
    bottom: 1.25rem; } }

@media only screen and (min-width: 1024px) {
  .teaser-1column .teaser-item-detail-link {
    bottom: 1.875rem; } }

@media only screen and (min-width: 1024px) {
  .teaser-2columns .teaser-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%; } }

@media only screen and (min-width: 1336px) {
  .teaser-2columns .teaser-item-content {
    padding: 3.75rem; } }

@media only screen and (min-width: 1336px) {
  .teaser-2columns .teaser-item-content h3 {
    font-size: 2.5rem;
    margin-bottom: 0.625rem; } }

@media only screen and (min-width: 1336px) {
  .teaser-2columns .teaser-item-content h4 {
    font-size: 1.625rem; } }

@media only screen and (min-width: 1024px) {
  .teaser-2columns .teaser-item-content-button.overlay-button {
    bottom: 10.625rem; } }

.teaser-2columns .teaser-item-detail-link {
  bottom: 2.5rem; }

.teaser-2columns .teaser-content-shops {
  display: none; }
  @media only screen and (min-width: 568px) {
    .teaser-2columns .teaser-content-shops {
      display: block;
      font-size: 0.875rem;
      color: #fff;
      position: absolute;
      bottom: 2.8125rem;
      left: 1.875rem;
      right: auto;
      top: auto; } }
  .teaser-2columns .teaser-content-shops .teaser-content-shops-icon {
    width: 2rem;
    height: 2.5rem;
    font-size: 0.6875rem;
    padding: 0.6875rem 0.4375rem;
    color: #e30613;
    display: inline-block;
    background: url("../Svg/availability.svg") no-repeat;
    margin-right: 0.5625rem; }
  .teaser-2columns .teaser-content-shops span {
    display: inline-block;
    font-size: 0.875rem; }

@media only screen and (min-width: 1024px) {
  .teaser-3columns .teaser-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%; } }

@media only screen and (min-width: 2004px) {
  .teaser-3columns .teaser-item-content {
    padding: 3.75rem; } }

@media only screen and (min-width: 2004px) {
  .teaser-3columns .teaser-item-content h3 {
    font-size: 2.25rem;
    margin-bottom: 0.625rem; } }

@media only screen and (min-width: 2004px) {
  .teaser-3columns .teaser-item-content h4 {
    font-size: 1.5rem; } }

.teaser-3columns .teaser-item-content-button {
  padding: 0.6875rem 3.75rem;
  bottom: 2.8125rem; }
  @media only screen and (min-width: 568px) {
    .teaser-3columns .teaser-item-content-button {
      bottom: 2.8125rem; } }
  .teaser-3columns .teaser-item-content-button:hover {
    background: #e30613;
    border: 1px solid #e30613; }
  .teaser-3columns .teaser-item-content-button.overlay-button {
    bottom: 8.375rem; }

@media only screen and (min-width: 1170px) {
  .teaser-3columns .teaser-item-detail-link {
    height: 4.625rem;
    width: 4.625rem;
    bottom: 1.875rem;
    border-width: 1rem; } }

@media only screen and (min-width: 1170px) {
  .teaser-3columns .teaser-item-detail-link:after {
    font-size: 1.4375rem;
    left: 0.625rem;
    top: 0.625rem; } }

.teaser-3columns .teaser-content-shops {
  display: none; }
  @media only screen and (min-width: 568px) {
    .teaser-3columns .teaser-content-shops {
      display: block;
      font-size: 0.875rem;
      color: #fff;
      position: absolute;
      bottom: 2.8125rem;
      left: 1.875rem;
      right: auto;
      top: auto; } }
  .teaser-3columns .teaser-content-shops .teaser-content-shops-icon {
    width: 2rem;
    height: 2.5rem;
    font-size: 0.6875rem;
    padding: 0.6875rem 0.4375rem;
    color: #e30613;
    display: inline-block;
    background: url("../Svg/availability.svg") no-repeat;
    margin-right: 0.5625rem; }
  .teaser-3columns .teaser-content-shops span {
    display: inline-block;
    font-size: 0.875rem; }

@media only screen and (min-width: 1024px) {
  .teaser-3columns.teaserm5m6-layout2 .teaser-item-content {
    bottom: 0; } }

@media only screen and (min-width: 1280px) {
  .teaser-3columns.teaserm5m6-layout2 .teaser-item-content {
    bottom: 20px; } }

@media only screen and (min-width: 1336px) {
  .teaser-3columns.teaserm5m6-layout2 .teaser-item-content {
    font-size: 30px; } }

@media only screen and (min-width: 1024px) {
  .teaser-3columns.teaserm5m6-layout2 .teaser-item-content h3 {
    font-size: 18px;
    margin-bottom: 4px; } }

@media only screen and (min-width: 1336px) {
  .teaser-3columns.teaserm5m6-layout2 .teaser-item-content h3 {
    font-size: 24px; } }

.teaser-3columns.teaserm5m6-layout2 .teaser-item-content + .teaser-item-content-button {
  bottom: 36px; }
  @media only screen and (min-width: 1336px) {
    .teaser-3columns.teaserm5m6-layout2 .teaser-item-content + .teaser-item-content-button {
      bottom: 50px; } }

@media only screen and (min-width: 1024px) {
  .teaser-4columns .teaser-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%; } }

@media only screen and (min-width: 1024px) {
  .teaser-4columns .teaser-item-content {
    padding: 1.875rem 1.25rem; } }

@media only screen and (min-width: 2672px) {
  .teaser-4columns .teaser-item-content {
    padding: 3.75rem; } }

@media only screen and (min-width: 1024px) {
  .teaser-4columns .teaser-item-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.625rem; } }

@media only screen and (min-width: 2672px) {
  .teaser-4columns .teaser-item-content h3 {
    font-size: 2.25rem;
    margin-bottom: 0.625rem; } }

@media only screen and (min-width: 1024px) {
  .teaser-4columns .teaser-item-content h4 {
    font-size: 1.3125rem; } }

@media only screen and (min-width: 2672px) {
  .teaser-4columns .teaser-item-content h4 {
    font-size: 1.5rem; } }

.teaser-4columns .teaser-item-content-button {
  padding: 0.6875rem 3.75rem; }
  @media only screen and (min-width: 568px) {
    .teaser-4columns .teaser-item-content-button {
      bottom: 2.8125rem; } }
  .teaser-4columns .teaser-item-content-button:hover {
    background: #e30613;
    border: 1px solid #e30613; }
  .teaser-4columns .teaser-item-content-button.overlay-button {
    bottom: 8.375rem; }

.teaser-4columns .teaser-content-shops {
  display: none; }
  @media only screen and (min-width: 568px) {
    .teaser-4columns .teaser-content-shops {
      display: block;
      font-size: 0.875rem;
      color: #fff;
      position: absolute;
      bottom: 2.8125rem;
      left: 1.875rem;
      right: auto;
      top: auto; } }
  .teaser-4columns .teaser-content-shops .teaser-content-shops-icon {
    width: 2rem;
    height: 2.5rem;
    font-size: 0.6875rem;
    padding: 0.6875rem 0.4375rem;
    color: #e30613;
    display: inline-block;
    background: url("../Svg/availability.svg") no-repeat;
    margin-right: 0.5625rem; }
  .teaser-4columns .teaser-content-shops span {
    display: inline-block;
    font-size: 0.875rem; }

.teaser-item {
  position: relative;
  height: auto;
  overflow: hidden; }
  .teaser-item .no-link picture img {
    -webkit-transition: 2.5s ease;
    -o-transition: 2.5s ease;
    transition: 2.5s ease; }
  .teaser-item picture img {
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }
  .teaser-item:hover picture img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08); }

.teaser-item-content {
  position: absolute;
  padding: 0.625rem;
  left: 0;
  top: 0; }
  @media only screen and (min-width: 640px) {
    .teaser-item-content {
      padding: 1.875rem; } }
  @media only screen and (min-width: 750px) {
    .teaser-item-content {
      padding: 3.75rem; } }
  .teaser-item-content h3 {
    color: #e30613;
    font-family: sport2000regular, arial, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0.625rem; }
    @media only screen and (min-width: 750px) {
      .teaser-item-content h3 {
        font-size: 2.25rem; } }
  .teaser-item-content h4 {
    font-family: sport2000regular, arial, sans-serif;
    color: #fff;
    font-size: 1.3125rem; }
    @media only screen and (min-width: 750px) {
      .teaser-item-content h4 {
        font-size: 1.5rem; } }

.teaser-item-detail-link {
  position: absolute;
  height: 4.625rem;
  width: 4.625rem;
  bottom: 1.875rem;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 16px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: #fff;
  background-clip: padding-box;
  cursor: pointer; }
  @media only screen and (min-width: 1170px) {
    .teaser-item-detail-link {
      width: 5.625rem;
      height: 5.625rem;
      bottom: 2.5rem;
      border-width: 1.0625rem; } }
  .teaser-item-detail-link:after {
    content: '\e90c';
    color: #000;
    position: relative;
    left: 0.75rem;
    top: 0.6875rem;
    font-size: 1.25rem; }
    @media only screen and (min-width: 1170px) {
      .teaser-item-detail-link:after {
        font-size: 1.8125rem;
        left: 0.875rem;
        top: 0.875rem; } }
  .teaser-item-detail-link:hover {
    background: #f70013;
    background-clip: content-box; }
    .teaser-item-detail-link:hover:after {
      color: #fff; }

.teaser-item-detail {
  display: block;
  position: fixed;
  left: 0;
  top: 100%;
  bottom: 0;
  width: 100vw;
  background: #f2f2f2;
  z-index: 999;
  overflow-y: scroll;
  height: 100vh; }
  .teaser-item-detail.teaser-detail-show {
    -webkit-transition: top 1s ease;
    -o-transition: top 1s ease;
    transition: top 1s ease;
    top: 0; }
  .teaser-item-detail.teaser-detail-hide {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    bottom: 0; }
  .teaser-item-detail h3 {
    color: #e30613;
    font-family: sport2000regular, arial, sans-serif;
    line-height: normal;
    font-size: 1.5rem;
    margin-top: 1.875rem; }
    @media only screen and (min-width: 750px) {
      .teaser-item-detail h3 {
        font-size: 2.5rem; } }
  .teaser-item-detail h4 {
    font-family: sport2000regular, arial, sans-serif;
    color: #000;
    font-size: 1.3125rem;
    margin-bottom: 1.25rem; }
    @media only screen and (min-width: 750px) {
      .teaser-item-detail h4 {
        font-size: 1.625rem; } }
  .teaser-item-detail li {
    position: relative;
    margin-left: 0.8125rem;
    margin-bottom: 1.125rem; }
    .teaser-item-detail li:before {
      content: '\e91e';
      width: 0.4375rem;
      height: 0.4375rem;
      font-size: 0.4375rem;
      color: #e30613;
      position: absolute;
      top: 0.25rem;
      left: -0.8125rem; }
  .teaser-item-detail .teaser-item-detail-cta {
    display: block;
    font-size: 1.0625rem;
    color: #e30613;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #e30613;
    border-radius: 4px;
    padding: 11px 3.75rem 9px;
    margin-right: auto;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem; }
    @media only screen and (min-width: 480px) {
      .teaser-item-detail .teaser-item-detail-cta {
        display: inline-block; } }
    .teaser-item-detail .teaser-item-detail-cta:hover {
      background: #e30613;
      color: #fff; }
  .teaser-item-detail .teaser-item-detail-close {
    display: block;
    height: 3.4375rem;
    width: 3.4375rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    z-index: 999; }
    @media only screen and (min-width: 750px) {
      .teaser-item-detail .teaser-item-detail-close {
        right: 1.875rem;
        top: 1.875rem; } }
    .teaser-item-detail .teaser-item-detail-close:after {
      color: #000;
      content: '\e927';
      position: absolute;
      top: 1rem;
      left: 1rem;
      font-size: 1.5625rem; }
    .teaser-item-detail .teaser-item-detail-close:hover {
      background: #fff; }
      .teaser-item-detail .teaser-item-detail-close:hover:after {
        color: #e30613; }
  .teaser-item-detail .teaser-item-detail-innerwrap {
    background: #f2f2f2; }
    @media only screen and (min-width: 1024px) {
      .teaser-item-detail .teaser-item-detail-innerwrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .teaser-item-detail .teaser-item-detail-image {
    height: 50vh;
    overflow-y: hidden; }
    @media only screen and (min-width: 1024px) {
      .teaser-item-detail .teaser-item-detail-image {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100vh;
        overflow: hidden; } }
    @media only screen and (min-width: 1024px) {
      .teaser-item-detail .teaser-item-detail-image img {
        height: 100vh;
        max-width: none;
        margin-top: 0; } }
  .teaser-item-detail .teaser-item-detail-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 1.875rem 1.25rem;
    background: #f2f2f2;
    height: auto; }
    @media only screen and (min-width: 750px) {
      .teaser-item-detail .teaser-item-detail-text {
        padding: 3.75rem;
        max-height: 100vh; } }
    @media only screen and (min-width: 1024px) {
      .teaser-item-detail .teaser-item-detail-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: inherit;
        max-height: 100vh;
        overflow-y: auto; } }
    .teaser-item-detail .teaser-item-detail-text a:not(.teaser-item-detail-cta):link, .teaser-item-detail .teaser-item-detail-text a:not(.teaser-item-detail-cta):visited, .teaser-item-detail .teaser-item-detail-text a:not(.teaser-item-detail-cta):hover, .teaser-item-detail .teaser-item-detail-text a:not(.teaser-item-detail-cta):active {
      color: #e30613; }

.teaser-item-detail-text-container {
  max-height: 100vh; }

@media only screen and (min-width: 1024px) {
  .teaser-slider .teaser-content-shops {
    right: 9.375rem; } }

.teaser-content-shops {
  display: none; }
  @media only screen and (min-width: 568px) {
    .teaser-content-shops {
      display: block;
      font-size: 0.875rem;
      color: #fff;
      position: absolute;
      bottom: 2.8125rem;
      left: 1.875rem; } }
  @media only screen and (min-width: 1024px) {
    .teaser-content-shops {
      left: auto;
      bottom: auto;
      right: 3.75rem;
      top: 40%; } }
  .teaser-content-shops .teaser-content-shops-icon {
    width: 2rem;
    height: 2.5rem;
    font-size: 0.6875rem;
    padding: 0.6875rem 0.4375rem;
    color: #e30613;
    display: inline-block;
    background: url("../Svg/availability.svg") no-repeat;
    margin-right: 0.5625rem; }
    @media only screen and (min-width: 1024px) {
      .teaser-content-shops .teaser-content-shops-icon {
        width: 4.375rem;
        height: 5.3125rem;
        font-size: 1.6875rem;
        padding-top: 1.375rem;
        display: block;
        margin: 0 auto 0.3125rem;
        text-align: center;
        background-position: top center; } }
  .teaser-content-shops span {
    display: inline-block;
    font-size: 0.875rem; }
    @media only screen and (min-width: 1024px) {
      .teaser-content-shops span {
        display: block; } }

@media only screen and (min-width: 1024px) {
  .arrow-left-pos.teaser-3columns .teaser-item-wrap .slick-prev-arrow {
    left: 0; } }

.multicolumn-container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 1024px) {
  .multicolumn-1column .multicolumn-container,
  .multicolumn-1columns .multicolumn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.multicolumn-1column .multicolumn-container .multicolumn-column,
.multicolumn-1columns .multicolumn-container .multicolumn-column {
  padding-top: 0.00625rem;
  padding-bottom: 0.00625rem; }
  @media only screen and (min-width: 1024px) {
    .multicolumn-1column .multicolumn-container .multicolumn-column,
    .multicolumn-1columns .multicolumn-container .multicolumn-column {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; } }

@media only screen and (min-width: 1024px) {
  .multicolumn-2columns .multicolumn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-width: 0.0625rem; } }

.multicolumn-2columns .multicolumn-container .multicolumn-column {
  padding-top: 0.00625rem;
  padding-bottom: 0.00625rem; }
  @media only screen and (min-width: 1024px) {
    .multicolumn-2columns .multicolumn-container .multicolumn-column {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%; } }

.textimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0.0625rem; }
  @media only screen and (min-width: 1024px) {
    .textimg {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .textimg .textimg-text,
  .textimg .textimg-image {
    padding: 1.875rem 1.25rem; }
    @media only screen and (min-width: 750px) {
      .textimg .textimg-text,
      .textimg .textimg-image {
        padding: 3.75rem 2.5rem; } }
    @media only screen and (min-width: 1024px) {
      .textimg .textimg-text,
      .textimg .textimg-image {
        -webkit-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1;
        padding: 6.25rem 1.25rem;
        min-width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .textimg .textimg-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .textimg .textimg-text h1 {
      font-family: sport2000bold, arial, sans-serif;
      font-size: 1.5rem;
      line-height: 1.75rem; }
      @media only screen and (min-width: 640px) {
        .textimg .textimg-text h1 {
          font-size: 2.5rem;
          line-height: 2.75rem; } }
      @media only screen and (min-width: 1280px) {
        .textimg .textimg-text h1 {
          font-size: 3.75rem;
          line-height: 4rem; } }
      @media only screen and (min-width: 1720px) {
        .textimg .textimg-text h1 {
          font-size: 5rem;
          line-height: 5.25rem; } }
    .textimg .textimg-text h2 {
      font-family: sport2000regular, arial, sans-serif;
      font-size: 1.5rem;
      line-height: 1.75rem;
      margin-bottom: 0.875rem; }
      @media only screen and (min-width: 640px) {
        .textimg .textimg-text h2 {
          font-size: 2.5rem;
          line-height: 2.75rem; } }
      @media only screen and (min-width: 1280px) {
        .textimg .textimg-text h2 {
          font-size: 2.5rem;
          line-height: 2.75rem; } }
    .textimg .textimg-text h3 {
      font-family: sport2000regular, arial, sans-serif;
      font-size: 1.3125rem;
      line-height: 1.5625rem;
      margin-bottom: 0.875rem; }
      @media only screen and (min-width: 640px) {
        .textimg .textimg-text h3 {
          font-size: 1.5rem;
          line-height: 1.75rem; } }
      @media only screen and (min-width: 1280px) {
        .textimg .textimg-text h3 {
          font-size: 1.625rem;
          line-height: 1.875rem; } }
    @media only screen and (min-width: 1024px) {
      .textimg .textimg-text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .textimg .textimg-text p {
      margin-bottom: 1.25rem;
      font-size: 1.0625rem;
      line-height: 1.3125rem; }
      .textimg .textimg-text p:last-child {
        margin-bottom: 0; }
    .textimg .textimg-text ul {
      margin-bottom: 1.25rem;
      font-size: 1.0625rem;
      line-height: 1.3125rem; }
      .textimg .textimg-text ul li {
        position: relative;
        margin-left: 0.8125rem;
        margin-bottom: 1.125rem; }
        .textimg .textimg-text ul li:before {
          content: '\e91e';
          width: 0.4375rem;
          height: 0.4375rem;
          font-size: 0.4375rem;
          color: #e30613;
          position: absolute;
          top: 0.25rem;
          left: -0.8125rem; }
    .textimg .textimg-text .textimg-button {
      font-family: sport2000bold, arial, sans-serif;
      padding: 1rem 3.75rem;
      display: inline-block;
      margin-top: 1.5rem;
      text-transform: uppercase;
      border: 1px solid;
      margin-right: auto; }
    .textimg .textimg-text + .textimg-image {
      padding-bottom: 0; }
      @media only screen and (min-width: 1024px) {
        .textimg .textimg-text + .textimg-image {
          padding-bottom: 6.25rem; } }
  .textimg .textimg-image {
    padding-bottom: 0; }
    @media only screen and (min-width: 1024px) {
      .textimg .textimg-image {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 6.25rem; } }
    .textimg .textimg-image picture {
      min-height: 0.0625rem; }
    .textimg .textimg-image img {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      margin: 0 auto; }
  @media only screen and (min-width: 1024px) {
    .textimg.textimg-imgleft .textimg-text {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }

.multicolumn .multicolumn-column .textimg-text {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 750px) {
    .multicolumn .multicolumn-column .textimg-text {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.multicolumn .multicolumn-column .textimg-image {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 750px) {
    .multicolumn .multicolumn-column .textimg-image {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.multicolumn .multicolumn-column:nth-child(1) .textimg-image {
  padding-top: 1.875rem; }
  @media only screen and (min-width: 750px) {
    .multicolumn .multicolumn-column:nth-child(1) .textimg-image {
      padding-top: 3.75rem; } }
  @media only screen and (min-width: 1024px) {
    .multicolumn .multicolumn-column:nth-child(1) .textimg-image {
      padding-top: 6.25rem; } }

.multicolumn .multicolumn-column.no-image + .no-image > div {
  margin-top: 0; }
  @media only screen and (min-width: 1024px) {
    .multicolumn .multicolumn-column.no-image + .no-image > div {
      margin-top: 3.75rem; } }

@media only screen and (min-width: 1024px) {
  .multicolumn.multicolumn-2columns .textimg {
    display: block; } }

@media only screen and (min-width: 1024px) {
  .multicolumn.multicolumn-2columns .textimg-text {
    padding-top: 6.25rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media only screen and (min-width: 1024px) {
  .multicolumn.multicolumn-2columns .textimg-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 6.25rem;
    padding-bottom: 0; } }

@media only screen and (min-width: 1024px) {
  .multicolumn.multicolumn-2columns .multicolumn-column + .multicolumn-column [class*=' imgtextbox-theme'] {
    margin-right: -1.25rem; } }

@media only screen and (min-width: 1024px) {
  .multicolumn-1columns [class*=' imgtextbox-theme'] {
    margin-right: -1.25rem; } }

@media only screen and (min-width: 1024px) {
  .multicolumn-1columns .textimg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; } }

@media only screen and (min-width: 750px) {
  .multicolumn-column.no-image + .multicolumn-column .textimg {
    padding-bottom: 2.5rem; } }

.multicolumn-column.no-image + .multicolumn-column .textimg-image {
  padding-bottom: 1.25rem; }

.textimgbox .textimg-image {
  padding-top: 1.25rem; }
  @media only screen and (min-width: 750px) {
    .textimgbox .textimg-image {
      padding-top: 2.5rem; } }
  @media only screen and (min-width: 1024px) {
    .textimgbox .textimg-image {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

@media only screen and (min-width: 1024px) {
  .textimgbox .textimg-text {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

.multicolumn {
  /* stylelint-disable selector-max-class */
  /* stylelint-enable selector-max-class */ }
  @media only screen and (min-width: 750px) {
    .multicolumn .multicolumn-column .textimgbox {
      margin-top: 3.75rem; } }
  .multicolumn .multicolumn-column .textimgbox .textimg-text {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media only screen and (min-width: 750px) {
      .multicolumn .multicolumn-column .textimgbox .textimg-text {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media only screen and (min-width: 1024px) {
      .multicolumn .multicolumn-column .textimgbox .textimg-text {
        padding-top: 2.5rem; } }
  .multicolumn .multicolumn-column .textimgbox .textimg-image {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem; }
    @media only screen and (min-width: 750px) {
      .multicolumn .multicolumn-column .textimgbox .textimg-image {
        padding: 2.5rem 2.5rem 0; } }
    @media only screen and (min-width: 1024px) {
      .multicolumn .multicolumn-column .textimgbox .textimg-image {
        padding-top: 6.25rem; } }
  @media only screen and (min-width: 1024px) {
    .multicolumn .multicolumn-column [class*=' imgtextbox-theme'] .textimg-image {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  @media only screen and (min-width: 750px) {
    .multicolumn .multicolumn-column [class*=' imgtextbox-theme'] .textimg-text {
      padding-top: 1.25rem;
      padding-bottom: 2.5rem; } }
  @media only screen and (min-width: 1024px) {
    .multicolumn .multicolumn-column [class*=' imgtextbox-theme'] .textimg-text {
      padding-bottom: 2.5rem; } }
  .multicolumn .multicolumn-column .imgtextbox-theme5 {
    margin-bottom: 2.5rem; }
  @media only screen and (min-width: 1024px) {
    .multicolumn.multicolumn-1columns .textimg-image {
      padding-top: 6.25rem; } }
  @media only screen and (min-width: 750px) {
    .multicolumn.multicolumn-2columns .multicolumn-column:nth-child(1) .textimg-text {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  .multicolumn.imgtext-theme1.special-bg, .multicolumn.imgtext-theme2.special-bg, .multicolumn.imgtext-theme3.special-bg {
    background: transparent url("../Img/SPORT200_50-Jahre-Special_Muster-BG.jpg"); }
    .multicolumn.imgtext-theme1.special-bg .imgtext-theme1.textimg,
    .multicolumn.imgtext-theme1.special-bg .imgtext-theme2.textimg,
    .multicolumn.imgtext-theme1.special-bg .imgtext-theme3.textimg, .multicolumn.imgtext-theme2.special-bg .imgtext-theme1.textimg,
    .multicolumn.imgtext-theme2.special-bg .imgtext-theme2.textimg,
    .multicolumn.imgtext-theme2.special-bg .imgtext-theme3.textimg, .multicolumn.imgtext-theme3.special-bg .imgtext-theme1.textimg,
    .multicolumn.imgtext-theme3.special-bg .imgtext-theme2.textimg,
    .multicolumn.imgtext-theme3.special-bg .imgtext-theme3.textimg {
      background: transparent; }

@media only screen and (min-width: 1170px) {
  .dealer-detail-container {
    max-width: 1170px;
    margin: 0 auto; } }

.dealer-detail-container .dealer-detail-back-button {
  font-family: sport2000bold, arial, sans-serif;
  padding: 1rem 3.75rem;
  display: inline-block;
  margin: 30px 0;
  text-transform: uppercase;
  color: #e30613; }
  .dealer-detail-container .dealer-detail-back-button:before {
    content: '\e912';
    font-family: iconfont, sans-serif;
    font-size: 12px;
    display: inline-block;
    padding-left: 10px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.dealer-detail {
  background-color: #f2f2f2;
  padding: 0.5rem 0 1.625rem; }
  @media only screen and (min-width: 640px) {
    .dealer-detail {
      padding-bottom: 3.125rem; } }
  @media only screen and (min-width: 1024px) {
    .dealer-detail {
      padding: 9.25rem 0 6.25rem; } }
  .dealer-detail h2 {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 1.5rem; }
    @media only screen and (min-width: 640px) {
      .dealer-detail h2 {
        font-size: 2.25rem; } }
    @media only screen and (min-width: 1024px) {
      .dealer-detail h2 {
        font-size: 2.5rem; } }
  .dealer-detail h4 {
    font-family: sport2000bold, arial, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.25rem; }
  .dealer-detail p {
    font-size: 1.0625rem;
    line-height: 1.25rem; }

.dealer-detail-label {
  text-align: center; }

.dealer-detail-label-container {
  display: inline-block;
  padding-top: 2.75rem; }
  @media only screen and (min-width: 1024px) {
    .dealer-detail-label-container {
      vertical-align: middle;
      padding-top: 0;
      margin-bottom: 1.875rem; } }
  .dealer-detail-label-container h1 {
    text-align: center;
    margin: 0; }
    @media only screen and (min-width: 1024px) {
      .dealer-detail-label-container h1 {
        display: inline-block;
        text-align: left; } }
  .dealer-detail-label-container ul {
    text-align: center;
    margin-top: 1rem; }
    @media only screen and (min-width: 1024px) {
      .dealer-detail-label-container ul {
        display: inline-block;
        margin-left: 2.375rem;
        vertical-align: middle;
        margin-top: 0;
        position: relative;
        top: -0.625rem; } }
    .dealer-detail-label-container ul li {
      display: inline-block; }
      .dealer-detail-label-container ul li + li {
        padding-left: 0.9375rem; }

.dealer-detail-map-container {
  margin-top: 1.875rem;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .dealer-detail-map-container {
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .dealer-detail-map-container img {
    width: 100%;
    height: auto;
    border-top: 0.625rem solid #fff;
    border-bottom: 0.625rem solid #fff; }
    @media only screen and (min-width: 640px) {
      .dealer-detail-map-container img {
        border: 0.625rem solid #fff; } }

.icon-loupe {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background-color: rgba(128, 128, 128, 0.5);
  border-radius: 0.25rem;
  position: absolute;
  top: 1.25rem;
  right: 0.625rem; }
  @media only screen and (min-width: 640px) {
    .icon-loupe {
      right: 1.25rem; } }
  @media only screen and (min-width: 1024px) {
    .icon-loupe {
      right: 2.5rem; } }
  .icon-loupe:before {
    content: '\e921';
    color: #fff;
    font-size: 1.875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.9375rem 0 0 -0.9375rem;
    text-align: center; }

.dealer-detail-info-wrapper {
  overflow: hidden; }

.dealer-detail-info-container {
  margin-top: 1.875rem;
  padding: 0 1.25rem; }
  @media only screen and (min-width: 640px) {
    .dealer-detail-info-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media only screen and (min-width: 1024px) {
    .dealer-detail-info-container {
      width: 50%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0; } }

.dealer-detail-info-left-pane {
  text-align: center; }
  @media only screen and (min-width: 640px) {
    .dealer-detail-info-left-pane {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      text-align: left;
      padding-left: 2.5rem; } }
  @media only screen and (min-width: 1024px) {
    .dealer-detail-info-left-pane {
      padding-left: 0; } }
  .dealer-detail-info-left-pane h4 {
    display: block;
    text-align: center; }
    @media only screen and (min-width: 640px) {
      .dealer-detail-info-left-pane h4 {
        text-align: left; } }
    .dealer-detail-info-left-pane h4.dealer-detail-info-openings {
      display: inline-block; }
  .dealer-detail-info-left-pane p {
    display: block;
    text-align: center; }
    @media only screen and (min-width: 640px) {
      .dealer-detail-info-left-pane p {
        text-align: left; } }

.dealer-detail-info-name {
  font-family: sport2000bold, arial, sans-serif; }

.dealer-detail-info-openings {
  font-family: sport2000bold, arial, sans-serif;
  margin-top: 1.875rem;
  position: relative;
  padding-right: 1.625rem;
  cursor: pointer; }
  @media only screen and (min-width: 640px) {
    .dealer-detail-info-openings {
      padding-right: 0;
      cursor: inherit; } }
  .dealer-detail-info-openings:after {
    content: '\e913';
    color: #e30613;
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    margin-top: -0.5rem; }
    @media only screen and (min-width: 640px) {
      .dealer-detail-info-openings:after {
        display: none;
        content: ''; } }
  .dealer-detail-info-openings.active:after {
    content: '\e910'; }
  .dealer-detail-info-openings + p {
    margin-top: 1.25rem;
    display: none; }
    @media only screen and (min-width: 640px) {
      .dealer-detail-info-openings + p {
        display: block;
        text-align: left; } }

.dealer-detail-info-right-pane {
  margin-top: 1.875rem;
  text-align: center; }
  @media only screen and (min-width: 640px) {
    .dealer-detail-info-right-pane {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 0;
      text-align: right;
      padding-right: 2.5rem; } }
  @media only screen and (min-width: 1024px) {
    .dealer-detail-info-right-pane {
      padding-right: 0.9375rem; } }
  .dealer-detail-info-right-pane ul {
    display: inline-block; }
    .dealer-detail-info-right-pane ul li {
      text-align: left; }
      @media only screen and (min-width: 640px) {
        .dealer-detail-info-right-pane ul li {
          text-align: right; } }
  .dealer-detail-info-right-pane li + li {
    margin-top: 1.5625rem; }

.dealer-detail-info-language {
  text-align: center;
  margin-top: 1.875rem; }
  @media only screen and (min-width: 640px) {
    .dealer-detail-info-language {
      text-align: right; } }
  .dealer-detail-info-language p {
    background-color: #fff;
    border-radius: 0.25rem;
    padding: 0.375rem 1.125rem 0.1875rem;
    display: inline-block; }

a[class*='dealer-detail-info-link-'] {
  text-transform: uppercase;
  text-decoration: none;
  color: #e30613;
  font-size: 1.0625rem;
  position: relative;
  padding-left: 2.3125rem; }
  @media only screen and (min-width: 640px) {
    a[class*='dealer-detail-info-link-'] {
      padding-right: 2.3125rem;
      padding-left: 0; } }
  a[class*='dealer-detail-info-link-']:before, a[class*='dealer-detail-info-link-']:after {
    font-size: 1.6875rem;
    position: absolute;
    top: 50%;
    margin-top: -0.875rem; }
  a[class*='dealer-detail-info-link-']:before {
    left: 0; }
  a[class*='dealer-detail-info-link-']:after {
    right: 0; }

.dealer-detail-info-link-1:before {
  content: '\e925'; }
  @media only screen and (min-width: 640px) {
    .dealer-detail-info-link-1:before {
      content: ''; } }

@media only screen and (min-width: 640px) {
  .dealer-detail-info-link-1:after {
    content: '\e925'; } }

.dealer-detail-info-link-2:before {
  content: '\e90b'; }
  @media only screen and (min-width: 640px) {
    .dealer-detail-info-link-2:before {
      content: ''; } }

@media only screen and (min-width: 640px) {
  .dealer-detail-info-link-2:after {
    content: '\e90b'; } }

.dealer-detail-info-link-3:before {
  content: '\e916'; }
  @media only screen and (min-width: 640px) {
    .dealer-detail-info-link-3:before {
      content: ''; } }

@media only screen and (min-width: 640px) {
  .dealer-detail-info-link-3:after {
    content: '\e916'; } }

.dealer-map-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 3.0625rem;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #e30613;
  z-index: 400;
  visibility: hidden; }
  @media only screen and (min-width: 640px) {
    .dealer-map-layer {
      top: 4.25rem; } }
  .dealer-map-layer.active {
    visibility: visible; }

.dealer-map-layer-close {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.25rem;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  background-color: rgba(128, 128, 128, 0.5); }
  .dealer-map-layer-close:before {
    content: '\e918';
    color: #a3a3a3;
    font-size: 1.875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.9375rem 0 0 -0.9375rem;
    text-align: center; }

.dealer-detail-headlines {
  margin-top: 5.5rem; }
  .dealer-detail-headlines h2 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 1.875rem; }

.dealer-detail-jumpnav {
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3; }
  .dealer-detail-jumpnav .content-navigation-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.dealer-detail-info-rating {
  margin: 1.875rem 1.25rem 0;
  text-align: center;
  border: #e30613 1px solid;
  padding: 1.25rem; }

.dealer-detail-info-rating-header {
  font-family: sport2000bold, arial, sans-serif;
  margin-bottom: 1.25rem; }

@media only screen and (min-width: 750px) {
  .dealer-detail-info-rating-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.dealer-detail-info-rating-customers {
  margin-top: 1.25rem; }
  @media only screen and (min-width: 750px) {
    .dealer-detail-info-rating-customers {
      margin-top: 0; } }
  .dealer-detail-info-rating-customers dt .rating-customer {
    position: relative;
    height: 40px;
    display: block;
    text-align: center;
    margin: 0 auto 0.625rem; }
    .dealer-detail-info-rating-customers dt .rating-customer:before {
      content: '\e94f';
      display: block;
      font-size: 2.1875rem; }

.rating-star {
  width: 25px;
  height: 25px;
  position: relative;
  margin: auto 0.125rem 0; }
  .rating-star:before, .rating-star:after {
    content: '\e950';
    display: block;
    width: 25px;
    height: 25px;
    font-size: 1.5625rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #e30613; }
  .rating-star:after {
    content: '\e94e';
    z-index: 0;
    color: #cecece; }

.rating-star-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 40px;
  margin: 0 auto 0.625rem; }
  .rating-star-wrapper.rating-star-0-5 .rating-star:before {
    display: none; }
  .rating-star-wrapper.rating-star-0-5 .rating-star:nth-child(1):before {
    display: block; }
  .rating-star-wrapper.rating-star-1-0 .rating-star:before {
    display: none; }
  .rating-star-wrapper.rating-star-1-0 .rating-star:nth-child(1):after {
    color: #e30613; }
  .rating-star-wrapper.rating-star-1-5 .rating-star:before {
    display: none; }
  .rating-star-wrapper.rating-star-1-5 .rating-star:nth-child(1):after {
    color: #e30613; }
  .rating-star-wrapper.rating-star-1-5 .rating-star:nth-child(2):before {
    display: block; }
  .rating-star-wrapper.rating-star-2-0 .rating-star:before {
    display: none; }
  .rating-star-wrapper.rating-star-2-0 .rating-star:nth-child(1):after, .rating-star-wrapper.rating-star-2-0 .rating-star:nth-child(2):after {
    color: #e30613; }
  .rating-star-wrapper.rating-star-2-5 .rating-star:before {
    display: none; }
  .rating-star-wrapper.rating-star-2-5 .rating-star:nth-child(1):after, .rating-star-wrapper.rating-star-2-5 .rating-star:nth-child(2):after {
    color: #e30613; }
  .rating-star-wrapper.rating-star-2-5 .rating-star:nth-child(3):before {
    display: block; }
  .rating-star-wrapper.rating-star-3-0 .rating-star:before {
    display: none; }
  .rating-star-wrapper.rating-star-3-0 .rating-star:nth-child(1):after, .rating-star-wrapper.rating-star-3-0 .rating-star:nth-child(2):after, .rating-star-wrapper.rating-star-3-0 .rating-star:nth-child(3):after {
    color: #e30613; }
  .rating-star-wrapper.rating-star-3-5 .rating-star:before {
    display: none; }
  .rating-star-wrapper.rating-star-3-5 .rating-star:nth-child(1):after, .rating-star-wrapper.rating-star-3-5 .rating-star:nth-child(2):after, .rating-star-wrapper.rating-star-3-5 .rating-star:nth-child(3):after {
    color: #e30613; }
  .rating-star-wrapper.rating-star-3-5 .rating-star:nth-child(4):before {
    display: block; }
  .rating-star-wrapper.rating-star-4-0 .rating-star:before {
    display: none; }
  .rating-star-wrapper.rating-star-4-0 .rating-star:after {
    color: #e30613; }
  .rating-star-wrapper.rating-star-4-0 .rating-star:nth-child(5):after {
    color: #cecece; }
  .rating-star-wrapper.rating-star-4-5 .rating-star:before {
    display: none; }
  .rating-star-wrapper.rating-star-4-5 .rating-star:after {
    color: #e30613; }
  .rating-star-wrapper.rating-star-4-5 .rating-star:nth-child(5):before {
    display: block; }
  .rating-star-wrapper.rating-star-4-5 .rating-star:nth-child(5):after {
    color: #cecece; }
  .rating-star-wrapper.rating-star-5-0 .rating-star:before {
    display: none; }
  .rating-star-wrapper.rating-star-5-0 .rating-star:after {
    color: #e30613; }

.dealer-detail-info-rating-customers,
.dealer-detail-info-rating-stars {
  min-width: 280px; }
  .dealer-detail-info-rating-customers dt,
  .dealer-detail-info-rating-stars dt {
    font-family: sport2000bold, arial, sans-serif;
    font-size: 1.875rem;
    text-align: center;
    margin-bottom: 0.625rem;
    color: #e30613; }
    .dealer-detail-info-rating-customers dt strong,
    .dealer-detail-info-rating-stars dt strong {
      display: block; }
  .dealer-detail-info-rating-customers dd,
  .dealer-detail-info-rating-stars dd {
    font-family: sport2000bold, arial, sans-serif;
    font-weight: bold; }

.dealer-detail-info-rating-note {
  margin-top: 1.875rem;
  color: #7c7c7c; }

span[itemprop='telephone'] a,
span[itemprop='telephone'] a:visited {
  color: #e30613; }

.dealer-accordion-content .dealer-image-list {
  padding: 1.25rem 0; }
  .dealer-accordion-content .dealer-image-list li {
    display: inline-block;
    margin: 0 0.625rem 0.625rem 0; }
    @media only screen and (min-width: 1024px) {
      .dealer-accordion-content .dealer-image-list li {
        margin-right: 1.875rem; } }
    .dealer-accordion-content .dealer-image-list li img {
      height: auto; }

.sport-categories-container {
  padding: 0.875rem 0 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media only screen and (min-width: 480px) {
    .sport-categories-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media only screen and (min-width: 1024px) {
    .sport-categories-container {
      width: 72%; } }

.sport-categories {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-bottom: 1.5rem; }
  @media only screen and (min-width: 480px) {
    .sport-categories {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 568px) {
    .sport-categories {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      padding-bottom: 3.75rem; } }
  @media only screen and (min-width: 1024px) {
    .sport-categories {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%; } }
  .sport-categories h4 {
    text-transform: uppercase;
    color: #e30613; }
  .sport-categories li {
    display: block;
    margin-top: 0.75rem; }

.no-touch .dealer-accordion .dealer-accordion-headline {
  cursor: pointer; }

.forkpage-expertslider-module {
  background: #f2f2f2;
  position: relative; }

.forkpage-expertslider-slider {
  margin: 0;
  padding: 0 3.5625rem; }

.forkpage-expertslider-slider-item {
  text-align: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  .forkpage-expertslider-slider-item picture img {
    border-radius: 100%;
    margin: 0 auto 10px; }
  .forkpage-expertslider-slider-item h4,
  .forkpage-expertslider-slider-item p {
    color: #6e6e6e; }
  .forkpage-expertslider-slider-item p {
    color: #6e6e6e;
    max-width: 250px;
    line-height: 1.3;
    margin: 0 auto; }

.slick-prev-arrow-expertslider,
.slick-next-arrow-expertslider {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -31px);
      -ms-transform: translate(0, -31px);
          transform: translate(0, -31px);
  z-index: 2;
  cursor: pointer;
  display: block; }
  @media only screen and (min-width: 640px) {
    .slick-prev-arrow-expertslider,
    .slick-next-arrow-expertslider {
      -webkit-transform: translate(0, -57px);
          -ms-transform: translate(0, -57px);
              transform: translate(0, -57px); } }
  .slick-prev-arrow-expertslider:before,
  .slick-next-arrow-expertslider:before {
    content: '\e91a';
    color: #fff;
    display: block;
    width: 1.875rem;
    height: 3.875rem;
    font-size: 3.875rem; }
    @media only screen and (min-width: 640px) {
      .slick-prev-arrow-expertslider:before,
      .slick-next-arrow-expertslider:before {
        width: 3.375rem;
        height: 7.125rem;
        font-size: 7.125rem; } }
  .slick-prev-arrow-expertslider:after,
  .slick-next-arrow-expertslider:after {
    color: #e30613;
    font-size: 0.8125rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media only screen and (min-width: 640px) {
      .slick-prev-arrow-expertslider:after,
      .slick-next-arrow-expertslider:after {
        font-size: 1.6875rem; } }
  .slick-prev-arrow-expertslider:hover:before,
  .slick-next-arrow-expertslider:hover:before {
    color: #e30613; }
  .slick-prev-arrow-expertslider:hover:after,
  .slick-next-arrow-expertslider:hover:after {
    color: #fff; }

.slick-prev-arrow-expertslider {
  left: 0; }
  .slick-prev-arrow-expertslider:before {
    content: '\e91a'; }
  .slick-prev-arrow-expertslider:after {
    left: 0.3125rem;
    content: '\e919'; }

.slick-next-arrow-expertslider {
  right: 0; }
  .slick-next-arrow-expertslider:before {
    content: '\e91a';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .slick-next-arrow-expertslider:after {
    content: '\e91b';
    right: 0.3125rem; }

.forkdetailpage-header-module {
  position: relative; }

.forkdetailpage-header-background-image {
  width: 100%;
  left: 0;
  max-width: 100vw;
  overflow: hidden; }
  .forkdetailpage-header-background-image img {
    width: auto;
    max-width: none;
    position: relative; }

.forkdetailpage-header-image {
  margin-bottom: 0.75rem;
  width: 100%; }
  .forkdetailpage-header-image img {
    margin: 0 auto; }

.forkdetailpage-header-content {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center; }

.forkdetailpage-header-meta {
  margin-bottom: 1.5rem; }

.forkdetailpage-header-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .forkdetailpage-header-text h1 {
    margin: 0;
    font-size: 1.75rem;
    line-height: 32px;
    margin-top: 0.625rem;
    font-family: sport2000bold, arial, sans-serif; }
    @media only screen and (min-width: 640px) {
      .forkdetailpage-header-text h1 {
        font-size: 3rem;
        line-height: 52px; } }
    @media only screen and (min-width: 1280px) {
      .forkdetailpage-header-text h1 {
        font-size: 5rem;
        line-height: 84px; } }

.forkdetailpage-header-name,
.forkdetailpage-header-title {
  display: block; }

.forkdetailpage-text-module {
  text-align: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #f2f2f2; }
  @media only screen and (min-width: 1024px) {
    .forkdetailpage-text-module {
      padding-top: 4.375rem;
      padding-bottom: 3.75rem; } }

.forkdetailpage-text-meta {
  color: #6e6e6e;
  font-size: 0.875rem; }

.forkdetailpage-text-content {
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  color: #000;
  margin-top: 0.9375rem;
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 640px) {
    .forkdetailpage-text-content {
      font-size: 1.5rem;
      line-height: 1.75rem; } }
  @media only screen and (min-width: 1280px) {
    .forkdetailpage-text-content {
      font-size: 1.625rem;
      line-height: 1.875rem; } }

.forkdetailpage-text-tags ul {
  color: #6e6e6e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .forkdetailpage-text-tags ul li {
    margin: 0.3125rem 0.625rem; }

.forkdetailpage-text-tags a,
.forkdetailpage-text-tags span {
  color: inherit;
  text-decoration: none;
  font-size: 0.875rem;
  text-transform: uppercase; }
  .forkdetailpage-text-tags a:before,
  .forkdetailpage-text-tags span:before {
    content: '\e946';
    padding-right: 0.3125rem;
    display: inline-block;
    font-size: 1.6875rem;
    position: relative;
    top: 6px; }

.forkdetailpage-share-module {
  text-align: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #fff; }
  @media only screen and (min-width: 1024px) {
    .forkdetailpage-share-module {
      padding-top: 4.375rem;
      padding-bottom: 3.75rem; } }
  .forkdetailpage-share-module h3 {
    margin-bottom: 1.875rem; }

.forkdetailpage-share-module-options {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .forkdetailpage-share-module-options li {
    min-width: 270px; }
    @media only screen and (min-width: 640px) {
      .forkdetailpage-share-module-options li {
        min-width: 0; } }
  .forkdetailpage-share-module-options a {
    font-family: sport2000bold, arial, sans-serif;
    padding: 1rem 3.75rem;
    padding: inherit;
    text-decoration: none;
    font-size: 1.0625rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    padding-right: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0.9375rem 0.9375rem; }
    @media only screen and (min-width: 640px) {
      .forkdetailpage-share-module-options a {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .forkdetailpage-share-module-options a:before {
      width: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0.625rem 0.8125rem;
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      margin-right: 0.8125rem;
      font-size: 1.375rem; }
  .forkdetailpage-share-module-options .facebook a {
    background: #3b5998; }
    .forkdetailpage-share-module-options .facebook a:before {
      content: '\e94c';
      background: #4668ae; }
  .forkdetailpage-share-module-options .messenger {
    display: inline-block; }
    @media only screen and (min-width: 750px) {
      .forkdetailpage-share-module-options .messenger {
        display: block; } }
    .forkdetailpage-share-module-options .messenger a {
      background: #007fff; }
      .forkdetailpage-share-module-options .messenger a:before {
        content: '\e94a';
        background: #218ffe; }
  .forkdetailpage-share-module-options .twitter a {
    background: #00a0ff; }
    .forkdetailpage-share-module-options .twitter a:before {
      content: '\e94b';
      background: #21acfe; }
  .forkdetailpage-share-module-options .mail a {
    background: #c31230; }
    .forkdetailpage-share-module-options .mail a:before {
      content: '\e949';
      background: #db1536; }

.iframe-footwear {
  padding: 1.875rem 0; }
  @media only screen and (min-width: 640px) {
    .iframe-footwear {
      padding: 3.75rem 0; } }
  @media only screen and (min-width: 1024px) {
    .iframe-footwear {
      padding: 6.25rem 0 1.25rem; } }

.iframe-footwear-wrapper {
  margin: 0 auto;
  max-width: 73.125rem; }

.iframe-footwear-container {
  position: relative;
  padding-bottom: 100%;
  /* ratio 16x9 */
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 226rem; }
  @media only screen and (min-width: 750px) {
    .iframe-footwear-container {
      min-height: 266.25rem; } }
  .iframe-footwear-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.brands-slider {
  padding: 2.5rem 0; }
  .brands-slider .brands-slider-inner-wrap {
    position: relative;
    padding: 1.875rem 0; }
  .brands-slider .slick-slide {
    height: inherit; }
  @media only screen and (min-width: 1024px) {
    .brands-slider .brands-slider-container {
      margin: 0 auto;
      width: calc(100% - 120px);
      max-width: 71.25rem; } }
  .brands-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .brands-slider .brands-slider-item-image-wrapper {
    height: inherit; }
  .brands-slider img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
  .brands-slider .brands-cta-container {
    background: #fff;
    text-align: center;
    padding: 1.875rem 0; }
  .brands-slider .brands-cta {
    font-family: sport2000bold, arial, sans-serif;
    padding: 1rem 3.75rem;
    display: inline-block;
    margin-top: auto;
    text-transform: uppercase;
    border: 1px solid;
    margin-right: auto; }

.slick-prev-arrow-dealer,
.slick-next-arrow-dealer {
  position: absolute;
  display: block;
  background: transparent;
  border: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer; }
  .slick-prev-arrow-dealer:after,
  .slick-next-arrow-dealer:after {
    color: #e30613;
    font-size: 1.875rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media only screen and (min-width: 1024px) {
      .slick-prev-arrow-dealer:after,
      .slick-next-arrow-dealer:after {
        font-size: 1.6875rem; } }

.slick-prev-arrow-dealer {
  left: 0; }
  .slick-prev-arrow-dealer:after {
    left: 1.5rem;
    content: '\e90f'; }
    @media only screen and (min-width: 1720px) {
      .slick-prev-arrow-dealer:after {
        left: 9.0625rem; } }

.slick-next-arrow-dealer {
  right: 0.0625rem; }
  .slick-next-arrow-dealer:after {
    content: '\e912';
    right: 1.5rem; }
    @media only screen and (min-width: 1720px) {
      .slick-next-arrow-dealer:after {
        right: 9.0625rem; } }

.no-touch .slick-prev-arrow-dealer,
.no-touch .slick-next-arrow-dealer {
  cursor: pointer; }

.catalog-slider {
  position: relative;
  padding: 0 0 1.875rem; }
  @media only screen and (min-width: 640px) {
    .catalog-slider {
      padding: 0 0 3.75rem; } }
  @media only screen and (min-width: 1170px) {
    .catalog-slider {
      padding: 0 0 6.25rem; } }
  .catalog-slider .slick-slide {
    height: inherit; }
  .catalog-slider img {
    margin: 0 auto; }
  .catalog-slider h2 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 1.875rem; }

.catalog-slider-item-picture {
  position: relative;
  display: block;
  text-align: center; }
  .catalog-slider-item-picture:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .catalog-slider-item-picture img {
    width: 100%;
    height: auto; }

.catalog-slider-container {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center; }

.data-download,
.data-view {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding-top: 4.0625rem;
  position: relative;
  font-size: 0.875rem; }
  .data-download:before,
  .data-view:before {
    content: '';
    display: block;
    width: 3.4375rem;
    height: 3.4375rem;
    border-radius: 1.875rem;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .data-download:after,
  .data-view:after {
    display: block;
    position: absolute;
    width: 3.4375rem;
    height: 3.4375rem;
    font-size: 2.125rem;
    line-height: normal;
    color: #e30613;
    top: 0;
    left: 0;
    text-align: center; }

.data-download:after {
  content: '\e904';
  font-size: 2rem;
  -webkit-transform: translate(8%, 15%);
      -ms-transform: translate(8%, 15%);
          transform: translate(8%, 15%); }

.data-view:after {
  content: '\e900';
  -webkit-transform: translateY(18%);
      -ms-transform: translateY(18%);
          transform: translateY(18%); }

.catalog-slider-item-wrapper {
  position: relative;
  margin: 0 auto;
  text-align: center; }

.catalog-slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 640px) {
    .catalog-slider-wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .catalog-slider-wrap.slick-slider {
    display: block; }
    @media only screen and (min-width: 640px) {
      .catalog-slider-wrap.slick-slider {
        max-width: none; } }
  .catalog-slider-wrap:not(.slick-slider) .catalog-slider-item {
    padding: 0 0.625rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 400px;
    float: none;
    margin-bottom: 1.875rem;
    width: 100%; }
    @media only screen and (min-width: 640px) {
      .catalog-slider-wrap:not(.slick-slider) .catalog-slider-item {
        max-width: 24.375rem;
        padding: 0 1.25rem;
        float: left; } }
  .catalog-slider-wrap .catalog-slider-item {
    padding: 0 0.625rem; }

.catalog-slider-item-content {
  position: absolute;
  bottom: 1.875rem;
  text-align: center;
  width: 100%;
  left: 0; }
  .catalog-slider-item-content a + a {
    margin-left: 1.25rem; }
  .catalog-slider-item-content h5 {
    color: #fff;
    font-size: 1.375rem;
    font-family: sport2000regular, arial, sans-serif;
    margin-bottom: 0.625rem;
    font-weight: normal; }
    @media only screen and (min-width: 480px) {
      .catalog-slider-item-content h5 {
        font-size: 1.5rem; } }

.seo-content {
  padding: 1.875rem 0; }
  @media only screen and (min-width: 640px) {
    .seo-content {
      padding: 3.75rem 0; } }
  @media only screen and (min-width: 1024px) {
    .seo-content {
      padding: 2.5rem 0; } }
  .seo-content .seo-container {
    padding: 0 1.25rem; }
    @media only screen and (min-width: 640px) {
      .seo-content .seo-container {
        padding: 0 3.75rem; } }
    @media only screen and (min-width: 1024px) {
      .seo-content .seo-container {
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 1.25rem; } }
  .seo-content h1 + p {
    margin-top: 0.875rem; }
  .seo-content h2 + p {
    margin-top: 0.875rem; }
  .seo-content h3 + p {
    margin-top: 0.875rem; }
  .seo-content h4 + p {
    margin-top: 0.875rem; }

.video-teaser .preview-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto; }
  .video-teaser .preview-container .play-button {
    position: absolute;
    height: 5.625rem;
    width: 5.625rem;
    bottom: 50%;
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    border: 15px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: #fff;
    background-clip: padding-box; }
    @media only screen and (min-width: 640px) {
      .video-teaser .preview-container .play-button {
        height: 8.125rem;
        width: 8.125rem; } }
    .video-teaser .preview-container .play-button:after {
      content: '\e914';
      color: #f70013;
      position: relative;
      left: 1.375rem;
      top: 1.125rem;
      font-size: 1.5rem; }
      @media only screen and (min-width: 640px) {
        .video-teaser .preview-container .play-button:after {
          font-size: 3rem;
          left: 2.0625rem;
          top: 1.625rem; } }
    .video-teaser .preview-container .play-button:hover {
      cursor: pointer;
      background: #f70013;
      background-clip: content-box; }
      .video-teaser .preview-container .play-button:hover:after {
        color: #fff; }
  .video-teaser .preview-container .button-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%; }

.video-teaser .embed-container {
  display: none;
  position: relative;
  padding-bottom: 62.5%;
  overflow: hidden;
  width: 100%;
  height: auto; }
  @media only screen and (min-width: 750px) {
    .video-teaser .embed-container {
      padding-bottom: 39.1666666667%; } }
  @media only screen and (min-width: 1024px) {
    .video-teaser .embed-container {
      padding-bottom: 33.8541666667%; } }
  .video-teaser .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-teaser .embed-container.format-big {
    padding-bottom: 56.25%; }
    @media only screen and (min-width: 750px) {
      .video-teaser .embed-container.format-big {
        padding-bottom: 56.25%; } }
    @media only screen and (min-width: 1024px) {
      .video-teaser .embed-container.format-big {
        padding-bottom: 56.25%; } }

.video-teaser .video-item-content-button {
  font-family: sport2000bold, arial, sans-serif;
  padding: 1rem 3.75rem;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid;
  background: rgba(0, 0, 0, 0.42);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  line-height: 1rem;
  min-height: 1rem;
  position: absolute;
  left: -50%;
  bottom: 1.25rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media only screen and (min-width: 640px) {
    .video-teaser .video-item-content-button {
      bottom: 5.625rem; } }
  .video-teaser .video-item-content-button:hover {
    cursor: pointer;
    background: #e30613;
    border: 1px solid #e30613; }

.video-teaser.special-bg {
  min-height: 235px;
  background: transparent url("../Img/SPORT200_50-Jahre-Special_Muster-BG.jpg"); }
  @media only screen and (min-width: 380px) {
    .video-teaser.special-bg {
      min-height: 280px; } }
  @media only screen and (min-width: 640px) {
    .video-teaser.special-bg {
      min-height: 445px; } }
  @media only screen and (min-width: 750px) {
    .video-teaser.special-bg {
      min-height: 396px; } }
  @media only screen and (min-width: 1024px) {
    .video-teaser.special-bg {
      min-height: 590px; } }
  .video-teaser.special-bg .embed-container {
    display: block;
    padding-bottom: 63.85417%; }
    @media only screen and (min-width: 750px) {
      .video-teaser.special-bg .embed-container {
        padding-bottom: 49.85417%; } }
    @media only screen and (min-width: 1024px) {
      .video-teaser.special-bg .embed-container {
        padding-bottom: 43.85417%; } }
    .video-teaser.special-bg .embed-container iframe {
      top: 29px;
      outline: 11px solid #fff;
      left: 50%;
      width: 90.8%;
      height: 80%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media only screen and (min-width: 568px) {
        .video-teaser.special-bg .embed-container iframe {
          top: 36px; } }
      @media only screen and (min-width: 640px) {
        .video-teaser.special-bg .embed-container iframe {
          top: 60px; } }
      @media only screen and (min-width: 750px) {
        .video-teaser.special-bg .embed-container iframe {
          top: 88px;
          width: 54.6%;
          height: 61.5%; } }
      @media only screen and (min-width: 1024px) {
        .video-teaser.special-bg .embed-container iframe {
          outline-width: 20px;
          top: 160px;
          left: 50%;
          width: 47.49%;
          height: 61%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }

.statement {
  background: #e30613;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.0625rem 0;
  position: relative; }
  .statement + .statement {
    border-top: 0; }

.statement-container {
  max-width: 1170px;
  margin: 0 auto;
  background: transparent;
  padding-top: 1.875rem; }
  .statement-container h2 {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 0.875rem; }
    @media only screen and (min-width: 640px) {
      .statement-container h2 {
        font-size: 2.5rem;
        line-height: 2.75rem; } }
    @media only screen and (min-width: 1280px) {
      .statement-container h2 {
        font-size: 2.5rem;
        line-height: 2.75rem; } }
  .statement-container h2 {
    color: #fff;
    text-align: center; }

@media only screen and (min-width: 1024px) {
  .statement-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .statement-slider.slick-slider {
      display: block; } }

.statement-slider .slick-slide {
  height: auto; }

.statement-slider .slick-prev-arrow-statement,
.statement-slider .slick-next-arrow-statement {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer; }
  .statement-slider .slick-prev-arrow-statement:before,
  .statement-slider .slick-next-arrow-statement:before {
    content: '\e91a';
    color: #fff;
    display: block;
    width: 1.875rem;
    height: 3.875rem;
    font-size: 3.875rem; }
    @media only screen and (min-width: 640px) {
      .statement-slider .slick-prev-arrow-statement:before,
      .statement-slider .slick-next-arrow-statement:before {
        width: 3.375rem;
        height: 7.125rem;
        font-size: 7.125rem; } }
  .statement-slider .slick-prev-arrow-statement:after,
  .statement-slider .slick-next-arrow-statement:after {
    color: #e30613;
    font-size: 0.8125rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media only screen and (min-width: 640px) {
      .statement-slider .slick-prev-arrow-statement:after,
      .statement-slider .slick-next-arrow-statement:after {
        font-size: 1.6875rem; } }
  .statement-slider .slick-prev-arrow-statement:hover:before,
  .statement-slider .slick-next-arrow-statement:hover:before {
    color: #e30613; }
  .statement-slider .slick-prev-arrow-statement:hover:after,
  .statement-slider .slick-next-arrow-statement:hover:after {
    color: #fff; }

.statement-slider .slick-prev-arrow-statement {
  left: calc(-50vw + 50%); }
  .statement-slider .slick-prev-arrow-statement:before {
    content: '\e91a'; }
  .statement-slider .slick-prev-arrow-statement:after {
    left: 0.3125rem;
    content: '\e919'; }

.statement-slider .slick-next-arrow-statement {
  right: calc(-50vw + 50%); }
  .statement-slider .slick-next-arrow-statement:before {
    content: '\e91a';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .statement-slider .slick-next-arrow-statement:after {
    content: '\e91b';
    right: 0.3125rem; }

.statement-item:nth-last-child(-n+3):first-child,
.statement-item:nth-last-child(-n+3):first-child ~ * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 3333.33333333%;
          flex: 1 1 3333.33333333%; }

.statement-item:nth-last-child(-n+2):first-child,
.statement-item:nth-last-child(-n+2):first-child ~ * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; }

.statement-item:nth-last-child(-n+1):first-child,
.statement-item:nth-last-child(-n+1):first-child ~ * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }
  @media only screen and (min-width: 1024px) {
    .statement-item:nth-last-child(-n+1):first-child .statement-item-content,
    .statement-item:nth-last-child(-n+1):first-child ~ * .statement-item-content {
      width: 66.6666666667%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 auto;
      margin-top: inherit; } }
  @media only screen and (min-width: 1024px) {
    .statement-item:nth-last-child(-n+1):first-child .statement-image,
    .statement-item:nth-last-child(-n+1):first-child ~ * .statement-image {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 25%;
              flex: 1 1 25%; } }
  @media only screen and (min-width: 1024px) {
    .statement-item:nth-last-child(-n+1):first-child .statement-text,
    .statement-item:nth-last-child(-n+1):first-child ~ * .statement-text {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 75%;
              flex: 1 1 75%;
      padding: 0 1.875rem;
      max-width: none; } }

.statement-item-content {
  color: #fff;
  padding: 1.875rem 1.25rem; }

.statement-image {
  margin-bottom: 1.875rem; }
  .statement-image img {
    margin: 0 auto; }

.statement-text {
  text-align: center;
  max-width: 17.5rem;
  min-height: 8.3125rem;
  margin-left: auto;
  margin-right: auto; }
  .statement-text header {
    padding-bottom: 0.9375rem;
    background: url("data:image/gif;base64,R0lGODlhQQABAIAAAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQjJEQzk1MEU2MDExMUU1QUZBNUUwN0MyMzFDMDc0NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQjJEQzk1MUU2MDExMUU1QUZBNUUwN0MyMzFDMDc0NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBCQzI2OEZGREM5QjExRTVBRkE1RTA3QzIzMUMwNzQ2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBCQzI2OTAwREM5QjExRTVBRkE1RTA3QzIzMUMwNzQ2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAEEAAQAAAgeEj6nL7V4AADs=") no-repeat bottom center;
    margin-bottom: 0.9375rem; }
    .statement-text header h3 {
      font-size: 1.3125rem;
      line-height: 1.1; }
  .statement-text footer {
    font-size: 1.125rem;
    color: #fff; }
    .statement-text footer h3 {
      font-size: 1.3125rem;
      line-height: 1.1; }
    .statement-text footer .statement-quote-name,
    .statement-text footer .statement-quote-company {
      display: block; }
    .statement-text footer .statement-textimg-button {
      font-family: sport2000bold, arial, sans-serif;
      padding: 1rem 3.75rem;
      color: #fff;
      background: #e30613;
      display: inline-block;
      margin-top: 1.5rem;
      text-transform: uppercase;
      border: 1px solid #fff;
      margin-right: auto; }
      .statement-text footer .statement-textimg-button:hover {
        color: #e30613;
        background: #fff; }

.statement-cta-container {
  background: #e30613;
  text-align: center;
  padding-bottom: 1.875rem; }

.statement-cta {
  font-family: sport2000bold, arial, sans-serif;
  padding: 1rem 3.75rem;
  display: inline-block;
  margin-top: auto;
  text-transform: uppercase;
  border: 1px solid;
  margin-right: auto; }

.statement-nav .slick-prev-arrow-statement,
.statement-nav .slick-next-arrow-statement {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer; }
  .statement-nav .slick-prev-arrow-statement:before,
  .statement-nav .slick-next-arrow-statement:before {
    content: '\e91a';
    color: #fff;
    display: block;
    width: 1.875rem;
    height: 3.875rem;
    font-size: 3.875rem; }
    @media only screen and (min-width: 640px) {
      .statement-nav .slick-prev-arrow-statement:before,
      .statement-nav .slick-next-arrow-statement:before {
        width: 3.375rem;
        height: 7.125rem;
        font-size: 7.125rem; } }
  .statement-nav .slick-prev-arrow-statement:after,
  .statement-nav .slick-next-arrow-statement:after {
    color: #e30613;
    font-size: 0.8125rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media only screen and (min-width: 640px) {
      .statement-nav .slick-prev-arrow-statement:after,
      .statement-nav .slick-next-arrow-statement:after {
        font-size: 1.6875rem; } }
  .statement-nav .slick-prev-arrow-statement:hover:before,
  .statement-nav .slick-next-arrow-statement:hover:before {
    color: #e30613; }
  .statement-nav .slick-prev-arrow-statement:hover:after,
  .statement-nav .slick-next-arrow-statement:hover:after {
    color: #fff; }

.statement-nav .slick-prev-arrow-statement {
  left: calc(-50vw + 50%); }
  .statement-nav .slick-prev-arrow-statement:before {
    content: '\e91a'; }
  .statement-nav .slick-prev-arrow-statement:after {
    left: 0.3125rem;
    content: '\e919'; }

.statement-nav .slick-next-arrow-statement {
  right: calc(-50vw + 50%); }
  .statement-nav .slick-next-arrow-statement:before {
    content: '\e91a';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .statement-nav .slick-next-arrow-statement:after {
    content: '\e91b';
    right: 0.3125rem; }

/* stylelint-disable selector-max-compound-selectors */
.expert {
  background: transparent; }
  .expert.statement {
    border: 0;
    padding: 0; }
  .expert .statement-container {
    padding-top: 0;
    max-width: none; }
    .expert .statement-container h1 {
      font-family: sport2000bold, arial, sans-serif;
      font-size: 1.5rem;
      line-height: 1.75rem; }
      @media only screen and (min-width: 640px) {
        .expert .statement-container h1 {
          font-size: 2.5rem;
          line-height: 2.75rem; } }
      @media only screen and (min-width: 1280px) {
        .expert .statement-container h1 {
          font-size: 3.75rem;
          line-height: 4rem; } }
      @media only screen and (min-width: 1720px) {
        .expert .statement-container h1 {
          font-size: 5rem;
          line-height: 5.25rem; } }
    .expert .statement-container h2 {
      font-family: sport2000regular, arial, sans-serif;
      font-size: 1.5rem;
      line-height: 1.75rem;
      margin-bottom: 0.875rem; }
      @media only screen and (min-width: 640px) {
        .expert .statement-container h2 {
          font-size: 2.5rem;
          line-height: 2.75rem; } }
      @media only screen and (min-width: 1280px) {
        .expert .statement-container h2 {
          font-size: 2.5rem;
          line-height: 2.75rem; } }
    .expert .statement-container h2.headline {
      color: #000;
      margin-top: 1.875rem;
      margin-bottom: 1.875rem; }
      @media only screen and (min-width: 750px) {
        .expert .statement-container h2.headline {
          margin-top: 3.75rem;
          margin-bottom: 3.75rem; } }
      @media only screen and (min-width: 1024px) {
        .expert .statement-container h2.headline {
          margin-top: 6.25rem;
          margin-bottom: 6.25rem; } }
  .expert .statement-item {
    position: relative;
    overflow: hidden; }
    .expert .statement-item:nth-last-child(-n+3):first-child,
    .expert .statement-item:nth-last-child(-n+3):first-child ~ * {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33.3333333333%;
              flex: 1 1 33.3333333333%;
      display: block; }
    .expert .statement-item .statement-sport:after {
      content: '/';
      padding: 0 0.3125rem; }
    .expert .statement-item .statement-item-content {
      width: 100%;
      margin: 0 auto; }
      @media only screen and (min-width: 480px) {
        .expert .statement-item .statement-item-content {
          width: 75%; } }
    .expert .statement-item:nth-last-child(n+3),
    .expert .statement-item:nth-last-child(n+3) ~ * {
      position: relative; }
      .expert .statement-item:nth-last-child(n+3) .statement-background-image,
      .expert .statement-item:nth-last-child(n+3) ~ * .statement-background-image {
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden; }
        .expert .statement-item:nth-last-child(n+3) .statement-background-image img,
        .expert .statement-item:nth-last-child(n+3) ~ * .statement-background-image img {
          width: auto;
          max-width: none;
          position: relative; }
      .expert .statement-item:nth-last-child(n+3) .statement-item-content,
      .expert .statement-item:nth-last-child(n+3) ~ * .statement-item-content {
        display: block;
        position: relative;
        margin-top: inherit;
        width: 100%; }
      .expert .statement-item:nth-last-child(n+3) .statement-meta,
      .expert .statement-item:nth-last-child(n+3) ~ * .statement-meta {
        margin-bottom: 0.8125rem; }
      .expert .statement-item:nth-last-child(n+3) .statement-sport:after,
      .expert .statement-item:nth-last-child(n+3) ~ * .statement-sport:after {
        content: '/';
        padding: 0 0.3125rem; }
    .expert .statement-item:nth-last-child(-n+1):first-child .statement-background-image,
    .expert .statement-item:nth-last-child(-n+1):first-child ~ * .statement-background-image {
      left: 0;
      max-width: 100vw;
      overflow: hidden;
      width: 100%; }
      .expert .statement-item:nth-last-child(-n+1):first-child .statement-background-image img,
      .expert .statement-item:nth-last-child(-n+1):first-child ~ * .statement-background-image img {
        width: auto;
        max-width: none;
        position: relative; }
    .expert .statement-item:nth-last-child(-n+1):first-child .statement-item-content,
    .expert .statement-item:nth-last-child(-n+1):first-child ~ * .statement-item-content {
      display: block;
      position: absolute;
      margin-top: inherit;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .expert .statement-item:nth-last-child(-n+1):first-child .statement-image,
    .expert .statement-item:nth-last-child(-n+1):first-child ~ * .statement-image {
      margin-bottom: 1rem; }
    .expert .statement-item:nth-last-child(-n+1):first-child .statement-text,
    .expert .statement-item:nth-last-child(-n+1):first-child ~ * .statement-text {
      line-height: 1.2;
      font-size: 1.0625rem; }
      .expert .statement-item:nth-last-child(-n+1):first-child .statement-text .statement-meta,
      .expert .statement-item:nth-last-child(-n+1):first-child ~ * .statement-text .statement-meta {
        color: rgba(255, 255, 255, 0.5);
        text-transform: uppercase; }
      .expert .statement-item:nth-last-child(-n+1):first-child .statement-text .statement-sport:after,
      .expert .statement-item:nth-last-child(-n+1):first-child ~ * .statement-text .statement-sport:after {
        content: '/';
        padding: 0 0.3125rem; }
      .expert .statement-item:nth-last-child(-n+1):first-child .statement-text header,
      .expert .statement-item:nth-last-child(-n+1):first-child ~ * .statement-text header {
        background: none;
        padding-bottom: 0; }
      @media only screen and (min-width: 1024px) {
        .expert .statement-item:nth-last-child(-n+1):first-child .statement-text h1,
        .expert .statement-item:nth-last-child(-n+1):first-child ~ * .statement-text h1 {
          margin-top: 0;
          margin-bottom: 0; } }
      .expert .statement-item:nth-last-child(-n+1):first-child .statement-text footer,
      .expert .statement-item:nth-last-child(-n+1):first-child ~ * .statement-text footer {
        padding-top: 1.875rem;
        background: url("data:image/gif;base64,R0lGODlhQQABAIAAAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQjJEQzk1MEU2MDExMUU1QUZBNUUwN0MyMzFDMDc0NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQjJEQzk1MUU2MDExMUU1QUZBNUUwN0MyMzFDMDc0NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBCQzI2OEZGREM5QjExRTVBRkE1RTA3QzIzMUMwNzQ2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBCQzI2OTAwREM5QjExRTVBRkE1RTA3QzIzMUMwNzQ2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAEEAAQAAAgeEj6nL7V4AADs=") no-repeat center 0.9375rem; }
      .expert .statement-item:nth-last-child(-n+1):first-child .statement-text .statement-morelink,
      .expert .statement-item:nth-last-child(-n+1):first-child ~ * .statement-text .statement-morelink {
        color: #f70013; }
  .expert.expert-1column .statement-text {
    max-width: none;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  .expert.expert-3column h1 {
    line-height: 1.1;
    font-size: 1.3125rem;
    font-family: sport2000regular, arial, sans-serif;
    margin: 0; }
  .expert.stage .statement-item:nth-last-child(-n+1):first-child .statement-background-image img,
  .expert.stage .statement-item:nth-last-child(-n+1):first-child ~ * .statement-background-image img {
    width: auto; }
  @media only screen and (min-width: 1024px) {
    .expert.stage .statement-item:nth-last-child(-n+1):first-child .statement-item-content,
    .expert.stage .statement-item:nth-last-child(-n+1):first-child ~ * .statement-item-content {
      margin-top: 4.375rem;
      height: 33.75rem; } }
  .expert .statement-background-image {
    border: 1px solid #fff; }

/* stylelint-enable selector-max-compound-selectors */
/* stylelint-disable selector-max-compound-selectors, selector-max-class */
.dealer-search-results h1,
.dealersearch-listing h1 {
  font-family: sport2000regular, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem; }
  @media only screen and (min-width: 750px) {
    .dealer-search-results h1,
    .dealersearch-listing h1 {
      font-family: sport2000regular, arial, sans-serif;
      font-size: 2.5rem;
      line-height: 2.75rem; } }
  @media only screen and (min-width: 1280px) {
    .dealer-search-results h1,
    .dealersearch-listing h1 {
      font-family: sport2000regular, arial, sans-serif;
      font-size: 3.75rem;
      line-height: 4rem; } }
  @media only screen and (min-width: 120rem) {
    .dealer-search-results h1,
    .dealersearch-listing h1 {
      font-family: sport2000regular, arial, sans-serif;
      font-size: 5rem;
      line-height: 5.25rem; } }

.dealer-search-results h2,
.dealersearch-listing h2 {
  font-family: sport2000regular, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem; }
  @media only screen and (min-width: 750px) {
    .dealer-search-results h2,
    .dealersearch-listing h2 {
      font-family: sport2000regular, arial, sans-serif;
      font-size: 2.5rem;
      line-height: 2.75rem; } }

.dealer-search-results h3,
.dealersearch-listing h3 {
  font-family: sport2000regular, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem; }
  @media only screen and (min-width: 750px) {
    .dealer-search-results h3,
    .dealersearch-listing h3 {
      font-family: sport2000regular, arial, sans-serif;
      font-size: 1.5rem;
      line-height: 1.75rem; } }
  @media only screen and (min-width: 1280px) {
    .dealer-search-results h3,
    .dealersearch-listing h3 {
      font-family: sport2000regular, arial, sans-serif;
      font-size: 1.625rem;
      line-height: 1.875rem; } }

.dealer-search-results h4,
.dealersearch-listing h4 {
  font-family: sport2000regular, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem; }

.dealersearch-listing .dealer-result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 1024px) {
    .dealersearch-listing .dealer-result-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .dealersearch-listing .dealer-result-item.has-click-and-collect:after {
    display: none; }
  .dealersearch-listing .dealer-result-item.has-click-and-collect .dealer-result-item-head-container-right:after {
    content: '';
    background: url("../Img/mobile_cc.png") no-repeat scroll left top;
    position: absolute;
    left: 6.875rem;
    height: 1.25rem;
    width: 1.5625rem;
    top: 0.5rem; }
    @media only screen and (min-width: 480px) {
      .dealersearch-listing .dealer-result-item.has-click-and-collect .dealer-result-item-head-container-right:after {
        right: 7.125rem;
        left: inherit; } }
    @media only screen and (min-width: 568px) {
      .dealersearch-listing .dealer-result-item.has-click-and-collect .dealer-result-item-head-container-right:after {
        background: url("../Img/click_and_collect.png") no-repeat scroll left top;
        right: 8.4375rem;
        height: 2.5rem;
        width: 2.8125rem;
        top: 0.4375rem; } }
  .dealersearch-listing .dealer-result-item.has-click-and-collect-and-online-shop:after {
    display: none; }
  .dealersearch-listing .dealer-result-item.has-click-and-collect-and-online-shop .dealer-result-item-head-container-right:after {
    content: '';
    background: url("../Img/mobile_kaufen_cc.png") no-repeat scroll left top;
    position: absolute;
    left: 6.875rem;
    height: 1.25rem;
    width: 3.125rem;
    top: 0.5rem; }
    @media only screen and (min-width: 480px) {
      .dealersearch-listing .dealer-result-item.has-click-and-collect-and-online-shop .dealer-result-item-head-container-right:after {
        right: 7.125rem;
        left: inherit; } }
    @media only screen and (min-width: 568px) {
      .dealersearch-listing .dealer-result-item.has-click-and-collect-and-online-shop .dealer-result-item-head-container-right:after {
        background: url("../Img/kaufen_cc.png") no-repeat scroll left top;
        right: 8.4375rem;
        height: 2.5rem;
        width: 6.25rem;
        top: 0.4375rem; } }
  .dealersearch-listing .dealer-result-item.has-online-shop:after {
    display: none; }
  .dealersearch-listing .dealer-result-item.has-online-shop .dealer-result-item-head-container-right:after {
    content: '';
    background: url("../Img/mobile_kaufen.png") no-repeat scroll left top;
    position: absolute;
    left: 6.875rem;
    height: 1.25rem;
    width: 1.5625rem;
    top: 0.5rem; }
    @media only screen and (min-width: 480px) {
      .dealersearch-listing .dealer-result-item.has-online-shop .dealer-result-item-head-container-right:after {
        right: 7.125rem;
        left: inherit; } }
    @media only screen and (min-width: 568px) {
      .dealersearch-listing .dealer-result-item.has-online-shop .dealer-result-item-head-container-right:after {
        background: url("../Img/kaufen.png") no-repeat scroll left top;
        right: 8.4375rem;
        height: 2.5rem;
        width: 2.8125rem;
        top: 0.4375rem; } }

.dealersearch-listing .left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-top: 1px solid #a3a3a3;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .dealersearch-listing .left {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 50%;
      border-top: 0; } }
  .dealersearch-listing .left .left-inner {
    padding: 0; }
    @media only screen and (min-width: 1024px) {
      .dealersearch-listing .left .left-inner {
        padding: 0 1.25rem; } }
    @media only screen and (min-width: 1170px) {
      .dealersearch-listing .left .left-inner {
        padding-right: 11.66%;
        width: 36.75rem;
        float: right; } }
    .dealersearch-listing .left .left-inner > span {
      color: #6e6e6e;
      text-align: center;
      display: block;
      padding: 0.875rem 0 1.5rem;
      cursor: pointer; }
      @media only screen and (min-width: 1024px) {
        .dealersearch-listing .left .left-inner > span {
          text-align: left; } }
  .dealersearch-listing .left h2 {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .dealersearch-listing .left h2 {
        display: block;
        color: #e30613;
        font-size: 2.5rem;
        line-height: 1.3; } }
  .dealersearch-listing .left .dealer-result-item-head-container {
    font-size: 0;
    padding: 0 1.25rem; }
    @media only screen and (min-width: 1024px) {
      .dealersearch-listing .left .dealer-result-item-head-container {
        padding-left: 0; } }
    .dealersearch-listing .left .dealer-result-item-head-container > div:not(.links) {
      display: inline-block;
      vertical-align: top; }
  .dealersearch-listing .left .dealer-result-item-head-container-left {
    width: 40%; }
    @media only screen and (min-width: 1024px) {
      .dealersearch-listing .left .dealer-result-item-head-container-left {
        width: 60%; } }
    .dealersearch-listing .left .dealer-result-item-head-container-left h3,
    .dealersearch-listing .left .dealer-result-item-head-container-left p {
      padding: 0 0.75rem 0 0; }
      @media only screen and (min-width: 1024px) {
        .dealersearch-listing .left .dealer-result-item-head-container-left h3,
        .dealersearch-listing .left .dealer-result-item-head-container-left p {
          padding: 0; } }
    .dealersearch-listing .left .dealer-result-item-head-container-left h3 {
      margin-bottom: 1rem;
      font-size: 1rem;
      line-height: 1.25rem;
      margin-top: 0.75rem; }
    .dealersearch-listing .left .dealer-result-item-head-container-left p {
      color: #6e6e6e;
      font-size: 1rem; }
      .dealersearch-listing .left .dealer-result-item-head-container-left p.dealer-result-phone {
        margin-top: 0.75rem; }
  .dealersearch-listing .left .dealer-result-item-head-container-right {
    padding: 0.4375rem 0.75rem 0 0;
    position: relative;
    width: 60%; }
    @media only screen and (min-width: 1024px) {
      .dealersearch-listing .left .dealer-result-item-head-container-right {
        width: 40%; } }

.dealersearch-listing .right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media only screen and (min-width: 1024px) {
    .dealersearch-listing .right {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 50%; } }

.dealersearch-listing .links {
  margin-top: 1.5625rem;
  clear: both;
  font-size: 0.875rem; }
  .dealersearch-listing .links > a {
    font-size: 1rem;
    text-transform: uppercase;
    color: #e30613; }
  .dealersearch-listing .links .dealer-link {
    color: #f70013;
    text-transform: uppercase;
    padding-top: 0.375rem;
    display: inline-block;
    margin-right: 10%; }
    @media only screen and (min-width: 568px) {
      .dealersearch-listing .links .dealer-link {
        margin-right: 2.5rem; } }
    @media only screen and (min-width: 1024px) {
      .dealersearch-listing .links .dealer-link {
        margin-right: 1.25rem; } }
    @media only screen and (min-width: 1170px) {
      .dealersearch-listing .links .dealer-link {
        margin-right: 2.5rem; } }
    .dealersearch-listing .links .dealer-link:last-of-type {
      margin-right: 0; }
  .dealersearch-listing .links .dealer-click-collect-container {
    display: block;
    margin-top: 0.625rem; }
    @media only screen and (min-width: 480px) {
      .dealersearch-listing .links .dealer-click-collect-container {
        margin-top: 0;
        display: block;
        float: right; } }
    .dealersearch-listing .links .dealer-click-collect-container a {
      font-size: 0.875rem; }
  .dealersearch-listing .links:after {
    display: block;
    content: '';
    clear: both; }


.dealer-search-results {
  position: relative; }
  @media only screen and (min-width: 1024px) {
    
    .dealer-search-results {
      height: 100%; } }
  
  .dealer-search-results .navigate {
    display: none; }
  
  .dealer-search-results .arrow-left {
    position: absolute;
    left: -4.8125rem;
    top: 50%;
    z-index: 90;
    background: transparent url("../Img/arrow-left-map.png") left top no-repeat;
    width: 4.8125rem;
    height: 10.5625rem;
    margin-top: -5.3125rem; }
  
  .dealer-search-results .results-popover-mobile-heading {
    height: 9.6875rem;
    background-color: #1a1a1a;
    text-align: center;
    padding-top: 1.875rem; }
    @media only screen and (min-width: 1024px) {
      
      .dealer-search-results .results-popover-mobile-heading {
        display: none; } }
    
    .dealer-search-results .results-popover-mobile-heading .headline-wrapper {
      display: table;
      width: 100%;
      margin-bottom: 1.25rem; }
    
    .dealer-search-results .results-popover-mobile-heading .headline {
      display: table-cell;
      width: 100%;
      padding: 0 1.25rem;
      height: 4rem;
      vertical-align: middle;
      text-align: center;
      font-family: sport2000regular, arial, sans-serif;
      color: #fff;
      margin-top: 0;
      margin-bottom: 1.5625rem; }
  
  .dealer-search-results .dealerlist-header-button {
    background-color: transparent;
    color: #a3a3a3;
    text-transform: uppercase;
    border: 0;
    line-height: 1.375rem;
    vertical-align: middle;
    position: relative; }
    @media only screen and (min-width: 480px) {
      
      .dealer-search-results .dealerlist-header-button {
        margin-left: 3.125rem; } }
    
    .dealer-search-results .dealerlist-header-button:first-of-type {
      margin-left: 0; }
    
    .dealer-search-results .dealerlist-header-button:active,
    .dealer-search-results .dealerlist-header-button:focus {
      outline: none; }
    
    .dealer-search-results .dealerlist-header-button.update-position {
      padding-left: 1.875rem; }
      
      .dealer-search-results .dealerlist-header-button.update-position:before {
        font-size: 1.375rem;
        color: #f70013;
        text-align: left;
        content: '\e920';
        position: absolute;
        left: 0;
        top: 0; }
      
      .dealer-search-results .dealerlist-header-button.update-position:active,
      .dealer-search-results .dealerlist-header-button.update-position:focus {
        outline: none; }
    
    .dealer-search-results .dealerlist-header-button.show-filter-overlay {
      padding-left: 2.1875rem;
      background: url("../Img/filter.png") no-repeat; }
    
    .dealer-search-results .dealerlist-header-button.show-filter-overlay-modal {
      padding-left: 2.1875rem;
      background: url("../Img/filter.png") no-repeat; }
    
    .dealer-search-results .dealerlist-header-button.reset-filters {
      padding-left: 1.875rem; }
      
      .dealer-search-results .dealerlist-header-button.reset-filters:before {
        font-size: 1.375rem;
        color: #f70013;
        text-align: left;
        content: '\e918';
        position: absolute;
        left: 0;
        top: 0; }
      
      .dealer-search-results .dealerlist-header-button.reset-filters:active,
      .dealer-search-results .dealerlist-header-button.reset-filters:focus {
        outline: none; }
  
  .dealer-search-results .results-filter {
    padding-left: 0.1875rem;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    font-size: 1.3125rem;
    color: #6e6e6e; }
    
    .dealer-search-results .results-filter .results-filter-close {
      position: absolute;
      right: 3.4375rem;
      margin-top: -0.625rem;
      cursor: pointer;
      display: block; }
      
      .dealer-search-results .results-filter .results-filter-close:before {
        content: '\e918';
        color: #a3a3a3;
        font-size: 1.5625rem; }
    
    .dealer-search-results .results-filter .results-filter-inside {
      cursor: pointer;
      background: transparent url("../Img/filter.png") no-repeat scroll left center/1.8125rem auto;
      padding-left: 1.875rem;
      text-transform: uppercase;
      font-size: 1rem;
      padding-top: 0.3125rem;
      padding-bottom: 0.3125rem; }
    
    .dealer-search-results .results-filter .results-filter-option {
      display: none;
      border-top: 0.0625rem solid #a3a3a3;
      padding-top: 2.1875rem;
      padding-bottom: 1.25rem;
      margin-top: 1.375rem; }
      
      .dealer-search-results .results-filter .results-filter-option .radio-filter {
        margin-bottom: 1.25rem;
        font-size: 1.0625rem; }
        
        .dealer-search-results .results-filter .results-filter-option .radio-filter input[type='radio'] + label {
          line-height: 1.125rem;
          background-size: 1.125rem;
          padding-left: 1.875rem;
          max-width: 97%; }
    
    .dealer-search-results .results-filter .results-filter-option-leftblock {
      color: #000;
      float: left;
      width: 26%;
      margin-left: 3.125rem; }
    
    .dealer-search-results .results-filter .results-filter-option-rightblock {
      color: #000;
      float: none;
      overflow: hidden; }
    
    .dealer-search-results .results-filter .filter-section {
      margin-bottom: 1.875rem; }
    
    .dealer-search-results .results-filter.opened {
      color: #e30613; }
      
      .dealer-search-results .results-filter.opened .results-filter-option {
        display: block; }
  
  .dealer-search-results .results-map {
    width: 100%;
    height: 17.5rem;
    max-height: 30%;
    background: url("../Img/google-map/SPORT_2000_Map_545x180.jpg");
    position: relative;
    overflow: hidden; }
    @media only screen and (min-width: 1024px) {
      
      .dealer-search-results .results-map {
        height: 100%;
        max-height: none;
        overflow: visible; } }
  
  .dealer-search-results .geo-search .input-zip-place {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, #fff), to(#cecece));
    background-image: -webkit-linear-gradient(left, #fff 95%, #cecece 100%);
    background-image: -o-linear-gradient(left, #fff 95%, #cecece 100%);
    background-image: linear-gradient(to right, #fff 95%, #cecece 100%);
    border-radius: 0.25rem 0 0 0.25rem;
    float: left;
    padding: 0.5rem;
    border: 0.0625rem solid #cecece;
    width: 13.25rem;
    height: 2.5rem;
    color: #000;
    background-color: #fff;
    vertical-align: middle; }
    @media only screen and (min-width: 1720px) {
      
      .dealer-search-results .geo-search .input-zip-place {
        width: 15.625rem; } }
    
    .dealer-search-results .geo-search .input-zip-place::-webkit-input-placeholder {
      color: #000; }
    
    .dealer-search-results .geo-search .input-zip-place:-moz-placeholder {
      color: #000; }
    
    .dealer-search-results .geo-search .input-zip-place::-moz-placeholder {
      color: #000; }
    
    .dealer-search-results .geo-search .input-zip-place-ms-input-placeholder {
      color: #000; }
    
    .dealer-search-results .geo-search .input-zip-place:active,
    .dealer-search-results .geo-search .input-zip-place:focus {
      outline: none; }
      
      .dealer-search-results .geo-search .input-zip-place:active::-webkit-input-placeholder,
      .dealer-search-results .geo-search .input-zip-place:focus::-webkit-input-placeholder {
        color: transparent; }
      
      .dealer-search-results .geo-search .input-zip-place:active:-moz-placeholder,
      .dealer-search-results .geo-search .input-zip-place:focus:-moz-placeholder {
        color: transparent; }
      
      .dealer-search-results .geo-search .input-zip-place:active::-moz-placeholder,
      .dealer-search-results .geo-search .input-zip-place:focus::-moz-placeholder {
        color: transparent; }
      
      .dealer-search-results .geo-search .input-zip-place:active-ms-input-placeholder,
      .dealer-search-results .geo-search .input-zip-place:focus-ms-input-placeholder {
        color: transparent; }
  
  .dealer-search-results .geo-search .results-zip-place {
    float: left;
    margin-right: 0.9375rem; }
  
  .dealer-search-results .geo-search .submit-zip-place {
    line-height: 2.375rem;
    border-radius: 0 0.25rem 0.25rem 0;
    background-color: #e30613;
    border: 0.0625rem solid #e30613;
    color: #fff;
    width: 6.875rem;
    margin-left: -0.3125rem;
    text-transform: uppercase;
    position: relative;
    text-align: right;
    padding-right: 0.9375rem; }
    
    .dealer-search-results .geo-search .submit-zip-place:before {
      content: '\e929';
      position: absolute;
      color: #fff;
      font-size: 1.4375rem;
      margin-top: -0.6875rem;
      left: 0.9375rem;
      top: 50%; }
  
  .dealer-search-results .geo-search .submit-place-auto {
    line-height: 2.375rem;
    border-radius: 0.25rem;
    background: #a3a3a3;
    border: 0.0625rem solid #a3a3a3;
    color: #fff;
    text-transform: uppercase;
    display: block;
    position: relative;
    text-align: left;
    padding-left: 3.125rem;
    padding-right: 0.3125rem; }
    @media only screen and (min-width: 1170px) {
      
      .dealer-search-results .geo-search .submit-place-auto {
        padding-right: 0.9375rem; } }
    
    .dealer-search-results .geo-search .submit-place-auto .button-label {
      display: none; }
      @media only screen and (min-width: 1170px) {
        
        .dealer-search-results .geo-search .submit-place-auto .button-label.short {
          display: inline; } }
      @media only screen and (min-width: 1720px) {
        
        .dealer-search-results .geo-search .submit-place-auto .button-label.short {
          display: none; }
        
        .dealer-search-results .geo-search .submit-place-auto .button-label.long {
          display: inline; } }
    
    .dealer-search-results .geo-search .submit-place-auto:before {
      content: '\e920';
      position: absolute;
      color: #fff;
      font-size: 1.4375rem;
      margin-top: -0.6875rem;
      left: 0.9375rem;
      top: 50%; }
  
  .dealer-search-results .results-popover-container {
    background-color: #fff; }
    @media only screen and (min-width: 1024px) {
      
      .dealer-search-results .results-popover-container {
        right: 0;
        top: 0;
        height: 100%;
        background-color: #fff;
        width: 50%;
        max-width: 47.5rem;
        -webkit-box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.6);
                box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.6);
        padding: 4.1875rem 1.875rem 0;
        position: absolute; } }
    
    .dealer-search-results .results-popover-container .results-popover-head {
      display: none;
      margin-top: 3.125rem;
      color: #e30613; }
      @media only screen and (min-width: 1024px) {
        
        .dealer-search-results .results-popover-container .results-popover-head {
          display: block; } }
      
      .dealer-search-results .results-popover-container .results-popover-head .headline {
        margin-bottom: 1.5625rem; }
    
    .dealer-search-results .results-popover-container button {
      border-radius: 0.25rem;
      text-transform: uppercase;
      height: 2.5rem; }
      
      .dealer-search-results .results-popover-container button:active,
      .dealer-search-results .results-popover-container button:focus {
        outline: none; }
  
  .dealer-search-results .dealer-result-item {
    border-bottom: 0.0625rem solid #a3a3a3;
    background-color: #fff;
    position: relative;
    padding: 1.5625rem;
    cursor: pointer; }
    @media only screen and (min-width: 1024px) {
      
      .dealer-search-results .dealer-result-item {
        padding-left: 2.1875rem; }
        
        .dealer-search-results .dealer-result-item.opened {
          background-color: #fff; }
          
          .dealer-search-results .dealer-result-item.opened .dealer-name:before {
            left: -1.625rem;
            content: '\e913'; } }
    
    .dealer-search-results .dealer-result-item.modal-slider .caption {
      display: none; }
    
    .dealer-search-results .dealer-result-item.modal-slider .dealer-online-buy {
      margin-bottom: 0.625rem; }
    
    .dealer-search-results .dealer-result-item .splitscreen:after {
      display: block;
      content: '';
      clear: both; }
    
    .dealer-search-results .dealer-result-item .left {
      width: 70%;
      float: left; }
      @media only screen and (min-width: 480px) {
        
        .dealer-search-results .dealer-result-item .left {
          width: auto;
          max-width: 90%; } }
    
    .dealer-search-results .dealer-result-item .right {
      float: right;
      width: 30%;
      text-align: right; }
      @media only screen and (min-width: 480px) {
        
        .dealer-search-results .dealer-result-item .right {
          width: auto; } }
    
    .dealer-search-results .dealer-result-item:first-of-type {
      border-top: 0.0625rem solid #a3a3a3; }
    
    .dealer-search-results .dealer-result-item:nth-of-type(n + 6) {
      display: block; }
      @media only screen and (min-width: 1024px) {
        
        .dealer-search-results .dealer-result-item:nth-of-type(n + 6) {
          display: block; } }
      
      .dealer-search-results .dealer-result-item:nth-of-type(n + 6).visible {
        display: block; }
    
    .dealer-search-results .dealer-result-item .dealer-distance {
      text-align: right; }
      
      .dealer-search-results .dealer-result-item .dealer-distance:after {
        content: '';
        display: block;
        clear: both; }
    
    .dealer-search-results .dealer-result-item .dealer-name {
      position: relative;
      line-height: 1.25rem; }
      @media only screen and (min-width: 1024px) {
        
        .dealer-search-results .dealer-result-item .dealer-name:before {
          content: '\e912';
          color: #f70013;
          font-size: 1.125rem;
          position: absolute;
          top: 0.0625rem;
          left: -1.375rem;
          text-align: center; }
        
        .dealer-search-results .dealer-result-item .dealer-name:after {
          content: '';
          clear: both;
          display: block; } }
    
    .dealer-search-results .dealer-result-item .links {
      margin-top: 1.5625rem;
      clear: both;
      font-size: 0.875rem; }
      
      .dealer-search-results .dealer-result-item .links .dealer-link {
        color: #f70013;
        text-transform: uppercase;
        padding-top: 0.375rem;
        display: inline-block;
        margin-right: 10%; }
        @media only screen and (min-width: 568px) {
          
          .dealer-search-results .dealer-result-item .links .dealer-link {
            margin-right: 2.5rem; } }
        @media only screen and (min-width: 1024px) {
          
          .dealer-search-results .dealer-result-item .links .dealer-link {
            margin-right: 1.25rem; } }
        @media only screen and (min-width: 1170px) {
          
          .dealer-search-results .dealer-result-item .links .dealer-link {
            margin-right: 2.5rem; } }
        
        .dealer-search-results .dealer-result-item .links .dealer-link:last-of-type {
          margin-right: 0; }
      
      .dealer-search-results .dealer-result-item .links .dealer-click-collect-container {
        display: none; }
      
      .dealer-search-results .dealer-result-item .links:after {
        display: block;
        content: '';
        clear: both; }
    
    .dealer-search-results .dealer-result-item .dealer-address {
      color: #6e6e6e;
      margin-top: 0.5rem;
      line-height: 1.25rem; }
    
    .dealer-search-results .dealer-result-item:not(.opened) .toggle-visibility {
      display: none; }
  
  .dealer-search-results .dealer-result-load-more {
    display: none;
    padding: 1.875rem 0; }
    
    .dealer-search-results .dealer-result-load-more.has-more-results {
      display: block; }
      @media only screen and (min-width: 1024px) {
        
        .dealer-search-results .dealer-result-load-more.has-more-results {
          display: none; } }
  @media only screen and (min-width: 1024px) {
    
    .dealer-search-results .results-popover-dealer-list {
      padding-right: 1.125rem; } }
  
  .dealer-search-results .load-more-results {
    display: block;
    margin: 0 auto;
    width: 15.625rem;
    text-align: center;
    background-color: #fff;
    color: #000;
    border: 0.0625rem solid #a3a3a3; }
  
  .dealer-search-results .show-map {
    line-height: 2.375rem;
    border-radius: 0.25rem;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 16.25rem;
    margin-left: -7.8125rem;
    left: 50%;
    position: absolute;
    bottom: 1.875rem;
    text-transform: uppercase;
    height: 2.5rem;
    border: 0; }
    @media only screen and (min-width: 1024px) {
      
      .dealer-search-results .show-map {
        display: none; } }
    
    .dealer-search-results .show-map:active,
    .dealer-search-results .show-map:focus {
      border-width: 0;
      outline: none; }
  
  .dealer-search-results .visible-xxsmall {
    display: none; }
    @media only screen and (min-width: 480px) {
      
      .dealer-search-results .visible-xxsmall {
        display: inline; } }
  
  .dealer-search-results .dealer-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background-color: #000;
    z-index: 999;
    overflow: hidden; }
    
    .dealer-search-results .dealer-modal.visible {
      display: block; }
    
    .dealer-search-results .dealer-modal .modal-header {
      z-index: 999;
      position: absolute;
      height: 4.375rem;
      width: 100%;
      background-color: #000; }
    
    .dealer-search-results .dealer-modal .dealer-list {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 2.8125rem; }
      
      .dealer-search-results .dealer-modal .dealer-list.mobile {
        position: relative;
        min-height: 5.125rem; }
        
        .dealer-search-results .dealer-modal .dealer-list.mobile .dealer-result-item {
          min-height: 5.125rem;
          border-top: 0.0625rem solid #a3a3a3; }
      
      .dealer-search-results .dealer-modal .dealer-list .dealer-result-item {
        cursor: pointer;
        z-index: 999;
        display: none;
        background-color: #fff; }
        
        .dealer-search-results .dealer-modal .dealer-list .dealer-result-item.active {
          display: block; }
      
      .dealer-search-results .dealer-modal .dealer-list .navigate {
        position: absolute;
        top: 0;
        width: 2.8125rem;
        height: 100%;
        background-color: #e30613;
        z-index: 999;
        display: block; }
        
        .dealer-search-results .dealer-modal .dealer-list .navigate:before {
          color: #fff;
          font-size: 1.625rem;
          position: absolute;
          z-index: 999;
          top: 50%;
          left: 0;
          margin-top: -0.8125rem;
          width: 2.8125rem;
          display: block;
          text-align: center; }
      
      .dealer-search-results .dealer-modal .dealer-list .navigate-prev {
        left: 0; }
        
        .dealer-search-results .dealer-modal .dealer-list .navigate-prev:before {
          content: '\e90f'; }
      
      .dealer-search-results .dealer-modal .dealer-list .navigate-next {
        right: 0; }
        
        .dealer-search-results .dealer-modal .dealer-list .navigate-next:before {
          content: '\e912'; }
    
    .dealer-search-results .dealer-modal .btn-container {
      width: 100%;
      text-align: center;
      padding-top: 1.5625rem; }
    
    .dealer-search-results .dealer-modal .close-modal {
      position: absolute;
      right: 1.5625rem;
      top: 1.25rem; }
      
      .dealer-search-results .dealer-modal .close-modal:before {
        content: '\e918';
        color: #a3a3a3;
        font-size: 1.5625rem;
        z-index: 999; }
    
    .dealer-search-results .dealer-modal .logo-modal {
      display: block;
      width: 3.375rem;
      height: 3.375rem;
      margin: 0.3125rem auto;
      background: url("../Img/header-logo-54.png"); }
    
    .dealer-search-results .dealer-modal .modal-title {
      font-size: 1.0625rem;
      display: block;
      width: 100%;
      height: 100%;
      line-height: 4.375rem;
      vertical-align: middle;
      text-align: center;
      color: #f70013;
      text-transform: uppercase; }
  
  .dealer-search-results .dealersearch-mobile-map-view-modal .modal-map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../Img/dummy-googlemaps-view1920.png"); }
  
  .dealer-search-results .dealersearch-filter-modal .modal-content {
    padding: 6.5625rem 2.5rem 2.5rem;
    background-color: #fff;
    height: 100%; }
    
    .dealer-search-results .dealersearch-filter-modal .modal-content .accordeon-content {
      display: none; }
    
    .dealer-search-results .dealersearch-filter-modal .modal-content .accordeon-title {
      font-size: 1.25rem;
      position: relative;
      cursor: pointer; }
      
      .dealer-search-results .dealersearch-filter-modal .modal-content .accordeon-title:after {
        font-size: 1.375rem;
        color: #f70013;
        text-align: left;
        content: '\e90c';
        position: absolute;
        right: 0;
        top: 0; }
    
    .dealer-search-results .dealersearch-filter-modal .modal-content .radio-filter {
      margin-top: 1.875rem; }
  
  .dealer-search-results .dealersearch-filter-modal .filter-accordeon {
    padding: 1.25rem;
    padding-bottom: 1.875rem;
    border-bottom: 0.0625rem solid #cecece;
    margin-bottom: 0.625rem; }
    
    .dealer-search-results .dealersearch-filter-modal .filter-accordeon.opened .accordeon-title:after {
      content: '\2014';
      font-weight: bold; }
    
    .dealer-search-results .dealersearch-filter-modal .filter-accordeon.opened .accordeon-content {
      display: block; }
  
  .dealer-search-results .radio-filter input[type='radio'] {
    opacity: 0;
    width: 2rem; }
    
    .dealer-search-results .radio-filter input[type='radio'] + label {
      cursor: pointer;
      display: inline-block;
      background: url("../Img/radio-inactive.png") no-repeat;
      padding-left: 3.125rem;
      margin-left: -2rem;
      line-height: 2rem; }
    
    .dealer-search-results .radio-filter input[type='radio']:checked + label {
      background-image: url("../Img/radio-active.png"); }
  
  .dealer-search-results .available-sizes-container {
    font-size: 0.8125rem;
    text-align: right;
    margin-top: 0.5rem; }
    
    .dealer-search-results .available-sizes-container.sizes-visible .show-available-sizes-toggle:after {
      content: '\e910'; }
    
    .dealer-search-results .available-sizes-container.sizes-visible .available-sizes {
      display: block; }
    
    .dealer-search-results .available-sizes-container .show-available-sizes-toggle {
      color: rgba(0, 0, 0, 0.7);
      margin-bottom: 0.3125rem;
      float: right; }
      
      .dealer-search-results .available-sizes-container .show-available-sizes-toggle:after {
        font-size: 0.8125rem;
        color: #f70013;
        content: '\e913';
        vertical-align: bottom;
        padding-left: 0.25rem; }
    
    .dealer-search-results .available-sizes-container .available-sizes {
      clear: both;
      float: right;
      max-width: 13.125rem;
      display: none; }
    
    .dealer-search-results .available-sizes-container .available-size {
      display: inline-block;
      background-color: #a3a3a3;
      color: #fff;
      width: 1.8125rem;
      height: 1rem;
      line-height: 1rem;
      vertical-align: middle;
      margin: 0.0625rem 0 0 0.0625rem;
      text-align: center; }
  
  .dealer-search-results.dealer-search-results-specific .headline {
    font-family: sport2000regular, arial, sans-serif; }
  
  .dealer-search-results.dealer-search-results-specific .left {
    width: 40%; }
    @media only screen and (min-width: 480px) {
      
      .dealer-search-results.dealer-search-results-specific .left {
        width: auto;
        max-width: 60%; } }
    @media only screen and (min-width: 568px) {
      
      .dealer-search-results.dealer-search-results-specific .left {
        max-width: 70%; } }
    @media only screen and (min-width: 1024px) {
      
      .dealer-search-results.dealer-search-results-specific .left {
        max-width: 40%; } }
    @media only screen and (min-width: 1170px) {
      
      .dealer-search-results.dealer-search-results-specific .left {
        max-width: 50%; } }
    @media only screen and (min-width: 1720px) {
      
      .dealer-search-results.dealer-search-results-specific .left {
        max-width: 65%; } }
  
  .dealer-search-results.dealer-search-results-specific .right {
    width: 60%; }
    @media only screen and (min-width: 480px) {
      
      .dealer-search-results.dealer-search-results-specific .right {
        width: auto; } }
  
  .dealer-search-results.dealer-search-results-specific .dealer-result-item {
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem; }
    
    .dealer-search-results.dealer-search-results-specific .dealer-result-item .links .dealer-click-collect-container {
      display: block;
      margin-top: 0.625rem; }
      @media only screen and (min-width: 480px) {
        
        .dealer-search-results.dealer-search-results-specific .dealer-result-item .links .dealer-click-collect-container {
          margin-top: 0;
          display: block;
          float: right; } }
    
    .dealer-search-results.dealer-search-results-specific .dealer-result-item.has-click-and-collect:after {
      content: '';
      background: url("../Img/mobile_cc.png") no-repeat scroll left top;
      position: absolute;
      right: 5.3125rem;
      height: 1.25rem;
      width: 1.5625rem;
      top: 0.5rem; }
      @media only screen and (min-width: 568px) {
        
        .dealer-search-results.dealer-search-results-specific .dealer-result-item.has-click-and-collect:after {
          background: url("../Img/click_and_collect.png") no-repeat scroll left top;
          right: 8.4375rem;
          height: 2.5rem;
          width: 2.8125rem;
          top: 0.4375rem; } }
    
    .dealer-search-results.dealer-search-results-specific .dealer-result-item.has-click-and-collect-and-online-shop:after {
      content: '';
      background: url("../Img/mobile_kaufen_cc.png") no-repeat scroll left top;
      position: absolute;
      right: 5.3125rem;
      height: 1.25rem;
      width: 3.125rem;
      top: 0.5rem; }
      @media only screen and (min-width: 568px) {
        
        .dealer-search-results.dealer-search-results-specific .dealer-result-item.has-click-and-collect-and-online-shop:after {
          background: url("../Img/kaufen_cc.png") no-repeat scroll left top;
          right: 8.4375rem;
          height: 2.5rem;
          width: 6.25rem;
          top: 0.4375rem; } }
    
    .dealer-search-results.dealer-search-results-specific .dealer-result-item.has-online-shop:after {
      content: '';
      background: url("../Img/mobile_kaufen.png") no-repeat scroll left top;
      position: absolute;
      right: 5.3125rem;
      height: 1.25rem;
      width: 1.5625rem;
      top: 0.5rem; }
      @media only screen and (min-width: 568px) {
        
        .dealer-search-results.dealer-search-results-specific .dealer-result-item.has-online-shop:after {
          background: url("../Img/kaufen.png") no-repeat scroll left top;
          right: 8.4375rem;
          height: 2.5rem;
          width: 2.8125rem;
          top: 0.4375rem; } }

.dealer-click-collect {
  display: inline-block;
  border-radius: 0.25rem;
  background-color: #e30613;
  color: #fff;
  padding: 0.375rem 1.0625rem;
  margin-right: 0;
  text-transform: uppercase;
  width: 7.875rem; }
  @media only screen and (min-width: 480px) {
    .dealer-click-collect {
      display: block; } }
  @media only screen and (min-width: 568px) {
    .dealer-click-collect {
      display: inline-block; } }
  @media only screen and (min-width: 1024px) {
    .dealer-click-collect {
      display: block; } }
  .dealer-click-collect.dealer-online-buy {
    margin-right: 0.625rem; }
    @media only screen and (min-width: 480px) {
      .dealer-click-collect.dealer-online-buy {
        margin-right: 0;
        margin-bottom: 0.625rem; } }
    @media only screen and (min-width: 568px) {
      .dealer-click-collect.dealer-online-buy {
        margin-right: 0.625rem; } }
    @media only screen and (min-width: 1024px) {
      .dealer-click-collect.dealer-online-buy {
        margin-right: 0;
        margin-bottom: 0.625rem; } }

@media only screen and (min-width: 1024px) {
  .nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .nano > .nano-content {
      position: absolute;
      overflow: scroll;
      overflow-x: hidden;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .nano > .nano-content:focus {
        outline: none; }
    .nano > .nano-pane {
      -webkit-transition-duration: 0.2s;
           -o-transition-duration: 0.2s;
              transition-duration: 0.2s;
      border-radius: 0.3125rem;
      cursor: pointer;
      background: transparent;
      position: absolute;
      width: 0.5625rem;
      right: 0;
      top: 0;
      bottom: 0;
      visibility: hidden\9;
      /* Target only IE7 and IE8 with this hack */
      opacity: 0.01; }
      .nano > .nano-pane > .nano-slider {
        border-radius: 0.1875rem;
        background: #e30613;
        position: relative;
        margin: 0 0.0625rem; }
  .nano > .nano-content::-webkit-scrollbar {
    display: none; }
  .has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block; }
  .nano:hover > .nano-pane,
  .nano-pane.active,
  .nano-pane.flashed {
    visibility: visible\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99; }
  .ng-scope[data-ng-if='error'] + .nano {
    display: none; } }

.show-all-dealer {
  text-transform: uppercase; }

/* stylelint-enable selector-max-compound-selectors, selector-max-class */
.page-header {
  top: 0; }

.dealersearch-listing {
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .dealersearch-listing {
      margin-top: 4.25rem;
      height: 43.75rem; } }
  .dealersearch-listing .show-shops-teaser {
    display: none;
    font-size: 1.0625rem; }
    @media only screen and (min-width: 1024px) {
      .dealersearch-listing .show-shops-teaser {
        margin-right: 1.25rem;
        display: inline-block; } }
  .dealersearch-listing .show-shops {
    text-transform: uppercase;
    font-size: 1.0625rem;
    background: transparent;
    border: 0;
    display: block;
    color: #000; }
    @media only screen and (min-width: 1024px) {
      .dealersearch-listing .show-shops {
        font-family: sport2000bold, arial, sans-serif;
        padding: 1rem 3.75rem;
        padding: inherit;
        display: inline-block;
        border: 0.0625rem solid #f70013;
        color: #f70013;
        vertical-align: middle;
        width: 18.4375rem;
        text-align: center; }
        .dealersearch-listing .show-shops:before {
          display: none; } }
    .dealersearch-listing .show-shops:before {
      content: '\e912';
      color: #f70013;
      padding-right: 0.625rem; }
  .dealersearch-listing .dealersearch-listing-show-shops {
    margin: 1.25rem 0;
    padding-bottom: 1.25rem;
    text-align: center;
    border-bottom: 0.0625rem solid #a3a3a3; }
    @media only screen and (min-width: 1024px) {
      .dealersearch-listing .dealersearch-listing-show-shops {
        margin-top: 1.875rem;
        line-height: 2.5rem; } }

.dealersearch-block-icon {
  background: #fff; }
  @media only screen and (min-width: 1024px) {
    .dealersearch-block-icon {
      text-align: center;
      width: 100%; } }
  .dealersearch-block-icon .inside {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
    @media only screen and (min-width: 1024px) {
      .dealersearch-block-icon .inside {
        width: 61.25rem;
        margin: 0 auto; } }
    .dealersearch-block-icon .inside:after {
      display: block;
      content: '';
      clear: both; }

.dealersearch-only-desktop {
  display: none;
  margin-top: 1.25rem; }
  @media only screen and (min-width: 1024px) {
    .dealersearch-only-desktop {
      display: block; } }

.dealersearch-block-map {
  padding: 4.0625rem 0;
  position: relative;
  /* .localizer-background-image {
        position: absolute;
        left: 0;
        max-width: 100vw;
        overflow: hidden;
        width: 100%;
    } */ }
  @media only screen and (min-width: 1024px) {
    .dealersearch-block-map {
      height: 31.25rem; } }

.dealersearch-block-map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); }

.dealersearch-automatic-submit {
  vertical-align: middle;
  line-height: 2.5rem;
  border-radius: 0.25rem;
  clear: both;
  font-size: 1.0625rem;
  margin-top: 1.25rem;
  height: 2.5rem;
  width: 27.5rem;
  border: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  text-transform: uppercase; }
  .dealersearch-automatic-submit:before {
    content: '\e920';
    color: #fff;
    padding-right: 0.625rem;
    font-size: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -0.0625rem; }
  .dealersearch-automatic-submit:active, .dealersearch-automatic-submit:focus {
    outline: none; }

.dealersearch-listing-icon {
  float: left;
  width: 33.3333333333%;
  text-align: center;
  background: #fff;
  height: 6.125rem;
  padding-top: 0.875rem;
  border-right: 0.0625rem solid #a3a3a3;
  border-top: 0.0625rem solid #a3a3a3;
  cursor: pointer; }
  @media only screen and (min-width: 1024px) {
    .dealersearch-listing-icon {
      border-top-width: 0;
      border-bottom-width: 0;
      width: 14.2857142857%;
      max-width: 8.75rem;
      margin: 0.0625rem 0; } }
  .dealersearch-listing-icon:hover {
    background: #f2f2f2;
    color: #e30613; }
    .dealersearch-listing-icon:hover:before {
      color: #e30613; }
  .dealersearch-listing-icon p {
    margin-top: 0.5rem; }
  .dealersearch-listing-icon:before {
    font-size: 2.625rem;
    color: #000;
    text-align: left;
    left: -1.25rem;
    top: 0; }
  .dealersearch-listing-icon.running:before {
    content: '\e917'; }
  .dealersearch-listing-icon.outdoor:before {
    content: '\e90e'; }
  .dealersearch-listing-icon.soccer:before {
    content: '\e907'; }
  .dealersearch-listing-icon.wintersports:before {
    content: '\e926'; }
  .dealersearch-listing-icon.teamsports:before {
    content: '\e922'; }
  .dealersearch-listing-icon.fitness:before {
    content: '\e906'; }
  .dealersearch-listing-icon:nth-of-type(n+6) {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .dealersearch-listing-icon:nth-of-type(n+6) {
        display: block; } }
  .dealersearch-listing-icon:nth-of-type(3n) {
    border-right-width: 0; }
    @media only screen and (min-width: 1024px) {
      .dealersearch-listing-icon:nth-of-type(3n) {
        border-right-width: 0.0625rem; } }
  .dealersearch-listing-icon:last-of-type {
    border-right: 0; }
  .dealersearch-listing-icon.more {
    display: block; }
    .dealersearch-listing-icon.more:before {
      content: '\e90c'; }

@media only screen and (min-width: 1024px) {
  .dealersearch-only-mobile {
    display: none; } }

.dealersearch-find-dealer {
  line-height: 2.75rem;
  border-radius: 0.25rem;
  background: #e30613;
  color: #fff;
  border: 0;
  margin-top: 1.25rem;
  width: 80%;
  height: 2.75rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 0.875rem; }
  @media only screen and (min-width: 480px) {
    .dealersearch-find-dealer {
      font-size: 1.3125rem; }
      .dealersearch-find-dealer:before {
        vertical-align: middle;
        height: 1.6875rem;
        display: inline-block;
        content: '\e929'; } }
  .dealersearch-find-dealer:before {
    color: #fff;
    text-align: left;
    padding-right: 0.75rem; }
  .dealersearch-find-dealer:active, .dealersearch-find-dealer:focus {
    outline: none; }

.localizer-fce {
  overflow: hidden;
  outline: 1px solid #fff; }
  @media only screen and (min-width: 1024px) {
    .localizer-fce.dealersearch-listing {
      margin-top: 0;
      height: auto; } }
  .localizer-fce .dealersearch-block-map {
    padding: 0; }
    @media only screen and (min-width: 1024px) {
      .localizer-fce .dealersearch-block-map {
        height: auto; } }
  .localizer-fce .dealersearch-block-map-overlay {
    position: static; }
  .localizer-fce .dealersearch-block-map-field-content {
    position: absolute;
    margin-top: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.loading-wrapper {
  position: fixed;
  z-index: 110;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff; }
  .loading-wrapper.product-detail-loading {
    position: static; }
  .loading-wrapper.on-map-grid {
    background-color: rgba(255, 255, 255, 0.6);
    /* stylelint-disable declaration-no-important */
    top: 1% !important;
    left: 1% !important;
    /* stylelint-enable declaration-no-important */
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%; }
    .loading-wrapper.on-map-grid .loading {
      width: 1.25rem;
      height: 1.25rem;
      border-width: 0.125rem;
      left: 0;
      top: 0.3125rem; }
  .loading-wrapper.store-locator-city {
    /* stylelint-disable declaration-no-important */
    top: 5% !important;
    /* stylelint-enable declaration-no-important */ }
    @media only screen and (min-width: 1024px) {
      .loading-wrapper.store-locator-city {
        top: 1% !important; } }

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

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

.loading {
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  border: 1rem solid rgba(193, 193, 193, 0.8);
  border-top-color: #e30613;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
  position: relative;
  top: 35%;
  margin: 0 auto; }

.text {
  color: #000;
  position: relative;
  top: 120px;
  font-size: 18px;
  font-family: 'Helvetica', sans-serif;
  text-align: center; }

.map-content-wrapper {
  visibility: hidden; }
  .map-content-wrapper.visible {
    visibility: visible; }

.disclaimer {
  display: none;
  position: relative;
  top: 50%; }

.angular-google-map-container {
  height: 100%;
  width: 100%;
  visibility: hidden;
  padding-bottom: 100vh; }
  @media only screen and (min-width: 1024px) {
    .angular-google-map-container {
      visibility: visible; } }

.middle {
  display: table;
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .middle {
      width: 50%; } }
  @media only screen and (min-width: 1520px) {
    .middle {
      width: calc(100% - 760px); } }

.dealer-map-layer .angular-google-map-container {
  position: absolute;
  height: 100%;
  width: 100%;
  visibility: hidden;
  padding-bottom: 100vh; }

.dealer-map-layer.active .angular-google-map-container {
  visibility: visible; }

.dealer-search-results .results-map {
  height: 11.875rem; }
  @media only screen and (min-width: 1024px) {
    .dealer-search-results .results-map {
      height: 100%; } }

.error-message-wrapper {
  padding: 2.9375rem 2.1875rem;
  font-size: 17px;
  color: #000;
  border: 1px solid #e30613; }
  @media only screen and (min-width: 1024px) {
    .error-message-wrapper {
      position: absolute;
      width: calc(100% - 60px);
      background: #fff;
      z-index: 10; } }
  .error-message-wrapper .error-content {
    overflow: hidden; }
  .error-message-wrapper .info-icon {
    height: 2.1875rem;
    width: 2.1875rem;
    float: left;
    background: #e30613;
    border-radius: 50%;
    margin-right: 0.625rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    .error-message-wrapper .info-icon:after {
      content: '\e90a';
      color: #fff;
      font-size: 1.25rem;
      position: absolute;
      top: 0.375rem;
      left: 0.4375rem; }
  .error-message-wrapper .search-again {
    display: block;
    color: #e30613;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    background: transparent;
    border: 1px solid #e30613;
    margin-top: 1.5rem;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 0.6875rem 3.75rem;
    margin-right: auto;
    cursor: pointer;
    max-width: 15.625rem; }
    @media only screen and (min-width: 1024px) {
      .error-message-wrapper .search-again {
        display: none; } }
    .error-message-wrapper .search-again.on-product {
      display: block; }
    .error-message-wrapper .search-again:hover {
      color: #fff;
      background: #e30613;
      border: 1px solid #e30613; }
  .error-message-wrapper .error-message-close {
    position: absolute;
    right: 1.5625rem;
    margin-top: -1.25rem;
    cursor: pointer;
    display: block; }
    .error-message-wrapper .error-message-close:before {
      content: '\e918';
      color: #000;
      font-size: 1.25rem; }

@media only screen and (min-width: 1024px) {
  .store-locator .results-popover-container {
    padding: 0 1.875rem; } }

@media only screen and (min-width: 1024px) {
  .store-locator .results-map {
    margin-top: 4.25rem; } }

.seo .results-place-auto {
  height: 2.5rem; }

@media only screen and (min-width: 1024px) {
  .seo .results-map {
    margin-top: 0; } }

[data-ng-app='storeLocator'].modal-visible .seo .angular-google-map-container {
  height: 92vh;
  padding-bottom: 92vh; }

[data-ng-app='storeLocator'].modal-visible .product-detail .error-message-wrapper {
  float: left; }

[data-ng-app='storeLocator'].modal-visible .product-detail .middle {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    [data-ng-app='storeLocator'].modal-visible .product-detail .middle {
      width: 50%; } }
  @media only screen and (min-width: 1520px) {
    [data-ng-app='storeLocator'].modal-visible .product-detail .middle {
      width: calc(100% - 760px); } }

[data-ng-app='storeLocator'].modal-visible .product-detail .results-popover-container {
  display: block; }

[data-ng-app='storeLocator'].modal-visible .product-detail .dealersearch-mobile-map-view-modal.dealer-modal {
  display: none; }

[data-ng-app='storeLocator'].modal-visible .product-detail .dealer-search-results .results-map {
  height: 100%; }

[data-ng-app='storeLocator'].modal-visible .product-detail .angular-google-map-container {
  height: 92vh; }

[data-ng-app='storeLocator'].modal-visible .middle {
  width: 100%; }

[data-ng-app='storeLocator'].modal-visible .angular-google-map-container {
  height: 100vh;
  visibility: visible; }

[data-ng-app='storeLocator'].modal-visible .modal-cover {
  display: none; }

[data-ng-app='storeLocator'].modal-visible .results-popover-container {
  display: none; }

[data-ng-app='storeLocator'].modal-visible .dealersearch-mobile-map-view-modal.dealer-modal,
[data-ng-app='storeLocator'].modal-visible .dealersearch-modal-content.dealer-modal {
  display: block;
  background: none;
  height: 4.375rem;
  min-height: 0; }
  [data-ng-app='storeLocator'].modal-visible .dealersearch-mobile-map-view-modal.dealer-modal .modal-map,
  [data-ng-app='storeLocator'].modal-visible .dealersearch-modal-content.dealer-modal .modal-map {
    background: none; }

[data-ng-app='storeLocator'].modal-visible .dealersearch-modal-content.dealer-modal {
  display: none; }
  [data-ng-app='storeLocator'].modal-visible .dealersearch-modal-content.dealer-modal.show {
    display: block; }
  [data-ng-app='storeLocator'].modal-visible .dealersearch-modal-content.dealer-modal.hide {
    display: none; }

[data-ng-app='storeLocator'].modal-visible .dealersearch-modal-content.visible {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto; }

[data-ng-app='storeLocator'].modal-visible .results-popover-mobile-heading {
  display: none; }

[data-ng-app='storeLocator'].modal-visible .dealer-search-results .results-map {
  max-height: none;
  height: calc(100% - 140px);
  overflow: visible;
  width: 100%;
  margin-top: 4.375rem; }

[data-ng-app='storeLocator'].modal-visible .show-map.open-modal-link {
  display: none; }

[data-ng-app='storeLocator'].modal-visible .page-header,
[data-ng-app='storeLocator'].modal-visible .page-footer {
  display: none; }

.results-popover-container .searchbox-parent-wrapper {
  float: left; }

.modal-visible .product-detail .open-dealersearch-modal {
  z-index: auto; }

.modal-visible .product-detail .angular-google-map-container {
  padding-bottom: 92vh; }

.product-detail .open-dealersearch-modal {
  z-index: 999; }

.product-detail .show-map {
  z-index: 999; }

.product-detail .middle {
  width: 100%; }

.product-detail .product-detail-dealersearch {
  background: none; }

.product-detail .product-detail-dealer-search-results .results-map {
  background: none; }

.product-detail .product-detail-dealer-search-results .dealer-result-load-more.has-more-results {
  display: block; }

.product-detail .angular-google-map-container {
  visibility: hidden;
  padding-bottom: 13.75rem; }

@media only screen and (min-width: 1024px) {
  .product-detail .error-message-wrapper {
    margin-top: 0;
    margin-bottom: 0; } }

.iframe-store-locator .store-locator .results-map {
  margin-top: 0; }

.dealer-search-map .results-map {
  min-height: 40vh;
  margin-top: 24px; }

.dealer-search-map.dealer-search-results .dealer-search-google-map-wrapper {
  width: 100%;
  height: 100%;
  padding-bottom: 40vh; }
  @media only screen and (min-width: 1024px) {
    .dealer-search-map.dealer-search-results .dealer-search-google-map-wrapper {
      width: 50%;
      padding-bottom: calc(100vh - 140px); } }
  @media only screen and (min-width: 1280px) {
    .dealer-search-map.dealer-search-results .dealer-search-google-map-wrapper {
      width: 60%; } }

.dealer-search-map.dealer-search-results .results-filter {
  padding: 0; }
  .dealer-search-map.dealer-search-results .results-filter .filter-section {
    color: #000;
    margin-bottom: 10px; }
  .dealer-search-map.dealer-search-results .results-filter .radio-filter {
    display: inline-block;
    white-space: nowrap;
    margin: 6px 10px 6px 0; }
  .dealer-search-map.dealer-search-results .results-filter .results-filter-option {
    display: block;
    margin: 20px 0;
    padding: 0;
    border: 0; }

@media only screen and (min-width: 1024px) {
  .dealer-search-map.dealer-search-results .dealer-results-scroll-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 320px);
    min-height: 200px;
    scroll-behavior: smooth; } }

@media only screen and (min-width: 1024px) {
  .dealer-search-map.dealer-search-results .dealer-results-scroll-container.has-items {
    overflow-y: scroll; } }

.dealer-search-map.dealer-search-results .dealer-results-scroll-container .dealer-result-item-clone-template {
  display: none; }

.dealer-search-map.dealer-search-results .results-popover-container {
  overflow: hidden;
  max-width: 768px; }
  @media only screen and (min-width: 1280px) {
    .dealer-search-map.dealer-search-results .results-popover-container {
      width: 40%; } }
  .dealer-search-map.dealer-search-results .results-popover-container .searchbox-parent-wrapper {
    width: 60%; }

.dealer-search-map.dealer-search-results .results-zip-place {
  float: none;
  width: 100%; }
  .dealer-search-map.dealer-search-results .results-zip-place .input-zip-place {
    width: 100%; }

.dealer-search-map.dealer-search-results .results-popover-head {
  display: block;
  padding: 0 25px;
  margin: 40px 0 20px; }
  @media only screen and (min-width: 1024px) {
    .dealer-search-map.dealer-search-results .results-popover-head {
      padding: 0; } }

.find-dealer-module {
  position: relative; }
  .find-dealer-module .find-dealer-content {
    position: absolute;
    width: calc(100% - 20px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .find-dealer-module .find-dealer-content h2 {
      font-family: sport2000bold, arial, sans-serif;
      font-size: 21px;
      line-height: normal;
      text-align: center;
      margin-bottom: 15px; }
      @media only screen and (min-width: 750px) {
        .find-dealer-module .find-dealer-content h2 {
          font-size: 40px;
          margin-bottom: 20px; } }
  .find-dealer-module .find-dealer-cta-container {
    text-align: center; }
  .find-dealer-module .find-dealer-cta {
    font-family: sport2000bold, arial, sans-serif;
    padding: 1rem 3.75rem;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    background: #e30613;
    border: #e30613 1px solid; }
    @media only screen and (min-width: 480px) {
      .find-dealer-module .find-dealer-cta {
        width: auto; } }
    .find-dealer-module .find-dealer-cta:hover {
      color: #fff;
      background: #ad4000;
      border: #ad4000 1px solid; }

.product-slider .related-product-label {
  padding-left: 0.3125rem; }

.product-slider .product-detail-related-container {
  position: relative; }

.product-slider .product-detail-related-block {
  padding: 3.125rem 0;
  max-width: 71.25rem;
  margin: 0 auto; }
  @media only screen and (min-width: 1024px) {
    .product-slider .product-detail-related-block {
      padding-top: 5.8125rem; } }
  .product-slider .product-detail-related-block .slick-prev-arrow,
  .product-slider .product-detail-related-block .slick-next-arrow {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 2;
    cursor: pointer; }
    .product-slider .product-detail-related-block .slick-prev-arrow:after,
    .product-slider .product-detail-related-block .slick-next-arrow:after {
      color: #e30613;
      font-size: 1.875rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media only screen and (min-width: 1024px) {
        .product-slider .product-detail-related-block .slick-prev-arrow:after,
        .product-slider .product-detail-related-block .slick-next-arrow:after {
          font-size: 1.6875rem; } }
  .product-slider .product-detail-related-block .slick-prev-arrow {
    left: 0; }
    .product-slider .product-detail-related-block .slick-prev-arrow:after {
      left: 1.5rem;
      content: '\e90f'; }
  .product-slider .product-detail-related-block .slick-next-arrow {
    right: 0.0625rem; }
    .product-slider .product-detail-related-block .slick-next-arrow:after {
      content: '\e912';
      right: 1.5rem; }

.product-slider .product-detail-related-header {
  text-align: center;
  padding: 0 1.25rem; }

.product-slider .product-detail-related-heading {
  font-size: 1.5rem;
  font-family: sport2000bold, arial, sans-serif; }
  @media only screen and (min-width: 640px) {
    .product-slider .product-detail-related-heading {
      font-size: 2.25rem; } }
  @media only screen and (min-width: 1024px) {
    .product-slider .product-detail-related-heading {
      font-size: 2.5rem;
      margin-bottom: 2.5rem; } }

.product-slider .related-products-slider {
  margin: 1.25rem auto 0;
  width: calc(100% - 120px);
  max-width: 71.25rem; }
  .product-slider .related-products-slider:not(.slick-initialized) {
    visibility: hidden;
    position: absolute; }

.product-slider .related-product-slide {
  position: relative;
  padding: 0.9375rem 0;
  border-bottom: 0.3125rem solid transparent;
  background-color: #fff; }
  @media only screen and (min-width: 1024px) {
    .product-slider .related-product-slide:hover {
      border-bottom-color: #e30613; }
      .product-slider .related-product-slide:hover .related-product-brand {
        color: #e30613; } }

.product-slider .related-product-link:link, .product-slider .related-product-link:visited {
  color: inherit; }

.product-slider .related-product-facts {
  text-align: center;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-top: 0.875rem; }
  .product-slider .related-product-facts span {
    display: block; }
    .product-slider .related-product-facts span.related-product-regular-price {
      display: inline-block; }

.product-slider .related-product-price {
  font-size: 0.875rem;
  color: #707070; }

.product-slider .related-product-description {
  color: #707070; }

.product-slider .related-product-regular-price {
  font-size: 0.875rem;
  position: relative;
  color: #707070;
  margin-right: 10px; }
  .product-slider .related-product-regular-price:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    background: #e30613; }
  .product-slider .related-product-regular-price + .related-product-price {
    color: #e30613;
    display: inline-block; }

.product-slider .related-product-brand {
  font-family: sport2000bold, arial, sans-serif; }

.product-slider .related-product-stores {
  text-align: center;
  margin-top: 1.25rem; }
  @media only screen and (min-width: 1024px) {
    .product-slider .related-product-stores {
      margin-top: 0;
      float: right; } }

.product-slider .related-products-button-block {
  text-align: center; }

.product-slider .show-more-products {
  font-family: sport2000bold, arial, sans-serif;
  padding: 1rem 3.75rem;
  padding: inherit;
  color: #e30613;
  border: 1px solid #e30613;
  background-color: transparent;
  text-transform: uppercase;
  line-height: 2.375rem;
  font-size: 1.3125rem;
  width: 16.875rem;
  margin: 1.5625rem auto 0; }
  @media only screen and (min-width: 750px) {
    .product-slider .show-more-products {
      font-size: 1.0625rem; } }
  @media only screen and (min-width: 1024px) {
    .product-slider .show-more-products {
      margin-top: 2.5rem; } }
  .product-slider .show-more-products:hover {
    color: #fff;
    background-color: #e30613; }
  .product-slider .show-more-products:active, .product-slider .show-more-products:focus {
    outline: none; }

.product-slider .product-detail-stores {
  display: block;
  float: right; }
  @media only screen and (min-width: 1024px) {
    .product-slider .product-detail-stores {
      float: none;
      position: absolute;
      top: 2.8125rem;
      right: 0; } }
  @media only screen and (min-width: 1720px) {
    .product-slider .product-detail-stores {
      right: -11.25rem; } }

.product-slider .product-detail-stores-icon {
  background: url("../Svg/availability.svg") no-repeat;
  font-family: sport2000bold, arial, sans-serif;
  font-size: 0.75rem;
  text-align: center;
  height: 2.375rem;
  padding: 0.6875rem 0.3125rem 0;
  width: 1.9375rem;
  display: inline-block;
  color: #e30613; }
  @media only screen and (min-width: 1024px) {
    .product-slider .product-detail-stores-icon {
      display: block;
      font-size: 1.25rem;
      width: 3.0625rem;
      height: 3.875rem;
      margin: 0 auto;
      padding-top: 0.9375rem; } }

@media only screen and (min-width: 1024px) {
  .product-slider .product-detail-stores-label {
    margin-top: 0.3125rem;
    display: block; } }

.product-slider .slick-slide {
  cursor: pointer;
  height: auto; }
  .product-slider .slick-slide img {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%; }
  .product-slider .slick-slide:active, .product-slider .slick-slide:focus {
    outline: 0; }

.product-slider .related-products-slider-outer-wrp {
  position: relative;
  overflow: hidden; }

.product-slider-tabs {
  margin: 2.5rem 0;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .product-slider-tabs {
      margin-top: 0; } }
  .product-slider-tabs li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .product-slider-tabs li.active a {
      font-family: sport2000bold, arial, sans-serif;
      color: #e30613;
      border-bottom: #e30613 2px solid; }
  .product-slider-tabs a {
    display: block;
    color: #707070;
    font-size: 1.0625rem;
    text-transform: uppercase;
    margin: 0.375rem 0.9375rem 0;
    padding-bottom: 0.25rem;
    position: relative; }
  .product-slider-tabs ~ .related-products-slider {
    display: none; }
    .product-slider-tabs ~ .related-products-slider.active {
      display: block; }

body.modal-visible {
  overflow: hidden; }
  body.modal-visible .modal-cover {
    display: block; }

body .modal-cover {
  height: 6249.9375rem;
  width: 100%;
  background-color: #000;
  display: none;
  position: fixed;
  top: 0;
  left: 0; }

/* stylelint-disable selector-class-pattern,selector-max-class */
.powermail_form.layout1 {
  background-color: #f2f2f2; }

.powermail_form.layout2 {
  background-color: #fff; }
  .powermail_form.layout2 .powermail_fieldwrap_type_textarea textarea {
    background-color: #cecece;
    border-color: #cecece; }
  .powermail_form.layout2 .powermail_fieldwrap_type_input input {
    background-color: #cecece;
    border-color: #cecece; }
  .powermail_form.layout2 .powermail_fieldwrap_type_radio .radiobox label:before {
    background-color: #cecece; }
  .powermail_form.layout2 .powermail_fieldwrap_type_check .checkbox label:before {
    background-color: #cecece; }
  .powermail_form.layout2 .file-upload-wrapper {
    background-color: #cecece; }
  .powermail_form.layout2 .select2-container--default .select2-selection--single {
    background-color: #cecece;
    border-color: #cecece; }
  .powermail_form.layout2 .select2-dropdown.select2-dropdown--below {
    background-color: #cecece; }
  .powermail_form.layout2 .select2-container--default .select2-results__option[aria-selected='true'] {
    background-color: #cecece; }
  .powermail_form.layout2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
    background-color: #cecece; }
  .powermail_form.layout2 .select2-container.select2-container--default.select2-container--open .select2-results__options:before {
    background-color: #fff; }

.powermail_form .powermail-form-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 3.75rem 0; }
  @media only screen and (min-width: 1024px) {
    .powermail_form .powermail-form-wrapper {
      padding: 6.25rem 0; } }
  .powermail_form .powermail-form-wrapper > h3 {
    text-align: center; }

.powermail_form .powermail-page-wrapper {
  margin-top: 1.875rem; }
  @media only screen and (min-width: 1024px) {
    .powermail_form .powermail-page-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.powermail_form .powermail_fieldset {
  border: 0;
  padding: 0 1.25rem;
  margin: 0; }
  @media only screen and (min-width: 640px) {
    .powermail_form .powermail_fieldset {
      padding: 0 3.75rem; } }
  @media only screen and (min-width: 1024px) {
    .powermail_form .powermail_fieldset {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      width: 50%;
      padding: 0 0.9375rem; } }
  .powermail_form .powermail_fieldset legend {
    display: none; }

.powermail_form label {
  font-weight: normal; }
  .powermail_form label > a {
    color: #e30613; }

.powermail_fieldwrap {
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .powermail_fieldwrap.powermail-textarea-flush-wrapper {
      margin-top: 2.5rem; } }
  .powermail_fieldwrap + .powermail_fieldwrap {
    margin-top: 1.875rem; }
    .powermail_fieldwrap + .powermail_fieldwrap.powermail_fieldwrap_type_check {
      margin-top: 2.25rem; }
  .powermail_fieldwrap .parsley-error {
    border-color: #e30613; }
  .powermail_fieldwrap .parsley-errors-list {
    position: absolute;
    width: 100%;
    left: 0; }
    .powermail_fieldwrap .parsley-errors-list li {
      color: #e30613;
      position: absolute;
      left: 1.1875rem;
      bottom: -1.125rem;
      font-size: 0.875rem; }

.powermail_fieldwrap_type_input {
  background-color: #fff;
  margin: 1.25rem 0; }
  .powermail_fieldwrap_type_input label {
    display: none; }
  .powermail_fieldwrap_type_input input {
    padding: 0.6875rem 1.125rem;
    border: 1px solid #fff;
    width: 100%; }
    .powermail_fieldwrap_type_input input::-webkit-input-placeholder {
      color: #000;
      opacity: 1; }
    .powermail_fieldwrap_type_input input:-moz-placeholder {
      color: #000;
      opacity: 1; }
    .powermail_fieldwrap_type_input input::-moz-placeholder {
      color: #000;
      opacity: 1; }
    .powermail_fieldwrap_type_input input-ms-input-placeholder {
      color: #000;
      opacity: 1; }

.powermail_fieldwrap_type_radio {
  padding: 0.75rem 0 0.75rem 1.25rem; }
  .powermail_fieldwrap_type_radio .radio {
    margin: 0; }
  .powermail_fieldwrap_type_radio .powermail_label + .radiobox-wrapper {
    margin-top: 0.9375rem; }
  .powermail_fieldwrap_type_radio .radiobox-wrapper {
    display: inline-block; }
    .powermail_fieldwrap_type_radio .radiobox-wrapper > div:not(.powermail_field_error_container) {
      display: inline-block; }
    .powermail_fieldwrap_type_radio .radiobox-wrapper .powermail_radio {
      opacity: 0; }
    .powermail_fieldwrap_type_radio .radiobox-wrapper .parsley-errors-list {
      left: 0; }
  .powermail_fieldwrap_type_radio .radiobox {
    padding: 8px 0; }
    .powermail_fieldwrap_type_radio .radiobox label {
      position: relative;
      display: inline-block;
      padding-left: 1.875rem;
      cursor: pointer; }
      .powermail_fieldwrap_type_radio .radiobox label:before {
        content: '';
        width: 1.25rem;
        height: 1.25rem;
        display: block;
        background-color: #fff;
        border-radius: 0.625rem;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateY(-20%);
            -ms-transform: translateY(-20%);
                transform: translateY(-20%); }
      .powermail_fieldwrap_type_radio .radiobox label:after {
        content: '\e91e';
        display: none;
        font-size: 0.8125rem;
        position: absolute;
        top: 0;
        left: 0;
        color: #e30613;
        -webkit-transform: translateX(26%);
            -ms-transform: translateX(26%);
                transform: translateX(26%); }
    .powermail_fieldwrap_type_radio .radiobox.parsley-error label:before {
      border: 1px solid #e30613; }
    .powermail_fieldwrap_type_radio .radiobox input[type='radio']:checked + label:after {
      display: block; }

.powermail_fieldwrap_type_check > label {
  display: none; }
  .powermail_fieldwrap_type_check > label + .checkbox-wrapper {
    margin-top: 1.25rem; }

.powermail_fieldwrap_type_check .checkbox-wrapper {
  min-height: 2rem; }

.powermail_fieldwrap_type_check .parsley-errors-list {
  left: 0; }
  .powermail_fieldwrap_type_check .parsley-errors-list li {
    bottom: -1.75rem; }

.powermail_fieldwrap_type_check .checkbox {
  position: relative;
  margin: 0; }
  .powermail_fieldwrap_type_check .checkbox.parsley-error label:before {
    border: 1px solid #e30613; }
  .powermail_fieldwrap_type_check .checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 2.75rem;
    cursor: pointer; }
    .powermail_fieldwrap_type_check .checkbox label:before {
      content: '';
      width: 2rem;
      height: 2rem;
      background-color: #fff;
      display: block;
      border-radius: 0.25rem;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .powermail_fieldwrap_type_check .checkbox label:after {
      content: '\e902';
      display: none;
      font-size: 1.5rem;
      position: absolute;
      top: 50%;
      left: 0.1875rem;
      color: #e30613;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .powermail_fieldwrap_type_check .checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    opacity: 0; }
    .powermail_fieldwrap_type_check .checkbox input[type='checkbox']:checked + label:after {
      display: block; }

.powermail_fieldwrap_type_textarea > label {
  display: none; }

.powermail_fieldwrap_type_textarea textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border-radius: 0.25rem;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 0.875rem 1.125rem;
  height: 10rem;
  min-height: 10rem;
  max-height: 10rem; }
  .powermail_fieldwrap_type_textarea textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #000; }
  .powermail_fieldwrap_type_textarea textarea:-moz-placeholder {
    opacity: 1;
    color: #000; }
  .powermail_fieldwrap_type_textarea textarea::-moz-placeholder {
    opacity: 1;
    color: #000; }
  .powermail_fieldwrap_type_textarea textarea-ms-input-placeholder {
    opacity: 1;
    color: #000; }

.powermail_fieldwrap_type_file > label {
  display: none; }

.file-upload-wrapper {
  position: relative;
  margin: 0;
  background-color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
  border: 0; }
  .file-upload-wrapper > div {
    cursor: pointer; }
    .file-upload-wrapper > div:before {
      content: '';
      display: block;
      width: 2rem;
      height: 2rem;
      position: absolute;
      top: 50%;
      right: 1.25rem;
      background-color: #f2f2f2;
      border-radius: 1rem;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .file-upload-wrapper > div:after {
      content: '\e915';
      display: block;
      color: #e30613;
      position: absolute;
      right: 1.25rem;
      text-align: center;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .file-upload-wrapper .error-border-box {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .file-upload-wrapper input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    z-index: 4; }
  .file-upload-wrapper .parsley-errors-list li {
    bottom: -1.875rem; }
  .file-upload-wrapper .parsley-errors-list.filled + .error-border-box {
    border: 1px solid #e30613;
    opacity: 1;
    border-radius: 0.25rem;
    cursor: pointer; }

.powermail_submit {
  background-color: #e30613;
  color: #fff;
  text-transform: uppercase;
  padding: 0.6875rem 2.5rem;
  border: 0;
  border-radius: 0.25rem; }
  .running-experts .powermail_submit {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 40px;
    min-width: 150px;
    padding: 16px 54px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    border: #00abcd 1px solid;
    border-radius: 0;
    color: #00abcd;
    background: transparent; }
    @media only screen and (min-width: 480px) {
      .running-experts .powermail_submit {
        width: auto; } }
    @media only screen and (min-width: 1024px) {
      .running-experts .powermail_submit {
        margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .running-experts .powermail_submit {
        min-width: 230px; } }
    .running-experts .powermail_submit:hover {
      color: #fff;
      background: #00abcd; }
    @media only screen and (min-width: 480px) {
      .running-experts .powermail_submit {
        width: 162px;
        min-width: 162px; } }

.powermail_fieldwrap_type_select > label {
  display: none; }

.powermail_fieldwrap_type_select .parsley-errors-list {
  z-index: 3; }
  .powermail_fieldwrap_type_select .parsley-errors-list li {
    bottom: -3.75rem; }
  .powermail_fieldwrap_type_select .parsley-errors-list.filled + .select2 .select2-selection__rendered {
    border-color: #e30613; }

.select2-container {
  display: block;
  width: 100% !important;
  /* stylelint-disable-line declaration-no-important */ }

.select2-container--default .select2-selection--single {
  border: 1px solid #fff;
  height: 2.5rem; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.5rem;
    padding-left: 1.25rem;
    color: #000;
    border-radius: 0.25rem; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1.25rem;
    height: 2.5rem;
    width: 2rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    .select2-container--default .select2-selection--single .select2-selection__arrow:before {
      content: '';
      display: block;
      width: 2rem;
      height: 2rem;
      border-radius: 1rem;
      background-color: #f2f2f2;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .select2-container--default .select2-selection--single .select2-selection__arrow:after {
      content: '\e910';
      display: block;
      color: #e30613;
      position: absolute;
      right: 0;
      text-align: center;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-weight: bold; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border: 0; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #e30613; }

/* stylelint-disable-next-line selector-attribute-quotes */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent; }

.select2-results__option {
  padding: 0.375rem 1.25rem; }

.select2-search__field {
  display: none; }

.select2-results__options {
  position: relative;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }
  .select2-results__options:before {
    content: '';
    display: block;
    height: 0.0625rem;
    width: calc(100% - 76px);
    position: absolute;
    top: 0;
    left: 1.25rem;
    background-color: #cecece; }

.select2-dropdown.select2-dropdown--below {
  border: 0;
  -webkit-box-shadow: 0 0.1875rem 0.5rem #c1c1c1;
          box-shadow: 0 0.1875rem 0.5rem #c1c1c1; }

.powermail_fieldwrap_type_captcha input {
  background-color: #fff;
  height: 53px; }

.powermail_fieldwrap_type_captcha img {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px; }

.powermail_fieldwrap_type_captcha label {
  margin: 0 0 5px;
  display: block; }

.running-experts .powermail_fieldwrap_type_captcha input {
  height: 50px;
  border-width: 1px; }

.running-experts .powermail_fieldwrap_type_captcha img {
  height: 50px; }

.form-successful {
  padding: 3.75rem 0; }
  @media only screen and (min-width: 1024px) {
    .form-successful {
      padding: 6.25rem 0; } }
  .form-successful.bgc1 {
    background-color: #f2f2f2; }
  .form-successful.bgc2 {
    background-color: #fff; }
  .form-successful .form-successful-content-wrapper {
    margin: 0 auto;
    text-align: left;
    padding: 0 1.25rem; }
    @media only screen and (min-width: 640px) {
      .form-successful .form-successful-content-wrapper {
        max-width: 80%;
        text-align: center; } }
    @media only screen and (min-width: 1170px) {
      .form-successful .form-successful-content-wrapper {
        max-width: 1170px;
        text-align: center; } }
    .form-successful .form-successful-content-wrapper h2 {
      text-align: center; }
      .form-successful .form-successful-content-wrapper h2 + p {
        margin-top: 1.25rem; }
    .form-successful .form-successful-content-wrapper h3 {
      text-align: center; }
      .form-successful .form-successful-content-wrapper h3 + p {
        margin-top: 1.25rem; }
    .form-successful .form-successful-content-wrapper h4 {
      text-align: center; }
      .form-successful .form-successful-content-wrapper h4 + p {
        margin-top: 1.25rem; }

.tx-powermail .powermail_create {
  font-family: sport2000regular, arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  text-align: center;
  padding: 1.875rem 1.25rem; }
  @media only screen and (min-width: 640px) {
    .tx-powermail .powermail_create {
      font-size: 1.5rem;
      line-height: 1.75rem; } }
  @media only screen and (min-width: 750px) {
    .tx-powermail .powermail_create {
      padding: 3.75rem 2.5rem; } }
  @media only screen and (min-width: 1024px) {
    .tx-powermail .powermail_create {
      padding: 6.25rem 1.25rem; } }
  @media only screen and (min-width: 1280px) {
    .tx-powermail .powermail_create {
      font-size: 1.625rem;
      line-height: 1.875rem; } }
  .tx-powermail .powermail_create h2 {
    margin-bottom: 0.875rem;
    text-align: center; }

.powermail_message_error li {
  color: #e30613;
  font-size: 1rem;
  margin-top: 0.625rem;
  padding: 0 1.25rem;
  text-align: center; }
  @media only screen and (min-width: 640px) {
    .powermail_message_error li {
      font-size: 1.25rem; } }
  @media only screen and (min-width: 750px) {
    .powermail_message_error li {
      font-size: 1.5rem; } }

/* Progress Bar for AJAX Submit */
.powermail_progressbar {
  width: 100%;
  margin-top: 1.25rem;
  height: 15px;
  float: right;
  border: 1px solid #eee;
  clear: both; }
  .powermail_progressbar.disable {
    display: none; }
  .powermail_progressbar > .powermail_progress {
    background: #e30613;
    width: 0%;
    max-width: 100%;
    -webkit-animation: progress 4s 1 forwards;
            animation: progress 4s 1 forwards; }
    .powermail_progressbar > .powermail_progress > .powermail_progess_inner {
      height: 15px;
      width: 100%;
      overflow: hidden;
      background: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_loading.gif") repeat-x;
      opacity: 0.25;
      /* stylelint-disable declaration-block-no-duplicate-properties */
      filter: progid:dximagetransform.microsoft.alpha(opacity=25);
      filter: alpha(opacity=25);
      /* stylelint-enable declaration-block-no-duplicate-properties */ }

@-webkit-keyframes progress {
  from {
    width: 0%; }
  to {
    width: 100%; } }

@keyframes progress {
  from {
    width: 0%; }
  to {
    width: 100%; } }

/* stylelint-enable selector-class-pattern,selector-max-class */
.accordion {
  padding: 3.75rem 0 0; }
  @media only screen and (min-width: 1024px) {
    .accordion {
      padding: 6.25rem 0 0; } }

@media only screen and (min-width: 1170px) {
  .accordion-content-container {
    padding-left: 3.75rem; } }

.accordion-main-headline-wrapper {
  max-width: 1170px;
  margin: 0 auto; }
  .accordion-main-headline-wrapper h2 {
    text-align: center;
    margin-bottom: 0.9375rem; }
    @media only screen and (min-width: 1024px) {
      .accordion-main-headline-wrapper h2 {
        margin-bottom: 1.875rem; } }

.accordion-fce-content {
  padding: 1.875rem 0 3.75rem; }
  @media only screen and (min-width: 1024px) {
    .accordion-fce-content {
      padding: 1.875rem 3.75rem 3.75rem 0; } }
  .accordion-fce-content ul li {
    position: relative;
    margin-left: 0.8125rem;
    margin-bottom: 1.125rem; }
    .accordion-fce-content ul li:before {
      content: '\e91e';
      width: 0.4375rem;
      height: 0.4375rem;
      font-size: 0.4375rem;
      color: #e30613;
      position: absolute;
      top: 0.25rem;
      left: -0.8125rem; }
  .accordion-fce-content .internal-link:link, .accordion-fce-content .internal-link:visited, .accordion-fce-content .internal-link:hover, .accordion-fce-content .internal-link:active,
  .accordion-fce-content .external-link-new-window:link,
  .accordion-fce-content .external-link-new-window:visited,
  .accordion-fce-content .external-link-new-window:hover,
  .accordion-fce-content .external-link-new-window:active {
    color: #e30613; }
  .accordion-fce-content .internal-link:hover,
  .accordion-fce-content .external-link-new-window:hover {
    cursor: pointer;
    text-decoration: underline; }

.accordion-img-container {
  padding-bottom: 2.25rem; }
  .accordion-img-container img {
    width: 100%;
    height: auto; }

.no-touch .accordion .accordion-headline {
  cursor: pointer; }

@media only screen and (min-width: 1024px) {
  .sportsteaser.gap {
    padding-top: 4.1875rem; } }

.sportsteaser-container {
  max-width: 1170px;
  margin: 0 auto; }

.sportsteaser-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 1024px) {
    .sportsteaser-list {
      overflow: hidden;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (min-width: 1024px) {
    .sportsteaser-collapsed .sportsteaser-list {
      height: 6.25rem; } }

.sportsteaser-item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
  border-bottom: 1px solid #a3a3a3;
  min-width: 6.25rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  @media only screen and (min-width: 1024px) {
    .sportsteaser-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 6.25rem;
              flex: 0 1 6.25rem;
      border-bottom: 1px solid #a3a3a3; } }
  @media only screen and (min-width: 1024px) {
    .sportsteaser-collapsed .sportsteaser-item {
      border-bottom: 0; } }
  .sportsteaser-item:nth-child(3n) .sportsteaser-item-link,
  .sportsteaser-item:nth-child(3n) .sportsteaser-item-sport {
    border-right: 0; }
    @media only screen and (min-width: 1024px) {
      .sportsteaser-item:nth-child(3n) .sportsteaser-item-link,
      .sportsteaser-item:nth-child(3n) .sportsteaser-item-sport {
        border-right: 1px solid #a3a3a3; } }
  .sportsteaser-item:nth-child(3n).sportsteaser-item-more .sportsteaser-more {
    border: 0; }
    @media only screen and (min-width: 1024px) {
      .sportsteaser-item:nth-child(3n).sportsteaser-item-more .sportsteaser-more {
        border-right: 0; } }
  .sportsteaser-collapsed .sportsteaser-item:nth-child(n+4) {
    border-bottom: 0; }
  .sportsteaser-collapsed .sportsteaser-item:nth-child(n+6) {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .sportsteaser-collapsed .sportsteaser-item:nth-child(n+6) {
        display: block; } }
  .sportsteaser-item:nth-child(3n+1):nth-last-child(-n+3),
  .sportsteaser-item:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    border-bottom: 0; }
  .sportsteaser-item:last-child .sportsteaser-item-link,
  .sportsteaser-item:last-child .sportsteaser-item-sport {
    border-right: 0; }
  @media only screen and (min-width: 1024px) {
    .sportsteaser-item:nth-child(-n+9) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media only screen and (min-width: 1100px) {
    .sportsteaser-item:nth-child(-n+10) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media only screen and (min-width: 1024px) {
    .sportsteaser-item.sportsteaser-item-more {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      border-right: 0; } }
  .sportsteaser-item.sportsteaser-item-more:nth-child(n+6) {
    display: block; }
  .sportsteaser-item a {
    position: relative; }
  .sportsteaser-item .icon-wrapper {
    min-height: 2.8125rem; }
  .sportsteaser-item .inactive-icon-wrapper img,
  .sportsteaser-item .active-icon-wrapper img {
    margin: 0 auto; }
  .sportsteaser-item .active-icon-wrapper {
    position: absolute;
    top: 0.875rem;
    width: 100%;
    visibility: hidden; }

.sportsteaser-item-link,
.sportsteaser-item-sport {
  display: block;
  border-right: 1px solid #a3a3a3;
  height: 6.25rem;
  text-align: center;
  padding-top: 0.875rem; }
  .sportsteaser-item-link:link, .sportsteaser-item-link:visited,
  .sportsteaser-item-sport:link,
  .sportsteaser-item-sport:visited {
    color: inherit; }
  .sportsteaser-item-link > p,
  .sportsteaser-item-sport > p {
    margin-top: 0.5rem; }
  .sportsteaser-item-link.sportsteaser-current, .sportsteaser-item-link.active, .sportsteaser-item-link:hover,
  .sportsteaser-item-sport.sportsteaser-current,
  .sportsteaser-item-sport.active,
  .sportsteaser-item-sport:hover {
    background: #f2f2f2;
    color: #e30613; }
    .sportsteaser-item-link.sportsteaser-current:before, .sportsteaser-item-link.active:before, .sportsteaser-item-link:hover:before,
    .sportsteaser-item-sport.sportsteaser-current:before,
    .sportsteaser-item-sport.active:before,
    .sportsteaser-item-sport:hover:before {
      color: #e30613; }
    .sportsteaser-item-link.sportsteaser-current .inactive-icon-wrapper, .sportsteaser-item-link.active .inactive-icon-wrapper, .sportsteaser-item-link:hover .inactive-icon-wrapper,
    .sportsteaser-item-sport.sportsteaser-current .inactive-icon-wrapper,
    .sportsteaser-item-sport.active .inactive-icon-wrapper,
    .sportsteaser-item-sport:hover .inactive-icon-wrapper {
      visibility: hidden; }
    .sportsteaser-item-link.sportsteaser-current .active-icon-wrapper, .sportsteaser-item-link.active .active-icon-wrapper, .sportsteaser-item-link:hover .active-icon-wrapper,
    .sportsteaser-item-sport.sportsteaser-current .active-icon-wrapper,
    .sportsteaser-item-sport.active .active-icon-wrapper,
    .sportsteaser-item-sport:hover .active-icon-wrapper {
      visibility: visible; }

.sportsteaser-item-sport:before {
  content: '\e917';
  font-size: 2.625rem;
  color: #000;
  text-align: left;
  left: -1.25rem;
  top: 0; }

.sportsteaser-item-sport.sportsteaser-current, .sportsteaser-item-sport:hover {
  background: #f2f2f2;
  color: #e30613; }
  .sportsteaser-item-sport.sportsteaser-current:before, .sportsteaser-item-sport:hover:before {
    color: #e30613; }

.sportsteaser-item-sport.sportsteaser-running:before {
  content: '\e917'; }

.sportsteaser-item-sport.sportsteaser-outdoor:before {
  content: '\e90e'; }

.sportsteaser-item-sport.sportsteaser-soccer:before {
  content: '\e907'; }

.sportsteaser-item-sport.sportsteaser-wintersport:before {
  content: '\e926'; }

.sportsteaser-item-sport.sportsteaser-teamsport:before {
  content: '\e922'; }

.sportsteaser-item-sport.sportsteaser-fitness:before {
  content: '\e906'; }

.sportsteaser-item-sport.sportsteaser-healthy:before {
  content: '\e930'; }

.sportsteaser-item-sport.sportsteaser-more {
  border-right: 0; }
  .sportsteaser-item-sport.sportsteaser-more:before {
    content: '\e90c'; }
  .sportsteaser-item-sport.sportsteaser-more p {
    margin-top: 0.6875rem; }

.lg-sub-html p {
  font-size: 0.75rem; }
  @media only screen and (min-width: 1024px) {
    .lg-sub-html p {
      font-size: 1rem; } }

.lg-sub-html h4 {
  font-size: 1rem; }
  @media only screen and (min-width: 1024px) {
    .lg-sub-html h4 {
      font-size: 1.3125rem; } }

.header-product-search-link {
  height: 3.0625rem;
  width: 3.125rem;
  display: block;
  position: absolute;
  top: 0;
  right: 4.125rem; }
  @media only screen and (min-width: 640px) {
    .header-product-search-link {
      height: 4.25rem;
      right: 12.375rem; } }
  @media only screen and (min-width: 750px) {
    .header-product-search-link {
      width: 4.5625rem; } }
  @media only screen and (min-width: 1024px) {
    .header-product-search-link {
      right: 11.8125rem; } }
  @media only screen and (min-width: 1170px) {
    .header-product-search-link {
      right: 23.5%; } }
  .header-product-search-link:before {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 2rem;
    background: transparent url("../Svg/suchen_lupe.svg") no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -44%);
        -ms-transform: translate(-50%, -44%);
            transform: translate(-50%, -44%); }
  .header-product-search-link:hover {
    cursor: pointer; }

.header-product-search-overlay-open .header-product-search-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (min-width: 1024px) {
  .mainnav-pin .header-product-search-overlay {
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    -o-transition: transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    position: fixed; } }

.header-product-search-overlay-container h2 {
  font-size: 1.5rem;
  line-height: 1.75rem; }
  @media only screen and (min-width: 750px) {
    .header-product-search-overlay-container h2 {
      font-size: 2.25rem;
      line-height: 2.5rem; } }

@media only screen and (min-width: 640px) {
  .header-product-search-overlay-container p {
    max-width: 80%; } }

@media only screen and (min-width: 750px) {
  .header-product-search-overlay-form {
    max-width: 32.5rem; } }

@media only screen and (min-width: 1024px) {
  .header-product-search-overlay-form {
    max-width: none; } }

.header-product-search-overlay-search-term {
  width: 75%; }
  .header-product-search-overlay-search-term::-webkit-input-placeholder {
    color: #000; }
  .header-product-search-overlay-search-term:-moz-placeholder {
    color: #000; }
  .header-product-search-overlay-search-term::-moz-placeholder {
    color: #000; }
  .header-product-search-overlay-search-term-ms-input-placeholder {
    color: #000; }
  @media only screen and (min-width: 750px) {
    .header-product-search-overlay-search-term {
      width: 60%; } }
  @media only screen and (min-width: 1024px) {
    .header-product-search-overlay-search-term {
      width: calc(100% - 155px); }
      .header-product-search-overlay-search-term::-webkit-input-placeholder {
        color: #000; }
      .header-product-search-overlay-search-term:-moz-placeholder {
        color: #000; }
      .header-product-search-overlay-search-term::-moz-placeholder {
        color: #000; }
      .header-product-search-overlay-search-term-ms-input-placeholder {
        color: #000; } }

.header-product-search-overlay-search {
  position: relative;
  padding: 0.75rem 0.75rem 0.75rem 2.8125rem;
  text-indent: -625rem;
  overflow: hidden;
  width: 25%; }
  @media only screen and (min-width: 750px) {
    .header-product-search-overlay-search {
      text-indent: 0;
      overflow: auto;
      padding: 0.8125rem 0.75rem 0.75rem 2.8125rem;
      width: 40%; } }
  @media only screen and (min-width: header-local-shops) {
    .header-product-search-overlay-search {
      padding: 1.1875rem 0.6875rem 1rem 2.8125rem;
      width: 150px; } }
  .header-product-search-overlay-search:before {
    content: '';
    display: block;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("../Svg/suchen_lupe.svg") no-repeat; }
    @media only screen and (min-width: 750px) {
      .header-product-search-overlay-search:before {
        left: 1.5rem;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); } }
    @media only screen and (min-width: 1024px) {
      .header-product-search-overlay-search:before {
        left: 0.75rem; } }

.load-more-gallery-items {
  font-family: sport2000bold, arial, sans-serif;
  padding: 1rem 3.75rem;
  display: inline-block;
  color: #e30613;
  text-transform: uppercase;
  margin-top: 1.875rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  line-height: 1rem;
  min-height: 1rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  margin-right: auto;
  background: transparent;
  border: 1px solid #e30613;
  white-space: nowrap; }
  .load-more-gallery-items:hover {
    background: #e30613;
    border: 1px solid #e30613;
    cursor: pointer;
    color: #fff; }

.loading.gallery-loader {
  position: absolute;
  left: 48%;
  -webkit-transform: translate(-48%);
      -ms-transform: translate(-48%);
          transform: translate(-48%);
  border-width: 0.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  top: auto;
  margin-top: 1.875rem; }

.gallery-wrapper.product {
  margin-bottom: 6.25rem; }

.lightboxgallery-sp2k .lg-image {
  max-height: 90%; }

.lightboxgallery {
  padding-bottom: 100px; }

.content-link-teaser {
  min-height: 23.6875rem; }
  .content-link-teaser .statement-text {
    margin-top: 3.125rem; }
    .content-link-teaser .statement-text header {
      text-align: center;
      background: none;
      padding-bottom: 0;
      margin-bottom: 2.5rem; }
      .content-link-teaser .statement-text header h3 {
        text-align: left;
        display: inline-block;
        font-size: 2.5rem; }
    .content-link-teaser .statement-text footer {
      text-align: center; }
      .content-link-teaser .statement-text footer .text-wrapper {
        text-align: left;
        font-size: 1.0625rem;
        display: inline-block;
        margin-bottom: 1.25rem;
        color: #fff; }
        .content-link-teaser .statement-text footer .text-wrapper a {
          /* stylelint-disable-line selector-max-compound-selectors */
          color: #fff; }
    .content-link-teaser .statement-text .content-link-teaser-cta {
      font-family: sport2000bold, arial, sans-serif;
      padding: 1rem 3.75rem;
      display: inline-block;
      margin-top: auto;
      text-transform: uppercase;
      border: 1px solid;
      margin-right: auto; }

.filtermodule-header.stage-slider .filtermodule-content {
  padding: 0 1.25rem; }
  @media only screen and (min-width: 768px) {
    .filtermodule-header.stage-slider .filtermodule-content {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .filtermodule-header.stage-slider .filtermodule-content > h1 {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 1.5rem;
    line-height: 28px; }
    @media only screen and (min-width: 768px) {
      .filtermodule-header.stage-slider .filtermodule-content > h1 {
        font-size: 3rem;
        font-family: sport2000bold, arial, sans-serif;
        font-weight: bold;
        line-height: 50px; } }
    @media only screen and (min-width: 1024px) {
      .filtermodule-header.stage-slider .filtermodule-content > h1 {
        font-size: 5rem;
        line-height: 84px; } }

.filtermodule-filter-button {
  font-family: sport2000bold, arial, sans-serif;
  padding: 1rem 3.75rem;
  padding: inherit;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  display: block;
  width: 100%;
  font-size: 1.0625rem;
  text-transform: uppercase;
  height: 40px; }

.filtermodule-filter-container {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .filtermodule-filter-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media only screen and (min-width: 1280px) {
    .filtermodule-filter-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .filtermodule-filter-container label {
    font-size: 1.625rem;
    font-weight: normal;
    margin-bottom: 17px;
    padding-left: 22px;
    display: block;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .filtermodule-filter-container label {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 33.3333333333%;
                flex: 1 0 33.3333333333%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        color: #fff;
        display: block;
        padding-left: 0;
        text-align: center;
        position: relative; } }
    @media only screen and (min-width: 1280px) {
      .filtermodule-filter-container label {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 33.3333333333%;
                flex: 1 0 33.3333333333%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        color: #fff;
        display: block;
        padding-left: 0;
        text-align: center; } }
    @media only screen and (min-width: 768px) {
      .filtermodule-filter-container label span {
        position: relative;
        padding-left: 40px; } }
    .filtermodule-filter-container label span:before {
      color: §white;
      position: relative;
      font-size: 32px; }
      @media only screen and (min-width: 768px) {
        .filtermodule-filter-container label span:before {
          position: absolute;
          left: 0;
          top: 0; } }
    .filtermodule-filter-container label[for='filtermodule-select-criteria1'] span:before {
      content: '\e937';
      font-size: 32px;
      top: 3px;
      left: -6px; }
      @media only screen and (min-width: 768px) {
        .filtermodule-filter-container label[for='filtermodule-select-criteria1'] span:before {
          position: absolute;
          left: 0;
          top: 0; } }
    .filtermodule-filter-container label[for='filtermodule-select-criteria2'] {
      padding-left: 18px; }
      @media only screen and (min-width: 768px) {
        .filtermodule-filter-container label[for='filtermodule-select-criteria2'] {
          padding-left: 0; } }
      .filtermodule-filter-container label[for='filtermodule-select-criteria2'] span:before {
        content: '\e938';
        font-size: 37px;
        top: 9px;
        left: -10px; }
        @media only screen and (min-width: 768px) {
          .filtermodule-filter-container label[for='filtermodule-select-criteria2'] span:before {
            position: absolute;
            left: 0;
            top: 0; } }
    .filtermodule-filter-container label[for='filtermodule-select-criteria3'] span:before {
      content: '\e936';
      left: -10px;
      top: 7px; }
      @media only screen and (min-width: 768px) {
        .filtermodule-filter-container label[for='filtermodule-select-criteria3'] span:before {
          left: 0;
          top: 0; } }
    .filtermodule-filter-container label[for='filtermodule-select-criteria4'] span:before {
      content: '\e939';
      left: -10px;
      top: 7px; }
      @media only screen and (min-width: 768px) {
        .filtermodule-filter-container label[for='filtermodule-select-criteria4'] span:before {
          left: -23px;
          top: -15px;
          font-size: 49px; } }
    @media only screen and (min-width: 768px) {
      .filtermodule-filter-container label[for='filtermodule-select-criteria5'] span {
        padding-left: 60px; } }
    .filtermodule-filter-container label[for='filtermodule-select-criteria5'] span:before {
      content: '\e93b';
      left: -10px;
      top: 3px; }
      @media only screen and (min-width: 768px) {
        .filtermodule-filter-container label[for='filtermodule-select-criteria5'] span:before {
          left: 0;
          top: -13px;
          font-size: 47px; } }
    .filtermodule-filter-container label[for='filtermodule-select-criteria6'] span:before {
      content: '\e93a';
      left: -10px;
      top: 3px; }
      @media only screen and (min-width: 768px) {
        .filtermodule-filter-container label[for='filtermodule-select-criteria6'] span:before {
          top: -13px;
          font-size: 43px; } }
    .filtermodule-filter-container label[for='filtermodule-select-criteria7'] span:before {
      content: '\e93c';
      left: -2px;
      top: 6px;
      font-size: 28px;
      margin-right: 36px; }
      @media only screen and (min-width: 768px) {
        .filtermodule-filter-container label[for='filtermodule-select-criteria7'] span:before {
          left: 0;
          top: 0;
          margin-right: 0; } }
    .filtermodule-filter-container label[for='filtermodule-select-criteria8'] span:before {
      content: '\e944';
      left: 0;
      top: 3px;
      margin-right: 29px;
      font-size: 26px; }
      @media only screen and (min-width: 768px) {
        .filtermodule-filter-container label[for='filtermodule-select-criteria8'] span:before {
          top: 0;
          margin-right: 0; } }
    .filtermodule-filter-container label[for='filtermodule-select-criteria9'] span:before {
      content: '\e940';
      left: -10px;
      top: 14px;
      font-size: 55px;
      line-height: 0; }
      @media only screen and (min-width: 768px) {
        .filtermodule-filter-container label[for='filtermodule-select-criteria9'] span:before {
          top: 11px;
          font-size: 54px; } }
    .filtermodule-filter-container label[for='filtermodule-select-criteria10'] span:before {
      content: '\e941';
      left: -10px;
      top: 15px;
      font-size: 56px; }
      @media only screen and (min-width: 768px) {
        .filtermodule-filter-container label[for='filtermodule-select-criteria10'] span:before {
          top: -16px;
          left: -15px;
          font-size: 55px; } }
    .filtermodule-filter-container label[for='filtermodule-select-criteria11'] span:before {
      content: '\e943';
      left: -10px;
      top: 2px;
      font-size: 24px;
      margin-right: 6px; }
      @media only screen and (min-width: 768px) {
        .filtermodule-filter-container label[for='filtermodule-select-criteria11'] span:before {
          left: -24px;
          font-size: 24px;
          margin-right: 0; } }
    .filtermodule-filter-container label[for='filtermodule-select-criteria12'] span:before {
      content: '\e93c';
      left: -2px;
      top: 6px;
      font-size: 28px;
      margin-right: 36px; }
      @media only screen and (min-width: 768px) {
        .filtermodule-filter-container label[for='filtermodule-select-criteria12'] span:before {
          left: 0;
          top: 0;
          margin-right: 0; } }
    .filtermodule-filter-container label[for='filtermodule-select-criteria13'] span:before {
      content: '\e93c';
      left: -2px;
      top: 6px;
      font-size: 28px;
      margin-right: 36px; }
      @media only screen and (min-width: 768px) {
        .filtermodule-filter-container label[for='filtermodule-select-criteria13'] span:before {
          left: 0;
          top: 0;
          margin-right: 0; } }
    .filtermodule-filter-container label[for='filtermodule-select-criteria14'] span:before {
      content: '\e951';
      left: -2px;
      top: 6px;
      font-size: 36px;
      margin-right: 36px;
      display: inline-block;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      @media only screen and (min-width: 768px) {
        .filtermodule-filter-container label[for='filtermodule-select-criteria14'] span:before {
          left: 0;
          top: -6px;
          margin-right: 0; } }
  @media only screen and (min-width: 768px) {
    .filtermodule-filter-container .filtermodule-filter-button {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33.3333333333%;
              flex: 1 0 33.3333333333%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      max-width: 225px;
      color: #fff;
      border: 1px solid #fff;
      margin: 0 auto; } }
  @media only screen and (min-width: 1280px) {
    .filtermodule-filter-container .filtermodule-filter-button {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33.3333333333%;
              flex: 1 0 33.3333333333%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      max-width: 225px;
      color: #fff;
      border: 1px solid #fff;
      margin: 0 auto; } }
  .filtermodule-filter-container .filtermodule-filter-button:hover {
    color: #e30613;
    border: #fff;
    background: #fff; }
    @media only screen and (min-width: 1280px) {
      .filtermodule-filter-container .filtermodule-filter-button:hover {
        color: #e30613;
        border: #fff;
        background: #fff; } }

.filtermodule-filter-select-container {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .filtermodule-filter-select-container {
      margin-bottom: 11px; } }
  @media only screen and (min-width: 768px) {
    .filtermodule-filter-select-container {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33.3333333333%;
              flex: 1 0 33.3333333333%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -ms-flex-line-pack: center;
          align-content: center; } }
  @media only screen and (min-width: 1280px) {
    .filtermodule-filter-select-container {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33.3333333333%;
              flex: 1 0 33.3333333333%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -ms-flex-line-pack: center;
          align-content: center; } }

.filtermodule-filter-bh-criteria3 {
  margin-bottom: 40px; }

.filtermodule-filter-select-container-innerwrap {
  font-family: sport2000bold, arial, sans-serif;
  padding: 1rem 3.75rem;
  padding: inherit;
  position: relative;
  padding-left: 1.25rem;
  background: #fff;
  padding-right: 3px; }
  @media only screen and (min-width: 768px) {
    .filtermodule-filter-select-container-innerwrap {
      max-width: 225px;
      margin: 0 auto; } }
  @media only screen and (min-width: 1280px) {
    .filtermodule-filter-select-container-innerwrap {
      max-width: 225px;
      margin: 0 auto; } }
  .filtermodule-filter-select-container-innerwrap:after {
    position: absolute;
    content: '\e913';
    color: #e30613;
    font-size: 16px;
    display: block;
    width: 32px;
    height: 32px;
    background: #f2f2f2;
    border-radius: 50%;
    top: 4px;
    right: 4px;
    padding: 9px 8px;
    pointer-events: none; }
    .filtermodule-filter-select-container-innerwrap:after:hover {
      cursor: pointer; }
  .filtermodule-filter-select-container-innerwrap select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 0;
    font-family: sport2000regular, arial, sans-serif;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    height: 2.5rem;
    padding-top: 2px; }
    .filtermodule-filter-select-container-innerwrap select:hover {
      cursor: pointer; }
    .filtermodule-filter-select-container-innerwrap select::-ms-expand {
      display: none; }

.filtermodule-filter-container-wrap {
  display: block;
  width: 100%;
  margin-top: 30px; }

.filtermodule-svg-sprite {
  position: absolute; }

.filtermodule-list-text {
  display: none; }
  @media only screen and (min-width: 1280px) {
    .filtermodule-list-text {
      display: block;
      font-size: 26px;
      margin: 0 auto;
      padding: 25px 3.75rem;
      background: #f2f2f2; } }
  .filtermodule-list-text p {
    max-width: 1170px;
    margin: 0 auto;
    line-height: 1.4;
    text-align: center; }

@media only screen and (min-width: 1280px) {
  .filtermodule-list-noresult {
    font-size: 26px;
    margin: 0 auto;
    padding: 25px 3.75rem;
    background: #f2f2f2; } }

.filtermodule-list-noresult p {
  max-width: 1170px;
  margin: 0 auto;
  line-height: 1.4;
  text-align: center; }

@media only screen and (min-width: 1280px) {
  .filtermodule-list-item-description {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.filtermodule-list-item-description picture {
  display: none; }
  @media only screen and (min-width: 1280px) {
    .filtermodule-list-item-description picture {
      display: block;
      float: left;
      -webkit-box-flex: 0;
          -ms-flex: 0 auto;
              flex: 0 auto;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; } }

.filtermodule-list-item-description p {
  display: none; }
  @media only screen and (min-width: 1280px) {
    .filtermodule-list-item-description p {
      display: block;
      line-height: 1.4; } }

.filtermodule-list-item {
  padding-top: 26px;
  padding-bottom: 40px; }
  .filtermodule-list-item:nth-of-type(even) {
    background: #f2f2f2; }
    @media only screen and (min-width: 1280px) {
      .filtermodule-list-item:nth-of-type(even) {
        background: #f2f2f2; } }
  @media only screen and (min-width: 1280px) {
    .filtermodule-list-item:nth-of-type(odd) {
      background: none; } }

@media only screen and (min-width: 1280px) {
  .filtermodule-list-item-innerwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1170px;
    margin: 0 auto; } }

.filtermodule-list-button {
  font-family: sport2000bold, arial, sans-serif;
  padding: 1rem 3.75rem;
  padding: inherit;
  text-transform: uppercase;
  padding-top: 11px;
  text-align: center;
  height: 40px;
  display: block;
  max-width: 264px;
  margin: 0 auto; }
  @media only screen and (min-width: 1280px) {
    .filtermodule-list-button {
      margin-top: 25px; } }

.filtermodule-list-button-container-mobile {
  display: block; }
  @media only screen and (min-width: 1280px) {
    .filtermodule-list-button-container-mobile {
      display: none; } }

.filtermodule-list-button-container-desktop {
  display: none; }
  @media only screen and (min-width: 1280px) {
    .filtermodule-list-button-container-desktop {
      display: block; } }
  .filtermodule-list-button-container-desktop .filtermodule-list-button {
    margin-left: 0; }

.filtermodule-list-image {
  margin: 0 auto 38px;
  display: block; }
  @media only screen and (min-width: 1280px) {
    .filtermodule-list-image {
      margin: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%;
      padding: 0 15px; } }
  .filtermodule-list-image img {
    margin: 0 auto; }
  .filtermodule-list-image .blur-up {
    width: 50vw; }

@media only screen and (min-width: 1280px) {
  .filtermodule-list-item-text {
    width: calc(100% - 80px);
    float: left;
    max-width: 360px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 15px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; } }

.filtermodule-list-item-text h2,
.filtermodule-list-item-text h3 {
  font-size: 1.3125rem;
  color: #e30613;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4px; }
  @media only screen and (min-width: 1280px) {
    .filtermodule-list-item-text h2,
    .filtermodule-list-item-text h3 {
      text-align: left; } }

.filtermodule-list-item-text h3 {
  color: #000;
  margin-bottom: 36px; }
  @media only screen and (min-width: 1280px) {
    .filtermodule-list-item-text h3 {
      margin-bottom: 15px; } }

.filtermodule-list-item-text .filtermodule-list-item-gender,
.filtermodule-list-item-text .filtermodule-list-item-price {
  text-align: center; }
  @media only screen and (min-width: 1280px) {
    .filtermodule-list-item-text .filtermodule-list-item-gender,
    .filtermodule-list-item-text .filtermodule-list-item-price {
      text-align: left; } }

.filtermodule-list-item-text .filtermodule-list-item-price {
  margin-bottom: 36px; }
  @media only screen and (min-width: 1280px) {
    .filtermodule-list-item-text .filtermodule-list-item-price {
      margin-bottom: 0; } }

.filtermodule-list-rating-container {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0 15px; }
  .filtermodule-list-rating-container svg {
    overflow: visible; }

.filtermodule-list-rating-criteria {
  display: block; }
  .filtermodule-list-rating-criteria .filtermodule-list-rating-criteria-innerwrap {
    margin: 0 auto;
    position: relative;
    display: inline-block;
    padding: 0 0 10px 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-bottom: 16px; }
    .filtermodule-list-rating-criteria .filtermodule-list-rating-criteria-innerwrap:before {
      position: absolute;
      font-size: 2rem;
      color: #6e6e6e;
      left: 0;
      top: 1px; }
  .filtermodule-list-rating-criteria.filtermodule-list-rating-absorbtion .filtermodule-list-rating-criteria-innerwrap, .filtermodule-list-rating-criteria.filtermodule-list-rating-rebound .filtermodule-list-rating-criteria-innerwrap, .filtermodule-list-rating-criteria.filtermodule-list-rating-segment .filtermodule-list-rating-criteria-innerwrap, .filtermodule-list-rating-criteria.filtermodule-list-rating-ccsegment .filtermodule-list-rating-criteria-innerwrap, .filtermodule-list-rating-criteria.filtermodule-list-rating-flex .filtermodule-list-rating-criteria-innerwrap, .filtermodule-list-rating-criteria.filtermodule-list-rating-radius .filtermodule-list-rating-criteria-innerwrap, .filtermodule-list-rating-criteria.filtermodule-list-rating-skiwidth .filtermodule-list-rating-criteria-innerwrap, .filtermodule-list-rating-criteria.filtermodule-list-rating-skiarea .filtermodule-list-rating-criteria-innerwrap, .filtermodule-list-rating-criteria.filtermodule-list-rating-producttype .filtermodule-list-rating-criteria-innerwrap, .filtermodule-list-rating-criteria.filtermodule-list-rating-gender .filtermodule-list-rating-criteria-innerwrap, .filtermodule-list-rating-criteria.filtermodule-list-rating-brand .filtermodule-list-rating-criteria-innerwrap {
    margin-bottom: 0; }

.filtermodule-list-rating-stability .filtermodule-list-rating-criteria-innerwrap:before {
  content: '\e937';
  left: 5px; }

.filtermodule-list-rating-intensity .filtermodule-list-rating-criteria-innerwrap:before {
  content: '\e938';
  font-size: 2.25rem; }

.filtermodule-list-rating-absorbtion .filtermodule-list-rating-criteria-innerwrap:before {
  content: '\e939';
  font-size: 2.25rem; }

.filtermodule-list-rating-rebound .filtermodule-list-rating-criteria-innerwrap:before {
  content: '\e93b';
  font-size: 2.25rem; }

.filtermodule-list-rating-weight .filtermodule-list-rating-criteria-innerwrap:before {
  content: '\e93a';
  font-size: 2.25rem; }

.filtermodule-list-rating-bindingnorm .filtermodule-list-rating-criteria-innerwrap:before {
  content: '\e951';
  font-size: 3.125rem;
  display: inline-block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -10px; }

.rating0 .ratingbar-fill {
  width: 0%; }

.rating5 .ratingbar-fill {
  width: 8.3333333333%; }

.rating10 .ratingbar-fill {
  width: 16.6666666667%; }

.rating15 .ratingbar-fill {
  width: 25%; }

.rating20 .ratingbar-fill {
  width: 33.3333333333%; }

.rating25 .ratingbar-fill {
  width: 41.6666666667%; }

.rating30 .ratingbar-fill {
  width: 50%; }

.rating35 .ratingbar-fill {
  width: 58.3333333333%; }

.rating40 .ratingbar-fill {
  width: 66.6666666667%; }

.rating45 .ratingbar-fill {
  width: 75%; }

.rating50 .ratingbar-fill {
  width: 83.3333333333%; }

.rating55 .ratingbar-fill {
  width: 91.6666666667%; }

.rating60 .ratingbar-fill {
  width: 100%; }

.rating65 .ratingbar-fill {
  width: 108.333333333%; }

.filtermodule-list-rating-cupsize {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 264px;
  padding: 0 0 10px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1280px) {
    .filtermodule-list-rating-cupsize {
      margin-bottom: 0; } }
  .filtermodule-list-rating-cupsize:before {
    position: absolute;
    font-size: 1.875rem;
    color: #6e6e6e;
    left: 0;
    top: 4px;
    content: '\e936'; }
  .filtermodule-list-rating-cupsize .cupsize-item {
    width: 20px;
    height: 20px;
    font-size: 12px;
    background: #e4e4e4;
    border-radius: 50%;
    display: inline-block;
    padding: 5px 6px;
    -webkit-box-shadow: inset 1px 1.7px 3px rgba(0, 0, 0, 0.3);
            box-shadow: inset 1px 1.7px 3px rgba(0, 0, 0, 0.3); }
    .filtermodule-list-rating-cupsize .cupsize-item.cupsize-selected {
      color: #fff;
      background: #e30613;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .filtermodule-list-rating-cupsize .cupsizebar .cupsizebar-base {
    fill: #e4e4e4; }
  .filtermodule-list-rating-cupsize .cupsizebar-label {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 12px;
    fill: #000;
    font-weight: normal; }
  .filtermodule-list-rating-cupsize.cupsize-small .cupsizebar1 .cupsizebar-base {
    fill: #e30613; }
  .filtermodule-list-rating-cupsize.cupsize-small .cupsizebar1 .cupsizebar-shadow {
    display: none; }
  .filtermodule-list-rating-cupsize.cupsize-small .cupsizebar1 .cupsizebar-label {
    fill: #fff; }
  .filtermodule-list-rating-cupsize.cupsize-medium .cupsizebar2 .cupsizebar-base {
    fill: #e30613; }
  .filtermodule-list-rating-cupsize.cupsize-medium .cupsizebar2 .cupsizebar-shadow {
    display: none; }
  .filtermodule-list-rating-cupsize.cupsize-medium .cupsizebar2 .cupsizebar-label {
    fill: #fff; }
  .filtermodule-list-rating-cupsize.cupsize-large .cupsizebar3 .cupsizebar-base {
    fill: #e30613; }
  .filtermodule-list-rating-cupsize.cupsize-large .cupsizebar3 .cupsizebar-shadow {
    display: none; }
  .filtermodule-list-rating-cupsize.cupsize-large .cupsizebar3 .cupsizebar-label {
    fill: #fff; }

.filtermodule-detail-rating-container .filtermodule-list-rating-criteria-innerwrap {
  padding: 10px 0 10px 60px; }

.filtermodule-detail-rating-container .filtermodule-list-rating-criteria .filtermodule-list-rating-criteria-innerwrap:before {
  top: 11px; }

.ratingbar-criteria-segment-text-none,
.ratingbar-criteria-segment-text-race,
.ratingbar-criteria-segment-text-sportperformance,
.ratingbar-criteria-segment-text-allmountain,
.ratingbar-criteria-segment-text-freeride,
.ratingbar-criteria-segment-text-tour {
  display: none; }

.ratingbar-segment-0 .ratingbar-criteria-segment-text-none {
  display: block; }

.ratingbar-segment-1 .ratingbar-criteria-segment-text-race {
  display: block; }

.ratingbar-segment-2 .ratingbar-criteria-segment-text-sportperformance {
  display: block; }

.ratingbar-segment-3 .ratingbar-criteria-segment-text-allmountain {
  display: block; }

.ratingbar-segment-4 .ratingbar-criteria-segment-text-freeride {
  display: block; }

.ratingbar-segment-5 .ratingbar-criteria-segment-text-tour {
  display: block; }

.filtermodule-list-rating-ccsegment .filtermodule-list-rating-criteria-innerwrap:before {
  content: '\e93c';
  font-size: 2.25rem; }

.filtermodule-list-rating-segment .filtermodule-list-rating-criteria-innerwrap:before {
  content: '\e93c';
  font-size: 2.25rem; }

.filtermodule-list-rating-radius .filtermodule-list-rating-criteria-innerwrap:before {
  content: '\e93e';
  font-size: 2.625rem; }

.filtermodule-list-rating-skiwidth .filtermodule-list-rating-criteria-innerwrap:before {
  content: '\e93d';
  font-size: 2.625rem;
  top: -2px;
  left: 9px; }

.filtermodule-list-rating-skiarea .filtermodule-list-rating-criteria-innerwrap:before {
  content: '\e93f';
  font-size: 4rem;
  top: -11px;
  left: -12px; }

.filtermodule-list-rating-flex .filtermodule-list-rating-criteria-innerwrap:before {
  content: '\e941';
  font-size: 3.75rem;
  top: -9px;
  left: -16px; }

.rating-flex-pointer-50 .ratingbar-flex-pointer {
  -webkit-transform: translate(0px, 0);
      -ms-transform: translate(0px, 0);
          transform: translate(0px, 0); }

.rating-flex-pointer-55 .ratingbar-flex-pointer {
  -webkit-transform: translate(12px, 0);
      -ms-transform: translate(12px, 0);
          transform: translate(12px, 0); }

.rating-flex-pointer-60 .ratingbar-flex-pointer {
  -webkit-transform: translate(24px, 0);
      -ms-transform: translate(24px, 0);
          transform: translate(24px, 0); }

.rating-flex-pointer-65 .ratingbar-flex-pointer {
  -webkit-transform: translate(37px, 0);
      -ms-transform: translate(37px, 0);
          transform: translate(37px, 0); }

.rating-flex-pointer-70 .ratingbar-flex-pointer {
  -webkit-transform: translate(49px, 0);
      -ms-transform: translate(49px, 0);
          transform: translate(49px, 0); }

.rating-flex-pointer-75 .ratingbar-flex-pointer {
  -webkit-transform: translate(61px, 0);
      -ms-transform: translate(61px, 0);
          transform: translate(61px, 0); }

.rating-flex-pointer-80 .ratingbar-flex-pointer {
  -webkit-transform: translate(74px, 0);
      -ms-transform: translate(74px, 0);
          transform: translate(74px, 0); }

.rating-flex-pointer-85 .ratingbar-flex-pointer {
  -webkit-transform: translate(86px, 0);
      -ms-transform: translate(86px, 0);
          transform: translate(86px, 0); }

.rating-flex-pointer-90 .ratingbar-flex-pointer {
  -webkit-transform: translate(99px, 0);
      -ms-transform: translate(99px, 0);
          transform: translate(99px, 0); }

.rating-flex-pointer-95 .ratingbar-flex-pointer {
  -webkit-transform: translate(111px, 0);
      -ms-transform: translate(111px, 0);
          transform: translate(111px, 0); }

.rating-flex-pointer-100 .ratingbar-flex-pointer {
  -webkit-transform: translate(123px, 0);
      -ms-transform: translate(123px, 0);
          transform: translate(123px, 0); }

.rating-flex-pointer-105 .ratingbar-flex-pointer {
  -webkit-transform: translate(136px, 0);
      -ms-transform: translate(136px, 0);
          transform: translate(136px, 0); }

.rating-flex-pointer-110 .ratingbar-flex-pointer {
  -webkit-transform: translate(148px, 0);
      -ms-transform: translate(148px, 0);
          transform: translate(148px, 0); }

.rating-flex-pointer-115 .ratingbar-flex-pointer {
  -webkit-transform: translate(160px, 0);
      -ms-transform: translate(160px, 0);
          transform: translate(160px, 0); }

.rating-flex-pointer-120 .ratingbar-flex-pointer {
  -webkit-transform: translate(173px, 0);
      -ms-transform: translate(173px, 0);
          transform: translate(173px, 0); }

.rating-flex-pointer-125 .ratingbar-flex-pointer {
  -webkit-transform: translate(185px, 0);
      -ms-transform: translate(185px, 0);
          transform: translate(185px, 0); }

.rating-flex-pointer-130 .ratingbar-flex-pointer {
  -webkit-transform: translate(198px, 0);
      -ms-transform: translate(198px, 0);
          transform: translate(198px, 0); }

.rating-flex-pointer-135 .ratingbar-flex-pointer {
  -webkit-transform: translate(210px, 0);
      -ms-transform: translate(210px, 0);
          transform: translate(210px, 0); }

.filtermodule-list-rating-footwidth .filtermodule-list-rating-criteria-innerwrap:before {
  content: '\e945';
  font-size: 2.25rem; }

.rating-footwidth-pointer-97 .ratingbar-footwidth-pointer {
  -webkit-transform: translate(0px, 0);
      -ms-transform: translate(0px, 0);
          transform: translate(0px, 0); }

.rating-footwidth-pointer-98 .ratingbar-footwidth-pointer {
  -webkit-transform: translate(28px, 0);
      -ms-transform: translate(28px, 0);
          transform: translate(28px, 0); }

.rating-footwidth-pointer-99 .ratingbar-footwidth-pointer {
  -webkit-transform: translate(56px, 0);
      -ms-transform: translate(56px, 0);
          transform: translate(56px, 0); }

.rating-footwidth-pointer-100 .ratingbar-footwidth-pointer {
  -webkit-transform: translate(84px, 0);
      -ms-transform: translate(84px, 0);
          transform: translate(84px, 0); }

.rating-footwidth-pointer-101 .ratingbar-footwidth-pointer {
  -webkit-transform: translate(113px, 0);
      -ms-transform: translate(113px, 0);
          transform: translate(113px, 0); }

.rating-footwidth-pointer-102 .ratingbar-footwidth-pointer {
  -webkit-transform: translate(141px, 0);
      -ms-transform: translate(141px, 0);
          transform: translate(141px, 0); }

.rating-footwidth-pointer-103 .ratingbar-footwidth-pointer {
  -webkit-transform: translate(169px, 0);
      -ms-transform: translate(169px, 0);
          transform: translate(169px, 0); }

.rating-footwidth-pointer-104 .ratingbar-footwidth-pointer {
  -webkit-transform: translate(198px, 0);
      -ms-transform: translate(198px, 0);
          transform: translate(198px, 0); }

.rating-footwidth-pointer-105 .ratingbar-footwidth-pointer {
  -webkit-transform: translate(226px, 0);
      -ms-transform: translate(226px, 0);
          transform: translate(226px, 0); }

.filtermodule-list-rating-producttype .filtermodule-list-rating-criteria-innerwrap:before {
  content: '\e943';
  font-size: 1.375rem;
  top: 4px;
  left: -12px; }

.filtermodule-list-rating-gender .filtermodule-list-rating-criteria-innerwrap:before {
  content: '\e940';
  font-size: 3.75rem;
  top: -12px;
  left: -16px; }

.filtermodule-list-rating-brand .filtermodule-list-rating-criteria-innerwrap:before {
  content: '\e944';
  font-size: 1.875rem;
  top: 2px; }

.filtermodule-list-rating-cupsize.filtermodule-list-rating-producttype,
.filtermodule-list-rating-cupsize.filtermodule-list-rating-gender,
.filtermodule-list-rating-cupsize.filtermodule-list-rating-ccsegment {
  padding: 0; }
  .filtermodule-list-rating-cupsize.filtermodule-list-rating-producttype:before,
  .filtermodule-list-rating-cupsize.filtermodule-list-rating-gender:before,
  .filtermodule-list-rating-cupsize.filtermodule-list-rating-ccsegment:before {
    content: ''; }

.filtermodule-list-rating-skiprotectiongear-type {
  margin-bottom: 16px; }

.teaser-item-detail-tests.teaser-item-detail .teaser-item-detail-image {
  height: 50vh;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 1024px) {
    .teaser-item-detail-tests.teaser-item-detail .teaser-item-detail-image {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100vh;
      overflow: hidden; } }
  .teaser-item-detail-tests.teaser-item-detail .teaser-item-detail-image img {
    max-width: none;
    max-height: 50vh; }
    @media only screen and (min-width: 1024px) {
      .teaser-item-detail-tests.teaser-item-detail .teaser-item-detail-image img {
        max-height: 100vh;
        height: auto;
        max-width: 50vw; } }

.teaser-item-pricedisclaimer {
  font-size: 12px; }

.teaser-hotspot-item .teaser-item-detail-link-hotspot {
  display: inline-block; }

.teaser-item-detail-hotspot {
  height: auto;
  min-height: 100vh; }
  .teaser-item-detail-hotspot .teaser-item-detail-image.teaser-item-detail-image-hotspot {
    height: auto;
    min-height: none;
    position: relative; }
    @media only screen and (min-width: 1024px) {
      .teaser-item-detail-hotspot .teaser-item-detail-image.teaser-item-detail-image-hotspot {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 60vw;
                flex: 1 1 60vw;
        min-width: 60vw;
        height: auto; } }
    @media only screen and (max-aspect-ratio: 10 / 6) and (min-width: 1024px) {
      .teaser-item-detail-hotspot .teaser-item-detail-image.teaser-item-detail-image-hotspot {
        min-height: 100vh;
        position: absolute;
        min-width: 100vh;
        z-index: 1; } }
    .teaser-item-detail-hotspot .teaser-item-detail-image.teaser-item-detail-image-hotspot picture {
      display: block;
      width: 100%; }
    .teaser-item-detail-hotspot .teaser-item-detail-image.teaser-item-detail-image-hotspot img {
      height: auto; }
      @media only screen and (min-width: 1024px) {
        .teaser-item-detail-hotspot .teaser-item-detail-image.teaser-item-detail-image-hotspot img {
          width: 100%; } }
      @media only screen and (max-aspect-ratio: 10 / 6) and (min-width: 1024px) {
        .teaser-item-detail-hotspot .teaser-item-detail-image.teaser-item-detail-image-hotspot img {
          width: 100vh; } }
  .teaser-item-detail-hotspot .teaser-hotspot {
    position: absolute;
    height: 0;
    width: 0;
    display: block;
    cursor: pointer; }
    .teaser-item-detail-hotspot .teaser-hotspot span {
      position: absolute;
      height: 4.625rem;
      width: 4.625rem;
      left: -2.3125rem;
      top: -2.3125rem;
      display: block;
      border: 16px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      background: #fff;
      background-clip: padding-box;
      cursor: pointer; }
      .teaser-item-detail-hotspot .teaser-hotspot span:after {
        content: '\e90c';
        color: #000;
        position: relative;
        left: 0.75rem;
        top: 0.6875rem;
        font-size: 1.25rem; }
    .teaser-item-detail-hotspot .teaser-hotspot:hover span {
      background: #f70013;
      background-clip: content-box; }
      .teaser-item-detail-hotspot .teaser-hotspot:hover span:after {
        color: #fff; }
    .teaser-item-detail-hotspot .teaser-hotspot.teaser-hotspot-active span {
      background: #f70013;
      background-clip: content-box; }
      .teaser-item-detail-hotspot .teaser-hotspot.teaser-hotspot-active span:after {
        color: #fff; }
  .teaser-item-detail-hotspot .teaser-item-detail-text-hotspot {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40vw;
            flex: 1 1 40vw;
    max-height: none;
    overflow-y: visible; }
    @media only screen and (min-width: 1024px) {
      .teaser-item-detail-hotspot .teaser-item-detail-text-hotspot {
        max-height: 60vw;
        overflow-y: auto; } }
    @media only screen and (max-aspect-ratio: 10 / 6) and (min-width: 1024px) {
      .teaser-item-detail-hotspot .teaser-item-detail-text-hotspot {
        position: absolute;
        right: 0;
        z-index: 2;
        min-height: 100vh;
        max-width: 40vw; } }
    .teaser-item-detail-hotspot .teaser-item-detail-text-hotspot img {
      max-width: 50vw;
      min-width: 300px;
      height: auto;
      margin: 0 auto; }
      @media only screen and (min-width: 1024px) {
        .teaser-item-detail-hotspot .teaser-item-detail-text-hotspot img {
          width: 30vw;
          min-width: 1px;
          max-width: 580px; } }
  .teaser-item-detail-hotspot h3 {
    margin-bottom: 10px; }
  .teaser-item-detail-hotspot .teaser-item-detail-text-container {
    display: none;
    max-height: none; }
    .teaser-item-detail-hotspot .teaser-item-detail-text-container.teaser-hotspot-detail-show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-height: none; }

.blur-up {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  width: 100%;
  height: auto; }
  .blur-up.lazyloaded {
    -webkit-filter: none;
            filter: none; }

.social-media-module {
  margin: 0 auto;
  padding: 6.25rem 3.75rem;
  background: #f2f2f2;
  width: 100%; }
  .social-media-module .social-media-module-wrapper {
    max-width: 78.75rem;
    margin: 0 auto; }

.social-media-text {
  margin-bottom: 3.125rem; }
  .social-media-text h2 {
    text-align: center;
    color: #e30613;
    margin-bottom: 1.875rem; }
  .social-media-text p {
    margin-bottom: 1.25rem;
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center; }

@media only screen and (min-width: 1024px) {
  .social-media-channels-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.social-media-channels-wrapper .channel {
  width: 100%;
  max-width: 12.5rem;
  margin: 0 auto 1.25rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center; }
  @media only screen and (min-width: 640px) {
    .social-media-channels-wrapper .channel {
      max-width: 17.5rem; } }
  @media only screen and (min-width: 1024px) {
    .social-media-channels-wrapper .channel {
      width: 33.3333333333%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33.3333333333%;
              flex: 1 1 33.3333333333%; } }
  .social-media-channels-wrapper .channel:after {
    content: '';
    display: table;
    clear: both; }
  .social-media-channels-wrapper .channel > * {
    padding: 0.9375rem 0 0.9375rem 1.25rem; }

.social-media-channels-wrapper .facebook-button {
  background-color: #3b5998;
  height: 3rem;
  border-radius: 4px; }
  @media only screen and (min-width: 640px) {
    .social-media-channels-wrapper .facebook-button {
      height: 2.5rem; } }
  .social-media-channels-wrapper .facebook-button:hover {
    cursor: pointer;
    background-color: #4668ae; }
  .social-media-channels-wrapper .facebook-button:before {
    display: inline-block;
    content: ' ';
    background-image: url("../Svg/SoMe/facebook_invite.svg");
    background-size: 28px 28px;
    height: 3rem;
    width: 3.4375rem;
    background-repeat: no-repeat;
    background-color: #4668ae;
    position: absolute;
    background-position: 50%;
    border-radius: 4px; }
    @media only screen and (min-width: 640px) {
      .social-media-channels-wrapper .facebook-button:before {
        height: 2.5rem; } }
  .social-media-channels-wrapper .facebook-button .social-media-channel-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 4.5rem;
    height: 3rem;
    text-align: left;
    display: inline-block;
    /* @include bp(xxsmall) {
                padding-top: remcalc(16px);
                padding-right: remcalc(40px);
            } */ }
    @media only screen and (min-width: 640px) {
      .social-media-channels-wrapper .facebook-button .social-media-channel-text {
        padding: 0.75rem 2.5rem 0.75rem 4.6875rem;
        height: 2.5rem;
        text-align: center; } }

.social-media-channels-wrapper .facebook-messenger-button {
  background-color: #007fff;
  height: 3rem;
  border-radius: 4px; }
  @media only screen and (min-width: 640px) {
    .social-media-channels-wrapper .facebook-messenger-button {
      height: 2.5rem; } }
  .social-media-channels-wrapper .facebook-messenger-button:hover {
    cursor: pointer;
    background-color: #218ffe; }
  .social-media-channels-wrapper .facebook-messenger-button:before {
    display: inline-block;
    content: ' ';
    background-image: url("../Svg/SoMe/facebook_messenger.svg");
    background-size: 28px 28px;
    height: 3rem;
    width: 3.4375rem;
    background-repeat: no-repeat;
    background-color: #218ffe;
    position: absolute;
    background-position: 50%;
    border-radius: 4px; }
    @media only screen and (min-width: 640px) {
      .social-media-channels-wrapper .facebook-messenger-button:before {
        height: 2.5rem; } }
  .social-media-channels-wrapper .facebook-messenger-button .social-media-channel-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 4.5rem;
    height: 3rem;
    text-align: left;
    display: inline-block; }
    @media only screen and (min-width: 640px) {
      .social-media-channels-wrapper .facebook-messenger-button .social-media-channel-text {
        padding: 0.75rem 1.875rem 0.75rem 4.6875rem;
        height: 2.5rem;
        text-align: center; } }

.social-media-channels-wrapper .email-button:before {
  display: inline-block;
  content: ' ';
  background-image: url("../Svg/SoMe/mail.svg");
  background-size: 28px 28px;
  height: 3rem;
  width: 3.4375rem;
  background-repeat: no-repeat;
  background-color: #db1536;
  position: absolute;
  background-position: 50%;
  border-radius: 4px; }
  @media only screen and (min-width: 640px) {
    .social-media-channels-wrapper .email-button:before {
      height: 2.5rem; } }

.social-media-channels-wrapper .email-button .social-media-channel-text {
  color: #fff;
  background-color: #c31230;
  border-radius: 4px;
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 4.5rem;
  height: 3rem;
  text-align: left; }
  @media only screen and (min-width: 640px) {
    .social-media-channels-wrapper .email-button .social-media-channel-text {
      padding: 0.75rem 4rem 0.75rem emcalc(75px);
      height: 2.5rem;
      text-align: center; } }
  .social-media-channels-wrapper .email-button .social-media-channel-text:hover {
    cursor: pointer;
    background-color: #db1536; }

.social-media-channels-wrapper .whatsapp-button:before {
  display: inline-block;
  content: ' ';
  background-image: url("../Svg/SoMe/whatsapp.svg");
  background-size: 28px 28px;
  height: 3rem;
  width: 3.4375rem;
  background-repeat: no-repeat;
  background-color: #2ab200;
  position: absolute;
  background-position: 50%;
  border-radius: 4px; }
  @media only screen and (min-width: 640px) {
    .social-media-channels-wrapper .whatsapp-button:before {
      height: 2.5rem; } }

.social-media-channels-wrapper .whatsapp-button .social-media-channel-text {
  color: #fff;
  background-color: #269f00;
  border-radius: 4px;
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 4.5rem;
  height: 3rem;
  text-align: left; }
  @media only screen and (min-width: 640px) {
    .social-media-channels-wrapper .whatsapp-button .social-media-channel-text {
      padding-top: 0.75rem 2.5rem 0.75rem 4.375rem;
      height: 2.5rem;
      text-align: center; } }
  .social-media-channels-wrapper .whatsapp-button .social-media-channel-text:hover {
    cursor: pointer;
    background-color: #2ab200; }

.whatsapp-button {
  display: block; }
  @media only screen and (min-width: 750px) {
    .whatsapp-button {
      display: none; } }

.content-sitemap {
  background: #f2f2f2; }

.content-sitemap-container {
  background: #f2f2f2;
  padding: 2.625rem 1.25rem 1.875rem;
  max-width: 1170px;
  margin: 0 auto; }
  @media only screen and (min-width: 640px) {
    .content-sitemap-container {
      padding-left: 3.75rem;
      padding-right: 3.75rem; } }
  @media only screen and (min-width: 1024px) {
    .content-sitemap-container {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media only screen and (min-width: 1170px) {
    .content-sitemap-container {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.content-sitemap-headline-wrap h3 {
  font-family: sport2000regular, arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  margin-bottom: 0.875rem; }
  @media only screen and (min-width: 640px) {
    .content-sitemap-headline-wrap h3 {
      font-size: 1.5rem;
      line-height: 1.75rem;
      text-align: center;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1280px) {
    .content-sitemap-headline-wrap h3 {
      font-size: 1.625rem;
      line-height: 1.875rem; } }

@media only screen and (min-width: 640px) {
  .content-sitemap-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media only screen and (min-width: 640px) {
  .content-sitemap-navi-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
            flex: 0 1 calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px; }
    .content-sitemap-navi-column:nth-child(even) {
      margin-right: 0; } }

@media only screen and (min-width: 1024px) {
  .content-sitemap-navi-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 20px);
            flex: 0 1 calc(25% - 20px);
    margin-right: 20px; }
    .content-sitemap-navi-column:nth-child(4n) {
      margin-right: 0; } }

.content-sitemap-navi-column > li a {
  margin-bottom: 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.3125rem;
  color: #e30613; }
  .content-sitemap-navi-column > li a:before {
    content: '\e912';
    font-size: 0.8125rem;
    display: inline-block;
    margin-right: 10px; }

.content-sitemap-navi-column > li > a {
  color: #000; }
  .content-sitemap-navi-column > li > a:before {
    content: '';
    margin-right: 0; }

.content-sitemap-navi-column ul {
  padding: 10px 0; }

.tagged-teaser h2 {
  font-family: sport2000regular, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0.875rem; }
  @media only screen and (min-width: 640px) {
    .tagged-teaser h2 {
      font-size: 2.5rem;
      line-height: 2.75rem; } }
  @media only screen and (min-width: 1280px) {
    .tagged-teaser h2 {
      font-size: 2.5rem;
      line-height: 2.75rem; } }

.tagged-teaser h3 {
  font-family: sport2000regular, arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  margin-bottom: 0.875rem; }
  @media only screen and (min-width: 640px) {
    .tagged-teaser h3 {
      font-size: 1.5rem;
      line-height: 1.75rem; } }
  @media only screen and (min-width: 1280px) {
    .tagged-teaser h3 {
      font-size: 1.625rem;
      line-height: 1.875rem; } }

.tagged-teaser.bg-white {
  background-color: #fff; }
  .tagged-teaser.bg-white a {
    color: #000; }

.tagged-teaser.bg-gray {
  background-color: #cecece; }
  .tagged-teaser.bg-gray .content h4,
  .tagged-teaser.bg-gray .content .separator {
    color: #808080; }

.tagged-teaser.bg-red {
  background-color: #e30613;
  color: #fff; }
  .tagged-teaser.bg-red .numbered-1 .item:before {
    color: #fff;
    border-color: #fff; }
  .tagged-teaser.bg-red a {
    color: #fff; }

.tagged-teaser.layout-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .tagged-teaser.layout-list .list .column {
    border-right: 0; }

.tagged-teaser.layout-list:not(.columns-count-1) h2 {
  text-align: center; }

.tagged-teaser.layout-list.columns-count-1 .list {
  display: initial; }

.tagged-teaser.layout-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px; }
  .tagged-teaser.layout-list .item:last-child {
    margin-bottom: 0; }

.tagged-teaser.layout-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tagged-teaser.layout-box .content-wrapper {
  padding: 20px; }

.tagged-teaser.layout-box header,
.tagged-teaser.layout-box footer {
  color: #808080;
  position: relative; }

.tagged-teaser.layout-box header.expert-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }

.tagged-teaser.layout-box section {
  margin-top: 20px;
  margin-bottom: 20px; }

.tagged-teaser.layout-box footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .tagged-teaser.layout-box footer .icon {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }
    .tagged-teaser.layout-box footer .icon img {
      -webkit-filter: fliph();
              filter: fliph(); }

.tagged-teaser a {
  color: #e30613; }

.tagged-teaser .numbered-1 {
  counter-reset: items; }
  .tagged-teaser .numbered-1 .content h4 {
    margin-bottom: 0; }
  .tagged-teaser .numbered-1 .item:before {
    content: counter(items);
    counter-increment: items;
    border: 5px solid #e30613;
    color: #e30613;
    height: 75px;
    border-radius: 50%;
    width: 75px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: xx-large;
    margin-right: 25px; }

.tagged-teaser .column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #fff; }
  .tagged-teaser .column:last-child:not(.column-0) {
    border-right: 0; }

.tagged-teaser .expert picture {
  position: absolute;
  top: -100px;
  right: 0;
  max-width: 100px; }

.article-categories {
  text-align: center; }
  .article-categories h2 {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 0.875rem; }
    @media only screen and (min-width: 640px) {
      .article-categories h2 {
        font-size: 2.5rem;
        line-height: 2.75rem; } }
    @media only screen and (min-width: 1280px) {
      .article-categories h2 {
        font-size: 2.5rem;
        line-height: 2.75rem; } }
  .article-categories h3 {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 1.3125rem;
    line-height: 1.5625rem;
    margin-bottom: 0.875rem; }
    @media only screen and (min-width: 640px) {
      .article-categories h3 {
        font-size: 1.5rem;
        line-height: 1.75rem; } }
    @media only screen and (min-width: 1280px) {
      .article-categories h3 {
        font-size: 1.625rem;
        line-height: 1.875rem; } }
  .article-categories .list {
    display: block;
    margin: 0 auto; }
    .article-categories .list .category {
      display: inline-block;
      margin-bottom: 20px;
      margin-right: 20px; }
    .article-categories .list .toggler {
      display: inline-block; }
      .article-categories .list .toggler:before {
        content: '\25bc';
        width: 20px;
        height: 20px;
        color: #e30613;
        cursor: pointer; }
      .article-categories .list .toggler.collapsed:before {
        content: '\25b2'; }
    .article-categories .list footer.collapsed {
      display: none; }
  .article-categories .category.tag .content-button:before {
    content: '#'; }

.forkpage-header {
  padding-top: 50px;
  color: #000; }
  @media only screen and (min-width: 1024px) {
    .forkpage-header {
      padding-top: 94px; } }
  .forkpage-header h1 {
    font-family: sport2000bold, arial, sans-serif;
    font-size: 1.75rem;
    line-height: normal;
    color: #000;
    margin: 1rem 0;
    text-align: center; }
    @media only screen and (min-width: 750px) {
      .forkpage-header h1 {
        font-size: 2.5rem; } }

.forkpage-header-description {
  max-width: 700px;
  width: 70%;
  margin: 0 auto;
  line-height: 1.5;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  text-align: center; }

.forkpage-header-breadcrumb {
  display: none;
  font-size: 14px;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .forkpage-header-breadcrumb {
      display: block; } }
  .forkpage-header-breadcrumb li {
    display: inline-block; }
    .forkpage-header-breadcrumb li:after {
      content: '/';
      color: #6e6e6e;
      display: inline-block;
      padding: 0 2px; }
    .forkpage-header-breadcrumb li:last-child:after {
      display: none; }
  .forkpage-header-breadcrumb a {
    display: inline-block;
    color: #6e6e6e;
    text-transform: uppercase; }
    .forkpage-header-breadcrumb a:hover {
      text-decoration: underline; }
    .forkpage-header-breadcrumb a.forkpage-header-breadcrumb-current {
      color: #f70013; }

.forkpage-header-filter-container {
  position: relative;
  padding-top: 31px;
  text-align: center;
  display: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  @media only screen and (min-width: 1024px) {
    .forkpage-header-filter-container {
      display: inline-block; } }
  .forkpage-header-filter-container.forkpage-header-show-toggler {
    padding-right: 50px; }
  .forkpage-header-filter-container li {
    display: inline-block;
    margin-bottom: 20px; }
    .forkpage-header-filter-container li a {
      font-family: sport2000bold, arial, sans-serif;
      padding: 1rem 3.75rem;
      display: inline-block;
      border: 1px solid;
      text-transform: uppercase;
      color: inherit;
      font-size: 17px;
      margin: 0 10px; }
      .forkpage-header-filter-container li a:hover {
        color: #fff;
        border: 1px solid #e30613;
        background-color: #e30613; }

.forkpage-header-filter-list-categories {
  display: inline-block;
  position: relative; }

.forkpage-header-filter-list-tags {
  display: none; }

.forkpage-header-filter-tags-toggle {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 36px; }
  .forkpage-header-filter-tags-toggle:before {
    content: '\e913';
    font-size: 25px;
    color: #e30613;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0; }

.forkpage-header-show-tags .forkpage-header-filter-list-tags {
  display: block; }

.forkpage-header-show-tags .forkpage-header-filter-tags-toggle:before {
  content: '\e910'; }

/* Filtermodul Mobile */
.forkpage-header-select-container {
  display: block;
  width: 80%;
  max-width: 1170px;
  margin: 30px auto; }
  @media only screen and (min-width: 1024px) {
    .forkpage-header-select-container {
      display: none; } }

.forkpage-header-select-container-innerwrap {
  position: relative;
  padding-left: 1.25rem;
  background: #fff;
  border-radius: 4px;
  padding-right: 3px;
  border: 1px solid;
  border-color: #f7f7f7; }
  .forkpage-header-select-container-innerwrap:after {
    position: absolute;
    content: '\e913';
    color: #e30613;
    font-size: 16px;
    display: block;
    width: 32px;
    height: 32px;
    background: #f2f2f2;
    border-radius: 50%;
    top: 4px;
    right: 4px;
    padding: 9px 8px;
    pointer-events: none; }
    .forkpage-header-select-container-innerwrap:after:hover {
      cursor: pointer; }
  .forkpage-header-select-container-innerwrap select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 0;
    font-family: sport2000regular, arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    height: 2.5rem;
    padding-top: 2px; }
    .forkpage-header-select-container-innerwrap select:hover {
      cursor: pointer; }
    .forkpage-header-select-container-innerwrap select::-ms-expand {
      display: none; }

/* Filtermodul Mobile End */
.forkpage-container header h2 {
  text-align: center;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }

.forkpage-2columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 1024px) {
    .forkpage-2columns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .forkpage-2columns .forkpage-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 1px; }
    @media only screen and (min-width: 1024px) {
      .forkpage-2columns .forkpage-column {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }

.forkpage-3columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 1024px) {
    .forkpage-3columns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .forkpage-3columns .forkpage-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 1px; }
    @media only screen and (min-width: 1024px) {
      .forkpage-3columns .forkpage-column {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%; } }
    .forkpage-3columns .forkpage-column:nth-child(3) .forkpage-teaser-container {
      border: #fff 1px solid; }

.forkpage-teaser-container {
  padding-bottom: 35px;
  border-left: #fff 1px solid;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid; }

.forkpage-teaser-embed-container {
  display: none;
  position: relative;
  padding-bottom: 67.67578125%;
  overflow: hidden;
  width: 100%;
  height: auto; }
  .forkpage-teaser-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-loaded .forkpage-teaser-embed-container {
    display: block; }

.forkpage-teaser-image {
  position: relative; }
  .forkpage-teaser-image .play-button {
    position: absolute;
    height: 5.625rem;
    width: 5.625rem;
    bottom: 50%;
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    border: 15px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: #fff;
    background-clip: padding-box; }
    @media only screen and (min-width: 640px) {
      .forkpage-teaser-image .play-button {
        height: 8.125rem;
        width: 8.125rem; } }
    .forkpage-teaser-image .play-button:after {
      content: '\e914';
      color: #f70013;
      position: relative;
      left: 1.375rem;
      top: 1.125rem;
      font-size: 1.5rem; }
      @media only screen and (min-width: 640px) {
        .forkpage-teaser-image .play-button:after {
          font-size: 3rem;
          left: 2.0625rem;
          top: 1.625rem; } }
    .forkpage-teaser-image .play-button:hover {
      cursor: pointer;
      background: #f70013;
      background-clip: content-box; }
      .forkpage-teaser-image .play-button:hover:after {
        color: #fff; }
  .video-loaded .forkpage-teaser-image {
    display: none; }

.forkpage-teaser-image-expert {
  display: block;
  width: 113px;
  height: 113px;
  border-radius: 50%;
  position: absolute;
  bottom: -22px;
  right: 28px; }

.forkpage-teaser-content {
  padding: 15px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 640px) {
    .forkpage-teaser-content {
      padding: 30px 30px 0; } }
  .forkpage-teaser-content h3 {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin-bottom: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
    @media only screen and (min-width: 1024px) {
      .forkpage-teaser-content h3 {
        font-size: 26px;
        line-height: 30px; } }

.forkpage-teaser-date {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  min-width: 1px;
  color: #6e6e6e;
  font-size: 14px;
  margin-bottom: 22px; }

.forkpage-teaser-expert-name {
  color: #6e6e6e;
  font-size: 14px;
  margin-bottom: 22px;
  max-width: 138px; }
  @media only screen and (min-width: 1170px) {
    .forkpage-teaser-expert-name {
      max-width: 160px; } }

.forkpage-teaser-text {
  line-height: 1.3;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  color: #000; }

.forkpage-teaser-text-morelink {
  color: #e30613; }

.forkpage-teaser-tag-container {
  margin-top: 23px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0 20px 15px 15px; }
  @media only screen and (min-width: 640px) {
    .forkpage-teaser-tag-container {
      padding: 0 30px 30px; } }

.forkpage-teaser-tag {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #6e6e6e;
  padding-left: 25px; }
  .forkpage-teaser-tag:before {
    content: '\e946';
    position: absolute;
    width: 18px;
    height: 18px;
    left: -5px;
    font-size: 27px;
    top: -9px; }

.forkpage-recommendations-container {
  background: #2e2e2e;
  color: #fff;
  padding: 20px;
  padding-bottom: 48px;
  border: #fff 1px solid; }
  @media only screen and (min-width: 640px) {
    .forkpage-recommendations-container {
      padding: 30px;
      padding-bottom: 48px; } }
  @media only screen and (min-width: 1024px) {
    .forkpage-recommendations-container {
      height: 100%;
      padding: 60px 50px 113px; } }
  .forkpage-recommendations-container h2 {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 30px; }
    @media only screen and (min-width: 640px) {
      .forkpage-recommendations-container h2 {
        font-size: 2.5rem;
        line-height: 2.75rem; } }
    @media only screen and (min-width: 1024px) {
      .forkpage-recommendations-container h2 {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 1280px) {
      .forkpage-recommendations-container h2 {
        font-size: 2.5rem;
        line-height: 2.75rem; } }
  .forkpage-recommendations-container li:after {
    content: '';
    display: block;
    height: 1px;
    width: 65px;
    margin-top: 35px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .forkpage-recommendations-container li:last-child:after {
    display: none; }
  .forkpage-recommendations-container a {
    color: inherit; }
  .forkpage-recommendations-container .forkpage-recommendations-tag {
    display: inline-block;
    color: #cecece;
    margin-bottom: 5px; }
  .forkpage-recommendations-container h3 {
    font-size: 21px;
    line-height: 25px; }
    @media only screen and (min-width: 640px) {
      .forkpage-recommendations-container h3 {
        font-size: 26px;
        line-height: 30px; } }

.forkpage-mostread {
  padding: 20px 20px 48px;
  background: #f2f2f2; }
  @media only screen and (min-width: 640px) {
    .forkpage-mostread {
      padding: 60px 30px 30px; } }
  .forkpage-mostread h2 {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 30px;
    text-align: center; }
    @media only screen and (min-width: 640px) {
      .forkpage-mostread h2 {
        font-size: 2.5rem;
        line-height: 2.75rem; } }
    @media only screen and (min-width: 1024px) {
      .forkpage-mostread h2 {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 1280px) {
      .forkpage-mostread h2 {
        font-size: 2.5rem;
        line-height: 2.75rem; } }
  .forkpage-mostread h3 {
    font-size: 21px;
    line-height: 25px; }
    @media only screen and (min-width: 640px) {
      .forkpage-mostread h3 {
        font-size: 26px;
        line-height: 30px; } }
  .forkpage-mostread .forkpage-mostread-list {
    counter-reset: forkpage-mostread-list-counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1600px;
    margin: 0 auto; }
    @media only screen and (min-width: 1024px) {
      .forkpage-mostread .forkpage-mostread-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-height: 300px; } }
  .forkpage-mostread li {
    position: relative;
    counter-increment: forkpage-mostread-list-counter;
    padding-left: 80px;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .forkpage-mostread li {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        width: 50%;
        padding-left: 100px; } }
    @media only screen and (min-width: 1024px) {
      .forkpage-mostread li:nth-child(n+3) {
        padding-left: 110px; } }
    @media only screen and (min-width: 1024px) {
      .forkpage-mostread li:nth-child(n+3):before {
        left: 10px; } }
    @media only screen and (min-width: 1024px) {
      .forkpage-mostread li:nth-last-child(n+3) {
        padding-right: 10px; } }
    @media only screen and (min-width: 1024px) {
      .forkpage-mostread li:nth-child(even) {
        min-height: 100px; } }
    @media only screen and (min-width: 1024px) {
      .forkpage-mostread li:nth-child(even):after {
        display: none; } }
    .forkpage-mostread li:before {
      content: counter(forkpage-mostread-list-counter);
      position: absolute;
      left: 0;
      display: block;
      height: 49px;
      width: 49px;
      padding-top: 12px;
      padding-bottom: 5px;
      text-align: center;
      color: #f70013;
      font-family: sport2000regular, arial, sans-serif;
      font-size: 32px;
      border: 3px solid;
      border-radius: 50%; }
      @media only screen and (min-width: 1024px) {
        .forkpage-mostread li:before {
          width: 64px;
          height: 64px;
          font-size: 40px;
          padding-top: 9px; } }
    .forkpage-mostread li:after {
      content: '';
      display: block;
      height: 1px;
      width: 65px;
      margin-top: 35px;
      margin-bottom: 40px;
      border-bottom: 1px solid #a3a3a3; }
    .forkpage-mostread li:last-child:after {
      display: none; }
  .forkpage-mostread a {
    color: inherit; }
  .forkpage-mostread .forkpage-mostread-tag {
    color: #6e6e6e;
    margin-bottom: 5px;
    font-size: 14px; }
    @media only screen and (min-width: 1024px) {
      .forkpage-mostread .forkpage-mostread-tag {
        display: inline-block; } }

.textimg-slider {
  background: #f2f2f2;
  padding-bottom: 2.5rem; }
  @media only screen and (min-width: 750px) {
    .textimg-slider {
      padding-bottom: 1.5rem; } }
  .textimg-slider .slick-prev-arrow,
  .textimg-slider .slick-next-arrow {
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 2;
    cursor: pointer; }
    .textimg-slider .slick-prev-arrow:before,
    .textimg-slider .slick-next-arrow:before {
      content: '\e91a';
      color: #e30613;
      display: block;
      width: 1.875rem;
      height: 3.875rem;
      font-size: 3.875rem; }
      @media only screen and (min-width: 1024px) {
        .textimg-slider .slick-prev-arrow:before,
        .textimg-slider .slick-next-arrow:before {
          width: 3.375rem;
          height: 7.125rem;
          font-size: 7.125rem; } }
    .textimg-slider .slick-prev-arrow:after,
    .textimg-slider .slick-next-arrow:after {
      color: #fff;
      font-size: 0.8125rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media only screen and (min-width: 1024px) {
        .textimg-slider .slick-prev-arrow:after,
        .textimg-slider .slick-next-arrow:after {
          font-size: 1.6875rem; } }
    .textimg-slider .slick-prev-arrow:hover:before,
    .textimg-slider .slick-next-arrow:hover:before {
      color: #fff; }
    .textimg-slider .slick-prev-arrow:hover:after,
    .textimg-slider .slick-next-arrow:hover:after {
      color: #e30613; }
  .textimg-slider .slick-prev-arrow {
    left: 50px; }
    @media only screen and (min-width: 750px) {
      .textimg-slider .slick-prev-arrow {
        left: 100px; } }
    @media only screen and (min-width: 1024px) {
      .textimg-slider .slick-prev-arrow {
        left: 100px; } }
    .textimg-slider .slick-prev-arrow:before {
      content: '\e91a'; }
    .textimg-slider .slick-prev-arrow:after {
      left: 0.3125rem;
      content: '\e919'; }
  .textimg-slider .slick-next-arrow {
    right: 1px; }
    .textimg-slider .slick-next-arrow:before {
      content: '\e91c'; }
    .textimg-slider .slick-next-arrow:after {
      content: '\e91b';
      right: 0.3125rem; }
  .textimg-slider .slick-dots {
    display: block;
    position: absolute;
    bottom: 0.9375rem;
    width: 100%;
    text-align: center;
    cursor: pointer; }
    .textimg-slider .slick-dots li {
      display: inline-block;
      position: relative;
      padding: 0 0.8125rem;
      width: 1.5rem;
      height: 1.5625rem;
      margin-right: 0.5625rem; }
      .textimg-slider .slick-dots li:last-child {
        margin-right: 0; }
      .textimg-slider .slick-dots li:after {
        content: '\e91e';
        font-size: 0.6875rem;
        color: inherit;
        display: inline-block;
        position: absolute;
        padding-left: 1px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .textimg-slider .slick-dots li.slick-active:after {
        content: '\e91d';
        font-size: 1.3125rem; }
      .textimg-slider .slick-dots li button {
        display: none; }
  .textimg-slider .slick-prev-container {
    display: block;
    height: 100%;
    position: absolute;
    width: 3.125rem;
    z-index: 1;
    left: 3.125rem;
    top: 0; }
    @media only screen and (min-width: 750px) {
      .textimg-slider .slick-prev-container {
        width: 6.25rem;
        left: 6.25rem; } }
    @media only screen and (min-width: 1024px) {
      .textimg-slider .slick-prev-container {
        display: block;
        left: 0;
        width: 0; } }
    .textimg-slider .slick-prev-container span {
      display: none;
      left: 0; }
      @media only screen and (min-width: 1024px) {
        .textimg-slider .slick-prev-container span {
          display: block; } }
    .textimg-slider .slick-prev-container:hover span {
      display: block; }
      .touch .textimg-slider .slick-prev-container:hover span {
        display: none; }
        @media only screen and (min-width: 1024px) {
          .touch .textimg-slider .slick-prev-container:hover span {
            display: block; } }
  .textimg-slider .slick-next-container {
    display: block;
    height: 100%;
    position: absolute;
    width: 3.125rem;
    z-index: 1;
    top: 0;
    left: auto;
    right: 0; }
    @media only screen and (min-width: 750px) {
      .textimg-slider .slick-next-container {
        width: 6.25rem; } }
    @media only screen and (min-width: 1024px) {
      .textimg-slider .slick-next-container {
        width: 0; } }
    .textimg-slider .slick-next-container span {
      display: none;
      left: inherit; }
      @media only screen and (min-width: 1024px) {
        .textimg-slider .slick-next-container span {
          display: block; } }
    .textimg-slider .slick-next-container:hover span {
      display: block; }
      .touch .textimg-slider .slick-next-container:hover span {
        display: none; }
        @media only screen and (min-width: 1024px) {
          .touch .textimg-slider .slick-next-container:hover span {
            display: block; } }

.textimg-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 1024px) {
    .textimg-slide {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .textimg-slide[style] {
    /* stylelint-disable-next-line declaration-no-important */
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .textimg-slide .textimg-text {
    padding: 1.25rem; }
    .textimg-slide .textimg-text h1 {
      font-family: sport2000bold, arial, sans-serif;
      font-size: 1.5rem;
      line-height: 1.75rem; }
      @media only screen and (min-width: 640px) {
        .textimg-slide .textimg-text h1 {
          font-size: 2.5rem;
          line-height: 2.75rem; } }
      @media only screen and (min-width: 1280px) {
        .textimg-slide .textimg-text h1 {
          font-size: 3.75rem;
          line-height: 4rem; } }
      @media only screen and (min-width: 1720px) {
        .textimg-slide .textimg-text h1 {
          font-size: 5rem;
          line-height: 5.25rem; } }
    .textimg-slide .textimg-text h2 {
      font-family: sport2000regular, arial, sans-serif;
      font-size: 1.5rem;
      line-height: 1.75rem;
      margin-bottom: 0.875rem; }
      @media only screen and (min-width: 640px) {
        .textimg-slide .textimg-text h2 {
          font-size: 2.5rem;
          line-height: 2.75rem; } }
      @media only screen and (min-width: 1280px) {
        .textimg-slide .textimg-text h2 {
          font-size: 2.5rem;
          line-height: 2.75rem; } }
    .textimg-slide .textimg-text h3 {
      font-family: sport2000regular, arial, sans-serif;
      font-size: 1.3125rem;
      line-height: 1.5625rem;
      margin-bottom: 0.875rem; }
      @media only screen and (min-width: 640px) {
        .textimg-slide .textimg-text h3 {
          font-size: 1.5rem;
          line-height: 1.75rem; } }
      @media only screen and (min-width: 1280px) {
        .textimg-slide .textimg-text h3 {
          font-size: 1.625rem;
          line-height: 1.875rem; } }
    @media only screen and (min-width: 750px) {
      .textimg-slide .textimg-text {
        padding: 2.5rem;
        min-width: 50%; } }
    .textimg-slide .textimg-text h3 {
      font-family: sport2000regular, arial, sans-serif;
      margin-bottom: 0; }
    .textimg-slide .textimg-text p {
      font-size: 1.3125rem; }
      @media only screen and (min-width: 640px) {
        .textimg-slide .textimg-text p {
          font-size: 1.5rem; } }
  .textimg-slide .textimg-image {
    padding: 1.25rem; }
    @media only screen and (min-width: 750px) {
      .textimg-slide .textimg-image {
        padding: 2.5rem;
        min-width: 50%; } }
  .textimg-slide .textimg-button {
    font-family: sport2000bold, arial, sans-serif;
    padding: 1rem 3.75rem;
    display: inline-block;
    margin-top: 1.5rem;
    text-transform: uppercase;
    border: 1px solid;
    margin-right: auto; }

.cta-module {
  width: 100vw;
  padding: 50px 20px; }
  @media only screen and (min-width: 768px) {
    .cta-module {
      padding: 100px 20px; } }
  @media only screen and (min-width: 1280px) {
    .cta-module {
      padding: 150px 20px; } }
  @media only screen and (min-width: 1920px) {
    .cta-module {
      width: 1920px; } }
  .cta-module .cta-text-wrp {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 32px;
    line-height: 46px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    position: relative;
    display: block;
    text-shadow: -1px 0 #e30613, 0 1px #e30613, 1px 0 #e30613, 0 -1px #e30613; }
    @media only screen and (min-width: 568px) {
      .cta-module .cta-text-wrp {
        font-size: 52px;
        line-height: 64px; } }
    @media only screen and (min-width: 750px) {
      .cta-module .cta-text-wrp {
        font-size: 70px;
        line-height: 80px; } }
    @media only screen and (min-width: 1280px) {
      .cta-module .cta-text-wrp {
        font-size: 80px;
        line-height: 90px; } }
    @media only screen and (min-width: 1720px) {
      .cta-module .cta-text-wrp {
        font-size: 100px;
        line-height: 120px; } }
    @supports (-webkit-text-stroke: unset) {
      .cta-module .cta-text-wrp {
        -webkit-text-stroke: 2px #e30613;
        text-shadow: none; } }
    .cta-module .cta-text-wrp .cta-fill {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      overflow: hidden;
      -webkit-transition: width 0.3s linear;
      -o-transition: width 0.3s linear;
      transition: width 0.3s linear;
      font-weight: bold; }
    .cta-module .cta-text-wrp .cta-fill-text {
      position: absolute;
      color: #e30613;
      left: 0;
      width: calc(100vw - 40px);
      overflow: hidden; }
      @media only screen and (min-width: 1920px) {
        .cta-module .cta-text-wrp .cta-fill-text {
          width: calc(1920px - 40px); } }
  .cta-module .button-container {
    text-align: center;
    margin: 50px 0; }
  .cta-module .cta-button {
    font-family: sport2000bold, arial, sans-serif;
    padding: 1rem 3.75rem;
    display: inline-block;
    color: #e30613;
    text-transform: uppercase;
    border: 1px solid #e30613;
    line-height: 1rem;
    min-height: 1rem; }
    @media only screen and (min-width: 640px) {
      .cta-module .cta-button {
        bottom: 5.625rem; } }
    .cta-module .cta-button:hover {
      cursor: pointer;
      color: #fff;
      background: #e30613; }
  .cta-module .cta-module-text-container {
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
    padding: 1.875rem 1.25rem 0; }
    @media only screen and (min-width: 750px) {
      .cta-module .cta-module-text-container {
        padding: 1.875rem 2.5rem 0; } }
    @media only screen and (min-width: 1024px) {
      .cta-module .cta-module-text-container {
        padding: 1.875rem 1.25rem 0; } }
    .cta-module .cta-module-text-container h3 {
      font-family: sport2000regular, arial, sans-serif;
      font-size: 1.625rem;
      line-height: 2rem;
      margin-bottom: 0.875rem; }
      @media only screen and (min-width: 640px) {
        .cta-module .cta-module-text-container h3 {
          font-size: 1.875rem;
          line-height: 2.125rem; } }
      @media only screen and (min-width: 1280px) {
        .cta-module .cta-module-text-container h3 {
          font-size: 2.125rem;
          line-height: 2.375rem; } }
    .cta-module .cta-module-text-container p {
      font-size: 1.0625rem;
      line-height: 1.3125rem; }
      @media only screen and (min-width: 750px) {
        .cta-module .cta-module-text-container p {
          font-size: 1.25rem;
          line-height: 1.5rem; } }
      @media only screen and (min-width: 1024px) {
        .cta-module .cta-module-text-container p {
          font-size: 1.375rem;
          line-height: 1.625rem; } }
      .cta-module .cta-module-text-container p a {
        color: #e30613; }

.voting-module {
  padding: 100px 0; }
  .voting-module .voting-module-inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .voting-module .voting-button {
    font-family: sport2000bold, arial, sans-serif;
    padding: 1rem 3.75rem;
    position: relative;
    margin: 20px 0;
    font-size: 22px;
    min-width: 340px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid;
    padding: 1.25rem 3.125rem 1.25rem 5.625rem;
    background: #e30613; }
    .voting-module .voting-button:before {
      content: '\e952';
      font-size: 38px;
      position: absolute;
      left: 40px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .voting-module .voting-button:after {
      content: '+';
      font-size: 16px;
      position: absolute;
      left: 59px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .voting-module .voting-button:hover {
      background: #000; }
    .voting-module .voting-button.voted {
      background: #a3a3a3; }
      .voting-module .voting-button.voted:before {
        content: '\e902';
        font-size: 34px;
        width: 38px;
        color: #1a1a1a; }
      .voting-module .voting-button.voted:after {
        display: none; }
  .voting-module .voting-likes-wrp {
    padding: 0 20px 0 0; }
  .voting-module .voting-likes {
    font-family: sport2000bold, arial, sans-serif;
    color: #5b5b5b;
    font-size: 50px; }
    .voting-module .voting-likes:after {
      display: block;
      content: 'Likes';
      text-transform: uppercase;
      font-size: 16px;
      text-align: right;
      margin-top: -6px; }

.participant-video {
  text-align: center;
  padding: 1.25rem; }
  .participant-video h2 {
    font-family: sport2000regular, arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 0.875rem; }
    @media only screen and (min-width: 640px) {
      .participant-video h2 {
        font-size: 2.5rem;
        line-height: 2.75rem; } }
    @media only screen and (min-width: 1280px) {
      .participant-video h2 {
        font-size: 2.5rem;
        line-height: 2.75rem; } }
  @media only screen and (min-width: 750px) {
    .participant-video {
      padding: 2.5rem; } }
  .participant-video .participant-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-width: 1170px;
    margin: 0 auto; }
    @media only screen and (min-width: 750px) {
      .participant-video .participant-embed-container {
        padding-bottom: 56.25%; } }
    @media only screen and (min-width: 1170px) {
      .participant-video .participant-embed-container {
        padding-bottom: 658px; } }
    .participant-video .participant-embed-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.instagram-video iframe {
  /* stylelint-disable-next-line declaration-no-important */
  margin: 0 auto !important; }

.teamgallery {
  /* clear fix */
  padding: 50px 0; }
  @media only screen and (min-width: 768px) {
    .teamgallery {
      padding: 100px 0; } }
  .teamgallery .grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1190px;
    padding: 0 5px 100px; }
  .teamgallery .grid:after {
    content: '';
    display: block;
    clear: both; }
  .teamgallery .grid-sizer,
  .teamgallery .grid-item {
    width: 50%;
    border: 5px solid #fff; }
    @media only screen and (min-width: 1024px) {
      .teamgallery .grid-sizer,
      .teamgallery .grid-item {
        width: 25%; } }
  .teamgallery .grid-item {
    float: left; }
    .teamgallery .grid-item:before {
      content: '';
      width: 100%;
      height: 50%;
      pointer-events: none;
      position: absolute;
      bottom: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(#1a1a1a), to(transparent));
      background: -webkit-linear-gradient(bottom, #1a1a1a 0%, transparent 100%);
      background: -o-linear-gradient(bottom, #1a1a1a 0%, transparent 100%);
      background: linear-gradient(to top, #1a1a1a 0%, transparent 100%); }
  .teamgallery .teamgallery-likes {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 1.3125rem;
    color: #fff;
    font-family: sport2000bold, arial, sans-serif;
    padding-right: 30px; }
    .teamgallery .teamgallery-likes:after {
      content: '\e952';
      font-size: 27px;
      font-weight: bold;
      display: block;
      position: absolute;
      top: -5px;
      right: 0; }
  .teamgallery .teamgallery-clubname {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 1.3125rem;
    color: #fff; }
    @media only screen and (min-width: 1170px) {
      .teamgallery .teamgallery-clubname {
        font-size: 1.4375rem; } }
  .teamgallery .teamgallery-button {
    font-family: sport2000bold, arial, sans-serif;
    padding: 1rem 3.75rem;
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-top: 1.5rem;
    text-transform: uppercase;
    border: 1px solid;
    margin-right: auto;
    white-space: nowrap; }
    .grid-item > item:hover .teamgallery .teamgallery-button {
      display: block; }
  .teamgallery .item:hover .teamgallery-button {
    display: block; }
  .teamgallery .button-container {
    text-align: center;
    margin: 50px 0; }
  .teamgallery .showall-button {
    font-family: sport2000bold, arial, sans-serif;
    padding: 1rem 3.75rem;
    display: inline-block;
    color: #e30613;
    text-transform: uppercase;
    margin-top: 1.875rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    line-height: 1rem;
    min-height: 1rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    margin-right: auto;
    background: transparent;
    border: 1px solid #e30613;
    white-space: nowrap; }
    .teamgallery .showall-button:hover {
      background: #e30613;
      border: 1px solid #e30613;
      cursor: pointer;
      color: #fff; }

.partner-module svg {
  width: 100%;
  margin: 0 auto; }
  .partner-module svg path {
    fill: #000; }

.partner-module .partner-module-inner-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .partner-module .partner-module-inner-wrp {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.partner-module .partner-logo {
  width: calc(33.33333% - 2px);
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2% 8%;
  margin: 2px 1px 0; }
  @media only screen and (min-width: 768px) {
    .partner-module .partner-logo {
      padding: 2% 15px; } }
  .partner-module .partner-logo.current {
    background: #e30613; }
    .partner-module .partner-logo.current path {
      fill: #fff; }

/* stylelint-disable selector-max-id ,selector-class-pattern */
#cookiefirst-policy-page p:first-child, #cookiefirst-policy-page p:nth-child(2) {
  display: none; }

.cookiefirst-cookie-declaration h2,
.cookiefirst-cookie-declaration h3 {
  margin-top: 80px !important;
  /* stylelint-disable-line declaration-no-important */ }

.cookiefirst-cookie-declaration h2 {
  counter-reset: section; }

.cookiefirst-cookie-declaration h3:before {
  counter-increment: section;
  content: "" counter(section) ". "; }

.cookiefirst-cookie-declaration h2 + h3 {
  margin-top: 0 !important;
  /* stylelint-disable-line declaration-no-important */ }

.bs_table-sm__-68Rv {
  text-align: left; }
  .bs_table-sm__-68Rv td,
  .bs_table-sm__-68Rv th {
    padding: 10px 10px 10px 0 !important;
    /* stylelint-disable-line declaration-no-important */
    border-top: 1px solid #cecece; }
  .bs_table-sm__-68Rv td h4 {
    margin-top: 20px !important;
    /* stylelint-disable-line declaration-no-important */ }
  .bs_table-sm__-68Rv th {
    font-weight: 600; }

.CookieDeclaration_tableContainer__1auMn {
  color: transparent; }
  .CookieDeclaration_tableContainer__1auMn > * {
    color: #000; }

/* stylelint-enable selector-max-id,selector-class-pattern */
.contest-overlay-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9); }
  .contest-overlay-wrapper .contest-overlay-innerwrap {
    width: auto;
    height: 100%; }
    .contest-overlay-wrapper .contest-overlay-innerwrap .voting-module {
      padding: 60px 0 15px; }
      .contest-overlay-wrapper .contest-overlay-innerwrap .voting-module .voting-likes-wrp {
        padding: 0 20px; }
      .contest-overlay-wrapper .contest-overlay-innerwrap .voting-module .voting-likes:after {
        margin-top: -2px; }
    .contest-overlay-wrapper .contest-overlay-innerwrap .voting-share-button-wrp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .contest-overlay-wrapper .contest-overlay-innerwrap .contest-participant-vote-button {
      margin: 10px 0;
      font-size: 20px; }
      .contest-overlay-wrapper .contest-overlay-innerwrap .contest-participant-vote-button:hover {
        background-color: #ad4000; }
    .contest-overlay-wrapper .contest-overlay-innerwrap .contest-participant-share-button {
      font-family: sport2000bold, arial, sans-serif;
      padding: 1rem 3.75rem;
      position: relative;
      display: block;
      margin: 10px 0;
      font-size: 20px;
      text-align: center;
      min-width: 340px;
      color: #fff;
      text-transform: uppercase;
      border: 1px solid;
      padding: 20px 50px 20px 90px;
      background: #3f3f3f; }
      .contest-overlay-wrapper .contest-overlay-innerwrap .contest-participant-share-button:before {
        content: '\e92e';
        font-size: 34px;
        position: absolute;
        left: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .contest-overlay-wrapper .contest-overlay-innerwrap .contest-participant-share-button:hover {
        color: #fff;
        background: #808080; }
  .contest-overlay-wrapper .contest-participant-image img {
    width: 100%;
    height: auto; }
  .contest-overlay-wrapper .contest-participant-caption {
    text-align: center;
    padding: 30px 30px 100px; }
  .contest-overlay-wrapper .contest-overlay-close {
    position: fixed;
    top: 0;
    right: 0;
    padding: 15px;
    cursor: pointer; }
    .contest-overlay-wrapper .contest-overlay-close:before {
      font-family: iconfont, sans-serif;
      content: '\e918';
      font-size: 20px;
      color: #808080; }

.absolute-pages {
  font-family: "absolutesport-regular", "avantgardebook", "Arial", sans-serif;
  background: #000;
  color: #fff; }
  .absolute-pages b,
  .absolute-pages strong {
    font-family: "absolutesport-bold", "avantgardebold", "Arial", sans-serif; }
  .absolute-pages .root-hdr:after {
    content: '';
    height: 15px; }
    @media only screen and (min-width: 768px) {
      .absolute-pages .root-hdr:after {
        height: 9px; } }
    @media only screen and (min-width: 1024px) {
      .absolute-pages .root-hdr:after {
        height: 12px; } }
    @media only screen and (min-width: 1440px) {
      .absolute-pages .root-hdr:after {
        height: 17px; } }
    @media only screen and (min-width: 1920px) {
      .absolute-pages .root-hdr:after {
        height: 23px; } }
  .absolute-pages ::-moz-selection {
    color: rgba(255, 255, 255, 0.99);
    background: rgba(101, 179, 46, 0.99); }
  .absolute-pages ::selection {
    color: rgba(255, 255, 255, 0.99);
    background: rgba(101, 179, 46, 0.99); }
  .absolute-pages .main-wrp {
    padding-top: 0; }
  .absolute-pages.running-experts {
    font-family: sport2000regular, arial, sans-serif;
    background: none;
    color: inherit; }

.multilingual-redirect-module {
  padding: 60px 20px; }
  @media only screen and (min-width: 1024px) {
    .multilingual-redirect-module {
      padding: 100px 20px; } }
  .multilingual-redirect-module header {
    text-align: center; }
    .multilingual-redirect-module header h2 {
      font-family: sport2000regular, arial, sans-serif;
      font-size: 1.5rem;
      line-height: 1.75rem;
      margin-bottom: 0.875rem; }
      @media only screen and (min-width: 640px) {
        .multilingual-redirect-module header h2 {
          font-size: 2.5rem;
          line-height: 2.75rem; } }
      @media only screen and (min-width: 1280px) {
        .multilingual-redirect-module header h2 {
          font-size: 2.5rem;
          line-height: 2.75rem; } }
  .multilingual-redirect-module .multilingual-redirect-navigation-wrp {
    margin-top: 30px; }
  .multilingual-redirect-module .multilingual-redirect-absolute-section img {
    height: 14px; }
  @media only screen and (min-width: 750px) {
    .multilingual-redirect-module .multilingual-redirect-absolute-section + ul {
      display: block; } }
  @media only screen and (min-width: 750px) {
    .multilingual-redirect-module .multilingual-redirect-absolute-section + ul .multilingual-redirect-item {
      width: 100%; } }
  @media only screen and (min-width: 750px) {
    .multilingual-redirect-module .multilingual-redirect-navigation {
      padding: 0 50px; } }
  @media only screen and (min-width: 1024px) {
    .multilingual-redirect-module .multilingual-redirect-navigation:nth-child(n+2) {
      border-left: #e4e4e4 1px solid; } }
  @media only screen and (min-width: 750px) {
    .multilingual-redirect-module .multilingual-redirect-navigation ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 600px;
      margin: 0 auto; } }
  .multilingual-redirect-module .multilingual-redirect-item {
    margin: 15px 0; }
    @media only screen and (min-width: 750px) {
      .multilingual-redirect-module .multilingual-redirect-item {
        width: 50%; } }
    .multilingual-redirect-module .multilingual-redirect-item img {
      width: 40px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 30px; }
    .multilingual-redirect-module .multilingual-redirect-item a {
      color: inherit;
      text-transform: uppercase; }
      .multilingual-redirect-module .multilingual-redirect-item a:visited {
        color: inherit; }
      .multilingual-redirect-module .multilingual-redirect-item a:hover {
        color: #e30613; }
  @media only screen and (min-width: 750px) {
    .multilingual-redirect-module.absolute-sections .multilingual-redirect-navigation-wrp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .multilingual-redirect-module.absolute-sections .multilingual-redirect-absolute-section {
    position: relative;
    padding: 20px 0;
    border-bottom: #e4e4e4 1px solid; }
    @media only screen and (min-width: 750px) {
      .multilingual-redirect-module.absolute-sections .multilingual-redirect-absolute-section {
        border-bottom: 0; } }
    .multilingual-redirect-module.absolute-sections .multilingual-redirect-absolute-section:after {
      content: '\e913';
      position: absolute;
      top: 20px;
      right: 0; }
      @media only screen and (min-width: 750px) {
        .multilingual-redirect-module.absolute-sections .multilingual-redirect-absolute-section:after {
          display: none; } }
    .multilingual-redirect-module.absolute-sections .multilingual-redirect-absolute-section.multilingual-redirect-absolute-section-open:after {
      content: '\e910'; }
    .multilingual-redirect-module.absolute-sections .multilingual-redirect-absolute-section.multilingual-redirect-absolute-section-open + ul {
      display: block; }
  @media only screen and (min-width: 750px) {
    .multilingual-redirect-module.absolute-sections .multilingual-redirect-navigation {
      display: inline-block; } }
  .multilingual-redirect-module.absolute-sections .multilingual-redirect-navigation:last-child .multilingual-redirect-absolute-section {
    border-bottom: 0; }
  .multilingual-redirect-module.absolute-sections .multilingual-redirect-navigation ul {
    display: none; }
    @media only screen and (min-width: 750px) {
      .multilingual-redirect-module.absolute-sections .multilingual-redirect-navigation ul {
        display: block; } }
  .multilingual-redirect-module.layout-map-germany .multilingual-redirect-navigation-wrp {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .multilingual-redirect-module.layout-map-germany .multilingual-redirect-navigation {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 0; }
    @media only screen and (min-width: 750px) {
      .multilingual-redirect-module.layout-map-germany .multilingual-redirect-navigation {
        right: 80px; } }
    .multilingual-redirect-module.layout-map-germany .multilingual-redirect-navigation ul {
      display: inline-block; }
    .multilingual-redirect-module.layout-map-germany .multilingual-redirect-navigation .multilingual-redirect-item {
      position: relative;
      width: 100%;
      min-width: 300px;
      text-align: left;
      background: #fff;
      border: 1px solid #e3e3e3;
      padding: 10px 10px 8px;
      margin: 30px 0; }
      .multilingual-redirect-module.layout-map-germany .multilingual-redirect-navigation .multilingual-redirect-item img {
        width: 30px;
        border: 0; }
      .multilingual-redirect-module.layout-map-germany .multilingual-redirect-navigation .multilingual-redirect-item a:after {
        content: '';
        background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Svg/external_link_icon.svg");
        display: block;
        position: absolute;
        top: 0;
        right: 15px;
        width: 30px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center; }

.absolute-pages .multilingual-redirect-item img {
  border-radius: 50%;
  border: 1px solid; }

.absolute-pages .teaser-1column,
.absolute-pages .teaser-2columns,
.absolute-pages .teaser-3columns,
.absolute-pages .teaser-4columns {
  outline: 0; }

.absolute-stores h2 {
  font-family: "absolutesport-regular", "avantgardebook", "Arial", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #fff;
  margin-left: 25px;
  margin-right: 25px; }
  @media only screen and (min-width: 1024px) {
    .absolute-stores h2 {
      font-size: 40px;
      text-align: center; } }
  .absolute-stores h2:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    margin: 12px 0;
    background-color: #65b32e; }
    @media only screen and (min-width: 1024px) {
      .absolute-stores h2:after {
        width: 50px;
        height: 5px;
        margin: 15px auto; } }
  .running-experts .absolute-stores h2 {
    font-family: sport2000regular, arial, sans-serif;
    color: inherit; }

.absolute-stores-slide {
  position: relative; }
  .absolute-stores-slide .absolute-stores-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px; }
    @media only screen and (min-width: 1024px) {
      .absolute-stores-slide .absolute-stores-slide-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .absolute-stores-slide .absolute-stores-slide-content .absolute-stores-slide-eyebrow {
      display: block;
      text-align: center;
      margin-bottom: 5px;
      font-size: 18px; }
      @media only screen and (min-width: 1024px) {
        .absolute-stores-slide .absolute-stores-slide-content .absolute-stores-slide-eyebrow {
          text-align: left; } }
    .absolute-stores-slide .absolute-stores-slide-content h2 {
      color: #fff;
      text-align: center;
      margin-bottom: 7px; }
      @media only screen and (min-width: 1024px) {
        .absolute-stores-slide .absolute-stores-slide-content h2 {
          text-align: left;
          margin-left: 0;
          font-size: 30px; } }
      .absolute-stores-slide .absolute-stores-slide-content h2:after {
        margin: 15px auto; }
        @media only screen and (min-width: 1024px) {
          .absolute-stores-slide .absolute-stores-slide-content h2:after {
            margin-left: 0; } }
    .absolute-stores-slide .absolute-stores-slide-content .absolute-ghost-button {
      width: 100%;
      margin-bottom: 20px;
      border: 1px solid #fff;
      height: 50px;
      /* stylelint-disable  selector-max-class */
      /* stylelint-enable  selector-max-class */ }
      @media only screen and (min-width: 1024px) {
        .absolute-stores-slide .absolute-stores-slide-content .absolute-ghost-button {
          width: auto;
          margin-right: auto;
          margin-left: 0; } }
      .absolute-stores-slide .absolute-stores-slide-content .absolute-ghost-button:hover {
        border: 1px solid #65b32e; }
        .absolute-stores-slide .absolute-stores-slide-content .absolute-ghost-button:hover .absolute-virtual-tour-icon {
          fill: #65b32e; }
      .absolute-stores-slide .absolute-stores-slide-content .absolute-ghost-button.absolute-virtual-showroom-button .absolute-virtual-tour-icon {
        display: block; }
      .absolute-stores-slide .absolute-stores-slide-content .absolute-ghost-button .absolute-virtual-tour-icon {
        display: none;
        width: 24px;
        height: 23px;
        margin-right: 10px;
        fill: #fff; }
    .absolute-stores-slide .absolute-stores-slide-content .absolute-virtual-showroom-detail-button {
      font-family: "absolutesport-regular", "avantgardebook", "Arial", sans-serif;
      font-size: 12px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 40px;
      min-width: 150px;
      padding: 9px 20px;
      text-align: center;
      text-transform: uppercase;
      font-weight: normal;
      line-height: 1;
      width: 100%;
      -webkit-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      transition: all 400ms ease;
      border-width: 1px;
      border-style: solid;
      color: #fff;
      border-color: #65b32e;
      height: 50px;
      margin: 0 0 20px; }
      @media only screen and (min-width: 480px) {
        .absolute-stores-slide .absolute-stores-slide-content .absolute-virtual-showroom-detail-button {
          width: auto; } }
      @media only screen and (min-width: 1024px) {
        .absolute-stores-slide .absolute-stores-slide-content .absolute-virtual-showroom-detail-button {
          font-size: 14px;
          margin: 0 auto;
          padding: 9px 50px; } }
      @media only screen and (min-width: 1440px) {
        .absolute-stores-slide .absolute-stores-slide-content .absolute-virtual-showroom-detail-button {
          min-width: 230px; } }
      .absolute-stores-slide .absolute-stores-slide-content .absolute-virtual-showroom-detail-button:hover {
        color: #65b32e; }
      @media only screen and (min-width: 1024px) {
        .absolute-stores-slide .absolute-stores-slide-content .absolute-virtual-showroom-detail-button {
          min-width: 280px;
          margin: 0 auto 20px 0; } }
    .absolute-stores-slide .absolute-stores-slide-content .absolute-stores-slide-content-linkcontainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media only screen and (min-width: 1024px) {
        .absolute-stores-slide .absolute-stores-slide-content .absolute-stores-slide-content-linkcontainer {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .absolute-stores-slide .absolute-stores-slide-content .absolute-stores-slide-content-linkcontainer > a {
        font-family: "absolutesport-regular", "avantgardebook", "Arial", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal;
        line-height: 1;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 16px; }
        .absolute-stores-slide .absolute-stores-slide-content .absolute-stores-slide-content-linkcontainer > a:before {
          content: '+';
          margin: -4px 5px 0 0; }
        @media only screen and (min-width: 1024px) {
          .absolute-stores-slide .absolute-stores-slide-content .absolute-stores-slide-content-linkcontainer > a {
            margin-right: 30px; } }

.absolute-stores-slide-content-innerwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%; }
  @media only screen and (min-width: 1024px) {
    .absolute-stores-slide-content-innerwrap {
      max-width: 50%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 215px; } }

.absolute-stores-slide-map-container {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .absolute-stores-slide-map-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 50%; } }

.absolute-stores-slide-map {
  width: 366px;
  height: 492px; }

.absolute-stores-pin {
  fill: #fff;
  transform-box: fill-box;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer; }
  .absolute-stores-pin:hover {
    fill: #65b32e;
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2); }

.absolute-stores-pin-active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  cursor: default;
  fill: #65b32e;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2); }

.absolute-stores-slider-wrap {
  position: relative; }
  .absolute-stores-slider-wrap .next-arrow-outside,
  .absolute-stores-slider-wrap .prev-arrow-outside {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 67px;
    width: 30px;
    cursor: pointer;
    color: #fff;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      .absolute-stores-slider-wrap .next-arrow-outside,
      .absolute-stores-slider-wrap .prev-arrow-outside {
        width: 60px;
        bottom: 50px; } }
    @media only screen and (min-width: 1480px) {
      .absolute-stores-slider-wrap .next-arrow-outside,
      .absolute-stores-slider-wrap .prev-arrow-outside {
        width: calc(50vw - 721px); } }
    @media only screen and (min-width: 1920px) {
      .absolute-stores-slider-wrap .next-arrow-outside,
      .absolute-stores-slider-wrap .prev-arrow-outside {
        width: 240px; } }
    .absolute-stores-slider-wrap .next-arrow-outside.slick-arrow,
    .absolute-stores-slider-wrap .prev-arrow-outside.slick-arrow {
      /* stylelint-disable declaration-no-important */
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      /* stylelint-enable declaration-no-important */ }
    .absolute-stores-slider-wrap .next-arrow-outside.slick-hidden,
    .absolute-stores-slider-wrap .prev-arrow-outside.slick-hidden {
      visibility: hidden; }
    .absolute-stores-slider-wrap .next-arrow-outside:after,
    .absolute-stores-slider-wrap .prev-arrow-outside:after {
      width: 20px;
      height: 20px;
      display: block;
      font-size: 20px;
      text-shadow: 0 0 4px 0 #000; }
      @media only screen and (min-width: 768px) {
        .absolute-stores-slider-wrap .next-arrow-outside:after,
        .absolute-stores-slider-wrap .prev-arrow-outside:after {
          font-size: 30px;
          width: 30px;
          height: 30px; } }
    .absolute-stores-slider-wrap .next-arrow-outside:hover,
    .absolute-stores-slider-wrap .prev-arrow-outside:hover {
      color: #65b32e; }
    @media only screen and (min-width: 1024px) {
      .absolute-stores-slider-wrap .next-arrow-outside,
      .absolute-stores-slider-wrap .prev-arrow-outside {
        width: 40px;
        padding-top: 0;
        top: 0; } }
    .absolute-stores-slider-wrap .next-arrow-outside:after,
    .absolute-stores-slider-wrap .prev-arrow-outside:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .absolute-stores-slider-wrap .next-arrow-outside {
    right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .absolute-stores-slider-wrap .next-arrow-outside:after {
      content: '\e912';
      margin-right: 7px;
      text-align: right; }
      @media only screen and (min-width: 768px) {
        .absolute-stores-slider-wrap .next-arrow-outside:after {
          margin-right: 15px; } }
      @media only screen and (min-width: 1920px) {
        .absolute-stores-slider-wrap .next-arrow-outside:after {
          margin-right: 30px; } }
  .absolute-stores-slider-wrap .prev-arrow-outside {
    left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .absolute-stores-slider-wrap .prev-arrow-outside:after {
      content: '\e90f';
      margin-left: 7px; }
      @media only screen and (min-width: 768px) {
        .absolute-stores-slider-wrap .prev-arrow-outside:after {
          margin-left: 15px; } }
      @media only screen and (min-width: 1920px) {
        .absolute-stores-slider-wrap .prev-arrow-outside:after {
          margin-left: 30px; } }

/* stylelint-disable selector-max-compound-selectors,scss/percent-placeholder-pattern */
.textimg .textimg-text .textimg-button, .statement-cta, .content-link-teaser .statement-text .content-link-teaser-cta, .textimg-slide .textimg-button, .teamgallery .teamgallery-button, .statement-theme1 .statement-cta, .statement-theme3 .statement-cta, .statement-theme4 .statement-cta, .statement-theme5 .statement-cta {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border: #fff; }
  .textimg .textimg-text .textimg-button:hover, .statement-cta:hover, .content-link-teaser .statement-text .content-link-teaser-cta:hover, .textimg-slide .textimg-button:hover, .teamgallery .teamgallery-button:hover {
    color: #fff;
    background: #e30613;
    border: #e30613; }
    .absolute-run .textimg .textimg-text .textimg-button:hover, .textimg .textimg-text .absolute-run .textimg-button:hover, .absolute-run .statement-cta:hover, .absolute-run .content-link-teaser .statement-text .content-link-teaser-cta:hover, .content-link-teaser .statement-text .absolute-run .content-link-teaser-cta:hover, .absolute-run .textimg-slide .textimg-button:hover, .textimg-slide .absolute-run .textimg-button:hover, .absolute-run .teamgallery .teamgallery-button:hover, .teamgallery .absolute-run .teamgallery-button:hover {
      color: #fff;
      background: #00abcd;
      border: #00abcd; }
    .absolute-teamsport .textimg .textimg-text .textimg-button:hover, .textimg .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .statement-cta:hover, .absolute-teamsport .content-link-teaser .statement-text .content-link-teaser-cta:hover, .content-link-teaser .statement-text .absolute-teamsport .content-link-teaser-cta:hover, .absolute-teamsport .textimg-slide .textimg-button:hover, .textimg-slide .absolute-teamsport .textimg-button:hover, .absolute-teamsport .teamgallery .teamgallery-button:hover, .teamgallery .absolute-teamsport .teamgallery-button:hover {
      color: #fff;
      background: #65b32e;
      border: #65b32e; }
    .absolute-outdoor .textimg .textimg-text .textimg-button:hover, .textimg .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .statement-cta:hover, .absolute-outdoor .content-link-teaser .statement-text .content-link-teaser-cta:hover, .content-link-teaser .statement-text .absolute-outdoor .content-link-teaser-cta:hover, .absolute-outdoor .textimg-slide .textimg-button:hover, .textimg-slide .absolute-outdoor .textimg-button:hover, .absolute-outdoor .teamgallery .teamgallery-button:hover, .teamgallery .absolute-outdoor .teamgallery-button:hover {
      color: #fff;
      background: #ef7d00;
      border: #ef7d00; }
    .absolute-fitness .textimg .textimg-text .textimg-button:hover, .textimg .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .statement-cta:hover, .absolute-fitness .content-link-teaser .statement-text .content-link-teaser-cta:hover, .content-link-teaser .statement-text .absolute-fitness .content-link-teaser-cta:hover, .absolute-fitness .textimg-slide .textimg-button:hover, .textimg-slide .absolute-fitness .textimg-button:hover, .absolute-fitness .teamgallery .teamgallery-button:hover, .teamgallery .absolute-fitness .teamgallery-button:hover {
      color: #fff;
      background: #5c4696;
      border: #5c4696; }
  .absolute-run .textimg .textimg-text .textimg-button, .textimg .textimg-text .absolute-run .textimg-button, .absolute-run .statement-cta, .absolute-run .content-link-teaser .statement-text .content-link-teaser-cta, .content-link-teaser .statement-text .absolute-run .content-link-teaser-cta, .absolute-run .textimg-slide .textimg-button, .textimg-slide .absolute-run .textimg-button, .absolute-run .teamgallery .teamgallery-button, .teamgallery .absolute-run .teamgallery-button {
    color: #00abcd;
    background: transparent;
    border: #00abcd; }
  .absolute-teamsport .textimg .textimg-text .textimg-button, .textimg .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .statement-cta, .absolute-teamsport .content-link-teaser .statement-text .content-link-teaser-cta, .content-link-teaser .statement-text .absolute-teamsport .content-link-teaser-cta, .absolute-teamsport .textimg-slide .textimg-button, .textimg-slide .absolute-teamsport .textimg-button, .absolute-teamsport .teamgallery .teamgallery-button, .teamgallery .absolute-teamsport .teamgallery-button {
    color: #65b32e;
    background: transparent;
    border: #65b32e; }
  .absolute-outdoor .textimg .textimg-text .textimg-button, .textimg .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .statement-cta, .absolute-outdoor .content-link-teaser .statement-text .content-link-teaser-cta, .content-link-teaser .statement-text .absolute-outdoor .content-link-teaser-cta, .absolute-outdoor .textimg-slide .textimg-button, .textimg-slide .absolute-outdoor .textimg-button, .absolute-outdoor .teamgallery .teamgallery-button, .teamgallery .absolute-outdoor .teamgallery-button {
    color: #ef7d00;
    background: transparent;
    border: #ef7d00; }
  .absolute-fitness .textimg .textimg-text .textimg-button, .textimg .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .statement-cta, .absolute-fitness .content-link-teaser .statement-text .content-link-teaser-cta, .content-link-teaser .statement-text .absolute-fitness .content-link-teaser-cta, .absolute-fitness .textimg-slide .textimg-button, .textimg-slide .absolute-fitness .textimg-button, .absolute-fitness .teamgallery .teamgallery-button, .teamgallery .absolute-fitness .teamgallery-button {
    color: #5c4696;
    background: transparent;
    border: #5c4696; }

.video-teaser.video-theme1 .video-item-content-button, .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button, .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout1, .teaserm5m6-theme1 .teaser-item-content-button, .teaserm5m6-theme1 .teaser-item-content-button.layout1, .statement.content-link-teaser-theme1 .content-link-teaser-cta {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff; }
  .absolute-run .video-teaser.video-theme1 .video-item-content-button, .video-teaser.video-theme1 .absolute-run .video-item-content-button, .absolute-run .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-run .stage-slider-content-button, .absolute-run .teaserm5m6-theme1 .teaser-item-content-button, .teaserm5m6-theme1 .absolute-run .teaser-item-content-button, .absolute-run .statement.content-link-teaser-theme1 .content-link-teaser-cta, .statement.content-link-teaser-theme1 .absolute-run .content-link-teaser-cta {
    color: #00abcd;
    background: transparent;
    border: 1px solid #00abcd; }
  .absolute-teamsport .video-teaser.video-theme1 .video-item-content-button, .video-teaser.video-theme1 .absolute-teamsport .video-item-content-button, .absolute-teamsport .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-teamsport .stage-slider-content-button, .absolute-teamsport .teaserm5m6-theme1 .teaser-item-content-button, .teaserm5m6-theme1 .absolute-teamsport .teaser-item-content-button, .absolute-teamsport .statement.content-link-teaser-theme1 .content-link-teaser-cta, .statement.content-link-teaser-theme1 .absolute-teamsport .content-link-teaser-cta {
    color: #65b32e;
    background: transparent;
    border: 1px solid #65b32e; }
  .absolute-outdoor .video-teaser.video-theme1 .video-item-content-button, .video-teaser.video-theme1 .absolute-outdoor .video-item-content-button, .absolute-outdoor .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-outdoor .stage-slider-content-button, .absolute-outdoor .teaserm5m6-theme1 .teaser-item-content-button, .teaserm5m6-theme1 .absolute-outdoor .teaser-item-content-button, .absolute-outdoor .statement.content-link-teaser-theme1 .content-link-teaser-cta, .statement.content-link-teaser-theme1 .absolute-outdoor .content-link-teaser-cta {
    color: #ef7d00;
    background: transparent;
    border: 1px solid #ef7d00; }
  .absolute-fitness .video-teaser.video-theme1 .video-item-content-button, .video-teaser.video-theme1 .absolute-fitness .video-item-content-button, .absolute-fitness .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-fitness .stage-slider-content-button, .absolute-fitness .teaserm5m6-theme1 .teaser-item-content-button, .teaserm5m6-theme1 .absolute-fitness .teaser-item-content-button, .absolute-fitness .statement.content-link-teaser-theme1 .content-link-teaser-cta, .statement.content-link-teaser-theme1 .absolute-fitness .content-link-teaser-cta {
    color: #5c4696;
    background: transparent;
    border: 1px solid #5c4696; }
  .video-teaser.video-theme1 .video-item-content-button:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button:hover, .teaserm5m6-theme1 .teaser-item-content-button:hover, .statement.content-link-teaser-theme1 .content-link-teaser-cta:hover {
    color: #fff;
    background: #e30613;
    border: 1px solid #e30613; }
    .absolute-run .video-teaser.video-theme1 .video-item-content-button:hover, .video-teaser.video-theme1 .absolute-run .video-item-content-button:hover, .absolute-run .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-run .stage-slider-content-button:hover, .absolute-run .teaserm5m6-theme1 .teaser-item-content-button:hover, .teaserm5m6-theme1 .absolute-run .teaser-item-content-button:hover, .absolute-run .statement.content-link-teaser-theme1 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme1 .absolute-run .content-link-teaser-cta:hover {
      color: #fff;
      background: #00abcd;
      border: 1px solid #00abcd; }
    .absolute-teamsport .video-teaser.video-theme1 .video-item-content-button:hover, .video-teaser.video-theme1 .absolute-teamsport .video-item-content-button:hover, .absolute-teamsport .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-teamsport .stage-slider-content-button:hover, .absolute-teamsport .teaserm5m6-theme1 .teaser-item-content-button:hover, .teaserm5m6-theme1 .absolute-teamsport .teaser-item-content-button:hover, .absolute-teamsport .statement.content-link-teaser-theme1 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme1 .absolute-teamsport .content-link-teaser-cta:hover {
      color: #fff;
      background: #65b32e;
      border: 1px solid #65b32e; }
    .absolute-outdoor .video-teaser.video-theme1 .video-item-content-button:hover, .video-teaser.video-theme1 .absolute-outdoor .video-item-content-button:hover, .absolute-outdoor .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-outdoor .stage-slider-content-button:hover, .absolute-outdoor .teaserm5m6-theme1 .teaser-item-content-button:hover, .teaserm5m6-theme1 .absolute-outdoor .teaser-item-content-button:hover, .absolute-outdoor .statement.content-link-teaser-theme1 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme1 .absolute-outdoor .content-link-teaser-cta:hover {
      color: #fff;
      background: #ef7d00;
      border: 1px solid #ef7d00; }
    .absolute-fitness .video-teaser.video-theme1 .video-item-content-button:hover, .video-teaser.video-theme1 .absolute-fitness .video-item-content-button:hover, .absolute-fitness .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-fitness .stage-slider-content-button:hover, .absolute-fitness .teaserm5m6-theme1 .teaser-item-content-button:hover, .teaserm5m6-theme1 .absolute-fitness .teaser-item-content-button:hover, .absolute-fitness .statement.content-link-teaser-theme1 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme1 .absolute-fitness .content-link-teaser-cta:hover {
      color: #fff;
      background: #5c4696;
      border: 1px solid #5c4696; }

.forkpage-megateaser-mainteaser-item-content-button, .textimg-slide .textimg-button, .teamgallery .teamgallery-button, .imgtext-theme1 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme1.textimg .textimg-text .textimg-button.layout2, .imgtext-theme2 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme2.textimg .textimg-text .textimg-button.layout2, .imgtext-theme3 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme3.textimg .textimg-text .textimg-button.layout2, .imgtext-theme4 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme4.textimg .textimg-text .textimg-button.layout2, .imgtext-theme6 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme6.textimg .textimg-text .textimg-button.layout2, .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme1.textimgbox .textimg-text .textimg-button, .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme3.textimgbox .textimg-text .textimg-button, .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme6.textimgbox .textimg-text .textimg-button, .statement-theme1 .statement-cta, .statement-theme1 .statement-cta.layout1, .statement-theme3 .statement-cta, .statement-theme3 .statement-cta.layout1, .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout2, .teaserm5m6-theme1 .teaser-item-content-button.layout2, .statement.content-link-teaser-theme2 .content-link-teaser-cta {
  color: #fff;
  background: #e30613;
  border: 1px solid #e30613; }
  .absolute-run .forkpage-megateaser-mainteaser-item-content-button, .absolute-run .textimg-slide .textimg-button, .textimg-slide .absolute-run .textimg-button, .absolute-run .teamgallery .teamgallery-button, .teamgallery .absolute-run .teamgallery-button, .absolute-run .imgtext-theme1 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme1 .textimg .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtext-theme1.textimg .textimg-text .textimg-button.layout2, .imgtext-theme1.textimg .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtext-theme2 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme2 .textimg .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtext-theme2.textimg .textimg-text .textimg-button.layout2, .imgtext-theme2.textimg .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtext-theme3 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme3 .textimg .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtext-theme3.textimg .textimg-text .textimg-button.layout2, .imgtext-theme3.textimg .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtext-theme4 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme4 .textimg .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtext-theme4.textimg .textimg-text .textimg-button.layout2, .imgtext-theme4.textimg .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtext-theme6 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme6 .textimg .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtext-theme6.textimg .textimg-text .textimg-button.layout2, .imgtext-theme6.textimg .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme1 .textimgbox .textimg-text .absolute-run .textimg-button, .absolute-run .imgtextbox-theme1.textimgbox .textimg-text .textimg-button, .imgtextbox-theme1.textimgbox .textimg-text .absolute-run .textimg-button, .absolute-run .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme3 .textimgbox .textimg-text .absolute-run .textimg-button, .absolute-run .imgtextbox-theme3.textimgbox .textimg-text .textimg-button, .imgtextbox-theme3.textimgbox .textimg-text .absolute-run .textimg-button, .absolute-run .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme6 .textimgbox .textimg-text .absolute-run .textimg-button, .absolute-run .imgtextbox-theme6.textimgbox .textimg-text .textimg-button, .imgtextbox-theme6.textimgbox .textimg-text .absolute-run .textimg-button, .absolute-run .statement-theme1 .statement-cta, .statement-theme1 .absolute-run .statement-cta, .absolute-run .statement-theme3 .statement-cta, .statement-theme3 .absolute-run .statement-cta, .absolute-run .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout2, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-run .stage-slider-content-button.layout2, .absolute-run .teaserm5m6-theme1 .teaser-item-content-button.layout2, .teaserm5m6-theme1 .absolute-run .teaser-item-content-button.layout2, .absolute-run .statement.content-link-teaser-theme2 .content-link-teaser-cta, .statement.content-link-teaser-theme2 .absolute-run .content-link-teaser-cta {
    color: #00abcd;
    background: transparent;
    border: 1px solid #00abcd; }
  .absolute-teamsport .forkpage-megateaser-mainteaser-item-content-button, .absolute-teamsport .textimg-slide .textimg-button, .textimg-slide .absolute-teamsport .textimg-button, .absolute-teamsport .teamgallery .teamgallery-button, .teamgallery .absolute-teamsport .teamgallery-button, .absolute-teamsport .imgtext-theme1 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme1 .textimg .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtext-theme1.textimg .textimg-text .textimg-button.layout2, .imgtext-theme1.textimg .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtext-theme2 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme2 .textimg .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtext-theme2.textimg .textimg-text .textimg-button.layout2, .imgtext-theme2.textimg .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtext-theme3 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme3 .textimg .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtext-theme3.textimg .textimg-text .textimg-button.layout2, .imgtext-theme3.textimg .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtext-theme4 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme4 .textimg .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtext-theme4.textimg .textimg-text .textimg-button.layout2, .imgtext-theme4.textimg .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtext-theme6 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme6 .textimg .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtext-theme6.textimg .textimg-text .textimg-button.layout2, .imgtext-theme6.textimg .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme1 .textimgbox .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtextbox-theme1.textimgbox .textimg-text .textimg-button, .imgtextbox-theme1.textimgbox .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme3 .textimgbox .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtextbox-theme3.textimgbox .textimg-text .textimg-button, .imgtextbox-theme3.textimgbox .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme6 .textimgbox .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtextbox-theme6.textimgbox .textimg-text .textimg-button, .imgtextbox-theme6.textimgbox .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .statement-theme1 .statement-cta, .statement-theme1 .absolute-teamsport .statement-cta, .absolute-teamsport .statement-theme3 .statement-cta, .statement-theme3 .absolute-teamsport .statement-cta, .absolute-teamsport .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout2, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-teamsport .stage-slider-content-button.layout2, .absolute-teamsport .teaserm5m6-theme1 .teaser-item-content-button.layout2, .teaserm5m6-theme1 .absolute-teamsport .teaser-item-content-button.layout2, .absolute-teamsport .statement.content-link-teaser-theme2 .content-link-teaser-cta, .statement.content-link-teaser-theme2 .absolute-teamsport .content-link-teaser-cta {
    color: #65b32e;
    background: transparent;
    border: 1px solid #65b32e; }
  .absolute-outdoor .forkpage-megateaser-mainteaser-item-content-button, .absolute-outdoor .textimg-slide .textimg-button, .textimg-slide .absolute-outdoor .textimg-button, .absolute-outdoor .teamgallery .teamgallery-button, .teamgallery .absolute-outdoor .teamgallery-button, .absolute-outdoor .imgtext-theme1 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme1 .textimg .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtext-theme1.textimg .textimg-text .textimg-button.layout2, .imgtext-theme1.textimg .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtext-theme2 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme2 .textimg .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtext-theme2.textimg .textimg-text .textimg-button.layout2, .imgtext-theme2.textimg .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtext-theme3 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme3 .textimg .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtext-theme3.textimg .textimg-text .textimg-button.layout2, .imgtext-theme3.textimg .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtext-theme4 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme4 .textimg .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtext-theme4.textimg .textimg-text .textimg-button.layout2, .imgtext-theme4.textimg .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtext-theme6 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme6 .textimg .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtext-theme6.textimg .textimg-text .textimg-button.layout2, .imgtext-theme6.textimg .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme1 .textimgbox .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtextbox-theme1.textimgbox .textimg-text .textimg-button, .imgtextbox-theme1.textimgbox .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme3 .textimgbox .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtextbox-theme3.textimgbox .textimg-text .textimg-button, .imgtextbox-theme3.textimgbox .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme6 .textimgbox .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtextbox-theme6.textimgbox .textimg-text .textimg-button, .imgtextbox-theme6.textimgbox .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .statement-theme1 .statement-cta, .statement-theme1 .absolute-outdoor .statement-cta, .absolute-outdoor .statement-theme3 .statement-cta, .statement-theme3 .absolute-outdoor .statement-cta, .absolute-outdoor .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout2, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-outdoor .stage-slider-content-button.layout2, .absolute-outdoor .teaserm5m6-theme1 .teaser-item-content-button.layout2, .teaserm5m6-theme1 .absolute-outdoor .teaser-item-content-button.layout2, .absolute-outdoor .statement.content-link-teaser-theme2 .content-link-teaser-cta, .statement.content-link-teaser-theme2 .absolute-outdoor .content-link-teaser-cta {
    color: #ef7d00;
    background: transparent;
    border: 1px solid #ef7d00; }
  .absolute-fitness .forkpage-megateaser-mainteaser-item-content-button, .absolute-fitness .textimg-slide .textimg-button, .textimg-slide .absolute-fitness .textimg-button, .absolute-fitness .teamgallery .teamgallery-button, .teamgallery .absolute-fitness .teamgallery-button, .absolute-fitness .imgtext-theme1 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme1 .textimg .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtext-theme1.textimg .textimg-text .textimg-button.layout2, .imgtext-theme1.textimg .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtext-theme2 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme2 .textimg .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtext-theme2.textimg .textimg-text .textimg-button.layout2, .imgtext-theme2.textimg .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtext-theme3 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme3 .textimg .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtext-theme3.textimg .textimg-text .textimg-button.layout2, .imgtext-theme3.textimg .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtext-theme4 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme4 .textimg .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtext-theme4.textimg .textimg-text .textimg-button.layout2, .imgtext-theme4.textimg .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtext-theme6 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme6 .textimg .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtext-theme6.textimg .textimg-text .textimg-button.layout2, .imgtext-theme6.textimg .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme1 .textimgbox .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtextbox-theme1.textimgbox .textimg-text .textimg-button, .imgtextbox-theme1.textimgbox .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme3 .textimgbox .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtextbox-theme3.textimgbox .textimg-text .textimg-button, .imgtextbox-theme3.textimgbox .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme6 .textimgbox .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtextbox-theme6.textimgbox .textimg-text .textimg-button, .imgtextbox-theme6.textimgbox .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .statement-theme1 .statement-cta, .statement-theme1 .absolute-fitness .statement-cta, .absolute-fitness .statement-theme3 .statement-cta, .statement-theme3 .absolute-fitness .statement-cta, .absolute-fitness .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout2, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-fitness .stage-slider-content-button.layout2, .absolute-fitness .teaserm5m6-theme1 .teaser-item-content-button.layout2, .teaserm5m6-theme1 .absolute-fitness .teaser-item-content-button.layout2, .absolute-fitness .statement.content-link-teaser-theme2 .content-link-teaser-cta, .statement.content-link-teaser-theme2 .absolute-fitness .content-link-teaser-cta {
    color: #5c4696;
    background: transparent;
    border: 1px solid #5c4696; }
  .forkpage-megateaser-mainteaser-item-content-button:hover, .textimg-slide .textimg-button:hover, .teamgallery .teamgallery-button:hover, .imgtext-theme1 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme1.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme2 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme2.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme3 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme3.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme4 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme4.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme6 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme6.textimg .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme1.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme3.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme6.textimgbox .textimg-text .textimg-button:hover, .statement-theme1 .statement-cta:hover, .statement-theme3 .statement-cta:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout2:hover, .teaserm5m6-theme1 .teaser-item-content-button.layout2:hover, .statement.content-link-teaser-theme2 .content-link-teaser-cta:hover {
    color: #fff;
    background: #760b1d;
    border: 1px solid #f70013; }
    .absolute-run .forkpage-megateaser-mainteaser-item-content-button:hover, .absolute-run .textimg-slide .textimg-button:hover, .textimg-slide .absolute-run .textimg-button:hover, .absolute-run .teamgallery .teamgallery-button:hover, .teamgallery .absolute-run .teamgallery-button:hover, .absolute-run .imgtext-theme1 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme1 .textimg .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtext-theme1.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme1.textimg .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtext-theme2 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme2 .textimg .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtext-theme2.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme2.textimg .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtext-theme3 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme3 .textimg .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtext-theme3.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme3.textimg .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtext-theme4 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme4 .textimg .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtext-theme4.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme4.textimg .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtext-theme6 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme6 .textimg .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtext-theme6.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme6.textimg .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme1 .textimgbox .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtextbox-theme1.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme1.textimgbox .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme3 .textimgbox .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtextbox-theme3.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme3.textimgbox .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme6 .textimgbox .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtextbox-theme6.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme6.textimgbox .textimg-text .absolute-run .textimg-button:hover, .absolute-run .statement-theme1 .statement-cta:hover, .statement-theme1 .absolute-run .statement-cta:hover, .absolute-run .statement-theme3 .statement-cta:hover, .statement-theme3 .absolute-run .statement-cta:hover, .absolute-run .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout2:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-run .stage-slider-content-button.layout2:hover, .absolute-run .teaserm5m6-theme1 .teaser-item-content-button.layout2:hover, .teaserm5m6-theme1 .absolute-run .teaser-item-content-button.layout2:hover, .absolute-run .statement.content-link-teaser-theme2 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme2 .absolute-run .content-link-teaser-cta:hover {
      color: #fff;
      background: #00abcd;
      border: 1px solid #00abcd; }
    .absolute-teamsport .forkpage-megateaser-mainteaser-item-content-button:hover, .absolute-teamsport .textimg-slide .textimg-button:hover, .textimg-slide .absolute-teamsport .textimg-button:hover, .absolute-teamsport .teamgallery .teamgallery-button:hover, .teamgallery .absolute-teamsport .teamgallery-button:hover, .absolute-teamsport .imgtext-theme1 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme1 .textimg .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtext-theme1.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme1.textimg .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtext-theme2 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme2 .textimg .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtext-theme2.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme2.textimg .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtext-theme3 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme3 .textimg .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtext-theme3.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme3.textimg .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtext-theme4 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme4 .textimg .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtext-theme4.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme4.textimg .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtext-theme6 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme6 .textimg .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtext-theme6.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme6.textimg .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme1 .textimgbox .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtextbox-theme1.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme1.textimgbox .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme3 .textimgbox .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtextbox-theme3.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme3.textimgbox .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme6 .textimgbox .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtextbox-theme6.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme6.textimgbox .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .statement-theme1 .statement-cta:hover, .statement-theme1 .absolute-teamsport .statement-cta:hover, .absolute-teamsport .statement-theme3 .statement-cta:hover, .statement-theme3 .absolute-teamsport .statement-cta:hover, .absolute-teamsport .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout2:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-teamsport .stage-slider-content-button.layout2:hover, .absolute-teamsport .teaserm5m6-theme1 .teaser-item-content-button.layout2:hover, .teaserm5m6-theme1 .absolute-teamsport .teaser-item-content-button.layout2:hover, .absolute-teamsport .statement.content-link-teaser-theme2 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme2 .absolute-teamsport .content-link-teaser-cta:hover {
      color: #fff;
      background: #65b32e;
      border: 1px solid #65b32e; }
    .absolute-outdoor .forkpage-megateaser-mainteaser-item-content-button:hover, .absolute-outdoor .textimg-slide .textimg-button:hover, .textimg-slide .absolute-outdoor .textimg-button:hover, .absolute-outdoor .teamgallery .teamgallery-button:hover, .teamgallery .absolute-outdoor .teamgallery-button:hover, .absolute-outdoor .imgtext-theme1 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme1 .textimg .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtext-theme1.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme1.textimg .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtext-theme2 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme2 .textimg .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtext-theme2.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme2.textimg .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtext-theme3 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme3 .textimg .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtext-theme3.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme3.textimg .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtext-theme4 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme4 .textimg .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtext-theme4.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme4.textimg .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtext-theme6 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme6 .textimg .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtext-theme6.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme6.textimg .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme1 .textimgbox .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtextbox-theme1.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme1.textimgbox .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme3 .textimgbox .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtextbox-theme3.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme3.textimgbox .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme6 .textimgbox .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtextbox-theme6.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme6.textimgbox .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .statement-theme1 .statement-cta:hover, .statement-theme1 .absolute-outdoor .statement-cta:hover, .absolute-outdoor .statement-theme3 .statement-cta:hover, .statement-theme3 .absolute-outdoor .statement-cta:hover, .absolute-outdoor .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout2:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-outdoor .stage-slider-content-button.layout2:hover, .absolute-outdoor .teaserm5m6-theme1 .teaser-item-content-button.layout2:hover, .teaserm5m6-theme1 .absolute-outdoor .teaser-item-content-button.layout2:hover, .absolute-outdoor .statement.content-link-teaser-theme2 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme2 .absolute-outdoor .content-link-teaser-cta:hover {
      color: #fff;
      background: #ef7d00;
      border: 1px solid #ef7d00; }
    .absolute-fitness .forkpage-megateaser-mainteaser-item-content-button:hover, .absolute-fitness .textimg-slide .textimg-button:hover, .textimg-slide .absolute-fitness .textimg-button:hover, .absolute-fitness .teamgallery .teamgallery-button:hover, .teamgallery .absolute-fitness .teamgallery-button:hover, .absolute-fitness .imgtext-theme1 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme1 .textimg .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtext-theme1.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme1.textimg .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtext-theme2 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme2 .textimg .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtext-theme2.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme2.textimg .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtext-theme3 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme3 .textimg .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtext-theme3.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme3.textimg .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtext-theme4 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme4 .textimg .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtext-theme4.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme4.textimg .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtext-theme6 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme6 .textimg .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtext-theme6.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme6.textimg .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme1 .textimgbox .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtextbox-theme1.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme1.textimgbox .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme3 .textimgbox .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtextbox-theme3.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme3.textimgbox .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme6 .textimgbox .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtextbox-theme6.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme6.textimgbox .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .statement-theme1 .statement-cta:hover, .statement-theme1 .absolute-fitness .statement-cta:hover, .absolute-fitness .statement-theme3 .statement-cta:hover, .statement-theme3 .absolute-fitness .statement-cta:hover, .absolute-fitness .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout2:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-fitness .stage-slider-content-button.layout2:hover, .absolute-fitness .teaserm5m6-theme1 .teaser-item-content-button.layout2:hover, .teaserm5m6-theme1 .absolute-fitness .teaser-item-content-button.layout2:hover, .absolute-fitness .statement.content-link-teaser-theme2 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme2 .absolute-fitness .content-link-teaser-cta:hover {
      color: #fff;
      background: #5c4696;
      border: 1px solid #5c4696; }

.brands-slider .brands-cta, .filtermodule-list-button, .imgtext-theme1 .textimg .textimg-text .textimg-button, .imgtext-theme1.textimg .textimg-text .textimg-button, .imgtext-theme2 .textimg .textimg-text .textimg-button, .imgtext-theme2.textimg .textimg-text .textimg-button, .imgtext-theme3 .textimg .textimg-text .textimg-button, .imgtext-theme3.textimg .textimg-text .textimg-button, .imgtext-theme4 .textimg .textimg-text .textimg-button, .imgtext-theme4.textimg .textimg-text .textimg-button, .imgtext-theme6 .textimg .textimg-text .textimg-button, .imgtext-theme6.textimg .textimg-text .textimg-button, .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme1.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme3.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme6.textimgbox .textimg-text .textimg-button.layout2, .video-teaser.video-theme3 .video-item-content-button, .statement-theme1 .statement-cta.layout2, .statement-theme3 .statement-cta.layout2, .statement-theme4 .statement-cta, .statement-theme4 .statement-cta.layout1, .statement-theme5 .statement-cta, .statement-theme5 .statement-cta.layout1, .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout3, .teaserm5m6-theme1 .teaser-item-content-button.layout3, .statement.content-link-teaser-theme3 .content-link-teaser-cta {
  color: #e30613;
  background: transparent;
  border: 1px solid #e30613; }
  .absolute-run .brands-slider .brands-cta, .brands-slider .absolute-run .brands-cta, .absolute-run .filtermodule-list-button, .absolute-run .imgtext-theme1 .textimg .textimg-text .textimg-button, .imgtext-theme1 .textimg .textimg-text .absolute-run .textimg-button, .absolute-run .imgtext-theme1.textimg .textimg-text .textimg-button, .imgtext-theme1.textimg .textimg-text .absolute-run .textimg-button, .absolute-run .imgtext-theme2 .textimg .textimg-text .textimg-button, .imgtext-theme2 .textimg .textimg-text .absolute-run .textimg-button, .absolute-run .imgtext-theme2.textimg .textimg-text .textimg-button, .imgtext-theme2.textimg .textimg-text .absolute-run .textimg-button, .absolute-run .imgtext-theme3 .textimg .textimg-text .textimg-button, .imgtext-theme3 .textimg .textimg-text .absolute-run .textimg-button, .absolute-run .imgtext-theme3.textimg .textimg-text .textimg-button, .imgtext-theme3.textimg .textimg-text .absolute-run .textimg-button, .absolute-run .imgtext-theme4 .textimg .textimg-text .textimg-button, .imgtext-theme4 .textimg .textimg-text .absolute-run .textimg-button, .absolute-run .imgtext-theme4.textimg .textimg-text .textimg-button, .imgtext-theme4.textimg .textimg-text .absolute-run .textimg-button, .absolute-run .imgtext-theme6 .textimg .textimg-text .textimg-button, .imgtext-theme6 .textimg .textimg-text .absolute-run .textimg-button, .absolute-run .imgtext-theme6.textimg .textimg-text .textimg-button, .imgtext-theme6.textimg .textimg-text .absolute-run .textimg-button, .absolute-run .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme1 .textimgbox .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtextbox-theme1.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme1.textimgbox .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme3 .textimgbox .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtextbox-theme3.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme3.textimgbox .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme6 .textimgbox .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtextbox-theme6.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme6.textimgbox .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .video-teaser.video-theme3 .video-item-content-button, .video-teaser.video-theme3 .absolute-run .video-item-content-button, .absolute-run .statement-theme1 .statement-cta.layout2, .statement-theme1 .absolute-run .statement-cta.layout2, .absolute-run .statement-theme3 .statement-cta.layout2, .statement-theme3 .absolute-run .statement-cta.layout2, .absolute-run .statement-theme4 .statement-cta, .statement-theme4 .absolute-run .statement-cta, .absolute-run .statement-theme5 .statement-cta, .statement-theme5 .absolute-run .statement-cta, .absolute-run .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout3, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-run .stage-slider-content-button.layout3, .absolute-run .teaserm5m6-theme1 .teaser-item-content-button.layout3, .teaserm5m6-theme1 .absolute-run .teaser-item-content-button.layout3, .absolute-run .statement.content-link-teaser-theme3 .content-link-teaser-cta, .statement.content-link-teaser-theme3 .absolute-run .content-link-teaser-cta {
    color: #00abcd;
    background: transparent;
    border: 1px solid #00abcd; }
  .absolute-teamsport .brands-slider .brands-cta, .brands-slider .absolute-teamsport .brands-cta, .absolute-teamsport .filtermodule-list-button, .absolute-teamsport .imgtext-theme1 .textimg .textimg-text .textimg-button, .imgtext-theme1 .textimg .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtext-theme1.textimg .textimg-text .textimg-button, .imgtext-theme1.textimg .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtext-theme2 .textimg .textimg-text .textimg-button, .imgtext-theme2 .textimg .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtext-theme2.textimg .textimg-text .textimg-button, .imgtext-theme2.textimg .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtext-theme3 .textimg .textimg-text .textimg-button, .imgtext-theme3 .textimg .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtext-theme3.textimg .textimg-text .textimg-button, .imgtext-theme3.textimg .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtext-theme4 .textimg .textimg-text .textimg-button, .imgtext-theme4 .textimg .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtext-theme4.textimg .textimg-text .textimg-button, .imgtext-theme4.textimg .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtext-theme6 .textimg .textimg-text .textimg-button, .imgtext-theme6 .textimg .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtext-theme6.textimg .textimg-text .textimg-button, .imgtext-theme6.textimg .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme1 .textimgbox .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtextbox-theme1.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme1.textimgbox .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme3 .textimgbox .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtextbox-theme3.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme3.textimgbox .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme6 .textimgbox .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtextbox-theme6.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme6.textimgbox .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .video-teaser.video-theme3 .video-item-content-button, .video-teaser.video-theme3 .absolute-teamsport .video-item-content-button, .absolute-teamsport .statement-theme1 .statement-cta.layout2, .statement-theme1 .absolute-teamsport .statement-cta.layout2, .absolute-teamsport .statement-theme3 .statement-cta.layout2, .statement-theme3 .absolute-teamsport .statement-cta.layout2, .absolute-teamsport .statement-theme4 .statement-cta, .statement-theme4 .absolute-teamsport .statement-cta, .absolute-teamsport .statement-theme5 .statement-cta, .statement-theme5 .absolute-teamsport .statement-cta, .absolute-teamsport .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout3, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-teamsport .stage-slider-content-button.layout3, .absolute-teamsport .teaserm5m6-theme1 .teaser-item-content-button.layout3, .teaserm5m6-theme1 .absolute-teamsport .teaser-item-content-button.layout3, .absolute-teamsport .statement.content-link-teaser-theme3 .content-link-teaser-cta, .statement.content-link-teaser-theme3 .absolute-teamsport .content-link-teaser-cta {
    color: #65b32e;
    background: transparent;
    border: 1px solid #65b32e; }
  .absolute-outdoor .brands-slider .brands-cta, .brands-slider .absolute-outdoor .brands-cta, .absolute-outdoor .filtermodule-list-button, .absolute-outdoor .imgtext-theme1 .textimg .textimg-text .textimg-button, .imgtext-theme1 .textimg .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtext-theme1.textimg .textimg-text .textimg-button, .imgtext-theme1.textimg .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtext-theme2 .textimg .textimg-text .textimg-button, .imgtext-theme2 .textimg .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtext-theme2.textimg .textimg-text .textimg-button, .imgtext-theme2.textimg .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtext-theme3 .textimg .textimg-text .textimg-button, .imgtext-theme3 .textimg .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtext-theme3.textimg .textimg-text .textimg-button, .imgtext-theme3.textimg .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtext-theme4 .textimg .textimg-text .textimg-button, .imgtext-theme4 .textimg .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtext-theme4.textimg .textimg-text .textimg-button, .imgtext-theme4.textimg .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtext-theme6 .textimg .textimg-text .textimg-button, .imgtext-theme6 .textimg .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtext-theme6.textimg .textimg-text .textimg-button, .imgtext-theme6.textimg .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme1 .textimgbox .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtextbox-theme1.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme1.textimgbox .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme3 .textimgbox .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtextbox-theme3.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme3.textimgbox .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme6 .textimgbox .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtextbox-theme6.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme6.textimgbox .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .video-teaser.video-theme3 .video-item-content-button, .video-teaser.video-theme3 .absolute-outdoor .video-item-content-button, .absolute-outdoor .statement-theme1 .statement-cta.layout2, .statement-theme1 .absolute-outdoor .statement-cta.layout2, .absolute-outdoor .statement-theme3 .statement-cta.layout2, .statement-theme3 .absolute-outdoor .statement-cta.layout2, .absolute-outdoor .statement-theme4 .statement-cta, .statement-theme4 .absolute-outdoor .statement-cta, .absolute-outdoor .statement-theme5 .statement-cta, .statement-theme5 .absolute-outdoor .statement-cta, .absolute-outdoor .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout3, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-outdoor .stage-slider-content-button.layout3, .absolute-outdoor .teaserm5m6-theme1 .teaser-item-content-button.layout3, .teaserm5m6-theme1 .absolute-outdoor .teaser-item-content-button.layout3, .absolute-outdoor .statement.content-link-teaser-theme3 .content-link-teaser-cta, .statement.content-link-teaser-theme3 .absolute-outdoor .content-link-teaser-cta {
    color: #ef7d00;
    background: transparent;
    border: 1px solid #ef7d00; }
  .absolute-fitness .brands-slider .brands-cta, .brands-slider .absolute-fitness .brands-cta, .absolute-fitness .filtermodule-list-button, .absolute-fitness .imgtext-theme1 .textimg .textimg-text .textimg-button, .imgtext-theme1 .textimg .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtext-theme1.textimg .textimg-text .textimg-button, .imgtext-theme1.textimg .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtext-theme2 .textimg .textimg-text .textimg-button, .imgtext-theme2 .textimg .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtext-theme2.textimg .textimg-text .textimg-button, .imgtext-theme2.textimg .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtext-theme3 .textimg .textimg-text .textimg-button, .imgtext-theme3 .textimg .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtext-theme3.textimg .textimg-text .textimg-button, .imgtext-theme3.textimg .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtext-theme4 .textimg .textimg-text .textimg-button, .imgtext-theme4 .textimg .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtext-theme4.textimg .textimg-text .textimg-button, .imgtext-theme4.textimg .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtext-theme6 .textimg .textimg-text .textimg-button, .imgtext-theme6 .textimg .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtext-theme6.textimg .textimg-text .textimg-button, .imgtext-theme6.textimg .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme1 .textimgbox .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtextbox-theme1.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme1.textimgbox .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme3 .textimgbox .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtextbox-theme3.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme3.textimgbox .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme6 .textimgbox .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtextbox-theme6.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme6.textimgbox .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .video-teaser.video-theme3 .video-item-content-button, .video-teaser.video-theme3 .absolute-fitness .video-item-content-button, .absolute-fitness .statement-theme1 .statement-cta.layout2, .statement-theme1 .absolute-fitness .statement-cta.layout2, .absolute-fitness .statement-theme3 .statement-cta.layout2, .statement-theme3 .absolute-fitness .statement-cta.layout2, .absolute-fitness .statement-theme4 .statement-cta, .statement-theme4 .absolute-fitness .statement-cta, .absolute-fitness .statement-theme5 .statement-cta, .statement-theme5 .absolute-fitness .statement-cta, .absolute-fitness .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout3, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-fitness .stage-slider-content-button.layout3, .absolute-fitness .teaserm5m6-theme1 .teaser-item-content-button.layout3, .teaserm5m6-theme1 .absolute-fitness .teaser-item-content-button.layout3, .absolute-fitness .statement.content-link-teaser-theme3 .content-link-teaser-cta, .statement.content-link-teaser-theme3 .absolute-fitness .content-link-teaser-cta {
    color: #5c4696;
    background: transparent;
    border: 1px solid #5c4696; }
  .brands-slider .brands-cta:hover, .filtermodule-list-button:hover, .imgtext-theme1 .textimg .textimg-text .textimg-button:hover, .imgtext-theme1.textimg .textimg-text .textimg-button:hover, .imgtext-theme2 .textimg .textimg-text .textimg-button:hover, .imgtext-theme2.textimg .textimg-text .textimg-button:hover, .imgtext-theme3 .textimg .textimg-text .textimg-button:hover, .imgtext-theme3.textimg .textimg-text .textimg-button:hover, .imgtext-theme4 .textimg .textimg-text .textimg-button:hover, .imgtext-theme4.textimg .textimg-text .textimg-button:hover, .imgtext-theme6 .textimg .textimg-text .textimg-button:hover, .imgtext-theme6.textimg .textimg-text .textimg-button:hover, .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme1.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme3.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme6.textimgbox .textimg-text .textimg-button.layout2:hover, .video-teaser.video-theme3 .video-item-content-button:hover, .statement-theme1 .statement-cta.layout2:hover, .statement-theme3 .statement-cta.layout2:hover, .statement-theme4 .statement-cta:hover, .statement-theme5 .statement-cta:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout3:hover, .teaserm5m6-theme1 .teaser-item-content-button.layout3:hover, .statement.content-link-teaser-theme3 .content-link-teaser-cta:hover {
    color: #fff;
    background: #e30613;
    border: 1px solid #e30613; }
    .absolute-run .brands-slider .brands-cta:hover, .brands-slider .absolute-run .brands-cta:hover, .absolute-run .filtermodule-list-button:hover, .absolute-run .imgtext-theme1 .textimg .textimg-text .textimg-button:hover, .imgtext-theme1 .textimg .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtext-theme1.textimg .textimg-text .textimg-button:hover, .imgtext-theme1.textimg .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtext-theme2 .textimg .textimg-text .textimg-button:hover, .imgtext-theme2 .textimg .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtext-theme2.textimg .textimg-text .textimg-button:hover, .imgtext-theme2.textimg .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtext-theme3 .textimg .textimg-text .textimg-button:hover, .imgtext-theme3 .textimg .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtext-theme3.textimg .textimg-text .textimg-button:hover, .imgtext-theme3.textimg .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtext-theme4 .textimg .textimg-text .textimg-button:hover, .imgtext-theme4 .textimg .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtext-theme4.textimg .textimg-text .textimg-button:hover, .imgtext-theme4.textimg .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtext-theme6 .textimg .textimg-text .textimg-button:hover, .imgtext-theme6 .textimg .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtext-theme6.textimg .textimg-text .textimg-button:hover, .imgtext-theme6.textimg .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme1 .textimgbox .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtextbox-theme1.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme1.textimgbox .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme3 .textimgbox .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtextbox-theme3.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme3.textimgbox .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme6 .textimgbox .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtextbox-theme6.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme6.textimgbox .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .video-teaser.video-theme3 .video-item-content-button:hover, .video-teaser.video-theme3 .absolute-run .video-item-content-button:hover, .absolute-run .statement-theme1 .statement-cta.layout2:hover, .statement-theme1 .absolute-run .statement-cta.layout2:hover, .absolute-run .statement-theme3 .statement-cta.layout2:hover, .statement-theme3 .absolute-run .statement-cta.layout2:hover, .absolute-run .statement-theme4 .statement-cta:hover, .statement-theme4 .absolute-run .statement-cta:hover, .absolute-run .statement-theme5 .statement-cta:hover, .statement-theme5 .absolute-run .statement-cta:hover, .absolute-run .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout3:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-run .stage-slider-content-button.layout3:hover, .absolute-run .teaserm5m6-theme1 .teaser-item-content-button.layout3:hover, .teaserm5m6-theme1 .absolute-run .teaser-item-content-button.layout3:hover, .absolute-run .statement.content-link-teaser-theme3 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme3 .absolute-run .content-link-teaser-cta:hover {
      color: #fff;
      background: #00abcd;
      border: 1px solid #00abcd; }
    .absolute-teamsport .brands-slider .brands-cta:hover, .brands-slider .absolute-teamsport .brands-cta:hover, .absolute-teamsport .filtermodule-list-button:hover, .absolute-teamsport .imgtext-theme1 .textimg .textimg-text .textimg-button:hover, .imgtext-theme1 .textimg .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtext-theme1.textimg .textimg-text .textimg-button:hover, .imgtext-theme1.textimg .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtext-theme2 .textimg .textimg-text .textimg-button:hover, .imgtext-theme2 .textimg .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtext-theme2.textimg .textimg-text .textimg-button:hover, .imgtext-theme2.textimg .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtext-theme3 .textimg .textimg-text .textimg-button:hover, .imgtext-theme3 .textimg .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtext-theme3.textimg .textimg-text .textimg-button:hover, .imgtext-theme3.textimg .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtext-theme4 .textimg .textimg-text .textimg-button:hover, .imgtext-theme4 .textimg .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtext-theme4.textimg .textimg-text .textimg-button:hover, .imgtext-theme4.textimg .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtext-theme6 .textimg .textimg-text .textimg-button:hover, .imgtext-theme6 .textimg .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtext-theme6.textimg .textimg-text .textimg-button:hover, .imgtext-theme6.textimg .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme1 .textimgbox .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtextbox-theme1.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme1.textimgbox .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme3 .textimgbox .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtextbox-theme3.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme3.textimgbox .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme6 .textimgbox .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtextbox-theme6.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme6.textimgbox .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .video-teaser.video-theme3 .video-item-content-button:hover, .video-teaser.video-theme3 .absolute-teamsport .video-item-content-button:hover, .absolute-teamsport .statement-theme1 .statement-cta.layout2:hover, .statement-theme1 .absolute-teamsport .statement-cta.layout2:hover, .absolute-teamsport .statement-theme3 .statement-cta.layout2:hover, .statement-theme3 .absolute-teamsport .statement-cta.layout2:hover, .absolute-teamsport .statement-theme4 .statement-cta:hover, .statement-theme4 .absolute-teamsport .statement-cta:hover, .absolute-teamsport .statement-theme5 .statement-cta:hover, .statement-theme5 .absolute-teamsport .statement-cta:hover, .absolute-teamsport .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout3:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-teamsport .stage-slider-content-button.layout3:hover, .absolute-teamsport .teaserm5m6-theme1 .teaser-item-content-button.layout3:hover, .teaserm5m6-theme1 .absolute-teamsport .teaser-item-content-button.layout3:hover, .absolute-teamsport .statement.content-link-teaser-theme3 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme3 .absolute-teamsport .content-link-teaser-cta:hover {
      color: #fff;
      background: #65b32e;
      border: 1px solid #65b32e; }
    .absolute-outdoor .brands-slider .brands-cta:hover, .brands-slider .absolute-outdoor .brands-cta:hover, .absolute-outdoor .filtermodule-list-button:hover, .absolute-outdoor .imgtext-theme1 .textimg .textimg-text .textimg-button:hover, .imgtext-theme1 .textimg .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtext-theme1.textimg .textimg-text .textimg-button:hover, .imgtext-theme1.textimg .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtext-theme2 .textimg .textimg-text .textimg-button:hover, .imgtext-theme2 .textimg .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtext-theme2.textimg .textimg-text .textimg-button:hover, .imgtext-theme2.textimg .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtext-theme3 .textimg .textimg-text .textimg-button:hover, .imgtext-theme3 .textimg .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtext-theme3.textimg .textimg-text .textimg-button:hover, .imgtext-theme3.textimg .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtext-theme4 .textimg .textimg-text .textimg-button:hover, .imgtext-theme4 .textimg .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtext-theme4.textimg .textimg-text .textimg-button:hover, .imgtext-theme4.textimg .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtext-theme6 .textimg .textimg-text .textimg-button:hover, .imgtext-theme6 .textimg .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtext-theme6.textimg .textimg-text .textimg-button:hover, .imgtext-theme6.textimg .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme1 .textimgbox .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtextbox-theme1.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme1.textimgbox .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme3 .textimgbox .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtextbox-theme3.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme3.textimgbox .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme6 .textimgbox .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtextbox-theme6.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme6.textimgbox .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .video-teaser.video-theme3 .video-item-content-button:hover, .video-teaser.video-theme3 .absolute-outdoor .video-item-content-button:hover, .absolute-outdoor .statement-theme1 .statement-cta.layout2:hover, .statement-theme1 .absolute-outdoor .statement-cta.layout2:hover, .absolute-outdoor .statement-theme3 .statement-cta.layout2:hover, .statement-theme3 .absolute-outdoor .statement-cta.layout2:hover, .absolute-outdoor .statement-theme4 .statement-cta:hover, .statement-theme4 .absolute-outdoor .statement-cta:hover, .absolute-outdoor .statement-theme5 .statement-cta:hover, .statement-theme5 .absolute-outdoor .statement-cta:hover, .absolute-outdoor .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout3:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-outdoor .stage-slider-content-button.layout3:hover, .absolute-outdoor .teaserm5m6-theme1 .teaser-item-content-button.layout3:hover, .teaserm5m6-theme1 .absolute-outdoor .teaser-item-content-button.layout3:hover, .absolute-outdoor .statement.content-link-teaser-theme3 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme3 .absolute-outdoor .content-link-teaser-cta:hover {
      color: #fff;
      background: #ef7d00;
      border: 1px solid #ef7d00; }
    .absolute-fitness .brands-slider .brands-cta:hover, .brands-slider .absolute-fitness .brands-cta:hover, .absolute-fitness .filtermodule-list-button:hover, .absolute-fitness .imgtext-theme1 .textimg .textimg-text .textimg-button:hover, .imgtext-theme1 .textimg .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtext-theme1.textimg .textimg-text .textimg-button:hover, .imgtext-theme1.textimg .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtext-theme2 .textimg .textimg-text .textimg-button:hover, .imgtext-theme2 .textimg .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtext-theme2.textimg .textimg-text .textimg-button:hover, .imgtext-theme2.textimg .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtext-theme3 .textimg .textimg-text .textimg-button:hover, .imgtext-theme3 .textimg .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtext-theme3.textimg .textimg-text .textimg-button:hover, .imgtext-theme3.textimg .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtext-theme4 .textimg .textimg-text .textimg-button:hover, .imgtext-theme4 .textimg .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtext-theme4.textimg .textimg-text .textimg-button:hover, .imgtext-theme4.textimg .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtext-theme6 .textimg .textimg-text .textimg-button:hover, .imgtext-theme6 .textimg .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtext-theme6.textimg .textimg-text .textimg-button:hover, .imgtext-theme6.textimg .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtextbox-theme1 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme1 .textimgbox .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtextbox-theme1.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme1.textimgbox .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtextbox-theme3 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme3 .textimgbox .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtextbox-theme3.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme3.textimgbox .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtextbox-theme6 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme6 .textimgbox .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtextbox-theme6.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme6.textimgbox .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .video-teaser.video-theme3 .video-item-content-button:hover, .video-teaser.video-theme3 .absolute-fitness .video-item-content-button:hover, .absolute-fitness .statement-theme1 .statement-cta.layout2:hover, .statement-theme1 .absolute-fitness .statement-cta.layout2:hover, .absolute-fitness .statement-theme3 .statement-cta.layout2:hover, .statement-theme3 .absolute-fitness .statement-cta.layout2:hover, .absolute-fitness .statement-theme4 .statement-cta:hover, .statement-theme4 .absolute-fitness .statement-cta:hover, .absolute-fitness .statement-theme5 .statement-cta:hover, .statement-theme5 .absolute-fitness .statement-cta:hover, .absolute-fitness .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout3:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-fitness .stage-slider-content-button.layout3:hover, .absolute-fitness .teaserm5m6-theme1 .teaser-item-content-button.layout3:hover, .teaserm5m6-theme1 .absolute-fitness .teaser-item-content-button.layout3:hover, .absolute-fitness .statement.content-link-teaser-theme3 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme3 .absolute-fitness .content-link-teaser-cta:hover {
      color: #fff;
      background: #5c4696;
      border: 1px solid #5c4696; }

.filtermodule-filter-button, .imgtext-theme5 .textimg .textimg-text .textimg-button, .imgtext-theme5.textimg .textimg-text .textimg-button, .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme5.textimgbox .textimg-text .textimg-button, .video-teaser.video-theme4 .video-item-content-button, .statement-theme4 .statement-cta.layout2, .statement-theme5 .statement-cta.layout2, .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout4, .teaserm5m6-theme1 .teaser-item-content-button.layout4, .statement.content-link-teaser-theme4 .content-link-teaser-cta {
  color: #fff;
  background: transparent;
  border: 1px solid #fff; }
  .absolute-run .filtermodule-filter-button, .absolute-run .imgtext-theme5 .textimg .textimg-text .textimg-button, .imgtext-theme5 .textimg .textimg-text .absolute-run .textimg-button, .absolute-run .imgtext-theme5.textimg .textimg-text .textimg-button, .imgtext-theme5.textimg .textimg-text .absolute-run .textimg-button, .absolute-run .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme5 .textimgbox .textimg-text .absolute-run .textimg-button, .absolute-run .imgtextbox-theme5.textimgbox .textimg-text .textimg-button, .imgtextbox-theme5.textimgbox .textimg-text .absolute-run .textimg-button, .absolute-run .video-teaser.video-theme4 .video-item-content-button, .video-teaser.video-theme4 .absolute-run .video-item-content-button, .absolute-run .statement-theme4 .statement-cta.layout2, .statement-theme4 .absolute-run .statement-cta.layout2, .absolute-run .statement-theme5 .statement-cta.layout2, .statement-theme5 .absolute-run .statement-cta.layout2, .absolute-run .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout4, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-run .stage-slider-content-button.layout4, .absolute-run .teaserm5m6-theme1 .teaser-item-content-button.layout4, .teaserm5m6-theme1 .absolute-run .teaser-item-content-button.layout4, .absolute-run .statement.content-link-teaser-theme4 .content-link-teaser-cta, .statement.content-link-teaser-theme4 .absolute-run .content-link-teaser-cta {
    color: #00abcd;
    background: transparent;
    border: 1px solid #00abcd; }
  .absolute-teamsport .filtermodule-filter-button, .absolute-teamsport .imgtext-theme5 .textimg .textimg-text .textimg-button, .imgtext-theme5 .textimg .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtext-theme5.textimg .textimg-text .textimg-button, .imgtext-theme5.textimg .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme5 .textimgbox .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .imgtextbox-theme5.textimgbox .textimg-text .textimg-button, .imgtextbox-theme5.textimgbox .textimg-text .absolute-teamsport .textimg-button, .absolute-teamsport .video-teaser.video-theme4 .video-item-content-button, .video-teaser.video-theme4 .absolute-teamsport .video-item-content-button, .absolute-teamsport .statement-theme4 .statement-cta.layout2, .statement-theme4 .absolute-teamsport .statement-cta.layout2, .absolute-teamsport .statement-theme5 .statement-cta.layout2, .statement-theme5 .absolute-teamsport .statement-cta.layout2, .absolute-teamsport .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout4, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-teamsport .stage-slider-content-button.layout4, .absolute-teamsport .teaserm5m6-theme1 .teaser-item-content-button.layout4, .teaserm5m6-theme1 .absolute-teamsport .teaser-item-content-button.layout4, .absolute-teamsport .statement.content-link-teaser-theme4 .content-link-teaser-cta, .statement.content-link-teaser-theme4 .absolute-teamsport .content-link-teaser-cta {
    color: #65b32e;
    background: transparent;
    border: 1px solid #65b32e; }
  .absolute-outdoor .filtermodule-filter-button, .absolute-outdoor .imgtext-theme5 .textimg .textimg-text .textimg-button, .imgtext-theme5 .textimg .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtext-theme5.textimg .textimg-text .textimg-button, .imgtext-theme5.textimg .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme5 .textimgbox .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .imgtextbox-theme5.textimgbox .textimg-text .textimg-button, .imgtextbox-theme5.textimgbox .textimg-text .absolute-outdoor .textimg-button, .absolute-outdoor .video-teaser.video-theme4 .video-item-content-button, .video-teaser.video-theme4 .absolute-outdoor .video-item-content-button, .absolute-outdoor .statement-theme4 .statement-cta.layout2, .statement-theme4 .absolute-outdoor .statement-cta.layout2, .absolute-outdoor .statement-theme5 .statement-cta.layout2, .statement-theme5 .absolute-outdoor .statement-cta.layout2, .absolute-outdoor .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout4, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-outdoor .stage-slider-content-button.layout4, .absolute-outdoor .teaserm5m6-theme1 .teaser-item-content-button.layout4, .teaserm5m6-theme1 .absolute-outdoor .teaser-item-content-button.layout4, .absolute-outdoor .statement.content-link-teaser-theme4 .content-link-teaser-cta, .statement.content-link-teaser-theme4 .absolute-outdoor .content-link-teaser-cta {
    color: #ef7d00;
    background: transparent;
    border: 1px solid #ef7d00; }
  .absolute-fitness .filtermodule-filter-button, .absolute-fitness .imgtext-theme5 .textimg .textimg-text .textimg-button, .imgtext-theme5 .textimg .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtext-theme5.textimg .textimg-text .textimg-button, .imgtext-theme5.textimg .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button, .imgtextbox-theme5 .textimgbox .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .imgtextbox-theme5.textimgbox .textimg-text .textimg-button, .imgtextbox-theme5.textimgbox .textimg-text .absolute-fitness .textimg-button, .absolute-fitness .video-teaser.video-theme4 .video-item-content-button, .video-teaser.video-theme4 .absolute-fitness .video-item-content-button, .absolute-fitness .statement-theme4 .statement-cta.layout2, .statement-theme4 .absolute-fitness .statement-cta.layout2, .absolute-fitness .statement-theme5 .statement-cta.layout2, .statement-theme5 .absolute-fitness .statement-cta.layout2, .absolute-fitness .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout4, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-fitness .stage-slider-content-button.layout4, .absolute-fitness .teaserm5m6-theme1 .teaser-item-content-button.layout4, .teaserm5m6-theme1 .absolute-fitness .teaser-item-content-button.layout4, .absolute-fitness .statement.content-link-teaser-theme4 .content-link-teaser-cta, .statement.content-link-teaser-theme4 .absolute-fitness .content-link-teaser-cta {
    color: #5c4696;
    background: transparent;
    border: 1px solid #5c4696; }
  .filtermodule-filter-button:hover, .imgtext-theme5 .textimg .textimg-text .textimg-button:hover, .imgtext-theme5.textimg .textimg-text .textimg-button:hover, .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme5.textimgbox .textimg-text .textimg-button:hover, .video-teaser.video-theme4 .video-item-content-button:hover, .statement-theme4 .statement-cta.layout2:hover, .statement-theme5 .statement-cta.layout2:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout4:hover, .teaserm5m6-theme1 .teaser-item-content-button.layout4:hover, .statement.content-link-teaser-theme4 .content-link-teaser-cta:hover {
    color: #e30613;
    background: #fff;
    border: 1px solid #fff; }
    .absolute-run .filtermodule-filter-button:hover, .absolute-run .imgtext-theme5 .textimg .textimg-text .textimg-button:hover, .imgtext-theme5 .textimg .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtext-theme5.textimg .textimg-text .textimg-button:hover, .imgtext-theme5.textimg .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme5 .textimgbox .textimg-text .absolute-run .textimg-button:hover, .absolute-run .imgtextbox-theme5.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme5.textimgbox .textimg-text .absolute-run .textimg-button:hover, .absolute-run .video-teaser.video-theme4 .video-item-content-button:hover, .video-teaser.video-theme4 .absolute-run .video-item-content-button:hover, .absolute-run .statement-theme4 .statement-cta.layout2:hover, .statement-theme4 .absolute-run .statement-cta.layout2:hover, .absolute-run .statement-theme5 .statement-cta.layout2:hover, .statement-theme5 .absolute-run .statement-cta.layout2:hover, .absolute-run .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout4:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-run .stage-slider-content-button.layout4:hover, .absolute-run .teaserm5m6-theme1 .teaser-item-content-button.layout4:hover, .teaserm5m6-theme1 .absolute-run .teaser-item-content-button.layout4:hover, .absolute-run .statement.content-link-teaser-theme4 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme4 .absolute-run .content-link-teaser-cta:hover {
      color: #fff;
      background: #00abcd;
      border: 1px solid #00abcd; }
    .absolute-teamsport .filtermodule-filter-button:hover, .absolute-teamsport .imgtext-theme5 .textimg .textimg-text .textimg-button:hover, .imgtext-theme5 .textimg .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtext-theme5.textimg .textimg-text .textimg-button:hover, .imgtext-theme5.textimg .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme5 .textimgbox .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .imgtextbox-theme5.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme5.textimgbox .textimg-text .absolute-teamsport .textimg-button:hover, .absolute-teamsport .video-teaser.video-theme4 .video-item-content-button:hover, .video-teaser.video-theme4 .absolute-teamsport .video-item-content-button:hover, .absolute-teamsport .statement-theme4 .statement-cta.layout2:hover, .statement-theme4 .absolute-teamsport .statement-cta.layout2:hover, .absolute-teamsport .statement-theme5 .statement-cta.layout2:hover, .statement-theme5 .absolute-teamsport .statement-cta.layout2:hover, .absolute-teamsport .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout4:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-teamsport .stage-slider-content-button.layout4:hover, .absolute-teamsport .teaserm5m6-theme1 .teaser-item-content-button.layout4:hover, .teaserm5m6-theme1 .absolute-teamsport .teaser-item-content-button.layout4:hover, .absolute-teamsport .statement.content-link-teaser-theme4 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme4 .absolute-teamsport .content-link-teaser-cta:hover {
      color: #fff;
      background: #65b32e;
      border: 1px solid #65b32e; }
    .absolute-outdoor .filtermodule-filter-button:hover, .absolute-outdoor .imgtext-theme5 .textimg .textimg-text .textimg-button:hover, .imgtext-theme5 .textimg .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtext-theme5.textimg .textimg-text .textimg-button:hover, .imgtext-theme5.textimg .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme5 .textimgbox .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .imgtextbox-theme5.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme5.textimgbox .textimg-text .absolute-outdoor .textimg-button:hover, .absolute-outdoor .video-teaser.video-theme4 .video-item-content-button:hover, .video-teaser.video-theme4 .absolute-outdoor .video-item-content-button:hover, .absolute-outdoor .statement-theme4 .statement-cta.layout2:hover, .statement-theme4 .absolute-outdoor .statement-cta.layout2:hover, .absolute-outdoor .statement-theme5 .statement-cta.layout2:hover, .statement-theme5 .absolute-outdoor .statement-cta.layout2:hover, .absolute-outdoor .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout4:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-outdoor .stage-slider-content-button.layout4:hover, .absolute-outdoor .teaserm5m6-theme1 .teaser-item-content-button.layout4:hover, .teaserm5m6-theme1 .absolute-outdoor .teaser-item-content-button.layout4:hover, .absolute-outdoor .statement.content-link-teaser-theme4 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme4 .absolute-outdoor .content-link-teaser-cta:hover {
      color: #fff;
      background: #ef7d00;
      border: 1px solid #ef7d00; }
    .absolute-fitness .filtermodule-filter-button:hover, .absolute-fitness .imgtext-theme5 .textimg .textimg-text .textimg-button:hover, .imgtext-theme5 .textimg .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtext-theme5.textimg .textimg-text .textimg-button:hover, .imgtext-theme5.textimg .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme5 .textimgbox .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .imgtextbox-theme5.textimgbox .textimg-text .textimg-button:hover, .imgtextbox-theme5.textimgbox .textimg-text .absolute-fitness .textimg-button:hover, .absolute-fitness .video-teaser.video-theme4 .video-item-content-button:hover, .video-teaser.video-theme4 .absolute-fitness .video-item-content-button:hover, .absolute-fitness .statement-theme4 .statement-cta.layout2:hover, .statement-theme4 .absolute-fitness .statement-cta.layout2:hover, .absolute-fitness .statement-theme5 .statement-cta.layout2:hover, .statement-theme5 .absolute-fitness .statement-cta.layout2:hover, .absolute-fitness .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout4:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-fitness .stage-slider-content-button.layout4:hover, .absolute-fitness .teaserm5m6-theme1 .teaser-item-content-button.layout4:hover, .teaserm5m6-theme1 .absolute-fitness .teaser-item-content-button.layout4:hover, .absolute-fitness .statement.content-link-teaser-theme4 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme4 .absolute-fitness .content-link-teaser-cta:hover {
      color: #fff;
      background: #5c4696;
      border: 1px solid #5c4696; }

.imgtext-theme5 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme5.textimg .textimg-text .textimg-button.layout2, .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme5.textimgbox .textimg-text .textimg-button.layout2, .statement-theme4 .statement-cta.layout3, .statement-theme5 .statement-cta.layout3, .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout5, .teaserm5m6-theme1 .teaser-item-content-button.layout5, .statement.content-link-teaser-theme5 .content-link-teaser-cta {
  color: #e30613;
  background: #fff;
  border: 1px solid #fff; }
  .absolute-run .imgtext-theme5 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme5 .textimg .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtext-theme5.textimg .textimg-text .textimg-button.layout2, .imgtext-theme5.textimg .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme5 .textimgbox .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .imgtextbox-theme5.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme5.textimgbox .textimg-text .absolute-run .textimg-button.layout2, .absolute-run .statement-theme4 .statement-cta.layout3, .statement-theme4 .absolute-run .statement-cta.layout3, .absolute-run .statement-theme5 .statement-cta.layout3, .statement-theme5 .absolute-run .statement-cta.layout3, .absolute-run .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout5, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-run .stage-slider-content-button.layout5, .absolute-run .teaserm5m6-theme1 .teaser-item-content-button.layout5, .teaserm5m6-theme1 .absolute-run .teaser-item-content-button.layout5, .absolute-run .statement.content-link-teaser-theme5 .content-link-teaser-cta, .statement.content-link-teaser-theme5 .absolute-run .content-link-teaser-cta {
    color: #00abcd;
    background: transparent;
    border: 1px solid #00abcd; }
  .absolute-teamsport .imgtext-theme5 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme5 .textimg .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtext-theme5.textimg .textimg-text .textimg-button.layout2, .imgtext-theme5.textimg .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme5 .textimgbox .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .imgtextbox-theme5.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme5.textimgbox .textimg-text .absolute-teamsport .textimg-button.layout2, .absolute-teamsport .statement-theme4 .statement-cta.layout3, .statement-theme4 .absolute-teamsport .statement-cta.layout3, .absolute-teamsport .statement-theme5 .statement-cta.layout3, .statement-theme5 .absolute-teamsport .statement-cta.layout3, .absolute-teamsport .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout5, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-teamsport .stage-slider-content-button.layout5, .absolute-teamsport .teaserm5m6-theme1 .teaser-item-content-button.layout5, .teaserm5m6-theme1 .absolute-teamsport .teaser-item-content-button.layout5, .absolute-teamsport .statement.content-link-teaser-theme5 .content-link-teaser-cta, .statement.content-link-teaser-theme5 .absolute-teamsport .content-link-teaser-cta {
    color: #65b32e;
    background: transparent;
    border: 1px solid #65b32e; }
  .absolute-outdoor .imgtext-theme5 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme5 .textimg .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtext-theme5.textimg .textimg-text .textimg-button.layout2, .imgtext-theme5.textimg .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme5 .textimgbox .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .imgtextbox-theme5.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme5.textimgbox .textimg-text .absolute-outdoor .textimg-button.layout2, .absolute-outdoor .statement-theme4 .statement-cta.layout3, .statement-theme4 .absolute-outdoor .statement-cta.layout3, .absolute-outdoor .statement-theme5 .statement-cta.layout3, .statement-theme5 .absolute-outdoor .statement-cta.layout3, .absolute-outdoor .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout5, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-outdoor .stage-slider-content-button.layout5, .absolute-outdoor .teaserm5m6-theme1 .teaser-item-content-button.layout5, .teaserm5m6-theme1 .absolute-outdoor .teaser-item-content-button.layout5, .absolute-outdoor .statement.content-link-teaser-theme5 .content-link-teaser-cta, .statement.content-link-teaser-theme5 .absolute-outdoor .content-link-teaser-cta {
    color: #ef7d00;
    background: transparent;
    border: 1px solid #ef7d00; }
  .absolute-fitness .imgtext-theme5 .textimg .textimg-text .textimg-button.layout2, .imgtext-theme5 .textimg .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtext-theme5.textimg .textimg-text .textimg-button.layout2, .imgtext-theme5.textimg .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme5 .textimgbox .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .imgtextbox-theme5.textimgbox .textimg-text .textimg-button.layout2, .imgtextbox-theme5.textimgbox .textimg-text .absolute-fitness .textimg-button.layout2, .absolute-fitness .statement-theme4 .statement-cta.layout3, .statement-theme4 .absolute-fitness .statement-cta.layout3, .absolute-fitness .statement-theme5 .statement-cta.layout3, .statement-theme5 .absolute-fitness .statement-cta.layout3, .absolute-fitness .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout5, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-fitness .stage-slider-content-button.layout5, .absolute-fitness .teaserm5m6-theme1 .teaser-item-content-button.layout5, .teaserm5m6-theme1 .absolute-fitness .teaser-item-content-button.layout5, .absolute-fitness .statement.content-link-teaser-theme5 .content-link-teaser-cta, .statement.content-link-teaser-theme5 .absolute-fitness .content-link-teaser-cta {
    color: #5c4696;
    background: transparent;
    border: 1px solid #5c4696; }
  .imgtext-theme5 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme5.textimg .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme5.textimgbox .textimg-text .textimg-button.layout2:hover, .statement-theme4 .statement-cta.layout3:hover, .statement-theme5 .statement-cta.layout3:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout5:hover, .teaserm5m6-theme1 .teaser-item-content-button.layout5:hover, .statement.content-link-teaser-theme5 .content-link-teaser-cta:hover {
    color: #fff;
    background: #760b1d;
    border: 1px solid #760b1d; }
    .absolute-run .imgtext-theme5 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme5 .textimg .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtext-theme5.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme5.textimg .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme5 .textimgbox .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .imgtextbox-theme5.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme5.textimgbox .textimg-text .absolute-run .textimg-button.layout2:hover, .absolute-run .statement-theme4 .statement-cta.layout3:hover, .statement-theme4 .absolute-run .statement-cta.layout3:hover, .absolute-run .statement-theme5 .statement-cta.layout3:hover, .statement-theme5 .absolute-run .statement-cta.layout3:hover, .absolute-run .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout5:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-run .stage-slider-content-button.layout5:hover, .absolute-run .teaserm5m6-theme1 .teaser-item-content-button.layout5:hover, .teaserm5m6-theme1 .absolute-run .teaser-item-content-button.layout5:hover, .absolute-run .statement.content-link-teaser-theme5 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme5 .absolute-run .content-link-teaser-cta:hover {
      color: #fff;
      background: #00abcd;
      border: 1px solid #00abcd; }
    .absolute-teamsport .imgtext-theme5 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme5 .textimg .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtext-theme5.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme5.textimg .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme5 .textimgbox .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .imgtextbox-theme5.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme5.textimgbox .textimg-text .absolute-teamsport .textimg-button.layout2:hover, .absolute-teamsport .statement-theme4 .statement-cta.layout3:hover, .statement-theme4 .absolute-teamsport .statement-cta.layout3:hover, .absolute-teamsport .statement-theme5 .statement-cta.layout3:hover, .statement-theme5 .absolute-teamsport .statement-cta.layout3:hover, .absolute-teamsport .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout5:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-teamsport .stage-slider-content-button.layout5:hover, .absolute-teamsport .teaserm5m6-theme1 .teaser-item-content-button.layout5:hover, .teaserm5m6-theme1 .absolute-teamsport .teaser-item-content-button.layout5:hover, .absolute-teamsport .statement.content-link-teaser-theme5 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme5 .absolute-teamsport .content-link-teaser-cta:hover {
      color: #fff;
      background: #65b32e;
      border: 1px solid #65b32e; }
    .absolute-outdoor .imgtext-theme5 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme5 .textimg .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtext-theme5.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme5.textimg .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme5 .textimgbox .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .imgtextbox-theme5.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme5.textimgbox .textimg-text .absolute-outdoor .textimg-button.layout2:hover, .absolute-outdoor .statement-theme4 .statement-cta.layout3:hover, .statement-theme4 .absolute-outdoor .statement-cta.layout3:hover, .absolute-outdoor .statement-theme5 .statement-cta.layout3:hover, .statement-theme5 .absolute-outdoor .statement-cta.layout3:hover, .absolute-outdoor .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout5:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-outdoor .stage-slider-content-button.layout5:hover, .absolute-outdoor .teaserm5m6-theme1 .teaser-item-content-button.layout5:hover, .teaserm5m6-theme1 .absolute-outdoor .teaser-item-content-button.layout5:hover, .absolute-outdoor .statement.content-link-teaser-theme5 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme5 .absolute-outdoor .content-link-teaser-cta:hover {
      color: #fff;
      background: #ef7d00;
      border: 1px solid #ef7d00; }
    .absolute-fitness .imgtext-theme5 .textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme5 .textimg .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtext-theme5.textimg .textimg-text .textimg-button.layout2:hover, .imgtext-theme5.textimg .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtextbox-theme5 .textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme5 .textimgbox .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .imgtextbox-theme5.textimgbox .textimg-text .textimg-button.layout2:hover, .imgtextbox-theme5.textimgbox .textimg-text .absolute-fitness .textimg-button.layout2:hover, .absolute-fitness .statement-theme4 .statement-cta.layout3:hover, .statement-theme4 .absolute-fitness .statement-cta.layout3:hover, .absolute-fitness .statement-theme5 .statement-cta.layout3:hover, .statement-theme5 .absolute-fitness .statement-cta.layout3:hover, .absolute-fitness .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-content-button.layout5:hover, .stageslider-theme1.stage-slider .stage-slider-slide-content .absolute-fitness .stage-slider-content-button.layout5:hover, .absolute-fitness .teaserm5m6-theme1 .teaser-item-content-button.layout5:hover, .teaserm5m6-theme1 .absolute-fitness .teaser-item-content-button.layout5:hover, .absolute-fitness .statement.content-link-teaser-theme5 .content-link-teaser-cta:hover, .statement.content-link-teaser-theme5 .absolute-fitness .content-link-teaser-cta:hover {
      color: #fff;
      background: #5c4696;
      border: 1px solid #5c4696; }

/* stylelint-enable selector-max-compound-selectors,scss/percent-placeholder-pattern */
/* stylelint-disable selector-max-compound-selectors,selector-max-class */
.imgtext-theme1.multicolumn {
  background: #fff; }

.imgtext-theme1.textimg {
  background: #fff; }
  .imgtext-theme1.textimg.textimgbox {
    background: none; }

.imgtext-theme1 .textimg h2, .imgtext-theme1.textimg h2 {
  color: #000; }
  .imgtext-theme1 .textimg h2.headline2, .imgtext-theme1.textimg h2.headline2 {
    color: #e30613; }

.imgtext-theme1 .textimg h3, .imgtext-theme1.textimg h3 {
  color: #000; }
  .imgtext-theme1 .textimg h3.headline2, .imgtext-theme1.textimg h3.headline2 {
    color: #e30613; }

.imgtext-theme1 .textimg a, .imgtext-theme1.textimg a {
  color: #e30613; }

.imgtext-theme1 .textimg .textimg-text, .imgtext-theme1.textimg .textimg-text {
  color: #000; }
  .imgtext-theme1 .textimg .textimg-text.layout2, .imgtext-theme1.textimg .textimg-text.layout2 {
    color: #e30613; }
  .imgtext-theme1 .textimg .textimg-text ul li:before, .imgtext-theme1.textimg .textimg-text ul li:before {
    color: #e30613; }

.imgtext-theme2.multicolumn {
  background: -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), color-stop(19%, #d9d9d9), color-stop(43%, #c4c4c4), color-stop(72%, #d4d4d4), to(#d7d7d7));
  background: -webkit-linear-gradient(top, #c4c4c4 0%, #d9d9d9 19%, #c4c4c4 43%, #d4d4d4 72%, #d7d7d7 100%);
  background: -o-linear-gradient(top, #c4c4c4 0%, #d9d9d9 19%, #c4c4c4 43%, #d4d4d4 72%, #d7d7d7 100%);
  background: linear-gradient(to bottom, #c4c4c4 0%, #d9d9d9 19%, #c4c4c4 43%, #d4d4d4 72%, #d7d7d7 100%); }

.imgtext-theme2.textimg {
  background: -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), color-stop(19%, #d9d9d9), color-stop(43%, #c4c4c4), color-stop(72%, #d4d4d4), to(#d7d7d7));
  background: -webkit-linear-gradient(top, #c4c4c4 0%, #d9d9d9 19%, #c4c4c4 43%, #d4d4d4 72%, #d7d7d7 100%);
  background: -o-linear-gradient(top, #c4c4c4 0%, #d9d9d9 19%, #c4c4c4 43%, #d4d4d4 72%, #d7d7d7 100%);
  background: linear-gradient(to bottom, #c4c4c4 0%, #d9d9d9 19%, #c4c4c4 43%, #d4d4d4 72%, #d7d7d7 100%); }
  .imgtext-theme2.textimg.textimgbox {
    background: none; }

.imgtext-theme2 .textimg h2, .imgtext-theme2.textimg h2 {
  color: #000; }
  .imgtext-theme2 .textimg h2.headline2, .imgtext-theme2.textimg h2.headline2 {
    color: #e30613; }

.imgtext-theme2 .textimg h3, .imgtext-theme2.textimg h3 {
  color: #000; }
  .imgtext-theme2 .textimg h3.headline2, .imgtext-theme2.textimg h3.headline2 {
    color: #e30613; }

.imgtext-theme2 .textimg a, .imgtext-theme2.textimg a {
  color: #e30613; }

.imgtext-theme2 .textimg .textimg-text, .imgtext-theme2.textimg .textimg-text {
  color: #000; }
  .imgtext-theme2 .textimg .textimg-text.layout2, .imgtext-theme2.textimg .textimg-text.layout2 {
    color: #e30613; }
  .imgtext-theme2 .textimg .textimg-text ul li:before, .imgtext-theme2.textimg .textimg-text ul li:before {
    color: #e30613; }

.imgtext-theme3.multicolumn {
  background: #f7f7f7; }

.imgtext-theme3.textimg {
  background: #f7f7f7; }
  .imgtext-theme3.textimg.textimgbox {
    background: none; }

.imgtext-theme3 .textimg h2, .imgtext-theme3.textimg h2 {
  color: #000; }
  .imgtext-theme3 .textimg h2.headline2, .imgtext-theme3.textimg h2.headline2 {
    color: #e30613; }

.imgtext-theme3 .textimg h3, .imgtext-theme3.textimg h3 {
  color: #000; }
  .imgtext-theme3 .textimg h3.headline2, .imgtext-theme3.textimg h3.headline2 {
    color: #e30613; }

.imgtext-theme3 .textimg a, .imgtext-theme3.textimg a {
  color: #e30613; }

.imgtext-theme3 .textimg .textimg-text, .imgtext-theme3.textimg .textimg-text {
  color: #000; }
  .imgtext-theme3 .textimg .textimg-text.layout2, .imgtext-theme3.textimg .textimg-text.layout2 {
    color: #e30613; }
  .imgtext-theme3 .textimg .textimg-text ul li:before, .imgtext-theme3.textimg .textimg-text ul li:before {
    color: #e30613; }

.imgtext-theme4.multicolumn {
  background: #000; }

.imgtext-theme4.textimg {
  background: #000; }
  .imgtext-theme4.textimg.textimgbox {
    background: none; }

.imgtext-theme4 .textimg h2, .imgtext-theme4.textimg h2 {
  color: #fff; }
  .imgtext-theme4 .textimg h2.headline2, .imgtext-theme4.textimg h2.headline2 {
    color: #f70013; }

.imgtext-theme4 .textimg h3, .imgtext-theme4.textimg h3 {
  color: #fff; }
  .imgtext-theme4 .textimg h3.headline2, .imgtext-theme4.textimg h3.headline2 {
    color: #f70013; }

.imgtext-theme4 .textimg a, .imgtext-theme4.textimg a {
  color: #f70013; }

.imgtext-theme4 .textimg .textimg-text, .imgtext-theme4.textimg .textimg-text {
  color: #fff; }
  .imgtext-theme4 .textimg .textimg-text.layout2, .imgtext-theme4.textimg .textimg-text.layout2 {
    color: #f70013; }
  .imgtext-theme4 .textimg .textimg-text ul li:before, .imgtext-theme4.textimg .textimg-text ul li:before {
    color: #e30613; }

.imgtext-theme5.multicolumn {
  background: #e30613; }

.imgtext-theme5.textimg {
  background: #e30613; }
  .imgtext-theme5.textimg.textimgbox {
    background: none; }

.imgtext-theme5 .textimg h2, .imgtext-theme5.textimg h2 {
  color: #fff; }
  .imgtext-theme5 .textimg h2.headline2, .imgtext-theme5.textimg h2.headline2 {
    color: #fff; }

.imgtext-theme5 .textimg h3, .imgtext-theme5.textimg h3 {
  color: #fff; }
  .imgtext-theme5 .textimg h3.headline2, .imgtext-theme5.textimg h3.headline2 {
    color: #fff; }

.imgtext-theme5 .textimg a, .imgtext-theme5.textimg a {
  color: #fff; }

.imgtext-theme5 .textimg .textimg-text, .imgtext-theme5.textimg .textimg-text {
  color: #fff; }
  .imgtext-theme5 .textimg .textimg-text.layout2, .imgtext-theme5.textimg .textimg-text.layout2 {
    color: #fff; }
  .imgtext-theme5 .textimg .textimg-text ul li:before, .imgtext-theme5.textimg .textimg-text ul li:before {
    color: #fff; }

.imgtext-theme6.multicolumn {
  background: #ffe200; }

.imgtext-theme6.textimg {
  background: #ffe200; }
  .imgtext-theme6.textimg.textimgbox {
    background: none; }

.imgtext-theme6 .textimg h2, .imgtext-theme6.textimg h2 {
  color: #000; }
  .imgtext-theme6 .textimg h2.headline2, .imgtext-theme6.textimg h2.headline2 {
    color: #000; }

.imgtext-theme6 .textimg h3, .imgtext-theme6.textimg h3 {
  color: #000; }
  .imgtext-theme6 .textimg h3.headline2, .imgtext-theme6.textimg h3.headline2 {
    color: #000; }

.imgtext-theme6 .textimg a, .imgtext-theme6.textimg a {
  color: #000; }

.imgtext-theme6 .textimg .textimg-text, .imgtext-theme6.textimg .textimg-text {
  color: #000; }
  .imgtext-theme6 .textimg .textimg-text.layout2, .imgtext-theme6.textimg .textimg-text.layout2 {
    color: #000; }
  .imgtext-theme6 .textimg .textimg-text ul li:before, .imgtext-theme6.textimg .textimg-text ul li:before {
    color: #000; }

/* stylelint-enable selector-max-compound-selectors,selector-max-class */
/* stylelint-disable selector-max-compound-selectors,selector-max-class */
.imgtextbox-theme1 .textimgbox, .imgtextbox-theme1.textimgbox {
  background: #fff; }
  .imgtextbox-theme1 .textimgbox h2, .imgtextbox-theme1.textimgbox h2 {
    color: #000; }
    .imgtextbox-theme1 .textimgbox h2.headline2, .imgtextbox-theme1.textimgbox h2.headline2 {
      color: #e30613; }
  .imgtextbox-theme1 .textimgbox h3, .imgtextbox-theme1.textimgbox h3 {
    color: #000; }
    .imgtextbox-theme1 .textimgbox h3.headline2, .imgtextbox-theme1.textimgbox h3.headline2 {
      color: #e30613; }
  .imgtextbox-theme1 .textimgbox a, .imgtextbox-theme1.textimgbox a {
    color: #e30613; }
  .imgtextbox-theme1 .textimgbox .textimg-text, .imgtextbox-theme1.textimgbox .textimg-text {
    color: #000; }
    .imgtextbox-theme1 .textimgbox .textimg-text.layout2, .imgtextbox-theme1.textimgbox .textimg-text.layout2 {
      color: #e30613; }
    .imgtextbox-theme1 .textimgbox .textimg-text ul li:before, .imgtextbox-theme1.textimgbox .textimg-text ul li:before {
      color: #e30613; }

.imgtextbox-theme3 .textimgbox, .imgtextbox-theme3.textimgbox {
  background: #f7f7f7; }
  .imgtextbox-theme3 .textimgbox h2, .imgtextbox-theme3.textimgbox h2 {
    color: #000; }
    .imgtextbox-theme3 .textimgbox h2.headline2, .imgtextbox-theme3.textimgbox h2.headline2 {
      color: #e30613; }
  .imgtextbox-theme3 .textimgbox h3, .imgtextbox-theme3.textimgbox h3 {
    color: #000; }
    .imgtextbox-theme3 .textimgbox h3.headline2, .imgtextbox-theme3.textimgbox h3.headline2 {
      color: #e30613; }
  .imgtextbox-theme3 .textimgbox a, .imgtextbox-theme3.textimgbox a {
    color: #e30613; }
  .imgtextbox-theme3 .textimgbox .textimg-text, .imgtextbox-theme3.textimgbox .textimg-text {
    color: #000; }
    .imgtextbox-theme3 .textimgbox .textimg-text.layout2, .imgtextbox-theme3.textimgbox .textimg-text.layout2 {
      color: #e30613; }
    .imgtextbox-theme3 .textimgbox .textimg-text ul li:before, .imgtextbox-theme3.textimgbox .textimg-text ul li:before {
      color: #e30613; }

.imgtextbox-theme5 .textimgbox, .imgtextbox-theme5.textimgbox {
  background: #e30613; }
  .imgtextbox-theme5 .textimgbox h2, .imgtextbox-theme5.textimgbox h2 {
    color: #fff; }
    .imgtextbox-theme5 .textimgbox h2.headline2, .imgtextbox-theme5.textimgbox h2.headline2 {
      color: #fff; }
  .imgtextbox-theme5 .textimgbox h3, .imgtextbox-theme5.textimgbox h3 {
    color: #fff; }
    .imgtextbox-theme5 .textimgbox h3.headline2, .imgtextbox-theme5.textimgbox h3.headline2 {
      color: rgba(255, 255, 255, 0.5); }
  .imgtextbox-theme5 .textimgbox a, .imgtextbox-theme5.textimgbox a {
    color: #fff; }
  .imgtextbox-theme5 .textimgbox .textimg-text, .imgtextbox-theme5.textimgbox .textimg-text {
    color: #fff; }
    .imgtextbox-theme5 .textimgbox .textimg-text.layout2, .imgtextbox-theme5.textimgbox .textimg-text.layout2 {
      color: rgba(255, 255, 255, 0.5); }
    .imgtextbox-theme5 .textimgbox .textimg-text ul li:before, .imgtextbox-theme5.textimgbox .textimg-text ul li:before {
      color: #fff; }

.imgtextbox-theme6 .textimgbox, .imgtextbox-theme6.textimgbox {
  background: #ffe200; }
  .imgtextbox-theme6 .textimgbox h2, .imgtextbox-theme6.textimgbox h2 {
    color: #000; }
    .imgtextbox-theme6 .textimgbox h2.headline2, .imgtextbox-theme6.textimgbox h2.headline2 {
      color: #000; }
  .imgtextbox-theme6 .textimgbox h3, .imgtextbox-theme6.textimgbox h3 {
    color: #000; }
    .imgtextbox-theme6 .textimgbox h3.headline2, .imgtextbox-theme6.textimgbox h3.headline2 {
      color: #000; }
  .imgtextbox-theme6 .textimgbox a, .imgtextbox-theme6.textimgbox a {
    color: #000; }
  .imgtextbox-theme6 .textimgbox .textimg-text, .imgtextbox-theme6.textimgbox .textimg-text {
    color: #000; }
    .imgtextbox-theme6 .textimgbox .textimg-text.layout2, .imgtextbox-theme6.textimgbox .textimg-text.layout2 {
      color: #000; }
    .imgtextbox-theme6 .textimgbox .textimg-text ul li:before, .imgtextbox-theme6.textimgbox .textimg-text ul li:before {
      color: #000; }

/* stylelint-enable selector-max-compound-selectors,selector-max-class */
.statement-theme1.statement {
  background: #fff; }

.statement-theme1 .statement-container {
  background: #fff; }
  .statement-theme1 .statement-container h2 {
    color: #000; }
    .statement-theme1 .statement-container h2.headline2 {
      color: #e30613; }
  .statement-theme1 .statement-container .arrowlink,
  .statement-theme1 .statement-container .underlined-link,
  .statement-theme1 .statement-container ul li:before {
    color: #e30613; }
  .statement-theme1 .statement-container .statement-text,
  .statement-theme1 .statement-container .statement-text footer {
    color: #000; }
    .statement-theme1 .statement-container .statement-text.layout2,
    .statement-theme1 .statement-container .statement-text footer.layout2 {
      color: #e30613; }
  .statement-theme1 .statement-container .statement-item-content {
    color: #000; }
    .statement-theme1 .statement-container .statement-item-content.layout2 {
      color: #e30613; }

.statement-theme1 .statement-cta-container {
  background: #fff; }

.statement-theme3.statement {
  background: #f7f7f7; }

.statement-theme3 .statement-container {
  background: #f7f7f7; }
  .statement-theme3 .statement-container h2 {
    color: #000; }
    .statement-theme3 .statement-container h2.headline2 {
      color: #e30613; }
  .statement-theme3 .statement-container .arrowlink,
  .statement-theme3 .statement-container .underlined-link,
  .statement-theme3 .statement-container ul li:before {
    color: #e30613; }
  .statement-theme3 .statement-container .statement-text,
  .statement-theme3 .statement-container .statement-text footer {
    color: #000; }
    .statement-theme3 .statement-container .statement-text.layout2,
    .statement-theme3 .statement-container .statement-text footer.layout2 {
      color: #e30613; }
  .statement-theme3 .statement-container .statement-item-content {
    color: #000; }
    .statement-theme3 .statement-container .statement-item-content.layout2 {
      color: #e30613; }

.statement-theme3 .statement-cta-container {
  background: #f7f7f7; }

.statement-theme4.statement {
  background: #000; }

.statement-theme4 .statement-container {
  background: #000; }
  .statement-theme4 .statement-container h2 {
    color: #fff; }
    .statement-theme4 .statement-container h2.headline2 {
      color: #f70013; }
  .statement-theme4 .statement-container .arrowlink,
  .statement-theme4 .statement-container .underlined-link,
  .statement-theme4 .statement-container ul li:before {
    color: #f70013; }
  .statement-theme4 .statement-container .statement-text,
  .statement-theme4 .statement-container .statement-text footer {
    color: #fff; }
    .statement-theme4 .statement-container .statement-text.layout2,
    .statement-theme4 .statement-container .statement-text footer.layout2 {
      color: #f70013; }
  .statement-theme4 .statement-container .statement-item-content {
    color: #fff; }
    .statement-theme4 .statement-container .statement-item-content.layout2 {
      color: #f70013; }

.statement-theme4 .statement-cta-container {
  background: #000; }

.statement-theme5.statement {
  background: #e30613; }

.statement-theme5 .statement-container {
  background: #e30613; }
  .statement-theme5 .statement-container h2 {
    color: #fff; }
    .statement-theme5 .statement-container h2.headline2 {
      color: #fff; }
  .statement-theme5 .statement-container .arrowlink,
  .statement-theme5 .statement-container .underlined-link,
  .statement-theme5 .statement-container ul li:before {
    color: #fff; }
  .statement-theme5 .statement-container .statement-text,
  .statement-theme5 .statement-container .statement-text footer {
    color: #fff; }
    .statement-theme5 .statement-container .statement-text.layout2,
    .statement-theme5 .statement-container .statement-text footer.layout2 {
      color: #fff; }
  .statement-theme5 .statement-container .statement-item-content {
    color: #fff; }
    .statement-theme5 .statement-container .statement-item-content.layout2 {
      color: #fff; }

.statement-theme5 .statement-cta-container {
  background: #e30613; }

.stageslider-theme1.stage-slider .stage-slider-slide-content {
  /* stylelint-disable selector-max-class */
  /* stylelint-enable selector-max-class */
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */ }
  .stageslider-theme1.stage-slider .stage-slider-slide-content h1 {
    color: #000; }
    .stageslider-theme1.stage-slider .stage-slider-slide-content h1.layout1 {
      color: #000; }
    .stageslider-theme1.stage-slider .stage-slider-slide-content h1.layout2 {
      color: #e30613; }
    .stageslider-theme1.stage-slider .stage-slider-slide-content h1.layout3 {
      color: #fff; }
    .stageslider-theme1.stage-slider .stage-slider-slide-content h1.layout4 {
      color: #f70013; }
  .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-slide-content-text {
    color: #000; }
    .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-slide-content-text.layout1 {
      color: #000; }
    .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-slide-content-text.layout2 {
      color: #e30613; }
    .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-slide-content-text.layout3 {
      color: #fff; }
    .stageslider-theme1.stage-slider .stage-slider-slide-content .stage-slider-slide-content-text.layout4 {
      color: #f70013; }

.teaserm5m6-theme1 .teaser-item-content h3 {
  color: #e30613; }
  .teaserm5m6-theme1 .teaser-item-content h3.layout2 {
    color: #fff; }

.teaserm5m6-theme1 .teaser-item-content h4 {
  color: #fff; }
  .teaserm5m6-theme1 .teaser-item-content h4.layout2 {
    color: #000; }

.absolute-teamsport ::-moz-selection {
  background: rgba(101, 179, 46, 0.99); }

.absolute-teamsport ::selection {
  background: rgba(101, 179, 46, 0.99); }

.absolute-teamsport a:hover {
  color: #65b32e; }

.absolute-teamsport .root-hdr:after {
  background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/absolute-teamsport/Header_Bottom_Line.png"); }

.absolute-teamsport .root-hdr .main-start-nav li.active {
  color: #65b32e; }

.absolute-teamsport .page-header2-navigation-links span:after {
  border-bottom: 2px solid #65b32e; }

.absolute-teamsport .page-header2-navigation-links .page-header2-link-active > a {
  color: #65b32e; }

.absolute-teamsport .hdr-mid .hdr-ctrl-nav .badge:after {
  background: #65b32e; }

.absolute-teamsport .hdr-mid .hdr-ctrl-nav li:hover {
  color: #65b32e; }

.absolute-teamsport > footer:before {
  background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/absolute-teamsport/Footer_Top_Line.png"); }

.absolute-teamsport .absolute-stores h2:after, .absolute-stores .absolute-teamsport h2:after {
  background-color: #65b32e; }

.absolute-teamsport .absolute-stores-slider-wrap .next-arrow-outside:hover, .absolute-stores-slider-wrap .absolute-teamsport .next-arrow-outside:hover,
.absolute-teamsport .absolute-stores-slider-wrap .prev-arrow-outside:hover, .absolute-stores-slider-wrap .absolute-teamsport .prev-arrow-outside:hover {
  color: #65b32e; }

.absolute-teamsport .absolute-primary-button {
  background: #65b32e; }
  .absolute-teamsport .absolute-primary-button:hover {
    background: #5a9f29; }

.absolute-teamsport .absolute-ghost-button {
  border: 1px solid #65b32e; }
  .absolute-teamsport .absolute-ghost-button:hover {
    color: #65b32e; }

.absolute-teamsport .loading {
  border-top-color: #65b32e; }

.absolute-teamsport .stage-slider:after {
  background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/absolute-teamsport/Stage_Bottom_Line_Green.png"); }

.absolute-teamsport .stage-slider .slick-prev-arrow:before,
.absolute-teamsport .stage-slider .slick-next-arrow:before {
  color: #65b32e; }

.absolute-teamsport .stage-slider .stage-slider-slide-content h1:after {
  background-color: #65b32e; }

.absolute-teamsport .absolute-event-stage-date:after {
  background-color: #65b32e; }

.absolute-teamsport .absolute-event-teaser-item {
  color: #65b32e; }

.absolute-teamsport .absolute-event-date {
  color: #65b32e; }

.absolute-teamsport .absolute-countdown-slider-item-counter svg {
  fill: #65b32e; }

.absolute-teamsport .absolute-countdown-slider-item-media-inner:after {
  border-color: #65b32e; }

.absolute-teamsport .absolute-info-box-item h3:before {
  color: #65b32e; }

@media only screen and (min-width: 768px) {
  .absolute-teamsport .absolute-info-box-item h3:after {
    background-color: #65b32e; } }

.absolute-teamsport .absolute-share a:before {
  color: #65b32e; }

.absolute-teamsport .absolute-info-box-social a:before {
  color: #65b32e; }

.absolute-teamsport .absolute-stores .absolute-ghost-button:hover {
  border: 1px solid #65b32e; }
  .absolute-teamsport .absolute-stores .absolute-ghost-button:hover .absolute-virtual-tour-icon {
    fill: #65b32e; }

.absolute-teamsport .absolute-stores .absolute-virtual-showroom-detail-button {
  border-color: #65b32e; }
  .absolute-teamsport .absolute-stores .absolute-virtual-showroom-detail-button:hover {
    color: #65b32e; }

.absolute-teamsport .absolute-stores .absolute-stores-pin:hover {
  fill: #65b32e; }

.absolute-teamsport .absolute-stores .absolute-stores-pin-active {
  fill: #65b32e; }

.absolute-teamsport .absolute-event-map-content:after {
  background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/absolute-teamsport/Header_Bottom_Line-Light.png"); }

.absolute-teamsport .absolute-background-slider .absolute-background-slider-item-link {
  color: #65b32e; }

.absolute-teamsport .absolute-background-slider .absolute-background-slider-item:before {
  background-color: #65b32e; }

.absolute-teamsport .absolute-background-slider .absolute-background-slider-item-content h2:after {
  background-color: #65b32e; }

.absolute-teamsport.absolute-pages .video-teaser .preview-container .play-button {
  border-color: rgba(101, 179, 46, 0.3); }
  .absolute-teamsport.absolute-pages .video-teaser .preview-container .play-button:after {
    color: #65b32e; }
  .absolute-teamsport.absolute-pages .video-teaser .preview-container .play-button:hover {
    background-color: #65b32e; }
    .absolute-teamsport.absolute-pages .video-teaser .preview-container .play-button:hover:after {
      color: #fff; }

.absolute-teamsport .slick-prev-arrow-dealer:after,
.absolute-teamsport .slick-next-arrow-dealer:after {
  color: #65b32e; }

.absolute-teamsport .textimg-slider .slick-prev-arrow:before,
.absolute-teamsport .textimg-slider .slick-next-arrow:before {
  color: #65b32e; }

.absolute-teamsport .textimg-slider .slick-prev-arrow:hover:after,
.absolute-teamsport .textimg-slider .slick-next-arrow:hover:after {
  color: #65b32e; }

.absolute-teamsport .teaser.teaserm5m6-layout1 .teaser-item-content h3:before {
  color: #65b32e; }

.absolute-teamsport .teaser-1column .teaser-item-wrap .slick-prev-arrow:before,
.absolute-teamsport .teaser-1column .teaser-item-wrap .slick-next-arrow:before,
.absolute-teamsport .teaser-1columns .teaser-item-wrap .slick-prev-arrow:before,
.absolute-teamsport .teaser-1columns .teaser-item-wrap .slick-next-arrow:before,
.absolute-teamsport .teaser-2columns .teaser-item-wrap .slick-prev-arrow:before,
.absolute-teamsport .teaser-2columns .teaser-item-wrap .slick-next-arrow:before,
.absolute-teamsport .teaser-3columns .teaser-item-wrap .slick-prev-arrow:before,
.absolute-teamsport .teaser-3columns .teaser-item-wrap .slick-next-arrow:before,
.absolute-teamsport .teaser-4columns .teaser-item-wrap .slick-prev-arrow:before,
.absolute-teamsport .teaser-4columns .teaser-item-wrap .slick-next-arrow:before {
  color: #65b32e; }

.absolute-teamsport .teaser-1column .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-teamsport .teaser-1column .teaser-item-wrap .slick-next-arrow:hover:after,
.absolute-teamsport .teaser-1columns .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-teamsport .teaser-1columns .teaser-item-wrap .slick-next-arrow:hover:after,
.absolute-teamsport .teaser-2columns .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-teamsport .teaser-2columns .teaser-item-wrap .slick-next-arrow:hover:after,
.absolute-teamsport .teaser-3columns .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-teamsport .teaser-3columns .teaser-item-wrap .slick-next-arrow:hover:after,
.absolute-teamsport .teaser-4columns .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-teamsport .teaser-4columns .teaser-item-wrap .slick-next-arrow:hover:after {
  color: #65b32e; }

.absolute-teamsport .forkpage-teaser-text-morelink {
  color: #65b32e; }

.absolute-teamsport .product-slider .slick-prev-arrow:after,
.absolute-teamsport .product-slider .slick-next-arrow:after {
  color: #65b32e; }

@media only screen and (min-width: 1024px) {
  .absolute-teamsport .product-slider .related-product-slide:hover {
    border-bottom-color: #65b32e; }
    .absolute-teamsport .product-slider .related-product-slide:hover .related-product-brand {
      color: #65b32e; } }

.absolute-teamsport .product-slider .related-product-slide.sale:before {
  background-color: #65b32e; }

.absolute-teamsport .product-slider .related-product-regular-price:after {
  background: #65b32e; }

.absolute-teamsport .product-slider .related-product-regular-price + .related-product-price {
  color: #65b32e; }

.absolute-teamsport .product-slider .product-detail-related-header:after {
  background: #65b32e; }

.absolute-teamsport .product-slider .product-slider-tabs li {
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */ }
  .absolute-teamsport .product-slider .product-slider-tabs li.active a {
    color: #65b32e; }

.absolute-teamsport .find-dealer-module .find-dealer-cta {
  background: #65b32e;
  border-color: #65b32e; }
  .absolute-teamsport .find-dealer-module .find-dealer-cta:hover {
    background: #65b32e;
    border-color: #65b32e; }

.absolute-teamsport .textimgbox .textimg-text ul li:before {
  color: #65b32e; }

.absolute-teamsport .multicolumn-container .textimg .textimg-text h2:after {
  background-color: #65b32e; }

.absolute-teamsport .multicolumn-container .textimg .textimg-text a {
  color: #65b32e; }

.absolute-teamsport .multicolumn-container .textimg .textimg-text ul {
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */ }
  .absolute-teamsport .multicolumn-container .textimg .textimg-text ul li:before {
    color: #65b32e; }

.absolute-teamsport .absolute-product-stage h2 span {
  color: #65b32e; }

.absolute-teamsport .absolute-product-hotspot-media-items li:hover, .absolute-teamsport .absolute-product-hotspot-media-items li.absolute-product-hotspot-item-visible {
  background: rgba(101, 179, 46, 0.5); }

.absolute-teamsport .absolute-product-tabs-nav ul li:hover, .absolute-teamsport .absolute-product-tabs-nav ul li.absolute-product-tab-current {
  color: #65b32e;
  border-color: #65b32e; }

.absolute-teamsport .absolute-product-tab-single-content ul li:before {
  color: #65b32e; }

.absolute-teamsport .absolute-product-rating-bar h3:before {
  color: #65b32e; }

.absolute-teamsport .absolute-product-rating-bar-svg-wrapper svg {
  fill: #65b32e; }

.absolute-teamsport .absolute-360deg-inner:after {
  color: #65b32e; }

.absolute-run ::-moz-selection {
  background: rgba(0, 171, 205, 0.99); }

.absolute-run ::selection {
  background: rgba(0, 171, 205, 0.99); }

.absolute-run a:hover {
  color: #00abcd; }

.absolute-run .root-hdr:after {
  background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/absolute-run/Header_Bottom_Line.png"); }

.absolute-run .root-hdr .main-start-nav li.active {
  color: #00abcd; }

.absolute-run .page-header2-navigation-links span:after {
  border-bottom: 2px solid #00abcd; }

.absolute-run .page-header2-navigation-links .page-header2-link-active > a {
  color: #00abcd; }

.absolute-run .hdr-mid .hdr-ctrl-nav .badge:after {
  background: #00abcd; }

.absolute-run .hdr-mid .hdr-ctrl-nav li:hover {
  color: #00abcd; }

.absolute-run > footer:before {
  background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/absolute-run/Footer_Top_Line.png"); }

.absolute-run .absolute-stores h2:after, .absolute-stores .absolute-run h2:after {
  background-color: #00abcd; }

.absolute-run .absolute-stores-slider-wrap .next-arrow-outside:hover, .absolute-stores-slider-wrap .absolute-run .next-arrow-outside:hover,
.absolute-run .absolute-stores-slider-wrap .prev-arrow-outside:hover, .absolute-stores-slider-wrap .absolute-run .prev-arrow-outside:hover {
  color: #00abcd; }

.absolute-run .absolute-primary-button {
  background: #00abcd; }
  .absolute-run .absolute-primary-button:hover {
    background: #0096b4; }

.absolute-run .absolute-ghost-button {
  border: 1px solid #00abcd; }
  .absolute-run .absolute-ghost-button:hover {
    color: #00abcd; }

.absolute-run .loading {
  border-top-color: #00abcd; }

.absolute-run .stage-slider:after {
  background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/absolute-run/Stage_Bottom_Line_Blue.png"); }

.absolute-run .stage-slider .slick-prev-arrow:before,
.absolute-run .stage-slider .slick-next-arrow:before {
  color: #00abcd; }

.absolute-run .stage-slider .stage-slider-slide-content h1:after {
  background-color: #00abcd; }

.absolute-run .absolute-event-stage-date:after {
  background-color: #00abcd; }

.absolute-run .absolute-event-teaser-item {
  color: #00abcd; }

.absolute-run .absolute-event-date {
  color: #00abcd; }

.absolute-run .absolute-countdown-slider-item-counter svg {
  fill: #00abcd; }

.absolute-run .absolute-countdown-slider-item-media-inner:after {
  border-color: #00abcd; }

.absolute-run .absolute-info-box-item h3:before {
  color: #00abcd; }

@media only screen and (min-width: 768px) {
  .absolute-run .absolute-info-box-item h3:after {
    background-color: #00abcd; } }

.absolute-run .absolute-share a:before {
  color: #00abcd; }

.absolute-run .absolute-info-box-social a:before {
  color: #00abcd; }

.absolute-run .absolute-stores .absolute-ghost-button:hover {
  border: 1px solid #00abcd; }
  .absolute-run .absolute-stores .absolute-ghost-button:hover .absolute-virtual-tour-icon {
    fill: #00abcd; }

.absolute-run .absolute-stores .absolute-virtual-showroom-detail-button {
  border-color: #00abcd; }
  .absolute-run .absolute-stores .absolute-virtual-showroom-detail-button:hover {
    color: #00abcd; }

.absolute-run .absolute-stores .absolute-stores-pin:hover {
  fill: #00abcd; }

.absolute-run .absolute-stores .absolute-stores-pin-active {
  fill: #00abcd; }

.absolute-run .absolute-event-map-content:after {
  background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/absolute-run/Header_Bottom_Line-Light.png"); }

.absolute-run .absolute-background-slider .absolute-background-slider-item-link {
  color: #00abcd; }

.absolute-run .absolute-background-slider .absolute-background-slider-item:before {
  background-color: #00abcd; }

.absolute-run .absolute-background-slider .absolute-background-slider-item-content h2:after {
  background-color: #00abcd; }

.absolute-run.absolute-pages .video-teaser .preview-container .play-button {
  border-color: rgba(0, 171, 205, 0.3); }
  .absolute-run.absolute-pages .video-teaser .preview-container .play-button:after {
    color: #00abcd; }
  .absolute-run.absolute-pages .video-teaser .preview-container .play-button:hover {
    background-color: #00abcd; }
    .absolute-run.absolute-pages .video-teaser .preview-container .play-button:hover:after {
      color: #fff; }

.absolute-run .slick-prev-arrow-dealer:after,
.absolute-run .slick-next-arrow-dealer:after {
  color: #00abcd; }

.absolute-run .textimg-slider .slick-prev-arrow:before,
.absolute-run .textimg-slider .slick-next-arrow:before {
  color: #00abcd; }

.absolute-run .textimg-slider .slick-prev-arrow:hover:after,
.absolute-run .textimg-slider .slick-next-arrow:hover:after {
  color: #00abcd; }

.absolute-run .teaser.teaserm5m6-layout1 .teaser-item-content h3:before {
  color: #00abcd; }

.absolute-run .teaser-1column .teaser-item-wrap .slick-prev-arrow:before,
.absolute-run .teaser-1column .teaser-item-wrap .slick-next-arrow:before,
.absolute-run .teaser-1columns .teaser-item-wrap .slick-prev-arrow:before,
.absolute-run .teaser-1columns .teaser-item-wrap .slick-next-arrow:before,
.absolute-run .teaser-2columns .teaser-item-wrap .slick-prev-arrow:before,
.absolute-run .teaser-2columns .teaser-item-wrap .slick-next-arrow:before,
.absolute-run .teaser-3columns .teaser-item-wrap .slick-prev-arrow:before,
.absolute-run .teaser-3columns .teaser-item-wrap .slick-next-arrow:before,
.absolute-run .teaser-4columns .teaser-item-wrap .slick-prev-arrow:before,
.absolute-run .teaser-4columns .teaser-item-wrap .slick-next-arrow:before {
  color: #00abcd; }

.absolute-run .teaser-1column .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-run .teaser-1column .teaser-item-wrap .slick-next-arrow:hover:after,
.absolute-run .teaser-1columns .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-run .teaser-1columns .teaser-item-wrap .slick-next-arrow:hover:after,
.absolute-run .teaser-2columns .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-run .teaser-2columns .teaser-item-wrap .slick-next-arrow:hover:after,
.absolute-run .teaser-3columns .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-run .teaser-3columns .teaser-item-wrap .slick-next-arrow:hover:after,
.absolute-run .teaser-4columns .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-run .teaser-4columns .teaser-item-wrap .slick-next-arrow:hover:after {
  color: #00abcd; }

.absolute-run .forkpage-teaser-text-morelink {
  color: #00abcd; }

.absolute-run .product-slider .slick-prev-arrow:after,
.absolute-run .product-slider .slick-next-arrow:after {
  color: #00abcd; }

@media only screen and (min-width: 1024px) {
  .absolute-run .product-slider .related-product-slide:hover {
    border-bottom-color: #00abcd; }
    .absolute-run .product-slider .related-product-slide:hover .related-product-brand {
      color: #00abcd; } }

.absolute-run .product-slider .related-product-slide.sale:before {
  background-color: #00abcd; }

.absolute-run .product-slider .related-product-regular-price:after {
  background: #00abcd; }

.absolute-run .product-slider .related-product-regular-price + .related-product-price {
  color: #00abcd; }

.absolute-run .product-slider .product-detail-related-header:after {
  background: #00abcd; }

.absolute-run .product-slider .product-slider-tabs li {
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */ }
  .absolute-run .product-slider .product-slider-tabs li.active a {
    color: #00abcd; }

.absolute-run .find-dealer-module .find-dealer-cta {
  background: #00abcd;
  border-color: #00abcd; }
  .absolute-run .find-dealer-module .find-dealer-cta:hover {
    background: #00abcd;
    border-color: #00abcd; }

.absolute-run .textimgbox .textimg-text ul li:before {
  color: #00abcd; }

.absolute-run .multicolumn-container .textimg .textimg-text h2:after {
  background-color: #00abcd; }

.absolute-run .multicolumn-container .textimg .textimg-text a {
  color: #00abcd; }

.absolute-run .multicolumn-container .textimg .textimg-text ul {
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */ }
  .absolute-run .multicolumn-container .textimg .textimg-text ul li:before {
    color: #00abcd; }

.absolute-run .absolute-product-stage h2 span {
  color: #00abcd; }

.absolute-run .absolute-product-hotspot-media-items li:hover, .absolute-run .absolute-product-hotspot-media-items li.absolute-product-hotspot-item-visible {
  background: rgba(0, 171, 205, 0.5); }

.absolute-run .absolute-product-tabs-nav ul li:hover, .absolute-run .absolute-product-tabs-nav ul li.absolute-product-tab-current {
  color: #00abcd;
  border-color: #00abcd; }

.absolute-run .absolute-product-tab-single-content ul li:before {
  color: #00abcd; }

.absolute-run .absolute-product-rating-bar h3:before {
  color: #00abcd; }

.absolute-run .absolute-product-rating-bar-svg-wrapper svg {
  fill: #00abcd; }

.absolute-run .absolute-360deg-inner:after {
  color: #00abcd; }

.absolute-fitness ::-moz-selection {
  background: rgba(92, 70, 150, 0.99); }

.absolute-fitness ::selection {
  background: rgba(92, 70, 150, 0.99); }

.absolute-fitness a:hover {
  color: #5c4696; }

.absolute-fitness .root-hdr:after {
  background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/absolute-fitness/Header_Bottom_Line.png"); }

.absolute-fitness .root-hdr .main-start-nav li.active {
  color: #5c4696; }

.absolute-fitness .page-header2-navigation-links span:after {
  border-bottom: 2px solid #5c4696; }

.absolute-fitness .page-header2-navigation-links .page-header2-link-active > a {
  color: #5c4696; }

.absolute-fitness .hdr-mid .hdr-ctrl-nav .badge:after {
  background: #5c4696; }

.absolute-fitness .hdr-mid .hdr-ctrl-nav li:hover {
  color: #5c4696; }

.absolute-fitness > footer:before {
  background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/absolute-fitness/Footer_Top_Line.png"); }

.absolute-fitness .absolute-stores h2:after, .absolute-stores .absolute-fitness h2:after {
  background-color: #5c4696; }

.absolute-fitness .absolute-stores-slider-wrap .next-arrow-outside:hover, .absolute-stores-slider-wrap .absolute-fitness .next-arrow-outside:hover,
.absolute-fitness .absolute-stores-slider-wrap .prev-arrow-outside:hover, .absolute-stores-slider-wrap .absolute-fitness .prev-arrow-outside:hover {
  color: #5c4696; }

.absolute-fitness .absolute-primary-button {
  background: #5c4696; }
  .absolute-fitness .absolute-primary-button:hover {
    background: #513e85; }

.absolute-fitness .absolute-ghost-button {
  border: 1px solid #5c4696; }
  .absolute-fitness .absolute-ghost-button:hover {
    color: #5c4696; }

.absolute-fitness .loading {
  border-top-color: #5c4696; }

.absolute-fitness .stage-slider:after {
  background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/absolute-fitness/Stage_Bottom_Line_Purple.png"); }

.absolute-fitness .stage-slider .slick-prev-arrow:before,
.absolute-fitness .stage-slider .slick-next-arrow:before {
  color: #5c4696; }

.absolute-fitness .stage-slider .stage-slider-slide-content h1:after {
  background-color: #5c4696; }

.absolute-fitness .absolute-event-stage-date:after {
  background-color: #5c4696; }

.absolute-fitness .absolute-event-teaser-item {
  color: #5c4696; }

.absolute-fitness .absolute-event-date {
  color: #5c4696; }

.absolute-fitness .absolute-countdown-slider-item-counter svg {
  fill: #5c4696; }

.absolute-fitness .absolute-countdown-slider-item-media-inner:after {
  border-color: #5c4696; }

.absolute-fitness .absolute-info-box-item h3:before {
  color: #5c4696; }

@media only screen and (min-width: 768px) {
  .absolute-fitness .absolute-info-box-item h3:after {
    background-color: #5c4696; } }

.absolute-fitness .absolute-share a:before {
  color: #5c4696; }

.absolute-fitness .absolute-info-box-social a:before {
  color: #5c4696; }

.absolute-fitness .absolute-stores .absolute-ghost-button:hover {
  border: 1px solid #5c4696; }
  .absolute-fitness .absolute-stores .absolute-ghost-button:hover .absolute-virtual-tour-icon {
    fill: #5c4696; }

.absolute-fitness .absolute-stores .absolute-virtual-showroom-detail-button {
  border-color: #5c4696; }
  .absolute-fitness .absolute-stores .absolute-virtual-showroom-detail-button:hover {
    color: #5c4696; }

.absolute-fitness .absolute-stores .absolute-stores-pin:hover {
  fill: #5c4696; }

.absolute-fitness .absolute-stores .absolute-stores-pin-active {
  fill: #5c4696; }

.absolute-fitness .absolute-event-map-content:after {
  background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/absolute-fitness/Header_Bottom_Line-Light.png"); }

.absolute-fitness .absolute-background-slider .absolute-background-slider-item-link {
  color: #5c4696; }

.absolute-fitness .absolute-background-slider .absolute-background-slider-item:before {
  background-color: #5c4696; }

.absolute-fitness .absolute-background-slider .absolute-background-slider-item-content h2:after {
  background-color: #5c4696; }

.absolute-fitness.absolute-pages .video-teaser .preview-container .play-button {
  border-color: rgba(92, 70, 150, 0.3); }
  .absolute-fitness.absolute-pages .video-teaser .preview-container .play-button:after {
    color: #5c4696; }
  .absolute-fitness.absolute-pages .video-teaser .preview-container .play-button:hover {
    background-color: #5c4696; }
    .absolute-fitness.absolute-pages .video-teaser .preview-container .play-button:hover:after {
      color: #fff; }

.absolute-fitness .slick-prev-arrow-dealer:after,
.absolute-fitness .slick-next-arrow-dealer:after {
  color: #5c4696; }

.absolute-fitness .textimg-slider .slick-prev-arrow:before,
.absolute-fitness .textimg-slider .slick-next-arrow:before {
  color: #5c4696; }

.absolute-fitness .textimg-slider .slick-prev-arrow:hover:after,
.absolute-fitness .textimg-slider .slick-next-arrow:hover:after {
  color: #5c4696; }

.absolute-fitness .teaser.teaserm5m6-layout1 .teaser-item-content h3:before {
  color: #5c4696; }

.absolute-fitness .teaser-1column .teaser-item-wrap .slick-prev-arrow:before,
.absolute-fitness .teaser-1column .teaser-item-wrap .slick-next-arrow:before,
.absolute-fitness .teaser-1columns .teaser-item-wrap .slick-prev-arrow:before,
.absolute-fitness .teaser-1columns .teaser-item-wrap .slick-next-arrow:before,
.absolute-fitness .teaser-2columns .teaser-item-wrap .slick-prev-arrow:before,
.absolute-fitness .teaser-2columns .teaser-item-wrap .slick-next-arrow:before,
.absolute-fitness .teaser-3columns .teaser-item-wrap .slick-prev-arrow:before,
.absolute-fitness .teaser-3columns .teaser-item-wrap .slick-next-arrow:before,
.absolute-fitness .teaser-4columns .teaser-item-wrap .slick-prev-arrow:before,
.absolute-fitness .teaser-4columns .teaser-item-wrap .slick-next-arrow:before {
  color: #5c4696; }

.absolute-fitness .teaser-1column .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-fitness .teaser-1column .teaser-item-wrap .slick-next-arrow:hover:after,
.absolute-fitness .teaser-1columns .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-fitness .teaser-1columns .teaser-item-wrap .slick-next-arrow:hover:after,
.absolute-fitness .teaser-2columns .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-fitness .teaser-2columns .teaser-item-wrap .slick-next-arrow:hover:after,
.absolute-fitness .teaser-3columns .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-fitness .teaser-3columns .teaser-item-wrap .slick-next-arrow:hover:after,
.absolute-fitness .teaser-4columns .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-fitness .teaser-4columns .teaser-item-wrap .slick-next-arrow:hover:after {
  color: #5c4696; }

.absolute-fitness .forkpage-teaser-text-morelink {
  color: #5c4696; }

.absolute-fitness .product-slider .slick-prev-arrow:after,
.absolute-fitness .product-slider .slick-next-arrow:after {
  color: #5c4696; }

@media only screen and (min-width: 1024px) {
  .absolute-fitness .product-slider .related-product-slide:hover {
    border-bottom-color: #5c4696; }
    .absolute-fitness .product-slider .related-product-slide:hover .related-product-brand {
      color: #5c4696; } }

.absolute-fitness .product-slider .related-product-slide.sale:before {
  background-color: #5c4696; }

.absolute-fitness .product-slider .related-product-regular-price:after {
  background: #5c4696; }

.absolute-fitness .product-slider .related-product-regular-price + .related-product-price {
  color: #5c4696; }

.absolute-fitness .product-slider .product-detail-related-header:after {
  background: #5c4696; }

.absolute-fitness .product-slider .product-slider-tabs li {
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */ }
  .absolute-fitness .product-slider .product-slider-tabs li.active a {
    color: #5c4696; }

.absolute-fitness .find-dealer-module .find-dealer-cta {
  background: #5c4696;
  border-color: #5c4696; }
  .absolute-fitness .find-dealer-module .find-dealer-cta:hover {
    background: #5c4696;
    border-color: #5c4696; }

.absolute-fitness .textimgbox .textimg-text ul li:before {
  color: #5c4696; }

.absolute-fitness .multicolumn-container .textimg .textimg-text h2:after {
  background-color: #5c4696; }

.absolute-fitness .multicolumn-container .textimg .textimg-text a {
  color: #5c4696; }

.absolute-fitness .multicolumn-container .textimg .textimg-text ul {
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */ }
  .absolute-fitness .multicolumn-container .textimg .textimg-text ul li:before {
    color: #5c4696; }

.absolute-fitness .absolute-product-stage h2 span {
  color: #5c4696; }

.absolute-fitness .absolute-product-hotspot-media-items li:hover, .absolute-fitness .absolute-product-hotspot-media-items li.absolute-product-hotspot-item-visible {
  background: rgba(92, 70, 150, 0.5); }

.absolute-fitness .absolute-product-tabs-nav ul li:hover, .absolute-fitness .absolute-product-tabs-nav ul li.absolute-product-tab-current {
  color: #5c4696;
  border-color: #5c4696; }

.absolute-fitness .absolute-product-tab-single-content ul li:before {
  color: #5c4696; }

.absolute-fitness .absolute-product-rating-bar h3:before {
  color: #5c4696; }

.absolute-fitness .absolute-product-rating-bar-svg-wrapper svg {
  fill: #5c4696; }

.absolute-fitness .absolute-360deg-inner:after {
  color: #5c4696; }

.absolute-outdoor ::-moz-selection {
  background: rgba(239, 125, 0, 0.99); }

.absolute-outdoor ::selection {
  background: rgba(239, 125, 0, 0.99); }

.absolute-outdoor a:hover {
  color: #ef7d00; }

.absolute-outdoor .root-hdr:after {
  background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/absolute-outdoor/Header_Bottom_Line.png"); }

.absolute-outdoor .root-hdr .main-start-nav li.active {
  color: #ef7d00; }

.absolute-outdoor .page-header2-navigation-links span:after {
  border-bottom: 2px solid #ef7d00; }

.absolute-outdoor .page-header2-navigation-links .page-header2-link-active > a {
  color: #ef7d00; }

.absolute-outdoor .hdr-mid .hdr-ctrl-nav .badge:after {
  background: #ef7d00; }

.absolute-outdoor .hdr-mid .hdr-ctrl-nav li:hover {
  color: #ef7d00; }

.absolute-outdoor > footer:before {
  background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/absolute-outdoor/Footer_Top_Line.png"); }

.absolute-outdoor .absolute-stores h2:after, .absolute-stores .absolute-outdoor h2:after {
  background-color: #ef7d00; }

.absolute-outdoor .absolute-stores-slider-wrap .next-arrow-outside:hover, .absolute-stores-slider-wrap .absolute-outdoor .next-arrow-outside:hover,
.absolute-outdoor .absolute-stores-slider-wrap .prev-arrow-outside:hover, .absolute-stores-slider-wrap .absolute-outdoor .prev-arrow-outside:hover {
  color: #ef7d00; }

.absolute-outdoor .absolute-primary-button {
  background: #ef7d00; }
  .absolute-outdoor .absolute-primary-button:hover {
    background: #d67000; }

.absolute-outdoor .absolute-ghost-button {
  border: 1px solid #ef7d00; }
  .absolute-outdoor .absolute-ghost-button:hover {
    color: #ef7d00; }

.absolute-outdoor .loading {
  border-top-color: #ef7d00; }

.absolute-outdoor .stage-slider:after {
  background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/absolute-outdoor/Stage_Bottom_Line_Orange.png"); }

.absolute-outdoor .stage-slider .slick-prev-arrow:before,
.absolute-outdoor .stage-slider .slick-next-arrow:before {
  color: #ef7d00; }

.absolute-outdoor .stage-slider .stage-slider-slide-content h1:after {
  background-color: #ef7d00; }

.absolute-outdoor .absolute-event-stage-date:after {
  background-color: #ef7d00; }

.absolute-outdoor .absolute-event-teaser-item {
  color: #ef7d00; }

.absolute-outdoor .absolute-event-date {
  color: #ef7d00; }

.absolute-outdoor .absolute-countdown-slider-item-counter svg {
  fill: #ef7d00; }

.absolute-outdoor .absolute-countdown-slider-item-media-inner:after {
  border-color: #ef7d00; }

.absolute-outdoor .absolute-info-box-item h3:before {
  color: #ef7d00; }

@media only screen and (min-width: 768px) {
  .absolute-outdoor .absolute-info-box-item h3:after {
    background-color: #ef7d00; } }

.absolute-outdoor .absolute-share a:before {
  color: #ef7d00; }

.absolute-outdoor .absolute-info-box-social a:before {
  color: #ef7d00; }

.absolute-outdoor .absolute-stores .absolute-ghost-button:hover {
  border: 1px solid #ef7d00; }
  .absolute-outdoor .absolute-stores .absolute-ghost-button:hover .absolute-virtual-tour-icon {
    fill: #ef7d00; }

.absolute-outdoor .absolute-stores .absolute-virtual-showroom-detail-button {
  border-color: #ef7d00; }
  .absolute-outdoor .absolute-stores .absolute-virtual-showroom-detail-button:hover {
    color: #ef7d00; }

.absolute-outdoor .absolute-stores .absolute-stores-pin:hover {
  fill: #ef7d00; }

.absolute-outdoor .absolute-stores .absolute-stores-pin-active {
  fill: #ef7d00; }

.absolute-outdoor .absolute-event-map-content:after {
  background-image: url("/typo3conf/ext/se_sport2000/Resources/Public/Img/Line-elements/absolute-outdoor/Header_Bottom_Line-Light.png"); }

.absolute-outdoor .absolute-background-slider .absolute-background-slider-item-link {
  color: #ef7d00; }

.absolute-outdoor .absolute-background-slider .absolute-background-slider-item:before {
  background-color: #ef7d00; }

.absolute-outdoor .absolute-background-slider .absolute-background-slider-item-content h2:after {
  background-color: #ef7d00; }

.absolute-outdoor.absolute-pages .video-teaser .preview-container .play-button {
  border-color: rgba(239, 125, 0, 0.3); }
  .absolute-outdoor.absolute-pages .video-teaser .preview-container .play-button:after {
    color: #ef7d00; }
  .absolute-outdoor.absolute-pages .video-teaser .preview-container .play-button:hover {
    background-color: #ef7d00; }
    .absolute-outdoor.absolute-pages .video-teaser .preview-container .play-button:hover:after {
      color: #fff; }

.absolute-outdoor .slick-prev-arrow-dealer:after,
.absolute-outdoor .slick-next-arrow-dealer:after {
  color: #ef7d00; }

.absolute-outdoor .textimg-slider .slick-prev-arrow:before,
.absolute-outdoor .textimg-slider .slick-next-arrow:before {
  color: #ef7d00; }

.absolute-outdoor .textimg-slider .slick-prev-arrow:hover:after,
.absolute-outdoor .textimg-slider .slick-next-arrow:hover:after {
  color: #ef7d00; }

.absolute-outdoor .teaser.teaserm5m6-layout1 .teaser-item-content h3:before {
  color: #ef7d00; }

.absolute-outdoor .teaser-1column .teaser-item-wrap .slick-prev-arrow:before,
.absolute-outdoor .teaser-1column .teaser-item-wrap .slick-next-arrow:before,
.absolute-outdoor .teaser-1columns .teaser-item-wrap .slick-prev-arrow:before,
.absolute-outdoor .teaser-1columns .teaser-item-wrap .slick-next-arrow:before,
.absolute-outdoor .teaser-2columns .teaser-item-wrap .slick-prev-arrow:before,
.absolute-outdoor .teaser-2columns .teaser-item-wrap .slick-next-arrow:before,
.absolute-outdoor .teaser-3columns .teaser-item-wrap .slick-prev-arrow:before,
.absolute-outdoor .teaser-3columns .teaser-item-wrap .slick-next-arrow:before,
.absolute-outdoor .teaser-4columns .teaser-item-wrap .slick-prev-arrow:before,
.absolute-outdoor .teaser-4columns .teaser-item-wrap .slick-next-arrow:before {
  color: #ef7d00; }

.absolute-outdoor .teaser-1column .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-outdoor .teaser-1column .teaser-item-wrap .slick-next-arrow:hover:after,
.absolute-outdoor .teaser-1columns .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-outdoor .teaser-1columns .teaser-item-wrap .slick-next-arrow:hover:after,
.absolute-outdoor .teaser-2columns .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-outdoor .teaser-2columns .teaser-item-wrap .slick-next-arrow:hover:after,
.absolute-outdoor .teaser-3columns .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-outdoor .teaser-3columns .teaser-item-wrap .slick-next-arrow:hover:after,
.absolute-outdoor .teaser-4columns .teaser-item-wrap .slick-prev-arrow:hover:after,
.absolute-outdoor .teaser-4columns .teaser-item-wrap .slick-next-arrow:hover:after {
  color: #ef7d00; }

.absolute-outdoor .forkpage-teaser-text-morelink {
  color: #ef7d00; }

.absolute-outdoor .product-slider .slick-prev-arrow:after,
.absolute-outdoor .product-slider .slick-next-arrow:after {
  color: #ef7d00; }

@media only screen and (min-width: 1024px) {
  .absolute-outdoor .product-slider .related-product-slide:hover {
    border-bottom-color: #ef7d00; }
    .absolute-outdoor .product-slider .related-product-slide:hover .related-product-brand {
      color: #ef7d00; } }

.absolute-outdoor .product-slider .related-product-slide.sale:before {
  background-color: #ef7d00; }

.absolute-outdoor .product-slider .related-product-regular-price:after {
  background: #ef7d00; }

.absolute-outdoor .product-slider .related-product-regular-price + .related-product-price {
  color: #ef7d00; }

.absolute-outdoor .product-slider .product-detail-related-header:after {
  background: #ef7d00; }

.absolute-outdoor .product-slider .product-slider-tabs li {
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */ }
  .absolute-outdoor .product-slider .product-slider-tabs li.active a {
    color: #ef7d00; }

.absolute-outdoor .find-dealer-module .find-dealer-cta {
  background: #ef7d00;
  border-color: #ef7d00; }
  .absolute-outdoor .find-dealer-module .find-dealer-cta:hover {
    background: #ef7d00;
    border-color: #ef7d00; }

.absolute-outdoor .textimgbox .textimg-text ul li:before {
  color: #ef7d00; }

.absolute-outdoor .multicolumn-container .textimg .textimg-text h2:after {
  background-color: #ef7d00; }

.absolute-outdoor .multicolumn-container .textimg .textimg-text a {
  color: #ef7d00; }

.absolute-outdoor .multicolumn-container .textimg .textimg-text ul {
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable max-nesting-depth */ }
  .absolute-outdoor .multicolumn-container .textimg .textimg-text ul li:before {
    color: #ef7d00; }

.absolute-outdoor .absolute-product-stage h2 span {
  color: #ef7d00; }

.absolute-outdoor .absolute-product-hotspot-media-items li:hover, .absolute-outdoor .absolute-product-hotspot-media-items li.absolute-product-hotspot-item-visible {
  background: rgba(239, 125, 0, 0.5); }

.absolute-outdoor .absolute-product-tabs-nav ul li:hover, .absolute-outdoor .absolute-product-tabs-nav ul li.absolute-product-tab-current {
  color: #ef7d00;
  border-color: #ef7d00; }

.absolute-outdoor .absolute-product-tab-single-content ul li:before {
  color: #ef7d00; }

.absolute-outdoor .absolute-product-rating-bar h3:before {
  color: #ef7d00; }

.absolute-outdoor .absolute-product-rating-bar-svg-wrapper svg {
  fill: #ef7d00; }

.absolute-outdoor .absolute-360deg-inner:after {
  color: #ef7d00; }

.hide {
  display: none; }

.fixed-body {
  position: fixed; }

.page-wrap {
  overflow: hidden; }
