/* Header IMG Full with */
.pkp_site_name .is_img img {
	max-height: 100%;
}
/* Font Robot */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #000
}
/* Link Color */
a {
    color: #dd9e01;
}
/* Link hover and focus color */
a:focus,
a:hover {
    color: #b98400;
}

.pkp_navigation_primary ul a {
    color: #dd9e01;
}
/* Notification Block color */
.cmp_notification {
    border-left: 5px solid #dd9e01;
}

/*Höhe der Beiträge in der Übersicht - Teufel 16.12.2019 */
.obj_issue_toc .galleys, .obj_issue_toc .section {
	position: relative;
	margin: 20px -10px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}
