@charset "UTF-8";
/* CSS Document */

body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	position:absolute;
	background-color:#0081a9; 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
	}

#loginmaske{
	position:absolute;
	left:50%;
	top:50%;
	width:350px;
	height:350px;
	margin-left:-175px;
	margin-top:-175px;
	}
#loginmaske_logo{
	position:relative;
	float:left;
	font-size:30px;
	color:#fff;
	line-height:50px;
	height:50px;
	width:100%;
	text-align:center;
	font-weight:100;
	}
#loginmaske_felder{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	}
.label{
	position:relative;
	float:left;
	width:100%;
	height:20px;
	line-height:14px;
	font-size:14px;
	font-weight:300;
	color:#fff;
	margin-top:20px;
	}
.eingabefeld{
	position:relative;
	float:left;
	width:calc(100% - 20px);
	height:36px;
	font-size:14px;
	color:#000;
	border-radius:3px;
	border:none;
	padding-left:20px;
	}
.row_send{
	position:relative;
	float:left;
	width:100%;
	height:36px;
	margin-top:20px;
	}
.submit{
	position:absolute;
	top:0px;
	right:0px;
	border-radius:3px;
	border:none;
	width:100px;
	height:36px;
	color:#fff;
	background-color:#02526b;
	}
#checkbox_dummy{
	position:absolute; 
	left:0px;
	top:10px;
	width:18px;
	height:18px;
	margin:0px;
	background-image:url('flat@2x.png');
	background-size:auto 100%;
	}
#checkbox_desc{
	position:absolute; 
	left:30px;
	top:0px;
	height:36px;
	line-height:36px;
	color:#fff;
	font-size:13px;
	}
#loginmaske_vergessen{
	position:relative;
	float:left;
	width:100%;
	height:25px;
	line-height:25px;
	font-size:13px;
	color:#fff;
	text-align:right;
	margin-top:20px;
	}
#notifi{
background-color: rgb(255, 255, 255);
background-image: none;
background-origin: padding-box;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.597656) 0px 0px 20px 0px;
color:rgb(34, 34, 34);
display: block;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
text-align:center;
font-size: 16px;
height: 130px;
left: 50%;
margin-left: -155px;
margin-top: -120px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
position: absolute;
top: 50%;
width: 270px;
z-index: 900000;
-webkit-transform: scale( 0.9 );
-moz-transform: scale( 0.9 );
-ms-transform: scale( 0.9 );
-o-transform: scale( 0.9 );
transform: scale( 0.9 );
display:none;
opacity:0;


}
#notifi_title{font-weight:600; font-size:19px; -moz-user-select:none; -khtml-user-select: none;
}
#notifi_text{ margin-top:8px; line-height:21px; -moz-user-select:none; -khtml-user-select: none;
}
#notifi_abbrechen{ position:absolute; right:0px; width:100%; bottom:0px; height:40px; color:#999; -moz-user-select:none;
	-khtml-user-select: none; cursor:pointer;
}
	#shades{
		position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    background: #000;
    opacity:0;
	display:none;
		}