/*! 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;
}

/* Entfernt col-md-8 NUR auf der Seite jahreshefte */
/* body.path-jahreshefte .col-md-8 { */
    /* max-width: 100% !important; */
    /* flex: 0 0 100% !important; */
/* } */

/* /* Entfernt Padding nur für diese Seite */ */
/* body.path-jahreshefte .page-content .container.page-archives { */
    /* padding-left: 0 !important; */
    /* padding-right: 0 !important; */
/* } */


/* Archiv-Seiten Styling */
  .archive-grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 100% !important;
  width: 100% !important;
  justify-content: flex-start;
  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; /*gewünschte feste Höhe, damit alle Bilder gleich groß sind*/
  object-fit: contain; /*Bild vollständig sichtbar, evtl. Ränder*/
  background-color: #f8f8f8; /*falls Ränder sichtbar werden*/
  display: block;
}

.archive-item p {
  padding: 10px;
  font-size: 0.9em;
  margin: 0;
}
.archive-item .btn {
  display: block;
  text-align: center;
  padding: 1em;
  text-decoration: none;
  color: #000;
 }
.archive-section h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.4em;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.archive-item {
  text-align: center;
}

.archive-item img {
  width: 100%;
  max-width: 120px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}


/* =========================================
   Reihen-Kacheln
========================================= */

.series-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin: 2rem 0;
}

.series-card {
  background: #fff;
  border: 1px solid #d9dfe8;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}

.series-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.series-cover {
  background: #f5f7fb;
  padding: 1.5rem;
  text-align: center;
}

.series-cover img {
  max-width: 120px;
  height: auto;
}

.series-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.series-content h3 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  color: #518cc4;
  font-family: 'Fira Sans', sans-serif;
}

.series-content p {
  margin-bottom: 1.5rem;
  color: #666;
}

.series-content a {
  margin-top: auto;
  display: inline-block;
  padding: .7rem 1rem;
  border: 1px solid #518cc4;
  color: #518cc4;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
  font-weight: 500;
}

.series-content a:hover {
  background: #518cc4;
  color: #fff;
}

/*Neues, modernes Layout für die vier Blöcke
.archive-grid {
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.2rem;
    /* margin: 2rem 0; */
/* } */

/* Standard-Archive-Buttons überschreiben, ohne global zu stören */
/* .archive-grid .archive-item a { */
    /* display: block; */
    /* padding: 1rem 1.2rem; */
    /* border: 1px solid #ccc; */
    /* border-radius: 0; /* kein Rund */
    /* background: #fff; */
    /* text-align: center; */
    /* text-decoration: none; */
    /* color: inherit; */
    /* transition: border-color 0.15s, background 0.15s; */
/* } */

/* Hover-state elegant, wissenschaftlich, nicht bunt */
/* .archive-grid .archive-item a:hover { */
    /* background: #f3f3f3; */
    /* border-color: #999; */
/* } */
