@charset "utf-8";
/* CSS Document */

/*
font-family: 'Open Sans Condensed', sans-serif;

font-family: 'Alegreya Sans SC', sans-serif;


box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;

background-size: px px;
-webkit-background-size: 

*/



body
{
	margin: 0;
	padding: 0;
	background-color: #515D65;
}
*
{
	outline: none;
}

a img
{
	border: 0px solid;
}
p
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.content p
{
	float: none;
}
body .ui-widget { font-size: 11px; }

.page_c
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	background-color:#3C2112;
}
.page_c_pellets
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	background-color:#875830;
}
@media only screen and (max-width: 800px)
{
	.page_c
	{
		min-width: 320px;
		background-color:#875830;
	}
	.page_c_pellets
	{
		min-width: 320px;
		background-color:#875830;
	}
	body .ui-widget { font-size: 14px; }
}
@media only screen and (max-width: 480px)
{
	body .ui-widget { font-size: 16px; }
}

/* Head */
.head_c
{
	width: 100%;
	height: 90px;
	background-color: #fff;
}

.head_c_center
{
	width:980px;
	margin:0 auto;
	padding:0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	display:table;
}

.h_logo
{
	width:205px;
	margin: 30px 0 0 ;
	padding:0;
	float:left;
	
}

.h_links
{
	width:350px;
	margin:10px 0 0;
	overflow:hidden;
	float:right;
	vertical-align:middle;
	
	line-height:20px;
	font-size:12px;
	font-weight:normal;
}

.h_links img
{
	vertical-align:middle;
}

.h_links .home img
{
	width:18px;
}

.h_links a
{
	margin: 0 6px 0 0;
	text-decoration:none;
	color:#596367;
}

.h_links a:hover
{
	text-decoration:none;
}

.h_links .sitemap
{
	margin-right:24px;
}

.h_links .phone
{
	margin-right:10px;
}

.h_links .sitemap img,
.h_links .email img,
.h_links .phone img
{
	width:20px;
}

.h_links .web img
{
	width:18px;
}

.h_links .phone span
{
	margin: 2px 0 0 4px;
	font-weight:bold;
	color:#596367;
}

.h_links .language
{
	margin:2px 2px 0; 
}

.h_links a.language:hover
{
	text-decoration:underline;
}

.languages
{
	width:82px;
	float:right;
}


.desktop_menu
{
	width:500px;
	float:right;
}

.desktop_menu ul
{
	padding:0;
	font-size:15px;
	font-weight:normal;
	line-height:37px;
	float:right;
}

.desktop_menu li
{
	float:left;
	list-style:none;
	position:relative;
	z-index:2;
}

.desktop_menu li:hover
{
	background-color:#AC8154;
}

.desktop_menu li:hover > a
{
	color:#fff;
}

.desktop_menu li a
{
	padding:0 15px;
	text-decoration:none;
}

.desktop_menu li a:hover
{
	text-decoration:none;
}

.menu > ul > li > a
{
	text-transform:uppercase;
	color:#1F1D1F;
}

.desktop_menu li ul
{
	width:250px;
	position:absolute;
	top:37px;
	left:0;
	display:none;
	
	background-color:#AC8154;
}

.desktop_menu li:hover ul
{
	display:block;
}

.desktop_menu ul ul li
{
	width:100%;
}

.desktop_menu ul ul li:hover
{
	background-color:#9D754D;
}

.desktop_menu ul ul li a
{
	color:#442C17;
	padding: 9px 0;
	margin-left:15px;
	line-height:130%;
	display:block;
}




/* Mobile menu */


.menu_slide_layer
{
	width: 50%;
	float: left;
	position: absolute;
	left: -50%;
	z-index: 3;
	
	background-color: #875830;
}
.menu_slide_layer.closed
{
	display: none;
}

.menu_slide_layer .menusl
{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.menusl ul
{
	padding:0;
	margin:0;
}

.menusl li
{
	width:100%;
	padding: 10px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	background-image:url(../img/menu_backg.png);
	background-repeat:repeat-x;
	background-color:#A37950;
	border-bottom:1px solid #B08B65;
	list-style:none;
}

.menusl .current ul > li,
.menu_slide_layer ul.submenu li.back_link,
.menu_slide_layer ul.submenu li.mm_parent
{
	text-transform:uppercase;
	font-size:16px;
}

.menusl li.sub_links a
{
	display:block;
	width:100%;
	height:100%;
	
	background-image:url(../img/icons/arr_right_white.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size: 5px 8px;
	-webkit-background-size:5px 8px;	
}

.menusl li.sub_links:hover a
{
	background-image:url(../img/icons/arr_right_brown.png);
}


.menusl a
{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#fff;
	line-height:130%;
}

.menusl a:hover,
.menusl li.current_path a,
.menusl li.current_link a
{
	text-decoration:none;
	color:#E9CCAB;
}

.menu_slide_layer ul.submenu li
{
	font-size:15px;
}

.menu_slide_layer ul.submenu li.back_link a
{
	padding-left:18px;
	color:#513319;
	background-image:url(../img/icons/arr_left_brown.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size: 5px 8px;
	-webkit-background-size:5px 8px;	
}

.menu_slide_layer ul.submenu li.back_link a:hover
{
	color:#fff;
	background-image:url(../img/icons/arr_left_white.png);
}

.menu_slide_layer ul.submenu li.mm_parent a
{
	color:#E9CCAB;
}

.kontakt_btn
{
	width:100%;
	line-height:44px;
	height:44px;
	float:left;
	background-image:url(../img/contact_btn_%20backg.png);
	background-repeat:repeat;
}

.kontakt_btn a
{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	font-size:15px;
	text-decoration:none;
	text-transform:uppercase;
}







.menu_slide_layer .menusl .menuslbox
{
	width: 100%;
	position: absolute;
	top: 0px;
	left: -100%;
	z-index: 2;
}
.menu_slide_layer .menusl .menuslbox.current
{
	left: 0%;
}

@media only screen and (max-width: 980px)
{
	.head_c_center
	{
		width:100%;
	}
}

@media only screen and (max-width: 800px)
{
	.head_c
	{
		width:490px;
		height:165px;
		margin:0 auto;
	}
	
	.head_c_center 
	{
		padding: 0 14px;
	}
	
	.h_logo
	{
		width:100%;
		margin-bottom:45px;
		text-align:center;
	}
	
	.h_links
	{
		width:358px;
	}
	
	.h_links a
	{
		margin:0 10px 0 0;
	}
	
	.desktop_menu
	/*.h_links .languages*/
	{
		display:none;
	}
	
	.h_links .home img 
	{
		width:27px;
	}
	
	.h_links .sitemap img, 
	.h_links .email img, 
	.h_links .phone img 
	{
		width:28px;
	}
	
	.h_links .web img
	{
		width:22px;
	}
	
	.h_links .phone span
	{
		font-size:14px;
	}
	
	.h_links .sitemap 
	{
		margin-right:15px;
		display:none;
	}
	
	.mobile_menu_btn
	{
		width:40px;
		margin:6px 0 0;
		height:35px;
		float:left;
		cursor:pointer;
		
		background-image:url(../img/icons/menu.png);
		background-repeat:no-repeat;
		background-size: 40px 35px;
		-webkit-background-size: 40px 35px;
	}
	
	.mobile_menu_btn.opened
	{
		background-image:url(../img/icons/menu_opened.png);
	}
	
	.languages
	{
		width:92px;
	}
	
	.languages a
	{
		font-size:14px;
	}
}

@media only screen and (max-width: 490px)
{
	.head_c
	{
		width:320px;
		height:150px;
	}
	
	.head_c_center 
	{
		padding: 0 4px 0 14px;
	}
	
	.h_links .phone span
	{
		display:none;
	}
	
	.h_links
	{
		width:253px;
	}
	
	.h_links a 
	{
		font-size:14px;
	}
	
	.h_logo
	{
		margin-bottom:30px;
	}
	
	.languages 
	{
		margin-top:2px;
		width:96px;
	}
	
}

/* Main */
.main_c
{
	width: 100%;
	overflow:hidden;
	position: relative;
	z-index: 1;
	
	background:none;
}
.main
{
	width: 980px;
	margin:0 auto;
	padding:0;
	display:table;
	position: relative;
	z-index: 1;
}

/*MAIN TOP*/
.main_top
{
	width:100%;
	height:432px;
	position:relative;
	z-index:1;
}

.main_top img
{
	width:2000px;
	margin: 0 0 0 -1000px;
	position:absolute;
	z-index:1;
	top: -203px;
	left:50%;
}

.main_top_shadow
{
	width:2010px;
	height:9px;
	margin: 0 -515px;
	position:absolute;
	top:0;
	z-index:2;
	
	background-image:url(../img/h_shadow_bg.png);
	background-repeat:repeat;
}

.mt_title
{
	overflow:hidden;
	position:absolute;
	top:35px;
	left:20px;
	z-index:3;
	
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size:27px;
	font-weight:500;
	text-shadow: 2px 1px #000;
	color:#F2EBE1;
}

.mt_buttons
{
	width:750px;
	overflow:hidden;
	margin:auto;
	position:absolute;
	bottom: 40px;
	left:0;
	right:0;
	z-index:3;
}

.mt_buttons a
{
	width:237px;
	height:60px;
	margin: 6px;
	display:block;
	float:left;
	position:relative;
	
	text-decoration:none;
	text-align:center;
	background-color:#F2EBE1;
}

.mt_buttons a:hover
{
	text-decoration:none;
	background-color:#AC8154;
}

.mt_buttons span
{
	position:absolute;
	margin:auto;
	top:50%;
	left:0;
	right:0;
	-webkit-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
 	transform: translateY(-50%);
	
	color:#6E4E2E;
	font-size:13px;
	line-height:130%;
}

.mt_buttons a:hover span
{
	color:#F2EBE1;
}

/*Content Bottom*/
.content_bottom
{
	width:100%;
	height:60px;
	overflow:hidden;
	position:relative;
	z-index:2;
	padding:15px 55px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	background-color:#875830;
}

.google
{
	text-decoration:none;
}

.google img
{
	width:40px;
	margin-right:20px;
	vertical-align:middle;
}

.google span
{
	font-size:14px;
	font-weight:600;
	line-height:120%;
	color:#fff;
	letter-spacing:1px;
	text-decoration:none;
}

.nach_oben_btn
{
	display:block;
	padding:0 16px;
	position:absolute;
	bottom: 0;
	right:55px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor:pointer;
	
	background-color:#C4A484;
	text-decoration:none;
}

.nach_oben_btn span
{
	padding-right:15px;
	
	font-size:14px;
	font-weight:600;
	line-height:40px;
	color:#fff;
	letter-spacing:1px;
	text-decoration:none;
	background-image:url(../img/icons/arr_top_white.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size: 10px 6px;
	-webkit-background-size: 10px 6px; 
}


@media only screen and (max-width: 980px)
{
	.main
	{
		width:100%;
	}
}

@media only screen and (max-width: 800px)
{
	.main,
	.main_c
	{
		width:490px;
		margin:0 auto;
	}
	
	.main_top
	{
		height:470px;
		background-color:#3C2112;
	}
	
/*	.main_top img
	{
		width:100%;
		left:auto;
		top:0;
		margin:0;
	}*/
	
	.main_top img 
	{
		left: -57px;
		margin: 0;
		right: 0;
		top: -5px;
		width: 122%;
	}
	
	.mt_title
	{
		display:none;
	}
	
	.mt_buttons
	{
		width:100%;
		bottom:30px;
		padding:0 2px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;

	}
	
	.mt_buttons a
	{
		margin: 3px;
	}
	
	/*Content Bottom Google*/
	
	.content_bottom
	{
		padding-left:30px;
		padding-right:30px;
	}
	
	.nach_oben_btn
	{
		right:30px;
	}
	
	.google
	{
		display:block;
		width:215px;
	}
	
	.google span
	{
		display:block;
		margin-top:-34px;
		margin-left:50px;
	}

}

@media only screen and (max-width: 490px)
{
	.main,
	.main_c
	{
		width:320px;
		overflow:hidden;
		display:block;
	}
	
	.menu_slide_layer
	{
		width:75%;
	}
	
	.main_top
	{
		height:515px;
	}
	
	.mt_buttons
	{
		bottom:0;
		padding:0 5px 3px;
	}
	
	.mt_buttons a
	{
		width:100%;
		margin: 3px 0;
	}
	
	.main_top img 
	{
		left: 0;
		margin: 0;
		right: 0;
		top: 0;
		width: 100%;
	}
	
	/*Content Bottom Google*/
	.content_bottom
	{
		height:116px;
		padding-top:18px;
	}
	
	.nach_oben_btn
	{
		margin:auto;
		left:0;
		right:0;
		width:135px;
	}
}

/* Footer */
.footer_c
{
	width: 100%;
	margin-top:25px;
	padding-bottom:60px;
	min-height: 230px;
	position:relative;
	z-index:2;
	
	background-color:#6E5947;
}

.footer_container
{
	width:2000px;
	margin:0 -510px;
	padding-bottom:60px;
	position:absolute;
	overflow:hidden;
	top:0;
	z-index:3;
	background-color:#6E5947;
}

.footer_c_center
{
	width:795px;
	margin:0 auto;
	min-height: 230px;
	padding:0 15px;
	overflow:hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.footer_c_center div
{
	float:left;
	width:172px;
	margin: 45px 0 0 0;
	overflow:hidden;
}

.footer_c span
{
	float:left;
	
	font-size:12px;
	font-weight:normal;
	line-height:200%;
	color:#fff;
	letter-spacing:1px;
}

.footer_c .f_title
{
	width:100%;
	margin:0 0 20px 0;
	
	
	font-size:14px;
	font-weight:600;
	line-height:150%;
	color:#fff;
}

.footer_c img
{
	float:left;
}

.footer_c .f_contact,
.footer_c .f_standort
{
	margin-right:138px;
}

.footer_c .f_logos
{
	width:145px;
}

.f_logos .logo1
{
	margin: 0 15px 0 0;
}

.f_contact img
{
	margin: 7px 0 0 15px;
	vertical-align:middle;
}

.f_contact a
{
	float:left;
	text-decoration:none;
}

.f_contact a span
{
	text-decoration:none;
}

.f_contact a:hover span
{
	text-decoration:underline;
}

.f_contact .f_email
{
	margin:0 15px 0 0;
	clear:left;
}

@media only screen and (max-width: 980px)
{
	.footer_container
	{
		width:100%;
		margin:0;
		position:relative;
		bottom:auto;
	}
}

@media only screen and (max-width: 800px)
{
	.footer_c
	{
		width:490px;
		margin-top:0;
		padding: 0 0 60px 0;
	}
	
	
	
	.footer_c_center
	{
		width:100%;
		padding: 0 30px;
	}
	
	.footer_c .f_contact, 
	.footer_c .f_standort
	{
		margin-right:0;
	}
	
	.footer_c_center .f_standort
	{
		float:right;
		width:160px;
	}
	
	.footer_c .f_logos 
	{
		clear:both;
	}
	
	.footer_c span
	{
		font-size:11px;
		padding-right:10px;
	}
}

@media only screen and (max-width: 490px)
{
	.footer_c
	{
		width:320px;
	}
	
	.footer_c_center .f_standort,
	.footer_c_center .f_logos,
	.footer_c_center .f_contact
	{
		float:left;
		width:100%;
	}
	
	.footer_c_center .f_standort img
	{
		float:right;
		margin-right:15px;
	}
	
	.main_top
	{
		height:auto;
		padding-top:116px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
	}
	
	.mt_buttons
	{
		position:relative;
		
	}
	
	
	
}