/*
$primary-color: #6C6E70;
$secondary-color: #000000;
$mainpost_blau: #0A5790;
$link-color: $mainpost_blau;
$danger-color: red;
*/
.wrapper_countdown {
  font-size: 18px;
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 17px;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.wrapper_countdown .block {
  display: inline-block;
  text-align: center;
  margin: 2px;
  width: 53px;
  height: 30px;
}
.wrapper_countdown .block .top {
  background-color: #ffffff;
  position: relative;
  width: 51px;
  height: 30px;
}
.wrapper_countdown .block .top .left {
  width: 25px;
  height: 30px;
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #646464;
}
.wrapper_countdown .block .top .right {
  width: 25px;
  height: 30px;
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #646464;
}
.wrapper_countdown .block .top .number {
  letter-spacing: 17px;
  z-index: 3;
  line-height: 30px;
  padding-left: 7px;
  color: #000000;
}
.wrapper_countdown .block .bottom {
  text-transform: uppercase;
  color: #646464;
  font-size: 8px;
  padding-top: 3px;
}
.wrapper_countdown .block.first {
  margin-left: 0;
}
.wrapper_countdown .block.last {
  margin-right: 0;
}
@media only screen and (min-width: 576px) {
  .wrapper_countdown {
    font-size: 18px;
    margin-top: 17px;
    margin-bottom: 15px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper_countdown .block {
    margin: 2px;
    width: 53px;
    height: 30px;
  }
  .wrapper_countdown .block .top {
    width: 51px;
    height: 30px;
  }
  .wrapper_countdown .block .top .left {
    width: 25px;
    height: 30px;
  }
  .wrapper_countdown .block .top .right {
    width: 25px;
    height: 30px;
  }
  .wrapper_countdown .block .top .number {
    letter-spacing: 17px;
    line-height: 30px;
    padding-left: 7px;
  }
  .wrapper_countdown .block .bottom {
    font-size: 8px;
    padding-top: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper_countdown {
    width: 390px;
    font-size: 20px;
  }
  .wrapper_countdown .countdown_text {
    /*position: absolute;
    top: 10px;
    left: -310px;
    width: 335px;*/
    text-align: center;
    font-size: 19px;
  }
  .wrapper_countdown .block {
    margin: 2px;
    width: 60px;
    height: 35px;
  }
  .wrapper_countdown .block .top {
    width: 58px;
    height: 35px;
  }
  .wrapper_countdown .block .top .left {
    width: 28px;
    height: 35px;
  }
  .wrapper_countdown .block .top .right {
    width: 28px;
    height: 35px;
  }
  .wrapper_countdown .block .top .number {
    letter-spacing: 18px;
    line-height: 35px;
    padding-left: 9px;
  }
  .wrapper_countdown .block .bottom {
    font-size: 9px;
    padding-top: 3px;
  }
}
@media only screen and (min-width: 992px) {
  .wrapper_countdown {
    font-size: 30px;
  }
  .wrapper_countdown .countdown_text {
    position: absolute;
    top: 10px;
    left: -310px;
    width: 335px;
  }
  .wrapper_countdown .block {
    margin: 2px;
    width: 82px;
    height: 45px;
  }
  .wrapper_countdown .block .top {
    width: 80px;
    height: 45px;
  }
  .wrapper_countdown .block .top .left {
    width: 39px;
    height: 45px;
  }
  .wrapper_countdown .block .top .right {
    width: 39px;
    height: 45px;
  }
  .wrapper_countdown .block .top .number {
    letter-spacing: 23px;
    line-height: 45px;
    padding-left: 11px;
  }
  .wrapper_countdown .block .bottom {
    font-size: 11px;
    padding-top: 3px;
  }
}

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