@charset "utf-8";
/* CSS Document */
/*
font-family: 'Cantarell', sans-serif;
font-family: 'Rokkitt', 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%;
	min-width: 850px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
@media (max-width: 1020px)
{
	.page_c
	{
		min-width: 320px;
	}
	body .ui-widget { font-size: 14px; }
}
@media (max-width: 540px)
{
	body .ui-widget { font-size: 16px; }
}

/* Head */
.head_c
{
	width:100%;
	height:180px;
	margin:0;
	padding:0;
	display:table;
	position:relative;
	z-index:2;
	
	background-image:url(../img/head_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}


.head_c_c
{
	width: 1000px;
	margin:0 auto;
	padding:20px;
	display:table;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	position:relative;
	z-index:2;
	
	font-family: 'Cantarell', sans-serif;
}

.h_logo_c
{
	margin:0 0 0 0;
	padding:0;
	overflow:hidden;
	float:left;
}

.h_logo_c img
{
	width:210px;	
}

.h_links_c
{
	margin:10px 0 0 0;
	padding:0;
	overflow:hidden;
	float:right;			
}

.h_links_c a
{
	margin:0;
	display:block;
	float:right;
	
	font-size:14px;
	font-weight:bold;
	line-height:130%;
	color:#fff;
	text-decoration:none;
}

.h_links_c a:hover
{
	text-decoration:none;
	color:#EBDDCE;
}


.h_links_c .h_email img
{
	width:16px;
	margin:4px 0 0;
	float:left;
}

.h_links_c a span
{
	margin:0 0 0 12px;
	padding:0;
	float:left;
	text-decoration:none;
}

.h_links_c .h_phone
{
	margin-left:33px;
	margin-right:10px;
}

.h_links_c .h_phone img
{
	width:11px;
	float:left;
}

/*Desktop Menu*/
.deskt_menu_c
{
	margin:53px 0 0;
	padding:0;
	float:right;	
	display:table;
}

.deskt_menu_c .menu
{
	margin:0;
	padding:0;
	overflow:hidden;
}

.menu ul
{
	margin:0;
	padding:0;
	overflow:hidden;
}

.menu li
{
	margin:0;
	padding:10px 13px;
	list-style:none;
	float:left;
	
	font-size:17px;
	font-weight:bold;
	line-height:120%;
}

.menu li a
{
	color:#fff;
	text-decoration:none;
}

.menu li a:hover
{
	color:#EBDDCE;
	text-decoration:none;
}


/* Mobile menu */
.mobile_menu_btn
{
	display:none;
}


.menu_slide_c
{
	width: 260px;
	float: left;
	position: absolute;
	right: -500px;
	z-index: 3;
	display:none;
	
	background-color: #fff;
}
.menu_slide_c.closed
{
	display: none;
}

.menu_slide_c .menusl
{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-image:url(../img/menu_bg.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size: 82px 170px;
	-webkit-background-size: 82px 170px;
}
.menu_slide_c .menusl .menuslbox
{
	width: 100%;
	position: absolute;
	top: 0px;
	left: -100%;
	z-index: 2;
}
.menu_slide_c .menusl .menuslbox.current
{
	left: 0%;
}

.menusl ul
{
	width:100%;
	margin:0;
	padding: 10px 0;
	overflow:hidden;
}

.menusl li
{
	width:100%;
	margin:0;
	padding:13px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	list-style:none;
	
	font-family: 'Cantarell', sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:120%;	
}

.menusl li a
{
	width:100%;
	display:block;
	
	text-decoration:none;
	color:#A58C72;
}

.menusl li a:hover
{
	color:#2D5F18;
}

/*Head Image*/
.head_image
{
	width:100%;
	height:430px;
	position:relative;
	z-index:0;
}

.head_image img
{
	width:2000px;
	margin:0 0 0 -1000px;
	position:fixed;
	left:50%;
	top:0;
	z-index:0;
}
/* Badge */
.c_badge
{
	width: 100%;
	margin: -234px 0 20px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.badge
{
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	
	background-color:none;;
}
.badge img {
	width:300px;
	height:164px;
	float:right;	
}

/* Main */
.main_c
{
	width: 100%;
	margin:0 0 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.main
{
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	
	background-color:#fff;
}

.main_bottom
{
	width:1000px;
	margin:0 auto;
	padding:35px 0;
	overflow:hidden;
	
	background-color:#fff;
}

.pauschalen_c
{
	width:100%;
	overflow:hidden;
	
	background-color:#faf5ef;
}

.no_btn
{
	width:65px;
	height:65px;
	margin:0 auto;
	cursor:pointer;
	
	background-image:url(../img/icons/no_btn.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 65px 65px;
	-webkit-background-size: 65px 65px;
}





/********  Footer  **********/
.footer_c
{
	width: 1000px;
	margin:350px auto 300px;
	position:relative;
	z-index:2;
	overflow:hidden;
	
	font-family: 'Cantarell', sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:200%;
	letter-spacing: 0.015em;
	color:#705846;
}

.footer_c a
{
	color:#705846;
	text-decoration:none;
}

.footer_c a:hover
{
	text-decoration:underline;
}

.footer_top
{
	width:100%;
	margin:0;
	padding:30px 0 10px 0; /*30px 0 0;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;
	float:left;
	
	background:url(../img/footer_bg2.png) repeat-x center top / auto 100%;
}


.f_logo
{
	width:auto;
	height:146px;
	margin:0 0 0 4px;
	padding:11px 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	
	background-image:url(../img/footer_bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-size: 122px 148px;
	-webkit-background-size: 122px 148px;
}

.f_logo img
{
	width:180px;
}

.f_contacts
{
	width:170px; /*160px;*/
	margin:0;
	padding:0 16px;
	float:left;
	overflow:hidden;
}

.f_contacts.sec
{
	margin-left:5px; /*15px;*/
}
.f_contacts.third
{
	margin-left:0px;
	width:250px;
}

.f_contacts p
{
	display:inline-block;
}

/*Footer Logos*/
.footer_bottom
{
	width:100%;
	margin:0;
	padding:8px 0;	
	overflow:hidden;
	
	background-color:#fff;
	text-align:center
}

.footer_bottom a
{	
	margin:8px 48px;
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
}

.f_logo1 img
{
	width:125px;
}

.f_logo2 img
{
	width:64px;
}

.f_logo3 img
{
	width:115px;
}

.f_logo4 img
{
	width:97px;
}

.footer_bg_c > img
{
	display:none;
}

@media(max-width:1020px)
{
	/******** HEAD **********/
	.head_c_c
	{
		width:520px;
		padding:20px 15px;
	}
	
	.h_links_c .h_email img
	{
		width:28px;
	}
	
	.h_links_c .h_email span
	{
		display:none;
	}
	
	.h_links_c .h_phone
	{
		margin-left:22px;
		margin-right:0;
	}
	
	.h_links_c .h_phone img
	{
		width:20px;
	}
	
	.h_links_c .h_phone span
	{
		display:none;
	}
	
	.deskt_menu_c .menu
	{
		display:none;
	}
	
	/*Mobile Menu BTN*/	
	.deskt_menu_c
	{
		clear:right;
		margin: 5px -15px 0 0;
	}
	
	.deskt_menu_c .mobile_menu_btn
	{
		margin:0;
		padding:15px;
		display:block;
		cursor:pointer;
		
		background-color:#fff;
		
		font-size:25px;
		font-weight:bold;
		line-height:120%;
		color:#A68C73;
	}
	
	.deskt_menu_c .mobile_menu_btn.closed
	{
		background:none;
		color:#fff;
	}
	
	.deskt_menu_c .mobile_menu_btn span
	{
		margin:0;
		padding:0 0 0 40px;
		
		background-image:url(../img/icons/menu_close.png);
		background-position:left center;
		background-repeat:no-repeat;
		background-size: 24px 24px;
		-webkit-background-size: 24px 24px;
	}
	
	.deskt_menu_c .mobile_menu_btn.closed span
	{
		background-image:url(../img/icons/menu.png);
		background-size: 28px 22px;
		-webkit-background-size: 28px 22px;
	}
	
	.menu_slide_c
	{
		display:block;
	}
	
	/*Head Background Image*/
	.head_image
	{
		position:relativ;
		margin:-180px 0 0;
		height:366px;
		overflow:hidden;
	}
	
	.head_image img
	{
		width:100%;
		position:static;
		margin:0;		
	}
	
	.head_image.auto_height
	{
		height:auto;
	}
	
	/* Badge */
.c_badge
{
	width: 100%;
	margin:0 0 0 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.badge
{
	display:none;
}


	
	
	/**********  MAIN ***********/
	.main
	{
		width:100%;
	}
	
	.main_bottom
	{
		width:100%;
	}
	
	
	
	
	
	/*******  FOOTER  ********/
	.footer_bg_c
	{
		width:100%;
		height:560px;
		overflow:hidden;
		position:relative;
		z-index:0;
	}
	
	.footer_bg_c > img
	{
		width:1005px;
		margin:0 0 0 -502px;
		display:block;
		position:absolute;
		left:50%;
		top:0;
		z-index:0;
	}
	
	
	.footer_c
	{
		width:520px;
		margin-top:260px;
		margin-bottom:50px;
		
		font-size:13px;
	}
	
	.footer_top
	{
		padding-top:23px;
	}
	
	.f_logo
	{
		padding:16px 17px 0;
		margin:0;
		
		background-position:bottom center;
		background-size: 124px 143px;
		-webkit-background-size: 124px 143px;
	}
	
	.f_logo img
	{
		width:131px;
	}
	
	.f_contacts
	{
		width:190px;
		padding:5px 9px 0;
	}
	
	.f_contacts.sec
	{
		width:122px;
		margin:0;
	}
	
	.footer_bottom
	{
		padding:5px 0;
	}
	
	.footer_bottom a
	{
		margin-left:10px;
		margin-right:19px;
	}
		
}

@media (max-width:540px)
{
	/******** HEAD *********/
	.head_c_c
	{
		width:320px;
		padding-left:10px;
		padding-right:10px;
	}
	
	.h_logo_c img
	{
		width:150px;
	}
	
	.deskt_menu_c
	{
		margin-right:-10px;
	}
	
	.deskt_menu_c .mobile_menu_btn
	{
		padding:14px 10px;
	}
	
	
	
	/*********** FOOTER *************/
	.footer_c
	{
		width:320px;
		margin-top:30px;
		margin-bottom:0;
	}
	
	.footer_top
	{
		padding-top:15px;
	}
	
	.f_logo
	{
		width:100%;
		text-align:center;
	}
	
	.f_contacts,
	.f_contacts.sec
	{
		width:100%;
		padding:0;
		text-align:center;
	}
	
	.f_contacts
	{
		margin:-45px 0 0;
	}
	
	.f_contacts.sec
	{
		margin:5px 0 0 0; /*15px 0 0 0;*/
	}
	
	.footer_bottom
	{
		padding-bottom:13px;
	}
	
	.footer_bottom a
	{
		margin-left:20px;
		margin-right:20px;
	}
	
	.f_logo1 img
	{
		width:158px;
	}
	
	.f_logo2 img
	{
		width:72px;
	}
	
	.footer_bottom .f_logo3
	{
		margin-right:15px;
	}
	
	.f_logo3 img
	{
		width:118px;
	}
	
	.footer_bottom .f_logo4
	{
		margin-left:15px;
	}
	
	.f_logo4 img
	{
		width:123px;
	}
	
}