.category_banner {
  position: relative;
  min-height: 60px;
}
.category_banner .category_picture {
  width: 100%;
  overflow: hidden;
}
.category_banner .category_picture img {
  min-width: 100%;
  max-width: none !important;
}
.category_banner .category_headline_wrapper {
  position: relative;
}
.category_headline {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -2px;
  min-width: 350px;
  padding: 20px 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.category_headline h1 {
  margin: 0;
  font-size: 24px;
}
.categorybox {
  margin-top: 20px;
  margin-bottom: 40px;
}
.categorybox .categorylist .box-link-headline {
  max-width: 100%;
  font-size: 20px;
}
.link_header {
  font-size: 1em;
  padding: 10px 25px 0 25px;
  margin: 0 -8px;
  height: 45px;
  min-width: 100px;
  text-align: center;
  cursor: pointer;
}
.link_header > span {
  text-align: center;
}
.link_header > span .icon {
  font-size: 1.6em;
}
.link_header > span .link_header_label {
  float: right;
  margin-top: 2px;
}
.link_header:hover {
  color: #ffffff;
}
.link_header:hover:before {
  background-color: #004c8a;
}
.link_header.bg-grey.skew:hover:before {
  background-color: #004c8a;
}
.header_account {
  float: left;
}
.header_account > div {
  float: left;
}
.header_search {
  float: left;
}
.input_search {
  float: left;
  width: 0;
  overflow: hidden;
  margin-right: -15px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
}
.input_search .skew {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
.input_search .skew:before {
  border-left: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
}
.input_search .skew input {
  color: #8f8f8f;
  width: 100%;
  font-size: 14px;
}
#search.hoverintent .input_search {
  width: 300px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#search_button_mobile {
  cursor: pointer;
}
#search_button_mobile.open {
  color: #ffffff;
}
#search_button_mobile.open:before {
  background-color: #004c8a;
}
#input_search,
.button_search {
  border: 0;
  padding: 0;
}
#open-menu {
  float: left;
}
#open-menu:hover .skew,
#open-menu.open .skew {
  color: #ffffff;
}
#open-menu:hover .skew:before,
#open-menu.open .skew:before {
  background-color: #004c8a;
}
#search_button_submit_mobile {
  position: absolute;
  right: 30px;
  top: 14px;
}
#search_button_submit_mobile input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#search_button_submit_mobile .icon {
  color: #8f8f8f;
}
.header_basket .shopping_bag {
  position: relative;
}
.header_basket .shopping_bag a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 40px;
  font-weight: 300;
}
.header_basket .shopping_bag .shopping_bag_icon {
  position: absolute;
  right: 0;
  top: 12px;
}
.header_basket .shopping_bag .shopping_bag_icon .shopping_bag_quantity {
  position: absolute;
  right: 12px;
  top: -18px;
  font-weight: bold;
  font-size: 0.6em;
}
.header_basket .shopping_bag .shopping_bag_icon .icon {
  font-size: 1.4em;
}
.itembox {
  margin-bottom: 40px;
}
.itembox .paging-row {
  margin-left: -10px;
  margin-right: -10px;
}
.itembox .paging-row > div {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.itembox .paging-row > div.page_switch {
  float: right;
  width: 25%;
  text-align: right;
}
.itembox .paging-row > div.sort_by {
  width: 25%;
}
.itembox .paging-row:after {
  clear: both;
  display: block;
  content: " ";
}
.sort_by > form {
  border: 1px solid #eeeeee;
  position: relative;
}
.sort_by > form #sort_by_container {
  cursor: pointer;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.sort_by > form #sort_by_container:after {
  font-family: "kuhne-icons";
  content: "\f107";
  position: absolute;
  right: 10px;
}
.sort_by > form #sort_select_over_top {
  z-index: 1;
  position: absolute;
  width: 100%;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background-color: #ffffff;
}
.sort_by > form #sort_select_over_top > div {
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.sort_by > form #sort_select_over_top > div:hover {
  background-color: #eeeeee;
}
.page_switch {
  text-align: right;
}
.page_switch .page_switch_inner {
  display: inline-block;
}
.page_switch .page_switch_inner > div {
  float: left;
}
.page_switch .page_switch_inner > div a {
  padding: 10px;
  display: block;
  color: #8f8f8f;
  font-weight: normal;
}
.page_switch .page_switch_inner > div a:hover {
  color: #004c8a;
}
.page_switch .page_switch_inner > div strong {
  display: block;
  padding: 10px;
  color: #004c8a;
  font-weight: normal;
  background-color: #eeeeee;
}
.page_switch .page_switch_inner > div.links .icon {
  padding-top: 2px;
  display: inline-block;
}
.promotion_1,
.promotion_2,
.promotion_3,
.promotion_4,
.promotion_5,
.promotion_6,
.promotion_7,
.promotion_8 {
  width: 130px;
  height: 30px;
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.promotion_1 {
  background-image: url("../img/action_de.png");
}
.promotion_2 {
  background-image: url("../img/action_de.png");
}
.promotion_3 {
  background-image: url("../img/new_de.png");
}
.promotion_4 {
  background-image: url("../img/action_de.png");
}
.promotion_5 {
  background-image: url("../img/action_de.png");
}
.promotion_6 {
  background-image: url("../img/action_de.png");
}
.promotion_7 {
  background-image: url("../img/action_de.png");
}
.promotion_8 {
  background-image: url("../img/action_de.png");
}
.en .promotion_1 {
  background-image: url("../img/action_en.png");
}
.en .promotion_2 {
  background-image: url("../img/action_en.png");
}
.en .promotion_3 {
  background-image: url("../img/new_en.png");
}
.en .promotion_4 {
  background-image: url("../img/action_en.png");
}
.en .promotion_5 {
  background-image: url("../img/action_en.png");
}
.en .promotion_6 {
  background-image: url("../img/action_en.png");
}
.en .promotion_7 {
  background-image: url("../img/action_en.png");
}
.en .promotion_8 {
  background-image: url("../img/action_en.png");
}
.itemlist {
  margin-top: 40px;
  margin-bottom: 40px;
}
.itemlist .itemlist_row {
  cursor: pointer;
}
.itemlist .itemlist_row > div {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  padding: 30px 10px;
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -ms-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
}
.itemlist .itemlist_row > div.itemlist_image {
  width: 20%;
  position: relative;
}
.itemlist .itemlist_row > div.itemlist_image .promotion_small {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 0;
}
.itemlist .itemlist_row > div.itemlist_desc {
  width: 25%;
}
.itemlist .itemlist_row > div.itemlist_desc .item_no {
  font-weight: bold;
  color: #004c8a;
}
.itemlist .itemlist_row > div.itemlist_price {
  width: 18%;
  vertical-align: bottom;
  text-align: right;
}
.itemlist .itemlist_row:hover > div {
  background-color: #eeeeee;
}
.itemlist .itemlist_row:hover > div .item_price_button {
  color: #ffffff;
}
.itemlist .itemlist_row:hover > div .item_price_button:before {
  background-color: #004c8a;
}
.itemlist .itemlist_header {
  color: #8f8f8f;
}
.itemlist .itemlist_header > div {
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
}
.itemlist.itemlist_12 .itemlist_12_body {
  margin-bottom: 20px;
  border-left: 1px solid #eeeeee;
}
.itemlist.itemlist_12 .itemlist_12_body .itemlist_12_inner {
  padding: 20px;
  cursor: pointer;
}
.itemlist.itemlist_12 .itemlist_12_body .itemlist_12_inner h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2em;
  color: #48494b;
}
.itemlist.itemlist_12 .itemlist_12_body .itemlist_12_inner .itemlist_12_desc {
  margin-top: 10px;
  height: 80px;
  overflow: hidden;
}
.itemlist.itemlist_12 .itemlist_12_body:first-child {
  border-color: transparent;
}
.itemlist.itemlist_12 .box-link .box-link-hover {
  left: -25%;
}
.itemlist.itemlist_12 .box-link.hoverintent .box-link-hover {
  width: 150%;
}
.itemlist.itemlist_4,
.itemlist.itemlist_5 {
  margin-top: 0;
  margin-bottom: 0;
}
.itemlist.itemlist_4 .itemlist_row:last-child,
.itemlist.itemlist_5 .itemlist_row:last-child {
  border-bottom: 0;
}
.itemlist.itemlist_4 .itemlist_row > div.itemlist_image,
.itemlist.itemlist_5 .itemlist_row > div.itemlist_image {
  width: 10%;
}
.itemlist.itemlist_4 .itemlist_row > div.itemlist_price,
.itemlist.itemlist_5 .itemlist_row > div.itemlist_price {
  vertical-align: top;
}
.itemlist.itemlist_4 .itemlist_row > div.itemlist_quantity,
.itemlist.itemlist_5 .itemlist_row > div.itemlist_quantity {
  width: 10%;
}
.itemlist.itemlist_4 .itemlist_row > div.itemlist_quantity input,
.itemlist.itemlist_5 .itemlist_row > div.itemlist_quantity input {
  width: 80px;
  text-align: center;
  padding: 5px 10px;
  margin-top: -5px;
}
.itemlist.itemlist_4 .itemlist_row > div.itemlist_amount,
.itemlist.itemlist_5 .itemlist_row > div.itemlist_amount,
.itemlist.itemlist_4 .itemlist_row > div.itemlist_price,
.itemlist.itemlist_5 .itemlist_row > div.itemlist_price {
  width: 10%;
}
.itemlist.itemlist_4 .itemlist_4_headline,
.itemlist.itemlist_5 .itemlist_4_headline,
.itemlist.itemlist_4 .itemlist_5_headline,
.itemlist.itemlist_5 .itemlist_5_headline {
  font-weight: bold;
  color: #004c8a;
  margin-bottom: 20px;
}
.itemlist.itemlist_4 .button_small,
.itemlist.itemlist_5 .button_small {
  z-index: 1;
}
.itemlist_bottom_box {
  border-top: 4px solid #eeeeee;
  padding: 40px 0;
  margin-bottom: 80px;
}
.itemlist_bottom_box:after {
  clear: both;
  display: block;
  content: " ";
}
.itemlist_bottom_box .itemlist_bottom_box_left {
  float: left;
  width: 60%;
}
.itemlist_bottom_box .itemlist_bottom_box_right {
  float: right;
  width: 40%;
}
.itemlist_bottom_box .itemlist_bottom_box_right .order_sum {
  width: 100%;
}
.item_price {
  color: #004c8a;
  font-weight: 300;
  font-size: 1.8em;
  margin-bottom: 10px;
}
.item_vat {
  font-size: 12px;
}
.item_price_button {
  padding: 0;
  overflow: hidden;
}
.item_price_button input {
  padding: 10px 20px;
  background: none;
  border: 0;
  text-transform: uppercase;
}
.item_price_button:hover {
  color: #ffffff;
}
.item_price_button:hover:before {
  background-color: #004c8a;
}
.item_features ul {
  border-bottom: 1px solid #eeeeee;
}
.item_features ul li {
  float: left;
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}
.item_features ul li:first-child {
  padding-right: 20px;
  text-align: left;
}
.item_features ul:after {
  clear: left;
  display: block;
  content: " ";
}
.item_features ul:first-child {
  border-top: 1px solid #eeeeee;
}
.filterbox {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}
.filterbox:after {
  content: " ";
  clear: left;
  display: block;
}
.filterbox .filter_headline {
  color: #004c8a;
  margin-bottom: 20px;
}
.filterbox .slider_body {
  padding-left: 6px;
  padding-right: 6px;
}
.filterbox .slider_body .filter_values .slider_text_value {
  width: 50%;
  border: 0;
  text-align: left;
  float: left;
  padding: 0;
  margin-left: -6px;
  margin-top: -5px;
}
.filterbox .slider_body .filter_values .slider_text_value:last-child {
  text-align: right;
  float: right;
  margin-left: 0;
  margin-right: -6px;
}
.filterbox .slider_body .filter_button {
  margin-top: 7px;
  text-align: center;
}
.filterbox .slider_body .filter_button:after {
  clear: both;
  display: block;
  content: " ";
}
.filterbox .slider_body .filter_button > a {
  cursor: pointer;
}
.filterbox .slider_body .filter_button .button_apply {
  display: none;
}
.filterbox .select_body {
  width: 100%;
}
.filterbox .select_body:after {
  padding-top: 12px;
}
.filterbox .select_body.open {
  position: relative;
}
.filterbox .select_body.open .filter_unset {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.filterbox .select_body.open .filter_unset .filter_unset_icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 25px;
  font-size: 1.2em;
  padding-top: 12px;
}
.filterbox .select_body.open select {
  background-color: #eeeeee;
}
.filterbox .select_body.open:after {
  display: none;
}
.filterbox .select_body.open:hover select,
.filterbox .select_body.open:active select {
  background-color: #d5d5d5;
}
.filterbox > .filter-wrapper {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  float: left;
  height: 90px;
  overflow: hidden;
}
.ui-slider {
  border: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
  background-color: #eeeeee;
  height: 1px;
  margin-top: 7px;
}
.ui-slider .ui-widget-header {
  background: none;
}
.ui-slider .ui-slider-handle {
  background: none;
  border: 0;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #48494b;
  width: 12px;
  height: 12px;
  top: -6px;
  margin-left: -6px;
  cursor: pointer;
}
.ui-slider .ui-slider-range {
  height: 6px;
  top: -3px;
  background-color: #eeeeee;
}
.select_body {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #48494b;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  line-height: 1.4em;
}
.select_body:after {
  background-color: #ffffff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #48494b;
  cursor: pointer;
  height: 100%;
  pointer-events: none;
  content: "\f107";
  font-family: "kuhne-icons";
  position: absolute;
  padding-top: 5px;
  right: 10px;
}
.select_body select {
  -o-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: medium none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  padding: 10px;
  width: 100%;
}
.select_body select::-ms-expand {
  display: none;
}
.select_body select:focus,
.select_body select:active {
  outline: 0;
}
.select_body option {
  -moz-appearance: none;
  background-color: #ffffff;
}
.select_body option:focus,
.select_body option:active {
  outline: 0;
}
#itemcard .item_price {
  font-size: 2.2em;
  line-height: 1em;
}
#itemcard .item_price .itemcard_base_price_netto {
  font-size: 14px;
  color: #48494b;
}
.item_images {
  margin: 10px -5px 25px;
  text-align: center;
}
.item_images a {
  border: 0 none;
  display: inline-block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  transition: all 0.1s ease-in 0s;
  width: 100px;
}
.item_images a img {
  border: 0 none;
  box-shadow: none;
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
}
.item_images a:hover {
  border: 1px solid #004c8a;
}
.item_images a:focus {
  border: 1px solid #004c8a;
}
.item_images a.mz-thumb {
  background-color: #ffffff;
  border: 1px solid transparent;
  line-height: 100px;
}
.item_images a.mz-thumb img {
  margin-top: 0 !important;
}
.item_images a.mz-thumb:hover img {
  filter: none;
  -ms-filter: none;
  -webkit-filter: none;
}
.item_images a.mz-thumb-selected {
  border: 1px solid #004c8a;
}
.item_images a.mz-thumb-selected img {
  filter: none;
  -ms-filter: none;
  -webkit-filter: none;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb {
  background-color: #fff;
  border: 1px solid transparent;
  padding: 5px 10px;
  transition: all 0.1s ease-in 0s;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb img {
  filter: none;
  -ms-filter: none;
  -webkit-filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb:hover img {
  filter: none;
  -ms-filter: none;
  -webkit-filter: none;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb-selected {
  border: 1px solid #eee;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb-selected img {
  filter: none;
  -ms-filter: none;
  -webkit-filter: none;
}
#itemcard_top .toolbar {
  margin-bottom: 40px;
}
#itemcard_top .toolbar > * {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
#itemcard_top .toolbar > .button_back {
  padding-left: 0;
  padding-right: 0;
}
#itemcard_right h1.item_no {
  margin-top: 0;
}
#itemcard_right .orderbox {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: right;
}
#itemcard_right .orderbox .scaled_prices {
  margin-bottom: 20px;
}
#itemcard_right .orderbox .scaled_prices > li {
  padding-top: 10px;
  padding-bottom: 10px;
}
#itemcard_right .orderbox .scaled_prices > li > ul > li {
  display: inline-block;
}
#itemcard_right .orderbox .scaled_prices > li > ul > li:first-child {
  padding-right: 10px;
  font-weight: bold;
}
#itemcard_right .inventory {
  margin-top: 40px;
}
#itemcard_bottom {
  margin-top: 40px;
}
.itemcard_tabs {
  margin-bottom: 80px;
}
.itemcard_tabs .tab_wrapper {
  overflow: hidden;
  margin-bottom: 40px;
}
.itemcard_tabs .tab_wrapper ul.tab {
  margin-left: -35px;
  padding-right: 35px;
}
.itemcard_tabs .tab_wrapper ul.tab > li {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin-right: -30px;
  margin-bottom: 2px;
}
.itemcard_tabs .tab_wrapper ul.tab > li:before {
  background-color: #eeeeee;
}
.itemcard_tabs .tab_wrapper ul.tab > li a {
  padding: 10px 40px;
  color: #8f8f8f;
  text-transform: none;
}
.itemcard_tabs .tab_wrapper ul.tab > li.tabon:before,
.itemcard_tabs .tab_wrapper ul.tab > li:hover:before {
  background-color: #8f8f8f;
}
.itemcard_tabs .tab_wrapper ul.tab > li.tabon a,
.itemcard_tabs .tab_wrapper ul.tab > li:hover a {
  color: #ffffff;
}
.itemcard_tabs .specifications tr {
  background: none !important;
}
.itemcard_tabs .specifications tr td {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
}
.tabcontent ul {
  padding-left: 20px;
}
.tabcontent ul li {
  list-style: square;
}
ul.tab_2 h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.item_main_image {
  height: 350px;
  margin: 0;
  overflow: hidden;
  text-align: left;
  width: 100%;
  position: relative;
}
.item_main_image .item_main_image_layer1 {
  height: 350px;
  line-height: 350px;
  text-align: center;
  width: 100%;
}
.item_main_image .item_main_image_layer1 a {
  cursor: default;
  display: block;
  height: 100%;
  text-align: center;
  width: 100% !important;
}
.item_main_image .item_main_image_layer1 a img {
  cursor: pointer;
  max-height: 350px !important;
}
.item_main_image .itemcard_banner {
  position: absolute;
  left: 0;
  top: 0;
}
.basket_button {
  margin-top: 40px;
  padding: 4px;
  font-size: 1em;
  width: 350px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
}
.basket_button input {
  width: 100%;
  border: 0;
  padding: 10px 20px;
  height: 46px;
}
.basket_button .col1 {
  position: relative;
  float: left;
  width: 30%;
  color: #48494b;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1em;
}
.basket_button .col1 .spinner_down,
.basket_button .col1 .spinner_up {
  position: absolute;
  height: 100%;
  top: 0;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 46px;
  background-color: transparent;
  z-index: 1;
}
.basket_button .col1 .spinner_down label,
.basket_button .col1 .spinner_up label {
  cursor: pointer;
}
.basket_button .col1 .spinner_down {
  left: 0;
  padding-left: 20px;
}
.basket_button .col1 .spinner_up {
  right: 0;
  padding-right: 20px;
}
.basket_button .col1 input {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.basket_button .col2 {
  float: left;
  width: 70%;
}
.basket_button .col2 input {
  text-transform: uppercase;
  background-color: transparent;
}
.basket_button:hover:before {
  background-color: #003057;
}
#user_queue_added {
  margin-bottom: 40px;
}
#user_queue_added:after {
  clear: both;
  display: block;
  content: " ";
}
#user_queue_added #product_img {
  float: left;
  margin-right: 20px;
}
#user_queue_basket {
  margin-bottom: 40px;
}
.info_headline {
  margin-top: 80px;
  margin-bottom: 40px;
}
.info_headline h1 {
  margin: 0;
}
.shop-seal-wrapper {
  padding-right: 40px;
}
.shop-seal {
  background-color: #eeeeee;
  margin-bottom: 10px;
  padding: 20px;
}
.shop-seal h3 {
  color: #48494b;
  margin-top: 0;
  margin-bottom: 5px;
}
.total_basket_box {
  margin-bottom: 30px;
}
.total_basket_box td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.total_basket_box td.grand_total {
  font-weight: bold;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
}
.order_bar {
  margin-top: 70px;
  margin-bottom: 60px;
}
.order_bar .skew {
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  margin-left: -10px;
  margin-right: -10px;
  padding: 15px 50px;
}
.order_bar .skew:first-child {
  margin-left: 0;
}
.order_bar .skew.active {
  font-weight: bold;
}
.cardform {
  margin-bottom: 80px;
}
.cardform .label {
  padding: 10px 10px 5px 10px;
  font-size: 0.9em;
}
.cardform form .input.select_body {
  width: 100%;
  max-width: 350px;
}
.cardform form .input.select_body:after {
  padding-top: 11px;
}
.cardform form .input input,
.cardform form .input textarea {
  width: 100%;
  max-width: 350px;
}
.cardform form .checkbox_body {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.cardform form .street_and_no_input_frame {
  max-width: 350px;
}
.cardform form .street_and_no_input_frame .street_frame {
  float: left;
  width: 80%;
  padding-right: 10px;
}
.cardform form .street_and_no_input_frame .street_no_frame {
  float: left;
  width: 20%;
}
.cardform form .street_and_no_input_frame:after {
  clear: both;
  display: block;
  content: " ";
}
.cardform .button_row {
  margin-top: 40px;
}
.cardform .submit_button {
  margin-top: 40px;
}
.cardform_2 {
  width: 100%;
}
.spacer_6 {
  padding-top: 56px;
}
.linklist {
  margin-bottom: 40px;
  margin-top: 20px;
}
.linklist .linklist_mobile_title {
  display: none;
}
.linklist.infobox {
  padding: 20px;
  background-color: #eeeeee;
}
.linklist .checkbox_body {
  margin: 0;
}
.linklist .table-header {
  color: #909090;
}
.linklist .table-row {
  cursor: pointer;
}
.linklist .table-row:hover .table-cell {
  background-color: #eeeeee;
}
.linklist .table-row:hover .table-cell .styledCheckbox label {
  background-color: #ffffff;
}
.linklist .table-row.table-header:hover .table-cell {
  background-color: transparent;
  cursor: default;
}
.linklist .table-row .table-cell {
  vertical-align: top;
  padding: 10px 5px;
  border-bottom: 1px solid #eeeeee;
}
.linklist .table-row .table-cell.option {
  width: 20px;
}
.linklist .table-row .table-cell.option .checkbox_body {
  margin-bottom: 0;
}
.basket-mobile {
  float: left;
}
.basket-mobile .link_header_label {
  float: left;
}
.basket-mobile .link_header > span .link_header_label {
  float: left;
  margin-right: 10px;
}
.basket-mobile .link_header > span .icon.icon-cart {
  margin-right: 0;
}
.category_banner .category_picture.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 460px;
}
@media screen and (min-width: 1600px) {
  .container {
    width: 1580px;
  }
  .categorybox .categorylist {
    width: 33.333333%;
  }
}
@media (max-width: 1399px) {
  .header_basket .shopping_bag .shopping_bag_icon {
    top: 9px;
  }
  .category_headline {
    padding: 15px 30px;
  }
  .filterbox > .filter-wrapper {
    width: 33.3333%;
  }
  .itembox .paging-row > div.sort_by {
    width: 33.3333%;
  }
}
body.payment .gadget,
body.payment .footer_menu_shop {
  display: none;
}
@media (max-width: 1199px) {
  .filterbox > .filter-wrapper {
    width: 50%;
  }
  .itembox .paging-row > div {
    display: inline-block;
  }
  .itembox .paging-row > div.sort_by {
    width: 50%;
  }
  .itembox .paging-row > div.page_switch {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .itembox .paging-row > div.page_switch:before {
    clear: both;
    display: block;
    content: " ";
  }
  .search .itembox .paging-row > div.page_switch {
    margin-top: 0;
  }
  .itemlist.itemlist_1 {
    display: block;
  }
  .itemlist.itemlist_1 .itemlist_row {
    border-top: 1px solid #eeeeee;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background-color 0.1s ease-in;
    -moz-transition: background-color 0.1s ease-in;
    -ms-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
  }
  .itemlist.itemlist_1 .itemlist_row:after {
    clear: both;
    display: block;
    content: " ";
  }
  .itemlist.itemlist_1 .itemlist_row:hover {
    background-color: #eeeeee;
  }
  .itemlist.itemlist_1 .itemlist_row > div {
    display: block;
    border: 0;
    float: right;
    width: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .itemlist.itemlist_1 .itemlist_row > div.itemlist_image {
    width: 30%;
    float: left;
  }
  .itemlist.itemlist_1 .itemlist_row > div.itemlist_image .promotion_small {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .itemlist.itemlist_1 .itemlist_row > div.itemlist_features {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .order_bar {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .page_switch {
    margin-top: 10px;
  }
  .page_switch .page_switch_inner {
    display: block;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
  .page_switch .page_switch_inner:after {
    clear: both;
    display: block;
    content: " ";
  }
  .page_switch .page_switch_inner > div strong,
  .page_switch .page_switch_inner > div a {
    padding: 20px 12px;
  }
  .itembox .paging-row > div.page_switch {
    margin-top: 10px;
  }
  .itembox .itemlist {
    margin-top: 0;
    margin-bottom: 0;
  }
  .itembox .itemlist.itemlist_1 .itemlist_row:first-child {
    border-top: 0;
  }
  .order_bar .skew {
    padding-left: 40px;
    padding-right: 40px;
  }
  .filterbox-wrapper {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .filterbox-button.hide-button {
    display: none;
  }
  .filterbox {
    display: none;
    margin: 20px 0;
    padding: 20px 10px;
    border: 1px solid #eeeeee;
  }
  .filterbox > .filter-wrapper {
    width: 100%;
    height: auto;
  }
  .filterbox > .filter-wrapper:last-child {
    margin-bottom: 0;
  }
  .filterbox .slider_body .filter_button {
    margin-top: 10px;
  }
  .ui-slider {
    margin-top: 10px;
  }
  .ui-slider .ui-slider-handle {
    height: 16px;
    width: 16px;
    margin-left: -8px;
    top: -8px;
  }
  #itemcard_top .toolbar {
    margin-bottom: 20px;
  }
  #itemcard_left {
    margin-bottom: 20px;
  }
  #itemcard_right .orderbox {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #itemcard_bottom {
    margin-top: 20px;
  }
  .info_headline {
    margin-top: 40px;
  }
  .itemlist_bottom_box {
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .cardform {
    margin-bottom: 40px;
  }
  .order_bar {
    margin-bottom: 40px;
  }
  #search .input_search {
    position: absolute;
    left: 0;
    top: 45px;
    opacity: 1;
    width: 100% !important;
    z-index: 200;
    display: none;
    background-color: #ffffff;
  }
  #search .input_search .skew:before {
    display: none;
  }
  .itembox .paging-row > div.sort_by {
    width: 100%;
  }
  .itembox .paging-row > div.pdf_button {
    margin-top: 10px;
  }
  .itembox .paging-row > div.individual_config {
    margin-top: 10px;
  }
  .category_banner .category_picture.banner {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .button_row {
    text-align: left;
  }
  .button_row > div {
    text-align: center !important;
    margin-bottom: 20px;
  }
  .button_row > .row {
    margin-bottom: 0;
  }
  .button_row > .row > div {
    width: 100%;
    float: none;
    text-align: center !important;
    margin-bottom: 20px;
  }
  .button_row > a {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .link_header > span .icon.icon-desktop,
  .link_header > span .icon.icon-menu,
  .link_header > span .icon.icon-cart,
  .link_header > span .icon.icon-wifi {
    margin-right: -10px;
  }
  .link_header .link_header_label {
    display: none;
  }
  .categorybox {
    margin-top: 0;
  }
  .box-link:first-child {
    margin-top: 0;
  }
  .item_main_image {
    height: 300px;
  }
  .item_main_image .item_main_image_layer1 {
    height: 300px;
    line-height: 300px;
  }
  .item_main_image .item_main_image_layer1 a img {
    max-height: 300px !important;
  }
  #itemcard_top .toolbar {
    text-align: center;
  }
  #itemcard_top .toolbar > div {
    display: none;
  }
  #itemcard_right .orderbox {
    text-align: center;
  }
  .special_buttons > div {
    margin-bottom: 10px;
  }
  .basket_button {
    max-width: 100%;
    width: 300px;
  }
  .basket_button .col1 {
    width: 40%;
  }
  .basket_button .col1 .spinner_down,
  .basket_button .col1 .spinner_up {
    line-height: 35px;
  }
  .basket_button input {
    height: 35px;
  }
  .basket_button .col2 {
    width: 60%;
  }
  .basket_button .col2 input {
    padding: 0 15px 0 0;
  }
  .itemcard_tabs {
    overflow: hidden;
  }
  .itemcard_tabs > div {
    display: block !important;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  .itemcard_tabs > div .tab-headline {
    font-size: 1em;
    font-weight: normal;
    text-transform: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .itemcard_tabs > div .specifications {
    display: block;
  }
  .itemcard_tabs > div .specifications tbody {
    display: block;
  }
  .itemcard_tabs > div .specifications tbody tr {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
  }
  .itemcard_tabs > div .specifications tbody tr td {
    display: block;
    width: 100% !important;
    padding: 0;
    border: 0;
  }
  .itemcard_tabs > div .specifications tbody tr td:first-child {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .itemcard_tabs .tab_wrapper {
    display: none !important;
  }
  #user_queue_added {
    margin-bottom: 20px;
  }
  #user_queue_added #product_img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .button_row {
    text-align: center;
  }
  .button_row > div {
    text-align: center !important;
    margin-bottom: 20px;
  }
  .button_row > .row {
    margin-bottom: 0;
  }
  .button_row > .row > div {
    width: 100%;
    float: none;
    text-align: center !important;
    margin-bottom: 20px;
  }
  .button_row > a {
    margin-bottom: 20px;
  }
  .table-area {
    display: block;
  }
  .table-area .table-row {
    display: block;
  }
  .table-area .table-row .table-cell {
    display: block;
  }
  .table-area .table-header {
    display: none;
  }
  .linklist .linklist_mobile_title {
    display: inline;
    padding-right: 5px;
    font-weight: bold;
  }
  .linklist .table-row {
    border-bottom: 1px solid #eeeeee;
  }
  .linklist .table-row:hover {
    background-color: #eeeeee;
  }
  .linklist .table-row:hover .table-cell {
    background-color: #eeeeee;
  }
  .linklist .table-row .table-cell {
    border-bottom: 0;
  }
  .itemlist.itemlist_4 .itemlist_row,
  .itemlist.itemlist_5 .itemlist_row {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    -webkit-transition: background-color 0.1s ease-in;
    -moz-transition: background-color 0.1s ease-in;
    -ms-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
  }
  .itemlist.itemlist_4 .itemlist_row:hover,
  .itemlist.itemlist_5 .itemlist_row:hover {
    background-color: #eeeeee;
  }
  .itemlist.itemlist_4 .itemlist_row:hover > div,
  .itemlist.itemlist_5 .itemlist_row:hover > div {
    background-color: transparent;
  }
  .itemlist.itemlist_4 .itemlist_row > div,
  .itemlist.itemlist_5 .itemlist_row > div {
    width: 100%;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .itemlist.itemlist_4 .itemlist_row > div.itemlist_image,
  .itemlist.itemlist_5 .itemlist_row > div.itemlist_image {
    width: 35%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .itemlist.itemlist_4 .itemlist_row > div.itemlist_desc,
  .itemlist.itemlist_5 .itemlist_row > div.itemlist_desc {
    float: right;
    width: 65%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .itemlist.itemlist_4 .itemlist_row > div.itemlist_price,
  .itemlist.itemlist_5 .itemlist_row > div.itemlist_price {
    display: none;
  }
  .itemlist.itemlist_4 .itemlist_row > div.itemlist_quantity,
  .itemlist.itemlist_5 .itemlist_row > div.itemlist_quantity {
    padding-left: 35%;
    line-height: 32px;
    width: 50%;
  }
  .itemlist.itemlist_4 .itemlist_row > div.itemlist_quantity input,
  .itemlist.itemlist_5 .itemlist_row > div.itemlist_quantity input {
    margin-top: 0;
  }
  .itemlist.itemlist_4 .itemlist_row > div.itemlist_quantity:before,
  .itemlist.itemlist_5 .itemlist_row > div.itemlist_quantity:before {
    clear: both;
    display: block;
    content: " ";
  }
  .itemlist.itemlist_4 .itemlist_row > div.itemlist_amount,
  .itemlist.itemlist_5 .itemlist_row > div.itemlist_amount {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 20px;
    line-height: 32px;
  }
  .order_bar .skew {
    width: 50%;
    margin-bottom: 1px;
  }
  .category_banner .category_picture.banner {
    height: 200px;
  }
}
@media (max-width: 599px) {
  .itemlist.itemlist_1 {
    display: block;
  }
  .itemlist.itemlist_1 .itemlist_row > div {
    float: none;
    width: 100%;
  }
  .itemlist.itemlist_1 .itemlist_row > div.itemlist_image {
    width: 100%;
    float: none;
  }
  #itemcard_top .toolbar {
    margin-top: 20px;
  }
  #itemcard_top .toolbar > * {
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .itemlist_bottom_box .itemlist_bottom_box_right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .itemlist_bottom_box .itemlist_bottom_box_right > div.text-right {
    text-align: center;
  }
  .itemlist_bottom_box .itemlist_bottom_box_right > div.text-right a {
    width: 100%;
  }
  .itemlist_bottom_box .itemlist_bottom_box_left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .itemlist_bottom_box .itemlist_bottom_box_left a {
    margin-bottom: 10px;
  }
  .item_features ul {
    border-bottom: 0;
  }
  .item_features ul:first-child {
    border-top: 0;
  }
  .order_bar .skew {
    width: 100%;
    display: none;
  }
  .order_bar .skew.active {
    display: block;
  }
  .cardform .cardform_left,
  .cardform .cardform_buttom_left {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .cardform .cardform_right,
  .cardform .cardform_buttom_right {
    float: none;
    width: 100%;
  }
  .link_header {
    min-width: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #spacer_1 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 499px) {
  .filterbox > .filter-wrapper {
    text-align: center;
  }
  .filterbox .filter_headline {
    margin-bottom: 10px;
  }
  .item_features ul li {
    float: none;
    width: 100%;
    text-align: left;
  }
  .item_features ul li:first-child {
    font-weight: bold;
  }
  .item_main_image {
    height: 200px;
  }
  .item_main_image .item_main_image_layer1 {
    height: 200px;
    line-height: 200px;
  }
  .item_main_image .item_main_image_layer1 a img {
    max-height: 200px !important;
  }
  .select_body select {
    text-align: center;
  }
  .itemlist.itemlist_12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .itemlist.itemlist_12 .itemlist_12_body {
    float: none;
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-left: 0;
    padding-top: 20px;
  }
  .itemlist.itemlist_12 .itemlist_12_body .itemlist_12_inner {
    text-align: center;
  }
  .itemlist.itemlist_12 .itemlist_12_body .itemlist_12_inner .itemlist_12_desc {
    height: auto;
  }
  .itemlist.itemlist_4 .itemlist_row,
  .itemlist.itemlist_5 .itemlist_row {
    position: static;
  }
  .itemlist.itemlist_4 .itemlist_row:after,
  .itemlist.itemlist_5 .itemlist_row:after {
    clear: both;
    display: block;
    content: " ";
  }
  .itemlist.itemlist_4 .itemlist_row > div.itemlist_image,
  .itemlist.itemlist_5 .itemlist_row > div.itemlist_image {
    width: 100%;
    float: none;
  }
  .itemlist.itemlist_4 .itemlist_row > div.itemlist_image .image-responsive:before,
  .itemlist.itemlist_5 .itemlist_row > div.itemlist_image .image-responsive:before {
    padding-top: 50%;
  }
  .itemlist.itemlist_4 .itemlist_row > div.itemlist_desc,
  .itemlist.itemlist_5 .itemlist_row > div.itemlist_desc {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  .itemlist.itemlist_4 .itemlist_row > div.itemlist_quantity,
  .itemlist.itemlist_5 .itemlist_row > div.itemlist_quantity {
    padding-left: 10px;
    float: left;
    width: 50%;
    text-align: left;
  }
  .itemlist.itemlist_4 .itemlist_row > div.itemlist_quantity:before,
  .itemlist.itemlist_5 .itemlist_row > div.itemlist_quantity:before {
    display: none;
  }
  .itemlist.itemlist_4 .itemlist_row > div.itemlist_amount,
  .itemlist.itemlist_5 .itemlist_row > div.itemlist_amount {
    width: 50%;
    position: static;
    float: left;
    line-height: 44px;
  }
  .itemlist.itemlist_5 .itemlist_row > div.itemlist_amount {
    line-height: 32px;
  }
  .link_header {
    min-width: 65px;
  }
}
.payment #gadget,
.payment .footer_menu_shop,
.payment .breadcrumb,
.payment .button_order_basket,
.payment .cardform_left,
.payment .cardform_right,
.payment .item_vat,
.payment .inventory {
  display: none;
}
.payment #itemcard_top {
  padding-top: 50px;
}
.payment #itemcard_top .toolbar {
  display: none;
}
/*SH: 07.02.17 bei redesign vergessen T17-10455*/
#set_select {
  width: 268px;
  height: 21px;
  border: 1px solid #000;
  background-image: url("../img/select.gif");
  background-repeat: no-repeat;
  background-position: 99% center;
  padding: 0 18px 0 10px;
  line-height: 21px;
  overflow: hidden;
  cursor: pointer;
  margin: 16px 0 0 0;
}
.set_select_over {
  display: none;
  position: absolute;
  min-width: 296px;
  margin: -1px 1px 0px 0px;
  background-color: #ffffff;
  border: 1px solid #000000;
  overflow: hidden;
  z-index: 5;
}
.set_select_over table {
  min-width: 296px;
}
.set_select_over table tr {
  height: 18px;
  cursor: pointer;
}
.set_select_over table tr td {
  padding: 1px 10px;
}
.set_select_over table tr td {
  padding: 1px 10px;
}
.set_select_over table tr:hover td {
  background-color: #eeeeee;
}
.itemcard_item_symbol {
  float: left;
  margin-bottom: 10px;
  margin-right: 15px;
}
