
/*** CSS für Heidelberg Journal for English Studies ***/

/*** Global ***/

body {
    background: white;
}

.pkp_site_name .is_text {
    color: #fdfcf5;
    font-size: 3rem;
    line-height: 10rem;
}

.pkp_site_name {
    background: url(https://journals.ub.uni-heidelberg.de/index.php/hjes/libraryFiles/downloadPublic/926);
    background-repeat: no-repeat;
    background-size: 150px;
    margin-left: 13px;
}

a.is_text {
    margin-left: 150px;
}

.pkp_navigation_primary_wrapper {
    margin-top: 2rem;
}

#navigationPrimary, .headerSearchPrompt.search_prompt {
  font-size: 1.3rem;
  font-weight: normal !important;
  margin-bottom: 0.2em;
  text-transform: uppercase;
}

#navigationPrimary > li > ul.dropdown-menu > li > a {
    font-size: 0.9em !important;
}

.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4, .pkp_structure_main h5, .pkp_structure_main h6 {
    color: #496075;
}

a {
    color: #496075;
    text-decoration: underline;
}

a:hover, a:focus {
    text-decoration: none;
}

.obj_issue_toc .cover {
    max-width: 178px;
    height: auto;
    border: 1px solid #496075;
}

.sub_item > img {
    border: 1px solid #496075;
}

.cmp_button_wire, .obj_galley_link {
    border: 1px solid #496075;
    color: #496075;    
}

.obj_issue_summary .cover img,
.pkp_page_index .frontpage_content .frontpage_cover img {
    border: 1px solid #496075;
}

/*** Media Query ***/
@media (max-width: 1050px) {

.pkp_site_name .is_text {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-left: 0;
    }

h1.pkp_site_name {
    background: none;
    margin-left: 0;
}

}