

/* 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;
}


/* Überschrift Journal description*/
.homepage_about h2 {
	display:none;
}


/* Menus */
#navigationPrimary a {
	color: #333;
	font-size: 16px;
}

#navigationPrimary li a:focus {
	background-color: #edebe7;
	color: #333;
}

#navigationPrimary .dropdown-menu {
	padding-left: 7px;
}

#navigationPrimary .dropdown-menu li a:hover {
	border-left-color: #767572;
}

#navigationUser a {
	color: #333;
}

#navigationUser li a:focus {
	background-color: #edebe7;
	color: #333;
}

#navigationUser .dropdown-menu li a:hover {
	border-left-color: #767572;
}



/* Read more */
.read_more  {
	color: #767572 !important;
}
.read_more:after {
	color: #767572;
}
.read_more:hover {
	color: #8f8e8c !important;
}

/* galley links */

.galleys_links a.obj_galley_link {
	color: #767572;
	border: 1px solid #767572;
}

.galleys_links .obj_galley_link:hover {
	background-color: #767572;
	color: white;
}

.galleys_links li {
	padding-top: 10px;
} 


/* Footer */
.pkp_structure_footer_wrapper {
	background-color: #767572;
}

.pkp_footer_content p {
	color: white;
}

.pkp_footer_content {
    padding: 30px 30px 0 30px;
    /*display: flex;*/
}
.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%;
}