/**
 * @file
 * Use this CSS file to override base CSS rules
 */

/* Set default font weight to 300 for better typography in high-density screens */
/*body {
  font-weight: 300;
}*/

/* Workaround for SG-4: Superfish accordion menu is not working on Android 7 devices */
.banner {
  overflow: hidden;
}

/**
 * Slider
 */
div.tp-parallax-wrap {
  left: 0px !important;
  top: 450px !important;
  width: 100%;
 }
div.tp-loop-wrap {
  width: 100%;
}
div.tp-mask-wrap {
  width: 100%;
}
div.tp-caption.title-teaser-text {
  width: 100%;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
}
div.tp-caption.caption-link {
  display: none !important;
}
.title-teaser-text .title {
  height: 50px !important;
  padding: 0px !important;
}
.title-teaser-text .title a {
  text-transform: uppercase;
  font-size: 1.71rem;
  margin-left: 25%;
}
