@charset "UTF-8";
/* Body */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.logo {
	width: 300px;
	margin-top: 2%;
	margin-left: 2%;
	margin-right: 50%;
	height: 300px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	overflow: auto;
	width: 100%;
	height: 5%;
	background-color: #f2f2f2;
	border-bottom: 2px solid #f07e23;
}
.container_logo {
	list-style: none;
	float: left;
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 6%;
	margin-top: 25px;
	margin-left: 25px;
	letter-spacing: 2px;
	transition: all 0.3s linear;
}
.menu {
	width: 70%;
	text-align: center;
	background-color: #f2f2f2;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 12px;
	margin-left: 15%;
	list-style: none;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	letter-spacing: 1px;
	font-style: lighter;
	font-weight: normal;
	text-transform: uppercase;
	transition: all 0.3s linear;
	line-height: 50px;
}
a:link {
	color: #f07e23;
	text-decoration: none;
}
a:visited {
	color: #f07e23;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #717070;
	text-decoration: none;
	cursor: pointer;
}
.middle {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.head {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	text-align: center;
}
.headline {
	margin-right: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	letter-spacing: 1px;
	font-style: bold;
	font-weight: bolder;
	color: #2f5695;
	margin-left: auto;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	font-weight: lighter;
	font-size: 18px;
	line-height: 40px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #717070;
}
.contact {
	text-align: center;
	font-weight: lighter;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 40px;
	color: #2f5695;
}
.text_blue {
	text-align: center;
	font-weight: lighter;
	font-size: 18px;
	color: #2f5695;
	padding-top: 20px;
}
.quellen {
	width: 100%;
	text-align: justify;
	font-weight: lighter;
	font-size: 14px;
	line-height: 20px;
	float: left;
	margin-top: 70px;
	padding-left: 20px;
	padding-right: 20px;
	color: #717070;
}
footer {
	width: 100%;
	font-size: 14px;
	text-align: center;
	background-color: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 22px;
	border-top: 2px solid #f07e23;
}
.footer2 a:link {
	position: relative;
	clear: both;
	cursor: text;
	text-decoration: none;
	color: #f07e23;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* Mobile view */
@media screen and (max-width:480px) {
#head {
	/* Company Logo text in header */
	width: 96%;
	margin-left: 2%;
}