#content caption:before {
	content: "Tabelle: "
}

.news td {
	vertical-align: top;
}

.news td:first-child {
	font-weight: bold;
	padding-right: 6pt;
}

p.important {
	background-color:#ffcc99;
	padding:1ex;
}

p.new {
	background-color:#99ff99;
	padding:5px;
}

.important {
	background-color:#ffcccc;
}

.notice {
	background-color: #e9ffd9;
	padding: 1ex;
}

tr.important,
div.important {
	padding-left: 3px;
	border-left: 4px solid;
	border-color: #ffaaaa;
	background-color: #ffcccc;
}

tr.corona,
div.corona {
	padding-left: 3px;
	border-left: 4px solid;
	border-color: #80CE63;
	background-color: #ADE399;
}

tr.corona td a,
div.corona a,
tr.important td a,
div.important a {
	color: #333333;
}

td.corona {
	padding-right:125px;
	background-image: url(corona.png);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}

table.hidecells tr td {
	display: none;
}


div#navbar > ul > li > a{
	font-weight: bold;
}

div#navbar li.ex-name {
	width:74%;
	padding-right:0;
	margin:0;
	display:inline-block;
}

div#navbar li.ex-files {
	width:13%;
	padding-left:0;
	padding-right:0;
	margin:0;
	display:inline-block;
	text-align:center;
}

div#navbar li.ex-todos {
	width:13%;
	padding-left:0;
	padding-right:0;
	margin:0;
	display:inline-block;
	text-align:center;
}

div#content ul.video li {
	list-style-type: square;
	font-size: 90%;
	list-style-position: inside;
	margin-left: -5px;
}

div#content ul.video li > a:first-child {
	display: inline-block;
	width: 275px;
}

div#content ul.video li > a:first-child i.videoduration{
	font-size: 80%;
	text-decoration: none;
}

div#content ul.video li a.fas {
	text-decoration: none;
}

div#content ul.video li:hover {
	background: rgba(0, 0, 0, 0.05);;
}

div#content > table.visible {
	border-collapse: separate;
}

div#content > table.visible th {
	border: 2px solid white;
	border-left: 2px solid white;
	text-align: center;
	background-color: #eee;
}

div#content > table.visible th {
	width: 12%;
}

div#content > table.visible th:first-child {
	width: 5%;
}

div#content > table.visible th:last-child {
	width: 35%;
}

div#content > table.visible td.topic {
	border: 2px solid white !important;
	background-color: #f2f2f2;
}

div#content > table.visible td.qa {
	border: 1px solid black;
	text-align:center;
	font-weight: bold;
}

div#content > table.visible td.aopt {
	background-color:#eeffdd;
}

div#content > table.visible td.topic span.vl::before {
	content: "Vorlesung: ";
	font-weight: bold;
}

div#content > table.visible td.topic span.uebung::before {
	content: "Übung: ";
	font-weight: bold;
}

div#content > table.visible td.topic span.sem::before {
	content: "Seminar: ";
	font-weight: bold;
}

div#content > table.visible td.ferien {
	text-align: center;
	height:5ex;
	font-size:small;
}

div#content > table.visible-top td {
	vertical-align: top;
}

div#content > table.visible-top tr:nth-child(2n+1) {
	background: #F2F2F2;
}

div#content > table.visible-top td > a {
	font-weight: bold;
}

div#content blockquote {
	font-size: 10pt;
}

a.fas:link,
a.fas:visited, {
	text-decoration:none;
}

.textblock h3 {
	text-decoration: underline;
}

.textblock h4 {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

div.container div#video-bs {
	border:1px solid black;
	padding:5px;
}

div.container div#video-bs .inactive {
	opacity: 0.5;
	cursor: default;
}

div.container div#video-bs span#video-bs-title {
	font-weight: bold;
	font-size:1.1em;
}

@media (min-width: 992px) and (max-width: 1199px) {
	div#navbar ul > ul {
		margin-left: 0;
	}
	div#navbar li.ex-name {
		width: 80%;
	}

	div#navbar li.ex-files,
	div#navbar li.ex-todos {
		width: 10%;
	}

	div#navbar li.ex-files a,
	div#navbar li.ex-todos a {
		font-size: 10px;
	}

	div#navbar li i.fas,
	div#navbar li a img {
		width: 0%;
		visibility: hidden;
	}
}
