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

/*Formular Bootstrap */

.feldformular {
	 background-color: rgba(255,255,255, 0.4);
	 font-size:16px;
	 border: 0px; 
	 width: 100%;
	 color: #fff;
	 margin: 6px;
	 }
	 
.suchformular {
	 text-align:center;
	 background-color: rgba(255,255,255, 0.4);
	 font-size:16px;
	 border: 0px; 
	 width: 100%;
	 color: #fff;
	 margin: 6px 0px 6px 0px;
	 }	 

#errormessage { 
     background-color: #F93;
	 font-size:16px;
	 border: 0px; 
	 width: 100%;
	 color: #fff;
	 border-radius:3px;
	 margin: 10px 0px 10px 0px;
	 padding-left: 5px;
	 }
	 
/*Formular Bootstrap overrides */	 

.warningtext {
	color:#F93;
	}/* CSS Inputfelder */
input::-webkit-input-placeholder {
color: white !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: white !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: white !important;  
}
 
input:-ms-input-placeholder {  
color: white !important;  
}


textarea::-webkit-input-placeholder {
color: white !important;
}
 
textarea:-moz-placeholder { /* Firefox 18- */
color: white !important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: white !important;  
}
 
textarea:-ms-input-placeholder {  
color: white !important;  
}