@charset "UTF-8";

@media screen
{

  #badge {
    position: absolute;
    z-index: 10000;
  }

  #badge div.show,
  #badge div.weather,
  #badge div.checkout {
    position: absolute;
    top: 440px;
    left: -85px;
    }

  #badge div.ticketcorner,
  #badge div.hotline {
    position: absolute;
    top: 12px;
    left: 497px;
    }

  #badge div.ticketcorner {
    left: 372px;
    }

  #badge div.weather {
    top: 335px;
    left: -53px;
  }

  #badge div.checkout {
    left: 680px;
  }

    #badge a {
    display: block;
    width: 128px;
    height: 128px;
    text-indent: -10000%;
    background: url( 'http://www.operschenkenberg.ch/fileadmin/fileadmin/templates/gui/Badges_2013/badge_findet-statt.png' ) no-repeat;
    color: transparent;
    }

  #badge div.nolink a:hover,
  #badge div.weather a:hover {
    cursor: default;
  }

}

@media print {

    #badge {
        display: none;
    }

}


@media screen and ( max-width: 1150px )  {
  #badge div.show,
  #badge div.weather {
    left: 0;
  }
}