/* CCS-Anpassungen für EyeC */

/* Corporate Colors 
 *  EyeC Raspberry:          #c8125c (ProofRunner) 
 *  EyeC Proofiler Grey:   #707f87 (Proofiler)
 *  EyeC Light Grey:          #bdc1c4
 *  EyeC Turquoise:         #009ab1
 ** /
 
/*  Schriftart am 13.05.26 und Zeilen 15 bis 59 eingefügt und in Zeile 12 "Noto Sans" zu "Noto Sans Local" geändert und Roboto zu Arial geändert.*/
body {
  font-family: "Noto Sans Local", Arial, sans-serif;
}

@font-face {
  font-family: "Noto Sans Local";
  src: url("../fonts/NotoSans-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans Local";
  src: url("../fonts/NotoSans-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}

/* WebHelp + PDF allgemein */
html,
body,
article,
.topic,
.wh_topic_content,
.wh_main_page {
  font-family: "Noto Sans Local", Arial, sans-serif;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6,
.title,
.topictitle1,
.topictitle2,
.topictitle3 {
  font-family: "Noto Sans Local", Arial, sans-serif;
  font-weight: 700;
}

/* PDF-spezifisch */
@media print {
  body,
  * {
    font-family: "Noto Sans Local", Arial, sans-serif;
  }
}

/* Bildunterschriften */
figcaption.figcap {
  background-color: whitesmoke;
}

span.fig--title-label {
  color: #c8125c;
  font-weight: bold;
}

span.fig--title {
  font-weight: bold;
}

span.figdesc {
  font-style: italic;
}


/* Footer formatieren */
div#eyec-footer {
  text-align: left;
}

/* Hover-Farbe */
a:hover {
  color: #009ab1; /*#337ab7;*/
}
a:hover {
  text-decoration: none;
}

/* stepresult und result mit Pfeil, angepasst am 01.04.26 */
.stepresult::before,
.result::before {
  content: "➜ ";
  color: #c8125c; /* optional */
  font-weight: bold;
}

/* CALS <table> und <simpletable> eingefügt am 25.06.26*/
table,
.table,
.simpletable {
  border-collapse: collapse;
}

table th,
table td,
.table th,
.table td,
.simpletable th,
.simpletable td,
.simpletable .stentry {
  border: 1px solid #666;
  padding: 4px;
}