/* Achtung! Diese CSS klassen gehen kaputt, wenn der eclipse Autoformater genutzt wird!!! */
/* DIESE SACHEN NICHT IN BASIC EINBAUEN! */

.time-capture.sc .icon.scan {
  width: 610px;
  height: 340px;
  /* background: url(../img/howto-animation-3frames.gif) no-repeat 0% 50%/contain; */
  background: none;
}

.buttonG {
	position: relative;
  background-color: #009933; /* Green */
  box-shadow: 2px 2px #006622;
  color: white;
  padding: 15px 32px;
  margin-left: 42px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.buttonC {
	position: relative;
	background-color: #009999; /* Cyan */
  box-shadow: 2px 2px #006666;
  color: white;
  padding: 15px 32px;
  margin-left: 42px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

@media screen and (max-width: 800px) and (max-height: 480px) {
.time-capture.sc .icon.scan {
  width: 500px;
  height: 250px;
  margin: 0 auto 5px auto !important;
  /* background: url(../img/howto-animation-3frames.gif) no-repeat 50% 50%; */
  background: none; 
}}
