/* 
    Created on : 10.12.2021, 20:42:25
    Author     : hefischer
*/

.business-hours
{
	color: white;
	font-size: 1.0em;
}

.business-hours .title,
.business-hours .subtitle 
{
    padding: 0px 0px 0px 20px;
    margin: 0px;    
    width:100%;
	text-align: left;
	padding-bottom: 0.5em;
}

.opening-hours
{
	padding-top: 0.75em;
	border-top: 2px #f49d34 solid;
}

.business-hours .nextopen
{
    color: #f49d34;
    font-weight: bold;
}

.business-hours li 
{
    line-height: 30px;
    border-bottom: 1px solid #333; 
}

.business-hours li:last-child 
{
    border-bottom: none; 
}

.business-hours .opening-hours li.today 
{
    color: #f49d34;
    font-weight: bold;
}

.business-hours .opening-hours
{
    margin-top: 20px;
}

.text-closed
{
	color: #f49d34;
    font-weight: bold;
}

.text-opened
{
	color: #00ff00;
    font-weight: bold;
}