body .ngk-block-highlight {
  position: relative;
  text-align: left;
  width: calc(33% - 15px);
}
body .ngk-block-highlight.slick-slide {
  outline: none;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner {
  padding: 0;
  height: 270px;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner > img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner > img.gradient-layer {
  position: absolute;
  top: 0;
  left: 0;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  font-family: 'NimbusSanNov-Reg', Helvetica;
  color: #ffffff;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container .highlight-text-and-cta {
  position: absolute;
  top: 170px;
  padding: 0 23px;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container .category-headline {
  text-transform: uppercase;
  position: relative;
  font-family: NimbusSanNov-Bol;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  margin: 0;
  padding: 12px 28px 10px 9px;
  display: inline-block;
  top: 20px;
  font-family: 'NimbusSanNov-Reg', Helvetica;
  min-height: 44px;
  max-width: calc(100% - 35px);
  background-color: #ffffff;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container .category-headline:after {
  content: ' ';
  border-color: #ffffff transparent transparent transparent;
  border-width: 44px 18px 0 0;
  border-style: solid;
  transform: scale(1.0001);
  position: absolute;
  right: -18px;
  top: 0;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container .category-headline.NGKCatalogue {
  background-color: #e10000;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container .category-headline.NGKCatalogue:after {
  border-color: #e10000 transparent transparent transparent;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container .category-headline.NTKAutomotive {
  background-color: #006228;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container .category-headline.NTKAutomotive:after {
  border-color: #006228 transparent transparent transparent;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container .category-headline.TekniwikiKNOWHOW {
  background-color: #87919b;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container .category-headline.TekniwikiKNOWHOW:after {
  border-color: #87919b transparent transparent transparent;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-beneath-image {
  border: 1px solid #222222;
  padding: 10px;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-beneath-image p {
  display: -webkit-box;
  margin: 0 0 10px;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-beneath-image p:last-child {
  margin: 0;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-beneath-image.overflowing {
  padding: 10px 20px 10px 10px;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-beneath-image.overflowing p {
  overflow: hidden;
  position: relative;
  max-height: 96px;
}
body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-beneath-image.overflowing:after {
  position: absolute;
  content: '...';
  bottom: 13px;
  right: 10px;
}
body .ngk-block-highlight .slick-dots li {
  width: 5px;
  height: 5px;
  background-color: #5a5a5a;
}
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.tablet .ngk-block-highlight .full-width-row-content .full-width-row-content-inner > img {
  min-height: 215px;
}
body.tablet .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container h3.category-headline {
  font-size: 12px;
  padding: 12px 20px 10px 9px;
}
body.tablet .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container p {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}
body.tablet .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container .cta-text {
  padding: 6px 0 6px 6px;
  font-size: 12px;
}

body.mobile .ngk-block-highlight .full-width-row-content .full-width-row-content-inner {
  height: auto;
}
body.mobile .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container .highlight-text-and-cta {
  padding: 18px;
}

html[dir="rtl"] body .ngk-block-highlight {
  text-align: right;
}
html[dir="rtl"] body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .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 .full-width-row-content .full-width-row-content-inner .text-container .category-headline.NGKCatalogue {
  background-color: #e10000;
}
html[dir="rtl"] body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container .category-headline.NGKCatalogue:after {
  border-color: transparent #e10000 transparent transparent;
}
html[dir="rtl"] body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container .category-headline.NTKAutomotive {
  background-color: #006228;
}
html[dir="rtl"] body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container .category-headline.NTKAutomotive:after {
  border-color: transparent #006228 transparent transparent;
}
html[dir="rtl"] body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container .category-headline.TekniwikiKNOWHOW {
  background-color: #87919b;
}
html[dir="rtl"] body .ngk-block-highlight .full-width-row-content .full-width-row-content-inner .text-container .category-headline.TekniwikiKNOWHOW:after {
  border-color: transparent #87919b transparent transparent;
}

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