* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: #f4f4f4;
  min-height: 100vh;
}

body {
  font-family: "Barlow Semi Condensed", Arial, sans-serif;
  margin: 0;
  padding: 0;

  background-color: #ecf8f8;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100vh;
}

.main-menu {
  background: #65c8c8;
  margin-bottom: 2em;
  height: 60px;
  padding: 0;
}

.main-menu ul {
  list-style: none;
  display: flex;
  gap: 2em;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  height: 100%;
  align-items: center;
  font-size: 24px;
  max-width: 800px;
  margin: 0 auto;
  height: 100%;
}

.main-menu ul li {
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.main-menu a {
  color: #222;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  align-content: center;
  padding: 0 20px;
  height: 100%;
}

.main-menu a:hover {
  text-decoration: none;
  background-color: #3da9a9;
}

.home .container ul {
  font-size: 24px;
  margin: 20px 0 0 40px;
  line-height: 40px;
  list-style: disclosure-closed;
}

.home .container ul li a {
  color: #65c8c8;
  font-weight: bold;
}

.sgt2025reporttemplate .banner-wrapper {
  //background: #eaeaea;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid gray;
}

.sgt2025reporttemplate .banner {
  //max-height: 60px;
}

.sgt2025reporttemplate .tagungsberichte-logo {
  width: 200px;
  height: auto;
}

img.banner {
  width: 100%;
  max-width: 100px;
}

.container {
  width: 90%;
  margin: auto;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 40px 40px 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-height: calc(100vh - 140px);
}

.word-upload .container {
  //width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}

@media print {
  .container {
    width: 100%;
    overflow: hidden;
    margin: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
  }
}

.reporttype {
  font-size: 18px;
  color: #717171;
  text-align: center;
  margin: 40px 0 0 0;
}

h1.title {
  text-align: center;
  color: #333;
  margin-top: 0;
  margin-bottom: 40px;
}

.upload-section {
  text-align: center;
  margin-top: 50px;
}

#uploadButton {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #5cb85c;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#uploadButton:hover {
  background-color: #4cae4c;
}

.alert {
  margin-top: 20px;
  padding: 10px;
  color: white;
  background-color: #d9534f;
  border-radius: 5px;
  display: none;
}

/* Additional styles for the HTML files */
html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

p {
  line-height: 1.6;
  color: #666;
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid #eaeaea;
}

.hidden {
  display: none;
}

.footnote {
  color: #666;
  text-decoration: none; /* Entfernt die Unterstreichung */
  font-family: "Barlow Semi Condensed Medium";
}

.footnote:hover {
  text-decoration: underline; /* Optional: Unterstreichung beim Hover */
}

.sgt2025reporttemplate h1.title {
  margin-bottom: 0;
}

.sgt2025reporttemplate .container {
  width: 80%;
  max-width: 920px;
}

.sgt2025reporttemplate .metadatawrap {
  margin-bottom: 20px;
}

.sgt2025reporttemplate .metadatawrap .locationdatevenue {
  margin-bottom: 40px;
  text-align: center;
}

.sgt2025reporttemplate .metadatawrap p {
  margin: 0;
  line-height: 22px;
  font-size: 16px;
}

.sgt2025reporttemplate .reportauthorline {
  font-weight: bold;
  margin-bottom: 10px;
}

.sgt2025reporttemplate .maincontent p {
  margin-bottom: 10px;
}

.sgt2025reporttemplate .maincontent sup {
font-size: 11px;
}

.sgt2025reporttemplate .footer {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  margin: 20px auto 0 auto;
  background: #65c8c8;
  padding: 40px 0;
  max-width: 920px;
  border-radius: 5px 5px 0 0;
}

.sgt2025reporttemplate .footer .doiurlwrapper {
  display: flex;
  gap: 20px;
  padding-left: 40px;
}

.sgt2025reporttemplate .footer button {
  border: 2px solid black;
  border-radius: 5px;
  height: 40px;
  margin-left: 40px;
  cursor: pointer;
}

.sgt2025reporttemplate .footer button span {
  padding: 0 10px;
}

@media print {
  .container {
    width: 100%;
    overflow: hidden;
    margin: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    border: 0;
  }

  figure {
    margin-top: 0;
  }

  .metadatawrap p {
    margin: 0;
    line-height: 18px;
    font-size: 14px;
  }
}

.sgt2025reporttemplate .authorsignature p {
  text-align: right;
  line-height: 20px;
}

.sgt2025reporttemplate .paneloverview {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 90%;
}

.sgt2025reporttemplate .paneloverview p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}

.sgt2025reporttemplate .paneloverview ul {
  margin-left: 20px;
}

.sgt2025reporttemplate .eventnote {
  margin-top: 20px;
}

.sgt2025reporttemplate .citation {
  margin-top: 40px;
  font-size: 12px;
  color: #666;
}

.sgt2025reporttemplate .footnoteswrap h5 {
  margin-bottom: 5px;
}

.sgt2025reporttemplate .footnoteswrap ol {
  margin-left: 20px;
  font-size: 14px;
  line-height: 16px;
}
.sgt2025reporttemplate ol.footnotes li {
  padding-left: 5px;
}
.sgt2025reporttemplate .footnoteswrap hr {
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 1px solid lightgray;
  padding-top: 10px;
  margin-top: 10px;
}
.reportoverview .file-entries {
  margin-top: 40px;
}

.reportoverview .file-entry {
  margin-bottom: 2em;
  display: grid;
  display: grid;
  grid-template-columns: 12% auto;
  margin-bottom: 20px;
  grid-template-areas:
"preview title " 
"preview author" 
"preview doi   " 
"preview url   ";
  grid-template-rows: auto minmax(20px, min-content) minmax(20px, min-content) auto;
  grid-row-gap: 10px;
  background: #ecf8f8;
  padding: 10px 20px;
  border-radius: 5px;
}

.reportoverview .file-entry .preview {
  background: #f8f8f8;
  border-radius: 6px;
  max-width: 700px;
  grid-area: preview;
  width: 100px;
  height: 112px;
  border: 1px solid #65c8c8;
  padding: 0;
}

.reportoverview .file-entry h3.file-title {
  grid-area: filetitle;
  display: none;
}

.reportoverview .preview-thumbnail {
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fafafa;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}

.reportoverview .report-title {
  grid-area: title;
}

.reportoverview .file-entry .report-doi {
  grid-area: doi;
}

.reportoverview .file-entry .report-url {
  grid-area: url;
}

.doilist .container {
  width: 100%;
  max-width: 1200px;
  overflow-x: auto;
  position: relative;
}

.doilist table {
  width: 100%;
  border-collapse: collapse;
}
.doilist th,
.doilist td {
  padding: 5px;
  border: 1px solid #ddd;
  text-align: left;
}
