html,body {
	height: 100%; margin: 0px; padding: 0px;
}
body, a
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #354A5B;
}
body
{
	padding: 0px;
	margin: 0px;
	background-color: #ededed;
}
form {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 800;
	margin:0;
	padding:0;
	text-transform: uppercase;
}

.clear
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.header {
	width: 100%;
	position: fixed;
	background-color: white;
	z-index: 9000;
}

.header .logo {
	width: 120px;
	margin: 20px;
	float: left;
}
.header .menuIcon {
	float:right;
	margin: 14px;
	font-size: 31px;
	display: none;
	cursor: pointer;
}

.header  ul.navigation {
	float: right;
	display: block;
	list-style-type: none;
	padding: 25px;
	margin: 0px;
}

.header ul.navigation li{
	display: block;
	float: left;
	padding-right: 20px;
}
.header ul.navigation a {
	text-decoration: none;
	width: 100%;
}
.header ul.navigation li.languages span {
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0px;
}
.header ul.navigation li.languages a {
	display: inline;
}
.header ul.navigation a:hover, .header ul.navigation a.active, .header ul.navigation a.activeLanguage {
	text-decoration: none;
	color: #00a0dc;
}

.pageContent {

	height: 100%;
}
.content {

	width: 90%;
	margin: auto;
	max-width: 1200px;
	min-height: 100%;
}
.content h2 {
	font-size: 2.4em;
	text-align: left;
	padding-bottom: 40px;
	padding-top: 140px;
	color: rgba(0, 161, 219, 1);
	text-shadow: rgba(0, 0, 0, 0.2) 0px 3px 12px;
}
.content p {
	font-size: 1.2em;
	text-align: left;
}
#map {
	height: 300px;
}
.profile {
	background: url(../images/profil-visual.svg) bottom right no-repeat;
	background-size: 609px 617px;
	width: 100%;
	min-height: 617px;
	height: 100%;
}
.pageContent .splash {
	height: 100%;
	background: url(../images/homepage-bg.svg) bottom center no-repeat  #ededed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/homepage-bg.svg',sizingMethod='scale');
	color: white;
	font-size: 1.2em;
	min-height: 600px;

}

.splash .sliderList {
	margin-top: 5%;
}
.splash .slider {

	width: 90%;
	margin: auto;
	max-width: 1200px;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);

	overflow: hidden;
	height: 300px;/*R*/
}

.content .slider {

	margin: 0;
	position: relative;
	max-width: 1200px;

	overflow: hidden;
}
/* Slider settings */
.sliderList {
	position:absolute;
	display:table-row;
}
.slide {
	display:table-cell;
}
/*END*/
.paging {
	z-index: 1;
	position: absolute;
	right: 10%;
	height: 40px;
	float: right;
	margin-top: 120px;
}

.page {
	display: inline-block;
	/*width: 20px;*/
	padding-left: 20px;
	height: 20px;
	cursor: pointer;
}
.page a {
	top: 50%;
	left: 50%;
	display: block;
	border-radius: 50%;
	position: relative;
	z-index: 10000;
	height: 6px;
	width: 6px;
	border: 0;
	background: #00B1F4;
	margin: -3px 0 0 -3px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.splash .page a {

	background: #fff;
}
.pageHover, .pageActive  {
	color: #00B1F4;
}
.pageActive  {
	font-weight: bold;
}
.page a:hover, .pageHover a {

	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -5px;
}

.pageActive a {

	width: 12px;
	height: 12px;
	margin: -6px 0px 0px -6px;
}

.pageContent .splash h2 {
	font-size: 2.1em;
	text-align: left;
	text-shadow: rgba(0, 0, 0, 0.2) 0px 3px 12px;

}
.mouseIcon {
	position: absolute;
	display: block;
	width: 40px;
	height: 60px;
	background: url(../images/ico-mouse.svg) center center no-repeat;
	left: 50%;
	right: 50%;
	margin-top: -50px;
}

#tim h3{
	font-weight: 400;
	text-transform: none;
}

.formContent input {
	display: block;
	width: 92%;
	height: 50px;
	font-size: 18px;
	padding: 0px 4% 0px 4%;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-shadow: inset rgba(0, 0, 0, 0.2) 0px 1px 6px;
	margin-bottom: 20px;
}
.formContent textarea {
	display: block;
	width: 96%;
	height: 100px;
	font-size: 18px;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-shadow: inset rgba(0, 0, 0, 0.2) 0px 1px 6px;
	padding: 2%;
	font-family: Arial;
	font-size: 18px;
	margin-bottom: 20px;
}
.formContent button.button {
	color: white;
	background-color: #00a0dc;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	margin-bottom: 20px;

}
div.button {
	width: 30%;
	float: left;
}
div.statusWrapper {
	padding-left: 2%;
	width: 64%;
	float: left;
}
.formContent label {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0;
}

.formContent, .contactInfo {
	float: left;
}
.formContent {
	width: 60%;
}
.contactInfo {
	width: 38%;
	padding-left: 2%;
	white-space: nowrap;
}


.inputWrapper {
	clear: both;
}
.inputWrapper div {
	width: 49%;
	float: left;
}
.inputWrapper div:first-child {
	padding-right: 2%;
}

.error {
	border: 1px red solid !important;
}
div.error {
	background-color: red;
	color: white;
	display: table;
	min-height: 48px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	border: none;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	line-height: 18px;
	font-weight: 400;
	font-size: 0.9em;
	-webkit-transform: translateZ(0px);

}
div.error p, div.success p {
   display:table-cell;
   vertical-align: middle;
   text-align: center;
}
.success {
	background-color: green;
	color: white;
	display: table;
	min-height: 48px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	border: none;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
	line-height: 18px;
	font-weight: 400;
	font-size: 0.9em;
	-webkit-transform: translateZ(0px);
}
.languages {
	padding-left: 20px;
	white-space: nowrap;
}

.hideOnMobile {
	display: block;
}
.showOnMobile {
	display: none !important;
}

@media only screen and (max-width: 1000px)
{
	.profile {
		background-size: 304px 308px;
	}
	.languages {
		padding-left: 0px;
	}
	.hideOnMobile {
		display: none !important;
	}
	.showOnMobile {
		display: block !important;
	}
	.header .menuIcon {
		display: block;
	}

	.header  ul.navigation {
		margin: 0px;
		padding: 0px;
		width: 100%;
		background-color: white;
		float: none;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.header ul.navigation li{
		display: block;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #eeeeee;
		padding: 0px;
		margin: 0px;

	}
	.header ul.navigation li a{
		display: inline-block;
		padding: 20px 0px;
		text-align: center;
	}

	.formContent, .contactInfo {
		float: none;
	}
	.formContent {
		width: 100%;
	}
	.contactInfo {
		width: 100%;
		padding-left: 0%;
		white-space: nowrap;
		clear: both;
	}
}

@media only screen and (max-width: 470px)
{
	.paging {
		margin-top: 100px;
	}
	.hideOnMobile {
		display: none !important;
	}
	.showOnMobile {
		display: block !important;
	}
	.content h2 {
		font-size: 2.3em;
	}
	.content p {
		font-size: 1em;
	}
	.pageContent .splash {
		font-size: 1em;
	}
	.pageContent .splash h2 {
		font-size: 2.3em;

	}

}


@media only screen and (max-width: 380px)
{
	.paging {
		margin-top: 85px;
	}
	.hideOnMobile {
		display: none !important;
	}
	.showOnMobile {
		display: block !important;
	}
	.content h2 {
		font-size: 2em;
	}
	.content p {
		font-size: 1em;
	}
	.pageContent .splash {
		font-size: 1em;
	}
	.pageContent .splash h2 {
		font-size: 2em;

	}
}
