/* --- START Artikelslider NEUE ARTIKEL Startseite --- */
/* --- Weitere Einstellungen in der javascript/owl.carousel.js --- */
.owl-slider h2 {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	font-weight: 400;
	font-size: 16px;
	margin: 8px 0px;
	padding: 9px 0px 0px 5px;
	font-family: 'fjallaoneregular', sans-serif, Arial, Helvetica, sans-serif;
	height: 32px;
	width: 31%;
	padding-top: 17px;
	line-height: 13px;
	background-color: #2c58A6;
	border: 0;
	text-transform: uppercase;
	float: left;
}
.owl-slider_bestseller h2 {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	font-weight: 400;
	font-size: 16px;
	margin: 8px 0px;
	padding: 9px 0px 0px 5px;
	font-family: 'fjallaoneregular', sans-serif, Arial, Helvetica, sans-serif;
	height: 32px;
	width: 31%;
	padding-top: 17px;
	line-height: 13px;
	background-color: #2c58A6;
	border: 0;
	text-transform: uppercase;
	float: left;
}
.product_box_index h3 a{font-family: 'fjallaoneregular', sans-serif;color: #A4ABAF;font-size: 18px;font-weight: 100;}
.product_box_index h3 a:hover{color: #000;text-decoration:none;}
.slider_header{text-align: center;}
.slider_header a{font-family: 'fjallaoneregular', sans-serif;color: #A4ABAF;font-size: 18px;font-weight: 100;}
.slider_header a:hover{color: #000;text-decoration:none;}

.productPreview {padding:0;margin:0;padding-right: 2px;}
.productPreview_bestseller {margin:0;padding-right: 4px;}
.productPreview_specials {margin:0;padding-right: 4px;}
.owl-wrapper .productPreview {padding-right: 2px;}
.productImageBorder_index {
	padding:2px;
	margin: 16px 0 5px;
	max-width:135px;
	height:auto;
	-moz-box-shadow: 0px 1px 2px #333;
	z-index:4999;
	border: 1px solid #a0a0a0;
}
.productImageBorder_index_left {
	padding:2px;
	margin: 16px 0 5px;
	margin-left:30%;
	max-width:135px;
	height:auto;
	-moz-box-shadow: 0px 1px 2px #333;
	z-index:4999;
/*
	border: 1px solid #ccc;
*/
}
.product_box_index {
	background-color: rgb(255, 255, 255);
	margin: 3px 2px 0px 1px;
	padding: 5px 9px 2px 5px;
	height: 240px;
	width: 88.1%;
	text-align: center;
	border: 1px solid #d6e2e8;
}
.taxandshippinginfo{font-size: 10px;font-family: Arial, Helvetica, sans-serif;font-weight:400;color:#999999;text-decoration:none;text-align: left;}

/* --- ENDE Neue Artikel Slider Startseite --- */

#slider_display{float:right;width: 970px;height: 250px;margin-right: 14px;}
#owl-demo .item img{display: block;/*width: 100%;*/height: auto;}
#owl-newproduct .item{ margin: 3px;}
#owl-newproduct .item img{ display: block; width: 100%; height: auto;}
#owl-bestsellers .item{ margin: 3px;}
#owl-bestsellers .item img{ display: block; width: 100%; height: auto;}
#owl-bestsellers .productPreview_bestsellers{padding-right: 2px;}
#owl-specials .item{ margin: 3px;}
#owl-specials .item img{ display: block; width: 100%; height: auto;}
#owl-specials .productPreview_specials{padding-right: 2px;}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{display: none;position: relative;width: 100%;	-ms-touch-action: pan-y;clear:both;}
.owl-carousel_best{display: none;position: relative;width: 98%;	-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel_best .owl-wrapper-outer{overflow: hidden;position: relative;width: 98.2%;}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {cursor:url(grabbing.png) 8 8, move;}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-pagination {top: 150px;position: relative;right: 5px;}
.owl-theme .owl-controls{top: -304px;text-align: center;position: relative;float: left;left: 18%;}
.owl-theme .owl-controls .owl-buttons div{
	color: #89AAB9;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 3px 8px;
	font-size: 23px;
	background: #ffffff;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	width: 14px;
	padding-bottom: 6px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);opacity: 1;text-decoration: none;}
.owl-theme .owl-controls .owl-page{zoom: 1;	*display: inline;}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #3FC2E0;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);opacity: 1;}
.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
p.price {text-align: left;}
.owl-item.loading{min-height: 150px;background: url(AjaxLoader.gif) no-repeat center center}
@media screen and (max-width:1220px) {
.owl-theme .owl-controls .owl-buttons div {margin-left:2px;margin-right:2px;}
.owl-theme .owl-controls {left:19%;}
.productImageBorder_index_left{margin-left:21%;}
}
@media screen and (max-width:1130px) {
.owl-slider_bestseller h2 {font-size: 14px;}
.owl-slider h2 {font-size: 14px;}
.owl-theme .owl-controls {left:18%;}
}
@media screen and (max-width:1025px) {
.owl-slider_bestseller h2 {font-size: 12px;}
.owl-slider h2 {font-size: 12px;}
.owl-theme .owl-controls {left:17%;}
.productImageBorder_index_left{margin-left:12%;}
}
@media screen and (max-width:965px) {
.owl-slider h2 {
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    font-weight: 400;
    font-size: 16px;
    margin: 8px 0px;
    padding: 9px 0px 0px 5px;
    font-family: 'fjallaoneregular', sans-serif, Arial, Helvetica, sans-serif;
    height: 32px;
    width: 30.5%;
    padding-top: 17px;
    line-height: 13px;
    background-color: #2c58A6;
    border: 0;
    text-transform: uppercase;
    float: left;
}
.owl-slider_bestseller h2 {
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    font-weight: 400;
    font-size: 16px;
    margin: 8px 0px;
    padding: 9px 0px 0px 5px;
    font-family: 'fjallaoneregular', sans-serif, Arial, Helvetica, sans-serif;
    height: 32px;
    width: 30.5%;
    padding-top: 17px;
    line-height: 13px;
    background-color: #2c58A6;
    border: 0;
    text-transform: uppercase;
    float: left;
}
.owl-theme .owl-controls {top:-304px;text-align:center;position:relative;float:left;left:21%;}
.owl-theme .owl-controls .owl-buttons div {
    color: #89AAB9;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 8px;
    font-size: 23px;
    background: #ffffff;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    width: 14px;
    padding-bottom: 6px;
}
.productImageBorder_index_left{margin-left:30%;}
}
@media screen and (max-width:872px) {.owl-pagination {display:none;}}
@media screen and (max-width:832px) {.owl-theme .owl-controls {left:20%;}}
@media screen and (max-width:750px) {.owl-theme .owl-controls {left:18%;}}
@media screen and (max-width:700px) {#slider_display {display:none;}}
@media screen and (max-width:670px) {.productImageBorder_index_left{margin-left:37%;}}
@media screen and (max-width:656px) {.owl-slider h2{width: 100%;}.owl-slider_bestseller h2{width: 96%;}.owl-theme .owl-controls {left: 82%;}}
@media screen and (max-width:656px) {#slider_display {display:none;}}
@media screen and (max-width:570px) {.owl-theme .owl-controls {left: 78%;}}
@media screen and (max-width:526px) {.product_box_index {width: 92%;border-left-width:1px;border-left-style:solid;border-left-color:#ccc;border-right-width:1px;border-right-style:solid;border-right-color:#ccc;}/*.owl-slider h2 {width: 98.5%;}*/.owl-slider_bestseller h2{width: 98.5%;}}
@media screen and (max-width:506px) {.owl-slider h2{width: 94.5%;}.owl-slider_bestseller h2{width: 94.5%;}.owl-theme .owl-controls {left: 75%;}}
@media screen and (max-width:430px) {.owl-theme .owl-controls {left: 72%;}.productImageBorder_index_left{margin-left:30%;}}
@media screen and (max-width:380px) {.owl-theme .owl-controls {display:none;}.owl-buttons{display:none;}.productImageBorder_index_left{margin-left:27%;}}
@media screen and (max-width:346px) {.owl-slider h2{width: 94.8%;}.owl-slider_bestseller h2{width: 94.8%;}.productImageBorder_index_left{margin-left:25%;}}
@media screen and (max-width:329px) {.owl-slider h2{width: 95.2%;}.owl-slider_bestseller h2{width: 95.2%;}.productImageBorder_index_left{margin-left:24%;}}
@media screen and (max-width:295px) {.owl-slider h2{width: 95.8%;}.owl-slider_bestseller h2{width: 95.8%;}}