@charset "utf-8";
/*Based on: https://gfx.cs.princeton.edu/pubs/Hasan_2010_PRO/index.php*/

/* Default text settings */
* {
	font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
}

/* Default body settings */
body {
	background-color: #FFFFFF;
	color: #1f1d1e;
}
@media screen and (max-width: 533px) {
 body {
	font-size: 3vw;
 }
}

h1, h2 {
	font-weight: bold;
	font-family: 'LibertinusSansRegular', 'Helvetica', 'Arial', sans-serif;
}

a {
	color: #D93C3C;
	text-decoration: none;
}
a:hover {
	color: #AB1A1A;
}

em {
	font-style: italic;
}

b {
	font-weight: bold;
}

.content{
	width: 720px;
	margin: 0px auto;
}
@media screen and (max-width: 800px) {
 .content {
	width: 90vw;
	}
}
/* Paper listings */
.paperheader {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
 }
@media screen and (max-width: 800px) {
 .paperheader {
	padding-top: 0vw;
	padding-bottom: 5vw;
	padding-left: 1vw;
	padding-right: 1vw;
 }
}

.papertitle {
	font-size: 150%;
	font-weight: bold;
}
.pubinfo {
}
.authors {
	font-family: 'LibertinusSansRegular', 'Helvetica', 'Arial', sans-serif;
	font-size: 150%;
	margin-bottom: 1em;
}
.paperimg {
	text-align: center;
}
.paperimg img {
	max-width: 100%;
}
.abstract {
	text-align: justify;
}

.sourceCode, code{
	background-color: #E5E5E5;
}

.sourceCode {
	display: block;
	text-indent: -5px;
	padding-top: 3px;
	padding-bottom: 6px;
	border-radius: 5px;
	padding-left: 10px;
}

code {
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-top: 1px;
	border-radius: 5px;
	font-family: Consolas,monospace;
}

#impressum, #datenschutz {
    font-size: smaller;
}
