﻿/* JH-Farben: */
/* 200%: #0A246A; */
/* 190%: #1E3A79; */
/* 180%: #314F87; */
/* 170%: #456596; */
/* 160%: #587BA6; */
/* 150%: #6B92B5; */
/* 140%: #7FA7C3; */
/* 130%: #92BDD2; */
/* 120%: #A5D3E1; */
/* 110%: #B8E9F0; */
/* 100%: #CCFFFF; */
/*  90%: #D1FFFF; */
/*  80%: #D6FFFF; */
/*  70%: #DBFFFF; */
/*  60%: #E0FFFF; */
/*  50%: #E6FFFF; */
/*  40%: #EBFFFF; */
/*  30%: #F0FFFF; */
/*  20%: #F5FFFF; */
/*  10%: #FAFFFF; */


/* Allgemeine Festlegung der Schriftart. */
body
{
  font-family: Arial;
  margin: 0px;
}


/* ToolTips */
div.ToolTip
{
  background-color: #FFFFE1; /* Windows - klassisch: InfoBackground */
  border: ridge 3px window;
  font-size: 10pt;
  position: absolute;
  visibility: hidden;
  z-index: 1;
}


/* Lupe. */
img.Magnifier
{
  cursor: zoom-in;
  cursor: url('/Images/16x16/zoom-in.cur'), pointer;
}


/* Zitatschriftart. */
blockquote
{
  font-style: italic;
}


/* Festlegungen für den Bereich Seiteninhalt. */
#secContent
{
  font-size: 12pt;
}


/* Festlegungen für den Rahmen und das Tabellenlayout. */
table.Content
{
  border-collapse: collapse;
  width: 100%;
}

  /* Festlegungen für das Link-Inhaltsverzeichnis. */
  table.Content > thead > tr
  {
    background-color: #FAFFFF; /* JH_10% */
    border-bottom: 5px solid #B8E9F0; /* JH_110% */
  }

    /* Weitere Festlegungen für die Bilder und Links im Link-Inhaltsverzeichnis. */
    table.Content > thead > tr > th
    {
      font-weight: normal;
      overflow-x: hidden;
      padding: 5px;
      text-align: left;
      white-space: nowrap;
    }

      /* Weitere Festlegungen für die Bilder im Link-Inhaltsverzeichnis. */
      table.Content > thead > tr > th img.Alias
      {
        height: 16px;
        padding-right: 5px;
        width: 32px;
      }

      /* Weitere Festlegungen für die Bilder im Link-Inhaltsverzeichnis. */
      table.Content > thead > tr > th img.Arrow
      {
        height: 11px;
        padding-right: 5px;
        width: 16px;
      }

      /* Weitere Festlegungen für die Bilder im Link-Inhaltsverzeichnis. */
      table.Content > thead > tr > th img.Doc
      {
        height: 16px;
        padding-right: 5px;
        width: 16px;
      }

      /* Weitere Festlegungen für die Links im Link-Inhaltsverzeichnis. */
      table.Content > thead > tr > th a
      {
        text-decoration: none;
      }


  /* Festlegungen für den Inhalt. */
  table.Content > tbody > tr > td
  {
    background-color: #FAFFFF; /* JH_10% */
    overflow-x: hidden;
    padding: 5px;
  }


/* Festlegungen für 16x16-Bilder in Zeilen. */
img.Inline16
{
  height: 16px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  width: 16px;
}

/* Festlegungen für 24x24-Bilder in Zeilen. */
img.Inline24
{
  height: 24px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  width: 24px;
}

/* Festlegungen für 32x32-Bilder in Zeilen. */
img.Inline32
{
  height: 32px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  width: 32px;
}


/* Festlegungen für Bilder-Scroll-Tabellen. */
table.ImageScrollTable
{
  table-layout: fixed;
  width: 100%;
}

  /* Weitere Festlegungen damit die Scrollbar nicht über die gesamte Breite geht. */
  table.ImageScrollTable > tbody > tr > td > div
  {
    display: flex;
  }

/* Festlegungen für Bilder-Scroll-Div's. */
div.ImageScrollDiv
{
  display: flex;
  overflow: scroll;
  overflow-y: hidden;
}

  /* Weitere Festlegungen für den Inhalt der Bilder-Scroll-Div's. */
  div.ImageScrollDiv > div
  {
    background-color: ivory;
    border: 3px;
    border-color: #314F87; /* JH_180% */
    border-style: ridge;
    color: #314F87; /* JH_180% */
    font-size: 10pt;
    height: 159px;
    margin: 3px;
    min-width: 128px;
    overflow: hidden;
    padding: 3px;
    text-align: center;
    width: 128px;
  }

    /* Weitere Festlegungen für den Inhalt der Bilder-Scroll-Div's. */
    div.ImageScrollDiv > div > div:nth-child(2)
    {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: center;
    }


/* Festlegungen für große Bilder-Scroll-Tabellen. */
table.ImageScrollTableXL
{
  table-layout: fixed;
  width: 100%;
}

  /* Weitere Festlegungen damit die Scrollbar nicht über die gesamte Breite geht. */
  table.ImageScrollTableXL > tbody > tr > td > div
  {
    display: flex;
  }

/* Festlegungen für große Bilder-Scroll-Div's. */
div.ImageScrollDivXL
{
  display: flex;
  overflow: scroll;
  overflow-y: hidden;
}

  /* Weitere Festlegungen für den Inhalt der Bilder-Scroll-Div's. */
  div.ImageScrollDivXL > div
  {
    background-color: ivory;
    border: 3px;
    border-color: #314F87; /* JH_180% */
    border-style: ridge;
    color: #314F87; /* JH_180% */
    font-size: 10pt;
    height: 287px;
    margin: 3px;
    min-width: 256px;
    overflow: hidden;
    padding: 3px;
    text-align: center;
    width: 256px;
  }

    /* Weitere Festlegungen für den Inhalt der Bilder-Scroll-Div's. */
    div.ImageScrollDivXL > div > div:nth-child(2)
    {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: center;
    }


/* Festlegungen für externe Links in Zeilen. */
a.InlineLinkExternal
{
  color: red;
}


/* Festlegungen für Begriffserklärungen. */
ul.Glossary
{
  list-style: none;
  padding-left: 0;
}

  /* Weitere Festlegungen für Begriffserklärungen (ungerade Zeile). */
  ul.Glossary > li:nth-child(odd)
  {
    font-weight: bold;
  }

  /* Weitere Festlegungen für Begriffserklärungen (gerade Zeile). */
  ul.Glossary > li:nth-child(even)
  {
    margin-bottom: 12pt;
    margin-left: 12pt;
  }


/* Festlegungen für Absätze. */
p
{
  margin-top: 0px;
}


  /* Ausgabestand (Datum). */

  p.Version
  {
    font-size: 8pt;
    font-style: italic;
    margin-bottom: 0pt;
    margin-top: 0pt;
    text-align: right;
  }


/* Festlegungen für Listen ohne Einrückung. */
ul.NoIndent
{
  padding-left: 1em;
}

  /* Weitere Festlegungen für Listen ohne Einrückung. */
  ul.NoIndent li
  {
    margin-bottom: 8px;
  }


/* Festlegungen für Listen ohne Einrückung und ohne Aufzählungszeichen. */
ul.NoIndentNoBullets
{
  list-style: none;
  padding-left: 0;
}

  /* Weitere Festlegungen für Listen ohne Einrückung und ohne Aufzählungszeichen. */
  ul.NoIndentNoBullets li
  {
    margin-bottom: 8px;
  }


/* Festlegungen für die Überschrift 1. */
h1
{
  background-color: #CCCCCC;
  color: #0A246A; /* JH_200% */
  font-size: 12pt;
  font-weight: bold;
  overflow-x: hidden;
  padding: 2px;
  white-space: nowrap;
}

/* Festlegungen für die Überschrift 2. */
h2
{
  color: #0A246A; /* JH_200% */
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 3px;
}

/* Festlegungen für die Überschrift 3. */
h3
{
  color: #0A246A; /* JH_200% */
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 3px;
}

/* Festlegungen für die Überschrift 4. */
h4
{
  color: #0A246A; /* JH_200% */
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 3px;
}


/* Farbe bei deaktiviertem JavaScript. */
span.NoJavaScript
{
  color: red;
}


/* Schriftart einer Fehlermeldung vom Validator. */
span.ValidatorError
{
  color: red;
  font-family: 'Times New Roman';
  font-size: 12pt;
  padding-right: 2px;
}


/* Schriftart einer Fehlermeldung vom ValidationSummary-Steuerelement. */
div.VsError
{
  background-color: #FFFFE1; /* Windows - klassisch: InfoBackground */
  color: red;
  padding: 3px;
}


/* Schriftart einer positiven Ergebnismeldung beim Versenden eines Formulares. */
span.SentResultSuccess
{
  background-color: #FFFFE1; /* Windows - klassisch: InfoBackground */
  color: green;
  padding: 3px;
}


/* Schriftart einer negativen Ergebnismeldung beim Versenden eines Formulares. */
span.SentResultFailed
{
  background-color: #FFFFE1; /* Windows - klassisch: InfoBackground */
  color: red;
  padding: 3px;
}

/* Schriftart einer Fehlermeldung beim Versenden eines Formulares. */
span.SentResultError
{
  background-color: #FFFFE1; /* Windows - klassisch: InfoBackground */
  color: red;
  cursor: help;
  padding: 3px;
}


/* Hintergund-Animation: Linear wischen von links nach rechts. */
span.LinearWipe
{
  animation: shine 2s linear infinite reverse;
  background: linear-gradient(to right, white 20%, #FFBFBF 40%, #FFBFBF 60%, white 80%); /* #FFBFBF: 25% rot */
  background-size: 200% auto;
}
@keyframes shine
{
  to
  {
    background-position: 200% center;
  }
}
