
html, head, body
{
	height: 100%;
}

html
{
	font-size:100.01%;
}

body
{
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1em;
	color: #fff;
}

h1, body
{
	font-weight: 100;
}

a
{
	color: #fff;
}

.page
{
	min-height: 100%;
	min-width: 250px;
	position: relative;
}

.page-inner
{
	min-height: 100%;
	position: relative;
	z-Index: 2;
}

#header img, #header-navi img
{
	border: none;
}

#header, #footer .blue
{
	height: 85px;
	width: 100%;
	
	background: #005894;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTg5NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwM2I5ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #005894 0%, #03b9e4 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005894), color-stop(100%,#03b9e4));
	background: -webkit-linear-gradient(left, #005894 0%,#03b9e4 100%);
	background: -o-linear-gradient(left, #005894 0%,#03b9e4 100%);
	background: -ms-linear-gradient(left, #005894 0%,#03b9e4 100%);
	background: linear-gradient(to right, #005894 0%,#03b9e4 100%);
}

#header .phone
{
	font-weight: bold;
	color: #e2e3df;
	font-size: 1.2em;
	background: url(images/phone.png) no-repeat left center transparent;
	padding-left: 35px;
	text-decoration: none;
	position: absolute;
	right: 10px;
	top: 60px;
}

#header-navi
{
	background: #dee1e2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZTFlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZGI3YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #dee1e2 0%, #adb7c5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dee1e2), color-stop(100%,#adb7c5));
	background: -webkit-linear-gradient(top, #dee1e2 0%,#adb7c5 100%);
	background: -o-linear-gradient(top, #dee1e2 0%,#adb7c5 100%);
	background: -ms-linear-gradient(top, #dee1e2 0%,#adb7c5 100%);
	background: linear-gradient(to bottom, #dee1e2 0%,#adb7c5 100%);
	
	border-bottom: 1px solid #9ea8b7;
	
	min-height: 30px;
}

#header-navi .right
{
	text-align: right;
	padding: 5px 15px 5px 0;
}

#header-navi img
{
	vertical-align: middle;
	height: 17px;
	margin-left: 10px;
}

.online-meeting-button
{
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	text-align: center;
	opacity: 0.85;
	background-color: #0596de;
	color: #ffffff;
	font-size: 14px;
	overflow: hidden;
	width: 150px;
	border-radius: 0 0 4px 4px;
	text-decoration: none;
	padding: 10px;
	line-height: 1.4;
	border: 1px solid #fff;
	border-top-style: none;
	z-index: 10;
}

.online-meeting-button img
{
	height: 15px;
	margin-top: 6px;
	vertical-align: middle;
	width: auto;
}

#stage
{
	background: url(images/empty.gif) no-repeat center center #fff;
	background-size: cover;
	z-index: 2;
	position: relative;
}

#stage, #stage .wrapInner
{
	height: 92px;
}

.igel
{
	position: absolute;
	width: 108px;
	height: 88px;
	top: -44px;
	right: 15px;
	z-index: 4;
}

.wrapInner
{
	margin: 0 auto;
	max-width: 27em;
	position: relative;
	padding: 0 10px;
}

#body .white
{
	height: 20px;
}

#body-background
{
	z-index: 1;
	position: absolute;
	top: 218px;
	bottom: 62px;
	width: 100%;
	
	background: #adb5c5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkYjVjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZDk4YTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #adb5c5 0%, #8d98a8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#adb5c5), color-stop(100%,#8d98a8));
	background: -webkit-linear-gradient(top, #adb5c5 0%,#8d98a8 100%);
	background: -o-linear-gradient(top, #adb5c5 0%,#8d98a8 100%);
	background: -ms-linear-gradient(top, #adb5c5 0%,#8d98a8 100%);
	background: linear-gradient(to bottom, #adb5c5 0%,#8d98a8 100%);
}

#body-background-overlay
{
	z-index: 2;
	position: absolute;
	top: 208px;
	bottom: 52px;
	width: 100%;
	background: url(images/bg-overlay.png) no-repeat center top transparent;
	background-size: cover;
}

#body
{
	position: relative;
	z-index: 5;
	padding-bottom: 85px;
}

.intro
{
	text-align: right;
}

.intro .bigger
{
	font-size: 1.5em;
	font-weight: 100;
}

.intro .small
{
	font-size: 1.2em;
	font-weight: 100;
	display: inline-block;
	margin-top: 0.5em;
}

.intro .bug
{
	background: url(images/bug-symbol.png) no-repeat center center transparent;
	width: 15px;
	height: 27px;
	display: inline-block;
	padding-top: 20px;
	vertical-align: top;
	
}

.loading
{
	position: absolute;
	width: 100%;
	text-align: center;
	opacity: 0.4;
	top: 0;
	left: 0;
	display: none;
	z-index: 10;
}

.button-list
{
	text-align: center;
	max-width: 19em;
	margin: 0 auto;
}

.btn-big, h1
{
	display: block;
	background: #aeb8c7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYjhjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ODkyYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #aeb8c7 0%, #8892a2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeb8c7), color-stop(100%,#8892a2));
	background: -webkit-linear-gradient(top, #aeb8c7 0%,#8892a2 100%);
	background: -o-linear-gradient(top, #aeb8c7 0%,#8892a2 100%);
	background: -ms-linear-gradient(top, #aeb8c7 0%,#8892a2 100%);
	background: linear-gradient(to bottom, #aeb8c7 0%,#8892a2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeb8c7', endColorstr='#8892a2',GradientType=0 );
	
	border: 1px solid #9098a2;
	border-radius: 3px;
	box-shadow: 0 1px 1px #333;
	text-shadow: 1px 1px 1px #444;
	padding: 5px 10px 5px 20px;
	margin: 15px 5px;
	
	color: #fff;
}

h1
{
	font-size: 1em;
}

.btn-big span, h1 span
{
	display: block;
	text-align: left;
	font-size: 1.1em;
	text-shadow: 1px 1px 2px #333;
	height: 31px;
	line-height: 31px;
	background: url(images/menu-arrow.png) no-repeat right center transparent;
}

#footer
{
	height: 52px;
	
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 6;
	width: 100%;
}

#footer .blue
{
	height: 52px;
	text-align: right;
	font-size: 0.8em;
}

#footer .blue .padding
{
	padding: 5px 15px;
}

#footer .blue a
{
	text-transform: lowercase;
	text-decoration: none;
}

.logo
{
	width: 208px;
	height: 73px;
	margin-top: 0.4em;
}

.pagepart
{
	opacity: 0;
	/* 0.6 */
	transition-property: opacity;
    transition-duration: 0.3s; 
	-o-transition-property: opacity;
    -o-transition-duration: 0.3s; 
	-moz-transition-property: opacity;
    -moz-transition-duration: 0.3s; 
	-webkit-transition-property: opacity;
    -webkit-transition-duration: 0.3s; 
	-ms-transition-property: opacity;
    -ms-transition-duration: 0.3s; 
}

.pagepart.active
{
	opacity: 1;
}

.contact-list
{
	line-height: 33px;
	margin-left: -33px;
	margin-bottom: 10px;
	font-weight: bold;
}

.ico
{
	vertical-align: middle;
}

@media all and (min-width: 640px) {
body
{
	font-size: 1.5em;
}

#header
{
	height: 170px;
}

.logo
{
	width: 415px;
	height: 146px;
}

#header .phone
{
	top: 125px;
}

#header-navi img
{
	height: 34px;
	margin: 0;
}

#stage, #stage .wrapInner
{
	height: 185px;
}

#body-background
{
	top: 420px;
	bottom: 72px;
}

#body-background-overlay
{
	top: 400px;
}

}