h1 {
  font-size: 22px;
  font-family: "EbonyVN-CondensedExtrabold", Helvetica, sans-serif; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 23px; } }
  @media screen and (min-width: 992px) {
    h1 {
      font-size: 24px; } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 26px; } }

h2 {
  font-size: 20px;
  font-family: "EbonyVN-CondensedExtrabold", Helvetica, sans-serif; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 21px; } }
  @media screen and (min-width: 992px) {
    h2 {
      font-size: 22px; } }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 18px;
  font-family: "EbonyVN-CondensedExtrabold", Helvetica, sans-serif; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 19px; } }
  @media screen and (min-width: 992px) {
    h3 {
      font-size: 20px; } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 16px;
  font-family: "EbonyVN-CondensedExtrabold", Helvetica, sans-serif; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 17px; } }
  @media screen and (min-width: 992px) {
    h4 {
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 15px;
  font-family: "EbonyVN-CondensedExtrabold", Helvetica, sans-serif; }
  @media screen and (min-width: 768px) {
    h5 {
      font-size: 16px; } }
  @media screen and (min-width: 992px) {
    h5 {
      font-size: 17px; } }
  @media screen and (min-width: 1200px) {
    h5 {
      font-size: 19px; } }

h6 {
  font-size: 12px;
  font-family: "EbonyVN-CondensedExtrabold", Helvetica, sans-serif; }
  @media screen and (min-width: 768px) {
    h6 {
      font-size: 13px; } }
  @media screen and (min-width: 992px) {
    h6 {
      font-size: 14px; } }
  @media screen and (min-width: 1200px) {
    h6 {
      font-size: 16px; } }

/*
$btn_primary_background_color: red;
$btn_primary_border_color: darken($btn_primary_background_color, 12%);
$btn_primary_background_color_hover: darken($btn_primary_background_color, 20%);
*/
/* wird gebraucht um sachen sich drehen zu lassen. siehe im bieten den stern */
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*
scss variablen von bootstrap
http://getbootstrap.com/customize/#less-variables
*/
.bieten_countdown {
  margin: 0 auto;
  width: 355px;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 25px; }

.bieten_countdown .countdown-container {
  height: 130px; }

.bieten_countdown .time {
  backface-visibility: hidden;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  height: 95px;
  perspective: 479px;
  position: relative;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
  width: 65px; }

.bieten_countdown .count {
  background: #811110 none repeat scroll 0 0;
  color: #f8f8f8;
  display: block;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 2em;
  line-height: 2.4em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  transform: translateZ(0px);
  transform-style: flat;
  width: 100%; }

.bieten_countdown .count.top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 50%;
  transform-origin: 50% 100% 0; }

.bieten_countdown .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #000;
  height: 50%;
  line-height: 0;
  top: 50%;
  transform-origin: 50% 0 0; }

.bieten_countdown .label {
  display: block;
  margin-top: 5px;
  position: absolute;
  top: 95px;
  width: 100%;
  color: #3B3B3B;
  font-size: 11px;
  padding: 0.2em 0.2em 0.3em; }

.bieten_countdown .count.curr.top {
  transform: rotateX(0deg);
  z-index: 3; }

.bieten_countdown .count.next.bottom {
  transform: rotateX(90deg);
  z-index: 2; }

.bieten_countdown .flip .count.curr.top {
  transform: rotateX(-90deg);
  transition: all 250ms ease-in-out 0s; }

.bieten_countdown .flip .count.next.bottom {
  transform: rotateX(0deg);
  transition: all 250ms ease-in-out 250ms; }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .bieten_countdown .time {
    width: 51px;
    height: 75px; }

  .bieten_countdown .count {
    font-size: 30px; }

  .bieten_countdown .label {
    top: 75px;
    font-size: 9px; } }
@media screen and (max-width: 48em) {
  .bieten_countdown {
    width: 100%; }

  .bieten_countdown .countdown-container {
    height: 100px; }

  .bieten_countdown .time {
    /*
    height: 70px;
    width: 48px;
    */
    height: 72px;
    width: 52px; }

  .bieten_countdown .count {
    font-size: 1.5em;
    line-height: 70px; }

  .bieten_countdown .label {
    font-size: 9px;
    top: 72px; } }

/*# sourceMappingURL=countdown.css.map */
