/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

button.btn-primary{
	color: black;
	background-color: rgba(255, 162, 0, 1);
	border-color: rgba(0, 0, 0, 0.75);
}
button.btn-primary:hover{
	color: white;
	background-color: rgba(0, 0, 0, 0.75);
	border-color: rgba(0, 0, 0, 0.75);
}

button.btn-secondary{
	color: white;
	background-color: rgba(104, 66, 0, 1);
	border-color: gray;
}

 .broadcast-rerun-icon {
	font-size: 0.5rem !important;
	vertical-align: super;
}	

.btn-outline-secondary{
	color: rgba(255, 162, 0, 1);;
	background-color: white;
	border-color: gray;
}

.head-program {
	font-weight: lighter;
	font-style: italic;
	font-size: 1.5rem;
	text-align: center;
}

.navigation-weeks, .navigation-days {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.input-week {
	max-width: 8rem;
}

.navigation-item {
	text-align: center;
	margin: 0.5rem;
}

.content_container .viewchange li {
	margin-bottom: 0 !important;
}


@media ( max-width : 800px) {
	.timetable, .time_left, .time_right, .day {
		display: inherit;
	}
	.time {
		display: none;
	}
	.broadcast {
		display: flex;
	}
	.broadcast .starttime {
		display: inherit;
		margin-right: 1rem;
		text-align: center;
	}
	.navigation-days .searchform * {
		size: 0.5rem;
	}
}

@media ( min-width : 800px) {
	.lohrothek-program-week h4 {
		font-weight: normal;
		font-size: 1.2rem;
		text-align: center;
	}
	.timetable {
		width: 100%;
		display: grid;
		/* col widths: fixed hour left, 7 equal-width columns 1 fraction of remaining space each , fixed hour right*/
		grid-template-columns: 2rem repeat(7, 1fr) 2rem;
		/* grid-gap: 05rem 0.5rem; */
	}
	.grid-item {
		display: grid;
		margin: 2px;
		padding: 2pt;
		padding-top: 3pt;
		border-radius: 3px;
	}
	.day > h4 {
		background-color: rgba(0, 0, 0, 0.75);
		font-size: 1.25rem;
		font-weight: bold;
		line-height: 2.25rem;
	}
	.hour, .lohrothek-program-week .broadcast * {
		font-size: 0.8rem;
	}
	.broadcast .starttime {
		display: none;
	}
	.hour {
		background-color: rgba(0, 0, 0, 0.1);
		text-align: center;	
	}
	
	.time, .day {
		display: grid;
		text-align: center;
	}
	
	.broadcast {
		border: none;
		text-align: left;
		place-content: top;
		padding-left: 4pt;
		overflow: hidden;
	}

	.broadcast-gapfill {
		background-color: rgba(255, 162, 0, 0.25);
	}
	
	.broadcast-no-gapfill {
		background-color: rgba(255, 162, 0, 0.5);
	}
	.broadcast div a {
		color: rgba(0, 0, 0, 0.75);
	}
	
	.broadcast-small {
		padding-top: 0;
	}
	.broadcast-small *  {
		font-size: 0.5rem !important;
	}
	.only-small-view {
		display: none;
	}
}

/* widget */

.widget_lohrothek_upcoming_broadcasts .widget_broadcast {
	display: flex;
}
.widget_lohrothek_upcoming_broadcasts .widget_broadcast * {
	font-weight: light;
}

.widget_lohrothek_upcoming_broadcasts .widget_broadcast_current  {
		border-color: rgb(247,146,16);
		border-style: solid;
		border-width: 1px;
		border-radius: 0.25rem;
		padding: .5rem;
		margin-bottom: 0.5rem;
}

.widget_lohrothek_upcoming_broadcasts .widget_broadcast_current h3 *{
	font-weight: bold;
	font-size: 1.5rem;
}	

.widget_lohrothek_upcoming_broadcasts .widget_broadcast h3.title {
	color: rgb(247,146,16);
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	font-size: 1rem;
	font-weight: normal;
}

.widget_lohrothek_upcoming_broadcasts .widget_broadcast .start_time {
	margin-right:1rem;
}

.link_program_day {
	display: block;
	margin: 0;
	text-align: right;
	font-style: italic;
	font-size: 0.75rem;
}

.widget_lohrothek_upcoming_broadcasts .play_live {
	text-align: right;
	color:rgb(247,146,16);
	padding-left: 0.5rem;
}

