.Fußzeile{
	position:			fixed;
	bottom:				0px;
	left:				0px;
	right:				0px;
	background-color:	#145FA7;
	color:				#FFFFFF;
	font-size:			18px;
	text-align:			center;
}

.Seite{
	position: absolute;
	left: 	50%;
	top:	55%;
	transform: translate(-50%, -50%);
	justify-content: center;
}

/*----------------------------------------------------*/
.button11 {
	width:310px;
	margin-top: 10px;
	color: #494949 !important;
	background: #ffffff;
	padding: 20px;
	border: 4px solid #145FA7 !important;
	display: inline-block;
	transition: all 0.4s ease 0s;
	font-family: Arial;
	font-size: 25px;
}
.button11:hover {
		color: #ffffff !important;
		background: #145FA7;
		border-color: #145FA7 !important;
		transition: all 0.4s ease 0s;
}	
/*----------------------------------------------------*/


body{
	font-family: 		Arial;
	margin-top:			0px;
	margin-left:		0px;
	margin-right:		0px;
	background-image: url("Hintergrund2.jpg");
	background-size:cover;
}

