@charset "utf-8";
/* CSS Document */

.form-horizontal .has-feedback .form-control-feedback {
	width: 22px;
	height: 22px;
	background-color: #09bd00;
	color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; 
	line-height: 20px;
	top: 33px;
	right: 5px;
}

.form-layout .row div {
	margin: 0 0 20px 0;
}

#searchHomeForm input{
	margin: 6px 0 6px;
}

.handler-suche-small .form-cleanxpert {
	margin: 40px 0 80px 0;
}

.form-newsletter {
	color: #ffffff;
}

/*START - DEVICE DEPENDANT CSS*/
@media (max-width: 767px) {
	/*CONTENT applying col-xs VIEWS*/
	
	.form-horizontal .has-feedback .form-control-feedback {
		top: 31px;
	}
	
}
		
@media (min-width: 768px) and (max-width: 991px) {
	/*CONTENT applying col-sm VIEWS*/
}

@media (min-width: 992px) and (max-width: 1199px) {
	/*CONTENT applying col-md VIEWS*/
}

@media (min-width: 1200px) {
	/*CONTENT applying col-lg VIEWS*/
}
/*END*/