/* COLORS
 		WET ASPHALT (Dunkelblau)	#34495e
			ACTIVE:					#283849	
		LYNCH (dunkel blau/grau)	#6C7A89
		(in tabs)
		Carrot (Dunkel, Buttons)	#e67e22
			HOVER					#e88f40
		Hellgrau (Body)				#f6f6f6
		Grau (Button)				#95a5a6
			HOVER					#9fabac
		CLOUD (Grau/Weiss)			#ecf0f1;
 */
 
/************************************
 * Mobile 2 column layout (< 1024px)
 ************************************/
 
/* Window size indicator */
#windowsize-small {
	display:block;
}
/* Show responsible only elements */
.resp_show{
	display:block;
}
/* Hide unnecessary elements in responsible design */
.resp_hide{
	display:none;
}

/* Jetmenu */
.jetmenu .open,
.jetmenu .closed {
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 98% center;
}
.jetmenu .open {
	background-image: url("img/icon_arrow_active.png");
	background-image: url(img/icon_arrow_active_ie.png)\9;
}
.jetmenu .closed {
	background-image: url("img/icon_arrow_inactive.png");
	background-image: url(img/icon_arrow_inactive_ie.png)\9;
}
.jetmenu > li > a{
	font-size: 17px;
}

/* Topnavi */
#topnavi_wrap {
	height: 45px;
	line-height: 45px;
	background-color:#626262;
}
#topnavi .topnavi_open {
	height:45px;
	width:45px;
	background: url("img/icon_panel.png") no-repeat center center;
	float:left;
	cursor:pointer;
}
#topmenu {
	padding:0px;
	float:none;
	margin:0px;
	position:absolute;
	top:45px;
	left:0px;
	width: 45%;
	background-color:#626262;
	font-size: 16px;
	z-index: 99999;
}
#topmenu li {
	float:none;
	text-align:left;
	border: none;
	background: none;
	padding-left:0px;
}
#topmenu li:first-child {
	/* border-top: 1px solid #34495e; */
}
#topmenu li.right {
	float:none;
}
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #eeeeee;	
}

#topmenu a:hover{
	color: #000;
}

#topmenu a:active {
	background-color: #626262;
}

#topmenu .langswitch {
}
#topmenu .langswitchresp_wrap .langswitch_options {
	display:none;
}
#topmenu .langswitchresp_wrap .langswitch_options a {
	font-size:14px;
	padding-left:15px;
	line-height:30px;
}
#topmenu .langswitchresp_wrap .langswitch_icon,
#topmenu .langswitchresp_wrap .langswitch_icon_active {
	background: url("img/icon_arrow_inactive.png") no-repeat center center;
	background-size: 16px 16px;
	height:45px;
	width:45px;
	float:right;
}
#topmenu .langswitchresp_wrap .langswitch_icon_active {
	background: url("img/icon_arrow_active.png") no-repeat center center;
	background-size: 16px 16px;
}

#mainmenu {
	margin-top: 15px;
}
#mainmenu_navi {
	overflow:hidden;
}

#header {
	display: inline-block;
	width:100%;
}
#logo {
	text-align: center;
	margin: 0;
	float:none;
}

/* FOOTER */
.footer-block {
	width:100%;
	padding:0px;
}
.footer-block .footer-block-head {
	display:block;
	cursor:pointer;
	padding:0 0 0 10px;
	border-bottom:1px solid #283849;
	background: url("img/icon_arrow_inactive.png") no-repeat 98% center;
	background-size:16px 16px;
}
.footer-block .footer-block-head:active {
	background-color:#283849;
}
.footer-block .footer-block-head-active {
	background: url("img/icon_arrow_active.png") no-repeat 98% center;
	background-size:16px 16px;
}
.footer1 li {
	line-height:40px;
}
.footer-block .footer-block-body li a {
	line-height:30px;
	padding-left:15px;
	display:block;
	border-bottom:1px solid #283849;
}
.footer-block .footer-block-body li:active {
	background-color:#283849;
}
.footer-block .footer-block-body li a:hover {
	text-decoration:none;
}
.footer2 {
	padding: 15px 10px 10px 10px;
}

/* WRAPPER */
#wrap {
	min-width: initial;
}
/* CONTENT WRAP */
#content_wrap {
	overflow-x: hidden;
}
#contentarea_wrap {
	margin-top: 0;
}

/* CONTENTAREA MAIN */
#contentarea_main {
	float: left;
	min-height: initial;
	width: 100%;
	margin-top: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;    
}

/* LEFT SIDEBAR */
#sidebar-left  {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	margin-bottom: 0;
}
#sidebar-left .boxbody-left {
	padding-bottom: 0;
}

#productfilter .content {
	padding: 10px 10px 0 10px;
}

.boxinfo-left.closed,
.boxinfo-left.opened {
	background-position: 98% center;
	background-size: 16px;
}

/* CATEGORY MENU */

/* 1st TIER */
ul.categorymenu li.level1 a {
	padding:12px 0px 12px 10px;
}
/* 2nd TIER */ 
ul.categorymenu li.level2 a {
	padding:12px 0px 12px 28px;
}
/* 3rd TIER */
ul.categorymenu li.level3 a {
	padding:12px 0px 12px 44px;
}
/* 4th TIER */
ul.categorymenu li.level4 a {
	padding: 12px 0px 12px 50px;
}

ul.categorymenu li.inactive,
ul.categorymenu li.active {
	background-size: 16px 16px;
	background-position: 98% center;
}

/* Productrel */
#productrel .opened,
#productrel .closed {
	background-size: 16px 16px;
}

/* Productnavigator, Basketnavigator */
.productnavigator input,
.productnavigator select,
.basketnavigator input,
.basketnavigator select {
	margin-bottom: 5px;
	height:25px;
}


/* RESPONSIVE TABSTRIPS */
.resptab {
	display:block;
	margin-top:5px;
	background-color:#34495e;
}
.resptab.opened,
.resptab.closed {
	background-color:#34495e;
	padding-left:25px;
}
.resptab.opened {
	background: #626262 url("img/icon_arrow_active.png") no-repeat 10px center;
	background-size:16px 16px;
}
.resptab.closed {
	background: #626262 url("img/icon_arrow_inactive.png") no-repeat 10px center;
	background-size:16px 16px;
}
.tab a:hover {
	background:none;
}

#catitemlist #productlisting ul li {
	width:49%;
}

/* Productfilterafter (Refine) */
#productfilterafter #catsearchfilter div.expand.opened,
#productfilterafter #catsearchfilter div.expand.closed {
	background-position: 98%;
	background-size: 16px 16px;
}


/********************************************************************************************
 * Mobile 1 column layout (< 768px)
 ********************************************************************************************/
@media screen and (max-width: 767px) {

/* Show responsible only elements */
.respxs_show{
	display:block;
}
/* Hide unnecessary elements in responsible design */
.respxs_hide{
	display:none;
}
/* Set table td's to display block and width 100% */
.resp_tblock {
	width:100%;
}
.resp_tblock > tbody > tr > td {
	display: block;
	width: 100%;
}
.resp_tblock > tbody > tr > td input,
.resp_tblock > tbody > tr > td select,
.resp_tblock > tbody > tr > td textarea {
	width: 100%;
	box-sizing: border-box;
}
.resp_tblock > tbody > tr > td input[type=radio],
.resp_tblock > tbody > tr > td input[type=checkbox] {
	width: initial;
}

/* Image/Icon Size */
.i_size {
	height: 30px;
}

/* Input/Select/Text fields */
input, select, textarea {
	font-size:14px;
	height:35px;
}
select {
	padding-top: 4px;
}
textarea {
	height: initial;
}

/* Buttons */
.vbuttrow div.vbutton {
	margin-right: 0px !important;
}
.vbuttrow div.vbutton input {
	width: 100%;
	margin: 3px 0 3px 0 !important;
}

/* Basket */
#basbody1 .remark textarea {
	width: 100%;
}

/* Basketheader */
.basketheadero1,
.basketheadero2,
.basketheadero3 {
	width: 100%;
}
#nbabody .highlightbox .basketheadero1 input,
#nbabody .highlightbox .basketheadero2 input,
#nbabody .highlightbox .basketheadero3 input,
#nbabody .highlightbox .basketheadero1 select,
#nbabody .highlightbox .basketheadero2 select,
#nbabody .highlightbox .basketheadero3 select,
#nbabody .highlightbox .basketheadero1 textarea
#nbabody .highlightbox .basketheadero2 textarea
#nbabody .highlightbox .basketheadero3 textarea {
	box-sizing: border-box;
	width: 100%;
}
#nbabody .highlightbox .basketheadero1 input[type=radio],
#nbabody .highlightbox .basketheadero2 input[type=radio],
#nbabody .highlightbox .basketheadero3 input[type=radio],
#nbabody .highlightbox .basketheadero1 input[type=checkbox],
#nbabody .highlightbox .basketheadero2 input[type=checkbox],
#nbabody .highlightbox .basketheadero3 input[type=checkbox] {
	width: initial;
}

/* SEARCHBOX */
#mainmenu_search {
float:none;
margin: 0 10px 0 10px;
}
#mainmenu_search form {
	height: 35px;
}
#mainmenu_search div.catalog {
	width: 100%;
	margin-bottom: 5px;
}
#mainmenu_search div.catalog select {
	width: 100%;
}
#mainmenu_search .search {
	width: 100%;
	margin-bottom: 10px;
}
#mainmenu_search div.search input.searchfield {
	box-sizing: border-box;
	width: 87%;
	height: 100%;
	border-left: 1px solid #ccc;
}
#mainmenu_search div.search input.b_search {
	box-sizing: border-box;
	width: 13%;
}
#suggestions {
	top:74px;
	width:100%;
}

/* BASKET ICON IN TOPMENU */
#mainmenu_basket {
	position:absolute;
	top:0;
	right: 0;
	margin:5px 5px 0 0;
}
#bascontheader {
	padding-left:40px;
}
#bascontheader:hover {
	background-color:#34495e;
}
#bascontitems {
}

/* Orderdetails */
table.orderdetails tr td div.expandtr {
	background-size: 25px 25px;
}
table.orderdetails tr td div.expandtr.opened {
	background-size: 25px 25px;
}

/* PRODUCT LISTING GRID */
#catextra #productlisting ul li,
#catitemlist #productlisting ul li {
	width: 100%;
	max-width: none;
	min-width: none;
	margin: 0 0 5px 0;
}

/* PRODUCT COMPARISION */
#product_comp_wrap .product_comp_table table tr:last-child img {
	height: 25px;
}

/* Catconfig */
table.catconfig,
table.catconfig table {
	width: 100%;
}

/* JQUERY UI Wdiget font size */
.ui-widget {
	font-size: 14px;
}

.orderheaderblock {
	float:none;
	margin-right:0px;
}
.text_h textarea {
	width:100%;
}

/* Promo productlisting */
.jcarousel_promo {
	height: 220px;
}
.productlisting_promo_details h2 {
	font-size: 22px;
}
.productlisting_promo_price {
	padding-top: 0;
	width: 100%;
}
.productlisting_promo_price .price1 {
	display: inline-block;
	font-size: 14px;
}
.productlisting_promo_price .taxandshippinginfo {
	display: inline-block;
}
.productlisting_promo_button .vbutton,
.productlisting_promo_button .vbutton input {
	height: 40px;
}

/* Productlistview */

#productlistfilter .content ul {
	padding: 0;
}


#productlistview .productlistview_basket {
	/* margin-right: 30px; */
	width: 100%;
	margin-bottom: 10px;
}
#productlistview .productlistview_attr {
	margin-left:0px;
	width: 100%;
}

#productlistview .productlistview_attr table{
	width:100%;
	margin-bottom:25px;
}

#productlistview .productlistview_bild {
	margin-bottom:10px;
	margin-right:0;
	width:100%;
}

#productlistview .productlistview_info{
	width: 100%;
}

/* Discount table */
.volumediscount table.tabledetails {
	width: 100%;
}

/* Checkout navigation */
#checkoutnavigation li {
	float:none;
	width:100%;
	text-indent:15px;
	border-bottom:1px solid #fff;
}
#checkoutnavigation li:after,
#checkoutnavigation li:before,
#checkoutnavigation li a:after {
	border:0;
}
	
}

/* Detail */
#productinfoimages {
	width:100%;
	float:none;
	margin-right:0;
}

#productinfopricewithimages .basket{
	float: none;
	margin-right:0;
	margin-bottom: 15px;
	width:100%;
}

#productinfopricewithimages .mainattributes{
	float: none;
	margin:0;
	width: 100%;
}

/********************************************************************************************
 * Mobile 1 column layout (< 479px)
 ********************************************************************************************/
@media screen and (max-width: 479px) {

.jcarousel_promo {
	height: 380px;
}
.productlisting_promo_bild {
	width: 100%;
	height: 180px;
	padding-right: 0;
	text-align: center;
}
.productlisting_promo_details {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.productlisting_promo_details h2 {
	font-size: 18px;
}
.productlisting_promo_button .vbutton,
.productlisting_promo_button .vbutton input {
	height: 35px;
	font-size: 14px;
	width: 120px;
}

}

/* Optimizations for small screens */
div#productlisting a {
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	float: left;
}

#productnavi {
	text-align: center;
}

#productnavi li.left, #productnavi li.left2 {
	margin-left: calc(50% - 126px);
	padding-left: 0;
	text-align: center;
}

#contentarea_wrap {
	margin-bottom: 6px !important;
}

#product_comp_wrap .product_comp_table th {
	background: #626262;
}

#catbody0 h1.twolines {
  padding-left: 95px !important;
}

.container {
	flex: none;
	width: 100%;
}

.extra_bild img {
  display: block;
  height: auto;
  width: 100%;
}