<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'Catamaran', sans-serif;
  font-size: 20px;
  line-height: 1.6em;
  color: #0e1038;
  font-weight: 300;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #0e1038;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0e1038;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
  pointer-events: none;
}
img {
  max-width: 100%;
}
.container {
  position: relative;
}
.containerxx {
  background: rgba(75, 125, 88, 0.05);
}
@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4 {
  font-family: aglet-slab, sans-serif;
  line-height: 1em;
  margin: 0 0 5px;
  color: #0e1038;
  font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
}
h1,
.h1 {
  font-size: 80px;
}
h2,
.h2 {
  font-size: 60px;
  line-height: 1.2em;
}
h3,
.h3 {
  font-size: 40px;
  line-height: 1.2em;
}
@media (max-width: 1480px) {
  h1,
  .h1 {
    font-size: 70px;
  }
}
@media (max-width: 1280px) {
  h1,
  .h1 {
    font-size: 56px;
  }
  h2,
  .h2 {
    font-size: 50px;
    line-height: 1.2em;
  }
  h3,
  .h3 {
    font-size: 36px;
    line-height: 1.2em;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 38px;
    line-height: 1.2em;
  }
  h3,
  .h3 {
    font-size: 30px;
    line-height: 1.2em;
  }
}
.t-center {
  text-align: center;
}
/* ==========================================================================
	ARTICLE OUTPUT  DEFAULTS
   ========================================================================== */
.article-output h1,
.article-output h2,
.article-output h3 {
  margin-bottom: 30px;
}
.article-output h1 {
  font-size: 36px;
}
.article-output h2 {
  font-size: 34px;
}
.article-output h3 {
  font-size: 28px;
}
.article-output h4 {
  font-size: 24px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 30px;
}
.article-output ul li {
  margin-left: 20px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 30px;
}
.article-output ol li {
  margin-left: 20px;
  list-style: decimal;
}
/* ==========================================================================
	CONTAINERS
   ========================================================================== */
.site-wrapper {
  overflow: hidden;
  padding-top: 160px;
}
.container {
  position: relative;
}
.main-body {
  padding-top: 60px;
}
.tpl-home .main-body {
  padding-top: 0;
}
@media (max-width: 991px) {
  .main-body {
    padding-top: 40px;
  }
}
/* ==========================================================================
	COMPANY LOGO
   ========================================================================== */
.comp-logo {
  display: block;
  width: 300px;
  height: 100px;
  background: url(../img/ev-logo.svg) top left no-repeat;
  background-size: contain;
}
/* ==========================================================================
	HEADER
   ========================================================================== */
.site-header {
  width: 100%;
  background: #f2f2f2;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
.site-header.no-bg {
  background: transparent;
}
.site-header .container {
  height: 160px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.site-header .container:before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bgheader.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -40px;
  transition: all 0.3s ease-in-out 0.2s;
  opacity: 0.6;
}
.site-header .comp-logo {
  position: absolute;
  top: 50%;
  left: 25px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.site-header .btn-vacatures {
  position: absolute;
  top: 50%;
  right: 120px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-weight: 800;
}
.scrolled .site-header {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.scrolled .site-header .container {
  height: 80px;
}
.scrolled .site-header .comp-logo {
  width: 240px;
  height: 55px;
}
.scrolled .site-header .nav-icon {
  top: 22px;
}
.scrolled .site-header .btn-vacatures {
  color: #000;
}
.tpl-home .site-header {
  background: transparent;
}
.tpl-home .site-header .container:before {
  opacity: 0;
}
.tpl-home .site-header .nav-icon:after,
.tpl-home .site-header .nav-icon:before,
.tpl-home .site-header .nav-icon div {
  background-color: #fff;
}
.tpl-home.scrolled .site-header {
  background: #f2f2f2;
}
.tpl-home.scrolled .site-header .container:before {
  opacity: 0.6;
}
.tpl-home.scrolled .site-header .nav-icon:after,
.tpl-home.scrolled .site-header .nav-icon:before,
.tpl-home.scrolled .site-header .nav-icon div {
  background-color: #0e1038;
}
@media (max-width: 991px) {
  .site-wrapper {
    padding-top: 70px;
  }
  .site-header {
    background: #f2f2f2;
  }
  .site-header .container {
    height: 70px;
  }
  .site-header .container:before {
    opacity: 0.6;
  }
  .site-header .comp-logo {
    width: 240px;
    height: 45px;
  }
  .site-header .nav-icon {
    top: 17px;
  }
  .site-header .nav-icon:after,
  .site-header .nav-icon:before,
  .site-header .nav-icon div {
    background-color: #0e1038;
  }
  .scrolled .site-header .container {
    height: 70px;
  }
  .scrolled .site-header .comp-logo {
    width: 240px;
    height: 45px;
  }
  .scrolled .site-header .nav-icon {
    top: 17px;
  }
  .tpl-home .site-header .nav-icon:after,
  .tpl-home .site-header .nav-icon:before,
  .tpl-home .site-header .nav-icon div {
    background-color: #0e1038;
  }
}
@media (max-width: 620px) {
  .tpl-home .site-header .nav-icon:after,
  .tpl-home .site-header .nav-icon:before,
  .tpl-home .site-header .nav-icon div {
    background-color: #0e1038;
  }
}
@media (max-width: 500px) {
  .site-header .btn-vacatures {
    display: none;
  }
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-icon {
  display: block;
  width: 40px;
  cursor: pointer;
  position: absolute;
  top: 62px;
  right: 25px;
  transition: all 0.3s ease-in-out;
}
.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #0e1038;
  content: '';
  display: block;
  height: 4px;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon.open:after,
.nav-icon.open:before,
.nav-icon.open div {
  background-color: #0e1038 !important;
}
.nav-icon.open:before {
  transform: translateY(10px) rotate(135deg);
  -moz-transform: translateY(10px) rotate(135deg);
  -webkit-transform: translateY(10px) rotate(135deg);
}
.nav-icon.open:after {
  transform: translateY(-10px) rotate(-135deg);
  -moz-transform: translateY(-10px) rotate(-135deg);
  -webkit-transform: translateY(-10px) rotate(-135deg);
}
.nav-icon.open div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  color: #0e1038;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 600;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.6s ease 0s;
}
.mobile-nav .container {
  height: 100vh;
  z-index: 200;
  font-size: 18px;
  padding-top: 160px;
  padding-bottom: 10px;
  position: relative;
}
.mobile-nav .mainnav-wrapper {
  margin-top: 50px;
  text-align: center;
}
.mobile-nav a {
  color: #0e1038;
}
.mobile-nav .mainnav li {
  margin-bottom: 25px;
}
.mobile-nav .mainnav li a {
  font-size: 28px;
  display: block;
  font-family: aglet-slab, sans-serif;
  color: #0e1038;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.mobile-nav .mainnav li a:hover {
  color: #0e1038;
  opacity: 0.8;
}
.mobile-nav .mainnav &gt; li:last-child {
  margin-bottom: 0;
}
.mobile-nav .mainnav ul {
  display: block;
  margin-top: 15px;
}
.mobile-nav .mainnav ul.open {
  display: block;
}
.mobile-nav .mainnav ul li {
  margin-bottom: 10px;
}
.mobile-nav .mainnav ul li a {
  font-family: 'Catamaran', sans-serif;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 300;
  padding-left: 10px;
  color: #73c6c8;
}
.mobile-nav .mainnav ul li a.current {
  color: #0e1038;
}
.mobile-nav .social-media {
  text-align: center;
  margin-top: 60px;
}
.mobile-nav .social-media a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 10px 5px;
  pointer-events: auto;
  background-image: url(../img/social-facebook-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.mobile-nav .social-media a.instagram {
  background-image: url(../img/social-instagram-blue.svg);
}
.mobile-nav .social-media a.linkedin {
  background-image: url(../img/social-linkedin-blue.svg);
}
.mobile-nav .social-media a:hover {
  opacity: 0.8;
}
.shownav .mobile-nav {
  top: 0;
}
@media (max-width: 991px) {
  .mobile-nav .container {
    padding-top: 70px;
  }
  .mobile-nav .mainnav-wrapper {
    margin-top: 50px;
  }
}
/* ==========================================================================
	BREADCRUMBS
  ========================================================================== */
.breadcrumbs {
  color: #0e1038;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 60px;
}
.breadcrumbs li {
  float: left;
  margin-right: 5px;
}
.breadcrumbs a {
  color: #0e1038;
}
.breadcrumbs a:hover {
  color: #0e1038;
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin-bottom: 40px;
  }
}
/* ==========================================================================
	FOOTER
  ========================================================================== */
.site-footer {
  position: relative;
  z-index: 30;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  pointer-events: none;
}
.tpl-home .site-footer {
  margin-top: -470px;
}
.site-footer .container {
  padding-top: 150px;
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}
.site-footer .container:before {
  display: block;
  content: "";
  width: 2000px;
  height: 700px;
  background: #0e1038;
  position: absolute;
  top: 160px;
  left: 360px;
  transform-origin: top left;
  transform: skewY(-15deg);
}
.site-footer .container .before {
  width: 460px;
  height: 700px;
  background: #73c6c8;
  position: absolute;
  top: 100px;
  left: -100px;
  transform-origin: top left;
  transform: skewY(-15deg);
}
.site-footer .container .before:before {
  display: block;
  content: "";
  width: 200px;
  height: 800px;
  background: #73c6c8;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  transform: rotate(20deg);
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer a {
  color: inherit;
}
.site-footer a:hover {
  color: #505050;
}
.site-footer .foot-row {
  height: 200px;
  position: relative;
  z-index: 10;
}
.site-footer .logo-box {
  position: absolute;
  top: 100px;
  right: 200px;
}
.site-footer .logo-box .comp-logo {
  display: inline-block;
  background-image: url(../img/ev-logo-wit.svg);
}
.site-footer .boxes {
  width: 180px;
  position: absolute;
  top: 100px;
  right: 0px;
}
.site-footer .social-media {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.site-footer .social-media a {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 0 0 15px;
  pointer-events: auto;
  background-image: url(../img/social-facebook.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.site-footer .social-media a.instagram {
  background-image: url(../img/social-instagram.svg);
}
.site-footer .social-media a.linkedin {
  background-image: url(../img/social-linkedin.svg);
}
.site-footer .social-media a:hover {
  opacity: 0.8;
}
.site-footer .menu-box {
  text-align: right;
  pointer-events: auto;
}
.site-footer .contact-box {
  text-align: right;
  pointer-events: auto;
}
.site-footer .footer-contact {
  clear: both;
  color: #fff;
  position: relative;
  z-index: 5;
  padding-top: 40px;
  padding-bottom: 5px;
  text-align: right;
  font-size: 14px;
  line-height: 1.8em;
  pointer-events: auto;
}
.site-footer .footer-contact a {
  display: inline-block;
  margin: 0 0 0 15px;
}
.site-footer .footer-contact a:hover {
  color: #73c6c8;
}
.site-footer .footer-notice {
  clear: both;
  color: #fff;
  position: relative;
  z-index: 5;
  text-align: right;
  font-size: 14px;
  line-height: 1.8em;
}
@media (max-width: 1280px) {
  .tpl-home .site-footer {
    margin-top: -580px;
  }
  .site-footer .container:before {
    top: 130px;
    left: 300px;
  }
  .site-footer .container .before {
    left: -160px;
    top: 140px;
  }
}
@media (max-width: 991px) {
  .site-footer .container:before {
    top: 130px;
    left: 120px;
  }
  .site-footer .container .before {
    left: -340px;
  }
}
@media (max-width: 767px) {
  .site-footer .container:before {
    top: 130px;
    left: 150px;
  }
  .site-footer .container .before {
    left: -310px;
  }
  .site-footer .logo-box {
    right: 170px;
  }
  .site-footer .logo-box .comp-logo {
    width: 275px;
    height: 80px;
  }
  .site-footer .footer-contact,
  .site-footer .footer-notice {
    margin-left: 140px;
  }
}
@media (max-width: 650px) {
  .site-footer .container .before {
    top: 170px;
  }
  .site-footer .foot-row {
    height: 300px;
  }
  .site-footer .foot-row .logo-box {
    top: 0;
    right: 0;
  }
  .site-footer .foot-row .boxes {
    top: 200px;
    right: 0;
  }
  .site-footer .foot-row .social-media {
    top: 120px;
    right: 0;
  }
}
@media (max-width: 500px) {
  .site-footer .container:before {
    left: 0;
  }
  .site-footer .container .before {
    display: none;
  }
  .site-footer .footer-contact,
  .site-footer .footer-notice {
    margin-left: 0;
  }
  .site-footer .footer-contact {
    padding-top: 20px;
  }
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
a.button,
form button {
  display: inline-block;
  font-family: 'Catamaran', sans-serif;
  font-size: 25px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 800;
  position: relative;
  background: none;
  border: none;
  color: #0e1038;
}
a.button.big,
form button.big {
  font-size: 30px;
  height: 50px;
  line-height: 50px;
}
a.button:hover,
form button:hover {
  opacity: 0.7;
}
a.button:hover i,
form button:hover i {
  transform: translate(3px, 0);
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
a.button.white,
form button.white {
  color: #fff;
}
@media (max-width: 991px) {
  a.button,
  form button {
    font-size: 22px;
  }
}
/* ==========================================================================
	BUTTON MODIFIERS
   ========================================================================== */
/* ==========================================================================
	BUTTON COLORS
   ========================================================================== */
/* ==========================================================================
	BUTTON GROUP
   ========================================================================== */
/* ==========================================================================
	ICON ANIMATION IN BUTTON
   ========================================================================== */
.button [class^="icon-"],
.button [class*=" icon-"] {
  display: inline-block;
  transform: translate(0, 0);
  transition: all 0.1s ease-out;
}
.hover .button [class^="icon-"],
.button:hover [class^="icon-"],
.hover .button [class*=" icon-"],
.button:hover [class*=" icon-"] {
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
.hover .button .icon-arrow-left,
.button:hover .icon-arrow-left {
  transform: translate(-3px, 0);
}
.hover .button .icon-arrow-right,
.button:hover .icon-arrow-right {
  transform: translate(3px, 0);
}
.hover .button .icon-arrow-up,
.button:hover .icon-arrow-up {
  transform: translate(0, -3px);
}
.hover .button .icon-arrow-down,
.button:hover .icon-arrow-down {
  transform: translate(0, 3px);
}
/* ==========================================================================
	FONTELLO ICONS
	========================================================================== */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?42850958a');
  src: url('../font/fontello.eot?42850958a#iefix') format('embedded-opentype'), url('../font/fontello.woff2?42850958a') format('woff2'), url('../font/fontello.woff?42850958a') format('woff'), url('../font/fontello.ttf?42850958a') format('truetype'), url('../font/fontello.svg?42850958a#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?42850958#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-arrow-elektravon:before {
  content: '\e80f';
}
/* 'î&nbsp;' */
.icon-ev-pijl-links:before {
  content: '\e837';
}
/* 'î&nbsp;·' */
.icon-ev-pijl-rechts:before {
  content: '\e838';
}
/* 'î&nbsp;¸' */
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
.rsform-sollicitatie ::-webkit-input-placeholder,
.rsform-sollicitatie :-ms-input-placeholder,
.rsform-sollicitatie ::placeholder {
  color: #505050;
}
.rsform-sollicitatie.rsform {
  /* CUSTOM FILE UPLOAD BUTTON */
}
.rsform-sollicitatie.rsform h2 {
  display: none;
}
.rsform-sollicitatie.rsform fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.rsform-sollicitatie.rsform input[type="text"] {
  width: 100%;
  height: 36px;
  padding-left: 10px;
  background: #f4f4f4;
  border: 1px solid #505050;
}
.rsform-sollicitatie.rsform .formDescription,
.rsform-sollicitatie.rsform .formRequired {
  display: none;
}
.rsform-sollicitatie.rsform .col-left {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.rsform-sollicitatie.rsform .col-right {
  width: 50%;
  float: left;
}
.rsform-sollicitatie.rsform .rsform-block-naam,
.rsform-sollicitatie.rsform .rsform-block-bedrijf,
.rsform-sollicitatie.rsform .rsform-block-telefoonnummer,
.rsform-sollicitatie.rsform .rsform-block-linkedin,
.rsform-sollicitatie.rsform .rsform-block-email,
.rsform-sollicitatie.rsform .rsform-block-motivatie,
.rsform-sollicitatie.rsform .rsform-block-cv {
  width: 100%;
  margin-bottom: 23px;
}
.rsform-sollicitatie.rsform .rsform-block-naam .formBody,
.rsform-sollicitatie.rsform .rsform-block-bedrijf .formBody,
.rsform-sollicitatie.rsform .rsform-block-telefoonnummer .formBody,
.rsform-sollicitatie.rsform .rsform-block-linkedin .formBody,
.rsform-sollicitatie.rsform .rsform-block-email .formBody,
.rsform-sollicitatie.rsform .rsform-block-motivatie .formBody,
.rsform-sollicitatie.rsform .rsform-block-cv .formBody {
  width: 100%;
  float: none;
  position: relative;
}
.rsform-sollicitatie.rsform .rsform-block-naam .formValidation,
.rsform-sollicitatie.rsform .rsform-block-bedrijf .formValidation,
.rsform-sollicitatie.rsform .rsform-block-telefoonnummer .formValidation,
.rsform-sollicitatie.rsform .rsform-block-linkedin .formValidation,
.rsform-sollicitatie.rsform .rsform-block-email .formValidation,
.rsform-sollicitatie.rsform .rsform-block-motivatie .formValidation,
.rsform-sollicitatie.rsform .rsform-block-cv .formValidation {
  position: absolute;
  bottom: -26px;
  left: 0;
}
.rsform-sollicitatie.rsform .rsform-block-motivatie,
.rsform-sollicitatie.rsform .rsform-block-cv {
  margin-bottom: 15px;
}
.rsform-sollicitatie.rsform .rsform-block-motivatie label,
.rsform-sollicitatie.rsform .rsform-block-cv label {
  display: none;
}
.rsform-sollicitatie.rsform .rsform-block-bestandsformaten {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
.rsform-sollicitatie.rsform .rsform-block-bestandsformaten .formBody {
  width: 100%;
  float: none;
  position: relative;
}
.rsform-sollicitatie.rsform .rsform-block-bestandsformaten {
  font-size: 65%;
  line-height: 1.2em;
  font-style: italic;
}
.rsform-sollicitatie.rsform .rsform-block-veiligheidscode {
  clear: both;
  width: 100%;
  padding-top: 30px;
}
.rsform-sollicitatie.rsform .rsform-block-veiligheidscode .formBody {
  width: 100%;
  float: none;
  position: relative;
}
.rsform-sollicitatie.rsform button {
  color: #0e1038;
  padding-top: 2px;
}
.rsform-sollicitatie.rsform button:hover {
  color: #0e1038;
}
.rsform-sollicitatie.rsform button:hover:before {
  background-image: url(../img/button-red.svg);
}
.rsform-sollicitatie.rsform .upload-wrapper {
  position: relative;
  cursor: pointer;
}
.rsform-sollicitatie.rsform .upload-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0e1038;
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.rsform-sollicitatie.rsform .upload-wrapper input[type=file] {
  cursor: pointer;
  height: 95px;
  position: relative;
  z-index: 10;
  opacity: 0;
}
.rsform-sollicitatie.rsform .rsform-block-motivatie {
  padding-right: 15px;
}
.rsform-sollicitatie.rsform .rsform-block-motivatie .upload-wrapper:before {
  background-image: url(../img/btn-upload-motivatie.gif);
}
.rsform-sollicitatie.rsform .rsform-block-cv .upload-wrapper:before {
  background-image: url(../img/btn-upload-cv.svg);
}
@media (max-width: 1280px) {
  .rsform-sollicitatie.rsform .upload-wrapperx input[type=file] {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .rsform-sollicitatie.rsform .upload-wrapperx input[type=file] {
    height: 55px;
  }
}
@media (max-width: 767px) {
  .rsform-sollicitatie.rsform .upload-wrapperx input[type=file] {
    height: 82px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .rsform-sollicitatie.rsform .col-left,
  .rsform-sollicitatie.rsform .col-right {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .rsform-sollicitatie.rsform .rsform-block-naam,
  .rsform-sollicitatie.rsform .rsform-block-bedrijf,
  .rsform-sollicitatie.rsform .rsform-block-telefoonnummer,
  .rsform-sollicitatie.rsform .rsform-block-email,
  .rsform-sollicitatie.rsform .rsform-block-linkedin,
  .rsform-sollicitatie.rsform .rsform-block-motivatie,
  .rsform-sollicitatie.rsform .rsform-block-cv {
    width: 100%;
    float: none;
  }
  .rsform-sollicitatie.rsform .rsform-block-naam,
  .rsform-sollicitatie.rsform .rsform-block-telefoonnummer,
  .rsform-sollicitatie.rsform .rsform-block-motivatie,
  .rsform-sollicitatie.rsform .rsform-block-motivatie {
    padding-right: 0;
  }
  .rsform-sollicitatie.rsform .rsform-block-bedrijf,
  .rsform-sollicitatie.rsform .rsform-block-email,
  .rsform-sollicitatie.rsform .rsform-block-linkedin,
  .rsform-sollicitatie.rsform .rsform-block-cv {
    padding-left: 0;
  }
  .rsform-sollicitatie.rsform .rsform-block-motivatie,
  .rsform-sollicitatie.rsform .rsform-block-cv {
    width: 325px;
    overflow: hidden;
  }
}
@media (max-width: 360px) {
  .rsform-sollicitatie.rsform .rsform-block-motivatie,
  .rsform-sollicitatie.rsform .rsform-block-cv {
    width: 270px;
    overflow: hidden;
  }
}
form.formResponsive ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #505050;
}
form.formResponsive :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #505050;
  opacity: 1;
}
form.formResponsive ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #505050;
  opacity: 1;
}
form.formResponsive :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #505050;
}
form.formResponsive ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #505050;
}
form.formResponsive ::placeholder {
  /* Most modern browsers support this now. */
  color: #505050;
}
form.formResponsive fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form.formResponsive textarea,
form.formResponsive input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 3px 8px;
  background: none;
  color: #505050;
  border: 1px solid #73c6c8;
  border-radius: 3px;
}
form.formResponsive textarea {
  height: 150px;
  padding: 8px;
}
form.formResponsive label .formRequired {
  display: inline-block;
  color: #505050;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
}
form.formResponsive .formError {
  color: red;
}
form.formResponsive .rsform-block {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 15px;
}
form.formResponsive .rsform-block .formDescription {
  display: none;
}
form.formResponsive .rsform-block.rsform-error-parent {
  background: rgba(229, 102, 38, 0.1);
}
form.formResponsive .rsform-block.rsform-error-parent textarea,
form.formResponsive .rsform-block.rsform-error-parent input[type="text"] {
  border-color: red;
}
form.formResponsive .rsform-block.rsform-submit {
  background: none;
  padding: 0;
  border-radius: 0;
}
form.formResponsive .rsform-block.rsform-submit .formBody {
  text-align: right;
}
form.formResponsive .rsform-block .formControlLabel {
  display: block;
  color: #505050;
  font-weight: bold;
}
form.formResponsive .rsform-block.rsform-block-veiligheidscode {
  height: 1px;
  background: none !important;
  padding: 0;
  margin: 0;
}
form.formResponsive .rsform-select {
  background: #fef6f3;
  padding: 20px;
}
form.formResponsive .rsform-select .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .rsform-select select {
  width: 100%;
}
form.formResponsive .rsform-checkboxes,
form.formResponsive .rsform-radios {
  background: #f8f8f8;
  padding: 20px;
}
form.formResponsive .rsform-checkboxes .formControlLabel,
form.formResponsive .rsform-radios .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .formBody {
  width: 100%;
  clear: both;
  float: none;
}
form.formResponsive .formBody.frm-checkboxes label,
form.formResponsive .formBody.frm-radios label {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
form.formResponsive .formBody.frm-checkboxes input,
form.formResponsive .formBody.frm-radios input {
  margin-right: 10px;
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
/* ==========================================================================
	SECTIONS
   ========================================================================== */
/* ==========================================================================
	VACATURE - DETAIL
   ========================================================================== */
.page-content {
  margin-bottom: 100px;
}
.tpl-vacature-article {
  position: relative;
}
.tpl-vacature-article .article-intro {
  margin-bottom: 30px;
  color: #0e1038;
  font-size: 25px;
  position: relative;
  max-width: 850px;
}
.tpl-vacature-article .page-top-content {
  overflow: hidden;
}
.tpl-vacature-article .page-primary {
  position: relative;
  z-index: 10;
}
.tpl-vacature-article .page-primary .row {
  position: relative;
  z-index: 5;
}
.tpl-vacature-article .page-primary .top {
  position: relative;
  z-index: 100;
  margin-bottom: -260px;
}
.tpl-vacature-article .page-primary .page-header {
  margin-bottom: 40px;
}
.tpl-vacature-article .page-primary .page-header .title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.tpl-vacature-article .page-primary .page-header .meta {
  font-style: normal;
  opacity: 0.8;
}
.tpl-vacature-article .page-primary .page-header .breadcrumbs .container {
  margin: 0;
  padding: 0;
}
.tpl-vacature-article .page-primary .page-actions {
  padding-top: 10px;
}
.tpl-vacature-article .page-primary .col-left {
  position: relative;
  z-index: 12;
}
.tpl-vacature-article .page-primary .col-left:before {
  display: block;
  content: "";
  width: 2000px;
  height: 500px;
  position: absolute;
  top: -100px;
  left: -200px;
  z-index: 10;
  background: #fff;
  transform-origin: bottom left;
  transform: rotate(-11.5deg);
}
.tpl-vacature-article .page-primary .col-left .bottom {
  position: relative;
  color: #0e1038;
}
.tpl-vacature-article .page-primary .col-left .bottom h2 {
  font-size: 30px;
  margin-bottom: 40px;
  color: inherit;
  color: #fff;
}
.tpl-vacature-article .page-primary .col-left .bottom:after {
  display: block;
  content: "";
  width: calc(100% + 75px);
  height: 100%;
  background: #73c6c8;
  position: absolute;
  top: 0;
  left: -50px;
}
.tpl-vacature-article .page-primary .col-left .bottom .inner {
  background: #73c6c8;
  padding: 400px 0 60px;
  position: relative;
  z-index: 5;
}
.tpl-vacature-article .page-primary .col-left .bottom .inner:before {
  display: none;
  content: "";
  width: 1000px;
  height: 500px;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
  background: #73c6c8;
  transform-origin: top left;
  transform: rotate(-13.4deg);
}
.tpl-vacature-article .page-primary .col-left .bottom .inner:after {
  display: block;
  content: "";
  width: 430px;
  height: 3000px;
  position: absolute;
  top: 0;
  left: 35px;
  z-index: -1;
  background: #73c6c8;
  transform-origin: top left;
  transform: rotate(13.4deg);
}
.tpl-vacature-article .page-primary .col-right {
  position: relative;
  z-index: 10;
}
.tpl-vacature-article .page-primary .col-right .article-image {
  display: block;
  width: 135%;
  height: calc(100%);
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.tpl-vacature-article .page-primary .col-right .article-image:before {
  display: none;
  content: "";
  width: 1500px;
  height: 500px;
  position: absolute;
  top: -500px;
  right: 0;
  z-index: 1;
  background: #fff;
  transform-origin: top right;
  transform: rotate(-13.4deg);
}
.tpl-vacature-article .page-primary .col-right .article-image img {
  display: none;
}
.tpl-vacature-article .page-secondary {
  padding: 100px 0;
  position: relative;
  z-index: 5;
  color: #fff;
}
.tpl-vacature-article .page-secondary h2 {
  font-size: 30px;
  margin-bottom: 40px;
  color: inherit;
}
.tpl-vacature-article .page-third {
  position: relative;
  z-index: 15;
}
.tpl-vacature-article .page-third h2 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #fff;
}
.tpl-vacature-article .page-third .article-output {
  color: #fff;
}
.tpl-vacature-article .page-third .article-output ul,
.tpl-vacature-article .page-third .article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tpl-vacature-article .page-third .article-output ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.tpl-vacature-article .page-third .article-output ul li:after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
.tpl-vacature-article .page-third .article-output ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tpl-vacature-article .page-third .article-output ul li:last-child:after {
  display: none;
}
.tpl-vacature-article .page-third .col-left {
  position: relative;
  background: #73c6c8;
}
.tpl-vacature-article .page-third .col-left:before {
  display: block;
  content: "";
  width: 105%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: #73c6c8;
}
.tpl-vacature-article .page-third .col-left:after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: -300px;
  z-index: -1;
  background: #73c6c8;
}
.tpl-vacature-article .page-third .col-left .inner {
  padding: 60px;
  padding-left: 0;
}
.tpl-vacature-article .page-third .col-left h2 {
  color: #fff;
}
.tpl-vacature-article .page-third .col-left .article-output {
  color: #0e1038;
}
.tpl-vacature-article .page-third .col-right {
  position: relative;
  background: #0e1038;
}
.tpl-vacature-article .page-third .col-right:before {
  display: block;
  content: "";
  width: 130%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0e1038;
}
.tpl-vacature-article .page-third .col-right:after {
  display: block;
  content: "";
  width: 800px;
  height: 2500px;
  position: absolute;
  bottom: 0;
  right: -800px;
  z-index: 1;
  background: #fff;
  transform-origin: bottom left;
  transform: rotate(8deg);
}
.tpl-vacature-article .page-third .col-right .inner {
  padding: 60px;
  padding-right: 0;
}
@media (max-width: 1480px) {
  .tpl-vacature-article .page-primary .col-right .article-image {
    width: 745px;
  }
  .tpl-vacature-article .page-third .col-right:after {
    right: -800px;
  }
}
@media (max-width: 1280px) {
  .tpl-vacature-article .article-intro {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .tpl-vacature-article .main-body {
    padding-top: 0;
  }
  .tpl-vacature-article .page-primary .col-left .bottom:after {
    width: calc(100% + 275px);
  }
  .tpl-vacature-article .page-primary .col-right {
    display: none;
  }
  .tpl-vacature-article .page-header {
    padding: 50px 0 400px 0;
    position: relative;
    z-index: 20;
    color: #fff;
  }
  .tpl-vacature-article .page-header h1,
  .tpl-vacature-article .page-header a {
    color: #fff;
  }
  .tpl-vacature-article .page-header .breadcrumbs {
    color: #fff;
  }
  .tpl-vacature-article .page-header .breadcrumbs .container {
    margin: 0;
    padding: 0;
  }
  .tpl-vacature-article .page-header .bgimg {
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center -280px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -150px;
    left: -150px;
    z-index: -1;
  }
  .tpl-vacature-article .page-header .bgimg:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .tpl-vacature-article .page-third .col-left:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .tpl-vacature-article .page-third .col-left .inner {
    padding: 60px 30px 60px 0;
  }
  .tpl-vacature-article .page-third .col-right:before {
    width: 140%;
  }
  .tpl-vacature-article .page-third .col-right .inner {
    padding: 60px 0 60px 30px;
  }
}
@media (max-width: 767px) {
  .tpl-vacature-article .page-header {
    padding: 50px 0 50px 0;
    margin-bottom: 60px;
  }
  .tpl-vacature-article .page-header .title {
    margin-top: 200px;
  }
  .tpl-vacature-article .page-header .bgimg {
    right: -30px;
    left: -30px;
    background-position: center center;
  }
  .tpl-vacature-article .page-primary .top {
    margin-bottom: -250px;
  }
  .tpl-vacature-article .page-third .col-left {
    background: #0e1038;
  }
  .tpl-vacature-article .page-third .col-left .inner {
    padding: 60px 0;
  }
  .tpl-vacature-article .page-third .col-left .article-output {
    color: #fff;
  }
  .tpl-vacature-article .page-third .col-right {
    background: #73c6c8;
  }
  .tpl-vacature-article .page-third .col-right .inner {
    padding: 60px 0;
  }
  .tpl-vacature-article .page-third .col-right .article-output {
    color: #0e1038;
  }
}
.tpl-volg .article-single .page-content {
  margin: 40px 12% 180px;
}
.tpl-volg .article-single .article-image {
  margin-bottom: 40px;
}
.tpl-volg .article-single .breadcrumbs {
  margin-bottom: 40px;
}
.tpl-volg .article-single .breadcrumbs .container {
  padding: 0;
}
.tpl-volg .article-single .article-header {
  margin-bottom: 40px;
}
.tpl-volg .article-single .article-inleiding {
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .tpl-volg .article-single .page-content {
    margin: 40px 0 180px;
  }
}
/* ==========================================================================
	MODULES
   ========================================================================== */
.mod-hometop {
  position: relative;
}
.mod-hometop .mod-image {
  width: 1260px;
  height: 1430px;
  background-size: cover;
  background-position: center right;
  position: absolute;
  top: -230px;
  left: 400px;
  overflow: hidden;
}
.mod-hometop .mod-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
}
.mod-hometop .mod-image:after {
  display: block;
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #73c6c8;
  opacity: 0.75;
}
.mod-hometop .mod-image .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mod-hometop .mod-image .inner:before {
  display: block;
  content: "";
  width: 1600px;
  height: 600px;
  position: absolute;
  top: -600px;
  right: 0;
  z-index: 1;
  background: #fff;
  transform-origin: bottom right;
  transform: rotate(-13.4deg);
}
.mod-hometop .mod-image .inner:after {
  display: block;
  content: "";
  width: 600px;
  height: 1600px;
  position: absolute;
  top: 0;
  right: -560px;
  z-index: 1;
  background: #fff;
  transform-origin: top left;
  transform: rotate(7.5deg);
}
.mod-hometop .mod-vlak {
  background: #73c6c8;
  position: absolute;
  overflow: hidden;
  width: 880px;
  top: 0;
  left: -480px;
  bottom: -300px;
}
.mod-hometop .mod-vlak:before,
.mod-hometop .mod-vlak:after {
  display: block;
  content: "";
  width: 1600px;
  height: 300px;
  position: absolute;
  right: 0;
  z-index: 1;
  background: #fff;
}
.mod-hometop .mod-vlak:before {
  top: -300px;
  transform-origin: bottom right;
  transform: rotate(-13.4deg);
}
.mod-hometop .mod-vlak:after {
  bottom: -300px;
  transform-origin: top right;
  transform: rotate(8.7deg);
}
.mod-hometop .mod-vlak .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mod-hometop .mod-vlak .inner:before {
  display: block;
  content: "";
  width: 600px;
  height: 1600px;
  position: absolute;
  bottom: 0;
  left: -600px;
  z-index: 1;
  background: #fff;
  transform-origin: bottom right;
  transform: rotate(22deg);
}
.mod-hometop .mod-row-primary,
.mod-hometop .mod-row-secondary {
  position: relative;
  z-index: 5;
}
.mod-hometop .mod-row-primary .container {
  padding-top: 300px;
  padding-bottom: 250px;
}
.mod-hometop .mod-row-primary .primary-row {
  position: relative;
  z-index: 30;
}
.mod-hometop .mod-intro .article-header {
  margin-bottom: 60px;
}
.mod-hometop .mod-intro .article-header h1 {
  color: #fff;
}
.mod-hometop .mod-intro .article-header .article-actions {
  display: none;
}
.mod-hometop .mod-intro .article-output {
  margin-bottom: 45px;
}
.mod-hometop .mod-intro .article-actions a {
  display: block;
  margin-top: 15px;
}
.mod-hometop .col-right .inner {
  position: relative;
}
.mod-hometop .mod-story {
  position: absolute;
  top: 266px;
  left: 0;
  color: #fff;
}
.mod-hometop .mod-story:before {
  display: none;
  content: "";
  width: 830px;
  height: 830px;
  background: url(../img/shield-orange.png);
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: -200px;
  left: -33%;
  z-index: -1;
  opacity: 0.85;
}
.mod-hometop .mod-story .title {
  display: block;
  color: #73c6c8;
  margin-bottom: 20px;
}
.mod-hometop .mod-story .article-output {
  max-width: 420px;
  margin-bottom: 40px;
}
.mod-hometop .mod-story p {
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 800;
}
.mod-hometop .mod-row-secondary {
  margin-top: -60px;
}
.mod-hometop .btn-video {
  display: block;
  height: 420px;
  background-size: cover;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.2);
}
.mod-hometop .usps {
  margin-top: 160px;
  overflow: hidden;
}
.mod-hometop .usps .usp {
  width: 33.3334%;
  float: left;
  padding-right: 40px;
  font-size: 20px;
  line-height: 1.2em;
}
.mod-hometop .usps .usp .icon {
  height: 80px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.mod-hometop .usps .usp h3 {
  font-size: 20px;
}
@media (max-width: 1480px) {
  .mod-hometop .mod-image {
    width: 1050px;
    height: 1390px;
    top: -180px;
  }
  .mod-hometop .mod-image:after {
    width: 28%;
  }
}
@media (max-width: 1280px) {
  .mod-hometop .mod-vlak {
    width: 930px;
    left: -430px;
    top: -66px;
  }
  .mod-hometop .mod-vlak .inner:before {
    left: -680px;
  }
  .mod-hometop .mod-image {
    width: 700px;
    height: 1300px;
    left: 500px;
  }
  .mod-hometop .mod-image:after {
    display: none;
  }
  .mod-hometop .mod-row-primary .container {
    padding-top: 175px;
    padding-bottom: 150px;
  }
  .mod-hometop .usps {
    margin-top: 60px;
  }
  .mod-hometop .btn-video {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .mod-hometop .mod-vlak {
    width: 800px;
    top: 20px;
  }
  .mod-hometop .mod-vlak .inner:before {
    left: -630px;
  }
  .mod-hometop .mod-image {
    width: 500px;
    height: 580px;
    left: 370px;
    top: -50px;
  }
  .mod-hometop .mod-image:before {
    display: none;
    background: rgba(14, 16, 56, 0.65);
  }
  .mod-hometop .mod-row-primary .container {
    padding-top: 180px;
    padding-bottom: 60px;
  }
  .mod-hometop .mod-intro .article-header {
    margin-bottom: 200px;
  }
  .mod-hometop .mod-intro .article-header .article-actions {
    display: none;
  }
  .mod-hometop .mod-intro .article-actions.bottom {
    display: block;
  }
  .mod-hometop .mod-intro .acticle-info {
    background: #0e1038;
    padding: 40px 0;
    color: #fff;
    position: relative;
    z-index: 10;
  }
  .mod-hometop .mod-intro .acticle-info:before {
    display: block;
    content: "";
    width: 2000px;
    height: 100%;
    background: #0e1038;
    position: absolute;
    top: 0;
    left: -500px;
    z-index: -1;
  }
  .mod-hometop .mod-row-secondary {
    margin-top: 0;
  }
  .mod-hometop .col-right {
    display: none;
    background: #0e1038;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }
  .mod-hometop .col-right:before {
    display: block;
    content: "";
    width: 1600px;
    height: 100%;
    background: #0e1038;
    position: absolute;
    top: 0;
    left: -600px;
  }
  .mod-hometop .mod-story {
    position: static;
  }
  .mod-hometop .mod-story .title {
    color: #fff;
  }
  .mod-hometop .mod-story .article-output {
    max-width: none;
  }
  .mod-hometop .btn-video {
    height: 420px;
  }
}
@media (max-width: 730px) {
  .mod-hometop .mod-vlak {
    width: 730px;
  }
  .mod-hometop .mod-image {
    width: 550px;
    height: 580px;
    left: 300px;
    top: -30px;
  }
}
@media (max-width: 650px) {
  .mod-hometop .mod-vlak {
    width: 620px;
  }
  .mod-hometop .mod-image {
    width: 460px;
    height: 600px;
    top: -10px;
    left: 190px;
  }
  .mod-hometop .mod-image .inner:after {
    display: none;
  }
  .mod-hometop .btn-video {
    height: 360px;
  }
  .mod-hometop .usps .usp {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .mod-hometop .mod-image {
    width: 380px;
    height: 500px;
  }
  .mod-hometop .mod-intro .article-header {
    margin-bottom: 180px;
  }
}
@media (max-width: 480px) {
  .mod-hometop .btn-video {
    height: 300px;
  }
  .mod-hometop .usps .usp {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .mod-hometop .mod-image {
    width: 320px;
    height: 500px;
  }
  .mod-hometop .mod-intro .article-header {
    margin-bottom: 150px;
  }
}
@media (max-width: 420px) {
  .mod-hometop .mod-image {
    width: 300px;
    height: 500px;
  }
  .mod-hometop .mod-intro .article-header {
    margin-bottom: 130px;
  }
}
.mod-story-mobile {
  display: none;
  background: #0e1038;
  padding: 40px 0;
  margin-top: 40px;
}
.mod-story-mobile .title {
  display: block;
  color: #73c6c8;
  margin-bottom: 20px;
}
.mod-story-mobile .article-output {
  color: #fff;
  margin-bottom: 40px;
}
.mod-story-mobile p {
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 800;
}
@media (max-width: 991px) {
  .mod-story-mobile {
    display: block;
  }
}
/* @group MOD_VACATURES */
.mod-vacatures .mod-header {
  padding: 80px 0 40px;
  text-align: center;
}
.mod-vacatures .mod-header .article-output {
  margin: 0 15%;
  font-size: 25px;
  color: #0e1038;
}
.mod-vacatures .mod-body {
  padding: 80px 0 0;
  background: #f7f7f7;
}
.mod-vacatures .mod-footer {
  padding: 40px 0;
  text-align: center;
  cursor: pointer;
}
.mod-vacatures .mod-footer a {
  color: #0e1038;
}
.mod-vacatures .mod-footer:hover {
  background: #fff;
}
.mod-vacatures .mod-footer:hover a {
  color: #0e1038;
}
.mod-vacatures .grid-more {
  display: none;
}
.mod-vacatures .grid-more.open {
  display: block;
}
@media (max-width: 991px) {
  .mod-vacatures .mod-header {
    padding: 60px 0;
  }
  .mod-vacatures .mod-header .article-output {
    margin: 0 10%;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .mod-vacatures .mod-header .article-output {
    margin: 0;
  }
}
.vacature-item .inner {
  position: relative;
}
.vacature-item .bgmask {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
}
.vacature-item .bgmask:before {
  display: block;
  content: "";
  background-image: url(../img/vc-mask.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
.vacature-item .bgmask img {
  opacity: 0;
}
.vacature-item .bgmask.light:before {
  background-image: url(../img/vc-mask-light.svg);
}
.vacature-item .title {
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
  font-size: 25px;
  margin: 0;
}
.vacature-item .location {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
.vacature-item .btn {
  font-size: 26px;
  color: #0e1038;
  position: absolute;
  bottom: 0px;
  right: 30px;
}
.vacature-item:hover .inner:after {
  opacity: 1;
}
.vacature-item:hover .btn {
  transform: translate(3px, 0);
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
.vacature-item.haket .inner:after {
  background-image: url(../img/shield-green.png);
}
.vacature-item.haket .btn {
  color: #8AA10E;
}
.vacature-grid .vacature-item {
  margin-bottom: 80px;
}
/* @end */
/* @group MOD_PROJECTS */
.mod-projects {
  background: #fff;
  color: #0e1038;
  position: relative;
  min-height: 900px;
}
.mod-projects h2 {
  color: #0e1038;
  margin-bottom: 20px;
}
.mod-projects p {
  color: #0e1038;
  font-size: 25px;
  line-height: 1.4em;
}
.mod-projects h3 {
  color: #fff;
  font-size: 25px;
}
.mod-projects .inner {
  padding: 70px 0 70px 40px;
}
.mod-projects .article-output h3 {
  margin-bottom: 20px;
}
.mod-projects .mod-grid {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 50%;
}
.mod-projects .mod-grid .item {
  display: block;
  float: left;
  width: 24%;
  height: 24%;
  margin: 0 1% 1% 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.mod-projects .mod-grid .item:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0e1038;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.mod-projects .mod-grid .item i {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 70%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.mod-projects .mod-grid .item:hover:before {
  opacity: 0.5;
}
.mod-projects .mod-grid .item:hover i {
  top: 50%;
  opacity: 1;
}
@media (max-width: 1480px) {
  .mod-projects .inner {
    padding: 70px 0 70px 40px;
  }
  .mod-projects .mod-grid .item {
    height: 20%;
  }
}
@media (max-width: 1280px) {
  .mod-projects .inner {
    padding: 40px 0 70px 0;
  }
  .mod-projects p {
    font-size: 22px;
  }
  .mod-projects .mod-grid .item {
    width: 31.334%;
  }
}
@media (max-width: 991px) {
  .mod-projects .inner {
    padding: 50px 0 50px 0;
  }
  .mod-projects .mod-grid {
    width: 100%;
    position: static;
  }
  .mod-projects .mod-grid .item {
    width: 23%;
    height: 160px;
    margin: 1%;
  }
  .tpl-home .site-footer {
    margin-top: -250px;
  }
}
@media (max-width: 767px) {
  .mod-projects .inner {
    padding: 50px 0 50px 0;
  }
  .mod-projects p {
    font-size: 20px;
  }
  .mod-projects .mod-grid .item {
    width: 31%;
    height: 160px;
    margin: 1%;
  }
  .tpl-home .site-footer {
    margin-top: -450px;
  }
}
/* @end */
/* @group MOD_PROJECT_IMAGES */
.mod-project-images {
  padding: 170px 0 0;
  position: relative;
  z-index: 10;
}
.mod-project-images .mod-header {
  margin-bottom: 70px;
}
.mod-project-images h2 {
  font-size: 40px;
}
.mod-project-images p {
  color: #0e1038;
}
@media (max-width: 1480px) {
  .mod-project-images .mod-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .mod-project-images {
    padding-top: 100px;
  }
  .mod-project-images .mod-header {
    margin-bottom: 20px;
  }
}
/* @end */
/* @group MOD-CONTACT */
.mod-contact {
  padding: 80px 0;
}
.mod-contact .mod-header {
  text-align: center;
  margin-bottom: 40px;
}
.mod-contact h2 {
  font-size: 40px;
  color: #0e1038;
}
.mod-contact .form {
  min-height: 400px;
  background: #f8f8f8;
}
/* @end */
.mod-filter {
  margin: 30px 0 20px;
  font-size: 18px;
}
.mod-filter .label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.mod-filter a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
  border-radius: 3px;
  background-color: #73c6c8;
  color: #0e1038;
}
.mod-filter a:hover,
.mod-filter a.active {
  background-color: #0e1038;
  color: #fff;
}
/* ==========================================================================
	SLIDERS
   ========================================================================== */
.slick-vacatures-outer {
  overflow: hidden;
  padding-bottom: 80px;
}
.slick-vacatures {
  width: calc(100% + 80px);
}
.slick-vacatures .item {
  padding-right: 80px;
}
.slick-vacatures .slick-dots {
  margin-left: -40px;
}
.slick-images {
  position: relative;
}
.slick-images .slick-prev,
.slick-images .slick-next {
  font-size: 44px;
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 60;
  cursor: pointer;
  transform: translateY(-50%);
}
.slick-images .slick-prev:hover,
.slick-images .slick-next:hover {
  color: #0e1038;
}
.slick-images .slick-prev {
  left: 100px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.slick-images .slick-next {
  right: 100px;
}
.slick-images .item {
  height: 375px;
  position: relative;
}
.slick-images .item .bgimg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  left: 4px;
  background-size: cover;
  background-position: center center;
}
.slick-images .item .bgimg:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.15;
  transition: all 0.3s ease-in-out 0s;
}
.slick-images .item .zoom {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  background: url(../img/button-circle-white.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}
.slick-images .item:hover .bgimg:before {
  background: #0e1038;
  opacity: 0.5;
}
.slick-images .item:hover .zoom {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.slick-logos .logo {
  padding: 0 10px;
}
.slick-logos .logo .bgimg {
  height: 80px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .slick-images .item {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .slick-images .slick-prev {
    left: 70px;
  }
  .slick-images .slick-next {
    right: 70px;
  }
}
@media (max-width: 400px) {
  .slick-images .item {
    height: 240px;
  }
  .slick-images .slick-prev,
  .slick-images .slick-next {
    opacity: 0;
  }
}
/*# sourceMappingURL=screen.css.map */</pre></body></html>