/******     ********/

@media only screen and (min-width: 992px) {
	
	#headerNavigationContainer {
		height: 210px;
	}

	#navigationPrimary {
		padding-top: 40px;
	}
}

.pkp_structure_main .current_issue {
	display:none;
}

/* Schrift */
body {
	font-family: Arial, sans-serif;
}

/* Überschrift Journal description*/

.homepage_about h2 {
	display:none;
}
.homepage_about {
	padding-top:0 !important;
}

.additional_content {
	border-top:none !important;
}

/* footer */

.pkp_structure_footer_wrapper {
	background-color: #8e8976;
}

.pkp_brand_footer img {
	height: 70px;
}

#headerNavigationContainer {
    border-bottom: 6px solid #daa520 !important;
}
.pkp_footer_content a {
    color: #000;
}
.obj_article_details .entry_details {
    color: #524f44; /*#664D00;*/
}
.obj_article_details .label {
    text-transform: uppercase;
}
.page_issue_archive .issues_archive>li {
    padding-top: 15px;
    padding-bottom: 15px;
}
.pkp_structure_main h1 {
    font-weight: 400;
}
.pkp_structure_main h2 {
    font-weight: 400;
}
.pkp_structure_footer {
    text-align: center;
    display: flex;
}
.pkp_footer_content {
    color: #eee;
}
.pkp_footer_content a {
   color: #eee;
}
.header_view {
    background-color: #daa520;
}
.header_view .title {
    color: #fff;
}

a {
	color: #960;
}

a:hover {
	color: #c80;
}

/* Menus */


#navigationPrimary a {
	color: #960;
	font-size: 16px;
}

#navigationPrimary li a:focus {
	background-color: #eee;
	color: #960;
}

#navigationPrimary > li > a {
	color: #333;
}
#navigationPrimary > li > a:focus {
	color: #333;
}

#navigationPrimary .dropdown-menu {
	padding-left: 0px;
}

#navigationPrimary li:nth-child(1) .dropdown-menu li {
	padding-left: 7px;
}

#navigationPrimary > li > a:hover {
	border-bottom-color: #333;
}

#navigationPrimary .dropdown-menu li a:hover {
	border-left-color: #960;
}

#navigationUser a {
	color: #960;
}

#navigationUser li a:focus {
	background-color: #eee;
	color: #960;
}

#navigationUser > li > a {
	color: #333;
}
#navigationUser > li > a:focus {
	color: #333;
}

#navigationUser .dropdown-menu li a:hover {
	border-left-color: #960;
}



/* Read more */

.read_more  {
	color: #960 !important;
}
.read_more:hover  {
	color: #c80 !important;
}
.read_more:after {
	color: #c80;
}
.read_more:hover {
	color: #c80 !important;
}


/* galley links */
.galleys_links a.obj_galley_link {
	color: #960;
	border: 1px solid #960;
}

.galleys_links .obj_galley_link:hover {
	background-color: #960;
	color: white;
}

.galleys_links li {
	padding-top: 10px;
} 




.entry_details .copyright {

}
/*****************/

/* Schrift */
/*
@font-face {
   font-family:'FiraSans';
   font-style: normal;
   font-weight: normal;
   src: url('../../journals/1/fonts/FiraSans-normal-normal.woff') format('woff');
}

p,a,div {
	font-family: FiraSans;
	font-size: 15px;
	color: #767572;
}

a:hover {
  color: #8f8e8c;
}

h2, h3, h4, h5 {
		font-family: FiraSans !important;
}

.block_information a {
	font-size: 15px;
}
*/

/* Header */
/*
.pkp_structure_content {
	padding-top:0;
}

@media only screen and (min-width: 992px) {

	.pkp_site_name {
	padding-bottom: 40px;
	}

	.pkp_site_name img {
		max-height:110px !important;
	}
}

#customblock-humboldt img {
	max-width: 75%;
}

.cmp_breadcrumbs {
	padding-top: 30px;
}

*/




/* Footer */

/*
.pkp_structure_footer_wrapper {
	background-color: #767572;
}

.pkp_footer_content p {
	color: white;
}

.pkp_footer_content {
    padding: 30px 30px 0 30px;
   
}
.pkp_brand_footer {
    padding: 0 30px 30px 30px;
}
.pkp_structure_footer {
    font-size: 14px;
}
.journal-title {
    font-style: italic;
}
.journal-footer-logos a {
    width: 50%;
}
@media only screen and (min-width: 768px) {
    .pkp_footer_content {
        padding: 30px 150px 0 30px;
        display: flex;
    }
    .journal-footer-text {
        width: 50%;
    }
    .journal-footer-logos {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 50%;
    }
    .pkp_brand_footer a{
        margin-top: -120px;
    }
}

*/

/* Typo Anpassungen */
/*
.pkp_structure_main h1 {
    line-height:140%;
}

.pkp_structure_main h2 {
    line-height:150%;
}

.pkp_structure_main h3 {
    line-height:150%;
}

.pkp_structure_main h4 {
    line-height:150%;
}

.pkp_structure_main h5 {
    line-height:150%;
}

.pkp_structure_main h6 {
    line-height:150%;
}
*/