﻿@charset "utf-8";
/*************************/

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Lato-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Lato-300italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Lato-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Lato-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Lato-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Lato-700italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/Lato-900.woff2') format('woff2');
}


/*************************/
html,
body {
  min-width: 1140px;
}
/*************************/
body {
  font-family: 'Lato', sans-serif;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
/*************************/
img {
  border: 0;
}
/*************************/
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
/*************************/
.clearer_0 {
  height: 0px;
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 0;
}
.clearer_10 {
  height: 10px;
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 0;
}
.clearer_20 {
  height: 20px;
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 0;
}
.clearer_30 {
  height: 30px;
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 0;
}
.clearer_35 {
  height: 35px;
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 0;
}
.clearer_50 {
  height: 50px;
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 0;
}
/*************************/
/*************************/
.header_top {
  height: 35px;
}
.header_top_inline {
  width: 1140px;
  height: 35px;
  margin: 0 auto;
}
.header_top_inline ul {
  float: right;
  width: auto;
  list-style: none;
  height: 35px;
  margin: 0;
  padding: 0;
}
.header_top_inline ul li {
  float: left;
  list-style: none;
  height: 35px;
  margin: 0;
  padding: 0;
}
.header_top_inline ul li a {
  display: block;
  height: 26px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding: 9px 20px 0 20px;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.header_top_inline ul li a:hover,
.header_top_inline ul li a.active {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
/*************************/
.header {
  width: 1140px;
  height: 113px;
  margin: 0 auto;
  position: relative;
}
/*************************/
.header_logo {
  width: 243px;
  height: 113px;
  float: left;
  padding: 0 10px 0 0;
  vertical-align: middle;
  text-align: left;
}
.header_logo a {
  display: block;
  width: 243px;
  line-height: 113px;
  vertical-align: middle;
  text-align: left;
}
.header_logo a img {
  display: inline;
  max-width: 243px;
  max-height: 113px;
  vertical-align: middle;
  text-align: left;
}
/*************************/
.header_search {
  width: 466px;
  height: 76px;
  padding: 37px 0 0 0;
  float: left;
  position: relative;
}
.search_field {
  width: 408px;
  height: 40px;
  border: none;
  padding: 0 48px 0 10px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.search_button {
  width: 38px;
  height: 40px;
  position: absolute;
  top: 37px;
  right: 0;
}
/*************************/
.header_hotline {
  float: left;
  width: auto;
  height: 80px;
  padding: 33px 0 0 20px;
  font-weight: 700;
}
.header_hotline a {
  text-decoration: none;
}
.header_hotline a:hover {
  text-decoration: underline;
}
.header_hotline_highlight {
  font-weight: 700;
  font-size: 19px;
  display: block;
}
/*************************/
.header_icons {
  float: right;
  padding: 25px 0 0 0;
}
.header_icons img {
  float: left;
  margin: 0 0 0 11px;
}
.header_icons .ssl {
  display: none;
}
/*************************/
.main_nav_minicart {
  width: 1140px;
  height: 40px;
  margin: 0 auto 15px auto;
  position: relative;
}
/*************************/
.main_nav {
  width: 1140px;
  height: 40px;
}
#main_nav > a {
  display: none;
}
.main_nav ul {
  width: 1140px;
  height: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.main_nav ul li {
  height: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  border-bottom: 5px hidden;
}
.main_nav ul li a {
  display: block;
  height: 30px;
  padding: 10px 20px 0 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
/*************************/
.main_nav .drop {
  display: none;
  position: absolute;
  z-index: 99;
  top: 40px;
  left: -10px;
  padding: 30px 0 13px 10px;
  width: 1160px;
  border-top-style: solid;
  border-top-width: 5px;
}
.drop_1 {
  float: left !important;
  width: 167px !important;
  margin: 0 26px 27px 0 !important;
}
.drop_1.last {
  margin: 0 0 27px 0 !important;
}
.drop_1_ow_1 {
  margin: 0 !important;
}
.drop_1 img {
  display: block !important;
  margin: 0 0 17px 0 !important;
}
a.mainnav_imagelink,
a.mainnav_title {
  height: auto !important;
  padding: 0 !important;
  background: none !important;
}
.brands_nav a.mainnav_imagelink img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.drop_1 a.mainnav_title {
  font-size: 19px !important;
  margin: 0 0 10px 0 !important;
  font-weight: 700 !important;
  text-align: center;
}
.drop_1 a.mainnav_title:hover {
  text-decoration: underline !important;
}
.drop_1 a.mainnav_button {
  font-size: 15px;
  font-weight: 700;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  border-width: 1px;
  border-style: solid;
  height: auto;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.drop_1 a.mainnav_button:hover {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.main_nav li:hover .drop,
.main_nav li.hover .drop {
  display: block !important;
  z-index: 9 !important;
  position: absolute !important;
}
/********/
.main_nav ul.second,
.drop_1 ul {
  width: auto;
  height: auto;
  background: none;
}
.main_nav ul.second li {
  width: auto;
  padding: 0;
  margin: 0;
}
.main_nav ul.second li a:link,
.main_nav ul.second li a:active,
.main_nav ul.second li a:visited {
  width: 167px;
  background: none;
  color: #666;
  display: block;
  letter-spacing: -0.5px;
  padding: 10px 0;
}
.main_nav ul.second li a:hover {
  text-decoration: underline;
}
/*************************/
.minicart {
  width: auto;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.minicart a {
  width: auto;
  height: 30px;
  padding: 10px 10px 0 49px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-decoration: none;
}
.minicart a:hover {
  text-decoration: underline;
}
/*************************/
.main {
  width: 1140px;
  height: auto;
  margin: 0 auto;
}
/*************************/
.startpage_slider {
  width: 1140px;
  height: 400px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  margin: 20px auto 38px auto;
}
.startpage_slider_overall {
  width: 1140px;
  height: 400px;
  position: absolute !important;
}
.startpage_slider ul {
  width: 1140px;
  height: 400px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}
.startpage_slider ul li {
  width: 1140px;
  height: 400px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
}
.startpage_slider_content_1 {
  width: auto;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  padding: 11px 20px;
  bottom: 94px;
  left: 34px;
  position: absolute;
}
.startpage_slider_content_1 a {
  font-size: 35px;
  line-height: 35px;
  font-weight: 900;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  width: auto;
  display: block;
  text-decoration: none;
}
.startpage_slider_content_1 a:hover {
  text-decoration: underline;
}
.startpage_slider ul li a.sliderbutton {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  bottom: 49px;
  left: 34px;
  position: absolute;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.startpage_slider ul li a.sliderbutton:hover {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
/*************************/
.startpage_slider_nav {
  width: 100%;
  overflow: hidden;
  height: 15px;
  position: absolute;
  bottom: 14px;
}
.startpage_slider_nav ul {
  float: left;
  position: relative;
  left: 50%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  z-index: 8;
  height: 15px;
  width: auto;
}
.startpage_slider_nav ul li {
  float: left;
  position: relative;
  right: 50%;
  z-index: 94;
  width: 15px;
  height: 15px;
  margin: 0 11px 0 0;
}
.startpage_slider_nav ul li:last-child {
  margin: 0;
}
.startpage_slider_nav ul li a {
  display: block;
  width: 15px;
  height: 15px;
}
/*************************/
.mobile_slider {
  display: none;
}
/*************************/
.startpage_cms_contents {
  width: 1140px;
  margin: 0 auto 70px auto;
}
.startpage_cms_content_1 {
  width: 460px;
  float: left;
  margin: 0 30px 0 0;
}
.startpage_cms_content_1_inline {
  padding: 20px;
}
.startpage_cms_content_2 {
  width: 360px;
  float: left;
  margin: 0 30px 0 0;
  font-size: 15px;
  font-weight: 400;
}
.startpage_cms_content_2_inline {
  padding: 20px;
}
.startpage_cms_content_3 {
  width: 260px;
  float: left;
  font-size: 15px;
  font-weight: 400;
}
.startpage_cms_content_3_inline {
  padding: 20px 0 0 0;
}
.startpage_cms_content_3_text {
  margin: 0 21px 20px 21px;
}
.startpage_cms_content_1 h3,
.startpage_cms_content_2 h3 {
  margin: 0 0 21px 0;
  font-size: 21px;
}
.startpage_cms_content_3 h3 {
  margin: 0 21px 21px 21px;
  font-size: 21px;
}
/*************************/
.news_box {
  margin: 0 0 12px 0;
}
/*************************/
.news_box_left {
  float: left;
  width: 135px;
  padding: 0 20px 0 0;
}
/*************************/
.news_box_right {
  float: left;
  width: 265px;
}
.news_box_right_ow_1 {
  float: none;
  width: 420px;
}
.news_box_right_date {
  font-size: 15px;
  font-weight: 900;
  width: 93px;
  height: 19px;
  overflow: hidden;
}
a.news_box_right_title {
  font-size: 17px;
  font-weight: 700;
  display: block;
  text-decoration: none;
}
a.news_box_right_title:hover {
  text-decoration: underline;
}
a.news_box_right_more {
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-decoration: none;
}
a.news_box_right_more:hover {
  text-decoration: underline;
}
/*************************/
.startpage_cms_content_2 img {
  display: block;
  margin: 0 0 11px 0;
}
/*************************/
.startpage_cms_content_3 a {
  display: block;
  width: 187px;
  height: 33px;
  text-decoration: none;
  background-repeat: no-repeat;
  border-top-style: solid;
  border-top-width: 2px;
  font-weight: 700;
  font-size: 17px;
  padding: 12px 10px 0 63px;
}
.startpage_cms_content_3 a:hover {
  text-decoration: underline;
}
a.a_downloads {
  background-position: 20px 13px;
}
a.a_location {
  background-position: 20px 13px;
}
a.a_contact {
  background-position: 20px 14px;
}
/*************************/
a.startpage_cms_content_button {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  padding: 8px 13px;
  margin: 20px 0 0 0;
  width: auto;
  height: auto;
  border-top: none;
  float: right;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
a.startpage_cms_content_button:hover {
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
/*************************/

.product_flex_container {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
}
/*************************/
.productbox_holder_1 {
  width: 1140px;
  margin: 0 auto 40px auto;
}
.productbox_holder_1 h4 {
  margin: 0 0 14px 0;
  font-size: 27px;
  font-weight: 700;
}
/*************************/
.overview_left {
  float: left;
  width: 260px;
  padding: 0 33px 0 0;
}
.overview_right {
  float: left;
  width: 847px;
}
/*************************/
.productbox_1 {
  width: 31.333333%;
  border-style: solid;
  border-width: 1px;
  margin: 0 2% 2% 0;
  padding: 20px;
  box-sizing: border-box;
}
/*.productbox_1:nth-child(4n+7), */
.productbox_1_ow_1 {
}
.productbox_1_ow_2 {
    width: 23%; /* Startpage Articles */
}
/*************************/
.productbox_1 a.product_image {
    display: block;
    margin: 0 0 10px 0;
}
.productbox_1 a.product_title {
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 0 12px 0;
  display: block;
}
.productbox_1 a.product_title:hover {
  text-decoration: underline;
}
.productbox_1_short_desc {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 11px 0;
}
.productbox_1_price_instead {
  font-size: 17px;
  font-weight: 500;
  text-align: right;
  text-decoration: line-through;
  color: #666;
}
.productbox_1_price {
  font-size: 23px;
  font-weight: 700;
  text-align: right;
}
/*************************/
.box_holder_1 {
  width: 1140px;
  margin: 0 auto 40px auto;
}
.box_holder_1 h4 {
  margin: 0 0 14px 0;
  font-size: 27px;
  font-weight: 700;
}
/*************************/
.box_holder_1 ul.brands {
  width: 1140px;
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.box_holder_1 ul.brands li {
  width: 165px;
  height: 114px;
  list-style: none;
  float: left;
  margin: 0 30px 30px 0;
  padding: 0;
  text-align: center;
}
.box_holder_1 ul.brands li.ow_1 {
  margin: 0 0 30px 0;
}
.box_holder_1 ul.brands li img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*************************/
.footer {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
}
.footer .wrapper {
  width: 1140px;
  margin: 0 auto;
}
.footer_left {
  padding: 0;
  float: left;
}
.footer_left a {
  text-decoration: none;
}
.footer_left a:hover {
  text-decoration: underline;
}
.footer_left .footer_seperator {
  margin: 0 8px;
}
.footer_right {
  padding: 0;
  float: right;
}
.footer_right a {
  text-decoration: none;
}
.footer_right a:hover {
  text-decoration: underline;
}
/*************************/
.textblock {
  width: 1140px;
  margin: 0 auto 44px auto;
  padding: 0;
  font-size: 15px;
}
.textblock_ow_1 {
  margin-bottom: 25px;
}
.textblock h1,
.textblock h5 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.textblock h6 {
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  color: #222 !important;
}
.textblock .textblock_seperator {
  margin: 0 8px;
  font-size: 13px;
}
.textblock a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #222 !important;
}
.textblock a:hover {
  text-decoration: underline;
}
/*************************/
ul.product_list {
  width: 1140px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
ul.product_list li {
  float: left;
  width: 275px;
  padding: 0 10px 0 0;
}
ul.product_list li a {
  text-decoration: none;
}
ul.product_list li a:hover {
  text-decoration: underline;
}
/*************************/
.bottom {
  padding: 20px 0;
  margin: 0 0 26px 0;
}
.bottom_inline {
  width: 1140px;
  margin: 0 auto;
}
.bottom_inline_1 {
  float: left;
  width: 130px;
  padding: 2px 20px 0 0;
  font-weight: 700;
  font-size: 15px;
  color: #222 !important;
}
.bottom_inline_2 {
  float: left;
  width: 305px;
  padding: 0 10px 0 0;
  font-weight: 700;
  font-size: 35px;
}
.bottom_inline_2 a {
  font-weight: 700;
  font-size: 25px;
  text-decoration: none;
}
.bottom_inline_2 a:hover {
  text-decoration: underline;
}
.bottom_inline_3 {
  float: left;
  width: 445px;
  padding: 0 40px 0 0;
}
.bottom_inline_3 strong {
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin: 0 0 4px 0;
  color: #222 !important;
}
.bottom_inline_4 {
  float: left;
  width: 85px;
  padding: 5px 20px 0 0;
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin: 0 0 4px 0;
  color: #222 !important;
}
.bottom_inline_5 {
  float: right;
  padding: 10px 0 0 0;
}
.bottom_inline_5 img {
  float: left;
  margin: 0 0 0 10px;
}

.bottom_inline_ow {
  float: left;
  width: auto;
  padding: 0;
}
.bottom_inline_ow strong {
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin: 0 0 4px 0;
  color: #928e8c;
}

/*************************/
.breadcrumbs {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 30px 0;
}
.breadcrumbs a:nth-child(1) {
  margin-left: 5px;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs a.active {
  font-weight: 700;
  text-decoration: underline;
}
.breadcrumbs a.active:hover {
  text-decoration: none;
}
.breadcrumb_seperator {
  margin: 0 5px;
}
/*************************/
.overview_header {
  font-size: 17px;
  margin: 0 0 30px 0;
}
.overview_header h1 {
  font-size: 55px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.overview_header strong {
  font-weight: 400;
}
/*************************/
.product_detail_l {
  width: 555px;
  padding: 0 30px 0 0 !important;
  float: left;
}
.product_detail_l .product_detail_l_img {
  margin: 0 0 27px 0;
}
.product_detail_l .product_detail_l_img_small {
  width: 167px;
  height: 111px;
  float: left;
  margin: 0 27px 27px 0;
}
.product_detail_l .product_detail_l_img_small_ow_1 {
  margin: 0 0 27px 0;
}
/*************************/
.product_detail_r {
  width: 555px;
  float: left;
}
.product_detail_r h1 {
  font-weight: 400;
  font-size: 35px;
  margin: 0 0 15px 0;
  display: block;
  line-height: 35px;
}
.product_detail_r h2 {
  font-size: 25px;
  line-height: 24px;
  margin: 0;
  display: block;
  font-weight: 300;
}
.product_detail_r h3 {
  font-size: 19px;
  font-weight: 400;
  margin: 0 0 13px 0;
  display: block;
  padding: 13px 25px;
  text-align: center;
}
.product_detail_r ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product_detail_r ul li {
  list-style: none;
  padding: 12px 0 5px 50px;
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  min-height: 36px;
}
.product_detail_r ul li strong {
  font-weight: 900;
}
.product_detail_r ul li em {
  font-weight: 700;
  font-style: normal;
}
/*************************/
.conversionbox {
  border-width: 1px;
  border-style: solid;
  padding: 20px;
  margin: 17px 0;
}
/*************************/
.conversionbox_1_l {
  float: left;
  font-size: 13px;
  margin: 0 0 15px 0;
}
.conversionbox_delivery_info {
  font-size: 13px;
  display: block;
  padding: 0 0 0 21px;
  position: relative;
  margin: 0 0 4px 0;
}
.delivery_icon_1 {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 0;
}
.delivery_icon_2 {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 0;
  background: #ff0000;
}
.conversionbox_1_l a {
  font-size: 13px;
  text-decoration: underline;
}
.conversionbox_1_l a:hover {
  text-decoration: none;
}
/*************************/
.conversionbox_1_r {
  float: right;
  font-size: 13px;
  text-align: right;
  margin: 0 0 15px 0;
}
.conversionbox_price {
  font-size: 47px;
  position: relative;
  padding: 0;
  font-weight: 900;
  line-height: 47px;
}
.conversionbox_price_decimal {
  font-size: 22px;
  position: absolute;
  top: -6px;
  right: 0;
  font-weight: 700;
}
.conversionbox_price_instead {
  font-size: 27px;
  position: relative;
  padding: 0;
  font-weight: 500;
  line-height: 28px;
  text-decoration: line-through;
}
/*************************/
.conversionbox_2 {
  float: left;
  width: 513px;
  position: relative;
  font-size: 13px;
  margin: 0 0 15px 0;
}
.select_title {
  float: left;
  /*width: 165px;*/
  padding: 16px 15px 10px 0;
  font-size: 15px;
}
.select_action {
  float: left;
  /*width: 159px;*/
  padding: 0 0 10px 0;
}
.select_action input.amount {
  border-width: 1px;
  border-style: solid;
  height: 48px;
  width: 50px;
  text-align: center;
  margin: 0 5px 0 0;
}
.select_action select {
  border: none;
  margin: 12px 15px;
  width: auto;
}
.conversionbox_select_ow_1 {
  padding-bottom: 0;
}
.select_action .select_overall {
  border-width: 1px;
  border-style: solid;
  width: auto;
}
.conversionbox_cart_button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 51px;
}
/***************BUNDLE*****************/
.bundle_image {
  width: 100px;
  height: 100px;
  float: left;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 20px 20px 0;
}
.bundle_content h4 {
  margin: 0 0 15px 0;
}
.bundle_content.amount {
  width: 125px;
  float: left;
  margin: 0;
}
.bundle_content.sum {
  width: 300px;
  float: right;
}
.bundle_content_title {
  width: 50px;
  height: 50px;
  float: left;
  padding: 0 15px 0 0;
  font-size: 15px;
  line-height: 48px;
}
.bundle_stk a:link,
.bundle_stk a:active,
.bundle_stk a:visited {
  padding: 5px 10px;
  text-decoration: none;
  margin: 10px 0 0 10px;
}
.bundle_content_action {
  height: 50px;
  width: 52px;
  margin: 0 5px 0 0;
  float: left;
}
.bundle_content_action select {
  border: 1px solid #ccc;
  height: 48px;
  width: 50px;
  text-align: center;
  float: left;
}
.price_instead_ausgabe,
.cb_price_ow_1 {
  width: 300px;
  text-align: right;
}
.du_sparst_2 {
  font-weight: bold;
  float: right;
  font-size: 21px;
}
.btn_cart_ow1 {
  float: right;
}
/*************************/
.product_detail_infos {
  font-size: 17px;
  margin: 45px 0 60px 0;
}
.productdetail_info_nav {
  margin: 22px auto 30px auto;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
.productdetail_info_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.productdetail_info_nav ul li {
  list-style: none;
  margin: 0 5px 0 0;
  padding: 0;
  float: left;
}
.productdetail_info_nav ul li a {
  font-weight: 700;
  font-size: 25px;
  margin: 0;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
}
.product_detail_infos_l {
  font-size: 15px;
  line-height: 23px;
}
.product_detail_infos_l h3 {
  font-weight: 700;
  font-size: 25px;
  margin: 0 0 18px 0;
}
.product_detail_infos_l h5 {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 18px 0;
}
.product_detail_infos_l a {
  text-decoration: underline;
}
.product_detail_infos_l a:hover {
  text-decoration: none;
}
/*************************/
input.cart_button {
  font-size: 15px;
  font-weight: 900;
  margin: 0;
  height: 48px;
  display: inline-block;
  text-decoration: none;
  padding: 2px 20px 0 20px;
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
input.cart_button:hover {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
/*************************/
#product_detail_infos_2 {
  display: none;
}
/*************************/
/*************************/
.main_content h2 {
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  margin: 0;
}
.main_content h1 {
  font-weight: 700;
  font-size: 35px;
  margin: 0 0 25px 0;
}
/*************************/
.team_box {
  float: left;
  width: 263px;
  margin: 0 29px 80px 0;
}
.team_box_ow_1 {
  margin: 0 0 0 1px;
}
.team_box img {
  display: block;
  margin: 0 0 20px 0;
}
.team_box strong {
  font-weight: 700;
  display: block;
  font-size: 17px;
}
.team_box em {
  font-weight: 400;
  display: block;
  font-size: 15px;
  margin: 0 0 10px 0;
}
.team_box a.team_mail {
  font-weight: 400;
  display: block;
  font-size: 15px;
  text-decoration: underline;
  padding: 0 0 0 26px;
  margin: 0 0 3px 0;
}
.team_box a.team_mail:hover {
  text-decoration: none;
}
.team_box a.team_phone {
  font-weight: 400;
  display: block;
  font-size: 15px;
  text-decoration: none;
  padding: 0 0 0 26px;
}
.team_box a.team_phone:hover {
  text-decoration: underline;
}
/*************************/
.cms_box_1 {
  font-size: 17px;
  margin: 0 0 110px 0;
}
.cms_box_1 h3 {
  font-weight: 700;
  font-size: 35px;
  margin: 0 0 25px 0;
}
.cms_box_1 h4 {
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  margin: 0;
}
.cms_box_1_left {
  float: left;
  width: 555px;
  padding: 0 15px 0 0;
}
.cms_box_1_left strong,
.cms_box_1_right strong {
  /*display: block;
	margin: 0 0 26px 0;*/
}
.cms_box_1_left strong.v2,
.cms_box_1_right strong.v2 {
  /*display: block;
	margin: 0;*/
}
.cms_box_1_left p,
.cms_box_1_right p {
  margin: 0 0 15px 0;
}
.cms_box_1_right {
  float: left;
  width: 555px;
  padding: 0 0 0 15px;
}
.cms_box_1_right img {
  display: block;
}
.cms_box_1_right .img_desc {
  font-size: 14px;
}
.cms_box_1_right .img_small {
  float: left;
  margin: 18px 22px 0 0;
}
.cms_box_1_right .img_small.last {
  margin-right: 0;
}
/*************************/
.infomessage {
  border-width: 1px;
  border-style: solid;
  float: none;
  font-weight: bold;
  height: 14px;
  margin-bottom: 20px;
  padding: 10px 15px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
/*************************/
.product_overview_left_categorys {
  padding: 20px;
  margin: 0 0 60px 0;
}
.product_overview_left_categorys h4 {
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 23px 0;
}
.product_overview_left_categorys ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product_overview_left_categorys ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product_overview_left_categorys ul li a {
  display: block;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  margin: 0 0 5px 0;
  padding: 9px 11px 9px 11px;
}
.product_overview_left_categorys ul li ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: none;
}
.product_overview_left_categorys ul li.active ul {
  display: block;
}
.product_overview_left_categorys ul li ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.product_overview_left_categorys ul li ul li a {
  background: none;
  font-weight: 400;
  font-size: 15px;
  padding: 2px 11px 2px 11px;
}
.product_overview_left_categorys ul li ul li a:hover,
.product_overview_left_categorys ul li ul li a.active {
  background: none;
}
.product_overview_left_categorys_count {
  position: absolute;
  right: 2px;
  top: 2px;
  font-weight: 400;
  font-size: 15px;
}
/*************************/
.overview_left ul.filter {
  list-style: none;
  padding: 0;
  margin: 0 0 41px 0;
}
.overview_left ul.filter li {
  font-weight: 700;
  font-size: 17px;
  display: block;
  width: 263px;
  margin: 0 0 1px 0;
  text-decoration: none;
  padding: 0;
  position: relative;
}
.filter_name {
  padding: 0;
  height: 25px;
  display: block;
  font-size: 17px;
  font-weight: 700;
}
.delete {
  position: absolute;
  right: 0;
  top: -3px;
}
.delete a {
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  padding: 0 0 0 18px;
}
.delete a:hover {
  text-decoration: underline;
}
.overview_left ul.filter li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.overview_left ul.filter li ul li {
  position: relative;
  height: 40px;
}
.overview_left ul.filter li ul li a {
  font-weight: 600;
  font-size: 15px;
  display: block;
  width: 228px;
  height: 31px;
  margin: 0 0 1px 0;
  text-decoration: none;
  padding: 9px 0 0 35px;
}
.overview_left ul.filter li ul li .count {
  position: absolute;
  right: 20px;
  top: 10px;
  font-weight: 600;
  font-size: 15px;
}
/*************************/
.show_products {
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  padding: 0 0 10px 0;
}
.show_products a:link,
.show_products a:active,
.show_products a:visited {
  text-decoration: underline;
}
.show_products a:hover,
.show_products a.active {
  text-decoration: none;
}
.produkt_anzeige_trenner {
  margin: 0 5px;
}
/*************************/
.paging_sort {
  margin: 0 0 20px 0;
}
/*************************/
.sort {
  float: left;
  width: 277px;
  margin-top: 9px;
}
.sort_left {
  font-size: 17px;
  font-weight: 600;
  float: left;
  margin: 0 12px 0 0;
  padding: 0;
}
.sort_right select {
  font-size: 17px;
  font-weight: 400;
}
/*************************/
.paging {
  float: right;
  margin: 0;
  font-size: 17px;
}
.paging a:link,
.paging a:active,
.paging a:visited,
span.elipses {
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  font-weight: 600;
  height: 17px;
  margin: 0 0 0 3px;
  padding: 8px 15px 13px 15px;
  text-decoration: none;
  text-align: center;
}
.paging a:hover,
.paging a.active:link,
.paging a.active:active,
.paging a.active:visited {
  border-width: 1px;
  border-style: solid;
}
/*************************/
.show_products_info {
  margin: 0 25px 0 0;
}
/*************************/
.title_aktuell {
  display: none;
}
/*************************/
.brand_logo_bottom {
  float: right;
  margin: 0 0 20px 20px;
}
/**********/
.myaccount_left {
  float: left;
  width: 220px;
}
.myaccount_left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.myaccount_left ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.myaccount_left ul li a {
  display: block;
  background: #eee;
  padding: 5px 10px;
  margin: 0 0 1px 0;
  text-decoration: none !important;
}
.myaccount_left ul li a:hover {
  background: #ddd;
}
.myaccount_right {
  float: left;
  width: 720px;
  padding: 0 0 0 20px;
}
.myaccount_right h3 {
  font-size: 23px;
  color: #333;
  margin: 0 0 5px 0;
  line-height: 23px;
  font-family: 'Lato', Helvetica, sans-serif;
  font-weight: 700;
}
.myaccount_right table {
  width: 100%;
  border: none !important;
  background-color: none !important;
}
.myaccount_right table thead tr td {
  font-weight: bold;
}
.myaccount_right td {
  padding: 5px;
  background: #eee;
  color: #010101 !important;
  border: 0 !important;
}
.myaccount_right font {
  color: #010101 !important;
}
.myaccountholder h1 {
  display: block;
  margin: 0 0 10px 0;
  font-size: 40px;
  color: #333;
}
.myaccount_right h3 {
  display: block;
  margin: 0 0 5px 0;
  font-size: 30px;
  color: #333;
}
.myaccount_right h4 {
  display: block;
  background: #ddd;
  padding: 5px 10px;
  margin: 0;
  text-decoration: none !important;
}
.text_small_ma {
  width: 30px;
}
/**********/
.subcontent {
  max-height: 120px;
  display: block;
  border-top: 1px solid #999;
  padding: 15px 0;
}
.subcontent .subimg {
  width: 120px;
  min-height: 80px;
  max-height: 120px;
  float: left;
  margin: 0 15px 0 0;
}
.subcontent .subimg img {
  width: 120px;
}
.subcontent .subtext {
  max-width: 980px;
  float: left;
}
.subcontent .subtext span {
  display: block;
  margin: 10px 0 0 0;
}
/**********/
#guestcheckout {
  /*display:none;*/
  min-height: 86px;
}
.or {
  display: block;
  height: 38px;
  padding: 5px 0 0 0;
}
.checkout_url_guest {
  color: #fff;
  padding: 15px;
  text-decoration: none !important;
  font-size: 23px;
  font-weight: 900;
}
/**********/
.textblock_title {
  background: #efefef;
  padding: 10px;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.textblock_content p {
  margin: 0 0 20px 0;
}
/**********/
.myaccountholder a {
  color: #333 !important;
}

/**********/

.responsive_header_button,
.responsive_nav, 
.responsive_nav_filter, 
.responsive_header_button_filter, 
.responsive_menu_title {
	display: none;
}

/**********/

.swiper-button-next, 
.swiper-button-prev {
    background: none !important;
    color: #666;
    padding: 5px 10px;
    height: auto;
}

.swiper-slide a {
    text-decoration: none;
}

/**********/

.main_left_title_klappbar {
    border-top: 1px solid #ddd;
    border-bottom: none;
    position: relative;
}

.main_left_title {
    font-size: 16px;
    background: none;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    min-height: 30px;
    height: auto !important;
}

.main_left_title_l {
    padding: 0;
}

.main_left_title a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 15px 10px;
}

.plus_minus_right_icon {
    float: right;
}

.main_left_content {
    padding: 10px;
    background-image: none;
    background-color: #fff;
    height: auto !important;
    overflow: visible !important;
    box-sizing: border-box;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0 0 20px 0;
    width: 100%;
}

ul.main_left_filter {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.main_left_filter li {
    margin: 0 0 8px 0;
}

ul.main_left_filter li a:link, 
ul.main_left_filter li a:active, 
ul.main_left_filter li a:visited {
    background-color: #fff;
    padding: 5px;
    background-position: 5px 5px;
    border-radius: 4px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    display: block;
}

ul.main_left_filter li a.filter_text_url::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f0c8";
    color: #ddd;
}

ul.main_left_filter li a.active::before, 
ul.main_left_filter li a.filter_text_url:hover::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f14a";
    color: #aaa;
}

.responsive_menu_title_filter {
    display: none;
}

/**********/

.cc_container .cc_message {
    color: #111;
}

/**********/

.mobile_startpage_slider {
    display: none;
}

/**********/

.startpage_titles {
    width: 95%;
    max-width: 1140px;
    margin: 20px auto;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #676767;
    position: relative;
}

.startpage_titles h1 {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
    color: white;
    display: inline-block;
    background-size: 120% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background-image: linear-gradient(45deg,#121212,#676767);
}

/**********/

