@charset "utf-8";
/* CSS Document */

* {
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.main-header-container {
	background:#fff;
}

a {
	text-decoration:none;
	color: #5F9EA0;
}

.main-header, .impressum-both, .support{
	width: 800px;
	padding: 22px;
	margin: 0 auto;
}

.main-header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-header .logo {
	float: left;
}

.main-header nav {
	float: right;
	padding-top: 50px;
	position: relative;
}

.main-header nav a {
	display: block;
	padding: 10px 15px;
	font-size: 20px;
	float: left;
	font-family: Elephant;
	font-weight: 20;
	position: relative;
}

.main-header nav a:hover {
	border-bottom: 1px solid;
}

.main-header li {
	float: left;
}

#sprache {
	position: absolute;
}

#sprache li {
	display: block;
	float: none;
	padding-top: 35px
}

.main-header nav li>ul {
	display: none;
}

.main-header nav li:hover>ul {
	display: block;
}

.main-header nav a:hover #sprache {
	display: block;
}

.impressum-container {
	height: 365px;
	background: #006699;
}


.impressum-content-left {
	float: left;
	padding-top:  5px;
	padding-left: 37px;
	width: 400px;
	height: 365px;
}

.impressum-content-right {
	text-align: left;
	float: right;
	padding-top:  5px;
	padding-left: 12px;
	width: 300px;
	height: 365px;
}


.impressum-content-left h1 {
	color: #000;
	font-family: AgentCLight;
	font-weight: 100;
	font-size: 40px;
}

.impressum-content-left h2, h3 {
	color: #000;
	font-family: AgentCLight;
	font-weight: 100;
	font-size: 35px;
}

.impressum-content-right h3 {
	color: #000;
	font-family: AgentCLight;
	font-weight: 590;
	font-size: 32px;
}

.hilf-uns {
	font-size: 5px;
	font-weight: 900
}

.impressum-content-left h2 span {
	color: #000;
	font-family: Arial;
	font-weight: 100;
	font-size: 15px;
}


.support h3 span {
	color: #000;
	font-family: AgentCLight;
	font-weight: 100;
	font-size: 22px;
}




.support-container {
	padding-left: 60px;
	height: 220px;
	background-color: #00829B;
}

/*button*/

.button {
	display: inline-block;
	border: 1px solid;
	padding: 10px;
	margin: 5px;
	color: white
}

.button:hover {
	background: #00BFFF ;
	color: black;
	transition: 500ms
}

/* clearfix */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}