
html
{
	height: 100%;
}

body
{
	min-height: 100%;
}

.no_full
{
	display:none !important;
}

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

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

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

#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;
}

#logo
{
	margin-right:12px;
	width: 476px;
	float:left;
}

#logo img
{
	max-width: 476px;
}

/* Navigation*/

#mobile_menue_button
{
    display:none;
}


.onlyFull
{
    display:block;
}

.hideFull
{
    display:none;
}

/*
    Navigation
*/

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

#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;
}

#main_navigation ul:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

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

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

.menue_layer_1 > li
{
	height:22px;
	/*float:left;*/
	display: inline-block;
	*display: inline;
	
}

.menue_layer_1 li:hover a, .menue_layer_1 li:hover, .menue_layer_1 .active, #wws_menue li .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;
	
	text-align:left;
}

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

.sub_menue > li
{
	border-bottom:1px dotted #e6e6e6;
}

.sub_menue > li:last-child
{  
    
}


/* SUB MENÜ NEU*/

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

.sub_menue_neu li:hover a, .sub_menue_neu li:hover, .sub_menue_neu .active , .sub_menue_neu .active *
{
	
}

.sub_menue_neu
{
	padding:10px !important;
	
	border:1px solid #e6e6e6;
}

.sub_menue_neu li, .sub_menue_neu li *
{
	font-size:13px;
	line-height:30px;
}

.sub_menue_neu > li
{
	border-bottom:1px dotted #e6e6e6;
}

.sub_menue_neu > li:last-child
{  
    
}


/* 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:2px;
    text-decoration:none;
    font-size:13px;
    vertical-align:middle;
    padding-bottom:3px;
}

#wws_menue > ul > li + li:before{
    content: " | ";
    font-size:12px;
    padding: 0 2px;
}

#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;
}


#wws_menue ul.menue_layer_2 > li
{
    list-style:none;
    padding-bottom:3px;
    border-bottom:1px dotted #e6e6e6;
}

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

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

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

#wws_menue ul.menue_layer_3 > li
{
    list-style:none;
    padding-bottom:3px;
    border-bottom:1px dotted #e6e6e6;
}

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;    
    border-bottom:none;
}










/* WWS MENÜ NEU*/

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

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

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

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

#wws_menue_neu > ul > li + li:before{
    content: " | ";
    font-size:12px;
    padding: 0 2px;
}

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

#wws_menue_neu .ul_helper
{
	/*
    width:1px;
    height:1px;
    margin:auto;
    position:relative;
    */
    
    position:absolute;
}

/* Layer 2 */
#wws_menue_neu > ul > li:hover ul.menue_layer_2
{
    display:block;
    transition: all 0.5s ease 0s;
}

#wws_menue_neu ul.menue_layer_2
{
	transition: all 0.5s ease 3s;
    display:none;
    position:absolute;
    top:40px;
    /*left:-106px;*/
    z-index:3;

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


#wws_menue_neu ul.menue_layer_2 > li
{
    list-style:none;
    padding-bottom:3px;
    /*border-bottom:1px dotted #e6e6e6;*/
    
    display:inline-block;
	margin-right:15px;
	font-weight:bold;
	
	vertical-align:top;
	border:1px solid red;
	margin-right:20px;
	margin-bottom:15px;
}

#wws_menue_neu ul.menue_layer_2 > li:last-child
{
    background-image:none!important;    
    /*border-bottom:none;*/
    margin-right:0;
}

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

/* Layer 2 Div */

#wws_menue_neu > ul > li:hover .menue_layer_2
{
    display:block;
    /*visibility: visible;*/
    /*transition: all 0.5s ease 0.2s;*/
}

#wws_menue_neu .menue_layer_2
{
	/*transition: all 0.5s ease 0.2s;*/
	
	/*display:none;*/
    visibility:hidden;
    
    position:absolute;
    top:40px;
    /*left:-106px;*/
    z-index:3;

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


#wws_menue_neu .grid-item
{
	width:310px;
    margin-bottom:20px;
	
	/*
    padding-bottom:3px;
    
    float:left;
	margin-right:15px;
	font-weight:bold;
	
	vertical-align:top;
	border:1px solid red;
	margin-right:20px;
	margin-bottom:15px;
	*/
}

#wws_menue_neu ul.menue_layer_2 > li:last-child
{
    background-image:none!important;    
    /*border-bottom:none;*/
    margin-right:0;
}

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






/* Layer 3 */
#wws_menue_neu ul.menue_layer_3
{
    margin:0px;
    padding:0px;
    margin: 0px 10px 0px 10px;
    font-weight:normal;
}

#wws_menue_neu ul.menue_layer_3 > li
{
    list-style:none;
    padding-bottom:3px;
    /*border-bottom:1px dotted #e6e6e6;*/
}

#wws_menue_neu 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;
}

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











#category_overview, #article_overview
{
	width:840px;
}

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


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

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

#wws_menue .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;   
}


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

#wws_menue 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:22px;
}

.search_input
{
    height:26px;
    width:204px; 
    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:270px;
	float:left;
	vertical-align:middle;
    
    font-size:13px;
    
    line-height:26px;
    
}
.form_field_big
{
	height:32px;
	width:550px;
	float:left;
	vertical-align:middle;
    
    font-size:13px;
    
    line-height:26px;
}
.spacer_small
{
	width:10px;
	float:left;
}
.spacer_big
{
	width:100%;
	clear:both;
	height:10px;
}

.kontakt_input
{
    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-size:13px;
    width:203px;
    
    background-color:white;
    border:1px solid #E0E0E0;
}

.kontakt_textarea
{
	border:1px solid #E0E0E0;
	height:32px;
	width:528px;
	height:168px;
	resize:none;
	color:#333;
	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:940px;
	width:985px;
	margin:auto;
}

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

#slider
{
	position:relative;
}

.top_offer
{
	
}

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



#offers
{
	background-color:#004290;
	border-top:1px solid #d2d3d4;
	padding-top:50px;
	padding-bottom:50px;
}

#offers_werbung
{
	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;
	
	margin-left:-60px;
}

.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;
	
	/*margin-left:10px;*/
	margin-left:1px;
	margin-right:-60px;
}

.slider_arrow_left
{
	position:absolute;
	left:0px;
	top:330px;
	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:330px;
	z-index:2;
	height:50px;
	width:50px;
	background-image:url('../img/slide_arrow_right.png');
	cursor:pointer;
}

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

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

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

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

#footer
{
	position:absolute;
	bottom:0;
	width:100%;
	
	margin-top:10px;
	
	height:191px;
	height:237px;
	
	margin:auto;
	
}

.footer_wrapper
{
	border-top:4px solid #e9eaee;
	max-width:1400px;
	margin:auto;
}

.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:41px;
	/*margin-bottom:20px;*/
}

.beilage_gueltigkeit
{
	font-size:12px;
}

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

.beilage_content_frame
{
	width:465px;
}

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

.beilage_text_wrapper
{
	float:left;
	width:465px;
}

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

.beilagen_inner_content
{
	margin:20px;
}

.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:450px;
	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;
}


.ulTwoColumns
{
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}

.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-right:0;
	margin-left:29px;
	margin-top:21px;	
}

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

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

.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
{
	
}

.bookmark
{
	margin-top:5px;
}

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

/* META MENÜ*/

#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;
}

.article_detail_description
{
	vertical-align:top;
	display:inline-block;
	width:620px; 
}

.article_detail_description p
{
	margin-top:0;
}

.contactWrapper
{
	display:inline-block;
}

.contactform .contactWrapper
{
	display:block;
	margin:auto;
	width:560px;
}

.contactWrapper
{
	display:inline-block;
}

.article_detail_description_katinhalt
{
	/*width:79%;*/
}

#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:15px;
	line-height:12px;
}

.output_price .versandkosten_hinweis
{
	margin-top:5px;
}

/* CONTENT*/

.content_image
{
	float:right;
	margin-left:30px;
}

.content_image img
{
	max-width:940px;
}

/* Hersteller */

.hersteller_wrapper
{
	margin-bottom:20px;
}

.hersteller_slider
{
	width:800px;
	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;
}

.box_headline
{
	margin-bottom:30px;
	font-size:15px;
	font-weight:bold;
	
	/*
	background-image: url(../img/dotted_small_bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	*/
}

/* WEITERE BILDER */

.more_images_wrapper
{
	width:200px;
	border:1px solid red;
}

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

.offers_products
{
	width:984px;
}

#services
{
	
}

.service_tel_wrapper 
{
    margin-bottom: 35px;
}

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

.service_tel_content
{
	font-size:30px;
	font-weight:bold;
}

#slideshow
{
	margin-top:12px;
}

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

.sale
{
	width:865px;
}



.days
{
	display:inline-block;
}
.hours
{
	display:inline-block;
}					
.minutes
{
	display:inline-block;
}
.seconds
{
	display:inline-block;
}


.countdown_wrapper
{
	margin:10px;
	background-color:#ef7e01;
	color:white;
	padding:5px;
}
.countdown_numbers_wrapper 
{
	font-size:12px;
}

.countdown_numbers
{
	text-align:center;
}
.preis
{
	display:inline-block;
}

.streichpreis
{
	display:inline-block;
	font-size:13px;
	text-decoration: line-through;
}

.article_overview_element
{
	height:440px;
}

#variation_dropdown
{
	width:250px;
}

.search_text_wrapper
{
	margin:8px 0 8px 5px;
}

.search_text
{
	width:900px;
}

.search_text_content
{
	margin-top:10px;
	width:880px;
}

.search_text_link
{
	margin-bottom:8px;
}

.zubehoer ul li
{
	line-height:15px !important;
}

.zubehoer ul a
{
	
}

.tech_data_space
{
	width:15px;
}

.article_seller
{
	font-size:12px;
}


/*
    ## Artikel übersicht ##
*/

.sale
{
	margin-top: 20px;
}

#deal_des_monats
{
	height:380px;
	padding-top:40px;
}

.sale_flag
{
	-webkit-box-shadow: 10px 20px 8px 0px rgba(158,158,158,1);
	-moz-box-shadow: 10px 20px 8px 0px rgba(158,158,158,1);
	box-shadow: -2px 3px 8px 0px rgba(158,158,158,1);
	
	width:35px;
	height:15px;
	left:10px;
	top:35px;
	padding:6px;
	padding-left:8px;
	padding-right:5px;
	font-size:12px;
}

.deal_des_monats_element
{
    width:410px;
    height:250px;
    margin-bottom:28px;
}

.deal_des_monats_link
{
    /*margin:20px;*/
    /*margin-bottom:12px;*/
}

.deal_des_monats_image
{
    width:140px;
    height:200px;
    margin-top:20px;
    margin-left:20px;
}

.inline_block_helper
{
}

.deal_des_monats_image img
{
    max-height: 200px;
    max-width: 140px;
}

.deal_des_monats_text
{
	margin-top:20px;
	margin-right:20px;
}

.deal_des_monats_title
{
	height:30px;
    width:140px;
    font-size:12px;
    margin-bottom:20px;
}

.deal_des_monats_description
{
    height:75px;
    width:190px;
    font-size:12px;
    padding-top:20px;
}

.deal_des_monats_price
{
	margin-top:25px;
    height:22px;
    line-height:29px;
    font-size:14px;
}

.countdown_wrapper
{
	bottom:5px;
	width:175px;
	margin:5px;
	padding:5px;
}
.countdown_numbers_wrapper 
{
	font-size:10px;
	margin-right:5px;
}

.countdown_numbers_wrapper:last-child
{
}

.countdown_numbers
{
	font-size:18px;
}

.days
{
}
.hours
{
}					
.minutes
{
}
.seconds
{
}

.deal_des_monats_element, .category_overview_element
{
       
}

#deal_des_monats .deal_des_monats_element:nth-child(2n) , #category_overview .category_overview_element:nth-child(2n) 
{
    
} 

.add_to_basket_button
{
    width:55px;
    width:190px;
    height:43px;
    font-size:16px;
    
    -webkit-box-shadow: 0px 0px 20px -1px rgba(190,190,190,0.4);
    -moz-box-shadow: 0px 0px 20px -1px rgba(190,190,190,0.4);
    box-shadow: 0px 0px 20px -1px rgba(190,190,190,0.4);
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;      
    
    background-size: 32px 30px;
    
    background-position:center right 10px;
}

.add_to_basket_text
{
	margin-top:12px;
	margin-left:10px;
}

.add_to_basket_button:hover
{
    -webkit-box-shadow: 0px 0px 20px -1px rgba(107,107,107,0.4);
    -moz-box-shadow: 0px 0px 20px -1px rgba(107,107,107,0.4);
    box-shadow: 0px 0px 20px -1px rgba(107,107,107,0.4);
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;   
}

.old_price_overview, .old_price{
    background-color:none;
    padding:4px 0px;
    font-size:12px;
    color:#333 !important;
    font-weight:normal;
    /*text-decoration: line-through;*/
    opacity:0.8;
    display: inline !important;
}

.preisknueller_head
{
	margin-bottom:20px;
	border:0.1px solid #FFF;
}

.preisknueller_head h2
{
	font-size: 30px;
	font-weight: 700;
}

.contact_form_box
{
	width:45%;
}

.contact_form_box .article_detail_description
{
	width:auto;
}

.article_detail_zubehoer
{
	width:693px;
}

.category_products_wrapper
{
	width:328px;
	width:325px;
	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:210px;
	margin-left:20px;
	height:45px;
}

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

.category_products
{
	padding-top:40px;
}

.single_element_topmarken
{
	margin-left:180px !important;
}