/*
 * ------------------------------------------------------------------
 *  
 * Breadcrumb - legt Aussehen der Breadcrumbs und des Toolabschnitts (z.B. Drucker) fest
 *  
 */
.wh_breadcrumb ol .active a {
  font-weight: bold;
}
    
.wh_breadcrumb ol a {
  color: #1C1C59;
}
.wh_tools {
  background-color: #FFFFFF;
  /* top: 25px; Sollte 0px sein, um keinen Abstand zwischen Breadcrumbs und der Navigation oben zu erzeugen. 2024-06-05 BKohler */
}

    
/*
 * ------------------------------------------------------------------
 *  
 * linkes Inhaltsverzeichnis - legt Aussehen des linken Inhaltsverzeichnisses fest
 *  
 */
 
 /* Hintergrundfarbe als Box */

.wh_publication_toc{
    border-radius: 23px;
    overflow: hidden auto;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #f8f8f8
}

/* Linkfarbe */
.wh_publication_toc .title a {
  color: #1C1C59;
}
.wh_publication_toc .active > .topicref a {
  color: #1C1C59;
}
.wh_publication_toc .title a:hover {
  text-decoration: underline;
}


/*
 * ------------------------------------------------------------------
 *  
 * rechtes Inhaltsverzeichnis - legt Aussehen des rechten Inhaltsverzeichnisses fest
 *  
 */
/* legt die Abgrenzungslinie zum rechten Inhaltsverzeichnis fest */
.wh_topic_toc {
  border-left: #00000029;
  padding-top: 20px;
}

.wh_topic_toc .section-item .section-title a {
  border-left: 3px solid transparent;
  padding-left: 5px;
}
.wh_topic_toc .section-item .section-title a:hover {
  border-left: 3px solid #C0C0C0;
}
.wh_topic_toc .section-item .section-title .current_node {
  border-left: 3px solid #A9A9A9;
  text-decoration: none;
}
/* legt die Schriftfarbe für das rechte Inhaltsverzeichnis fest */
.wh_topic_toc .section-item .section-title a {
  color: #1C1C59;
}
.wh_topic_toc .section-item .section-title a.current_node {
  color: #1C1C59;
}

/*
 * ------------------------------------------------------------------
 *  
 * Content Body
 *  
 */


body {
  font-family: 'Roboto', sans-serif;
    font-size: 11pt;
}

.topictitle1 {
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: .5em;
}

/*titles-borders- not underlined*/
.topictitle1,
.topictitle2:not(*[class ~= "glossentry/glossterm"]),
*[class~="toc/title"],
*[class~="placeholder/figurelist"] > *[class~="topic/title"],
*[class~="placeholder/tablelist"] > *[class~="topic/title"],
*[class~="index/groups"]::before {
  border-bottom: none;
}

@media screen {
  *[class~="topic/body"] + *[class~="topic/fn"] {
    border-top: none;
  }
}

.wh_topic_content {
    margin-top: -70px;
}


*[class ~= 'topic/entry'],
*[class ~= 'topic/stentry'] {
   border: 1px solid;
}
.stentry:last-child {
  border-right: 1px solid;
}
.strow:last-child .stentry {
  border-bottom: 1px solid;
}

/* Sorgt dafür, dass in wer Webhelp-Transformation keine Tabellen-Nummern vor den Tabellentiteln angezeigt werden */
.table--title-label {
    display: none;
}

/*ordered-list-counter-nested*/
*[class="- topic/ol ol"] {
  margin-left: -1em;
  counter-reset: item;
  list-style-type: none;
}
*[class="- topic/ol ol"] > *[class="- topic/li li"] {
  list-style-type: none;
}
*[class="- topic/ol ol"] > *[class="- topic/li li"]:before {
  counter-increment: item;
  content: counters(item, ".") ". ";
}

/* Grafiken bei der Web-Ausgaben steuern. solid black 1px */
*[class~="topic/image"] {
  border: none;
  max-height: 400px;
  width: auto;
}