#passwortFeedback {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.passwortFeedbackInnerei {
	border: 1px solid #999;
	height: 10px;
	background:	-webkit-linear-gradient(left, red,orange,yellow,green);
	background:	-o-linear-gradient(left, red,orange,yellow,green);
	background:	-moz-linear-gradient(left, red,orange,yellow,green);
	background:	-ms-linear-gradient(left, red,orange,yellow,green);
	background: linear-gradient(left, red,orange,yellow,green);
	position: relative;
}

.passwortAbdeckung {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: #FFF;
}

.passwortInfo {
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}

.passwortAbHierOkay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60%;
	border-right: 1px solid #333;
}