@charset "utf-8";

/*
    ######################################
    #                                    #
    #     Steep Infoboard "Layer 8"      #
    #       2021-12 Gerd Schiefer        #
    #     https://www.schiefer-it.de     #
    #                                    #
    ######################################
*/

/* Gesamtes HTML-Dokument */
html
  {
  width: 100%;
  height: 100%;
  background-image: url('../pics/background/hintergrund_steep.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  }
strong, th, .fett  { font-weight: bold; }

/* Rumpfbereich */
body
  {
  margin: 10px auto;
  max-width: 75em;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #ffffff;
  text-shadow: 0px 0px 8px #000000;
  }

/* Hintergrund Abfrage Zugangsdaten */
.box_eingabe
  {
  position: absolute;
  height: 210px;
  width: 350px;
  margin-top: -105px; /* Vertikaler Ausrichtungspunkt Mitte der Box */
  margin-left: -175px; /* Horizontaler Ausrichtungspunkt Mitte der Box */
  top: 50%;
  left: 50%;
  border-radius: 0px 1.0em 1.0em;
  border: 1px inset #999999;
  background-color: rgba(0, 0, 0, 0.1);
  }

.box_falsch
  {
  position: absolute;
  height: 440px;
  width: 350px;
  margin-top: -220px; /* Vertikaler Ausrichtungspunkt Mitte der Box */
  margin-left: -175px; /* Horizontaler Ausrichtungspunkt Mitte der Box */
  top: 50%;
  left: 50%;
  border-radius: 0px 1.0em 1.0em;
  border: 1px inset #999999;
  background-color: rgba(0, 0, 0, 0.1);
  }

.titel_m
  {
  text-align: center;
  font-size: 1.7em;
  color: #ccccff;
  }

.normaltext
  {
  font-size: 14pt;
  color: #ffffff;
  text-shadow: 0px 0px 8px #000000;
  }

.minitext
  {
  font-size: 10pt;
  color: #ffffff;
  text-shadow: 0px 0px 8px #000000;
  }

.eingabefeld
  {
  width: 180px;
  font-size: 14pt;
  color: #000044;
  }

.knoepfle_eingabe
  {
  width: 100%;
  font-size: 14pt;
  background-color: #286096;
  color: #ffffff;
  }

.knoepfle_falsch
  {
  width: 80%;
  font-size: 14pt;
  background-color: #286096;
  color: #ffffff;
  }