/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.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;
}

.broadcast-gapfill {
	background-color: rgba(255, 162, 0, 0.25);
}

.broadcast-no-gapfill {
	background-color: rgba(255, 162, 0, 0.5);
}

.broadcast-rerun {
	color: #777;
}

.lohrothek > h3 {
	text-align:center;
}

@media ( max-width : 800px) {
	.timetable, .time_left, .time_right, .day {
		display: inherit;
	}
	.time {
		display: none;
	}
	.day>h4 {
		font-size: 1.25rem;
		margin-top: 1.5rem;
	}
	.broadcast {
		display: flex;
		margin: 0.5rem 0;
		padding: 0.5rem;
	}
	.broadcast .starttime {
		display: inherit;
		margin-right: 1rem;
		text-align: center;
	}
	.broadcast .title a {
		color: #333;
	}
}

@media ( min-width : 800px) {
	.lohrothek-program-week h4 {
		font-weight: normal;
		font-size: 1.2rem;
		text-align: center;
	}
	.timetable {
		width: 100%;
		display: grid;
		grid-template-columns: 1.5rem repeat(7, 1fr) 1.5rem;
	}
	.grid-item {
		display: grid;
		margin: 2px;
		padding: 2pt;
		padding-top: 3pt;
		border-radius: 1px;
	}
	.day>h4 {
		background-color: rgba(0, 0, 0, 0.75);
		margin: 2px;
		font-size: 1rem;
		font-weight: bold;
		line-height: 2.5rem;
	}
	.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;
	}
	.time_left {
		margin-right: 0.2rem;
	}
	.time_right {
		margin-left: 0.2rem;
	}
	.broadcast {
		border: none;
		text-align: left;
		place-content: top;
		padding-left: 4pt;
		overflow: hidden;
	}
	.broadcast div a {
		color: rgba(0, 0, 0, 0.75);
	}
	.broadcast-small {
		padding-top: 0;
		font-size: 0.5rem;
	}
	.broadcast-small * {
		line-height: 0.5rem;
		align-items: center;
	}
	.broadcast-small div a {
		font-size: 0.5rem;
	}
	.only-small-view {
		display: none;
	}
}

/* widget */
.widget_lohrothek_upcoming_broadcasts .widget_broadcast {
	display: flex;
	margin-bottom: 0.5rem;
}

@media ( min-width : 800px) {
}

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

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

.widget_lohrothek_upcoming_broadcasts .widget_broadcast .teaser {
	font-size: 0.75rem;
}

.widget_lohrothek_upcoming_broadcasts .widget_broadcast_current {
	margin-bottom: 1rem;
}

.widget_lohrothek_upcoming_broadcasts .widget_broadcast_current h3.title
	{
	font-size: 1.5rem;
}

.widget_lohrothek_upcoming_broadcasts .widget_broadcast_current .teaser
	{
	font-size: 1rem;
}

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

.widget_lohrothek_upcoming_broadcasts .lohrothek_stream {
	background-color: rgba(250, 0, 0, .9);
	color: white;
}

.widget_lohrothek_upcoming_broadcasts .lohrothek_stream a {
	color: white;
	text-decoration: none;
}

.widget_lohrothek_upcoming_broadcasts .lohrothek_stream img {
	display: inherit;
	height: 25px;
	padding: 3px;
	margin-right: 10px;
}