
html, body
{
	height: 100%;
}

.no_middle
{
	display:none;
}

#header
{
	/*border-bottom:1px solid #d2d3d4;*/
}

#wrapper
{
	position:relative;
	
	max-width:800px;
	margin:auto;
	min-height: 100%;
	padding-bottom:241px; /*Footer height(191) + 50px*/
	padding-bottom:153px; /*Topmarken height(103) + 50px*/
}

#header_menue
{
	height:60px;
}

#logo
{
	width: 270px;
	height:60px;
	position: relative;
}

#logo img
{
	max-width: 270px;
	max-height:60px;
	
}

.hideMiddle
{
    display:none;
}

.onlyMiddle
{
    display:block;
}

#top_bar *
{
	font-size:11px;
}

/* Navigation*/

.menue_layer_1 > li
{
	height:40px;
	display:inline-block;
}

.menue_layer_1 li:hover .sub_menue
{
	display:block;
}

#top_bar
{
	font-size:11px;
	
	background-color:#f0f0f0;
}

#top_bar .top_bar_kontakt
{
	float:left;
	/*margin-left:20px;*/
	padding-left:25px;
	height:18px;
	background-image: url('../img/phone_icon.png');
	background-repeat: no-repeat;
}

#top_bar .top_bar_opening_times
{
	float:left;
	margin-left:30px;
	padding-left:25px;
	height:18px;
	background-image: url('../img/clock_icon.png');
	background-repeat: no-repeat;
}

#top_bar .top_bar_facebook
{
	float:right;
	margin-right:20px;
}

#mobile_menue_button
{
    display:none;
}

/*
    Navigation
*/

#main_navigation
{
	/*float:left;*/
	margin:auto;
	height:25px;
}

#main_navigation > ul
{
	margin-top:10px;
	/*margin-left:10px;*/
	padding-left:0;
	
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.menue_layer_1 *
{
	color: black;
	text-decoration:none;
}

.menue_layer_1
{
	margin:0;
	list-style-type: none;
}

.menue_layer_1 li:hover a, .menue_layer_1 li:hover, .menue_layer_1 .active
{
	color:#00418f;
}

.menue_layer_1 li:not(:first-child)
{
	margin-left: 30px;
}


.menue_layer_1 li:hover .sub_menue
{
	display:block;
}

.sub_menue li:hover a, .sub_menue li:hover, .sub_menue .active , .sub_menue .active *
{
	color:#00418f !important;
}

.sub_menue
{
	display:none;
	
	position:absolute;
	z-index:2;
	
	list-style-type:none;
	padding:0;
	margin:0;
	
	background-color:#FFF;
	padding:10px !important;
	margin:0 !important;
	
	border:1px solid #e6e6e6;
}

.sub_menue li, .sub_menue li *
{
	color:#333333 !important;
	font-size:13px;
	line-height:30px;
}

.sub_menue li
{
	margin:0 !important;
	
	float:none;
	padding:0;
}



/* WWS MENÜ*/

#wws_menue
{
    z-index:1;
    width:100%;
    height:40px;
}

#wws_menue > ul
{
    list-style:none;
    margin:0;
    padding:0;  
    height:100%;  
    margin-right:10px;
}

#wws_menue > ul > li
{
    height:100%;
    float:left;
    line-height: 40px;
    position:relative;
}

#wws_menue > ul > li > a
{
    margin-right:20px;
    text-decoration:none;
    font-size:14px;
    vertical-align:middle;
    padding-bottom:3px;
    
}

#wws_menue > ul > li > a:hover, #wws_menue > ul > li > a.active
{
	
}

.ul_helper
{
    width:1px;
    height:1px;
    margin:auto;
    position:relative;
}

/* Layer 2 */
#wws_menue > ul > li:hover ul.menue_layer_2
{
    display:block;
}

#wws_menue ul.menue_layer_2
{
    display:none;
    position:absolute;
    top:-5px;
    left:-106px;
    z-index:3;

    margin:0px;
    padding:10px 10px 20px 10px;
    min-width:160px;
    background-color:#FFFFFF;
    border:1px solid #e6e6e6;
}


ul.menue_layer_2 > li
{
    list-style:none;
    padding-bottom:3px;
}

ul.menue_layer_2 > li > a
{
    display:block;
    color:#2b4049;
    text-decoration:none;
    font-size:13px;
    vertical-align:middle;
    
    padding-left:6px;
    line-height:30px;
}

ul.menue_layer_2 > li:last-child
{
    background-image:none!important;    
}

/* Layer 3 */
#wws_menue ul.menue_layer_3
{
    margin:0px;
    padding:0px;
    margin: 0px 10px 0px 10px;
}

ul.menue_layer_3 > li
{
    list-style:none;
    padding-bottom:3px;
}

ul.menue_layer_3 > li > a
{
    display:block;
    color:#2b4049;
    text-decoration:none;
    font-size:13px;
    vertical-align:middle;
    
    padding-left:6px;
    line-height:25px;
}

ul.menue_layer_3 > li:last-child
{
    background-image:none!important;    
}



/*ARTIKEL*/

.article_detail_headline, .article_detail_description
{
	width:400px;
}

.article_overview_element, .category_overview_element
{
    float:left;    
}

#article_overview .article_overview_element:nth-child(2n) , #category_overview .category_overview_element:nth-child(2n) 
{
    margin-right:0px;
} 

#article_notification
{
	margin-bottom:20px;
	padding:10px;
}

.article_notification_text
{
	float:left;
}

.article_notification_link
{
	float:right;
}

.versandkosten_hinweis, .versandkosten_hinweis *
{
	font-size:10px;
	text-decoration:none;
	color:#333;
}

.versandkosten_hinweis
{
	margin-top:5px;
	line-height:12px;
}


#content_right
{
    float:left;
    width: auto;
    height:100%;
    min-height:300px;
}

#content_left
{
    float:left;
    width:215px;
}

.menue_layer_3
{
    display:none;
}



ul.menue_layer_2 > li
{
    position:relative;
}


ul.menue_layer_2 > li > .open_nested_ul
{
    position:absolute;
    top:6px;
    right:0px;
    
    font-family: arial;
    
    color:#2B4049;
    text-decoration:none;
    font-size:19px;
    vertical-align:middle;
    line-height:19px;
    /*background-color:#E1E1E1;*/
    
    text-align:right;
    width:100%;
    cursor:pointer;
    height:20px;
}

ul.menue_layer_2 > li > .opened_nested_ul
{
    width:20px;
    line-height:17px;   
}


ul.menue_layer_2 > li > .open_nested_ul:before
{
    content: '+';
}

ul.menue_layer_2 > li > .opened_nested_ul:before
{
    content: '-';
}

.slider_item
{
    height:225px;
}

.slider_img 
{
    float:left;
}

.slider_img > div
{
    height:225px;
    width:225px;
    display:table-cell;
    vertical-align: middle;
    text-align:center;
}

.slider_item .slider_img img
{    
    vertical-align: top;
    margin: auto;
    max-height:205px;
    max-width:205px;
}

.slider_headline
{
    position:absolute;
    left:225px;
    top:15px;
    
}

.slider_headline span
{
    background-color:#E2001A; 
    font-family: "Oswald", sans-serif;
    color:#FFFFFF;
    font-size:25px;
    padding-left:10px;
    padding-right:10px;
    border:2px solid #B20011;
    text-shadow: 0px 1px 1px #9B000F;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;  
}

.slider_text
{
    position:absolute;
    left:225px;
    top:125px; 
    width:575px;
    height:80px; 
    font-family: "Oswald", sans-serif; 
    color: #2B4049; 
    font-size:16px;
    font-weight:300;
}

.slider_subline
{
    position:absolute;
    left:225px;
    top:85px;   
    
    font-family: "Oswald", sans-serif; 
    color: #2B4049; 
    font-size:20px;
    font-weight:500;
    width:420px;
    height:30px;
    background-color:#F1F1F1;
    padding-left:10px;
    
}

.sale_tag
{
    
    width:254px;
    height:117px;
    position:absolute;
    right:5px;
    top:10px;
    font-family: "Oswald", sans-serif;
    
    background-image:url(../img/color_brush.png);
    background-position:center right;
    background-repeat:no-repeat;
    padding-right:10px;
}

.sale_tag_old_price
{
    width:100%;
    text-align:center;
    text-decoration:line-through;
    color:#FFFFFF;
    line-height:35px;
}

.sale_tag_price
{
    line-height:27px;
    font-family: "Oswald", sans-serif;
    color:#FFFFFF;
    font-size:40px;
    text-align:center;
    font-weight:500;  
}

.sale_tag_price span
{
    font-weight:500;
    font-size:14px;  
    color:#FFFFFF; 
    text-shadow:none; 
}

.sale_tag_info
{
    font-weight:300;
    font-size:14px;
    font-style:italic;
    text-align:center;
    color:#FFFFFF;
}

.search_bar
{
	float:left;
	margin-top:15px;
}

.search_input
{
    height:26px;
    width:150px; 
    border:none;
    padding-left:10px;
    
    font-family:verdana;
    font-size:12px;
    color: #2b4049;
    
    border:1px solid #7d7d7c;
	border-right:none;
	
	float:left;
}

.search_submit
{
	float:right;
    border:none;
    height:30px; 
    width:30px; 
    
    background-image:url(../img/icon_search.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#FFF;
    cursor:pointer;
    
    border:1px solid #7d7d7c;
    border-left:none;
}

.search_submit:hover
{
    
}












/*
    Kontaktformular
*/

.form_field
{
	height:32px;
	width:260px;
	float:left;
	vertical-align:middle;
    
    font-family: 'Oswald', sans-serif;
    font-size:13px;
    
    line-height:26px;
    color:#2b4049;
    
}
.form_field_big
{
	height:32px;
	width:530px;
	float:left;
	vertical-align:middle;
    
    font-family: 'Oswald', sans-serif;
    font-size:13px;
    
    line-height:26px;
    color:#2b4049;
}
.spacer_small
{
	width:10px;
	float:left;
}
.spacer_big
{
	width:100%;
	clear:both;
	height:10px;
}

.kontakt_input
{
    font-family: 'Oswald', sans-serif;
    font-size:12px;
    
	width:181px;
    height:25px;
    
    padding-left:5px;
    padding-right:5px;
    
	float:right;

    background-color:white;
    border:1px solid #E0E0E0;
}

.kontakt_input_big
{
    font-family: 'Oswald', sans-serif;
    font-size:16px;
    
	width:460px;
    height:25px;
    
    padding-left:5px;
    padding-right:5px;
    
	float:right;

    background-color:white;
    border:1px solid #E0E0E0;
}

.kontakt_select
{    
    float:right;
    height:25px;
    font-family: 'Oswald', sans-serif;
    font-size:13px;
    width:203px;
    
    background-color:white;
    border:1px solid #E0E0E0;
}

.kontakt_textarea
{
    font-family: 'Oswald', sans-serif;
	border:1px solid #E0E0E0;
	height:32px;
	width:510px;
	height:168px;
	resize:none;
	color:#959492;
	padding:10px;
}

.kontakt_submit
{
	cursor:pointer;
    border:none;
    padding:0!important;
    margin:0!important;
       
    background-color:#C9322B;
    color:#FFFFFF;
    font-family: 'Oswald', sans-serif; 
    text-align:center;   
    font-size:16px;
    height:30px;
    overflow:hidden;
    
    float:right;
    margin-left:20px!important;
    min-width:100px!important;
    padding-left:10px!important;
    padding-right:10px!important;
}

.pflicht_space
{
	margin-left:0px;
}

.pflicht
{
    font-family: 'Oswald', sans-serif;
    color:#a92a2a!important;
}

.end_message
{
	margin-left:200px;
	font-family: 'Oswald', sans-serif;
    color:#a92a2a!important;
}
.contactFormWrapper{
    margin-left:140px;
}

.content_width
{
	width:700px;
	margin:auto;
}

.menue_layer_1 *
{
	font-size:16px;
}

#slider
{
	position:relative;
}

.top_offer
{
	
}

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



#offers
{
	background-color:#004290;
	padding-top:50px;
	padding-bottom:50px;
}

.offers_inner
{
	margin-top:20px;
}

.offer_headline
{
	font-size:30px;
	font-weight:700;
	color:#FFF;
	margin-bottom:0;
}

.offer_subheadline
{
	font-size:24px;
	font-weight:700;
	color:#FFF;
	margin-top:5px;
}

.slide_arrow_left
{
	float:left;
	height:50px;
	width:50px;
	background-image:url('../img/slide_arrow_left.png');
	margin-right:11px;
	margin-top:150px;
	cursor:pointer;
}

.slide_arrow_right
{
	float:left;
	height:50px;
	width:50px;
	background-image:url('../img/slide_arrow_right.png');
	margin-left:4px;
	margin-top:150px;
	cursor:pointer;
}

.slider_arrow_left
{
	position:absolute;
	left:0px;
	top:190px;
	z-index:2;
	height:50px;
	width:50px;
	background-image:url('../img/slide_arrow_left.png');
	cursor:pointer;
}

.slider_arrow_right
{
	position:absolute;
	right:0px;
	top:190px;
	z-index:2;
	height:50px;
	width:50px;
	background-image:url('../img/slide_arrow_right.png');
	cursor:pointer;
}

.slider2_arrow_left
{
	position:absolute;
	left:0px;
	top:150px;
	z-index:2;
	height:50px;
	width:50px;
	background-image:url('../img/slide_arrow_left.png');
	cursor:pointer;
}

.slider2_arrow_right
{
	position:absolute;
	right:0px;
	top:150px;
	z-index:2;
	height:50px;
	width:50px;
	background-image:url('../img/slide_arrow_right.png');
	cursor:pointer;
}

.more_offers_btn
{
	margin-left:84px; /*60 + slider margin (24)*/
	height:49px;
	width:158px;
	background-image:url('../img/weitere_angebote_btn.png');
}

.more_beilagen_btn
{
	margin-top:10px;
	height:49px;
	width:116px;
	background-image:url('../img/aktuelles_btn.png');
	margin-bottom: 50px;
}

#footer
{
	position:absolute;
	bottom:0;
	width:100%;
	
	margin-top:40px;
	
	height:117px;
}

.footer_wrapper
{
	border-top:4px solid #e9eaee;
}

.footer_inner
{
	height:98px;
	background-color:#00538e;
	border-top:1px solid #286d9f;
}

.footer_bottom
{
	height: 17px;
	background-color:#003e6a;
	border-top:1px solid #104d79;
}

#beilagen
{
	padding-top:60px;
	margin-bottom:20px;
}

.beilage_gueltigkeit
{
	font-size:12px;
}

.beilage_headline
{
	font-size:14px;
	color:#747474;
}

.beilage_content
{
	font-size:13px;
	color:#747474;
}

.beilagen_frame
{
	width:420px;
	height:446px;
}

.content_3
{
	float:left;
	width:300px;
	margin-right:20px;
	margin-bottom:20px;
}

.content_3_headline
{
	font-size:14px;
	color:#333333 !important;
}

.content_3, .content_3 *, .content_2, .content_2 *
{
	color:#838383;
	font-size:13px;
}

.content_3:nth-child(3n){
    margin-right:0;
}

.content_2
{
	float:left;
	width:320px;
	margin-right:20px;
	margin-bottom:20px;
}

.content_2:nth-child(2n){
    margin-right:0;
}

.content_2 ul, .content_text ul
{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

.content_text ul
{
	margin-left:50px;
}

.content_2 ul li, .content_text ul li
{
	background-image:url('../img/li_image.png');
	background-repeat:no-repeat;
	padding-left:34px;
	line-height:18px;
	height:18px;
	margin-bottom:17px;
}

.content_text
{
	font-size:13px;
	line-height:20px;
}

.content_text h2
{
	font-size:18px;
}

/* SHOP NAVI*/

.shop_navi
{
	float:right;
	margin-top:14px;
}

.shop_navi ul
{
	margin:0;
	list-style-type:none;
}

.shop_navi ul li
{
	float:left;
	margin-left:20px;
}

#meta_menue *
{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}

#meta_menue
{
	margin-top:30px;
	text-align:center;
}

#meta_menue ul
{
	padding:0;
	width:auto;
	display:inline-block;
	list-style-type:none;
}

#meta_menue ul li
{
	float:left;
	margin-right:20px;
}

.offers_products
{
	width:536px;
	margin-left:24px;
}

.basket_wrapper
{
	background-image:url(../img/basket.png);
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:25px;
    float:left;
}

.basket_headline
{
	margin: 0;
	font-size:11px;
}

.basket_items
{
	margin-top:5px;
	font-size:11px;
}

.basket_items a
{
	color:#000;
	text-decoration:none;
}

.bookmark_wrapper *
{
	font-size:11px;
}

.bookmark_wrapper
{
	margin-left:20px;
	float:left;
}

.customer_account
{
	/*margin-top:3px;*/
}

.bookmark
{
	margin-top:5px;
}

.bookmark a
{
	color:#000;
	text-decoration:none;
}


.start_slide_box
{
	padding:20px;
}

.start_slide_box
{
	left:20px;
	bottom:45px;
	max-width:685px;
}

.start_slide_box h3
{
	font-size:30px;
}

.start_slide_box_text
{
	font-size:13px;
	margin-top:5px;
	line-height:20px;
}

#services
{
	margin-top:20px;
}

.beilagen_inner_content
{
	margin:20px;
}

.hersteller_slider
{
	width:600px;
	margin: auto;
}

.hersteller_slider_arrow_left
{
	position:absolute;
	left:0px;
	top:15px;
	z-index:2;
	height:30px;
	width:30px;
	background-image:url('../img/hersteller_arrow_left.jpg');
	cursor:pointer;
}

.hersteller_slider_arrow_right
{
	position:absolute;
	right:0px;
	top:15px;
	z-index:2;
	height:30px;
	width:30px;
	background-image:url('../img/hersteller_arrow_right.jpg');
	cursor:pointer;
}

.service_content_image img
{
	max-width:314px;
}

.service_box_wrapper:nth-child(3n)
{
	margin-right:6px;
}

#slider2 img
{
	width:100%;
}

#services_inner
{
	width: 660px;
	margin: auto;
}




.category_products_wrapper
{
	width:230px;
	margin-bottom:40px;
}

.category_products_wrapper h2
{
	font-size:18px;
}

.category_products_wrapper a
{
}

.category_products_element
{
	margin-top:30px;
	/*margin-bottom:30px;*/
}

.category_products_element_image
{
	width:80px;
	height:80px;
}

.category_products_element_image img
{
	max-width:80px;
	max-height:80px;
}

.category_products_element_text
{
	font-size:12px;
	width:115px;
	margin-left:20px;
	height:45px;
}

.category_products_element_price
{
	bottom:5px;
	left:100px;
	font-size:14px;
}

.price_now
{
}

.category_products
{
	padding-top:40px;
}