
/* Schrift */

a,p,div,h1,h2,h3,h4 {
	color: #2c2c2c;
	font-family: Arial;
}
a:hover {
	color: #6a6a6a;
}

.pkp_block a {
	color: #2c2c2c;
	font-size: 14px !important;
	font-family: Arial;
}

.pkp_block a:hover{
	color: #6a6a6a;
}

.pkp_block h2 {
	font-family: Arial !important;
}

/* header */
@media only screen and (min-width:992px) {

	.pkp_site_name .is_img img {
		max-height: 156px;
	}

	.pkp_site_name  {
		border-top: 2px solid black;
		border-bottom: 2px solid black;
	}
	.pkp_site_name_wrapper a:focus {
		outline: none;
	}

	/* border color */

	.pkp_structure_main::after {
		background: transparent;
	}

	.pkp_structure_main::before {
		background: transparent;
	}
		
	.pkp_head_wrapper {
		border-bottom: 2px solid #000;
		padding-bottom: 10px;
	}
}

.pkp_structure_head {
	border-bottom: none !important;
}

/* primary navigation*/
#navigationPrimary a {
	text-transform: uppercase;
}

#navigationPrimary {
	padding-top: 10px;
}

.pkp_structure_main h2 {
	font-size: 22px; /*change font size of issue heading*/
	font-family: Arial !important;
}

/* beadcrumbs */

.cmp_breadcrumbs {
	display:none; 
}

.obj_issue_toc .cover  {
	float:none;
}

.obj_issue_toc .cover img {
	
	box-shadow: 10px 10px 10px black;
	border: 2px solid black;
	max-width: 496px !important;
	width: 496px !important;
	max-height: 700px !important;
	height: 700px !important;	
}

/* Menus */


#navigationPrimary a {
	color: #2c2c2c;
	font-size: 15px;
}

#navigationPrimary li a:focus {
	background-color: #ddd;
	color: #2c2c2c;
}

#navigationPrimary > li > a {
	color: #2c2c2c;
}
#navigationPrimary > li > a:focus {
	color: #2c2c2c;
	background-color: white;
}

#navigationPrimary .dropdown-menu {
	padding-left: 0px;
}

#navigationPrimary li:nth-child(1) .dropdown-menu li {
	padding-left: 7px;
}

#navigationPrimary > li > a:hover {
	border-bottom-color: #2c2c2c;
}

#navigationPrimary .dropdown-menu li a:hover {
	border-left-color: #2c2c2c;
}

#navigationUser a {
	color: #2c2c2c;
}

#navigationUser li a:focus {
	background-color: #ddd;
	color: #2c2c2c;
}

#navigationUser > li > a {
	color: #2c2c2c;
}
#navigationUser > li > a:focus {
	color: #2c2c2c;
	background-color: white;
}

#navigationUser .dropdown-menu li a:hover {
	border-left-color: #2c2c2c;
}

/* Read more */

.read_more  {
	color: #505050 !important;
}
.read_more:hover  {
	color: #6a6a6a !important;
}
.read_more:after {
	color: #6a6a6a;
}
.read_more:hover {
	color: #6a6a6a !important;
}


/* galley links */
.galleys_links a.obj_galley_link {
	color: #505050;
	border: 1px solid #505050;
}

.galleys_links .obj_galley_link:hover {
	background-color: #505050;
	color: white;
}

.galleys_links li {
	padding-top: 10px;
} 



.page_issue .sections {
	margin-top: 0 !important;
}

.page_issue .section {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}




/* footer */

.pkp_structure_footer_wrapper {
	background-color: white;
}

.pkp_footer_content {
	border-top: 1px solid #ddd;
}
.pkp_footer_content img {
	padding-right: 30px;
}

.pkp_structure_footer_wrapper .pkp_brand_footer img {
	width: 100px
}


/* edition */
.edition .separator {
	border-top: 1px solid black;
}

.edition .issue_cover_image a {
	margin: 8px 8px 20px 20px;
}

.edition .issueCoverImage img {
	box-shadow: 10px 10px 10px black;
	border: 2px solid black;

	width: 104px;
	height: 146px;

}

.edition .edition_text img {
	border: none;
}

.header_view a {
	background-color: #2c2c2c;
}



.page_submissions .cmp_notification {
	display: none;
}

