@charset "UTF-8";
* {
  outline: none;
}
html {
  font-family:Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "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;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
/* EXTRA ======================================================================= */
img.scale {
  max-width: 100%;
  height: auto;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
#privacypolicy {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  width: 100%;
  font-size: 11px;
  line-height: 22px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
}
#privacypolicy a {
  color: #000;
}
#privacypolicy .privacy-btn {
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.erroneous {
  border-color: crimson !important;
}
.error {
  color: crimson;
}
/* PLUGINS ===================================================================== */
/* SLICK Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* SIMPLE LIGHTBOX*/
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -ms-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  -o-transition: transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
/* VARIABLES =================================================================== */
/* ANIMATIONS ====================================================================== */
/*.fadeAnimation{
	opacity: 0;
    transition: opacity .5s ease-in-out .5s;
}*/
.fadeAnimation {
  opacity: 0;
}
.brochurecontainer {
  max-width: 360px;
  margin: 0 auto;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.fadeInUp.delay3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeInUp.delay5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeInUp.delay7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeInUp.fadeRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.lazy {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.lazy.loaded {
  opacity: 1;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(23px);
            transform: translateY(23px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(23px);
            transform: translateY(23px);
  }
}
/* STYLES ====================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  font-family:"Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 12px;
  color: #5F635A;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  -webkit-animation: fadein 3s;
          animation: fadein 3s;
}
.plg-plusicon:not(.stillshow) {
  display: none !important;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
p {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
h1 {
  font-family:"Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
  font-weight: 300;
  letter-spacing: 0;
}
h2 {
  font-size: 14px;
}
img {
  display: block;
}
.hamburger {
  display: none;
  pointer-events: none;
}
.plg-slidercontainer {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  margin-top: 50px;
}
.plg-slidercontainer .plg-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.plg-slidercontainer .plg-slider .plg-imageslide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.plg-slidercontainer .prev,
.plg-slidercontainer .next {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.plg-slidercontainer .prev img,
.plg-slidercontainer .next img {
  width: 20px;
}
.plg-slidercontainer .prev {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.plg-slidercontainer .next {
  right: 0;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal__overlay {
  background: white;
  padding: 6rem 6rem;
  text-align: center;
  position: relative;
}
.modal__overlay h1 {
  font-size: 2.4rem;
  padding-bottom: 2rem;
}
.modal__overlay .closebtn {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.modal__overlay .closebtn:before,
.modal__overlay .closebtn:after {
  content: '';
  position: absolute;
  top: 1rem;
  left: 0;
  height: 1px;
  width: 100%;
  background: black;
}
.modal__overlay .closebtn:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__overlay .closebtn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal__overlay.withimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 650px;
  padding: 0;
  background: black;
}
.modal__overlay.withimage .closebtn:before,
.modal__overlay.withimage .closebtn:after {
  background: white;
}
.modal__overlay.withimage .modal__image {
  width: 50%;
}
.modal__overlay.withimage .modal__image .imagecontainer {
  height: 0;
  padding-bottom: 116%;
  position: relative;
}
.modal__overlay.withimage .modal__image .imagecontainer .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.modal__overlay.withimage .modal__body {
  width: 50%;
  text-align: left;
  padding: 0 45px;
  color: white;
  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;
}
.modal__overlay.withimage .modal__body * {
  font-weight: 200;
  letter-spacing: 0;
  font-size: 20px;
}
.modal__overlay.withimage .modal__body .button {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.25em;
  position: relative;
}
.modal__overlay.withimage .modal__body .button:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal__overlay.withimage .modal__body .button:hover {
  text-decoration: none;
}
.modal__overlay.withimage .modal__body .button:hover:after {
  width: 0;
  left: 50%;
  right: 50%;
}
@media only screen and (max-width: 750px) {
  .modal__overlay.withimage {
    width: auto;
    min-width: 350px;
  }
  .modal__overlay.withimage .modal__image {
    display: none !important;
  }
  .modal__overlay.withimage .modal__body {
    width: 100%;
    padding-bottom: 45px;
    padding-top: 45px;
  }
}
/* HEADER =============================================================== */
/*header{
    z-index: 1;
    position: relative;
    display: block;
    height: 90%;
    width: 100%;
    display: flex;
    flex-direction: row;
    .plg-header-content{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-color: #fff;
        height: 100%;
        width: 25%;
        text-align: center;
        .plg-homebtn{
            margin-top: 35px;
            text-decoration: none;
            display: block;
            figure{
                display: flex;
                flex-direction: column;
                align-items: center;
            }
        }
        .plg-logo{
            width: 60px;
            height: auto;
            margin-bottom: 25px;
        }
        .plg-baseline{
            letter-spacing: 0.24em;
            line-height: 1.58em;
        }
    }
    nav{
        height: 100%;
        justify-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        .plg-nav{
            li{
                margin: 0 0 30px 0;

                a{
                    font-weight: 600;
                    text-transform: uppercase;
                    text-decoration: none;
                    position: relative;
                    z-index: 99;
                    &:after{
                        content: '';
                        background-color: @black;
                        height: 1px;
                        width: 0;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, 50%);
                        transition: width .5s ease-in-out;
                    }
                    
                    &.active, &:hover{
                        &:after{
                            width: 110%;
                        }
                    }
                }

                &:last-of-type{
                    margin-bottom: 0;
                }
            }
        }
        .plg-lang{
            li{
                display: inline-block;
                margin-right: 10px;
                a{
                    text-decoration: none;
                }
                &.active{
                    a{
                        font-weight: 600;
                    }
                }
                &:last-of-type{
                    margin-right: 0;
                }
            }
        }
    }
}*/
.hamburger {
  z-index: 100;
  display: inline-block;
  pointer-events: auto;
  overflow: visible;
  margin: 0 auto 0 0;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  height: 14px;
}
.hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 14px;
}
.hamburger .hamburger-box .hamburger-inner {
  position: absolute;
  width: 25px;
  height: 2px;
  top: 50%;
  display: block;
  margin-top: -2px;
  border-radius: 2px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger-box .hamburger-inner:after {
  display: block;
  content: "";
  bottom: -7px;
  position: absolute;
  width: 25px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger-box .hamburger-inner:before {
  display: block;
  content: "";
  top: -7px;
  position: absolute;
  width: 25px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  -o-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger.active .hamburger-inner {
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -o-transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.hamburger.active .hamburger-inner:after {
  background-color: #000;
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -o-transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.hamburger.active .hamburger-inner:before {
  background-color: #000;
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  -o-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 5%;
  z-index: 3;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100 */
  background-color: rgba(255, 255, 255, 0.5);
}
header .plg-header-content {
  position: relative;
  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;
  width: 100%;
}
header .plg-header-content .plg-homebtn {
  -webkit-transform: translate(6px, 0);
      -ms-transform: translate(6px, 0);
          transform: translate(6px, 0);
  margin: 0 auto;
}
header .plg-header-content .plg-homebtn figure img {
  height: 80px;
  width: auto;
}
header .plg-header-content .plg-lang {
  list-style-type: none;
  margin: 0 0 0 auto;
}
header .plg-header-content .plg-lang li {
  display: inline-block;
  margin-right: 8px;
  width: 15px;
  height: 18px;
  position: relative;
}
header .plg-header-content .plg-lang li a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-decoration: none;
}
header .plg-header-content .plg-lang li a:hover {
  font-weight: bold;
}
header .plg-header-content .plg-lang li.active a {
  font-weight: bold;
}
header .plg-header-content .plg-lang li:last-of-type {
  margin-right: 0;
}
header .plg-header-content nav {
  display: block;
  position: fixed;
  left: 0;
  top: 90px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, top 0.3s ease-in-out, height 0.3s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, top 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: opacity 0.5s ease-in-out, top 0.3s ease-in-out, height 0.3s ease-in-out;
  padding: 0 5% 0 5%;
  min-height: calc(100% - 90px);
  overflow-y: scroll;
  -ms-overflow-style: none;
}
header .plg-header-content nav::-webkit-scrollbar {
  display: none;
}
header .plg-header-content nav ul {
  opacity: 0;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  height: 100%;
  width: 100%;
}
header .plg-header-content nav ul li {
  margin-bottom: 30px;
  /*&:last-of-type{
                        margin-bottom: 0;
                    }*/
}
header .plg-header-content nav ul li a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
header .plg-header-content nav ul li a.active,
header .plg-header-content nav ul li a:hover {
  text-decoration: underline;
}
header .plg-header-content nav ul li.projectontwikkeling {
  padding: 30px 0;
}
header .plg-header-content nav ul li.projectontwikkeling a {
  font-weight: normal;
}
header .plg-header-content nav ul li.contact {
  text-transform: uppercase;
}
header .plg-header-content nav ul li.contact a {
  margin-top: 6px;
  display: inline-block;
  text-decoration: underline;
  letter-spacing: 0.15em;
}
header .plg-header-content nav.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 99;
  background-color: #fff;
}
header .plg-header-content nav.active ul {
  -webkit-transition: all 0.5s ease-in-out 0.2s;
  -o-transition: all 0.5s ease-in-out 0.2s;
  transition: all 0.5s ease-in-out 0.2s;
  opacity: 1;
}
header .plg-header-content nav.scroll {
  top: 90px;
  height: calc(100% - 90px);
}
header.scroll {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
header.active {
  background-color: #fff !important;
}
.plg-header-slideshow {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
}
.plg-header-slideshow .plg-slideshow-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.plg-header-slideshow .icon-scroll,
.plg-header-slideshow .icon-scroll:before {
  position: absolute;
  left: 50%;
  bottom: 20px;
}
.plg-header-slideshow .icon-scroll {
  width: 20px;
  height: 35px;
  margin-left: -10px;
  margin-top: -17.5px;
  -webkit-box-shadow: inset 0 0 0 1px #000;
          box-shadow: inset 0 0 0 1px #000;
  border-radius: 12.5px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.plg-header-slideshow .icon-scroll:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #000;
  margin-left: -2px;
  top: 8px;
  border-radius: 2px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
.plg-header-slideshow .icon-scroll.hideme {
  opacity: 0;
}
.slick-list {
  height: 100% !important;
}
.slick-list .slick-track {
  height: 100% !important;
}
.slick-list .slick-track .slick-slide {
  height: 100% !important;
}
.slick-list .slick-track .slick-slide > div {
  height: 100% !important;
}
.slick-list .slick-track .slick-slide > div .plg-slideshow-item {
  height: 100% !important;
  position: relative;
}
/* HOME =============================================================== */
#plg-homesection1 {
  z-index: 98;
  display: block;
  width: 100%;
}
#plg-homesection1 .plg-h1-content {
  width: 75%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
#plg-homesection1 .plg-h1-content .plg-h1-plusicon {
  width: 75px;
  height: auto;
  left: -30px;
  top: -44px;
  position: absolute;
  z-index: 2;
}
#plg-homesection1 .plg-h1-content .plg-h1-text {
  margin: 0 80px 0 auto;
  display: block;
  -webkit-transform: translate(0, -52%);
      -ms-transform: translate(0, -52%);
          transform: translate(0, -52%);
}
#plg-homesection1 .plg-h1-content .plg-h1-text h1 {
  font-size: 82px;
  margin: 0;
  text-align: right;
}
#plg-homesection2 {
  margin-top: 0px;
  width: 100%;
  padding: 0 15%;
}
#plg-homesection2 .plg-h2-content {
  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;
}
#plg-homesection2 .plg-h2-content .plg-h2-item.left {
  width: 100%;
  padding-bottom: 90px;
  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;
}
#plg-homesection2 .plg-h2-content .plg-h2-item.left .plg-h2-inner h2 {
  text-transform: uppercase;
}
#plg-homesection2 .plg-h2-content .plg-h2-item.left .plg-h2-inner.img {
  width: 53%;
  height: auto;
}
#plg-homesection2 .plg-h2-content .plg-h2-item.left .plg-h2-inner.img img {
  width: 100%;
  height: auto;
}
#plg-homesection2 .plg-h2-content .plg-h2-item.left .plg-h2-inner.txt {
  padding: 30px 0 0 0;
  max-width: 480px;
  text-align: center;
    padding-left: 100px
}
#plg-homesection2 .plg-h2-content .plg-h2-item.right {
  margin-left: 15%;
  width: 19%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#plg-homesection2 .plg-h2-content .plg-h2-item.right .plg-h2-imagecontainer {
  display: inline-block;
  margin: auto 0 0 0;
}
#plg-homesection2 .plg-h2-content .plg-h2-item.right img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto 0 0 0;
}
#plg-homesection3 {
  width: 100%;
  margin-top: 25px;
  padding-left: 27%;
  padding-right: 19%;
}
#plg-homesection3 .plg-h3-content {
  width: 100%;
  /*.plg-h3-item{
            width: 100%;
            padding-left: 50px;
            text-align: center;
            &.title{
                //margin-right: 13%;
                margin-right: 59%;
                width: 41%;
                h2{
                    letter-spacing: 0;
                    font-size: 48px;
                    font-family: @serif;
                    font-weight: 300;
                    //margin: 0 0 20px 0; 
                    /*max-width: 260px;*/
  /*margin: 0 auto 20px auto;
                }
            }
            &.grid{
                display: flex;
                flex-direction: row;
                .plg-h3-inner{
                    &.left{
                        margin-top: 20px;
                        margin-right: 13%;
                        width: 41%;
                        .plg-h3-inner-txt{
                            max-width: 260px;
                            margin: 0 auto;
                        }
                    }
                    &.right{
                        width: 46%;
                        position: relative;
                        img{
                            width: 100%;
                        }
                        .plg-plusicon{
                            position: absolute;
                            right: 0;
                            bottom: 0;
                            width: 50px;
                            height: auto;
                            transform: translate(100%, 100%);
                        }
                    }
                }
            }
        }*/
}
#plg-homesection3 .plg-h3-content .plg-h3-item {
  width: 100%;
}
#plg-homesection3 .plg-h3-content .plg-h3-item.title {
  width: 41%;
}
#plg-homesection3 .plg-h3-content .plg-h3-item.title h2 {
  letter-spacing: 0;
  font-size: 30px;
  font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-weight: 300;
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}
#plg-homesection3 .plg-h3-content .plg-h3-item.grid {
  width: 100%;
  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;
}
#plg-homesection3 .plg-h3-content .plg-h3-item.grid .plg-h3-inner.left {
  width: 41%;
  /*max-width: 260px;*/
  margin-right: 13%;
  text-align: center;
}
#plg-homesection3 .plg-h3-content .plg-h3-item.grid .plg-h3-inner.left .plg-h3-inner-txt {
  max-width: 580px;
  margin: 20px auto 0 auto;
  padding-bottom: 50px;
}
#plg-homesection3 .plg-h3-content .plg-h3-item.grid .plg-h3-inner.right {
  width: 46%;
}
#plg-homesection3 .plg-h3-content .plg-h3-item.grid .plg-h3-inner.right img {
  width: 100%;
  height: auto;
  margin-top: -150px;
  padding-bottom: 100px;
}
#plg-homesection3 .plg-h3-content .plg-h3-item.grid .plg-h3-inner.right .plg-plusicon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: auto;
  -webkit-transform: translate(100%, 100%);
      -ms-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
}
#plg-homesection4 {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 5%;
  padding-right: 30%;
  margin-top: -12%;
}
#plg-homesection4 .plg-h4-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-homesection4 .plg-h4-content .plg-h4-item {
  height: 100%;
}
#plg-homesection4 .plg-h4-content .plg-h4-item.img {
  width: 64%;
  margin-right: 5%;
}
#plg-homesection4 .plg-h4-content .plg-h4-item.img img {
  width: 100%;
    padding-top: 50px;
}
#plg-homesection4 .plg-h4-content .plg-h4-item.txt {
  -ms-flex-item-align: end;
      align-self: flex-end;
  max-width: 460px;
  text-align: center;
  margin-bottom: 3%;
}
#plg-homesection4 .plg-h4-content .plg-h4-item.txt h2 {
  text-transform: uppercase;
}
#plg-homesection5 {
  width: 100%;
  margin-top: 170px;
  padding-left: 5%;
  padding-right: 19%;
}
#plg-homesection5 .plg-h5-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-homesection5 .plg-h5-content .plg-h5-item.txt {
  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;
  width: 45%;
  text-align: center;
}
#plg-homesection5 .plg-h5-content .plg-h5-item.txt .plg-h5-inner-container {
  display: block;
  margin: 0 auto;
}
#plg-homesection5 .plg-h5-content .plg-h5-item.txt .plg-h5-inner {
  max-width: 260px;
  margin: 0 auto;
}
#plg-homesection5 .plg-h5-content .plg-h5-item.txt h2 {
  letter-spacing: 0;
  font-size: 38px;
  font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-weight: 300;
  margin: 0 0 50px 0;
}
#plg-homesection5 .plg-h5-content .plg-h5-item.img {
  width: 55%;
}
#plg-homesection5 .plg-h5-content .plg-h5-item.img img {
  width: 100%;
}
/* OVER =============================================================== */
#plg-oversection1 {
  width: 100%;
  margin-top: 120px;
}
#plg-oversection1 .plg-o1-content {
  width: 100%;
  padding: 0 9% 0 19%;
}
#plg-oversection1 .plg-o1-content .plg-o1-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.image {
  width: 40%;
  margin-right: 12.5%;
  position: relative;
}
#plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.image .plg-o1-imagewrapper {
  margin-top: 18%;
  position: relative;
}
#plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.image img:not(.plg-plusicon) {
  width: 100%;
  height: auto;
}
#plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.image .plg-plusicon {
  width: 50px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
}
#plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.text {
  width: 42.5%;
  margin-right: 5%;
  text-align: center;
}
#plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.text h1 {
  font-size: 55px;
  margin: 0;
  line-height: 1;
}
#plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.text .plg-o1-text {
  max-width: 360px;
  margin: 25% auto 50px auto;
}
#plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.text .plg-o1-text h2 {
  text-transform: uppercase;
}
#plg-oversection2 {
  width: 100%;
}
#plg-oversection2 .plg-o2-content {
  width: 100%;
  padding: 0 9% 0 19%;
}
#plg-oversection2 .plg-o2-content .plg-o2-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-oversection2 .plg-o2-content .plg-o2-grid .plg-o2-item.text {
  width: 40%;
  margin-right: 12.5%;
  text-align: center;
  margin-top: 20%;
}
#plg-oversection2 .plg-o2-content .plg-o2-grid .plg-o2-item.text .plg-o2-testimonial {
  font-size: 18px;
  font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-weight: 300;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
#plg-oversection2 .plg-o2-content .plg-o2-grid .plg-o2-item.text .plg-o2-testimonial:after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  height: 2px;
  width: 40px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#plg-oversection2 .plg-o2-content .plg-o2-grid .plg-o2-item.text .plg-o2-author {
  margin-top: 70px;
}
#plg-oversection2 .plg-o2-content .plg-o2-grid .plg-o2-item.text .plg-o2-author p {
  margin: 0;
  text-transform: uppercase;
}
#plg-oversection2 .plg-o2-content .plg-o2-grid .plg-o2-item.text .plg-o2-author p strong {
  font-weight: 600;
}
#plg-oversection2 .plg-o2-content .plg-o2-grid .plg-o2-item.image {
  width: 42.5%;
  margin-right: 5%;
}
#plg-oversection2 .plg-o2-content .plg-o2-grid .plg-o2-item.image img {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  height: auto;
}
#plg-oversection3 {
  width: 100%;
  margin-top: 70px;
}
#plg-oversection3 .plg-o3-content {
  width: 100%;
  padding: 0 9% 0 16%;
}
#plg-oversection3 .plg-o3-content .plg-o3-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-oversection3 .plg-o3-content .plg-o3-grid .plg-o3-item.smallimage {
  width: 15%;
  margin-right: 26%;
}
#plg-oversection3 .plg-o3-content .plg-o3-grid .plg-o3-item.smallimage img {
  width: 100%;
  margin-top: 30%;
}
#plg-oversection3 .plg-o3-content .plg-o3-grid .plg-o3-item.image {
  width: 59%;
}
#plg-oversection3 .plg-o3-content .plg-o3-grid .plg-o3-item.image img {
  width: 100%;
}
#plg-oversection4 .plg-o4-content {
  width: 100%;
  padding: 0 9% 0 19%;
}
#plg-oversection4 .plg-o4-content .plg-o4-item {
  width: 40%;
  margin: 0 12.5% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#plg-oversection4 .plg-o4-content .quote {
  -webkit-transform: translate(0, -10%);
      -ms-transform: translate(0, -10%);
          transform: translate(0, -10%);
  display: inline-block;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}
#plg-oversection4 .plg-o4-content .quote p {
  font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.14;
  position: relative;
}
#plg-oversection4 .plg-o4-content .quote p:after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  height: 2px;
  width: 40px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#plg-oversection5 {
  margin-top: 95px;
}
#plg-oversection5 .plg-o5-content {
  width: 100%;
  padding: 0 9% 0 19%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-oversection5 .plg-o5-content .plg-o5-item.text {
  width: 40%;
  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;
}
#plg-oversection5 .plg-o5-content .plg-o5-item.text .plg-o5-text {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}
#plg-oversection5 .plg-o5-content .plg-o5-item.text .plg-o5-text h2 {
  text-transform: uppercase;
}
#plg-oversection5 .plg-o5-content .plg-o5-item.image {
  width: 60%;
}
#plg-oversection5 .plg-o5-content .plg-o5-item.image img {
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  height: auto;
}
#plg-oversection6 {
  width: 100%;
  margin-top: 200px;
}
#plg-oversection6 .plg-o6-content {
  width: 100%;
  padding: 0 26% 0 27%;
  text-align: center;
}
#plg-oversection6 .plg-o6-content h2 {
  font-size: 55px;
  letter-spacing: 0;
  font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
#plg-oversection6 .plg-o6-content h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.09;
  line-height: 1.2;
}
#plg-oversection6 .plg-o6-content ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
}
#plg-oversection6 .plg-o6-content ol li {
  width: 33.3333%;
  margin-top: 40px;
}
#plg-oversection6 .plg-o6-content ol li p {
  margin: 0 auto;
}
#plg-oversection6 .plg-o6-content ol li p.plg-number {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 25px;
  position: relative;
}
#plg-oversection6 .plg-o6-content ol li p.plg-number:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #000;
}
/* VACATURES =============================================================== */
.template-vacatures #plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.image .plg-o1-imagewrapper {
  margin-top: 0;
}
.template-vacatures #plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.text .plg-o1-text ul {
  margin-top: 35px;
}
.template-vacatures #plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.text .plg-o1-text ul li {
  margin-bottom: 8px;
}
.template-vacatures #plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.text .plg-o1-text ul li:last-of-type {
  margin-bottom: 0;
}
/* VACATURE =============================================================== */
#plg-vacaturesection1 {
  display: block;
  width: 60%;
  font-size: 12px;
  min-height: 100%;
  margin: 0 auto;
}
#plg-vacaturesection1 .plg-vt1-content {
  text-align: center;
  padding-top: 250px;
}
#plg-vacaturesection1 .plg-vt1-content h1 {
  display: block;
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 35px 0;
}
#plg-vacaturesection1 .plg-vt1-content .plg-vt1-text {
  max-width: 360px;
  margin: 0 auto;
}
/* VAKMANSCHAP =============================================================== */
#plg-vakmanschapsection1 {
  width: 100%;
  margin-top: 120px;
}
#plg-vakmanschapsection1 .plg-v1-content {
  width: 100%;
  padding: 0 9% 0 19%;
}
#plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid .plg-v1-item.image {
  width: 40%;
  margin-right: 12.5%;
  position: relative;
}
#plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid .plg-v1-item.image .plg-v1-imagewrapper {
  margin-top: 18%;
  position: relative;
}
#plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid .plg-v1-item.image img:not(.plg-plusicon) {
  width: 100%;
  height: auto;
}
#plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid .plg-v1-item.image .plg-plusicon {
  width: 50px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
}
#plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid .plg-v1-item.text {
  width: 42.5%;
  margin-right: 5%;
  text-align: center;
}
#plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid .plg-v1-item.text h1 {
  font-size: 55px;
  margin: 0;
  line-height: 1;
}
#plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid .plg-v1-item.text h2 {
  text-transform: uppercase;
}
#plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid .plg-v1-item.text .plg-v1-text {
  max-width: 260px;
  margin: 16% auto 0;
}
#plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid .plg-v1-item.text img {
  width: 100%;
  height: auto;
  margin-top: 16%;
}
#plg-vakmanschapsection2 {
  margin-top: 95px;
}
#plg-vakmanschapsection2 .plg-v2-content {
  width: 100%;
  padding: 0 13.5% 0 5%;
}
#plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.image {
  width: 42%;
}
#plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.image img {
  width: 100%;
  margin-top: 33%;
  height: auto;
}
#plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.quote {
  width: 31%;
  text-align: center;
}
#plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.quote p {
  font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.14;
  position: relative;
}
#plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.quote p:after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  height: 2px;
  width: 40px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.innergrid {
  width: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.innergrid .plg-v2-inneritem.image {
  width: 62%;
  margin: 0 0 0 auto;
}
#plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.innergrid .plg-v2-inneritem.image img {
  width: 100%;
  height: auto;
}
#plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.innergrid .plg-v2-inneritem.text {
  text-align: center;
  width: 75%;
  margin-top: 32%;
}
#plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.innergrid .plg-v2-inneritem.text h2 {
  text-transform: uppercase;
}
#plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.innergrid .plg-v2-inneritem.text .plg-plusicon {
  width: 25px;
  height: auto;
  margin-top: 35px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.innergrid .plg-v2-inneritem.text .link {
  display: block;
  margin-top: 35px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  line-height: 1.52;
}
#plg-vakmanschapsection3 {
  margin-top: 95px;
}
#plg-vakmanschapsection3 .plg-v3-content {
  width: 100%;
}
#plg-vakmanschapsection3 .plg-v3-content .plg-v3-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
#plg-vakmanschapsection3 .plg-v3-content .plg-v3-item.text {
  width: 40%;
  margin: 0 12.5% 0 0;
  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;
}
#plg-vakmanschapsection3 .plg-v3-content .plg-v3-item.text .quote {
  display: inline-block;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}
#plg-vakmanschapsection3 .plg-v3-content .plg-v3-item.text .quote p {
  font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.14;
  position: relative;
}
#plg-vakmanschapsection3 .plg-v3-content .plg-v3-item.text .quote p:after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  height: 2px;
  width: 40px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#plg-vakmanschapsection3 .plg-v3-content .plg-v3-item.image {
  width: 42%;
}
#plg-vakmanschapsection3 .plg-v3-content .plg-v3-item.image img {
  width: 100%;
}
/* CATEGORY =============================================================== */
#plg-categorysection1 {
  display: block;
  width: 60%;
  font-size: 12px;
  min-height: 100%;
  margin: 0 auto;
}
#plg-categorysection1 .plg-c1-content {
  text-align: center;
  padding-top: 250px;
}
#plg-categorysection1 .plg-c1-content.lesspadding {
  padding-top: 150px;
}
#plg-categorysection1 .plg-c1-content h1 {
  display: block;
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 35px 0;
}
#plg-categorysection1 .plg-c1-content h1.maxwidth {
  max-width: 600px;
  margin: 0 auto 35px auto;
}
#plg-categorysection1 .plg-c1-content .plg-c1-text {
  max-width: 1060px;
  margin: 0 auto;
}
#plg-categorysection1 .plg-c1-content .plg-c1-text .link {
  display: block;
  margin-top: 35px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  line-height: 1.52;
  font-weight: 900;
}
#plg-categorysection1 .plg-c1-content .plg-c1-text .button {
  display: inline-block;
  margin-top: 35px;
  padding: 6px 12px;
  text-transform: uppercase;
  border: 1px solid #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#plg-categorysection1 .plg-c1-content .plg-c1-text .button:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
#plg-categorysection1 .plg-c1-content .plg-c1-subnav {
  margin: 70px 0;
}
#plg-categorysection1 .plg-c1-content .plg-c1-subnav ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
#plg-categorysection1 .plg-c1-content .plg-c1-subnav ul li a {
  position: relative;
  font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.92;
  color: #dadada;
  text-decoration: none;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
#plg-categorysection1 .plg-c1-content .plg-c1-subnav ul li a:after {
  content: '\2022';
  /*width: 2.5px;
                            height: 2.5px;*/
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*background-color: @black;*/
  color: #000;
}
#plg-categorysection1 .plg-c1-content .plg-c1-subnav ul li:last-of-type {
  margin-right: 0;
}
#plg-categorysection1 .plg-c1-content .plg-c1-subnav ul li:last-of-type a:after {
  display: none;
}
#plg-categorysection1 .plg-c1-content .plg-c1-subnav ul li.active a,
#plg-categorysection1 .plg-c1-content .plg-c1-subnav ul li:hover a {
  color: #000;
}
#plg-categorysection1 .plg-c1-content .plg-loading {
  width: 100%;
}
#plg-categorysection1 .plg-c1-content .plg-loading .plg-loading-icon {
  width: 40px;
  height: 40px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid {
  /*width: calc(100% + 50px);
            margin-left: -25px;
            margin-top: -7.5px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;*/
  width: 100%;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  /*opacity: 0;
            pointer-events: none;*/
  -webkit-transition: opacity 0.5s ease-in-out 0.5s;
  -o-transition: opacity 0.5s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out 0.5s;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid.mtop {
  margin-top: 50px;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid.count1 {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  width: 33.33333%;
  margin-left: auto;
  margin-right: auto;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid.count2 {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  width: 66.66666%;
  margin-left: auto;
  margin-right: auto;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid.count4 {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  width: 66.66666%;
  margin-left: auto;
  margin-right: auto;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid .plg-noimages {
  text-align: center;
  margin: 0 auto;
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
  font-weight: bold;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid .plg-c1-item {
  width: 100%;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  position: relative;
  display: block;
  /*opacity: 0;*/
  /*&:after{
                    content: '';
                }*/
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid .plg-c1-item .lightboxbtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  display: block;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid .plg-c1-item .plg-plusicon {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 4;
  pointer-events: none;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid .plg-c1-item img:not(.plg-plusicon) {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  position: relative;
  pointer-events: none;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid .plg-c1-item img:not(.plg-plusicon):after {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid .plg-c1-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  display: block;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid .plg-c1-item:hover .lightboxbtn {
  opacity: 1;
  z-index: 3;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid .plg-c1-item:hover .plg-plusicon {
  opacity: 1;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid .plg-c1-item:hover:after {
  opacity: 1;
  z-index: 3;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid .plg-c1-item.nodetail {
  pointer-events: none;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid .plg-c1-item.nodetail a {
  cursor: pointer;
  pointer-events: auto;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid.showme {
  opacity: 1;
  pointer-events: auto;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid.showme .plg-c1-item {
  opacity: 1;
}
#plg-categorysection1 .plg-c1-content .plg-c1-grid.margintop {
  margin-top: 70px;
}
/* OVER =============================================================== */
.plg-nieuwssection1 {
  width: 100%;
  margin-top: 120px;
}
.plg-nieuwssection1 .plg-ns1-content {
  width: 100%;
  padding: 0 9% 0 19%;
}
.plg-nieuwssection1 .plg-ns1-content .plg-ns1-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.plg-nieuwssection1 .plg-ns1-content .plg-ns1-grid .plg-ns1-item.image {
  width: 40%;
  margin-right: 12.5%;
  position: relative;
}
.plg-nieuwssection1 .plg-ns1-content .plg-ns1-grid .plg-ns1-item.image .plg-ns1-imagewrapper {
  position: relative;
}
.plg-nieuwssection1 .plg-ns1-content .plg-ns1-grid .plg-ns1-item.image img:not(.plg-plusicon) {
  width: 100%;
  height: auto;
}
.plg-nieuwssection1 .plg-ns1-content .plg-ns1-grid .plg-ns1-item.image .plg-plusicon {
  width: 50px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
}
.plg-nieuwssection1 .plg-ns1-content .plg-ns1-grid .plg-ns1-item.text {
  width: 42.5%;
  margin-right: 5%;
  text-align: center;
}
.plg-nieuwssection1 .plg-ns1-content .plg-ns1-grid .plg-ns1-item.text h1 {
  font-size: 55px;
  margin: 0;
  line-height: 1;
}
.plg-nieuwssection1 .plg-ns1-content .plg-ns1-grid .plg-ns1-item.text .plg-ns1-text {
  max-width: 360px;
  margin: 25% auto 50px auto;
}
.plg-nieuwssection1 .plg-ns1-content .plg-ns1-grid .plg-ns1-item.text .plg-ns1-text h2 {
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
.plg-nieuwssection1 .plg-ns1-content .plg-ns1-grid .plg-ns1-item.text .plg-ns1-text .link {
  display: inline-block;
  margin-top: 25px;
}
.plg-nieuwssection1:nth-of-type(even) .plg-ns1-content .plg-ns1-grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.plg-nieuwssection1:nth-of-type(even) .plg-ns1-content .plg-ns1-grid .plg-ns1-item.image {
  margin-right: 0;
}
.plg-nieuwssection1:nth-of-type(even) .plg-ns1-content .plg-ns1-grid .plg-ns1-item.text {
  margin-right: 12.5%;
  margin-left: 5%;
}
/* NIEUWS ITEM =============================================================== */
#plg-nieuwsitemsection1 {
  display: block;
  width: 60%;
  font-size: 12px;
  min-height: 60%;
  margin: 0 auto;
}
#plg-nieuwsitemsection1 .plg-ni1-content {
  text-align: center;
  padding-top: 250px;
}
#plg-nieuwsitemsection1 .plg-ni1-content h1 {
  display: block;
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 35px 0;
}
#plg-nieuwsitemsection1 .plg-ni1-content .plg-ni1-text {
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 35px;
}
#plg-nieuwsitemsection1.lessmargin .plg-ni1-content {
  padding-top: 120px;
}
.video {
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  margin-top: 35px;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* CONTACT =============================================================== */
#plg-contactsection1 {
  width: 100%;
  margin-top: 120px;
  position: relative;
}
#plg-contactsection1 .plg-plusicon {
  position: absolute;
  width: 75px;
  height: auto;
  top: 0;
  left: 16%;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
#plg-contactsection1 .plg-co1-content {
  width: 100%;
  margin: 0 0 0 auto;
  padding-right: 4%;
  padding-left: 4%;
}
#plg-contactsection1 .plg-co1-content .plg-co1-grid {
  max-width: 60%;
  margin: 0 auto;
}
#plg-contactsection1 .plg-co1-content .plg-co1-grid h1 {
  display: block;
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 auto 50px auto;
  text-align: center;
}
#plg-contactsection1 .plg-co1-content .plg-co1-grid h2 {
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 50px auto;
}
#plg-contactsection1 .plg-co1-content .plg-co1-grid .plg-co1-text {
  max-width: 360px;
  margin: 0 auto 60px auto;
  text-align: center;
}
#plg-contactsection1 #feedback.success,
#plg-contactsection1 #feedback-brochure.success {
  text-align: center;
}
#plg-contactsection1 #feedback.error,
#plg-contactsection1 #feedback-brochure.error {
  text-align: center;
  background-color: crimson;
  color: #fff;
  padding: 20px;
  font-weight: bold;
}
#plg-contactsection1 #feedback_success {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
#form,
#form-brochure {
  /*.select-container{
            border: 1px solid #c5c6c7;
            padding: 2.5px;
        }*/
}
#form .plg-form-grid,
#form-brochure .plg-form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 60px);
  margin-left: -30px;
}
#form .plg-form-grid .plg-form-item,
#form-brochure .plg-form-grid .plg-form-item {
  width: 50%;
  text-align: left;
}
#form .plg-form-grid .plg-form-item.left,
#form-brochure .plg-form-grid .plg-form-item.left {
  padding-right: 30px;
}
#form .plg-form-grid .plg-form-item.right,
#form-brochure .plg-form-grid .plg-form-item.right {
  padding-left: 30px;
}
#form label,
#form-brochure label {
  margin-bottom: 25px;
  display: block;
  width: calc(50% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  /*&:last-of-type{
                margin-bottom: 0;
            }*/
}
#form label span,
#form-brochure label span {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
#form label.fullwidth,
#form-brochure label.fullwidth {
  width: 100%;
  margin: 0 30px;
}
#form input[type="text"],
#form-brochure input[type="text"],
#form input[type="email"],
#form-brochure input[type="email"],
#form textarea,
#form-brochure textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #c5c6c7;
  padding: 4px;
  color: #000;
  -webkit-appearance: none;
}
#form select,
#form-brochure select {
  display: block;
  width: 100%;
  background-color: transparent;
  /*border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: none;*/
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-collapse: #c5c6c7;
  border-bottom-color: #c5c6c7;
  border-top-color: #c5c6c7;
  border-left-color: #c5c6c7;
  border-right-color: #c5c6c7;
}
#form .select,
#form-brochure .select {
  position: relative;
  padding-right: 5px;
  border: 1px solid #c5c6c7;
}
#form .select select,
#form-brochure .select select {
  border: none;
  z-index: 5;
}
#form .select:after,
#form-brochure .select:after {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 7px;
  background-image: url(../images/icon-select.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 8px;
  z-index: 1;
}
#form .newsletter label,
#form-brochure .newsletter label {
  margin-bottom: 0;
}
#form .policy,
#form-brochure .policy,
#form .newsletter,
#form-brochure .newsletter,
#form .policy-brochure,
#form-brochure .policy-brochure {
  width: 100%;
  margin: 20px 0 0 0;
  color: #000;
  text-align: left;
}
#form .policy label,
#form-brochure .policy label,
#form .newsletter label,
#form-brochure .newsletter label,
#form .policy-brochure label,
#form-brochure .policy-brochure label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#form .policy:not(#IE8) label:before,
#form-brochure .policy:not(#IE8) label:before,
#form .newsletter:not(#IE8) label:before,
#form-brochure .newsletter:not(#IE8) label:before,
#form .policy-brochure:not(#IE8) label:before,
#form-brochure .policy-brochure:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  border: 1px solid #c5c6c7;
}
#form .policy:not(#IE8) input[type=checkbox],
#form-brochure .policy:not(#IE8) input[type=checkbox],
#form .newsletter:not(#IE8) input[type=checkbox],
#form-brochure .newsletter:not(#IE8) input[type=checkbox],
#form .policy-brochure:not(#IE8) input[type=checkbox],
#form-brochure .policy-brochure:not(#IE8) input[type=checkbox] {
  display: none;
}
#form .policy:not(#IE8) input[type=checkbox]:checked + label:before,
#form-brochure .policy:not(#IE8) input[type=checkbox]:checked + label:before,
#form .newsletter:not(#IE8) input[type=checkbox]:checked + label:before,
#form-brochure .newsletter:not(#IE8) input[type=checkbox]:checked + label:before,
#form .policy-brochure:not(#IE8) input[type=checkbox]:checked + label:before,
#form-brochure .policy-brochure:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2573";
  /* content: "\0474"; */
  text-align: center;
  line-height: 17px;
  font-size: 14px;
  color: #000;
}
#form .policy a,
#form-brochure .policy a,
#form .newsletter a,
#form-brochure .newsletter a,
#form .policy-brochure a,
#form-brochure .policy-brochure a {
  color: #000;
}
#form .policy.error:not(#IE8) label:before,
#form-brochure .policy.error:not(#IE8) label:before,
#form .newsletter.error:not(#IE8) label:before,
#form-brochure .newsletter.error:not(#IE8) label:before,
#form .policy-brochure.error:not(#IE8) label:before,
#form-brochure .policy-brochure.error:not(#IE8) label:before {
  border: 1px solid red;
}
#form .policy.error,
#form-brochure .policy.error {
  color: crimson;
}
#form .policy.error a,
#form-brochure .policy.error a {
  color: crimson;
}
#form .submit-container,
#form-brochure .submit-container {
  width: 100%;
  text-align: center;
}
#form #form-submit,
#form-brochure #form-submit,
#form #form-submit-brochure,
#form-brochure #form-submit-brochure {
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  font-weight: 900;
  display: inline-block;
  padding: 6px 12px;
  line-height: 1;
  margin: 25px 0 0 0;
  cursor: pointer;
}
#form #form-submit.disabled,
#form-brochure #form-submit.disabled,
#form #form-submit-brochure.disabled,
#form-brochure #form-submit-brochure.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
#form small,
#form-brochure small {
  display: block;
  margin-top: 25px;
}
#bookingtime option.hideme {
  display: none;
}
/* DEFAULT =============================================================== */
#plg-defaultsection1 {
  width: 100%;
  margin-top: 120px;
  position: relative;
}
#plg-defaultsection1 .plg-d1-content {
  width: 75%;
  margin: 0 auto;
  /*padding-left: 4%;
        padding-right: 12%;*/
}
#plg-defaultsection1 .plg-d1-content h1 {
  display: block;
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 auto 50px auto;
  text-align: center;
}
#plg-defaultsection1 .plg-d1-content h2 {
  text-transform: uppercase;
}
/* FOOTER =============================================================== */
footer {
  padding: 112px 80px;
  width: 100%;
}
footer .plg-container {
  position: relative;
}
footer a {
  color: #000;
  text-decoration: none;
}
footer .plg-logo {
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
footer .plg-footer-socials .social {
  margin-right: 10px;
  display: inline-block;
}
footer .plg-footer-socials .social img {
  width: 25px;
  height: auto;
}
footer .plg-footer-socials .social:last-of-type {
  margin-right: 0;
}
footer .plg-footer-text {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
footer .plg-footer-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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
footer .plg-footer-extra {
  margin-top: 17px;
}
footer .plg-footer-extra a {
  display: block;
  text-align: center;
}
footer .plg-footer-extra a.underline {
  text-decoration: underline;
}
/* KIJKDAGEN =============================================================== */
#plg-opendayssection1 {
  margin-top: 90px;
  width: 100%;
  padding: 0 15%;
}
#plg-opendayssection1 .plg-od1-content {
  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;
  width: 100%;
}
#plg-opendayssection1 .plg-od1-content .plg-od1-item.left {
  width: 34%;
}
#plg-opendayssection1 .plg-od1-content .plg-od1-item.left img {
  width: 100%;
  height: auto;
}
#plg-opendayssection1 .plg-od1-content .plg-od1-item h2 {
  text-transform: uppercase;
  /*font-size: 14px;
                font-weight: bold;
                font-family: @font;*/
}
#plg-opendayssection1 .plg-od1-content .plg-od1-item.txt {
  width: 27%;
  text-align: center;
  max-width: 270px;
  line-height: 1.9;
}
#plg-opendayssection1 .plg-od1-content .plg-od1-item.txt .text-content {
  width: 100%;
}
#plg-opendayssection1 .plg-od1-content .plg-od1-item.right {
  width: 19%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
  margin-bottom: -60px;
}
#plg-opendayssection1 .plg-od1-content .plg-od1-item.right .plg-h2-imagecontainer {
  display: inline-block;
  margin: auto 0 0 0;
}
#plg-opendayssection1 .plg-od1-content .plg-od1-item.right img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto 0 0 0;
}
#plg-opendayssection2 {
  margin-top: 80px;
  width: 100%;
  padding: 0 15%;
}
#plg-opendayssection2 .plg-od2-content {
  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;
}
#plg-opendayssection2 .plg-od2-content .plg-od2-item h1 {
  font-weight: 300;
  font-size: 25px;
  margin: 0 0 40px 0;
}
#plg-opendayssection2 .plg-od2-content .plg-od2-item.left {
  width: 34%;
}
#plg-opendayssection2 .plg-od2-content .plg-od2-item.right {
  width: 35%;
  margin: auto 60px 0 auto;
  padding-top: 200px;
}
#plg-opendayssection2 .plg-od2-content .plg-od2-item.right img {
  width: 100%;
  height: auto;
}
.errortime {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  background-color: crimson;
  padding: 4px;
  color: #fff;
  opacity: 0;
  font-size: 0;
  width: 100%;
  text-align: center;
}
.errortime.showme {
  opacity: 1;
  font-size: 12px;
}
#plg-opendayssection3 {
  width: 100%;
  padding: 0 15%;
  margin-top: 80px;
}
#plg-opendayssection3 .plg-od3-content {
  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;
}
#plg-opendayssection3 .plg-od3-content .plg-od3-item img {
  width: 100%;
  height: auto;
}
#plg-opendayssection3 .plg-od3-content .plg-od3-item.left {
  width: 43%;
}
/* MEDIA QUERY'S =============================================================== */
@media only screen and (max-width: 1100px) {
  header {
    padding: 20px 30px;
  }
  header .plg-header-content .plg-homebtn figure img {
    height: 35px;
  }
  header .plg-header-content nav {
    top: 75px;
    min-height: calc(100% - 75px);
    padding-left: 60px;
    padding-top: 35px;
  }
  header .plg-header-content nav.scroll {
    top: 75px;
    height: calc(100% - 75px);
  }
  #plg-homesection1 .plg-h1-content {
    width: 100%;
  }
  #plg-homesection1 .plg-h1-content .plg-h1-plusicon {
    left: 30px;
  }
  #plg-homesection1 .plg-h1-content .plg-h1-text {
    margin: 0 30px 0 auto;
  }
  #plg-homesection1 .plg-h1-content .plg-h1-text h1 {
    font-size: 60px;
  }
  #plg-homesection2 {
    padding: 0 30px;
  }
  #plg-homesection2 .plg-h2-content .plg-h2-item.left .plg-h2-inner.txt {
    padding-left: 10px;
  }
  #plg-homesection3 {
    padding: 0 80px 0 30px;
  }
  #plg-homesection3 .plg-h3-content .plg-h3-item.title h2 {
    font-size: 34px;
  }
  #plg-homesection4 {
    margin-top: -4%;
    padding: 0 200px 0 30px;
  }
  #plg-homesection5 {
    padding: 0 30px;
  }
  #plg-homesection5 .plg-h5-content .plg-h5-item.txt h2 {
    font-size: 34px;
  }
  #plg-oversection1 .plg-o1-content {
    padding: 0 30px;
  }
  #plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.text h1 {
    font-size: 34px;
  }
  #plg-oversection2 .plg-o2-content {
    padding: 0 30px;
  }
  #plg-oversection3 .plg-o3-content {
    padding: 0 30px;
  }
  #plg-oversection4 .plg-o4-content {
    padding: 0 30px;
  }
  #plg-oversection5 .plg-o5-content {
    padding: 0 30px;
  }
  #plg-oversection6 .plg-o6-content {
    padding: 0 30px;
  }
  #plg-oversection6 .plg-o6-content h2 {
    font-size: 34px;
  }
  .template-vacatures #plg-oversection1 .plg-o1-content {
    padding: 0 30px;
  }
  .template-vacatures #plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.text h1 {
    font-size: 34px;
  }
  .plg-nieuwssection1 .plg-ns1-content {
    padding: 0 30px;
  }
  .plg-nieuwssection1 .plg-ns1-content .plg-ns1-grid .plg-ns1-item.text h1 {
    font-size: 34px;
  }
  #plg-nieuwsitemsection1 {
    width: 100%;
  }
  #plg-nieuwsitemsection1 .plg-ni1-content {
    padding: 120px 30px 0 30px;
  }
  #plg-nieuwsitemsection1 .plg-ni1-content h1 {
    font-size: 34px;
  }
  #plg-vakmanschapsection1 .plg-v1-content {
    padding: 0 30px;
  }
  #plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid .plg-v1-item.text h1 {
    font-size: 34px;
  }
  #plg-vakmanschapsection2 .plg-v2-content {
    padding: 0 30px;
  }
  #plg-vakmanschapsection3 .plg-v3-content {
    padding: 0 30px;
  }
  .template-category header,
  .template-category-sub header {
    height: unset;
  }
  #plg-categorysection1 {
    width: 100%;
  }
  #plg-categorysection1 .plg-c1-content {
    padding: 120px 30px 0 30px;
  }
  #plg-categorysection1 .plg-c1-content.lesspadding {
    padding-top: 100px;
  }
  #plg-categorysection1 .plg-c1-content h1 {
    font-size: 34px;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-grid {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  #plg-vacaturesection1 .plg-vt1-content {
    padding-top: 120px;
  }
  #plg-vacaturesection1 .plg-vt1-content h1 {
    font-size: 34px;
  }
  #plg-contactsection1 .plg-plusicon {
    left: 30px;
  }
  #plg-contactsection1 .plg-co1-content {
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }
  #plg-contactsection1 .plg-co1-content .plg-co1-grid {
    max-width: 600px;
  }
  #plg-contactsection1 .plg-co1-content .plg-co1-grid h1 {
    font-size: 34px;
  }
  #plg-defaultsection1 .plg-d1-content {
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }
  #plg-defaultsection1 .plg-d1-content h1 {
    font-size: 34px;
  }
  #plg-opendayssection1 {
    padding: 0 30px;
  }
  #plg-opendayssection2 {
    padding: 0 30px;
  }
  #plg-opendayssection3 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 900px) {
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .fadeInUp.delay3 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .fadeInUp.delay5 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .fadeInUp.delay7 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .fadeInUp.fadeRight {
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
  }
  .plg-header-slideshow {
    height: 60%;
    min-height: 60%;
  }
  .plg-header-slideshow .icon-scroll {
    display: none;
  }
  #plg-homesection2 .plg-h2-content .plg-h2-item.left {
    width: 100%;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-homesection2 .plg-h2-content .plg-h2-item.left .plg-h2-inner.img {
    width: 100%;
  }
  #plg-homesection2 .plg-h2-content .plg-h2-item.left .plg-h2-inner.txt {
    padding: 0;
    margin: 0 auto 120px auto;
  }
  #plg-homesection2 .plg-h2-content .plg-h2-item.right {
    display: none;
  }
  #plg-homesection3 {
    padding: 0 30px;
    margin-top: 120px;
  }
  #plg-homesection3 .plg-h3-content .plg-h3-item.title {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  #plg-homesection3 .plg-h3-content .plg-h3-item.grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  #plg-homesection3 .plg-h3-content .plg-h3-item.grid .plg-h3-inner.left {
    width: 100%;
    margin: 0 0 120px 0;
  }
  #plg-homesection3 .plg-h3-content .plg-h3-item.grid .plg-h3-inner.right {
    width: 100%;
  }
  #plg-homesection3 .plg-h3-content .plg-h3-item.grid .plg-h3-inner.right .plg-plusicon {
    -webkit-transform: translate(-50%, 60%);
        -ms-transform: translate(-50%, 60%);
            transform: translate(-50%, 60%);
  }
  #plg-homesection4 {
    margin-top: 120px;
    padding: 0 30px;
  }
  #plg-homesection4 .plg-h4-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-homesection4 .plg-h4-content .plg-h4-item.img {
    margin: 0;
    width: 100%;
  }
  #plg-homesection4 .plg-h4-content .plg-h4-item.txt {
    margin: 0 auto 120px auto;
  }
  #plg-homesection5 {
    margin: 120px 0 0;
  }
  #plg-homesection5 .plg-h5-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-homesection5 .plg-h5-content .plg-h5-item.txt {
    width: 100%;
  }
  #plg-homesection5 .plg-h5-content .plg-h5-item.img {
    margin-top: 120px;
    width: 100%;
  }
  #plg-oversection1 .plg-o1-content .plg-o1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.text {
    width: 100%;
    margin: 0;
  }
  #plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.text .plg-o1-text {
    margin: 50px auto 0 auto;
  }
  #plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.image {
    width: 100%;
  }
  #plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.image .plg-o1-imagewrapper {
    margin: 120px 0 0 0;
  }
  #plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.image .plg-plusicon {
    -webkit-transform: translate(50%, -60%);
        -ms-transform: translate(50%, -60%);
            transform: translate(50%, -60%);
  }
  #plg-oversection2 {
    margin-top: 120px;
  }
  #plg-oversection2 .plg-o2-content .plg-o2-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-oversection2 .plg-o2-content .plg-o2-grid .plg-o2-item.text {
    width: 100%;
    margin: 0;
    margin-bottom: 120px;
  }
  #plg-oversection2 .plg-o2-content .plg-o2-grid .plg-o2-item.image {
    width: 100%;
    margin: 0;
  }
  #plg-oversection2 .plg-o2-content .plg-o2-grid .plg-o2-item.image img {
    max-width: unset;
  }
  #plg-oversection3 {
    margin-top: 120px;
  }
  #plg-oversection3 .plg-o3-content .plg-o3-grid .plg-o3-item.smallimage {
    display: none;
  }
  #plg-oversection3 .plg-o3-content .plg-o3-grid .plg-o3-item.image {
    width: 100%;
  }
  #plg-oversection4 {
    margin-top: 120px;
  }
  #plg-oversection4 .plg-o4-content .plg-o4-item {
    margin: 0 auto;
    width: 100%;
  }
  #plg-oversection5 {
    margin-top: 120px;
  }
  #plg-oversection5 .plg-o5-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-oversection5 .plg-o5-content .plg-o5-item.text {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
  }
  #plg-oversection5 .plg-o5-content .plg-o5-item.image {
    width: 100%;
    margin-top: 120px;
  }
  #plg-oversection5 .plg-o5-content .plg-o5-item.image img {
    max-width: unset;
  }
  #plg-oversection6 {
    margin-top: 120px;
  }
  #plg-oversection6 .plg-o6-content ol li {
    width: 50%;
  }
  .plg-nieuwssection1 .plg-ns1-content .plg-ns1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .plg-nieuwssection1 .plg-ns1-content .plg-ns1-grid .plg-ns1-item.image {
    width: 100%;
    margin-top: 120px;
    margin-right: 0;
    margin-left: 0;
  }
  .plg-nieuwssection1 .plg-ns1-content .plg-ns1-grid .plg-ns1-item.text {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .plg-nieuwssection1 .plg-ns1-content .plg-ns1-grid .plg-ns1-item.text .plg-ns1-text {
    margin: 50px auto 0 auto;
  }
  .plg-nieuwssection1:nth-of-type(even) .plg-ns1-content .plg-ns1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .plg-nieuwssection1:nth-of-type(even) .plg-ns1-content .plg-ns1-grid.image {
    margin-right: 0;
    margin-left: 0;
  }
  .plg-nieuwssection1:nth-of-type(even) .plg-ns1-content .plg-ns1-grid.text {
    margin-right: 0;
    margin-left: 0;
  }
  #plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid .plg-v1-item.text {
    width: 100%;
    margin: 0 auto;
  }
  #plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid .plg-v1-item.text .plg-v1-text {
    margin: 50px auto 60px auto;
  }
  #plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid .plg-v1-item.text img {
    max-width: 550px;
    margin: 0 auto;
  }
  #plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid .plg-v1-item.image {
    width: 100%;
    margin-right: 0;
  }
  #plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid .plg-v1-item.image .plg-v1-imagewrapper {
    margin-top: 120px;
  }
  #plg-vakmanschapsection1 .plg-v1-content .plg-v1-grid .plg-v1-item.image .plg-v1-imagewrapper .plg-plusicon {
    -webkit-transform: translate(50%, -60%);
        -ms-transform: translate(50%, -60%);
            transform: translate(50%, -60%);
  }
  #plg-vakmanschapsection2 {
    margin: 120px 0 0;
  }
  #plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.quote {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
  #plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  #plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.image img {
    margin-top: 154px;
  }
  #plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.innergrid {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  #plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.innergrid .plg-v2-inneritem.image {
    display: none;
  }
  #plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.innergrid .plg-v2-inneritem.text {
    width: 100%;
    margin-top: 120px;
  }
  #plg-vakmanschapsection2 .plg-v2-content .plg-v2-grid .plg-v2-item.innergrid .plg-v2-inneritem.text .plg-v2-inneritem-txt {
    max-width: 260px;
    margin: 0 auto;
  }
  #plg-vakmanschapsection3 {
    margin: 120px 0 0 0;
  }
  #plg-vakmanschapsection3 .plg-v3-content .plg-v3-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-vakmanschapsection3 .plg-v3-content .plg-v3-grid .plg-v3-item.text {
    width: 100%;
  }
  #plg-vakmanschapsection3 .plg-v3-content .plg-v3-grid .plg-v3-item.image {
    margin-top: 120px;
    max-width: unset;
    width: 100%;
  }
  .template-vacatures #plg-oversection1 .plg-o1-content .plg-o1-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .template-vacatures #plg-oversection1 .plg-o1-content .plg-o1-grid .plg-o1-item.text {
    width: 100%;
    margin: 0 0 120px 0;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-grid {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-grid.count1 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-grid.count2 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-grid.count4 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .plg-footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .plg-footer-text {
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0;
  }
  footer .plg-footer-socials {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 30px 0;
  }
  footer .plg-footer-extra {
    position: relative;
    display: block;
    right: unset;
    bottom: unset;
    margin-top: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #plg-opendayssection1 .plg-od1-content {
    /*justify-content: flex-start;
            align-items: center;*/
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #plg-opendayssection1 .plg-od1-content .plg-od1-item.left {
    width: calc(50% - 15px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #plg-opendayssection1 .plg-od1-content .plg-od1-item.txt {
    width: 100%;
    max-width: unset;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 50px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #plg-opendayssection1 .plg-od1-content .plg-od1-item.txt .text-content {
    max-width: 270px;
    margin: 0 auto;
  }
  #plg-opendayssection1 .plg-od1-content .plg-od1-item.right {
    width: calc(50% - 15px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  #plg-opendayssection2 {
    margin-top: 60px;
  }
  #plg-opendayssection2 .plg-od2-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #plg-opendayssection2 .plg-od2-content .plg-od2-item.left {
    width: 100%;
  }
  #plg-opendayssection2 .plg-od2-content .plg-od2-item.right {
    width: 100%;
    margin: 60px 0 0 0;
    padding: 0;
  }
  #plg-opendayssection3 {
    margin-top: 60px;
  }
  #plg-opendayssection3 .plg-od3-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #plg-opendayssection3 .plg-od3-content .plg-od3-item.left {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  header .plg-header-slideshow {
    height: 90%;
  }
  header .plg-header-content nav {
    width: 100%;
  }
  header .plg-header-content nav ul li {
    margin-bottom: 20px;
  }
  header .plg-header-content nav ul li.projectontwikkeling {
    padding: 0;
  }
  header .plg-header-content nav ul li.contact {
    text-transform: uppercase;
  }
  header .plg-header-content nav ul li.contact a {
    margin-top: 6px;
    display: inline-block;
    text-decoration: underline;
    letter-spacing: 0.15em;
  }
  header .plg-header-content nav.scroll {
    top: 60px;
  }
  .plg-header-slideshow .icon-scroll,
  .plg-header-slideshow .icon-scroll:before {
    position: absolute;
    left: 50%;
    bottom: 40px;
  }
  #plg-homesection1 .plg-h1-content .plg-h1-plusicon {
    width: 50px;
    top: 0;
    -webkit-transform: translate(0, -60%);
        -ms-transform: translate(0, -60%);
            transform: translate(0, -60%);
  }
  #plg-homesection1 .plg-h1-content .plg-h1-text h1 {
    font-size: 34px;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-subnav ul li {
    display: block;
    margin: 20px 0;
    position: relative;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-subnav ul li:after {
    content: '\2022';
    /*width: 2.5px;
                            height: 2.5px;*/
    position: absolute;
    left: 50%;
    bottom: -7.5px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    /*background-color: @black;*/
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    color: #000;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-subnav ul li a {
    line-height: 1;
    display: block;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-subnav ul li a:after {
    display: none;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-subnav ul li:first-of-type {
    margin-top: 0;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-subnav ul li:last-of-type {
    margin-bottom: 0;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-subnav ul li:last-of-type:after {
    display: none;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-grid {
    padding-left: 0;
    padding-right: 0;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    width: 100%;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-grid.fullwidth {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-grid.fullwidth.count1 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-grid.fullwidth.count2 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-grid.fullwidth.count4 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-grid.count1 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    width: 100%;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-grid.count2 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    width: 100%;
  }
  #plg-categorysection1 .plg-c1-content .plg-c1-grid.count4 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    width: 100%;
  }
  #plg-contactsection1 .plg-plusicon {
    width: 50px;
  }
  #plg-oversection6 .plg-o6-content ol li {
    width: 100%;
  }
  #plg-vacaturesection1 {
    width: 100%;
  }
  #form .plg-form-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
  }
  #form label {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #form label.fullwidth {
    margin: 0;
  }
}

.member {
  margin: auto;
  width: 80%;
  text-align: center;
  margin-top: 50px;
  padding: 10px;
}
