@charset "UTF-8";
/************************************************************
 *
 * 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;
  }
}
/************************************************************
 *
 * Default styling for overviews
 *
 ************************************************************/
.view-columns {
  font-size: 0;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .view-columns {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .view-columns {
    margin-bottom: 15px;
  }
}
.view-columns .views-row {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 40px 0;
}
@media (max-width: 1023px) {
  .view-columns .views-row {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 767px) {
  .view-columns .views-row {
    margin: 0 0 15px 0;
  }
}
.view-columns .views-row > a {
  color: black;
  text-decoration: none;
}
.view-columns .views-row article img {
  width: 100%;
  height: auto;
  display: block;
}
.view-columns .views-row article h2 {
  font-size: 16px;
  color: black;
  margin-bottom: .25em;
}
.view-4-columns {
  font-size: 0;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .view-4-columns {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .view-4-columns {
    margin-bottom: 15px;
  }
}
.view-4-columns .views-row {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 40px 0;
}
@media (max-width: 1023px) {
  .view-4-columns .views-row {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 767px) {
  .view-4-columns .views-row {
    margin: 0 0 15px 0;
  }
}
.view-4-columns .views-row > a {
  color: black;
  text-decoration: none;
}
.view-4-columns .views-row article img {
  width: 100%;
  height: auto;
  display: block;
}
.view-4-columns .views-row article h2 {
  font-size: 16px;
  color: black;
  margin-bottom: .25em;
}
.view-4-columns .views-row {
  width: 285px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.view-4-columns .views-row.views-row-4-col-1 {
  margin-left: 0;
}
.view-3-columns {
  font-size: 0;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .view-3-columns {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .view-3-columns {
    margin-bottom: 15px;
  }
}
.view-3-columns .views-row {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 40px 0;
}
@media (max-width: 1023px) {
  .view-3-columns .views-row {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 767px) {
  .view-3-columns .views-row {
    margin: 0 0 15px 0;
  }
}
.view-3-columns .views-row > a {
  color: black;
  text-decoration: none;
}
.view-3-columns .views-row article img {
  width: 100%;
  height: auto;
  display: block;
}
.view-3-columns .views-row article h2 {
  font-size: 16px;
  color: black;
  margin-bottom: .25em;
}
.view-3-columns .views-row {
  width: 305px;
  margin-left: 32px;
  margin-bottom: 30px;
}
.view-3-columns .views-row.views-row-3-col-1 {
  margin-left: 0;
}
.view-2-columns {
  font-size: 0;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .view-2-columns {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .view-2-columns {
    margin-bottom: 15px;
  }
}
.view-2-columns .views-row {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 40px 0;
}
@media (max-width: 1023px) {
  .view-2-columns .views-row {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 767px) {
  .view-2-columns .views-row {
    margin: 0 0 15px 0;
  }
}
.view-2-columns .views-row > a {
  color: black;
  text-decoration: none;
}
.view-2-columns .views-row article img {
  width: 100%;
  height: auto;
  display: block;
}
.view-2-columns .views-row article h2 {
  font-size: 16px;
  color: black;
  margin-bottom: .25em;
}
.view-2-columns .views-row {
  width: 345px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .view-2-columns .views-row {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .view-2-columns .views-row {
    width: 100%;
  }
}
.view-2-columns .views-row.even {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .view-2-columns .views-row.even {
    margin-left: 0;
  }
}
.view-2-columns .views-row.odd {
  margin-left: 0;
}
.view-2-columns-alternative {
  font-size: 0;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .view-2-columns-alternative {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .view-2-columns-alternative {
    margin-bottom: 15px;
  }
}
.view-2-columns-alternative .views-row {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 40px 0;
}
@media (max-width: 1023px) {
  .view-2-columns-alternative .views-row {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 767px) {
  .view-2-columns-alternative .views-row {
    margin: 0 0 15px 0;
  }
}
.view-2-columns-alternative .views-row > a {
  color: black;
  text-decoration: none;
}
.view-2-columns-alternative .views-row article img {
  width: 100%;
  height: auto;
  display: block;
}
.view-2-columns-alternative .views-row article h2 {
  font-size: 16px;
  color: black;
  margin-bottom: .25em;
}
.view-2-columns-alternative .views-row {
  width: 345px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .view-2-columns-alternative .views-row {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .view-2-columns-alternative .views-row {
    width: 100%;
  }
}
.view-2-columns-alternative .views-row.even {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .view-2-columns-alternative .views-row.even {
    margin-left: 0;
  }
}
.view-2-columns-alternative .views-row.odd {
  margin-left: 0;
}
.view-2-columns-alternative .views-row {
  width: 585px;
}
@media (max-width: 1459px) {
  .view-2-columns-alternative .views-row {
    width: 475px;
  }
}
@media (max-width: 1023px) {
  .view-2-columns-alternative .views-row {
    width: 345px;
  }
}
@media (max-width: 767px) {
  .view-2-columns-alternative .views-row {
    width: 100%;
  }
}
.view-2-columns-alternative .views-row article {
  position: relative;
  box-shadow: 5px 0px 25px -3px rgba(0, 0, 0, 0.2);
  font-size: 0;
}
.view-2-columns-alternative .views-row article .field--name-field-content-image {
  display: inline-block;
  width: 50%;
}
.view-2-columns-alternative .views-row article .content {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 16px;
  padding: 40px;
}
@media (max-width: 1023px) {
  .view-2-columns-alternative .views-row article .content {
    padding: 25px;
  }
}
.view-2-columns-alternative .views-row article .content h4 {
  font-size: 20px;
}
@media (max-width: 1023px) {
  .view-2-columns-alternative .views-row article .content h4 {
    font-size: 18px;
  }
}
.view-2-columns-alternative .views-row article a.more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.view-3-columns-centered {
  font-size: 0;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1023px) {
  .view-3-columns-centered {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .view-3-columns-centered {
    margin-bottom: 15px;
  }
}
.view-3-columns-centered .views-row {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 40px 0;
}
@media (max-width: 1023px) {
  .view-3-columns-centered .views-row {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 767px) {
  .view-3-columns-centered .views-row {
    margin: 0 0 15px 0;
  }
}
.view-3-columns-centered .views-row > a {
  color: black;
  text-decoration: none;
}
.view-3-columns-centered .views-row article img {
  width: 100%;
  height: auto;
  display: block;
}
.view-3-columns-centered .views-row article h2 {
  font-size: 16px;
  color: black;
  margin-bottom: .25em;
}
.view-3-columns-centered .views-row {
  width: 305px;
  margin-left: 32px;
  margin-bottom: 30px;
}
.view-3-columns-centered .views-row.views-row-3-col-1 {
  margin-left: 0;
}
.view-3-columns-centered > h3,
.view-3-columns-centered > div > h3 {
  font-size: 28px;
  color: #e85427;
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .view-3-columns-centered > h3,
  .view-3-columns-centered > div > h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .view-3-columns-centered > h3,
  .view-3-columns-centered > div > h3 {
    margin-bottom: 15px;
  }
}
.view-3-columns-centered .views-row-3-col-1,
.view-3-columns-centered .views-row-3-col-2,
.view-3-columns-centered .views-row-3-col-3 {
  text-align: center;
}
@media (max-width: 1023px) {
  .view-3-columns-centered .views-row-3-col-1,
  .view-3-columns-centered .views-row-3-col-2,
  .view-3-columns-centered .views-row-3-col-3 {
    width: 225px;
    margin-left: 20px;
  }
  .view-3-columns-centered .views-row-3-col-1.views-row-3-col-1,
  .view-3-columns-centered .views-row-3-col-2.views-row-3-col-1,
  .view-3-columns-centered .views-row-3-col-3.views-row-3-col-1 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .view-3-columns-centered .views-row-3-col-1,
  .view-3-columns-centered .views-row-3-col-2,
  .view-3-columns-centered .views-row-3-col-3 {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 1459px) {
  .overview {
    font-size: 0;
    margin-bottom: 40px;
  }
  .overview .views-row {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 40px 0;
  }
  .overview .views-row > a {
    color: black;
    text-decoration: none;
  }
  .overview .views-row article img {
    width: 100%;
    height: auto;
    display: block;
  }
  .overview .views-row article h2 {
    font-size: 16px;
    color: black;
    margin-bottom: .25em;
  }
  .overview .views-row {
    width: 285px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .overview .views-row.views-row-4-col-1 {
    margin-left: 0;
  }
}
@media (min-width: 1459px) and (max-width: 1023px) {
  .overview {
    margin-bottom: 25px;
  }
}
@media (min-width: 1459px) and (max-width: 767px) {
  .overview {
    margin-bottom: 15px;
  }
}
@media (min-width: 1459px) and (max-width: 1023px) {
  .overview .views-row {
    margin: 0 0 25px 0;
  }
}
@media (min-width: 1459px) and (max-width: 767px) {
  .overview .views-row {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 1459px) {
  .overview {
    font-size: 0;
    margin-bottom: 40px;
  }
  .overview .views-row {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 40px 0;
  }
  .overview .views-row > a {
    color: black;
    text-decoration: none;
  }
  .overview .views-row article img {
    width: 100%;
    height: auto;
    display: block;
  }
  .overview .views-row article h2 {
    font-size: 16px;
    color: black;
    margin-bottom: .25em;
  }
  .overview .views-row {
    width: 305px;
    margin-left: 32px;
    margin-bottom: 30px;
  }
  .overview .views-row.views-row-3-col-1 {
    margin-left: 0;
  }
}
@media (max-width: 1459px) and (max-width: 1023px) {
  .overview {
    margin-bottom: 25px;
  }
}
@media (max-width: 1459px) and (max-width: 767px) {
  .overview {
    margin-bottom: 15px;
  }
}
@media (max-width: 1459px) and (max-width: 1023px) {
  .overview .views-row {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 1459px) and (max-width: 767px) {
  .overview .views-row {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 1023px) {
  .overview {
    font-size: 0;
    margin-bottom: 40px;
  }
  .overview .views-row {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 40px 0;
  }
  .overview .views-row > a {
    color: black;
    text-decoration: none;
  }
  .overview .views-row article img {
    width: 100%;
    height: auto;
    display: block;
  }
  .overview .views-row article h2 {
    font-size: 16px;
    color: black;
    margin-bottom: .25em;
  }
  .overview .views-row {
    width: 345px;
    margin-bottom: 40px;
  }
  .overview .views-row.even {
    margin-left: 30px;
  }
  .overview .views-row.odd {
    margin-left: 0;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .overview {
    margin-bottom: 25px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .overview {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .overview .views-row {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .overview .views-row {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .overview .views-row {
    margin-bottom: 25px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .overview .views-row {
    width: 100%;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .overview .views-row.even {
    margin-left: 0;
  }
}
.overview > h3,
.overview > div > h3 {
  font-size: 28px;
  color: #e85427;
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .overview > h3,
  .overview > div > h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .overview > h3,
  .overview > div > h3 {
    margin-bottom: 15px;
  }
}
.overview .views-row article {
  box-shadow: 0px 10px 25px -3px rgba(0, 0, 0, 0.2);
}
.overview .views-row article h4 {
  color: #e85427;
  font-size: 20px;
}
.overview .views-row article .content {
  position: relative;
  padding: 15px 25px 50px 25px;
}
.overview .views-row article .content .text {
  margin-bottom: 1em;
}
.overview .views-row article .content .more {
  position: absolute;
  bottom: 0;
  right: 0;
}
/************************************************************
 *
 * Frontpage
 *
 ************************************************************/
body.path-frontpage #header-image #header-wrapper {
  height: 588px;
}
@media (max-width: 1023px) {
  body.path-frontpage #header-image #header-wrapper {
    height: 386px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #header-image #header-wrapper {
    height: 231px;
  }
}
body.path-frontpage #header-image #header-wrapper #header-left-content h1 {
  margin-top: 90px;
  padding-right: 90px;
  padding-top: 0;
}
@media (max-width: 1459px) {
  body.path-frontpage #header-image #header-wrapper #header-left-content h1 {
    padding-right: 75px;
  }
}
@media (max-width: 1023px) {
  body.path-frontpage #header-image #header-wrapper #header-left-content h1 {
    font-size: 34px;
    line-height: 36px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #header-image #header-wrapper #header-left-content h1 {
    font-size: 24px;
    line-height: 24px;
    padding-right: 15px;
    margin-top: 25px;
  }
}
body.path-frontpage #header-image #header-wrapper #header-right-content {
  padding-top: 90px;
}
@media (max-width: 1023px) {
  body.path-frontpage #header-image #header-wrapper #header-right-content {
    padding-top: 50px;
  }
}
body.path-frontpage #header-image #header-wrapper #header-right-content h5 {
  font-weight: 900;
  font-size: 30px;
  color: #000000;
  line-height: 34px;
}
@media (max-width: 1023px) {
  body.path-frontpage #header-image #header-wrapper #header-right-content h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
body.path-frontpage #services-wrapper {
  margin-top: -307px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  body.path-frontpage #services-wrapper {
    margin-top: -226px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #services-wrapper {
    margin-top: -145px;
  }
}
body.path-frontpage #services-wrapper #services-title {
  height: 45px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  body.path-frontpage #services-wrapper #services-title {
    height: 35px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #services-wrapper #services-title {
    height: 25px;
    font-size: 16px;
  }
}
body.path-frontpage #services-wrapper .product-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
body.path-frontpage #services-wrapper .product-menu .link-overlay {
  display: none;
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded {
  position: relative;
  width: 33.333%;
  height: 262px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  margin-left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded:before {
  z-index: -1;
}
@media (max-width: 1023px) {
  body.path-frontpage #services-wrapper .product-menu .menu-item.expanded {
    height: 190px;
  }
  body.path-frontpage #services-wrapper .product-menu .menu-item.expanded .link-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  body.path-frontpage #services-wrapper .product-menu .menu-item.expanded .link-overlay:after {
    display: none;
    height: 0;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #services-wrapper .product-menu .menu-item.expanded {
    height: 120px;
    width: 50%;
    padding: 20px 8px;
  }
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded > * {
  z-index: 2;
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded a {
  margin-bottom: 6px;
  position: relative;
  color: white;
  font-weight: 900;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 25px;
  text-decoration: none;
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded a:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 8px;
  width: 34px;
  background-color: #e85427;
}
@media (max-width: 1023px) {
  body.path-frontpage #services-wrapper .product-menu .menu-item.expanded a:after {
    height: 6px;
    bottom: -10px;
    width: 25px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #services-wrapper .product-menu .menu-item.expanded a:after {
    height: 4px;
    bottom: -5px;
    width: 20px;
  }
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded a:after {
  width: 30px;
  height: 7px;
  bottom: -18px;
}
@media (max-width: 1023px) {
  body.path-frontpage #services-wrapper .product-menu .menu-item.expanded a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #services-wrapper .product-menu .menu-item.expanded a {
    font-size: 16px;
    line-height: 16px;
  }
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded ul {
  margin: 15px 0 0 35px;
  display: none;
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded ul li {
  margin: 0;
  list-style: none;
  padding-left: 25px;
  background: url(../images/arrow-service-hover.svg) no-repeat top 5px left;
  background-size: 13px 9px;
  line-height: 18px;
  margin-bottom: 8px;
}
@media (max-width: 1459px) {
  body.path-frontpage #services-wrapper .product-menu .menu-item.expanded ul li {
    margin-bottom: 5px;
  }
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded ul li:hover {
  background-position: top 5px left 5px;
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded ul li a {
  font-size: 14px;
  color: white;
  line-height: 18px;
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded ul li a:after {
  width: 0;
  height: 0;
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded ul li:nth-child(n+6) {
  display: none;
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded ul li:last-child {
  display: block;
  margin-top: 15px;
}
@media (max-width: 1459px) {
  body.path-frontpage #services-wrapper .product-menu .menu-item.expanded ul li:last-child {
    margin-top: 10px;
  }
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded ul li:last-child a {
  text-transform: uppercase;
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded:hover {
  justify-content: flex-start;
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded:hover:before {
  filter: grayscale(100%);
}
@media (max-width: 1023px) {
  body.path-frontpage #services-wrapper .product-menu .menu-item.expanded:hover {
    justify-content: flex-end;
  }
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded:hover a {
  font-size: 22px;
  padding-left: 35px;
}
@media (max-width: 1023px) {
  body.path-frontpage #services-wrapper .product-menu .menu-item.expanded:hover a {
    font-size: 20px;
    padding-left: 0;
  }
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded:hover a:after {
  height: 0;
  width: 0;
}
@media (max-width: 1023px) {
  body.path-frontpage #services-wrapper .product-menu .menu-item.expanded:hover a:after {
    height: 6px;
    width: 25px;
  }
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded:hover ul {
  display: block;
}
@media (max-width: 1023px) {
  body.path-frontpage #services-wrapper .product-menu .menu-item.expanded:hover ul {
    display: none;
  }
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded:hover ul li a {
  font-size: 14px;
  color: white;
  padding-left: 0;
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded:hover ul li a:after {
  width: 0;
  height: 0;
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded:before,
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
body.path-frontpage #services-wrapper .product-menu .menu-item.expanded:after {
  height: 0;
  background-size: 185px 185px;
  background-position: bottom right;
  transition: 100ms;
}
@media (max-width: 767px) {
  body.path-frontpage #services-wrapper .product-menu .menu-item.expanded:after {
    height: 100%;
  }
}
body.path-frontpage .node--type-frontpage.node--view-mode-header .content {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 1459px) {
  body.path-frontpage .node--type-frontpage.node--view-mode-header .content {
    left: 0;
  }
}
@media (max-width: 767px) {
  body.path-frontpage .node--type-frontpage.node--view-mode-header .content {
    bottom: 15px;
  }
}
body.path-frontpage .node--type-frontpage.node--view-mode-header .content h2 {
  color: white;
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  body.path-frontpage .node--type-frontpage.node--view-mode-header .content h2 {
    font-size: 38px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage .node--type-frontpage.node--view-mode-header .content h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
body.path-frontpage .node--type-frontpage.node--view-mode-header .field--name-field-fp-header-links .field__item {
  display: inline-block;
}
body.path-frontpage .node--type-frontpage.node--view-mode-header .field--name-field-fp-header-links a {
  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) {
  body.path-frontpage .node--type-frontpage.node--view-mode-header .field--name-field-fp-header-links a {
    font-size: 12px;
    padding: 10px 30px 10px 10px;
    background-size: 11px 8px !important;
    background-position: right 8px center !important;
  }
}
@media (max-width: 767px) {
  body.path-frontpage .node--type-frontpage.node--view-mode-header .field--name-field-fp-header-links a {
    text-align: center;
    font-size: 15px;
    display: block;
  }
}
body.path-frontpage .node--type-frontpage.node--view-mode-header .field--name-field-fp-header-links a:hover {
  background-color: #c43307 !important;
  background-position: right 12px center !important;
}
body.path-frontpage article.node--view-mode-full {
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  body.path-frontpage article.node--view-mode-full {
    margin-bottom: 43.75px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage article.node--view-mode-full {
    margin-bottom: 26.25px;
  }
}
body.path-frontpage .overview-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 1459px) {
  body.path-frontpage .overview-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  body.path-frontpage .overview-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.path-frontpage .overview-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
body.path-frontpage .overview-wrapper:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
body.path-frontpage .overview-wrapper:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.15;
}
body.path-frontpage .work-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  background-image: linear-gradient(136deg, #007ac1 0%, #005396 100%);
  position: relative;
  margin-bottom: 220px !important;
  min-height: 365px;
}
@media (max-width: 1459px) {
  body.path-frontpage .work-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  body.path-frontpage .work-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.path-frontpage .work-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1459px) {
  body.path-frontpage .work-wrapper {
    min-height: 350px;
  }
}
@media (max-width: 1023px) {
  body.path-frontpage .work-wrapper {
    padding-top: 80px;
    min-height: 265px;
    margin-bottom: 165px !important;
  }
}
@media (max-width: 767px) {
  body.path-frontpage .work-wrapper {
    margin-bottom: 0 !important;
  }
}
body.path-frontpage .work-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.15;
}
body.path-frontpage .work-container .work-left {
  width: 50%;
  float: left;
  height: auto;
}
body.path-frontpage .work-container .work-left:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media (max-width: 767px) {
  body.path-frontpage .work-container .work-left {
    width: 100%;
    float: none;
  }
}
body.path-frontpage .work-container .work-left .work-text {
  display: flex;
}
body.path-frontpage .work-container .work-left .work-text h2 {
  width: 33%;
  text-align: right;
  color: white;
}
body.path-frontpage .work-container .work-left .work-text h2:after {
  height: 0;
}
body.path-frontpage .work-container .work-left .work-text p {
  width: 67%;
  padding-left: 25px;
  box-sizing: border-box;
  color: white;
}
@media (max-width: 767px) {
  body.path-frontpage .work-container .work-left .work-text p {
    padding-left: 20px;
  }
}
body.path-frontpage .work-container .work-left .work-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  body.path-frontpage .work-container .work-left .work-img {
    display: none;
  }
}
body.path-frontpage .work-container .work-right {
  padding-left: 60px;
  box-sizing: border-box;
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  body.path-frontpage .work-container .work-right {
    padding-left: 0;
    width: 100%;
  }
  body.path-frontpage .work-container .work-right .button {
    display: block;
  }
}
body.path-frontpage .work-container .work-right .views-element-container {
  padding-right: 0;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  body.path-frontpage .work-container .work-right .views-element-container {
    padding-right: 0;
  }
}
body.path-frontpage .work-container .work-right .views-element-container .views-row {
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  body.path-frontpage .work-container .work-right .views-element-container .views-row {
    margin-bottom: 5px;
  }
}
body.path-frontpage .work-container .work-right .views-element-container a {
  text-transform: uppercase;
  display: inline-block;
  padding-left: 35px;
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 25px;
  text-decoration: none;
  background: url(../../base/images/arrow-cta.svg) no-repeat left top 5px;
  transition: 100ms;
}
@media (max-width: 1023px) {
  body.path-frontpage .work-container .work-right .views-element-container a {
    font-size: 13px;
    background-size: 17px;
    padding-left: 30px;
  }
}
body.path-frontpage .work-container .work-right .views-element-container a:hover {
  background-position: left 5px top 5px;
}
.webp .path-frontpage .overview-wrapper:before {
  background: url(../../base/images/printplaat.webp) no-repeat;
  background-size: cover;
}
.webp .path-frontpage .work-wrapper:before {
  background: url(../images/printplaat.webp) no-repeat center center;
  background-size: cover;
}
.webp .path-frontpage #services-wrapper .product-menu li.automatisering:before {
  background: url(../images/bg-automatisering.webp?v=2) no-repeat center;
}
.webp .path-frontpage #services-wrapper .product-menu li.automatisering:hover a {
  background: url(../images/icon-automatisering-white.svg) no-repeat center left;
  background-size: 25px;
}
@media (max-width: 1023px) {
  .webp .path-frontpage #services-wrapper .product-menu li.automatisering:hover a {
    background: none;
  }
}
.webp .path-frontpage #services-wrapper .product-menu li.automatisering:hover ul a {
  background: none;
}
.webp .path-frontpage #services-wrapper .product-menu li.automatisering:hover:before {
  filter: grayscale(100%);
}
.webp .path-frontpage #services-wrapper .product-menu li.automatisering:hover:after {
  height: 100%;
  background: rgba(0, 140, 206, 0.8);
  background-size: 185px 185px;
}
.webp .path-frontpage #services-wrapper .product-menu li.Elektro:before {
  background: url(../images/bg-elektro.webp) no-repeat center;
}
.webp .path-frontpage #services-wrapper .product-menu li.Elektro:hover a {
  background: url(../images/icon-elektro-white.svg) no-repeat center left;
  background-size: 22px;
}
@media (max-width: 1023px) {
  .webp .path-frontpage #services-wrapper .product-menu li.Elektro:hover a {
    background: none;
  }
}
.webp .path-frontpage #services-wrapper .product-menu li.Elektro:hover ul a {
  background: none;
}
.webp .path-frontpage #services-wrapper .product-menu li.Elektro:hover:after {
  height: 100%;
  background: rgba(255, 118, 15, 0.8);
  background-size: 185px 185px;
}
.webp .path-frontpage #services-wrapper .product-menu li.Beveiliging:before {
  background: url(../images/bg-beveiliging.webp) no-repeat center;
}
.webp .path-frontpage #services-wrapper .product-menu li.Beveiliging:hover a {
  background: url(../images/icon-beveiliging-white.svg) no-repeat center left;
  background-size: 25px;
}
@media (max-width: 1023px) {
  .webp .path-frontpage #services-wrapper .product-menu li.Beveiliging:hover a {
    background: none;
  }
}
.webp .path-frontpage #services-wrapper .product-menu li.Beveiliging:hover ul a {
  background: none;
}
.webp .path-frontpage #services-wrapper .product-menu li.Beveiliging:hover:after {
  height: 100%;
  background: rgba(232, 84, 39, 0.8);
  background-size: 185px 185px;
}
.webp .path-frontpage #services-wrapper .product-menu li.Telecom:before {
  background: url(../images/bg-telecom.webp) no-repeat center;
}
.webp .path-frontpage #services-wrapper .product-menu li.Telecom:hover a {
  background: url(../images/icon-telecom-white.svg) no-repeat center left;
  background-size: 25px;
}
@media (max-width: 1023px) {
  .webp .path-frontpage #services-wrapper .product-menu li.Telecom:hover a {
    background: none;
  }
}
.webp .path-frontpage #services-wrapper .product-menu li.Telecom:hover ul a {
  background: none;
}
.webp .path-frontpage #services-wrapper .product-menu li.Telecom:hover:after {
  height: 100%;
  background: rgba(96, 171, 0, 0.8);
  background-size: 185px 185px;
}
.webp .path-frontpage #services-wrapper .product-menu li.IT:before {
  background: url(../images/bg-it.webp) no-repeat center;
}
.webp .path-frontpage #services-wrapper .product-menu li.IT:hover a {
  background: url(../images/icon-it-white.svg) no-repeat center left;
  background-size: 25px;
}
@media (max-width: 1023px) {
  .webp .path-frontpage #services-wrapper .product-menu li.IT:hover a {
    background: none;
  }
}
.webp .path-frontpage #services-wrapper .product-menu li.IT:hover ul a {
  background: none;
}
.webp .path-frontpage #services-wrapper .product-menu li.IT:hover:after {
  height: 100%;
  background: rgba(19, 178, 190, 0.8);
  background-size: 185px 185px;
}
.webp .path-frontpage #services-wrapper .product-menu li.Beheer:before {
  background: url(../images/bg-beheer.webp) no-repeat center;
}
.webp .path-frontpage #services-wrapper .product-menu li.Beheer:hover a {
  background: url(../images/icon-beheer-white.svg) no-repeat center left;
  background-size: 25px;
}
@media (max-width: 1023px) {
  .webp .path-frontpage #services-wrapper .product-menu li.Beheer:hover a {
    background: none;
  }
}
.webp .path-frontpage #services-wrapper .product-menu li.Beheer:hover ul a {
  background: none;
}
.webp .path-frontpage #services-wrapper .product-menu li.Beheer:hover:after {
  height: 100%;
  background: rgba(143, 30, 99, 0.8);
  background-size: 185px 185px;
}
.no-webp .path-frontpage .overview-wrapper:before {
  background: url(../../base/images/printplaat.jpg) no-repeat;
  background-size: cover;
}
.no-webp .path-frontpage .work-wrapper:before {
  background: url(../images/printplaat.jpg) no-repeat center center;
  background-size: cover;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.automatisering:before {
  background: url(../images/bg-automatisering.jpg?v=2) no-repeat center;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.automatisering:hover a {
  background: url(../images/icon-automatisering-white.svg) no-repeat center left;
  background-size: 25px;
}
@media (max-width: 1023px) {
  .no-webp .path-frontpage #services-wrapper .product-menu li.automatisering:hover a {
    background: none;
  }
}
.no-webp .path-frontpage #services-wrapper .product-menu li.automatisering:hover ul a {
  background: none;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.automatisering:hover:before {
  filter: grayscale(100%);
}
.no-webp .path-frontpage #services-wrapper .product-menu li.automatisering:hover:after {
  height: 100%;
  background: rgba(0, 140, 206, 0.8);
  background-size: 185px 185px;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.Elektro:before {
  background: url(../images/bg-elektro.jpg) no-repeat center;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.Elektro:hover a {
  background: url(../images/icon-elektro-white.svg) no-repeat center left;
  background-size: 22px;
}
@media (max-width: 1023px) {
  .no-webp .path-frontpage #services-wrapper .product-menu li.Elektro:hover a {
    background: none;
  }
}
.no-webp .path-frontpage #services-wrapper .product-menu li.Elektro:hover ul a {
  background: none;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.Elektro:hover:after {
  height: 100%;
  background: rgba(255, 118, 15, 0.8);
  background-size: 185px 185px;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.Beveiliging:before {
  background: url(../images/bg-beveiliging.jpg) no-repeat center;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.Beveiliging:hover a {
  background: url(../images/icon-beveiliging-white.svg) no-repeat center left;
  background-size: 25px;
}
@media (max-width: 1023px) {
  .no-webp .path-frontpage #services-wrapper .product-menu li.Beveiliging:hover a {
    background: none;
  }
}
.no-webp .path-frontpage #services-wrapper .product-menu li.Beveiliging:hover ul a {
  background: none;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.Beveiliging:hover:after {
  height: 100%;
  background: rgba(232, 84, 39, 0.8);
  background-size: 185px 185px;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.Telecom:before {
  background: url(../images/bg-telecom.jpg) no-repeat center;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.Telecom:hover a {
  background: url(../images/icon-telecom-white.svg) no-repeat center left;
  background-size: 25px;
}
@media (max-width: 1023px) {
  .no-webp .path-frontpage #services-wrapper .product-menu li.Telecom:hover a {
    background: none;
  }
}
.no-webp .path-frontpage #services-wrapper .product-menu li.Telecom:hover ul a {
  background: none;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.Telecom:hover:after {
  height: 100%;
  background: rgba(96, 171, 0, 0.8);
  background-size: 185px 185px;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.IT:before {
  background: url(../images/bg-it.jpg) no-repeat center;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.IT:hover a {
  background: url(../images/icon-it-white.svg) no-repeat center left;
  background-size: 25px;
}
@media (max-width: 1023px) {
  .no-webp .path-frontpage #services-wrapper .product-menu li.IT:hover a {
    background: none;
  }
}
.no-webp .path-frontpage #services-wrapper .product-menu li.IT:hover ul a {
  background: none;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.IT:hover:after {
  height: 100%;
  background: rgba(19, 178, 190, 0.8);
  background-size: 185px 185px;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.Beheer:before {
  background: url(../images/bg-beheer.jpg) no-repeat center;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.Beheer:hover a {
  background: url(../images/icon-beheer-white.svg) no-repeat center left;
  background-size: 25px;
}
@media (max-width: 1023px) {
  .no-webp .path-frontpage #services-wrapper .product-menu li.Beheer:hover a {
    background: none;
  }
}
.no-webp .path-frontpage #services-wrapper .product-menu li.Beheer:hover ul a {
  background: none;
}
.no-webp .path-frontpage #services-wrapper .product-menu li.Beheer:hover:after {
  height: 100%;
  background: rgba(143, 30, 99, 0.8);
  background-size: 185px 185px;
}
/*# sourceMappingURL=frontpage.css.map */