.overview-box.openinghours {
  background-color: white;
}
.overview-box.openinghours .content {
  padding: 15px;
}
.overview-box.openinghours .content .hours-wrapper {
  margin-bottom: 10px;
  background-color: #e9edee;
}
.overview-box.openinghours .content .hours-wrapper .input-group.date {
  min-width: 135px;
  width: 50%;
  height: 42px;
  margin-right: 30px;
  background-color: white;
  border: 1px solid #959595;
  border-right: none;
}
.overview-box.openinghours .content .hours-wrapper .input-group.date input {
  font-size: 18px;
  line-height: 40px;
  z-index: 1;
}
.overview-box.openinghours .content .hours-wrapper .input-group.date .input-group-addon {
  width: 30px;
  height: 40px;
}
.overview-box.openinghours .content .hours-wrapper .input-group.date .input-group-addon i {
  font-size: 20px;
  color: #d13e3e;
}
.overview-box.openinghours .content .hours-wrapper .input-group.date:after {
  content: "";
  right: -15px;
  top: 5px;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: white;
  border-right: 1px solid #959595;
  border-top: 1px solid #959595;
  transform: rotate(45deg);
  z-index: 0;
}
.overview-box.openinghours .content .hours-wrapper .hours {
  font-size: 18px;
}
.overview-box.openinghours .content .hours-wrapper .hours p {
  margin: 0;
}
.overview-box.openinghours .content .events ul {
  list-style-type: none;
}
.overview-box.openinghours .content .events ul li {
  padding-top: 5px;
}
.overview-box.openinghours .content .events ul li a > h3 {
  color: #3e7899;
}
.overview-box.openinghours .content .exhibitions ul {
  list-style-type: none;
}
.overview-box.openinghours .content .exhibitions ul li {
  padding-top: 5px;
}
.overview-box.openinghours .content .exhibitions ul li a > h3 {
  color: #3e7899;
}

.datepicker.datepicker-dropdown table tr td {
  /*&.today {
    &.focus,
    &:focus,
    &:hover,
    &.active,
    &:active,
    &.active.focus,
    &.active:focus,
    &.active:hover,
    &:active.focus,
    &:active:focus,
    &.active:hover {
      color: white;
      background-color: #d13e3e;
      border: none;
    }
  }*/
}
.datepicker.datepicker-dropdown table tr td.active.active, .datepicker.datepicker-dropdown table tr td.active:active, .datepicker.datepicker-dropdown table tr td.active:hover, .datepicker.datepicker-dropdown table tr td.active:focus, .datepicker.datepicker-dropdown table tr td.active.highlighted.active, .datepicker.datepicker-dropdown table tr td.active.highlighted:active, .datepicker.datepicker-dropdown table tr td.active.highlighted:hover, .datepicker.datepicker-dropdown table tr td.active.highlighted:focus {
  background-color: #3e7899;
  border: none;
}

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