/* lexend-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100;
  src: url('../Fonts/lexend-v26-latin/lexend-v26-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 200;
  src: url('../Fonts/lexend-v26-latin/lexend-v26-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/lexend-v26-latin/lexend-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/lexend-v26-latin/lexend-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/lexend-v26-latin/lexend-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/lexend-v26-latin/lexend-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/lexend-v26-latin/lexend-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 800;
  src: url('../Fonts/lexend-v26-latin/lexend-v26-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 900;
  src: url('../Fonts/lexend-v26-latin/lexend-v26-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {
  font-family: 'Lexend';
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  overflow-x: hidden;
}
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  overflow-x: hidden;
}

/*Global*/
.text-dark {
  color: #000;
}

.text-light {
  color: #fff;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: calc(1.2rem + 1.2vw);
  font-weight: 500;
  line-height: 1.2;
}

.frame-space-after-extra-small {
  margin-bottom: 1em;
}

/*Container*/
.kalender-container {
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
  border: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kalender-container .background-container {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.container {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}

/* Navigation */
.nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  margin: 2.5rem 3rem;
}
.nav-wrapper .social-nav-wrapper {
  order: 2;
  display: flex;
  gap: 1rem;
}
.nav-wrapper .logo-wrapper {
  order: 1;
}
.nav-wrapper .logo-wrapper img {
  width: 100%;
  max-width: 300px;
}
.nav-wrapper img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-wrapper .login-wrapper {
  order: 2;
}

/* Footer */
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin: 4rem 2.5rem 0.5rem;
}
.footer-wrapper a:hover {
  color: #F7DC16;
}
.footer-wrapper .social-footer-wrapper {
  padding-bottom: 1rem;
}
.footer-wrapper .social-footer-wrapper .footer-social {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding-bottom: 1.5rem;
}
.footer-wrapper .social-footer-wrapper .footer-social img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-wrapper .footer-disclaimer {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}

/*Slide out*/
.vertical-slide-out-menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.vertical-slide-out-menu-single {
  position: relative;
  padding: 0.5rem 1rem;
  left: calc(100% - 48px - 1rem);
  background-color: #B1B1B1;
  display: flex;
  align-items: center;
  top: 50%;
  overflow: hidden;
  white-space: nowrap;
  transition: 200ms all ease-in-out;
}
.vertical-slide-out-menu-single:hover {
  left: unset;
  right: 0;
}
.vertical-slide-out-menu-single .slide-out-icon {
  width: 48px;
  height: 48px;
  padding-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vertical-slide-out-menu-single .slide-out-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*Countdown*/
.content-container {
  max-width: 720px;
}

.countdown-number {
  color: #F7DC16;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.countdown-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.countdown-img img {
  width: 100%;
  max-width: 250px;
}

.divider {
  width: 11rem;
  margin: 1rem auto;
  border: 2px solid #F7DC16;
}

.primary-button {
  text-decoration: none;
  color: #29343A;
  background-color: #F7DC16;
  padding: 0.7rem 1.4rem;
  border: 2px solid #F7DC16;

}

.primary-button:hover {
  color: #29343A;
  background-color: #fff;
  border: 2px solid #F7DC16;
}

@media (min-width: 576px) {
  .countdown-number {
    font-size: 5rem;
  }
  .content-container p {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .countdown-number {
    font-size: 6rem;
  }
  .nav-wrapper {
    align-items: inherit;
    flex-direction: row;
    gap: auto;
  }
  .nav-wrapper .social-nav-wrapper {
    padding-bottom: 1.5rem;
    order: 1;
  }
  .nav-wrapper .logo-wrapper {
    order: 2;
    text-align: center;
  }
  .nav-wrapper .login-wrapper {
    order: 3;
  }
  .footer-wrapper {
    align-items: flex-end;
    flex-direction: row;
    margin: 2.5rem 3rem;
  }
  .footer-wrapper .social-footer-wrapper {
    padding-bottom: 0;
  }
  .footer-wrapper .social-footer-wrapper .footer-social {
    justify-content: flex-start;
  }
  .footer-wrapper .footer-disclaimer {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .content-container {
    max-width: 1060px;
  }
  .content-container p {
    font-size: 1.3rem;
  }
  .countdown-number {
    font-size: 8rem;
  }
}
/* UI STYLES */
.radio-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

label {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
}

input[type=radio] {
  --size: 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: var(--size);
  width: var(--size);
  padding: 0.2em;
  background: transparent content-box;
  border: solid 1px #29343A;
  border-radius: var(--size);
  transition: background 150ms ease-in-out;
  cursor: pointer;
}

input[type=radio]:checked {
  background: #F7DC16 content-box;
}/*# sourceMappingURL=styles.css.map */