@charset "UTF-8";
/*Allgemeines*/
/*Blog & Veranstaltungen*/
/* Navigation */
/*Abstände*/
/*Layout*/
/*Kalendar*/
.calendar_view_buttons .button, .entry_view_buttons .button, .calendar_arrows .button {
  background-color: #e6e6e6;
  color: #000000;
}
.calendar_view_buttons .button:hover, .entry_view_buttons .button:hover, .calendar_arrows .button:hover {
  background-color: #4e4c48;
  color: #fff;
}
.calendar_view_buttons .button:hover i.fa, .entry_view_buttons .button:hover i.fa, .calendar_arrows .button:hover i.fa {
  color: #fff;
}

.calendar_view_buttons {
  margin-bottom: 0.5em;
}
.calendar_view_buttons a {
  margin-right: 0.3em;
}
@media screen and (min-width: 58em) {
  .calendar_view_buttons {
    float: left;
  }
}

.entry_view_buttons {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 58em) {
  .entry_view_buttons {
    float: right;
    padding-left: 0.3em;
  }
}

.calendar_wrapper .fc-event {
  background-color: #004193;
  border: 1px solid #004193;
}
.calendar_wrapper .fc-event:hover {
  color: #fff !important;
  background-color: #4e4c48;
  border-color: #4e4c48;
}
.calendar_wrapper .fc-unthemed .fc-today {
  background: #004193;
}
.calendar_wrapper .fc-content {
  font-size: 1.1em;
  padding: 0.1em;
}
.calendar_wrapper .fc-scroller {
  overflow-y: auto !important;
  height: 100% !important;
}
.calendar_wrapper .fc-scroller .fc-row:not(.fc-widget-header) {
  border-right-width: 0 !important;
  height: 63px !important;
}
@media screen and (min-width: 40em) {
  .calendar_wrapper .fc-scroller .fc-row:not(.fc-widget-header) {
    height: 92px !important;
  }
}
.calendar_wrapper .fc-unthemed.thead {
  padding-bottom: 1.3em;
}
.calendar_wrapper button.fc-prev-button, .calendar_wrapper button.fc-next-button {
  background-color: #e6e6e6;
  color: #000000;
  background-image: none;
  border: none;
  border-radius: 0;
}
.calendar_wrapper button.fc-prev-button:hover, .calendar_wrapper button.fc-next-button:hover {
  background-color: #4e4c48;
  color: #fff;
}
.calendar_wrapper .fc-button {
  padding: 0.4em;
  height: 2.35em;
}

/*# sourceMappingURL=https://server.selltec.com/go/fritzen/srv/designset/_ts_1585429788000/_repo/current/style/generated/150_calendar.css.map */
