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

/*
font-family: 'Merienda', Arial, cursive;
font-family: 'Open Sans', sans-serif;
*/

body
{
	margin: 0;
	padding: 0;
	background: #fff;
}
*
{
	outline: none;
}

a img
{
	border: 0px solid;
}
*:focus { outline: #732423 dashed 1px; }
a.art_anchor
{
	position: absolute;
	margin-top: -160px;
	/*
	top: -160px;
	left: 0;*/
}
.offscreen 
{
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
p
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.content p
{
	float: none;
}
body .ui-widget { font-size: 11px; }
.sc_only { width: 0px; height: 0px; overflow: hidden; }

.page_c
{
	width: 100%;
	min-width: 850px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 1000px)
{
	.page_c
	{
		min-width: 320px;
	}
	body .ui-widget { font-size: 14px; }
}
@media only screen and (max-width: 650px)
{
	body .ui-widget { font-size: 16px; }
}
/* Access map */
.as_map_c {
	width: 100%;
	position: relative;
	z-index: 30;
}
.as_map {
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: #FFFFFF;
	font: 400 16px/120% 'Quattrocento Sans', Tahoma, Geneva, sans-serif;
	color: #5F5751;
	font-weight: bold;
	text-transform: uppercase;
}
.as_map a {
	color: #5F5F5F;
	text-decoration: none;
}
.as_map *:focus {
	outline: 1px dashed #9D063B;
}
.as_map.opened {
	height: auto;
}
.as_map ul {
	list-style: none;
	margin: 0 auto;
	display: table;
}
.as_map ul li {
	float: left;
	margin: 30px;
}
/* Head */
.head_c
{
	width: 100%;
	float:left;
	position:relative;
}
.headtop_c
{
	float:left;
	width:100%;
	box-shadow: 0 0 4px rgba(0,0,0,0.36);
	position: fixed;
    z-index: 10;
	background:#fff;
}
.headtop
{
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
}
.logo
{
	float:left;
	padding: 19px 0;
	width: 30%;
	text-align:center;
}
.toplinks
{
	float:right;
	padding: 21px 20px 0 0;
	font: 400 16px/120% 'Quattrocento Sans', Tahoma, Geneva, sans-serif;
	color: #5F5751;
}
.toplinks a
{
	color: #294E31;
	text-decoration:none;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	padding-left:15px;
	float:left;
}
.toplinks a:hover
{
	color: #3D7449;
}
.fa-globe:before
{
	font-size: 20px;
	float:left;
	padding-top: 1px;
}
.fa-mobile:before
{
	font-size: 26px;
	float:left;
}
.fa-envelope:before
{
	font-size: 18px;
	float:left;
	padding-top: 4px;
}
.toplinks span
{
	float:left;
}
.toplinks span.tel
{
	padding: 5px 0 0 5px;
}
.lang 
{
	float:left;
	position:relative;
	margin-top: 2px;
}
.lang .lang_i
{
	display:none;
	position:absolute;
	right:0px;
	top: 27px;
	font: 700 14px/33px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	border: 3px solid #294E31;
}
.lang.opened
{
	margin-top: -1px;
}
.lang.opened .lang_i
{
	display:block;	
}
.lang.opened .fa-globe:before
{
	color: #fff;
	background: #294E31;
	border: 3px solid #294E31;
}
#google_translate_element
{
	float:left;
	line-height:16px;
}
#google_translate_element a,
#google_translate_element span
{
	padding:0;
	float:none;
	clear:both;
}
.nav_c
{
	float:right;
	font: 400 20px/120% 'Quattrocento Sans', Tahoma, Geneva, sans-serif;
	color: #294E31;
	text-transform:uppercase;
	margin:20px 0 0 0;
}
#navi_btn
{
	display:none;
	float:right;
	padding: 20px;
}
#navi_btn .burger {
	width: 27px;
	float:left;
	padding-right: 5px;
	margin-top: -2px;
}
#navi_btn.opened .one, #navi_btn.opened .two, #navi_btn.opened .three {
	width: 100%;
	height: 3px;
	background: #665C59;
	margin: 4px auto;
	backface-visibility: hidden;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#navi_btn .one, #navi_btn .two, #navi_btn .three {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity:1;
	margin-top:4px;
	height: 3px;
	background: #294E31;
}
#navi_btn.opened .one {
	-webkit-transform: rotate(45deg) translate(6px, 9px);
	-ms-transform: rotate(45deg) translate(6px, 9px);
	-moz-transform: rotate(45deg) translate(6px, 9px);
	transform: rotate(45deg) translate(6px, 9px);
	margin-top:0;
}
#navi_btn.opened .two {
	opacity: 0;
}
#navi_btn.opened .three {
	-webkit-transform: rotate(-45deg) translate(0px, -4px);
	-ms-transform: rotate(-45deg) translate(0px, -4px);
	-moz-transform: rotate(-45deg) translate(0px, -4px);
	transform: rotate(-45deg) translate(0px, -4px);
}
.nav ul
{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	list-style:none;
}
.nav ul li
{
	float:left;
	margin-left:10px;
}
.nav ul li a
{
	color: #3D7449;
	text-decoration:none;
	padding: 20px;
	float:left;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.nav ul li a:hover
{
	background: #3D7449;
	color:#fff; 
}
.headerimage
{
	position:relative;
	float:left;
	z-index:1;
	width:100%;
	margin-top: 130px;
}
.c_insta,
.c_anfrage
{
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	position:relative;
}
.c_insta .insta
{
	background: rgba(100,89,85,0.89);
	font: 400 20px/120% 'Quattrocento Sans', Tahoma, Geneva, sans-serif;
	color:#fff;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	padding:15px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.c_insta .insta:hover
{
	background: rgba(100,89,85,1);
}
.c_insta .insta a
{
	color:#fff;
	text-decoration:none;
}
.c_insta .insta span
{
	padding-left: 10px;
	font-size:24px;
}
.headerimage #headImageImg
{
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
}
.location
{
	position:absolute;
	top: -300px;
	right:60px;
	z-index:10;
}
.anfrage
{
	background: rgba(255,255,255,0.75);
	width:100%;
	padding: 17px 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position:absolute;
	left:0;
	bottom:0;
	z-index:10;
}
.anfrage *
{
	float:left;
}
.anfrage form
{
	width:100%;
}
.anfrage .title
{
	font: 400 28px/110% 'Quattrocento Sans', Tahoma, Geneva, sans-serif;
	color:#294E31;
	width:33%;
	margin-top: 6px;
	text-transform:uppercase;
}
.anfrage .af_down
{
	width:33%;
	margin-top: 4px;
}
.anfrage .d_input
{
	position:relative;
	width:42%;
	padding: 12px 0 12px 12px;
	background:#fff;
	overflow:hidden;
	margin-right:3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #3D3733;

}
.anfrage .d_input .fa-calendar
{
	position:absolute;
	right:15px;
	top:9px;
	font-size:24px;
	color:#3D7449;
}
.anfrage .d_input input
{
	border:none;
	position:relative;
	z-index:10;
	background:none;
	cursor:pointer;
}
.anfrage .af_button
{
	width: 33%;
	background:#3D7449;
	text-align:center;
	font: 400 22px/120% 'Quattrocento Sans', Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	color: #fff;
	text-decoration:none;
	padding: 12px 0;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	
}
.anfrage .af_button:hover
{
	background: #549E64;
}
/* Mobile menu */
.menu_slide_layer
{
	width: 75%;
	float: left;
	position: absolute;
	left: -75%;
	z-index: 1;
	
	background-color: #FFFFFF;
}
.menu_slide_layer.closed
{
	display: none;
}

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

/* Main */
.main_c
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	float:left;
}
.main
{
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	max-width:1296px;
	margin: 0 auto;
}

/* Footer */
.footer_c
{
	width: 100%;
	min-height: 200px;
	background: #464646;
	position: relative;
	z-index: 1;
	float:left;
}
.claim
{
	float:left;
	position:relative;
	text-align:center;
	font: 400 28px/110% 'Quattrocento Sans', Tahoma, Geneva, sans-serif;
	background: #E4E4E4;
	color:#284D31;
	width: 100%;
	padding: 43px 0 39px 0 ;
}
.footerimage
{
	width:100%;
	float:left;
	height:auto;
}
.footer,
.impressum
{
	max-width: 1200px;
	width:100%;
	margin: 0 auto;
}
.footer .box
{
	width: 33%;
	float:left;
	font: 400 18px/120% 'Quattrocento Sans', Tahoma, Geneva, sans-serif;
	margin:55px 0;
	color: #fff;
}
.footer .box a
{
	color: #fff;
	text-decoration:none;
}
.footer .box a:hover
{
	text-decoration:underline;
}
.box img.anreise
{
	width: 100%;
	height:auto;
	max-width: 369px;
	padding: 20px;
    box-sizing: border-box;
}
.footer .box.insta
{
	font: 700 17px/120% 'Quattrocento Sans', Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
}
.footer .box.insta span
{
	font-size: 24px;
}
.footer .box.insta .canal
{
	padding-top: 20px;
	font-size: 24px;
	letter-spacing:1px;
}
.footer .box.contact
{
	border-left: 1px solid rgba(255,255,255,0.4);
	box-sizing:border-box;
	width:40%;
	padding-left:40px;
}
.footer .box.contact .title
{
	font: 400 24px/110% 'Quattrocento Sans', Tahoma, Geneva, sans-serif;
	margin-bottom: 20px;
}
.impressum_c
{
	float:left;
	width: 100%;
	background: #fff;
	font: 400 15px/120% 'Quattrocento Sans', Tahoma, Geneva, sans-serif; 
	color: #665959;
	text-align: right;
	padding: 20px 0px 70px 0px;
}
.impressum a
{
	padding-right: 20px;
	color: #665959;
	text-decoration:none;
}
.impressum a:hover
{
	text-decoration: underline;
}
.na_o
{
	width: 100%;
	overflow: hidden;
	position: fixed;
	bottom:0;
	z-index: 10;
	text-align:right;
}
.na_o #na_o
{
	color: #3D7449;
	cursor: pointer;
	background: rgba(228,228,228,0.75);
	font: 400 15px/120% 'Quattrocento Sans', Tahoma, Geneva, sans-serif;
	padding: 11px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	width: 30px;
    height: 30px;
    float: right;
    text-align: center;
	margin: 0 10px 10px 0;
}
.na_o #na_o:before
{
	font-family: 'FontAwesome';
	content:"\f106";
	font-size: 30px;
    line-height: 30px;
	
}
.na_o #na_o:hover
{
	background: rgba(228,228,228,0.75);
}
@media (max-width: 1090px)
{
	.headtop_c
	{
		position: relative;
	}
	.headerimage
	{
		margin-top:0;
	}
	#navi_btn
	{
		display:block;
	}
	.nav_c
	{
		width: 70%;
	}
	.nav_c .nav
	{
		z-index: 10;
		background: #fff;
		position: absolute;
		width: 320px;
		top: -1000px;
		right: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-transition: top 0.5s ease-in-out;
		-moz-transition: top 0.5s ease-in-out;
		-ms-transition: top 0.5s ease-in-out;
		-o-transition: top 0.5s ease-in-out;
		transition: top 0.5s ease-in-out;
		height: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.nav_c.opened .nav,
	.nav:focus
	{
		top: 131px;
	}
	.nav ul
	{
		list-style: none;
		display: table;
		padding-left: 0;
		position: relative;
	}
	.nav ul li
	{
		margin: 0;
		width:100%;
		padding-left: 30px;
	}
	.nav ul li a
	{
		padding: 10px 20px;
	}
	.nav ul li a:hover
	{
		background:none;
		color: #6C1F1F;
	}
	.nav ul li:before 
	{
		font-family: 'FontAwesome';
		content: '\f105';
		margin: 8px 0 0 27px;
		color: #999999;
		position: absolute;
		left: 0;
	}
	.logo 
	{
		padding: 20px 13px;
		box-sizing:border-box;
	}
}
@media (max-width: 1000px)
{
	.anfrage .af_down
	{
		width: 60%;
	}
	.anfrage .title
	{
		width:100%;
		padding-bottom: 15px;
	}
	.anfrage .af_button
	{
		width: 35%;
		margin: 0 0 0 5%;
	}
}
@media (max-width: 700px)
{
	.footer .box.insta,
	.footer .box.contact
	{
		width:100%;
	}
	.anfrage
	{
		position:relative;
		float:left;
		background: #E4E4E4;
	}
	.location
	{
		top:-170px;
	}
	.footer .box,
	.footer .box.contact
	{
		width:100%;
		box-sizing: border-box;
		padding-left: 50px;
		padding-right: 50px;
		text-align:center;
	}
	.impressum_c
	{
		box-sizing: border-box;
		padding-right:20px;
	}
	.location
	{
		width: 300px;
		height:auto;
		right:20px;
	}
}
@media (max-width: 650px)
{
	.anfrage
	{
		padding: 17px 20px;
		margin-top: -1px;
	}
	.location
	{
		display:none;
	}
	.logo img
	{
		width: 170px;
	}
	

}
@media (max-width: 500px)
{
	.toplinks span.tel
	{
		display:none;
	}
	.anfrage
	{
		position:relative;
		float:left;
		background: #E4E4E4;
	}
	.anfrage .af_down,
	.anfrage .title
	{
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
		float:none;
	}
	.anfrage .af_button 
	{
		width: 69%;
    	margin: 9px 15%;
	}
	.anfrage .d_input
	{
		width: 48%;
	}
	.anfrage .d_input:nth-child(2)
	{
		margin-right:0;
	}
	.footer .box
	{
		padding: 0 20px;
	}
	.box img.anreise
	{
		width:100%;
		max-width: 350px;
	}
}

