.pkp_structure_page:before {
		content: "";
	display: block;
	width: 100%;
	height: 150px; /* Höhe Ihres Canva-Bildes */
	background: #fff url('https://ulb-services.uibk.ac.at/ojs/maintenance_ojs3.5.jpg') no-repeat center;
	background-size: contain;
	border-bottom: 5px solid #d32f2f;
}
/* Maintenance EOF */
.obj_announcement_summary .date {
	font-size: .93rem;
	line-height: 1.785rem;
	color: rgba(0, 0, 0, 0.87);
}

a {
	color: #ab3834;
}

.obj_issue_toc .galleys>h2,
.obj_issue_toc .section>h2,
.obj_issue_toc .galleys>h3,
.obj_issue_toc .section>h3 {
	display: inline-block;
	position: relative;
	left: -15px;
	margin-top: 0;
	padding: 0 1.0715rem;
	background: #fff;
	font-size: 1.143rem;
	font-weight: 400;
	line-height: 2.143rem;
	color: rgba(0, 0, 0, 0.87);
}

.obj_announcement_summary .read_more {
	font-size: .93rem;
	font-weight: 700;
	line-height: 2.143rem;
	color: #ab3834;
}

.obj_article_summary .pages,
.obj_article_summary .published {
	color: rgba(0, 0, 0, 0.87);
}

.cmp_button_wire,
.obj_galley_link {
	display: inline-block;
	padding: 0 1em;
	background: #ab3834;
	border: #ab3834;
	border-radius: 3px;
	font-size: .93rem;
	line-height: calc(2.143rem - 2px);
	color: #fff;
	text-decoration: none;
}

.pkp_page_index .current_issue .read_more {
	display: inline-block;
	position: relative;
	padding-right: 2.143rem;
	font-size: .93rem;
	font-weight: 700;
	line-height: 2.143rem;
	color: #ab3834;
	text-decoration: none;
	margin-bottom: 1.43rem;
}

.cmp_notification {
	display: block;
	width: 100%;
	padding: 1.43rem;
	margin-bottom: 2.857rem;
	background: #ddd;
	border-left: .357rem solid #ab3834;
	font-size: 1rem;
	line-height: 1.43rem;
}

.page_submissions .submission_checklist li .fa {
	top: 50%;
	/* left: .357rem; */
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	font-size: 1.285rem;
	color: #ab3834;
}

.pkp_nav_list ul a {
	display: block;
	padding-left: .357rem;
	border-left: #ab3834;
	color: #ab3834;
}