* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
#privacypolicy {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #eee;
  color: #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  max-width: 400px;
  font-size: 11px;
  line-height: 22px;
  margin-left: 30px;
  font-weight: 300;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
#privacypolicy.active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#privacypolicy a {
  color: #aaa;
}
#privacypolicy .privacy-btn {
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* MIXINS ======================================================================= */
/* EXTRA ======================================================================= */
img.scale {
  max-width: 100%;
  height: auto;
}
::-moz-selection {
  background: #547388;
  color: #fff;
}
::selection {
  background: #547388;
  color: #fff;
}
::-moz-selection {
  background: #547388;
  color: #fff;
}
/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.erroneous {
  border-color: crimson !important;
}
.error {
  margin: 0px 0;
  color: crimson;
}
.success {
  margin: 10px 0;
  text-align: center;
}
/* PLUGINS ===================================================================== */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease, -webkit-transform 2s ease;
  transition: opacity 400ms ease, -webkit-transform 2s ease;
  transition: opacity 400ms ease, transform 2s ease;
  transition: opacity 400ms ease, transform 2s ease, -webkit-transform 2s ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* VARIABLES =================================================================== */
form,
input,
label,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
form {
  list-style-type: none;
  padding: 0;
}
.form-group {
  border-bottom: 1px solid #547388;
  margin-top: -1px;
  position: relative;
}
.noline {
  border-bottom: none;
  margin-top: 0;
}
#group-policy {
  padding: 20px 0;
}
label,
input {
  -webkit-transition: color 0.4s ease, background-color 0.1s ease-in-out;
  transition: color 0.4s ease, background-color 0.1s ease-in-out;
}
label {
  color: #547388;
  font-size: 90%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 0;
}
input:focus + label,
textarea:focus + label {
  color: #547388;
  font-weight: bold;
  letter-spacing: -0.01em;
}
input[type="checkbox"]:focus + label {
  color: unset;
  font-weight: unset;
  letter-spacing: 0.03em;
}
input,
textarea {
  background-color: transparent;
  border: none;
  color: #888888;
  font-size: 15px;
  margin: 9px 0 7px 0;
  margin: 0;
  padding: 2em 10px 10px 0;
  outline: none;
  width: 100%;
}
input:focus,
textarea:focus {
  color: #000;
  background-color: #888888, 40;
}
input.error,
textarea.error {
  padding: 2em 10px 2em 0;
}
.error-text {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 70%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: crimson;
}
.error-text.error-policy {
  position: relative;
  bottom: 0;
  left: 0;
}
.error {
  color: crimson;
}
.error::-webkit-input-placeholder {
  color: crimson;
}
.error::-moz-placeholder {
  color: crimson;
}
.error:-ms-input-placeholder {
  color: crimson;
}
.error::-ms-input-placeholder {
  color: crimson;
}
.error::placeholder {
  color: crimson;
}
.error + label {
  color: crimson;
  font-weight: bold;
}
.error + label a {
  color: crimson!important;
}
.error a {
  color: crimson;
}
.error .checkbox:before {
  border: 0.5px solid crimson;
}
.policy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  line-height: 2;
}
.policy a {
  text-decoration: underline;
}
#policy {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: -99999999px;
}
#policy:checked + label:after {
  content: '';
  background: #547388;
  border: 0.5px solid #547388;
  position: absolute;
  top: 0;
  left: -25px;
  width: 12px;
  height: 12px;
}
.checkbox {
  position: relative;
  margin-left: 26px;
}
.checkbox:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border: 0.5px solid black;
  left: -25px;
  top: 0;
}
.checkbox a {
  text-decoration: underline;
}
textarea {
  resize: none;
}
.label--required:after {
  content: "*";
  color: crimson;
  margin-left: 5px;
}
/* STYLES ====================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'Proxima nova', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  color: #547388;
  position: relative;
}
.more-btn-square {
  border: 1px solid #547388;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 25px;
}
.more-btn-square:hover {
  background: #547388;
  color: white;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 999999;
}
.scrollhide {
  opacity: 1;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scrollhide.hideme {
  opacity: 0;
  width: 0;
}
a {
  display: block;
  color: #547388;
}
p:last-of-type {
  margin: 0;
}
.redtext {
  color: #bc1c20 !important;
}
.plg-container {
  max-width: 1430px;
  padding: 0 100px;
  margin: 0 auto;
  position: relative;
}
.plg-container-small {
  max-width: 1075px;
  padding: 0 100px;
  margin: 0 auto;
  position: relative;
}
.plg-arrow-prev,
.plg-arrow-next {
  width: 27px;
  position: absolute;
  top: 50%;
  z-index: 6;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.plg-arrow-prev {
  left: 0;
}
.plg-arrow-next {
  right: 0;
}
.toggle {
  display: none;
}
header {
  padding-top: 75px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .plg-header-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .plg-header-grid .plg-logo {
  text-decoration: none;
  position: relative;
  width: 36px;
  height: 41px;
  z-index: 999999;
}
header .plg-header-grid .plg-logo img {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .plg-header-grid .plg-logo img.white {
  opacity: 0;
}
header .plg-header-grid .plg-header-griditem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header .plg-header-grid .plg-header-griditem a,
header .plg-header-grid .plg-header-griditem p {
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-size: 12px;
  color: #547388;
  text-decoration: none;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .plg-header-grid .plg-header-griditem nav {
  margin-right: 40px;
}
header .plg-header-grid .plg-header-griditem nav a {
  margin-right: 30px;
  font-weight: 400;
}
header .plg-header-grid .plg-header-griditem nav a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  display: block;
  height: 1px;
  background: #547388;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .plg-header-grid .plg-header-griditem nav a:hover:after,
header .plg-header-grid .plg-header-griditem nav a.current:after,
header .plg-header-grid .plg-header-griditem nav a.active:after {
  left: 0;
  right: 0;
}
header .plg-header-grid .plg-header-griditem nav a:last-of-type {
  margin-right: 0;
}
header .plg-header-grid .plg-header-griditem .plg-inneritem {
  margin-right: 40px;
}
header .plg-header-grid .plg-header-griditem .plg-inneritem p {
  display: inline-block;
}
header .plg-header-grid .plg-header-griditem .plg-inneritem.contactinfo a {
  position: relative;
  margin-right: 28px;
}
header .plg-header-grid .plg-header-griditem .plg-inneritem.contactinfo a:after {
  content: '|';
  position: absolute;
  right: -14px;
}
header .plg-header-grid .plg-header-griditem .plg-inneritem.contactinfo a:last-of-type {
  margin-right: 0;
}
header .plg-header-grid .plg-header-griditem .plg-inneritem.contactinfo a:last-of-type:after {
  display: none;
}
header .plg-header-grid .plg-header-griditem .plg-inneritem:last-of-type {
  margin-right: 0;
}
header.colored {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #547388;
}
header.colored .plg-header-grid nav a:after {
  background: white;
}
header.colored .plg-header-grid .plg-logo img.white {
  opacity: 1;
}
header.colored .plg-header-grid .plg-logo img.colored {
  opacity: 0;
}
header.colored .plg-header-grid .plg-header-griditem a,
header.colored .plg-header-grid .plg-header-griditem p {
  color: white;
}
header.colored .plg-header-grid .plg-header-griditem a.redtext,
header.colored .plg-header-grid .plg-header-griditem p.redtext {
  color: white !important;
}
.plg-fixedcta {
  position: fixed;
  right: 0;
  top: 50%;
  background-color: #547388;
  color: white;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.plg-fixedcta p {
  margin: 0;
  line-height: 1;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.plg-fixedcta:hover,
.plg-fixedcta:focus {
  text-decoration: none;
}
.plg-fixedcta.scroll {
  padding: 10px 30px 10px 20px;
}
.plg-fixedcta.scroll p {
  margin: 0;
}
.main {
  position: relative;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1;
  font-family: 'bebas-neue', sans-serif;
  font-weight: bold;
  margin: 0;
  z-index: 2;
  color: white;
}
.main small {
  display: none;
}
.main .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
#team {
  padding: 125px 100px;
  text-align: center;
}
#team h2 {
  font-weight: normal;
  letter-spacing: 0.075em;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 65px 0;
}
#team .plg-team-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 12px);
  margin-top: -20px;
  margin-left: -6px;
  margin-bottom: 100px;
}
#team .plg-team-row:last-of-type {
  margin-bottom: 0;
}
#team .plg-team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(25% - 12px);
  margin: 20px 6px 0 6px;
}
#team .plg-team-member .plg-team-membercontent {
  max-width: 130px;
  min-width: 130px;
}
#team .plg-team-member .plg-member-imgcontainer {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: #ccd0d4;
  overflow: hidden;
  border-radius: 50%;
}
#team .plg-team-member .plg-member-imgcontainer .plg-member-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#team .plg-team-member p {
  margin: 18px 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.075em;
}
#testimonials {
  background-color: #464c4f;
  padding: 70px 0;
  position: relative;
}
#testimonials .plg-testimonials-container {
  position: relative;
}
#testimonials .plg-testimonials-content .plg-testimonial {
  height: 100%;
}
#testimonials .plg-testimonials-content .plg-testimonial .plg-testimonial-content {
  max-width: 400px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
#testimonials .plg-testimonials-content .plg-testimonial .plg-testimonial-content figcaption {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  margin: 0;
}
#testimonials .plg-testimonials-content .plg-testimonial .plg-testimonial-content blockquote {
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0;
  font-weight: 200;
  margin: 40px 0;
}
#testimonials .plg-testimonials-content .plg-testimonial .plg-testimonial-content .stars img {
  width: 14px;
  height: auto;
  display: inline-block;
}
#diensten {
  padding: 100px 0;
  background-image: url('../images/sectionbackground.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#diensten h2 {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 50px 0;
}
#diensten h2:after {
  content: '';
  position: absolute;
  bottom: -5px;
  /*left: 50%;
            right: 50%;*/
  display: block;
  height: 1px;
  background: #547388;
  left: 0;
  right: 0;
}
#diensten .diensten ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#diensten .diensten ul li a {
  font-family: 'bebas-neue', sans-serif;
  text-decoration: none;
  color: #bacad5;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#diensten .diensten ul li a:hover,
#diensten .diensten ul li a:focus {
  text-decoration: none;
  color: #547388;
}
#diensten .diensten ul li.current a {
  color: #547388;
}
#diensten .tabs {
  margin-top: 70px;
}
#diensten .tabs .plg-tab-innergrid {
  width: calc(100% + 8px);
  margin-left: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#diensten .tabs .plg-tab-innergrid .plg-tab-inneritem {
  width: calc(26% - 8px);
  margin: 0 4px;
  display: inline-block;
  text-decoration: none;
  /*&:hover{
                    .plg-tab-imagecontainer{
                        &:before{
                            opacity: 0.3;
                        }
                    }   
                }*/
}
#diensten .tabs .plg-tab-innergrid .plg-tab-inneritem .plg-tab-imagecontainer {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  /*&:before{
                        content: '';
                        background-color: @color;
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        left: 0;
                        top: 0;
                        opacity: 0;
                        transition: opacity .3s ease-in-out;
                        z-index: 3;
                    }*/
}
#diensten .tabs .plg-tab-innergrid .plg-tab-inneritem .plg-tab-imagecontainer .plg-tab-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#diensten .tabs .plg-tab-innergrid .plg-tab-inneritem h3 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.6;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}
#diensten .tabs .plg-tab-innergrid a.plg-tab-inneritem {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#diensten .tabs .plg-tab-innergrid a.plg-tab-inneritem:hover {
  opacity: 0.7;
}
#diensten #particuliere-verzekeringen {
  display: block;
}
#diensten .tab-content {
  display: none;
}
#partners {
  padding: 165px 0;
}
#partners .plg-partners-container {
  position: relative;
}
#partners .plg-partners-content {
  max-width: 610px;
  margin: 0 auto;
}
#partners .plg-partners-content .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#partners .plg-partners-content .slick-track .slick-slide {
  margin: 0;
}
#partners .plg-partners-content .slick-track .slick-slide img {
  max-width: 70%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #partners .plg-partners-content .slick-track .slick-slide img {
    -webkit-filter: gray;
            filter: gray;
  }
}
#partners .plg-partners-content img {
  margin: auto;
}
#contact {
  padding: 100px 0;
  background-image: url('../images/sectionbackground.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#contact .plg-footer-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contact .plg-footer-grid .plg-footer-item {
  font-weight: 400;
  line-height: 1.43;
}
#contact .plg-footer-grid .plg-footer-item table tr td:nth-of-type(2) {
  padding-left: 20px;
}
#contact .plg-footer-grid .plg-footer-item a {
  text-decoration: none;
  color: #547388;
  display: inline-block;
}
#contact .plg-footer-grid .plg-footer-item h3 {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 50px 0;
}
#contact .plg-footer-grid .plg-footer-item h3:after {
  content: '';
  position: absolute;
  bottom: -5px;
  /*left: 50%;
                    right: 50%;*/
  display: block;
  height: 1px;
  background: #547388;
  left: 0;
  right: 0;
}
#contact .plg-footer-grid .plg-footer-item .plg-footer-info {
  margin-bottom: 50px;
}
#contact .plg-footer-grid .plg-footer-item .plg-footer-uppercase {
  text-transform: uppercase;
  margin-bottom: 20px;
}
#contact .plg-footer-grid .plg-footer-item .social img {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
}
#contact .plg-footer-grid .plg-footer-item .social:last-of-type img {
  margin: 0;
}
#contact .plg-footer-grid .plg-footer-item .social.nolink {
  pointer-events: none;
}
#contact .plg-footer-grid .plg-footer-item:nth-of-type(2) {
  padding: 0 30px;
  max-width: 390px;
  width: 100%;
}
form {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}
form input[type="text"],
form input[type="email"],
form textarea {
  width: 100%;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}
form input[type="text"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #547388;
}
form input[type="text"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #547388;
}
form input[type="text"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  text-transform: uppercase;
  color: #547388;
}
form input[type="text"]::-ms-input-placeholder, form input[type="email"]::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  text-transform: uppercase;
  color: #547388;
}
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form textarea::placeholder {
  text-transform: uppercase;
  color: #547388;
}
form .policy {
  margin: 0 0 30px 0;
  color: #547388;
  text-align: left;
}
form .policy label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
}
form .policy label a {
  color: color;
  text-decoration: underline;
  font-weight: 400;
  text-transform: lowercase;
}
form .policy:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  border: 1px solid #547388;
}
form .policy:not(#IE8) input[type=checkbox] {
  display: none;
}
form .policy:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2573";
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
  color: #547388;
  display: block;
}
form .policy:not(#IE8).erroneous label:before {
  border: 1px solid crimson !important;
}
form .policy:not(#IE8).error label:before {
  border: 1px solid crimson !important;
}
form #form-submit {
  width: 100%;
  text-align: center;
  border: 1px solid #547388;
  margin: 0;
  padding: 8px 18px;
  color: #547388;
  display: inline-block;
  text-transform: uppercase;
  opacity: 1;
  cursor: pointer;
  background: transparent;
}
form small {
  display: block;
  margin-top: 15px;
}
footer {
  padding: 100px 0;
  text-align: center;
  text-transform: uppercase;
}
footer p {
  margin: 0 0 10px 0 !important;
  display: block;
}
footer a {
  text-decoration: none;
  color: #547388;
  line-height: 2;
  margin-bottom: 10px;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  /*a{
                margin-bottom: 0;
            }*/
}
footer ul li:after {
  content: '|';
  position: absolute;
  top: 50%;
  right: -12.5px;
  height: 50%;
  -webkit-transform: translate(0, -60%);
      -ms-transform: translate(0, -60%);
          transform: translate(0, -60%);
}
footer ul li:last-of-type {
  margin-right: 0;
}
footer ul li:last-of-type:after {
  display: none;
}
footer .siteby {
  margin-top: 75px;
  display: block;
}
#feedback {
  text-align: left;
  margin-top: 10px;
}
#feedback.succes {
  color: #547388;
}
#tekstpagina {
  margin-top: 300px;
  margin-bottom: 100px;
}
#tekstpagina a {
  display: inline-block;
}
.blog-content {
  max-width: 800px;
  margin: 300px auto;
}
.blog-content .blog-teasers {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 40px;
  margin-bottom: 40px;
  text-decoration: none;
  display: block;
  color: #547388;
}
.blog-content .blog-teasers h3 {
  color: #d9d9d9;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 0;
}
.blog-content .blog-teasers h3:after {
  content: '';
  width: 25px;
  height: 1px;
  display: block;
  background: #d9d9d9;
  margin-top: 10px;
}
.blog-content .blog-teasers h4 {
  text-transform: uppercase;
  font-family: 'bebas-neue', sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #547388;
  letter-spacing: 1px;
  font-weight: normal;
  margin: 30px 0;
}
.blog-content .blog-teasers img {
  max-width: 100%;
  height: auto;
  display: block;
}
.blog-content .blog-teasers a {
  color: #547388;
}
.blog-content .blog-teasers .document {
  font-weight: bold;
  padding: 10px 0;
}
.blog-content .blog-teasers .more {
  margin-top: 10px;
  text-decoration: none;
  color: #547388;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}
.blog-content .blog-teasers .more:after {
  content: '';
  height: 1px;
  background: #547388;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-content .blog-return a {
  text-transform: uppercase;
  color: #547388;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  padding-bottom: 2px;
  display: inline-block;
}
.blog-content .blog-return a:after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 1px;
  background: #547388;
}
.paging {
  text-align: center;
}
.paging a {
  text-transform: uppercase;
  color: #547388;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  padding-bottom: 2px;
}
.paging a:after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 1px;
  background: #547388;
}
/* MEDIA QUERY'S =============== */
@media (max-width: 1000px) {
  header .plg-header-grid .plg-header-griditem .plg-inneritem.contactinfo {
    margin-right: 0;
  }
  header .plg-header-grid .plg-header-griditem .plg-inneritem:last-of-type {
    display: none;
  }
  .slick-list {
    max-width: 80% !important;
    margin: 0 auto !important;
  }
  .plg-fixedcta {
    top: 35%;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
  }
  .plg-fixedcta img {
    width: 20px;
  }
  .plg-fixedcta p {
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }
  header {
    padding-top: 50px;
  }
  header .plg-header-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .plg-header-grid .plg-logo {
    margin-bottom: 25px;
  }
  header .plg-header-grid .plg-header-griditem nav {
    margin-right: 20px;
  }
  header .plg-header-grid .plg-header-griditem nav a {
    margin-right: 20px;
  }
  header .plg-header-grid .plg-header-griditem .plg-inneritem {
    margin-right: 20px;
  }
  #team .plg-team-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    width: calc(100% + 24px);
    margin-left: -12px;
  }
  #team .plg-team-row .plg-team-membercontent {
    min-width: 80%;
  }
  #team .plg-team-row:last-of-type .plg-team-member {
    /*&:last-of-type{
                        margin-bottom: 0;
                    }*/
  }
  #team .plg-team-member {
    width: calc(50% - 24px);
    margin: 0 12px 50px 12px;
  }
  #diensten .tabs .plg-tab-innergrid .plg-tab-inneritem {
    width: calc(33.3333% - 8px);
  }
  #contact .plg-footer-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contact .plg-footer-grid .plg-footer-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  #contact .plg-footer-grid .plg-footer-item:last-of-type {
    margin-bottom: 0;
  }
  #contact .plg-footer-grid .plg-footer-item form {
    max-width: 100%;
  }
  #contact .plg-footer-grid .plg-footer-item:nth-of-type(2) {
    padding: 0;
  }
}
@media (max-width: 780px) {
  .plg-container-small,
  .plg-container {
    padding: 0 30px;
  }
  header {
    position: absolute;
    padding: 0;
  }
  header .plg-header-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 50px;
  }
  header .plg-header-grid .plg-logo {
    margin-bottom: 0;
  }
  header .plg-header-grid .plg-header-griditem {
    display: block;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    width: 100%;
    background-color: #547388;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  header .plg-header-grid .plg-header-griditem nav {
    margin: 0;
    text-align: center;
  }
  header .plg-header-grid .plg-header-griditem nav a {
    font-size: 18px;
    display: block;
    color: white;
    margin: 0 0 15px 0;
  }
  header .plg-header-grid .plg-header-griditem .plg-inneritem {
    display: none;
  }
  header .plg-header-grid .toggle {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 22px;
    z-index: 999999;
    position: relative;
  }
  header .plg-header-grid .toggle span {
    width: 40px;
    height: 2px;
    background: #547388;
    display: block;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: 1;
  }
  header .plg-header-grid .toggle:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #547388;
    display: block;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform-origin: 15%;
        -ms-transform-origin: 15%;
            transform-origin: 15%;
  }
  header .plg-header-grid .toggle:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #547388;
    display: block;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 20px;
    right: 0;
    -webkit-transform-origin: 15%;
        -ms-transform-origin: 15%;
            transform-origin: 15%;
  }
  header .plg-header-grid .toggle.open span {
    opacity: 0;
    background-color: white;
  }
  header .plg-header-grid .toggle.open:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: white;
  }
  header .plg-header-grid .toggle.open:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: white;
  }
  header.shownav {
    position: fixed;
  }
  header.shownav .plg-header-grid .plg-logo img.colored {
    opacity: 0;
  }
  header.shownav .plg-header-grid .plg-logo img.white {
    opacity: 1;
  }
  header.shownav .plg-header-grid .plg-header-griditem {
    opacity: 1;
    pointer-events: auto;
  }
  .main h1 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 30px;
  }
  #team {
    padding: 125px 0;
  }
  #testimonials .plg-testimonials-content .plg-testimonial .plg-testimonial-content {
    max-width: 80%;
  }
  #diensten .tabs .plg-tab-innergrid {
    width: 100%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #diensten .tabs .plg-tab-innergrid .plg-tab-inneritem {
    width: 100%;
    margin: 0 0 50px 0;
  }
  #diensten .tabs .plg-tab-innergrid .plg-tab-inneritem:last-of-type {
    margin-bottom: 0;
  }
  #tekstpagina,
  .blog-content {
    margin-top: 150px;
  }
}
