@import url(../v3_css/customer.css);
/* Reset */
* {
  margin: 0;
  padding: 0;
}
html {
}
body {
  text-align: center;
  font: 15px 'open sans', Arial, Helvetica, sans-serif;
}
#page_root {
  color: #474747;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
}
table, th {
  font-size: 15px;
  color: #474747;
  font-size: 1em;
}
.scrolltop {
  width: 50px;
  text-align: left;
  color: white;
  background-repeat: no-repeat;
  background-image: url('../v3_images/up.png');
  height: 24px;
}
.scrolltop:hover {
  opacity: 0.75;
}
.fancybox-thumb img {
}
.text_small {
  font-size: 86%;
  line-height: initial;
}
.ees_popup_fancybox {
  color: #565656;
  background-color: #FFF;
  text-align: left;
  background-image: none;
  max-width: 750px;
}
.ees_popup_fancybox .part_info_content {
  padding: 0;
  margin: 0;
}

/* Layout */
.page_content {
  margin: 0 auto;
  padding: 0px 0px;
  text-align: left;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.page_mainroot {
  margin: 0 auto;
  min-height: 250px;
}
.section_header_state a > span {
  background: #1ab319;
  color: white;
  width: 17px;
  height: 17px;
  display: table-cell;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  right: 14%;
  bottom: 50%;
  border: 2px solid white;
  font-weight: bold;
  text-align: center;
  font-size: 11px;
}
.section_header_state div {
  background-image: url('../v3_images/basket.png');
  background-repeat: no-repeat;
  background-position: 50%;
  display: block;
  height: 90px;
}
.section_header_state div > span {
  background-image: url('../v3_images/img_down.png');
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 2px 0 0 10px;
}
.section_header {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  padding: 0 15px;
}
.section_header ul {
  display: inline-table;
  width: 100%;
}
.section_header ul li {
  list-style: none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  height: 95px;
}
.section_header > ul > li:nth-child(1) {
  width: initial;
  border-right: none;
}
.section_header > ul > li:nth-child(2) {}
.section_header > ul > li:nth-child(3) {
  width: inherit;
  vertical-align: middle;
}
.section_header > ul > li:nth-child(4) {
  width: 210px;
}
.section_mainmenu {
  margin: 0 auto;
  z-index: 2299;
  max-width: 1200px;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.section_breadcrumbs {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  background-color: white;
  border-right: 15px solid #FFF;
  border-left: 15px solid #FFF;
}
.section_mainroot {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  background-color: #fff;
  border-right: 15px solid #FFF;
  border-left: 15px solid #FFF;
  padding: 25px 0 125px 0;
}
.section_footer {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  /* overflow: auto; */
  padding: 20px 15px 0;
  text-align: left;
  box-sizing: border-box;
}
.main_content_partlist {
  overflow: auto;
  padding: 0 0 10px 0;
}

/* Header */
.page_header {
  padding: 0;
  position: relative;
}
.page_top {
  background-color: #616161;
  display: none !important;
}
.page_top ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.page_top li {
  float: left;
  width: 33.33%;
  list-style: none;
  box-sizing: border-box;
  color: white;
  text-align: center;
  font: 17px "Open Sans", sans-serif;
  line-height: 40px;
  height: 40px;
  letter-spacing: 0.08em;
}
.page_top a, .page_top a:hover {
  text-decoration: none;
  color: white;
}
.page_top li:first-child {
  text-align: left;
}
.page_top li:last-child {
  text-align: right;
}
.header_ownerlogo {
  padding: 15px 0;
  float: left;
  text-align: left;
}
.header_ownerlogo img {
  max-height: 70px;
  position: relative;
}
.basket_state {
  float: right;
}
.basket_state .opacitymiddle {
  /* opacity: 1; */
}
.basket_state ul li {
  width: 70px;
}
.basket_state li:last-child {
  border-right: none;
}
.basket_state a {
  display: block;
}
.basket_state_total {
  background-image: url('../v3_images/basket.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding: 25px 0 0;
}
.basketstate_ajax {
  right: 0;
  position: absolute;
  bottom: 30%;
  width: 20px;
  height: 20px;
  background-image: url('../v3_images/img_down.png');
  background-repeat: no-repeat;
  background-position: 5px;
}
.basket_stateshort {
  position: absolute;
  right: 0;
  z-index: 3333;
  margin: -38px 0 0;
  text-transform: initial;
}
.basket_stateshort_table {
  font-size: 50%;
  max-width: 483px;
  min-width: 370px;
  text-align: left;
}
.basket_stateshort_table table {
  background-color: #FFF;
  margin: 26px 0 0;
  padding: 0 2%;
  border: 1px solid #434349;
  font-size: 12.8px;
  border-collapse: collapse;
}
.basket_stateshort_table thead td {
  font-weight: 600;
}
.basket_stateshort_table table td {
  padding: 15px!important;
}
.basket_stateshort_table tfoot td {
  height: 36px;
  text-align: right;
}
.basket_stateshort_table tfoot td a {
  font-size: 100%;
  padding: 15px 10px;
  display: block;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.myaccount a div {
  background-image: url('../v3_images/login.png');
  background-repeat: no-repeat;
  background-position: 50%;
  display: block;
  height: 90px;
}
.myaccount span {
  background-image: url('../v3_images/lock_icon.png');
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20%;
  bottom: 50%;
}
.myaccount:hover .basket_login {
  display: block;
}
.basket_login {
  background: #FFFFFF;
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  width: 250px;
  z-index: 3333;
  border: 1px solid #434349;
  text-align: left;
  font-size: 12.8px;
  padding: 15px;
}
.basket_login .formlogin {
  float: none;
  width: 100%;
  margin: 0;
}
.basket_login fieldset {
  margin: 0;
  width: 100%;
  line-height: initial;
}
.basket_login fieldset > div {
  /* padding: 5%; */
}
.basket_login h2 {
  font-size: 12.8px;
  font-weight: normal;
  font-weight: 600;
  margin-bottom: 10px;
}
.basket_login label {
  display: none;
}
.basket_login input {
  width: 100%;
  padding: 2%;
  height: 33px;
}
.basket_login input[name=LoginBtn] {
  margin-bottom: 0;
  font-size: 100%;
  padding: 15px;
  height: inherit;
}
.basket_login ul {
  display: block;
  font-size: 13px;
}
.basket_login ul li {
  width: 100%;
  display: block;
  text-align: left;
  padding: 3% 5%;
  height: 36px;
  border-bottom: 1px solid #DBDBDB;
}
.basket_login ul li:hover {
  background-color: #DBDBDB;
}
.basket_login ul li a {
  text-decoration: none;
}
.search {
  width: 100%;
  position: relative;
  float: right;
  text-align: right;
  padding: 0 2%;
  box-sizing: border-box;
}
.form-search {
  z-index: 111;
}
.form-search-input {
  width: 200px;
  height: 35px;
  color: #909090;
  padding: 0 1%;
  border: 1px solid #E5E5E5;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  font-size: 1em;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.form-search-input:focus {
  color: #000000;
  width: 375px;
  background-color: #FFFFFF;
  outline: none;
}
.opacitylight {
  opacity: 0.7;
}
.opacitylight:hover {
  opacity: 1;
}
.opacitymiddle {
  opacity: 0.5;
}
.opacitymiddle:hover {
  opacity: 1;
}

/* Navigation Content */
.navigation_content {
  float: left;
  padding: 0 15px 0 0;
  width: 25%;
  box-sizing: border-box;
}
.navigation_content_title {
  padding: 10px 0 0 0;
  text-transform: uppercase;
  color: #565656;
  margin: 0 0 10px 0;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* Page-Navigation */
.page_mainmenu {
  position: relative;
  border-bottom: 1px solid #1d5f6b;
  /* border-top: 1px solid #dbdbdb; */
  background-color: #1d5f6b;
}
#page_mainmenu.fixed {
  /* position: fixed;
   top: 0;
   width: 100%;
   z-index: 100; */
}
.mobilecontent {
  display: none !important;
}
.mainmenu_mobile {
  display: none;
}

.nav, .nav ul, .nav li {
  list-style: none;
}
.nav ul {
}
.nav {
}
.nav-grpmenu {
  background-color: #3B3B40;
  padding: 2%;
  position: absolute;
  width: 96%;
  display: none;
  color: #DBDBDB;
  font-size: 13.5px;
  line-height: 20px;
  text-align: left;
  z-index: 3322;
  margin-bottom: 25px;
  letter-spacing: -0.75px;
}
.nav-grpmenu > div {
  max-width: 1200px;
  margin: 0 auto;
}
.nav-grpmenu li {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  box-sizing: border-box;
  margin-right: -4px;
  padding: 0 1% 1% 0;
}
.nav-grpmenu a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #DBDBDB;
}
.nav-catmenu {
  margin: 5px 0 10px;
  display: none;
}
.nav-catmenu li {
  display: block;
  width: 100%;
  padding: 0 1% 0 0;
}
.nav-catmenu a {
  text-transform: initial;
  font-weight: 300;
  line-height: 21px;
}
.nav-catmenu a:before {
  padding: 0 1% 0 0;
}
.nav-subcatmenu {
  display: block;
  position: relative;
  margin: 0 0 15px;
}
.nav-subcatmenu li {
}
.nav-subcatmenu a {
  color: #A0A0A0;
  font-size: 13px;
  line-height: 16px;
}
.nav-subcatmenu a:before {
  content: none;
  padding: 0 5px 0 0;
}
.nav > li {
  display: table-cell;
}
.nav > li li {

}
.nav a {
  display: block;
  outline: none;
  text-decoration: none;
  -moz-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
}
.nav > li > a:after {
  content: "";
  display: block;
  width: 0%;
  background-color: #01cbe3;
  height: 92px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  margin: 0 auto;
  line-height: 1em;
  top: 11px;
  position: relative;
  height: 6px;
}
.nav > li:hover > a:after {
  width: 100%;
}
.nav a:hover, .nav li.active > a {
  opacity: 1;
}
.nav-grpmenu a:hover, .nav-grpmenu li.active > a {
  color: #FFFFFF;
}
.nav > li:hover > a, .vertnav-top li > a:hover {
}
.nav > li.active > a {
}
.nav li a {

}
.nav > li > a {
  /* color: #565656; */
  line-height: 15px;
  padding: 17px 20px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.05em;
  height: 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  color: white;
}
.nav > li:first-child > a {
  padding-left: 0;
}
#menuitem_groups > a, #menuitem_subjects > a, #menuitem_manufacturer > a {
  background-image: url('../v3_images/arrow_light_down.gif');
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.grouppageheader {
  /* margin-bottom: 15px; */
  /* padding: 2%; */
  background-size: cover;
  background-color: #dbdbdb;
  box-sizing: border-box;
  position: relative;
}
.grouppageheaderbg {
  /* border: 1px solid white; */
  /* background: rgba(86, 86, 86, 0.5); */
  /* color: white; */
  /* margin: 2%; */
}
.grouppageheader img {margin: 2%;border: 1px solid white;}
.grouppageheader p {padding: 2%;background-color: rgba(93, 93, 93, 0.7);color: white;height: 302px;}
.grouppageitems {}
.grouppageitems ul {
  font-size: 0;
}
.grouppageitems li {
  box-sizing: border-box;
  display: inline-table;
  width: 32.8%;
  position: relative;
  margin: 0 0.5% 0.5% 0;
  vertical-align: top;
  }
.grouppageitems li a {
  color: white;
  text-decoration: none;
  font-size: 150%;
  box-sizing: border-box;
}
.grouppageitemimg {
  padding: 5%;
  background-size: cover;
  display: table-cell;
  height: 250px;
  box-sizing: border-box;
  font-size: initial;
  background-color: #dbdbdb;
  font-size: initial;
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  text-align: center;
  }
.grouppageitemimg:hover .grouppageitemimgbg {
  background: rgba(86, 86, 86, 0.2);
}
.grouppageitemimgbg {
  background: rgba(86, 86, 86, 0.5);
  display: block;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  box-sizing: border-box;
  border: 1px solid white;
  z-index: 0;
  opacity: 0.4;
}
.grouppageitemdesc {
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 30px;
  z-index: 2;
}

/* Breadcrumbs */
.breadcrumbs {
  list-style-type: none;
  overflow: hidden;
  margin: 0 auto;
  font-size: 70%;
}
.breadcrumbs li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.breadcrumbs li a {
  padding: 25px 3px 5px 0;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.breadcrumbs li a:hover {
  color: #817F80;
  text-decoration: underline;
}
.breadcrumbs li a:before {
  display: inline-block;
  content: url('../v3_images/arrow_dark.gif');
  padding: 0 5px 0 0;
}
.breadcrumbs li:first-child a:before {
  display: inline-block;
  content: "  ";
  padding: 0;
}
/* ShopTitleLogo */
.page_shoptitlelogo {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #FFF;
}
.page_shoptitlelogo img {
  margin: 20px 0 0;
}

/* Footer */
.page_footer {
  background-color: #434349;
  border-top: 50px solid #DBDBDB;
  padding: 15px 0 0;
  color: white;
}
.page_footer ul li {
  list-style: none;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 300;
}
.page_footer ul li:last-child {
}
a.page_footer_link:link, a.page_footer_link:visited {
  text-decoration: none;
  color: white;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: color all ease-in-out;
  font-size: 13px;
  letter-spacing: 0.5px;
}
a.page_footer_link:hover {
  text-decoration: underline;
}
h4.footer_title {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  padding: 0 0 5px;
}
.footer-col1 {
  float: left;
  width: 30%;
  box-sizing: border-box;
  padding-right: 2%;
}
.footer-col1:first-child {
  width: 40%;
}
.footer-col2 {
  padding: 30px 0 20px;
}
.footer-col2 ul li {
  display: inline-table;
  width: 19%;
  text-align: center;
  box-sizing: border-box;
}
.footer-col2 ul li div:first-child {
  border: 3px solid #bdb8b8;
  height: 100px;
  width: 100px;
  margin: 0 auto 5px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #696868;
  opacity: 0.8;
}
a.footer_submenu {
  text-decoration: none;
  font-size: 13px;
  color: #888888;
  font-weight: 600;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  display: block;
}
a.footer_submenu:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.footer-impres {
  font-size: 75%;
  background-color: #434349;
  color: #FFFFFF;
  min-height: 60px;
}
.footer-impres li {
  display: inline-block;
  color: #DBDBDB;
}
a.footer-impres_link, a.footer-impres_link:link, a.footer-impres_link:hover, a.footer-impres_link:visited {
  text-decoration: none;
  color: #DBDBDB;
}
.footer-impres > .section_footer {
}

/* Part */
.main_content_partitem_long {
  position: relative;
  padding: 0 0 20px 0;
  margin: 15px 0 0 0;
}
.partlist_table {
  width: 100%;
  border-collapse: collapse;
}
.partlist_table .addprice_basket td {
  padding: 0 0 0 10px;
}
.partlist_table td {
  vertical-align: top;
  padding: 5px 0 15px 10px;
  box-sizing: border-box;
}
.partlist_table > td:last-child {
  border-bottom: none;
}
.basket_ajax td {
  padding: 10px 10px 1px 0;
}
.basket_ajax .addprice_basket td {
  padding: 0;
}
.order_preview td {
  padding: 0;
}
.partlist_thumbnail {
  width: 110px;
  padding-left: 0 !important;
  text-align: center;
  display: table-cell;
}
.partlist_thumbnail img {
  max-width: 100%;
}
.partlist_description {
  width: auto;
  text-overflow: ellipsis;
  overflow: hidden;
}
.partlist_availability {
  width: 13px;
  padding-top: 11px !important;
}
.partlist_availability img {

  margin: 0 0 5px;
}
.partlist_price {
  width: 230px;
}
.partlist_order {
  width: 230px;
  position: relative;
}
.mcpil_adddesc {
  margin: 0 auto;
}
.mcpil_price {
  width: 150px;
  float: right;
  margin: 0 10px 0 0;
}
.mcpil_order {
  width: 200px;
  float: right;
}
.main_content_partitem_short {
  overflow: auto;
}
.part_table {
  float: left;
  position: relative !important;
  text-align: center;
  width: 25%;
  box-sizing: border-box;
  padding: 1% 0.5%;
  overflow: hidden;
}
.part_small .part_table {
  width: 33.3333%;
}
.part_link {
  display: block;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid transparent;
}
a.part_link:link {
}
a.part_link:visited {
}
a.part_link:hover {
  border: 1px solid #D4D4D4;
}
a.part_link:active {
  text-decoration: none;
}
.thumbnail {
  margin: 0px auto;
  vertical-align: middle;
  height: 300px;
  max-width: 100%;
  display: table-cell;
  width: 1%;
  padding: 0 2%;
  box-sizing: border-box;
}
.thumbnail img {
  max-width: 99%;
  width: initial;
}
.part_desc {
  margin: 0px auto;
  padding: 5px 5px 0;
  height: 43px;
  vertical-align: top;
  overflow: hidden;
  line-height: 145%;
  max-width: 100%;
}
.part_price {
  font-size: 18px;
  height: 50px;
}
.part_info_content {
  margin: 10px 0 30px 0;
  position: relative;
  padding: 5px 0 20px 0;
  min-height: 25px;
}
.part_content {
  position: relative;
  overflow: auto;
  padding: 5px 0 5px 0;
}
.part_content2 {
  position: relative;
  margin: 10px 0;
}
.part_info_thumbnail {
  float: left;
  padding: 0 30px 0 0;
  width: 360px;
  height: min-height;
  text-align: center;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.part_info_thumbnail .zoomWrapper {
  min-height: 300px;
}
.part_info_thumbnail .zoomWrapper img {
   display: block;
   left: 0;
   right: 30px;
   margin: auto;
}
.part_info_thumbnail .image_thumbnail {
  float: none;
  border: none;
  margin: 0;
  line-height: initial;
  width: 360px;
  height: 300px;
}
.part_info_imageslist {
  position: relative;
  z-index: 0;
}
.part_info_detail {
  margin: 25px 0 50px;
}
.part_info_detail table {
  width: 100%;
}
.part_info_detail table td {
  vertical-align: top;
  position: relative;
}
.part_info_detail table td:last-child {
  width: 460px;
}
.part_info_imageslist .cycle-pager {
  position: relative;
}
.image_thumbnail {
  float: left;
  border: 1px solid #D3D3D3;
  margin: 0 5px 5px 0;
  height: 74px;
}
.part_info_imageslist .image_thumbnail a {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  width: 70px;
}
.cycle-pager .image_thumbnail p img {
  max-width: 70px;
  max-height: 100%;
}
.part_info_mfr {
  float: right;
  padding: 20px 0 0 20px;
}
.part_info_variants {
  float: right;
  text-align: left;
  margin: 0 auto;
}
.variants select {
  padding: 2%;
  margin: 0 0 10px;
  background-color: #F9F9F9;
  background-image: url('../v3_images/img_down.png');
  background-repeat: no-repeat;
  background-position: 95%;
}
.part_order {
  width: 230px;
  float: left;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  position: relative;
}
.part_order_input {
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 40px;
  height: 22px;
  font: 1.0em 'open sans', sans-serif;
}
.part_info_price {
  width: 230px;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  float: left;
}
.part_specialprice {
  font-weight: bold;
  color: #FC5F5F;
}
.part_info_avail {
  width: 15px;
  margin: 0 10px 0 0;
  float: right;
}
.sozialmedia {
  position: relative;
  margin: 5px 0 0 0;
}
.sozialmedia li {
  display: block;
  width: 40px;
  vertical-align: top;
  height: 32px;
  vertical-align: middle;
  text-align: center;
  float: left;
}
.sozialmedia li:nth-child(2) {
  position: relative;
}
.addthis {
  position: absolute;
  z-index: 3333;
  left: 0;
  width: 220px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.sozialmedia li .active {
  opacity: 1;
  height: auto;
  padding: 10px 0;
}
.PartSpecial {
  position: absolute;
  color: white;
  font-weight: bold;
  background-color: rgb(252, 95, 95);
  font-size: 150%;
  right: 5%;
  text-align: center;
  padding: 28px 0;
  width: 80px;
  height: 24px;
  border-radius: 50%;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  line-height: 0.9em;
  z-index: 999;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0 0 0 -40px;
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.PartSpecial p {
  color: white;
  display: none;
}
.part_table:hover .PartSpecial {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
}
.PartSpecialPartList {
  color: white;
  background-color: #FC5F5F;
  text-align: center;
  padding: 2px 8px;
  float: left;
  margin: 0 10px 5px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 90%;
}
.PartSpecialInfo {
  color: white;
  background-color: #FC5F5F;
  font-size: 200%;
  width: 80px;
  text-align: center;
  padding: 28px 0;
  border-radius: 50%;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  line-height: 0.9em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  height: 24px;
  margin: 15px 0 0;
}
.PartSpecialInfo p {
  font-size: 60%;
  color: white;
  display: none;
}
.PartIsNewProductPart {
  color: white;
  padding: 5px 10px;
  text-transform: uppercase;
  position: absolute;
  background-color: #C5B886;
  margin: 5px;
  font-size: 150%;
  letter-spacing: 0.1em;
}
.PartIsNewProduct {
  padding: 2px 8px;
  font-size: 90%;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  width: auto;
  float: left;
  background-color: #C5B886;
  color: white;
  letter-spacing: 0.1em;
}
.PartIsNewProductInfo {
  color: #FFFFFF;
  padding: 5px 10px;
  text-transform: uppercase;
  background-color: #C5B886;
  position: relative;
  font-size: 140%;
  letter-spacing: 0.1em;
  display: table-cell;
}
.prices div {
  display: none;
  background-color: #DBDBDB;
  border: 1px solid #434349;
  padding: 10px;
  position: absolute;
  box-sizing: border-box;
  z-index: 99;
}
.prices:hover div {
  display: block;
}
.prices table {
  width: 100%;
  border-collapse: collapse;
}
.prices td {
  vertical-align: top;
  padding: 0 0 0 7px;
}
.wir {
  color: #ABABA3;
  font-size: 90%;
}
.specialprice {
  color: #FC5F5F;
  font-weight: 600;
  font-size: 80%;
}

/* Favorit */
.favoriten span {
  background: #F10B10;
  color: white;
  width: 17px;
  height: 17px;
  display: table-cell;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  right: 14%;
  bottom: 50%;
  border: 2px solid #FFFFFF;
  font-weight: bold;
  font-size: 11px;
}
.favoriten div {
  background-image: url('../v3_images/favorit_icon.png');
  background-repeat: no-repeat;
  background-position: 50%;
  display: block;
  height: 90px;
}
.add_part_favorites {
  background-image: url('../v3_images/favorit_add_icon.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  display: none;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  border-radius: 50%;
}
.part_table .add_part_favorites {
  position: absolute;
  right: 3%;
  top: 3%;
  z-index: 1;
  z-index: 3322;
}
.part_table:hover .add_part_favorites, .partlist_table tr:hover .add_part_favorites, .partinfo_part:hover .add_part_favorites {
  display: block;
}
.remove_part_favorites {
  background-image: url('../v3_images/favorit_remove_icon.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  opacity: 0.3;
  position: absolute;
  top: 8px;
  right: 0;
  background-color: white;
  border-radius: 50%;
}
.add_part_favorites:hover, .remove_part_favorites:hover, .sozialmedia .part_question:hover, .sozialmedia .part_share:hover {
  opacity: 1;
}
.sozialmedia .add_part_favorites {
  display: block;
  background-image: url('../v3_images/icon_favorite.png');
  position: relative;
}
.sozialmedia .part_question {
  display: block;
  background-image: url('../v3_images/icon_ask.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  opacity: 0.6;
}
.sozialmedia .part_share {
  display: block;
  background-image: url('../v3_images/icon_share.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  opacity: 0.6;
}

/*Basket*/
.breadcrumbs_basket {
  text-align: left;
  height: 60px;
  position: absolute;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.breadcrumbs_basket li {
  display: inline-block;
  float: left;
  width: 130px;
}
.vouchercode_basket {
  margin: 0 0 20px;
}
.vouchercode_basket div, .shippingcountry_basket div {
  min-width: 250px;
  height: 53px;
  padding: 0 25px 0 0;
  display: table-cell;
  vertical-align: middle;
}
.vouchercode_basket .msg_info {
  text-align: center;
  width: 100%;
}
.vouchercode_basket fieldset {
  margin: 0;
}
.vouchercode_basket input {
  margin: 0;
  padding: 8px;
}
.vouchercode_basket div:first-child, .shippingcountry_basket div:first-child {
  min-width: 125px;
  width: 125px;
}
.shippingcountry_basket select {
  margin: 0;
}
a.bgbasket:link, a.bgbasket:hover, a.bgbasket:visited {
  text-decoration: none;
  margin: 0 0 0 1px;
  display: block;
  text-align: center;
  background-color: #A1A1A4;
  color: white;
  line-height: 35px;
}
a.bgbasketactive:link, a.bgbasketactive:hover, a.bgbasketactive:visited {
  text-decoration: none;
  margin: 0 0 0 1px;
  display: block;
  text-align: center;
  background-color: #434349;
  color: white;
  line-height: 35px;
}
a.bgbasketvisited:link, a.bgbasketvisited:hover, a.bgbasketvisited:visited {
  text-decoration: none;
  margin: 0 0 0 1px;
  display: block;
  text-align: center;
  background-color: #A0A0A0;
  color: white;
  line-height: 35px;
}
.ftext {
  color: #ABABA3;
  font-size: 90%;
  margin: 0 auto;
}
.smalltext {
  font-size: 75%;
  margin: 0 auto;
}
.basket_back {
  text-align: left;
  height: 75px;
  padding: 0 !important;
  display: table-cell;
  vertical-align: middle !important;
}
.basket_next {
  text-align: right;
  padding: 0 !important;
  display: table-cell;
  vertical-align: middle !important;
}
.basket_part_item {
  overflow: auto;
}
.basket_part_addprice {
  position: relative;
  min-height: 0%;
  padding: 0 0 2px 110px;
  overflow: auto;
}
.basket_part_addprice_desc {
  float: left;
}
.basket_part_addprice_ap {
  float: right;
  margin: 0 135px 0 0;
  width: 125px;
}
.basket_part_addprice_sad {
  float: right;
  width: 120px;
  text-align: right;
}
.basket_desc {
  float: left;
  left: 120px;
}
.basket_sumprice {
  width: 120px;
  text-align: right;
  right: 0;
  position: absolute;
}
.basket_del {
  width: 45px;
  vertical-align: top;
  text-align: center;
  padding: 10px 0 0 0;
  white-space: nowrap;
}
.basket_del input[type='checkbox'] {
  width: 17px;
  height: 17px;
}
.basket_del p {
  font-size: 75%;
  color: #ABABA3;
}
.basket_quanttity {
  width: 100px;
  right: 150px;
  position: absolute;
}
.basket_price {
  width: 125px;
}
.basket_price .part_specialprice, .basket_price .part_price {
  font-size: initial;
}
.basket_avail {
  width: 15px;
  right: 385px;
  position: absolute;
}
.basket_total_left {
  float: left;
}
.basket_total_right {
  float: right;
  text-align: right;
}
.basket_additem {
  background-color: #FFF;
  text-align: left;
  padding: 0 10px 0 0;
}
.basket_additem_desc {
  max-width: 285px;
  left: 110px;
  float: left;
}
.basket_additem_sumprice {
  width: 120px;
  text-align: right;
  right: 0;
  float: right;
}
.basket_additem_quanttity {
  text-align: center;
  vertical-align: top;
  padding: 10px 0 25px 0;
}
.basket_additem_quanttity .part_order_input {
  margin: 0 0 5px;
}
.basket_additem_price {
  text-align: right;
  vertical-align: top;
  padding: 10px 0 25px 0;
}
.border0 {
  height: 10px;
}
.border1 {
  border-bottom: 1px solid #D3D3D3;
}
.border10 {
  height: 10px;
  border-bottom: 1px solid #D3D3D3;
}
.myaccountcommands {
  margin: 0 0 25px 0;
}
.myaccountcommands li {
  display: inline-block;
  border: 1px solid #D3D3D3;
  margin: 0 10px 5px 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.myaccountcommands li:hover {
  background-color: #434349;
}
.myaccountcommands li:hover a {
  color: #FFFFFF;
}
.myaccountcommands a {
  text-decoration: none !important;
  display: block;
  padding: 16px 25px;
  font-size: 14px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.freeorderpart {
  color: #FF4B4B;
  font-size: 80%;
}
.usermyorders {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}
.usermyorders thead {
  background-color: #D3D3D3;
}
.usermyorders th {
  text-align: left;
  padding: 0 5px 0 5px;
  width: 11%;
}
.usermyorders td {
  padding: 0 5px 0 5px;
  vertical-align: top;
}
.usermyorders .tdflex {
  width: auto;
}
.usermyorders .tdright {
  text-align: right;
  padding: 0 5px 0 5px;
}
.usermyorders tr:hover {
  background-color: #F3F3F3
}
.usermyorders .remark {
  font-style: italic;
  color: #A6A6A6;
  margin-bottom: 10px;
  font-size: 90%;
  line-height: 120%;
}
.usermyorders .showorder {
  width: 40px;
  padding: 0;
  text-align: center;
}
.usermyordersdetail th {
  width: 15%;
  padding: 0 25px 0 5px;
}

/* Hersteller-Listen */
.mfr_list_item {
  float: left;
  width: 20%;
  padding: 0 0 25px;
  text-align: center;
  box-sizing: border-box;
}
.mfr_list_item:hover {
  opacity: 0.8;
}
.mfr_list_logo {
  height: 100px;
  text-align: center;
  line-height: 100px;
  margin: 0 10px 10px 0;
}
.mfr_list_desc {
  height: 25px;
  text-align: center;
  margin: 0 10px 20px 0;
}
.mfr_info .part_table {
  width: 10%;
}
.mfr_info .part_table .thumbnail {
  height: 75px;
}
.mfr_info .part_table .thumbnail img {
  max-height: 74px;
  max-width: 100%;
}
.mfr_info .part_table .part_desc, .mfr_info .part_table .part_price {
  display: none;
}
.mfr_info .part_table:hover .add_part_favorites, .mfr_info .PartSpecial, .mfr_info .PartIsNewProductPart {
  display: none;
}

/*Silder Home-Seite*/
.home-slideshow {
  position: relative;
}
.home-slideshow .cycle-slideshow {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  padding: 25px 0;
  background-color: white;
  border-right: 15px solid #FFF;
  border-left: 15px solid #FFF;
}
.home-slideshow_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 200px;
  margin: 0 auto 10px;
  padding: 0;
}
.homeslider_desc {
  vertical-align: bottom;
  height: 450px;
  width: 1%;
  display: table-cell;
  text-align: center;
}
.homeslider_desc p {
  background-color: rgba(255, 255, 255, 0.5);
  color: #434349;
  padding: 15px 0;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  font-size: 30px;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}

.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 0;
}
.cycle-pager span {
  font-size: 50px;
  width: 16px;
  height: 16px;
  color: #DBDBDB;
  cursor: pointer;
  line-height: 16px;
  margin: 0 7px;
}
.cycle-pager span.cycle-pager-active {
  color: #D69746;
}
.cycle-pager > * {
  cursor: pointer;
}

/*Silder News Home-Seite*/
.news-slideshow_home {
  padding: 5px 40px;
}
.news-slideshow_home:hover .news-slideshow_prev, .news-slideshow_home:hover .news-slideshow_next {
  opacity: 0.4;
}
.news-slideshow {
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: 320px;
  display: table-cell;
  vertical-align: middle;
}
.news-slideshow_next {
  display: block;
  width: 50px;
  height: 87px;
  text-indent: -9999px;
  background-image: url('../v3_images/arrow_forward.png');
  background-repeat: no-repeat;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 75px;
  opacity: 0;
  cursor: pointer;
}
.news-slideshow_prev {
  display: block;
  width: 50px;
  height: 87px;
  text-indent: -9999px;
  background-image: url('../v3_images/arrow_back.png');
  background-repeat: no-repeat;
  position: absolute;
  z-index: 999;
  left: -14px;
  top: 75px;
  opacity: 0;
  cursor: pointer;
}
.news-slideshow_next:hover, .news-slideshow_prev:hover {
  opacity: 1!important;
}
.news-slideshow .part_table {
  width: 224px;
  padding: 10px;
  line-height: initial;
}
.news-slideshow .part_table .thumbnail {
  height: 200px;
  padding: 2px;
  box-sizing: border-box;
}
.news-slideshow .part_table .thumbnail img {
  max-height: 200px;
  max-width: 200px;
}
.news-slideshow .part_table .part_desc {
  white-space: normal;
}

/* Formulare */
fieldset {
  border: 0;
  margin: 0 0 20px 0;
}
label {
  display: block;
}
fieldset input, select {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #CCC;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 1%;
  font: 1em 'open sans', Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select[name=AddressTitle], select[name=_CountryID], select[name=CountryID], select[name=DeliveryTitle], select[name=DeliveryCountryID] {
  background-image: url('../v3_images/img_down.png');
  background-repeat: no-repeat;
  background-position: 98%;
}
fieldset legend {
  font-weight: bold;
  font-size: 110%;
  margin: 0 0 20px 0;
}
input.small {
  width: 26%;
  margin-right: 2%;
}
input.medium {
  width: 70%;
}
input.inpsearch {
  float: left;
  width: 200px;
  height: 33px;
  font-size: 16pt;
  color: #444444;
  border-color: #817F80;
  border-width: 1px;
  padding: 0 5px 0 5px;
}
input.btnsearch {
  position: absolute;
  right: 3%;
  top: 10px;
  background-image: url('../v3_images/search.png');
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-color: #FFF;
}
.searchformwait {
  top: 0px;
  background-image: url('../v3_images/progress.gif');
  width: 375px;
  height: 94%;
  background-repeat: no-repeat;
  border-width: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  background-position: right;
  display: none;
  background-size: contain;
  z-index: 1000;
  right: 0;
  top: 1px;
  margin-right: 2.05%;
  box-sizing: border-box;
}
.orderoptions input {
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
}
.order_preview_pay input {
  width: inherit;
  height: inherit;
  margin: 10px 0;
}
.orderoptions input[name=_UserOrderRef] {
  width: 30%;
  height: inherit;
  margin: 5px 0 0;
}
.formnotice textarea {
  width: 100%;
  min-height: 300px;
  padding: 10px;
  border: 1px solid #CCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  font: 1.0em 'open sans', sans-serif;
  -webkit-appearance: none;
  margin: 5px 0;
}
.formlogin {
  box-sizing: border-box;
}
form[name=emailform] .formadress label {
  display: none;
}
form[name=emailform] .formadress, form[name=emailform] .formnotice {
  width: 50%;
  float: left;
  padding-right: 5%;
}

.formcode {
    width: 100%;
    float: none;
    clear: both;
}
.formcode input[name="TermsConfirm"] {
    -webkit-appearance: checkbox;
}
.user_login form[name=LoginForm], form[name=NewProfile] {
  margin: 0 0 35px;
}
.user_login form[name=LoginForm] div div div, .order_login form[name=basket] div div div {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 10% 0 0;
}
.user_login form[name=LoginForm] div div div input, .order_login form[name=basket] div div div input {
}
form[name=basket] .formlogin {
  padding: 0 0 50px 0;
}
.formpayadress div div {
  float: left;
  width: 50%;
  height: 80px;
  padding: 0 4% 0 0;
  box-sizing: border-box;
}
.userpw {
  width: 50%;
  padding: 0 4% 0 0;
  box-sizing: border-box;
}
.antispamcode_image a {
  text-decoration: none;
}
.antispamcode_image {
  line-height: 2em;
}
.antispamcode_image input[name=_ASPCInput_] {
  width: 200px;
  font-size: 25px;
  letter-spacing: 10px;
  text-align: center;
  text-transform: uppercase;
  padding: 3px;
}
input[name=NewsLetter] {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
}
.submit_order {
  /* background-color: #37881b; */
  border-radius: 0px;
  color: #FFF;
  cursor: pointer;
  padding: 16px 25px;
  overflow: visible;
  -webkit-appearance: none;
  text-transform: uppercase;
  margin: 5px 0;
  font: 0.9em 'open sans', sans-serif;
  letter-spacing: 0.1em;
  border: none;
  width: 100%;
  border: 1px solid #434349;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background-color: #e03163;
}
.submit_order:hover {
  background-color: #FFFFFF;
  color: #434349;
  text-decoration: none;
}
.submit_next {
  min-width: 180px;
  background-color: #37881b;
  border-radius: 0px;
  color: #FFF;
  cursor: pointer;
  padding: 16px 25px;
  width: auto;
  overflow: visible;
  -webkit-appearance: none;
  text-transform: uppercase;
  margin: 10px 0;
  font: 0.9em 'open sans', sans-serif;
  letter-spacing: 0.1em;
  border: none;
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border: 1px solid #434349;
}
.submit_next:hover {
  background-color: #FFFFFF;
  color: #434349;
  text-decoration: none;
}
.submit_recalc {
  background-color: #A1A1A4;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  min-width: 180px;
  border-radius: 0px;
  color: #FFF;
  cursor: pointer;
  padding: 16px 25px;
  width: auto;
  overflow: visible;
  -webkit-appearance: none;
  text-transform: uppercase;
  margin: 10px 0;
  font: 0.9em 'open sans', sans-serif;;
  letter-spacing: 0.1em;
  border: none;
  text-decoration: none;
}
.submit_recalc:hover {
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
}
.submit_small {
  min-width: 180px;
  background-color: #fdfdfd;
  border-radius: 0px;
  cursor: pointer;
  padding: 16px 25px;
  width: auto;
  overflow: visible;
  -webkit-appearance: none;
  text-transform: uppercase;
  font: 0.9em 'open sans', sans-serif;
  border: none;
  text-decoration: none;
  border: 1px solid #A1A1A4;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.submit_small:hover {
  background-color: #434349;
  color: #FFFFFF;
  text-decoration: none;
}
.order_invoiceadresse {
  width: 48%;
  margin: 0 2% 0 0;
  float: left;
}
.order_deliveryadress {
  width: 48%;
  margin: 0 2% 0 0;
  float: left;
}
.orderoption_item {
  width: 100%;
}
.orderoption_item td {
  vertical-align: top;
}
.orderoption_type {
  min-width: 300px;
  width: 30%;
}
.orderoption_type input {
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
}
.orderoption_info {
  background-color: #E5E5E5;
  padding: 10px;
  box-sizing: border-box;
}
.orderoption_price {
  width: 100px;
  text-align: right;
}

/* Meldungen */
.msg_error {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #FC9696;
  padding: 10px;
  margin: 10px 5px 25px 0;
}
.msg_error ul {
  padding: 0 0 0 25px;
}
.msg_warning {
  font-weight: normal;
  background-color: #D1EE95;
  padding: 10px;
  margin: 10px 5px 25px 0;
}
.msg_warning ul {
  padding: 0 0 0 25px;
}
.msg_info {
  font-weight: normal;
  background-color: #E6F0F8;
  padding: 10px;
  margin: 10px 5px 25px 0;
}
.msg_info ul {
  padding: 0 0 0 25px;
}

/* Diverses */
.text_right {
  text-align: right;
}
.text_top {
  vertical-align: top;
}
.font_big {
  font-size: 20px;
  font-weight: 700;
}
.borderprint {
  border: 1px #C0C0C0 solid;
  padding: 20px 25px 20px 50px;
  box-shadow: .125em .25em 1em #C0C0C0;
  -webkit-box-shadow: .125em .25em 1em #C0C0C0;
}

/**** HEADINGS *****/
h1.shop {
  padding: 0 0 25px 0;
  font-weight: 300;
  font-size: 36px;
}
h1.shop span {
  font-size: 30%;
}
h1.basket {
  padding: 0 0 25px 0;
  font-weight: 300;
  font-size: 40px;
}
h2.shop {
  margin: 0 0 10px 0;
  font-weight: 400;
}

/* Links */
a {
  color: #474747;
}
a:link {
}
a:visited {
}
a:hover {
  cursor: pointer;
  color: #000000;
}
a:active {
}

/* Navigation weiterer Seiten */
.currentpage {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #434349;
  padding: 5px 10px;
}
.nextpdiv {
  margin: 10px 0 20px 0;
}
a.nextpage {
  font-weight: normal;
  text-decoration: none;
  padding: 5px 10px;
}
a.nextpage:link {
}
a.nextpage:visited {
}
a.nextpage:hover {
  background-color: #DBDBDB;
}
a.nextpage:active {
}
#PagesRangeDivBottom {
  width: 100%;
  clear: both;
  padding-top: 30px;
}
.linknounderline {
  text-decoration: none;
}
a.linknounderline {
  text-decoration: none;
}
a:link.linknounderline {
  text-decoration: none;
}
a:visited.linknounderline {
  text-decoration: none;
}
a:hover.linknounderline {
  text-decoration: underline;
  cursor: pointer;
}
a:active.linknounderline {
  text-decoration: none;
}
.PartDescription {
  font-weight: 600;
}
a.PartDescription {
  text-decoration: none;
  font-weight: 600;
}
a.PartDescription:hover {
  text-decoration: underline;
  color: black;
}
.PartDescription a {
  text-decoration: none;
  font-weight: 600;
}
.PartDescription a:hover, a:active {
  color: black;
  text-decoration: underline;
}

/* Mediaabhaengige CSS */

@media only screen and (max-width: 800px) {
  .page_content {
    min-width: 250px;
    overflow: hidden;
    background-color: white;
  }
  .section_header {
    border-bottom: 1px solid #DBDBDB;
  }
  .section_header ul li {
  height: inherit;
  display: inline-block;
}
  .favoriten div, .myaccount a div, .section_header_state div {
    height: 57px;
  }
  .myaccount:hover .basket_login {display: none;}
  .section_header > ul > li:nth-child(1) {
    width: 85%;
  }
  .section_header > ul > li:nth-child(2) {
  width: 15%;
}
  .section_header > ul > li:nth-child(3) {
  width: 65%;
}
  .section_header > ul > li:nth-child(4) {
    width: 35%;
    text-align: right;
  }
  .header_ownerlogo {
    padding: 10px 0;
  }
  .form-search-input:focus {
    width: 100%;
  }
  .search {
    padding: 10px 0;
  }
  .form-search {
    position: relative;
  }
  .form-search-input {
    width: 100%;
  }
  .searchformwait {
    top: 15px;
    height: 35px;
    width: 96%;
    background-position: 50%;
    margin: 0 2%;
  }
  .basket_state {
    height: 100%;
    text-align: center;
    display: none;
  }
  .basket_state ul {
  }
  .basket_del input {
    float: left;
  }
  .basket_del p {
    margin: -2px 0 0 20px;
    font-size: 100%;
    text-align: left;
  }
  .section_mainroot {
    min-width: 275px;
  }
  #page_mainmenu {
    border-top: none;
  }
  #page_mainmenu.fixed {
    /* position: relative; */
  }
  .page_shoptitlelogo {
    max-width: none;
    min-width: 275px;
  }
  #section_mainmenu {
    display: none;
    height: auto;
    min-height: 50px;
    min-width: 275px;
    border-bottom: 0px;
    border: 0;
  }
  .nav {
    position: relative;
    text-align: left;
    padding: 0;
  }
  .nav > li {
    display: block;
    border-right: 0;
    height: auto;
    border-bottom: 1px solid #DBDBDB;
  }
  .nav > li > a {
    padding: 12px 15px;
    padding-left: 10px !important;
  }
  .nav > li > a:after {
    display: none;
  }
  .nav a .caret {
    float: right;
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 10px solid #747474;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    content: "";
    margin-top: 5px;
  }
  .nav a:hover .caret {
    border-top-color: #D4D4D4;
  }
  .nav li.mobilenav-open > a > .caret {
    border-top: none;
    border-bottom: 10px solid #747474;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
  }
  .nav li.mobilenav-open > a:hover > .caret {
    border-bottom-color: #D4D4D4;
  }
  .nav-grpmenu {
    border-top: none;
    padding: 0;
    position: relative;
    width: 100%;
    margin: 0;
  }
  .nav-grpmenu li {
    display: block;
    width: 100%;
    margin: 0;
    border-top: 1px solid #000;
    line-height: 35px;
    white-space: normal;
    padding: 0;
  }
  .nav-grpmenu a {
    padding: 12px 15px;
    line-height: 16px;
  }
  .nav-subcatmenu {
    margin: 0;
  }
  .nav-subcatmenu a {
    padding: 0 0 0 4%;
    line-height: inherit;
  }
  #menuitem_groups > a, #menuitem_subjects > a, #menuitem_manufacturer > a {
    background-image: none;
  }
  .navigation_content {
    display: none;
  }
  .page_footer {
    min-height: 150px;
  }
  .image_carousel .part_table {
    max-width: 236px;
  }
  .footer-col1, .footer-col1:first-child {
    float: none;
    width: 100%;
    padding: 0 0 15px;
  }
  h4.footer_title {
    cursor: pointer;
    background: url('../v3_images/icon_plus.png') no-repeat top right;
    margin: 0;
    background-position: 98% 0;
    border-right: none;
    border-bottom: none;
  }
  h4.footer_title.active {
    background: url('../v3_images/icon-minus.png') no-repeat top right;
    background-position: 98% 0;
  }
  
  .mobilecontent {
    display: block !important;
  }
  .mainmenu_mobile {
    cursor: pointer;
    color: black;
    display: block;
    width: 25px;
    height: 30px;
    float: right;
  }
  .mainmenu_mobile span {
    display: block;
    background-color: #434340;
    height: 3px;
    border-radius: 4px;
    margin: 5px 0;
  }
  .homeslider_desc p {
    margin-top: 225px;
  }
  fieldset {
    margin: 0;
    width: 100%;
  }
  .formnotice {
    width: 100%;
    float: none;
  }
  .breadcrumbs_basket li {
    width: 40px;
  }
  .part_table {
    /* max-width: 30%; */
    width: 33.3333%;
  }
  .news-slideshow .part_table {
  }
  .part_info_detail table td:last-child {
    width: 230px;
  }
  .PartSpecialInfo {
    left: 230px;
  }
  .sozialmedia {
    position: relative;
  }
  .tab-container ul {
    margin: 10px 0 0;
  }
  .part_info_content embed, .part_info_content iframe {
    max-width: 100%;
  }
  .prices {
    float: none;
  }
  .mfr_list_logo {
    width: 100%;
  }
  .mfr_list_desc {
    width: 100%;
  }
  .formlogin {
    float: none!important;
    width: 100%!important;
    padding-right: 0!important;
  }
  .formpayadress div div {
    height: auto;
    width: 100%;
    padding: 0;
  }
  .orderoptions img {
    width: 100%;
  }
  label {
    float: none;
    display: block;
    width: auto;
  }
  .basket_mobile {
    padding: 0;
    overflow: hidden;
  }
  .mobile_none {
    display: none;
  }
  .usermyorders td, th {
    display: block;
    text-align: left;
    border-bottom: 1px solid rgb(236, 236, 236);
    width: auto !important;
  }
  .usermyorders tbody td:last-child, .usermyorders thead th:last-child {
    margin-bottom: 35px;
    border-bottom: 1px solid gray;
  }
}

@media only screen and (max-width: 650px) {
  .page_top li {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    height: 30px;
  }
  .section_header {
}
  .section_header > ul > li, .section_header ul li {
  }
  .basket_state ul li {
    width: 33%;
  }
  .basketstate_ajax {
    display: none!important;
  }
  .header_ownerlogo img {
    max-width: 100%;
    max-height: 50px;
  }
  .breadcrumbs li a {
    padding: 10px 0 0;
  }
  .homeslider_desc {
    height: 350px;
  }
  .homeslider_wrapper .slideshow_item {
    height: 125px;
  }
  .slideshow_box {
    display: none;
  }
  .news-slideshow .part_table {
    width: 250px;
    height: 310px;
  }
  .grouppageitems li {
    width: 49%;
    margin: 0 0.5% 0.5%;
  }
  .grouppageheader img {
    width: 100%;
    margin: 0 0 15px;
  }
  .part_table {
    width: 50%;
  }
  .news-slideshow {
    height: initial;
  }
  .news-slideshow .part_table .thumbnail {
    min-height: 170px;
  }
  .cycle-slideshow {
   width: 100%!important;
   box-sizing: border-box;
  }
  .part_info_mfr {
    width: 20%;
  }
  .part_info_detail table td {
    display: block;
    width: 100%;
  }
  .part_info_detail table td:last-child {
    width: 100%;
  }
  .part_info_price {
    width: 100%;
    padding: 20px 0;
  }
  .part_info_thumbnail {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 auto;
    float: none;
  }
  .part_info_thumbnail .image_thumbnail {
    width: initial;
  }
  .partlist_table td {
    display: block;
    float: left;
    border-bottom: none;
    padding: 5px 0 2px;
    position: relative;
  }
  .order_preview td {
    padding: 0;
  }
  tfoot td {
    width: 100% !important;
  }
  td.basket_back, td.basket_next {
    width: 100%;
    text-align: left;
    height: 60px;
  }
  .partlist_thumbnail {
    height: 110px;
    width: 20%;
    border-top: 1px solid #E5E5E5;
    padding-right: 5px!important;
  }
  .partlist_description {
    min-height: 110px;
    width: 80%;
    border-bottom: none !important;
    border-top: 1px solid #E5E5E5;
  }
  .basket_ajax .basket_price, .basket_ajax .basket_additem_quanttity, .basket_ajax .basket_additem_price {
    width: 33.33%;
  }
  td.basket_price, .basket_additem_quanttity, .basket_del, .basket_additem_price {
    width: 25%;
  }
  .partlist_table .addprice_basket td {
    width: 33.33%;
    padding: 0;
  }
  .partlist_table .addprice_basket td:first-child {
    display: none;
  }
  .partlist_availability {
    height: 90px;
    width: 4%;
    padding-top: 15px !important;
    display: none !important;
  }
  .partlist_price {
    width: 37%;
    margin-bottom: 25px;
  }
  .partlist_order {
    width: 60%;
    margin-bottom: 25px;
  }
  .part_info_imageslist {
    padding: 0;
  }
  .part_order {
    width: 100%;
    padding: 0;
  }
  .basket_nofloat {
    float: none;
    width: 100%;
  }
  .vouchercode_basket div, .shippingcountry_basket div {
    display: block;
    height: initial;
    margin: 10px 0;
    padding: 0;
  }
  .order_invoiceadresse {
    width: 100%;
    margin: 0;
    float: none;
  }
  .order_deliveryadress {
    width: 100%;
    margin: 0;
    float: none;
  }
  .user_login form[name=LoginForm] div div div, .order_login form[name=basket] div div div {
    width: 100%;
    padding: 0;
  }
  .orderoption_item td {
    display: block;
    width: 100%;
  }
  .orderoption_item td img {
    max-width: 100%;
  }
  .orderoptions input[name=_UserOrderRef] {
    width: 100%;
  }
  .userpw {
    width: 100%;
  }
  .submit_small, .submit_next {
    margin: auto;
    padding: 14px 10px;
    font-size: 0.8em;
    text-align: center;
    width: 100%;
  }
  .mfr_list_item {
    width: 50%;
  }
  .mfr_info .part_table {
    width: 20%;
  }
}

@media only screen and (max-width: 390px) {
  .section_header {
}
  .section_header > ul > li {
  }
  .section_header > ul > li, .section_header ul li, .section_header > ul > li:last-child {
  }
  .section_header > ul > li:nth-child(1), .section_header > ul > li:nth-child(2) {
    height: auto;
  }
  .section_header > ul > li:nth-child(3) {
  }
  .basket_state ul li {
  }
  .header_ownerlogo {
    padding: 5px 0;
  }
  .searchformwait {
    width: 92%;
    margin: 0 4%;
}
  .basket_stateshort_table {
    width: 90%;
    min-width: 90%;
  }
  .homeslider_desc p {
    margin-top: 150px;
  }
  .grouppageitemimg {
    height: 150px;
  }
  .grouppageitemdesc {
    font-size: inherit;
  }
  .part_variants .partlist_table td, .part_accessories .partlist_table td {
    width: 100%;
    height: initial;
    min-height: initial;
    margin-bottom: 0;
  }
  td.basket_back, td.basket_next {
    display: flex;
  }
  .part_variants td.partlist_description, .part_accessories td.partlist_description {
    border-top: none;
  }
  .basket_ajax .partlist_description {
    border-top: 1px solid #E5E5E5;
  }
  .thumbnail {
    height: 175px;
  }
  .thumbnail img {
    max-height: 174px;
  }
  .image_carousel .part_table {
    max-width: 170px;
    margin: auto;
  }
  h1.shop {
    font-size: 29px;
  }
  td.basket_del input {

    text-align: center;
    width: 100% !important;
  }
  td.basket_del p {
    position: absolute;
    left: 0;
    top: 17px;
    text-align: center;
    width: 100%;
    margin: 5px 0;
    font-size: 85%;
  }
  input.small {
    width: 26%;
  }
  input.medium {
  }
  .delivery_addresslabel_ownerlogo371 img {
    max-width: 100%;
  }

}

@media print {
  /* ... Formatdefinitionen zum Drucken ... */
  .noprint {
    display: none;
  }
  /* .page_content	{zoom: 100%;} */
  tr {
    page-break-inside: avoid;
  }
}

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE-Patch fuer IE 7*/
*:first-child+ html .clearfix {
  min-height: 0;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
a {
  outline: none;
}