@font-face {
  font-family: 'danielregular';
  src: url("../fonts/Daniel-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.calendar {
  margin: 0 auto;
  background-image: url(../img/advent_background.png);
  background-position: center;
  max-width: 900px;
  font-family: danielregular; }
  .calendar .doors {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .calendar .doors .door {
      height: 150px;
      flex: 0 0 150px;
      margin: 0;
      line-height: 150px;
      background-color: transparent;
      position: relative; }
      .calendar .doors .door:nth-child(12) {
        margin-bottom: 5rem; }
      .calendar .doors .door .door-container {
        position: absolute;
        top: -50%;
        left: -50%;
        z-index: 2;
        height: 200%;
        width: 200%;
        transform: scale(0.5);
        /*transition: opacity 200ms ease 1s, transform 200ms ease 0s, z-index 0ms ease 100ms;*/
        transform-origin: center center;
        box-shadow: 0 0 0 -3px black;
        max-width: initial;
        background-color: white;
        background-image: url(../img/klein_smiley.jpg);
        background-size: contain;
        background-position: 10px 20px;
        background-repeat: no-repeat;
        border-radius: 10px;
        opacity: 0; }
        .calendar .doors .door .door-container .highlight_btns {
          position: absolute;
          bottom: 0;
          width: 100%;
          margin: 0 auto;
          opacity: 0;
          transition: opacity 100ms ease; }
      .calendar .doors .door.prev {
        z-index: 0;
        filter: saturate(0%); }
      .calendar .doors .door.next {
        z-index: 0; }
      .calendar .doors .door.active {
        z-index: 10;
        cursor: pointer; }
      .calendar .doors .door.open .door-container {
        transform: scale(1);
        z-index: 10;
        transition: opacity 600ms ease 0.1s, transform 400ms ease 1s, box-shadow 400ms ease 1s, z-index 0ms ease 1s;
        box-shadow: 0 0 20px -3px black;
        opacity: 1; }
        .calendar .doors .door.open .door-container .highlight_btns {
          opacity: 1;
          transition: opacity 200ms ease 1.4s; }
      .calendar .doors .door.active:after {
        content: attr(data-number);
        display: block;
        height: 100%;
        width: 100%;
        background: url(../img/star.svg) center 0px no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        z-index: 1;
        line-height: 150px;
        color: white;
        transition: transform 500ms;
        transform: rotateY(0);
        font-size: 2rem;
        font-weight: bold;
        transform-origin: left;
        padding-top: 10px; }
      .calendar .doors .door:before {
        content: attr(data-number);
        font-size: 1.2rem;
        font-weight: bold;
        height: 100%;
        width: 100%;
        pointer-events: none;
        line-height: 150px;
        color: white;
        text-align: center;
        display: block;
        background-image: url(../img/socke_solo.png);
        background-position: -3px 0;
        letter-spacing: -0.25rem;
        transition: opaciy 300ms,background-size 300ms, transform 500ms;
        transform-origin: left;
        transform: rotateY(0);
        opacity: 1;
        position: relative;
        z-index: 4;
        padding-top: 20px; }

.calendar .doors .door[data-number='7']:before {
  background-image: url(../img/socke_schneem.png); }

.calendar .doors .door[data-number='8']:before {
  background-image: url(../img/socke_rudo.png); }

.calendar .doors .door[data-number='17']:before {
  background-image: url(../img/socke_schneez.png); }

.calendar .doors .door[data-number='23']:before {
  background-image: url(../img/socke_maus.png); }

.calendar .doors .door[data-number='6']:before {
  background-image: url(../img/socke_niko.png); }

.calendar .doors .door.open:before,
.calendar .doors .door.active.open:after {
  /*transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-90deg);*/
  opacity: 0; }

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