/* CSS Mini Reset */
/******************/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
.clear { clear:both; }

@font-face {
  font-family: 'FEMORALIS';
  src:  url('fonts/FEMORALIS.ttf.woff') format('woff'),
    url('fonts/FEMORALIS.ttf.svg#FEMORALIS') format('svg'),
    url('fonts/FEMORALIS.ttf.eot'),
    url('fonts/FEMORALIS.eot?#iefix') format('embedded-opentype'); 
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'DanielaScript';
	src: url('fonts/daniela-script.eot');
	src: url('fonts/daniela-script.eot?#iefix') format('embedded-opentype'),
             url('fonts/daniela-script.woff2') format('woff2'),
	     url('fonts/daniela-script.woff') format('woff'),
	     url('fonts/daniela-script.ttf') format('truetype'),
	     url('fonts/daniela-script.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* STYLES */
/**********/
body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto Slab', serif;
	font-weight:300;
	font-size: 17px;
	line-height:24px;
	color:#30271e;
}
::-webkit-input-placeholder {  color: #5e5b2e; }
::-moz-placeholder { color: #5e5b2e; }
:-ms-input-placeholder { color: #5e5b2e; }
:-moz-placeholder { color: #5e5b2e;  }

h1 {
	
}
h2 {
	
}
a {
	
}
a:hover {
	
}
strong {
	
}
#site {

}
#btn_nav {
	position:relative;
	z-index:2200;	
	left:24px;
	top:12px;
	float:left;
}
#navtitle {
	float:left;	
	padding-left: 35px;
	padding-top: 21px;
	font-size:22px;
}
nav {
	display:none;
	z-index:1000;
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background:#9c9731;
}
#navwrapper {
	position:relative;
	width:100%;
	height:100%;
	display:table;	
}
.mobnav {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	
}
.mobnav li {
	padding-bottom:35px;	
}
.mobnav a:link, .mobnav a:visited {
	color:#fff;
	text-decoration:none;
}
.mobnav li .number {
	font-family: 'FEMORALIS';
	font-size:26px;
	
}
.mobnav li .descr {
	color:#51561e;	
}
.mobnav a:hover .number {
	text-decoration:underline;		
}
.mobnav a.act .number {
	text-decoration:underline;	
}
#logo {
	width:164px;
	height:auto;
	display:block;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-82px;
	z-index:2000;

}
#header {
	position:relative;
	float:left;
	width:100%;
	height:72px;
}
#language {
	position:absolute;
	right:24px;
	top:27px;
	height:20px;
	overflow:hidden;
	background:#FFF;
	z-index:999;
}
#langtitle{
	position:relative;
	padding-left:15px;
	cursor:pointer;
}
#langtitle span {
	position:absolute;
	left:0px;
	top:0px;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	-moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
	font-size:12px;
}
#language ul {
	padding-left:15px;	
}
#language a {
	color:#51561e;		
}
.up {
	position:absolute;
	right:24px;
	bottom:24px;	
	font-size:12px;
	cursor:pointer;	
}
.up span {
	display:inline-block;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	-moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* home */
#gallery {
	position:relative;
	float:left;
	overflow:hidden;
	width:100%;	
	padding: 0px 24px;
}
.topslider img {
	width:100%;	
	height:auto;
}
#txt_green {
	position:relative;
	display:table;
	width:100%;	
	height:30vw;
	float:left;
	text-align:center;
	background:#93973f;
	color:#fff;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
   	hyphens: auto;
}
.txtwrapper{
	position:relative;
	width:100%;
	display: table-cell;
    vertical-align: middle;
    text-align:center;
	padding:24px 0px;
}
.txtbox_center {
	width:50%;
	max-width:565px;	
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
#txt_green h1 {
	font-family: 'DanielaScript';
	font-size:78px;
	line-height:56px;
}

#contentslider {
	position:relative;
	float:left;
	width:100%;
	padding:24px;
}
.contentslider li {
	width:100%;
}
.slider_left {
	position:relative;
	float:left;
	width:50%;
	padding-right:12px;
	display:table;
}
.slider_left:not(.ilfienile) img {
	width:100%;	
}
.slider_right:not(.home) img {
	width:100%;	
}
.slider_right {
	position:relative;
	float:left;
	width:50%;
	padding-left:12px;
	display:table;
}
.img_contentslider {
	width:34px;
	height:auto;
	margin-top:30px;
	display:block;
	margin-left:auto;
	margin-right:auto;	
}
.sliderbox_con h2, .txtbox_center h1, .txtbox_center h2 {
	font-family: 'FEMORALIS';
	font-size:40px;
	margin-bottom:15px;	
	letter-spacing:1px;
}
.slider_right .imgdesrc, .slider_left .imgdesrc {
	position:absolute;
	left:0px;	
	bottom:0px;
	font-size:12px;
}
#contentslider .bx-prev {
	width:60px;
	height:60px;
	margin-top:-30px;
	margin-left:-34px;
	background:#93973f url(../img/sliderarrow_left_white.png) no-repeat center center;	
	/*background:#FFF url(../img/sliderarrow_left.png) no-repeat center center;*/
}
#contentslider .bx-next {
	width:60px;
	height:60px;
	margin-top:-30px;
	margin-right:-34px;
	background:#93973f url(../img/sliderarrow_right.png) no-repeat center center;	
}
.contentslider .up {
	right:0px;
	bottom:0px;	
}
#con_left, #con_right{
	position:relative;
	float:left;
	width:50%;	
	padding-bottom:24px;
}
#con_left {
	padding-left:24px;	
}
#con_left .up {
	left:24px;
	right:inherit;	
}
#con_left img {
	max-height: 80%;  
    max-width: 80%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
#con_right {
	padding-right:24px;	
}
.guestbookslider {
	height:100%;	
	background:#b0552b;
}
.guestbookslider li {
	width:100%;
	heigh:100%;
	background:#b0552b;
	display:table;
	color:#fff;
	/*font-family: 'Homemade Apple', cursive;*/
}
.guestbookslider h2 {
	width:100%;
	text-align:center;
	font-family: 'FEMORALIS';
	font-size:40px;
	margin-bottom:15px;	
	letter-spacing:1px;
}
.img_guestbook {
	display:block;
	width:34px;
	height:auto;
	margin-top:36px;
	margin-bottom:36px;	
	margin-left:auto;
	margin-right:auto;	
}
/*.guestbookslider .guestbookslider_con {
	display:block;
	width:80%;
	max-width:565px;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
   	hyphens: auto;
	font-size:19px;
	line-height:35px;
}*/
.guestbookslider .txtbox_center {
	width:80%;
	max-width:565px;	
}
#con_right .bx-prev {
	width:60px;
	height:60px;
	margin-top:-30px;
	margin-left:-34px;
	background:#FFF url(../img/sliderarrow_left.png) no-repeat center center;
}
#con_right .bx-next {
	width:60px;
	height:60px;
	margin-top:-30px;
	margin-right:-34px;
	background:#FFF url(../img/sliderarrow_right_black.png) no-repeat center center;	
}
#footer {
	position:relative;
	float:left;
	width:100%;
	height:440px;
	background:url(../img/bg_bottom.jpg) repeat left top;
}
#footer img {
	position:absolute;
	left:50%;
	bottom:0px;
	width: 164px;
	height: auto;	
	margin-left: -82px;
	z-index:10;
}
#footercon {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:48px;
	z-index:5;
	background:#FFF;
	line-height:48px;
	color:#93973f;
	font-size:14px;
		
}
#footercon .copyright {
	padding-left:24px;
	float:left;	
}
#footercon .overlay {
	color:#93973f;
	float:right;
	padding-right:24px;
}

#map {
	width:100%;
	height:	923px;
	margin-bottom:24px;
}
 /* Overview */
#con_left.overview {
	padding-right:12px;	
}
#con_right.overview {
	padding-left:12px;	
	
}
.overview {
	height:455px;	
	display:table;
}
.overview .txtwrapper{
	width:100%;
	display: table-cell;
    vertical-align: middle;
    text-align:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}


#con_left.overview .txtwrapper {
	background: url(../img/overview_left.png) top+12px left no-repeat, 
                url(../img/overview_left.png) top+12px right no-repeat, 
				url(../img/overview_left.png) bottom+12px left no-repeat, 
				url(../img/overview_left.png) bottom+12px right no-repeat;
}
#con_right.overview .txtwrapper {
	background: url(../img/overview_right.png) top+12px left no-repeat, 
                url(../img/overview_right.png) top+12px right no-repeat, 
				url(../img/overview_right.png) bottom+12px left no-repeat, 
				url(../img/overview_right.png) bottom+12px right no-repeat;
}
#conimg {
	position:relative;
	float:left;
	width:100%;
	padding:0px 24px 48px 24px;	
}
#conimg img {
	width:100% !important;
	height:auto;
}	

/* ilfienile */
#conimg.ilfienile {
	padding:0px 24px;	
}
#ilfienile_txt {
	position:absolute;
	width:50vw;
	left:50%;
	margin-left:-25%;
	top:293px;
	background:#fff;
	display:table;
}
.slider_left.ilfienile .imgdesrc{
	left:inherit;
	right:0px;
}
.up.ilfienile {
	right:inherit;
	left:4px;	
}
#price {
	position:relative;
	display:table;
	width:100%;	
	min-height:50vw;
	background:#9c401e url(../img/price.png) no-repeat center center;
	background-size:auto 105%;
	float:left;
	padding-top:200px;
	padding-bottom:250px;
	text-align:center;
	color:#fff;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
   	hyphens: auto;
}
#price .txtbox_center {
	max-width:500px;
	line-height:20px;
	padding-top:2vh;
}
#price .up {
	right:inherit;
	left:24px;	
}

/* gallery */
#gallerywrapper {
	width:100%;	
	padding-top:260px;
}
#gallerywrapper h1{
	padding:331px 0px 24px 24px;
}
#gallerywrapper .fancygal {
	position:relative;
	float:left;
	width:33%;
	padding-left:24px;
	padding-bottom:24px;
}
#gallerywrapper .fancygal img {
	width:100%;
	height:auto;	
}
.table {
	width:100%;
	height:100%;
	display:table;
}
#gallerywrapper .hover {
  	position: absolute;
  	left:0px;
	top:0px;
	margin-left:24px;
	width:calc(100% - 24px);
	background:rgba(255,255,255,0.8);
	text-align:center;
	display:none;
	color:#30271e;
}

/* contact */
#conimg.contact {
	padding-bottom:24px;	
}
.contact .txtwrapper {
	vertical-align:top;
	padding-top:266px;
	padding-bottom:120px;
}
.contact .txtbox_center {
	max-width:none;
	color:#30271e;
}
#contactform {
	float:left;
	padding-top:24px;
}
.formfeld {
	width:calc(50% - 24px);
	border:1px solid #fff;
	background:none;
	margin-bottom:24px;
	padding:12px;
	color:#30271e;
}
.formfeld:not(.small):nth-of-type(odd) {
	margin-right:12px;	
}
.formfeld:not(.small):nth-of-type(even) {
	margin-left:12px;	
}
#smallwrapper {
	width:calc(50% - 12px);
	float:right;
	text-align: left;
}
input.formfeld.small {
	width:calc(33% - 24px);
	border:1px solid #fff;
	background:none;
	margin-bottom:24px;
	padding:12px;
	color:#30271e;
	padding-right:12px;
}
input.formfeld.small:first-of-type {
	width:calc(33% - 16px);
	margin-right:24px;	
}
input.formfeld.small:nth-of-type(2) {
	width:calc(33% - 16px);
	margin-right:24px;	
}
textarea.formfeld {
	height:128px;
}
.button {
	position:relative;
	background:#fff;
	width:80%;
	max-width:144px;
	cursor:pointer;
	border:none;
	padding:20px;
	margin-top:48px;
}
#input_wrongdiv {
	display:none;
	color:#F00;
	margin-top:5px;
}
#after_send {
	padding-top:24px;
	display:none;	
}
#fancy {
	width:90%;
	max-width:800px;	
}
#fancy strong {
	font-weight:bold;
}