:root {
  --border-radius-small: 30px;
  --base-text-color: #000;
  --base-bg-color: #fff;
}

/*########### gravity ###########*/
@font-face {
  font-family: "GravityVariable";
  src: url("../../media/fonts/gravity/ABCGravityUprightVariable-Trial.woff2") format("woff2"), url("../../media/fonts/gravity/ABCGravityUprightVariable-Trial.woff");
}
/*########### inter ###########*/
@font-face {
  font-family: "InterRegular";
  src: url("../../media/fonts/inter/DOB-Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "InterBold";
  src: url("../../media/fonts/inter/DOB-Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "InterItalic";
  src: url("../../media/fonts/inter/DOB-Inter-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "InterBoldItalic";
  src: url("../../media/fonts/inter/DOB-Inter-BoldItalic.woff2") format("woff2");
}
.page-calendar .main-content:not(.has_MediaContainer) {
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  .page-calendar .main-content:not(.has_MediaContainer) {
    padding-top: 220px;
  }
}
.page-calendar .main-content.page_with_media_container, .page-calendar .main-content.has_media_container {
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  .page-calendar .main-content.page_with_media_container, .page-calendar .main-content.has_media_container {
    padding-top: 220px;
  }
}
.page-calendar .main-content .load-more-events-button-container {
  text-align: center;
  margin: 50px 0 0 0;
}
.page-calendar #calendar-results {
  transition: none;
}
.page-calendar #calendar-results .event {
  padding-top: 10px;
}
@media screen and (min-width: 1024px) {
  .page-calendar #calendar-results .event {
    padding-top: 20px;
  }
}
.page-calendar #calendar-results .event:not(:first-of-type) .placer {
  display: flex;
  height: 22px;
}
@media screen and (min-width: 1024px) {
  .page-calendar #calendar-results .event:not(:first-of-type) .placer {
    gap: 70px;
  }
}
.page-calendar #calendar-results .event:not(:first-of-type) .placer:not(.multi) {
  border-top: 1px #000 solid;
  margin-top: 2px;
  height: 18px;
}
.page-calendar #calendar-results .event:not(:first-of-type) .placer.multi .event_date_placer_multi {
  border-top: 1px #000 solid;
  width: 100%;
}
.page-calendar #calendar-results .event .event_date_wrapper {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .page-calendar #calendar-results .event .event_date_wrapper {
    margin-bottom: 0;
  }
}
.page-calendar #calendar-results .event .event_date_wrapper .date {
  background: white;
  /*    border: 1px solid rgba(0, 0, 0, 0.2);*/
  border-radius: 20px;
  box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 9px;
}
@media screen and (min-width: 1024px) {
  .page-calendar #calendar-results .event .event_date_wrapper .date {
    border-radius: 10px;
  }
}
.page-calendar #calendar-results .event .event_date_wrapper .date .box-text {
  padding: 11px;
  font-weight: 300;
  position: relative;
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
  overflow: hidden;
  border-radius: var(--border-radius-small);
  z-index: 9;
  /*        @if $bgcolor == black {
              color: $white;
          }*/
}
.page-calendar #calendar-results .event .event_date_wrapper .date {
  line-height: 0.6;
  margin-bottom: 0;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .page-calendar #calendar-results .event .event_date_wrapper .date {
    border-radius: 20px;
    min-height: 87px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-calendar #calendar-results .event .event_date_wrapper .date span {
  display: inline-block;
  margin-top: 0.14em;
}
.page-calendar #calendar-results .event .event_date_wrapper .date span.date-name {
  margin-right: 2px;
}
@media screen and (min-width: 1024px) {
  .page-calendar #calendar-results .event .event_date_wrapper .date span.date-name {
    margin-right: 8px;
  }
}
.page-calendar #calendar-results .event .event_information_wrapper {
  display: flex;
  flex-direction: row;
  padding: 12px 0 0 0; /*                top: 18px;*/
}
@media screen and (min-width: 1024px) {
  .page-calendar #calendar-results .event .event_information_wrapper {
    gap: 70px;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.page-calendar #calendar-results .event .event_information_wrapper .event_detail_information_wrapper {
  flex: 1;
  padding: 0 0 0 0;
}
@media screen and (min-width: 1024px) {
  .page-calendar #calendar-results .event .event_information_wrapper .event_detail_information_wrapper {
    padding: 0 0 35px 0;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }
}
.page-calendar #calendar-results .event .event_category_wrapper {
  display: flex;
  flex-direction: row;
  padding: 0 0 0 109px;
  gap: 5px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .page-calendar #calendar-results .event .event_category_wrapper {
    padding: 0 0 0 370px;
    margin-bottom: 10px;
    gap: 10px;
  }
}
.page-calendar #calendar-results .event .event_category_wrapper .item {
  background: white;
  /*    border: 1px solid rgba(0, 0, 0, 0.2);*/
  border-radius: 20px;
  box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 9px;
}
@media screen and (min-width: 1024px) {
  .page-calendar #calendar-results .event .event_category_wrapper .item {
    border-radius: 24px;
  }
}
.page-calendar #calendar-results .event .event_category_wrapper .item .box-text {
  padding: 11px;
  font-weight: 300;
  position: relative;
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
  overflow: hidden;
  border-radius: var(--border-radius-small);
  z-index: 9;
  /*        @if $bgcolor == black {
              color: $white;
          }*/
}
.page-calendar #calendar-results .event .event_category_wrapper .item {
  padding: 0 12px;
  font-size: 14px;
  min-height: 30px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-calendar #calendar-results .event .event_category_wrapper .item {
    font-size: 18px;
    height: 38px;
    /*min-height: 40px;*/
  }
}
.page-calendar #calendar-results .event .event_category_wrapper .item.keywowrd {
  background-color: #E1FF00;
}
.page-calendar #calendar-results .event .event_time_wrapper {
  width: 110px;
  padding-left: 10px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .page-calendar #calendar-results .event .event_time_wrapper {
    width: 300px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 300px;
  }
}
.page-calendar #calendar-results .event .event_title {
  margin-bottom: 10px;
}
.page-calendar #calendar-results .event .event_title:hover {
  font-variation-settings: "wdth" 60;
}
.page-calendar #calendar-results .event .opus {
  font-size: 16px;
  font-family: "InterBold";
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .page-calendar #calendar-results .event .opus {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.page-calendar #calendar-results .event .info-wrapper {
  font-size: 14px;
  margin-top: 13px;
  letter-spacing: -0.3px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .page-calendar #calendar-results .event .info-wrapper {
    font-size: 24px;
  }
}
.page-calendar #calendar-results .event .ticket-wrapper {
  font-size: 14px;
  margin-top: 16px;
}

.page-calendar .datepick-popup {
  left: 10px !important;
  width: calc(100% - 20px);
  background: white;
  /*    border: 1px solid rgba(0, 0, 0, 0.2);*/
  border-radius: 20px;
  box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 9px;
}
@media screen and (min-width: 1024px) {
  .page-calendar .datepick-popup {
    border-radius: 30px;
  }
}
.page-calendar .datepick-popup .box-text {
  padding: 11px;
  font-weight: 300;
  position: relative;
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
  overflow: hidden;
  border-radius: var(--border-radius-small);
  z-index: 9;
  /*        @if $bgcolor == black {
              color: $white;
          }*/
}
.page-calendar .datepick-popup {
  margin-top: 10px;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .page-calendar .datepick-popup {
    left: 20px !important;
    width: calc(25% - 20px);
  }
}
.page-calendar .datepick-popup .datepick {
  width: 100% !important;
}
.page-calendar .datepick-popup .datepick .datepick-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 9px;
  margin-bottom: 9px;
}
.page-calendar .datepick-popup .datepick .datepick-nav a {
  flex-basis: 33.33333333%;
}
.page-calendar .datepick-popup .datepick .datepick-nav a.datepick-cmd-prev {
  color: transparent;
  background-image: url("../images/icon_arrow-left-black.svg");
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: right center;
  transform: rotate(180deg);
}
.page-calendar .datepick-popup .datepick .datepick-nav a.datepick-cmd-today {
  text-align: center;
}
.page-calendar .datepick-popup .datepick .datepick-nav a.datepick-cmd-next {
  text-align: right;
  color: transparent;
  background-image: url("../images/icon_arrow-left-black.svg");
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: right center;
}
.page-calendar .datepick-popup .datepick .datepick-month-header {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 9px;
}
.page-calendar .datepick-popup .datepick .datepick-month-header select {
  background-color: transparent;
  border: none;
  appearance: none;
  width: 105px;
  color: #000;
}
.page-calendar .datepick-popup .datepick .datepick-month-header select:first-child {
  text-align: right;
}
.page-calendar .datepick-popup .datepick table {
  width: 100%;
}
.page-calendar .datepick-popup .datepick table tr {
  border-bottom: 1px solid #000;
}
.page-calendar .datepick-popup .datepick table tr th, .page-calendar .datepick-popup .datepick table tr td {
  text-align: center;
  padding: 5px 0;
}
.page-calendar .datepick-popup .datepick table tr td a,
.page-calendar .datepick-popup .datepick table tr td span:not(.datepick-other-month) {
  width: 33px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-calendar .datepick-popup .datepick table tr td a:hover,
.page-calendar .datepick-popup .datepick table tr td span:not(.datepick-other-month):hover {
  background-color: black;
  color: white;
}
.page-calendar .datepick-popup .datepick table tr td a.datepick-today,
.page-calendar .datepick-popup .datepick table tr td span:not(.datepick-other-month).datepick-today {
  background-color: #E1FF00;
}
.page-calendar .datepick-popup .datepick table tr td a.datepick-selected,
.page-calendar .datepick-popup .datepick table tr td span:not(.datepick-other-month).datepick-selected {
  background-color: black;
  color: white;
}
.page-calendar .datepick-popup .datepick table tbody tr:last-of-type {
  border: none;
}
.page-calendar .datepick-popup .datepick .datepick-ctrl {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  display: none;
}

#calendar-timeline .calendar_timeline_filter_wrapper {
  margin-bottom: 24px;
  min-height: 46px;
}
@media screen and (min-width: 1024px) {
  #calendar-timeline .calendar_timeline_filter_wrapper {
    margin-bottom: 40px;
  }
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter {
  display: flex;
  gap: 15px;
  align-items: self-start;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  #calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter {
    flex-direction: row;
    gap: 20px;
  }
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper {
  flex-basis: 25%;
  position: relative;
  width: 100%;
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .sub-search-row-inner {
  background: white;
  /*    border: 1px solid rgba(0, 0, 0, 0.2);*/
  border-radius: 20px;
  box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 9px;
}
@media screen and (min-width: 1024px) {
  #calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .sub-search-row-inner {
    border-radius: 30px;
  }
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .sub-search-row-inner .box-text {
  padding: 11px;
  font-weight: 300;
  position: relative;
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
  overflow: hidden;
  border-radius: var(--border-radius-small);
  z-index: 9;
  /*        @if $bgcolor == black {
              color: $white;
          }*/
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .sub-search-row-inner {
  padding: 0;
  width: 100%;
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .sub-search-row-inner .event_date_input_container.open img.chevron {
  transform: rotate(-90deg);
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .sub-search-row-inner .datepicker-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  height: 42px;
  padding: 0 24px 0 20px;
  font-size: 18px;
  color: #000;
}
@media screen and (min-width: 1024px) {
  #calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .sub-search-row-inner .datepicker-container {
    height: 49px;
    font-size: inherit;
  }
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .sub-search-row-inner .datepicker-container img.chevron {
  height: 15px;
  transform: rotate(90deg);
  margin-left: auto;
  margin-right: 3px;
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .sub-search-row-inner .datepicker-container.open:after {
  transform: rotate(-90deg);
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .sub-search-row-inner .datepicker-container #date {
  height: 42px;
  border: none;
  width: 100%;
  padding: 0 24px 0 0;
  background-color: transparent;
  border-right: 30px;
  cursor: pointer;
  font-size: 18px;
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .sub-search-row-inner .datepicker-container #date:focus-visible {
  outline: none;
}
@media screen and (min-width: 1024px) {
  #calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .sub-search-row-inner .datepicker-container #date {
    height: 49px;
    font-size: 24px;
  }
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .sub-search-row-inner .datepicker-container #date::placeholder {
  color: #000;
  font-size: inherit;
  font-style: normal;
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool {
  background: white;
  /*    border: 1px solid rgba(0, 0, 0, 0.2);*/
  border-radius: 20px;
  box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 9px;
}
@media screen and (min-width: 1024px) {
  #calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool {
    border-radius: 26px;
  }
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool .box-text {
  padding: 11px;
  font-weight: 300;
  position: relative;
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
  overflow: hidden;
  border-radius: var(--border-radius-small);
  z-index: 9;
  /*        @if $bgcolor == black {
              color: $white;
          }*/
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool {
  padding: 0;
  width: 100%;
  font-size: 24px;
  min-height: 42px;
}
@media screen and (min-width: 1024px) {
  #calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool {
    position: absolute;
    left: 0;
    z-index: 9;
    top: 0;
    min-height: 49px;
  }
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool button,
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool .custom_select,
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool .search-input-wrapper,
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool #searchText,
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool .datepicker-container,
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool #page-search-filter-select {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  height: 42px;
  padding: 0 24px 0 20px;
  font-size: 18px;
  color: #000;
}
@media screen and (min-width: 1024px) {
  #calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool button,
  #calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool .custom_select,
  #calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool .search-input-wrapper,
  #calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool #searchText,
  #calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool .datepicker-container,
  #calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool #page-search-filter-select {
    height: 49px;
    font-size: inherit;
  }
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool button.open img.chevron,
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool .custom_select.open img.chevron,
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool .search-input-wrapper.open img.chevron,
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool #searchText.open img.chevron,
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool .datepicker-container.open img.chevron,
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool #page-search-filter-select.open img.chevron {
  transform: rotate(-90deg);
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool button img.chevron,
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool .custom_select img.chevron,
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool .search-input-wrapper img.chevron,
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool #searchText img.chevron,
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool .datepicker-container img.chevron,
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool #page-search-filter-select img.chevron {
  height: 15px;
  transform: rotate(90deg);
  margin-left: auto;
  margin-right: 3px;
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool ul.list {
  display: none;
  padding: 10px 10px 10px 10px;
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool ul.list li {
  cursor: pointer;
  font-size: 18px;
  padding: 6px 0 6px 10px;
}
@media screen and (min-width: 1024px) {
  #calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool ul.list li {
    font-size: inherit;
    padding: 10px 0 10px 10px;
  }
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool ul.list li:hover {
  background-color: black;
  color: white;
}
#calendar-timeline .calendar_timeline_filter_wrapper .calendar_timeline_filter .selection_tool_wrapper .selection-tool ul.list.open {
  display: block !important;
}
#calendar-timeline .calendar-timeline__body {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  transition: none;
}
#calendar-timeline .calendar-timeline__body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  transition: none;
  background-color: white;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  #calendar-timeline .calendar-timeline__body.fixed {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#calendar-timeline .calendar-timeline__body.fixed .calendar-months_wrapper {
  border-bottom: 1px solid black;
}
#calendar-timeline .calendar-timeline__body .calendar-months_wrapper {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  #calendar-timeline .calendar-timeline__body .calendar-months_wrapper {
    padding: 19px 0;
  }
}
#calendar-timeline .calendar-timeline__body .calendar-months_wrapper .calendar-months {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
@media screen and (min-width: 568px) {
  #calendar-timeline .calendar-timeline__body .calendar-months_wrapper .calendar-months {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  #calendar-timeline .calendar-timeline__body .calendar-months_wrapper .calendar-months {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  #calendar-timeline .calendar-timeline__body .calendar-months_wrapper .calendar-months {
    width: 78%;
  }
}
@media screen and (min-width: 1200px) {
  #calendar-timeline .calendar-timeline__body .calendar-months_wrapper .calendar-months {
    width: 82%;
  }
}
#calendar-timeline .calendar-timeline__body .calendar-months_wrapper .calendar-months .months {
  margin-bottom: 0px;
  padding: 0;
  text-align: center;
}
#calendar-timeline .calendar-timeline__body .calendar-months_wrapper .calendar-months .months li {
  margin: 0 auto;
  padding: 0;
}
#calendar-timeline .calendar-timeline__body .calendar-months_wrapper .calendar-months .months li span {
  font-family: "GravityVariable";
  font-size: 35px;
  letter-spacing: 0.003em;
  font-variation-settings: "wdth" 59;
}
#calendar-timeline .calendar-timeline__body .calendar-months_wrapper .calendar-months .months li span.month:not(.current) {
  display: none;
}
@media screen and (min-width: 1024px) {
  #calendar-timeline .calendar-timeline__body .calendar-months_wrapper .calendar-months .months li span {
    margin-right: 8px;
    font-size: 74px;
    letter-spacing: 0.015em;
  }
}
#calendar-timeline .calendar-timeline__body .timeline_wrapper {
  display: none;
  max-width: 1204px;
  margin: 0 auto;
  padding: 35px 15px 21px 15px;
  overflow: hidden;
}
#calendar-timeline .calendar-timeline__body .timeline_wrapper .timeline::-webkit-scrollbar {
  display: none;
}
#calendar-timeline .calendar-timeline__body .timeline_wrapper .timeline {
  display: inline-block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0 24px;
}
#calendar-timeline .calendar-timeline__body .timeline_wrapper .timeline ul.days {
  display: flex;
  overflow: hidden;
}
#calendar-timeline .calendar-timeline__body .timeline_wrapper .timeline ul.days.days-mobile {
  position: relative;
  left: 0;
  margin-bottom: 0px;
  padding: 0;
}
#calendar-timeline .calendar-timeline__body .timeline_wrapper .timeline ul.days .timeline-day {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #000000;
  margin: 0px 14px;
  min-width: 30px;
  position: relative;
  flex-direction: column-reverse;
  padding: 6px 0 0 0;
}
#calendar-timeline .calendar-timeline__body .timeline_wrapper .timeline ul.days .timeline-day:first-child {
  margin-left: 0;
}
#calendar-timeline .calendar-timeline__body .timeline_wrapper .timeline ul.days .timeline-day:last-child {
  margin-left: 0;
}
#calendar-timeline .calendar-timeline__body .timeline_wrapper .timeline ul.days .timeline-day.selected .day,
#calendar-timeline .calendar-timeline__body .timeline_wrapper .timeline ul.days .timeline-day.selected .date {
  color: rgba(0, 0, 0, 0.8666666667);
}
#calendar-timeline .calendar-timeline__body .timeline_wrapper .timeline ul.days .timeline-day .day {
  font-family: "InterBold";
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
#calendar-timeline .calendar-timeline__body .timeline_wrapper .timeline ul.days .timeline-day .date {
  font-size: 21px;
  line-height: 14px;
  font-weight: normal;
}
#calendar-timeline .calendar-timeline__body .timeline_wrapper .timeline ul.days .timeline-day:hover .day,
#calendar-timeline .calendar-timeline__body .timeline_wrapper .timeline ul.days .timeline-day:hover .date {
  color: rgba(0, 0, 0, 0.8666666667);
}
#calendar-timeline .calendar-timeline__body .timeline_wrapper .timeline ul.days .timeline-month-label {
  margin: 0 15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#calendar-timeline .calendar-timeline__body .timeline_wrapper .timeline ul.days .timeline-month-label .month {
  font-family: "InterRegular";
  font-size: 23px;
  line-height: 29px;
}
#calendar-timeline .timeline-button,
#calendar-timeline .month-button,
#calendar-timeline .timeline,
#calendar-timeline .timeline-day,
#calendar-timeline .timeline-month-label {
  display: inline-block;
  vertical-align: top;
}
#calendar-timeline .timeline-day.today {
  opacity: 1;
}
#calendar-timeline .month-button,
#calendar-timeline .timeline-button,
#calendar-timeline .month-button:focus,
#calendar-timeline .timeline-button:focus,
#calendar-timeline .month-button:active,
#calendar-timeline .timeline-button:active {
  cursor: pointer;
  outline: none;
  border: none;
}
#calendar-timeline .month-button {
  height: 28px;
}
#calendar-timeline .month-button:after {
  content: "";
  background-image: url("../images/icon_arrow-left-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 17px;
  height: 28px;
  background-position: center right;
}
@media screen and (min-width: 1024px) {
  #calendar-timeline .month-button {
    height: 46px;
  }
  #calendar-timeline .month-button:after {
    width: 28px;
    height: 46px;
  }
}
#calendar-timeline .month-button.bwd {
  transform: rotate(180deg);
}

/*

.calendar-timeline{
    margin: 0 auto;
    background-color: $white;
    position: relative;
    transition: z-index 0.3s ease-in-out;
    width: 100%;

    .calendar-timeline__body {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        border-top: 1px solid black;
        border-bottom: 1px solid black;

        .calendar-months_wrapper{
            width: 100%;
            background-color: white;
            display: flex;
            justify-content: center;
            padding: 19px 0;

            .calendar-months{
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                align-items: center;
                width: 85%;
                @media screen and (min-width: $media-1024){
                    width: 90%;
                }


                .months {
                    margin-bottom: 0px;
                    padding: 0;
                    text-align: center;

                    li {
                        margin: 0 auto;
                        padding: 0;

                        span{
                            font-family: $gravity_variable;
                            font-size: 36px;
                            letter-spacing: 0.003em;
                            font-variation-settings: $gravity_variation_settings_XCompressed;

                            &.month:not(.current){
                                display: none;
                            }

                            @media screen and (min-width: $media-1024){
                                margin-right: 8px;
                                font-size: 74px;
                                letter-spacing: 0.015em;
                            }
                        }
                    }
                }
            }
        }

        .timeline_wrapper{
            display: none;
            max-width: 1204px;
            margin: 0 auto;
            padding: 35px 15px 21px 15px;
            overflow:hidden;

            .timeline::-webkit-scrollbar {
                display: none;
            }

            .timeline{
                display: inline-block;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                -ms-overflow-style: -ms-autohiding-scrollbar;
                padding: 0 24px;

                ul.days{
                    display: flex;
                    overflow: hidden;

                    &.days-mobile {
                        position: relative;
                        left: 0;
                        margin-bottom: 0px;
                        padding: 0;
                    }

                    .timeline-day {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        cursor: pointer;
                        color: #000000;
                        margin: 0px 14px;
                        min-width: 30px;
                        position: relative;
                        flex-direction: column-reverse;
                        padding: 6px 0 0 0;
                        &:first-child{
                            margin-left: 0;
                        }
                        &:last-child{
                            margin-left: 0;
                        }

                        &.selected{
                            .day,
                            .date{
                                color: $primary-color;
                            }
                        }

                        .day{
                            font-family: $inter_bold;
                            letter-spacing: 2px;
                            text-transform: uppercase;
                            font-size: 14px;
                            line-height: 20px;
                        }
                        .date{
                            font-size: 21px;
                            line-height: 14px;
                            font-weight: normal;
                        }

                        &:hover{
                            .day,
                            .date{
                                color: $primary-color;
                            }
                        }
                    }
                    .timeline-month-label{
                        margin: 0 15px;
                        display: flex;
                        justify-content: center;
                        align-items: flex-start;

                        .month{
                            font-family: $inter_regular;
                            font-size: 23px;
                            line-height: 29px;
                        }
                    }
                }
            }
        }
    }

    .calendar-timeline-footer-wrapper{
        max-width: 1200px;
        margin: 0 auto;
        width: fit-content;
        @media screen and (min-width: $media-1024){
            width: 100%;
        }
    }

    .timeline-button, .month-button{
        svg{
            width:12px;
            height: auto;
            path{
                fill: $primary-text-color;
            }
        }
    }

    .calendar-timeline__footer{

        .container-main{
            width: 100%;
            @include flex(flex-start);
                        max-width: 92%;
            flex-wrap: wrap;
            margin: 10px auto;
            @media screen and (min-width: $media-1024){
                margin: 40px auto;
                flex-direction: row;
            }

                        .search-wrapper,
                        .location-select,
                        .category-select,
                        .mobile-more-search{
                            width: 100%;
                        }

                        .search-wrapper,
                        .mobile-search-opener,
                        .location-select,
                        .category-select{
                            height: 44px;

                            @media screen and (min-width: $media-1024){
                                height: 50px;
                            }
                        }
                        .mobile-search-opener{
                            cursor: pointer;
                            width: 50px;
                            @include flex(center);
                            background: $white;
                            border: 1px solid black;
                            border-left: 0;
                            .svg{
                                height: 36px;
                            }
                            &.open{
                                svg{
                                    transform: rotateZ(360deg);
                                    #shape2{
                                        opacity: 0;
                                    }
                                }
                            }
                        }
            .search-wrapper{
                @include flex(flex-start);
                margin-top: 20px;
                margin-bottom: 12px;

                @media screen and (min-width: $media-1024){
                    margin-top: 0;
                    margin-right: 0;
                    margin-left: 0;
                    margin-bottom: initial;
                    flex-basis: 24.33%;
                    flex-grow: 0;
                    flex-shrink: 0;
                }

                > * {
                    width: 100%;
                }

                .search-input-wrapper{
                    @include box-style();
                    @include flex(flex-start);
                    background-color: $white;

                    label{
                        display: none;
                    }

                    input{
                        background-color: white;
                        color: $primary-text-color;
                        letter-spacing: 0.2px;
                        width: calc(100% - 50px);
                        border: none;
                        margin: 1px 10px;
                        height: 100%;
                        font-size: 17px;
                        @media screen and (min-width: $media-1024){
                            font-size: 23px;
                        }
                    }
                    input::placeholder{
                        color: $primary-text-color;
                        opacity: 1;
                        letter-spacing: 0.2px;
                        font-style: inherit;
                        font-size: inherit;
                    }
                    .search-icon-wrapper{

                        width: 50px;
                        height: 100%;
                        @include flex(center);
                        align-items: center;

                        a{
                            img{
                                height: 21px;
                            }
                        }
                        .search-icon-btn path#Pfad_1.cls-1{
                            fill: #fff!important;
                        }
                    }
                    &:hover {
                        background: #f7f7f7!important;

                        input{
                            background: #f7f7f7;
                        }
                    }
                }
            }
                        .location-select, .category-select, .search{
                        }

            .mobile-more-search{
                .list, .location-selectbox, .category-selectbox{
                    display: none;
                }

                > *{
                    margin-bottom: 12px;
                    letter-spacing: 0.2px;
                    font-weight: normal;
                    width: 100%;
                }

                @media screen and (min-width: $media-1024){
                    width: 100%;
                    display: flex !important;
                    justify-content: space-between;
                    padding: 0;
                    max-width: initial;

                    > *{
                        margin-bottom: initial;
                    }
                }

                .selection-tool{
                    @include box-style();
                    flex-basis: 24.33%;
                    flex-grow: 0;
                    flex-shrink: 0;

                    .selection-inner{
                        @include flex(flex-start);
                        position: relative;
                        height: 100%;
                                                background-color: white;

                        &.category,
                        &.location{
                                                        border-top: $border-default;
                        }
                        .category-list{
                            z-index: 11;
                        }

                        .category-displayer, .location-displayer{
                            color: $primary-text-color;
                            background-color: white;
                        }
                        svg.replaced-svg, svg.replaced-svg g#Page-1 g#arrow{
                            fill: #fff;
                        }
                        .opener {
                            img.svg {
                                height: 17px;
                                transform: rotate(90deg);
                                transition: $default_transition;
                            }
                        }
                        .list{
                            position: absolute;
                            background-color: white;
                            top: 50px;
                            left: -1px;
                            z-index: 10;
                            width: calc(100% + 2px);
                            border: $border-default;
                            border-top: none;
                            padding: 0;

                            li{
                                width: 100%;
                                cursor: pointer;
                                padding: 10px 10px 10px 39px;
                                transition: 0.3s all;
                                position: relative;
                                font-family: $inter_bold;
                                font-size: 16px;
                                color: $primary-text-color;
                                display: flex;
                                align-items: center;
                                list-style-type: none;


                                &:not(:last-child){
                                    border-bottom: $border-default;
                                }
                                &:before{
                                    content: "";
                                    display: inline-flex;
                                    width: 15px;
                                    height: 15px;
                                    border: 2px solid #ccc;
                                    position: absolute;
                                    left: 13px;
                                    align-items: center;
                                    vertical-align: middle;
                                    margin: 0;
                                }
                                &.active {
                                    &:before {
                                        background: #ccc;
                                    }
                                }
                            }

                        }
                        .category-displayer,
                        .location-displayer{
                            width: 100%;
                            padding: 2px 15px 0px 10px;
                            @include flex(flex-start);
                            align-items: center;
                            color: $primary-text-color;
                            letter-spacing: 0.2px;
                            font-size: 17px;
                            @media screen and (min-width: $media-1024){
                                font-size: 23px;
                            }
                        }
                        .category-displayer, .location-displayer , .opener{
                            height: 100%;
                        }
                        .opener{
                            width: 50px;
                            @include flex(center);
                            align-items: center;
                            cursor: pointer;
                            svg{
                                height: 21px;
                            }
                            &.open{
                                img{
                                    transform: rotateZ(270deg);
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

.pika-single {
    z-index: auto;
}
.main-content.main-content--calendar {
    padding-top: 0;
}



.calendar-timeline.sticky--fixed {
    top: 100px;
}

.calendar-timeline__header {
    background: #233142;
    height: 64px;
}


.timeline-month {
    font-size: 14px;
    letter-spacing: 0.08em;
    margin: 0 6px;
    display: inline-block;
    cursor: pointer;

    &:hover,
        &:active,
        &:focus,
        &.selected {
        color: #000000;
    }

    &:first-of-type {
        margin-left: 10px;
    }

    &:last-of-type {
        margin-right: 0;
    }

}

li.timeline-month,
span.month {
    display: none;
}

li.timeline-month.active {
    display: inline-block;
}
span.month.active {
    display: block;
}


.months-wrapper {
    display: flex;
    justify-content: center;
}

.calendar-timeline__body .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 97%;
    margin-bottom: 25px;
}

.timeline-button,
.month-button,
.timeline,
.timeline-day,
.timeline-month-label {
    display: inline-block;
    vertical-align: top;
}

.timeline-day.today {
    opacity: 1;
}

.month-button,
.timeline-button,
.month-button:focus,
.timeline-button:focus,
.month-button:active,
.timeline-button:active {
    cursor: pointer;
    outline: none;
    border: none;
}

.month-button{
    height: 30px;

    @media screen and (min-width: $media-1024){
        height: 46px;
    }

    &:after{
        content: "";
        background-image: url('../images/icon_arrow-left-black.svg');
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        height: 100%;
        width: 40px;
    }

    &.bwd{
        transform: rotate(180deg);
    }
}


.timeline-day div:hover {
    color: #b1b1b1;
}

.timeline-day:last-of-type {
    width: 6.66666%;
    margin-right: 0;
}

.timeline-day.today {
    color: #f00;
}

.timeline-day.weekend{
        color: red!important;
}
.timeline-day.sunday{
        color: blue!important;
}

.timeline-day:hover,
.timeline-day:active,
.timeline-day:focus,
.timeline-day.selected {
    color: #000000;
}



.timeline-day .date .day {
    margin-top: -4px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
}


.timeline-day .info-box-position,
.timeline-letter .info-box-position {
    position: absolute;
    bottom: -25px;
    left: -45px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease-in-out;
}

.timeline-letter .info-box-position {
    left: -72px;
}

.timeline-day.events-loaded .info-box-position {
    display: block;
}

.timeline-day.events-loaded:hover .info-box-position,
.timeline-letter:hover .info-box-position {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
}

.timeline-day .info-box,
.timeline-letter .info-box {
    position: fixed;
    max-width: 925px;
    padding: 20px 30px;
    background-color: rgba(0,0,0,0.9);
    cursor: default;
    display: grid;
    grid-template-rows: repeat(10, auto);
    grid-gap: 0 15px;
    grid-auto-flow: column;
}

.timeline-day .info-box:after,
.timeline-letter .info-box:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -33px;
    left: 60px;
    border: 17px solid transparent;
    border-bottom: 17px solid #000000;
    transition: top 0.2s ease-in-out;
}

.timeline-day .info-box .info-box-show,
.timeline-letter .info-box .info-box-show {
    margin-bottom: 15px;
}

.timeline-day .info-box .info-box-show .info-box-show-title,
.timeline-letter .info-box .info-box-show .info-box-show-title{
    margin-bottom: 5px;
    font-size: 21px;
    color: #ffffff;
    line-height: normal;
    font-family: 'robotobold', Arial, sans-serif;
}

.timeline-day .info-box .info-box-show .info-box-show-info,
.timeline-letter .info-box .info-box-show .info-box-show-info {
    margin-bottom: 2px;
    color: #ffffff;
    display: none;
}

.timeline-day .info-box .info-box-show .info-box-show-link {

}

.timeline-day .info-box .info-box-show .info-box-show-link .tickets-available,
.timeline-letter .info-box .info-box-show .info-box-show-link .tickets-available {
    display: inline-block;
    padding: 2px 7px;
    border: 1px solid;
    border-color: #ffffff;
    border-radius: 3px;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
    background-color: #000000;
}

.timeline-day .info-box .info-box-show .info-box-show-link .tickets-available:hover,
.timeline-letter .info-box .info-box-show .info-box-show-link .tickets-available:hover {
    border-color: #000000;
    color: #000000;
    background-color: #ffffff;
}

.timeline-day .info-box .info-box-show .info-box-show-link .few-tickets-available,
.timeline-letter .info-box .info-box-show .info-box-show-link .few-tickets-available {
    display: inline-block;
    padding: 2px 7px;
    border: 1px solid;
    border-color: #ffffff;
    border-radius: 3px;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
    background-color: #000000;
}

.timeline-day .info-box .info-box-show .info-box-show-link .few-tickets-available:hover,
.timeline-letter .info-box .info-box-show .info-box-show-link .few-tickets-available:hover {
    border-color: #000000;
    color: #000000;
    background-color: #ffffff;
}

.timeline-day .info-box .info-box-show .no-tickets-available,
.timeline-letter .info-box .info-box-show .no-tickets-available {
    color: #ff4040;
}


.calendar-timeline-letters.clearfix {
    position:  relative;
    width:  100%;
    height:  50px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 7px -3px #6b6969;
}

ul.timeline-letters-list {
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: flex;
}

ul.timeline-letters-list {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
}

li.timeline-letter {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    margin: 0 5px;
    min-width: 10px;
    position: relative;
}

.flag-status {
    color: #f35764;
    font-size: 11px;
        letter-spacing: 3.4px;
    line-height: 22px;
}

.event-info .flag-status {
    color: #f35764;
    border: 2px solid #f35764;

}
.dob-double-button.red-color {
    border: 2px solid #f35764;
}
.dob-double-button.red-color:hover {
    background: transparent;
}

.further-events .flag-status {
    color: #f35764;
    text-transform: none;
    font-size: 18px;
    line-height: 22px;
        letter-spacing: 1.25px;
        padding-top: 15px;
    padding-right: 1px;
}

@media screen and (min-width: 1024px) and (max-width:1399px){
    .page-production #calendar-timeline-footer .container-main.sticky-calendar{
        margin-top: 0px;
    }
}



*/

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