#canvas {
    overflow: hidden;
    position: absolute;
    opacity: 0;
}

#billboard {
    background-color: white;
    height: 250px;
    width: 300px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    background: #df9d1e;
}


#mikro {
    background-image: url(mikrofon.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 250px;
}

#sound-video {
    position: absolute;
    width: 300px;
    height: 45px;
    left: 0;
    top: 80px;

}
#sound-video_02 {
    position: absolute;
    width: 300px;
    height: 45px;
    left: 0;
    top: 130px;

    transform: scaleY(-1)
}

#txt1 {
    background-image: url(txt1.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 250px;
}

#txt2 {
    background-image: url(txt2.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 250px;
}

#hand_klein {
    background-image: url(hand_klein.png);
    position: absolute;
    width: 24px;
    height: 34px;
    left: 80px;
    top: 260px;
}

#info_black {
    background-image: url(info_txt_black.png);
    position: absolute;
   left: 0px;
    top: 0px;
    width: 300px;
    height: 250px;
}

#info_white {
    background-image: url(info_txt_white.png);
    position: absolute;
  left: 0px;
    top: 0px;
    width: 300px;
    height: 250px;
}
#logo {
    background-image: url(logo.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
}

#bg_gelb {
    background-color: #f0ab2f;
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
}#bg {
    background-image: url(bg.jpg);
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
}

#blende {
    background-color: #F0AB00;
    position: absolute;
    width: 300px;
    height: 250px;
    left: 0px;
    top: 0px;
}

.interaction {
    cursor: pointer;
}

#banner_click {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
}