/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* -------------------------------------------------- Mixins */
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Gallery */
html .wkGallery {
  margin: 0 auto;
  max-width: 1366px;
}

.wkGallery {
  margin-bottom: 2.5rem;
}
.wkGallery__headline {
  background: var(--secondary);
  color: var(--white);
  min-height: 9rem;
  padding: 2rem 2rem 3rem 2rem;
}
.wkGallery__subline {
  background: var(--grey--lite);
  margin: -2.5rem 1.5rem 2.5rem 1.5rem;
  padding: 1.2rem 2rem;
}
.wkGallery__image--nav {
  align-items: center;
  display: flex !important;
  height: 3.5rem;
  justify-content: center;
  margin: 0 5px;
  width: 3.5rem;
}
.wkGallery__navigation--wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  width: 23rem;
}
@media (min-width: 576px) {
  .wkGallery__navigation--wrapper {
    margin: -25px auto;
  }
}
.wkGallery__counter {
  color: var(--black);
  font-size: 1.6rem;
  margin: -2.8rem auto 15px auto;
  text-align: center;
}
.wkGallery__picture {
  margin-bottom: 2.55rem;
  max-width: 100rem;
  width: 100%;
}
.wkGallery__picture .slick-slide {
  align-items: center;
  background: var(--black);
  display: flex;
  height: 48vw;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  .wkGallery__picture .slick-slide {
    height: 40vw;
    max-height: 540px;
  }
}
.wkGallery__picture .slick-slide > img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
@media (min-width: 576px) {
  .wkGallery__picture {
    padding: 0 3rem 2.55rem 3rem;
  }
}
@media (min-width: 992px) {
  .wkGallery__picture {
    margin: 0 auto 2.95rem auto;
  }
}
/*# sourceMappingURL=wkGallery.css.map */
