*
{
/*	font-family: "Roboto", "Raleway";*/
font-family: Tahoma;
}

body
{
	margin:0;
	padding:0;
}

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

#wrapper
{
	max-width:1200px;
	margin:auto;
}

#header
{
	
}
.price_orange{
    color:#ff9d34 !important;
}

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

#main_navigation
{
	/*float:left;*/
	margin:auto;
}
/*
#main_navigation ul
{
	margin-top:10px;
	margin-left:10px;
	padding-left:0;
}

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

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

.menue_layer_1 li:hover *, .menue_layer_1 .active
{
	color:#ff8500;
}

.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:#ff8500 !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;
}

.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;
}
*/

#beilagen
{
	background-color:#e6e6e6;
	padding:43px;
}

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

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

#breadcrumb_menue li:not(:first-child)::before
{
    content: " | ";
}

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

#content_right
{
	float:left;
}

.clear_both
{
	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
{
	max-width:220px;
	max-height:220px;
	margin:auto;
	border:1px solid #FFF;
}

.offers_product_info
{
	height:65px;
}

.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;
    color:#1aabe2;
}

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

div.num_articles_in_basket, div.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;
}

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

#embedWrapper
{
	padding-top:0;
}

#slider2
{
	position:relative;
}

.owl-dots
{
	width:100%;
	position:absolute;
	bottom:10px;
	height:20px;
}

.owl-dots .owl-dot
{
	display: inline-block;
	cursor: pointer;
}

.owl-dots .owl-dot span
{
	width: 10px;
	height: 10px;
	margin: 2px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border:1px solid #FFF;
}

.owl-dots .active span
{
	background: #00418f;
}

.service_box_wrapper
{
	width:323px;
	float:left;
	margin-right:6px;
	margin-bottom:25px;
}

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

.service_headline
{
	text-align:center;
}

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

.service_content
{
	border:1px solid #e8e9eb;
	height:318px;
	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;
}

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

.hersteller_slider
{
	text-align:center;
}

.hersteller_slider .owl-item
{
	position: relative;
	height:55px;
}

.hersteller_slider .owl-item img
{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0,-50%); // IE9
	transform: translate3d(0,-50%,0); // Modern Browsers - better performance
	margin: 0 auto;
}

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

.beilage_content h2
{
	margin:0;
}

.beilage_content p
{
	margin-top:0;
}

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

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

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

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

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


.owl-theme .owl-controls
{
	margin-top:0 !important;
}

.newsletter
{
	float:right;
}

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

.start_box_link
{
	text-decoration:none;
}

.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);
}

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

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