@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
  src: url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.woff") format("woff");
  src: url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Mediumitalic.woff") format("woff");
  src: url("../fonts/Roboto/Roboto-Mediumitalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
  src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
/*$std-font: 'Sang-Bleu-kindom-regular','SourceSans3', Helvetica, Arial, sans-serif;*/
/*$body-color: #3E3E3F; // dark grey*/
/*$grey-light: #f6f6f6;*/
/*
Here you will find all variables we used in SCSS files

ATTENTION! Dont use $value or $property!


/**************
*
* RANDOM RAINBOW COLOR SET
*
**************/
/**************
*
* COLOR PRESET
*
**************/
/**************
*
* TEXT COLOR PRESET
*
**************/
/**************
*
* LINK COLOR PRESET
*
**************/
/**************
*
* MEDIA QUERY BREAKPOINTS
*
**************/
/**************
*
* HEADER & FOOTER
*
**************/
/**************
*
* PADDING
*
**************/
/**************
*
* IMG SIZES
*
**************/
/**************
*
* WIDTH OF CONTENT ELEMENTS
*
**************/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
*
* MARGINS & PADDINGS
*
*/
/*
*
* LIMITED CONTENT MARGIN
* August 2024
*/
/*
*
* LIMITED CONTENT PADDING
* August 2024
*/
/*
*
* LIMITED CONTENT WIDTH
* August 2024
*/
/*
*
*
* FONT PRESET
*
*/
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
  src: url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.woff") format("woff");
  src: url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Mediumitalic.woff") format("woff");
  src: url("../fonts/Roboto/Roboto-Mediumitalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
  src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
/*$std-font: 'Sang-Bleu-kindom-regular','SourceSans3', Helvetica, Arial, sans-serif;*/
.datepick-popup {
  padding: 0;
  border: none;
  min-width: 320px;
  background-color: transparent;
  box-shadow: none !important;
  margin-top: 15px;
}
.datepick-popup .datepick {
  background: #dc1b23;
  color: #fff;
  border: 0;
  border-radius: 0px;
  margin-top: 0px;
  padding: 20px;
  z-index: 99;
}
.datepick-popup .datepick .datepick-nav {
  display: flex;
  justify-content: space-between;
}
.datepick-popup .datepick .datepick-nav .datepick-cmd-today {
  text-align: center;
}
.datepick-popup .datepick .datepick-nav .datepick-cmd-next {
  text-align: right;
}
.datepick-popup .datepick a {
  color: #fff;
  border-bottom: none;
  min-width: 30px;
  display: inline-block;
}
.datepick-popup .datepick a:hover {
  color: #363636;
  /*                border-bottom: 1px $primary-text-color solid !important;*/
}
.datepick-popup .datepick thead th {
  text-align: center;
}
.datepick-popup .datepick .datepick-month-header select.datepick-month-year {
  border: solid 1px #dc1b23;
  background-color: #dc1b23;
  color: #fff !important;
  width: 50%;
  cursor: pointer;
  pointer-events: none;
}
.datepick-popup .datepick .datepick-month-header select.datepick-month-year:nth-child(1) {
  width: 36%;
}
.datepick-popup .datepick .datepick-month-header select.datepick-month-year:focus-visible {
  outline: none;
}
.datepick-popup .datepick .datepick-month-header select.datepick-month-year:hover {
  text-decoration: underline;
}
.datepick-popup .datepick .datepick-ctrl {
  margin-top: 10px;
  overflow: auto;
  display: none;
}
.datepick-popup .datepick .datepick-today {
  color: #363636 !important;
  border-bottom: 1px #000 solid !important;
}

section.calender-container {
  margin: auto;
  display: flex;
  justify-content: center;
  background: #f7f7f7;
  /* @media screen and (max-width: 768px) {
    height: 100px;
    transition: all 0.5s ease-in-out;
    &.filter-open {
      height: 320px;
    }
  } */
  /*  ------
    additional autocomplete styles...
    ------*/
  /*
      .__AC_position {
          width: 95% !important;
      }*/
  /*  ------
    end autocomplete styles...
    ------*/
}
section.calender-container .filter-wrapper {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1024px) {
  section.calender-container .filter-wrapper {
    max-width: 1260px;
  }
}
@media screen and (min-width: 768px) {
  section.calender-container .filter-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
section.calender-container .calendar-filter-toggle {
  width: 50px;
  height: 50px;
  border: solid 1px #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.calender-container .calendar-filter-toggle path {
  fill: #363636;
}
@media screen and (min-width: 768px) {
  section.calender-container .calendar-filter-toggle {
    display: none;
  }
}
section.calender-container input,
section.calender-container select {
  color: #363636;
  width: -webkit-fill-available;
  font-size: 18px;
  height: 60px;
  border: solid 1px #d8d8d8;
  background-color: white;
  padding: 0 10px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  width: 100%;
  background-position: 95% center;
  border-radius: 0;
}
section.calender-container input::placeholder,
section.calender-container select::placeholder {
  font-size: 18px;
  font-style: normal;
}
section.calender-container input:focus-visible,
section.calender-container select:focus-visible {
  outline: solid 1px #dc1b23;
  border-radius: 0;
}
section.calender-container .col-lg-3 {
  padding-left: 20px;
}
@media screen and (max-width: 1023px) {
  section.calender-container .col-lg-3 {
    padding-left: 0 !important;
    width: 100%;
  }
}
section.calender-container input#searchLocation:focus-visible {
  outline: 1px rgba(0, 0, 0, 0.15) solid;
}
section.calender-container select#select-category {
  appearance: none;
  position: relative;
  /* safari */
  -webkit-appearance: none;
}
section.calender-container #calendar-select-date {
  position: relative;
  display: flex;
}
section.calender-container #calendar-select-date::after {
  position: absolute;
  width: 19px;
  height: 21px;
  content: "";
  background: url(../images/icons/icon_calendar.svg);
  background-repeat: no-repeat;
  right: 20px;
  top: 18px;
  pointer-events: none;
  background-size: 18px;
}
@media screen and (min-width: 768px) {
  section.calender-container #calendar-select-date::after {
    right: 20px;
  }
}
section.calender-container input#input-search {
  background-image: url(../images/icons/icon_search.svg);
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-size: 25px;
  font-style: normal !important;
  border-radius: 0;
}
section.calender-container .styled-select-container {
  position: relative !important;
}
section.calender-container .styled-select-container::after {
  position: absolute;
  width: 15px;
  height: 18px;
  content: "";
  background-image: url(../images/icons/icon_chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  top: 20px;
  right: 21px;
  pointer-events: none;
}
section.calender-container input#searchLocation {
  background-image: url(../images/icons/icon_search.svg) !important;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-size: 25px;
  font-style: normal !important;
  border-radius: 0;
}
section.calender-container button#city-region-clear-button {
  position: absolute;
}
section.calender-container .calendar-header .calendar-select-container select {
  font-family: "Tenor Sans", sans-serif !important;
  font-size: 30px !important;
  border-radius: 0px;
  padding: 0px 10px;
  margin-top: 6px;
  height: 40px;
  width: 25%;
  border: 0;
  color: #ea5368;
  -webkit-box-shadow: 0 0px 0px 0px rgb(189, 190, 178) !important;
  -moz-box-shadow: 0 0px 0px 0px rgb(189, 190, 178) !important;
  box-shadow: 0 0px 0px 0px rgb(189, 190, 178) !important;
  /*        background: url(../images/arrow-down.svg);*/
  background-position: right;
  background-size: 20px;
  background-repeat: no-repeat;
  outline: 0;
  line-height: 36px;
}
section.calender-container .calendar-filter-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  section.calender-container .calendar-filter-wrapper {
    flex-direction: row;
  }
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results {
  font-weight: 500;
  color: #898989;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .calendar-overview .main-col .cb-event-search-container .cb-event-search-results {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .calendar-overview .main-col .cb-event-search-container .cb-event-search-results {
    max-width: 1260px;
  }
}
.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event-col {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event-col {
    flex-direction: row-reverse;
  }
}

.cb-event-search-results .no_resultes {
  width: 100%;
  display: block;
  text-align: center;
}

.calendar-edit-button-container .dynamic-page-edit-button {
  height: 50px;
}

.calendar {
  padding: 0 10px;
}
@media screen and (min-width: 1200px) {
  .calendar {
    padding: 0 18px;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1400px) {
  .calendar {
    max-width: 1230px;
  }
}

.page-events {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.page-events h3.calendar-event__title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 6px;
  text-transform: none;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-events h3.calendar-event__title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 5px;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .page-events h3.calendar-event__title {
    font-size: 29px;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events h3.calendar-event__title {
    margin-top: 7px;
  }
}
.page-events .head-nav__container {
  margin-bottom: 44px;
}
@media screen and (min-width: 1024px) {
  .page-events .head-nav__container {
    margin-top: 19px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .head-nav__container {
    margin-top: 17px;
    margin-bottom: 66px;
  }
}
@media screen and (min-width: 1400px) {
  .page-events .head-nav__container {
    margin-top: 20px;
  }
}
.page-events header:not(.site-header) {
  display: block;
  /*        position: relative;*/
  top: 52px;
  z-index: 990;
}
@media screen and (min-width: 768px) {
  .page-events header:not(.site-header) {
    top: 66px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events header:not(.site-header) {
    top: 67px;
  }
}
.page-events header:not(.site-header):after {
  height: 0;
}
.page-events button.additional-info {
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #363636;
  padding: 13px 16px;
  font-size: 13px;
  letter-spacing: 1px;
  border: solid 2px #363636;
  /* &:after{
          content: "";
          display: inline-block;
          width: 18px;
          height: 18px;

          margin-bottom: 2px;
          @include background-img("../images/icon_arrow-right-white.svg");
          background-size: contain;
          background-position: right center;
          @media screen and (min-width: $media-1024) {
              height: 22px;
          }
      } */
}
.page-events button.additional-info:hover {
  background: white;
  color: black;
}
.page-events button.additional-info:hover polyline {
  stroke: #363636;
}
@media screen and (min-width: 768px) {
  .page-events button.additional-info {
    padding: 12px 37px;
    font-size: 17px;
    line-height: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .page-events button.additional-info {
    padding: 13px 20px 13px 29px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events button.additional-info {
    font-size: 20px;
    line-height: 20px;
    padding: 18px 20px 18px 27px;
    height: 60px;
  }
}
.page-events button.additional-info svg {
  height: 20px;
  width: 15px;
  margin-left: 20px;
}
.page-events button.additional-info svg polyline {
  stroke: #fff;
  transition: all 0.6s ease-in-out;
}
.page-events #calendar-events,
.page-events .calendar-header__form-container {
  clear: both;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .page-events #calendar-events,
  .page-events .calendar-header__form-container {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .page-events #calendar-events,
  .page-events .calendar-header__form-container {
    padding: 0 6px;
  }
}
.page-events .calendar-header__form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 10px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-header__form-container {
    font-size: 20px;
    margin-top: 54px;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .page-events .calendar-header__form-container {
    font-size: 20px;
    letter-spacing: 0.001em;
    margin-top: 60px;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .calendar-header__form-container {
    font-size: 24px;
    margin-top: 72px;
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 1400px) {
  .page-events .calendar-header__form-container {
    margin-bottom: 74px;
    margin-left: 24px;
    margin-right: 24px;
  }
}
.page-events .calendar-header__form-container .calendar-header__month-button {
  min-width: 70%;
  text-transform: uppercase;
  font-weight: 600;
  background-repeat: no-repeat;
  background-size: auto 80%;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-header__form-container .calendar-header__month-button {
    background-size: auto 75%;
    background-position-y: center;
    min-width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .page-events .calendar-header__form-container .calendar-header__month-button {
    min-width: 33%;
    background-size: auto 70%;
  }
}
@media screen and (min-width: 1400px) {
  .page-events .calendar-header__form-container .calendar-header__month-button {
    min-width: 35%;
  }
}
.page-events .calendar-header__form-container .calendar-header__month-button.calendar-header__month-button--prev {
  order: 1;
  padding-left: 28px;
  background-image: url("../images/arrow-left.svg");
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-header__form-container .calendar-header__month-button.calendar-header__month-button--prev {
    position: initial;
    padding-left: 45px;
    /*                    background-size: 6%;*/
  }
}
.page-events .calendar-header__form-container .calendar-header__month-button.calendar-header__month-button--next {
  order: 2;
  justify-content: flex-end;
  padding-right: 28px;
  background-image: url("../images/arrow-right.svg");
  background-position: center right;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-header__form-container .calendar-header__month-button.calendar-header__month-button--next {
    order: 3;
    padding-right: 45px;
  }
}
.page-events .calendar-header__form-container .calendar-header__form {
  flex-grow: 5;
  order: 3;
  border-top: 1px #d5d5d5 solid;
  border-bottom: 1px #d5d5d5 solid;
  margin: 30px 0 -8px;
  background: white;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-header__form-container .calendar-header__form {
    order: 2;
    border: 0;
    margin: 0;
  }
}
.page-events .calendar-header__form-container .calendar-header__form .calendar-header__filters {
  position: relative;
  margin: 0 auto;
  width: 165px;
  padding: 18px 12px 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-header__form-container .calendar-header__form .calendar-header__filters {
    /*                    width: 66%;*/
    width: 75%;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-events .calendar-header__form-container .calendar-header__form .calendar-header__filters {
    width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .page-events .calendar-header__form-container .calendar-header__form .calendar-header__filters {
    width: 83%;
  }
}
.page-events .calendar-header__form-container .calendar-header__form .calendar-header__filters select {
  font-size: 1.05em;
  line-height: 28px;
  vertical-align: middle;
  text-align: center;
  text-align-last: center;
  padding-left: 0;
  min-width: 100%;
  outline: 0;
  text-align: left;
  text-align-last: left;
  -webkit-appearance: none;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  padding-left: 15px;
  padding-right: 15px;
}
.page-events .calendar-header__form-container .calendar-header__form .calendar-header__filters select option {
  font-size: 16px;
  text-transform: unset;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .page-events .calendar-header__form-container .calendar-header__form .calendar-header__filters select {
    font-size: 24px;
    margin-left: 20px;
    letter-spacing: -0.01em;
  }
}
.page-events .calendar-header__form-container .calendar-header__form .calendar-header__filters .calendar-header__filters-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-header__form-container .calendar-header__form .calendar-header__filters .calendar-header__filters-arrow {
    width: 22px;
    height: 22px;
    right: 0;
    margin-top: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .page-events .calendar-header__form-container .calendar-header__form .calendar-header__filters .calendar-header__filters-arrow {
    width: 23px;
    height: 23px;
    margin-top: -11px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .calendar-header__form-container .calendar-header__form .calendar-header__filters .calendar-header__filters-arrow {
    width: 20px;
    height: 28px;
    margin-top: -14px;
  }
}
.page-events .calendar-date {
  margin: 21px 0;
  padding: 0;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-date {
    padding: 10px 0;
    margin: 11px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-events .calendar-date {
    padding: 11px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .calendar-date {
    display: flex;
    margin-right: 40px;
  }
  .page-events .calendar-date:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .page-events .calendar-date {
    margin-right: 0px;
  }
}
.page-events .calendar-date__location-container {
  display: none;
}
.page-events .calendar-date__no-results-label {
  color: #838383;
  text-align: center;
  padding: 20px 0 25px;
}
.page-events .calendar-location,
.page-events .calendar-event {
  margin-bottom: 35px;
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.page-events .calendar-location:last-child,
.page-events .calendar-event:last-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-location,
  .page-events .calendar-event {
    font-size: 16px;
    padding-left: 17px;
  }
  .page-events .calendar-location:last-child,
  .page-events .calendar-event:last-child {
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .calendar-location:last-child,
  .page-events .calendar-event:last-child {
    margin-bottom: 10px;
  }
}
.page-events .calendar-event {
  border-left: 11px solid #fff;
  padding: 0 7px 0 18px;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-event {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px) {
  .page-events .calendar-event {
    padding-top: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .calendar-event {
    width: 100%;
    margin-bottom: 35px;
  }
}
.page-events article.calendar-event > a {
  display: inline-block;
  padding: 1px 2px;
  text-decoration: underline;
}
.page-events .calendar-event__status {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding: 2px 5px;
  display: inline-block;
  color: #fff;
  background-color: #000;
  margin: 5px 0 5px;
  line-height: 21px;
}
@media screen and (min-width: 1024px) {
  .page-events .calendar-event__status {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 2px 10px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .calendar-event__status {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 3px 15px;
  }
}
.page-events .calendar-event__status.theatre-day {
  background-color: #ffed00;
  color: #363636;
}
.page-events .calendar-event__status.relaxed-performance {
  background-color: #f5a9e1;
  color: #084b8a;
  margin-top: 10px;
}
.page-events .calendar-event__status.calendar-event__flag-status {
  background-color: #e51700;
  color: #fff;
  width: fit-content;
}
.page-events .calendar-event.cat-music-theater {
  border-left: 11px solid #74355f;
}
.page-events .calendar-event.cat-theater {
  border-left: 11px solid #53cbc9;
}
.page-events .calendar-event.cat-dance {
  border-left: 11px solid #ffac36;
}
.page-events .calendar-event.cat-young {
  border-left: 11px solid #a8d053;
}
.page-events .calendar-event.cat-concert {
  border-left: 11px solid #c8281a;
}
.page-events .calendar-event.cat-special {
  border-left: 11px solid #d5d5d5;
}
.page-events .calendar-event.calender-event-Gastspiel {
  border-left: 11px solid #d5d5d5;
}
.page-events .calendar-event.cat-summerstage {
  border-left: 11px solid #fbeb05;
}
.page-events .calendar-event__location-type {
  font-size: 10px;
  line-height: 18px;
  display: block;
  text-transform: uppercase;
  color: #838383;
  padding-top: 7px;
  display: none;
  visibility: hidden;
}
.page-events .calendar-header__label-container {
  display: none;
}
.page-events .calendar-date__label {
  padding-bottom: 7px;
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-date__label {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .page-events .calendar-date__label {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .calendar-date__label {
    margin-bottom: 3px;
  }
}
.page-events .calendar-date__label .calendar-date__day-label {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  /*            margin-top: 13px;*/
  text-transform: uppercase;
  display: block;
}
@media screen and (min-width: 1024px) {
  .page-events .calendar-date__label .calendar-date__day-label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .calendar-date__label .calendar-date__day-label {
    padding-left: 3px;
    margin-top: 8px;
  }
}
.page-events .calendar-date__label .calendar-date__date-label {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-date__label .calendar-date__date-label {
    font-size: 40px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1024px) {
  .page-events .calendar-date__label .calendar-date__date-label {
    font-size: 48px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .calendar-date__label .calendar-date__date-label {
    font-size: 50px;
    line-height: 1.65;
  }
}
.page-events .calendar-event__time {
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-event__time {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .page-events .calendar-event__time {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .calendar-event__time {
    margin-top: 3px;
    margin-bottom: 10px;
  }
}
.page-events .calendar-event__opus-info-short {
  display: block;
  line-height: 22px;
  line-height: 30px;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-event__opus-info-short {
    line-height: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .calendar-event__opus-info-short {
    line-height: 25px;
  }
}
.page-events .is-weekend .calendar-date__day-label {
  text-transform: uppercase;
}
.page-events .is-today .calendar-date__label {
  background-color: #000;
  padding: 10px 10px 5px;
  margin-bottom: 20px;
  position: relative;
}
.page-events .is-today .calendar-date__date-label,
.page-events .is-today .calendar-date__day-label {
  color: #fff;
}
.page-events .calendar-event__ticket-link {
  color: #363636;
  display: block;
  padding: 7px 14px;
  font-size: 14px;
  letter-spacing: 1.5px;
  border: 2px black solid;
  margin-top: 16px;
  transition: all 0.6s ease-in-out;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-event__ticket-link {
    margin-top: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .calendar-event__ticket-link {
    margin-top: 10px;
  }
}
.page-events .calendar-event__ticket-link:hover {
  background: #363636;
  color: #fff;
}
.page-events .calendar-presale-tickets {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 24px;
  border-top: 1px solid #d5d5d5;
  padding: 40px 0px 0px 0px;
  font-weight: 500;
}
.page-events .calendar-presale-link {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  padding: 0px 0px 40px 0px;
  font-weight: 500;
}
.page-events .calendar-presale-link a {
  background: #000;
  color: #fff !important;
  text-align: center;
  font-size: 18px;
  text-align: center;
}
.page-events .calendar-presale-link {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  padding: 0px 0px 40px 0px;
  font-weight: 500;
}
.page-events .calendar-presale-link a {
  background: #000;
  color: #fff !important;
  text-align: center;
  font-size: 18px;
  text-align: center;
}
.page-events div.culturebase-module-link {
  background-color: #2f74a9;
  opacity: 0.5;
  height: 36px;
  width: 36px;
  border-radius: 36px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-event__location-type {
    line-height: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .calendar-header__label-container {
    display: block;
    padding: 0px 6px;
    margin-top: 1px;
  }
  .page-events .calendar-header__label-container .calendar-date {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 2px;
  }
  .page-events .calendar-day-label,
  .page-events .calendar-date__label {
    width: 16%;
  }
  .page-events .calendar-location,
  .page-events .calendar-event {
    font-size: 16px;
  }
  .page-events .calendar-day-label span {
    font-size: 19px;
    font-weight: 600;
    margin-top: 25px;
  }
  .page-events .calendar-date__day-label,
  .page-events .calendar-date__date-label {
    display: block;
    width: 100%;
  }
  .page-events .calendar-date__date-label {
    font-size: 28px;
    line-height: 28px;
  }
  .page-events .calendar-date__day-label {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
  }
  .page-events .calendar-date__no-results-label {
    width: 87%;
    vertical-align: middle;
  }
  .page-events .calendar-event__location-type,
  .page-events .calendar-date__entries {
    display: none;
  }
  .page-events .calendar-header__form,
  .page-events .calendar-header__month-button,
  .page-events .calendar-date__no-results-label,
  .page-events .calendar-day-label,
  .page-events .calendar-date__label,
  .page-events .calendar-location,
  .page-events .calendar-date__location-container {
    display: inline-block;
  }
  .page-events .calendar-day-label,
  .page-events .calendar-date__label,
  .page-events .calendar-location,
  .page-events .calendar-date__location-container {
    vertical-align: top;
  }
  .page-events .calendar-date__location-container,
  .page-events .calendar-location {
    width: calc(29.475% - 36px);
    min-height: 1px;
    margin-left: 15px;
  }
  .page-events .calendar-location {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 11px solid #363636;
  }
  .page-events .calendar-location,
  .page-events .calendar-day-label {
    height: 87px;
    display: flex;
    float: left;
    padding-left: 15px;
  }
  .page-events .calendar-location span,
  .page-events .calendar-day-label span {
    line-height: 28px;
    display: inline-flex;
    font-size: 19px;
    letter-spacing: 0.3px;
    align-items: center;
  }
  .page-events .calendar-event,
  .page-events .calendar-event p {
    line-height: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .page-events .calendar-day-label,
  .page-events .calendar-date__label {
    width: 178px;
  }
  .page-events .calendar-date__location-container,
  .page-events .calendar-location {
    width: 303px;
    /*            margin-right: 5px;*/
    padding-left: 0;
    hyphens: auto;
  }
  .page-events .calendar-location {
    padding-left: 15px;
  }
}
.page-events .calendar-buttons-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-buttons-container {
    margin-bottom: 15px;
    margin-top: 5px;
    justify-content: flex-end;
  }
}
.page-events .calendar-buttons-container #open-dynamic-calendar-share-layer,
.page-events .calendar-buttons-container #new-event {
  display: none;
}
.page-events .calendar-buttons-container .event-reset-button {
  margin-right: 0;
}
.page-events .calendar-buttons-container .event-reset-button:hover {
  background-color: #363636;
  border-color: #363636;
}
@media screen and (min-width: 768px) {
  .page-events .calendar-buttons-container button.show-own-events-only,
  .page-events .calendar-buttons-container #new-event {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .page-events .calendar-buttons-container #open-dynamic-calendar-share-layer {
    display: flex;
  }
}

/* .category-classic .category-label {
    background: #800000;
}
.category-jazz .category-label {
    background: #ed5468;
}
.category-new_music .category-label {
    background: #350924;
}
.category-electronic_and_sound_art .category-label {
    background: #ffa03c;
}
.category-old_music .category-label {
    background: #48aef0;
}
.category-global_music .category-label {
    background: #247c64;
}

.calendar-select-container{
    margin-bottom: 10px;
}
.calendar-search-container {
    margin-bottom: 10px;
    margin-top: 38px;
} */
/*
.__AC_layer div.__AC_data:last-child {
    background: #f7f7f7 !important;
}

.__AC_data div:hover,
.__AC_keyhover,
.__AC_ie8HoverFix {
    background-color: #101010 !important;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #ffffff;
}
.__AC_data div {
    padding: 5px;
}*/
/* ==========================  Event Page Container ============================*/
.calendar-overview .main-col {
  /*    background-color: #fff;*/
}

.calendar-overview .event-col {
  margin: 0;
  margin-bottom: 20px;
  position: relative;
  border: solid 1px #d8d8d8;
}

.event-info-container {
  padding: 20px;
}

.event-info a:hover {
  color: #dc1b23;
}

.category-label.label-desktop {
  display: block;
  letter-spacing: 1px;
  text-indent: 3px;
  text-transform: uppercase;
  color: #dc1b23;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 14px;
}

.calendar-overview .picture-container {
  border-top: 0px;
  overflow: hidden;
  position: relative;
}

.calendar-overview .event-not-published .picture-container {
  border: 4px solid red;
}
.calendar-overview .event-not-published .picture-container a {
  overflow: hidden;
  display: block;
  position: relative;
}

.calendar-overview .event-not-published .picture-container .gradient-layer {
  background-color: white;
  filter: opacity(0.8);
}

.calendar-overview .event-bg {
  display: block !important;
  z-index: 9 !important;
  object-fit: cover;
  transition: all 0.5s ease;
}

.picture-container:hover .event-bg {
  transform: scale(1.1);
}

.picture-container .gradient-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}

.page-event-detail-section .category-label {
  position: absolute;
  top: 5vw;
  left: auto;
  padding: 10px 16px;
  font-weight: 300 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  z-index: 99;
  right: 0px;
  max-width: none;
  display: none;
}
.page-event-detail-section .category-label a {
  overflow: hidden;
}

span.category-label.label-mobil {
  display: none;
}

.devider {
  display: block;
  width: 100%;
  height: 10px;
}

#days-all .calendar-home-date {
  line-height: 15px;
  background: none;
  padding: 6px 10px 0;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}

#days-all .event-button-home.text-center a {
  background: #ffffff;
  padding: 15px 85px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  -webkit-text-stroke: 0.45px;
  letter-spacing: 0.05em;
  transition: all 0.5s ease-out;
  border: solid 2px #dc1b23;
  color: #dc1b23;
  border-radius: 40px;
}

#days-all .event-button-home.text-center a:hover {
  border: solid 2px #dc1b23;
  background-color: #dc1b23;
  color: #fff;
}

#days-all.bg-light-red {
  background: #edeef0;
}

.calendar-time {
  line-height: 15px;
  background: none;
  padding: 0px 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
  color: #cccccc;
}

.category-label p {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.category-label-container p:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #dc1b23;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  top: 70px;
}

.category-label-container p:hover:after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
}

.calendar-overview .event_image_info {
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  z-index: 99;
  display: flex;
}
.calendar-overview .date-day {
  font-size: 18px;
  background: #dc1b23;
  padding: 10px 20px;
  white-space: nowrap;
  color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .calendar-overview .date-day {
    padding: 20px;
    font-size: 30px;
  }
}
.calendar-overview .event_img_copyright {
  color: white;
  padding: 5px 10px 7px 10px;
  background-color: #363636;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 18px;
  hyphens: auto;
  display: block;
  margin-left: auto;
  text-align: right;
  align-self: flex-end;
}

.category-label-container p {
  align-items: center;
  display: flex;
  justify-content: center;
}

.page-home .category-label {
  position: relative;
  padding: 35px 20px;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  z-index: 99;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.category-label.active {
  opacity: 1 !important;
  height: 51px;
}

.category-wrapper.active .category-label,
.category-wrapper.active .all-button {
  opacity: 1;
}

.category-wrapper .category-label,
.category-wrapper .all-button {
  opacity: 0.2;
}

.all-button.active {
  z-index: 1;
  opacity: 1 !important;
}

.all-button.active img {
  top: -5px;
}

.page-home .category-label:hover {
  height: 51px;
  transition: all 0.5s ease-out;
  opacity: 1;
}

.category-label-container {
  display: inline-block;
  height: 45px;
  width: 100%;
  text-align: center;
}

.calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 4% 16px 4%;
  border-bottom: 1px solid #d7d7d7;
  transition: z-index 0.3s ease-in-out;
}

.calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main.sticky-calendar {
  position: fixed;
  z-index: 1;
  width: 100%;
  max-width: 1470px;
}

.calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main h3 {
  font-size: 19px;
  letter-spacing: 1.25px;
}

.calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main .location-filter-list .location-filter h4 {
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: #dddddd;
  text-underline-position: under;
  text-underline-position: below;
}

.calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main .location-filter-list .location-filter:not(:first-child) {
  display: none;
}

.calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-text {
  padding: 22px 3%;
}

.calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-text.sticky-calendar {
  padding-top: 70px;
}

.calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-text p {
  font-size: 12px;
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .month-headline {
  margin-top: 20px;
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .month-headline .month-headline-date {
  padding: 40px;
  margin-bottom: 20px;
  text-align: center;
  color: #363636;
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event {
  position: relative;
  /*	margin-bottom: 45px;*/
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .date .date-day {
  font-size: 44px;
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .date .date-month {
  margin-top: -7px;
  font-size: 23px;
  text-transform: capitalize;
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .title {
  margin-bottom: 6px;
  font-size: 23px;
}

.calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .event-infos {
  margin-bottom: 2px;
  font-size: 15px;
  letter-spacing: 1.25px;
}

.event-info-details p {
  line-height: 23px;
}
.event-info-details h4 {
  background-color: #dc1b23;
  padding: 4px 10px;
}

a.datepick-cmd.datepick-cmd-close {
  display: none;
}

.calendar-overview .event-info .event-infos {
  width: 100%;
}

.calendar-overview h4.event-location {
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  letter-spacing: 0px !important;
  padding-bottom: 0px;
}

.calendar-overview h4.event-date {
  font-size: 19px !important;
  line-height: 19px !important;
  letter-spacing: 0px !important;
  font-weight: 300 !important;
}

.calendar-overview h2.event-title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.5;
  padding-top: 8px;
}
.calendar-overview h2.event-title.large-title {
  font-size: 20px;
}

.calendar-overview .event-description {
  font-size: 17px;
  line-height: 23px;
  padding: 0;
  margin-bottom: 20px;
}
.calendar-overview .event-description a {
  text-decoration: underline;
}

.calendar-overview .month-headline-date h4 {
  padding: 70px 0 20px 0 !important;
}

.calendar-overview .event-bg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 300px;
}

.calendar-overview .container.container-fluid:hover .event-bg {
  /*    filter: grayscale(0%);*/
  transition: all 0.5s ease-out;
  filter: grayscale(0%) brightness(1.2) saturate(1.2);
}

.calendar-overview {
  background-color: #fff;
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .category-label p {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.05em;
  }
  .category-label-container {
    display: flex;
    height: 90px;
    justify-content: center;
    max-width: 1120px;
    margin: auto;
  }
  .calendar-overview .event-bg {
    height: 39vw;
  }
  .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .event-buttons {
    position: absolute;
    left: auto;
    right: 25px;
    justify-content: flex-end;
    top: 25px;
  }
  .calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main {
    padding: 11px 4% 14px 4%;
  }
  .calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main h3 {
    min-width: 30%;
    font-size: 30px;
  }
  .calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main .location-filter-list .location-filter h4 svg {
    display: none;
  }
  .calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main .location-filter-list .location-filter:not(:first-child) {
    display: block;
  }
  .calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-main .location-filter-list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .calendar-overview .main-col .cb-event-search-container .calendar-timeline .calendar-timeline__footer .container-text.sticky-calendar {
    padding-top: 85px;
  }
  .calendar-overview .main-col .cb-event-search-container .cb-event-search-results {
    padding-top: 40px;
  }
  .calendar-overview .main-col .cb-event-search-container .cb-event-search-results .event .date {
    margin-bottom: 19px;
  }
  .calendar-overview .event-date {
    display: block;
    margin-top: 60px;
  }
  span.event-location {
    font-weight: 500;
  }
  .calendar-overview {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media screen and (min-width: 1024px) {
  .event_detail_edit_wrapper {
    display: flex;
    gap: 20px;
  }
  .event_detail_edit_wrapper .event_detail_edit_inner {
    position: relative;
  }
  .calendar-overview .event-info-container .event_editor_button,
  .page-event-detail-section .event_editor_button {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 20px;
  }
  .calendar-overview .event-info-container .event_editor_button .open_editor,
  .page-event-detail-section .event_editor_button .open_editor {
    background-color: #2f74a9;
    background-image: url(../images/icons/icon_chevron-right-white.svg);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    cursor: pointer;
  }
  .calendar-overview .event-info-container .event_editor_button .event_editor_wrapper,
  .page-event-detail-section .event_editor_button .event_editor_wrapper {
    background-color: #3e74c0;
    height: 34px;
    border-radius: 30px;
    position: absolute;
    display: flex;
    top: 0px;
    left: 0px;
    align-items: center;
    gap: 3px;
  }
  .calendar-overview .event-info-container .event_editor_button .event_editor_wrapper.hidden,
  .page-event-detail-section .event_editor_button .event_editor_wrapper.hidden {
    display: none;
  }
  .calendar-overview .event-info-container .event_editor_button .event_editor_wrapper button,
  .edit_own_events_button,
  .page-event-detail-section .event_editor_button button,
  .page-event-detail-section .event_editor_button .edit_own_events_button {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: transparent;
    outline: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    cursor: pointer;
    font-size: 0;
  }
  .calendar-overview .event-info-container .event_editor_button .event_editor_wrapper button.open-button,
  .page-event-detail-section .event_editor_button button.open-button {
    background-image: url(../images/icons/icon_chevron-right-white.svg);
    background-size: 10px;
    background-position: center;
  }
  .calendar-overview .event-info-container .event_editor_button .event_editor_wrapper button.stage-button,
  .edit_own_events_button,
  .page-event-detail-section .event_editor_button .edit_own_events_button,
  .page-event-detail-section .event_editor_button button.stage-button {
    background-image: url(../images/icons/icon_pencil-square_white.svg);
  }
  .calendar-overview .event-info-container .event_editor_button .event_editor_wrapper button.mail-button,
  .page-event-detail-section .event_editor_button button.mail-button {
    background-image: url(../images/icons/icon_at_white.svg);
  }
  .calendar-overview .event-info-container .event_editor_button .event_editor_wrapper button.event-editor-button,
  .page-event-detail-section .event_editor_button button.event-editor-button {
    background-image: url(../images/icons/icon_tools_white.svg);
  }
  .calendar-overview .event-info-container .event_editor_button .event_editor_wrapper button.fix-button,
  .page-event-detail-section .event_editor_button button.fix-button {
    background-image: url(../images/icons/icon_arrow-counterclockwise_white.svg);
  }
  .calendar-overview .event-info-container .event_editor_button .event_editor_wrapper button:hover,
  .page-event-detail-section .event_editor_button button:hover {
    background-color: #3261a3;
  }
  .calendar-overview .event-info-container {
    padding: 0;
    position: relative;
  }
  .calendar-overview .picture-container {
    padding: 0 !important;
  }
  .calendar-overview .event-bg {
    height: 100%;
    transition: all 0.5s ease-out;
  }
  .calendar-overview .event-info-container {
    border-left: 0px;
  }
  .calendar-overview .picture-container {
    border-top: 0px;
    border-right: solid 1px #d8d8d8;
  }
  .calendar-overview .event-info {
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .calendar-overview .event-bg {
    display: block !important;
    z-index: 9 !important;
    object-fit: cover;
    min-height: 300px;
    background-size: cover;
  }
  .calendar-overview .event-description {
    line-height: 1.5rem;
    max-width: 70%;
  }
  .calendar-overview h4.event-location {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 25px !important;
    letter-spacing: 0px !important;
    padding-bottom: 10px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 1400px) {
  .main-col .cb-event-search-container .cb-event-search-results .event .date .date-day {
    font-size: 165px !important;
    margin-top: 37%;
  }
  .calendar-overview .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81% !important;
    flex: 0 0 81% !important;
    max-width: 81% !important;
  }
  .calendar-overview .event-description {
    font-size: 15px !important;
    line-height: 21px;
  }
  .calendar-overview h2.event-title {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 1px;
  }
  h2.event-title.large-title {
    font-size: 25px;
    line-height: normal;
  }
}
.page-events .page-row {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .page-events .page-row {
    max-width: 1260px;
  }
}
@media screen and (min-width: 768px) {
  .page-events .page-row {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .page-events .page-row {
    grid-template-columns: 65fr 35fr;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .page-events .page-row {
    gap: 100px;
  }
}
.page-events .headline-container {
  padding: 40px 0;
}
.page-events .headline-container p.location {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.page-events .event__header .back_btn_wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}
.page-events .event__header button#history-back-button svg {
  margin-right: 20px;
  margin-top: -5px;
}
.page-events .event__header button#history-back-button:hover {
  color: #dc1b23;
}
.page-events .event__header .event__date.date.title-sub {
  font-size: 20px;
  font-weight: bold;
  color: #767676;
}
.page-events .event__header .playtime {
  color: #dc1b23;
  margin-bottom: 40px;
}
.page-events .event-status {
  background: #dc1b23;
  padding: 5px 10px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.page-events .page-event-detail-section .event-description__container a {
  text-decoration: underline;
  width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-events .page-event-detail-section .event-description__container .text_truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-events .page-event-detail-section .event-description__container .text_full {
  display: none;
}
.page-events .page-event-detail-section .event-description__container .text_full .EventClusterUrl {
  margin-top: 25px;
  display: block;
}
.page-events .page-event-detail-section .event-date {
  background: #363636;
  padding: 50px;
  color: #fff;
  text-align: center;
  top: 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  /*            &::before {
                  position: absolute;
                  content: "";
                  width: 30px;
                  height: 30px;
                  top: -15px;
                  right: 60px;
                  width: 0px;
                  height: 0px;
                  border-style: solid;
                  border-width: 0 15px 15px 15px;
                  border-color: transparent transparent $red transparent;
                  transform: rotate(0deg);
              }*/
}
.page-events .page-event-detail-section .event-date span.day {
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  margin-right: 30px;
  padding-right: 15px;
  position: relative;
  display: inline-block;
}
.page-events .page-event-detail-section .event-date span.day::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  left: 50px;
  margin-top: -29px;
  width: 45px;
  background: #fff;
  margin-left: 20px;
  border-right: solid 1px #fff;
  transform: rotate(115deg);
}
.page-events .page-event-detail-section .event-date span.day.archived_date {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 400;
  margin-right: 0;
  padding-right: 0;
}
.page-events .page-event-detail-section .event-date span.day.archived_date:after {
  display: none;
}
.page-events .page-event-detail-section .event-date span.month {
  font-size: 35px;
  font-weight: 500;
}
.page-events .page-event-detail-section .event-date .event-status {
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-events .page-event-detail-section .col-lg-8 {
  padding: 30px 20px 0;
}
.page-events .page-event-detail-section .location-events button.accordion-button {
  background: none !important;
  color: #363636;
  padding-left: 0;
  box-shadow: none !important;
}
.page-events .page-event-detail-section .location-events button.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.page-events .page-event-detail-section .location-events button.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23373737'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media screen and (min-width: 1024px) {
  .page-events .page-event-detail-section .location-events button.accordion-button::after {
    display: none;
  }
}
.page-events .page-event-detail-section .location-events .accordion-body {
  padding: 20px 0;
}
.page-events .page-event-detail-section .location-events .accordion-body li:last-of-type {
  border-bottom: none !important;
  margin-bottom: 20px;
}
.page-events .page-event-detail-section .location-events .event-col {
  border-left: solid 4px #d8d8d8;
  margin-bottom: 10px;
  line-height: 2;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.page-events .page-event-detail-section .location-events .event-col .event-month {
  display: none;
}
.page-events .page-event-detail-section .location-events .event-col .event-title {
  font-weight: 600;
  padding-bottom: 10px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .page-events .page-event-detail-section .location-events .event-col .event-title {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 15px;
  }
}
.page-events .page-event-detail-section .location-events .event-col .event-location-time {
  border-bottom: 1px solid #363636;
}
.page-events .page-event-detail-section .location-events .event-col h3.headline {
  font-size: 16px;
  font-weight: 600;
}
.page-events .page-event-detail-section .location-events .event-col:hover {
  border-left: solid 4px #dc1b23;
  color: #dc1b23;
  background-color: #f7f7f7;
}
.page-events .page-event-detail-section .location-events .event-col:hover .event-location-time {
  border-bottom: 1px solid #dc1b23;
}
.page-events .date__container span.day {
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 1px;
}
.page-events .date__container span.month {
  display: block;
  text-decoration: none;
  font-weight: 300;
  line-height: 1em;
  font-size: 29px;
  text-transform: uppercase;
}
.page-events .ticket-container {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-events .ticket-container {
    padding: 25px;
    margin-bottom: 50px;
  }
}
.page-events .adress-container {
  color: #363636;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.page-events .adress-container a:not(.btn-brand) {
  text-decoration: underline;
}
.page-events .adress-container a:not(.btn-brand):hover {
  color: #dc1b23;
}
.page-events .sponsors-container {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #d8d8d8;
  align-items: center;
  justify-content: start;
  padding: 30px 0 25px 0;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 40px;
}
.page-events .sponsors-container div {
  flex-basis: 18%;
  text-align: center;
  padding: 10px 2% 10px 2%;
}
.page-events .sponsors-container div img {
  max-width: 130px;
}
.page-events .event .event-col {
  margin-bottom: 20px;
  border-bottom: solid 1px #d8d8d8;
  margin-bottom: 20px;
  /*        padding-bottom: 15px;*/
}
.page-events .event .event-col .event-title .headline {
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .page-events .event .event-col .event-title .headline {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .event .event-col .event-title .headline {
    line-height: 1.3;
  }
}
.page-events .event .event-col .event-title .headline a {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-events .event .event-col .event-title .headline a {
    font-size: 18px;
    line-height: 28px;
  }
}
.page-events .event .event-col .event-title .headline a:hover {
  color: #dc1b23;
}
.page-events .container--wide.page-event-detail.media-container.media-container-placeholder,
.page-events .container--wide.page-event-detail.media-container .owl-stage-outer {
  min-height: 280px;
}
@media screen and (min-width: 768px) {
  .page-events .container--wide.page-event-detail.media-container.media-container-placeholder,
  .page-events .container--wide.page-event-detail.media-container .owl-stage-outer {
    min-height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .page-events .container--wide.page-event-detail.media-container.media-container-placeholder,
  .page-events .container--wide.page-event-detail.media-container .owl-stage-outer {
    min-height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .container--wide.page-event-detail.media-container.media-container-placeholder,
  .page-events .container--wide.page-event-detail.media-container .owl-stage-outer {
    min-height: 550px;
  }
}
.page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar {
  height: 100%;
  background: #f7f7f7;
}
.page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-stage-outer .owl-item {
  height: 100%;
}
.page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-stage-outer .owl-item img {
  width: 100vw;
  object-fit: cover;
  height: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-stage-outer .owl-item img {
    width: auto;
    height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-stage-outer .owl-item img {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-stage-outer .owl-item img {
    height: 550px;
  }
}
.page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-stage-outer .owl-item .owl-media-container__text {
  position: absolute;
  color: white;
  right: 0px;
  bottom: 0px;
  padding: 5px 10px 7px 10px;
  background-color: #363636;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 18px;
  hyphens: auto;
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-stage-outer .owl-item .owl-media-container__text {
    width: 100vw;
    text-align: right;
    position: relative;
    background-color: white;
    color: #767676;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-nav {
  left: 0;
  max-width: initial;
  padding: 0 30px;
  top: calc(50% - 40px);
  height: 80px;
}
@media screen and (max-width: 768px) {
  .page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-nav {
    display: none;
  }
}
@media screen and (min-width: 1250px) {
  .page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-nav {
    left: initial;
  }
}
.page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-nav button.owl-prev,
.page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-nav button.owl-next {
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 30px;
  background-position: center center;
  transform: translateX(0px);
}
@media screen and (min-width: 1024px) {
  .page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-nav button.owl-prev,
  .page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-nav button.owl-next {
    background-size: contain;
    width: 20px;
    height: 50px;
  }
}
.page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-nav button.owl-prev span,
.page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-nav button.owl-next span {
  display: none;
}
.page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-nav button.owl-prev {
  background-image: url(../images/icons/icon_arrow-left-white.svg);
  transition: all 0.3s ease-in-out;
  margin: 0;
  mix-blend-mode: difference;
  padding: 10px;
  width: 50px;
  height: 80px;
  background-size: 20px;
}
.page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-nav button.owl-prev:hover {
  margin-left: -5px;
}
.page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-nav button.owl-next {
  background-image: url(../images/icons/icon_arrow-right-white.svg);
  transition: all 0.3s ease-in-out;
  margin: 0;
  mix-blend-mode: difference;
  padding: 10px;
  width: 50px;
  height: 80px;
  background-size: 20px;
}
.page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-nav button.owl-next:hover {
  margin-right: -5px;
}
.page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-dots {
  top: 242px;
  right: 25px;
}
@media screen and (min-width: 768px) {
  .page-events .container--wide.page-event-detail.media-container .media-container-type-dynamic-calendar .owl-dots {
    bottom: 10px;
    right: 50px;
  }
}

ul.event-audios {
  margin: 20px 0 !important;
}

p.audio-name {
  padding-bottom: 10px;
  padding-top: 10px;
}

.further-events-accordion {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .further-events-accordion {
    padding: 0 20px;
  }
}
.further-events-accordion button.accordion-button {
  background: transparent !important;
  color: black !important;
  box-shadow: none;
}
.further-events-accordion button.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.further-events-accordion button.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23373737'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media screen and (min-width: 1024px) {
  .further-events-accordion button.accordion-button::after {
    display: none;
  }
}
.further-events-accordion .further-events .further-events-content {
  padding-bottom: 0px;
  padding-left: 20px;
  border-left: solid 4px #363636;
  margin: 20px 0;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.further-events-accordion .further-events .further-events-content a.further-event__date {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}
.further-events-accordion .further-events .further-events-content .date {
  margin-bottom: 0px;
}
.further-events-accordion .further-events .further-events-content:last-of-type {
  border-bottom: none;
  margin-bottom: 40px;
}
.further-events-accordion .further-events .further-events-content:hover {
  background-color: #f7f7f7;
  color: #dc1b23;
  border-left: solid 4px #dc1b23;
}

.page-kalender .event__ticket {
  padding: 20px 0px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin: auto;
}

.cast-accordion {
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cast-accordion {
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
.cast-accordion button.accordion-button {
  background: transparent !important;
  color: black !important;
  padding-top: 0;
}
.cast-accordion button.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.cast-accordion button.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23373737'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media screen and (min-width: 1024px) {
  .cast-accordion button.accordion-button::after {
    display: none;
  }
}
.cast-accordion .ensemble-container {
  padding: 20px 0 0 0;
  font-size: 16px;
}
.cast-accordion .ensemble-container ul {
  padding-bottom: 0;
}
.cast-accordion .ensemble-container ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .cast-accordion .ensemble-container ul li {
    flex-direction: row;
    gap: 15px;
    margin-bottom: 0;
  }
}
.cast-accordion .ensemble-container ul li span {
  font-weight: 700;
  width: 130px;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .cast-accordion .ensemble-container ul li span {
    width: 160px;
  }
}
.cast-accordion .ensemble-container ul li div {
  flex: 1;
}
.cast-accordion .ensemble-container ul li div a {
  text-decoration: underline;
}
.cast-accordion .ensemble-container ul li div a.external_link {
  position: relative;
  display: inline-block;
}
.cast-accordion .ensemble-container ul li div a.external_link:after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #363636;
  /*display: flex;*/
  color: white;
  font-size: 12px;
  /*justify-content: end;*/
  /*align-items: start;*/
  line-height: 12px;
  padding: 2px;
  margin-left: 5px;
  position: relative;
  top: 4px;
  border-radius: 2px;
  background-image: url(../images/icons/icon_link_external.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  display: inline-block;
}

.ensemble-view {
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ensemble-view {
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
.ensemble-view button.accordion-button {
  background: transparent !important;
  color: black !important;
  padding-top: 0;
}
.ensemble-view button.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.ensemble-view button.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23373737'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media screen and (min-width: 1024px) {
  .ensemble-view button.accordion-button::after {
    display: none;
  }
}
.ensemble-view a {
  font-size: 16px;
  line-height: 32px;
  text-decoration: underline;
}

/*=============Konzertkalender-Lokation================*/
.location-section .card-body {
  padding: 0px 30px 39px;
  background: #3c93ca;
}

.location-section .card-body h4,
.location-section .card-body p {
  color: #fff;
}

.location-section h4.card-title {
  font-size: 17px !important;
  font-weight: 500 !important;
  margin-top: 28px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.location-section .card {
  border: 1px solid #ccc;
  padding: 0 !important;
}

#dynamic-calendar-share-info-layer {
  display: none;
  height: 100vh;
  width: 100vw;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1001;
  padding: 0;
  hyphens: auto;
}
@media screen and (min-width: 1024px) {
  #dynamic-calendar-share-info-layer {
    height: 600px;
    width: 900px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
#dynamic-calendar-share-info-layer * {
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 0rem;
}
#dynamic-calendar-share-info-layer p {
  color: #363636;
  margin-bottom: 0rem;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: initial;
}
@media screen and (min-width: 768px) {
  #dynamic-calendar-share-info-layer p {
    font-size: 18px;
  }
}
#dynamic-calendar-share-info-layer.show-layer {
  display: block !important;
  opacity: 1;
}
#dynamic-calendar-share-info-layer a {
  color: #000;
  text-decoration: underline;
}
#dynamic-calendar-share-info-layer a:hover {
  color: #b1b1b1 !important;
  text-decoration: underline !important;
}
#dynamic-calendar-share-info-layer .layer-header {
  border-bottom: solid 1px #d8d8d8;
  margin-bottom: 20px;
  padding: 20px 60px;
  display: flex;
  justify-content: space-between;
}
#dynamic-calendar-share-info-layer .layer-header h1 {
  font-size: 20px;
  margin: 0;
  line-height: 40px;
  font-weight: 600 !important;
  letter-spacing: initial;
}
#dynamic-calendar-share-info-layer .layer-content {
  padding: 20px 60px;
  min-height: 420px;
}
#dynamic-calendar-share-info-layer .layer-footer {
  padding: 20px;
  border-top: solid 1px #d8d8d8;
  display: flex;
  justify-content: flex-end;
}
#dynamic-calendar-share-info-layer button#dynamic-calendar-share-info-layer-close-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  top: 20px;
  height: 35px;
  width: 35px;
  padding: 5px;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  outline: 0;
}
#dynamic-calendar-share-info-layer button#dynamic-calendar-share-info-layer-close-button:hover {
  color: white;
  background-color: #dc1b23;
}
#dynamic-calendar-share-info-layer button#dynamic-calendar-share-info-layer-close-button:hover svg g {
  stroke: white;
}
#dynamic-calendar-share-info-layer button#dynamic-calendar-share-info-layer-open-login-button {
  position: relative;
  right: 20px;
  color: #fff;
  background-color: #7d8eb0;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

div#dynamic-calendar-share-info-layer-background {
  opacity: 0;
  transition: all 0.8s ease;
}
div#dynamic-calendar-share-info-layer-background.show-layer {
  position: fixed;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

div#dynamic-calendar-share-layer-background {
  display: none;
  transition: all 0.4s ease;
}
div#dynamic-calendar-share-layer-background.show-layer {
  display: block;
  position: fixed;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
}

#dynamic-calendar-share-layer {
  display: none;
  height: 100vh;
  width: 100vw;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10002;
  padding: 0;
  hyphens: auto;
}
@media screen and (min-width: 1024px) {
  #dynamic-calendar-share-layer {
    height: 600px;
    width: 900px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
#dynamic-calendar-share-layer * {
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 0rem;
}
#dynamic-calendar-share-layer a {
  color: #000;
  text-decoration: underline;
}
#dynamic-calendar-share-layer a:hover {
  color: #b1b1b1 !important;
  text-decoration: underline !important;
}
#dynamic-calendar-share-layer p {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: initial;
}
#dynamic-calendar-share-layer.show-layer {
  display: block;
  opacity: 1;
}
#dynamic-calendar-share-layer a {
  color: #000;
  text-decoration: underline;
}
#dynamic-calendar-share-layer a:hover {
  color: #b1b1b1 !important;
  text-decoration: underline !important;
}
#dynamic-calendar-share-layer .layer-header {
  border-bottom: solid 1px #d8d8d8;
  margin-bottom: 20px;
  padding: 20px 60px;
  display: flex;
  justify-content: space-between;
}
#dynamic-calendar-share-layer .layer-header h1 {
  font-size: 20px;
  margin: 0;
  line-height: 40px;
  font-weight: 600 !important;
  letter-spacing: initial;
}
#dynamic-calendar-share-layer .layer-content {
  padding: 20px 60px;
  min-height: 420px;
}
#dynamic-calendar-share-layer .layer-footer {
  padding: 20px;
  border-top: solid 1px #d8d8d8;
  display: flex;
  justify-content: flex-end;
}
#dynamic-calendar-share-layer button#dynamic-calendar-share-layer-close-button,
#dynamic-calendar-share-layer button#dynamic-calendar-share-info-layer-close-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  top: 20px;
  height: 35px;
  width: 35px;
  padding: 5px;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  outline: 0;
}
#dynamic-calendar-share-layer button#dynamic-calendar-share-layer-close-button:hover,
#dynamic-calendar-share-layer button#dynamic-calendar-share-info-layer-close-button:hover {
  color: white;
  background-color: #dc1b23;
}
#dynamic-calendar-share-layer button#dynamic-calendar-share-layer-close-button:hover svg g,
#dynamic-calendar-share-layer button#dynamic-calendar-share-info-layer-close-button:hover svg g {
  stroke: white;
}
#dynamic-calendar-share-layer textarea#dynamic-calendar-share-layer-share-code {
  font-size: 16px !important;
  width: 100%;
  height: 200px;
  color: #6c7a98;
  background-color: #dde2eb;
  padding: 10px;
}

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