/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */


#userNav .nav-link, .language-toggle .dropdown-toggle {
  text-transform: uppercase;
}

#userNav .dropdown-item, .language-toggle .dropdown-item {
  text-transform: uppercase;
}

/*Hintergrundfarbe Header Band*/
.main-header {
  background-color: #f0f3fa;
}
/*Titelzeile*/
.navbar-logo-text {
    font-family: 'Fira Sans',sans-serif;
    color: #518cc4;
    font-weight: 700;
}

.homepage-issue-header {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

/*Kasten auf Startseite*/
.homepage-issue-description {
  position: relative;
  max-height: 300px;
  overflow-y: visible;
  background: #DFE6F6;
  padding: 1.5rem;
}

/*Gestaltung Kasten Startseite*/
.homepage-issue-description-wrapper {
  padding: 1.5rem;
  background: #DFE6F6;
}

/*Button "MEHR" auf Startseite*/
.homepage-issue-description-more {
  bottom: 0;
}

.page-content p {
  margin-top: 0;
}

.homepage-issue-description .h2 {
  font-size: 1.2rem;
}

.homepage-issue-description::after {
  background-image: none;
}

.homepage-issue-identifier {
  font-size: 1.2rem;
}

.homepage-image-behind-issue + .container-homepage-issue .homepage-issue-published {
  opacity: 0;
  margin-top: 0;
  margin-bottom: 2rem;
}

body {
  line-height: var(--bs-body-line-height);
  font-family: 'Fira Sans',sans-serif;
  font-size: 1rem;
}

.h1, .h2, .h3, h3, .h5 {
  font-family: 'Fira Sans',sans-serif;
}

.page-header h1 {
  font-size: 1.4rem;
}

.page-issue-date {
    opacity: 0;
    margin-top: 0;
}

.page-issue-details {
    margin-top: 2rem;
}

.page-issue-galleys .h3, h3 {
  font-size: 1.2rem;
}

.page-issue-galleys .btn {
    padding: .375rem .75rem;
    margin: .15rem;
}

.col-lg-3 {
  order: 2;
}

.col-lg-9 {
  padding-bottom: 15px;
}

/*  .page-issue-details.col-lg-9 {
  order: 2;
}*/



.article-summary-title {
  font-size: 1rem;
  font-family: 'Fira Sans',sans-serif;
}  

.article-details-main .article-details-heading, .article-details-main .item > .label {
  margin-bottom: 1rem;
  margin-top: .5rem;
  font-size: 1.2rem;
  color: #757575;
}

.article-details-main {
  padding: 3rem 5rem;
}

.article-details-heading {
  font-size: 1.2rem;
  font-family: 'Fira Sans',sans-serif;
  font-weight: bold;
}

.article-details h1 {
  font-family: 'Fira Sans',sans-serif;
  /*font-weight: bold;*/
}

.article-details-cover {
    max-width: 255px;
}

.author-symbol {	
  display: none;
}

 .authors-string .author-string-href {
    color: #333;
    cursor: pointer;
  }

.article-details-author.hideAuthor {
  display: contents;
}

.article-details-abstract {
  line-height: 1.65em;
}

.article-details-keywords-value {
    font-size: .9rem;
}

.article-details-how-to-cite-citation {
    font-size: .9rem;
}

.article-details-issue-identifier a {
  font-family: 'Fira Sans',sans-serif;
}

.article-blocks-mobile > .article-details-cover {
  display: contents;
}

.article-blocks-mobile > .article-details-abstract {
  order: 1;
  margin-top: 20px;
}

.article-blocks-mobile > .article-details-galleys {
  order: 2;
}

/*.article-blocks-mobile > * {
  margin-bottom: 15px;
  margin-top: 15px;
}*/

.page-announcement .announcement-date {
  font-family: 'Fira Sans',sans-serif;
}

.announcement-summary-date {
  font-family: 'Fira Sans',sans-serif;
}

.page-header h1 {
  font-family: 'Fira Sans',sans-serif;
}

.page-header {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.page-content {
  line-height: 1.5;
  font-size: 16px;
}

.page-content h2 {
  color: #757575;
  font-size: 1.2rem;
  font-family: 'Fira Sans',sans-serif;
  font-weight: bold;
}

.page-issue-description .h2 {
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 1rem;
}

.submissions-checklist {
  background: #f7f7f7;
  padding: 0 1.2rem .1rem 1.2rem;
}

.site-footer {
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #BABABA;
  font-size: 15px;
}

/* Archiv-Seiten Styling */
.archive-grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 100% !important;
  width: 100% !important;
  justify-content: space-around !important;
  gap: 24px;
  margin-bottom: 2em;
}

.archive-grid-container, .col-md-8 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.archive-item {
  width: 160px;
  border-radius: 0px;
  overflow: hidden;
  /*box-shadow: 1px 1px 2px rgba(0,0,0,0.1);*/
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
}

.archive-item:hover {
  transform: scale(1.02);
  box-shadow: 1.2px 1.2px 4px rgba(0,0,0,0.2);
}

.archive-item img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  bakcground-color: #f8f8f8;
  display: block;
}

.archive-item p {
  padding: 10px;
  font-size: 0.9em;
  margin: 0;
}
/*.archive-section h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.4em;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}*/

