body {
	font-family: sans-serif;
}

#content span[style*="font-family: 'Open Sans';"][style] {
	font-family: sans-serif !important;
}

#content {
	background: #fff;
    max-width: 1280px;
    margin: 0 auto;
	position: relative;
    padding-top: 70px;
}

#content::before {
	content: "";
    background-image: url("https://www.uibk.ac.at/static/uniweb/images/logo-uibk.90f7ae9bbfac.svg");
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: auto 56px;
    z-index: 100;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #878787;
    line-height: 1.3;
}

#content h1 {
	font-size: 35px;
	margin-bottom: 30px;
	position:relative;
}

#content h2 {
    font-size: 30px;
	margin-top: 40px;
}

#content p[style*="text-align: justify;"][style] {
	text-align: left !important;
}

#content td {
	vertical-align: top;
    border: 1px solid #c6c6c6;
}

#content p.heading-toc {
    margin-bottom: 0;
    margin-top: 25px;
    color: #878787;
    font-size: 28px;
}

#content p .fa {
color: #878787 !important;
}