/*** Microloader Styles ***/
	
	
/* =Hand Coded CSS
-------------------------------------------------------------- */
					
/* It helps to have pointer when something should be clicked */
input[type=submit] {
	cursor: pointer;
}

/* Disable webkit form field highlighting */
*:focus {
	outline: none;
}


/* =General Form Styling
-------------------------------------------------------------- */




/* =Contact Form 7
-------------------------------------------------------------- */

/* Form Wrapper */
div.wpcf7 {
	font-size: 15px !important;
	font-family: Arial !important;
	color: #BFA9A6 !important;
	background-color: #3B2C29 !important;
	padding-top: 30px !important;
	padding-right: 30px !important;
	padding-bottom: 30px !important;
	padding-left: 30px !important;
	overflow: hidden !important;
	
	background: -webkit-gradient(linear, center top, center bottom, from(#3B2C29), to(#3B2C29)) !important;
	background: -webkit-linear-gradient(-90deg, #3B2C29, #3B2C29) !important; 
	background: -moz-linear-gradient(-90deg, #3B2C29, #3B2C29) !important; 
	background: -ms-linear-gradient(-90deg, #3B2C29, #3B2C29) !important; 
	background: -o-linear-gradient(-90deg, #3B2C29, #3B2C29) !important;
	background: linear-gradient(180deg, #3B2C29, #3B2C29) !important; 
	-pie-background: linear-gradient(-90deg, #3B2C29, #3B2C29) !important; 
	-webkit-border-radius: 8px 8px 8px 8px !important;
	-moz-border-radius: 8px 8px 8px 8px !important;
	border-radius: 8px 8px 8px 8px !important;
	behavior: url(/wp-content/plugins/microloader/pie/PIE.php);									
	position: relative;									
}

/* Form Paragraph */
.wpcf7 p {
	line-height: 25px !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 1.625em !important;
	margin-left: 0 !important;
	clear: both !important;
	overflow: hidden !important;
	position: relative !important;
}

/* Form Field Wrapper */
.wpcf7 span.wpcf7-form-control-wrap {
	position: static !important;
}

/* Needed To Override Twenty Ten Form Field Color, Font-size And  Line-height */
#content .wpcf7 input,
#content .wpcf7 textarea {
	font-size: 15px !important;
	line-height: 1 !important;
	color: #F5CFC4 !important;
}

/* Form Text Field */
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=file] {
	font-size: 15px !important;
	font-family: Arial !important;
	line-height: 1 !important;
	color: #F5CFC4 !important;
	width: 63% !important;
	padding-top: 7px !important;
	padding-right: 7px !important;
	padding-bottom: 7px !important;
	padding-left: 7px !important;
	margin-top: 25px !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	border-top-color: #7A6866 !important;
	border-right-color: #7A6866 !important;
	border-bottom-color: #7A6866 !important;
	border-left-color: #7A6866 !important;
	border-top-width: 1px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 1px !important;
	border-style: solid !important;
	float: right !important;
	background-color: #210D0D; /*non-CSS3 browsers will use this*/
	/* background: -webkit-gradient(linear, center top, center bottom, from(#210D0D), to(#3D1A18)) !important;
	background: -webkit-linear-gradient(-90deg, #210D0D, #3D1A18) !important; 
	background: -moz-linear-gradient(-90deg, #210D0D, #3D1A18) !important; 
	background: -ms-linear-gradient(-90deg, #210D0D, #3D1A18) !important; 
	background: -o-linear-gradient(-90deg, #210D0D, #3D1A18) !important;
	background: linear-gradient(180deg, #210D0D, #3D1A18) !important; 
	-pie-background: linear-gradient(-90deg, #210D0D, #3D1A18) !important; */
	-webkit-border-radius: 4px 4px 4px 4px !important;
	-moz-border-radius: 4px 4px 4px 4px !important;
	border-radius: 4px 4px 4px 4px !important;
}

/* Form Textarea */
.wpcf7 textarea {
	font-size: 15px !important;
	color: #F5CFC4 !important;
	background-color: #210D0D !important;
	width: 63% !important;
	padding-top: 7px !important;
	padding-right: 7px !important;
	padding-bottom: 7px !important;
	padding-left: 7px !important;
	margin-top: -25px !important;
	border-top-color: #7A6866 !important;
	border-right-color: #7A6866 !important;
	border-bottom-color: #7A6866 !important;
	border-left-color: #7A6866 !important;
	border-top-width: 1px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 1px !important;
	border-style: solid !important;
	float: right !important;
	background-color: #210D0D; /*non-CSS3 browsers will use this*/
	/* background: -webkit-gradient(linear, center top, center bottom, from(#210D0D), to(#3D1A18)) !important;
	background: -webkit-linear-gradient(-90deg, #210D0D, #3D1A18) !important; 
	background: -moz-linear-gradient(-90deg, #210D0D, #3D1A18) !important; 
	background: -ms-linear-gradient(-90deg, #210D0D, #3D1A18) !important; 
	background: -o-linear-gradient(-90deg, #210D0D, #3D1A18) !important;
	background: linear-gradient(180deg, #210D0D, #3D1A18) !important; 
	-pie-background: linear-gradient(-90deg, #210D0D, #3D1A18) !important; */
	-webkit-border-radius: 4px 4px 4px 4px !important;
	-moz-border-radius: 4px 4px 4px 4px !important;
	border-radius: 4px 4px 4px 4px !important;
}

/* Form Dropdown Menu */
.wpcf7 select {
	color: #947D76 !important;
	width: 66% !important;
	padding-top: 7px !important;
	padding-right: 7px !important;
	padding-bottom: 7px !important;
	padding-left: 7px !important;
	margin-top: -25px !important;
	border-top-color: #7A6866 !important;
	border-right-color: #7A6866 !important;
	border-bottom-color: #7A6866 !important;
	border-left-color: #7A6866 !important;
	border-top-width: 1px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 1px !important;
	border-style: solid !important;
	float: right !important;
	background-color: #210D0D; /*non-CSS3 browsers will use this*/
	background: -webkit-gradient(linear, center top, center bottom, from(#210D0D), to(#3D1A18)) !important;
	background: -webkit-linear-gradient(-90deg, #210D0D, #3D1A18) !important; 
	background: -moz-linear-gradient(-90deg, #210D0D, #3D1A18) !important; 
	background: -ms-linear-gradient(-90deg, #210D0D, #3D1A18) !important; 
	background: -o-linear-gradient(-90deg, #210D0D, #3D1A18) !important;
	background: linear-gradient(180deg, #210D0D, #3D1A18) !important; 
	-pie-background: linear-gradient(-90deg, #210D0D, #3D1A18) !important; 
	-webkit-border-radius: 4px 4px 4px 4px !important;
	-moz-border-radius: 4px 4px 4px 4px !important;
	border-radius: 4px 4px 4px 4px !important;
}

/* Checkbox Or Radio Button Wrapper */
.wpcf7 .wpcf7-list-item {
	width: 66% !important;
	display: block !important;
	float: right !important;
	position: relative !important;
	bottom: 25px !important;
}

/* Quiz Question Label */
.wpcf7 .wpcf7-quiz-label {
	display: block !important;
}

/* Captcha Image */
.wpcf7 img.wpcf7-captchac {
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	margin-top: 2px !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	border-top-color: #FFFFFF !important;
	border-right-color: #FFFFFF !important;
	border-bottom-color: #FFFFFF !important;
	border-left-color: #FFFFFF !important;
	border-top-width: 4px !important;
	border-right-width: 4px !important;
	border-bottom-width: 4px !important;
	border-left-width: 4px !important;
	border-style: solid !important;
	display: block !important;
	float: left !important;
}

/* Form Submit Button */
.wpcf7 input.wpcf7-submit[type=submit] {
	font-family: Arial !important;
	color: #F5CFC4 !important;
	background-color: #210D0D !important;
	padding-top: 7px !important;
	padding-right: 30px !important;
	padding-bottom: 7px !important;
	padding-left: 30px !important;
	border-top-color: #050202 !important;
	border-right-color: #050202 !important;
	border-bottom-color: #050202 !important;
	border-left-color: #050202 !important;
	border-top-width: 1px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 1px !important;
	border-style: solid !important;
	float: right !important;
	background-color: #210D0D; /*non-CSS3 browsers will use this*/
	background: -webkit-gradient(linear, center top, center bottom, from(#210D0D), to(#120707)) !important;
	background: -webkit-linear-gradient(-90deg, #210D0D, #120707) !important; 
	background: -moz-linear-gradient(-90deg, #210D0D, #120707) !important; 
	background: -ms-linear-gradient(-90deg, #210D0D, #120707) !important; 
	background: -o-linear-gradient(-90deg, #210D0D, #120707) !important;
	background: linear-gradient(180deg, #210D0D, #120707) !important; 
	-pie-background: linear-gradient(-90deg, #210D0D, #120707) !important; 
	-webkit-border-radius: 4px 4px 4px 4px !important;
	-moz-border-radius: 4px 4px 4px 4px !important;
	border-radius: 4px 4px 4px 4px !important;
	behavior: url(/wp-content/plugins/microloader/pie/PIE.php);									
	position: relative;									
}

/* Submit Button Hover */
.wpcf7 input.wpcf7-submit[type=submit]:hover {
	background-color: #120707; /*non-CSS3 browsers will use this*/
	background: -webkit-gradient(linear, center top, center bottom, from(#120707), to(#080303)) !important;
	background: -webkit-linear-gradient(-90deg, #120707, #080303) !important; 
	background: -moz-linear-gradient(-90deg, #120707, #080303) !important; 
	background: -ms-linear-gradient(-90deg, #120707, #080303) !important; 
	background: -o-linear-gradient(-90deg, #120707, #080303) !important;
	background: linear-gradient(180deg, #120707, #080303) !important; 
	-pie-background: linear-gradient(-90deg, #120707, #080303) !important; 
	behavior: url(/wp-content/plugins/microloader/pie/PIE.php);									
	position: relative;									
}

/* Form Field Error Highlight (if Ajax) */
span.wpcf7-not-valid-tip {
	background-color: transparent !important;
	background-image: url(http://www.spa-wiesbaden.de/wp-content/micro-themes/cf7-brown-beauty/red-50.png) !important;
	width: 65% !important;
	padding-top: 4px !important;
	padding-right: 1% !important;
	padding-bottom: 4px !important;
	padding-left: 1% !important;
	border-style: none !important;
	display: block !important;
	position: absolute !important;
	top: 0 !important;
	left: 34% !important;
	right: 0 !important;
	-webkit-border-radius: 4px 4px 4px 4px !important;
	-moz-border-radius: 4px 4px 4px 4px !important;
	border-radius: 4px 4px 4px 4px !important;
}

/* Form Field Error Message (if No Ajax) */
span.wpcf7-not-valid-tip-no-ajax  {
	text-align: right !important;
	color: #E87676 !important;
	width: 63% !important;
	display: block !important;
	float: right !important;
}

/* Ajax Message */
div.wpcf7-response-output {
	padding-top: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 10px !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	border-style: none !important;
	background-color: #0B0404; /*non-CSS3 browsers will use this*/
	background: -webkit-gradient(linear, center top, center bottom, from(#0B0404), to(#1C0B0B)) !important;
	background: -webkit-linear-gradient(-90deg, #0B0404, #1C0B0B) !important; 
	background: -moz-linear-gradient(-90deg, #0B0404, #1C0B0B) !important; 
	background: -ms-linear-gradient(-90deg, #0B0404, #1C0B0B) !important; 
	background: -o-linear-gradient(-90deg, #0B0404, #1C0B0B) !important;
	background: linear-gradient(180deg, #0B0404, #1C0B0B) !important; 
	-pie-background: linear-gradient(-90deg, #0B0404, #1C0B0B) !important; 
	-webkit-border-radius: 6px 6px 6px 6px !important;
	-moz-border-radius: 6px 6px 6px 6px !important;
	border-radius: 6px 6px 6px 6px !important;
	behavior: url(/wp-content/plugins/microloader/pie/PIE.php);									
	position: relative;									
}

/* Success Ajax Message */
div.wpcf7-mail-sent-ok {
	color: #88FF80 !important;
}

/* Error Ajax Message */
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
	color: #E87676 !important;
}

