/* Styles definition here */
#fbuilder .ui-datepicker-header { background:#6cc72b ;color:#444; text-shadow:none}
#fbuilder, #fbuilder label, #fbuilder span { color: blueviolet; } /* #00f; */
/* .ahbfield_service { display: none } */ /* hiermit wird die Anzeige des Auswahlfeldes der möglichen Dienste unterdrückt */

/ * Change the "Instructions Text" field: */
#fbuilder .comment_area label { font-size:28px; color:lightblue;}
#fbuilder .comment_area span { font-size:40px; background-color:green;}

/* How to change the styles of the available slots? */
#fbuilder .slots{background:white;box-shadow:none}
#fbuilder .slots div{border:40px}
#fbuilder .slots div a{background:#83eb95;color:blue}

/* Change the "asterisk" in required fields: */
#fbuilder label .r {color:red;}

/* Display fully-booked dates in different color. */
#fbuilder .notavailslot a{ background:#f00; }

.EIGRahmen {
	background-color: #CAFF70;		/* #CAFF70; DarkOliveGreen1 202,255,112 */
	color:            black;
	 font-family:      'Arial','Helvetica';
	 font-size:        1.0em;
	 padding-left:     5px;
	 padding-right:    3px;
	 vertical-align: middle;
	  border:           2px solid salmon;
}
.EIGstarkbetont {
	color:            red;
	font-weight:      bold;
}

.EIGRahmen2 {
	background-color: white;
	color:            black;
	 font-family:      'Arial','Helvetica';
	 font-size:        1.0em;
	 padding-left:     5px;
	 padding-right:    3px;
	 margin-top:       3px;
	 vertical-align: middle;
	  border:           2px solid salmon;
}

.EIGrot {
	color:            red;
	font-weight:      bold;
}