@charset "UTF-8";
body {
	font-family: source-sans-pro;
	background-color: rgba(11,59,134,0.1);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
a, p, h1{
	color: #282828;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;
	line-height: 2.0;
	text-decoration: none;
}
p{	font-size: 1rem;}

a{	
	font-size: 1rem;
	color: #0b3b86;
}

a:hover{
	font-size: 1rem;
	color: #282828;
	}
	
#wrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
	outline: 5px solid rgba(11,59,134,0.1);
	outline-offset: -50px;
}
.container{
	position: absolute;
	top: 200px; 
	left: 50%;
	width: 400px;
	height: auto;
	margin-left: -200px;
}
.logo{
	width: 100%;
	margin: 0;
	padding: 0;
}
.text, .imprint {
	width: 100%;
	margin: 0;
	padding: 50px 0px 0px 0px;
	text-align: center;
}