@charset "UTF-8";
/* Handcrafting since 2000 - Cascading Style Sheets by Ivan Aleksic - hello@sroown.com - www.sroown.com */
* {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
	color: #373d3f;
	font-weight: 400;
	font-size: 16px;
	width: 100%;
	height: 100%;
}
p {
	padding-bottom: 25px;
}
a {
	color: #111;
	text-decoration: none;
}
a:hover {
	color: #666;
}
strong {
	font-weight: 700;
}
.clear {
	clear: both;
	line-height: 0px;
}
.push-left {
	float: left;
}
.push-right {
	float: right;
}
.center {
	text-align: center;
}
p {
	line-height: 21px;
}
h1 {
	font-family: 'Exo', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 60px;
	letter-spacing: -2px;
	padding-bottom: 20px;
}
h2 {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -1px;
}
h3 {
	font-weight: 400;
	font-size: 13px;
}
#background {
	position: relative;
	height: 100%;
    width: 100%;
	z-index: 0;
}
#page {
	position: relative;
	z-index: 2;
}
.logo {
	float: left;
	height: 125px;
}
#splash {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
#splashcontent {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 50px;
	color: #fff;
	z-index: 3;
}
#splashcontent p {
	position: absolute;
	right: 55px;
	bottom: 25px;
	display: block;
	font-size: 16px;
	width: 55%;
	text-align: right;
}
#about {
	position: relative;
}
h1 {
	position: relative;
	z-index: 2;
	padding-left: 70px;
	color: #fff;
	padding-top: 600px;
}
.chart {
	width: 100%;
	max-width: 437px;
}
.sectionback {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.content {
	position: relative;
	background: #373d3f;
	padding: 70px;
	z-index: 3;
	width: 50%;
	color: #fff;
	padding-bottom: 40px;
}
.content-side {
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #373d3f;
}
.content ul {
	list-style-image: url(../layout/bullet.png);
	margin-left: 25px;
	margin-bottom: 25px;
}
.content ul li {
	padding-top: 15px;
	padding-left: 10px;
}
#uwe {
	padding: 70px;
	background: #ebebeb;
}
.biography img {
	border-radius: 50%;
	float: left;
	margin-right: 70px;
}
.biography h2 {
	padding-top: 60px;
}
.biography h3 {
	margin-bottom: 20px;
}
#luxembourg {
	position: relative;
}
#luxembourg h1 {
	position: relative;
	z-index: 2;
	padding-right: 70px;
	color: #fff;
	text-align: right;
}
#map {
	float: left;
	position: absolute;
	width: 50%;
	height: 42%;
	z-index: 2;
	bottom: 0;
}
footer {
	padding: 70px;
}
footer p {
	padding-bottom: 10px;
}
#footerbar {
	height: 70px;
	padding-top: 29px;
	font-size: 13px;
}
#footerbar a {
	color: #1a2427;
	margin-right: 45px;
	text-transform: uppercase;
}
#footerbar a:hover {
	color: #777;
}
#copyright {
	font-size: 13px;
	float: right;
	margin-top: -60px;
}
#copyright a {
	font-weight: 700;
}
#disclaimer {
	display: none;
	background: #eee;
	padding: 30px;
	font-size: 12px;
	padding-bottom: 0px;
}
#disclaimer p {
	line-height: 15px;
}
#disclaimer h2 {
	font-size: 14px;
	padding-bottom: 5px;
}
a.disclaimer {
	cursor: pointer;
}
@media (min-width:1199px) {
	#about h1 {
		padding-top: 500px;
	}
}
@media (max-width:1199px) {
	p {
		font-size: 14px !important;
		line-height: 17px !important;
	}
	li {
		padding-top: 7px;
	}
	#splashcontent p {
		width: 45%;
	}
	.content {
		font-size: 14px;
		line-height: 17px;
	}
	#about h1 {
		padding-top: 400px;
	}
	.biography h2 {
		padding-top: 30px;
	}
}
@media (min-width:767px) and (max-width:991px) {
	p, ul {
		font-size: 14px !important;
		line-height: 17px !important;
	}
	li {
		padding-top: 7px;
	}
	.logo {
		height: 90px;
	}
	#splashcontent p {
		font-size: 14px;
		line-height: 17px;
	}
	.content {
		font-size: 14px;
		line-height: 17px;
		padding: 50px;
	}
	h1 {
		font-size: 50px;
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	#about h1 {
		padding-top: 300px;
	}
	.biography h2 {
		padding-top: 0px;
	}
}
@media (max-width:767px) {
	p, ul {
		font-size: 12px !important;
		line-height: 15px !important;
	}
	li {
		padding-top: 7px;
	}
	h1 {
		font-size: 50px;
		padding-left: 30px !important;
		padding-right: 30px !important;
		padding-top: 0px !important;
		margin-top: -95px !important;
		position: relative !important;
	}
	.sectionback {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.content {
		width: 100%;
		display: block;
		font-size: 12px;
		line-height: 15px;
		padding: 30px;
		clear: both !important;
		float: none !important;
		position: relative !important;
	}
	.content ul {
		margin-bottom: 0px;
	}
	.logo {
		position: absolute;
		float: none;
		height: 90px;
		bottom: 100px;
		left: 30px;
	}
	#splashcontent p {
		position: absolute;
		right: 20px;
		bottom: 0px;
		display: block;
		font-size: 12px;
		line-height: 15px;
		width: auto;
		padding-left: 30px;
		text-align: left;
	}
	#uwe {
		padding: 30px;
	}
	.biography {
		text-align: center;
	}
	.biography h2 {
		padding-top: 30px;
	}
	.biography img {
		float: none;
		margin: 0px;
	}
	.biography p {
		text-align: left;
		padding-bottom: 0px;
		font-size: 12px;
		line-height: 15px;
	}
	.biography img {
		width: 200px;
	}
	#copyright {
		float: none !important;
		margin-top: 50px;
		font-size: 12px;
	}
	footer {
		padding: 30px;
		font-size: 12px;
		line-height: 15px;
	}
	#map {
		display: none;
	}
	h1 {
		text-align: left !important;
	}
}
@media (max-width:480px) {
	p, ul {
		font-size: 12px !important;
		line-height: 15px !important;
	}
	.logo {
		bottom: 120px;
		height: 90px;
	}
	#splashcontent p {
		padding-left: 30px;
		right: 20px;
		bottom: 5px;
		font-size: 12px;
		line-height: 15px;
	}
	#map {
		display: none;
	}
	h1 {
		text-align: left !important;
	}
	li {
		padding-top: 7px;
	}
}
@media (max-width:360px) {
	.logo {
		bottom: 110px;
		height: 80px;
	}
	#splashcontent p {
		font-size: 12px;
		line-height: 15px;
	}
	.content p {
		font-size: 12px;
		line-height: 15px;
	}
	.content ul {
		font-size: 12px;
	}
	.content ul li {
		padding-top: 5px;
	}
	.biography img {
		width: 160px;
	}
	.biography p {
		font-size: 12px;
		line-height: 15px;
	}
	h1 {
		font-size: 45px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#map {
		display: none;
	}
}
