/* display stage carousel */
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-item {
  display: block !important;
}
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-next,
.hal-stage-teaser-carousel .hal-stage-teaser-carousel-prev {
  display: none !important;
}

/* FAQ - open elements */
.hal-toggle-input-content {
  visibility: visible !important;
  height: auto !important;
}

/* display left navigation */
.hal-nav-side-hide {
  display: block !important;;
}
.hal-nav-side ul.level-2 {
	max-height: 1000px !important;;
}