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




.whatsnewbox, #also_purchased_products_box{
	overflow:hidden;
}
.whatsnewbox .pageHeading{ margin:20px 0; font-size: 20px; color:var(--textcolor, black); font-weight: 400;}
.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:var(--textcolor, black);

	transition: all 0.2s ease-in-out 0s;
	background-color: var(--background, white);
}
.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/img_client/icon360.png);
	background-position: right bottom;
	margin-left:202px;
}
.img span.ico.icoVideo{
	background-image: url(/shop/img_client/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/img_client/icon360.png);
	background-position: right bottom;
	right:10px;
}
a.list_image span.ico.icoVideo{
	background-image: url(/shop/img_client/iconVideo.png);
	background-position: left bottom;
	left:10px;
}


/* BOF HIGHLIGHT und Label */
.whatsnewbox #carousel a.highlight .prod_border{
	border-color:var(--avail_color_red);
	border-width:3px;
	padding:0px 0px 4px 0px;
}
.whatsnewbox .boxcontent a.highlight span.highlight{
	position:absolute;
	top:10px;
	margin-left:197px;
	
	

	/*
	background-image: url(/shop/img_client/highlight.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	*/

	display: inline-block;
	box-sizing: border-box;
	
	color: var(--background, white);
	text-align:center;
	font-size:11px;
	font-weight: 500;
	line-height: 0.9;
	background-color: var(--avail_color_red, red);
	transition: all .1s linear 0s;
	width: 80px;
	padding: 4px 7px;
	vertical-align: middle;
	
	

	/*
	
	border-radius: 50%;
	-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: var(--background, white);
	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: var(--highlight2, green);
}

.whatsnewbox .sticker{ top:21px; margin-left:-2px;}





.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:var(--primary);
	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.cta{
	display:block;
	float:right;
	background-color:var(--textcolor, black);
	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: var(--textcolor, black); 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: var(--background, white);
	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;
	border-color: var(--primary);
}
/* 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: 25px;
	margin-top:-15px;
	overflow:hidden;
	position:relative;
}

#pages .bullet {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 4px 8px;
	border:1px solid  var(--background_light, lightgrey);
	transition: all 0.2s ease-in-out 0s;
	background-color: var(--background_light, lightgrey);
	opacity:1;
	border-radius: 50%;
}
#pages .bullet:hover{
	/*box-shadow: 0 0 5px 3px rgba(0,0,0,.1);*/
	background-color: var(--primary, blue);
	transform: scale(1.2);
}
#pages .bullet.on{
	background-color:var(--primary);
	opacity:1;
}
#pagestext{
	font-size:11px;
	color: var(--textcolorlight, grey);
	position:absolute;
	margin-top:-15px;
	right:11px;
}
.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: var(--background, white);
	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: */
.new_bestseller_sales{    margin: 0 5px 0 5px;}
.mobile .new_bestseller_sales{    margin: 0 10px 0 5px;}

.newbigbox{
	display: inline-block;
	box-sizing: border-box;
	border:1px solid #ccc;
	background-color: var(--background, white);
	width: calc(50% - 14px);
	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: 30px 0 30px 10px;
	/*width: calc(50% - 6px);*/
}
.newbigbox:hover{
	/*box-shadow: 0 0 10px 6px rgba(0,0,0,.08);*/
	border-color:var(--primary);
}

.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:var(--primary);}


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

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


.new_teaserbox{
	overflow:hidden;
	margin: 40px 10px 0 5px;
	background-color: var(--background, white);
	border:1px solid #ccc;
	transition: all 0.2s ease-in-out 0s;
}
.mobile .new_teaserbox{margin-bottom: 10px;}
	
	.sis_1 .new_teaserbox{	border-bottom-right-radius: 5% 20%;}
	.sis_5 .new_teaserbox{	border:1px solid #ccc;}

	.sis_1.mobile .new_teaserbox{border-bottom-right-radius: 31px 32px; margin-bottom: 20px;}
	.sis_1.tablet .new_teaserbox{border-bottom-right-radius: 31px 32px;}

.new_teaserbox:hover{
	/*box-shadow: 0 0 10px 6px rgba(0,0,0,.08);*/
}
.new_teaserbox .col50{
	min-height: 300px;
}
.new_teaserbox .rightimage{
	background-size: contain;
	float: left;
	min-height: 300px;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}
.new_teaserbox:hover .rightimage{
	transform: scale(1.1);
}

	.mobile .new_teaserbox .rightimage{margin-bottom: 10px;}


.new_teaserbox .greeting.teaser .prod_desc{ display: block;max-height:220px; overflow: hidden;}

