

/* Allgemeines */




/* nunito-sans-regular - latin */

@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	src: url('nunito-sans-v5-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url('nunito-sans-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('nunito-sans-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('nunito-sans-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('nunito-sans-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('nunito-sans-v5-latin-regular.svg#NunitoSans') format('svg');
	/* Legacy iOS */
}


/* nunito-sans-900 - latin */

@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 900;
	src: url('nunito-sans-v5-latin-900.eot');
	/* IE9 Compat Modes */
	src: local('Nunito Sans Black'), local('NunitoSans-Black'), url('nunito-sans-v5-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('nunito-sans-v5-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
	url('nunito-sans-v5-latin-900.woff') format('woff'), /* Modern Browsers */
	url('nunito-sans-v5-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
	url('nunito-sans-v5-latin-900.svg#NunitoSans') format('svg');
}


* { font-family: "Nunito Sans"; font-size: 18px; border: 0; margin: 0; padding: 0; text-decoration: none; list-style: none; outline: none ! important; }
body { background-color: #f7f3ec; overflow-y: scroll;}
section { width: 100%; max-width: 1000px; padding-left: 20px; padding-right: 20px; box-sizing: border-box; margin: 0 auto; }
header { display: block;margin-top: 20px;}
header section {text-align: center;}
header img { width: 200px; }
header p {color:  #660033; font-weight: bold;}



nav { background-color: #603;	text-align: center; margin-top: 15px; display: block;}
nav a {font-size: 18px; display: inline-block; margin: 0 5px; color: rgba(238, 226, 197, 1); padding: 5px; }
nav a:hover { color: #fff; }
nav a.active { color: #fff; }


h1 {
	font-size: 35px;
	font-weight: normal;
	text-align: center;
	margin-top: 50px;
	color: rgba(0, 0, 0,0.8);
	
}

h2 {
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	color: rgba(0, 0, 0,0.8);
	border-bottom: 2px solid rgba(102, 0, 51, 0.2);
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 160%;
	
}






/* Background-Video */

main {
	position: relative;
	margin: 0 auto;
	z-index: 100;
	width: 100%;
	max-width: 1000px;
	padding: 0 20px 0 20px;
	box-sizing: border-box;
}

#logo {
	display: block;
	width: 250px;
	margin: 0 auto;
	margin-top: 140px;
	margin-bottom: 80px;
}


p > a {color: #660033; font-weight: bold;} 



button {
	background-color: #660033 ! important;
	color: #eee2c5  ! important;
	padding:10px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 5px;
		cursor: pointer;
}

input,select {
	background-color: #eee2c5;
	color: #660033;
	padding:10px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 5px;
		cursor: pointer;
}

#termin h2 {
	margin: initial;
	padding: initial;
	border: initial;
	text-align: initial;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
	color: rgba(0, 0, 0,0.8);
}

#termin {
	box-sizing: border-box;
	display: block;
	float: left;
	top: 1000px;
	background-color: rgba(238, 226, 197, 0.7);
	width: 600px;
	padding: 30px;
	border-radius: 5px;
	line-height: 140%;
	margin: 0 10px;
}

sidebar {
	box-sizing: border-box;
	display: block;
	float: right;
	top: 1000px;
	background-color: rgba(102, 0, 51, 1);
	color: #eee2c5;
	width: 300px;
	padding: 30px;
	border-radius: 5px;
	line-height: 140%;
	margin: 0 10px;
}

#text {color: #eee2c5;
font-size: 20px;
line-height: 160%;}
#text {
	box-sizing: border-box;
	display: block;
	top: 1000px;
	background-color: rgba(102, 0, 51, 0.6);
	font-color: #eee2c5;
	width: 100%;
	padding: 30px 30px 50px 30px;
	border-radius: 5px;
	line-height: 180%;
	margin-top: 100px;
}

sidebar h2 {
		margin-top: 0 ! important;
	border: 0 ! important;
	color: #eee2c5;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
sidebar h3 {
	margin-top: 0 ! important;
	border: 0 ! important;
	color: #eee2c5;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}

sidebar a {
	font-weight: bold;
	color: #eee2c5;
}


#complete img {
	display: 
	float: center;
	align: right;
	width: 20%;
}
#complete h1 {
	font-size: 128%;
	font-weight: bold;
	margin-bottom: 25px;
	align: center;
	color: #660033;
}

#complete {
	box-sizing: border-box;
	display: table;
		top: 1000px;
	background-color: rgba(238, 226, 197, 0.6);
	width: 100%;
	padding: 10px 30px 50px 30px;
	border-radius: 5px;
	line-height: 180%;
	margin-top: 100px;
}




@media screen and (max-width: 780px) {
	
	#termin {
		box-sizing: border-box;
		display: block;
		float: left;
		top: 1000px;
		background-color: #eee2c5;
		width: 100%;
		padding: 20px;
		line-height: 140%;
		margin: 0;
		border-radius: 0px;
		font-size: 80%;
	}
	sidebar {
		box-sizing: border-box;
		display: block;
		float: right;
		top: 1000px;
		background-color: #660033;
		color: #eee2c5;
		width: 100%;
		padding: 30px;
		border-radius: 0px;
		line-height: 140%;
		font-size: 80%;
		margin: 0px;
	}
	
}









