.header_user_info {
	font:normal 12px PoppinsRegular;	
	float:left;
}

@media(min-width:768px){
	.header_user_info{
		clear:both;
		float:none;
	}
}

.header_user_info:not(.user_logged){
}

.header_user_info #swap_account{
	padding-top:5.5px;
}
#swap_account input[name="account_email"]{
	padding: 0 5px ;
	width: 180px!important;
}

#header_register_btn,
.header_user_info #logout_btn,
.header_user_info #account_btn{
	text-transform: uppercase;
	line-height: 1.5em;
	color: #ffffff;
	border: none;
	font:normal 10.5pt RajdhaniBold;
	background: #3367d1;
	border-radius:20px;
}

#header_register_btn{
	float:right;
}

@media(min-width:1200px){
	.header_user_info{
		margin-right:10px;
	}
}

@media(min-width:768px){
		
	#header_register_btn{
	}
}

#header_transport_btn{
	float: right;
	padding: 3px 5px 0 5px;
	text-transform: uppercase;
	line-height: 1.5em;
	color: #ffffff;
	border: none;
	background: #2e5797;
	border:thin solid #2e5797;
}

#header_register_btn:hover{
	color:#fde428;
}

#header_transport_btn:hover{
	background:none;
	color:#2e5797;
}

#header_register_btn:visited{
	text-decoration:none;
}

#header_transport_btn:visited{
	text-decoration:none;
}

@media(min-width:1000px) and (max-width:1199px){
	
}	

@media(min-width:1000px){	
	.header_user_info form{
		float:left;
	}
	
	.my-account .header_user_info {
		width:auto;
	}
}

@media(min-width:1200px){
	#header_register_btn{
		float:left;
	}
	/*
	.header_user_info{
		width:50%;
	}
	.lang_de .header_user_info{
		width:50%;
	}
	*/
}


@media(max-width:1000px){
}



@media(min-width:601px) and (max-width:767px){
		
}

@media(min-width:768px) and (max-width:992px){
			
	.header_user_info > span{
		float:none !important;
		display:block;
	}
	
	#header_register_btn{
		float:right;
	}
}

.header_user_info > span{
	float:left;
	font:normal 12px/21px PoppinsSemiBold;	
	color:#222222;
}

@media(min-width:739px){
	.header_user_info > span{
		margin-right:0;
	}
}

@media(max-width:738px){
	.header_user_info > span{
		float:none;
		display:block;
	}
	#languages-block-top{
		border:0;
	}
	
	.header_user_info form > div:first-child label{
		margin-left:0;
	}
}	

.header_user_info form > div{
	float:left;	
}

.header_user_info form label{
	margin:0 0 0 5px;
	font-weight:normal;
	color:#6e7374;
}

.header_user_info input{
	height:18px;
	padding:0;
}

.header_user_info input:not(#login_btn){
	border:thin solid #b2b2b2;
	width:120px;
}

.header_user_info #login_btn{
	font: normal 12px Tahoma;
	border: thin solid #d6d6d6;
	margin-top: 1px;
	padding: 0 3px;
	background:linear-gradient(#f9f9f9,#e3e3e3);
	margin-left:5px;
}

  .header_user_info a{
    color: #222222;
    font-weight: bold;
	float:left;
    padding: 0 5px;
    cursor: pointer;
    line-height: 18px; }
			
	
	
	
.user_logged .account{
	display:table;
	color:#fff;
	padding:0;
	font:normal 11pt RajdhaniRegular;
} 
	
    @media (max-width: 479px) {
		.header_user_info a:not(#header_register_btn) {
			font-size: 11px; 
		} 
		.header_user_info > span{
			margin:0;			
		}
	}
    .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; 
	  color:#ffffff;
	  }

	@media(max-width:767px){
		.header_user_info{
			display:table;
			padding-bottom:10px;
		}

		#header_register_btn{
			float:left;
		}
		
		#account_btns a{
			float:left;
			margin-right:10px;
		}		
	}
	
	@media(max-width:449px){
		.header_user_info form label{
			width: 90px;
		}
		
		.header_user_info #login_btn{
			margin:0;
		}
		
		.header_user_info form > div{
			float:none;
		}
						
		.header_user_info form label{
			margin:0;
		}	
	}
	
	@media(min-width:768px){
		.header_user_info.user_logged{
			float:right;
			margin-top:10px;
		}
		
		.header_user_info.user_logged{
			clear:both;
			float:right;
		}
				
		#account_btns{
			display:table;
			width:100%;
		}		
		
		#account_btns a{
			float:right;
		}
		#account_btns a:first-child{
			margin-left:5px;
		}
		
	}
	
	@media(min-width:768px) and (max-width:991px){
		.user_logged .account{
			font-size:10pt;
		}
	}
	
/*# sourceMappingURL=blockuserinfo.css.map */
