header,
#menu,
footer,
.zzf-osd-gallery {
  display: none;
}

main {
  padding-top: 30px !important;
}

.align-left {
  float: none !important;
}

.node--type-source {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.field {
  margin-bottom: 30px;
  .field__label {
    font-family: "Bitter";
    font-weight: 800;
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
}

.node--view-mode-print .field__label {display: none!important;}

    /* Neue Regeln für die Druckansicht */
    .node--view-mode-print {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 12pt;
      line-height: 1.5;
      color: #000;
      background: #fff;

      /* Standardmäßig alle Felder ausblenden */
      .field {
        display: none;
      }


      /* Explizit Text-Lang-Felder anzeigen */
      .field--type-text-long, .field--name-field-ref-authors {
        display: block !important;
        margin-bottom: 2rem;
        text-align: justify;
      }

      /* Explizit das Feld anzeigen, das die Source-Node enthält (basierend auf Twig field_source) */
      .field--name-field-source {
        display: block !important;
      }

      /* Styling für die Source-Node selbst */
      .node--type-source {
        display: block !important;
        border: 1px solid #ccc;
        padding: 1.5rem;
        background-color: #f9f9f9; /* Wird beim Druck oft ignoriert, hilft aber bei "Save as PDF" */
        page-break-inside: avoid;
        margin-top: 2rem;

        .container {
            padding: 0;
            margin: 0;
            width: 100%;
            max-width: none;
        }
      }
    }
.print-citation-header {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000; /* Unterstreichung der gesamten Zeile */
  font-weight: bold;
}
