textarea {
   font-family: inherit;
   font-size: inherit;
}

td, th,p,div,li, input, textarea
{
	font-family: "Lato",sans-serif;
	font-size: 15px;
	font-weight: normal;
}

.headline
{
	font-family: "Lato",sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

.stornoheadline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	margin: 5%;
}

a { text-decoration: none; }
a:link, a:visited { color: #333; }
a:hover, a:active { color: #999; }

TABLE { border-collapse: collapse; width: 100%;}
fieldset { border: 0; padding: 0; }

body
{
	color: #333;
	background-color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.inputBox {
    width: 320px;
    font-size: 15px;
    line-height: 12px;
    border: 1px solid #bbb;
    background-color: #fff;
    padding: 15px;
    margin-top: 5px;
}

ul.resource_list {
    list-style: none;
    display: inline-flex;
    padding-left: 0px;
}

li.resource_list_item {
    background-color: #eee;
    padding: 30px;
    cursor: pointer;
    margin-right: 30px;
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid #00000014;
    box-shadow: 2px 7px 12px #00000010;
    font-weight: 700;
    color: #463d3d;
}

li.resource_list_selecteditem {
    padding: 30px;
    background-color: red;
    color: white;
    margin-right: 30px;
    border-radius: 5px;
    margin-top: 20px;
}

#progress_bar th {
    padding: 10px;
}

li.resource_list_item:hover {
    box-shadow: 0px 0px 10px #00000050;
    background-color: red;
    color: white;
    transition:500ms;
}

.resource_bar  { background-color: #fafafa; max-width: 100%; margin-top:20px; }
.resource_bar td { border: 1px solid #4d4d4d80; text-align:left; cursor: pointer; padding:20px;}
.resource_bar img { max-width: 100%; }
.progress_bar {
    background-color: #ddd;
    border-radius: 10px !important;
}
.progress_bar_2nd_row td { vertical-align: text-top; }

.termintable { background-color: #fff; }
/* .termintable th { height:15px; border: 1px solid #ddd;  font-weight: bold; text-align:center;} /* Standardfarbe, die meisten Zellen, k�nnen nicht gebucht werden */
.termintable td { width:40px; height:40px; border: 1px solid #ddd; text-align:center;} /* Standardfarbe, die meisten Zellen, k�nnen nicht gebucht werden */
.termintable th { height:15px; line-height: 30px; border: 0;  background-color: #3355aa; color: #fff; font-weight: bold; text-align:center;} /* Standardfarbe, die meisten Zellen, k�nnen nicht gebucht werden */
.termintable a { font-weight: bold; color: #fff;}
.sc { background-color: #e4e2d8; } /* sc = StandardCell = Grundfarbe der Termintabelle Header und linke Spalte */
.hc { background-color: #bfbeb6; } /* hc = FullHourCell = Farbe f�r "volle Stunden" (z.B. 08:00) in der linken Spalte */
.oc { background-color: #999; } /* oc = OccupiedCell = Zellen, die von Besuchern gebucht wurden */
.ec{ background-color: #fff; } /* ec = EmptyCell = freie Zellen */
.selecteditem{ background-color: #ff2a13 !important; font-weight: bold; color:#ffffff;} /* ausgew�hlter Men�punkt */
.availableday { background-color: #44ff22; cursor: pointer;} /* verf�gbarer Tag mit freien Terminen */
.availabletime { background-color: #ffaa00; font-weight: bold; padding: 5px; cursor: pointer;} /* verf�gbare Uhrzeiten am ausgew�hlten Tag */
#selectedday { outline: 3px solid red; font-weight: bold;} /* ausgew�hlter Tag im Kalender */
