/* Allgeimeiner Bereich Start */
html, body, .ui-page {
	margin: 0;
	padding: 0;
	min-width: 310px;
	font-family: Arial;
	font-size: 12px;
}
body {
	/* max-width: 641px; */
	width: 100%;
}

.categoryWrap {
	max-width: 80%;
	margin: 0 10%;
	padding-top: 5em;
	position: absolute;
	vertical-align: top !important;
}

.category-wrapper{
	position: relative;
	min-width: 40%;
	max-width: 40%;
	border: 2px solid rgba(0, 0, 0, 1);
	background-color: rgba(255, 255, 255, .8);
	border-radius: 10px;
	margin: 1em 4% 1em 4%;
	padding-bottom: 1em;
}

.category-img {
	position: relative;
	min-width: 33%;
	max-width: 33%;
	display: inline;
	margin: .5em;
	vertical-align: top !important;
}
.category-txt {
	position: relative;
	min-width: 60%;
	max-width: 60%;
	display: inline-block;
	padding-right: .5em;
}

/* COLOR-BLOCK*/
.wwe-white {
	color: rgba(255, 255, 255, 1) !important;
}

.wwe-grey {
	color: rgba(31, 31, 31, 1) !important;
}

span.wwe-grey font font font,
span.wwe-grey font font,
span.wwe-grey font,
span.wwe-grey span {
	color: rgba(31, 31, 31, 1) !important;
	font-family: Arial;
	font-size: 14px !important;
	line-height: 16px !important;
}

span.wwe-grey p {
	margin: 0 0 10px 0;
}

/* SCRIPTURE-BLOCK*/
.wwe-norm {
	font-size: 14px;
}

.ui-page {
	position: relative;
	padding-top: 50px;
}

.backstretch{
	/* max-width: 641px; */
	min-height: 630px;
}

.headerLineContainer{
	height: 30px;
	background-color:#333;
	
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.headerLine{
	color: #c4c4c4;	
	width: 100%;
	height: 100%;
	
	text-indent: 5px;
	line-height: 30px;
	
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 62%, rgba(0,0,0,0.61) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(62%, rgba(0,0,0,0.32)), color-stop(100%, rgba(0,0,0,0.61)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 62%, rgba(0,0,0,0.61) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 62%, rgba(0,0,0,0.61) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 62%, rgba(0,0,0,0.61) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 62%, rgba(0,0,0,0.61) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.headerLineText{
	float: left;
	width: 80%;
}
.headerLineIconContainer{
	float: right;
	margin-right: 5px;
	color: #00d8ed;
	text-shadow: -1px -1px 0px #000;
}
.headerLineIconContainer img{
	position: relative;
	top: 4px;
}

.ui-loader{
    display:none;
}

.contentWrapper {
	position: relative;
	min-width: 210px;
	float: right;
	margin-top:35px;
}

.btn {
	position: relative;
	height: 30px;
	max-width: 165px;
	padding: 0 10px;

	background: #949494; /* Old browsers */
	background: -moz-linear-gradient(top,  #949494 0%, #787878 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949494), color-stop(100%,#787878)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #949494 0%,#787878 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #949494 0%,#787878 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #949494 0%,#787878 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #949494 0%,#787878 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#787878',GradientType=0 ); /* IE6-9 */	

	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.35);
	border:none;
	cursor: pointer;		
} 

.btnExtraLong{
	max-width: 220px;
}

.btn a{
	color:#fff!important;
	text-decoration:none;
}

.btn.hover-left,
.btn.hover-right {
	position: absolute;
	top: 25%;
	bottom: 25%;
	margin: auto;
}	
.btn.hover-left {
	left: 0;
}
.btn.hover-right {
	right: 0;
}
.btn.left,
.powerChipsBox > .description {
	float: left;		
}
.btn.right,
.totalCharges > .value,
.totalPrice > .value,
.totalPowerChips > .value,
.totalPowerChips {
	float: right;		
}
.clear {
	clear: both;
}

.footerContainer {
	position: fixed;
	bottom: 0;
	width: 100%;
	/* max-width: 641px; */
}
.footerContainer.sticky {
	position: relative;
    top: 30px;	
	bottom: auto;
	float: right;
}
.footerContainer.small .btn, .small .btn {
	max-width: none;
    padding: 0;
    position: relative;
    width: 100%;
	text-align: center;
	border:0;
}
.footer {
	position: relative;
	margin: auto auto 30px;
	width: 80%;
	
	background: rgba(255, 255, 255, 0.35);	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);	
}
.footerInner{
    color: #444;
    font-family: arial;
    font-size: 12px;
    padding: 15px 10px; 
}

.footerContainer .width-50 {
	width: 50%;
}
.footerContainer.small .width-50 {
	width: auto;
}

.defaultBox,
.gridView	{
	width:80%;
	margin:0 auto;
}

.gridView[data-cols="1"] .gridBox {
	width: 100%;
}
.gridView[data-cols="1"] .gridBoxPlaceholder img {
	opacity: 0;
	width: 100%;
}
.gridView[data-cols="1"] .gridBoxPlaceholder .gridText,
.gridView[data-cols="1"] .gridBoxPlaceholder .gridFooter {
	max-width: 100%;
	left: 10px;
}
.gridView[data-cols="2"] .gridBox {
	width: 50%;
}
.gridView[data-cols="2"] .gridBoxPlaceholder img {
	max-width: 50%;
}
.gridView[data-cols="2"] .gridBoxPlaceholder .gridText,
.gridView[data-cols="2"] .gridBoxPlaceholder .gridFooter {
	max-width: 50%;
	left: 50%;
}
.gridView[data-cols="3"] .gridBox {
	width: 33.33%;
}
.gridView[data-cols="3"] .gridBoxPlaceholder img {
	max-width: 66.66%;
}
.gridView[data-cols="3"] .gridBoxPlaceholder .gridText,
.gridView[data-cols="3"] .gridBoxPlaceholder .gridFooter {
	max-width: 33.33%;
	left: 66.66%;
}
.gridView[data-cols="4"] .gridBox {
	width: 25%;
}
.gridView[data-cols="4"] .gridBoxPlaceholder img {
	max-width: 50%;
}
.gridView[data-cols="4"] .gridBoxPlaceholder .gridText,
.gridView[data-cols="4"] .gridBoxPlaceholder .gridFooter {
	max-width: 50%;
	left: 50%;
}
.gridView[data-cols="5"] .gridBox {
	width: 20%;
}
.gridView[data-cols="5"] .gridBoxPlaceholder img {
	max-width: 40%;
}
.gridView[data-cols="5"] .gridBoxPlaceholder .gridText,
.gridView[data-cols="5"] .gridBoxPlaceholder .gridFooter {
	max-width: 60%;
	left: 40%;
}
.gridBoxPlaceholder {
	width: 100%;
}
.gridBox,
.gridBoxPlaceholder {
	cursor: pointer;
	display: block;
	float: left;
}
.gridBoxInner {
	position: relative;
	margin: 5px;
}
.gridBox .gridBoxInner {
	background: rgba(255, 255, 255, 0.35);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);			
}
.gridBoxPlaceholder .gridBoxInner {
	color: #fff;
	background: rgba(0, 0, 0, 0.70)!important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(0, 0, 0, 1)!important;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(0, 0, 0, 1)!important;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(0, 0, 0, 1)!important;	
}
.gridBox img,
.gridBoxPlaceholder img {
	width: 100%;
	height: 100%;
	margin-bottom: -5px;
}
.gridBox .gridDetail {
	display: none;
}
.gridBox.open {
	display: none;
}
.gridBox .gridBoxInner .playIcon,
.gridBox .gridBoxInner .videoTitle,
.gridBox .gridBoxInner .linkTitle {
	position: absolute;
}
.gridBox .gridBoxInner .playIcon {
	background: url('../img/play.png') no-repeat scroll center center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.gridBox .gridBoxInner .videoTitle,
.gridBox .gridBoxInner .linkTitle {
	bottom: 5px;
	left: 10px;
	right: 10px;    
	color: #fff;
    /* font-size: 1.2rem; */
	text-shadow:0 0 10px #000, 0 0 10px #000, 0 0 5px #000;
    font-weight: bold;
    opacity: 0.8;
}

.gridBoxPlaceholder .gridText,
.gridBoxPlaceholder .gridFooter {
	position: absolute;
	right: 10px;
}
.gridBoxPlaceholder .gridText {
	font-size: 9px;
	top: 10px;
}
.gridBoxPlaceholder .gridFooter {
	font-size: 10px;
	bottom: 10px;
}
.gridBoxPlaceholder .gridHeader {
	font-size: 12px;
	font-weight: bold;
	display: block;
}

.gridView:after {
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: " ";
	 clear: both;
	 height: 0;
 }
.gridView { display: inline-block; }
/* start commented backslash hack \*/
* html .gridView { height: 1%; }
.gridView { display: block; }
/* close commented backslash hack */


/* Allgeimeiner Bereich Ende */


/* Login Bereich Start */
.loginFormContainer{
	text-align:center;
	clear:both;
	width:80%;
	margin:auto;
	max-width:600px;	
}

.loginFormContainer input{
	width:100%;
	margin-top:5px;
	margin-bottom:5px;				
	height:35px;
	padding:0;
	text-indent: 5px;
	
	-webkit-box-shadow: -2px -2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:    -2px -2px 10px rgba(0,0,0,0.5);
	box-shadow:         -2px -2px 10px rgba(0,0,0,0.5);					
}

.loginFormContainer input[type="submit"]{
	margin-top:15px;
	
	background: #32679d; /* Old browsers */
	background: -moz-linear-gradient(top,  #32679d 0%, #193450 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32679d), color-stop(100%,#193450)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #32679d 0%,#193450 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #32679d 0%,#193450 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #32679d 0%,#193450 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #32679d 0%,#193450 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32679d', endColorstr='#193450',GradientType=0 ); /* IE6-9 */
	
	border:none;
	color: #fff;
	cursor:pointer;	
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.35);
}

.pstBanner{
	margin:auto;
	width:80%;
	max-width:600px;
}

.logoContainer{
	margin: 35px auto auto;
	width: 80%;
	max-width:600px;
}		

.logoContainer img{
	width: 100%;
	height: auto;
}				

.pstBanner img{
	width:100%;
	height:auto;
	margin-top:15px;
	margin-bottom:10px;
	
	-webkit-box-shadow: -2px -2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:    -2px -2px 10px rgba(0,0,0,0.5);
	box-shadow:         -2px -2px 10px rgba(0,0,0,0.5);		
}

/* Login Bereich Ende */

/* Startseite Bereich Start*/
	
.defaultBox {
	background-color:#fff;	
		
	-webkit-box-shadow: -2px -2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:    -2px -2px 10px rgba(0,0,0,0.5);
	box-shadow:         -2px -2px 10px rgba(0,0,0,0.5);		
}

.defaultBox .header{	
	height:45px;
	
	background: #32679d; /* Old browsers */
	background: -moz-linear-gradient(top,  #32679d 0%, #193450 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32679d), color-stop(100%,#193450)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #32679d 0%,#193450 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #32679d 0%,#193450 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #32679d 0%,#193450 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #32679d 0%,#193450 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32679d', endColorstr='#193450',GradientType=0 ); /* IE6-9 */
}

.defaultBox .header h2{ 	
	font-family:arial;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	line-height:45px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.35);
	margin-left:10px;
}

.defaultBox .content{
	font-family:arial;
	font-size:12px;
	color:#444;
	padding:10px;
}

.bestSellerBox .content{
	margin-bottom:25px;
	padding:0!important;
}

.bestSellerList, .saveBasketList,.userlist{
	list-style:none;
	font-family:arial;
	font-size:12px;	
	margin:0;
	padding:0;
	width:100%;
}

.bestSellerList li, .saveBasketList li,.userlist li{
	width:100%;
	height:55px;
	border-bottom:1px solid #e8e8e8;
}

.userlist li:last-child{
	border-bottom:none;
}
	

.bestSellerList li  a div, .saveBasketList li  a div, .userlist li a div{
	float:left;
	color:#000;
	text-decoration:none;		
}

.linkContainer,.editContainer{
	height:55px;
}

.bestSellerList .linkContainer, .saveBasketList .linkContainer, .userlist .linkContainer,.editContainer{
	margin-top:7px;
}
.bestSellerList .productText, .saveBasketList .productText, .saveBasketList .basketQuantity{
	margin-left: 10px;
}
.bestSellerList .productText, .saveBasketList .productText{
	line-height: 23px;
	color:#444;
	
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
}

.bestSellerList .productText .productCategory, .saveBasketList .productText .productCategory{
	font-size:12px;
}

.bestSellerList .productText .productName, .saveBasketList .productText .productName{
	font-size:14px;
	/* font-weight:bold; */
}

.productName a{
	color:#444!important;
	text-decoration:none;
}

.bestSellerList .productImageList img, .saveBasketList .productImageList img{
	border:1px solid #e8e8e8;
	max-height:45px;
}	

.bestSellerList .newProduct , .bestSellerList .bestpriceProduct{
	float: right;
	position: relative;
	top: -10px;
	right: 5px;
}

.bestSellerList .productLinkIcon{
	width:40px;
	background: url('../img/liste_zumprodukt.png');
	height:40px;
	float:right;
	margin-top: 4px;
}
	
/* Startseite Bereich Ende*/


/* Aussteller Bereich Start*/
.searchContainer{
	width: 80%;
	height: 32px;
	margin: 20px auto auto;
}

.searchContainer .inputContainer{
	float:left;
	width:70%;		
	height:100%;
}

.searchContainer .inputContainer input{
	width:100%;
	height:30px;
	padding:0;
	
	text-indent:5px;
	
	-webkit-box-shadow: -2px -2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:    -2px -2px 10px rgba(0,0,0,0.5);
	box-shadow:         -2px -2px 10px rgba(0,0,0,0.5);		
}

.searchContainer .searchBtn{
	background: #32679d; /* Old browsers */
	background: -moz-linear-gradient(top,  #32679d 0%, #193450 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32679d), color-stop(100%,#193450)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #32679d 0%,#193450 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #32679d 0%,#193450 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #32679d 0%,#193450 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #32679d 0%,#193450 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32679d', endColorstr='#193450',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: -2px -2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:    -2px -2px 10px rgba(0,0,0,0.5);
	box-shadow:         -2px -2px 10px rgba(0,0,0,0.5);		
	
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: arial;
    font-size: 12px;
    height: 32px;
    line-height: 30px;
    margin-left: 3px;
    text-align: center;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.35);
    width: 25%;	
}

.categoryBoxContainer, .incentiveBoxContainer{
	width:80%;
	min-height:100px;
	margin:auto;
	margin-top:25px;
}

.categoryBox, .incentiveBox{		
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);	
	
	width:31%;
	height:50px;	
	background: rgba(255, 255, 255, 0.35);		
	
	float:left;
	margin-left:10px;
	margin-top:10px;
	
	cursor:pointer;
}

.categoryBox img, .incentiveBox img{
	width:100%;
	height:100%;
}

 .categoryBox_noMarginLeft, .incentiveBox_noMarginLeft{
	margin-left:0px!important;
 }

/* Aussteller Bereich Ende*/

/* Aussteller Detail Bereich Start*/
.categoryDetailBox{
	margin:35px auto auto auto;
	width:80%;
	height:100px;
	
	background: rgba(255, 255, 255, 0.35);	
		
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);		
}

.categoryDetailImage{
	float:left;
	height: 100%;
	width:100px;
}

.categoryDetailText{
    color: #000;
    float: right;
    font-family: arial;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 20px;
}
/* Aussteller Detail Bereich Ende*/


/* Merklist / Warenkorb Bereich Start */

.totalCharges,
.totalPrice {
	width: 100%;
} 
.totalPrice,
.totalPowerChips {
	font-weight: bold;
	font-size: 14px;	
}

.powerChipsBox > .description {
	width: 66%;
}
.totalPowerChips {
	width: 33%;
	/* color: #00d8ed; */
}
.totalPowerChips > .value,
.incentivePoints_value,
.incentivePoints_title {
	text-indent: 5px;
	display: inline-block;
}
.totalPowerChips > .value,
.incentivePoints_value {
	background-image: url("../img/incentive_punkte.png");
	background-repeat: no-repeat;
	background-position: 0;
}
.totalPowerChips > .value {
	line-height: 18px;
	padding-left: 18px;
	background-size: 18px;
}
.incentivePoints_value {
	line-height: 9px;
	padding-left: 9px;
	background-size: 9px;
}

.saveBasketListContainer{
	min-height:0px!important;
}

.saveBasketListContainer .content{
	padding:0!important;
}

.productDeleteIcon, .saveBasketList .productImageList, .productPlusIcon{
	height:40px;
	overflow:hidden;
	margin-top:4px;
}

.productPrice {
	font-weight: bold;
}
.productPrice,
.basketQuantity {
	font-size: 13px;
	float: right;
	position: relative;
	right: 10px;
	top: 12px;
}


/* Merklist Bereich Ende */

/* Produkt Detail Bereich Start*/
.productDetailBox{
	clear: both;
	margin: 10px auto 0!important;
}

.productDetailBox .header h2{
	width:80%;
	float:left;
	line-height:25px!important;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;		
}	

.headerIcon{
	height:30px;
	width:30px;
	float:right;
	margin-right: 6px;
	margin-top: 6px;		
	cursor:pointer;	
}	

.productDetailBox .headerPlusIcon{
	background:url('../img/mehr_header.png');
}

.productDetailBox .headerMinusIcon{
	background:url('../img/weniger_header.png');
}	

.productDescription{
	display:none;
}

.productPriceBox, .saveProductBox, .catalogBox, .videoCenterBox{
	width:80%;
	height: 80px;
	margin: 10px auto auto;
	position:relative;
	
	background: rgba(255, 255, 255, 0.35);	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);		
}

.saveProductBox .navSave{
	position:relative;
	top:12px;		
	margin-left:10px!important;
	float:left;
}

.productPriceBox .price{
	color: #444;
	float: left;
	font-size: 20px;
	font-weight: bold;
	left: 15px;
	position: absolute;
	top: 25%;
}

.productPriceBox .priceText{
	bottom: 10px;
	color: #444;
	font-size: 10px;
	left: 15px;
	position: absolute;
	min-width: 130px;
}

.saveText{
	color: #444;
	font-size: 10px;
	float:left;
	margin-top: 25px;
}

.footerListContainer{
	display:none; 
}

#footerList{
	margin:0;
	padding:0;
	height:50px;
	list-style:none;
	border-top:1px solid black;
	
	background-color:#3b3833;
}

#footerList li{
	width:32.5%;
	float:left;
	height:40px;
	margin-top:5px;
	text-align: center;
	border-right:1px solid #211d1d;
	border-left:1px solid #4d4d4d;
}

#footerList li:first-child{
	border-left:none!important;
}

#footerList li:last-child{
	border-right:none!important;
}
/* Produkt Detail Bereich Ende*/

/*NavBar Start*/
.navBarContainer{
	width: 100px;
	left: -100px;
	
	font-family: arial;
	font-size: 12px;
	color: #fff;
	text-shadow: -1px 1px 0 rgba(0,0,0,0.45);	
	display: block;
	
	padding-top: 30px;
	top: 0;
	bottom: 0;
	position: fixed;
	overflow-y: auto;
		
	background: rgba(255, 255, 255, 0.35);			
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);

	z-index: 1;
}

.navBarContainer ul li a{
	font-family:arial;
	font-size:12px;
	color:#fff!important;
	text-shadow: -1px 1px 0 rgba(0,0,0,0.45);	
	text-decoration:none;
}

.navBarContainer ul li.active{
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.25), 0px -5px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.25), 0px -5px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.25), 0px -5px 5px rgba(0,0,0,0.25);
}

.navBarContainer ul{
    list-style: none outside none;
    margin: 0;
    padding: 0;		
}


.navBarContainer ul li{
	border-top: 1px solid rgba(255,255,255,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	height:75px;
	cursor:pointer;
}

.navBarContainer ul li:first-child{
	height:45px;
}

.navBarContainer ul li div.navIcon, .saveProductBox .navIcon{
	width:55px;
	height:55px;
	background: url('../img/nav_sprite.png');
	margin-left: 20px;	
}

.navBarContainer ul li div.navScan{background-position:0 0;}
.navBarContainer ul li div.navBasket{background-position: 0 -55px;}
.navBarContainer ul li div.navSave, .saveProductBox .navSave{background-position:0 -110px ;}
.navBarContainer ul li div.navSeller{background-position:0 -220px ;}
.navBarContainer ul li div.navProducts{background-position:0 -275px ;}
.navBarContainer ul li div.navIncentives{background-position:0 -385px ;}
.navBarContainer ul li div.navInfo{background-position:0 -495px ;}
.navBarContainer ul li div.navHelp{background-position:0 -440px ;}
.navBarContainer ul li div.navLogout{background-position:0 -550px ;}

.navText{
	text-align:center;
}

.menue_icon{
	position: fixed;
	cursor: pointer;
	display: none;
	z-index: 3;
}

/*NavBar Ende*/

.video-js { 
	width: 100%;
}

.videoIcon{
	width:77px;
	height:46px;
	background:url('../img/video.png');
	float:left;
	margin:17px 0 0 10px;
}

.catalogIcon{
	width:71px;
	height:60px;
	background:url('../img/catalog.png');
	float:left;
	margin:11px 0 0 10px;
}

.vcBox{
    color: #444;
    font-family: arial;
    font-size: 12px;	
}

.vcBox a{
	color:#fff !important;
	text-decoration:none;
}

.hidden{
	display:none;
}

.messeInfoNavList li .linkContainer a .productText {
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;	
}

/*
.video-js { height: 100%; width: 100%; left: 0; top: 0; overflow: hidden; position: absolute; }
.video-js > video { min-height: 100%; min-width: 100%; height: auto !important; width: auto !important; position: absolute; left: 0; top: 0; }
*/

.videoAdIcon {
  margin: 4px 0 0 10px;
}

.backBtn{
	margin-top:15px;
	
	background: #32679d; /* Old browsers */
	background: -moz-linear-gradient(top,  #32679d 0%, #193450 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32679d), color-stop(100%,#193450)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #32679d 0%,#193450 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #32679d 0%,#193450 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #32679d 0%,#193450 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #32679d 0%,#193450 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32679d', endColorstr='#193450',GradientType=0 ); /* IE6-9 */
	
	border:none;
	color: #fff;
	cursor:pointer;	
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.35);
	
	width:80%;
	margin-top:5px;
	margin-bottom:5px;				
	height:35px;
	padding:0;
	
	-webkit-box-shadow: -2px -2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:    -2px -2px 10px rgba(0,0,0,0.5);
	box-shadow:         -2px -2px 10px rgba(0,0,0,0.5);	

	text-align:center;
	line-height:32px;
	margin:auto;
}

@media only screen and (max-width: 1025px){
	.category-wrapper{
		position: relative;
		min-width: 100%;
		max-width: 100%;
		border: 2px solid rgba(0, 0, 0, 1);
		background-color: rgba(255, 255, 255, .8);
		border-radius: 10px;
		margin: 1em 4% 1em 4%;
		padding-bottom: 1em;
		float: left !important;
	}
}

@media only screen and (min-width: 800px){
	#indexPage .desktopWrapper{
		display:block;
		width:80%;
		margin: auto;
		height:200px;
		position:relative;
	}
	
	#indexPage .welcomeBox,#indexPage .vcBox{
		width:49%!important;
		margin: 0;
	}	
	
	#indexPage .welcomeBox .header h2 {
		margin-top:0;
	}
	
	#indexPage .welcomeBox{
		float:left;
		height:100%;
	}	
	
	#indexPage .vcBox{
		float:right;
		height:49%!important;
	}
	
	#indexPage .videoCenterBox{
		position:absolute;
		bottom:0;
		right:0;
	}	

	#indexPage .bestSellerBox{
		clear:both;
	}
	
	#indexPage .vcBox .btn{
		bottom:-45px;
	}	
	
	/*.navBarContainer{
		left:0!important;
	}
	
	.menue_icon{
		display:none!important;
	}*/
	
	
	#catalogPage .defaultBox, .gridView {
		margin-top:20px;
	}
	
	#catalogPage .gridBox{
		margin:10px;
	}
	
	#productPage .desktopWrapper{
		display:block;
		width:80%;
		margin: auto;
		position:relative;
	}
	
	#productPage .productDetailBox{
		float:left;
		width:49%!important;
		margin: 0;		
	}
	
	#productPage .productPriceBox, #productPage .saveProductBox{
		float:right;
		width:49%!important;
		display:block;
	}
	
}

@media only screen and (max-width: 767px){
	.category-wrapper{
		position: relative;
		min-width: 100%;
		max-width: 100%;
		border: 2px solid rgba(0, 0, 0, 1);
		background-color: rgba(255, 255, 255, .8);
		border-radius: 10px;
		margin: 0px 2% 1em 6%;
		padding-bottom: 1em;
		float: left !important;
	}

	.category-img {
		position: relative;
		min-width: 60%;
		max-width: 60%;
		display: block;
		margin: .5em auto;
		vertical-align: top !important;
		text-align: center;
	}
	.category-txt {
		position: relative;
		min-width: 100%;
		max-width: 100%;
		display: block;
		padding: .5em;
	}
}