/**
 *  @file         NHI1/docs/customdoxygen.css
 *  @brief        tag: nhi1-release-250425
 *  @copyright    (C) NHI - #1 - Project - Group
 *                This software has NO permission to copy,
 *                please contact AUTHOR for additional information
 */

em {
  text-decoration: underline;
  font-style: normal;
}

span.lib {
  font-weight:  bold;
  /* color:        rgb(19,6,111); */
  font-style:   italic;
  /* background-color: #FBFCFD; */
  /* border: 1px solid #C4CFE5; */
}

/*
p.starttd {
  margin: 0px;
}

p.endtd {
  margin: 0px;
}
*/

div.textblock h1 {
  margin-top: 1ch;
}

div.textblock h2 {
  margin-top: 1ch;
}

div.textblock h3 {
  margin-top: 1ch;
}

code {
  background-color: #FBFCFD;
  border: 1px solid #C4CFE5;
}

div.multicol {
  column-gap: 1em;
  column-count: 3;
}

ul.parsercol {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

ul.multicol {
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
}

span.superclass {
  padding: 5px;
  font-size: 120%;
  font-weight: bold;
  font-style: italic;
}

div.superclass {
  margin-left: 10px;
  margin-bottom: 20px;
}

/* source-highlight css output */

div.htmlcode {
  /* from div.fragment */
  padding: 0 0 1px 0; /*Fixed: last line underline overlap border*/
  margin: 4px 8px 4px 2px;
  background-color: #FBFCFD;
  border: 1px solid #C4CFE5;

  font-family: monospace, fixed;
  font-size: 13px;
  min-height: 13px;
  line-height: 1.0;
}

div.htmlcmd {
  /* from div.fragment */
  padding: 0 0 1px 0; /*Fixed: last line underline overlap border*/
  margin: 4px 8px 4px 2px;
  background-color: #303030;
  color: White;
  border: 1px solid #C4CFE5;

  font-family: monospace, fixed;
  font-size: 13px;
  min-height: 13px;
  line-height: 1.0;
}

div.htmlCmdLight {
  /* from div.fragment */
  padding: 0 0 1px 0; /*Fixed: last line underline overlap border*/
  margin: 4px 8px 4px 2px;
  background-color: var(--blockquote-background-color);
  color: var(--page-foreground-color);
  border: 1px solid #C4CFE5;

  font-family: monospace, fixed;
  font-size: 13px;
  min-height: 13px;
  line-height: 1.0;
}

span.normal {
  text-wrap: unrestricted;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding-bottom: 0px;
  margin: 0px;
  -webkit-transition-property: background-color, box-shadow;
  -webkit-transition-duration: 0.5s;
  -moz-transition-property: background-color, box-shadow;
  -moz-transition-duration: 0.5s;
  -ms-transition-property: background-color, box-shadow;
  -ms-transition-duration: 0.5s;
  -o-transition-property: background-color, box-shadow;
  -o-transition-duration: 0.5s;
  transition-property: background-color, box-shadow;
  transition-duration: 0.5s;
}

div.htmlcoderaw {
  /* from div.fragment */
  padding: 10px 0 10px 0; /*Fixed: last line underline overlap border*/
  margin: 4px 8px 4px 2px;
  background-color: #FBFCFD;
  border: 1px solid #C4CFE5;

  font-family: monospace, fixed;
  font-size: 13px;
  min-height: 13px;
  line-height: 1.0;

  text-wrap: unrestricted;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  -webkit-transition-property: background-color, box-shadow;
  -webkit-transition-duration: 0.5s;
  -moz-transition-property: background-color, box-shadow;
  -moz-transition-duration: 0.5s;
  -ms-transition-property: background-color, box-shadow;
  -ms-transition-duration: 0.5s;
  -o-transition-property: background-color, box-shadow;
  -o-transition-duration: 0.5s;
  transition-property: background-color, box-shadow;
  transition-duration: 0.5s;
}

span.function {
  color: black;
  font-weight: 500;
}

span.string {
  color: #002080;
}

span.symbol {
  font-weight: bold;
}

span.variable {
  font-style: italic;
}

span.cbracket {
  font-weight: bold;
}

div.myheading {
  font-size: 170%;
}

div.indent {
  margin-left: +40px;
}

table.brief {
  border: 0;
  padding: 0;
  border-spacing: 0;
  empty-cells: hide;
  text-align: left;
  table-layout:fixed;
}

table.brief td.brief_0 {
  width: 15px;
  max-width: 15px;
  white-space: nowrap;
  padding: 5px;
}

table.brief td.brief_1 {
  min-width: 200px;
}

table.brief td.brief_2 {
}

p.doc_heading {
  font-size: 120%;
  font-weight: 500;
  font-style: oblique;
  margin-bottom: 5mm;
}

div.doc_heading {
/*
  font-size: 120%;
  font-weight: 500;
  font-style: oblique;
*/
  background-color: #374F7F;
  max-width: max-content;
  color: #FFFFFF;
  font-size: 110%;
  margin-top: 7mm;
  margin-bottom: 3mm;
  padding: 1mm 1mm 1mm 1mm;
}

div.doc_block {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 1em;
  margin-inline-end: 1em;
  unicode-bidi: isolate;
}

/* M A I N */

h1.maxheading {
  text-align: center;
  font-size: 600%;
  font-style: italic;
  font-weight: bolder;
  font-family: fantasy;
  margin-top: 1ch;
  margin-bottom: 2ch;
}

div.explanation {
  font-size: 110%;
  font-style: italic;
  font-weight: normal;
  font-family: fantasy;
  width: 800px;
}

/*
div.explanation_1 {
  width: 700px;
  text-align: left;
  margin-left: 50px;
}

*/

table.top {
  table-layout: fixed;
  border-width:   0;
  /* width: 900px; */
}

table.top td:nth-of-type(1) {
  font-size: 100%;
  font-weight: bold;
  color: var(--table-header-background-color);
  width:100px;
  padding-right: 10px;
}
table.top td:nth-of-type(1) a:link {
  color:var(--table-header-background-color);
}
table.top tr:nth-of-type(1) {
  font-size: 120%;
}

table.top td:nth-of-type(2) {
  /* width:800px; */
}

table.top td {
  text-align: left;
  vertical-align: top;
  font-size: 100%;
  font-weight: normal;
}
table.top td.summary {
  font-size: 140%;
  font-style: italic;
  font-weight: normal;
  font-family: fantasy;

  padding-top: 20px;
  padding-bottom: 20px;
}

table.top td.summary-first {
  padding-top: 20px;
  padding-bottom: 20px;
}

table.top hr {
  height:3px;
  border-top:1px solid var(--separator-color);
  border-bottom:1px solid var(--separator-color);
}

table.top hr.single {
  height:1px;
  border-width:0;
  color:var(--separator-color);
  background-color:var(--separator-color);
}

/*
table.top tr:nth-child(odd) {
  font-size: 120%;
  font-weight: bold;
  color: var(--table-header-background-color);
}

table.top tr:nth-child(odd) a:link {
  color:var(--table-header-background-color);
}
*/

.markdownTableHead a:visited {
  color:var(--header-background-color);
}

div.large {
  font-size: 140%;
  font-style: italic;
  font-weight: normal;
  font-family: fantasy;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.emphasize {
  font-size: 120%;
  font-style: italic;
  font-family: fantasy;

  background-color: var(--blockquote-background-color);
  border-left: 2px solid var(--blockquote-border-color);
  margin: 0 24px 0 4px;
  padding: 0 12px 0 16px;
}

div.emphasize dl {
  font-size: inherit;
  font-family: inherit;
}

#titlearea table {
  width: 100%
}

#projectalign {
￼ vertical-align: middle;
￼ padding-left: 0.5em;
}

#projectname {
  display:flex; 
  flex-flow:row wrap;
  align-items: center; /* Vertikale Zentrierung der enthaltenen Elemente */
  height: 100%; /* Nutzt die volle Zellenhöhe */
}

#projectleft {
  width: 20%;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.5em;
}

#projectcenter {
  width: 80%;
  font-size: medium;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

dl.section dd ul {
  padding-inline-start: 20px;
}

table.definition {
  border-width=0;
}

table.TL_begin_definition td:nth-child(1) {
  padding-right:  30px;
  font-weight:    normal;
  font-style:     oblique;
  vertical-align: top;
}

table.TL_begin td:nth-child(1) {
  padding-left:   20px;
  padding-right:  30px;
  font-weight:    bold;
}

.tableIdent20 td:first-child {
    padding-left:30px;
}
.tableIdent20 th:first-child {
    padding-left:30px;
}
.tableIdent20 td {
    padding-left:10px;
    padding-right:10px;
}
.tableIdent20 th {
    text-align:left;
    padding-left:10px;
    padding-right:10px;
}

.text-box {
  /* width: 1024px; */ /* Feste Breite des Textblocks */
  margin: 0; /* Zentriert die Box horizontal */
  padding-left:   20px;
  box-sizing: border-box; /* Stellt sicher, dass Padding und Border in der Breite enthalten sind */
}

body {
  /* possible: 120ch, 140ch, 160ch */
  width: 140ch !important;
  margin: 0 auto !important;
}

#side-nav {
  left: auto
}
