#VersandadressenDiv
{
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

#VersandadressenDiv.enable
{
    max-height: 400px;
	opacity: 1;
} 

#VersandadressenDiv.disable
{
    max-height: 0px;
    overflow: hidden;
	opacity: 0;
}

.clEingabefehler
{
    max-height: 0px;
    overflow: hidden;
	display: none;
}

.invalidInputBorder {border: 1px solid #b33636;}
.invalidInputText {color: #b33636;}

	
form input[type="text"].invalidInputText  {
	color: #b33636;
	}
	
	
	
.text-check{
	
}

.captcha-check{
	
}