#wrapper{
	max-width:1000px;
	margin:0px auto !important;
}

#header{
	width:100% !important;
	margin:0px auto;
    background-color:transparent !important;
}

#header #header_container{
	max-width:1000px;
	margin:0px auto !important;
    width:100% !important;
    background-color:#ffffff;
    /*box-shadow:0px 3px 5px rgba(0,0,0,0.25);*/
    padding-bottom:10px;
	margin-bottom:20px;
}

#header .top_header{
	background:url(images/top_header.png) no-repeat bottom right;
	margin-bottom:5px;
}

#header #logo{
	float:left;
	margin:5px 0px 5px;
}

#header #logo img{
    height: auto !IMPORTANT;
    width: 100% !IMPORTANT;
}

#header .top_navi{
	float:left;
	padding:0px;
	list-style:none;
	font-size:14px;
	height:20px;
    width:100%
}

#header .top_navi li{
	float:left;
	margin-left:30px;
	position:relative;
    padding-left: 15px;
}

#header .top_navi li a:hover{
	text-decoration:underline;
}

#header .top_navi li:first-of-type{
	margin-left:0px;
}


#header .top_navi .top_navi_popup{
	position:absolute;
	background:#fafafa;
	padding:7px 10px;
	border:1px solid #CFD8DC;
	border-bottom:2px solid #CFD8DC;
}

#header .top_navi .top_navi_popup a{
	display:block;
	padding:3px 0px;
	border-bottom:1px solid #CFD8DC;
}

#header .top_navi .top_navi_popup a:last-of-type{
	border:none;
}

#header .icon_top_navi{
	margin-left:45px;
	float:left;
	font-size:14px;
	color:#333333;
	line-height:12px;
	margin-top:20px;
}

#header .icon_top_navi span{
	font-size:12px;
	color:#666666;
}

#header .icon_top_navi img{
	float:left;
	margin-right:10px;
}

#header .bottom_navi_container{
	float:left;
	font-size:15.5px;
	line-height:15px;
	font-weight:600;
	padding-left:11px;
	position:relative;
	
}

#header .bottom_navi_container .top_sortiment_toggle > span{
	font-size:12px;
	font-weight:300;
}

#header .bottom_navi_container .top_sortiment_toggle{
	background:url(images/top_sortiment_toggle.png) no-repeat bottom right;
	padding-right:33px;
	display:inline-block;
	padding-bottom:5px;
}


#header .bottom_navi_container:hover{
	background:url(images/top_sortiment_toggle_hover.png) no-repeat bottom right #454545;
	border-color:#454545;
	color:#ffffff;
	border-radius:3px;
}

#header .bottom_navi_container:hover > .top_sortiment_toggle{
	background:none;
	color:#ffffff;
}

#header .wk_container .top_sortiment_toggle{
	background:url(images/top_wk.png) no-repeat bottom right;
	padding-right:55px;
}

#header .wk_container:hover{
	background:url(images/top_wk_hover.png) no-repeat bottom right #454545;
}

.header-special{
    width: 100%;
}

.header-content{
    max-width:1000px;
    margin:0 auto;
}

.wk_container{
    border-right:1px solid #bfbfbf;
}

#header .user_container .top_sortiment_toggle{
	background:url(images/top_user.png) no-repeat bottom right;
	padding-right:55px;
}

#header .user_container:hover{
	background:url(images/top_user_hover.png) no-repeat bottom right #454545;
}

#header #suche label{
	font-size:14px;
	font-weight:600;
	background:url(images/suche_select.png) repeat-x;
	height:39px;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	border:1px solid #bdbdbd;
	border-bottom-color:#999999;
	box-shadow:0px 1px 0px rgba(255,255,255,1) inset;
	padding:10px;
}

#header #suche #txtSearch{
	width:auto;
    max-width:472px;
    min-width:360px;
	height:39px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:9px 11px;
	background:#fafafa;
	box-shadow:3px 3px 6px rgba(0,0,0,0.1) inset;
	font-size:18px;
	color:#888888;
	font-style:italic;
	font-weight:300;
	font-family: 'Source Sans Pro', sans-serif;
	float:left;
	border-radius:0px;
	border-right:none;
}

#template_cat_search_list {
	width: 130px;
	height:39px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:9px 11px;
	background:#fafafa;
	box-shadow:3px 3px 6px rgba(0,0,0,0.1) inset;
	color:#888888;
	font-style:italic;
	font-weight:300;
	font-family: 'Source Sans Pro', sans-serif;
	float:left;
	border-radius:0px;
	border-right:none;
}

#header #suche input[type=submit]{
	width:42px;
	height:39px;
	background:url(images/suche_button.png) no-repeat #454545;
	box-shadow:0px 1px 0px rgba(255,255,255,0.3) inset;
	border:1px solid rgba(0,0,0,0.3);
	text-indent:-9999px;
	border-radius:0px 3px 3px 0px;
	margin-right:16px;
}

#header #suche .ajax_search_results{
	top:40px;
	left:55px;
}

#header .bottom_navi_container .top_sortiment_cont{
	position:absolute;
	background:#ffffff;
	padding:10px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.3), -3px 3px 3px rgba(0,0,0,0.3);
	top:35px;
	left:0px;
	font-size:14px;
	font-weight:400;
	border-top:3px solid #454545;
}

#header .bottom_navi_container .top_sortiment_cont ul{
	margin:0px;
	padding:0px;
	list-style:none;
	position:relative;
}

#header .bottom_navi_container .top_sortiment_cont ul li{
	padding:5px;
	border-bottom:1px solid #dddddd;
}

#header .bottom_navi_container .top_sortiment_cont ul li.active > a{
	font-weight:bold;
	color:#999999;
}

#header .bottom_navi_container .top_sortiment_cont ul li:last-of-type{
	border-bottom:0px;
}

#header .bottom_navi_container .top_sortiment_cont .sortiment_2wg{
	position:absolute;
	background:#ffffff;
	left:188px;
	top:-11px;
	display:none;
	width:250px;
	padding:10px;
	border:1px solid #dddddd;
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	min-height:351px;
}

#header .bottom_navi_container .top_sortiment_cont ul li .sortiment_2wg li {
    border: medium none;
    color: #666666;
    font-weight: 300;
	font-size:15px;
	line-height:135%;
}

#header .bottom_navi_container .top_sortiment_cont ul li .sortiment_2head {
    background: none repeat scroll 0 0 #eeeeee;
    color: #999999;
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
	margin-bottom:5px;
}

#header .bottom_navi_container .wk_indikator{
	background:#999999;
	width:15px;
	height:15px;
	position:absolute;
	right:12px;
	bottom:0px;
	border-radius:100px;
	color:#ffffff;
	font-size:11px;
	text-align:center;
}

#header .bottom_navi_container .warenkorb_cont_div table{
	width:100%;	
}

#header .bottom_navi_container .warenkorb_cont_div tr:hover{
	background:#fafafa;
}

#header .bottom_navi_container .warenkorb_cont_div td{
	padding:15px 10px;
	border-bottom:1px solid #dddddd;
}

#header .bottom_navi_container .warenkorb_cont_div tr:last-child td{
	border-bottom:none;
}

#header .bottom_navi_container .warenkorb_cont_div .warenkorb_name{
	width:120px;
	font-weight:bold;
}

#header .bottom_navi_container .warenkorb_cont_div .warenkorb_preis{
	text-align:right;
	color:#aa0000;
	font-style:italic;
	white-space:nowrap;
}

.template_wgprev_heading_preview_picture{
    max-height:25px;
    max-width:25px;
    margin-bottom: -7px;
}

a:hover, .reg_link{
	color:#666666;
}

.sidebar_box img{
	max-width:100%;
}

.sidebar_box .small{
	margin:0px;
}

.sortiment ul{
	margin:0px;
	padding:0px;
}

.sortiment li{
	list-style:none;
}

.sortiment li.active > a{
	font-weight:bold;
}

.sortiment li.second{
	padding-left:10px;
}

.sortiment li.second a{
	border-bottom:1px solid #cccccc;
	padding:5px 0px;
	display:block;
}


.hide_left{
	 width:72%;
}

.hide_right{
	 width:72%;
}

.hide_both{
	width:100% !important;
}

#column_center{
	 width:72%;
	 padding:10px;
	 background:#ffffff;
	 float:left;
	 box-sizing:border-box;
}

.column_left{
	 width:28%;
	 float:left;
	 box-sizing:border-box;
}

.column_left .sidebar_container{
	width:100%;
	padding:15px;
	background:#fafafa;
	border:1px solid #dbdbdb;
	margin-bottom:15px;
	clear:both;
	box-sizing:border-box;
}

.column_left .contentbox_container .sidebar_contentbox{
     padding: 15px;
}

.column_right{
	 width:28%;
	 padding:15px 15px 15px 24px;
	 background:url(../../images/artikel_trenner_right_large.png) no-repeat left 15px #ffffff;
	 background-size:contain;
	 float:left;
	 box-sizing:border-box;
}


.column_right h4, .column_left h4{
	font-size:24px;
	color:#999999;
	font-weight:300;
	margin:35px 0px 15px;
	border-bottom:1px solid #cccccc;
	font-family: 'Source Sans Pro', sans-serif;
	background:none;
	letter-spacing:auto;
}

.column_left h4{
	 margin:0px 0px 15px;
}

.column_right h4:first-of-type{
	 margin-top:0px;
}

.column_right .sidebar_container:first-of-type .sidebar_box{
	 padding-top:0px !important;
}

.column_right .sidebar_container:nth-child(2) h4{
	margin-top:44px;
}



.reg_link{
	font-weight:bold;
}

.column_left .sidebar_container > ul{
	margin:0px;
	list-style:none;
	padding:10px;
}

.column_left .sidebar_container > ul > li > a{
	font-size:14px;
	color:#999999;
	font-weight:600;
	display:block;
	padding:5px 0px;
}

.column_left .sidebar_container > ul.expandList img{
	max-width:20px;
	max-height:20px;
	vertical-align:bottom;
	margin-right:5px;
}

.column_left .sidebar_container li.second{
	font-size:14px;
	list-style:none;
}

.footer_large{
	border-top:1px solid #dddddd;
	padding:10px;
	float:left;
	max-width:980px;
}

.footer_large p{
	color:#666666;
	line-height:150%;
	font-size:15px;
	margin:0px;
}

.footer_large .footer_large_head{
	font-size:30px;
	display:block;
	margin-bottom:10px;
}

.template_footer{
    width:100%;
	max-width:1000px;
	margin:20px auto !important;
	background:#999999;
	padding:30px 0px 40px;
	clear:both;
	font-family: 'Source Sans Pro', sans-serif;
	display:table;
}

.template_footer .template_footer_row{
	display:table-row;
    width: 100% !important;
}

.template_footer ul{
	display:table-cell;
	padding:0% 2%;
	color:#ffffff;
	font-weight:300;
	font-size:14px;
	list-style:none;
	width:25%;
}

.template_footer ul .template_footer_head{
	font-size:24px;
	display:block;
	margin-bottom:15px;
}

.template_footer ul a{
	color:#ffffff;
}
.footer-content{
    max-width:1000px;
    margin:0 auto;
}

.demo_art_list ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.demo_art_list ul li{
	padding:10px 0px 10px 5px;
	border-bottom:1px solid #dddddd;
}

.demo_art_list ul li .demo_art_list_img{
	float:left;
	width:40px;
	height:40px;
	background:#cccccc;
	margin-right:10px;
	position:relative;
	top:4px;
}

.demo_art_list ul li .demo_art_list_name{
	height:40px;
	font-size:14px;
	font-weight:600;
}

.demo_art_list ul li .demo_art_list_price{
	color:#aa0000;
	margin-left:50px;
}

.sidebar_widget{
	position:fixed;
	top:50%;
	right:-55px;
	background:#999999;
	padding:10px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.2);
}

.sidebar_widget_item{
	width:32px;
	height:32px;
	display:block;
	padding:10px;
	border-bottom:1px solid rgba(255,255,255,0.1);
	opacity:0.8;
}

.sidebar_widget_item:last-of-type{
	border-bottom:none;
}

.sidebar_widget_item:hover{
	opacity:1;
}

.sidebar_widget_item img{
	width:32px;
	height:32px;
}

.sidebar_container ul ul{
	overflow:hidden;
	padding-left:20px;
    font-weight: normal;
}


.sortiment_show_all{
	display:none;
}

.column_left ul li > a.sortiment_show_all{
	font-size:12px;
	color:#666666;
	font-style:italic;
	font-weight:300;
	margin-left:20px;
	padding-left:10px;
	background:url(images/sortiment_show_all.png) no-repeat left center;
	display:block;
}

.sidebar_container ul .active{
	font-weight:700;
}

.top_header_slider{
	position:relative;
	width:275px;
	height:62px;
	float:right;
	overflow:hidden;
}

.top_header_slider_item{
	position:absolute;
	top:0px;
	left:318px;
	width:318px;
}

.hersteller_logos{
	padding:10px 0px;
	border-top:1px solid #dddddd;
	clear:both;
}

.hersteller_logos img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	opacity:0.7;
	margin-right:20px;
}

.hersteller_logos img:hover{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	opacity:1;
}

#sprachauswahl{
    float:right;
}

.admin_staticpanel #sprachauswahl{
    float:none;
}

html[lang="nl"] #header #suche #txtSearch{
	width:400px;
}

html[lang="en"] #header #suche #txtSearch{
	width:415px;
}

.mobile_menu_t1{
	background: #eceff1;
	border-bottom: 2px solid #b4babd;
	color: #455a64;
	height: 40px;
	position: fixed;
	width: 100%;
	z-index: 999;
}
.mobile_menu_t1 a, .mobile_menu_t1 a:hover {
	color: #455a64;
}

.mobile_menu_t1 i {
	font-size: 25px;
	margin-right: 5px;
	cursor: pointer;
}

.mobile_menu_t1 div {
	float: left;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 40px;
	box-sizing: border-box;
	border-right: 1px solid rgba(0,0,0,0.1);
	cursor: pointer;
	text-transform: uppercase;
	opacity: 0.7;
}

.mobile_menu_t1.admin div:first-child{
	margin-left:50px;
}

/* RESPONSIVE */


@media only screen and (max-width: 60em)
{
	#header{
		padding:0px;
	}
	
	#header .top_header{
		background:none;
	}
	
	#header #logo{
		padding: 15px 0;
		text-align: center;
		width: 100%;
	}
	
	#header #logo img{
		display:inline-block;
	}
	
	#column_center{
		width:100%;
		padding-top:0px;
	}
    
    .column_right{
        padding:15px 15px 15px 15px;
        background:none;
    }
        
    .sidebar_box{
        padding:0px !important;
    }
    
    .template_footer ul{
        display:inline-block;
    	width:45% !important;
    }

	.mobile_search.open {
		top: 40px;
		width: 100%;
		left: auto;
		right: 0;
	}
	#header{
		padding-top: 40px;
	}

}

@media only screen and (max-width: 30em)
{
    .template_footer ul{
        display:inline-block;
    	width:97% !important;
    }
	.mobile_menu_t1 div span {
		display: none;
	}
	.mobile_menu_t1 i {
		margin-right: 0px;
	}
	.mobile_search {
		-webkit-transition: opacity .5s ease;
		-moz-transition: opacity .5s ease;
		transition: opacity .5s ease;
	}
}
