/* Style Sheet Colours*/
body .ngk-block-highlight {
  text-align: left;
  width: calc(33% - 15px);
}
body .ngk-block-highlight.slick-slide {
  outline: none;
}
body .ngk-block-highlight .slick-dots li {
  width: 5px;
  height: 5px;
  background-color: #000000;
}
body .ngk-block-highlight .slick-dots li.slick-active {
  background-color: #e10000;
  width: 11px;
  height: 11px;
}
body .ngk-block-highlight .slick-dots li.slick-active button:before {
  opacity: 0;
}
body .ngk-block-highlight-container {
  padding: 0 !important;
  position: relative;
}
body .ngk-block-highlight-container > img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
body .ngk-block-highlight-container > img.gradient-layer {
  position: absolute;
  top: 0;
  left: 0;
}
body .ngk-block-highlight-container .text-container {
  position: absolute;
  top: 0;
  height: 270px;
  width: 100%;
  font-family: "NimbusSanNov-Reg", Helvetica;
  color: #ffffff;
}
body .ngk-block-highlight-container .text-container .highlight-text-and-cta {
  position: absolute;
  bottom: 15px;
  padding: 0 23px;
}
body .ngk-block-highlight-container .text-container .highlight-text-and-cta .cta-container {
  min-width: 95px;
}
body .ngk-block-highlight-container .text-container .highlight-text-and-cta .cta-container .cta-text {
  text-transform: uppercase;
}
body .ngk-block-highlight-container .text-container .category-headline {
  font-family: "NimbusSanNov-Reg", Helvetica;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: -0.34px;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding: 0 10px 0 20px;
  display: inline-block;
  top: 20px;
  max-width: calc(100% - 35px);
  background-color: #bec3c8;
}
body .ngk-block-highlight-container .text-container .category-headline:after {
  content: " ";
  border-color: #bec3c8 transparent transparent transparent;
  border-width: 35px 18px 0 0;
  border-style: solid;
  transform: scale(1.0001);
  position: absolute;
  right: -18px;
  top: 0;
}
body .ngk-block-highlight-container .text-container .category-headline.red {
  background-color: #e10000;
  color: #ffffff;
}
body .ngk-block-highlight-container .text-container .category-headline.red:after {
  border-color: #e10000 transparent transparent transparent;
}
body .ngk-block-highlight-container .text-container .category-headline.green {
  background-color: #006228;
  color: #ffffff;
}
body .ngk-block-highlight-container .text-container .category-headline.green:after {
  border-color: #006228 transparent transparent transparent;
}
body .ngk-block-highlight-container .text-beneath-image {
  padding: 20px 13.5px;
  color: #87919b;
  font-size: 18px;
}
body .ngk-block-highlight-container .text-beneath-image p {
  display: -webkit-box;
  margin: 0 0 10px;
}
body .ngk-block-highlight-container .text-beneath-image p:last-child {
  margin: 0;
}
body .ngk-block-row.items-per-row.items-per-row-1 .full-width-row-content .full-width-row-content-inner .content-wrapper .ngk-block-highlight {
  width: 100%;
  margin: 0;
}
body .ngk-block-row.items-per-row.items-per-row-2 .full-width-row-content .full-width-row-content-inner .content-wrapper .ngk-block-highlight {
  width: 48%;
  margin: 0 3.5% 0 0;
}
body .ngk-block-row.items-per-row.items-per-row-2 .full-width-row-content .full-width-row-content-inner .content-wrapper .ngk-block-highlight:nth-child(2n) {
  margin: 0;
}
body .ngk-block-row.items-per-row.items-per-row-3 .full-width-row-content .full-width-row-content-inner .content-wrapper .ngk-block-highlight {
  width: 30%;
  margin: 0 4.5% 0 0;
}
body .ngk-block-row.items-per-row.items-per-row-3 .full-width-row-content .full-width-row-content-inner .content-wrapper .ngk-block-highlight:nth-child(3n) {
  margin: 0;
}
body .ngk-block-row.items-per-row.items-per-row-4 .full-width-row-content .full-width-row-content-inner .content-wrapper .ngk-block-highlight {
  width: 22%;
  margin: 0 3.5% 0 0;
}
body .ngk-block-row.items-per-row.items-per-row-4 .full-width-row-content .full-width-row-content-inner .content-wrapper .ngk-block-highlight:nth-child(4n) {
  margin: 0;
}

body.mobile .ngk-block-highlight-container {
  height: auto;
}
body.mobile .ngk-block-highlight-container .text-container .category-headline {
  font-size: 18px;
  line-height: 35px;
  padding: 0 10px 0 20px;
}
body.mobile .ngk-block-highlight-container .text-container .highlight-text-and-cta {
  position: absolute;
  bottom: 15px;
  padding: 0 23px;
  right: auto;
}
body.mobile .ngk-block-row.items-per-row.items-per-row-1 .full-width-row-content .full-width-row-content-inner .content-wrapper .ngk-block-highlight, body.mobile .ngk-block-row.items-per-row.items-per-row-2 .full-width-row-content .full-width-row-content-inner .content-wrapper .ngk-block-highlight, body.mobile .ngk-block-row.items-per-row.items-per-row-3 .full-width-row-content .full-width-row-content-inner .content-wrapper .ngk-block-highlight, body.mobile .ngk-block-row.items-per-row.items-per-row-4 .full-width-row-content .full-width-row-content-inner .content-wrapper .ngk-block-highlight {
  width: 100%;
  margin: 0 0 10px;
}

html[dir=rtl] body .ngk-block-highlight {
  text-align: right;
}
html[dir=rtl] body .ngk-block-highlight-container .text-container .category-headline:after {
  left: -18px;
  right: auto;
  border-width: 0 18px 44px 0;
  border-color: transparent #ffffff transparent transparent;
}
html[dir=rtl] body .ngk-block-highlight-container .text-container .category-headline.NGKCatalogue {
  background-color: #e10000;
}
html[dir=rtl] body .ngk-block-highlight-container .text-container .category-headline.NGKCatalogue:after {
  border-color: transparent #e10000 transparent transparent;
}
html[dir=rtl] body .ngk-block-highlight-container .text-container .category-headline.NTKAutomotive {
  background-color: #006228;
}
html[dir=rtl] body .ngk-block-highlight-container .text-container .category-headline.NTKAutomotive:after {
  border-color: transparent #006228 transparent transparent;
}
html[dir=rtl] body .ngk-block-highlight-container .text-container .category-headline.TekniwikiKNOWHOW {
  background-color: #87919b;
}
html[dir=rtl] body .ngk-block-highlight-container .text-container .category-headline.TekniwikiKNOWHOW:after {
  border-color: transparent #87919b transparent transparent;
}

/*# sourceMappingURL=ngk-block-highlight.css.map */
