/* Customer buy History*/
.customerItemarea {
	margin-top: 10px;
	background-color: var(--main-color);
	clear: both; float: left; display: block; position: relative;	
	width: 100%;
	/*padding-left: 100px;*/
	/*padding-right: 100px;*/
	font-family: var(--main-font-family); font-size:var(--main-font-size);
	 border-color:black;
	border-style: solid;
	border-width: thin;
	 
}
.customerItemarea h2 {
	margin-top: 10px;
	padding-left: 10px;
	color: white ;
	/*font-family: var(--main-font-family); */

}
.customerItem_slider {
	margin-left: 80px;
	
	
	width: 80%;
	clear: both; float: left; display: block; position: relative;
	
}

.customerItemContainer                  { background-color: white; float: left; margin-bottom: var(--zubehoer-container-margin-b); width:var(--zubehoer-container-width); height: var(--zubehoer-container-height);  display: block; border:1px solid var(--main-grey); margin-left: 0px; margin-right:var(--zubehoer-container-margin-r); cursor: pointer;} 

.customerItemPic                       {  border:0px solid black; height: var(--zubehoer-pic-h); margin-top: 10px; width : 100%; background-repeat: no-repeat; background-position: center center; background-size: auto var(--zubehoer-pic-h);   }                    

.customerItemName                       { border:0px solid black; height:var(--zubehoer-box_maintxt-h); font-size:var(--zubehoer-box-font-size); font-weight: bold; color: var(--zubehoer-box-font-color);line-height: 1.2em; display: flex; align-items: center; justify-content: center; text-align: center;}                    

.customerItemProperties              { border:0px solid black; height:30px; font-size:var(--zubehoer-box-text2-font-size); font-weight: normal; color: var(--zubehoer-prop-font-color); line-height: 1.2em; display: flex; align-items: center; justify-content: center; text-align: center;}                    

.customerItemPrice                      { border:0px solid black; height:20px; font-size:var(--zubehoer-price-font-size); font-weight: bold; color: var(--main-color); display: flex; align-items: center; justify-content: center; text-align: center;}                    


.slider.customerItem_slider .customerItemContainer { width: var(--zubehoer-container-width) !important; margin-right: 44px !important; margin-left: 0px !important;}



/* additional Items*/
.zubeharea {
	margin-top: 10px;
	background-color: var(--main-color);
	clear: both; float: left; display: block; position: relative;	
	width: 100%;
	/*padding-left: 100px;*/
	/*padding-right: 100px;*/
	font-family: var(--main-font-family); font-size:var(--main-font-size);
	 border-color:black;
	border-style: solid;
	border-width: thin;
	 
}
.zubeharea h2 {
	margin-top: 10px;
	padding-left: 10px;
	color: white ;
	/*font-family: var(--main-font-family); */

}
.zubehoer_slider {
	margin-left: 80px;
	
	
	width: 80%;
	clear: both; float: left; display: block; position: relative;
	
}

.zubehoercontainer                  { background-color: white; float: left; margin-bottom: var(--zubehoer-container-margin-b); width:var(--zubehoer-container-width); height: var(--zubehoer-container-height);  display: block; border:1px solid var(--main-grey); margin-left: 0px; margin-right:var(--zubehoer-container-margin-r); cursor: pointer;} 

.zubehoerbild                       {  border:0px solid black; height: var(--zubehoer-pic-h); margin-top: 10px; margin-bottom: 7px; width : 100%; background-repeat: no-repeat; background-position: center center; background-size: auto var(--zubehoer-pic-h);   }                    

.zubehoername                       { border:0px solid black; height:var(--zubehoer-box_maintxt-h); font-size:var(--zubehoer-box-font-size); font-weight: bold; color: var(--zubehoer-box-font-color);line-height: 1.2em; display: flex; align-items: center; justify-content: center; text-align: center;}                    

.zubehoereigenschaften              { border:0px solid black; height:30px; font-size:var(--zubehoer-box-text2-font-size); font-weight: normal; color: var(--zubehoer-prop-font-color); line-height: 1.2em; display: flex; align-items: center; justify-content: center; text-align: center;}                    

.zubehoerpreis                      { border:0px solid black; height:20px; font-size:var(--zubehoer-price-font-size); font-weight: bold; color: var(--main-color); display: flex; align-items: center; justify-content: center; text-align: center;}                    


.slider.zubehoer_slider .zubehoercontainer { width: var(--zubehoer-container-width) !important; margin-right: 44px !important; margin-left: 0px !important;}