/*
 ============================================================
 DIE ERDE adaptations of the OJS 3 website layout with
 respect to the Default Theme
 ============================================================
 
 Werner Eugster
 2019-07-20, 2019-09-26

*/

/*
 The menu items that are active in the top below the logo
 should be in ERDE blue and reverse colors when we hover over
 a valid menue
 */
/*
a         { color: #768eb9; }
a:hover   { background-color: #768eb9; color: white; }
*/
/*
html, body {
  margin: 0;
}
*/

/*
.section  {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
*/
 
/*
 In the archives we want to modify the header etc.
 */
/*
.cmp_breadcrumbs h1 {
  font-size: 22px !important;
  font-weight: 700 !important;
}

.cmp_breadcrumbs a {
  font-size: 16px !important;
  font-weight: bolder !important;
}

.cmp_breadcrumbs .current h1 {
  padding-top: 20px !important;
}
*/
/*
 Adjust the position of the line for each journal section in the
 table of contents; the idea is that the line goes through the
 center of the respective journal section
 */
/*
.obj_issue_toc .section::before {
	top: 140px !important;
}
*/
/*
 Reduce the space between issues in the table overview under Archives
 */

.page_issue_archive .issues_archive > li {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}


/* PKP Logo nach oben schieben, damit es in Footer integriert ist, keine allgemeine Lösung
muss ggf. manuell angepasst werden bei Änderungen des Footer-Contents */
@media only screen and (min-width: 992px) {
	.pkp_brand_footer  a {
		margin-top: -135px;
	}
}

.item{
}

/* remove author biography in article display */
.author_bios {
  display: none;
}

/* remove references in article display */
.references {
  display: none;
}


