@charset "UTF-8";
.tx-nf-lkcal {
  position: relative;
  min-height: 300px;
}
.tx-nf-lkcal .cal-no-result {
  font-size: larger;
  color: #8c8c8c;
}
.tx-nf-lkcal .cal-category {
  font-weight: bold;
  text-transform: uppercase;
}
.tx-nf-lkcal .cal-search-widget {
  background-color: #eff0f2;
  padding: 15px;
  margin: 15px 0;
}
.tx-nf-lkcal .cal-search-widget option.primary {
  background-color: #eff0f2;
  text-transform: uppercase;
}
.tx-nf-lkcal .cal-search-widget #calSearchDetailsToggleMore {
  display: block;
}
.tx-nf-lkcal .cal-search-widget #calSearchDetails, .tx-nf-lkcal .cal-search-widget #calSearchDetailsToggleLess {
  display: none;
}
.tx-nf-lkcal .cal-search-widget.cal-search-detail #calSearchDetailsToggleMore {
  display: none;
}
.tx-nf-lkcal .cal-search-widget.cal-search-detail #calSearchDetails, .tx-nf-lkcal .cal-search-widget.cal-search-detail #calSearchDetailsToggleLess {
  display: block;
}
.tx-nf-lkcal .cal-search-widget #calSearchDetails, .tx-nf-lkcal .cal-search-widget #calSearchDetailsToggleLess {
  display: none;
}
.tx-nf-lkcal .cal-timer-widget .cal-list-type {
  margin-top: 5px;
}
.tx-nf-lkcal .cal-timer-widget .cal-list-type i {
  padding-right: 0.5em;
}
.tx-nf-lkcal .cal-timer-widget .cal-widget-date {
  float: left;
  width: 40%;
  height: 160px;
  padding: 10px;
  background-color: #7f7d7e;
  border-right: 2px solid #fff;
  color: #fff;
}
.tx-nf-lkcal .cal-timer-widget .cal-widget-time {
  float: left;
  width: 60%;
  height: 160px;
  padding: 10px;
  border-left: 2px solid #fff;
  color: #fff;
  background-color: #67ade6;
}
.tx-nf-lkcal .cal-timer-widget .cal-widget-img {
  float: left;
  width: 100%;
}
.tx-nf-lkcal .cal-timer-widget .cal-widget-img figcaption {
  font-size: smaller;
  padding-bottom: 15px;
}
.tx-nf-lkcal .cal-timer-widget .cal-widget-img img {
  width: 100%;
  padding: 1px;
  border: 1px solid #e5e9ee;
  margin: 4px 0 !important;
  height: auto;
}
.tx-nf-lkcal .cal-timer-widget .cal-date-day, .tx-nf-lkcal .cal-timer-widget .cal-date-time {
  margin: 5px 0;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}
.tx-nf-lkcal .cal-show-event .cal-info .cal-info-properties {
  background-color: #eff0f2;
  padding: 15px;
}
.tx-nf-lkcal .cal-show-event .cal-info .cal-info-properties dl {
  margin-bottom: 15px;
}
.tx-nf-lkcal .cal-show-event .cal-info .cal-info-properties dl:last-child {
  margin-bottom: 0;
}
.tx-nf-lkcal .cal-show-event .cal-info .cal-info-properties dd ul {
  padding-left: 15px;
}
.tx-nf-lkcal .cal-show-event .cal-info-text {
  margin: 15px 0;
}
.tx-nf-lkcal .cal-show-event .cal-info-speakers ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tx-nf-lkcal .cal-show-event .cal-info-speakers li {
  display: inline-block;
  margin: 15px 0;
  font-weight: bold;
  padding-right: 0.5rem;
}
.tx-nf-lkcal .cal-show-event .cal-info-speakers li:after {
  content: ", ";
}
.tx-nf-lkcal .cal-show-event .cal-info-speakers li:last-child:after {
  content: "";
}
.tx-nf-lkcal .cal-show-event .cal-info-organizer {
  display: table;
}
.tx-nf-lkcal .cal-show-event .cal-info-organizer dt {
  display: table-row;
}
.tx-nf-lkcal .cal-show-event .cal-info-organizer dt, .tx-nf-lkcal .cal-show-event .cal-info-organizer dd {
  display: table-cell;
}
.tx-nf-lkcal .cal-show-event .cal-info-organizer dt {
  font-weight: bold;
  min-width: 150px;
}
.tx-nf-lkcal .cal-show-event .cal-donation {
  font-weight: bold;
}
.tx-nf-lkcal .cal-show-event .cal-registration, .tx-nf-lkcal .cal-show-event .cal-url {
  display: inline-block;
  margin-right: 15px;
}
.tx-nf-lkcal .cal-list-event {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.tx-nf-lkcal .cal-list-event .cal-button {
  padding-top: 15px;
}
.tx-nf-lkcal .cal-list-event .cal-list-teaser {
  padding-bottom: 15px;
}
.tx-nf-lkcal .cal-list-event .cal-list-event-info .cal-list-inner {
  padding: 15px;
  background-color: #eff0f2;
}
.tx-nf-lkcal .cal-list-event .cal-list-event-info .cal-list-title {
  font-size: 18px !important;
  margin: 5px 0 15px 0;
}
.tx-nf-lkcal .cal-list-event .cal-list-event-info .cal-list-subtitle {
  display: block;
  font-size: 14px !important;
  margin-bottom: 15px;
}
.tx-nf-lkcal .cal-list-event .cal-list-event-info .cal-list-category {
  color: #67ade6;
  text-transform: uppercase;
  font-weight: bold;
}
.tx-nf-lkcal .pagination li {
  display: inline;
  float: left;
}
.tx-nf-lkcal .pagination li a {
  display: block;
  padding: 8px 14px;
  color: #1a3145;
  border: 1px solid #e5e9ee;
  font-size: 12px;
  line-height: 14px;
}
.tx-nf-lkcal .pagination li.active a {
  color: #fff;
  background-color: #67ade6;
  border: 1px solid #67ade6;
}
.tx-nf-lkcal .pagination .disabled {
  color: #eff0f2;
}
.tx-nf-lkcal .pagination .disabled:hover {
  background-color: inherit;
}
.tx-nf-lkcal .pagination .disabled.blocks {
  color: #67ade6 !important;
}
.tx-nf-lkcal .typo3-messages {
  list-style: none;
  padding-left: 0;
}
.tx-nf-lkcal .error-msg {
  color: #F26E2B;
  padding: 5px 0 15px 15px;
}
.tx-nf-lkcal .cal-msg .cal-msg-success {
  padding: 15px;
  background-color: #d4edda;
}
.tx-nf-lkcal .cal-msg .cal-msg-error {
  padding: 15px;
  background-color: #f8d7da;
}
.tx-nf-lkcal .cal-nav-buttons {
  margin: 30px 0;
}
.tx-nf-lkcal .cal-info-maxMonth {
  margin-top: 15px;
  font-size: smaller;
}
.tx-nf-lkcal .cal-registration-form .form-group label {
  margin: 0;
}
.tx-nf-lkcal .cal-registration-form .cal-form-group {
  margin-bottom: 15px;
}
.tx-nf-lkcal .cal-registration-form .cal-multiple-item {
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin: 10px 0;
  border-radius: 3px;
}
.tx-nf-lkcal .cal-registration-form .cal-form-help {
  padding: 0 5px 10px 5px;
}
.tx-nf-lkcal .cal-registration-form fieldset.cal-multiple {
  border: 1px solid #ccc;
  background-color: #fdfdfd96;
  padding: 15px;
  border-radius: 3px;
  margin: 0;
}
.tx-nf-lkcal .cal-registration-form fieldset.cal-multiple legend {
  font-size: inherit;
  font-weight: bold;
  border: none;
  display: inline-block;
  width: auto;
  padding: 0 10px;
}
.tx-nf-lkcal .cal-registration-form .add-collection-item.btn-link, .tx-nf-lkcal .cal-registration-form .collection-item-del.btn-link {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 7px;
}
.tx-nf-lkcal .cal-registration-form .add-collection-item.btn-link:hover, .tx-nf-lkcal .cal-registration-form .collection-item-del.btn-link:hover {
  background-color: #adadad;
}
.tx-nf-lkcal .cal-registration-form .checkbox input, .tx-nf-lkcal .cal-registration-form .radio input {
  margin-right: 10px;
}
.tx-nf-lkcal .cal-registration-form .cal-ajax-form .input-container {
  display: flex;
  gap: 15px;
}
.tx-nf-lkcal .cal-registration-form .cal-ajax-form .col {
  flex-grow: 1;
  padding-left: 0;
  padding-right: 0;
}
.tx-nf-lkcal .cal-registration-form .cal-ajax-form .col.col-zip {
  max-width: 8em;
  flex-grow: 2;
}
.tx-nf-lkcal .cal-registration-form .cal-ajax-form .col.col-no {
  max-width: 8em;
  flex-grow: 2;
}
.tx-nf-lkcal .cal-registration-form .cal-ajax-form .col.col-button {
  max-width: 3em;
  flex-grow: 2;
}
.tx-nf-lkcal .cal-registration-form .cal-ajax-form .col .input-group {
  width: 100%;
}
.tx-nf-lkcal .cal-registration-form .collection-list {
  padding: 0px 0px 20px 0px;
}
.tx-nf-lkcal .cal-registration-form .collection-list li {
  position: relative;
  padding: 0px;
  margin-bottom: 10px;
}
.tx-nf-lkcal .cal-registration-form .collection-list li .item .input-group {
  width: 100%;
}
.tx-nf-lkcal .cal-registration-form ul.collection-list {
  list-style: none;
}
.tx-nf-lkcal .cal-registration-form ol.collection-list {
  list-style-position: inside;
}
.tx-nf-lkcal .cal-registration-form ol.collection-list span {
  margin-left: 10px;
}
.tx-nf-lkcal .cal-registration-form .cal-ajax-form {
  padding: 0;
}
.tx-nf-lkcal .cal-registration-form ul.error-msg {
  list-style: none;
}
.tx-nf-lkcal .cal-registration-form ul.error-msg li:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  padding-right: 10px;
}
.tx-nf-lkcal .cal-registration-form .list-unstyled.form-error {
  list-style: none;
}
.tx-nf-lkcal .cal-registration-form .list-unstyled.form-error li {
  color: #F26E2B;
}

.cal-category-musik .cal-widget-time {
  background-color: #a36f01 !important;
}
.cal-category-musik .cal-category {
  color: #a36f01 !important;
}

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