body {
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
	font-size: 120%;
	line-height: 120%;
	font-weight: 400;
	color: #413f3f;
}

h1, h2, h3 {line-height: 120%;
	color: #7d6c36;}
p {

}
a {
	color: #413f3f;
}

.linie {	border-top: 1px solid #b2b2b2; margin-top: 30px;}
.center {text-align: center;}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0 2%;
	box-sizing: border-box;
}

#mobilmenu {
	display: none;
}
#mobilmenu #nav {
	display: none;
	background: #ffffff;
}
#mobilmenu #nav ul {
	display: block;
	margin: 0;
}

#mobilmenu #nav .level_2 {
	border-top: 1px solid #474646;
}
#mobilmenu #nav .level_2 {

}

#topmenu {
	position: absolute;
	width: 100%;
}
#topmenu .inside {
	max-width: 1680px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#header {
	position: relative;

	margin-bottom: 5px;
}
#header .inside {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     justify-content: flex-start;
     align-items: flex-start;
     align-content: flex-start;

}

#header #logo {

	margin: 10px 0 0 0;
}
#header #logo strong, #header #logo a {
	display: inline-block;
	background: url(../images/layout/logo.png) no-repeat 100%;
	width: 241px;
	height: 89px;
	text-indent: -99999px;
}
#header #nav {
	padding: 30px 30px 0 30px;
	overflow: visible;

}
#header #nav ul.level_1 {
	font-weight: 400;
	margin: 0;
}

#header    #nav ul.level_1 > li {
	position: relative;
	padding: 0 5px 0 0;
	line-height: 40px;
	display: inline-block;
	background: url(../images/layout/menu_sep.png) right 0 repeat-y;
}
#header    #nav ul.level_1 > li.last {
	background: none;
}

#header #nav ul.level_1 li.submenu:after {
	content: '';
	position: absolute;
	width: 5px;
	top: 35px;
	left: 50%;
	pointer-events: none;
	z-index: 99;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 3px 0 3px;
	border-color: #333 transparent transparent transparent;
}

#nav a {

	text-decoration: none;
	display: block;
}

#header #nav a:hover {

}

#header #nav ul li a, #header #nav ul li strong {
	color: #7d6c36;
	padding: 0 20px;

	display: block;
}
#header #nav ul.level_1 li strong {
	font-weight: 400;
}

#header #nav .level_2 {
	position: absolute;
	text-transform: none; ;
	display: none;
	z-index: 99;
	width: 100%;
	max-height: 450px;
	background: #ffffff;
	top: 40px;
}
#header #nav .level_2.show {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#header #nav .level_3 {
	display: none;
}

#header #nav ul.level_2 li {
	float: left;
	line-height: 50px;
	margin-top: 0;
	width: 50%;
}
#header #nav .level_2 a {
	line-height: 50px;
	display: block;
}
#header #nav .level_2 strong {
	color: #ffffff;
	background: #7e6c37;
	padding: 0 20px;
	line-height: 50px;
	display: block;
	width: 100%;
}

#header.sticky  #nav ul li.home {
	padding-top: 10px;
}
header.sticky  #nav ul li.home span, #header.sticky    #nav ul li.home strong {
	width: 92px;
	height: 60px;
	background-size: 100%;
}
#header.sticky    #nav ul li {
	line-height: 80px;
}


#main .inside {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;}

	.ce_gallery ul {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
     .ce_gallery li {padding: 10px 0; width: 32%; max-width: 450px;}

     #main .ce_text ul {padding-left: 20px;}

     #main .ce_text ul li {list-style-type: circle; line-height: 150%;padding: 5px 0;}

#footer {
	font-size: 100%;
margin-top: 20px;
	border-top: 1px solid #b2b2b2;
	color: #6d6a6a;
}
#footer .inside {
	width: 100%;
	max-width: 1400px;
	margin: 30px auto 0;
}
#footer a {
	text-decoration: none;
	color: #6d6a6a;
}
#footer a:hover {
	text-decoration: underline;
}

.scroll-top-wrapper.show {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	background: url(../images/layout/up.png) no-repeat;
	opacity: 0.6;
}
.scroll-top-wrapper.show:hover {
	opacity: 1;
}
.iframe-container {
margin: 0 auto;
max-width:100%;
width:100%;
height:400px;
}

.highlight a {
	background: #7d6c36;
	color: #ffffff;
	display: inline-block;
	padding: 15px;
	margin: 20px 0;
}



@media screen and (max-width: 1200px) {

	#header #nav ul li span, #header #nav ul li strong {padding: 0 7px;}
}

@media screen and (max-width: 960px) {
	#wrapper {

	padding: 0 20px;

}

	#header #logo {
		display: none;
	}
	#mobilmenu {
		display: block;
		text-align: center;
	}
	#mobilmenu li.home {
		display: none;
	}
	#mobilmenu li {
		border-bottom: 1px solid #b2b2b2;
		line-height: 200%;
	}
	#mobilmenu li.last {
		border-bottom: none;
	}

	#mobilmenu #nav .level_2 {

	}
	#mobilmenu #nav .level_2.show {
		display: block;
	}
	#m-logo a {
		display: block;
		width: 96%;
		max-width: 298px;
		height: 119px;
		padding: 0;
		background: url(../images/layout/logo.png) no-repeat;
		background-size: 100%;
		margin: 10px auto 10px;
	}

}
@media screen and (max-width: 480px) {
	.ce_gallery ul {display: block;}
	.ce_gallery li {width: 100%;}
}
