/* --- 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: 20px;
	margin: 8px 0px;
	padding: 9px 0px 0px 15px;
	font-family: 'fjallaoneregular', sans-serif, Arial, Helvetica, sans-serif;
	height: 32px;
	width: 96.5%;
	padding-top: 17px;
	line-height: 13px;
	background-color: #9b2c24;
	border: 0;
	font-variant: small-caps;
}
.owl-slider_bestseller h2 {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	font-weight: 400;
	font-size: 20px;
	margin: 8px 0px;
	padding: 9px 0px 0px 15px;
	font-family: 'fjallaoneregular', sans-serif, Arial, Helvetica, sans-serif;
	height: 32px;
	width: 96.5%;
	padding-top: 17px;
	line-height: 13px;
	background-color: #9b2c24;
	border: 0;
	font-variant: small-caps;
}
.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:left;}
.slider_header a{font-family: 'fjallaoneregular', sans-serif;color: #9b2c24;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:0;
	margin: 16px 0 5px;
	max-width:135px;
	height:auto;
	-moz-box-shadow: 0px 1px 2px #333;
	z-index:4999;
}
.product_box_index {
	background-color: rgba(237, 242, 245, 0.33);
	margin: 3px 2px 0px 0px;
	padding: 5px 9px 2px 5px;
	height: 290px;
	width: 88.1%;
	text-align: center;
	border: 1px solid #D5E2EB;
}
.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;}
.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: 99.2%;}
.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: -354px;text-align: center;position: relative;float: right;right:25px;}
.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: 25px;
	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:872px) {.owl-pagination {display:none;}}
@media screen and (max-width:700px) {#slider_display {display:none;}}
@media screen and (max-width:636px) {.owl-slider h2{width: 94.5%;}.owl-slider_bestseller h2{width: 94.5%;}}
@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: 95.5%;}.owl-slider_bestseller h2{width: 95.5%;}}
@media screen and (max-width:506px) {.owl-slider h2{width: 92%;}.owl-slider_bestseller h2{width: 92%;}}