/*Zoo-Hub Styling*/

.plzabfrage {
	font-size: 25px!important;
	text-align: center!important;
}


/*FrontendBookingTableStyling*/

/* styles for the whole table */
     .cpappbtable { 
       
     }
     
/* styles for the table header cells */
     .cpappbtable th {
         
     }

/* styles for the table data cells */
     .cpappbtable td{
         
     }

/* styles for the table header group cells */
    .cpappbheadermth,.cpappbheadermtd  {
        
    }        

/* styles for the table header column #1, same exists for column #2, #3, ... */
     .cpappbheader1 {
         
     }

/* styles for the table data cell column #1, same exists for column #2, #3, ... */
     .cpappbcol1 {
         
     }







/*Delete Required Star*/
.r {
	display: none!important;
}





/*Quantity Field*/
.ahbfield_quantity_div label
{ 
	color : #5c7c2c !important;
	font-size: 18px !important;
	font-weight: bold !important;
	text-align: center !important;
	margin: auto !important;
	width: 50% !important;
}

.ahbfield_quantity { 
	color : #5c7c2c !important;
	font-size: 18px !important;
	margin: auto !important;
	width: 50% !important;
}

/*KalenderHead*/
#fbuilder .ui-datepicker th{
	background:#5c7c2c;
	color: #fff;
	font-weight: normal !important;
}

/*Ausgebuchter Tag*/
#fbuilder .notavailslot a{ background:#f00; }