/*
      GLOBAL
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) {
.container {
    width: 768px !important;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 768px) {
  .container {
    width: 768px !important;
}
}

.container {
  max-width: 768px;
}

.container2 {
  max-width: 1900px;
}



body {
  padding-top: 10px;
}
body::after {
  content: ' ';
height:1500px;
display: block;
    clear: both; /* if you need to break floating elements */

}
.luft12 {
  margin-top: 12px;
}

.luft {
  margin-top: 15px;
}

#shops-large {
  width: 80%;
}

#tradium-large {
  width: 30%;
}

#logo-footer {
  min-height: 50px;
}

#shops-small {
  position: absolute;
  bottom: 0px;
  left: 10px;
  height: 35px;
}

#tradium-small {
  position: absolute;
  bottom: 0px;
  right: 10px;
  height: 35px;
}

.height35 {
  height: 55px;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

/*
      INDEX
*/

#index-form {
  margin-top: 20px;
}

#index-form-error {
  color: red;
}

/*
      INPUT
*/

#input-form-error {
  color: red;
}

/*
      STATS
*/

.rate {
  height: 34px;
  width: 41px;
  background: url('../gfx/star.png') repeat-x;
  zoom:0.8;
}

.rate-5 {
  width: 205px;
}
.rate-4 {
  width: 164px;
}
.rate-3 {
  width: 123px;
}
.rate-2 {
  width: 82px;
}
.rate-null {
	width:1px;
	}