.rotate-pole {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
#top-module,
.top-module {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
#top-module > img,
.top-module > img {
  width: 100%;
  margin-top: -10%;
  position: relative;
}
#top-module .parscroll,
.top-module .parscroll {
  position: relative;
  top: 0;
  overflow: hidden;
  height: 100%;
}
#top-module .center-container,
.top-module .center-container {
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#top-module .top-module-box,
.top-module .top-module-box {
  color: white;
  top: 50%;
  position: relative;
}
#top-module .top-module-box hgroup,
.top-module .top-module-box hgroup {
  margin: 0 0 20px 0;
}
#top-module .top-module-box hgroup h1,
.top-module .top-module-box hgroup h1,
#top-module .top-module-box hgroup h3,
.top-module .top-module-box hgroup h3 {
  color: white;
  margin: 0;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.7);
}
#top-module .top-module-box hgroup h1,
.top-module .top-module-box hgroup h1 {
  font-size: 44px;
  line-height: 55px;
  text-transform: uppercase;
}
#top-module .top-module-box hgroup h3,
.top-module .top-module-box hgroup h3 {
  font-size: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}
#top-module .top-module-box hgroup h3.title,
.top-module .top-module-box hgroup h3.title {
  margin-bottom: 10px;
}
#top-module .top-module-box .btn,
.top-module .top-module-box .btn {
  text-transform: uppercase;
  margin: 30px 0 0 0px;
  min-width: 185px;
}
#top-module .top-module-box.top-module-box-slider,
.top-module .top-module-box.top-module-box-slider {
  padding-left: 5%;
}
.tree {
  overflow-y: auto;
  overflow-x: auto;
  padding: 0;
  /*Remove connectors before root*/
}
.tree a {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}
.tree ul {
  margin: 0;
  padding: 0 0 0 10px;
}
.tree li {
  list-style-type: none;
  margin: 0px 0;
  padding: 7px 0px 0px 2px;
  display: block;
  position: relative;
  /*Remove connectors after last child*/
}
.tree li::before,
.tree li::after {
  content: '';
  left: -20px;
  position: absolute;
  right: auto;
}
.tree li::before {
  border-left: 1px solid '#CCCCCC';
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
  -webkit-transition: "border-color 0.1s ease 0.1s";
  transition: "border-color 0.1s ease 0.1s";
  -webkit-transition: "border-color 0.1s ease 0.1s" 0.1s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: "border-color 0.1s ease 0.1s" 0.1s ease-out;
  /* Firefox 4-15 */
  -o-transition: "border-color 0.1s ease 0.1s" 0.1s ease-out;
  /* Opera 10.50–12.00 */
  transition: "border-color 0.1s ease 0.1s" 0.1s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.tree li::after {
  border-top: 1px solid '#CCCCCC';
  height: 20px;
  top: 13px;
  width: 23px;
  -webkit-transition: "border-color 0.1s ease 0.1s";
  transition: "border-color 0.1s ease 0.1s";
  -webkit-transition: "border-color 0.1s ease 0.1s" 0.1s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: "border-color 0.1s ease 0.1s" 0.1s ease-out;
  /* Firefox 4-15 */
  -o-transition: "border-color 0.1s ease 0.1s" 0.1s ease-out;
  /* Opera 10.50–12.00 */
  transition: "border-color 0.1s ease 0.1s" 0.1s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid '#CCCCCC';
  border-radius: 5px;
  display: inline-block;
  line-height: 14px;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
  transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
  -webkit-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s 0.1s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s 0.1s ease-out;
  /* Firefox 4-15 */
  -o-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s 0.1s ease-out;
  /* Opera 10.50–12.00 */
  transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s 0.1s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.tree li span.active {
  color: #d9534f;
}
.tree li span.active a {
  color: #d9534f;
}
.tree li.parent_li > span {
  cursor: pointer;
  /*Time for some hover effects*/
}
.tree li.parent_li > span:hover {
  background-color: '#FF0000';
  border: 1px solid '#FF0000';
  color: #fff;
}
.tree li.parent_li > span:hover + ul li::after {
  border-top-color: '#FF0000';
}
.tree li.parent_li > span:hover + ul li::before {
  border-left-color: '#FF0000';
}
.tree li.parent_li > span:hover + ul li span {
  background: '#FF0000';
  border: 1px solid '#FF0000';
  color: #000;
}
.tree li:last-child::before {
  height: 30px;
}
.tree > ul > li::before,
.tree > ul > li::after {
  border: 0;
}
#technologie {
  background-color: white;
  overflow: visible;
  height: auto;
}
#technologie .slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#technologie .slides-navigation a {
  position: absolute;
  display: block;
  width: 28px;
  height: 64px;
  overflow: hidden;
  text-indent: -999px;
  padding: 0 20px 0 20px;
  background-repeat: no-repeat;
  filter: invert(30%);
  -webkit-filter: invert(30%);
  -moz-filter: invert(30%);
  -ms-filter: invert(30%);
  -o-filter: invert(30%);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out 0.1s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.6s ease-out 0.1s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.6s ease-out 0.1s ease-out;
  /* Opera 10.50–12.00 */
  transition: all 0.6s ease-out 0.1s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#technologie .slides-navigation a.next {
  right: -70px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABACAYAAAAJQRcYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0Q3JlYXRpb24gVGltZQAwNS4wNi4yMDE0Oq6krgAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAAn1JREFUWIW92DuIlUcUB/BvfT+QIKtsFQuLJSC4QiolYGGl0bCFYhsCdoKxCgo+MCkCgqXRRlQ0YiOStDHsNgaCQpqIKCJkg2IK3xpyd+/+Utz/kkv6MwMfX/ljZs45c2Y67MO3+LhrMXAOc3jQCtyBnsH4BWMt0M8xiz6ul4NBD2dp+zjWCr0ccA5ftQBH8VP2cxaflqOBf8tM/8DmFuBmPMQ8XmBjC3Rb0mUeU63SZTIz7ONGORj04FCOfoeV1eDSQAvpcrQUDLocN4O+wd4W6NoETx9vsasFOo5HKQwzmGiBTuBJZnoH61ugu/EyOfoz1rRAvxxKl4tYXQ0uwQn8k3Q5VQoOwZcyy3c4gEXV4BhuZT97rdJlNOkyn//WFugW/B70KUZboFuHOsBb+LAFeiD1to+b5WDQw8nRHr7G0mpwGc4mP+dwvBQMuhY/JojeY18LdBVuZz+f4ZMW6Ed4nMj9s7YMDcbTruv+6rpOvtqR4GnTmuDk0GlyphrbPtRIX8EHldi4wVWhj/ulvSxW4G6wGWypxFbjfJZxFpNlWMAjCZBZnMbiSmxnqkn9xQfr8SpLOY0NldhY6qXk3KYyLOCF7NtbfFaNfZHknsORamx/sD5+wPJKbCJJLZWk7v6fQ/VOZvZI5QtHsKvB3mN3GRbweLPGyOBO+G7ouFlViW3Mfi3cekuxdYnEedX3eoPnkuuZWQ/7y7CAC4+2PRyqxvbkBOjj+2psE16nkvyq8tqV42YqQfKqtJIEvJZlfI6dldDiNK4Lx82JMizg5P8a17qHHoMHgZks5d3SxjXgvWAPMV6NnfPfo872UqzruiX5/9113TcjIyPT1eC/KJ4YCRpob78AAAAASUVORK5CYII=);
}
#technologie .slides-navigation a.prev {
  left: -70px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABACAYAAAAJQRcYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0Q3JlYXRpb24gVGltZQAwNS4wNi4yMDE0Oq6krgAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAAntJREFUWIW92EtIVHEUx/GTpOWESFjMyhYS0UoHosVEUBARWAtBZlObQIQW0YOCIOhlG6FoqRFED9pIEIYQBBUFYRQVRQilRdDLapGJZDTOnW8Lf4N/3J9z4TLLD+d/z2v+SyzgATaYWcnMXkR4BowDFeCiN5QHnjD/lIFt3uAQkAFzwF5v7ISwCnDYGzsmKAOue2M7dYQA94AWT6wd+KTIXrlBwtqAKaAKTADtnlgeeCisDGxywwTe0jFOAV2eUCMwmNTafjdM4PEk/QeBek+sG5gRNgws88Q6E+wRsNIT6wA+q7A/AOs8sdXAc0X2DejwxJqAB6q138AuT2wFcDVJ/0NumMA+pf8/4BSw1AuqA3qBP4rumguUgJ3qjVXgPpD3xIpK+6p+XedaCzApbAwoeGKtOr7aplV0wwQOK0FmgF5PqB44q6jmIjatk6q1CjAANHhiJWBWSTLi3f03Az/03UaBnBsm8Isy8iOw3hUzszozQ+9PM5v0BhevCgPuoNALyTQ4GgE2A7fDuovQHPBeRzvmuqskaFFZmwGPgeUR6B61tgy45I4CDcC5pM0dcAUT+I6i/A5siQDXAE+TtdBv4idoQbWJ+06ToLu1tflf7CRobS+dBXoiwCZ1otpf6h0RaB74qu85HjHKFl+LjLqDQktJJ7oS1f7OsHCPdiQCzGl/rapktkehrxXpO6AtAt2ozK0CL4FVEWiPajMDhtxBoQeTJNoXhd4UOg1sjQBbgTfqRNNRO9Fa7bhV4G7UOOsGful4L7uDQvuVQGXgdATYDNxIxlnITtQIvNXRTkQlUYH5m8cMeOYOCu1i4XKpvy7AHDGz82b218zsP8BWCUDTL87NAAAAAElFTkSuQmCC);
}
#technologie .slides-navigation a:hover {
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  -o-filter: invert(100%);
}
#technologie .left {
  position: relative;
}
#technologie .left ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 25px 0 0 0;
}
#technologie .left ul li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  opacity: 0.2;
  padding: 10px;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out 0.1s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.8s ease-out 0.1s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.8s ease-out 0.1s ease-out;
  /* Opera 10.50–12.00 */
  transition: all 0.8s ease-out 0.1s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#technologie .left ul li p {
  display: none;
}
#technologie .left ul li.active {
  opacity: 1;
}
#technologie .left ul li.active p {
  display: block;
}
#technologie .left ul li h1 {
  font-family: "HelveticaNeueW01-45Ligh", Arial, sans-serif;
  color: #e20916;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 7px;
}
#technologie .left ul li .video-link {
  display: block;
  position: relative;
  width: 120px;
  height: 90px;
}
#technologie .left ul li .video-link:hover .play-button .video-icon {
  opacity: 0.7;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#technologie .left ul li .video-link .play-button {
  position: absolute;
  left: 50%;
  top: 35%;
  z-index: 10;
}
#technologie .left ul li .video-link .play-button .video-icon {
  background: url("/templates/_theme/frontend/_resources/img/play-button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  background-size: contain;
  height: 50px;
  left: -50%;
  top: -13px;
  position: relative;
  width: 50px;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out 0.1s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.2s ease-out 0.1s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.2s ease-out 0.1s ease-out;
  /* Opera 10.50–12.00 */
  transition: all 0.2s ease-out 0.1s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.5;
}
#technologie .right {
  position: relative;
}
#technologie .right .image {
  display: block;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#technologie .right .spacer {
  width: 100%;
  height: auto;
  display: block;
}
#historie {
  position: relative;
  margin: -36px 0 10px 0;
}
#historie .top-module-box {
  top: 20%;
  left: 5%;
}
#historie .background-image {
  width: 100%;
  height: auto;
  margin: 0;
}
#historie .content {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#historie .content .bubbles li {
  opacity: 1;
}
#historie .content .bubbles li .title {
  position: absolute;
  color: white;
  width: 200%;
  left: -37%;
  bottom: 0;
  margin-bottom: -23px;
  font-size: 16px;
  font-family: "HelveticaNeueW01-45Ligh", Arial, sans-serif;
  text-shadow: 0px 0px 5px black;
}
#historie .content .bubbles li.active .title {
  color: #e20a17;
}
.historieRows {
  position: relative;
}
.historieRows .rowYear {
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.5s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  opacity: 0;
  z-index: 10;
  width: 100%;
}
.historieRows .rowYear.active {
  opacity: 1;
  z-index: 100;
}
.cookie-bar {
  background: #E35300;
  line-height: 30px;
  color: #EEE;
  text-align: center;
  padding: 3px 0;
  padding-bottom: 2px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0px -1px 10px rgba(51, 51, 51, 0.3);
  border-top: 1px solid white;
}
.cookie-bar p {
  margin: 0;
  padding: 0;
  color: #FFF;
}
.cookie-bar .btn {
  margin-left: 10px;
}
.cookie-bar .cp-btn {
  border: 1px solid #FFF;
  position: relative;
}
.cookie-bar .cp-btn:hover {
  background: #C83300;
}
.cookie-overlay {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  opacity: 0.4;
}
.cp-yes-icon {
  background: url(../images/yes.png) no-repeat;
}
.cp-no-icon {
  background: url(../images/no.png) no-repeat;
}
.cp-icon {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  top: 4px;
}
.cp-btn-label {
  margin-left: 22px;
  display: block;
  margin: -2px 0 0 22px;
}
.filter_icon {
  border: 1px solid #ccc;
  float: left;
  height: 18px;
  margin: 0 10px 0 0;
  width: 18px;
  cursor: pointer;
}
.filter_icon .active {
  background: none repeat scroll 0 0 #C52E2D;
  height: 10px;
  margin: 3px;
  width: 10px;
}
.panel {
  border: 0px solid transparent;
}
.ctl_checkout .steps .step,
.ctl_account .steps .step,
.ctl_register .steps .step {
  margin: 0;
  padding: 15px 0;
  font-size: 18px;
}
.ctl_checkout .steps .step.active,
.ctl_account .steps .step.active,
.ctl_register .steps .step.active {
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0);
  color: #333;
}
.ctl_checkout .steps .step.active.mid,
.ctl_account .steps .step.active.mid,
.ctl_register .steps .step.active.mid {
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}
.ctl_checkout .steps .step.disabled,
.ctl_account .steps .step.disabled,
.ctl_register .steps .step.disabled {
  border-right: 1px solid #dfdfdf;
  background-color: #efefef;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  color: #999;
}
.ctl_checkout .steps .step.disabled.last,
.ctl_account .steps .step.disabled.last,
.ctl_register .steps .step.disabled.last,
.ctl_checkout .steps .step.disabled.first,
.ctl_account .steps .step.disabled.first,
.ctl_register .steps .step.disabled.first {
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
}
.ctl_checkout .panel-account.panel-min-height,
.ctl_account .panel-account.panel-min-height,
.ctl_register .panel-account.panel-min-height {
  min-height: 190px;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
}
.flexslider .slides img.item {
  max-height: 600px;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  /* margin-bottom:20px; */
  /* background: #fff; */
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav a {
  width: 28px;
  height: 65px;
  margin: -20px 0 0;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-direction-nav .flex-next {
  right: -5%;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABACAYAAAAJQRcYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABh0RVh0Q3JlYXRpb24gVGltZQAwNS4wNi4yMDE0Oq6krgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAK0SURBVFiFvdnPi9VVFADwzxs1xzIGzTQoRSpGFxomRAwj6MJQFwZabXKXC10p+AOEXFiLoD9A0aBcKEg/iBIKJH9FKeZCqIiyzB85ohut1ElmfDOvxbmvNwQtlM49q3kw8Hn3fM/33HPvg7fxF97COMnRhRa6sQUrs8F2nMYILmNBDbAXvxT0J0yqgS7GMEaxHz0ZyNgiuVQ+92N++ftwBvrveFek9gZeqgHOwCGR2lt4ugbaiz/FK/M9ZtZAlxR0BB/WAGE9mgXdWAt9v4DDWFsDnIYzooiu4Lka6JM4K1b6LR6sgb6AQbHST+4XvZft6DyGsBRzCnz8ftB7iW7sFam9i1eywXacLOhveKYGOBc/i050RbTD9Fims519iodroGvFPNTEmzVA2F3AQbxaA5yBI+J5Dqk0Ez2CP8Tz/AazaqCLcU28Lp//1z/9n4PvJVG1y/CUqNovyxdIi268o9OJ1mRiY9GvCzqAvhpoL34o6DmVtrM+8UxbohP1kHtaGsAdMYzNEceHQ4neP7FLpPYWXq4B9ojT2SgGuiqAj2M6GuJ5psZDOCVSek0clNJiKj4TqRyUfDCaKLatdsfZnok1sFnskUN4A+MzsXW4XcCPs6B29IsUtvAFnsjEFuJHnTPIlEzsUVwo2Dk8n4k9hmMFG8LyTKyBfQW7LcbGRhY2QZT8sCiUHVkQsYpNovSbeE/yJvuiuHAYFZdHkzOxZ3FVtK3TYiZNi7mi/FtiLJyfiU3FV2JlNyWXfzcOjsFWZWIPYI8okLvYlok1sEGn/HeK1aZhq8WpaAQfZUHtWCRSOIqjYhBKiwX4tWDXMTsT68J3Io0XMS8TmybS1xJNeUUm1hC3+e3y35qNbRZpbOL1bOw1nXftQCZGXEu2J60TksufaFtN8RNQeowXlzq/44Ma4N+QYLmygFP6cwAAAABJRU5ErkJggg==');
}
.flex-direction-nav .flex-prev {
  left: -5%;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABACAYAAAAJQRcYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABh0RVh0Q3JlYXRpb24gVGltZQAwNS4wNi4yMDE0Oq6krgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAKoSURBVFiFvdnfi815HMfxR2ZZM5sk5Ga5kORCjLaNkV8lqbEXCjfrRkm5UMPVlrKK/8FIyY/cSImUUoiSbSU/EtavlJ9DMjtptZhzjov399sZE/k17+/r5tQ5F88+78/7/Xq/P+/Tohr9gi6MqYjnNvqxMxs0AX+hgbdYnA08iBreYU02bEsB68embNgfBaiG/dmwZSKEDZzE2EzYDDwQJ7uSCYLJ6EUddwp4mibgTAF7i7mZMDgswtiL5ZmgVnRr1tqGTBhs1kz/bgzPhK3AqwJ2BD9mwjoHwM5K7gIz8VAU9j1MzYSNx0VxsicFPE2jcFrU2r/4LRP2E/Zqpv/GTBhsE+n/BlvxQxZoGNbhP3G6fVmgUp3CG+s4JTwzTR0i7evFZ2pfG4unBew62jNhE0X4ykmrIxNG+GJNWNe6TNBwbBeneqeCSetPUWv92IERmbBVeC2S5Jhk95+HZ+LezqMtEwaPREbex7Rs2LAC1sBzUXvpGjgq7MiGteCmaKyzhaP8L+4yVaNxVIXuQmTnXRHa65JnlVIdImtrOIeRVUBXC2urYddQQ1s+8t0tMcPMwSy8wN9DCf2UjotT9mBhFcBJ4mTlWJja8Uu1i0mtoYKZptTvYmobksXOx5JmsK6JTJ2P6eJOL38v+HMaJZyofFIvzQYS9/dY3OdtFbQyPlyLpBt8qVWaTrTHVzrRlyTNYN0Qj5kF4sR9YmOYqjYxv9ZFySzJBpbQqyK0t8QmKl2/isyt4xLGVQFdK2qzJhaylahLcxm7virooQLah0VVACcK320U0Epmoilixq3jhIra2Qq8FOHdPfjHb3Gaz+mmeH3NFU7UIpa3qRqNA5rtrJKZqBX/iNDeUVEStYvNYw0XyLnDgeoR786V+Bmt2UAinCPFX3oX3gMLorlRg8gw0QAAAABJRU5ErkJggg==');
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
.ctl_wizard section.question {
  margin-top: 30px;
}
.ctl_wizard section.question p {
  color: #050505;
  margin: 0;
}
.ctl_wizard section.question .filterRadio {
  padding-bottom: 20px;
  margin-top: 15px;
}
.ctl_wizard section.question .filterRadio li {
  padding: 0;
  margin: 0 0 10px 0;
  color: #050505;
}
.ctl_wizard section.question .filterRadio li.last {
  margin: 0;
}
.ctl_wizard section.question .filterRadio li input {
  margin-top: 0;
  position: relative;
  margin-right: 10px;
  top: -2px;
}
.ctl_wizard section.question .filterRadio li label {
  margin: 0;
}
/*	AJAX SLIDER
	------------------------ */
#content .ajaxSlider,
#content .bannerSlider {
  margin: 20px auto 50px;
  position: relative;
  height: 505px;
}
#content .ajaxSlider .loader,
#content .bannerSlider .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  background: transparent url(../img/ajax-loader.gif) no-repeat center;
  width: 60px;
  margin-left: -40px;
  margin-top: -28px;
  text-align: center;
  font-weight: 700;
  border: 0px none;
  padding: 0;
  height: 20px;
  z-index: 3;
  color: transparent;
}
#content .ajaxSlider .slide_numbers,
#content .bannerSlider .slide_numbers {
  position: absolute;
  right: 5px;
  top: 8px;
  color: #999;
  display: none;
}
#content .ajaxSlider .leftArrow,
#content .bannerSlider .leftArrow,
#content .ajaxSlider .rightArrow,
#content .bannerSlider .rightArrow {
  display: block;
  position: absolute;
  height: 64px;
  width: 28px;
  text-indent: -9999px;
  top: 50%;
  margin-top: -41px;
  z-index: 2;
  background-repeat: no-repeat;
}
#content .ajaxSlider .leftArrow,
#content .bannerSlider .leftArrow {
  background-position: 0;
  left: -5%;
  border: 0 none;
  border-left: 0 none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABACAYAAAAJQRcYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABh0RVh0Q3JlYXRpb24gVGltZQAwNS4wNi4yMDE0Oq6krgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAKoSURBVFiFvdnfi815HMfxR2ZZM5sk5Ga5kORCjLaNkV8lqbEXCjfrRkm5UMPVlrKK/8FIyY/cSImUUoiSbSU/EtavlJ9DMjtptZhzjov399sZE/k17+/r5tQ5F88+78/7/Xq/P+/Tohr9gi6MqYjnNvqxMxs0AX+hgbdYnA08iBreYU02bEsB68embNgfBaiG/dmwZSKEDZzE2EzYDDwQJ7uSCYLJ6EUddwp4mibgTAF7i7mZMDgswtiL5ZmgVnRr1tqGTBhs1kz/bgzPhK3AqwJ2BD9mwjoHwM5K7gIz8VAU9j1MzYSNx0VxsicFPE2jcFrU2r/4LRP2E/Zqpv/GTBhsE+n/BlvxQxZoGNbhP3G6fVmgUp3CG+s4JTwzTR0i7evFZ2pfG4unBew62jNhE0X4ykmrIxNG+GJNWNe6TNBwbBeneqeCSetPUWv92IERmbBVeC2S5Jhk95+HZ+LezqMtEwaPREbex7Rs2LAC1sBzUXvpGjgq7MiGteCmaKyzhaP8L+4yVaNxVIXuQmTnXRHa65JnlVIdImtrOIeRVUBXC2urYddQQ1s+8t0tMcPMwSy8wN9DCf2UjotT9mBhFcBJ4mTlWJja8Uu1i0mtoYKZptTvYmobksXOx5JmsK6JTJ2P6eJOL38v+HMaJZyofFIvzQYS9/dY3OdtFbQyPlyLpBt8qVWaTrTHVzrRlyTNYN0Qj5kF4sR9YmOYqjYxv9ZFySzJBpbQqyK0t8QmKl2/isyt4xLGVQFdK2qzJhaylahLcxm7virooQLah0VVACcK320U0Epmoilixq3jhIra2Qq8FOHdPfjHb3Gaz+mmeH3NFU7UIpa3qRqNA5rtrJKZqBX/iNDeUVEStYvNYw0XyLnDgeoR786V+Bmt2UAinCPFX3oX3gMLorlRg8gw0QAAAABJRU5ErkJggg==');
}
#content .ajaxSlider .leftArrow:hover,
#content .bannerSlider .leftArrow:hover {
  background-position: 0;
}
#content .ajaxSlider .rightArrow,
#content .bannerSlider .rightArrow {
  background-position: 0;
  right: -5%;
  border: 0 none;
  border-right: 0 none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABACAYAAAAJQRcYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABh0RVh0Q3JlYXRpb24gVGltZQAwNS4wNi4yMDE0Oq6krgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAK0SURBVFiFvdnPi9VVFADwzxs1xzIGzTQoRSpGFxomRAwj6MJQFwZabXKXC10p+AOEXFiLoD9A0aBcKEg/iBIKJH9FKeZCqIiyzB85ohut1ElmfDOvxbmvNwQtlM49q3kw8Hn3fM/33HPvg7fxF97COMnRhRa6sQUrs8F2nMYILmNBDbAXvxT0J0yqgS7GMEaxHz0ZyNgiuVQ+92N++ftwBvrveFek9gZeqgHOwCGR2lt4ugbaiz/FK/M9ZtZAlxR0BB/WAGE9mgXdWAt9v4DDWFsDnIYzooiu4Lka6JM4K1b6LR6sgb6AQbHST+4XvZft6DyGsBRzCnz8ftB7iW7sFam9i1eywXacLOhveKYGOBc/i050RbTD9Fims519iodroGvFPNTEmzVA2F3AQbxaA5yBI+J5Dqk0Ez2CP8Tz/AazaqCLcU28Lp//1z/9n4PvJVG1y/CUqNovyxdIi268o9OJ1mRiY9GvCzqAvhpoL34o6DmVtrM+8UxbohP1kHtaGsAdMYzNEceHQ4neP7FLpPYWXq4B9ojT2SgGuiqAj2M6GuJ5psZDOCVSek0clNJiKj4TqRyUfDCaKLatdsfZnok1sFnskUN4A+MzsXW4XcCPs6B29IsUtvAFnsjEFuJHnTPIlEzsUVwo2Dk8n4k9hmMFG8LyTKyBfQW7LcbGRhY2QZT8sCiUHVkQsYpNovSbeE/yJvuiuHAYFZdHkzOxZ3FVtK3TYiZNi7mi/FtiLJyfiU3FV2JlNyWXfzcOjsFWZWIPYI8okLvYlok1sEGn/HeK1aZhq8WpaAQfZUHtWCRSOIqjYhBKiwX4tWDXMTsT68J3Io0XMS8TmybS1xJNeUUm1hC3+e3y35qNbRZpbOL1bOw1nXftQCZGXEu2J60TksufaFtN8RNQeowXlzq/44Ma4N+QYLmygFP6cwAAAABJRU5ErkJggg==');
}
#content .ajaxSlider .rightArrow:hover,
#content .bannerSlider .rightArrow:hover {
  background-position: 0;
}
#content .ajaxSlider .sliding_container,
#content .bannerSlider .sliding_container {
  position: absolute;
  left: 0;
  width: 100%;
}
#content .ajaxSlider .sliding_container .slide,
#content .bannerSlider .sliding_container .slide {
  display: block;
}
#content .ajaxSlider .sliding_container .article_box,
#content .bannerSlider .sliding_container .article_box {
  height: 190px;
  width: 141px;
  float: left;
  margin: 0 18px;
  position: relative;
}
#content .ajaxSlider .sliding_container .article_box .title,
#content .bannerSlider .sliding_container .article_box .title {
  font-size: 11px;
  font-weight: 700;
  color: #333;
  width: 141px;
  display: block;
}
#content .ajaxSlider .sliding_container .article_box p.price,
#content .bannerSlider .sliding_container .article_box p.price {
  position: absolute;
  bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  margin: 0px;
  width: 105px;
}
#content .ajaxSlider .sliding_container .article_box a.artbox_thumb,
#content .bannerSlider .sliding_container .article_box a.artbox_thumb {
  width: 105px;
  height: 105px;
  display: block;
  margin: 0 auto 5px;
}
#content .ajaxSlider .sliding_container .article_box a.artbox_thumb:hover,
#content .bannerSlider .sliding_container .article_box a.artbox_thumb:hover {
  text-decoration: none;
}
#content .ajaxSlider .sliding_container .article_box .article_price_unit p,
#content .bannerSlider .sliding_container .article_box .article_price_unit p {
  margin: 0;
  font-size: 10px;
  color: #aaaaaa;
}
#content .ajaxSlider h2,
#content .bannerSlider h2 {
  border: 0 none;
  font-family: "HelveticaNeueW01-45Ligh", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.ctl_wizard #top-module {
  position: static!important;
}
.ctl_wizard #content {
  padding-top: 20px!important;
}
.ctl_wizard .listing-poles {
  background-color: #FFFFFF;
  display: block;
  height: auto;
  line-height: 1.42857;
  margin-bottom: 18px;
  max-width: 100%;
  padding: 10px;
  transition: all 0.2s ease-in-out 0s;
}
.ctl_wizard .listing-poles .pole-image {
  max-height: 400px;
}
.ctl_wizard .listing-poles.realated {
  margin-top: 50px;
}
.ctl_wizard .listing-poles.similar .pole-image {
  max-height: 420px;
}
.ctl_wizard .listing-poles.similar .rotate-pole {
  margin-top: 81px;
}
.ctl_wizard .listing-poles .price-wrapper {
  color: #C52E2D;
  font-size: 20px;
  height: 30px;
  margin: -20px 0 0 0px;
}
.ctl_wizard .listing-poles .image-wrapper {
  text-align: center;
}
.ctl_wizard .listing-poles .title {
  color: #333;
}
.ctl_wizard h2 {
  border: 0 none;
  font-family: "HelveticaNeueW01-45Ligh", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.ctl_wizard h2.headline {
  font-size: 24px;
}
.ctl_storelocator .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 180px;
}
.ctl_storelocator .neom-emotion-element {
  overflow: visible;
}
.ctl_storelocator #itemsWrap .page {
  display: none;
}
.ctl_storelocator #itemsWrap .page.active {
  display: block;
}
.ctl_storelocator #storeLocator #storeWrap .height-storelocator .neom-emotion-element {
  height: 766px;
  position: relative;
}
.ctl_storelocator #storeLocator #storeWrap .height-storelocator .neom-emotion-element #pagination {
  position: absolute;
  bottom: 0;
  padding-left: 20px!important;
}
.ctl_storelocator #storeLocator #storeWrap .height-storelocator .neom-emotion-element #pagination .navigation {
  width: 299px!important;
}
.ctl_storelocator #storeLocator #storeWrap .height-storelocator .neom-emotion-element #pagination .navigation .jPag-current {
  /*color: #fff!important;
								border: 1px solid #ccc!important;
								background-color: #333!important;*/
}
.ctl_storelocator #storeLocator #storeWrap .height-storelocator .neom-emotion-element #itemsWrap {
  height: 705px;
  width: 100%;
  overflow-y: scroll;
}
.ctl_storelocator #storeLocator #storeWrap .height-storelocator .neom-emotion-element #itemsWrap .itemWrap {
  padding: 18px 18px 0 18px;
  border: 0px solid transparent;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50–12.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  background-color: #fff;
}
.ctl_storelocator #storeLocator #storeWrap .height-storelocator .neom-emotion-element #itemsWrap .itemWrap .innerLeft {
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50–12.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.ctl_storelocator #storeLocator #storeWrap .height-storelocator .neom-emotion-element #itemsWrap .itemWrap .innerLeft h2 {
  font-size: 18px;
  margin-bottom: 7px;
}
.ctl_storelocator #storeLocator #storeWrap .height-storelocator .neom-emotion-element #itemsWrap .itemWrap .innerLeft .showOnMap p {
  margin: 0!important;
}
.ctl_storelocator #storeLocator #storeWrap .height-storelocator .neom-emotion-element #itemsWrap .itemWrap .innerLeft .showOnMap p a {
  display: inline;
  color: #666666;
}
.ctl_storelocator #storeLocator #storeWrap .height-storelocator .neom-emotion-element #itemsWrap .itemWrap .innerLeft .showOnMap br {
  display: block;
  height: 2px;
  line-height: 2px;
  content: '';
}
.ctl_storelocator #storeLocator #storeWrap .height-storelocator .neom-emotion-element #itemsWrap .itemWrap .innerLeft .NetiRoute {
  position: absolute;
  right: 20px;
  width: auto;
  height: auto;
  bottom: 0px;
  text-align: right;
}
.ctl_storelocator #storeLocator #storeWrap .height-storelocator .neom-emotion-element #itemsWrap .itemWrap .innerLeft .NetiRoute p {
  margin: 0 0 2px 0;
}
.ctl_storelocator #storeLocator #storeWrap .height-storelocator .neom-emotion-element #itemsWrap .itemWrap:hover {
  background-color: #f5f5f5;
}
.ctl_storelocator #storeLocator #storeWrap .height-storelocator .neom-emotion-element #itemsWrap .itemWrap .innerRight {
  display: none;
}
.ctl_storelocator #NetiRouteSRTModal .netiStoreLocatorNaviInformations-wrapper {
  padding: 20px 35px;
}
.ctl_storelocator #NetiRouteSRTModal .netiStoreLocatorWayPoints-wrapper {
  overflow: inherit;
  height: inherit;
}
.ctl_storelocator #NetiStoreLocatorMap {
  height: 766px;
}
/*
#compareContainerAjax{

	#comparebutton{
		display:block;
	}


	.text{
		margin-top:10px;
		text-align:center;
		padding:2px;
	}


}
*/
#compare-tabs {
  border-bottom: 0;
}
#compare-tabs li.active a {
  background-color: #f9f9f9;
}
#compare-content .tab-pane {
  overflow-x: scroll;
}
#compare-content .tab-pane strong {
  font-weight: bold;
}
#comparepopover tr:first-child td {
  border-top: none;
}
#comparepopover .rowtitle {
  font-weight: bold;
  padding: 10px 0 0 0;
}
.ctl_detail,
.ctl_wizard {
  /*
  .breadcrumb{
      background: none repeat scroll 0 0 #fff;
      margin-top: -60px;
      padding: 60px 0 8px;
      position: fixed;
      z-index: 3;
      width: 100%;
  }
  */
}
.ctl_detail li.compare-detail,
.ctl_wizard li.compare-detail {
  position: relative;
}
.ctl_detail li.compare-detail .compare_add_article,
.ctl_wizard li.compare-detail .compare_add_article {
  position: relative;
}
.ctl_detail li.compare-detail #compareContainerAjax,
.ctl_wizard li.compare-detail #compareContainerAjax {
  display: inline;
  position: absolute;
}
.ctl_detail li.compare-detail #compareContainerAjax .overview-left-box,
.ctl_wizard li.compare-detail #compareContainerAjax .overview-left-box {
  padding: 0;
}
.ctl_detail li.compare-detail #compareContainerAjax #comparebutton,
.ctl_wizard li.compare-detail #compareContainerAjax #comparebutton {
  color: white;
  display: block;
}
.ctl_detail .upprice_config .row,
.ctl_wizard .upprice_config .row {
  padding: 10px 0 0 0;
}
.ctl_detail .price-large span,
.ctl_wizard .price-large span {
  font-size: 20px;
  font-weight: normal;
}
.ctl_detail .fixed,
.ctl_wizard .fixed {
  top: 80px;
  position: fixed;
  background: #fff;
  display: none;
  z-index: 2;
}
.ctl_detail .fixed .text-success,
.ctl_wizard .fixed .text-success,
.ctl_detail .fixed .btn-light,
.ctl_wizard .fixed .btn-light,
.ctl_detail .fixed .list-doubleangle,
.ctl_wizard .fixed .list-doubleangle,
.ctl_detail .fixed #sQuantity,
.ctl_wizard .fixed #sQuantity,
.ctl_detail .fixed #detailBuyInfoNotAvailable,
.ctl_wizard .fixed #detailBuyInfoNotAvailable {
  display: none;
}
.ctl_detail .fixed .breadcrumb,
.ctl_wizard .fixed .breadcrumb {
  top: 0;
  margin: 0 0 0 -135px;
}
.ctl_detail .fixed .product-headline,
.ctl_wizard .fixed .product-headline {
  width: 800px;
}
.ctl_detail .socials,
.ctl_wizard .socials {
  font-size: 20px;
}
.ctl_detail #detailBuyInfoNotAvailable,
.ctl_wizard #detailBuyInfoNotAvailable {
  padding: 10px 0 0 0;
}
.ctl_detail #top-module,
.ctl_wizard #top-module {
  background-color: white;
  height: 500px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.ctl_detail #content,
.ctl_wizard #content {
  padding-top: 100px;
}
.ctl_detail #content .product-wrapper,
.ctl_wizard #content .product-wrapper {
  position: relative;
}
.ctl_detail .produkt-nav-arrows .arrow,
.ctl_wizard .produkt-nav-arrows .arrow {
  position: absolute;
  height: 64px;
  width: 28px;
  background-repeat: no-repeat;
  z-index: 10;
  top: 170px;
  z-index: 1;
}
.ctl_detail .produkt-nav-arrows .arrow.prev,
.ctl_wizard .produkt-nav-arrows .arrow.prev {
  left: -10%;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABACAYAAAAJQRcYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABh0RVh0Q3JlYXRpb24gVGltZQAwNS4wNi4yMDE0Oq6krgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAKoSURBVFiFvdnfi815HMfxR2ZZM5sk5Ga5kORCjLaNkV8lqbEXCjfrRkm5UMPVlrKK/8FIyY/cSImUUoiSbSU/EtavlJ9DMjtptZhzjov399sZE/k17+/r5tQ5F88+78/7/Xq/P+/Tohr9gi6MqYjnNvqxMxs0AX+hgbdYnA08iBreYU02bEsB68embNgfBaiG/dmwZSKEDZzE2EzYDDwQJ7uSCYLJ6EUddwp4mibgTAF7i7mZMDgswtiL5ZmgVnRr1tqGTBhs1kz/bgzPhK3AqwJ2BD9mwjoHwM5K7gIz8VAU9j1MzYSNx0VxsicFPE2jcFrU2r/4LRP2E/Zqpv/GTBhsE+n/BlvxQxZoGNbhP3G6fVmgUp3CG+s4JTwzTR0i7evFZ2pfG4unBew62jNhE0X4ykmrIxNG+GJNWNe6TNBwbBeneqeCSetPUWv92IERmbBVeC2S5Jhk95+HZ+LezqMtEwaPREbex7Rs2LAC1sBzUXvpGjgq7MiGteCmaKyzhaP8L+4yVaNxVIXuQmTnXRHa65JnlVIdImtrOIeRVUBXC2urYddQQ1s+8t0tMcPMwSy8wN9DCf2UjotT9mBhFcBJ4mTlWJja8Uu1i0mtoYKZptTvYmobksXOx5JmsK6JTJ2P6eJOL38v+HMaJZyofFIvzQYS9/dY3OdtFbQyPlyLpBt8qVWaTrTHVzrRlyTNYN0Qj5kF4sR9YmOYqjYxv9ZFySzJBpbQqyK0t8QmKl2/isyt4xLGVQFdK2qzJhaylahLcxm7virooQLah0VVACcK320U0Epmoilixq3jhIra2Qq8FOHdPfjHb3Gaz+mmeH3NFU7UIpa3qRqNA5rtrJKZqBX/iNDeUVEStYvNYw0XyLnDgeoR786V+Bmt2UAinCPFX3oX3gMLorlRg8gw0QAAAABJRU5ErkJggg==');
}
.ctl_detail .produkt-nav-arrows .arrow.next,
.ctl_wizard .produkt-nav-arrows .arrow.next {
  left: 110%;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABACAYAAAAJQRcYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABh0RVh0Q3JlYXRpb24gVGltZQAwNS4wNi4yMDE0Oq6krgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAK0SURBVFiFvdnPi9VVFADwzxs1xzIGzTQoRSpGFxomRAwj6MJQFwZabXKXC10p+AOEXFiLoD9A0aBcKEg/iBIKJH9FKeZCqIiyzB85ohut1ElmfDOvxbmvNwQtlM49q3kw8Hn3fM/33HPvg7fxF97COMnRhRa6sQUrs8F2nMYILmNBDbAXvxT0J0yqgS7GMEaxHz0ZyNgiuVQ+92N++ftwBvrveFek9gZeqgHOwCGR2lt4ugbaiz/FK/M9ZtZAlxR0BB/WAGE9mgXdWAt9v4DDWFsDnIYzooiu4Lka6JM4K1b6LR6sgb6AQbHST+4XvZft6DyGsBRzCnz8ftB7iW7sFam9i1eywXacLOhveKYGOBc/i050RbTD9Fims519iodroGvFPNTEmzVA2F3AQbxaA5yBI+J5Dqk0Ez2CP8Tz/AazaqCLcU28Lp//1z/9n4PvJVG1y/CUqNovyxdIi268o9OJ1mRiY9GvCzqAvhpoL34o6DmVtrM+8UxbohP1kHtaGsAdMYzNEceHQ4neP7FLpPYWXq4B9ojT2SgGuiqAj2M6GuJ5psZDOCVSek0clNJiKj4TqRyUfDCaKLatdsfZnok1sFnskUN4A+MzsXW4XcCPs6B29IsUtvAFnsjEFuJHnTPIlEzsUVwo2Dk8n4k9hmMFG8LyTKyBfQW7LcbGRhY2QZT8sCiUHVkQsYpNovSbeE/yJvuiuHAYFZdHkzOxZ3FVtK3TYiZNi7mi/FtiLJyfiU3FV2JlNyWXfzcOjsFWZWIPYI8okLvYlok1sEGn/HeK1aZhq8WpaAQfZUHtWCRSOIqjYhBKiwX4tWDXMTsT68J3Io0XMS8TmybS1xJNeUUm1hC3+e3y35qNbRZpbOL1bOw1nXftQCZGXEu2J60TksufaFtN8RNQeowXlzq/44Ma4N+QYLmygFP6cwAAAABJRU5ErkJggg==');
}
.ctl_detail #detailbox,
.ctl_wizard #detailbox {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
.ctl_detail #detailbox.glove,
.ctl_wizard #detailbox.glove {
  margin-bottom: 10px;
}
.ctl_detail #detailbox .product-headline,
.ctl_wizard #detailbox .product-headline {
  /*
      background: none repeat scroll 0 0 #fff;
      margin-top: -37px;
      padding-top: 32px;
      position: fixed;
      z-index: 3;
      */
}
.ctl_detail #detailbox .product-headline hgroup,
.ctl_wizard #detailbox .product-headline hgroup {
  padding-bottom: 0;
  margin: 0;
}
.ctl_detail #detailbox .product-headline hgroup h1,
.ctl_wizard #detailbox .product-headline hgroup h1 {
  /*padding:0 0 30px 0;*/
  font-size: 27px;
  text-transform: uppercase;
  margin: -2px 0 0 0;
}
.ctl_detail #detailbox .product-headline .social,
.ctl_wizard #detailbox .product-headline .social {
  position: relative;
  top: -4px;
}
.ctl_detail #detailbox .product-headline .social i,
.ctl_wizard #detailbox .product-headline .social i {
  font-size: 18px;
  opacity: .5;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50–12.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.ctl_detail #detailbox .product-headline .social i:hover,
.ctl_wizard #detailbox .product-headline .social i:hover {
  opacity: 1;
}
.ctl_detail #detailbox .description,
.ctl_wizard #detailbox .description {
  margin-bottom: 17px;
}
.ctl_detail #detailbox .pictogramme,
.ctl_wizard #detailbox .pictogramme {
  margin-top: 40px;
}
.ctl_detail #detailbox .pictogramme .picto .icon,
.ctl_wizard #detailbox .pictogramme .picto .icon {
  padding: 0;
}
.ctl_detail #detailbox .pictogramme .picto .icon div,
.ctl_wizard #detailbox .pictogramme .picto .icon div {
  background-image: url('../img/detail-icons.jpg');
  background-repeat: no-repeat;
  background-size: 150px 150px;
  height: 50px;
  width: 47px;
}
.ctl_detail #detailbox .pictogramme .picto .icon div.size,
.ctl_wizard #detailbox .pictogramme .picto .icon div.size {
  background-position: -97px 0;
}
.ctl_detail #detailbox .pictogramme .picto .icon div.weight,
.ctl_wizard #detailbox .pictogramme .picto .icon div.weight {
  background-position: -48px 0px;
}
.ctl_detail #detailbox .pictogramme .picto .icon div.glove-material,
.ctl_wizard #detailbox .pictogramme .picto .icon div.glove-material {
  background-position: 0 -54px;
}
.ctl_detail #detailbox .pictogramme .picto .icon div.material,
.ctl_wizard #detailbox .pictogramme .picto .icon div.material {
  background-position: 0 0;
}
.ctl_detail #detailbox .pictogramme .picto .icon div:hover,
.ctl_wizard #detailbox .pictogramme .picto .icon div:hover {
  border-color: #525252;
}
.ctl_detail #detailbox .pictogramme .picto.size .popover .popover-content,
.ctl_wizard #detailbox .pictogramme .picto.size .popover .popover-content {
  /*
              border: 1px solid #f5f5f5;
              background-color: #f5f5f5;

              p{
                  margin-bottom: 0;
                  padding: 5px 0 3px 0;
                  &.first{
                      padding-top: 2px;
                  }
                  &.dark{
                  }
                  &.light{
                      background-color: #fff;
                  }
              }
              */
}
.ctl_detail #detailbox .pictogramme .picto.size .popover .popover-content p,
.ctl_wizard #detailbox .pictogramme .picto.size .popover .popover-content p {
  padding: 0;
  margin: 0;
}
.ctl_detail #detailbox .pictogramme .icon-set,
.ctl_wizard #detailbox .pictogramme .icon-set {
  z-index: 300;
}
.ctl_detail #detailbox .pictogramme .icon-set .icons,
.ctl_wizard #detailbox .pictogramme .icon-set .icons {
  background-image: url("/templates/_theme/frontend/_resources/img/overview-icons.svg");
  cursor: pointer;
  margin: 10px 10px 0 0;
  background-repeat: no-repeat;
}
.ctl_detail #detailbox .pictogramme .icon-set .popover .popover-content.sizePopover,
.ctl_wizard #detailbox .pictogramme .icon-set .popover .popover-content.sizePopover {
  margin: 0;
  padding: 0;
}
.ctl_detail #detailbox .pictogramme .icon-set table.sizeColorTable,
.ctl_wizard #detailbox .pictogramme .icon-set table.sizeColorTable {
  min-width: 200px;
}
.ctl_detail #detailbox .pictogramme .icon-set table.sizeColorTable tbody > tr,
.ctl_wizard #detailbox .pictogramme .icon-set table.sizeColorTable tbody > tr,
.ctl_detail #detailbox .pictogramme .icon-set table.sizeColorTable tbody > tr > td,
.ctl_wizard #detailbox .pictogramme .icon-set table.sizeColorTable tbody > tr > td,
.ctl_detail #detailbox .pictogramme .icon-set table.sizeColorTable ul,
.ctl_wizard #detailbox .pictogramme .icon-set table.sizeColorTable ul,
.ctl_detail #detailbox .pictogramme .icon-set table.sizeColorTable li,
.ctl_wizard #detailbox .pictogramme .icon-set table.sizeColorTable li {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ctl_detail #detailbox .pictogramme .icon-set table.sizeColorTable .color,
.ctl_wizard #detailbox .pictogramme .icon-set table.sizeColorTable .color {
  margin: 1px;
}
.ctl_detail #detailbox .pictogramme .icon-set table.sizeColorTable .size,
.ctl_wizard #detailbox .pictogramme .icon-set table.sizeColorTable .size {
  background-color: #fbfbfb;
  color: #cbcbcb;
  font-size: 12px;
  margin: 1px;
  line-height: 20px;
}
.ctl_detail #detailbox .pictogramme .icon-set table.sizeColorTable .size.avail,
.ctl_wizard #detailbox .pictogramme .icon-set table.sizeColorTable .size.avail {
  background-color: #f2f2f2;
  color: #000000;
}
.ctl_detail #detailbox .pictogramme .icon-set table.sizeColorTable .size i,
.ctl_wizard #detailbox .pictogramme .icon-set table.sizeColorTable .size i {
  font-size: 10px;
  margin-right: 8px;
  line-height: 20px;
}
.ctl_detail #detailbox .pictogramme .icon-set table.sizeColorTable ul,
.ctl_wizard #detailbox .pictogramme .icon-set table.sizeColorTable ul {
  list-style-type: none;
}
.ctl_detail #detailbox .pictogramme .icon-set table.sizeColorTable ul li,
.ctl_wizard #detailbox .pictogramme .icon-set table.sizeColorTable ul li {
  list-style-type: none;
}
.ctl_detail #detailbox .pictogramme .icon-set .icons,
.ctl_wizard #detailbox .pictogramme .icon-set .icons {
  height: 30px;
  width: 35px;
  margin: 0 15px 0 0;
  float: left;
}
.ctl_detail #detailbox .pictogramme .icon-set .icons.icon-size,
.ctl_wizard #detailbox .pictogramme .icon-set .icons.icon-size {
  background-position: -49px -47px;
}
.ctl_detail #detailbox .pictogramme .icon-set .icons.icon-material-glove,
.ctl_wizard #detailbox .pictogramme .icon-set .icons.icon-material-glove {
  background-position: -6px -93px;
}
.ctl_detail #detailbox .pictogramme .icon-set .icons.icon-insert-material,
.ctl_wizard #detailbox .pictogramme .icon-set .icons.icon-insert-material {
  background-position: -51px -96px;
}
.ctl_detail #detailbox .pictogramme .icon-set .icons.icon-main-material,
.ctl_wizard #detailbox .pictogramme .icon-set .icons.icon-main-material {
  background-position: -9px -96px;
}
.ctl_detail #detailbox #buybox,
.ctl_wizard #detailbox #buybox {
  /*
      position: fixed;
      width: 258px;
      */
}
.ctl_detail #detailbox #buybox .price-pseudo,
.ctl_wizard #detailbox #buybox .price-pseudo {
  font-size: 14px;
}
.ctl_detail #detailbox #buybox .price-info,
.ctl_wizard #detailbox #buybox .price-info {
  margin: 0;
  font-size: 13px;
}
.ctl_detail #detailbox .list-small,
.ctl_wizard #detailbox .list-small {
  font-size: 12px;
  margin: 0px;
  padding: 0 0 10px 0;
}
.ctl_detail #detailbox .list-small li,
.ctl_wizard #detailbox .list-small li {
  padding: 0 0 5px 0;
}
.ctl_detail #poles-left,
.ctl_wizard #poles-left {
  position: relative;
  z-index: 2;
  padding: 40px 0 0 0;
  min-height: 50px;
}
.ctl_detail #poles-left .inner-scroller,
.ctl_wizard #poles-left .inner-scroller {
  position: relative;
}
.ctl_detail #poles-left .inner-scroller .image img,
.ctl_wizard #poles-left .inner-scroller .image img {
  height: 100%;
}
.ctl_detail #poles-left .inner-scroller .buybox-left,
.ctl_wizard #poles-left .inner-scroller .buybox-left {
  background-color: white;
  padding: 20px 15px 15px 15px;
  position: relative;
  opacity: 0;
}
.ctl_detail #poles-left .inner-scroller .buybox-left .thumbnails .badges,
.ctl_wizard #poles-left .inner-scroller .buybox-left .thumbnails .badges {
  position: absolute;
  right: 1px;
  top: -10px;
  z-index: 0;
}
.ctl_detail #poles-left .inner-scroller .buybox-left .thumbnails .badges span,
.ctl_wizard #poles-left .inner-scroller .buybox-left .thumbnails .badges span {
  font-size: 24px;
}
.ctl_detail #poles-left .inner-scroller .buybox-left .thumbnails .badges span.pseude-article,
.ctl_wizard #poles-left .inner-scroller .buybox-left .thumbnails .badges span.pseude-article {
  padding: 12px 0 0 12px !important;
}
.ctl_detail #gloves-left #big-image img,
.ctl_wizard #gloves-left #big-image img {
  width: 85%;
}
.ctl_detail #lower-content .detail-tabs,
.ctl_wizard #lower-content .detail-tabs {
  position: relative;
  z-index: 1;
  border: none;
}
.ctl_detail #lower-content .detail-tabs li,
.ctl_wizard #lower-content .detail-tabs li {
  background-color: #666666;
  margin-right: 10px;
}
.ctl_detail #lower-content .detail-tabs li a,
.ctl_wizard #lower-content .detail-tabs li a {
  color: white;
  margin: 0;
}
.ctl_detail #lower-content .detail-tabs li.active,
.ctl_wizard #lower-content .detail-tabs li.active {
  background-color: #e7e7e7;
}
.ctl_detail #lower-content .detail-tabs li.active a,
.ctl_wizard #lower-content .detail-tabs li.active a {
  color: #3e3e3e;
}
.ctl_detail .tab-content .videoWrapper,
.ctl_wizard .tab-content .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.ctl_detail .tab-content .videoWrapper iframe,
.ctl_wizard .tab-content .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ctl_detail .tab-content .related-product-box,
.ctl_wizard .tab-content .related-product-box {
  padding: 2% 8% 0 8%;
}
.ctl_detail .tab-content .related-product-box img,
.ctl_wizard .tab-content .related-product-box img {
  margin: 0 auto;
}
.ctl_detail .tab-content .additionaltext,
.ctl_wizard .tab-content .additionaltext {
  color: #C52E2D;
}
.ctl_detail .tab-content .badges,
.ctl_wizard .tab-content .badges {
  position: absolute;
  right: 20px;
  top: 35px;
  z-index: 0;
}
.ctl_detail .tab-content .badges span,
.ctl_wizard .tab-content .badges span {
  background-image: linear-gradient(to right, #871f1f 0%, #c52e2d 100%);
  background-repeat: repeat-x;
  border-radius: 25px;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-weight: normal;
  height: 35px;
  margin: 0 0 5px;
  padding: 9px 0 0 6px;
  transform: rotate(12deg);
  width: 35px;
}
.ctl_detail .tab-content .listing-poles,
.ctl_wizard .tab-content .listing-poles {
  background-color: #FFFFFF;
  display: block;
  height: auto;
  line-height: 1.42857;
  margin-bottom: 18px;
  max-width: 100%;
  padding: 10px;
  transition: all 0.2s ease-in-out 0s;
}
.ctl_detail .tab-content .listing-poles .pole-image,
.ctl_wizard .tab-content .listing-poles .pole-image {
  max-height: 400px;
}
.ctl_detail .tab-content .listing-poles.realated,
.ctl_wizard .tab-content .listing-poles.realated {
  margin-top: 50px;
}
.ctl_detail .tab-content .listing-poles.similar .pole-image,
.ctl_wizard .tab-content .listing-poles.similar .pole-image {
  max-height: 420px;
}
.ctl_detail .tab-content .listing-poles.similar .rotate-pole,
.ctl_wizard .tab-content .listing-poles.similar .rotate-pole {
  margin-top: 81px;
}
.ctl_detail .tab-content .listing-gloves,
.ctl_wizard .tab-content .listing-gloves {
  background-color: #FFFFFF;
  display: block;
  height: auto;
  line-height: 1.42857;
  margin-bottom: 18px;
  max-width: 100%;
  padding: 10px;
  transition: all 0.2s ease-in-out 0s;
}
.ctl_detail .tab-content .listing-gloves .image-wrapper,
.ctl_wizard .tab-content .listing-gloves .image-wrapper {
  min-height: 250px;
}
.ctl_detail .tab-content .listing-gloves .image-wrapper img,
.ctl_wizard .tab-content .listing-gloves .image-wrapper img {
  max-width: 210px;
}
.ctl_detail .tab-content .listing-gloves.realated,
.ctl_wizard .tab-content .listing-gloves.realated {
  margin-top: 50px;
}
.ctl_detail .tab-content .listing-gloves.similar .pole-image,
.ctl_wizard .tab-content .listing-gloves.similar .pole-image {
  max-height: 420px;
}
.ctl_detail .tab-content .listing-gloves.similar .rotate-pole,
.ctl_wizard .tab-content .listing-gloves.similar .rotate-pole {
  margin-top: 81px;
}
.ctl_detail .tab-content .image-wrapper,
.ctl_wizard .tab-content .image-wrapper {
  margin: 0 0 0 50px;
}
.ctl_detail .tab-content .title-wrapper h3,
.ctl_wizard .tab-content .title-wrapper h3 {
  font-family: "HelveticaNeueW01-45Norm", Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.ctl_detail .tab-content .title-wrapper h3 a,
.ctl_wizard .tab-content .title-wrapper h3 a {
  color: #333333;
}
.ctl_detail .tab-content .price-wrapper,
.ctl_wizard .tab-content .price-wrapper {
  color: #C52E2D;
  font-size: 20px;
  height: 30px;
}
.ctl_detail .tab-content #related .page-header,
.ctl_wizard .tab-content #related .page-header {
  border: none;
}
.ctl_detail .tab-content #related .page-header h3,
.ctl_wizard .tab-content #related .page-header h3 {
  margin: 0;
}
.ctl_detail .tab-content #description .dl-horizontal,
.ctl_wizard .tab-content #description .dl-horizontal {
  margin: 0;
}
.ctl_detail .tab-content #description .dl-horizontal dt,
.ctl_wizard .tab-content #description .dl-horizontal dt {
  width: 30%;
}
.ctl_detail .tab-content #description .dl-horizontal .light,
.ctl_wizard .tab-content #description .dl-horizontal .light,
.ctl_detail .tab-content #description .dl-horizontal .dark,
.ctl_wizard .tab-content #description .dl-horizontal .dark {
  padding: 10px;
}
.ctl_detail .tab-content #description .dl-horizontal .light,
.ctl_wizard .tab-content #description .dl-horizontal .light {
  background-color: #fcfcfc;
}
.ctl_detail .tab-content #description .dl-horizontal .dark,
.ctl_wizard .tab-content #description .dl-horizontal .dark {
  background-color: #f5f5f5;
}
.ctl_detail .tab-content #description .dl-horizontal dd::before,
.ctl_wizard .tab-content #description .dl-horizontal dd::before,
.ctl_detail .tab-content #description .dl-horizontal dd::after,
.ctl_wizard .tab-content #description .dl-horizontal dd::after {
  content: initial;
}
.ctl_detail .emotion > .row .col-sm-5,
.ctl_wizard .emotion > .row .col-sm-5 {
  -webkit-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  -o-filter: grayscale(80%);
  filter: grayscale(80%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-transition: all 0.6s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.6s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.6s ease-out;
  /* Opera 10.50–12.00 */
  transition: all 0.6s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.ctl_detail .emotion > .row:hover .col-sm-5,
.ctl_wizard .emotion > .row:hover .col-sm-5 {
  -webkit-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.ctl_listing .panel-account,
.ctl_wizard .panel-account {
  margin: 10px 0;
  background-color: #666666;
}
.ctl_listing .panel-account h3,
.ctl_wizard .panel-account h3 {
  color: #fff;
  font-size: 13px;
  padding: 10px 0 0;
  text-transform: uppercase;
}
.ctl_listing .flexslider,
.ctl_wizard .flexslider {
  margin: 0 -5px;
}
.ctl_listing .flexslider .flex-viewport ul li.acc img,
.ctl_wizard .flexslider .flex-viewport ul li.acc img {
  max-height: 180px;
}
.ctl_listing .flexslider .flex-viewport ul li.stock img,
.ctl_wizard .flexslider .flex-viewport ul li.stock img {
  max-height: 420px;
}
.ctl_listing .flexslider .flex-viewport ul li .thumbnail,
.ctl_wizard .flexslider .flex-viewport ul li .thumbnail {
  margin: 0 5px;
  padding: 10px;
}
.ctl_listing .flexslider .flex-viewport ul li .thumbnail .title-wrapper,
.ctl_wizard .flexslider .flex-viewport ul li .thumbnail .title-wrapper {
  padding-bottom: 10px;
}
.ctl_listing .flexslider .flex-viewport ul li .thumbnail .title-wrapper h3,
.ctl_wizard .flexslider .flex-viewport ul li .thumbnail .title-wrapper h3 {
  font-family: "HelveticaNeueW01-45Norm", Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.ctl_listing .flexslider .flex-viewport ul li .thumbnail .title-wrapper h3 a,
.ctl_wizard .flexslider .flex-viewport ul li .thumbnail .title-wrapper h3 a {
  color: #333333;
}
.ctl_listing .flexslider .flex-viewport ul li .thumbnail .caption,
.ctl_wizard .flexslider .flex-viewport ul li .thumbnail .caption {
  color: #c52e2d;
  font-size: 20px;
  height: 40px;
  padding: 10px 0;
}
.ctl_listing .panel-neom,
.ctl_wizard .panel-neom {
  margin-bottom: 10px;
}
.ctl_listing ul.thumbnails,
.ctl_wizard ul.thumbnails {
  margin: 0;
}
.ctl_listing .thumbnails .thumbnail,
.ctl_wizard .thumbnails .thumbnail {
  opacity: 0;
  margin-bottom: 10px;
}
.ctl_listing .thumbnails .thumbnail:hover .hide-me,
.ctl_wizard .thumbnails .thumbnail:hover .hide-me {
  opacity: 1;
}
.ctl_listing .thumbnails .thumbnail .hide-me,
.ctl_wizard .thumbnails .thumbnail .hide-me {
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  -webkit-transition: opacity 0.1s ease-out 0.1s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: opacity 0.1s ease-out 0.1s ease-out;
  /* Firefox 4-15 */
  -o-transition: opacity 0.1s ease-out 0.1s ease-out;
  /* Opera 10.50–12.00 */
  transition: opacity 0.1s ease-out 0.1s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  opacity: 0;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper,
.ctl_wizard .thumbnails .thumbnail .item-wrapper {
  position: relative;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .title-wrapper,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .title-wrapper {
  margin: 0 0 10px 0;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .title-wrapper h4,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .title-wrapper h4 {
  font-size: 16px;
  font-family: "HelveticaNeueW01-45Norm", Arial, sans-serif;
  text-transform: uppercase;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .title-wrapper h4 a,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .title-wrapper h4 a {
  color: #333;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .title-wrapper .additionaltext,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .title-wrapper .additionaltext {
  color: #C52E2D;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'HelveticaNeueW02-75Bold', Arial, sans-serif;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .icon-set,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .icon-set {
  z-index: 300;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .icon-set .icons,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .icon-set .icons {
  background-image: url("/templates/_theme/frontend/_resources/img/overview-icons.svg");
  cursor: pointer;
  margin: 10px 10px 0 0;
  background-repeat: no-repeat;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .icon-set .popover .popover-content.sizePopover,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .icon-set .popover .popover-content.sizePopover {
  margin: 0;
  padding: 0;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable {
  min-width: 200px;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable tbody > tr,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable tbody > tr,
.ctl_listing .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable tbody > tr > td,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable tbody > tr > td,
.ctl_listing .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable ul,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable ul,
.ctl_listing .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable li,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable li {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable .color,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable .color {
  margin: 1px;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable .size,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable .size {
  background-color: #fbfbfb;
  color: #cbcbcb;
  font-size: 12px;
  margin: 1px;
  line-height: 20px;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable .size.avail,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable .size.avail {
  background-color: #f2f2f2;
  color: #000000;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable .size i,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable .size i {
  font-size: 10px;
  margin-right: 8px;
  line-height: 20px;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable ul,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable ul {
  list-style-type: none;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable ul li,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .icon-set table.sizeColorTable ul li {
  list-style-type: none;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .award-set,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .award-set {
  position: absolute;
  z-index: 300;
  text-align: center;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .award-set > .award,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .award-set > .award {
  padding: 5px;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .award-set.pole,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .award-set.pole {
  top: 170px;
  left: 10px;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .badges,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .badges {
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 999;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .badges span,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .badges span {
  border-radius: 25px;
  margin: 0 0 5px 0;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: normal;
  height: 35px;
  padding: 9px 0 0 6px;
  width: 35px;
  overflow: hidden;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .badges span.new-article,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .badges span.new-article {
  background-image: linear-gradient(to right, #871f1f 0%, #c52e2d 100%);
  background-color: #c52e2d;
  background-repeat: repeat-x;
  -webkit-transform: perspective(1px) rotate(10deg);
  -moz-transform: perspective(1px) rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: perspective(1px) rotate(10deg);
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .badges span.new-article-de,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .badges span.new-article-de {
  padding: 10px 0 0 5px;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .badges span.new-article-it,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .badges span.new-article-it {
  padding: 12px 0 0 1px;
  font-size: 9px;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .badges span.new-article-fr,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .badges span.new-article-fr {
  padding: 7px 0 0 0px;
  font-size: 10px;
  text-align: center;
  line-height: 100%;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .badges span.new-article-en,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .badges span.new-article-en {
  padding: 10px 0 0 4px;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .badges span.new-article-cz,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .badges span.new-article-cz {
  padding: 11px 0 0 2px;
  font-size: 11px;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .badges span.new-article-si,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .badges span.new-article-si {
  padding: 10px 0 0 1px;
  font-size: 11px;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .badges span.hightlight-article,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .badges span.hightlight-article {
  background-image: url("/templates/_theme/frontend/_resources/img/top-icon.png");
  text-indent: -100px;
  top: 55px;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .badges span.pseude-article,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .badges span.pseude-article {
  padding: 12px 0 0 16px !important;
  background-image: url("/templates/_theme/frontend/_resources/img/prozent-icon.png");
  text-indent: -100px;
  top: 110px;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .button-wrapper,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .button-wrapper {
  text-align: right;
  background-color: #C52E2D;
  padding: 10px;
  position: relative;
  z-index: 200;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .button-wrapper a,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .button-wrapper a {
  color: #fff !important;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .button-wrapper .available,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .button-wrapper .available {
  position: absolute;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .button-wrapper .available .text,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .button-wrapper .available .text {
  float: left;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .button-wrapper .available .icon,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .button-wrapper .available .icon {
  background: none repeat scroll 0 0 #FF0000;
  border-radius: 6px;
  float: left;
  height: 5px;
  margin: 0 0 0 7px;
  padding: 6px;
  width: 5px;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .button-wrapper .available .icon.green,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .button-wrapper .available .icon.green {
  background: #33CC00;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .neomColorSwitcher .artbox_thumb > img,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .neomColorSwitcher .artbox_thumb > img {
  max-height: 520px;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .neomColorSwitcher .image-list,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .neomColorSwitcher .image-list {
  height: 450px;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .neomColorSwitcher .image-list li a.artbox_thumb,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .neomColorSwitcher .image-list li a.artbox_thumb {
  margin: 0 0 0 40px;
  text-align: left;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .neomColorSwitcher .color-list li.type-color,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .neomColorSwitcher .color-list li.type-color {
  border: 1px solid #f2f2f2;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .neomColorSwitcher .color-list li.type-color.active,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .neomColorSwitcher .color-list li.type-color.active {
  border: 1px solid #CCC!IMPORTANT;
}
.ctl_listing .thumbnails .thumbnail .item-wrapper .price-large,
.ctl_wizard .thumbnails .thumbnail .item-wrapper .price-large {
  font-size: 20px;
  padding: 0 0 7px 0;
  font-weight: normal;
  font-family: "HelveticaNeueW01-45Norm", Arial, sans-serif;
}
.ctl_listing .thumbnails.table .item-wrapper .image-wrapper,
.ctl_wizard .thumbnails.table .item-wrapper .image-wrapper,
.ctl_listing .thumbnails.acc .item-wrapper .image-wrapper,
.ctl_wizard .thumbnails.acc .item-wrapper .image-wrapper {
  padding: 10px 0 90px;
}
.ctl_listing .thumbnails.table .item-wrapper .image-wrapper img,
.ctl_wizard .thumbnails.table .item-wrapper .image-wrapper img,
.ctl_listing .thumbnails.acc .item-wrapper .image-wrapper img,
.ctl_wizard .thumbnails.acc .item-wrapper .image-wrapper img {
  max-width: 190px;
  margin: 0 auto;
}
.ctl_listing .thumbnails.table .item-wrapper .award-set,
.ctl_wizard .thumbnails.table .item-wrapper .award-set,
.ctl_listing .thumbnails.acc .item-wrapper .award-set,
.ctl_wizard .thumbnails.acc .item-wrapper .award-set {
  bottom: 75px;
  right: 0;
}
.ctl_listing .thumbnails.table .item-wrapper .award-set .award,
.ctl_wizard .thumbnails.table .item-wrapper .award-set .award,
.ctl_listing .thumbnails.acc .item-wrapper .award-set .award,
.ctl_wizard .thumbnails.acc .item-wrapper .award-set .award {
  float: left;
  margin: 0 5px 20px 0;
}
.ctl_listing .thumbnails.table .item-wrapper .icon-set,
.ctl_wizard .thumbnails.table .item-wrapper .icon-set,
.ctl_listing .thumbnails.acc .item-wrapper .icon-set,
.ctl_wizard .thumbnails.acc .item-wrapper .icon-set {
  position: absolute;
  bottom: 30px;
}
.ctl_listing .thumbnails.table .item-wrapper .icon-set .icons,
.ctl_wizard .thumbnails.table .item-wrapper .icon-set .icons,
.ctl_listing .thumbnails.acc .item-wrapper .icon-set .icons,
.ctl_wizard .thumbnails.acc .item-wrapper .icon-set .icons {
  height: 45px;
  width: 45px;
  margin: 0;
  float: left;
}
.ctl_listing .thumbnails.table .item-wrapper .icon-set .icons.icon-size,
.ctl_wizard .thumbnails.table .item-wrapper .icon-set .icons.icon-size,
.ctl_listing .thumbnails.acc .item-wrapper .icon-set .icons.icon-size,
.ctl_wizard .thumbnails.acc .item-wrapper .icon-set .icons.icon-size {
  background-position: -49px -47px;
}
.ctl_listing .thumbnails.table .item-wrapper .icon-set .icons.icon-material-glove,
.ctl_wizard .thumbnails.table .item-wrapper .icon-set .icons.icon-material-glove,
.ctl_listing .thumbnails.acc .item-wrapper .icon-set .icons.icon-material-glove,
.ctl_wizard .thumbnails.acc .item-wrapper .icon-set .icons.icon-material-glove {
  background-position: -6px -93px;
}
.ctl_listing .thumbnails.table .item-wrapper .icon-set .icons.icon-insert-material,
.ctl_wizard .thumbnails.table .item-wrapper .icon-set .icons.icon-insert-material,
.ctl_listing .thumbnails.acc .item-wrapper .icon-set .icons.icon-insert-material,
.ctl_wizard .thumbnails.acc .item-wrapper .icon-set .icons.icon-insert-material {
  background-position: -51px -96px;
}
.ctl_listing .thumbnails.table .item-wrapper .icon-set .icons.icon-main-material,
.ctl_wizard .thumbnails.table .item-wrapper .icon-set .icons.icon-main-material,
.ctl_listing .thumbnails.acc .item-wrapper .icon-set .icons.icon-main-material,
.ctl_wizard .thumbnails.acc .item-wrapper .icon-set .icons.icon-main-material {
  background-position: -9px -96px;
}
.ctl_listing .thumbnails.table .item-wrapper .icon-set .icons.icon-weight,
.ctl_wizard .thumbnails.table .item-wrapper .icon-set .icons.icon-weight,
.ctl_listing .thumbnails.acc .item-wrapper .icon-set .icons.icon-weight,
.ctl_wizard .thumbnails.acc .item-wrapper .icon-set .icons.icon-weight {
  background-position: 0 -45px;
}
.ctl_listing .thumbnails.table .item-wrapper .neomColorSwitcher .artbox_thumb > img,
.ctl_wizard .thumbnails.table .item-wrapper .neomColorSwitcher .artbox_thumb > img,
.ctl_listing .thumbnails.acc .item-wrapper .neomColorSwitcher .artbox_thumb > img,
.ctl_wizard .thumbnails.acc .item-wrapper .neomColorSwitcher .artbox_thumb > img {
  max-height: 180px;
}
.ctl_listing .thumbnails.table .item-wrapper .neomColorSwitcher .image-list,
.ctl_wizard .thumbnails.table .item-wrapper .neomColorSwitcher .image-list,
.ctl_listing .thumbnails.acc .item-wrapper .neomColorSwitcher .image-list,
.ctl_wizard .thumbnails.acc .item-wrapper .neomColorSwitcher .image-list {
  height: 235px;
}
.ctl_listing .thumbnails.table .item-wrapper .neomColorSwitcher .image-list li a.artbox_thumb,
.ctl_wizard .thumbnails.table .item-wrapper .neomColorSwitcher .image-list li a.artbox_thumb,
.ctl_listing .thumbnails.acc .item-wrapper .neomColorSwitcher .image-list li a.artbox_thumb,
.ctl_wizard .thumbnails.acc .item-wrapper .neomColorSwitcher .image-list li a.artbox_thumb {
  margin: 0 0 0 25px;
}
.ctl_listing .thumbnails.table .item-wrapper .neomColorSwitcher .color-list,
.ctl_wizard .thumbnails.table .item-wrapper .neomColorSwitcher .color-list,
.ctl_listing .thumbnails.acc .item-wrapper .neomColorSwitcher .color-list,
.ctl_wizard .thumbnails.acc .item-wrapper .neomColorSwitcher .color-list {
  bottom: 20%;
  text-align: left;
  z-index: 200;
  position: absolute;
  overflow: visible;
  height: auto;
}
.ctl_listing .thumbnails.table .item-wrapper .neomColorSwitcher .color-list li,
.ctl_wizard .thumbnails.table .item-wrapper .neomColorSwitcher .color-list li,
.ctl_listing .thumbnails.acc .item-wrapper .neomColorSwitcher .color-list li,
.ctl_wizard .thumbnails.acc .item-wrapper .neomColorSwitcher .color-list li {
  display: inline-block;
  margin: 0 0 5px 0;
}
.ctl_listing .thumbnails.table .item-wrapper .neomColorSwitcher .color-list li span,
.ctl_wizard .thumbnails.table .item-wrapper .neomColorSwitcher .color-list li span,
.ctl_listing .thumbnails.acc .item-wrapper .neomColorSwitcher .color-list li span,
.ctl_wizard .thumbnails.acc .item-wrapper .neomColorSwitcher .color-list li span {
  width: 20px;
  height: 20px;
}
.ctl_listing .thumbnails.table .price-large,
.ctl_wizard .thumbnails.table .price-large,
.ctl_listing .thumbnails.acc .price-large,
.ctl_wizard .thumbnails.acc .price-large {
  padding: 0 !important;
  margin: 0;
}
.ctl_listing .thumbnails.stock .item-wrapper .image-wrapper,
.ctl_wizard .thumbnails.stock .item-wrapper .image-wrapper {
  margin: 0 0 -60px 0;
}
.ctl_listing .thumbnails.stock .item-wrapper .image-wrapper img,
.ctl_wizard .thumbnails.stock .item-wrapper .image-wrapper img {
  max-height: 530px;
  padding: 0 0 0 30px;
}
.ctl_listing .thumbnails.stock .item-wrapper .award-set,
.ctl_wizard .thumbnails.stock .item-wrapper .award-set {
  top: 165px;
}
.ctl_listing .thumbnails.stock .item-wrapper .icon-set,
.ctl_wizard .thumbnails.stock .item-wrapper .icon-set {
  bottom: 135px;
  position: absolute;
  right: 10px;
}
.ctl_listing .thumbnails.stock .item-wrapper .icon-set .icons,
.ctl_wizard .thumbnails.stock .item-wrapper .icon-set .icons {
  height: 40px;
  width: 40px;
}
.ctl_listing .thumbnails.stock .item-wrapper .icon-set .icons.icon-width,
.ctl_wizard .thumbnails.stock .item-wrapper .icon-set .icons.icon-width {
  background-position: -45px 0;
}
.ctl_listing .thumbnails.stock .item-wrapper .icon-set .icons.icon-weight,
.ctl_wizard .thumbnails.stock .item-wrapper .icon-set .icons.icon-weight {
  background-position: 0 -45px;
}
.ctl_listing .thumbnails.stock .item-wrapper .icon-set .icons.icon-material,
.ctl_wizard .thumbnails.stock .item-wrapper .icon-set .icons.icon-material {
  background-position: 0 0;
}
.ctl_listing .thumbnails.stock .item-wrapper .icon-set .stripes .popover-content,
.ctl_wizard .thumbnails.stock .item-wrapper .icon-set .stripes .popover-content {
  padding: 0px 0px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}
.ctl_listing .thumbnails.stock .item-wrapper .icon-set .stripes .popover-content div,
.ctl_wizard .thumbnails.stock .item-wrapper .icon-set .stripes .popover-content div {
  margin-bottom: 0;
  padding: 5px 0 3px 0;
}
.ctl_listing .thumbnails.stock .item-wrapper .icon-set .stripes .popover-content div.first,
.ctl_wizard .thumbnails.stock .item-wrapper .icon-set .stripes .popover-content div.first {
  padding-top: 2px;
}
.ctl_listing .thumbnails.stock .item-wrapper .icon-set .stripes .popover-content div.light,
.ctl_wizard .thumbnails.stock .item-wrapper .icon-set .stripes .popover-content div.light {
  background-color: #fff;
}
.ctl_listing .thumbnails.stock .item-wrapper .neomColorSwitcher .color-list,
.ctl_wizard .thumbnails.stock .item-wrapper .neomColorSwitcher .color-list {
  bottom: 9%;
  text-align: left;
  z-index: 200;
  position: absolute;
  overflow: visible;
  height: auto;
}
.ctl_listing .thumbnails.stock .item-wrapper .neomColorSwitcher .color-list li,
.ctl_wizard .thumbnails.stock .item-wrapper .neomColorSwitcher .color-list li {
  overflow: visible;
  display: block !important;
  margin: 0 0 5px 0;
}
.ctl_listing .thumbnails.stock .item-wrapper .neomColorSwitcher .color-list li span,
.ctl_wizard .thumbnails.stock .item-wrapper .neomColorSwitcher .color-list li span {
  width: 20px;
  height: 20px;
}
.ctl_listing #filter .panel,
.ctl_wizard #filter .panel {
  padding: 10px 0;
}
.ctl_listing #filter .panel .list-group .list-group .list-group-item,
.ctl_wizard #filter .panel .list-group .list-group .list-group-item {
  text-transform: none;
}
.ctl_listing #filter .list-group-item .filter_icon,
.ctl_wizard #filter .list-group-item .filter_icon {
  border: 1px solid #ccc;
  float: left;
  height: 18px;
  margin: 0 10px 0 0;
  width: 18px;
}
.ctl_listing #filter .list-group-item .filter_icon .active,
.ctl_wizard #filter .list-group-item .filter_icon .active {
  background: none repeat scroll 0 0 #C52E2D;
  height: 10px;
  margin: 3px;
  width: 10px;
}
.ctl_listing .overview-left-box,
.ctl_wizard .overview-left-box {
  background-color: #fff;
  padding: 20px 10px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.ctl_listing .overview-left-box.overview-sorter,
.ctl_wizard .overview-left-box.overview-sorter {
  padding: 20px 10px 50px;
}
.ctl_listing .overview-left-box .label,
.ctl_wizard .overview-left-box .label {
  color: #333333;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 15px;
  text-align: left;
}
.ctl_listing .overview-left-box .category-box .title,
.ctl_wizard .overview-left-box .category-box .title {
  padding: 20px 0 0 0;
}
.ctl_listing .overview-left-box .category-box .image,
.ctl_wizard .overview-left-box .category-box .image {
  text-align: center;
}
.ctl_listing .overview-left-box .category-box .image img,
.ctl_wizard .overview-left-box .category-box .image img {
  max-height: 160px;
  max-width: 238px;
}
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #333;
  color: #fff;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222222;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #4d4d4d;
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px;
}
.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222222;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: none;
}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span,
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span,
.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222222;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #ffffff;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}
#main-section.blured {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  filter: url(/templates/_theme/frontend/_resources/blur.svg#blur);
  -webkit-transform: scale(1.0000001);
  -ms-transform: scale(1.0000001);
  transform: scale(1.0000001);
}
#dummy {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  filter: url(/templates/_theme/frontend/_resources/blur.svg#blur);
}
a:focus {
  outline: none;
}
a.inactive {
  opacity: .5;
}
a.inactive:hover {
  color: #666;
  cursor: default;
}
#mti_wfs_colophon {
  display: none !IMPORTANT;
}
.img-full-width {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HelveticaNeueW01-45Norm", Arial, sans-serif;
}
label {
  font-weight: normal;
}
.minus-margin {
  margin-top: -10px;
}
.minus-margin25 {
  margin-top: -25px;
}
.no-margin-bottom {
  margin-bottom: 0px;
}
.no-padding {
  padding: 0;
}
.display-none {
  display: none;
}
#body-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/content-backdrop.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.white-bg {
  background-color: #fff;
}
header#main-header {
  width: 100%;
  position: fixed;
  z-index: 1002;
  -webkit-transition: box-shadow 0.6s cubic-bezier(0.54, 0.34, 0.245, 1.65);
  transition: box-shadow 0.6s cubic-bezier(0.54, 0.34, 0.245, 1.65);
  -webkit-transition: box-shadow 0.6s cubic-bezier(0.54, 0.34, 0.245, 1.65) 0.1s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: box-shadow 0.6s cubic-bezier(0.54, 0.34, 0.245, 1.65) 0.1s ease-out;
  /* Firefox 4-15 */
  -o-transition: box-shadow 0.6s cubic-bezier(0.54, 0.34, 0.245, 1.65) 0.1s ease-out;
  /* Opera 10.50–12.00 */
  transition: box-shadow 0.6s cubic-bezier(0.54, 0.34, 0.245, 1.65) 0.1s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
header#main-header.smallHead {
  box-shadow: 0px 1px 10px rgba(51, 51, 51, 0.2);
}
header#main-header.relative-header {
  position: relative;
}
header#main-header .skrew-bg {
  position: absolute;
  background-color: #E7E7E7;
  opacity: 0.7;
  width: 100%;
  height: 80px;
  margin: 0;
  -webkit-transform: skew(360deg, 178.5deg);
  -ms-transform: skewX(360deg) skewY(178.5deg);
  transform: skew(360deg, 178.5deg);
  top: 20px;
  z-index: 2000;
}
header#main-header #simple-menu {
  padding: 0px 10px 0px 20px;
}
header#main-header #simple-menu i {
  line-height: 39px;
}
header#main-header .head-bg {
  background-color: white;
  position: relative;
  z-index: 2000;
}
header#main-header .head-bg #header {
  position: relative;
  padding: 0;
}
header#main-header .head-bg #header .input-group {
  display: block;
}
header#main-header .head-bg #header .fa-lg {
  line-height: 32px;
  vertical-align: top;
}
header#main-header .head-bg #header .header-icon {
  width: 17px;
  border: 0px solid;
}
header#main-header .head-bg #header .header-row {
  position: relative;
}
header#main-header .head-bg #header .logo {
  width: 100%;
  display: block;
  position: absolute;
  max-width: 214px;
  margin-left: 10px;
}
header#main-header .head-bg #header .mainnav ul {
  padding: 0 0 0 0;
  margin: 0px;
  height: 34px;
}
header#main-header .head-bg #header .mainnav ul li {
  float: left;
  font-size: 14px;
  list-style: none outside none;
  padding: 0 10px 0 0;
  line-height: 34px;
  font-family: "GeogrotesqueW01-Regular 1185161", Arial, sans-serif;
}
header#main-header .head-bg #header .mainnav ul li i {
  color: #c7c7c7;
  padding: 0 0 0 2px;
}
header#main-header .head-bg #header .mainnav ul li a,
header#main-header .head-bg #header .mainnav ul li span {
  color: #343434;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
header#main-header .head-bg #header .mainnav ul li a:hover,
header#main-header .head-bg #header .mainnav ul li span:hover {
  color: #C52E2D;
}
header#main-header .head-bg #header .fa.fa-shopping-cart.fa-lg {
  background-color: #CCCCCC;
  font-size: 15px;
  color: #fff;
}
header#main-header .head-bg #header .sBasketQuantity {
  background-color: #C52E2D;
  border-radius: 13px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 1px 8px;
  position: absolute;
  right: 91px;
  top: 2px;
  z-index: 100;
}
header#main-header .trusted-shops-bar {
  background-color: #F3F3F3;
  height: 30px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
header#main-header .trusted-shops-bar.shrink {
  height: 0px;
}
header#main-header .trusted-shops-bar .trusted-content {
  margin-top: -4px;
}
header#main-header .trusted-shops-bar .trusted-content p {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
}
header#main-header .trusted-shops-bar .trusted-content.text-right p {
  float: right;
}
header#main-header .trusted-shops-bar .trusted-content .trusted-logo {
  height: 20px;
  width: 20px;
  float: right;
  margin-right: 10px;
}
header#main-header .trusted-shops-bar .trusted-content .check {
  height: 9px;
  float: left;
  margin-top: 4px;
  margin-right: 3px;
}
header#main-header .trusted-shops-bar .trusted-content.trusted-2 {
  padding-left: 75px;
}
header#main-header .trusted-shops-bar .trusted-content.trusted-3 {
  padding-left: 115px;
}
header#main-header #hereComesMyCustomTrustbadge {
  display: none;
}
@media (min-width: 992px) {
  #main-section.trusted-section-fix {
    position: relative;
    top: -94px;
    margin-bottom: -64px;
  }
}
.reviews {
  background-image: url('/templates/_theme/frontend/_resources/img/trusted-shop-sidebar.png') !important;
  bottom: unset!important;
  top: 60%;
  border: 1px solid #F3F3F3!important;
}
#tsbadgeResponsiveTop_db8d3657bdbe440c985ae127463eaad4node #tsbadgeResponsiveTop_db8d3657bdbe440c985ae127463eaad4node {
  display: none!important;
}
.standard {
  visibility: hidden;
}
.social-icons.neom-lvm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-payment {
  width: 100%;
  max-width: 375px;
}
.mysubmenu {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  position: fixed;
  left: auto;
  z-index: 1000;
  top: 64px;
  height: 0;
}
.mysubmenu .mysubsubmenu {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  z-index: 1000;
  overflow: hidden;
  height: 0;
}
.mysubmenu .mysubsubmenu .subheight {
  padding: 50px 0;
}
.mysubmenu .mysubsubmenu .subheight .box .relative {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.mysubmenu .mysubsubmenu .subheight .box .link {
  height: 38px;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out 0.1s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.2s ease-in-out 0.1s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.2s ease-in-out 0.1s ease-out;
  /* Opera 10.50–12.00 */
  transition: all 0.2s ease-in-out 0.1s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.mysubmenu .mysubsubmenu .subheight .box .link .link_container {
  width: 100%;
  position: absolute;
  padding: 10px 15px 15px 15px;
  background-color: #ffffff;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  bottom: -78px;
  max-height: 117px;
  height: 117px;
}
.mysubmenu .mysubsubmenu .subheight .box .link a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out 0.1s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.2s ease-in-out 0.1s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.2s ease-in-out 0.1s ease-out;
  /* Opera 10.50–12.00 */
  transition: all 0.2s ease-in-out 0.1s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  color: #333;
  font-size: 13px;
  text-decoration: none;
  font-family: "HelveticaNeueW01-45Ligh", Arial, sans-serif;
  display: inline-block;
}
.mysubmenu .mysubsubmenu .subheight .box .link a span {
  display: block;
  float: left;
}
.mysubmenu .mysubsubmenu .subheight .box .link a:hover {
  color: #C52E2D;
}
.mysubmenu .mysubsubmenu .subheight .box .link a.h4 {
  font-family: 'HelveticaNeueW02-55Roma', Arial, sans-serif;
  text-transform: uppercase;
  color: #666;
  padding: 5px 0;
  font-size: 12px;
  display: block;
}
.mysubmenu .mysubsubmenu .subheight .box .link a.h4:after {
  content: "\f054";
  display: block;
  text-align: right;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  float: right;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out 0.1s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: color 0.2s ease-out 0.1s ease-out;
  /* Firefox 4-15 */
  -o-transition: color 0.2s ease-out 0.1s ease-out;
  /* Opera 10.50–12.00 */
  transition: color 0.2s ease-out 0.1s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.mysubmenu .mysubsubmenu .subheight .box:hover {
  position: relative;
}
.mysubmenu .mysubsubmenu .subheight .box:hover .image img {
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50–12.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: none;
}
.mysubmenu .mysubsubmenu .subheight .box:hover .link_container {
  bottom: 0px;
}
.mysubmenu .mysubsubmenu .subheight .box:hover .no_sub {
  bottom: -78px !important;
}
.mysubmenu .mysubsubmenu .subheight .box:hover a.h4 {
  color: #C52E2D;
}
.mysubmenu .mysubsubmenu .subheight .box .image img {
  max-height: 160px;
  -webkit-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  -o-filter: grayscale(80%);
  filter: grayscale(80%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
}
.mysubmenu .mysubsubmenu .subheight .col-sm-2-5 {
  width: 20%;
  float: left;
  padding: 0 5px;
}
.mysubmenu .mysubsubmenu .subheight .col-md-offset-2-5 {
  margin-left: 20%;
}
.mysubmenu .mysubsubmenu ul {
  display: block;
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}
.mysubmenu .mysubsubmenu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 180%;
  /*&.last {
          margin-bottom: 0;
        }*/
}
.mysubmenu .close-nav {
  background: rgba(255, 255, 255, 0.7);
  margin: -25px auto 0;
  cursor: pointer;
  height: 25px;
  text-align: center;
  width: 50px;
  position: relative;
  z-index: 1000;
  bottom: -25px;
  display: none;
}
.mysubmenu.open {
  height: auto;
}
.mysubmenu.open .close-nav {
  display: block;
}
.sidr {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: "HelveticaNeueW01-45Ligh", Arial, sans-serif;
}
.sidr ul {
  border-top: 0px solid;
  border-bottom: 0px solid;
}
.sidr ul.subul {
  padding: 10px 15px 0px 15px;
  background: rgba(255, 255, 255, 0.05);
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul.subsubul {
  margin-top: 5px;
}
.sidr ul li {
  border-top: 0px solid;
  border-bottom: 0px solid;
  line-height: 33px;
}
.sidr ul li .mainCat {
  font-family: 'HelveticaNeueW02-55Roma', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.sidr ul li.mainCatLi {
  margin-bottom: 20px;
}
.sidr ul li.mainCatLi .toggleSubMenu {
  background: transparent;
  margin: 0;
  padding: 0 15px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out 0.1s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out 0.1s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out 0.1s ease-out;
  /* Opera 10.50–12.00 */
  transition: all 0.3s ease-out 0.1s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.sidr ul li.mainCatLi .toggleSubMenu.open {
  background: #C52E2F;
  margin: 0 15px;
  padding: 2px 15px;
}
.sidr ul li.mainCatLi .toggleSubMenu.open i {
  top: 10px;
}
.sidr ul li.mainCatLi .toggleSubMenu i {
  position: absolute;
  right: 15px;
  top: 7px;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out 0.1s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: top 0.3s ease-out 0.1s ease-out;
  /* Firefox 4-15 */
  -o-transition: top 0.3s ease-out 0.1s ease-out;
  /* Opera 10.50–12.00 */
  transition: top 0.3s ease-out 0.1s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.sidr ul li.subli {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.sidr ul li.subli a {
  font-family: "HelveticaNeueW01-45Ligh", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding-left: 0;
}
.sidr ul li.subsubli {
  line-height: 26px;
}
.sidr ul li.subsubli a {
  text-transform: none;
  color: #ccc;
  font-family: "HelveticaNeueW01-45Ligh", Arial, sans-serif;
  font-size: 13px;
  padding-left: 0;
}
.sidr ul li.subsubli:hover {
  line-height: 26px;
}
.sidr ul li:hover {
  line-height: 33px;
}
.sidr ul li:hover span,
.sidr ul li:hover a,
.sidr ul li:hover > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sidr ul li ul li {
  line-height: 33px;
}
.sidr ul li ul li:hover {
  line-height: 33px;
}
.sidr ul li ul li:hover span,
.sidr ul li ul li:hover a,
.sidr ul li ul li:hover > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.leki-berater {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#871f1f), to(#c52e2d));
  background-image: -webkit-linear-gradient(left, color-stop(#871f1f 0%), color-stop(#c52e2d 100%));
  background-image: -moz-linear-gradient(left, #871f1f 0%, #c52e2d 100%);
  background-image: linear-gradient(to right, #871f1f 0%, #c52e2d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff871f1f', endColorstr='#ffc52e2d', GradientType=1);
  background-color: #FF0000;
  height: 114%;
  position: absolute;
  top: -31px;
  -webkit-transform: skew(14deg, 3deg);
  -ms-transform: skewX(14deg) skewY(3deg);
  transform: skew(14deg, 3deg);
  width: 116%;
}
#top-module {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#top-module.subpage {
  max-height: 560px;
  min-height: 90px;
  padding-top: 60px;
}
#top-module.subpage .image {
  background-position: 50% 20%;
  background-size: cover;
  height: 500px;
}
#top-module > img {
  width: 100%;
  margin-top: -10%;
}
#top-module .container {
  max-height: 500px;
}
#top-module .container .box {
  margin: 8% 0 0 2%;
  color: white;
  position: absolute;
}
#top-module .container .box hgroup {
  margin: 0 0 20px 0;
}
#top-module .container .box hgroup h1,
#top-module .container .box hgroup h3 {
  color: white;
  margin: 0;
}
html.mwrc {
  overflow: hidden;
  height: 100%;
}
html.mwrc body {
  overflow: hidden;
  height: 100%;
}
#main-bg {
  background-size: 100% 100%;
}
#filter {
  margin-bottom: 10px;
}
.panel-neom a {
  color: #fff;
}
.panel-neom li a {
  color: #C52E2D;
}
.panel-neom.seo-texts a {
  color: #666;
  text-decoration: underline;
}
.scroll-up-neom {
  z-index: 999;
  display: block;
  padding: 0;
  border-width: 0px;
  margin-top: 3px;
}
.scroll-up-neom small {
  font-size: 9px;
  display: inline-block;
  vertical-align: 4px;
}
.scroll-up-neom small.text-left {
  position: relative;
  top: -7px;
}
.scroll-up-neom span {
  display: inline-block;
}
.ctl_custom .neom-emotion-element.panel-neom {
  margin-right: 0;
  margin-left: 0;
}
.ctl_custom .neom-emotion-element.panel-neom .leki-berater {
  height: 117%;
  top: -30px;
  width: 109%;
}
.ctl_custom .neom-emotion-element .custom-box {
  max-width: 75%;
  text-align: justify;
  line-height: 150%;
}
#kka-wrapper .neom-emotion-element {
  z-index: 5;
  cursor: pointer;
  overflow: visible;
}
#kka-wrapper .neom-emotion-element .on-click-element {
  position: absolute;
  display: none;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  cursor: default;
  overflow-y: scroll;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#kka-wrapper .neom-emotion-element .on-click-element .inner-wrapper {
  padding: 10px;
}
#kka-wrapper .neom-emotion-element .on-click-element .close-win {
  cursor: pointer;
}
#kka-wrapper .neom-emotion-element .on-click-element p {
  font-size: 13px;
  color: #666;
}
#kka-wrapper .neom-emotion-element .on-click-element .tipp {
  border-top: 1px solid #ccc;
}
#kka-wrapper .neom-emotion-element .on-click-element .tipp p {
  font-size: 11px;
}
#kka-wrapper .neom-emotion-element .on-click-element .result-block {
  display: none;
}
#kka-wrapper .neom-emotion-element .on-click-element .result-block .result {
  color: #c82f2e;
  font-size: 15px;
}
#kka-wrapper .neom-emotion-element.active {
  cursor: default;
  z-index: 20;
}
#kka-wrapper .neom-emotion-element.active .on-click-element {
  z-index: 10;
}
#kka-wrapper .neom-emotion-element.active .image,
#kka-wrapper .neom-emotion-element.active .title {
  z-index: 15;
}
#kka-wrapper .neom-emotion-element .image,
#kka-wrapper .neom-emotion-element .title {
  z-index: 5;
  position: relative;
}
#kka-wrapper .neom-emotion-athleten .content {
  margin: 30px 0 0 0;
}
#kka-wrapper .neom-emotion-athleten .content .row {
  font-size: 11px;
  margin: 5px 0;
  border-bottom: 1px solid #D4D4D4;
}
#kka-wrapper .neom-emotion-athleten .content .left {
  text-transform: uppercase;
}
#kka-wrapper .neom-emotion-athleten .content .right {
  text-align: right;
}
.ctl_checkout .payment_logo,
.ctl_account .payment_logo {
  background-color: #CCCCCC;
  height: 50px;
  width: 99px;
  background: url(/templates/_theme/frontend/_resources/img/payment-icons.png) no-repeat;
  margin: 0 auto;
}
.ctl_checkout .payment_logo.overview,
.ctl_account .payment_logo.overview {
  margin: -10px 0 15px 0;
}
.ctl_checkout .payment_logo.detail,
.ctl_account .payment_logo.detail {
  margin: -10px 0 0 75px;
}
.ctl_checkout .payment_logo.detail.payment_logo_gax_klarna,
.ctl_account .payment_logo.detail.payment_logo_gax_klarna {
  background-position: 1px -125px;
  width: 95px;
}
.ctl_checkout .payment_logo.detail.payment_logo_gax_saferpay,
.ctl_account .payment_logo.detail.payment_logo_gax_saferpay {
  background-position: -102px -225px;
}
.ctl_checkout .payment_logo.detail.payment_logo_gax_paypal,
.ctl_account .payment_logo.detail.payment_logo_gax_paypal {
  background-position: -101px -27px;
}
.ctl_checkout .payment_logo.detail.payment_logo_gax_amex,
.ctl_account .payment_logo.detail.payment_logo_gax_amex {
  background-position: -108px -125px;
  width: 80px;
}
.ctl_checkout .payment_logo.detail.payment_logo_gax_sofort,
.ctl_account .payment_logo.detail.payment_logo_gax_sofort {
  background-position: 2px -225px;
  width: 100px;
}
.ctl_checkout .payment_logo.payment_logo_gax_klarna,
.ctl_account .payment_logo.payment_logo_gax_klarna {
  background-position: -2px -125px;
  width: 102px;
}
.ctl_checkout .payment_logo.payment_logo_gax_saferpay,
.ctl_account .payment_logo.payment_logo_gax_saferpay {
  background-position: -102px -225px;
}
.ctl_checkout .payment_logo.payment_logo_gax_paypal,
.ctl_account .payment_logo.payment_logo_gax_paypal {
  background-position: -101px -27px;
}
.ctl_checkout .payment_logo.payment_logo_gax_amex,
.ctl_account .payment_logo.payment_logo_gax_amex {
  background-position: -109px -125px;
  width: 98px;
}
.ctl_checkout .payment_logo.payment_logo_gax_sofort,
.ctl_account .payment_logo.payment_logo_gax_sofort {
  background-position: -2px -225px;
  width: 98px;
}
.ctl_checkout .payment_logo.payment_logo_Mwrc_Credit_Card,
.ctl_account .payment_logo.payment_logo_Mwrc_Credit_Card {
  background-position: -102px -225px;
  width: 98px;
}
.ctl_checkout .shipping-box,
.ctl_account .shipping-box {
  border: 1px solid #ccc;
}
.ctl_checkout .shipping-box.active,
.ctl_account .shipping-box.active {
  border-color: #C52E2D;
}
.ctl_checkout .shipping-box .shipping-price,
.ctl_account .shipping-box .shipping-price {
  background-color: #f9f9f9;
  padding: 20px;
  text-align: center;
  font-family: 'HelveticaNeueW02-75Bold', Arial, sans-serif;
  font-size: 14px;
}
.ctl_checkout .bg-wrapper,
.ctl_account .bg-wrapper {
  padding: 20px 0;
  background-color: #f9f9f9;
}
.ctl_checkout .payment_box,
.ctl_account .payment_box {
  border: 1px solid #ccc;
  float: left;
  margin-right: 1%;
  min-height: 120px;
  padding: 0px;
  width: 19.2%;
  cursor: pointer;
}
.ctl_checkout .payment_box.mwrc,
.ctl_account .payment_box.mwrc {
  width: 75%;
  min-height: 1px;
  margin: 0;
}
.ctl_checkout .payment_box.active,
.ctl_account .payment_box.active,
.ctl_checkout .payment_box:hover,
.ctl_account .payment_box:hover {
  border-color: #C52E2D;
}
.ctl_checkout .payment_box.last,
.ctl_account .payment_box.last {
  margin: 0;
}
.ctl_checkout .payment_box label,
.ctl_account .payment_box label {
  cursor: pointer;
}
.ctl_checkout .klarna_accept #klarnaCheckbox,
.ctl_account .klarna_accept #klarnaCheckbox {
  float: left;
  margin: 3px 0.3% 0 0;
  width: 3%;
}
.ctl_checkout .klarna_accept .chklabel,
.ctl_account .klarna_accept .chklabel {
  width: 80%;
}
.ctl_checkout .cart-row,
.ctl_account .cart-row {
  border-bottom: 1px solid #eee;
  margin: 10px 0;
}
.ctl_checkout .cart-row.voucher,
.ctl_account .cart-row.voucher {
  padding: 0 0 10px 0;
}
.ctl_note .note-row,
.ctl_search .note-row,
.ctl_detail .note-row {
  border-bottom: 1px solid #D4D4D4;
  padding: 0 0 10px 0;
  margin: 20px 0 10px;
}
.ctl_note .note-row h4,
.ctl_search .note-row h4,
.ctl_detail .note-row h4 {
  font-size: 16px;
  text-transform: uppercase;
}
.ctl_note .note-row .col-image,
.ctl_search .note-row .col-image,
.ctl_detail .note-row .col-image {
  max-height: 200px;
  overflow: hidden;
}
.ctl_note .note-row .col-image img,
.ctl_search .note-row .col-image img,
.ctl_detail .note-row .col-image img {
  max-width: 70%;
}
.ctl_note .note-row .artno,
.ctl_search .note-row .artno,
.ctl_detail .note-row .artno {
  padding: 0 0 10px 0;
}
.ctl_note .note-row .note-price,
.ctl_search .note-row .note-price,
.ctl_detail .note-row .note-price {
  color: #c52e2d;
  font-size: 19px;
  padding: 0 0 10px 0;
  margin: 20px 0 0 0;
}
.ctl_note .note-row .search-price,
.ctl_search .note-row .search-price,
.ctl_detail .note-row .search-price {
  color: #c52e2d;
  font-size: 19px;
  padding: 0 0 10px 0;
}
.ctl_note .note-row .trash-icon,
.ctl_search .note-row .trash-icon,
.ctl_detail .note-row .trash-icon {
  background-color: #c52e2d;
}
.ctl_note .note-row .btn,
.ctl_search .note-row .btn,
.ctl_detail .note-row .btn {
  margin: 20px 0 0 0;
}
.ctl_search .note-row h4,
.ctl_note .note-row h4,
.ctl_checkout .note-row h4,
.ctl_search .cart-list h4,
.ctl_note .cart-list h4,
.ctl_checkout .cart-list h4 {
  padding: 20px 0 0 0;
}
.ctl_checkout #content,
.ctl_account #content,
.ctl_register #content {
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.ctl_checkout .steps .step,
.ctl_account .steps .step,
.ctl_register .steps .step {
  text-align: center;
}
.ctl_checkout .cart-list h4,
.ctl_account .cart-list h4,
.ctl_register .cart-list h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 0 0 0;
}
.ctl_checkout .cart-list .cart-row,
.ctl_account .cart-list .cart-row,
.ctl_register .cart-list .cart-row {
  border-bottom: 1px solid #dfdfdf;
  margin: 20px 0 10px;
  padding: 0 0 10px;
}
.ctl_checkout .cart-list .cart-row .col-image,
.ctl_account .cart-list .cart-row .col-image,
.ctl_register .cart-list .cart-row .col-image {
  max-height: 200px;
  overflow: hidden;
}
.ctl_checkout .cart-list .cart-row .col-image img,
.ctl_account .cart-list .cart-row .col-image img,
.ctl_register .cart-list .cart-row .col-image img {
  max-height: 100%;
}
.ctl_checkout .form-inline #newsletter,
.ctl_account .form-inline #newsletter,
.ctl_register .form-inline #newsletter {
  margin: 0 10px 0 0;
}
.ctl_checkout .dl-horizontal.dl-checkout > dd,
.ctl_account .dl-horizontal.dl-checkout > dd,
.ctl_register .dl-horizontal.dl-checkout > dd {
  text-align: right;
}
.ctl_checkout .dl-horizontal dt,
.ctl_account .dl-horizontal dt,
.ctl_register .dl-horizontal dt {
  font-weight: bold;
}
.ctl_checkout .alert-warning h2,
.ctl_account .alert-warning h2,
.ctl_register .alert-warning h2 {
  font-size: 16px;
  color: black;
}
.ctl_checkout .alert-warning ul,
.ctl_account .alert-warning ul,
.ctl_register .alert-warning ul {
  padding: 0 15px !important;
}
.ctl_checkout .alert-warning a,
.ctl_account .alert-warning a,
.ctl_register .alert-warning a {
  color: #C52E2D;
}
.ctl_checkout .insert_birthday,
.ctl_account .insert_birthday,
.ctl_register .insert_birthday {
  margin: 10px 0 0 0;
}
.ctl_checkout #billing input,
.ctl_account #billing input,
.ctl_register #billing input {
  margin: 10px 0 0 0;
}
.ctl_checkout #billing_state,
.ctl_account #billing_state,
.ctl_register #billing_state {
  text-transform: uppercase;
}
.ctl_checkout .klarna-birthday .btn,
.ctl_account .klarna-birthday .btn,
.ctl_register .klarna-birthday .btn {
  width: 55%;
}
.ctl_checkout .history .order-item,
.ctl_account .history .order-item,
.ctl_register .history .order-item {
  padding: 0 0 10px 0;
}
.ctl_checkout .history .order,
.ctl_account .history .order,
.ctl_register .history .order {
  padding: 10px;
  border-top: 1px double #ccc;
  border-bottom: 1px double #ccc;
  margin: 0 0 10px 0;
}
.ctl_checkout .history .order .row.header,
.ctl_account .history .order .row.header,
.ctl_register .history .order .row.header {
  padding: 0 0 10px 0;
  font-weight: bold;
}
.ctl_checkout .history .order .row.header span,
.ctl_account .history .order .row.header span,
.ctl_register .history .order .row.header span {
  font-family: 'HelveticaNeueW02-75Bold', Arial, sans-serif;
}
.ctl_checkout .history .order .row.article,
.ctl_account .history .order .row.article,
.ctl_register .history .order .row.article {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.ctl_checkout .history .order .row .order .header,
.ctl_account .history .order .row .order .header,
.ctl_register .history .order .row .order .header {
  padding: 0 0 10px 0;
}
.ctl_checkout .history .order-header,
.ctl_account .history .order-header,
.ctl_register .history .order-header {
  padding: 0 0 10px 0;
}
.ctl_checkout .history .order-header span,
.ctl_account .history .order-header span,
.ctl_register .history .order-header span {
  font-family: 'HelveticaNeueW02-75Bold', Arial, sans-serif;
}
.ctl_checkout .history .status,
.ctl_account .history .status,
.ctl_register .history .status {
  width: 10px;
  height: 10px;
  border-radius: 13px;
  margin: 6px 5px 0 0;
  background-color: red;
  float: left;
}
.ctl_checkout .history .status.status0,
.ctl_account .history .status.status0,
.ctl_register .history .status.status0 {
  background-color: green;
}
.ctl_blog ul.breadcrumb {
  margin: 0;
  padding: 0 0 15px 0;
}
.ctl_blog .info {
  padding: 0 0 10px 0;
}
.ctl_blog .news-detail-background {
  background: #fff;
  padding: 20px;
}
.ctl_blog .news-detail-background strong {
  font-family: 'HelveticaNeueW02-75Bold', Arial, sans-serif;
  font-weight: normal;
}
.ctl_blog .news-detail-background.news-detail-products {
  text-transform: uppercase;
}
.ctl_blog .news-detail-background.news-detail-products .product-box {
  padding: 0 10px;
}
.ctl_blog .news-detail-background.news-detail-products .product-box.border-right {
  border-right: 1px solid #eee;
}
.ctl_blog .news-detail-background.news-detail-products h3 {
  font-size: 15px;
}
.ctl_blog .news-detail-background.news-detail-products img {
  width: 80px;
}
.ctl_blog .news-detail-background.news-detail-products .title {
  font-size: 13px;
  height: 60px;
}
.ctl_blog .news-detail-background.news-detail-text h1 {
  /*line-height: 1.25;*/
  text-transform: uppercase;
  font-size: 27px;
  padding: 0;
  margin: 10px 0;
}
.ctl_blog .news-detail-background.news-detail-text h4 {
  line-height: 2;
  padding-right: 100px;
  font-family: "HelveticaNeueW01-45Ligh", Arial, sans-serif;
}
.ctl_blog .news-detail-text .tinymce-editor-image {
  max-width: 100%;
  height: auto;
  display: block;
  float: left;
}
.ctl_ticket .textfield {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #D4D4D4;
}
.ctl_ticket .listing .ticket-header {
  border-bottom: 1px solid #D4D4D4;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.ctl_ticket .listing .ticket {
  padding: 10px 0;
}
.ctl_FAQ .panel h1 {
  display: none !important;
}
.ctl_FAQ .panel-body {
  padding: 0 10px 10px 10px;
}
.ctl_FAQ .faqCategorie {
  background-color: #fff;
  padding: 20px 0 0 0;
  color: #c52e2d;
  border: none;
  border-bottom: 1px solid #e5e5e5 !important;
  line-height: 25px;
  padding: 10px;
  font-size: 16px;
}
.ctl_FAQ .faqCategorie:hover {
  cursor: pointer;
}
.ctl_FAQ div.faqBox {
  border: none;
  border-bottom: 1px solid #E5E5E5;
  margin: 0;
  margin-left: 10px;
  margin-top: 5px;
}
.ctl_FAQ div.faqBox .fa {
  position: absolute;
  right: 30px;
  font-size: 35px;
}
.ctl_FAQ div.faqQuestion {
  padding: 10px 0;
  font-size: 13px;
  font-weight: bold;
  border: none;
  width: 85%;
  background-color: #fff;
}
.ctl_FAQ div.faqAnswer {
  padding: 10px;
  width: 50%;
  border: none;
  margin: 0;
  display: none;
}
.ctl_FAQ #content .custom {
  width: 560px;
}
iframe {
  border: none;
}
img.icon {
  opacity: .4;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50–12.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
img.icon:hover {
  opacity: 1;
}
.slb-wrapper .neom-emotion-element .image {
  -webkit-filter: grayscale(80%);
  -ms-filter: grayscale(80%);
  -o-filter: grayscale(80%);
  filter: grayscale(80%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-transform: translateZ(0);
  -webkit-transition: all .3s ease;
}
.slb-wrapper .neom-emotion-element:hover .image {
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.50–12.00 */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: none;
}
.submit-size {
  background-color: #c52e2d;
  font-size: 12px;
  line-height: 99%;
}
/* EKKO LIGHTBOX ÜBERSCHREIBEN */
.ekko-lightbox .modal-content {
  background-color: #000;
}
.ekko-lightbox .close {
  color: #fff;
  opacity: 1;
}
.ekko-lightbox .modal-title {
  display: none;
}
.ekko-lightbox .modal-body {
  padding: 0 20px 20px;
}
.ekko-lightbox .modal-header {
  padding: 0;
  height: 20px;
  border: none;
}
.ekko-lightbox .modal-header .close {
  margin: 1px 4px 4px;
}
.country_question_title {
  text-transform: uppercase;
  line-height: 30px;
  display: inline-block;
  font-size: 23px;
  margin-right: 30px;
  float: left;
}
.country_question_title strong {
  font-weight: bold;
}
.country_question_title_2 {
  text-transform: uppercase;
  line-height: 30px;
  display: inline-block;
  font-size: 16px;
  margin-right: 30px;
  font-weight: lighter;
  margin-bottom: 10px;
}
.country_button {
  background: -webkit-linear-gradient(left, #87211f, #c42c2b);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #87211f, #c42c2b);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #87211f, #c42c2b);
  /* For Firefox 3.6 to 15 */
  background: -ms-linear-gradient(right, #87211f, #c42c2b);
  /* Standard syntax (must be last) */
  background: linear-gradient(right, #87211f, #c42c2b);
  /* Standard syntax (must be last) */
  color: #ffffff;
  padding: 0 20px;
  margin: 0 0;
  line-height: 30px;
  display: inline-block;
  float: left;
}
.country_button:hover,
.country_button:active,
.country_buttonfocus,
.country_button:visited {
  color: #ffffff;
  text-decoration: none;
}
.country-select {
  background-image: url(/templates/_theme/frontend/_resources/img/country-select-map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.country-select a {
  color: #333;
}
.country-select a.active {
  color: #333;
  font-family: 'HelveticaNeueW02-75Bold', Arial, sans-serif;
  font-weight: bold;
}
.country-select a.inactive {
  color: #666;
}
@media (min-width: 992px) {
  .country-select > div {
    min-height: 500px;
  }
}
.lang-table-select .lang-container {
  display: none;
}
.footer-info-text {
  font-size: 9px;
  margin-bottom: 40px;
  color: #717171;
}
.footer-container {
  padding-top: 0;
  padding-bottom: 0;
}
.footermenu .footer-widget-last-position {
  padding-top: 20px;
}
ul.bubbles {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.bubbles li {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(51, 51, 51, 0.5);
  padding: 10px;
  border-radius: 50%;
  display: block;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
ul.bubbles li .inner {
  /*background-color:#e20a17;*/
  background-color: #ddd;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: white;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  font-family: "HelveticaNeueW01-45Ligh", Arial, sans-serif;
  font-weight: normal;
}
ul.bubbles li.active {
  background-color: rgba(226, 10, 23, 0.5);
  opacity: 1;
}
ul.bubbles li.active .inner {
  background-color: #e20a17;
}
ul.bubbles li:hover {
  background-color: rgba(226, 10, 23, 0.5);
  opacity: 1;
}
.inputFilename {
  height: 32px;
  line-height: 32px;
  padding-left: 20px;
  color: #666;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out 0.1s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: border-color 0.3s ease-out 0.1s ease-out;
  /* Firefox 4-15 */
  -o-transition: border-color 0.3s ease-out 0.1s ease-out;
  /* Opera 10.50–12.00 */
  transition: border-color 0.3s ease-out 0.1s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.inputFilename .removeImage {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 12px;
  opacity: 0;
  color: #666;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out 0.1s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: opacity 0.3s ease-out 0.1s ease-out;
  /* Firefox 4-15 */
  -o-transition: opacity 0.3s ease-out 0.1s ease-out;
  /* Opera 10.50–12.00 */
  transition: opacity 0.3s ease-out 0.1s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  cursor: pointer;
}
.inputFilename.active {
  border: 1px solid #666;
}
.inputFilename.active .removeImage {
  opacity: 1;
}
.ctl_detail .panel-account,
.ctl_listing .panel-account {
  background-color: transparent;
  box-shadow: none;
  margin-top: 10px;
}
.ctl_detail .panel-account h3,
.ctl_listing .panel-account h3 {
  font-family: "HelveticaNeueW01-45Ligh", Arial, sans-serif;
  color: #333;
  font-size: 20px;
  margin: 5px 0 -5px -10px;
  text-transform: uppercase;
}
input[type=radio] {
  cursor: pointer;
  margin: 0 !IMPORTANT;
}
.erfolge .batch {
  background: url(/templates/_theme/frontend/_resources/img/erfolg-batch.jpg) no-repeat;
  float: left;
  height: 30px;
  margin: 0 5px 0 0;
  width: 30px;
}
.erfolge .row {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.erfolge .jahr {
  font-size: 20px;
  color: #c52e2d;
}
.mobile-menu .button-row {
  margin: 0px 10px 25px 10px;
}
.mobile-menu .button-row a,
.mobile-menu .button-row span.btn {
  width: 100%;
  text-align: left;
  padding-right: 0;
}
.mobile-menu .button-row .badge {
  position: absolute;
  right: 0;
  height: 100%;
  border-radius: 0;
  top: 0;
  line-height: 30px;
  padding: 0 15px;
}
.mobile-menu .button-row .header-icon {
  position: relative;
  top: -2px;
  width: 15px;
}
.mobile-menu .btn-header {
  background-color: #666;
}
.mobile-menu input {
  padding-left: 10px;
}
.fa-2x {
  font-size: 1.9em !important;
}
#myModal .row {
  padding: 0;
}
#myModal .col-modal-12 {
  width: 100%;
  border-left: 0px solid;
  border-right: 0px solid;
  padding-left: 0;
  padding-right: 0;
}
#myModal .col-modal-12.modal-table-bordered-top {
  border-top: 1px solid #efefef;
}
#myModal .modal-helper-title {
  display: block;
}
#myModal .panel-account .panel-body {
  padding: 0;
}
#myModal .height-1 .neom-emotion-element {
  height: auto;
}
#myModal legend {
  padding: 15px 40px;
  background-color: #f9f9f9;
  margin: 0;
  border-bottom: 1px solid #efefef;
}
#myModal .container {
  padding: 20px 40px !important;
}
#myModal .modal-text-padding {
  padding: 20px 35px;
}
.modal-helper-title {
  display: none;
}
.ctl_neomMediacenter .overview-left-box {
  background-color: #fff;
  padding: 10px;
}
.ctl_neomMediacenter .overview-left-box .tree {
  overflow: visible;
  padding: 0 0 10px;
}
.ctl_neomMediacenter .folders .folder-active {
  border-bottom: 1px solid #f5f5f5;
  padding: 0 10px 10px 3px;
}
.ctl_neomMediacenter .folders .fa-2x {
  font-size: 17px !important;
  padding: 0 5px 5px 0;
}
.ctl_neomMediacenter .btn.btn-default.form-control {
  width: 50px;
}
.replaced {
  /*position:relative !important;*/
  left: 5px !important;
}
#top-module .arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
    bottom: 40px;
  }
  25% {
    opacity: 1;
    bottom: 40px;
  }
  50% {
    opacity: 1;
    bottom: 40px;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    bottom: 20px;
  }
}
#top-module .arrow .arrow-image {
  height: 28px;
  width: 64px;
  position: relative;
  left: -50%;
}
#top-module .arrow .arrow-image img {
  cursor: pointer;
  display: block;
  -webkit-filter: drop-shadow(0px 0px 5px #000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='rgba(0,0,0,1)')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='rgba(0,0,0,1)')";
}
#top-module .logo-parallax {
  position: absolute;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.aboveMenu .header-icon {
  width: 28px;
  vertical-align: -4px;
}
.aboveMenu .hiking {
  width: 28px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACtUlEQVRYR8VX0XUTMRCcqQCoAKcCkgpwKiCpIHEFhAoIFWAqIKmAuAJMB0kFOBWQVLC80VsJWdZZOmO/3Hv34ZO0Ozu7OysTL/yw5t/MpgA+A5gAOCW5MrNr/9YD+RvJKzPT+Z8AVgC+kFyWhzcAuHMdio8ALM1Mh9/3eAfwi+S0YuuE5H1uowZgDuDjgQAEZloASqr3yYDSIPvpqTGgvImmV75rXwCeARyrnrYC0KIXz6UX4RXJJzPTb709zx3JuZm9BnDjAd2UzmWo2gU9Hva1pwlgZPWXuJYkT7eBHWrDC5IzT4dy9nbHiB9JqqaU1jsA81IL1gB4nr+7s6MdBKjEGarea+q3L85Iqi7CkwAUzrWWetbM1BXvRrLwQPLYoy+1JYEIACqKtdavZiZDUsLYmi0sarlprnoVKQ/tHQHked4Qi6w1lccWEw8AzmotV4BYkTyimZ0B+OEhBQ13h/r+FcB5EYm0QGsfChoWANT/Kb/OnGx/IinwYjufKecCoAMXbkzO4sYoyU8+EdeGiBuT0EBCVebEnWuoaU9itai1WwFI9JPMi7KcCQKqSDac5c5d/cRcrpplTZmfWQlA/JGq1qMbmv9iSK+AP7oh6YT6XanRW23H+HEt6AxAyr8DyFPTqvrW+i3JxEje1mIg9XiRgjEXkBaAMrh/rLtExopON5b/nAEloLy71GXxxrUQA6Imym+i6oAA8tTOBEBtooIKKhfTkBdKi9+O9XuSJ15bkX6p5SQqYWThmWTo7aw4O+y3t2SBRQBhHuR9L2ommRLGjW3rHTsyACpuyXDoio1xHKX0gAxcVsdxRc3+dAQ2Zsubmopu+2eU/zkZ42hobxi/5eIQABXiyzHgXSC9L0furkwsSNZmxPC13PVBA0nK1bqEDAHT5US0Xw9N0ea1fNeQe8/9BS9GjtJLKQBNAAAAAElFTkSuQmCC');
  background-size: contain;
  background-position: center;
  vertical-align: -4px;
  margin-top: -1px;
}
.bundle img {
  margin: 0 0 0 55px;
}
.bundle .bmw-groesse {
  padding: 10px 0;
}
.bundle .border-right {
  margin: 0 5px 0 0;
  width: 48.9%;
  border-right: 1px solid grey;
}
.bundle h3 {
  font-family: "HelveticaNeueW01-45Ligh", Arial, sans-serif !important;
  font-size: 15px !important;
}
.bundle h4 {
  color: #c52e2d;
  padding: 15px 0 0;
  text-transform: uppercase;
}
.bundle .cartdiv {
  padding: 50px 0 0 0;
}
.bundle .cartdiv .detailCartButton {
  width: 40%;
  float: left;
}
.bundle .cartdiv .detailCartButton button {
  font-size: 17px;
  padding: 15px;
  text-transform: uppercase;
}
.bundle .cartdiv .price {
  float: left;
  font-size: 15px;
  font-weight: normal;
  padding: 25px 0 0;
  text-align: right;
  width: 56%;
}
.bundle .cartdiv .price span {
  margin: 0 0 0 10px;
  font-size: 19px;
  color: #c52e2d;
}
.payment_info {
  padding: 0 20px 20px 20px;
}
.payment_info.mwrc .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
#mwrc-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
}
#mwrc-overlay svg {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#trusted-shops-logo {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 11px;
  right: 0;
  margin: 0 -50px 0 0;
}
#trusted-shops-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#trusted-shops-logo a img {
  width: 80%;
  height: 80%;
  margin: 10% 0;
}
.service-icons {
  padding-top: 72px;
}
.slb-content .result-block {
  display: none;
}
.slb-content .result-block .result {
  color: #c82f2e;
  font-size: 20px;
  margin-top: 20px;
}
.slb-modal {
  width: 415px;
}
.slb-detail-wrapper {
  height: auto;
  padding: 10px;
  border: 1px solid #e7e7e7;
  margin-bottom: 15px;
}
.print-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.buy-on-extern-page-box {
  background-color: #f5f5f5;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 0px solid #e0e0e0;
  font-family: "HelveticaNeueW01-45Ligh", Arial, sans-serif;
}
.buy-on-extern-page-box p {
  padding: 15px 12px;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0 0;
}
.buy-on-extern-page-box a,
.buy-on-extern-page-box a:active,
.buy-on-extern-page-box a:focus,
.buy-on-extern-page-box a:visited,
.buy-on-extern-page-box a:hover {
  color: #ffffff;
  text-decoration: none;
}
.ctl_detail #detailbox .pictogramme .picto .icon div.weight-new {
  background-color: #ffffff;
  background-image: url('../img/picto_chair_weight.svg');
  background-repeat: no-repeat;
  background-size: 47px 50px;
  height: 50px;
  width: 47px;
}
.ctl_detail #detailbox .pictogramme .picto .icon div.packsize {
  background-color: #ffffff;
  background-image: url('../img/picto_chair_packsize.svg');
  background-repeat: no-repeat;
  background-size: 47px 50px;
  height: 50px;
  width: 47px;
}
.ctl_detail #detailbox .pictogramme .picto .icon div.view360 {
  background-color: #ffffff;
  background-image: url('../img/picto_chair_360.svg');
  background-repeat: no-repeat;
  background-size: 47px 50px;
  height: 50px;
  width: 47px;
}
.view360-container {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 20px 40px 50px 40px;
}
.view360-container .view360-box {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.custom_play,
.custom_stop {
  float: left;
  color: #ffffff;
  background-color: #666666;
  width: 40%;
  margin: 10px 5%;
  text-transform: uppercase;
  padding: 16px 20px;
  font-size: 12px;
  line-height: 120%;
  border-radius: 0px;
}
.threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.threesixty .threesixty_images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.threesixty .threesixty_images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  width: 0;
}
.threesixty .threesixty_images img.current-image {
  visibility: visible;
  width: 100%;
}
.threesixty .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.threesixty .spinner span {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block;
}
.threesixty .nav_bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
}
.threesixty .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  text-indent: -99999px;
}
.threesixty .nav_bar a.nav_bar_play {
  background-position: 0 0 !important;
}
.threesixty .nav_bar a.nav_bar_previous {
  background-position: 0 -73px !important;
}
.threesixty .nav_bar a.nav_bar_stop {
  background-position: 0 -37px !important;
}
.threesixty .nav_bar a.nav_bar_next {
  background-position: 0 -104px !important;
}
/* html */
.threesixty:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
.threesixty:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
.falststuhl img {
  width: 99% !important;
}
.faltstuhl_tpl_picto_spacer {
  clear: both;
  margin-bottom: 40px;
  display: block;
}
#techdatatab .neom-emotion-element.only-text {
  padding: 50px 40px 50px 40px;
}
#thumbs {
  margin: 10px 0 0 0;
  padding: 0;
  position: relative;
  width: 88%;
  border-top: 1px solid #F0F0F0;
}
#thumbs ul {
  list-style: none;
  margin: 20px 0 30px 0;
  padding: 0;
}
#thumbs ul li {
  padding: 0;
  margin: 0 5% 0 0;
  display: inline-block;
  width: 20%;
  float: left;
}
#thumbs ul li:hover {
  cursor: pointer;
}
strong {
  font-weight: bold !important;
}
#compare_modal_overlay_print .modal-header .modal-title {
  float: left;
  display: block;
  line-height: 30px;
}
#compare_modal_overlay_print .modal-header .print-button {
  width: 25px;
  margin-left: 20px;
  padding-top: 4px;
  float: left;
  display: block;
  border: none;
  background-color: transparent;
}
#compare_modal_overlay_print .modal-header .print-button img {
  width: 18px;
}
.AjaxAddCartModalTable dl dt {
  font-weight: bold;
  float: left;
  margin-right: 5px;
}
.AjaxAddCartModalTable dl dd {
  float: left;
}
@media (max-width: 1023px) {
  #poles-left {
    display: none !important;
  }
}
@media (max-width: 1023px) and (min-width: 992px) {
  #poles-responsive {
    display: block !important;
    width: 30% !important;
  }
  .detail-information {
    width: 70% !important;
  }
}
ul.jPag-pages {
  max-height: 23px;
  min-width: 100px;
}
.ctl_detail.modal-open #myModal .modal-body img {
  max-height: 78vh;
}
.modal.in .modal-dialog {
  transform: translate(-50%, 0);
  top: 100px;
}
.height-1 .neom-emotion-element.neomContest {
  height: auto;
  padding: 20px 20px 3px;
  margin-bottom: 0;
}
.height-1 .neom-emotion-element.neomContest .CaptchaWrapper {
  padding: 0 10px;
}
.height-1 .neom-emotion-element.neomContest .form-group label {
  padding-right: 11px;
}
.height-1 .neom-emotion-element.neomContest .form-group input,
.height-1 .neom-emotion-element.neomContest .form-group textarea {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  vertical-align: middle;
  background-color: #f3f3f3;
  border: none;
  border-radius: 0;
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s 0.1s ease-out;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s 0.1s ease-out;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s 0.1s ease-out;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s 0.1s ease-out;
}
.height-1 .neom-emotion-element.neomContest .form-group .full-width {
  width: 100%;
}
.height-1 .neom-emotion-element.neomContest .form-group .control-label {
  padding-top: 5px;
  font-size: 15px;
}
.height-1 .neom-emotion-element.neomContest .form-group .label-link {
  cursor: pointer;
  text-decoration: underline;
}
.height-1 .neom-emotion-element.neomContest .btn-primary.btn-contest {
  font-size: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 10px;
  width: 309px;
}
.height-1 .neom-emotion-element.neomContest #button-file {
  font-size: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 10px;
  width: 309px;
  border: none;
}
.height-1 .neom-emotion-element.neomContest .captcha-input {
  height: 54px;
  font-size: 14px;
  color: #aeaeae;
}
.contestModal.modal {
  position: fixed;
}
.contestModal.modal .modal-header {
  padding: 15px 20px 20px;
}
.contestModal.modal .modal-header .close {
  margin-top: 5px;
}
.contestModal.modal .modal-header h3 {
  margin-bottom: 0px;
  margin-top: 10px;
}
.contestModal.modal {
  position: fixed;
}
.contestModal.modal .modal-header {
  padding: 15px 20px 20px;
}
.contestModal.modal .modal-header .close {
  margin-top: 5px;
}
.contestModal.modal .modal-header h3 {
  margin-bottom: 0px;
  margin-top: 10px;
}
.contestImageModal {
  /* DO NOT CHANGE FROM HERE ( unless u know what u are doing) */
  /*
  *		PRELOADER
  *		With courtesy of : http://cssload.net/
  */
}
.contestImageModal .modal-header {
  text-align: center;
  border-bottom: none;
}
.contestImageModal .modal-body {
  overflow: hidden;
}
.contestImageModal h2#preview-text {
  text-align: center;
  margin-bottom: 40px;
}
.contestImageModal .loader-gif {
  background-image: url('../img/loading.gif');
  background-size: cover;
  position: absolute;
  top: 215px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 50px;
  height: 50px;
}
.contestImageModal #image-upload {
  width: 400px;
  height: 400px;
  position: relative;
  /* or fixed or absolute */
  border: 2px dashed #F3F3F3;
  margin: 20px auto 100px;
}
.contestImageModal #image-upload > form {
  display: none;
}
.contestImageModal #croppic {
  width: 400px;
  /* MANDATORY */
  height: 208px;
  /* MANDATORY */
  position: relative;
  /* MANDATORY */
  margin: 50px 70px 20px;
  border: 3px  solid #FFF;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  border-radius: 2px;
  background-image: url(../img/placeholder.png);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
}
.contestImageModal .cropImgWrapper {
  cursor: -webkit-grab;
  cursor: grab;
}
.contestImageModal .cropImgWrapper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.contestImageModal .cropImgUpload {
  z-index: 2;
  position: absolute;
  height: 28px;
  display: block;
  top: -30px;
  right: -2px;
  font-family: sans-serif;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #FFF;
}
.contestImageModal .cropControls {
  z-index: 2;
  position: absolute;
  height: 30px;
  display: block;
  /* top: -31px; */
  top: -1px;
  right: -1px;
  font-family: sans-serif;
  background-color: rgba(0, 0, 0, 0.35);
}
.contestImageModal .cropControls i {
  display: block;
  float: left;
  margin: 0;
  cursor: pointer;
  background-image: url('../img/cropperIcons.png');
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 20px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
}
.contestImageModal .cropControls i:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.contestImageModal .cropControls i.cropControlZoomMuchIn {
  background-position: 0px 0px;
}
.contestImageModal .cropControls i.cropControlZoomIn {
  background-position: -30px 0px;
}
.contestImageModal .cropControls i.cropControlZoomOut {
  background-position: -60px 0px;
}
.contestImageModal .cropControls i.cropControlZoomMuchOut {
  background-position: -90px 0px;
}
.contestImageModal .cropControls i.cropControlRotateLeft {
  background-position: -210px 0px;
}
.contestImageModal .cropControls i.cropControlRotateRight {
  background-position: -240px 0px;
}
.contestImageModal .cropControls i.cropControlCrop {
  position: absolute;
  right: 60px;
  top: 437px;
  background-image: url('../img/leki-contest-upload2.png');
  width: 280px;
  height: 60px;
  background-position: 0;
}
.contestImageModal .cropControls i.cropControlUpload {
  position: absolute;
  left: -278px;
  top: 135px;
  background-image: url('../img/leki-contest-uploadbutton2.png');
  width: 155px;
  height: 139px;
  background-position: 0;
}
.contestImageModal .cropControls i.cropControlUpload:hover {
  background-color: #fff;
}
.contestImageModal .cropControls i.cropControlReset {
  background-position: -180px 0px;
}
.contestImageModal .cropControls i.cropControlRemoveCroppedImage {
  background-position: -180px 0px;
}
.contestImageModal .cropControls i:last-child {
  margin-right: none;
}
.contestImageModal #croppicModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}
.contestImageModal .bubblingG {
  text-align: center;
  width: 80px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px auto auto -40px;
  z-index: 2;
}
.contestImageModal .bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 25px auto;
  background: #FFF;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50px;
  -moz-animation: bubblingG 1s infinite alternate;
  -webkit-border-radius: 50px;
  -webkit-animation: bubblingG 1s infinite alternate;
  -ms-border-radius: 50px;
  -ms-animation: bubblingG 1s infinite alternate;
  -o-border-radius: 50px;
  -o-animation: bubblingG 1s infinite alternate;
  border-radius: 50px;
  animation: bubblingG 1s infinite alternate;
}
.contestImageModal #bubblingG_1 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.contestImageModal #bubblingG_2 {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.contestImageModal #bubblingG_3 {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-moz-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    -moz-transform: translateY(-21px);
  }
}
@-webkit-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    -webkit-transform: translateY(-21px);
  }
}
@-ms-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    -ms-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    -ms-transform: translateY(-21px);
  }
}
@-o-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    -o-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    -o-transform: translateY(-21px);
  }
}
@keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    transform: translateY(-21px);
  }
}
.ctl_forms .additionalFields,
.ctl_forms .otherFields {
  display: none;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .ctl_forms .additionalFields .defaultFields,
  .ctl_forms .otherFields .defaultFields {
    padding-right: 20px;
  }
}
.produktberater .text-wrapper {
  background-color: #fff;
  font-family: "GeogrotesqueW01-Regular 1185161", Arial, sans-serif;
  color: #333;
  padding: 0 30px 30px;
  margin-bottom: 10px;
}
.produktberater .text-wrapper h2 {
  font-size: 34px;
  font-family: "GeogrotesqueW01-Regular 1185161", Arial, sans-serif;
}
.produktberater .text-wrapper .filter-description {
  width: 80%;
  padding-top: 80px;
}
.produktberater .history {
  float: right;
}
.produktberater .history p {
  float: left;
  color: #e0e0e0;
  margin: 5px;
}
.produktberater .history .history-step {
  float: left;
  background-color: #C52E2D;
  color: #fff;
  padding: 5px 7px;
  margin-right: 1px;
  text-transform: uppercase;
}
.produktberater .steps {
  float: left;
  background-color: #f3f3f3;
}
.produktberater .steps .step {
  float: left;
  color: #aaa;
  padding: 5px 10px;
  text-transform: uppercase;
  position: relative;
}
.produktberater .steps .step:last-of-type:after {
  border-right: none;
}
.produktberater .steps .step:after {
  content: '';
  height: 10px;
  border-right: 1px solid #aaa;
  position: absolute;
  right: -1px;
  top: 9px;
}
.produktberater .steps .step.active {
  background-color: #C52E2D;
  color: #fff;
}
.produktberater .steps .step.active.one:after {
  border-right: 1px solid #fff;
  right: 0;
}
.produktberater .steps .step.active.two:after {
  border-right: none;
}
.produktberater .flex-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
}
.produktberater .flex-wrapper:hover .flex-box {
  opacity: 0.4;
}
.produktberater .flex-box {
  flex: 1;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-in-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  cursor: pointer;
}
.produktberater .flex-box:hover {
  flex: 2;
  opacity: 1!important;
}
.produktberater .boxes-wrapper:hover .box-content {
  opacity: 0.2;
}
.produktberater .boxes-wrapper .box-content {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-in-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.produktberater .boxes-wrapper .box-content:hover {
  opacity: 1;
  background-color: #C52E2D;
}
.produktberater .boxes-wrapper .box-content:hover .title {
  color: #fff;
}
.produktberater .boxes-wrapper .box-content .image {
  height: 340px;
  background-position: center;
}
.produktberater .boxes-wrapper .box-content.height-sm {
  height: 210px;
}
.produktberater .boxes-wrapper .box-content.height-sm .image {
  height: 170px;
  background-position: 35% top;
  background-size: cover;
}
.produktberater .boxes-wrapper .box-content.height-md {
  height: 430px;
}
.produktberater .boxes-wrapper .box-content.height-md .image {
  height: 300px;
  background-position: 92% 0%;
  background-size: 570px;
}
.produktberater .boxes-wrapper .box-content.height-md .title {
  height: 119px;
  background-repeat: no-repeat;
  background-position: 50% 5px;
  background-size: 55px;
}
.produktberater .boxes-wrapper .box-content.height-md .title p {
  padding-top: 85px;
}
.produktberater .boxes-wrapper .box-content.height-md.stoecke .title {
  background-image: url('../img/produktberater/berater_poles.png');
}
.produktberater .boxes-wrapper .box-content.height-md.handschuhe .title {
  background-image: url('../img/produktberater/berater_gloves.png');
}
.produktberater .boxes-wrapper .box-content.height-md.accessoires .title {
  background-image: url('../img/produktberater/berater_accessoires.png');
}
.produktberater .boxes-wrapper .box-content.height-md:hover.stoecke .title {
  background-image: url('../img/produktberater/berater_poles-white.png');
}
.produktberater .boxes-wrapper .box-content.height-md:hover.handschuhe .title {
  background-image: url('../img/produktberater/berater_gloves-white.png');
}
.produktberater .boxes-wrapper .box-content.height-md:hover.accessoires .title {
  background-image: url('../img/produktberater/berater_accessoires-white.png');
}
.produktberater .boxes-wrapper .box-content .title {
  font-family: "GeogrotesqueW01-Regular 1185161", Arial, sans-serif;
  margin-top: 11px;
  font-size: 15px;
  color: #333;
  font-weight: 400;
}
.produktberater .alpin .image {
  background-image: url('../img/produktberater/berater_alpin.png');
}
.produktberater .freeski .image {
  background-image: url('../img/produktberater/berater_freeski.png');
}
.produktberater .wintertouren .image {
  background-image: url('../img/produktberater/berater_wintertouren.png');
}
.produktberater .langlauf .image {
  background-image: url('../img/produktberater/berater_langlauf.png');
}
.produktberater .trekking .image {
  background-image: url('../img/produktberater/berater_trekking.png');
}
.produktberater .nordic .image {
  background-image: url('../img/produktberater/berater_nordicwalking.png');
}
.produktberater .trail .image {
  background-image: url('../img/produktberater/berater_trail.png');
}
.produktberater .roller .image {
  background-image: url('../img/produktberater/berater_nordicblading.png');
}
.produktberater .stoecke .image {
  background-image: url('../img/produktberater/berater_poles-img.jpg');
}
.produktberater .handschuhe .image {
  background-image: url('../img/produktberater/berater_gloves-img.jpg');
}
.produktberater .accessoires .image {
  background-image: url('../img/produktberater/berater_accessoires-img.jpg');
}
.ctl_wizard .thumbnails.stock .item-wrapper .image-wrapper img {
  max-height: 450px;
}
.list-doubleangle li:before {
  padding-right: 0px;
}
@media (min-width: 1024px) {
  select.accountMobileMenu,
  div.accountMobileMenu {
    display: none!IMPORTANT;
  }
}
@media (max-width: 1023px) {
  .hidden-1023px {
    display: none;
  }
}
@media (max-width: 1023px) {
  #main-header #AjaxSearch .ui-autocomplete-input {
    display: none;
  }
}
@media (min-width: 992px) {
  select.subnaviMobileMenu,
  div.subnaviMobileMenu {
    display: none!IMPORTANT;
  }
}
@media (max-width: 1187px) {
  .btn-header-cart {
    width: 32px!IMPORTANT;
    overflow: hidden;
  }
  .btn-header-cart .col-sm-10 {
    display: none;
  }
  #trusted-shops-logo {
    margin: 0;
    right: 10px;
  }
  header#main-header .trusted-shops-bar .trusted-content.trusted-2 {
    padding-left: 65px;
  }
  header#main-header .trusted-shops-bar .trusted-content.trusted-3 {
    padding-left: 95px;
  }
}
@media (max-width: 991px) {
  .pull-right-sm {
    float: right;
    padding-right: 10px;
  }
  .ctl_listing .thumbnail .item-wrapper .stock .image-list {
    height: 300px !important;
  }
  .ctl_listing .thumbnail .item-wrapper .stock .image-list img {
    max-height: 340px !important;
  }
  .ctl_listing .button-wrapper {
    display: none;
  }
  .neom-mvm {
    margin-top: 5px;
    margin-bottom: 4px;
  }
  .mysubmenu {
    top: 43px;
  }
  .mysubmenu .mysubsubmenu .subheight .box .link a.h4 span {
    width: 85%;
    line-height: 120%;
  }
  header#main-header .head-bg #header .mainnav ul li {
    font-size: 12px;
  }
  header#main-header .head-bg #header .logo {
    width: 80%;
  }
  header#main-header.relative-header {
    position: fixed;
  }
  .btn-footer-size {
    padding: 7px 13px;
  }
  .height-1 .neom-emotion-element {
    height: 238px;
    overflow: scroll;
  }
  .height-1 .neom-emotion-element .image {
    height: 188px;
  }
  .height-1 .neom-emotion-element .image.banner {
    background-size: cover!important;
  }
  .height-1 .neom-emotion-element.only-text {
    /* FÜR INNOVATIONSHEADER UND SERVICE HEADER ! ! ! */
    /* VOR DEM LÖSCHEN ÜBERPRÜFEN ! ! ! */
    height: 238px;
  }
  .height-1 .neom-emotion-element.only-text h3 {
    font-size: 18px;
  }
  .height-1 .neom-emotion-element.only-text .text-light {
    width: 155px !important;
    left: 9% !important;
  }
  .height-1 .neom-emotion-element.only-text h2.text-light {
    font-size: 18px;
  }
  .height-1 .neom-emotion-element.title {
    height: auto;
  }
  .height-1 .neom-emotion-element.no-title {
    height: auto;
  }
  .height-1 .neom-emotion-element .text {
    opacity: 1 !important;
  }
  .height-1 .neom-emotion-element.login-box {
    height: auto;
    overflow: hidden;
  }
  .height-2 .neom-emotion-element {
    height: 486px;
  }
  .height-2 .neom-emotion-element .image {
    height: 438px;
  }
  .height-3 .neom-emotion-element {
    height: 1022px;
  }
  .height-3 .neom-emotion-element .image {
    height: 972px;
  }
  .ctl_detail .sm-minus-margin {
    margin-top: -70px;
  }
  .ctl_detail #detailbox {
    margin: 0 0 20px 0;
  }
  .ctl_detail .price-default {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .ctl_detail #poles-responsive {
    position: relative;
    z-index: 1000;
    padding: 0 0 30px 0;
    text-align: center;
  }
  .ctl_detail .height-1 .neom-emotion-element {
    height: 250px;
  }
  .ctl_detail #description .height-auto .neom-emotion-element.only-text,
  .ctl_detail #downloads .height-auto .neom-emotion-element.only-text {
    padding: 10px;
  }
  .ctl_listing .thumbnails.table .item-wrapper .icon-set {
    bottom: 0px;
  }
  .ctl_listing .thumbnails.table .item-wrapper .neomColorSwitcher .color-list {
    bottom: 10%;
  }
  .step.text-uppercase.text-light {
    font-size: 16px;
  }
  #top-module.subpage {
    padding-top: 44px;
  }
  #top-module.subpage .image {
    height: 330px;
  }
  /* NUR BEI 2 SPALTER */
  .col-sm-8 .height-1 .neom-emotion-element .image {
    background-size: contain;
  }
  .popover.bottom .arrow {
    left: 92%;
  }
  .top-module-box .hideonscroll h3 p {
    display: none;
  }
  .saalfelden .table-bordered-right {
    border-right-width: 0px;
  }
  .saalfelden .prl,
  .saalfelden .pll,
  .saalfelden .prm,
  .saalfelden .plm {
    padding: 0;
  }
  .saalfelden .row {
    margin-left: 0;
    margin-right: 0;
  }
  .saalfelden p {
    width: 100%;
    max-width: none!important;
  }
  .saalfelden .supporters .prl {
    padding-right: 10px;
    margin-bottom: 10px;
  }
  #trusted-shops-logo {
    top: 4px;
    width: 35px;
    height: 35px;
    right: 0;
    margin: 0 -40px 0 0;
  }
  .btn.btn-default.btn-subnavi.text-uppercase {
    display: none!IMPORTANT;
  }
  .height-1 .neom-emotion-element.neomContest .form-group label {
    padding-right: 15px;
  }
  .social-icons {
    text-align: center;
  }
  .neom-emotion-element.neomContest .table-bordered-right {
    border-right: none;
  }
  .neom-emotion-element.neomContest .pll.contest-box-right {
    padding-left: 0;
    margin-top: 15px;
  }
  .neom-emotion-element.neomContest .pll.contest-box-right .pls {
    padding-left: 0;
  }
  .height-1 .neom-emotion-element.neomContest .btn-primary.btn-contest {
    margin-left: 5px;
  }
  #tsbadge4_db8d3657bdbe440c985ae127463eaad4 {
    display: none!important;
  }
}
@media (max-width: 679px) {
  .emotion > .row .col-sm-5 {
    -webkit-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
  }
  .scroll-up-neom {
    margin: 0 5px 0 0;
  }
  .tab-content .neom-emotion-element {
    height: auto !important;
  }
  .modal-header {
    padding: 10px;
  }
  .modal-body .price-default {
    padding: 10px 10px 0 0 !important;
    text-align: right !important;
  }
  .modal-body dt {
    width: 85px;
    float: left;
  }
  .modal-footer .btn-default {
    margin: 0 0 10px 0;
  }
  .ctl_listing .subpage .top-module-box h3 {
    display: none !important;
  }
  .ctl_listing .subpage .image {
    height: 160px !important;
  }
  .ctl_detail .product-wrapper #poles-responsive img {
    height: 400px;
  }
  .ctl_FAQ div.faqAnswer {
    width: 100%;
  }
  .ctl_custom #top-module {
    height: 30px;
  }
  .ctl_custom #top-module .image {
    display: none;
  }
  .ctl_checkout .cart-list h4,
  .ctl_account .cart-list h4,
  .ctl_register .cart-list h4 {
    font-size: 13px;
  }
  .ctl_checkout .btn-skew,
  .ctl_account .btn-skew,
  .ctl_register .btn-skew {
    margin: 10px 0 -10px 0;
  }
  .ctl_custom .neom-emotion-element .custom-box {
    max-width: 100%;
  }
  .xs-text-right {
    text-align: right;
  }
  .xs-text-center {
    text-align: center;
  }
  #top-module.subpage {
    padding-top: 48px;
  }
  .cookie-bar {
    line-height: 17px;
  }
  .social-icons {
    text-align: center;
  }
  #top-module .top-module-box,
  .top-module .top-module-box {
    top: 23%;
  }
  #top-module .top-module-box hgroup h1,
  .top-module .top-module-box hgroup h1 {
    font-size: 32px;
    line-height: 40px;
  }
  #top-module .top-module-box hgroup h3,
  .top-module .top-module-box hgroup h3 {
    font-size: 18px;
    margin: 5px 0 0 0;
  }
  .height-1 .neom-emotion-element.only-text.autoheight.no-title {
    height: auto;
  }
  .height-1 .neom-emotion-element.only-text.autoheight.no-title .tinymce-editor-image {
    width: 254px;
    height: 57px;
  }
  .height-1 .neom-emotion-element {
    height: auto;
  }
  .height-1 .neom-emotion-element .image {
    height: 246px;
  }
  .height-1 .neom-emotion-element .image.banner {
    /* height:200px; */
    display: none;
  }
  .height-1 .neom-emotion-element.butImage .image {
    height: 200px;
  }
  .height-1 .neom-emotion-element.only-text.title {
    height: auto;
  }
  .height-1 .neom-emotion-element.only-text.no-title {
    height: auto;
  }
  .height-2 .neom-emotion-element {
    height: 600px;
  }
  .height-2 .neom-emotion-element .image {
    height: 550px;
  }
  .height-2 .neom-emotion-element.noTitle.butImage {
    height: auto;
  }
  .height-2 .neom-emotion-element.noTitle.butImage .image.video.lazy {
    height: 246px;
  }
  .height-2 .play-button .video-icon {
    top: -40px;
  }
  .ctl_detail .sm-minus-margin {
    margin-top: 0;
  }
  .ctl_detail #poles-responsive {
    position: relative;
    z-index: 1000;
    padding: 0 0 30px 0;
    text-align: center;
  }
  .ctl_detail #lower-content .detail-tabs li {
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .ctl_detail .price-default {
    width: 100%;
    padding: 30px 20px 30px 20px;
    text-align: center;
  }
  .ctl_detail .tab-content .image-wrapper {
    margin: 0px;
  }
  .col-xs-12 .pull-right,
  .col-xs-12.pull-right {
    float: left!important;
  }
  .row .paging {
    margin: 10px auto 10px auto;
  }
  .glove-responsive {
    margin: auto;
  }
  .picto-center {
    margin: 0 auto;
    width: 47px;
    float: none !important;
  }
  .item-wrapper.listing-poles.similar .image-wrapper .img-center.pole-image {
    margin-bottom: 20px;
  }
  .item-wrapper.listing-poles.similar .badges {
    top: 45px;
  }
  .item-wrapper.listing-poles.similar .title-wrapper {
    height: 63px;
  }
  .picto-pole {
    width: 202px !important;
    margin: 0 auto;
  }
  .picto-nopole {
    width: 50px !important;
    margin: 0 auto;
  }
  #top-module .arrow {
    display: none;
  }
  #top-module .top-module-box {
    top: 63%;
  }
  #top-module .logo-parallax {
    right: auto;
    left: 0;
    top: 70%;
    height: 100%;
  }
  #top-module .logo-parallax img {
    width: 220px;
  }
  .saalfelden .btn-lg {
    margin-top: 20px;
  }
  .saalfelden.feb15 h3,
  .saalfelden h3 {
    width: 100%;
    font-size: 16px!important;
  }
  .country-select-content .modal-body {
    padding: 15px 25px;
  }
  .country-select-content .modal-body .col-md-12 {
    margin-bottom: 0;
  }
  .country-select-content .modal-body .table-headline {
    padding: 5px 15px;
  }
  .country-select-content .modal-body .table-headline.europe,
  .country-select-content .modal-body .table-headline.asia {
    margin-top: 30px;
  }
  .country-select-content .modal-body .country-select {
    border-width: 0px;
    text-align: center;
  }
  .country-select-content .modal-body .country-select .table-bordered-left,
  .country-select-content .modal-body .country-select .table-bordered-right {
    border-width: 0;
  }
  .country-select-content .modal-body .countries {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .country-select-content .modal-body .countries li {
    margin-bottom: 10px;
  }
  .slb-modal {
    width: 300px;
  }
  .slb-modal label {
    margin-left: 10px;
  }
}
@media (max-width: 400px) {
  #top-module .top-module-box {
    top: 37%;
  }
}
