@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
	font-family: 'Roboto', Arial,Helvetica,sans-serif;
	font-size:16px; 
	margin:0px; 
	padding:0px;
	background:transparent;
}

/* 
 * ##############################
 * global - shouldn't be changed 
 * ##############################
 * */

.tooltip_bottom {
	background: url(images/bg_bubble_bottom.png) bottom no-repeat;
	padding-bottom: 25px;
}

.tooltip_content {
	background: url(images/bg_bubble_center.png);
	padding: 0px 10px;
	font-size: 11px;
	color: white;
}

.div_message {
	position: absolute;
	width: 284px;
	background: url(images/bg_bubble_top.png) top no-repeat;
	padding-top: 10px;
	left: -133px
}

.validError {
	text-align:center;
	padding:5px 0px;
	color: #e20000;
    font-size: 18px;
    font-weight: lighter;
	display:none;
}


/*
 * ##############################
 * CSS for freenetMail Reg
 * ##############################
 * */

.frnCCmailreg {
	background-color: #f1f1f1;
	color: #aaaaaa
} 

.boxTopSub {
	display: none;
}


.validLabel {
	display: block;
	float: left;
	font-size: 20px;
	color: #333;
	padding: 0 25px 0 0;
	line-height: 54px;
}

input[type="text"],
input[type="tel"] {
	width: 710px;
	font-size: 20px;
	padding-left: 10px;
	color: #333;
	height: 54px;
	background-color: #fff;
	outline: 0 none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 0px;
}

.security-number-wrapper input {
	width:585px;
}

.check-icon {
	float:right;
	height:54px;
	width:115px;
	background: url("./images/regemailspriteicons.png") no-repeat 0px -1333px;
}


.frnCChelpicon {
	display: none;
}

.send_text{
	display: none;
}

.small_text {
	margin: 20px 0px;
	font-size: 16px;
	color: #aaa;
}

select {
	background: url("./images/regemailspriteicons.png") no-repeat 210px -397px #fff;
	width: 250px;
	font-size: 20px;
	line-height: 37px;
	color: #333;
	height: 54px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 0px;
	padding: 0px 12px;	
}

.rightSide .valid {
	overflow: hidden;
}
#KKMonth {
	float: left;
}
#KKYear {
	float: right;
}


.credit {
	margin : 0px;
}

.div_message {
	margin-left: 20px;
	display: block;
	position: absolute;
	width: 300px;
	left: 740px;
	font-size: 14px;
	color: #333;
	top: 230px !important;
	background:#fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
}

.tooltip_content {
	padding: 20px;
}
{
	font-size: 16px;
	color: #aaa;
}
.boxFoot {
	overflow: hidden;
}
.send_btn {
	background: url("images/btnSpeichern.png") no-repeat 0 0 #FFFFFF;
	float: right;
	width: 157px;
	height: 54px;
	border: none;
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.error-text,
#error {
	display:none;
	color: #e20000;
    font-size: 18px;
    font-weight: lighter;
    margin-top: 10px;	
}	
#error {
	display:block;
}

.validError td {
	text-align:left !important;
}

.number-wrapper {
	clear:both;
	margin-bottom:20px;
}

.number-wrapper input {
	background: url("images/spritemailreg_responsive.png") no-repeat 0px -256px;
}

.number-wrapper.show-error input {
	background-position: -1px -321px;
	border: 1px solid #ff0000;
}
.security-number-wrapper {
	padding-top: 20px;
	clear:both;
}
.security-number-wrapper input {
	background: url("images/spritemailreg_responsive.png") no-repeat 0px -384px;
}

.security-number-wrapper.show-error input {
	background-position: -1px -321px;
	border: 1px solid #ff0000;
}

.show-error .error-text  {
	display:block;
}

.show-error select {
	background-color: #f9d1d1;
	border: 1px solid #ff0000;
}

.input-wrapper.active input {
	background-position: 0px 0px;
}

.input-wrapper.show-error.active input {
	background-position: -1px -66px;
}



@media only screen and (max-width:708px) {
	.validLabel {
		float: none;
	}
	#KKMonth,
	#KKYear	{
		float: none;
	}
	select {
		width: 100% !important;
		background-position: calc(100% - -516px) -397px !important;
		margin-bottom: 20px;
		padding-left: 20px;
	}
	.validLabel {
		line-height: 20px;
		margin-bottom: 10px;
	}
	input[type="tel"] {
		width: 100%;
		padding-left: 20px;
	}
	.security-number-wrapper input {
		width: calc(100% - 125px)
	}
	.small_text {
		width: 100%;
	}
	.send_btn {
		float: left;
	}
}