@media print {
    header, #sidebar, #navbar {
	display: none;
    }
}

.external:after {
	content: "⇡";
}

dd { margin-left: 2em; }
.centered { margin-left: auto; margin-right: auto; }

dl.publication {
	font-size: small;
	margin-bottom: 1em;
}
dl.publication > dd {
	line-height: 1.2;
}

html {
	position: relative;
	min-height: 100%;
	height: 100%;
}

body {
	/* Margin bottom by footer height */
	hyphens: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

/* Footer Stuff */
.content {
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
}
.footer {
    margin-top:20px;
    width: 100%;
    background-color: #006a81;
    color: white;
    padding-top: 50px;
    padding-bottom: 200px;
    padding-left: 150px;
    font-size: 14px;
}

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

.footer a:after {
    content: "⇡";
}

#mainBody {
    padding-left: 50px;
    padding-right: 50px;
}

#mainBody a {
    color: #009eac;
    text-decoration: none;
}

.breadcrumb {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom:2px;
	border-radius: 0px;
}
.breadcrumb a {
    color: #005e73;
    text-decoration: none;
}

.navbar {
    color: #3b4956;
    background-color: #fff;
    margin: 20px;
    padding: 0px;
}

.navbar-brand {
    padding-left: 15px;
}

.navbar-brand, .navbar-item {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #005e73;
    text-transform: uppercase;
}
.navbar-nav .nav-link {
    padding: .2rem .2rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #005e73;
}


#sidebar {
    width:100%;
    background-color: #00c1d4;
    margin-top: 50px;
}
.nav-pills {
    padding: 20px;
}

.nav-pills .nav-link {
    background-color: white;
    color: #005e73;
    margin:2px;
    border-radius: 2px;
}

.navbar-light .navbar-nav .active .nav-link {
    background-color: #53606b;
    color: #fff;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus,
.nav-pills .nav-link:active
{
    background-color: #333;
    color: #fff !important;
}


.nav-submenu > li > a {
	margin-left: 15px;
	border-left: 3px solid #3A6DAF;
	padding-top: 3px;
	padding-bottom: 3px;
}
.nav-submenu > li {
	margin-top: 0px;
}
.
.nav-submenu > li.active > a,
.nav-submenu > li.active > a:focus,
.nav-submenu > li.active > a:hover {
    color: #fff;
    background-color: RGBA(0,189,220,.4);
}

.nav-pills > li.active > a {
    border-left: 10px solid #009eac;;
    color: black;
}


.nav > li.headline:not(:first-child) {
	padding-top:8px;
}

.nav > li.headline {
	color: white;
	font-size: 15px;
	font-weight: bold;
	font-family: inherit;
	padding-bottom: 7px;
}

#page-kontakt td {
	padding: 10px;
	vertical-align: top;
}

/* News page.  */
.news {
	clear:both;
	margin-top:20px;
}

#page-main .news {
	width:80%;
	margin-left:15px;
}

.newsheader {
	margin-bottom:10px;
	font-size:110%;
	line-height:150%;
	font-weight:500;
	border-bottom: 1px solid #D1D1D1;
}

.newstitle {
    font-weight: bold;
}

.newsdate {
	background-color: #EFEFEF;
	color: #3F3F3F;
	padding-right: 6px;
	border-right: 6px solid RGBA(0,189,220,.4);
	min-width: 4cm;
	display: inline-block;
}

.news-content {
	margin-left:50px;
}

.person img {
	object-fit: contain;
	object-position: top ;
}

.well {
	border-radius: 0px;
}

.object.highlighted {
	background: rgba(171, 177, 197, 0.55);
}

.indicator-green {
    border-right:5px solid rgb(165,222,139);
}

.indicator-blue {
    border-right:5px solid #337ab7;
}

.toc {
    max-width:600px;
    background: rgba(171, 177, 197, 0.55);
    background-color: #fcf8e3;
    border: 1pt solid #faebcc;
}

.toc ul {
    list-style-type: decimal;
}

/* bibliography */
.bib-author {
}

.bib-title {
}
.bib-title:after
{
	content: '.';
}

.bib-booktitle {
	font-style: italic;
}
.bib-booktitle:before
{
	content: '; In: ';
	font-style: normal;
}
.bib-isbn {
	font-style: normal;
}
.bib-isbn:before
{
	content: '; ISBN: ';
	font-style: normal;
}

.bib-journal:before
{
	content: '; '
}
.bib-journal-issue:not(:empty)::before
{
	content: ' ('
}
.bib-journal-issue:not(:empty)::after
{
	content: ')'
}

.bib-award {
	font-weight: bold;
}
.bib-award:before
{
	content: '. ';
	font-weight: normal;
}

.bib-note:before
{
	content: '. ';
}

.bib-link:before
{
	content: '[';
}
.bib-link:after
{
	content: ']';
}

.bib-thesis:before
{
	content: '; ';
}

.bib-thesistype
{
	font-style: italic;
}

.bib-school:before
{
	content: ' at: '
}

.bib-pubyear:before
{
	content: '; '
}

.bib-publisher ~ .bib-year:before
{
	content: ', '
}

.faq-q {
    width: 100%;
    padding-left: 10px;
    padding-top: 3px;
    background-color: #EFEFEF;
    margin-bottom: 10px
}

.faq-q > labe l{
    font-weight: 400;
    font-size: 16px!important;
    cursor: pointer;
    width:100%
}

.faq-q-boxes {
    display: none
}

.faq-q label::before {
    content: "+ "
}

.faq-q-boxes:checked + .faq-a {
    display: block;
}

.faq-a {
    display: none;
    padding-left: 30px;
    font-size: 14px;
}

.faq-anchor.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.codehilite .hll { background-color: #ffffcc }
.codehilite  { background: #f8f8f8; }
.codehilite .c { color: #408080; font-style: italic } /* Comment */
.codehilite .err { /*border: 1px solid #FF0000*/ } /* Error */
.codehilite .k { color: #008000; font-weight: bold } /* Keyword */
.codehilite .o { color: #666666 } /* Operator */
.codehilite .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
.codehilite .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.codehilite .cp { color: #BC7A00 } /* Comment.Preproc */
.codehilite .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
.codehilite .c1 { color: #408080; font-style: italic } /* Comment.Single */
.codehilite .cs { color: #408080; font-style: italic } /* Comment.Special */
.codehilite .gd { color: #A00000 } /* Generic.Deleted */
.codehilite .ge { font-style: italic } /* Generic.Emph */
.codehilite .gr { color: #FF0000 } /* Generic.Error */
.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.codehilite .gi { color: #00A000 } /* Generic.Inserted */
.codehilite .go { color: #888888 } /* Generic.Output */
.codehilite .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.codehilite .gs { font-weight: bold } /* Generic.Strong */
.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.codehilite .gt { color: #0044DD } /* Generic.Traceback */
.codehilite .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.codehilite .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.codehilite .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.codehilite .kp { color: #008000 } /* Keyword.Pseudo */
.codehilite .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.codehilite .kt { color: #B00040 } /* Keyword.Type */
.codehilite .m { color: #666666 } /* Literal.Number */
.codehilite .s { color: #BA2121 } /* Literal.String */
.codehilite .na { color: #7D9029 } /* Name.Attribute */
.codehilite .nb { color: #008000 } /* Name.Builtin */
.codehilite .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.codehilite .no { color: #880000 } /* Name.Constant */
.codehilite .nd { color: #AA22FF } /* Name.Decorator */
.codehilite .ni { color: #999999; font-weight: bold } /* Name.Entity */
.codehilite .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.codehilite .nf { color: #0000FF } /* Name.Function */
.codehilite .nl { color: #A0A000 } /* Name.Label */
.codehilite .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.codehilite .nt { color: #008000; font-weight: bold } /* Name.Tag */
.codehilite .nv { color: #19177C } /* Name.Variable */
.codehilite .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
.codehilite .mb { color: #666666 } /* Literal.Number.Bin */
.codehilite .mf { color: #666666 } /* Literal.Number.Float */
.codehilite .mh { color: #666666 } /* Literal.Number.Hex */
.codehilite .mi { color: #666666 } /* Literal.Number.Integer */
.codehilite .mo { color: #666666 } /* Literal.Number.Oct */
.codehilite .sa { color: #BA2121 } /* Literal.String.Affix */
.codehilite .sb { color: #BA2121 } /* Literal.String.Backtick */
.codehilite .sc { color: #BA2121 } /* Literal.String.Char */
.codehilite .dl { color: #BA2121 } /* Literal.String.Delimiter */
.codehilite .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.codehilite .s2 { color: #BA2121 } /* Literal.String.Double */
.codehilite .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.codehilite .sh { color: #BA2121 } /* Literal.String.Heredoc */
.codehilite .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.codehilite .sx { color: #008000 } /* Literal.String.Other */
.codehilite .sr { color: #BB6688 } /* Literal.String.Regex */
.codehilite .s1 { color: #BA2121 } /* Literal.String.Single */
.codehilite .ss { color: #19177C } /* Literal.String.Symbol */
.codehilite .bp { color: #008000 } /* Name.Builtin.Pseudo */
.codehilite .fm { color: #0000FF } /* Name.Function.Magic */
.codehilite .vc { color: #19177C } /* Name.Variable.Class */
.codehilite .vg { color: #19177C } /* Name.Variable.Global */
.codehilite .vi { color: #19177C } /* Name.Variable.Instance */
.codehilite .vm { color: #19177C } /* Name.Variable.Magic */
.codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */


.lehre-bs {
    margin: 15px;
    padding: 15px;
    text-align:center;
    background: rgb(171,218,232);
}

.lehre-other {
    text-align:center;
    background: rgb(220,220,220);
}

.lehre-lecture {
    margin-left: auto;
    margin-right: auto;
    margin-top:0.25em;
    margin-bottom:0.25em;
    text-align:center;
    background: rgba(255,255,255,0.75);
    padding:0.25em;
    border:1px solid black;
    width: 15em;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
