@import url("https://fonts.cdnfonts.com/css/open-sans");
@font-face {
  font-family: "Optima Nova LT Pro";
  src: url("https://fonts.cdnfonts.com/s/44510/OptimaNovaLTProRegular.woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  height: 100%;
  overflow: hidden;
}

ul {
  font-size: 16pt;
}

h1 {
  color: white;
}

h2 {
  color: white;
  margin: 2px;
  text-align: center;
  font-family: Optima Nova LT Pro, sans-serif;
  font-size: 22pt;
}

p {
  font-size: 16pt;
}

button {
  background-color: #2b5f9a;
  box-shadow: 5px 5px 5px grey;
  border: none;
  color: white !important;
}
button:focus {
  background-color: #1d386b;
}

/* Scrollbars */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
  margin: 5px 0;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.c-sidebar {
  width: 100%;
  height: 10%;
  background-color: #2b5f9a;
  position: absolute;
  right: 0;
}
.c-sidebar__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70%;
  padding: 30px;
}
.c-sidebar__content__info {
  color: white;
  margin: 2px;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 24pt;
  font-weight: bold;
}
.c-sidebar-imageBox {
  padding-top: 20%;
  position: initial;
}
.c-sidebar-imageBox__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.c-sidebar-imageBox__inner__image--round {
  border-radius: 50%;
  object-fit: cover;
}

main {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  float: left;
}

@media screen {
  .form-control {
    width: 250px !important;
    display: inline-block;
  }
  .form-btns {
    display: inline-flex;
    justify-content: space-around;
    width: 250px;
  }
}
.c-bannerPage {
  height: 100%;
  size: landscape;
  background-color: #bdc5e1;
}
.c-bannerPage__outer {
  background-color: #2b5f9a;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 1.5%;
}
.c-bannerPage__outer__inner {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: large;
  font-weight: 400;
  color: white;
  border: solid 5px;
  padding-top: 5%;
  padding-bottom: 3.5%;
}
.c-bannerPage__outer__inner__title {
  font-size: 40pt;
  font-weight: bold;
}
.c-bannerPage__outer__inner__sub {
  font-size: 28pt;
}

.c-modal {
  color: #434e65;
}
.c-modal--error {
  --c-modal-accent: #e85e6c;
}
.c-modal--warning {
  --c-modal-accent: #ffcc00;
}
.c-modal--info {
  --c-modal-accent: #17a2b8;
}
.c-modal--success {
  --c-modal-accent: #489a2b;
}
.c-modal--loading {
  --c-modal-accent: gray;
}
.c-modal__dialog {
  width: 525px;
  margin-top: 80px;
}
.c-modal__content {
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
}
.c-modal__header {
  background: var(--c-modal-accent, gray);
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  border-radius: 5px 5px 0 0;
  padding: 35px;
}
.c-modal__icon-box {
  color: #fff;
  width: 95px;
  height: 95px;
  display: inline-block;
  border-radius: 50%;
  z-index: 9;
  border: 5px solid #fff;
  padding: 15px;
  text-align: center;
}
.c-modal__icon {
  font-size: 58px;
  position: relative;
  top: -2px;
  left: -2px;
}
.c-modal__body {
  text-align: center !important;
}
.c-modal__message {
  margin: 0;
}
.c-modal__btn {
  color: #fff;
  background: #eeb711;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border-radius: 30px;
  margin-top: 10px;
  padding: 6px 20px;
  min-width: 150px;
  border: none;
}
.c-modal__btn:hover, .c-modal__btn:focus {
  background: #eda645;
  outline: none;
}

.c-shop {
  height: 100%;
}
.c-shop__container {
  width: 70%;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1.5% 2%;
}
.c-shop__container__menu {
  flex-grow: 1;
}
.c-shop__container__menu__button {
  flex-grow: 1 !important;
  margin: 0;
  padding: 20px 0;
  background-color: #2b5f9a;
  box-shadow: none;
  color: white;
  font-size: xx-large;
  font-weight: bold;
}
.c-shop__container__menu__button.active {
  background-color: #1d386b;
}
.c-shop__products {
  width: 70%;
  height: calc(100% - 139px);
  position: relative;
  float: left;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  -ms-overflow-style: none; /* IE/Edge */
  scrollbar-width: none;
}
.c-shop__products__box {
  width: 33.3333333333%;
  padding-top: 33.3333333333%;
  position: relative;
  display: inline-block;
  margin: 0;
  height: 0;
}
.c-shop__products__box__card {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px;
  box-sizing: border-box;
}
.c-shop__products__box__card__header {
  padding: 5px;
  background-color: #2b5f9a;
  color: white;
  font-family: "Open Sans", "sans-serif";
  font-size: x-large;
  font-weight: 600;
  text-align: center;
}
.c-shop__products__box__card__content {
  width: 100%;
  height: 66%;
  overflow: hidden;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-shop__products__box__card__content__image {
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.c-shop__products__box__card__footer {
  width: 100%;
  height: 18.5%;
  display: flex;
}
.c-shop__products__box__card__footer__containerMin {
  width: 25%;
  height: 100%;
  float: left;
}
.c-shop__products__box__card__footer__containerPrice {
  display: flex !important;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  display: inline-block;
  text-align: center;
}
.c-shop__products__box__card__footer__containerPlus {
  width: 25%;
  height: 100%;
  float: right;
}
.c-shop__products__box__card__footer__minPlus {
  box-shadow: none;
  height: auto;
  display: inline-block;
  font-size: xx-large;
  font-weight: bold;
}
.c-shop__basketContainer {
  width: 22.5%;
  height: 100%;
  right: 0;
  position: absolute;
  display: block;
}
.c-shop__basketContainer__list {
  width: 100%;
  height: 75%;
  position: relative;
  padding: 3vw 10px;
  overflow-y: auto;
}
.c-shop__basketContainer__list__header {
  font-weight: bold;
  font-size: 2vw;
  white-space: nowrap;
  color: #212529;
}
.c-shop__basketContainer__list__none {
  color: gray;
}
.c-shop__basketContainer__controls {
  width: 100%;
  height: 25%;
  position: absolute;
  display: block;
  bottom: 0;
  padding: 10px;
}
.c-shop__basketContainer__controls__button {
  height: 42.5%;
  font-size: 20pt;
}
.c-shop__basketContainer__controls__button--top {
  margin-bottom: 5%;
}
.c-shop-basket__table {
  width: 100%;
  height: 75%;
}
.c-shop-basket__table > thead,
.c-shop-basket__table > tbody,
.c-shop-basket__table > thead > tr,
.c-shop-basket__table > tbody > tr,
.c-shop-basket__table > thead > tr > th,
.c-shop-basket__table > thead > tr > td,
.c-shop-basket__table > tbody > tr > td {
  display: block;
}
.c-shop-basket__table > thead > tr::after,
.c-shop-basket__table > tbody > tr::after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}
.c-shop-basket__table > tbody {
  overflow-y: auto;
  height: 85%;
}
.c-shop-basket__table > tbody > tr > td,
.c-shop-basket__table > thead > tr > th,
.c-shop-basket__table > thead > tr > td {
  width: 33.3333333333%;
  float: left;
}

.c-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.c-registration {
  width: 92.5%;
  height: 100%;
  float: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10% 5% 5%;
}
.c-registration__header {
  color: black;
}
.c-registration__container {
  margin: 5%;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.c-registration__container__box {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-right: -15px;
  margin-left: -15px;
}
.c-registration__checkmark {
  font-size: 72pt;
  text-align: center;
}
.c-registration__checkmark--gray {
  color: gray;
}
.c-registration__checkmark--green {
  color: green;
}
.c-registration__numpad {
  display: inline-block;
}
.c-registration__numpad__input {
  display: flex;
  flex-direction: row;
}
.c-registration__numpad__input button#registrationTypeBtn {
  box-shadow: none;
}
.c-registration__numpad__grid {
  display: none;
}
.c-registration__numpad__grid__button {
  box-shadow: none;
  width: 70px;
  height: 70px;
  margin: auto;
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.c-registration__email {
  display: flex;
  justify-content: center;
}
.c-registration__email__button {
  height: 80px;
  font-size: 20pt;
  display: block;
}

.c-event {
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
}
.c-event__overview {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  background-color: #bdc5e1;
  -ms-overflow-style: none; /* IE/Edge */
  scrollbar-width: none; /* Firefox */
  overflow: scroll;
  align-content: flex-start;
}

.c-event-card {
  position: relative;
  width: 50%;
  height: 35vw;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.c-event-card__background {
  position: absolute;
  top: -50%;
  left: -50%;
  height: 200%;
  width: 200%;
  transform: rotate(-45deg);
}
.c-event-card__background.pinned {
  background: linear-gradient(to right, #bdc5e1 20%, #bdc5e1 40%, #ecd08c 50%, #ecd08c 55%, #bdc5e1 70%, #bdc5e1 100%);
  background-size: 200% auto;
  animation: shine 3s linear infinite;
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}
.c-event-card__inner {
  position: absolute;
  width: 94%;
  height: 94%;
  border-radius: 10px;
  top: 3%;
  left: 3%;
  background-color: #2b5f9a;
}
.c-event-card__inner.pinned {
  background-color: #1d386b;
}
.c-event-card__inner__header {
  max-width: 100%;
  color: white;
  text-align: center;
  padding: 2% 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}
.c-event-card__inner__header__pin {
  transform: scale(1.6);
  position: relative;
  top: 0.1vw;
}
.c-event-card__inner__header__text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-event-card__inner__content {
  height: 70%;
  width: 100%;
  object-fit: cover;
}

.c-event-page__summary {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  overflow-y: hidden;
  box-sizing: border-box;
  height: 50%;
}
.c-event-page__summary__container {
  height: 100%;
  width: 66.67%;
  padding: 2%;
}
.c-event-page__summary__container__picture {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: contain;
}
.c-event-page__summary__details {
  height: 90%;
  width: 33.3333333333%;
  padding: 30px;
  float: right;
  box-sizing: border-box;
}
.c-event-page__summary__details__name {
  color: black;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
}
.c-event-page__summary__details__table {
  font-size: 16pt;
  width: 100%;
}
.c-event-page__summary__details__table__label {
  align-content: start;
}
.c-event-page__summary__details__table__value {
  text-align: right;
}
.c-event-page__summary__details__table__value__capacity {
  color: gray;
  font-size: 11pt;
}
.c-event-page__summary__details__signupButton {
  height: 100px;
  font-size: xx-large;
  font-weight: bold;
  width: 100%;
}
.c-event-page__summary__details__signupButton__menu {
  width: 100%;
  overflow: auto;
  position: relative;
  height: 340px;
}
.c-event-page__summary__details__signupButton__dropdown {
  height: 60px;
  font-size: 16pt;
  font-weight: normal;
  overflow: auto;
  color: black !important;
  box-shadow: 0 0 0 grey;
  margin-bottom: 8px;
  background-color: lightgray !important;
}
.c-event-page__description {
  width: 92.5%;
  padding: 2%;
  box-sizing: border-box;
  overflow-y: auto;
  display: inline-block;
  position: relative;
  height: 50%;
}

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