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

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Ende CSS Reset */

/* --- MAIN STYLES ---------------------------------------------------------------------------------------- */

html, body{
	width: 100%;
	height: 100%;
}
body{
font-family:"Open Sans";
font-size:14px;
color:#a9997b;
font-weight:300;
line-height:1.5;
background: #fff;
}
hr{
border:0 none;
border-bottom:dotted 1px #CCCCCC;
margin:0 0 5px 0;
width:100%;
height:0;
display:inline-block;
}
p{
line-height: 1.5;
margin:0 0 15px 0;
}
h1{
color:#163750;
line-height:1.5;
margin:0 0 2px 0;
font-size: 16px;
font-weight: normal;
}
h2{
color:#163750;
font-weight: normal;
line-height:1.5;
margin:0 0 20px 0;
font-size: 16px;
}
h3{
font-weight: normal;
color:#163750;
margin:0;
font-size:14px;
}
h4, h5, h6{
font-weight: normal;
color:#163750;
margin:0;
font-size:14px;
}
h1 a, h1 a:link{
color:#163750;
font-family:arial;
font-size: 16px;
font-weight: normal;
}
h1 a:hover{
color:#163750;
font-weight: normal;
}
h2 a, h3 a, h2 a:link, h3 a:link{
color:#5c5e6c;
}
h2 a:hover, h3 a:hover {
color:#000;
}
a, a:link{
color:#a9997b!important;
text-decoration: underline;
}
a:hover{
text-decoration:underline;
}
ul{
margin-bottom:20px;
list-style:disc inside;
}
ul li{
list-style:disc inside;
line-height:1.5;
}
ol{
margin-left:21px;
margin-bottom:20px;
}
ol li{
list-style:decimal;
line-height:1.5;
}
strong{
font-weight:700;
}
em{
font-style:italic;
}

table{
width:100%;
}
/* ---------- MAIN SLICE ------------------------------------------------------------------------------------------ */
#wrapper{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}
.content{
	height: auto;
	/*display: table-cell;*/
	vertical-align: middle;
	position: relative;
}
.containerwa{
	width: 940px;
	/*display: table;*/
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10
}

/* ---------- Content ------------------------------------------------------------------------------------------ */
div{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.flexslides{
	float: left;
    height: 100%;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
}

.section:first-child{
	position: relative;
}

#bigimg, .bigimgc{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#bigimg >img, .bigimgc >img{
	position: absolute;
}

#menu{
	float: left;
	width: 200px;
	background: #fff;
	position: absolute;
	height: 300px;
	left: 50%;
	margin-left: -470px;
	top: 0;
	padding: 20px 15px;
	font-size: 12px;
	opacity: 1;
	z-index: 1002;
	-webkit-transition: .5s ease .1s;
	-moz-transition: .5s ease .1s;
	-ms-transition: .5s ease .1s;
	-o-transition: .5s ease .1s;
	transition: .5s ease .1s;
}

#menu.hidden{
	position: relative;
	opacity: 0;
	z-index: -1
}

#menu > img{
	float: right;
	margin-bottom: 90px
}

#menu li{
	list-style: none;
	text-align: right;
	margin-bottom: 7px
}

#menu ul{
	margin: 0;
	float: left;
	width: 100%
}
#mainnav a:hover{
	text-decoration: none;
}

#nav{
	position: absolute;
	width: 180px;
	padding: 20px;
	top: 0;
	left: 50%;
	margin-left: -470px;
	opacity: 1;
	z-index: 900;
	-webkit-transition: 1s ease .3s;
	-moz-transition: 1s ease .3s;
	-ms-transition: 1s ease .3s;
	-o-transition: 1s ease .3s;
	transition: 1s ease .3s;
}

#nav.scrolled{
	padding-top: 0
}

#nav.navforbackend{
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -470px;
}

#nav.show{
	-webkit-transition: 1s ease .3s;
	-moz-transition: 1s ease .3s;
	-ms-transition: 1s ease .3s;
	-o-transition: 1s ease .3s;
	transition: 1s ease .3s;
	opacity: 1;
	z-index: 500;
}

.csstransforms:not(.csstransforms3d) #nav{
	/*-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);*/
}

.csstransforms.csstransforms3d #nav{
	/*-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);*/
}
#nav{
	background: white;
}
#nav > img{
	float: right;
	margin-bottom: 75px
}

#nav li{
	list-style: none;
	text-align: right;
	margin-bottom: 5px
}

#nav ul{
	float: left;
	width: 100%;
	margin: 0
}

#navsec{
	z-index: 500
}

#nav a, #nav a:link{
	text-transform: uppercase;
	text-decoration: none;
}

#nav .active >a,#nav a:hover{
	font-weight: 700
}

.area_wrapper{
	float: left;
	width: 700px;
	margin: 0 0 0 240px
}

.middle{
	float: left;
	width: 440px;
}

.full{
	float: left;
	width: 700px;
/*	margin-bottom: 20px;
*/}

.sideimg{
	float: left;
	width: 220px;
	margin: 0 0 0 40px;
}

.sideimg >img{
	width: 100%;
}

.elevate{
	float: left;
	width: 100%;
	height: 428px;
	overflow: hidden;
	background-size: cover;
	background-repeat: none;
	background-position: top center;
}
#gohome{
	cursor: pointer;
}
#logo-mobile {
    display: none;
}
.flexslides, .flexslides li{
	list-style: none;
}
/***********************Boxen 1/3 & 2/3 *****************/
.thirdpart{
	width: 31%;
	float: left;
	margin-right: 2%;
}
.twothirdpart{
	width: 63%;
	float: left;
	margin-right: 2%;
}