section.advent2021 {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: black;
}
section.advent2021 iframe {
  z-index: 3;
  position: absolute;
  width: 95vw;
  height: 53vw;
  max-width: 111vh;
  max-height: 62vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.advent2021 .swiper-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
section.advent2021 .swiper-wrapper swiper-container {
  width: 90%;
  height: auto;
  max-width: calc(1920 / 1080 * 80vh);
  --swiper-navigation-size: 40px;
  --swiper-navigation-sides-offset: calc(
        50% - var(--swiper-navigation-size)
      );
  --swiper-navigation-top-offset: calc(
        100% + var(--swiper-navigation-size)
      );
  --swiper-theme-color: var(--orange1);
  pointer-events: all;
}
@media (max-aspect-ratio: 1) {
  section.advent2021 .swiper-wrapper swiper-container {
    --swiper-navigation-size: 0px;
  }
}
section.advent2021 .swiper-wrapper swiper-container img {
  display: block;
}
section.advent2021 .swiper-wrapper swiper-container swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
}
section.advent2021 canvas {
  z-index: 3;
  pointer-events: none;
}
section.advent2021 canvas.snow {
  z-index: 4;
}
section.advent2021 .quote {
  z-index: 1;
  position: absolute;
  left: calc(var(--margin) + var(--col));
  bottom: 8vh;
}
section.advent2021 .quote h2 {
  color: white;
  font-family: "Graublau Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 120%;
  /* identical to box height, or 77px */
  letter-spacing: -0.02em;
  margin: 0;
}
@media (max-width: 767px) {
  section.advent2021 .quote h2 {
    font-family: "Graublau Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
}
section.advent2021 .quote p {
  margin: 1em 0;
}
section.advent2021 .quote .open-overview {
  background-color: white;
  color: var(--darkgray);
}
section.advent2021 .quote .open-overview svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  margin-top: -2px;
}
section.advent2021 .darken, section.advent2021 .names {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}
section.advent2021 .darken {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.65) 100%);
}
section.advent2021 .names {
  z-index: 12;
  opacity: 1;
  background: transparent;
}
section.advent2021 .names h1 {
  position: absolute;
  top: calc(50% + 33vmin);
  left: 50%;
  transform: translate(-50%, 0%);
  width: 90vw;
  max-width: 60vmin;
  text-align: center;
  color: white;
  opacity: 0;
  margin-top: 0;
}
@media screen and (min-aspect-ratio: 10 / 10) and (max-aspect-ratio: 16 / 10) {
  section.advent2021 .names h1 {
    margin-top: 1em;
  }
}
section.advent2021 .quote .button {
  margin-right: 1rem;
}
@media screen and (max-width: 1023px) {
  section.advent2021 .quote {
    bottom: 8%;
    top: auto;
    margin: 0;
  }
  section.advent2021 .quote h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 450px) {
  section.advent2021 .quote .button {
    position: static;
    transform: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
section.advent2021 .cover {
  width: 100vw;
  height: 62.5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: all;
}
section.advent2021 .cover button {
  position: absolute;
  width: 30vw;
  height: 30vw;
  top: 44%;
  left: 68.5%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}
section.advent2021 section.advent2021.doorIsOpen .cover {
  cursor: pointer;
}
section.advent2021 section.advent2021.doorIsOpen .cover button {
  visibility: hidden;
}
@media screen and (max-aspect-ratio: 16 / 10) {
  section.advent2021 .cover {
    width: 160vh;
    height: 100vh;
  }
  section.advent2021 .cover button {
    width: 40vh;
    height: 40vh;
  }
}
@media screen and (max-aspect-ratio: 10 / 10) {
  section.advent2021 .cover {
    width: 100vw;
    height: 160vw;
  }
  section.advent2021 .cover button {
    top: 47%;
    left: 77.5%;
    width: 38vw;
    height: 38vw;
  }
}
@media screen and (max-aspect-ratio: 10 / 10) and (max-width: 1023px) {
  section.advent2021 .cover {
    max-height: 80vh;
  }
}
@media screen and (max-width: 1023px) {
  section.advent2021 {
    max-height: 80vh;
  }
}
section.advent2021 .data {
  display: none;
}
section.advent2021 .background, section.advent2021 canvas.object-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 50%;
}
section.advent2021 .overview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  z-index: 11;
  padding: 5%;
}
section.advent2021 button.close-overview {
  background-color: transparent;
  border: none;
  margin-bottom: 2rem;
  padding: 0;
}
section.advent2021 button.close-overview svg {
  max-width: 10vmin;
  height: auto;
}
section.advent2021 .advent-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
  order: 2;
}
section.advent2021.year-2023 button.open-day:not([disabled]) span {
  display: none;
}
section.advent2021 .advent-grid button.open-day {
  position: relative;
  display: block;
  padding: 0;
  padding-top: 100%;
  height: 0;
  color: white;
  border: 2px solid currentColor;
  background-color: transparent;
  cursor: pointer;
  border-radius: 0;
  font-family: "advent";
  font-size: 50px;
}
section.advent2021 .ms .advent-grid button.open-day {
  float: left;
  width: 7vw;
  height: 7vw;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section.advent2021 .advent-grid {
    max-width: 35vh;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-gap: 10px;
  }
  section.advent2021 .advent-grid button.open-day {
    border: 1px solid currentColor;
    font-size: 5.5vw;
  }
}
section.advent2021 .advent-grid button.open-day.current-day, section.advent2021 .advent-grid button.open-day:active {
  color: var(--orange1, orange);
}
section.advent2021 .advent-grid button.open-day picture {
  opacity: 0.8;
  transition: 0.5s;
}
section.advent2021 .advent-grid button.open-day.current-day picture, section.advent2021 .advent-grid button.open-day:hover picture {
  opacity: 1;
}
section.advent2021 .advent-grid button.open-day[disabled] {
  opacity: 0.5;
  pointer-events: none;
  border-style: dashed;
}
section.advent2021 .advent-grid button.open-day[disabled] picture {
  display: none;
}
section.advent2021 .advent-grid button.open-day picture, section.advent2021 .advent-grid button.open-day img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.advent2021 .advent-grid span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: inherit;
}
/*# sourceMappingURL=https://fsm.kniff.at/wp-content/build/scss_library/60a231ee6084a8fc4b136143688bddd922eacab1.css.map */