@charset "utf-8";
/* CSS Document */

body {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  /*background: #923c1b;*/
  background: #000000;
  color: #00ff00;
}

#oben {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
}
#links {
  margin: 0 auto;
  box-sizing: border-box;
  width: 30px;
  height: 700px;
  left: 0px;
}
#rechts {
  margin: 0 auto;
  box-sizing: border-box;
  width: 30px;
  height:700px;
  right: 0px;
}
#unten {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  bottom: 20px;
}

#oben{
  position: absolute;
  border: 0px solid #ffffff;
  background-image: url("images/holz-1.jpg");
  background-size: 100%;
  z-index: 101;
  top:0px;
}
#unten {
  position: absolute;
  border: 0px solid #ffffff;
  background-image: url("images/holz-1.jpg");
  background-size: 100%;
  z-index: 101;
  bottom:0px;
}

#links,
#rechts {
  position: absolute;
  border: 0px solid #ffffff;
  background-image: url("images/holz-1.jpg");
  z-index: 100;
  top: 1px;
}

#content {
  position: absolute;
  margin: 0 auto;
  box-sizing: border-box;
  
  border: 4px solid #cd9d6d;
  top: 30px;
  left: 30px;
  width: 340px;
  height: 660px; 
  border-radius: 0px;
  text-align: center;
  background: #000000;
  color:#ffffff;
}

#knopf_links {
  position: absolute;
  bottom: 40px;
  left: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url("images/dreh_knopf.png");
  background-size: contain;
  box-shadow: 0px 0px 10px #923c1b;
  border: 0px solid #ffffff;
  z-index:1000;
}

#knopf_rechts {
  position: absolute;
  bottom: 40px;
  right: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 0px solid #00ff00;
  z-index: 200;
  background-image: url("images/dreh_knopf.png");
  background-size: contain;
  box-shadow: 0px 0px 10px #923c1b;
  z-index:1000;
}

#links_drehen {
  position: absolute;
  border: 0px solid #ff0000;
  box-sizing: border-box;
  z-index: 3000;
  width: 50px;
  height: 100px;
  bottom: 40px;
  right:70px;
  cursor: pointer;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#rechts_drehen {
  position: absolute;
  border: 0px solid #ff0000;
  box-sizing: border-box;
  z-index: 3000;
  width: 50px;
  height: 100px;
  bottom: 40px;
  right:20px;
  cursor: pointer;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#links_schalten {
  position: absolute;
    border: 0px solid #00ff00;
  box-sizing: border-box;
  z-index: 3000;
  width: 50px;
  height: 100px;
  bottom: 40px;
  left: 20px;
  cursor: pointer;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#rechts_schalten {
  position: absolute;
  border: 0px solid #ff0000;
  box-sizing: border-box;
  z-index: 3000;
  width: 50px;
  height: 100px;
  bottom: 40px;
  left: 70px;
  cursor: pointer;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#radioname {
  position: absolute;
  right:30px;
  top: 0px;
  width: 200px;
  height: 30px;
  border: 0px solid #ffffff;
  z-index: 300;
  text-align: right;
  font-size: 24px;
  color: #cb9724;
  text-shadow: 2px 2px #000000;
  font-family: Roboto condensed, helvetica, sans serif;
  font-weight: bold;
}

#homeinfo {
  width: 100%;
  height: 100%;
  border: 0px;
}
#infoframe {
  position: absolute;
  box-sizing: border-box;
  z-index: 500;
  width: 332px;
  height: 180px;
  top: 0px;
  left: 0px;
  cursor: pointer;
  border-radius: 0px;
  overflow: hidden;
  border: 0px solid #923c1b;
  opacity:1;
}

#player1 {
  display: none;
}
#player2 {
  display: none;
}

#senderlinie {
  position: absolute;
  bottom: 70px;
  left: 175px;
  width: 6px;
  height: 115px;
  background: rgba(255, 0, 0, 0.5);
  z-index: 6000;
}

#senderlinie2 {
  position: absolute;
  bottom: 70px;
  left: 180px;
  width: 6px;
  height: 115px;
  background: rgba(255, 0, 0, 0.5);
  z-index: 6000;
}

#sendernummer {
  position: absolute;
  box-sizing: border-box;
  z-index: 400;
  left:55px;
  bottom:27px;
  width: 100px;
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  color: #fcf4c3;
  background:transparent;
  text-align:center;
}
/*
#sendernr {
  border: 0px;
  box-sizing: border-box;
  background: #111111; 
  color: #c3a978;
  font-weight: bold;
  text-align: left;
  width: 80px;
  height: 30px;
  bottom:5px;
  border-radius: 10px;
  font-family: Roboto condensed;
  font-size: 24px;
}
*/
#sendernr {
  position:absolute;
  right:60px;
  bottom:48px;
  border: 2px solid #00bb00;
  box-sizing: border-box;
  background: #111111; 
  color: #00ff00;
  font-weight: bold;
  text-align: left;
  width: 80px;
  height: 30px;
  z-index:3100px;
  border-radius: 10px;
  font-family: Roboto condensed;
  font-size: 24px;
}





.skala_name {
  color: #923c1b;
}
.skala_name:hover {
  color: #f8b383;
}
#tasten {
  position: absolute;
  bottom: 70px;
  background: #000000;
  border: 0px solid #ffffff;
  width: 326px;
  height: 20px;
  left: 45px;
}

#taste1,
#taste2,
#taste3,
#taste4,
#taste5,
#taste6,
#taste7,
#taste8,
#taste9,
#taste10 {
  margin: 0 auto;
  background: rgba(250, 189, 128, 0.6);
  background-image: url(images/taste1.png);
  height: 20px;
  width: 30px;
  
  color: #000000;
  float: left;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #1e1914;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /*bottom:70px;*/
  margin-left: 2px;
  text-align: center;
  font-family: Roboto condensed;
  font-weight:bold;
  padding-top:0px;
  text-shadow: 1px 1px 2px #ffffff;
  z-index:7000;
}

#drehrad_links {
  position: relative;
  float: left;
  margin-left: 20px;
  box-sizing: border-box;
  z-index: 600;
  width: 300px;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #191008;
  background: rgba(250, 189, 128, 0.5);
  background-image: url(images/taste1.png);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  font-family: Roboto condensed;
  color: #000000;
  font-weight:bold;
  padding-top:4px;
  text-shadow: 1px 1px 2px #ffffff;
  border: 1px solid #ffffff;
  display:none;
}

#skala {
  position: absolute;
  margin:0 auto;
  text-align:center;
  left:175px;
  bottom: 70px;
  width: 320px;
  height: 115px;
  z-index: 5000;
  background: #000000;
  overflow:scroll;
  border-right:1px solid rgba(100, 100, 100, 0.2);
  overflow-x: hidden;
  border:1px solid #00cc00;

}

#skala-at, #skala-ch,#skala-nl,#skala-be,#skala-it,#skala-fr,#skala-tr,#skala-es,#skala-us {
  position: absolute;
  margin:0 auto;
  text-align:center;
  left:175px;
  bottom: 70px;
  width: 600px;
  height: 115px;
  z-index: 450;
  background: rgba(0, 0, 0, 0.4);
  overflow:scroll;
  border-right:1px solid rgba(100, 100, 100, 0.2);
  display:none;
  overflow-x: hidden;
}
/*
#skala-sui {
  position: absolute;
  margin:0 auto;
  text-align:center;
  left:175px;
  bottom: 70px;
  width:60%;
  max-width: 600px;
  height: 115px;
  z-index: 450;
  background: rgba(0, 0, 0, 0.4);
  overflow:scroll;
  border-right:1px solid rgba(100, 100, 100, 0.2);
  display:none;
}
*/




#magischesauge {
position:absolute;
margin:0 auto;
box-sizing:border-box;
width:60px;
height:60px;
right:72px;
top:72px;
background-image: url("images/magisches-auge.png");
background-size: contain;
z-index:5000;

}





#w1,
#w2,
#w3,
#w4 {
  width: 100%;
  height: 18px;
  background: #000000;
  margin-top: 5px;
  font-family: Roboto condensed;
  padding-left: 10px;
  box-sizing: border-box;
  color: #00aa00;
}
/*
#w1 {
  background-image: url("images/skala_linie.png");
}
#w2 {
  background-image: url("images/skala_linie.png");
}
#w3 {
  background-image: url("images/skala_linie.png");
}
#w4 {
  background-image: url("images/skala_linie.png");
}




#w1:hover,#w2:hover,#w3:hover,#w4:hover {
  color: #00ee00;
  font-weight:bold;
}
*/
.senderbox {
  float:left;
  width:100px;
  height:20px;
  padding-left:0px;
  box-sizing:border-box;
  border-right: 1px solid #007700;
  border-bottom: 1px solid #007700;
  background: #000000;
  cursor:pointer;
  text-align:left;
  padding-left:5px;
  overflow:hidden;
  margin-bottom: 3px;
  font-family:roboto condensed;
  font-size:16px;
  color: #00aa00
}

.senderbox:hover {
  float:left;
  width:100px;
  height:20px;
  padding-left:0px;
  box-sizing:border-box;
  border-right: 3px solid #00ff00;
  border-bottom: 3px solid #00ff00;
  background: #000000;
  cursor:pointer;
  text-align:left;
  padding-left:5px;
  color: #00ee00;
  font-weight:bold;
}
.flagu1 {height:20px;width:30px; margin-left: 30px;margin-right:5px;margin-top:5px;float:left;box-sizing:border-box;padding-top:0px;cursor:pointer;z-index:7500;opacity:0.6;border-radius:3px;overflow:hidden;}
.flagu {height:20px;width:30px; margin-right:5px;margin-top:5px;float:left;box-sizing:border-box;padding-top:0px;cursor:pointer;z-index:7500;opacity:0.6;border-radius:3px;overflow:hidden;}



/* mobile phone 
-------------------------------------------------------------------------- */
@media (max-width : 400px) {

  #knopf_links {
    position: absolute;
    bottom: 60px;
    left: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: url("images/dreh_knopf.png");
    background-size: contain;
    box-shadow: 0px 0px 10px #923c1b;
    border: 0px solid #ffffff;
    z-index:1000;
  }

  #knopf_rechts {
    position: absolute;
    bottom: 60px;
    right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 0px solid #00ff00;
    z-index: 200;
    background-image: url("images/dreh_knopf.png");
    background-size: contain;
    box-shadow: 0px 0px 10px #923c1b;
    z-index:1000;
  }

  #links_drehen {
    position: absolute;
    border: 0px solid #ff0000;
    box-sizing: border-box;
    z-index: 3000;
    width: 50px;
    height: 100px;
    bottom: 40px;
    right:70px;
    cursor: pointer;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  #rechts_drehen {
    position: absolute;
    border: 0px solid #ff0000;
    box-sizing: border-box;
    z-index: 3000;
    width: 50px;
    height: 100px;
    bottom: 40px;
    right:20px;
    cursor: pointer;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  #links_schalten {
    position: absolute;
    border: 0px solid #00ff00;
    box-sizing: border-box;
    z-index: 3000;
    width: 40px;
    height: 80px;
    bottom: 60px;
    left: 20px;
    cursor: pointer;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  #rechts_schalten {
    position: absolute;
    border: 0px solid #ff0000;
    box-sizing: border-box;
    z-index: 3000;
    width: 40px;
    height: 80px;
    bottom: 60px;
    left: 70px;
    cursor: pointer;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  #sendernr {
    position:absolute;
    right:60px;
    bottom:65px;
    border: 2px solid #00bb00;
    box-sizing: border-box;
    background: #111111; 
    color: #00ff00;
    font-weight: bold;
    text-align: left;
    width: 70px;
    height: 30px;
    z-index:3100px;
    border-radius: 10px;
    font-family: Roboto condensed;
    font-size: 24px;
  }

  #sendernummer {
    position: absolute;
    box-sizing: border-box;
    z-index: 400;
    left:55px;
    bottom:65px;
    width: 80px;
    height: 30px;
    cursor: pointer;
    overflow: hidden;
    color: #fcf4c3;
    background:transparent;
    text-align:center;
  }

  #skala {
    position: absolute;
    margin:0 auto;
    text-align:center;
    left:155px;
    bottom: 70px;
    width: 120px;
    height: 115px;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.4);
    overflow:scroll;
    /*border-right:1px solid rgba(100, 100, 100, 0.2);*/
    border:0px;
  }

  #senderlinie {
    position: absolute;
    bottom: 70px;
    left: 150px;
    width: 6px;
    height: 115px;
    background: rgba(255, 0, 0, 0.5);
    z-index: 6000;
  }  
}

/* mobile phone 
-------------------------------------------------------------------------- */
@media (max-width : 300px) {
  #senderlinie {
    position: absolute;
    bottom: 70px;
    left: 145px;
    width: 6px;
    height: 115px;
    background: rgba(255, 0, 0, 0.5);
    z-index: 6000;
  }  
#skala {
    position: absolute;
    margin:0 auto;
    text-align:left;
    left:150px;
    bottom: 65px;
    width: 170px;
    height: 115px;
    z-index: 7000;
    background: rgba(0, 0, 0, 0.4);
    overflow:scroll;
    /*border-right:1px solid rgba(100, 100, 100, 0.2);*/
    border:0px;
  }
}
