

/* Überschrift Journal description*/
.homepage_about h2:nth-child(2) {
	display:none;
}


/* header */

#headerNavigationContainer {
	height: 120px;
}

@media only screen and (min-width: 992px) {

#headerNavigationContainer {
	height: 210px;
	margin-top: 30px;
}

.cmp_skip_to_content {
	height: 270px;
	border-bottom: 1px solid #eee;
	
}

.pkp_structure_content {
	margin-top: 60px;
}

.pkp_head_wrapper {
	padding-top: 20px !important;
}


.pkp_site_nav_menu {
	margin-top: -90px;
}

#navigationUser {
	margin-top:-300px;
}

}


   .pkp_site_name .is_img img {
       display:none !important;
   } 

/*
@media only screen and (min-width: 480px) {

}*/




/* schrift */

a {
	color: #ac3020;
}

a:hover, a:focus {
	color: #d72831;
}



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

#navigationPrimary li a:focus {
	background-color: white;
	color: #333;
}

#navigationPrimary .dropdown-menu {
	padding-left: 0px;
}

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

#navigationUser a {
	color: #333;
}

#navigationUser li a:focus {
	background-color: white;
	color: #333;
}

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


/* galley links */

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

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

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


/* Read more */
.read_more  {
	color: #ac3020 !important;
}
.read_more:after {
	color: #ac3020;
}
.read_more:hover {
	color: #d72831 !important;
}

/* Footer */

.pkp_brand_footer {
   margin-top:-130px;
}

/* DOAJ Seal*/

#customblock-doaj-seal img {
	width: 100px !important;
	padding-top:20px;
}