*
{
/*	font-family: "Roboto", "Raleway", "Arial";*/
font-family: Tahoma;
	
	font-feature-settings: 'lnum' 1;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum" 1;
	-moz-font-feature-settings: "lnum=1";
	-ms-font-feature-settings: "lnum" 1;
	-o-font-feature-settings: "lnum" 1;
	-webkit-font-feature-settings: "lnum" 1;
	font-feature-settings: "lnum" 1;
	
}

a:active, a:focus {outline: none}

body
{
	position: relative;	
	margin:0;
	padding:0;
	overflow-y: scroll;
}

.onlyMiddle, .onlySmall, .onlyFull
{
    display:none;
}

#header
{
	
}

#opening_times
{
	height:40px;
	width:100%;
	background-color:#00538e;
}

#header_menue
{
	height:72px;
	margin-top:22px;
}

.start_line
{
	height:4px;
	width:100%;
	background-color:#006eb6;
}

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

#logo img
{
	max-height:72px;
}



.breadcrumbs, .breadcrumbs *
{
	font-size:13px;
	text-decoration:none;	
}

.breadcrumbs
{
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	height:34px;
}

#breadcrumb_menue ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:34px;
}

#breadcrumb_menue ul li
{
	float:left;
	margin-right: 5px !important;
    
}

#breadcrumb_menue li:not(:first-child)::before
{
    margin-right:5px;
    content: " \00BB ";
}


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

#content_right
{
	/*float:left;*/
	margin-top:20px;
}

.clear_both, .clear
{
	clear:both;
}

.offers_products
{
	overflow:hidden;
	height:365px;
	float:left;
}

.offers_product_link
{
	text-decoration:none;
	color:#333;
}

.offers_product
{
	
	height:323px; /*343 - 2x10 padding*/
	width:236px;
	padding:10px;
	width:214px; /*236 - 20px padding - 2x1px border*/
	background-color:#FFF;
	
	border:1px solid #eeeeec;
}


/*.offers_product:nth-child(3n+1)*/
.offers_products div + div
{
	/*margin-left:11px;*/
}

.offers_image
{
	width:210px;
	height:230px;
	min-height:215px;
}

.offers_image img
{
	width:auto !important;
	max-width:220px;
	max-height:220px;
	margin:auto;
	border:1px solid #FFF;
}

.offers_product_info
{
	height:65px;
}

.offers_product_info .info_price
{
	color:#1aa9d7;
}

.owl-carousel
{
	/*margin:5px 0*/
}

/*
.owl-carousel .item
{
	height:100px;
	background:#4DC7A0;
	padding:10px;
}
*/

.owl-carousel .item h4
{
	color:#FFF;
	font-weight:400;
	margin-top:5px;
}

.trennlinie_info
{
	border-bottom:1px solid #e6e6e6;
	margin-bottom:5px;
}

.info_title
{
	font-size:13px;
	margin-bottom:5px;
}

.info_price
{
	font-size:18px;
}

.headline
{
	position:relative;
}

.headline_text
{
	position:relative;
	z-index:1;
	background-color:white;
	width:auto;
	display:inline;
	padding-right:10px;
	font-size:18px !important;
	color:#333333 !important;
}

.headline_lines
{
	position:absolute;
	top:8px;
	height:4px;
	width:100%;
	border-top:1px solid #e7e6e6;
	border-bottom:1px solid #e7e6e6;
}


.basket_symbol, .wish_list_symbol
{
    position:relative;
}

/*
.num_articles_in_basket, .num_articles_on_wish_list
{
    display:none;
    position:absolute;
    top:-10px;
    right:-10px;
    background-color: #E2001A;
    border-radius: 50%;
	width: 20px;
	height: 20px; 
    color:#FFFFFF;
    font-size:15px;
    text-align:center;
    font-weight:600;
    border:2px solid #FFFFFF;
}
*/

.icon_user_off
{
    display:block;
    width:32px;
    height:30px;
    background-image:url(../img/icon_user_off.png);  
}

.icon_user_on, .icon_user_off:hover
{
    display:block;
    width:32px;
    height:30px;
    background-image:url(../img/icon_user_on.png);  
}

.icon_basket_off
{
    display:block;
    width:32px;
    height:30px;
    background-image:url(../img/icon_basket_off.png);  
}

.icon_basket_on, .icon_basket_off:hover
{
    display:block;
    width:32px;
    height:30px;
    background-image:url(../img/icon_basket_on.png);  
}

.icon_wish_list_off
{
    display:block;
    width:32px;
    height:30px;
    background-image:url(../img/icon_wish_list_off.png);  
}

.icon_wish_list_on, .icon_wish_list_off:hover
{
    display:block;
    width:32px;
    height:30px;
    background-image:url(../img/icon_wish_list_on.png);  
}

.icon_user_off span, .icon_user_on span, .icon_basket_off span, .icon_basket_on span, .icon_wish_list_off span, .icon_wish_list_on span 
{
    display:none;
}

/*
    ## Artikel übersicht ##
*/

.article_overview_element
{
    width:255px;
    height:380px;
    margin-right:28px;
    margin-bottom:28px;
    
    border: 1px solid #e6e6e6;
}

.article_overview_link
{
    display:block;
    margin:20px;
    margin-bottom:12px;
    text-decoration:none;
    border:none;
}

.article_overview_image
{
    width:215px;
    height:200px;
    white-space: nowrap;
    text-align: center; 
    margin: 1em 0;
}

.inline_block_helper
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;   
}

.article_overview_image img
{
    vertical-align: middle;
    max-height: 200px;
    max-width: 215px;
}

.article_overview_description
{
    height:55px;
    font-size:16px;
    color: #2b4049;
}

.article_overview_price
{
    height:22px;
    line-height:29px;
    font-size:18px;
    color: #1aa9d7;
    text-align:right;
}


/*
    Kategorie übersicht
*/

.category_overview_element
{
    width:255px;
    height:330px;
    margin-right:28px;
    margin-bottom:28px;
    
	border: 1px solid #e6e6e6;
}

.category_overview_link
{
    display:block;
    margin:20px;
    text-decoration:none;
    border:none;
}

.category_overview_image
{
    width:215px;
    height:200px;
    white-space: nowrap;
    text-align: center; 
    margin: 1em 0;
}

.category_overview_image img
{
    vertical-align: middle;
    max-height: 200px;
    max-width: 215px;
}

.category_overview_description
{
    margin-top:22px;
    height:55px;

    font-size:16px;
    color: #2b4049;
    line-height:20px;
}




/*
    ## Artikel Detail ##
*/
.article_detail
{
}

.article_detail a
{
	color:#000;
}

.article_detail_image
{
    float:left;
    width:250px;
    height:280px;
    
    border: 1px solid #e6e6e6;
    
    white-space: nowrap;
    text-align: center; 
    margin-right:40px;
    
}

.article_detail_image img
{
    vertical-align: middle;
    max-height: 240px;
    max-width: 210px;
}

.kat_inhalt_img
{
	width:150px;
    height:180px;
}

.kat_inhalt_img img
{
	max-height: 140px;
    max-width: 110px;
}

.article_detail_headline
{
    float:left;
    width:650px;
    padding-bottom:10px;
    background-image:url(../img/dotted_small_bg.gif);
    background-position: bottom left;
    background-repeat:repeat-x;
    margin-bottom: 10px;
}

.article_detail_headline h1
{
    line-height:20px;
    padding:0px;
    margin:0px;
    /*font-weight:400;*/
    font-weight:bold;
    padding-bottom:20px;
    font-size:16px;  
    color:#2b4049; 
}

.article_detail_headline_katinhalt h1
{
    line-height:20px;
    padding:0px;
    margin:0px;
    font-weight:400;
    padding-bottom:20px;
    font-size:16px;  
    color:#2b4049; 
}

.article_detail_margin
{
	margin-bottom:10px;
	position:relative;
}

.article_detail_headline span
{
    display:block;
    font-size:12px;  
    color:#2b4049; 
}

.article_detail_description_short
{
    height:215px!important;
}

.article_detail_description
{
    background-repeat:repeat-x;
    /*position:relative;*/
    padding-bottom:40px;
    margin-bottom:10px;
}

.article_detail_description_katinhalt
{
	padding-bottom:0;
}

.article_detail_description_inner
{
    /*height:100%;*/
    min-height:20px;
    overflow:hidden;
	min-width:200px;
}

.show_more
{
    z-index:2;
    position: absolute;
    bottom:10px;
    left:0px;
    

    font-size:14px;
    padding-right:25px;
    background-image:url(../img/show_less.png);
    background-position:center right;
    background-repeat:no-repeat;
    cursor:pointer;
}

.article_detail_description_short .show_more
{
    background-image:url(../img/show_more.png);   
}

.article_detail_description_short
{
    padding-bottom:10px!important;
}


.article_detail_description_short .blur
{
    display:block!important;    
}

.blur
{
    display:none;
    z-index:1;
    width:100%;
    background-image:url(../img/blur.png);
    height: 87px;
    position:absolute;
    bottom:3px;
    left:0px;
}

.article_detail_delivery
{
    text-align:right;
    float:right;
    font-size:14px;
    color: #2b4049;
    
    padding-left:25px;
    background-position:center left;
    background-repeat:no-repeat;
    margin-bottom:20px;
}

.article_detail_actions
{
    float:right;
    width:100%;
    margin-bottom:20px;
}

.article_action
{

    font-size:14px;
    color: #2b4049;
    text-decoration:none; 
    padding-right:25px;  
    float:right;
    
    background-position:center right;
    background-repeat:no-repeat;
    cursor:pointer;
    
    margin-left:30px;
}


.article_detail_price
{
    float:right;   
}

.output_price
{
    font-size:32px;
    color: #1aabe2;
    float:left;   
    margin-right:20px;
    text-align:right;
}

.output_price span
{
    display:block;
    color: #748992;
    font-size:12px;
    text-align:right;
}

.add_to_basket_button
{
    float:right;

    background-color:#FFFFFF;
    background-image:url(../img/icon_basket_on.png);
    /*background-position:center right;*/
    background-repeat:no-repeat;
    cursor:pointer;
    
}

.add_to_basket_button:hover
{
	
}



.icon_add
{
    background-image:url(../img/icon_add.png);
}
.icon_remove2
{
    background-image:url(../img/icon_remove.png);
}

.icon_time
{
    background-image:url(../img/icon_time.png);
}

.icon_question
{
    background-image:url(../img/icon_question.png);
}
.icon_print
{
    background-image:url(../img/icon_print.png);
}


.article_detail_bouncer
{
    clear:both;
    margin-top:5px;
    height:30px;
    width:100%;
    float:left;
    
    background-image:url(../img/dotted_small_bg.gif);
    background-position: center left;
    background-repeat:repeat-x;
}

#article_notification a
{
	text-decoration:none;
}

#article_notification
{
	display:none;
	border:1px solid #91c48d;
	width:100%;
}

#top_bar
{
	padding-top:5px;
	padding-bottom:5px;
}

.top_bar_facebook
{
	/*background-image:url('../img/fb_logo.jpg');*/
	background-repeat:no-repeat;
	background-position:right;
}

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

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

.hersteller_wrapper
{
	position:relative;
}

.hersteller_slider
{
	text-align:center;
}

.hersteller_slider img
{
	max-width:100% !important;
	width:auto !important;
	margin:auto;
	max-height:55px;
}

.hersteller_headline
{
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#343333;
	margin-bottom:20px;
}

.zum_artikel_btn
{
	
}

.zum_artikel_div, .zum_artikel_div *
{
	color: #FFF;
	text-decoration:none;
}

.zum_artikel_div
{
	position:absolute;
	right:0;
	bottom:0;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	background-image:url('../img/btn_bg.png');
}

/* VARIANTEN */

.article_detail_variant_menue, .article_detail_variant_menue *
{
	text-decoration:none;
}

.article_detail_variant_menue ul
{
	list-style-type:none;
	margin-left:0;
	padding:0;
}

.article_detail_variant_menue ul li
{
	min-height:15px;
	width:550px;
	border:1px solid #e6e6e6;
	margin-bottom: 5px;
	padding:5px;
}

.article_detail_variant_menue ul li.active_variant, 
.article_detail_variant_menue ul li:hover
{
	border:1px solid #043c67;
	background-color: #05518b;
	
}

.article_detail_variant_menue ul li.active_variant, 
.article_detail_variant_menue ul li.active_variant *, 
.article_detail_variant_menue ul li:hover *
{
	color: #FFF !important;
}

.article_detail_variant_menue ul li a
{
	display:block;
}

.einheit_preis
{
    color:#333;
	margin:0;
	font-size:10px;
	line-height:5px;
}

.versand_link
{
	text-decoration:underline !important;
}

.price_info_overview
{
	margin:0;
	text-align:right;
	margin-right:20px;
}

.service_box_wrapper
{
	width:323px;
	display:inline-block;
	vertical-align:top;
	margin-right:3px;
	margin-bottom:25px;
}

.service_headline
{
	text-align:center;
}

.service_headline h3
{
	font-size:18px;
	margin:0;
	margin-bottom:5px;
}

.service_content
{
	border:1px solid #e8e9eb;
	height:350px;
	overflow:hidden;
}

.service_content_image
{
	margin-top:3px;
}

.service_content_text
{
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
}

.service_content_text h3
{
	font-size:18px;
	margin-top:0;
}

.service_content_text p
{
	font-size:13px;
	margin:0;
}

.service_content_text a:before
{
	content:'>';
}

.service_content_text a
{
	text-decoration:none;
	font-weight: bold;
	color:#00418f;
}

#wws_menue li a
{
	color:#000;
}

#wws_menue li a:hover
{
	color:#00418f;
}





/* WWS MENÜ NEU*/

#wws_menue_neu li a
{
	color:#000;
}

#wws_menue_neu li a:hover
{
	color:#00418f;
}





.content_text a
{
	color:#000;
}


#breadcrumb_menue li a
{
	color:#000;
}

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

.article_notification_link a
{
	color:#000;
}

.owl-stage
{
	margin:auto;
	text-align:center;
}

.newsletter
{
	float:right;
}

.beilage_content h2
{
	margin:0;
}

.beilage_content p
{
	margin-top:0;
}

.beilage_content_frame
{
	text-align:center;
	float:right;
}

#beilagen, .beilagen
{
	background-color:#e6e6e6;
	padding:43px;
	margin-top:20px;
}

.beilagen_inner
{
	background-color:#FFF;
	overflow:auto;
}


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

.article_overview_element, .category_overview_element
{
	display:inline-block;
	vertical-align:top;
}

.service_tel_wrapper
{
	
}

.service_tel_wrapper
{
	text-align:center;
	margin-bottom:15px;
}

.service_tel_wrapper h2
{
	margin-top:0;
	margin-bottom:0;
}

.service_tel_content *
{
	color:#00418f;
}

.service_tel_content
{
	display:inline-block;
	padding-left:40px;
	background-image: url('../img/service_head_phone.jpg');
	background-repeat:no-repeat;
	background-position:0 7px;
	color:#00418f;
}

.to_top
{
	position:absolute;
	bottom:0;
	right:60px;
	height:22px;
	overflow:hidden;
}

.start_slide_box
{
	background-color:#00418f;
	color:#FFF;
	padding:20px;
}

.start_slide_box
{
	position:absolute;
	z-index:1;
	opacity:0.9;
	
	left:35px;
	bottom:45px;
	max-width:785px;
}

.start_slide_box h3
{
	margin:0;
	font-size:30px;
    text-align: left;
}

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

.search_tbl
{
	font-size:13px;
}

.search_text_content
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search_text_link a
{
	text-decoration: none;
	color:#767676;
}

.pagination ul
{
	padding:0;
	float:right;
}

.pagination ul li
{
	display: inline-block;
}

.pagination ul li
{
	font-size:10px;
	width:20px;
	height:20px;
	
	border:1px solid #e6e6e6;
	/*padding:3px;*/
	margin-right:3px;
}

.pagination .activePageLi
{
	border:1px solid #00418f;
}

.pagination ul li:first-child,.pagination ul li:last-child, .pagination .pagination_dots 
{
	border:none;
}

.pagination .pagination_dots
{
	text-align:center;
}

.pagination a
{
	text-decoration:none;
	display:inline-block;
	height:100%;
	width:100%;
	line-height: 21px;
	text-align:center;
}

.pagination .page_td *
{
	color:#00418f;
}

.pagination li a, .pagination li *
{
	color:#000;
}

.pagination .activePage
{
	color:#00418f;
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}

.content_links a:after
{
	content: "\A";
	white-space: pre; 
}

.old_price
{
	text-align:left !important;
	font-size:12px !important;
	text-decoration:line-through !important;
}

.price_saved
{
	color:#000;
	font-size:14px;
	padding:3px;
	padding-right:0;
	/*text-align:center;*/
}

.old_price_overview
{
	text-align:left !important;
	font-size:12px !important;
	text-decoration:line-through !important;
}

.speacial_markers
{
	height:21px;
	width:129px;
}

.prod_restposten
{
	background-image:url('../img/prod_restposten.gif');
}

.prod_einzelstueck
{
	background-image:url('../img/prod_einzelstueck.gif');
}

.prod_ausstellungsstueck
{
	background-image:url('../img/prod_ausstellungsstueck.gif');
}

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

.zubehoer ul li
{
	margin-bottom:10px;
	height:52px;
	
	overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
}

.zubehoer ul li img
{
	border:1px solid #e6e6e6;
	margin-right:5px;
}

.zubehoer ul a
{
	
}

ul.zubehoer_list {
    margin:0;
    padding:0;
    margin-top:10px;
}
.zubehoer_list li{
    list-style-type: none;
    margin:0;
    margin-left:0px;
    border-bottom:1px dotted #ccc;
    margin-bottom:10px;
    padding-bottom:10px;

}
.zubehoer_list li:last-child{
    border-bottom:0;
}
.zubehoer_list a {
    color:#1ba9d7;
    font-size:13px;
    text-decoration: none;
    border-bottom:1px dotted #1ba9d7;

}
.zubehoer_list a img{
    margin-right:20px !important;
    max-width:40px;max-height:40px;
}

.tech_data_tbl td
{
	border-bottom:1px solid #e6e6e6;
}

.filter .kategorie_filter
{
	float:left;
}

.filter .hersteller_filter
{
	margin-left:15px;
}

.filter .hersteller_filter, .filter .verkaeufer_filter
{
	float:right;
}

.article_seller
{
	color:#2b4049;
}

.no_stretch:after
{
	display:block !important;
}


/* SUB MENÜ */

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

/*
.sub_menue li, .sub_menue li *
{
	color:#333333 !important;
}
*/

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

.sub_menue > li:last-child
{  
    border-bottom:none;
}




/* 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 *
{
	color:#00418f !important;
}

.sub_menue_neu
{
	display:block;
	
	position:absolute;
	z-index:2;
	
	list-style-type:none;
	padding:0;
	margin:0;
	
	background-color:#FFF;
	margin:0 !important;
	
	text-align:left;
}

.sub_menue_neu li, .sub_menue_neu li *
{
	color:#333333 !important;
}

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

.sub_menue_neu > li:last-child
{  
    border-bottom:none;
}


/*
    ## Deal des Monats ##
*/

#deal_des_monats
{
	background-color:#1aa9d7;
}

.sale_flag
{
	position:absolute;
	background-color:#ef7e01;
	color:#FFF;
	transform: rotate(-90deg);
	transform-origin: left top 0;
}

.deal_des_monats_element
{
	position:relative;
    background-color:#FFF;
    float:left;
}

.deal_des_monats_element_second
{
	margin-right:0;
	float:right;
}

.deal_des_monats_link
{
    display:block;
    text-decoration:none;
    border:none;
}

.deal_des_monats_image
{
	float:left;
    white-space: nowrap;
}

.inline_block_helper
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;   
}

.deal_des_monats_image img
{
}

.deal_des_monats_text
{
	float:right;
}

.deal_des_monats_title
{
    font-weight:bold;
    color: #1aa9df;
    overflow:hidden;
}

.deal_des_monats_description
{
	border-top:1px solid black;
    color: #999999;
    overflow:hidden;
}

.deal_des_monats_price
{
    color: #2b4049;
    font-weight:bold;
}

.countdown_wrapper
{
	position:absolute;
	background-color:#ef7e01;
	color:white;
}
.countdown_numbers_wrapper 
{
}

.countdown_numbers_wrapper:last-child
{
	margin-right:0;
}

.countdown_numbers
{
	text-align:center;
}

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

.price_old
{
	color:#FFF;
}

.contact_form_box
{
	float:left;
}

.price_blue{
    color:#1aa9df;
}

.price_orange
{
	color:#ff9d34;
}

.article_detail_zubehoer
{
	float:right;
}

.category_products_wrapper
{
	display:inline-block;
	vertical-align:top;
}

.category_products_wrapper h2
{
	text-align:center;
	margin-top:0;
	color:#2f2f2f;
}

.category_products_wrapper a
{
	text-decoration:none;
	color:black;
}

.category_products_element
{
	width:100%;
	position:relative;
}

.category_products_element_image
{
	float:left;
}

.category_products_element_image img
{
}

.category_products_element_text
{
	float:left;
	overflow:hidden;
}

.category_products_element_price
{
	position:absolute;
}

#offers_werbung
{
	background-color:#e6e6e6;
}

#offers_werbung h2
{
	color:#747474 !important;
}

.price_now
{
    color:#1aa9d7;
    font-weight:bold;
}

table.tech_data_tbl{
    width:100%;
    margin-top:15px;
}
table.tech_data_tbl td.tech_data_space{
    width:30px !important;
}
table.tech_data_tbl td{
    border-bottom: 1px dotted #ccc;
    padding:5px;
}

.info_price .price_new
{
	color:#ff9d34;
}

.info_price .price
{
	color:#1aabe2;
}

.grecaptcha-badge
{
    z-index:100;
}