@font-face {
	font-family: sourcesanspro;
	src: url(fonts/sourcesanspro-regular-webfont.woff);
	font-weight: 400;
	font-style: normal;
}
/*
@font-face {
	font-family: 'sourcesanspro';
	src: url(/fonts/sourcesanspro-bold-webfont.eot);
	src: url(/fonts/sourcesanspro-bold-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/sourcesanspro-bold-webfont.woff) format('woff'), url(/fonts/sourcesanspro-bold-webfont.svg#sourcesanspro) format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro';
	src: url(/fonts/sourcesanspro-light-webfont.eot);
	src: url(/fonts/sourcesanspro-light-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/sourcesanspro-light-webfont.woff) format('woff'), url(/fonts/sourcesanspro-light-webfont.svg#sourcesanspro) format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro';
	src: url(/fonts/sourcesanspro-semibold-webfont.eot);
	src: url(/fonts/sourcesanspro-semibold-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/sourcesanspro-semibold-webfont.woff) format('woff'), url(/fonts/sourcesanspro-semibold-webfont.svg#sourcesanspro) format('svg');
	font-weight: 600;
	font-style: normal;
}
*/

html, body {
	font-family:'sourcesanspro';
	font-weight:400;
	width: 100%;
}
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: black;
}

h1 {
	font-size: 52px;
}
.container {
	width: 100%;
}
.top_container {
	width:auto;
	height: 100px;
	background-color: #b9b9ba;
	margin: 0;
	padding-top: 40px;
	padding-left: 28.2%;
	border-bottom: solid 7px #5e5e5d;
}

.blue_container {
	width: auto;
	height: 250px;
	background-image: url(index/bild_header.png);
	color: white;
	padding-top: 95px;
	padding-left: 29%;
}

.main_container {
	width: auto;
	height: auto;
	margin-top: 0;
	overflow: auto;
	padding-left: 29%;
	background-color: #ebebeb;
}

.sponsors_container {
	width: auto;
	padding-left: 29%;
  padding-bottom: 32px;
}

.sponsors_container p {
	padding-top: 15px;
	padding-bottom: 15px;

}

.sposors_pic {
	float: left;
	height: 45px;
	margin-top: 20px;
	margin-right: 20px;
	padding-right: 29px;
}
.sposors_pic img {
	height: 45px;
}

.last {
	margin-right: 0px;
	padding-right: 0px;
}



.bot_container {
	width: auto;
	height: 80px;
	background-color: #5e5e5d;
	border-top: solid 7px #80bfe0;
	padding-top: 50px;
	padding-left: 29%;
	color: white;
}

.bot_container a {
	color: white;
}

.bot_text {
	width: 950px;
}

.main_text {
	display: inline-block;
	float: left;
	width: 580px;
	margin-bottom: 50px;
	font-size: 18px;


}
.impressum-list li {
	margin-bottom: 20px;
}
.main_text h3 {
	width:auto;
	height:auto;

	color: #80c3e6;
	margin-top: 35px;
	margin-bottom: 25px;
}

.main_text_absatz {
	margin-top: 10px;
	margin-bottom: 25px;
	width:auto;
	height:auto;
}

.main_text_absatz li{
	margin-left: 18px;
}

.right_wrapper {
	margin-top: 100px;
	/*margin-left: 30%;*/
	width: 	310px;
	height: auto;
	font-size: 18px;
	padding-left: 800px;
}

.right_wrapper h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #7cc2de;
	border-bottom: solid 1px #7cc2de;
}

.download {
	padding-bottom: 7px;
	margin-bottom: 11px;
	border-bottom: solid 1px #cbcccc;
	height: 45px;
}
.download2 {
	height: 65px;
}
.download_text {
	float: left;
	height: auto;
	width: 250px;
}

.download_icon {
	float: right;
	height: auto;
	margin-top: 17px;
}

.lug {
	color: #b7b7b7;
	font-size: 0.7em;
}

.lug a {
	color: #b7b7b7;
	font-size: 0.7em;
}

@media (max-width: 1663px) {
	.top_container {
		padding-left: 20%;
	}
	.blue_container {
		padding-left: 20.8%;
	}
	.main_container {
		padding-left: 20.8%;
	}
	.sponsors_container {
		padding-left: 20.8%;
	}
	.bot_container {
		padding-left: 20.8%;
	}
}
@media (max-width: 1500px) {
	.top_container {
		padding-left: 15%;
	}
	.blue_container {
		padding-left: 15.8%;
	}
	.main_container {
		padding-left: 15.8%;
	}
	.sponsors_container {
		padding-left: 15.8%;
	}
	.bot_container {
		padding-left: 15.8%;
	}
}
@media (max-width: 1405px) {
	.top_container {
		padding-left: 7%;
	}
	.blue_container {
		padding-left: 7.8%;
	}
	.main_container {
		padding-left: 7.8%;
	}
	.sponsors_container {
		padding-left: 7.8%;
	}
	.bot_container {
		padding-left: 7.8%;
	}
}
@media (max-width: 1282px) {
	.top_container {
		padding-left: 20px;
	}
	.blue_container {
		padding-left: 20px;
	}
	.main_container {
		padding-left: 20px;
	}
	.sponsors_container {
		padding-left: 20px;
	}
	.bot_container {
		padding-left: 20px;
	}
}
@media (max-width: 1160px) {
	.sposors_pic {
		float: left;
		height: 30px;
		margin-top: 20px;
		margin-right: 20px;
		padding-right: 29px;
	}
	.sposors_pic img {
		height: 30px;
	}
	.right_wrapper {
		padding-left: 700px;
	}
}
