html,
body {
  overflow-x: hidden;
}
body {
  color: #1c3242;
  background: #ffffff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5rem;
}
body.no-scroll {
  overflow: hidden;
}
*,
pre {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-size: inherit;
}
h1,
h2,
h3,
.header_h2 {
  font-weight: normal;
  color: #1c3242;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0;
}
h1 > em,
h2 > em,
h3 > em,
.header_h2 > em {
  display: block;
  font-size: 1rem;
  line-height: 1.1em;
  letter-spacing: 2px;
  color: #1c3242;
  padding: 0;
  opacity: 0.8;
  margin: 0.25rem 0 0.5rem;
  font-style: normal;
  font-weight: 300;
}
h1 {
  color: #1c3242;
  font-size: 1.55rem;
  line-height: 1.1em;
  padding: 0.5rem 0;
  text-transform: uppercase;
}
h2,
.header_h2 {
  font-size: 1.35rem;
  line-height: 1.2em;
  padding: 0.5rem 0 0.25rem 0;
}
h3 {
  font-size: 1.15rem;
  line-height: 1.3em;
  color: #121a20;
}
p {
  font-size: 1rem;
  line-height: 1.75em;
  color: #121a20;
}
p.small {
  font-size: 0.8rem;
  color: #969696;
}
ul li {
  font-size: 1rem;
  line-height: 1.6em;
}
figure {
  margin: 0;
  line-height: 0;
}
img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}
a {
  display: inline-block;
  font-size: inherit;
  cursor: pointer;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=text],
input[type=tel],
input[type=date],
input[type=time],
input[type=submit],
.button,
select,
input[type=number],
input[type=file],
textarea,
.field {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  margin: 0.25rem 0;
  font-size: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  resize: none;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=search]:disabled,
input[type=password]:disabled,
input[type=text]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=submit]:disabled,
.button:disabled,
select:disabled,
input[type=number]:disabled,
input[type=file]:disabled,
textarea:disabled,
.field:disabled {
  color: #969696;
}
input[type=submit],
.button {
  display: inline-block;
  font-weight: normal;
  background: #1c3242;
  width: auto;
  border-color: #1c3242;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.85rem;
  letter-spacing: 1px;
  padding: 0.9rem 2rem;
  text-transform: uppercase;
  line-height: 1em;
  border-radius: 0;
  text-align: center;
}
input[type=submit]:hover,
.button:hover {
  background: #ffffff;
  color: #1c3242;
}
select {
  background: #ffffff url(../img/icons/arrow-dropdown.svg) center right no-repeat;
  border-radius: 0.5rem;
  max-width: 100%;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.9rem;
  padding: 0.5rem 2rem 0.5rem 0.65rem;
  line-height: 1rem;
}
select::-ms-expand {
  /* for IE 11 */
  display: none;
}
ul.check {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
ul.check li {
  background: url(../img/icons/check.svg) left 0.15rem no-repeat;
  padding-left: 1.75rem;
  margin: 0 0 0.25rem 0;
  background-size: 1.3rem auto;
}
span.red,
strong.red {
  color: #ca0a23;
}
span.green,
strong.green {
  color: #04a64b;
}
span.blue,
strong.blue {
  color: #0073b0;
}
.align {
  display: table;
  width: 100%;
  height: 100%;
}
.align .middle {
  display: table-cell;
  vertical-align: middle;
}
ul.searchResults {
  margin: 2rem 0;
  padding: 0;
}
ul.searchResults li {
  display: block;
  margin: 0 0 1rem 0;
  padding: 0;
  border-bottom: 1px solid #e3e3e3;
}
.searchHighlight {
  padding: 0.25rem 0.5rem;
  background: #eaeaea;
  letter-spacing: 1px;
  font-size: 0.9rem;
}
.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 0;
}
.icon.phone {
  background: url(../img/icons/icon_phone.svg) center center no-repeat;
  background-size: 80%;
}
.icon.phone.white {
  background-image: url(../img/icons/icon_phone-white.svg);
}
.icon.outage {
  background: url(../img/icons/icon_outage.svg) center center no-repeat;
  background-size: 80%;
}
.icon.outage.white {
  background-image: url(../img/icons/icon_outage-white.svg);
}
.icon.login {
  background: url(../img/icons/icon_login.svg) center center no-repeat;
  background-size: 80%;
}
.icon.email {
  background: url(../img/icons/icon_email.svg) center center no-repeat;
  background-size: 80%;
}
.icon.email.white {
  background-image: url(../img/icons/icon_email-white.svg);
}
.clearer,
.cf,
.clear {
  clear: both;
}
/* column definitions
.column.s**   resolutions up to 319px
.column.m**   resolutions 320px to 511px
.column.l**   resolutions 512px to 1023px
.column.xl**  resolutions 1024px and up
 */
.padding {
  padding: 1.5rem 1rem;
}
.column {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 1.5rem 1rem;
}
.column.no-padding {
  padding: 0;
}
.column.s5 {
  width: 5%;
}
.column.s10 {
  width: 10%;
}
.column.s15 {
  width: 15%;
}
.column.s20 {
  width: 20%;
}
.column.s25 {
  width: 25%;
}
.column.s30 {
  width: 30%;
}
.column.s33 {
  width: 33.33%;
}
.column.s35 {
  width: 35%;
}
.column.s40 {
  width: 40%;
}
.column.s45 {
  width: 45%;
}
.column.s50 {
  width: 50%;
}
.column.s55 {
  width: 55%;
}
.column.s60 {
  width: 60%;
}
.column.s65 {
  width: 65%;
}
.column.s66 {
  width: 66.66%;
}
.column.s70 {
  width: 70%;
}
.column.s75 {
  width: 75%;
}
.column.s80 {
  width: 80%;
}
.column.s85 {
  width: 85%;
}
.column.s90 {
  width: 90%;
}
.column.s95 {
  width: 95%;
}
.column.s100 {
  width: 100%;
}
.column.mhide,
.column.lhide,
.column.xlhide {
  display: block;
}
.column.shide {
  display: none;
}
.column.right {
  float: right;
}
.wrapper {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.wrapper.small {
  max-width: 1280px;
}
.wrapper.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}
.wrapper.flex .column {
  float: none;
}
#nav-toggle {
  display: block;
  position: absolute;
  right: 1rem;
  top: 3rem;
  top: 1.25rem;
  cursor: pointer;
  padding: 10px 2.2rem 16px 0px;
  z-index: 99999999;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 0;
  height: 2px;
  width: 2.2rem;
  background: #f2f2f2;
  position: absolute;
  display: block;
  content: '';
  transition: all 500ms ease-in-out;
}
#nav-toggle span:before {
  top: -0.6rem;
}
#nav-toggle span:after {
  bottom: -0.6rem;
}
#nav-toggle.show span {
  background-color: transparent;
}
#nav-toggle.show span:before,
#nav-toggle.show span:after {
  top: 0;
}
#nav-toggle.show span:before {
  transform: rotate(45deg);
}
#nav-toggle.show span:after {
  transform: rotate(-45deg);
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  height: calc(4rem + 3rem);
  background: #121a20;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#header .wrapper {
  height: 100%;
}
#header #topHeader {
  height: 3rem;
  padding: 0;
  background: #ffffff;
  color: #121a20;
  overflow: hidden;
}
#header #topHeader div.phone,
#header #topHeader div.storing,
#header #topHeader div.search,
#header #topHeader div.inloggen {
  float: left;
  display: inline-block;
  height: 100%;
  line-height: 0;
  margin: 0;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  border-right: 1px solid #1c3242;
}
#header #topHeader div.phone a,
#header #topHeader div.storing a,
#header #topHeader div.search a,
#header #topHeader div.inloggen a {
  height: 100%;
}
#header #topHeader div.phone .text,
#header #topHeader div.storing .text,
#header #topHeader div.search .text,
#header #topHeader div.inloggen .text {
  display: none;
  line-height: 0;
  padding-left: 0.25rem;
  position: relative;
  top: -0.65rem;
}
#header #topHeader a {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
}
#header #topHeader div.search {
  position: relative;
  float: right;
  border: 0;
  margin: 0 0 0 1rem;
  margin: 0;
  width: 8rem;
}
#header #topHeader div.search .screen-reader-text {
  display: none!important;
}
#header #topHeader div.search #searchsubmit {
  position: absolute;
  top: 0.35rem;
  right: 1rem;
  border: 0;
  padding: 0;
  text-indent: -15rem;
  background: url(../img/icons/icon_search.svg) center right no-repeat;
  background-size: 28px auto;
  overflow: hidden;
  width: 1.75rem;
  z-index: 1;
  height: 1.75rem;
}
#header #topHeader input[type=search],
#header #topHeader input[type=text] {
  position: relative;
  border: 0;
  margin: -0.05rem 0 0 0;
  height: 100%;
  padding: 0.5rem 2.5rem 0.5rem 0;
  border-radius: 0;
  text-align: right;
  outline: none;
  background: none;
  z-index: 3;
}
#header #topHeader .topMenu {
  float: right;
}
#header #topHeader .topMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header #topHeader .topMenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  border-left: 1px solid #1c3242;
}
#header #topHeader .topMenu ul li.faq {
  display: none;
}
#header #topHeader .topMenu ul li a {
  padding: 0.75rem 1rem;
}
#header .logo {
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#header .logo a {
  display: inline-block;
  line-height: 0;
}
#header .logo img {
  width: auto;
  height: 1.8rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#header.scroll {
  top: -3rem;
  height: calc(4rem + 3rem);
}
#header.scroll .logo {
  top: 0.8rem;
}
#header.scroll .logo img {
  height: 1.8rem;
}
#header.scroll #mainmenu {
  top: 0.25rem;
}
#header.scroll #nav-toggle {
  top: 1.25rem;
}
#mainmenu {
  display: none;
  position: absolute;
  right: 1rem;
  top: 0.25rem;
  z-index: 9998;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#mainmenu ul.menu {
  display: block;
  list-style: none;
  padding: 0 0 0 1rem;
  margin: 0;
}
#mainmenu ul.menu > li.current-menu-parent > a,
#mainmenu ul.menu > li.current-menu-item > a {
  font-weight: 600;
  opacity: 1!important;
  border-bottom: 2px solid white;
}
#mainmenu ul.menu > li:hover > a {
  opacity: 0.5;
  border-bottom: 2px solid white;
}
#mainmenu ul.menu li {
  position: relative;
  padding: 0;
  margin: 0 0 0 3rem;
  display: inline-block;
}
#mainmenu ul.menu li:hover ul {
  display: block;
}
#mainmenu ul.menu li ul {
  position: absolute;
  display: none;
  background: #121a20;
  margin: 0 0 0 -1rem;
  padding: 0.5rem 0 0;
}
#mainmenu ul.menu li ul li {
  display: inline-block;
  width: 100%;
  padding: 0rem 1rem;
  border-top: 1px solid #1b2730;
  margin: 0;
}
#mainmenu ul.menu li ul li:first-child {
  border-top: 0;
}
#mainmenu ul.menu li ul li a {
  text-transform: none;
  font-size: 0.9rem;
  padding: 0.5rem 0;
}
#mainmenu ul.menu li a {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 1rem 0;
  font-size: 0.9rem;
  border-bottom: 2px solid transparent;
}
#mainmenu ul.menu li a:hover {
  opacity: 0.5;
}
#imageheader {
  position: relative;
  overflow: hidden;
  height: 640px;
  min-height: 640px;
  max-height: 800px;
  background: #121a20;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#imageheader .slick-list,
#imageheader .slick-track {
  height: 100%;
  z-index: 3;
}
#imageheader ul.slides {
  list-style: none;
  width: 100%;
  height: 100%!important;
  padding: 0;
  margin: 0;
  z-index: 8;
}
#imageheader ul.slides li.slick-slide {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#imageheader ul.slides li.slick-slide:after {
  content: ' ';
  position: absolute;
  background: -moz-linear-gradient(left, #e6e3d9 0%, #e6e3d9 40%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e6e3d9 0%, #e6e3d9 40%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e6e3d9 0%, #e6e3d9 40%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#121a1f', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.75;
}
#imageheader ul.slides li.slick-slide:focus {
  outline: none;
}
#imageheader ul.slides li.slick-slide .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  z-index: 5;
}
#imageheader ul.slides li.slick-slide .wrapper.beveiligingstechniek:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 0;
  right: 0;
  opacity: 1;
  background: url(../img/overlay_beveiliging.svg) center center no-repeat;
  z-index: 2;
}
#imageheader ul.slides li.slick-slide .wrapper.elektrotechniek:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0%;
  opacity: 0.8;
  background: url(../img/overlay_elektro.svg) bottom center no-repeat;
  z-index: 2;
}
#imageheader ul.slides li.slick-slide .wrapper.communicatietechniek:after {
  content: ' ';
  position: absolute;
  width: 60%;
  height: 100%;
  top: 30%;
  left: 20%;
  opacity: 0.8;
  background: url(../img/overlay_communicatie.svg) center center no-repeat;
  z-index: 2;
}
#imageheader ul.slides li.slick-slide .wrapper.energietechniek:after {
  content: ' ';
  position: absolute;
  width: 60%;
  height: 100%;
  top: 35%;
  left: 10%;
  opacity: 0.8;
  background: url(../img/overlay_energie.svg) center center no-repeat;
  z-index: 2;
}
#imageheader ul.slides li.slick-slide .image {
  display: block;
  height: 100%;
}
#imageheader ul.slides li.slick-slide .align {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 6;
}
#imageheader ul.slides li.slick-slide .align .middle {
  display: table-cell;
  width: 100%;
  padding: 4rem 0 0 0;
  vertical-align: middle;
}
#imageheader ul.slides li.slick-slide .align .middle blockquote {
  margin: 0;
  padding: 0;
}
#imageheader ul.slides li.slick-slide .align .middle blockquote p {
  font-size: 1rem;
  line-height: 1.6em;
}
#imageheader ul.slides li.slick-slide .align .middle h2,
#imageheader ul.slides li.slick-slide .align .middle h3 {
  color: #121a20;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 1rem;
  opacity: 0.6;
}
#imageheader ul.slides li.slick-slide .align .middle p {
  color: #121a20;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0.5rem 0;
}
#imageheader ul.slides li.slick-slide .align .middle p strong {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25em;
}
#imageheader.no-image {
  background: none;
  height: 7rem;
  min-height: 7rem;
}
#imageheader .slick-dots {
  position: absolute;
  bottom: 2rem;
  z-index: 9;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  text-align: center;
}
#imageheader .slick-dots li {
  display: inline-block;
  margin: 0 0.25rem;
}
#imageheader .slick-dots li.slick-active button {
  border-color: #1c3242;
}
#imageheader .slick-dots li button {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0;
  border: 2px solid white;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -5rem;
}
#imageheader #video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  text-align: center;
  line-height: 0;
}
#imageheader #video video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: 1s opacity;
}
body.home #imageheader {
  height: 100vh;
}
body.home #content {
  text-align: center;
  padding: 4rem 0;
}
body.home #breadcrumb {
  display: none;
}
body.beveiligingstechniek #content {
  border-top: 0.5rem solid #ca0a23;
}
body.elektrotechniek #content {
  border-top: 0.5rem solid #0073b0;
}
body.energietechniek #content {
  border-top: 0.5rem solid #04a64b;
}
body.communicatietechniek #content {
  border-top: 0.5rem solid #949388;
}
body.over-ons #extra_content {
  background: url(../img/overlay_elektro.svg) bottom center no-repeat;
  background-size: auto 80%;
}
#content {
  position: relative;
  padding: 3rem 0;
  background: #ffffff;
  z-index: 9;
}
#content.cases {
  padding: 0;
}
#content.cases .wrapper {
  padding: 0;
}
#content.cases article .image {
  line-height: 0;
}
#content.cases article .image img {
  width: 100%;
  max-width: auto;
}
#content.cases article .middle {
  padding: 1rem;
}
#content.vacatures .wrapper {
  padding: 0;
}
#content.vacatures article .image {
  line-height: 0;
}
#content .intro {
  text-align: center;
}
#content .intro p {
  font-size: 1.05rem;
}
#content .wrapper {
  padding: 0 1rem;
}
#content .vacatureDetails {
  background: #121a20;
  padding: 2rem;
  margin: 0;
}
#content .vacatureDetails p,
#content .vacatureDetails h3 {
  color: #f2f2f2;
}
#content .moreInfo {
  padding: 2rem;
  background: #f2f2f2;
}
#usps {
  position: relative;
  background: #f2f2f2;
  padding: 2rem 0 3rem;
  z-index: 4;
}
#usps .wrapper {
  align-items: stretch;
}
#usps .inner {
  position: relative;
  text-align: center;
  padding: 2rem 2rem 4rem;
}
#usps .inner .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -77px;
}
#usps .inner.catBeveiligingstechniek h2 {
  color: #ca0a23;
}
#usps .inner.catBeveiligingstechniek a.button {
  background: #ca0a23;
  border-color: #ca0a23;
}
#usps .inner.catBeveiligingstechniek a.button:hover {
  color: #ca0a23;
  background: #ffffff;
}
#usps .inner.catEnergietechniek h2 {
  color: #04a64b;
}
#usps .inner.catEnergietechniek a.button {
  background: #04a64b;
  border-color: #04a64b;
}
#usps .inner.catEnergietechniek a.button:hover {
  color: #04a64b;
  background: #ffffff;
}
#usps .inner.catElektrotechniek h2 {
  color: #0073b0;
}
#usps .inner.catElektrotechniek a.button {
  background: #0073b0;
  border-color: #0073b0;
}
#usps .inner.catElektrotechniek a.button:hover {
  color: #0073b0;
  background: #ffffff;
}
#usps .inner .image {
  text-align: center;
  padding: 1rem 1rem 0.5rem 1rem;
}
#usps .inner .image img {
  width: 100%;
  max-width: 80px;
  height: auto;
}
#quotes {
  position: relative;
  background: #e6e3d9 url(../img/quote_raster.svg) bottom left no-repeat;
  background-size: auto 96%;
  padding: 3rem 0;
  text-align: center;
  z-index: 6;
}
#quotes ul.quoteList {
  list-style: none;
  padding: 0;
  margin: 0;
  outline: none;
  overflow: hidden;
}
#quotes ul.quoteList li {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#quotes ul.quoteList li em {
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
}
#quotes ul.quoteList li strong {
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
#quotes ul.quoteList li p {
  font-size: 1.3rem;
  line-height: 1.3em;
  color: #1c3242;
  padding: 0 2rem;
  font-family: adobe-caslon-pro, serif;
  font-weight: 700;
  font-style: normal;
}
#quotes ul.slick-dots {
  list-style: none;
  padding: 3rem 0 0 0;
  margin: 0;
}
#quotes ul.slick-dots li {
  display: inline-block;
  padding: 0;
  margin: 0 0.35rem;
}
#quotes ul.slick-dots li.slick-active button {
  border-color: #121a20;
}
#quotes ul.slick-dots li button {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border-radius: 50%;
  text-indent: -5rem;
  border: 2px solid #ffffff;
  overflow: hidden;
  background: none;
}
#cases {
  position: relative;
  background: #1c3242 url(../img/swoosh.svg) center center no-repeat;
  background-size: 150% auto;
  padding: 4rem 0;
  text-align: center;
  z-index: 6;
}
#cases > .wrapper > header {
  margin: 0 0 3rem 0;
}
#cases > .wrapper > header h2 {
  color: #ffffff;
}
#cases > .wrapper > p {
  color: #ffffff;
}
#cases ul.caseList {
  list-style: none;
  padding: 0;
  margin: 0;
  outline: none;
}
#cases ul.caseList li {
  padding: 0.5rem;
  margin: 0;
  outline: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#cases ul.caseList li article.item {
  background: #ffffff;
  padding: 2rem;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
#cases ul.caseList li article.item:hover {
  transform: scale(1.025, 1.025);
}
#cases .image {
  text-align: center;
  margin: 0 0 2rem 0;
}
#cases .image a {
  outline: none;
}
#cases .image img {
  display: inline-block;
}
#cases article.item {
  padding: 0.5rem;
}
#cases article.item .content {
  background: #ffffff;
  padding: 2rem;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
#cases article.item .content:hover {
  transform: scale(1.025, 1.025);
}
#klanten {
  position: relative;
  background: #ffffff;
  padding: 4rem 0;
  text-align: center;
  border-top: 1px solid #e3e3e3;
  z-index: 6;
}
#klanten header {
  padding: 0 2rem;
  margin: 0 0 2rem 0;
}
#klanten ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#klanten ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#klanten ul li .item {
  padding: 1rem 2rem;
}
#filterVacatures {
  position: relative;
  background: #121a20;
  border-bottom: 1px solid #243541;
  z-index: 7;
  text-align: center;
}
#filterVacatures select {
  width: 100%;
  background-color: #121a20;
  border-color: #121a20;
  color: #f2f2f2;
  border-radius: 0;
  padding: 1rem;
  margin: 0;
  outline: none;
  border-bottom: 1px solid #243541;
}
#filterVacatures .resetFilter {
  width: 100%;
  padding: 0.75rem 2rem;
  border-bottom: 1px solid #243541;
}
#filterVacatures .resetFilter a {
  color: #f2f2f2;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.8rem;
}
.backLink {
  font-weight: 300;
  margin-left: 1rem;
  letter-spacing: 1px;
  font-size: 0.9rem;
}
#diensten {
  padding: 0 0 3rem 0;
}
#diensten .inner {
  display: block;
  background: #ffffff;
  text-align: left;
}
#diensten .inner .marker {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
}
#diensten .inner .marker:before,
#diensten .inner .marker:after {
  content: "";
  position: absolute;
  background-color: #121a20;
  transition: transform 0.25s ease-out;
}
#diensten .inner .marker:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
#diensten .inner .marker:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
#diensten .inner.show .marker {
  cursor: pointer;
}
#diensten .inner.show .marker:before {
  transform: rotate(90deg);
}
#diensten .inner.show .marker:after {
  transform: rotate(180deg);
}
#diensten .inner.show .content {
  height: auto;
}
#diensten .inner .header {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0.5rem 3.5rem 0.5rem 0;
}
#diensten .inner .header h2 {
  font-size: 1.025rem;
  word-break: break-word;
}
#diensten .inner .header:hover .marker {
  cursor: pointer;
}
#diensten .inner .header:hover .marker:before {
  transform: rotate(90deg);
}
#diensten .inner .header:hover .marker:after {
  transform: rotate(180deg);
}
#diensten .inner .content {
  height: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid #e3e3e3;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
#vacatures {
  position: relative;
  background: #1c3242 url(../img/swoosh.svg) center center no-repeat;
  background-size: 150% auto;
  padding: 4rem 0;
  text-align: center;
  z-index: 6;
}
#vacatures article.item {
  position: relative;
  padding: 0.5rem;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
#vacatures article.item:hover {
  transform: scale(1.025, 1.025);
}
#vacatures article.item.hide {
  display: none;
}
#vacatures article.item.show {
  display: inline-block;
}
#vacatures article.item .content {
  position: relative;
  background: #ffffff;
  padding: 2rem 2rem 6rem;
}
#vacatures article.item .content .button {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  margin-left: -105px;
}
#solliciteren {
  position: relative;
  background: #1c3242 url(../img/swoosh.svg) center center no-repeat;
  background-size: 150% auto;
  padding: 4rem 0;
  text-align: center;
  z-index: 6;
}
#solliciteren.overview {
  background: #eaeaea;
}
#solliciteren .content {
  padding: 2rem;
  margin: 1rem;
  background: #ffffff;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.9rem;
  color: #ca0a23;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  padding: 0.5rem;
  font-size: 0.9rem;
  border: 2px solid #ca0a23;
  color: #f2f2f2;
  margin: 2rem 0 1rem;
}
.wpcf7 label.file .label {
  display: inline-block;
  width: 25%;
  text-align: left;
}
.wpcf7 label.file .wpcf7-form-control-wrap {
  display: inline-block;
  width: 75%;
}
.wpcf7 .voorwaarden {
  display: block;
  width: 100%;
  margin: 1rem 0 0;
  text-align: left;
}
.wpcf7 .voorwaarden .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-submit {
  float: right;
}
.wpcf7 p {
  text-align: left;
}
#faq {
  background: #f2f2f2;
  padding: 3rem 0;
}
#faq .wrapper {
  padding: 0 1rem;
}
#faq.sub {
  padding-top: 3rem;
}
#faq .inner {
  background: #ffffff;
  margin: 0 0 .15rem 0;
}
#faq .inner .question {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: inherit;
  border: 1px solid #f2f2f2;
  padding: 1rem 3rem 1rem 1rem;
  line-height: 1.5em;
  border-radius: 0;
}
#faq .inner .question:hover .marker {
  cursor: pointer;
}
#faq .inner .question:hover .marker:before {
  transform: rotate(90deg);
}
#faq .inner .question:hover .marker:after {
  transform: rotate(180deg);
}
#faq .inner .question.open .marker {
  cursor: pointer;
}
#faq .inner .question.open .marker:before {
  transform: rotate(90deg);
}
#faq .inner .question.open .marker:after {
  transform: rotate(180deg);
}
#faq .inner .answer {
  display: block;
  overflow: hidden;
  height: 0;
  border: 1px solid #f2f2f2;
  border-top: 0;
  font-size: inherit;
}
#faq .inner .answer.show {
  padding: 0 1rem 0;
  height: auto;
  opacity: 1;
}
#faq .inner .marker {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
}
#faq .inner .marker:before,
#faq .inner .marker:after {
  content: "";
  position: absolute;
  background-color: #121a20;
  transition: transform 0.25s ease-out;
}
#faq .inner .marker:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
#faq .inner .marker:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
#extra_content,
#static_blocks {
  position: relative;
  background: #ffffff;
  padding: 0;
  z-index: 8;
}
#extra_content .item,
#static_blocks .item {
  position: relative;
  clear: both;
  display: block;
  margin: 0;
}
#extra_content .item .wrapper,
#static_blocks .item .wrapper {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
#extra_content .item.werken_bij,
#static_blocks .item.werken_bij {
  background: #121a20;
  color: #ffffff;
}
#extra_content .item.werken_bij p,
#static_blocks .item.werken_bij p,
#extra_content .item.werken_bij h2,
#static_blocks .item.werken_bij h2,
#extra_content .item.werken_bij h3,
#static_blocks .item.werken_bij h3 {
  color: #ffffff;
}
#extra_content .item.no-image .text,
#static_blocks .item.no-image .text {
  width: 100%!important;
}
#extra_content .item.no-image .text .align,
#static_blocks .item.no-image .text .align {
  width: 100%!important;
}
#extra_content .item .image,
#static_blocks .item .image,
#extra_content .item .text,
#static_blocks .item .text {
  position: relative;
  width: 100%;
}
#extra_content .item .text,
#static_blocks .item .text {
  padding: 2rem 1rem;
}
#extra_content .item .image,
#static_blocks .item .image {
  position: relative;
  line-height: 0;
  overflow: hidden;
  min-height: 380px;
  padding: 0 0 30% 0;
}
#extra_content .item .image.static,
#static_blocks .item .image.static {
  padding: 0;
  border: 1rem solid white;
  min-height: auto;
}
#extra_content .item .image img,
#static_blocks .item .image img {
  line-height: 0;
}
#extra_content .item:nth-child(even) .wrapper,
#static_blocks .item:nth-child(even) .wrapper {
  flex-direction: row;
}
#extra_content .item:nth-child(even) .sumUp,
#static_blocks .item:nth-child(even) .sumUp {
  left: 0;
}
#extra_content .item:nth-child(even) .sumUp.last,
#static_blocks .item:nth-child(even) .sumUp.last {
  bottom: auto;
  left: 50%;
  top: -1rem;
}
#extra_content .item.banner,
#static_blocks .item.banner {
  background: #1c3242;
  text-align: center;
  border-bottom: 1px solid #243541;
}
#extra_content .item.banner a.button,
#static_blocks .item.banner a.button {
  border-color: #121a20;
  background: #121a20;
}
#extra_content .item.banner a.button:hover,
#static_blocks .item.banner a.button:hover {
  color: #1c3242;
  background: #ffffff;
}
#extra_content .item.banner h2,
#static_blocks .item.banner h2 {
  color: #ffffff;
}
#extra_content .item blockquote p,
#static_blocks .item blockquote p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
}
.sumUp {
  position: absolute;
  color: #1c3242;
  left: 100%;
  bottom: -0.75rem;
  font-size: 8rem;
  font-weight: 700;
  margin-left: -38px;
  z-index: 9;
}
.sumUp.red {
  color: #1c3242;
}
.sumUp.green {
  color: #1c3242;
}
.moreImages {
  padding: 1rem 0;
}
.moreImages .image {
  display: inline-block;
  width: 100%;
  padding: 60% 0 0 0;
  border: 1rem solid white;
}
.moreImages .image:nth-child(3) {
  width: 100%;
}
.moreImages .image:nth-child(4) {
  width: 50%;
  padding-top: 40%;
}
.moreImages .image:nth-child(5) {
  width: 50%;
  padding-top: 40%;
}
.moreImages .image:nth-child(6) {
  width: 100%;
}
.moreImages .image:nth-child(7) {
  width: 100%;
}
.moreImages .image:nth-child(8) {
  width: 50%;
  padding-top: 40%;
}
.moreImages .image:nth-child(9) {
  width: 50%;
  padding-top: 40%;
}
.moreImages .image:nth-child(10) {
  width: 100%;
}
#breadcrumb {
  padding: 1rem 0;
  background: #121a20;
  border-bottom: 1px solid #243541;
}
#breadcrumb span,
#breadcrumb a {
  color: #ffffff;
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 300;
  opacity: 0.5;
}
#breadcrumb a {
  opacity: 0.8;
}
#breadcrumb a span {
  font-weight: 400;
  opacity: 0.8;
}
#breadcrumb .wrapper {
  padding: 0 1rem;
}
#footer {
  position: relative;
  background: #121a20;
  padding: 2rem 0;
  color: #f2f2f2;
  z-index: 9;
}
#footer .icon {
  width: 24px;
  height: 24px;
  position: relative;
  top: 0.35rem;
}
#footer p {
  color: #f2f2f2;
  margin: 0 0 1rem 0;
}
#footer a {
  font-weight: 300;
}
#footer .logo {
  max-width: 220px;
  height: auto;
  margin: 0 0 2rem 0;
}
#footer table {
  margin: 2rem 0 0 0;
}
#footer table p {
  font-size: 0.9rem;
}
#footer .elktroned,
#footer .connectned {
  max-width: 72px;
  height: auto;
  margin: 0 1rem 0 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
#footer .elktroned:hover,
#footer .connectned:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#footer .socials img {
  margin: 0 0.25rem 0 0;
  opacity: 0.6;
}
#footer .socials img:hover {
  opacity: 1;
}
#footer strong {
  display: block;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0 0 0.25rem 0;
}
#footer ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul li {
  padding: 0;
  margin: 0;
  border-top: 1px solid #121a20;
}
#footer ul li:first-child {
  border-top: 0;
}
#footer ul li a {
  text-transform: uppercase;
  padding: 0.15rem 0 0.05rem 0;
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #f2f2f2;
  line-height: 1.2rem;
}
#footer ul li a:hover {
  color: #535353;
}
#footer .wpcf7 .wpcf7-submit {
  width: 169px;
  padding: 0.95rem 2rem;
  margin-top: 3px;
}
#footer .wpcf7 input[type=email] {
  border-radius: 0;
  padding: 0.725rem 1rem;
  width: calc(100% - 169px);
}
#footer .wpcf7-spinner {
  position: absolute;
}
#after {
  position: relative;
  background: #121a20;
  color: #f2f2f2;
  cursor: default;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-top: 1px solid #243541;
  font-size: 0.7rem;
  padding: 1rem;
  text-align: center;
  z-index: 9;
}
#after a {
  font-weight: normal;
  color: inherit;
}
.wsp-container {
  text-align: left;
}
#mobilemenu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  padding: 0;
  background: #1c3242;
  z-index: 998;
  overflow: auto;
  will-change: transform;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  transform: translateY(-100vh) translateZ(0);
}
#mobilemenu .wrapper {
  display: table;
  height: 100vh;
}
#mobilemenu.show {
  transform: translateY(0) translateZ(0);
}
#mobilemenu .button {
  font-size: 1.1rem;
  margin: 1rem 0 2rem 0;
  line-height: 1rem;
  padding: 1em 1.5em 0.75rem;
}
#mobilemenu .menuWrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.25rem;
  padding: 8rem 0 3rem;
}
#mobilemenu ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 0.4rem 0;
}
#mobilemenu ul li {
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 2rem;
  text-align: center;
}
#mobilemenu ul li em {
  color: #ffffff;
}
#mobilemenu ul li ul li a {
  font-size: 1rem;
  font-weight: 300;
  text-transform: none;
}
#mobilemenu ul li a {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.05rem;
  line-height: 1.2em;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#mobilemenu ul li a:hover {
  opacity: 0.5;
}
#mobilemenu ul#menu-top-menu-1 li a {
  font-size: 1rem;
}
#mobilemenu .social a {
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 0 0.25rem;
}
#mobilemenu .social img {
  width: 38px;
  height: 38px;
}
#mobilemenu .social img:hover {
  opacity: 0.6;
}
@media only screen and (min-width: 512px) {
  /* layout / column */
  .column.m5 {
    width: 5%;
  }
  .column.m10 {
    width: 10%;
  }
  .column.m15 {
    width: 15%;
  }
  .column.m20 {
    width: 20%;
  }
  .column.m25 {
    width: 25%;
  }
  .column.m30 {
    width: 30%;
  }
  .column.m33 {
    width: 33.33%;
  }
  .column.m35 {
    width: 35%;
  }
  .column.m40 {
    width: 40%;
  }
  .column.m45 {
    width: 45%;
  }
  .column.m50 {
    width: 50%;
  }
  .column.m55 {
    width: 55%;
  }
  .column.m60 {
    width: 60%;
  }
  .column.m65 {
    width: 65%;
  }
  .column.m66 {
    width: 66.66%;
  }
  .column.m70 {
    width: 70%;
  }
  .column.m75 {
    width: 75%;
  }
  .column.m80 {
    width: 80%;
  }
  .column.m85 {
    width: 85%;
  }
  .column.m90 {
    width: 90%;
  }
  .column.m95 {
    width: 95%;
  }
  .column.m100 {
    width: 100%;
  }
  .column.shide,
  .column.lhide,
  .column.xlhide {
    display: block;
  }
  .column.mhide {
    display: none;
  }
  #header #topHeader div.search {
    width: auto;
    margin: 0 0 0 1rem;
  }
  #content .intro p {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .two-columns {
    column-count: 2;
    column-gap: 4rem;
    text-align: left;
    padding: 1rem 0 0 0;
  }
  h1 {
    font-size: 2rem;
  }
  h2,
  .header_h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  /* layout / column */
  .column.l5 {
    width: 5%;
  }
  .column.l10 {
    width: 10%;
  }
  .column.l15 {
    width: 15%;
  }
  .column.l20 {
    width: 20%;
  }
  .column.l25 {
    width: 25%;
  }
  .column.l30 {
    width: 30%;
  }
  .column.l33 {
    width: 33.33%;
  }
  .column.l35 {
    width: 35%;
  }
  .column.l40 {
    width: 40%;
  }
  .column.l45 {
    width: 45%;
  }
  .column.l50 {
    width: 50%;
  }
  .column.l55 {
    width: 55%;
  }
  .column.l60 {
    width: 60%;
  }
  .column.l65 {
    width: 65%;
  }
  .column.l66 {
    width: 66.66%;
  }
  .column.l70 {
    width: 70%;
  }
  .column.l75 {
    width: 75%;
  }
  .column.l80 {
    width: 80%;
  }
  .column.l85 {
    width: 85%;
  }
  .column.l90 {
    width: 90%;
  }
  .column.l95 {
    width: 95%;
  }
  .column.l100 {
    width: 100%;
  }
  .column.shide,
  .column.mhide,
  .column.xlhide {
    display: block;
  }
  .column.lhide {
    display: none;
  }
  #imageheader ul.slides li.slick-slide .image {
    background-position: 20vw 0!important;
  }
  #imageheader ul.slides li.slick-slide .image .wrapper.elektrotechniek:after {
    content: ' ';
    position: absolute;
    width: 60%;
    height: 100%;
    top: 15%;
    left: 6%;
    opacity: 0.6;
    background: url(../img/overlay_elektro.svg) bottom center no-repeat;
    z-index: 2;
  }
  #imageheader ul.slides li.slick-slide .align {
    width: 40%;
  }
  #imageheader ul.slides li.slick-slide .align .middle p {
    font-size: 2.25rem;
  }
  #imageheader ul.slides li.slick-slide:after {
    content: ' ';
    position: absolute;
    background: -moz-linear-gradient(left, #e6e3d9 0%, #e6e3d9 40%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e6e3d9 0%, #e6e3d9 40%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e6e3d9 0%, #e6e3d9 40%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#121a1f', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
    top: 0;
    right: 25%;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
  }
  #header #topHeader div.phone .text,
  #header #topHeader div.storing .text,
  #header #topHeader div.search .text,
  #header #topHeader div.inloggen .text {
    display: inline-block;
  }
  #header #topHeader .topMenu ul li.faq {
    display: inline-block;
  }
  #usps .inner {
    width: 50%;
  }
  #content.cases .wrapper {
    display: flex;
  }
  #content.cases .wrapper .column {
    flex: 1;
  }
  #content .intro p {
    font-size: 1.2rem;
  }
  #diensten .inner .header h2 {
    font-size: 1.5rem;
  }
  #filterVacatures select,
  #filterVacatures .resetFilter {
    width: 50%;
  }
  #filterVacatures .resetFilter {
    text-align: left;
  }
  #quotes ul.quoteList li em {
    font-size: 1.1rem;
  }
  #quotes ul.quoteList li strong {
    font-size: 0.9rem;
  }
  #quotes ul.quoteList li p {
    font-size: 2.4rem;
    line-height: 1.2em;
    padding: 0 8%;
  }
}
@media only screen and (min-width: 1024px) {
  /* layout / column */
  .column.xl5 {
    width: 5%;
  }
  .column.xl10 {
    width: 10%;
  }
  .column.xl15 {
    width: 15%;
  }
  .column.xl20 {
    width: 20%;
  }
  .column.xl25 {
    width: 25%;
  }
  .column.xl30 {
    width: 30%;
  }
  .column.xl33 {
    width: 33.33%;
  }
  .column.xl35 {
    width: 35%;
  }
  .column.xl40 {
    width: 40%;
  }
  .column.xl45 {
    width: 45%;
  }
  .column.xl50 {
    width: 50%;
  }
  .column.xl55 {
    width: 55%;
  }
  .column.xl60 {
    width: 60%;
  }
  .column.xl65 {
    width: 65%;
  }
  .column.xl66 {
    width: 66.66%;
  }
  .column.xl70 {
    width: 70%;
  }
  .column.xl75 {
    width: 75%;
  }
  .column.xl80 {
    width: 80%;
  }
  .column.xl85 {
    width: 85%;
  }
  .column.xl90 {
    width: 90%;
  }
  .column.xl95 {
    width: 95%;
  }
  .column.xl100 {
    width: 100%;
  }
  .column.shide,
  .column.mhide,
  .column.lhide {
    display: block;
  }
  .column.xlhide {
    display: none;
  }
  #nav-toggle,
  #mobilemenu {
    display: none!important;
  }
  #mainmenu {
    display: block;
    top: 2.2rem;
  }
  #header {
    height: calc(8rem + 3rem);
  }
  #header .logo {
    top: 2.25rem;
  }
  #header .logo img {
    height: 2.8rem;
  }
  #imageheader.no-image {
    height: calc(8rem + 3rem);
    min-height: calc(8rem + 3rem);
  }
  #usps .inner {
    width: 33.33%;
  }
  #content .intro {
    padding: 0 3%;
  }
  #filterVacatures select {
    border-right: 1px solid #243541;
    border-bottom: 0;
  }
  #filterVacatures select,
  #filterVacatures .resetFilter {
    width: 25%;
  }
  #filterVacatures .resetFilter {
    border-bottom: 0;
  }
  #extra_content .item .wrapper,
  #static_blocks .item .wrapper {
    display: flex;
  }
  #extra_content .item .image,
  #static_blocks .item .image,
  #extra_content .item .text,
  #static_blocks .item .text {
    width: 50%;
  }
  #extra_content .item .image.static,
  #static_blocks .item .image.static {
    border: 2rem solid white;
  }
  #extra_content .item .text,
  #static_blocks .item .text {
    padding: 4rem 5%;
  }
  #extra_content .item .text .align,
  #static_blocks .item .text .align {
    width: 100%;
  }
  #extra_content .item:nth-child(even) .text,
  #static_blocks .item:nth-child(even) .text {
    padding: 4rem 5%;
  }
  #static_blocks .item.werken_bij .wrapper:after {
    content: ' ';
    position: absolute;
    background: -moz-linear-gradient(left, #121a1f 0%, #121a1f 25%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #121a1f 0%, #121a1f 25%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #121a1f 0%, #121a1f 25%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#121a1f', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
    top: 0;
    right: 25%;
    bottom: 0;
    left: 50%;
    z-index: 1;
  }
  #static_blocks .item.werken_bij .wrapper .text {
    z-index: 3;
  }
  #quotes ul.quoteList li p {
    font-size: 2rem;
    padding: 0 10%;
  }
  .sumUp {
    font-size: 12rem;
    margin-left: -58px;
  }
  .moreImages .image {
    width: 50%;
    height: 520px;
    padding: 30% 0 0 0;
  }
  .moreImages .image:nth-child(3) {
    width: 100%;
    padding-top: 40%;
  }
  .moreImages .image:nth-child(4) {
    width: 33.33%;
    padding-top: 30%;
  }
  .moreImages .image:nth-child(5) {
    width: 33.33%;
    padding-top: 30%;
  }
  .moreImages .image:nth-child(6) {
    width: 33.33%;
    padding-top: 30%;
  }
  .moreImages .image:nth-child(7) {
    width: 100%;
  }
  #footer > .wrapper .column:nth-child(2) {
    border-left: 1px solid #243541;
    border-right: 1px solid #243541;
  }
}
