/*@import url(D:\web\rrule-events\node_modules\flatpickr\dist\flatpickr.css);*/
/* Variablen */
/**********************************
**  Helperklassen                **
**********************************/
.test {
  color: red !important;
  font-size: 20px; }

.mb-10 {
  margin-bottom: 10px; }

/*Type*/
.smallertext {
  font-size: 16px; }

.break.mb-0 {
  margin-bottom: 0 !important; }

/**********************************
**   neues event-widget          **
**********************************/
.event-date {
  margin-bottom: 2.5rem; }

.event-item {
  font-family: "museo-slab", serif;
  color: inherit;
  text-decoration: none; }
  .event-item .event-image {
    position: relative; }
    .event-item .event-image .event-date {
      background: white;
      position: absolute;
      bottom: 0;
      margin-bottom: 0;
      padding: 20px 15px; }
  .event-item .event-date__day,
  .event-item .event-kicker {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 300; }
  .event-item .event-date__date {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 2.0625rem; }
  .event-item .event-text {
    padding: 30px 0; }
  .event-item .event-kicker {
    margin-bottom: 0.9375rem; }
  .event-item .event-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin-bottom: 1.5625rem; }
  .event-item .event-info {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.625rem; }
    .event-item .event-info.canceled {
      color: #BA0000;
      text-transform: uppercase; }

.event-links-block {
  margin-bottom: 1.875rem; }

@media only screen and (max-width: 992px) {
  .event-links-block .text-right {
    text-align: left; } }

.more-events-link {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500; }

/* Filter */
.filter-group {
  display: -ms-flexbox;
  display: flex; }

.searchval-group {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 60%; }
  .searchval-group input,
  .searchval-group select {
    margin-right: 20px; }

/* Flatpickr */
.flatpickr-group {
  display: inline-block;
  width: 40%;
  position: relative; }
  .flatpickr-group:after {
    width: 24px;
    height: 22px;
    display: inline-block;
    content: '';
    -webkit-mask: url("/mandanten/global/i/icon_event_calendar.svg") no-repeat 50% 50%;
    mask: url("/mandanten/global/i/icon_event_calendar.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
    margin: 9px 0 0 15px;
    position: absolute;
    top: 5px;
    right: 15px; }

@media all and (max-width: 992px) {
  .filter-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .searchval-group,
  .flatpickr-group {
    width: 100%; }
    .searchval-group input,
    .flatpickr-group input {
      margin: 0 0 15px 0; } }

.event-filters input,
.event-filters select {
  border: 1px solid #337ab7;
  font-size: 1.125rem;
  height: 50px;
  line-height: 23px;
  width: 100%;
  padding: 12px 15px;
  background: #fff; }

.event-categories {
  height: 40px;
  overflow: hidden; }

.event-categories .category,
.event-categories .category-reset {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  background: #337ab7;
  color: white;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  padding: 5px 20px !important;
  margin-bottom: 10px;
  text-decoration: none;
  margin-top: 0;
  cursor: pointer; }

.event-categories .category.active {
  border: 1px solid #337ab7;
  background: #fff;
  color: #337ab7; }

.event-categories .category.active:after {
  width: 14px;
  height: 14px;
  display: inline-block;
  content: '';
  -webkit-mask: url("/mandanten/global/i/icon_event_close.svg") no-repeat 50% 50%;
  mask: url("/mandanten/global/i/icon_event_close.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
  margin: 9px 0 0 15px; }

.more-filters {
  float: right;
  font-size: 20px;
  cursor: pointer; }

.canceled_bg {
  padding: 0 !important;
  min-width: 50px; }

.canceledtrue {
  vertical-align: middle;
  text-align: center; }

.canceledtrue .canceled {
  color: white;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  background: #BA0000;
  font-size: 14px;
  line-height: 17px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: scale(-1);
  margin: 0;
  padding: 10px;
  display: inline-block; }

.series {
  font-family: "Museo Slab";
  font-weight: 500;
  font-size: 16px;
  color: #337ab7;
  display: block;
  text-decoration: none; }

#event-table {
  font-family: "Museo Slab";
  font-weight: 500; }

#event-table .more-link {
  display: block; }

/*#event-table tr.show {*/
/*    display: table-row!important;*/
/*}*/
.event-period {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1875rem;
  margin-bottom: 2.5rem; }

.flatpickr-wrapper {
  background: #ffffff;
  border: 3px solid #337ab7;
  padding: 10px 20px 20px 20px; }

.flatpickr-calendar {
  box-shadow: none !important; }

.unclickable .flatpickr-days:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  z-index: 100000;
  content: " "; }

.flatpickr-day {
  border-color: white !important;
  border-width: 5px;
  line-height: 29px; }

.collape-all-events {
  display: none; }

.expand-link,
.expand-link:hover,
.expand-link:focus {
  font-family: "museo-sans", Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 2.5rem; }
  .expand-link:after,
  .expand-link:hover:after,
  .expand-link:focus:after {
    content: " -"; }
  .expand-link.collapsed:after,
  .expand-link:hover.collapsed:after,
  .expand-link:focus.collapsed:after {
    content: " +"; }

.flatpickr-range,
.event-filters .flatpickr-range {
  background-color: #fff !important;
  padding-right: 40px; }

.event-filters .clear {
  display: block;
  opacity: 0;
  transition: all 1s;
  width: 14px;
  height: 14px; }

.event-filters .show {
  opacity: 1;
  cursor: pointer; }

.clearspace {
  position: absolute;
  right: 40px;
  top: 18px; }

/*PAGINATION*/
#pagination {
  font-size: 16px;
  width: 100%; }

#event-table tbody tr,
#event-table .event-item,
#event-table .showcontent {
  display: none !important; }

#event-table tr.event-item.showcontent.showme {
  display: table-row !important; }

#event-table .event-item.showcontent.showme {
  display: -ms-flexbox !important;
  display: flex !important; }

/*# sourceMappingURL=events.css.map */
