/* Color Of The Year -- https://colorganize.com/?palette=75 */
/* */
body {
  background: url(https://www.peoplefotografie-aus-geldern.de/adventskalender-2025/background/2025_bg.jpg?h=350&auto=compress&cs=tinysrgb);
  font-family: "Cormorant Garamond", serif;
  cursor: default;
}

#bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent !important;
  opacity: 0.8;

}

@keyframes bgAni {
  0% {
    opacity: 0.6;
  }
  17% {
    opacity: 0.7;
  }
  33% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }
  67% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.6;
  }
}
main {
  position: relative;
  padding: 0 calc(50% - 24rem);
}

#logo {
  font-family: "Alex Brush";
  color: #ffffff;
  text-align: center;
  margin-top: 2rem;
  font-size: 3rem;
  line-height: 2rem;
}
#logo .icon {
  font-size: 0.5em;
}

#calendar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.door {
  width: 7rem;
  height: 7rem;
  text-align: center;
  line-height: 7rem;
  font-size: 4.3rem;
  color: #dddddd;
  cursor: not-allowed;
}
.door.enabled {
  color: #22a5e5;
  box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.16), 0px 0px 0 rgba(0, 0, 0, 0.16), 0px 0px 0 rgba(0, 0, 0, 0.16);
  transition: all 1s;
  cursor: pointer;
}
.door.enabled:hover, .door.enabled:focus {
  margin-top: -6px;
  margin-left: -1px;
  background-color: #22a5e5;
  color: #fff;
  box-shadow: 0.2px 2px 0 rgba(0, 0, 0, 0.16), 0.4px 4px 0 rgba(0, 0, 0, 0.16), 0.6px 6px 0 rgba(0, 0, 0, 0.16);
}
.door.enabled:active {
  margin-top: 0;
  margin-left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.16), 0px 0px 0 rgba(0, 0, 0, 0.16), 0px 0px 0 rgba(0, 0, 0, 0.16);
}