/************************************************************
 *
 * Shared variables
 *
 ************************************************************/
.width {
  width: 1140px;
}
@media (max-width: 1459px) {
  .width {
    width: 1000px;
  }
}
@media (max-width: 1023px) {
  .width {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .width {
    width: auto;
  }
}
/************************************************************
 *
 * Shared functions and common styling classes
 *
 ************************************************************/
.button {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  color: white !important;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  background-size: 9px 14px;
  padding: 15px 50px 13px 15px;
  border: none;
  display: inline-block;
  transition: all 150ms ease-in-out;
  text-transform: uppercase;
  background: #e85427 url(/themes/custom/paree/base/images/arrow-cta.svg) no-repeat right 17px center !important;
  background-size: 19px 14px;
  border-radius: 4px;
}
@media (max-width: 1023px) {
  .button {
    font-size: 12px;
    padding: 10px 30px 10px 10px;
    background-size: 11px 8px !important;
    background-position: right 8px center !important;
  }
}
@media (max-width: 767px) {
  .button {
    text-align: center;
    font-size: 15px;
    display: block;
  }
}
.button:hover {
  background-color: #c43307 !important;
  background-position: right 12px center !important;
}
.button-secondary {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  color: white !important;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  background-size: 9px 14px;
  padding: 15px 50px 13px 15px;
  border: none;
  display: inline-block;
  transition: all 150ms ease-in-out;
  text-transform: uppercase;
  background: #e85427 url(/themes/custom/paree/base/images/arrow-cta.svg) no-repeat right 17px center !important;
  background-size: 19px 14px;
  border-radius: 4px;
  background-color: #008cce !important;
}
@media (max-width: 1023px) {
  .button-secondary {
    font-size: 12px;
    padding: 10px 30px 10px 10px;
    background-size: 11px 8px !important;
    background-position: right 8px center !important;
  }
}
@media (max-width: 767px) {
  .button-secondary {
    text-align: center;
    font-size: 15px;
    display: block;
  }
}
.button-secondary:hover {
  background-color: #c43307 !important;
  background-position: right 12px center !important;
}
.button-secondary:hover {
  background-color: #006899 !important;
}
.button-back {
  padding-left: 25px;
  padding-right: 12px;
  background: #008cce url(../../base/images/button-arrow-left.svg) no-repeat 10px center;
  background-size: 8px 12px;
}
.button-back:hover {
  background-color: #006899;
}
.button-overview {
  font-weight: 900;
  font-size: 18px;
  color: #e85427;
  line-height: 33.6px;
  padding: 5px 0px 5px 45px;
  background: url(../../base/images/icon-overview.svg) no-repeat center left;
  text-decoration: none;
}
.button-download {
  background-color: #008cce !important;
  background-image: url(../../base/images/icon-download.svg) !important;
}
.button-download:hover {
  background-color: #006899 !important;
  background-position: right 17px center !important;
}
.max-width {
  max-width: 850px;
}
.center {
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1459px) {
  .center {
    width: 999px;
  }
}
@media (max-width: 1023px) {
  .center {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .center {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .center .center {
    margin-left: 0;
    margin-right: 0;
  }
}
.underline:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 8px;
  width: 34px;
  background-color: #e85427;
}
@media (max-width: 1023px) {
  .underline:after {
    height: 6px;
    bottom: -10px;
    width: 25px;
  }
}
@media (max-width: 767px) {
  .underline:after {
    height: 4px;
    bottom: -5px;
    width: 20px;
  }
}
.underline-thin:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 8px;
  width: 34px;
  background-color: #e85427;
}
@media (max-width: 1023px) {
  .underline-thin:after {
    height: 6px;
    bottom: -10px;
    width: 25px;
  }
}
@media (max-width: 767px) {
  .underline-thin:after {
    height: 4px;
    bottom: -5px;
    width: 20px;
  }
}
.underline-thin:after {
  height: 6px;
  width: 32px;
  bottom: -14px;
}
@media (max-width: 767px) {
  .underline-thin:after {
    height: 3px;
    width: 30px;
  }
}
.link-overlay {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.remove-tap-highlight {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.img-as-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/************************************************************
 *
 * Common paragraph styling
 *
 ************************************************************/
.paragraph-padding {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1459px) {
  .paragraph-padding {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .paragraph-padding {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .paragraph-padding {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph-margin {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1459px) {
  .paragraph-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .paragraph-margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .paragraph-margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.paragraph--background--white {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1459px) {
  .paragraph--background--white {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .paragraph--background--white {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .paragraph--background--white {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.paragraph--background--circuit {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}
.paragraph--background--circuit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/themes/custom/paree/base/images/printplaat.jpg) no-repeat center;
  background-size: cover;
  opacity: 0.20;
  z-index: 1;
}
.paragraph--background--circuit .center {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 5;
}
@media (max-width: 1459px) {
  .paragraph--background--circuit .center {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .paragraph--background--circuit .center {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .paragraph--background--circuit .center {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.webp .paragraph--background--circuit:before {
  background: url(/themes/custom/paree/base/images/printplaat.webp) no-repeat center;
  background-size: cover;
}
.circuit-gradient {
  background: -webkit-linear-gradient(bottom, rgba(252, 252, 252, 0.5), #ffffff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(252, 252, 252, 0.5), #ffffff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, rgba(252, 252, 252, 0.5), #ffffff);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(252, 252, 252, 0.5), #ffffff);
  /* Standard syntax (must be last) */
}
.circuit-gradient:before {
  z-index: -1;
}
.backlink {
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #E1E1E1;
}
@media (max-width: 1459px) {
  .backlink {
    padding: 35px 0;
  }
}
@media (max-width: 1023px) {
  .backlink {
    padding: 25px 0;
  }
}
/************************************************************
*
* News global styling
*
************************************************************/
.date {
  float: left;
  margin-right: 7px;
  font-weight: bold;
}
/************************************************************
 *
 * News overview
 *
 ************************************************************/
body.page-node-type-page.path--nieuws article.node--type-page {
  margin-top: -160px;
}
@media (max-width: 1023px) {
  body.page-node-type-page.path--nieuws article.node--type-page {
    margin-top: -156px;
  }
}
@media (max-width: 767px) {
  body.page-node-type-page.path--nieuws article.node--type-page {
    margin-top: -95px;
  }
}
/************************************************************
 *
 * News overviews
 *
 ************************************************************/
#block-frontpage-news {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1459px) {
  #block-frontpage-news {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  #block-frontpage-news {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #block-frontpage-news {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#block-frontpage-news h3 {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  #block-frontpage-news h3 {
    margin-bottom: 50px;
  }
}
#block-frontpage-news .button-secondary.more {
  margin-top: 25px;
}
@media (max-width: 1023px) {
  #block-frontpage-news .button-secondary.more {
    margin-top: 5px;
  }
}
#block-news-overview .date,
.news-wrapper .date,
#block-frontpage-news .date {
  font-weight: 600;
}
#block-news-overview .views-element-container > div,
.news-wrapper .views-element-container > div,
#block-frontpage-news .views-element-container > div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
#block-news-overview .views-row,
.news-wrapper .views-row,
#block-frontpage-news .views-row {
  width: calc(33.333% - 40px);
  margin: 0 20px 30px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.16);
  background: white url(../../base/images/arrow-red.svg) no-repeat bottom -2px right 0px;
  transition: 150ms;
}
#block-news-overview .views-row h4,
.news-wrapper .views-row h4,
#block-frontpage-news .views-row h4 {
  margin-bottom: 7px;
  font-size: 21px;
  line-height: 21px;
}
@media (max-width: 1023px) {
  #block-news-overview .views-row,
  .news-wrapper .views-row,
  #block-frontpage-news .views-row {
    width: calc(50% - 40px);
    background-position: bottom right;
  }
  #block-news-overview .views-row article,
  .news-wrapper .views-row article,
  #block-frontpage-news .views-row article,
  #block-news-overview .views-row .node__content,
  .news-wrapper .views-row .node__content,
  #block-frontpage-news .views-row .node__content {
    height: 100%;
  }
}
@media (max-width: 767px) {
  #block-news-overview .views-row,
  .news-wrapper .views-row,
  #block-frontpage-news .views-row {
    width: 100%;
  }
}
#block-news-overview .views-row:hover,
.news-wrapper .views-row:hover,
#block-frontpage-news .views-row:hover {
  background-position: bottom -2px right -5px;
}
@media (max-width: 1023px) {
  #block-news-overview .views-row:hover,
  .news-wrapper .views-row:hover,
  #block-frontpage-news .views-row:hover {
    background-position: bottom right -5px;
  }
}
#block-news-overview .news-teaser-wrapper,
.news-wrapper .news-teaser-wrapper,
#block-frontpage-news .news-teaser-wrapper {
  position: relative;
  height: 100%;
}
#block-news-overview .news-teaser-image,
.news-wrapper .news-teaser-image,
#block-frontpage-news .news-teaser-image {
  position: relative;
  min-height: 225px;
  overflow: hidden;
}
#block-news-overview .news-teaser-image img,
.news-wrapper .news-teaser-image img,
#block-frontpage-news .news-teaser-image img {
  display: block;
  width: 100%;
  height: auto;
}
#block-news-overview .news-teaser-content,
.news-wrapper .news-teaser-content,
#block-frontpage-news .news-teaser-content {
  font-size: 15px;
  line-height: 26px;
  padding: 35px 40px 35px 35px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  #block-news-overview .news-teaser-content,
  .news-wrapper .news-teaser-content,
  #block-frontpage-news .news-teaser-content {
    padding: 20px 20px 40px;
  }
}
#block-news-overview .news-teaser-content h4,
.news-wrapper .news-teaser-content h4,
#block-frontpage-news .news-teaser-content h4 {
  color: black;
}
/************************************************************
 *
 * News detail
 *
 ************************************************************/
body.page-node-type-news #main {
  z-index: 0;
}
body.page-node-type-news .field__item:first-child .center {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  background: -webkit-linear-gradient(bottom, rgba(252, 252, 252, 0.5), #ffffff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(252, 252, 252, 0.5), #ffffff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, rgba(252, 252, 252, 0.5), #ffffff);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(252, 252, 252, 0.5), #ffffff);
  /* Standard syntax (must be last) */
  width: 100%;
}
body.page-node-type-news .field__item:first-child .center:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/themes/custom/paree/base/images/printplaat.jpg) no-repeat center;
  background-size: cover;
  opacity: 0.20;
  z-index: 1;
}
body.page-node-type-news .field__item:first-child .center .center {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 5;
}
@media (max-width: 1459px) {
  body.page-node-type-news .field__item:first-child .center .center {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  body.page-node-type-news .field__item:first-child .center .center {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.page-node-type-news .field__item:first-child .center .center {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
body.page-node-type-news .field__item:first-child .center:before {
  z-index: -1;
}
@media (max-width: 767px) {
  body.page-node-type-news .field__item:first-child .center {
    margin: 0;
    padding: 0 15px;
  }
}
body.page-node-type-news .field__item:first-child .center .paragraph--type--text,
body.page-node-type-news .field__item:first-child .center .paragraph--type--text-2column,
body.page-node-type-news .field__item:first-child .center .paragraph-txtimg-wrapper {
  width: 1140px;
  padding-top: 130px !important;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1459px) {
  body.page-node-type-news .field__item:first-child .center .paragraph--type--text,
  body.page-node-type-news .field__item:first-child .center .paragraph--type--text-2column,
  body.page-node-type-news .field__item:first-child .center .paragraph-txtimg-wrapper {
    width: 1000px;
  }
}
@media (max-width: 1023px) {
  body.page-node-type-news .field__item:first-child .center .paragraph--type--text,
  body.page-node-type-news .field__item:first-child .center .paragraph--type--text-2column,
  body.page-node-type-news .field__item:first-child .center .paragraph-txtimg-wrapper {
    width: 720px;
  }
}
@media (max-width: 767px) {
  body.page-node-type-news .field__item:first-child .center .paragraph--type--text,
  body.page-node-type-news .field__item:first-child .center .paragraph--type--text-2column,
  body.page-node-type-news .field__item:first-child .center .paragraph-txtimg-wrapper {
    width: auto;
  }
}
@media (max-width: 1023px) {
  body.page-node-type-news .field__item:first-child .center .paragraph--type--text,
  body.page-node-type-news .field__item:first-child .center .paragraph--type--text-2column,
  body.page-node-type-news .field__item:first-child .center .paragraph-txtimg-wrapper {
    padding-top: 100px !important;
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  body.page-node-type-news .field__item:first-child .center .paragraph--type--text,
  body.page-node-type-news .field__item:first-child .center .paragraph--type--text-2column,
  body.page-node-type-news .field__item:first-child .center .paragraph-txtimg-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  body.page-node-type-news .field__item:first-child .center .paragraph--type--text,
  body.page-node-type-news .field__item:first-child .center .paragraph--type--text-2column,
  body.page-node-type-news .field__item:first-child .center .paragraph-txtimg-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
body.page-node-type-news #header-image #header-wrapper #header-left {
  overflow: hidden;
  background: black;
  background-image: none;
}
body.page-node-type-news #header-image #header-wrapper #header-left:before {
  height: 0;
}
body.page-node-type-news #header-image #header-wrapper #header-left img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.95;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
body.page-node-type-news #header-image #header-wrapper #header-left .button {
  margin: 25px 0;
}
/*# sourceMappingURL=news.css.map */