/*
	hellblau #a1daf7
	mittelblau #009fe3
	dunkelblau #0e3d8a
	rot #e30613
*/

body{
	font-family: 'calibri';
	font-style: normal;
	font-weight: normal;
  font-size: 1em;
  box-sizing: border-box;
	background-color:#009fe3;
}

#beforeSend
{/**/
	display:none;
  position: absolute;
	top:-7rem;
	left:0;
	width:100%;
	height:100%;
	min-height:200rem;
	z-index:80;
/*	background:black; */
	opacity:0.7;
	text-align:center;
	font-size:2rem;

}
#beforeSend p
{/**/
  position: fixed;
	left: 2%;
	bottom: 10%;
	color:#03783D;
	font-size:1.5rem;
}