:root{
    --goetheblue: #00618F;
    --lightblue: #CCE2F0;
    --verylightblue: #E8F2F8;
    --darkblue: #003145;
}


html {
}

body {
    margin: 0;
	font-family: 'Open Sans', sans-serif;
}

.tableContainer {
}


.content {
	font-size: .95EM;
	padding: 10px;
	vertical-align: top;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}




 /*
=================
	Header
=================
*/

.unilogo {
    background: var(--goetheblue);
}

.unilogo a:hover{
    filter: opacity(75%);
}

.fachbereich a:hover{
    filter: opacity(75%);
}

.title {
    background: var(--goetheblue);
    text-align: center;
    color: white;
}

.fachbereich {
    background: var(--goetheblue);
    text-align: center;
    color: white;
}

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

.header a:hover {
	text-decoration: none;
	color: lightblue;
}


 /*
=================
	Sidebar
=================
*/

.sidebar {
    background: var(--lightblue);
    vertical-align: top;
	font-size: .8rem;
}

.navigationlist {
	width; 100%;
	margin: 0;
	padding: 0;
}

.navigationlist li {
    list-style: none;
	border-bottom: 1px solid white;
	padding-left: 10px;
	line-height: 18px;
}

.navigationlist li:not(.emptyrow) {
	padding-top: 2px;
	padding-bottom: 2px;
}

.navigationlist li:not(.emptyrow):hover {
	background-color: var(--goetheblue);
}

.navigationlist li:not(.emptyrow):hover a {
    color: white;
}

.navigationlist li a {
	text-decoration: none;
	color: #003145;
	display: block;
}


 /*
=================
	Content
=================
*/


.content table tr td{
    background: var(--verylightblue);
    padding: 5px 5px;
}


.content a {
    color: #006DB5;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}


/*
=================
	Footer
=================
*/



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

.footer a:hover {
	text-decoration: none;
	color: lightblue;
}

.footer {
    background: var(--goetheblue);
    color: white;
    text-align: center;
}
