/* CSS Document */
/* MilestoneCounter CreativeWorkX*/


#milestoneCounterContainer {

}
.milestoneCounter {
  font: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  display: block;
}
.milestoneCount { 
  font-size: 54px;
}
.milestoneText {
  font-size: 24px;
}


#countdownContainer {
  margin-top: 5px;
  margin-bottom: 2em;
}
#countdownDiv {
  font-weight: 300;
  margin-left: 15px;
  margin-right: 15px;
  display: contents;
  margin-bottom: 25px;
}
.counterPart {
  border: 1px solid rgba(33,33,33,0.50);
  border-radius: 5%;
  background: rgba(255,255,255,0.2);
  width: 200px;
  height: 200px;
  padding-top: 70px;
}
.countdownText {
  font-weight: 700 !important;
  font-size: 2em;  
}
.counterPartText {
  font-size: 1em;
  font-weight: 300 !important;
}

#countdownContainer #kontaktForm {
  font-size: 1em;
  margin-top: 25px;
}

#emailHP {
  display: none;
}

#lpQuickForm {
  margin-top: 50px;
}


@media (max-width: 767px) {
  
  #countdownContainer {
    font-size: 1.0em;
    font-weight: 700;
  }
  .counterPart {
    background: rgba(255,255,255,0.2);
    width: 100px;
    height: 100px;
    padding-top: 30px;
  }
  .countdownText {
    font-weight: 700 !important;
    font-size: 1.0em;  
  }
  .counterPartText {
    font-size: 0.9em;
    font-weight: 300 !important;
  }
}
@media (max-width: 640px) {
  
  #countdownContainer {
    font-size: 0.9em;
    font-weight: 700;
  }
  .counterPart {
    background: rgba(255,255,255,0.2);
    width: 80px;
    height: 80px;
    padding-top: 20px;
  }
  .countdownText {
    font-weight: 700 !important;
    font-size: 1.0em;  
  }
  .counterPartText {
    font-size: 0.8em;
    font-weight: 300 !important;
  }
  #lpQuickForm {
    margin-top: 20px;
    border-top: dashed rgba(67,67,67,1.00) 1px;
  }
}
