
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Filter */

.mat-options-wrapper .mat-options-view {
  gap: 32px;
}
.mat-options-wrapper .mat-options-view input {
  display: none;
}
.mat-options-wrapper .mat-options-view label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.mat-options-wrapper
  .mat-options-view
  label[for="mat-options-view-calendar"]
  img {
  height: 25px;
  width: 25px;
}
.mat-options-wrapper .mat-options-view label img.selected,
.mat-options-wrapper .mat-options-view label.selected img {
  display: none;
}

.mat-options-wrapper .mat-options-view label.selected img.selected {
  display: block;
}

.mat-options-wrapper .mat-options-filter-online {
  gap: 42px;
}
.mat-options-wrapper .mat-options-filter-online input {
  border-radius: 4px;
  margin-right: 10px;
  border: solid 3px var(--fourth-background);
}

.mat-options-wrapper .mat-options-filter-row input,
.mat-options-wrapper .mat-options-filter-row select {
  color: var(--text-muted);
  font-style: italic;
  border-radius: 8px;
  border-width: 2px;
  min-width: 220px;
}
.mat-options-wrapper .mat-options-filter-row select option:not(:first-of-type) {
  font-style: normal;
}

.mat-options-wrapper .mat-options-filter-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.mat-mobile-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.mat-mobile-filter .mat-mobile-filter-button {
  padding: 4px 8px;
  color: var(--text-muted);
  border: 2px solid var(--muted-background);
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
}
.mat-mobile-filter .mat-mobile-filter-button i {
  color: var(--secondary-background);
}

.mat-mobile-filter-modal .mat-options-view {
  display: none;
}

.mat-mobile-filter-modal .uk-width-1-4 {
  width: 100%!important;
}
.mat-mobile-filter-modal .uk-width-expand {
  display: none;
}


.mat-mobile-filter-modal .uk-modal-dialog {
  padding: 20px;
}

.mat-mobile-filter-modal .mat-options-wrapper {
  font-size: 14px;
}

.mat-mobile-filter-modal .mat-options-filter-online {
  width: 100%;
  gap: 8px;
}
.mat-mobile-filter-modal .mat-options-filter-online > div {
  width: 100%;
}
.mat-mobile-filter-modal .mat-options-filter-module {
  display: flex;
  flex: 1 1 100%;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.mat-mobile-filter-modal .mat-options-filter-available  {
  display: flex;
  flex: 1 1 100%;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.mat-mobile-filter-modal .tpl-switch  {
  margin-right: 16px;
}

.mat-mobile-filter-modal .mat-options-filter-row {
  width: 100%;
}
.mat-mobile-filter-modal .mat-options-filter-search {
  /* display: none; */
  flex: 1 1 100%;
}
.mat-mobile-filter-modal .mat-options-filter-speaker {
  /* display: none; */
  flex: 1 1 100%;
}
.mat-mobile-filter-modal .mat-options-filter-month {
  flex: 1 1 50%;
}
.mat-mobile-filter-modal .mat-options-filter-year {
  flex: 1 1 50%;
}

.mat-mobile-filter-modal .mat-mobile-filter-modal-button {
  margin: 16px auto;
}

@media only screen and (max-width: 1220px) {

  .mat-mobile-filter-modal .mat-options-filter-online {
    gap: 16px;
  }
}

@media only screen and (max-width: 960px) {
  .mat-options-wrapper {
    display: none!important;
  }
}
@media only screen and (min-width: 961px) {
  .mat-mobile-filter {
    display: none!important;
  }
}

.mat-mobile-filter-modal .mat-options-wrapper {
  display: block!important;
}

/* Eventlist */

.mat-result-item {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 5px var(--muted-background);
}

.mat-result-item .mat-result-item-status {
  margin-bottom: 10px;
}

.mat-result-item .mat-result-item-title-desc  {
  padding-right: 15px;
}

.mat-result-item .mat-result-item-title-desc h2 {
  margin: 0;
  color: var(--link-color);
}

.mat-result-item .mat-result-item-info-actions  {
  padding-left: 0;
}

.mat-result-item .mat-result-item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.mat-result-item .mat-result-item-info ul li {
  margin: 0;
  color: var(--text-muted);
}

.mat-result-item .mat-result-item-info .mat-result-location-online img,
.mat-result-item .mat-result-item-info .mat-result-location-city img,
.mat-result-item .mat-result-item-info .mat-result-location-location img,
.mat-result-item .mat-result-item-info .mat-result-location-text img,
.mat-result-item .mat-result-item-info .mat-result-date img {
  height: 18px;
  width: 18px;
  padding-right: 6px;
}



.mat-details-termine .mat-result-item .mat-result-item-info .mat-result-location-city img {
  margin-right: 12px;
}

.mat-result-item .mat-result-item-info .mat-result-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.75;
  padding-top: 3px;
  padding-left: 0!important;
}

.mat-result-item .mat-result-item-info .mat-result-date img {
  margin-right: 6px;
}

.mat-details-termine .mat-result-item .mat-result-item-info .mat-result-date {
  align-items: flex-start;
}

.mat-result-item .mat-result-item-info .mat-result-date > div {
  line-height: 1.25;
}

.mat-result-item .mat-result-item-actions {
  gap: 24px;
}

.mat-result-item .mat-result-item-booking button {
  width: 152px;
  padding: 0 20px;
}
.mat-result-item .mat-result-item-booking button[disabled="disabled"] {
  color: #999;
}
.mat-result-item .mat-result-item-action-expand {
  width: auto;
}


.mat-result-item .mat-result-item-location {
  /* padding: 4px 6px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  border-radius: 10px;
  background: var(--fourth-background);
}
.mat-result-item .mat-result-item-actions .watchlist-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  min-height: 32px;
  width: 32px;
  min-width: 32px;
}
/* .mat-result-item .mat-result-item-actions .watchlist-button {
  padding-top: 6px;
} */

.mat-no-events-found {
  padding: 16px;
  width: 100%;
  text-align: center;
  color: var(--text-muted);
  border: solid 3px var(--muted-background);
  border-radius: 20px;
}

#seminare .mat-result-item .mat-result-item-actions {
  flex: 1 1 auto;
}


/* Result Card View */
.tpl-window-small .mat-result-holder,
.tpl-window-medium .mat-result-holder,
.mat-result-view-card .mat-result-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tpl-window-small .mat-result-holder:after,
.tpl-window-medium .mat-result-holder:after,
.mat-result-view-card .mat-result-holder:after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}

.tpl-window-small .mat-result-item,
.tpl-window-medium .mat-result-item,
.mat-result-view-card .mat-result-item {
  position: relative;
  width: 32%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  margin-top: 48px !important;
  /* height: max-content; */
}
/* .mat-result-view-card .mat-result-item .mat-result-item-status {
  display: none;
} */

.tpl-window-small .mat-result-item .mat-result-item-title-desc,
.tpl-window-medium .mat-result-item .mat-result-item-title-desc,
.tpl-window-small .mat-result-item .mat-result-item-info-actions,
.tpl-window-medium .mat-result-item .mat-result-item-info-actions,
.tpl-window-small .mat-result-item .mat-result-item-info,
.tpl-window-medium .mat-result-item .mat-result-item-info,
.tpl-window-small .mat-result-item .mat-result-item-actions,
.tpl-window-medium .mat-result-item .mat-result-item-actions,
.mat-result-view-card .mat-result-item .mat-result-item-title-desc,
.mat-result-view-card .mat-result-item .mat-result-item-info-actions,
.mat-result-view-card .mat-result-item .mat-result-item-info,
.mat-result-view-card .mat-result-item .mat-result-item-actions {
  width: 100%;
}

.tpl-window-small .mat-result-item .mat-result-item-title-desc h2,
.tpl-window-medium .mat-result-item .mat-result-item-title-desc h2,
.mat-result-view-card .mat-result-item .mat-result-item-title-desc h2{
  font-size: 24px;
}

.tpl-window-small .mat-result-item .mat-result-item-actions,
.tpl-window-medium .mat-result-item .mat-result-item-actions,
.mat-result-view-card .mat-result-item .mat-result-item-actions {
  margin-top: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tpl-window-small .mat-result-item .mat-result-item-location,
.tpl-window-medium .mat-result-item .mat-result-item-location,
.mat-result-view-card .mat-result-item .mat-result-item-location {
  position: absolute;
  top: -28px;
  right: 28px;
}

.tpl-window-small .mat-result-item .mat-result-item-info ul,
.tpl-window-medium .mat-result-item .mat-result-item-info ul,
.mat-result-view-card .mat-result-item .mat-result-item-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.mat-result-view-card .mat-result-item .mat-result-item-info {
  padding-left: 30px;
}

.tpl-window-small .mat-result-holder:after,
.tpl-window-medium .mat-result-holder:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.tpl-window-small .mat-result-item,
.tpl-window-medium .mat-result-item {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  /* height: max-content; */
}

@media only screen and (max-width: 1400px) {
  .mat-result-view-card .mat-result-holder:after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
  .mat-result-view-card .mat-result-item {
    width: 49%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    /* height: max-content; */
  }
}

@media only screen and (max-width: 1032px) {
  .mat-result-item-booking .mat-details-termine .mat-result-item-booking button {
      width: 128px;
  }
}

@media only screen and (max-width: 960px) {
  .mat-result-holder {
    opacity: 0!important;
  }
  .mat-result-item .mat-result-item-info {
    padding-left: 30px;
  }
  .tpl-window-small .mat-result-holder,
  .tpl-window-medium .mat-result-holder {
    opacity: 1!important;
  }
}

/* Result Calendar */

.mat-result-container .mat-calendar-holder {
  display: none!important;
}

.mat-result-container.mat-result-view-calendar .mat-result-holder {
  display: none!important;
}
.mat-result-container.mat-result-view-calendar .mat-calendar-holder {
  display: block!important;
}

/* Result Details show */

.mat-result-item-details-container,
.mat-module-container {
  display: none;
}
.mat-result-item-details-container.show,
.mat-module-container.show {
  display: block;
}

.mat-result-item-action-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  min-height: 32px;
  width: 32px;
  min-width: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 1.33 ease-in-out;
  -o-transition: all 1.33 ease-in-out;
  transition: all 1.33 ease-in-out;
}
.mat-result-item-action-expand.show img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Result Details */

.mat-result-item-details {
  -webkit-box-shadow: var(--box-shadow-third);
          box-shadow: var(--box-shadow-third);
  /* padding-top: 40px!important;
  padding-bottom: 40px!important; */
}
.mat-result-item-details .uk-h4 {
  color: var(--text-color);
  margin-bottom: 10px;
}
.mat-result-item-details p {
  margin: 0;
}

.mat-result-item-details .uk-button-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-muted);
  text-align: left;
  width: 100%;
  line-height: 20px;
}

.mat-result-item-details .mat-result-item-details-price {
  text-align: center;
  -webkit-box-shadow: var(--box-shadow-primary);
          box-shadow: var(--box-shadow-primary);
}
.mat-result-item-details .mat-result-item-details-price .uk-button {
  white-space: nowrap;
  margin-top: 20px;
}

.mat-result-item-details .mat-result-item-details-price .mat-price-row {
  margin-bottom: 20px;
}
.mat-result-item-details .mat-result-item-details-price .mat-price-row-price {
  font-weight: 500;
  font-size: 22px;
}
.mat-result-item-details .mat-result-item-details-price .mat-price-row-name {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
}
.mat-result-item-details .mat-result-item-details-price .mat-price-info {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  margin-top: 20px;
}
.mat-result-item-details .mat-result-item-details-price .mat-price-bv {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  margin-top: 20px;
  color: var(--link-hover-color);
}
.mat-result-item-details .mat-result-item-details-button-booking,
.mat-result-item-details .mat-result-item-details-button-details {
  text-align: center;
  margin-top: 30px;
}
/* Result Details Module */

.mat-result-module {
  -webkit-box-shadow: var(--box-shadow-third);
          box-shadow: var(--box-shadow-third);
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}

.mat-result-module-content {

}

.mat-result-module-content h3 {
  margin-bottom: 0!important;
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color);
}

.mat-result-module-content .uk-button-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-muted);
}

.mat-result-module-content .uk-button {
  text-align: center;
  white-space: nowrap;
}

.mat-result-module-content .mat-result-module-meta {
  font-size: 14px;
  width: 100%;
}

.mat-result-module-content .mat-result-module-title-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
        margin-top: 0!important;
}
.mat-result-module-content .mat-result-module-info-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* Result Details Referenten Slider */

.mat-result-item-details .mat-result-slider-speaker {
  /* overflow: hidden; */
}
.mat-result-item-details .mat-result-slider-speaker .uk-card-media-top {
  position: relative;
  border-radius: 20px;
}
.mat-result-item-details .mat-result-slider-speaker .uk-card-body {
  text-align: center;
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
  font-style: italic;
}

.mat-result-item-details .mat-result-slider-speaker a:hover .uk-card-media-top:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-size: 32px;
  font-weight: bold;
  color: var(--secondary-background);
  transform: translate(-50%, -50%);
}
.mat-result-item-details .mat-result-slider-speaker a:hover .uk-card-media-top:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  width: 100%;
  content: "";
  background-color: var(--primary-background);
  opacity: .55;
}

@media only screen and (max-width: 640px) {
  .mat-result-item-details .mat-result-slider-speaker .uk-card-body {
    display: none;
  }
}


/* Result Status */
.mat-result-item-status .result-status {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  color: var(--text-muted);
  margin-right: 8px;
  padding: 2px 12px 2px 8px;
  border-radius: 8px;
  border: 2px solid var(--third-background);;
  border-left-width: 15px;
  white-space: nowrap;
}
.mat-result-item-status .status-0 {
  border-color: var(--third-background);
}
.mat-result-item-status .status-1 {
  border-color: var(--secondary-background);
}
.mat-result-item-status .status-2 {
  border-color: var(--secondary-background);
}
.mat-result-item-status .status-3 {
  border-color: var(--warning-background);
}
.mat-result-item-status .status-5 {
  border-color: var(--fourth-background);
}

.mat-result-item-status .status-booked {
  display: block;
  white-space: initial;
  width: max-content;
  border-color: var(--primary-background);
  margin-top: 8px;
}
.mat-result-item-status .status-daytime {
  border-color: var(--primary-background);
}

.mat-result-item-status .status-booked .result-booking-info-link {
  display: inline-block;
}

/* Result Pagination */
.mat-pagination {
  margin-top: 30px;
}

/* Seminar Details*/

.mat-details {
}
.mat-details-left {
}
.mat-details-right {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  padding-bottom: 100px;
}
.mat-details-right:after {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: -o-linear-gradient(transparent, #fff);
  background-image: linear-gradient(transparent, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(65%, rgba(255,255,255,0.7063025893951331)), to(rgba(255,255,255,1)));
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7063025893951331) 65%, rgba(255,255,255,1) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7063025893951331) 65%, rgba(255,255,255,1) 100%);
  z-index: 99999;
}

.mat-details .mat-details-programm ul {
  padding-left: 22px;
  list-style-image: url("/images/template/check_doppelt_schwarz.svg");
  list-style-image: url("/images/template/check_doppelt.svg");
  text-align: left;
}

.mat-details .mat-details-programm ul ul {
  list-style-image: url("/images/template/check_doppelt_gruen.svg");
}

@media only screen and (max-width: 960px) {
  .mat-details-left {
    order: 2;
  }
  .mat-details-right {
    order: 1;
    padding-bottom: 30px;
  }
}

/* Seminar Details Header */

.tpl-section-teaser-details {
  position: relative;
}
.tpl-section-teaser-details > .uk-container {
  position: relative;
}
.tpl-section-teaser-details .uk-background-cover {
  border-radius: 40px;
  overflow: hidden;
  padding-top: 320px;
  padding-bottom: 60px;
}
.tpl-section-teaser-details .tpl-section-teaser-panel {
  position: relative;
  z-index: 2;
}
.tpl-section-teaser-details .tpl-section-teaser-panel::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -420px;
  left: -220px;
  width: 1200px;
  height: 1200px;
  content: '';
  background-image: url('/images/template/blob_big_dunkelgruen.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: -1;
  overflow: visible;
  opacity: .7;
}
.tpl-section-teaser-details .tpl-section-teaser-panel::after {
  display: none;
}
.tpl-section-teaser-details .tpl-section-teaser-panel .el-title {
  position: relative;
  font-size: 42px;
  font-weight: 600;
  color: #fff;
}
.tpl-section-teaser-details .tpl-section-teaser-panel .el-title::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -10px;
  left: -200px;
  width: 160px;
  height: 160px;
  content: '';
  background-image: url('/images/template/fingerabdruck_orange.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1;
}
.tpl-section-teaser-details .tpl-section-teaser-panel .el-content {
  font-size: 18px;
  color: #fff;
}
.tpl-section-teaser-details nav.uk-navbar-container {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 0;
  right: auto;
  width: 80%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  border: solid 3px var(--muted-background);
  border-radius: 20px;
  z-index: 2;
}
.tpl-section-teaser-details .uk-navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 32px;
}
.tpl-section-teaser-details .uk-navbar-nav > li > a {
  font-size: 16px;
  min-height: initial;
}

.tpl-section-teaser-button-mobile {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.tpl-section-teaser-button-mobile a {
  white-space: nowrap;
}

@media only screen and (max-width: 960px) {
  .mat-details-right:after {
    display: none;
  }

  .tpl-section-teaser-details .tpl-section-teaser-panel {
    width: 88%;
    margin: 0 auto;
  }
  .tpl-section-teaser-details .tpl-section-teaser-panel .el-title::after {
    top: -10px;
    left: -100px;
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .tpl-section-teaser-details {
    margin-bottom: 96px;
  }
  .tpl-section-teaser-details .uk-background-cover {
    padding-bottom: 20px;
    background-position: 0 50%;
  }
  .tpl-section-teaser-details .tpl-section-teaser-panel {
    width: 70%;
  }
  .tpl-section-teaser-details .tpl-section-teaser-panel > div:last-of-type {
    margin: 0;
  }
  .tpl-section-teaser-details .tpl-section-teaser-panel .el-title {
    font-size: 28px;
  }
  .tpl-section-teaser-details .tpl-section-teaser-panel .el-title::after {
    top: 0;
    left: -80px;
    width: 80px;
    height: 80px;
  }
  .tpl-section-teaser-details nav.uk-navbar-container {
    bottom: -92px;
  }
  .tpl-section-teaser-details {
    margin-bottom: 112px;
  }
  .tpl-section-teaser-details .uk-background-cover {
    padding-bottom: 30px;
  }
  .tpl-section-teaser-details nav.uk-navbar-container ul {
    padding: 0;
    flex-wrap: wrap;
  }
  .tpl-section-teaser-details nav.uk-navbar-container ul li {
    flex: 0 0 45%;
  }
  .tpl-section-teaser-details .tpl-section-teaser-panel::before {
    width: 900px;
  }
  .tpl-section-teaser-details .tpl-section-teaser-panel .uk-button {
    display: none;
  }
  .tpl-section-teaser-details .tpl-section-teaser-panel .el-title::after {
    top: -20px;
    left: -100px;
    width: 90px;
    height: 90px;
  }
  .tpl-section-teaser-button-mobile {
    display: block;
  }
}

/* Details Preis */

.mat-details-price {
  border-radius: 20px;
}
.mat-details-price .mat-details-tab-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.mat-details-price .mat-details-tab-tabs li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0;
  background-color: var(--muted-background);
}
.mat-details-price .mat-details-tab-tabs li a {
  color: var(--primary-background);
}
.mat-details-price .mat-details-tab-tabs li.uk-active {
  background-color: var(--primary-background);
}
.mat-details-price .mat-details-tab-tabs li.uk-active a {
  color: #fff;
}
.mat-details-price .mat-details-tab-content {
  padding: 20px;
  text-align: center;
  border: solid 5px var(--muted-background);
  border-top: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.mat-details-price .mat-details-tab-content-details .uk-button {
  white-space: nowrap;
  margin-top: 20px;
}
.mat-details-price .mat-details-tab-content-details .mat-price-row {
  margin-bottom: 20px;
}
.mat-details-price .mat-details-tab-content-details .mat-price-row-price {
  font-weight: 500;
  font-size: 22px;
}
.mat-details-price .mat-details-tab-content-details .mat-price-row-name {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
}
.mat-details-price .mat-details-tab-content-details .mat-price-info {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  margin-top: 20px;
}
.mat-details-price .mat-details-tab-content-details .mat-price-bv {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  margin-top: 20px;
  color: var(--link-hover-color);
}
.mat-details-tab-content-inhouse .uk-h2 {
  color: var(--third-background);
}
.mat-details-tab-content-inhouse ul li {
  font-size: 16px;
  /* line-height: 22px; */
}
.mat-details-tab-content-inhouse .uk-button {
  background: var(--third-background);
  border-color: var(--third-background);
}
.mat-details-tab-content-inhouse .uk-button:hover {
  background: var(--fourth-background);
  border-color: var(--fourth-background);
  color: #fff;
}
.mat-details-price .mat-details-list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}
.mat-details-price .mat-details-list-info li {
  font-size: 12px;
  font-style: italic;
}

/* Details Programm */

.mat-details-programm-box {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-top: 40px;
  padding: 20px;
  border: solid 5px var(--muted-background);
  border-radius: 20px;
  text-align: left;
}
.mat-details-programm-box .uk-h4 {
  margin-bottom: 0;
}
.mat-details-programm-box p {
}

.mat-details-programm-box .uk-button-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-muted);
  text-align: left;
  width: 100%;
  line-height: 20px;
}

/* Details Referenten */
.mat-details-speaker {
  margin-top: 30px;
  padding-bottom: 50px;
}
.mat-details-speaker .mat-details-slider-speaker {
  margin: 0;
  padding-bottom: 0;
}
.mat-details-speaker h2 {
  color: var(--text-color);
}
.mat-details-speaker .uk-card-media-top {
  position: relative;
  border-radius: 20px;
}
.mat-details-speaker .uk-card-body {
  text-align: center;
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
  font-style: italic;
}
.mat-details-speaker a:hover .uk-card-media-top:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-size: 32px;
  font-weight: bold;
  color: var(--secondary-background);
  transform: translate(-50%, -50%);
}
.mat-details-speaker a:hover .uk-card-media-top:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  width: 100%;
  content: "";
  background-color: var(--primary-background);
  opacity: .55;
}


@media only screen and (max-width: 960px) {
  .mat-details-speaker {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .mat-details-speaker .mat-details-slider-speaker {
    padding: 0 60px;
  }
  /* .mat-details-speaker .mat-details-slider-speaker .uk-slidenav-previous {
    left: -80px;
  }
  .mat-details-speaker .mat-details-slider-speaker .uk-slidenav-next  {
    right: -80px;
  } */
}

/* Details Paket Module */

.mat-details-module-names {
  display: inline-block;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 20px;
  border: 2px solid var(--muted-background);
}
.mat-details-module-names h3 {
  margin-bottom: 10px;
}
.mat-details-module-names-list {
  list-style-image: none!important;
  list-style: none!important;
  margin: 0;
  padding-left: 40px!important;
}
.mat-details-module-names-list a {
  color: var(--text-color);
}

.mat-details-module {
  margin-top: 40px;
}
.mat-details-module h3 {
  margin-bottom: 40px;
}
.mat-details-module-modul {
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 20px;
  box-shadow: 0 0 5px 2px rgba(148,186,59,.25);
}
.mat-details-module-modul-meta {
  font-size: 14px;
  margin-bottom: 8px;
}
.mat-details-module-modul-title {
  color: var(--third-background);
  margin: 0;
}
.mat-details-module-modul-link {

}

/* Details Filter */

.mat-details-termine .mat-options-title,
.mat-details-termine .mat-options-filter-online,
.mat-details-termine .mat-options-filter-speaker,
.mat-details-termine .mat-options-filter-available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mat-details-termine .mat-options-title {

}
.mat-details-termine .mat-options-filter-online {

}
.mat-details-termine .mat-options-filter-speaker {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mat-details-termine .mat-options-filter-speaker select {
  border-radius: 8px;
  border-width: 2px;
  color: var(--text-muted);
  min-width: 220px;
  width: auto;
}
.mat-details-termine .mat-options-filter-available {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mat-details-termine .mat-result-item-expand a.show img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Details Termine */
.mat-details-termine {
  margin-bottom: 80px;
}

.mat-details-termine .mat-result-item-status {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-bottom: 0;
}

.mat-details-termine .mat-result-item-info {
  display: flex;
  align-items: center;
}
.mat-details-termine .mat-result-item-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  list-style: none;
  gap: 32px;
}

.mat-details-termine .mat-result-item-info ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  color: var(--text-color);
}
.mat-details-termine .mat-result-item-info ul li img {
  width: 24px!important;
  height: 24px!important;
  margin-right: 16px;
}
.mat-details-termine .mat-result-item-expand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mat-details-termine .mat-result-item-expand img {
  margin-right: 16px;
}
.mat-details-termine .mat-result-item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mat-details-termine .mat-result-item-actions .watchlist-button {
  padding-top: 0!important;
}
.mat-details-termine .mat-result-item-booking {
  justify-content: center;
  align-items: center;
  display: flex;
}
.mat-details-termine .mat-result-item-booking button {
  width: 164px;
  padding: 0 25px;
}

.mat-details-termine .mat-result-item .result-booking-info > * {
  display: block;
}

@media only screen and (max-width: 1100px) {
  .mat-details-termine .mat-result-item-info ul li {
    flex: 1 1 100%;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 960px) {

  .mat-details-termine  {
    margin-top: 40px;
  }
  .mat-details-termine .mat-options-wrapper {
    display: block!important;
    padding: 0 20px;
  }
  .mat-details-termine .mat-options-wrapper .tpl-switch  {
    margin-right: 16px;
  }
  .mat-details-termine .mat-options-title {
    flex: 1 1 100%;
  }
  .mat-details-termine .mat-options-online {
    flex: 1 1 100%;
    margin: 0;
  }
  .mat-details-termine .mat-options-filter-available {
    display: flex;
    flex: 1 1 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .mat-details-termine .mat-result-item-content {
    display: flex;
    align-items: baseline;
  }
  .mat-details-termine .mat-result-item-status {
    order: 1;
    margin-top: 12px!important;
  }
  .mat-details-termine .mat-result-item-info {
    flex: 1 0 100%;
    order: 0;
  }
  .mat-details-termine .mat-result-item-info .mat-result-date img {
    margin-right: 16px;
  }
  .mat-details-termine .mat-result-item-expand {
    order: 3;
    margin-top: 12px!important;
    margin-right: 32px;
    margin-left: auto;
  }
  .mat-details-termine .mat-result-item-action {

  }
  .mat-details-termine .mat-result-item-actions {
    order: 2;
    width: auto!important;
    margin-top: 0!important;
    margin-left: 42px;
    height: 42px;
    top: 9px;
    position: relative;
  }
  .mat-details-termine .mat-result-item-action .watchlist-button {
    display: block;
  }

  .mat-details-termine .mat-result-item-booking {
    order: 3;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 700px) {
  .mat-details-termine .mat-result-item-content {
    justify-content: center;
  }
  .mat-details-termine .mat-result-item-status {
    flex: 1 1 100%;
  }
  .mat-details-termine .mat-result-item-expand {
    margin-left: 0;
  }
  .mat-details-termine .mat-result-item-actions {
    margin-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  .mat-details-termine .mat-options-filter-speaker {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 460px) {
  .mat-details-termine .mat-result-item-info ul {
    flex-wrap: wrap;
    gap: 4px!important;
  }
}

@media only screen and (max-width: 320px) {
  .mat-details-termine .mat-result-item-status  {
    flex-direction: column;
    gap: 12px;
  }
}


/* Referenten Filter */
.mat-organizer-page .mat-options-wrapper {
  margin-top: 42px;
}
.mat-organizer-page .mat-options-wrapper .mat-options-title h4 {
  margin-bottom: 0;
}
.mat-organizer-page .mat-options-wrapper .mat-options-title span {
  font-size: 16px;
}

.mat-organizer-termine .mat-options-title,
.mat-organizer-termine .mat-options-filter-online,
.mat-organizer-termine .mat-options-filter-speaker,
.mat-organizer-termine .mat-options-filter-available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mat-mobile-filter-modal .mat-options-title {
  display: none;
}

/* Referenten Termine */
.mat-organizer-termine {
  margin-top: 40px;
}

/* Upcomming Events */
.mat-upcomingevents .mat-options-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.mat-upcomingevents .mat-options-wrapper ul {
  gap: 8px;
}
.mat-upcomingevents .mat-options-wrapper li label {
  background: #fff;
  border-radius: 10px;
  padding: 13px;
}
.mat-upcomingevents .mat-result-item-action-expand {
  display: none;
}

/* Watchlist & Bookinglist */
.mat-watchlist-empty,
.mat-bookinglist-empty {
  border: 3px solid var(--border-bright);
  box-shadow: none;
}

#mat-watchlist-page .mat-watchlist-events .mat-result-item-info-actions > .uk-flex-between  {
  justify-content: flex-start;
}
#mat-watchlist-page .mat-watchlist-events .mat-result-item-info-actions .mat-result-item-info {
  flex: 0 1 152px;
}


/* Booking */

#mat-booking-page .mat-booking-kopiere-teilnehmer {
  margin-bottom: 10px;
}

#mat-booking-page #payment-method {
  display: none;
}
/* Coupon Code */
#mat-booking-page #coupon-code-container {
  display: none;
}
#mat-booking-page #ticket_fees0 {
  display: none;
}
#mat-booking-page #total-amount-container {
  display: none;
}
#mat-booking-page #total-amount-container {
  display: none;
}




#mat-booking-page .ticket-places {
  pointer-events: none;
  touch-action: none;
  text-align: center;
  padding: 0 10px;
  border-radius: 15px;
}
#mat-booking-page .ticket-row > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#mat-booking-page .ticket_places_minus,
#mat-booking-page .ticket_places_plus {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
#mat-booking-page .ticket_places_minus i,
#mat-booking-page .ticket_places_plus i {
  font-size: 24px;
  color: var(--primary-background);
}

#mat-booking-page #coupon-code-container #btn-coupon-apply{
  height: 48px;
  line-height: 32px;
  border: 4px solid var(--muted-background);
  color: var(--text-muted);
}
#mat-booking-page #coupon-code-container #btn-coupon-apply:hover{
  border: 4px solid var(--third-background);
  background-color: var(--third-background);
  color: #fff;
}

#mat-booking-page .cforms_navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}

#mat-booking-page #book-kombiangebot table td {
  padding-bottom: 0;
}
#mat-booking-page #book-kombiangebot .uk-button-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-muted);
}
#mat-booking-page #book-kombiangebot .kombi-preis-normal {
  display: inline-block;
  position: relative;
  color: var(--text-color);
}
#mat-booking-page #book-kombiangebot .kombi-preis-normal:after {
  content:'';
  position: absolute;
  top: 50%;
  left: -2px;
  right: -2px;
  border-bottom: 3px solid var(--warning-background);
}

@media only screen and (max-width: 543px) {
  #mat-booking-page .cforms_navigation > div > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  /* #mat-booking-page [data-field-id="43"] .control-label, */
  #mat-booking-page [data-field-id="20"] .control-label {
    height: 20px;
  }
  /* #mat-booking-page [data-field-id="43"] .control-label label, */
  #mat-booking-page [data-field-id="20"] .control-label label {
    bottom: -6px;
    font-size: 14px;
  }
  #mat-booking-page [data-field-id="44"] .control-label {
    padding-top: 16px;
    margin-bottom: 0;
  }
  #mat-booking-page [data-field-id="44"] .control-label label {
    line-height: 1.5;
  }
}


@media only screen and (max-width: 960px) {

}

/*
 */

/* Bookingbasket */

.mat-bookingbasket .mat-bookingbasket-checkbox {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 48px;
}
.mat-bookingbasket .mat-bookingbasket-checkbox .uk-checkbox {
  margin-top: 8px;
}
.mat-bookingbasket .mat-bookingbasket-checkbox span {
  margin-left: 20px;
  line-height: 20px;
}

.mat-bookingbasket .uk-checkbox {
  border-color: var(--primary-background);
  min-height: 32px;
  min-width: 32px;
}
.mat-bookingbasket .mat-bookingbasket-empty {
  text-align: center;
  margin: 32px 0;
}

.mat-bookingbasket .mat-bookingbasket-events .mat-td-fill {

  min-width: 64px;
}
.mat-bookingbasket .mat-bookingbasket-events .mat-row-hr td {
  padding: 48px 0!important;
}

.mat-bookingbasket .mat-bookingbasket-events hr {
  border-top: 2px solid var(--primary-background);
}

.mat-bookingbasket .mat-bookingbasket-event-row td {
  vertical-align: top;
}

.mat-bookingbasket .mat-bookingbasket-event-row-delete {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  margin-top: 4px;
}
.mat-bookingbasket .mat-bookingbasket-event-row-delete img {
  height: auto;
  width: 12px;
}

.mat-bookingbasket .mat-bookingbasket-event-extra-row,
.mat-bookingbasket .mat-bookingbasket-event-discount-row {
  font-size: 14px;
}
.mat-bookingbasket .mat-bookingbasket-event-extra-row td,
.mat-bookingbasket .mat-bookingbasket-event-discount-row td {
  padding-top: 0;
  padding-bottom: 0;
}

.mat-bookingbasket .mat-bookingbasket-event-tn-row {
  font-size: 14px;
}
.mat-bookingbasket .mat-bookingbasket-event-tn-row td {
  padding-top: 0;
  padding-bottom: 0;
}
.mat-bookingbasket div.mat-bookingbasket-event-row ~ .mat-bookingbasket div.mat-bookingbasket-event-row {
  margin-bottom: 40px;
}

.mat-bookingbasket .mat-bookingbasket-event-sum-row td {
  padding-top: 0;
  padding-bottom: 4px;
}

.mat-bookingbasket .mat-bookingbasket-event-sum-row strong {
  font-size: 16px;
  color: var(--text-dark-green);
}
.mat-bookingbasket .mat-bookingbasket-event-sum-row span {
  font-size: 16px;
  font-style: italic;
  color: var(--text-dark-green);
}

.mat-bookingbasket .mat-price-cell {
  white-space: nowrap;
}

.mat-bookingbasket-table-mobile {
  display: none;
}
.mat-bookingbasket-table-mobile tr {
  width: 100%;
}
.mat-bookingbasket-table-mobile form {
  display: inline-block!important;
}
.mat-bookingbasket-table-mobile .mat-bookingbasket-event-tn-row {
  font-size: 16px;
}

.mat-bookingbasket .mat-bookingbasket-confirm {
  width: 100%;
}
.mat-bookingbasket .mat-bookingbasket-continue {
  width: 100%;
}

.mat-bookingbasket #coupon-group {
  /* width: 30%; */
}
.mat-bookingbasket #coupon-group label {
  font-size: 14px;
}
.mat-bookingbasket #coupon-group p {
  font-size: 14px;
  margin-top: 10px;
}

.mat-bookingbasket #coupon-group input {
  border-radius: 500px;
  margin-right: 10px;
}

.mat-bookingbasket .mat-bookingbasket-submit-form {
  margin-top: 32px;
}

.mat-bookingbasket-table {
  margin-top: 0!important;
}


@media only screen and (max-width: 960px) {
  .mat-bookingbasket .mat-bookingbasket-events {
    margin-top: 0;
  }
  .mat-bookingbasket .mat-bookingbasket-address {
    order: 0;
  }
  .mat-bookingbasket .mat-bookingbasket-checkboxes {
    order: 2;
  }
  .mat-bookingbasket .mat-bookingbasket-events {
    order: 1;
  }
  .mat-bookingbasket .mat-bookingbasket-submit {
    order: 3;
  }
  .mat-bookingbasket .mat-bookingbasket-submit {
    width: 100%;
    order: 3;
    text-align: center!important;
  }
  .mat-bookingbasket .mat-bookingbasket-confirm {
    order: 1;
  }
  .mat-bookingbasket .mat-bookingbasket-continue {
    order: 3;
  }


  .mat-bookingbasket-table {
    display: none;
  }
  .mat-bookingbasket-table-mobile {
    display: block;
  }
  .mat-bookingbasket .mat-bookingbasket-checkboxes {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .mat-bookingbasket .mat-bookingbasket-checkbox {
    height: auto;
    padding: 4px 0;
    justify-content: start;
    align-items: flex-start;
  }
  .mat-bookingbasket .mat-bookingbasket-checkbox .uk-checkbox {
    margin-top: 2px;
  }

  .mat-bookingbasket .mat-bookingbasket-checkboxes .uk-tile {
    padding: 20px;
  }

  .mat-bookingbasket .mat-bookingbasket-confirm {
    margin-top: 0;
  }
  .mat-bookingbasket .mat-bookingbasket-confirm td {
    display: block;
    text-align: left;
    padding: 4px 0;
  }
  .mat-bookingbasket .mat-bookingbasket-confirm .mat-bookingbasket-event-tn-row {
    font-size: 16px;
  }

}


/* Kalender */

.mat-calendar-holder {
  position: relative;
}

.fc .fc-toolbar .fc-center h2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--link-hover-color);
}

.fc .fc-head,
.fc .fc-head td {
  border: none;
}

.fc .fc-head .fc-widget-header {
  margin-bottom: 48px;
}
.fc .fc-head .fc-day-header {
  background-color: var(--secondary-background);
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 2px solid #fff!important;
}

.fc td, .fc th {
  border-color: var(--muted-background)!important;
  border-width: 3px;
}

.fc .fc-bg {
  background-color: #fff;
}

.fc .fc-event {
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  border: none!important;
}
.fc .fc-event.type-online {
  background-color: var(--fourth-background)!important;
}
.fc .fc-event.type-praesenz {
  background-color: var(--third-background)!important;
}

.fc .fc-event .fc-time {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.fc .fc-event .fc-content {
  font-size: 14px;
  white-space: inherit;
}

.fc .fc-event .fc-type {
  position: relative;
  display: block;
  font-weight: bold;
  padding-left: 24px;
  padding-bottom: 4px;
}
.fc .fc-event .fc-type:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("/images/template/wolke.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  user-select: none;
  border: none;
}
.fc .fc-event .fc-type.fc-type-praesenz:before {
  background-image: url("/images/template/pin_praesenz.svg");
}


.qtip.qtip-default {
  min-width: 380px;
  border: 1px solid #64af87;
  background-color: #fff;
  border-radius: 3px;
}
.qtip .qtip-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 10px;
}
.qtip .qtip-content div {
  font-size: 14px;
  line-height: 1;
  color: var(--text-color);
}

/* Formular */
.convertforms .select {
}

.convertforms .form-select,
.convertforms .uk-select,
.convertforms select {
  color: var(--text-muted)!important;
}

.convertforms .tpl-select-seminar .form-select:not([multiple])[size="1"],
.convertforms .tpl-select-seminar .form-select:where(select):not([multiple]):not([size]),
.convertforms .tpl-select-seminar .uk-select:not([multiple]):not([size]) {
  background-position: 98% 55%;
}

.convertforms [data-name="Anrede"] {
  padding-top: 16px;
}
.convertforms [data-name="Anrede"] .cf-control-label {
  display: none;
}

.convertforms .tpl-headline-underline {
  position: relative;
}

.tpl-kontakt-formular-opener {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  width: 32px;
  cursor: pointer;
}
.tpl-kontakt-formular-opener:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 32px;
  font-weight: bold;
  color: var(--third-background);
}
.convertforms.open .tpl-kontakt-formular-opener:before {
  content: "\f077";
}

#kontakt .cf-control-group {
  display: none;
}
#kontakt [data-key="48"].cf-control-group,
#kontakt .convertforms.open .cf-control-group {
  display: block!important;
}

#kontakt .tpl-kontakt-global [data-key="48"] h2 {
  cursor: pointer;
}

#kontakt .tpl-kontakt-kontakt .convertforms .cf-control-group {
  display: block;
}
#kontakt .tpl-kontakt-kontakt .convertforms .tpl-kontakt-formular-opener {
  display: none;
}