body{
	background: #ffffff;
	overflow-y: scroll;
	margin: 0px;
	font-size: 16px;
	font-family: Arial, Verdana, 'Lucida Sans Unicode', sans-serif;
	color: #000000;
}


header{
	width: 100%;
	height: 130px;
	background: url(bilder/headbanner_pt.jpg) no-repeat 5% 45%;
	background-position: center;
	margin-bottom: 5px;
	border-radius: 0px;
}

.normaleschrift{
	font-size: 1.0em;
	font-family: Arial, Verdana, 'Lucida Sans Unicode', sans-serif;
}

.kleineschrift{
	font-size: 0.9em;
	font-family: Arial, Verdana, 'Lucida Sans Unicode', sans-serif;
}

h1{
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
	font-size: 22px;
}

input[type=text]:focus, input[type="password"]:focus { 
  box-shadow: 0 0 5px #1D84CA; 
  padding: 5px 0px; 
  border: 1px solid #1D84CA; 
  outline: none;
}

.loginbox{
	width: 350px;
	height: 300px;
	background: #ffffff;
	top: 350px;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	padding: 50px 30px;
}

.loginbox p{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.loginbox input{
	width: 100%;
	margin-bottom: 10px;
}

.loginbox input[type="text"], input[type="password"]{
	 text-align: left;
	align-items: center;
   font-size: 0.9em; 
   padding: 5px 0px; 
   font-family: Roboto, sans-serif;
   font-weight: 300;
   color: black;
   border: 1px solid #379BE0;
   background-image: linear-gradient(to top, gainsboro 0%, white 90%);
   border-radius: 05px;
   outline: none;
}

.loginbox input[type="submit"]{
   font-size: 0.9em; 
   padding: 10px 0px; 
   margin-top:20px;
   font-family: Roboto, sans-serif;
   font-weight: 300;
   color: #379BE0;
   border: 1px solid #379BE0;
   background-image: linear-gradient(to top, gainsboro 0%, white 90%);
   border-radius: 05px;
   outline: none;
}

.loginbox input[type="submit"]:hover{
	cursor: pointer;
	background: #379BE0;
	color: #ffffff;
}

.loginbox a{
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	color: darkgrey;
}

.loginbox a:hover{
	color: #379BE0;
}



.avatar{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
	background: #379BE0;
}

#wrapper{
	max-width: 960px;
	margin: 0px auto;
	background-color: #ffffff;
	margin-top: 2px;
	padding: 6px;
}

#content{
	width: 100%;
	height: 350px;
	background-color: #ffffff;	
}

#footer{
	width: 100%;
	height: 20px;
	margin-top: 8px;
	background: #379BE0;
	border: solid 1px #379BE0;
	border-radius: 0px;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding-top: 2px;
	text-align: center;
	border-radius: 0px;
}

@media screen and (max-width: 800px){
	header{
		background: url(bilder/headbanner_mobile.jpg) no-repeat 5% 45%;
		background-position: center center;
	}
} 
