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
*/
.wrapper_in_letzter_minute .inner {
  background-color: #b5b5b5;
  width: 100%; }
  .wrapper_in_letzter_minute .inner .lot_in_letzter_minute {
    content: "";
    width: 138px;
    height: 252px;
    /*background-color: #00A0EF;*/
    margin: 5px 15px;
    position: relative; }
    .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel {
      margin-top: 15px;
      background-color: #ffffff;
      border-radius: 4px;
      height: 237px;
      cursor: pointer; }
      .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .wrapper_text_kurz {
        font-size: 14px;
        line-height: 16px;
        height: 34px;
        overflow: hidden;
        /*background-color: green;*/
        padding: 0 7px;
        position: absolute;
        bottom: 4px;
        color: #0f1222; }
      .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .wrapper_image {
        width: 100%;
        /*height: 251px;*/
        height: 137px;
        background-color: #cecece; }
        @media screen and (min-width: 768px) {
          .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .wrapper_image {
            height: 137px; } }
        @media screen and (min-width: 992px) {
          .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .wrapper_image {
            height: 137px; } }
        @media screen and (min-width: 1200px) {
          .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .wrapper_image {
            height: 137px; } }
      .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .poligon_wrapper {
        position: absolute;
        left: 50%;
        /*top: 200px;*/
        top: 0;
        width: 130px; }
        .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .poligon_wrapper .poligon {
          position: relative;
          left: -50%;
          z-index: 5;
          width: 130px;
          height: 44px;
          background-image: url("/img/krone/poligon_1.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          color: #ffffff;
          text-align: center;
          padding-top: 10px; }
      .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .counter {
        text-align: center;
        position: relative;
        margin: 20px 0 auto;
        font-size: 16px; }
        .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .counter .row-holder {
          width: 100%;
          display: block; }
        .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .counter .row-holder .holder {
          width: 25%;
          display: inline-block; }
        .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .counter .row-holder .holder.red {
          color: #ffffff !important; }
        .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .counter .row-holder::after {
          clear: both; }
        .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .counter .row-holder .holder .small {
          font-size: 12px; }
        .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .counter .time {
          backface-visibility: hidden;
          border-radius: 5px;
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          display: inline-block;
          height: 38px;
          perspective: 479px;
          position: relative;
          text-align: center;
          transform: translate3d(0px, 0px, 0px);
          width: 38px; }
        .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .counter .count {
          background: #811110 none repeat scroll 0 0;
          color: #f8f8f8;
          display: block;
          font-family: 'Open Sans', Helvetica, sans-serif;
          font-size: 1.5em;
          line-height: 1.5em;
          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%; }
        .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .counter .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; }
        .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .counter .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; }
        .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .counter .label {
          display: block;
          margin-top: 5px;
          position: absolute;
          top: -17px;
          width: 100%;
          color: #3B3B3B;
          font-size: 7px;
          padding: 0.2em 0.2em 0.3em; }
        .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .counter .count.curr.top {
          transform: rotateX(0deg);
          z-index: 3; }
        .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .counter .count.next.bottom {
          transform: rotateX(90deg);
          z-index: 2; }
        .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .counter .flip .count.curr.top {
          transform: rotateX(-90deg);
          transition: all 250ms ease-in-out 0s; }
        .wrapper_in_letzter_minute .inner .lot_in_letzter_minute .lot_in_letzter_minute_panel .counter .flip .count.next.bottom {
          transform: rotateX(0deg);
          transition: all 250ms ease-in-out 250ms; }

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