/*
 ============================================================
 DIE ERDE adaptations of the OJS 3 website layout with
 respect to the Default Theme
 ============================================================
*/

@media only screen and (min-width: 992px) {
	.pkp_site_name .is_img img {
		max-height: 130px;
	}
	.pkp_site_name {
		padding-bottom: 10px;
	}	
}

/* Schrift */

@font-face {
   font-family:'Merriweather';
   font-style: normal;
   font-weight: normal;
   src: url('../../journals/1/fonts/Merriweather-webfont.woff') format('woff');
}

@font-face {
   font-family:'MerriweatherSans';
   font-style: normal;
   font-weight: normal;
   /*src: url('../../journals/1/fonts/Merriweather_Sans/static/MerriweatherSans-Regular.ttf') format('ttf');*/
   src: url('../../journals/1/fonts/merriweather-sans-v26-latin-regular.woff2') format('woff');  
}

p,a,div {
	font-family: Merriweather;
	color: #333;
}
a {
	color: #536789; /* orig:  rgb(152, 170, 202) 98AACA*/
}

a:hover {
	color: #98AACA;
}

h2, h3, h4, h5 {
		font-family: MerriweatherSans !important;
}

.block_information a {
	font-size: 14px;
}


/* Footer */
.pkp_structure_footer_wrapper {
	background-color: #98AACA;
}

@media only screen and (min-width: 992px) {
	.pkp_brand_footer  a {
		margin-top: -135px;
	}
}
.pkp_brand_footer  img {
	width: 100px;
}


/* Menus */
#navigationPrimary a {
	color: #000;
	font-size: 16px;
}

#navigationPrimary li a:focus {
	background-color: #768eb9;
}

#navigationPrimary .dropdown-menu li a {
	color: #536789;
}

#navigationPrimary .dropdown-menu li a:focus {
	background-color: #fff;
}

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

#navigationUser a {
	color: #000;
}

#navigationUser li a:focus {
	background-color: #768eb9;
	color: #000;
}

#navigationUser .dropdown-menu a {
	color: #536789;
}

#navigationUser .dropdown-menu li a:focus {
	background-color: #fff;
	color: #536789;
}

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



/* Read more */
.read_more  {
	color: #536789 !important;
}
.read_more:after {
	color: #536789;
}
.read_more:hover {
	color: #98AACA !important;
}

/* galley links */

.galleys_links a.obj_galley_link {
	color: #536789;
	border: 1px solid #536789;
}

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

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



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

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


