@charset "utf-8";
/* CSS Document BOXEN links, recht, mitte*/




.whatsnewbox, #also_purchased_products_box{
	overflow:hidden;
}
.whatsnewbox .pageHeading{ margin:20px 0; font-size: 20px;}
.whatsnewbox .boxcontent, #also_purchased_products_box .boxcontent{
	/*overflow:hidden;*/
}
.whatsnewbox .boxcontent a, 
#also_purchased_products_box .boxcontent a,
#products_viewed_box a.also_viewed_item
{
	display:block;
	float:left;
	opacity:1;
	/*
	margin-bottom:40px;
	margin-top:10px;
	*/
	overflow:visible;
	padding:0;
	color:#000;

	transition: all 0.2s ease-in-out 0s;
	background-color:#fff;
}
.whatsnewbox .boxcontent a:hover, #also_purchased_products_box .boxcontent a:hover{
	/*opacity:0.7;*/

}

.whatsnewbox .boxcontent a span.img, 
#also_purchased_products_box .boxcontent a span.img,
#products_viewed_box a.also_viewed_item span.img
{
	display:block;
	height:200px;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: contain;
	margin-top:8px;

	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
/*
.whatsnewbox .boxcontent a span.img:hover{
	transform: scale(1.1);
}
*/

.whatsnewbox .boxcontent a .prod_border:hover span.img{
	transform: scale(1.1);
}


/* BOF STICKER, ICON, HIGHLIGHT AM PRODUCT */
.img span.ico{
	opacity:0.6;
	transition: all 0.2s ease-in-out 0s;
	display:block;

	background-repeat: no-repeat;
	background-size:contain;
	height:30px;
	margin-top:160px;
	position:absolute;
	width:60px;
}


.img span.ico:hover{	opacity:1; transform: scale(1.1);}

.img span.ico.ico360{
	background-image: url(/shop/images/clients/wwk/icon360.png);
	background-position: right bottom;
	margin-left:170px;
}
.img span.ico.icoVideo{
	background-image: url(/shop/images/clients/wwk/iconVideo.png);
	background-position: left bottom;
	margin-left:0px;
}

.img span.sticker{}

a.list_image{
	/*
	display:inline-block;
	width:150px;
	*/
}

a.list_image span.ico{
	opacity:0.6;
	transition: all 0.2s ease-in-out 0s;
	display:block;
	background-size:contain;
	background-repeat: no-repeat;
	height:10%;
	top:85%;
	position:absolute;
	width:20%;
}
a.list_image span.ico:hover{	opacity:1; transform: scale(1.1);}
a.list_image span.ico.ico360{
	background-image: url(/shop/images/clients/wwk/icon360.png);
	background-position: right bottom;
	right:10px;
}
a.list_image span.ico.icoVideo{
	background-image: url(/shop/images/clients/wwk/iconVideo.png);
	background-position: left bottom;
	left:10px;
}


/* BOF HIGHLIGHT und Label */
.whatsnewbox #carousel a.highlight .prod_border{
	border-color:#009036;
	border-width:3px;
	padding:0px 0px 4px 0px;
}
.whatsnewbox .boxcontent a.highlight span.highlight{
	position:absolute;
	top:0px;
	margin-left:192px;
	font-family: "FedraSerifAProBook",Arial,Helvetica,sans-serif;

	/*
	background-image: url(../images/clients/wwk/highlight.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	*/

	display: inline-block;
	box-sizing: border-box;
	padding: 22px 7px;
	color: #fff;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	width: 90px;
	height: 90px;
	line-height: 1.1;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #ff8200;
	
	transition: all .1s linear 0s;

	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.whatsnewbox .boxcontent a.highlight:hover span.highlight{
	/*background-color: #e4d6e5;*/
}
.whatsnewbox .boxcontent a.labelservice span.labelservice{
	position:relative;
	display:block;
	overflow:hidden;
	top:-272px;
	left:0px;
	width:110px;
	height:110px;
}
.whatsnewbox .boxcontent a.labelservice span.labelservice div{

	font-size:12px;
	color: #fff;
	text-align:center;
	display: inline-block;
	padding: 5px 0;
	width:200px;
	margin:35px 0px 0px -55px;

	transform: rotate(-45deg);
	/*
	background: #cb0000;
	background: -moz-linear-gradient(-45deg, #e30613 0%, #9d1814 100%);
	background: -webkit-linear-gradient(-45deg, #e30613 0%,#9d1814 100%);
	background: linear-gradient(135deg, #e30613 0%,#9d1814 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30613', endColorstr='#9d1814',GradientType=1 );
	*/
	background-color: #0f94a7;
}

.whatsnewbox .sticker{ top:21px; margin-left:-2px;}
/*.whatsnewbox .sticker.second{border-color: transparent transparent #007bff transparent;}*/

/* BOF multi-point star and 12 point star */
/*
.twelve-point-star,
.twelve-point-star:before,
.twelve-point-star:after {
   height: 100px;
   width: 100px;
   background: blue;
   position: absolute;
}
.twelve-point-star:before{
   content:"";
   -moz-transform: rotate(30deg);
   -webkit-transform: rotate(30deg);
   -ms-transform: rotate(30deg);
   -o-transform: rotate(30deg);
   transform: rotate(30deg);
}
.twelve-point-star:after{
   content:"";
   -moz-transform: rotate(-30deg);
   -webkit-transform: rotate(-30deg);
   -ms-transform: rotate(-30deg);
   -o-transform: rotate(-30deg);
   transform: rotate(-30deg);
}



.star_wrapper{
	height: 70px;
	width: 70px;
	padding:9px;
	margin:16px;
	-moz-border-radius: 70px; 
	-webkit-border-radius: 70px; 
	border-radius: 70px;
	transition: all 0.2s ease-in-out 0s;
}
.star_wrapper:hover{
	box-shadow: 0 0 10px 8px rgba(0,0,0,.2);
}
.mass-point-star,
.mass-point-star:before,
.mass-point-star:after,
.mass-point-star span,
.mass-point-star span:before,
.mass-point-star span:after{
	height: 70px;
	width: 70px;
	background: #e20816;
	position: absolute;
}
.mass-point-star:before{
   content:"";
   -moz-transform: rotate(60deg);
   -webkit-transform: rotate(60deg);
   -ms-transform: rotate(60deg);
   -o-transform: rotate(60deg);
   transform: rotate(60deg);
}
.mass-point-star span{
   content:"";
   -moz-transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
}
.mass-point-star span:before{
	content:"";
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
.mass-point-star:after{
   content:"";
   -moz-transform: rotate(-75deg);
   -webkit-transform: rotate(-75deg);
   -ms-transform: rotate(-75deg);
   -o-transform: rotate(-75deg);
   transform: rotate(-75deg);
}
.mass-point-star span:after{
   content:"";
   -moz-transform: rotate(75deg);
   -webkit-transform: rotate(75deg);
   -ms-transform: rotate(75deg);
   -o-transform: rotate(75deg);
   transform: rotate(75deg);
}
*/
/* BOF multi-point star and 12 point star */


.cs-image-sticker {
	background-color: #cb0000;
	border-bottom-right-radius: 0.55556em;
	border-top-left-radius: 0.55556em;
	color: #fff;
	display: inline-block;
	padding: 0.75em;
	transform: rotate(-5deg);
	z-index: 1;
}
/* EOF HIGHLIGHT */

.whatsnewbox .boxcontent a span.txt, 
#also_purchased_products_box .boxcontent a span.txt
{
	display:block;
	overflow:hidden;
	padding:8px 10px 0px 10px;
	line-height: 1;
	font-size: 14px;
	font-weight: 300;
}
#also_purchased_products_box .boxcontent a span.txt{ line-height: 1.2; min-height: 60px;}

.whatsnewbox .boxcontent a span.txt strong.name{
	display:block;
	height:30px;
	overflow:hidden;
}
.whatsnewbox .boxcontent a span.txt strong.name span{
	position:absolute;
	bottom:43px;
	max-width:220px;
	display:block;
}
.whatsnewbox .boxcontent a span.txt strong.name{
	display:block;
	float:left;
}

.whatsnewbox .boxcontent a span.txt span.price{
	display:block;
	float:right;
	color:#009036;
	text-align:right;
	font-weight: 400;
}
.whatsnewbox .boxcontent a span.txt span.price s{
	color:#333;
	margin-right:10px;
	display:inline-block;
	font-weight:normal;
}
.whatsnewbox .boxcontent a span.txt span.additional_prices {
    float: right;
    margin: 2px 10px 0 0;
}
.whatsnewbox .boxcontent a span.txt span.cta{
	display:block;
	float:right;
	background-color:#000;
	color:#fff;
	padding:3px 6px;
	transition: background-color 0.45s ease 0s, border 0.45s ease 0s, color 0.45s ease 0s, opacity 0.45s ease-in-out 0s;
}
.whatsnewbox .boxcontent a span.txt span.cta:hover{
	background-color: #ef2f31;
}
.whatsnewbox .boxcontent a strong, 
#also_purchased_products_box .boxcontent a strong,
#products_viewed_box a.also_viewed_item strong
{

	font-weight:normal;
}
.whatsnewbox .boxcontent a strong.model{color: #000; font-weight: 200; font-size: 12px;}

#carousel .prod_border, 
#also_purchased_products_box .prod_border,
#products_viewed_box a.also_viewed_item .prod_border
{
	border:1px solid #ccc;
	overflow:hidden;
	display:block;
	padding:2px 2px 6px 2px;
	transition: all 0.2s ease-in-out 0s;
	/*
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	*/
}

.whatsnewbox #carousel a:hover .prod_border, 
/*.whatsnewbox #carousel a:hover .highlight, */
#also_purchased_products_box a:hover .prod_border,
#products_viewed_box a.also_viewed_item:hover .prod_border{
		box-shadow: 0 0 10px 6px rgba(0,0,0,.08);
}
.whatsnewbox #carousel a.highlight:hover .prod_border, 
#also_purchased_products_box a.highlight:hover .prod_border
{

}
.whatsnewbox #carousel a:hover span.img, 
#also_purchased_products_box a:hover span.img,
#products_viewed_box a.also_viewed_item:hover span.img
{
	/*border:1px solid #fff;*/

}
.whatsnewbox #carousel a:hover span.txt, 
#also_purchased_products_box a:hover span.txt,
#products_viewed_box a.also_viewed_item:hover span.txt
{
	background-color:#fff;
	border-color:#fff;
}


#slideshow-wrapper{
	height:330px;
	overflow:visible;
	margin-left:-10px;
}
#carousel {
	margin: -20px auto 0 auto;
	padding:20px 10px 15px 10px;
}
#carousel img {
	border: 0;
}


/* BOF PFEILE SLIDESHOW ALLGEM.: */
#ui-carousel-next, 
#ui-carousel-prev,
.ui-carousel-next, 
.ui-carousel-prev, 
#big_images .centered-btns_nav.next, 
#big_images .centered-btns_nav.prev{
	position: absolute;
	z-index: 300;
	overflow: hidden;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0.0;
	text-decoration: none;
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	top: 50%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	border: solid #555;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 2px;
	text-indent:3000px;
	background-color:transparent !important;
}

#ui-carousel-next:hover, 
#ui-carousel-prev:hover, 
#big_images .centered-btns_nav.next:hover, 
#big_images .centered-btns_nav.prev:hover{
	filter: alpha(opacity=90);
	opacity: 0.9;
}
/* EOF PFEILE SLIDESHOW ALLGEM. */


/* BOF Slideshow-Pfeile Detailansicht: */
#big_images .centered-btns_nav.next, #big_images .centered-btns_nav.next,  
#big_images .centered-btns_nav.next, #big_images .centered-btns_nav.prev{
	width: 50px;
	height: 50px;
	opacity:0.5;
	top:310px;
}
#big_images .centered-btns_nav.next{
	right:auto;
	left:345px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#big_images .centered-btns_nav.prev{
	left:20px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
/* EOF Slideshow-Pfeile Detailansicht */



/* BOF Slideshow-Pfeile Whatsnew-Box: */
.whatsnewbox .mainborder:hover #ui-carousel-next, .whatsnewbox .mainborder:hover .ui-carousel-next,
.whatsnewbox .mainborder:hover #ui-carousel-prev, .whatsnewbox .mainborder:hover .ui-carousel-prev{
	margin-right:20px;
	margin-left:20px;
	opacity: 0.8;
}
div#whatsnewbox:hover a#ui-carousel-prev{
	margin-left:0;
}
/* EOF Slideshow-Pfeile Whatsnew-Box */











/*

#big_images .centered-btns_nav.prev:before:hover {
  opacity: 1;
}


#big_images .centered-btns_nav.next:before:hover{
  opacity: 1;
}
*/

.printing #big_images .centered-btns_nav{
	display:none;
}





/* Slideshow-Pfeile Listen- und Gallerie-ansicht in LISTING: */
.ui-carousel-next, 
.ui-carousel-prev{
	width: 30px;
	height: 30px;
	opacity:0.2;
	top:55%;
}
#ui-carousel-next, 
.ui-carousel-next{
	right: 10px;
	text-align:right;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#ui-carousel-prev,
.ui-carousel-prev{
	left: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.ui-carousel-next{ right:25px;}
.ui-carousel-prev{ left:25px;}

	/* listview: */
	.list_view .ui-carousel-next, 
	.list_view .ui-carousel-prev{
		width: 20px;
		height: 20px;
		opacity:0.2;
		top:55%;
	}
	.list_view .ui-carousel-next{ right:0px;}
	.list_view .ui-carousel-prev{ left:0px;}

	.listing_image_column:hover .ui-carousel-next,
	.listing_image_column:hover .ui-carousel-prev{
		opacity:0.9;
	}

	.mobile .list_view .ui-carousel-next, 
	.mobile .list_view .ui-carousel-prev{
		width: 10px;
		height: 10px;
		top:80%;
	}


/* BOF Slider Liste */
.ui-carousel {
	height: auto;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 600px;
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}

#pages{
	text-align:center;
	height: 20px;
	margin-top:-15px;
	overflow:hidden;
	position:relative;
}

#pages .bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 5px;
	border:1px solid #ccc;
	transition: all 0.2s ease-in-out 0s;
	background-color:#fff;
	opacity:0.8;
	border-radius: 50%;
}
#pages .bullet:hover{
	box-shadow: 0 0 5px 3px rgba(0,0,0,.1);
	transform: scale(1.2);
}
#pages .bullet.on{
	background-color:#009036;
	opacity:1;
}
#pagestext{
	font-size:11px;
	color:#999;
	position:absolute;
	margin-top:-15px;
	right:11px;
	font-weight:bold;
}
.classic #pagestext{right:15px;}
.tablet #pagestext{right:15px;}

.mobile #pages{display:none;}
.mobile #pagestext{width:100%; text-align:center; margin-top:3px;}



/* BOF also_purchased */
#also_purchased_products_box a.also_purchased_item{
	box-sizing: border-box;
	width: 24%;
	margin: 20px 1% 10px 0px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}
#also_purchased_products_box a.also_purchased_item:last-of-type{
	margin-right: 0px;
}
#also_purchased_products_box .prod_border:hover span.img{
	transform: scale(1.1);
}
	.mobile #also_purchased_products_box a.also_purchased_item{width: 49%;}

/* EOF also_purchased */


/* BOF products_viewed_box */
#products_viewed_box a.also_viewed_item{
	margin: 5px 0px 10px 150px;
	width: 179px;
}
#products_viewed_box a.also_viewed_item span.txt{
	display:block;
	text-align:center;
	font-size:10px;
	overflow:hidden;
	height:40px;
	padding:5px;
	background-color:#fff;
	border-bottom:8px solid #fff;
	
	line-height:1.1;
}
/* EOF products_viewed_box */



/* BOF Hauke neu MTU relaunch: neue große Boxen für Bestseller und Sales: */
.newbigbox{
	display: inline-block;
	border:1px solid #ccc;
	background-color:#fff;
	width: calc(50% - 13px);
	margin: 30px 10px 30px 0;
	overflow:hidden;
	transition: all 0.2s ease-in-out 0s;
}
.newbigbox.full,
.mobile .newbigbox{
	width:100%;
	margin-right:0;
}

.newbigbox:nth-of-type(even){
	margin-right:0;
}
.newbigbox:hover{
	box-shadow: 0 0 10px 6px rgba(0,0,0,.08);
	border-color:#009036;
}

.newbigboxcontent{
	padding:15px 0;
}

.mobile .newbigbox{
	margin:10px 0;
}

.newbigbox.full .flex-caption { text-align:center;}


.newbigbox .flexslider{padding: 5px 0 40px 0;}


.newbigbox h2{ font-size:32px; color:#ccc; margin:0; padding:0 20px;  max-height:20px;}
.newbigbox h2 .path, .newbigbox h2 .path a{ font-size:14px; color:#ccc;}
.newbigbox:hover h2, .newbigbox:hover h2 .path, .newbigbox:hover h2 a{ color:#009036;}


span.productSpecialPrice{
	display:inline-block;
	margin-left:5px;
}

/* EOF Hauke neu MTU relaunch: neue große Boxen für Bestseller und Sales */
