.naptarblokk {
  margin-bottom: 82px;
}

.calx {
  display: flex;
  width: 100%;

  padding: 20px 28px 16px 28px;
  flex-direction: column;
  align-items: center;
  gap: 24px;

  border-radius: 20px;
  border: 1px solid var(--Brand-VTE-srga);
  background: #FFF;
}

.calx .calx-year {
  width: 100%;
  color: var(--Brand-VTE-szrke);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
}

.calx .calx-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;

  margin-top: -24px;
}

.calx .calx-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;

  color: var(--Brand-VTE-srga);
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}

.calx .calx-weekdays {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.calx .calx-weekday {
  display: flex;
  width: 72px;
  height: 56px;
  padding: 25px 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;

  color: var(--Brand-VTE-szrke);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.calx .calx-week {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.calx .calx-week .calx-day {
  display: flex;
  width: 72px;
  height: 72px;
  padding: 25px 27px 16px 27px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  flex-shrink: 0;

  border-radius: 12px;
  background: var(--Brand-Fehr);

  color: var(--Brand-VTE-szrke);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
}

.calx .calx-week .calx-day.prev-month,
.calx .calx-week .calx-day.next-month {
  color: var(--Brand-VTE-vilgos-szrke);
  opacity: 0.5;
}

.calx .calx-week .calx-day div {
  height: 8px;
}

.calx .calx-week .calx-day.calx-has-event {
  cursor: pointer;
}

.calx .calx-week .calx-day.calx-has-event:not(.slctd):hover {
  background: var(--Brand-VTE-vilgos-srga);
}

.calx .calx-week .calx-day.calx-has-event.slctd {
  background: var(--Brand-VTE-srga);
  color: var(--Brand-Fehr);
}

.calx .calx-week .calx-day.calx-has-event div {
  content: url("/themes/kap/images/has-event.svg");
}

.calx .calx-week .calx-day.calx-has-event.slctd div {
  content: url("/themes/kap/images/has-event-inverted.svg");
}


.caly-event {
  display: flex;
  padding: 24px 28px;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-shrink: 0;
  align-self: stretch;

  border-radius: 20px;
  background: var(--Brand-VTE-vilgos-srga);

  margin-bottom: 12px;

  height: 164px;
}

.caly-event .caly-date {
  display: flex;
  width: 126px;
  height: 130px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 4px;

  border-radius: 20px 20px 48px 20px;
  background: var(--Brand-VTE-srga, #F2A83C);
}

.caly-event .caly-date .caly-day {
  color: var(--Brand-Fehr);
  text-align: center;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.44px;
}

.caly-event .caly-date .caly-month {
  color: var(--Brand-Fehr);
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 8px; /* 80% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.caly-event .caly-date .caly-time {
  color: var(--Brand-Fehr);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 116.667% */
  letter-spacing: 0.96px;
}

.caly-event .caly-data {
  width: 380px;
}

.caly-event .caly-data .caly-title {
  display: flex;
  height: 90px;
  align-items: center;
  align-content: center;
  gap: 6px 10px;
  align-self: stretch;
  flex-wrap: wrap;

  flex: 1 0 0;

  color: var(--Brand-VTE-szrke);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  letter-spacing: 0.2px;
}

.caly-event .caly-data .caly-link {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;

  color: var(--Brand-VTE-szrke);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.caly-event .caly-data .caly-link img {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.caly-event .caly-data .caly-link a {
  color: var(--Brand-VTE-szrke);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none !important;
}

.caly-event .caly-data .caly-place {
  display: flex;
  height: 16px;
  align-items: center;
  align-content: center;
  gap: 6px 8px;
  align-self: stretch;
  flex-wrap: wrap;

  color: var(--Brand-VTE-szrke);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */

  margin-top: 8px;
}

.caly-event .caly-data .caly-place img {
  display: flex;
  align-items: center;
  gap: 8px;
}

.caly-event-empty {
  display: flex;
  padding: 24px 28px;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-shrink: 0;
  align-self: stretch;

  color: var(--Brand-VTE-srga);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;

  margin-bottom: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {

  .calx .calx-week .calx-day {
    width: 64px;
    height: 64px;
  }

  .calx .calx-weekday {
    width: 64px;
    height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .naptarblokk > .col-6 {
    width: 100%;
  }

  .naptarblokk > .col-6:first-child {
    margin-bottom: 32px;
  }

  .caly-event .caly-data {
    width: calc(100% - 86px);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .naptarblokk > .col-6 {
    width: 100%;
  }

  .naptarblokk > .col-6:first-child {
    margin-bottom: 32px;
  }

  .caly-event .caly-data {
    width: calc(100% - 86px);
  }
}
