  
  
/* Logo auf Startseite anpassen */  
  .pkp_site_name_wrapper {
    height: 150px;
  }
 
 .pkp_site_name .is_img {
  width: 56%; /* oder 75%, 85% - falls sich Menüleiste ändert, neu berechnen */
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.pkp_site_name .is_img img {
  width: 100%;
  height: 100%;
  display: block;
}
/* Bildgröße bzw Höhe an Wrapper anpassen */
@media (min-width: 992px) {
  .pkp_site_name .is_img img {
    max-height: 150px;
  }
}

/*weitere Anpassung hinsichtlich Farbgestaltung */
.obj_issue_summary .series,
.obj_article_summary .subtitle,
.pkp_navigation_search_wrapper a {
  
  color: #595959 !important;

}

.cmp_breadcrumbs .current {
  
  color: #595959;
}

.pkp_page_index .current_issue .read_more,
a {
  color: #800000 !important;
}

.pkp_page_index .current_issue .read_more:hover,
a:hover  {
	color:#b31010;
  }

.pkp_navigation_primary > li > a {
    color: #800000;
  }
  
.pkp_navigation_primary > li > a:hover {
    border-color: #800000;
    color: #800000;
    background-color: transparent;
  }

.pkp_navigation_primary > li > a:active {
  background: #800000;
  color: white !important;
}

body
 {
	
	color: #595959;
	
  }

.pkp_nav_list ul a {
    
    color: #800000;
   
  
  }  
  
.pkp_nav_list ul a:hover {  
	
  color: #800000;
   background: #dfdfdf;
  border-left-color: #800000 !important;
  }
  
.pkp_navigation_search_wrapper a {
  color: #800000 !important;
}

.pkp_navigation_search_wrapper a:hover {
  border-color: #800000;
    color: #800000;
    background-color: transparent;
}

.pkp_navigation_search_wrapper a:active {
  background: #800000;
  color: white !important;
}
  

/* Versteckt die Literaturhinweise am Ende eines Artikels */
.item.references {
    display: none !important;
}

/* wird ausgeblendet */

.pkp_brand_footer,
.pkp_page_index .additional_content {
    display: none !important;
}

/* wird ausgeblendet, bei Anmeldung oben rechts sichtbar */
.pkp_navigation_user>li:last-child>a {
    color: transparent !important;
    
}
.pkp_navigation_user>li:last-child>a:hover {
    
    background: #dfdfdf;
    color: #800000 !important;
}

 /* Entfernt die Striche der Boxen */
/* .pkp_structure_head,
 .pkp_structure_page,
 .pkp_structure_sidebar,
.pkp_structure_main, 
.pkp_page_index .additional_content
 {
  border: none !important;
}


.pkp_structure_main::before, 
.pkp_structure_main::after 
{
  background: none !important;
}*/

/* setzt alles linksbündig 

.pkp_structure_main {
  margin-left: -2.143rem;
  margin-right: 2.143rem;
}*/

/* Button Verhalten - hier die Galley-Links */

.obj_galley_link {
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  border: 1px solid #800000;
  border-radius: 3px;
  font-size: .93rem;
  line-height: calc(2.143rem - 2px);
  color: #800000;
  text-decoration: none;
  }
.obj_galley_link:hover  {
	background:#800000;
  border-color:#800000;
  color: #fff !important;
  outline:0;
}

/* Label und Über-Schriften auf #595959; und Normal */

.obj_article_details .entry_details .item .label,
.obj_article_summary .meta  {
	
	font-weight: normal;
  color: #595959;
}

@media {
  .obj_issue_toc .galleys > h2, .obj_issue_toc .section > h2, .obj_issue_toc .galleys > h3, .obj_issue_toc .section > h3 {
  	
    font-weight: normal;
    color: #595959;
  }
}

/* Artikel Links */

.obj_article_summary > .title a {
	
  color: #800000;
}

.obj_article_summary > .title a:hover {
	
  color: #b31010;
}

/* Footer */

.pkp_footer_content {
  
  color: #000;
}

.pkp_footer_content a:hover {
  
  color: #b31010  !important;
}

.pkp_footer_content a,
.pkp_footer_content a:visited {
  
  color: #800000  !important;
}

/* Anweisung für Custom Block */

.pkp_block a:hover {
	
  color: #b31010 !important;
}

.page_search .submit button
 {
  
  color: #800000 !important;
  
}


 .page_search .submit button::after {
 	
 
  background: #800000 !important;
  
} 



.cmp_notification {
	
	border-left-color:#800000;
	
}

.header_view,
.header_view .title {
  background: #800000 !important;
}

.header_view .return {
	
	color:#800000 !important;
	background: #fff !important;
}

.cmp_form .buttons button  {
	
	color: #800000;
}