* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 2.2;
	font-size: 20px;
	font-weight: 300;
}
h2 {
	font-weight: 400;
	font-size: 25px;
	color: #00468f;
	margin: 0 0 20px 0;
}
a {
	text-decoration: none;
	color: #00468f;
}
.main-header-container {
	background: #f2f2f2;
}
.main-header,
.intro,
.intro-content,
.slogan,
.legal,
.content-header,
.content {
	max-width: 1200px;
	padding: 20px;
	margin: 0 auto;
}
.main-header .logo {
	float: left;
}
.main-header nav {
	float: right;
	padding-top: 20px;
}
.main-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-header li {
	float: left;
}
.main-header nav a {
	display: block;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #00468f;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.main-header nav a:hover, 
.main-header nav .current a {
	border-color: #00468f;
}
.intro-container {
	background: transparent url(../img/layout/main_450px.jpg) bottom center no-repeat;
	height: 450px;
	background-size: cover;
}
.intro {
	text-align: center;
	padding-top: 60px;
}
.intro h1 {
	font-size: 50px;
	text-transform: uppercase;
}
.intro h1 span {
	display: block;
	font-size: 25px;
}
.intro-content-container {
	background: #f2f2f2;
	padding: 20px 0;
}

.intro-content {
	padding-left: 0;
	padding-right: 0;
}
.language nav a {
	float: right;
	padding-top: 0px;
	padding: 0px 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	color: #00468f;
}
.language ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.intro-text,
.intro-aside {
	float: left;
	padding-top: 0px;
}
.intro-text {
	width: 65%;
}
.intro-text p {
	margin-top: 0px;
	padding: 10px;
	margin-right: 100px;
}
.intro-aside {
	width: 35%;
	margin-left: 0px;
}
.intro-aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.intro-aside nav a {
	display: block;
	padding: 0px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #00468f;
	margin-right: 180px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.intro-aside nav a:hover,
.intro-aside nav .current a {
	border-color: #00468f;
}

.slogan-container {
	background: #f2f2f2;
	color: #00468f;
}
.slogan p {
	font-size: 20px;
	line-height: 1.2;
}
.slogan p span {
	display: block;
	font-weight: 400;
}
.legal-container {
	background: #595959;
	color: #f2f2f2;
}
.legal-container a {
	color: #f2f2f2;
	font-weight: 700;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.legal-container img {
	margin: 0 4px;
	vertical-align: text-bottom;
}
/* Clearfix */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* Mediaqueries */

@media screen and (max-width: 850px){
	.main-header .logo,
	.main-header nav,
	.main-header li {
		float: none;
	}

	.main-header nav {
		padding-top: 10px;
	}

	.main-header {
		text-align: center;
	}

	.main-header li {
		display: inline-block;
	}
	.intro-text,
	#intro-text {
		width:110%;
		margin-left: 3%;
		margin-bottom: 2%;
		margin-right: 0px;
		line-height: 2;
		font-size: 18px;
}
	.intro-aside,
	#intro-aside {
		width:100%;
		margin-left: 3%;
		margin-right: 0px;
		margin-bottom: 2%;
		line-height: 2;
		font-size: 18px;
		}
}

@media screen and (max-width: 700px){
	.intro-container {
		height: 200px;
	}

	.intro {
		padding-top: 20px;
	}

	.intro h1 {
		font-size: 30px;
	}

	.intro h1 span {
		font-size: 20px;
	}

}