/** Style Sheet for ZERL
ver 1.1
11.04.2022
**/

.navbar-logo img {
    max-height: 200px;
}

/* Hide malformatted date */
.card-text .issue-summary-date {
    display: none;
}

.search-results .article-summary-date {
    display: none;
}

/* Hide DOI on Startpage */
.issue-toc-section .article-summary-doi {
    display: none;
}

/* Hide publication date on startpage */
.homepage-issue-published {
    display: none;
}

/* formattting of footer elements */
.footerlogo_darkbg {
    max-height: 60px;
    background-color: white;
    padding: 5px;
    margin: 10px 0px 10px 20px;
    border-radius: 5px;
}

/* Hide publication date on issue page */ 
.page-issue-date {
    display: none;
}

/* Artile page */

.article-details-published {
    display: none;
}

.article-details-issue-identifier {
    margin-bottom: 0;
}

.article-details-issue-section {
    margin-top: 0;
}

.article-details-fulltitle {
    margin-top: 1em;
}

.authors-string {
    margin-top: 0;
}

/* hide back-arrow on galley page */
.pdf-return-article a::first-letter {
    color: transparent;
}