@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");



/* Reset WP-Advent-Plugin wrapper styles */
#wp-advent-wrapper {
  position: static !important;
}

#wp-advent-wrapper::before {
  display: none !important;
}

/* Grid Container */
#wp-advent-calendar {
  display: grid !important;
  grid-template-columns: repeat(5, 100px) !important;
  grid-template-rows: repeat(12, 100px) !important;
  justify-content: center !important;
  align-content: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  width: auto !important;
  max-width: none !important;
  flex-wrap: nowrap !important;
}

@media (min-width: 1000px) {
  #wp-advent-calendar {
    grid-template-columns: repeat(10, 100px) !important;
    grid-template-rows: repeat(6, 100px) !important;
  }
}

/* Grid Item (li) */
#wp-advent-calendar li {
  position: relative !important;
  font-size: 46px;
  font-family: "Abril Fatface", sans-serif;
  cursor: pointer;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  min-width: auto !important;
  height: auto !important;
  flex-grow: 0 !important;
}

#wp-advent-calendar li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset -2px -2px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #fad249;
}

/* Door (a oder span) */
#wp-advent-calendar li a,
#wp-advent-calendar li > span {
  z-index: 2;
  transition: transform 0.5s ease-in-out !important;
  position: absolute !important;
  top: -1px !important;
  bottom: 0 !important;
  left: -1px !important;
  right: 0 !important;
  background-color: #fcf4d1 !important;
  border: 1px dashed #333 !important;
  color: #333 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  padding: 16px !important;
  perspective: 0;
  transform-origin: bottom left;
  text-decoration: none !important;
  box-sizing: border-box;
  font-size: inherit !important;
  text-shadow: none !important;
  height: auto !important;
  box-shadow: none !important;
}

/* Shadow (::after) */
#wp-advent-calendar li::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 16px;
  border-radius: 600px 0 0 0;
  transition: transform 0.2s linear, opacity 0.2s ease-in 0.2s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  backface-visibility: hidden;
  transform: translateZ(0) rotate(0deg) translateX(0px) translateY(0) skewX(0) skewY(0) scaleY(0.9);
  transform-origin: bottom left;
  transform-style: preserve-3d;
  opacity: 0;
}

/* Hover Effekte */
#wp-advent-calendar li:hover a,
#wp-advent-calendar li:hover > span {
  transform: rotateY(28deg) !important;
  transform-style: preserve-3d;
  background-color: inherit !important;
}

#wp-advent-calendar li:hover::after {
  transform: translateZ(0) rotate(4deg) translateX(0px) translateY(0px) skewX(3deg) skewY(3deg) scaleX(0.89) scaleY(0.7);
  transform-origin: bottom left;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

/* =====================================================
   JAHR 2023 - Mobile (5 Spalten, 12 Reihen)
   DOM: 1,7,12,11,13,4,8,5,17,18,15,19,14,22,2,20,3,24,6,21,16,9,23,10
   ===================================================== */
.year-2023 #wp-advent-calendar li:nth-child(1) { grid-area: 7/1/span 2/span 2; font-size: 88px; }
.year-2023 #wp-advent-calendar li:nth-child(1) a, .year-2023 #wp-advent-calendar li:nth-child(1) > span { z-index: 8; background-color: #f8e9a0 !important; }
.year-2023 #wp-advent-calendar li:nth-child(1)::after { z-index: 7; }
.year-2023 #wp-advent-calendar li:nth-child(2) { grid-area: 4/1/span 1/span 1; }
.year-2023 #wp-advent-calendar li:nth-child(2) a, .year-2023 #wp-advent-calendar li:nth-child(2) > span { z-index: 12; background-color: #fcf4d1 !important; }
.year-2023 #wp-advent-calendar li:nth-child(2)::after { z-index: 11; }
.year-2023 #wp-advent-calendar li:nth-child(3) { grid-area: 6/4/span 1/span 2; }
.year-2023 #wp-advent-calendar li:nth-child(3) a, .year-2023 #wp-advent-calendar li:nth-child(3) > span { z-index: 10; background-color: #fcf4d1 !important; }
.year-2023 #wp-advent-calendar li:nth-child(3)::after { z-index: 9; }
.year-2023 #wp-advent-calendar li:nth-child(4) { grid-area: 8/3/span 2/span 1; }
.year-2023 #wp-advent-calendar li:nth-child(4) a, .year-2023 #wp-advent-calendar li:nth-child(4) > span { z-index: 6; background-color: #c7d8db !important; }
.year-2023 #wp-advent-calendar li:nth-child(4)::after { z-index: 5; }
.year-2023 #wp-advent-calendar li:nth-child(5) { grid-area: 1/1/span 2/span 2; font-size: 88px; }
.year-2023 #wp-advent-calendar li:nth-child(5) a, .year-2023 #wp-advent-calendar li:nth-child(5) > span { z-index: 16; background-color: #ccddbb !important; }
.year-2023 #wp-advent-calendar li:nth-child(5)::after { z-index: 15; }
.year-2023 #wp-advent-calendar li:nth-child(6) { grid-area: 11/1/span 2/span 2; font-size: 88px; }
.year-2023 #wp-advent-calendar li:nth-child(6) a, .year-2023 #wp-advent-calendar li:nth-child(6) > span { z-index: 2; background-color: #ccddbb !important; }
.year-2023 #wp-advent-calendar li:nth-child(6)::after { z-index: 1; }
.year-2023 #wp-advent-calendar li:nth-child(7) { grid-area: 9/1/span 1/span 2; }
.year-2023 #wp-advent-calendar li:nth-child(7) a, .year-2023 #wp-advent-calendar li:nth-child(7) > span { z-index: 6; background-color: #fcf4d1 !important; }
.year-2023 #wp-advent-calendar li:nth-child(7)::after { z-index: 5; }
.year-2023 #wp-advent-calendar li:nth-child(8) { grid-area: 2/3/span 2/span 1; }
.year-2023 #wp-advent-calendar li:nth-child(8) a, .year-2023 #wp-advent-calendar li:nth-child(8) > span { z-index: 14; background-color: #fcf4d1 !important; }
.year-2023 #wp-advent-calendar li:nth-child(8)::after { z-index: 13; }
.year-2023 #wp-advent-calendar li:nth-child(9) { grid-area: 5/3/span 2/span 1; }
.year-2023 #wp-advent-calendar li:nth-child(9) a, .year-2023 #wp-advent-calendar li:nth-child(9) > span { z-index: 10; background-color: #fcf4d1 !important; }
.year-2023 #wp-advent-calendar li:nth-child(9)::after { z-index: 9; }
.year-2023 #wp-advent-calendar li:nth-child(10) { grid-area: 1/5/span 1/span 1; }
.year-2023 #wp-advent-calendar li:nth-child(10) a, .year-2023 #wp-advent-calendar li:nth-child(10) > span { z-index: 16; background-color: #c7d8db !important; }
.year-2023 #wp-advent-calendar li:nth-child(10)::after { z-index: 15; }
.year-2023 #wp-advent-calendar li:nth-child(11) { grid-area: 7/5/span 1/span 1; }
.year-2023 #wp-advent-calendar li:nth-child(11) a, .year-2023 #wp-advent-calendar li:nth-child(11) > span { z-index: 8; background-color: #f7d9c5 !important; }
.year-2023 #wp-advent-calendar li:nth-child(11)::after { z-index: 7; }
.year-2023 #wp-advent-calendar li:nth-child(12) { grid-area: 10/1/span 1/span 1; }
.year-2023 #wp-advent-calendar li:nth-child(12) a, .year-2023 #wp-advent-calendar li:nth-child(12) > span { z-index: 4; background-color: #f7d9c5 !important; }
.year-2023 #wp-advent-calendar li:nth-child(12)::after { z-index: 3; }

.year-2023 #wp-advent-calendar li:nth-child(13) { grid-area: 10/2/span 1/span 2; }
.year-2023 #wp-advent-calendar li:nth-child(13) a, .year-2023 #wp-advent-calendar li:nth-child(13) > span { z-index: 4; background-color: #fcf4d1 !important; }
.year-2023 #wp-advent-calendar li:nth-child(13)::after { z-index: 3; }
.year-2023 #wp-advent-calendar li:nth-child(14) { grid-area: 3/1/span 1/span 2; }
.year-2023 #wp-advent-calendar li:nth-child(14) a, .year-2023 #wp-advent-calendar li:nth-child(14) > span { z-index: 14; background-color: #f8e9a0 !important; }
.year-2023 #wp-advent-calendar li:nth-child(14)::after { z-index: 13; }
.year-2023 #wp-advent-calendar li:nth-child(15) { grid-area: 4/4/span 2/span 2; }
.year-2023 #wp-advent-calendar li:nth-child(15) a, .year-2023 #wp-advent-calendar li:nth-child(15) > span { z-index: 12; background-color: #fcf4d1 !important; }
.year-2023 #wp-advent-calendar li:nth-child(15)::after { z-index: 11; }
.year-2023 #wp-advent-calendar li:nth-child(16) { grid-area: 7/3/span 1/span 2; }
.year-2023 #wp-advent-calendar li:nth-child(16) a, .year-2023 #wp-advent-calendar li:nth-child(16) > span { z-index: 8; background-color: #fcf4d1 !important; }
.year-2023 #wp-advent-calendar li:nth-child(16)::after { z-index: 7; }
.year-2023 #wp-advent-calendar li:nth-child(17) { grid-area: 8/4/span 2/span 2; font-size: 88px; }
.year-2023 #wp-advent-calendar li:nth-child(17) a, .year-2023 #wp-advent-calendar li:nth-child(17) > span { z-index: 6; background-color: #fcf4d1 !important; }
.year-2023 #wp-advent-calendar li:nth-child(17)::after { z-index: 5; }
.year-2023 #wp-advent-calendar li:nth-child(18) { grid-area: 5/1/span 2/span 2; font-size: 88px; }
.year-2023 #wp-advent-calendar li:nth-child(18) a, .year-2023 #wp-advent-calendar li:nth-child(18) > span { z-index: 10; background-color: #c7d8db !important; }
.year-2023 #wp-advent-calendar li:nth-child(18)::after { z-index: 9; }
.year-2023 #wp-advent-calendar li:nth-child(19) { grid-area: 2/4/span 2/span 2; font-size: 88px; }
.year-2023 #wp-advent-calendar li:nth-child(19) a, .year-2023 #wp-advent-calendar li:nth-child(19) > span { z-index: 14; background-color: #f7d9c5 !important; }
.year-2023 #wp-advent-calendar li:nth-child(19)::after { z-index: 13; }
.year-2023 #wp-advent-calendar li:nth-child(20) { grid-area: 10/4/span 2/span 2; font-size: 88px; }
.year-2023 #wp-advent-calendar li:nth-child(20) a, .year-2023 #wp-advent-calendar li:nth-child(20) > span { z-index: 4; background-color: #f8e9a0 !important; }
.year-2023 #wp-advent-calendar li:nth-child(20)::after { z-index: 3; }
.year-2023 #wp-advent-calendar li:nth-child(21) { grid-area: 4/2/span 1/span 2; }
.year-2023 #wp-advent-calendar li:nth-child(21) a, .year-2023 #wp-advent-calendar li:nth-child(21) > span { z-index: 12; background-color: #fcf4d1 !important; }
.year-2023 #wp-advent-calendar li:nth-child(21)::after { z-index: 11; }
.year-2023 #wp-advent-calendar li:nth-child(22) { grid-area: 1/3/span 1/span 2; }
.year-2023 #wp-advent-calendar li:nth-child(22) a, .year-2023 #wp-advent-calendar li:nth-child(22) > span { z-index: 16; background-color: #fcf4d1 !important; }
.year-2023 #wp-advent-calendar li:nth-child(22)::after { z-index: 15; }
.year-2023 #wp-advent-calendar li:nth-child(23) { grid-area: 11/3/span 2/span 1; }
.year-2023 #wp-advent-calendar li:nth-child(23) a, .year-2023 #wp-advent-calendar li:nth-child(23) > span { z-index: 2; background-color: #fcf4d1 !important; }
.year-2023 #wp-advent-calendar li:nth-child(23)::after { z-index: 1; }
.year-2023 #wp-advent-calendar li:nth-child(24) { grid-area: 12/4/span 1/span 2; }
.year-2023 #wp-advent-calendar li:nth-child(24) a, .year-2023 #wp-advent-calendar li:nth-child(24) > span { z-index: 2; background-color: #fcf4d1 !important; }
.year-2023 #wp-advent-calendar li:nth-child(24)::after { z-index: 1; }

/* JAHR 2023 - Desktop */
@media (min-width: 1000px) {
  .year-2023 #wp-advent-calendar li:nth-child(1) { grid-area: 1/6/span 2/span 2; }
  .year-2023 #wp-advent-calendar li:nth-child(2) { grid-area: 4/1/span 1/span 1; }
  .year-2023 #wp-advent-calendar li:nth-child(3) { grid-area: 6/4/span 1/span 2; }
  .year-2023 #wp-advent-calendar li:nth-child(4) { grid-area: 2/8/span 2/span 1; }
  .year-2023 #wp-advent-calendar li:nth-child(5) { grid-area: 1/1/span 2/span 2; }
  .year-2023 #wp-advent-calendar li:nth-child(6) { grid-area: 5/6/span 2/span 2; }
  .year-2023 #wp-advent-calendar li:nth-child(7) { grid-area: 3/6/span 1/span 2; }
  .year-2023 #wp-advent-calendar li:nth-child(8) { grid-area: 2/3/span 2/span 1; }
  .year-2023 #wp-advent-calendar li:nth-child(9) { grid-area: 5/3/span 2/span 1; }
  .year-2023 #wp-advent-calendar li:nth-child(10) { grid-area: 1/5/span 1/span 1; }
  .year-2023 #wp-advent-calendar li:nth-child(11) { grid-area: 1/10/span 1/span 1; }
  .year-2023 #wp-advent-calendar li:nth-child(12) { grid-area: 4/6/span 1/span 1; }
  .year-2023 #wp-advent-calendar li:nth-child(13) { grid-area: 4/7/span 1/span 2; }
  .year-2023 #wp-advent-calendar li:nth-child(14) { grid-area: 3/1/span 1/span 2; }
  .year-2023 #wp-advent-calendar li:nth-child(15) { grid-area: 4/4/span 2/span 2; }
  .year-2023 #wp-advent-calendar li:nth-child(16) { grid-area: 1/8/span 1/span 2; }
  .year-2023 #wp-advent-calendar li:nth-child(17) { grid-area: 2/9/span 2/span 2; }
  .year-2023 #wp-advent-calendar li:nth-child(18) { grid-area: 5/1/span 2/span 2; }
  .year-2023 #wp-advent-calendar li:nth-child(19) { grid-area: 2/4/span 2/span 2; }
  .year-2023 #wp-advent-calendar li:nth-child(20) { grid-area: 4/9/span 2/span 2; }
  .year-2023 #wp-advent-calendar li:nth-child(21) { grid-area: 4/2/span 1/span 2; }
  .year-2023 #wp-advent-calendar li:nth-child(22) { grid-area: 1/3/span 1/span 2; }
  .year-2023 #wp-advent-calendar li:nth-child(23) { grid-area: 5/8/span 2/span 1; }
  .year-2023 #wp-advent-calendar li:nth-child(24) { grid-area: 6/9/span 1/span 2; }
}

/* =====================================================
   JAHR 2025 - Mobile (5 Spalten, 12 Reihen)
   DOM: 22,13,14,7,17,21,16,24,1,5,12,19,20,15,23,10,9,18,11,8,2,4,3,6
   ===================================================== */
.year-2025 #wp-advent-calendar li:nth-child(1) { grid-area: 3/1/span 1/span 2; }
.year-2025 #wp-advent-calendar li:nth-child(1) a, .year-2025 #wp-advent-calendar li:nth-child(1) > span { z-index: 14; background-color: #f8e9a0 !important; }
.year-2025 #wp-advent-calendar li:nth-child(1)::after { z-index: 13; }
.year-2025 #wp-advent-calendar li:nth-child(2) { grid-area: 1/1/span 2/span 2; font-size: 88px; }
.year-2025 #wp-advent-calendar li:nth-child(2) a, .year-2025 #wp-advent-calendar li:nth-child(2) > span { z-index: 16; background-color: #ccddbb !important; }
.year-2025 #wp-advent-calendar li:nth-child(2)::after { z-index: 15; }
.year-2025 #wp-advent-calendar li:nth-child(3) { grid-area: 10/2/span 1/span 2; }
.year-2025 #wp-advent-calendar li:nth-child(3) a, .year-2025 #wp-advent-calendar li:nth-child(3) > span { z-index: 4; background-color: #fcf4d1 !important; }
.year-2025 #wp-advent-calendar li:nth-child(3)::after { z-index: 3; }
.year-2025 #wp-advent-calendar li:nth-child(4) { grid-area: 4/1/span 1/span 1; }
.year-2025 #wp-advent-calendar li:nth-child(4) a, .year-2025 #wp-advent-calendar li:nth-child(4) > span { z-index: 12; background-color: #fcf4d1 !important; }
.year-2025 #wp-advent-calendar li:nth-child(4)::after { z-index: 11; }
.year-2025 #wp-advent-calendar li:nth-child(5) { grid-area: 5/3/span 2/span 1; }
.year-2025 #wp-advent-calendar li:nth-child(5) a, .year-2025 #wp-advent-calendar li:nth-child(5) > span { z-index: 10; background-color: #fcf4d1 !important; }
.year-2025 #wp-advent-calendar li:nth-child(5)::after { z-index: 9; }
.year-2025 #wp-advent-calendar li:nth-child(6) { grid-area: 10/4/span 2/span 2; font-size: 88px; }
.year-2025 #wp-advent-calendar li:nth-child(6) a, .year-2025 #wp-advent-calendar li:nth-child(6) > span { z-index: 4; background-color: #f8e9a0 !important; }
.year-2025 #wp-advent-calendar li:nth-child(6)::after { z-index: 3; }
.year-2025 #wp-advent-calendar li:nth-child(7) { grid-area: 4/2/span 1/span 2; }
.year-2025 #wp-advent-calendar li:nth-child(7) a, .year-2025 #wp-advent-calendar li:nth-child(7) > span { z-index: 12; background-color: #fcf4d1 !important; }
.year-2025 #wp-advent-calendar li:nth-child(7)::after { z-index: 11; }
.year-2025 #wp-advent-calendar li:nth-child(8) { grid-area: 5/1/span 2/span 2; font-size: 88px; }
.year-2025 #wp-advent-calendar li:nth-child(8) a, .year-2025 #wp-advent-calendar li:nth-child(8) > span { z-index: 10; background-color: #c7d8db !important; }
.year-2025 #wp-advent-calendar li:nth-child(8)::after { z-index: 9; }
.year-2025 #wp-advent-calendar li:nth-child(9) { grid-area: 7/1/span 2/span 2; font-size: 88px; }
.year-2025 #wp-advent-calendar li:nth-child(9) a, .year-2025 #wp-advent-calendar li:nth-child(9) > span { z-index: 8; background-color: #f8e9a0 !important; }
.year-2025 #wp-advent-calendar li:nth-child(9)::after { z-index: 7; }
.year-2025 #wp-advent-calendar li:nth-child(10) { grid-area: 2/3/span 2/span 1; }
.year-2025 #wp-advent-calendar li:nth-child(10) a, .year-2025 #wp-advent-calendar li:nth-child(10) > span { z-index: 14; background-color: #fcf4d1 !important; }
.year-2025 #wp-advent-calendar li:nth-child(10)::after { z-index: 13; }
.year-2025 #wp-advent-calendar li:nth-child(11) { grid-area: 6/4/span 1/span 2; }
.year-2025 #wp-advent-calendar li:nth-child(11) a, .year-2025 #wp-advent-calendar li:nth-child(11) > span { z-index: 10; background-color: #fcf4d1 !important; }
.year-2025 #wp-advent-calendar li:nth-child(11)::after { z-index: 9; }
.year-2025 #wp-advent-calendar li:nth-child(12) { grid-area: 10/1/span 1/span 1; }
.year-2025 #wp-advent-calendar li:nth-child(12) a, .year-2025 #wp-advent-calendar li:nth-child(12) > span { z-index: 4; background-color: #f7d9c5 !important; }
.year-2025 #wp-advent-calendar li:nth-child(12)::after { z-index: 3; }
.year-2025 #wp-advent-calendar li:nth-child(13) { grid-area: 7/3/span 1/span 2; }
.year-2025 #wp-advent-calendar li:nth-child(13) a, .year-2025 #wp-advent-calendar li:nth-child(13) > span { z-index: 8; background-color: #fcf4d1 !important; }
.year-2025 #wp-advent-calendar li:nth-child(13)::after { z-index: 7; }
.year-2025 #wp-advent-calendar li:nth-child(14) { grid-area: 7/5/span 1/span 1; }
.year-2025 #wp-advent-calendar li:nth-child(14) a, .year-2025 #wp-advent-calendar li:nth-child(14) > span { z-index: 8; background-color: #f7d9c5 !important; }
.year-2025 #wp-advent-calendar li:nth-child(14)::after { z-index: 7; }
.year-2025 #wp-advent-calendar li:nth-child(15) { grid-area: 11/3/span 2/span 1; }
.year-2025 #wp-advent-calendar li:nth-child(15) a, .year-2025 #wp-advent-calendar li:nth-child(15) > span { z-index: 2; background-color: #fcf4d1 !important; }
.year-2025 #wp-advent-calendar li:nth-child(15)::after { z-index: 1; }
.year-2025 #wp-advent-calendar li:nth-child(16) { grid-area: 12/4/span 1/span 2; }
.year-2025 #wp-advent-calendar li:nth-child(16) a, .year-2025 #wp-advent-calendar li:nth-child(16) > span { z-index: 2; background-color: #fcf4d1 !important; }
.year-2025 #wp-advent-calendar li:nth-child(16)::after { z-index: 1; }
.year-2025 #wp-advent-calendar li:nth-child(17) { grid-area: 1/3/span 1/span 2; }
.year-2025 #wp-advent-calendar li:nth-child(17) a, .year-2025 #wp-advent-calendar li:nth-child(17) > span { z-index: 16; background-color: #fcf4d1 !important; }
.year-2025 #wp-advent-calendar li:nth-child(17)::after { z-index: 15; }
.year-2025 #wp-advent-calendar li:nth-child(18) { grid-area: 1/5/span 1/span 1; }
.year-2025 #wp-advent-calendar li:nth-child(18) a, .year-2025 #wp-advent-calendar li:nth-child(18) > span { z-index: 16; background-color: #c7d8db !important; }
.year-2025 #wp-advent-calendar li:nth-child(18)::after { z-index: 15; }
.year-2025 #wp-advent-calendar li:nth-child(19) { grid-area: 8/3/span 2/span 1; }
.year-2025 #wp-advent-calendar li:nth-child(19) a, .year-2025 #wp-advent-calendar li:nth-child(19) > span { z-index: 6; background-color: #c7d8db !important; }
.year-2025 #wp-advent-calendar li:nth-child(19)::after { z-index: 5; }
.year-2025 #wp-advent-calendar li:nth-child(20) { grid-area: 9/1/span 1/span 2; }
.year-2025 #wp-advent-calendar li:nth-child(20) a, .year-2025 #wp-advent-calendar li:nth-child(20) > span { z-index: 6; background-color: #fcf4d1 !important; }
.year-2025 #wp-advent-calendar li:nth-child(20)::after { z-index: 5; }
.year-2025 #wp-advent-calendar li:nth-child(21) { grid-area: 4/4/span 2/span 2; }
.year-2025 #wp-advent-calendar li:nth-child(21) a, .year-2025 #wp-advent-calendar li:nth-child(21) > span { z-index: 12; background-color: #fcf4d1 !important; }
.year-2025 #wp-advent-calendar li:nth-child(21)::after { z-index: 11; }
.year-2025 #wp-advent-calendar li:nth-child(22) { grid-area: 11/1/span 2/span 2; font-size: 88px; }
.year-2025 #wp-advent-calendar li:nth-child(22) a, .year-2025 #wp-advent-calendar li:nth-child(22) > span { z-index: 2; background-color: #ccddbb !important; }
.year-2025 #wp-advent-calendar li:nth-child(22)::after { z-index: 1; }
.year-2025 #wp-advent-calendar li:nth-child(23) { grid-area: 8/4/span 2/span 2; font-size: 88px; }
.year-2025 #wp-advent-calendar li:nth-child(23) a, .year-2025 #wp-advent-calendar li:nth-child(23) > span { z-index: 6; background-color: #fcf4d1 !important; }
.year-2025 #wp-advent-calendar li:nth-child(23)::after { z-index: 5; }
.year-2025 #wp-advent-calendar li:nth-child(24) { grid-area: 2/4/span 2/span 2; font-size: 88px; }
.year-2025 #wp-advent-calendar li:nth-child(24) a, .year-2025 #wp-advent-calendar li:nth-child(24) > span { z-index: 14; background-color: #f7d9c5 !important; }
.year-2025 #wp-advent-calendar li:nth-child(24)::after { z-index: 13; }

/* JAHR 2025 - Desktop */
@media (min-width: 1000px) {
  .year-2025 #wp-advent-calendar li:nth-child(1) { grid-area: 3/1/span 1/span 2; }
  .year-2025 #wp-advent-calendar li:nth-child(2) { grid-area: 1/1/span 2/span 2; }
  .year-2025 #wp-advent-calendar li:nth-child(3) { grid-area: 4/7/span 1/span 2; }
  .year-2025 #wp-advent-calendar li:nth-child(4) { grid-area: 4/1/span 1/span 1; }
  .year-2025 #wp-advent-calendar li:nth-child(5) { grid-area: 5/3/span 2/span 1; }
  .year-2025 #wp-advent-calendar li:nth-child(6) { grid-area: 4/9/span 2/span 2; }
  .year-2025 #wp-advent-calendar li:nth-child(7) { grid-area: 4/2/span 1/span 2; }
  .year-2025 #wp-advent-calendar li:nth-child(8) { grid-area: 5/1/span 2/span 2; }
  .year-2025 #wp-advent-calendar li:nth-child(9) { grid-area: 1/6/span 2/span 2; }
  .year-2025 #wp-advent-calendar li:nth-child(10) { grid-area: 2/3/span 2/span 1; }
  .year-2025 #wp-advent-calendar li:nth-child(11) { grid-area: 6/4/span 1/span 2; }
  .year-2025 #wp-advent-calendar li:nth-child(12) { grid-area: 4/6/span 1/span 1; }
  .year-2025 #wp-advent-calendar li:nth-child(13) { grid-area: 1/8/span 1/span 2; }
  .year-2025 #wp-advent-calendar li:nth-child(14) { grid-area: 1/10/span 1/span 1; }
  .year-2025 #wp-advent-calendar li:nth-child(15) { grid-area: 5/8/span 2/span 1; }
  .year-2025 #wp-advent-calendar li:nth-child(16) { grid-area: 6/9/span 1/span 2; }
  .year-2025 #wp-advent-calendar li:nth-child(17) { grid-area: 1/3/span 1/span 2; }
  .year-2025 #wp-advent-calendar li:nth-child(18) { grid-area: 1/5/span 1/span 1; }
  .year-2025 #wp-advent-calendar li:nth-child(19) { grid-area: 2/8/span 2/span 1; }
  .year-2025 #wp-advent-calendar li:nth-child(20) { grid-area: 3/6/span 1/span 2; }
  .year-2025 #wp-advent-calendar li:nth-child(21) { grid-area: 4/4/span 2/span 2; }
  .year-2025 #wp-advent-calendar li:nth-child(22) { grid-area: 5/6/span 2/span 2; }
  .year-2025 #wp-advent-calendar li:nth-child(23) { grid-area: 2/9/span 2/span 2; }
  .year-2025 #wp-advent-calendar li:nth-child(24) { grid-area: 2/4/span 2/span 2; }
}