section, article, header, footer, nav, aside
{
    display: block;
}

html, head, body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background: url(../images/background.jpg) center center fixed #0089da;
	background-size: cover;
	
	color: #264054;
	font-size: 15px;
	font-family: 'Signika', Arial, sans-serif;
	line-height: 1.6;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body {
        background-position: 50.001% 0;
    }
}

a
{
	color: #264054;
}

h1, a:hover
{
	color: #7a9149;
}


a.link-hoverline, .link-hoverline a
{
	text-decoration: none;
}

a.link-hoverline:hover, .link-hoverline a:hover
{
	text-decoration: underline;
}

.text-uppercase
{
	text-transform: uppercase;
}

.c, .clear
{
	clear: both;
}

h1:first-child
{
	margin-top: 0;
}

h1, h2
{
	font-weight: normal;
}

#background
{
	background: url(../images/shadow.png) repeat-y top center transparent;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

@media (min-width: 1920px) or (min-height: 1080px)
{
	#background
	{
		background-size: cover;
	}
}

#wrap
{
	margin: 0 auto;
	width: 882px;
	padding-top: 46px;
	padding-bottom: 46px;
	
}

#header
{
	padding-bottom: 25px;
}

#stage-container
{
	border: 1px solid #0171b7;
	height: 440px;
	width: 880px;
	position: relative;
	
	background: url(../images/stage1.jpg) no-repeat center center;
	background-size: cover;
}

#stage-container ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	
	position: relative;
	height: 100%;
}

#stage-container ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-position: center center;
	background-size: cover;
}

nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

nav li
{
	display: inline;
	padding-right: 5px;
}

nav li:before
{
	content: " | ";
	padding-right: 5px;
}

nav li:first-child:before
{
	display: none;
}

nav a.active
{
	color: #7a9149;
	font-weight: bold;
}


form.formular label
{
	margin-top: 10px;
	display: block;
}

form.formular input[type="text"], form.formular select, form.formular textarea
{
	border: 1px solid #264054;
}

form.formular input[type="text"]
{
	min-width: 200px; 
}

.slicknav_menu, #mobile-header, #mobile-service-menu
{
	display: none;
}

/* formular */

.form-style.error
{
	color: #db0000;
	padding: 15px 0;
}

.form-style .text-center
{
	text-align: center;
}

.form-style .smaller
{
	font-size: 0.8em;
}

.form-style .label
{
	float: left;
	width: 200px;
}

.form-style > div
{
	margin-left: 200px;
	margin-bottom: 10px;
	max-width: 300px;
}

.form-style > div:after
{
	content: "";
	clear: both;
	display: block;
}

.form-style > div.full
{
	margin-left: 0;
	max-width: 500px;
}

.form-style > .text, .form-style > .capt
{
	height: 20px;
	line-height: 20px;
}

.form-style > .capt
{
	display: block;
}

.form-style > strong
{
	clear: both;
	display: block;
}

.form-style input,
.form-style textarea,
.form-style select
{
	width: 100%;
	border: 1px solid #bbb;
	box-sizing: border-box;
}

.form-style textarea
{
	height: 130px;
	max-width: 500px;
}

.form-style input[type=checkbox],
.form-style input[type=submit]
{
	width: auto;
}

.form-style input[type=submit]
{
	padding: 8px 16px;
	cursor: pointer;
}

.form-style .float
{
	float: left;
}

.form-style .checkbox_text
{
	margin-left: 25px;
	line-height: 1.5em;
}