@charset "utf-8";

body
  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
  }

#abdecker
  {
    position: fixed;
    top: -9999px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #A0A0A0;
    padding: 10px 20px;
    opacity: 0.3;
    z-index: 99;
  }

#alertfeld1 /*Aufforderung, erst einen Aufgabentyp anzuw&auml;hlen*/
  {
    position: fixed;
    width: 220px;
    margin-top: -150px;
    margin-left: -350px;
    top: -9999px;
    left: 50%;
    border: 5px solid #0040FF;
    border-radius: 8px;
    background-image: url("../bilder/HB_Training.jpg");
    text-align: center;
    padding: 10px 20px;
    z-index: 100;
  }

#alertfeld2, #alertfeld3 /*Arbeitsfenster*/
  {
    position: fixed;
    width: 300px;
    margin-top: -120px;
    margin-left: -15px;
    top: -9999px;
    left: 50%;
    border: 5px solid #0040FF;
    border-radius: 8px;
    background-image: url("../bilder/HB_Training.jpg");
    text-align: center;
    padding: 10px 20px;
    z-index: 100;
  }

#alertfeld4
  {
    position: fixed;
    width: 375px;
    margin-top: -180px;
    margin-left: 55px;
    top: -9999px;
    left: 50%;
    border: 5px solid #0040FF;
    border-radius: 8px;
    background-image: url("../bilder/HB_Training.jpg");
    text-align: center;
    padding: 10px 20px;
    z-index: 100;
  }

#anleitung
  {
    position: fixed;
    width: 350px;
    font-size: 0.85em;
    margin-top: -225px;
    margin-left: -190px;
    top: -9999px;
    left: 50%;
    border: 5px solid #0040FF;
    border-radius: 8px;
    background-image: url("../bilder/HB_Training.jpg");
    text-align: left;
    padding: 10px 20px;
    z-index: 100;
  }

#anleitungstext
  {
    height: 350px;
    overflow-y: scroll;
    background: #FFFFFF;
    padding: 5px 10px;
    border: 2px solid black;
  }

#holder
  {
    width: 760px;
    background: #FFFF22;
    background-image: linear-gradient(#EEEE00, #FFFF66);
    margin: 0 auto 0 auto;
  }

#Arbeitscontainer
  {
    position: relative;
    height: 930px;
    overflow-y: hidden;
    z-index: 9;
  }

#Einstellungen
  {
    width: 288px;
    height: 660px;
    text-align: left;
    background: #FFFFCC;
    margin: 10px 1% 10px 2%;
    padding: 5px;
    border: 1px solid;
    border-color: #000000;
    float: left;
  }

#Allg_Auswahl, #Tongeschlechtauswahl
  {
    visibility: visible;
  }

#Fragetableau
  {
    position: relative;
    width: 395px;
    height: 660px;
    text-align: center;
    background: #FFFFCC;
    margin: 10px 2% 10px 1%;
    padding: 5px;
    border: 1px solid;
    border-color: #000000;
    float: right;
  }

#Fragestellung
  {
    position: absolute;
    top: 0px;
    width: 100%:
    height: 80px;
    margin: 2%;
    background: #FFFFCC;
  }

#Frage_stellen
  {
    text-align: center;
    visibility: visible;
  }

#Fragesatz
  {
    font: 70% Verdana, Arial, Helvetica, sans-serif;
    visibility: hidden;
  }

#Steuerfeld
  {
    position: absolute;
    top: 100px;
    width: 100%;
    height: 200px;
    margin: 2%;
    visibility: hidden;
  }

#QZ_Graphik_voll
  {
    position: absolute;
    top: 2px;
    left: 35%;
    width: 60%;
    height: 229px;
    background: #FFFFCC;
    margin: 0px;
    visibility: hidden;
  }

#QZ_Graphik_leer
  {
    position: absolute;
    top: 2px;
    left: 35%;
    width: 60%;
    height: 229px;
    margin: 0px;
    background: #FFFFCC;
    visibility: hidden;
  }

#Steuerknoepfe
  {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 33%;
    background: #FFFFCC;
    visibility: hidden;
  }

#Abdecker1
  {
    position: absolute;
    top: 100px;
    width: 95%;
    height: 380px;
    margin: 2%;
    background: #FFFFCC;
  }

#Knoepfe_dur
  {
    position: absolute;
    top: 380px;
    width: 95%;
    height: 130px;
    margin: 2%;
    background: #FFFFCC;
    visibility: hidden;
  }

#Knoepfe_moll
  {
    position: absolute;
    top: 380px;
    width: 95%;
    height: 130px;
    margin: 2%;
    background: #FFFFCC;
    visibility: hidden;
  }

#Knoepfe_Vorzeichen
  {
    position: absolute;
    top: 380px;
    width: 95%;
    height: 130px;
    margin: 2%;
    background: #FFFFCC;
    letter-spacing: 0.1em;
    visibility: hidden;
  }

#Knoepfe_Vorzeichenzahl
  {
    position: absolute;
    top: 380px;
    width: 95%;
    height: 130px;
    margin: 2%;
    background: #FFFFCC;
    visibility: hidden;
  }

#Abdecker2
  {
    position: absolute;
    top: 380px;
    width: 95%;
    height: 130px;
    margin: 2%;
    background: #FFFFCC;
  }

#Antwortcontainer
  {
    position: absolute;
    top: 560px;
    width: 95%;
    height: 100px;
    margin: 2%;
    background: #FFFFCC;
    z-index:13;
    visibility: hidden;
  }

#Antwortfeld
  {
    font-weight: bold;
  }

/*#Graphik_voll
  {
    opacity: 0;
    transition: opacity 1s ease;
  }

#Graphik_voll:hover
  {
    opacity: 1;
  }*/

h4, hr
  {
    line-height: 50%;
  }

.Abschluss
  {
    clear: both;
  }

.unsichtbar
  {
    visibility: hidden;
  }

.Auswahlpunkt
  {
    font-size: 0.85em;
    line-height: 50%;
    margin-left: 20px;
  }

.Frageknopf
  {
    color: #000000;
    background: #FFBBBB;
    width: 250px;
    height: 25px;
    margin: 5px 5px;
    font-size: 100%;
    border-radius: 15px;
    border: 2px solid;
    border-color: #AA0000;
    transition: background 1s ease;
  }

.Frageknopf:hover
  {
    background: #FF8888;
  }

.Tonartknopf
  {
    color: #000000;
    background: #FFBBBB;
    width: 80px;
    height: 25px;
    margin: 5px;
    font-size: 90%;
    border-radius: 5px;
    border: 2px solid;
    border-color: #FF4444;
    transition: background 1s ease;
  }

.Tonartknopf:hover
  {
    background: #FF8888;
  }

.Keinzeichen
  {
    color: #000000;
    background: #FFBBBB;
    width: 300px;
    height: 25px;
    font-size: 90%;
    border-radius: 5px;
    border: 2px solid;
    border-color: #FF4444;
    transition: background 1s ease;
  }

.Keinzeichen:hover
  {
    background: #FF8888;
  }

.Vorzeichenknopf
  {
    color: #000000;
    background: #FFBBBB;
    width: 40px;
    height: 25px;
    margin: 5px 2px;
    font-size: 90%;
    border-radius: 5px;
    border: 2px solid;
    border-color: #FF4444;
    transition: background 1s ease;
  }

.Vorzeichenknopf:hover
  {
    background: #FF8888;
  }

.Vorzeichenknopf1
  {
    color: #000000;
    background: #FFBBBB;
    width: 165px;
    height: 25px;
    margin: 5px 6px;
    font-size: 90%;
    border-radius: 5px;
    border: 2px solid;
    border-color: #FF4444;
    transition: background 1s ease;
  }

.Vorzeichenknopf2
  {
    color: #000000;
    background: #FFBBBB;
    width: 120px;
    height: 25px;
    margin: 5px 6px;
    font-size: 90%;
    border-radius: 5px;
    border: 2px solid;
    border-color: #FF4444;
    transition: background 1s ease;
  }

.Vorzeichenknopf1:hover, .Vorzeichenknopf2:hover
  {
    background: #FF8888;
  }

.Steuerknopf
  {
    color: #000000;
    background: #FFBBBB;
    width: 110px;
    height: 50px;
    font-size: 90%;
    border-radius: 5px;
    border: 2px solid;
    border-color: #FF4444;
    transition: background 1s ease;
  }

.Steuerknopf:hover
  {
    background: #FF8888;
  }

.fensterschliesser
  {
    display: box;
    width: 60%;
    padding: 5px;
    background-color: #FFBBBB;
    border: 2px solid;
    border-color: #FF4444;
    border-radius: 8px;
    box-shadow: #FF8888 5px -2px 10px;
    font: 80% Verdana, Arial, Helvetica, sans-serif;
    transition: all 1s ease;
  }

@media screen and (max-width: 800px)
  {
    #alertfeld1
      {
        margin-left: -140px;
      }

    #alertfeld2, #alertfeld3
      {
        margin-left: -180px;
      }
  }