.login {
    position: absolute;
    top: 0px;
    right: 6%;
    z-index: 100;
    color: #fff;
    width: 210px;
    transition: all 0.4s;
	z-index:33333;
}
.hide{
	top:-108px;
}
#message{
	float: right;
	color: #aaa;
	letter-spacing: 0;
	text-decoration: underline;
	margin: 0.5px 3px 0 0;
	cursor: pointer;
	font-size: 13px;
	transition: opacity 0.3s;
	opacity: 1;
}
#anfordern{
	color: #bbb;
	font-size: 13px;
	text-align: right;
	padding: 0 3px 0 0;
	text-decoration: underline;
	float:right;
	cursor:pointer;
	opacity:1;
}
.hide #anfordern{
	opacity:0;
}
#login_form_box {
    background: #dedede;
    padding: 6px 7px 7px;
}
.login input {
    height: 27px;
	font-size: 13px !important;
	line-height: 1px;
	width: 100%;
	box-sizing: border-box;
	border: 0 !important;
	border-radius: 0 !important;
	margin: 0 0 7px;
	padding: 0px 7px 2px !important;
	display: block;
}
.login-button {
    cursor: pointer;
    padding: 9.5px 0;
    text-align: center;
    font-family: Open Sans Condensed;
    font-weight: 600;
    font-size: 14.5px;
    line-height: 1px;
    letter-spacing: 1px;
    background: #dedede;
    width: 80px;
    height: 22.5px;
    box-sizing: border-box;
	float:left;
}
.anmeldung-button {
    box-sizing: border-box;
    /* border: 1px solid #109ab7; */
	border:0;
    /* border-radius: 3px; */
    cursor: pointer;
    font-family: 'Open Sans';
    font-size: 13.7px;
    line-height: 1px;
    height: 27px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #fff;
    /* text-shadow: 0px -1px 0px #109ab7; */
    padding: 0px 0 2px;
    /* background: #01b3c8; */
	background: #555;
	background: linear-gradient(#777, #444);
    /* background: linear-gradient(#01b3c8, #109ab7);
    box-shadow: inset 0 1px 0 rgba(239, 239, 239, 0.5), 0 1px 0 rgba(0,0,0,.15); */
    letter-spacing: 1px;
	width:100%;
}
::placeholder {
	color:#888;
}