@charset "utf-8";

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

h1
  {
    font: 150% Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    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;
  }

#alertfeld2
  {
    position: fixed;
    width: 300px;
    margin-top: -150px;
    margin-left: -27px;
    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, #notfall_kein_ton
  {
    position: fixed;
    width: 350px;
    font-size: 0.85em;
    margin-top: -225px;
    margin-left: -175px;
    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, #notfalltext
  {
    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;
  }

#Ladecontainer
  {
    position: absolute;
    top: -9999px;
    left: -20px;
    height: 400px;
    width: 200px;
    overflow-y: hidden;
    margin: 0px 20px;
    text-align: center;
    background-color: rgba(100, 100, 100, 0.8);
    z-index: 8;
  }

#Ladecontainer p
  {
    opacity: 1.0;
  }

#Ueberdeckcontainer
  {
    position: absolute;
    top: 0px;
    height: 0px;
    width: 100%;
    background: #808080;
    opacity: 0.85;
    color: #FFFFFF;
    font-weight: bold;
    visibility: hidden;
  }

#Tonarttafel
  {
    text-align: center;
    width: 100%;
  }

#Tonarttafel td
  {
    font-size: 0.8em;
    width: 20%;
  }

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

#Einstellungen
  {
    width: 35%;
    height: 780px;
    text-align: center;
    background: #FFFFCC;
    margin: 10px 1% 10px 3%;
    border: 1px solid;
    border-color: #000000;
    float: left;
    z-index: 10;
  }

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

#Abspielcontainer, #Antwortcontainer, #Bewertungscontainer, #Umschaltcontainer2
  {
    visibility: hidden;
  }

#Antwortbildcontainer
  {
    text-align: center;
    height: 240px;
  }

#Tonartanzeiger
  {
    width: 70px;
    background: #FFFFCC;
    border: 0px;
    font-size: 16px;
    font-weight: bold;
  }

#Bildervorrat
  {
    width: 760px;
    background-image: linear-gradient(#FF5555, #5555FF);
    margin: 0 auto 0 auto;
    visibility: hidden;
  }

#Suchtonausloeser,
#Kadenzausloeser,
#Oktavlagenausloeser,
#Terzlagenausloeser,
#Quintlagenausloeser
  {
    width: 80px;
    height: 25px;
    margin: 0px 10px;
    background: #6644FF;
    color: white;
  }

#Abschaltausloeser
  {
    height: 25px;
    background: #6644FF;
    color: white;
  }

#Bewertungsausgabe
  {
    width: 80px;
    font-weight: bold;
    text-align: center;
    background: #FFFFFF;
    color: #FFFFFF;
  }

.unsichtbar
  {
    visibility: hidden;
  }

.Abschluss
  {
    clear: both;
  }

.veraenderbar
  {
    display: box;
    width: 180px;
    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;
  }

.veraenderbar:hover
  {
    background-color: #FF8888;
  }

.ausg
  {
    font: 70% Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF8888;
    width: 100px;
  }

.Fortsetzung
  {
    display: box;
    width: 95%;
    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;
  }

.Fortsetzung:hover
  {
    background-color: #FF8888;
  }

.Diatontaste
  {
    display: box;
    width: 21%;
    margin: 1%;
    text-align: center;
    background-color: #FFBBBB;
    border: 2px solid;
    border-color: #FF4444;
    border-radius: 8px;
    font: 90% Verdana, Arial, Helvetica, sans-serif;
    transition: all 1s ease;
  }

.Diatontaste:hover
  {
    background-color: #FF8888;
  }

.Chromtaste
  {
    display: box;
    width: 30%;
    margin: 1%;
    text-align: center;
    background-color: #FFBBBB;
    border: 2px solid;
    border-color: #FF4444;
    border-radius: 8px;
    font: 60% Verdana, Arial, Helvetica, sans-serif;
    transition: all 1s ease;
  }

.Chromtaste:hover
  {
    background-color: #FF8888;
  }

.Alterierttaste
  {
    display: box;
    width: 28%;
    margin: 2%;
    text-align: center;
    background-color: #FFBBBB;
    border: 2px solid;
    border-color: #FF4444;
    border-radius: 8px;
    font: 56% Verdana, Arial, Helvetica, sans-serif;
    transition: all 1s ease;
  }

.Alterierttaste:hover
  {
    background-color: #FF8888;
  }

.Klickknopfzeile
  {
    text-align: right;
    margin: 8px 50px 8px 0px;
    font-size: 0.9em;
    line-height: 10px;
  }

.Abschaltzeile
  {
    text-align: center;
    font-size: 0.85em;
    line-height: 15px;
  }

.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)
  {

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