@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;
  }
}
/************************************************************
 *
 * Global styles
 *
 ************************************************************/
body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: black;
  padding-top: 106px;
  font-weight: 300;
  min-width: 305px;
}
@media (max-width: 1023px) {
  body {
    padding-top: 78px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 54px;
  }
}
h1 {
  position: relative;
  font-weight: 900;
  font-size: 54px;
  color: white;
  line-height: 53px;
  margin-bottom: 25px;
}
h1:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 8px;
  width: 34px;
  background-color: #e85427;
}
@media (max-width: 1023px) {
  h1:after {
    height: 6px;
    bottom: -10px;
    width: 25px;
  }
}
@media (max-width: 767px) {
  h1:after {
    height: 4px;
    bottom: -5px;
    width: 20px;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
  }
  h1:after {
    bottom: -10px;
  }
}
h2 {
  position: relative;
  font-weight: 900;
  font-size: 32px;
  color: #008cce;
  line-height: 34px;
  margin-bottom: 50px;
}
h2:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 8px;
  width: 34px;
  background-color: #e85427;
}
@media (max-width: 1023px) {
  h2:after {
    height: 6px;
    bottom: -10px;
    width: 25px;
  }
}
@media (max-width: 767px) {
  h2:after {
    height: 4px;
    bottom: -5px;
    width: 20px;
  }
}
h2:after {
  bottom: -12px;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 18.75px;
  }
}
h3 {
  font-weight: 900;
  font-size: 32px;
  color: #008cce;
  line-height: 28px;
  position: relative;
  margin-bottom: 60px;
}
h3:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 8px;
  width: 34px;
  background-color: #e85427;
}
@media (max-width: 1023px) {
  h3:after {
    height: 6px;
    bottom: -10px;
    width: 25px;
  }
}
@media (max-width: 767px) {
  h3:after {
    height: 4px;
    bottom: -5px;
    width: 20px;
  }
}
@media (max-width: 1023px) {
  h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  h3 {
    margin-bottom: 17.5px;
  }
}
h4 {
  font-weight: 900;
  font-size: 24px;
  color: white;
  position: relative;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}
.field--name-field-paragraph-text h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .field--name-field-paragraph-text h3 {
    font-size: 20px;
  }
}
.field--name-field-paragraph-text h4 {
  color: black;
  font-size: 22px;
}
@media (max-width: 767px) {
  .field--name-field-paragraph-text h4 {
    font-size: 18px;
  }
}
h5 {
  font-size: 1.4em;
  color: black;
  line-height: 1.3;
  margin-bottom: 10px;
  position: relative;
}
h5 a {
  text-decoration: none;
}
h6 {
  font-size: 1.2em;
  color: black;
  line-height: 1.1;
  margin-bottom: 6px;
  position: relative;
}
h6 a {
  text-decoration: none;
}
a {
  color: #e85427;
}
article ul li {
  list-style-position: outside;
  margin-left: 11px;
}
/************************************************************
 *
 * Layout
 *
 ************************************************************/
#container {
  margin: 0;
  width: auto;
  overflow: hidden;
}
/************************************************************
 *
 * Header
 *
 ************************************************************/
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 106px;
  background: white;
  color: white;
  box-sizing: border-box;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1023px) {
  #header {
    height: 78px;
  }
}
@media (max-width: 767px) {
  #header {
    height: 54px;
    margin: 0;
  }
}
@media (min-width: 1459px) {
  #header .center {
    width: 1440px;
  }
}
#header a#logo {
  position: absolute;
  top: 21px;
  left: 0;
  display: block;
  background: white;
  width: 304px;
  height: 63px;
  text-indent: -99999px;
  z-index: 5;
  background: url(../images/logo.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  #header a#logo {
    width: 184px;
    height: 39px;
    top: 19px;
  }
}
@media (max-width: 767px) {
  #header a#logo {
    top: 8px;
    width: 40px;
    height: 40px;
    background: url(../images/logo-mobile.svg) no-repeat;
    background-size: cover;
  }
}
#header #header-buttons {
  position: absolute;
  right: 147px;
  top: 32px;
}
#header #header-buttons a {
  margin-left: 10px;
}
@media (max-width: 1023px) {
  #header #header-buttons a {
    margin-left: 5px;
  }
}
@media (max-width: 1459px) {
  #header #header-buttons {
    right: 85px;
  }
}
@media (max-width: 1023px) {
  #header #header-buttons {
    top: 23px;
    right: 76px;
  }
}
@media (max-width: 767px) {
  #header #header-buttons {
    top: 13px;
    right: 35px;
  }
  #header #header-buttons .button,
  #header #header-buttons .button-secondary {
    display: none;
  }
}
#header #header-buttons #call-button {
  font-size: 17.6px;
  line-height: 32px;
  text-decoration: none;
  color: #e85427;
  display: inline-block;
  padding-left: 30px;
  margin-right: 10px;
  font-weight: 600;
  background: url(../images/icon-mobile.svg) no-repeat left top;
}
@media (max-width: 1023px) {
  #header #header-buttons #call-button {
    font-size: 14px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  #header #header-buttons #call-button {
    padding: 0;
    text-indent: -9000px;
  }
}
#header #header-buttons #call-button:hover {
  color: #c43307;
  background-image: url(../images/icon-mobile-hover.svg);
}
#header #header-buttons > * {
  margin-left: 15px;
}
@media (max-width: 1023px) {
  #header #header-buttons > * {
    margin-left: 1px;
  }
}
#header-image {
  position: relative;
  z-index: 3;
}
#header-image #header-wrapper {
  display: flex;
  min-height: 426px;
}
@media (max-width: 1023px) {
  #header-image #header-wrapper {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  #header-image #header-wrapper {
    min-height: 230px;
  }
}
#header-image #header-left {
  width: calc(((100% -  1140px ) * 0.5) +  759.24px );
  background: linear-gradient(136deg, #006bad 14%, #000046 100%);
  position: relative;
}
@media (max-width: 1459px) {
  #header-image #header-left {
    width: calc(((100% -  999px ) * 0.5) +  665.334px );
  }
}
@media (max-width: 1023px) {
  #header-image #header-left {
    width: calc(((100% -  720px ) * 0.5) +  479.52px );
  }
}
@media (max-width: 767px) {
  #header-image #header-left {
    width: 100%;
  }
}
#header-image #header-left #header-left-content {
  float: right;
  right: 0;
  left: auto;
  width: 759.24px;
  height: 100%;
  color: white;
  font-weight: 600;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  padding-bottom: 25px;
}
#header-image #header-left #header-left-content:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media (max-width: 1459px) {
  #header-image #header-left #header-left-content {
    width: 665.334px;
  }
}
@media (max-width: 1023px) {
  #header-image #header-left #header-left-content {
    width: 479.52px;
  }
}
@media (max-width: 767px) {
  #header-image #header-left #header-left-content {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
#header-image #header-left #header-left-content h1 {
  padding-top: 80px;
  padding-right: 90px;
}
@media (max-width: 1023px) {
  #header-image #header-left #header-left-content h1 {
    padding-top: 50px;
  }
}
#header-image #header-left #header-left-content .block-system-breadcrumb-block {
  position: absolute;
  bottom: 5px;
  left: 0;
}
#header-image #header-left:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/printplaat.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.15;
}
#header-image #header-right {
  height: 100%;
  width: calc(((100% -  1140px ) * 0.5) +  379.62px );
  position: relative;
}
@media (max-width: 1459px) {
  #header-image #header-right {
    width: calc(((100% -  999px ) * 0.5) +  332.667px );
  }
}
@media (max-width: 1023px) {
  #header-image #header-right {
    width: calc(((100% -  720px ) * 0.5) +  239.76px );
  }
}
@media (max-width: 767px) {
  #header-image #header-right {
    display: none;
  }
}
#header-image #header-right #header-right-content {
  position: absolute;
  left: 0;
  width: 379.62px;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 37px;
  padding-top: 80px;
  padding-left: 50px;
  box-sizing: border-box;
}
@media (max-width: 1459px) {
  #header-image #header-right #header-right-content {
    width: 332.667px;
    padding-top: 40px;
  }
}
@media (max-width: 1023px) {
  #header-image #header-right #header-right-content {
    font-size: 15px;
    line-height: 24px;
    padding-left: 40px;
    width: 239.76px;
  }
}
.block-system-breadcrumb-block {
  position: relative;
}
@media (max-width: 767px) {
  .block-system-breadcrumb-block {
    display: none;
  }
}
.block-system-breadcrumb-block ol {
  margin-left: 0;
}
.block-system-breadcrumb-block ol li {
  display: inline-block;
  list-style: none;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.block-system-breadcrumb-block ol li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  padding-right: 15px;
  background: url(../images/breadcrumb.svg) no-repeat center right;
  transition: 100ms;
}
.block-system-breadcrumb-block ol li a:hover {
  color: white;
}
@media (max-width: 767px) {
  .featured-news {
    padding: 30px 15px;
  }
}
.featured-news h4 {
  font-weight: 900;
  font-size: 16px;
  color: #008CCE;
  line-height: 22px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .featured-news h4 {
    font-size: 15px;
    line-height: 32px;
  }
}
.featured-news a {
  text-decoration: none;
  padding-left: 25px;
  background: url(../images/arrow-orange.svg) no-repeat center left;
  transition: 150ms;
  font-size: 18px;
  font-weight: bold;
  background-size: 18px;
}
.featured-news a:hover {
  background-position: center left 5px;
}
/************************************************************
 *
 * Menu
 *
 ************************************************************/
a#mobile-menu-button {
  width: 64px;
  height: 65px;
  position: absolute;
  right: 20px;
  top: 20px;
  border: 1px solid #ebebeb;
  background: white;
  z-index: 9001;
}
@media (max-width: 1459px) {
  a#mobile-menu-button {
    right: 0px;
  }
}
@media (max-width: 1023px) {
  a#mobile-menu-button {
    top: 11px;
    width: 54px;
    height: 54px;
    right: 0;
  }
}
@media (max-width: 767px) {
  a#mobile-menu-button {
    top: 5px;
    width: 42px;
    height: 42px;
  }
}
a#mobile-menu-button:hover #hamburger span {
  background-color: #e85427;
}
a#mobile-menu-button.open #menu-text:before {
  content: "SLUITEN";
}
a#mobile-menu-button.open #hamburger {
  top: 10px;
}
a#mobile-menu-button #hamburger {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 11px;
  height: 28px;
  width: 40px;
}
@media (max-width: 1023px) {
  a#mobile-menu-button #hamburger {
    top: 10px;
    height: 26px;
    width: 33px;
  }
}
@media (max-width: 767px) {
  a#mobile-menu-button #hamburger {
    top: 10px;
    height: 20px;
    width: 28px;
  }
}
a#mobile-menu-button #hamburger span {
  height: 4.4px;
  border-radius: 2.1px;
  background-color: #008cce;
}
a#mobile-menu-button #menu-text {
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  top: auto;
  font-size: 10px;
  color: #9b9b9b;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 1023px) {
  a#mobile-menu-button #menu-text {
    bottom: -7px;
  }
}
@media (max-width: 767px) {
  a#mobile-menu-button #menu-text {
    display: none;
    bottom: -7px;
    font-size: 8px;
  }
}
a#mobile-menu-button #menu-text:before {
  font-weight: bold;
  content: "MENU";
}
#mobile-menu-content {
  height: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #mobile-menu-content {
    margin-top: 54px;
  }
}
.mobile-menu-wrapper {
  height: 100%;
  background: white;
}
.mobile-menu-wrapper:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mobile-menu-wrapper > * {
  padding-top: 106px;
}
@media (max-width: 1459px) {
  .mobile-menu-wrapper > * {
    padding-top: 24px;
  }
}
@media (max-width: 1023px) {
  .mobile-menu-wrapper > * {
    padding-top: 54px;
  }
}
@media (max-width: 767px) {
  .mobile-menu-wrapper > * {
    padding-top: 28px;
  }
}
.mobile-menu-wrapper ul {
  margin: 0;
}
.mobile-menu-wrapper ul li {
  list-style-type: none;
}
.mobile-menu-wrapper #main-menu {
  width: 22%;
  height: 100%;
  background: #008cce;
  float: left;
  padding-left: 28px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .mobile-menu-wrapper #main-menu {
    width: 100%;
  }
}
.mobile-menu-wrapper #main-menu nav[role="navigation"] ul {
  margin-bottom: 40px;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  .mobile-menu-wrapper #main-menu nav[role="navigation"] ul {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .mobile-menu-wrapper #main-menu nav[role="navigation"] ul {
    margin-bottom: 15px;
  }
}
.mobile-menu-wrapper #main-menu nav[role="navigation"] ul li {
  margin-bottom: 25px;
  margin-left: 0;
}
@media (max-width: 1023px) {
  .mobile-menu-wrapper #main-menu nav[role="navigation"] ul li {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .mobile-menu-wrapper #main-menu nav[role="navigation"] ul li {
    margin-bottom: 10px;
  }
}
.mobile-menu-wrapper #main-menu nav[role="navigation"] ul li:last-child {
  margin-top: 37.5px;
  padding-left: 30px;
  background: url(../images/icon-support.svg) no-repeat top left;
}
@media (max-width: 1023px) {
  .mobile-menu-wrapper #main-menu nav[role="navigation"] ul li:last-child {
    padding-left: 20px;
    margin-top: 25px;
    background: url(../images/icon-support.svg) no-repeat top 1px left;
    line-height: 18px;
    background-size: 15px;
  }
}
@media (max-width: 767px) {
  .mobile-menu-wrapper #main-menu nav[role="navigation"] ul li:last-child {
    margin-top: 15px;
  }
}
.mobile-menu-wrapper #main-menu nav[role="navigation"] ul li:last-child a {
  font-size: 18px;
}
@media (max-width: 1023px) {
  .mobile-menu-wrapper #main-menu nav[role="navigation"] ul li:last-child a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .mobile-menu-wrapper #main-menu nav[role="navigation"] ul li:last-child a {
    font-size: 14px;
  }
}
.mobile-menu-wrapper #main-menu nav[role="navigation"] ul li.expanded ul {
  margin-bottom: 0;
}
.mobile-menu-wrapper #main-menu nav[role="navigation"] ul li.expanded ul li {
  display: none;
  margin-top: 10px;
  background: none;
}
.mobile-menu-wrapper #main-menu nav[role="navigation"] ul li a {
  font-size: 26px;
  line-height: 26px;
  font-weight: 900;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 1459px) {
  .mobile-menu-wrapper #main-menu nav[role="navigation"] ul li a {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .mobile-menu-wrapper #main-menu nav[role="navigation"] ul li a {
    font-size: 18px;
    color: white;
    line-height: 18px;
  }
}
.mobile-menu-wrapper #main-menu #menu-contact-details {
  font-size: 14px;
  font-weight: 600;
  color: white;
  line-height: 27px;
}
.mobile-menu-wrapper #main-menu #menu-contact-details a {
  color: white;
  text-decoration: none;
}
.mobile-menu-wrapper #product-menu-container {
  width: 78%;
  height: 100%;
  float: left;
}
@media (max-width: 767px) {
  .mobile-menu-wrapper #product-menu-container {
    display: none;
  }
}
.mobile-menu-wrapper #product-menu-container h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: black;
  line-height: 26px;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .mobile-menu-wrapper #product-menu-container h3 {
    margin-bottom: 70px;
  }
}
.mobile-menu-wrapper #product-menu-container #product-menu-wrapper {
  padding-left: 50px;
}
@media (max-width: 1023px) {
  .mobile-menu-wrapper #product-menu-container #product-menu-wrapper {
    padding-left: 30px;
  }
}
.mobile-menu-wrapper #product-menu-container .link-overlay {
  display: none;
}
.mobile-menu-wrapper #product-menu-container .product-menu {
  display: flex;
  flex-wrap: wrap;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item {
  margin-left: 0;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded {
  box-sizing: border-box;
  width: 33.333%;
  padding-bottom: 35px;
  padding-left: 60px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 1023px) {
  .mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded {
    width: 50%;
    padding-bottom: 20px;
  }
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded:before {
  content: '';
  position: absolute;
  left: 0;
  top: -15px;
  height: 50px;
  width: 50px;
  background: no-repeat center;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded a {
  font-weight: 900;
  font-size: 20px;
  line-height: 14px;
  text-decoration: none;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded ul {
  margin-top: 5px;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded ul li {
  padding-left: 30px;
  background: url(../images/arrow-default.svg) no-repeat top 8px left;
  transition: 50ms ease-out;
}
@media (max-width: 1023px) {
  .mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded ul li {
    line-height: 19px;
    margin-bottom: 5px;
    background-position: top 5px left;
  }
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded ul li:hover {
  background-position-x: 5px;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded ul li a {
  font-weight: 600;
  font-size: 14px;
  color: black;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded ul li a {
    line-height: 15px;
  }
}
@media (max-width: 1023px) {
  .mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded {
    width: 50%;
  }
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded > a:nth-child(2) {
  line-height: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.automatisering {
    margin-top: -27px;
  }
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.automatisering:before {
  background-image: url(../images/icon-automatisering.svg);
}
@media (max-width: 1459px) {
  .mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.automatisering:before {
    top: -7px;
  }
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.automatisering li:last-child {
  background-image: url(../images/arrow-automatisering.svg);
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.automatisering a,
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.automatisering li:last-child a {
  color: #008cce;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.automatisering li a {
  color: black;
}
@media (max-width: 1023px) {
  .mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Elektro {
    margin-top: -27px;
  }
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Elektro:before {
  background-image: url(../images/icon-elektro.svg);
}
@media (max-width: 1023px) {
  .mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Elektro:before {
    top: -12px;
  }
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Elektro li:last-child {
  background-image: url(../images/arrow-elektro.svg);
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Elektro a,
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Elektro li:last-child a {
  color: #ff760f;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Elektro li a {
  color: black;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Beveiliging:before {
  background-image: url(../images/icon-beveiliging.svg);
  background-size: contain;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Beveiliging li:last-child {
  background-image: url(../images/arrow-beveiliging.svg);
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Beveiliging a,
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Beveiliging li:last-child a {
  color: #e85427;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Beveiliging li a {
  color: black;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Telecom:before {
  background-image: url(../images/icon-telecom.svg);
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Telecom li:last-child {
  background-image: url(../images/arrow-telecom.svg);
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Telecom a,
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Telecom li:last-child a {
  color: #60ab00;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Telecom li a {
  color: black;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.IT:before {
  background-image: url(../images/icon-it.svg);
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.IT li:last-child {
  background-image: url(../images/arrow-it.svg);
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.IT a,
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.IT li:last-child a {
  color: #13b2be;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.IT li a {
  color: black;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Beheer:before {
  background-image: url(../images/icon-beheer.svg);
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Beheer li:last-child {
  background-image: url(../images/arrow-beheer.svg);
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Beheer a,
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Beheer li:last-child a {
  color: #8f1e63;
}
.mobile-menu-wrapper #product-menu-container .product-menu .menu-item.expanded.Beheer li a {
  color: black;
}
body.mobile-menu-open #header {
  box-shadow: none;
}
/************************************************************
 *
 * Content
 *
 ************************************************************/
#main {
  position: relative;
  z-index: 3;
}
.introduction-present {
  margin-top: -160px;
}
@media (max-width: 767px) {
  .introduction-present {
    margin-top: -100px;
  }
}
.node-sidebar-layout {
  margin-bottom: 40px;
}
.node-sidebar-layout #sidebar-first {
  float: left;
  width: 25%;
  position: relative;
}
@media (max-width: 767px) {
  .node-sidebar-layout #sidebar-first {
    display: none;
  }
}
.node-sidebar-layout #sidebar-first .block-menu-main-submenu {
  overflow: hidden;
  transition: 200ms all;
}
.node-sidebar-layout #sidebar-first.limited::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.node-sidebar-layout #sidebar-first.open {
  margin-bottom: 50px;
}
.node-sidebar-layout #sidebar-first.open.limited::after {
  display: none;
}
.node-sidebar-layout #sidebar-first.open .block-menu-main-submenu {
  max-height: 500px !important;
}
.node-sidebar-layout #sidebar-first .handle {
  position: absolute;
  bottom: -50px;
  left: 50%;
  cursor: pointer;
  color: #e85427;
  overflow: hidden;
  transform: translateX(-50%);
}
.node-sidebar-layout #sidebar-layout-content {
  float: right;
  width: 70%;
}
@media (max-width: 767px) {
  .node-sidebar-layout #sidebar-layout-content {
    float: none;
    width: 100%;
  }
}
.node-sidebar-layout #sidebar-layout-content .center {
  width: 100%;
}
#sidebar-first nav[role="navigation"] h2 {
  color: #e85427;
}
#sidebar-first nav[role="navigation"] ul {
  margin: 0;
}
#sidebar-first nav[role="navigation"] ul li {
  list-style: none;
  border-bottom: 1px solid #e85427;
}
#sidebar-first nav[role="navigation"] ul li a {
  display: block;
  padding: 20px 0;
  font-weight: bold;
  color: black;
  line-height: 1.1;
  text-decoration: none;
}
#sidebar-first nav[role="navigation"] ul li a:hover {
  color: #006899;
}
#sidebar-first nav[role="navigation"] ul li:last-child {
  border: none;
}
#sidebar-first nav[role="navigation"] ul li a.is-active {
  color: #008cce;
}
#sidebar-first nav[role="navigation"] ul li a.is-active:hover {
  color: #006899;
}
#sidebar-first nav[role="navigation"] ul li ul {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  margin-top: -0.5em;
}
#sidebar-first nav[role="navigation"] ul li ul li {
  border: none;
}
#sidebar-first nav[role="navigation"] ul li ul li a {
  font-weight: normal;
  padding: 10px 0;
}
article.node--view-mode-full > .node__content > div > .field--name-field-content-image {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  article.node--view-mode-full > .node__content > div > .field--name-field-content-image {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  article.node--view-mode-full > .node__content > div > .field--name-field-content-image {
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
article.node--view-mode-full > .node__content > div > .field--name-field-content-image img {
  width: 100%;
  height: auto;
  display: block;
}
.field--name-field-service-block {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1459px) {
  .field--name-field-service-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .field--name-field-service-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .field--name-field-service-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.field--name-field-service-block .service-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 -12.5px;
}
@media (max-width: 1023px) {
  .field--name-field-service-block .service-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .field--name-field-service-block .service-wrapper {
    margin: 0 -7.5px;
  }
}
.field--name-field-service-block .service-wrapper .tile-service {
  width: 165px;
  height: 165px;
  margin: 0 12.5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  line-height: 19px;
  background: #f7f7f7 no-repeat center top 45%;
  background-size: 35%;
  color: black;
  text-decoration: none;
  font-size: 13px;
}
@media (max-width: 1459px) {
  .field--name-field-service-block .service-wrapper .tile-service {
    width: 141.5px;
    height: 141.5px;
  }
}
@media (max-width: 1023px) {
  .field--name-field-service-block .service-wrapper .tile-service {
    font-size: 15px;
    width: 215px;
    height: 215px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .field--name-field-service-block .service-wrapper .tile-service {
    width: calc(50% - 15px);
    height: calc(50vw - 15px);
    margin: 0 7.5px;
    margin-bottom: 15px;
    font-size: 13px;
  }
}
.field--name-field-service-block .service-wrapper .tile-service#tile-service-automation {
  background-image: url(../images/icon-automatisering.svg);
  background-position: center top 40%;
  padding-bottom: 8px;
}
.field--name-field-service-block .service-wrapper .tile-service#tile-service-automation:hover {
  color: #008cce;
}
.field--name-field-service-block .service-wrapper .tile-service#tile-service-elektro {
  background-image: url(../images/icon-elektro.svg);
}
.field--name-field-service-block .service-wrapper .tile-service#tile-service-elektro:hover {
  color: #ff760f;
}
.field--name-field-service-block .service-wrapper .tile-service#tile-service-security {
  background-image: url(../images/icon-beveiliging.svg);
}
.field--name-field-service-block .service-wrapper .tile-service#tile-service-security:hover {
  color: #e85427;
}
.field--name-field-service-block .service-wrapper .tile-service#tile-service-telecom {
  background-image: url(../images/icon-telecom.svg);
}
.field--name-field-service-block .service-wrapper .tile-service#tile-service-telecom:hover {
  color: #60ab00;
}
.field--name-field-service-block .service-wrapper .tile-service#tile-service-it {
  background-image: url(../images/icon-it.svg);
}
.field--name-field-service-block .service-wrapper .tile-service#tile-service-it:hover {
  color: #13b2be;
}
.field--name-field-service-block .service-wrapper .tile-service#tile-service-administration {
  background-image: url(../images/icon-beheer.svg);
}
.field--name-field-service-block .service-wrapper .tile-service#tile-service-administration:hover {
  color: #8f1e63;
}
/************************************************************
 *
 * USP Slider
 *
 ************************************************************/
.overview-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
}
.overview-wrapper h2 {
  margin-bottom: 60px;
}
.overview-wrapper h3 {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .overview-wrapper h3 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1459px) {
  .overview-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .overview-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .overview-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.overview-wrapper .overview-swiper {
  position: relative;
}
.overview-wrapper .overview-swiper .swiper-button-prev,
.overview-wrapper .overview-swiper .swiper-button-next {
  width: 90px;
  height: 90px;
  background-size: 90px;
  margin-top: -72px;
}
@media (max-width: 767px) {
  .overview-wrapper .overview-swiper .swiper-button-prev,
  .overview-wrapper .overview-swiper .swiper-button-next {
    height: 32px;
    width: 32px;
    background-size: 32px;
  }
}
.overview-wrapper .overview-swiper .swiper-button-prev {
  background-image: url(../../base/images/slideshow/arrow-left.svg);
}
.overview-wrapper .overview-swiper .swiper-button-next {
  background-image: url(../../base/images/slideshow/arrow-right.svg);
}
.overview-wrapper .overview-swiper .swiper-pagination.swiper-pagination-bullets {
  position: relative;
  text-align: center;
  margin-top: 40px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .overview-wrapper .overview-swiper .swiper-pagination.swiper-pagination-bullets {
    margin-top: 10px;
  }
}
.overview-wrapper .overview-swiper .swiper-pagination-bullet {
  background-color: #DADADA;
  width: 87px;
  height: 8px;
  opacity: 1;
  border-radius: 0;
  margin: 0 7px;
}
@media (max-width: 767px) {
  .overview-wrapper .overview-swiper .swiper-pagination-bullet {
    width: 42px;
    height: 3px;
  }
}
.overview-wrapper .overview-swiper .swiper-pagination-bullet-active {
  background-color: #008CCE;
}
.usp-item-wrapper {
  position: relative;
  width: 600px;
  height: 445px;
}
@media (max-width: 1023px) {
  .usp-item-wrapper {
    width: 445px;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .usp-item-wrapper {
    width: calc(100% - 30px);
    height: 255px;
  }
}
.usp-item-wrapper .usp-image {
  width: 90%;
  height: 90%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .usp-item-wrapper .usp-image {
    width: 75%;
    height: 75%;
  }
}
@media (max-width: 767px) {
  .usp-item-wrapper .usp-image {
    width: 80%;
    height: 80%;
  }
}
.usp-item-wrapper .usp-image img {
  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%);
}
.usp-item-wrapper .usp-content {
  position: absolute;
  width: 60%;
  background: white;
  bottom: 15px;
  right: 0;
  box-sizing: border-box;
  padding-top: 25px;
  padding-left: 25px;
}
.usp-item-wrapper .usp-content ul li {
  margin-left: 0;
}
@media (max-width: 1023px) {
  .usp-item-wrapper .usp-content {
    padding-top: 30px;
    padding-left: 30px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .usp-item-wrapper .usp-content {
    padding-top: 20px;
    padding-left: 20px;
    bottom: 0;
  }
}
.usp-item-wrapper .usp-content h3 {
  margin-bottom: 11.25px;
  transition: 100ms;
}
@media (max-width: 767px) {
  .usp-item-wrapper .usp-content h3 {
    margin-bottom: 3.75px;
  }
}
.usp-item-wrapper .usp-content h3:after {
  display: none;
}
.usp-item-wrapper .usp-content a {
  font-weight: 900;
  font-size: 18px;
  color: #E85427;
  line-height: 33.6px;
  padding-left: 30px;
  background: url(../../base/images/arrow-orange.svg) no-repeat center left;
  transition: 150ms;
  text-decoration: none;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .usp-item-wrapper .usp-content a {
    font-size: 13px;
  }
}
.usp-item-wrapper .usp-content .field--name-field-list {
  font-weight: 900;
  font-size: 18px;
  color: #000000;
}
@media (max-width: 767px) {
  .usp-item-wrapper .usp-content .field--name-field-list {
    font-size: 10px;
    line-height: 12px;
  }
}
.usp-item-wrapper .usp-content .field--name-field-list ul {
  margin: 0;
}
.usp-item-wrapper .usp-content .field--name-field-list ul li {
  list-style: none;
  list-style-position: inherit;
  padding-left: 35px;
  background: url(../images/list-style.svg) no-repeat top 5px left;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .usp-item-wrapper .usp-content .field--name-field-list ul li {
    padding-left: 30px;
    margin-bottom: 8px;
    background-size: 12px;
    background-position: top left;
  }
}
.usp-item-wrapper:hover .usp-content h3 {
  color: #e85427;
}
.usp-item-wrapper:hover .usp-content span,
.usp-item-wrapper:hover .usp-content a {
  background-position: center left 5px;
}
/************************************************************
 *
 * Overviews
 *
 ************************************************************/
.button-more {
  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;
  margin-top: 35px;
}
@media (max-width: 1023px) {
  .button-more {
    font-size: 12px;
    padding: 10px 30px 10px 10px;
    background-size: 11px 8px !important;
    background-position: right 8px center !important;
  }
}
@media (max-width: 767px) {
  .button-more {
    text-align: center;
    font-size: 15px;
    display: block;
  }
}
.button-more:hover {
  background-color: #c43307 !important;
  background-position: right 12px center !important;
}
.button-more:hover {
  background-color: #006899 !important;
}
.pager {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .pager {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .pager {
    margin-top: 15px;
  }
}
.pager ul li {
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
}
.pager ul li a {
  padding: 0 10px;
  color: black;
  text-decoration: none;
  border-right: 1px solid black;
}
.pager ul li:last-child a,
.pager ul li.pager__item--first a,
.pager ul li.pager__item--next a,
.pager ul li.pager__item--last a {
  border: none;
}
.pager ul li.is-active a {
  color: #008cce;
}
/*******************
 *
 * Downloads overview
 *
 *******************/
#block-views-block-downloads-overview {
  display: flex;
  margin: 0 -15px;
}
#block-views-block-downloads-overview > div > div {
  display: flex;
  flex-wrap: wrap;
}
#block-views-block-downloads-overview > div > div a {
  color: black;
  text-decoration: none;
}
#block-views-block-downloads-overview > div > div a:hover {
  color: #008cce;
}
#block-views-block-downloads-overview > div > div img {
  width: 100%;
  margin: auto;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.1);
}
#block-views-block-downloads-overview > div > div strong {
  display: block;
}
#block-views-block-downloads-overview > div > div .file-type {
  text-transform: uppercase;
}
#block-views-block-downloads-overview > div > div .views-row {
  margin-bottom: 1.5rem;
  width: 25%;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
  line-height: 20px;
}
@media (max-width: 767px) {
  #block-views-block-downloads-overview > div > div .views-row {
    width: 50%;
    margin-bottom: 15px;
  }
}
#block-views-block-downloads-overview > div > div .node--type-download {
  display: flex;
}
#block-views-block-downloads-overview > div > div .node--type-download .field--name-field-employee-image {
  padding-bottom: 15px;
}
/*******************
 *
 * Certificate overview
 *
 *******************/
body.path--certificaten #header-image #header-left #header-left-content .block-system-breadcrumb-block {
  display: none;
}
body.path--certificaten article.node--type-page {
  margin-top: -160px;
}
@media (max-width: 1023px) {
  body.path--certificaten article.node--type-page {
    margin-top: -156px;
  }
}
@media (max-width: 767px) {
  body.path--certificaten article.node--type-page {
    margin-top: -95px;
  }
}
body.path--certificaten #block-certifictes-overview .views-element-container > div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
body.path--certificaten #block-certifictes-overview .views-element-container > div .views-row {
  width: 25%;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body.path--certificaten #block-certifictes-overview .views-element-container > div .views-row {
    width: 50%;
    margin-bottom: 15px;
  }
}
body.path--certificaten #block-certifictes-overview .views-element-container > div .views-row a {
  color: black;
  text-decoration: none;
}
body.path--certificaten #block-certifictes-overview .views-element-container > div .views-row a:hover {
  color: #008cce;
}
body.path--certificaten #block-certifictes-overview .views-element-container > div .views-row h3 {
  text-transform: capitalize;
}
body.path--certificaten #block-certifictes-overview .views-element-container > div .views-row img {
  width: 100%;
  height: auto;
  margin: auto;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
body.path--certificaten #block-certifictes-overview .views-element-container > div .views-row .file-type {
  text-transform: uppercase;
}
/************************************************************
 *
 * Form pages
 *
 ************************************************************/
body.page-node-type-webform #header-image #header-wrapper .block-system-breadcrumb-block {
  margin-top: 60px;
}
body.page-node-type-webform #header-image #header-wrapper #header-left-content {
  padding-right: 350px;
  z-index: 3;
}
@media (max-width: 1023px) {
  body.page-node-type-webform #header-image #header-wrapper #header-left-content {
    padding-right: 200px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  body.page-node-type-webform #header-image #header-wrapper #header-left-content {
    padding-right: 15px;
  }
}
body.page-node-type-webform #header-image #header-wrapper #header-left-content a {
  color: white;
}
body.page-node-type-webform #header-image #header-wrapper #header-left-content a:hover {
  color: #e85427;
}
body.page-node-type-webform #header-image #header-wrapper #header-left-content p {
  padding-bottom: 2em;
}
@media (max-width: 767px) {
  body.page-node-type-webform #header-image #header-wrapper #header-left-content p {
    padding-bottom: 1em;
  }
}
body.page-node-type-webform #header-image #header-wrapper #header-left-content h4 {
  padding-bottom: 1em;
}
@media (max-width: 1459px) {
  body.page-node-type-webform #header-image #header-wrapper #header-left-content h1 {
    padding-right: 0;
  }
}
body.page-node-type-webform #header-image #header-wrapper #header-left-content #block-paree-breadcrumb {
  width: 100%;
  padding-right: 305px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  body.page-node-type-webform #header-image #header-wrapper #header-left-content #block-paree-breadcrumb {
    padding-right: 200px;
  }
}
body.page-node-type-webform #main {
  z-index: auto;
}
body.page-node-type-webform .form {
  width: 60%;
  margin: -48% 0 80px auto;
  color: white;
  background: #FFFFFF;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 60px;
  position: relative;
  z-index: 3;
}
body.page-node-type-webform .form:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media (max-width: 1459px) {
  body.page-node-type-webform .form {
    margin: -62% 0 80px auto;
  }
}
@media (max-width: 1023px) {
  body.page-node-type-webform .form {
    margin: -78% 0 80px auto;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  body.page-node-type-webform .form {
    width: 100%;
    margin: 15px 0 0;
    padding: 25px;
  }
}
body.page-node-type-webform .form .description {
  display: none;
}
/************************************************************
 *
 * Footer
 *
 ************************************************************/
#footer {
  color: white;
  background: #646464;
  padding-top: 80px;
  padding-bottom: 40px;
}
#footer:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media (max-width: 1023px) {
  #footer {
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #footer {
    margin: 0;
  }
}
#footer > .center .column-first > div {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  #footer > .center .column-first > div {
    display: block;
  }
}
#footer > .center .block,
#footer > .center .block-footermenu {
  width: 28%;
  margin-bottom: 40px;
}
#footer > .center .block ul li,
#footer > .center .block-footermenu ul li {
  margin-left: 0;
}
@media (max-width: 1023px) {
  #footer > .center .block,
  #footer > .center .block-footermenu {
    width: 28%;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #footer > .center .block,
  #footer > .center .block-footermenu {
    width: 100%;
    margin-bottom: 15px;
  }
}
#footer > .center #block-werkenbijparee {
  position: relative;
  z-index: 1;
}
#footer > .center #block-werkenbijparee h3 {
  visibility: hidden;
  height: 35px;
}
#footer > .center #block-werkenbijparee a {
  text-decoration: none;
}
@media (max-width: 1023px) {
  #footer > .center #block-werkenbijparee {
    width: 36%;
  }
}
@media (max-width: 767px) {
  #footer > .center #block-werkenbijparee {
    width: auto;
  }
}
#footer > .center .block-footer-info {
  width: 34%;
}
@media (max-width: 1023px) {
  #footer > .center .block-footer-info {
    width: 40%;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  #footer > .center .block-footer-info {
    width: 100%;
  }
}
#footer h3 {
  font-size: 28px;
  line-height: 1.2;
  color: white;
  margin-bottom: 10px;
}
#footer h3:after {
  height: 0;
}
#footer h4 {
  color: white;
  margin-bottom: .2em;
  font-size: 1.1em;
}
#footer a {
  color: white;
}
#footer .block-footer-info {
  box-sizing: border-box;
  padding-right: 25px;
}
@media (max-width: 1459px) {
  #footer .block-footer-info {
    padding-right: 30px;
  }
}
@media (max-width: 1023px) {
  #footer .block-footer-info {
    padding-right: 20px;
  }
}
#footer .block-footer-info p {
  margin-bottom: 0;
}
#footer .block-footermenu h3 {
  visibility: hidden;
}
@media (max-width: 767px) {
  #footer .block-footermenu h3 {
    display: none;
  }
}
#footer .block-footermenu ul li {
  list-style: none;
}
#footer .block-footermenu ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 35px;
  padding-left: 30px;
  background: url(../images/arrow-cta.svg) no-repeat center left;
  transition: 150ms;
}
@media (max-width: 1023px) {
  #footer .block-footermenu ul li a {
    font-size: 14px;
  }
}
#footer .block-footermenu ul li a:hover {
  background-position: center left 5px;
}
@media (max-width: 1023px) {
  #footer .block-contact {
    padding-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  #footer .block-contact {
    padding-left: 0;
  }
}
#footer .block-contact > h3 {
  visibility: hidden;
}
@media (max-width: 767px) {
  #footer .block-contact > h3 {
    display: none;
  }
}
#footer .block-contact p {
  margin-bottom: .2em;
}
#footer .block-contact a {
  text-decoration: none;
}
#footer .block-contact .zipcode {
  float: left;
  margin-right: 5px;
}
#footer .block-socialmediawerkenbijparee,
#footer .block-socialmedia {
  width: 21%;
  margin-bottom: 0;
  position: absolute;
  right: -40px;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1459px) {
  #footer .block-socialmediawerkenbijparee,
  #footer .block-socialmedia {
    right: -34px;
  }
}
@media (max-width: 1023px) {
  #footer .block-socialmediawerkenbijparee,
  #footer .block-socialmedia {
    right: -20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #footer .block-socialmediawerkenbijparee,
  #footer .block-socialmedia {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
#footer .block-socialmediawerkenbijparee h3,
#footer .block-socialmedia h3 {
  visibility: hidden;
}
@media (max-width: 767px) {
  #footer .block-socialmediawerkenbijparee h3,
  #footer .block-socialmedia h3 {
    display: none;
  }
}
#footer .block-socialmediawerkenbijparee .field--name-field-social-media-items,
#footer .block-socialmedia .field--name-field-social-media-items {
  display: inline-block;
}
#footer .block-socialmediawerkenbijparee .field--name-field-social-media-items .field__item,
#footer .block-socialmedia .field--name-field-social-media-items .field__item {
  display: inline-block;
}
#footer .block-socialmediawerkenbijparee .field--name-field-social-media-items .paragraph-social-media,
#footer .block-socialmedia .field--name-field-social-media-items .paragraph-social-media {
  text-indent: -99999px;
  display: inline-block;
  width: 35px;
  height: 40px;
  background: #646464 url(../images/social-media/facebook.svg) no-repeat center;
  background-size: 12px 25px;
  margin: 0;
}
#footer .block-socialmediawerkenbijparee .field--name-field-social-media-items .paragraph-social-media-twitter,
#footer .block-socialmedia .field--name-field-social-media-items .paragraph-social-media-twitter {
  background-image: url(../images/social-media/twitter.svg);
  background-size: 26px 21px;
}
#footer .block-socialmediawerkenbijparee .field--name-field-social-media-items .paragraph-social-media-youtube,
#footer .block-socialmedia .field--name-field-social-media-items .paragraph-social-media-youtube {
  background-image: url(../images/social-media/youtube.svg);
  background-size: 26px 25px;
}
#footer .block-socialmediawerkenbijparee .field--name-field-social-media-items .paragraph-social-media-rss,
#footer .block-socialmedia .field--name-field-social-media-items .paragraph-social-media-rss {
  background-image: url(../images/social-media/rss.svg);
  background-size: 25px;
}
#footer .block-socialmediawerkenbijparee .field--name-field-social-media-items .paragraph-social-media-linkedin,
#footer .block-socialmedia .field--name-field-social-media-items .paragraph-social-media-linkedin {
  background-image: url(../images/social-media/linked-in.svg);
  background-size: 26px 25px;
}
#footer .block-socialmediawerkenbijparee .field--name-field-social-media-items .paragraph-social-media-instagram,
#footer .block-socialmedia .field--name-field-social-media-items .paragraph-social-media-instagram {
  background-image: url(../images/social-media/instagram.svg);
  background-size: 26px 25px;
}
#copyright {
  padding: 10px 0 20px 0;
  font-size: 12px;
  background: #646464;
  color: white;
}
@media (max-width: 767px) {
  #copyright {
    margin: 0;
  }
}
#copyright a {
  color: white;
}
/************************************************************
 *
 * Login styling
 *
 ************************************************************/
.path--user #main {
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1459px) {
  .path--user #main {
    width: 999px;
  }
}
@media (max-width: 1023px) {
  .path--user #main {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .path--user #main {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .path--user #main .center {
    margin-left: 0;
    margin-right: 0;
  }
}
.path--user .user-login-form {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .path--user .user-login-form {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .path--user .user-login-form {
    margin-top: 25px;
  }
}
/************************************************************
 *
 * Disable contact paragraph
 *
 ************************************************************/
.path--werken-bij-paree-solliciteren .paragraph--type--meer-weten,
.path--werken-bij-paree-solliciteren-bedankt .paragraph--type--meer-weten {
  display: none;
}
/************************************************************
 *
 * Addthis
 *
 ************************************************************/
#addthis {
  margin: -56px 0 50px -3px;
}
@media (max-width: 1459px) {
  #addthis {
    margin-top: -40px;
  }
}
@media (max-width: 1023px) {
  #addthis {
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  #addthis {
    margin-top: -5px;
  }
}
#addthis h4 {
  color: #000;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
  margin-left: 2px;
}
/************************************************************
 *
 * Admin styling
 *
 ************************************************************/
body.toolbar-horizontal {
  padding-top: 145px !important;
}
body.toolbar-horizontal #header {
  top: 39px;
}
body.toolbar-horizontal.toolbar-tray-open {
  padding-top: 186px !important;
}
body.toolbar-horizontal.toolbar-tray-open #header,
body.toolbar-horizontal.toolbar-tray-open #mobile-menu-content {
  top: 80px;
}
.messages {
  width: 50%;
  bottom: 0;
  left: 0;
  z-index: 99;
  box-sizing: border-box;
  position: fixed;
  padding: 1em;
  margin-bottom: 0;
}
/*# sourceMappingURL=paree.css.map */