.slick-arrow {
  background: rgba(229, 18, 110, 0.5);
  color: #fff;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  font-size: 1.333rem;
  width: 30px;
  height: 50px;
  z-index: 30; }
  .slick-arrow:focus {
    outline: 0; }
  .slick-arrow:focus-visible {
    background: #fff;
    color: #E5126E; }

.slick-prev {
  left: 0;
  padding: 7px 5px 7px 3px; }

.slick-next {
  right: 0;
  padding: 7px 3px 7px 5px; }

.slick-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .slick-dots li {
    display: inline-block;
    margin: 0 10px; }
    .slick-dots li button {
      background: #fff;
      font-size: 0;
      border: 0;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      display: block;
      box-shadow: 0 0 5px #282828;
      padding: 0; }
      .slick-dots li button:focus {
        outline: 0; }
  .slick-dots .slick-active button {
    background: #E5126E; }

.slick-slide {
  text-align: center; }
  .slick-slide:focus {
    outline: 0; }
  .slick-slide img {
    display: inline-block; }

.headerslider {
  height: 540px; }
  @media screen and (max-width: 1000px) {
    .headerslider {
      height: 450px; } }
  @media screen and (max-width: 850px) {
    .headerslider {
      height: 400px; } }
  @media screen and (max-width: 700px) {
    .headerslider {
      height: 350px; } }
  @media screen and (max-width: 600px) {
    .headerslider {
      height: 300px; } }
  @media screen and (max-width: 460px) {
    .headerslider {
      height: 200px; } }
  .headerslider .slick-list,
  .headerslider .slick-track,
  .headerslider .item {
    height: 100%; }
  .headerslider .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.headerslider--extended {
  height: 540px; }
  @media screen and (max-width: 1000px) {
    .headerslider--extended {
      height: 450px; } }
  @media screen and (max-width: 850px) {
    .headerslider--extended {
      height: 400px; } }
  @media screen and (max-width: 700px) {
    .headerslider--extended {
      height: 500px; } }
  .headerslider--extended .slick-list,
  .headerslider--extended .slick-track,
  .headerslider--extended .item {
    height: 100%; }
  .headerslider--extended .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .headerslider--extended .infotext {
    width: 1170px;
    height: 100%;
    margin: auto;
    position: relative; }
    @media screen and (max-width: 1250px) {
      .headerslider--extended .infotext {
        width: 100%; } }
    @media screen and (max-width: 1170px) {
      .headerslider--extended .infotext {
        display: grid;
        padding: 20px 40px;
        -ms-flex-align: center;
            align-items: center; } }
    .headerslider--extended .infotext > .helper {
      background: rgba(255, 255, 255, 0.7);
      width: 350px;
      position: absolute;
      padding: 20px;
      text-align: left;
      overflow: hidden; }
      @media screen and (max-width: 1170px) {
        .headerslider--extended .infotext > .helper {
          width: 75% !important;
          left: 50% !important;
          margin-left: -37.5% !important; } }
      .headerslider--extended .infotext > .helper a {
        font-weight: normal; }
        .headerslider--extended .infotext > .helper a p, .headerslider--extended .infotext > .helper a ul {
          color: #282828; }
    .headerslider--extended .infotext h2, .headerslider--extended .infotext h3 {
      color: #282828;
      text-transform: none;
      margin: 0; }
    .headerslider--extended .infotext h2 {
      font-size: 1.467rem; }
    .headerslider--extended .infotext h3 {
      margin-bottom: 10px; }
    .headerslider--extended .infotext p {
      line-height: 1.4em;
      margin-bottom: 15px; }
    .headerslider--extended .infotext ul {
      line-height: 1.4em; }
    .headerslider--extended .infotext .ce-below .ce-gallery {
      margin-top: 5px;
      margin-bottom: 10px; }
  .headerslider--extended .infotext.position-1 > .helper {
    left: 0;
    top: 20px; }
    @media screen and (max-width: 1250px) {
      .headerslider--extended .infotext.position-1 > .helper {
        left: 40px; } }
  .headerslider--extended .infotext.position-2 > .helper {
    left: 50%;
    margin-left: -175px;
    top: 20px; }
  .headerslider--extended .infotext.position-3 > .helper {
    right: 0;
    top: 20px; }
    @media screen and (max-width: 1250px) {
      .headerslider--extended .infotext.position-3 > .helper {
        right: 40px; } }
  .headerslider--extended .infotext.position-4 > .helper {
    left: 0;
    top: 50%;
    margin-top: -175px; }
    @media screen and (max-width: 1250px) {
      .headerslider--extended .infotext.position-4 > .helper {
        left: 40px; } }
  .headerslider--extended .infotext.position-5 > .helper {
    left: 50%;
    margin-left: -175px;
    top: 50%;
    margin-top: -175px; }
  .headerslider--extended .infotext.position-6 > .helper {
    right: 0;
    top: 50%;
    margin-top: -175px; }
    @media screen and (max-width: 1250px) {
      .headerslider--extended .infotext.position-6 > .helper {
        right: 40px; } }
  .headerslider--extended .infotext.position-7 > .helper {
    left: 0;
    bottom: 20px; }
    @media screen and (max-width: 1250px) {
      .headerslider--extended .infotext.position-7 > .helper {
        left: 40px; } }
  .headerslider--extended .infotext.position-8 > .helper {
    left: 50%;
    margin-left: -175px;
    bottom: 20px; }
  .headerslider--extended .infotext.position-9 > .helper {
    right: 0;
    bottom: 20px; }
    @media screen and (max-width: 1250px) {
      .headerslider--extended .infotext.position-9 > .helper {
        right: 40px; } }
  @media screen and (max-width: 1170px) {
    .headerslider--extended .infotext > .helper {
      top: auto !important;
      bottom: auto !important;
      right: auto !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      margin-right: 0 !important; } }
  @media screen and (max-width: 700px) {
    .headerslider--extended .infotext.mobile-position-1 > .helper {
      top: 20px !important; } }
  @media screen and (max-width: 700px) {
    .headerslider--extended .infotext.mobile-position-3 > .helper {
      bottom: 20px !important; } }
  .headerslider--extended .item.type-4 {
    position: relative; }
    @media screen and (max-width: 850px) {
      .headerslider--extended .item.type-4 {
        overflow: hidden; } }
    .headerslider--extended .item.type-4 video {
      max-width: 100%; }
      @media screen and (max-width: 850px) {
        .headerslider--extended .item.type-4 video {
          max-width: none;
          height: 100%; } }
    .headerslider--extended .item.type-4 .infotext {
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -585px;
      z-index: 100; }
      @media screen and (max-width: 1250px) {
        .headerslider--extended .item.type-4 .infotext {
          left: 0;
          margin-left: 0; } }

/*# sourceMappingURL=slick-custom.css.map */