@charset "UTF-8";
/* Google fonts locally installed */
@font-face {
  font-family: "Barlow";
  src: url("../../assets/fonts/Barlow-Regular.woff2") format("woff2"), url("../../assets/fonts/Barlow-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../../assets/fonts/Barlow-Medium.woff2") format("woff2"), url("../../assets/fonts/Barlow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../../assets/fonts/Barlow-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Barlow-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../../assets/fonts/Barlow-Bold.woff2") format("woff2"), url("../../assets/fonts/Barlow-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../../assets/fonts/Barlow-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/Barlow-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
/* Icomoon Icons Font */
@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?ubb297");
  src: url("../../assets/fonts/icomoon.eot?ubb297#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.woff2?ubb297") format("woff2"), url("../../assets/fonts/icomoon.ttf?ubb297") format("truetype"), url("../../assets/fonts/icomoon.woff?ubb297") format("woff"), url("../../assets/fonts/icomoon.svg?ubb297#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down-16px:before {
  content: "";
}

.icon-arrow-left-16px:before {
  content: "";
}

.icon-arrow-pulldown-16px:before {
  content: "";
}

.icon-arrow-right-16px:before {
  content: "";
}

.icon-arrow-up-16px:before {
  content: "";
}

.icon-chat-16px:before {
  content: "";
}

.icon-check-16px:before {
  content: "";
}

.icon-close-16px:before {
  content: "";
}

.icon-computer-16px:before {
  content: "";
}

.icon-doc-16px:before {
  content: "";
}

.icon-external-16px:before {
  content: "";
}

.icon-facebook-16px:before {
  content: "";
}

.icon-hamburger-16px:before {
  content: "";
}

.icon-instagram-16px:before {
  content: "";
}

.icon-linkedin-16px:before {
  content: "";
}

.icon-location-16px:before {
  content: "";
}

.icon-minus-16px:before {
  content: "";
}

.icon-phone-16px:before {
  content: "";
}

.icon-play-16px:before {
  content: "";
}

.icon-plus-16px:before {
  content: "";
}

.icon-search-16px:before {
  content: "";
}

.icon-send-16px:before {
  content: "";
}

.icon-arrow-down-24px:before {
  content: "";
}

.icon-arrow-left-24px:before {
  content: "";
}

.icon-arrow-pulldown-24px:before {
  content: "";
}

.icon-arrow-right-24px:before {
  content: "";
}

.icon-arrow-up-24px:before {
  content: "";
}

.icon-chat-24px:before {
  content: "";
}

.icon-check-24px:before {
  content: "";
}

.icon-close-24px:before {
  content: "";
}

.icon-computer-24px:before {
  content: "";
}

.icon-doc-24px:before {
  content: "";
}

.icon-external-24px:before {
  content: "";
}

.icon-facebook-24px:before {
  content: "";
}

.icon-hamburger-24px:before {
  content: "";
}

.icon-instagram-24px:before {
  content: "";
}

.icon-linkedin-24px:before {
  content: "";
}

.icon-location-24px:before {
  content: "";
}

.icon-minus-24px:before {
  content: "";
}

.icon-phone-24px:before {
  content: "";
}

.icon-play-24px:before {
  content: "";
}

.icon-plus-24px:before {
  content: "";
}

.icon-search-24px:before {
  content: "";
}

.icon-send-24px:before {
  content: "";
}

.icon-arrow-down-32px:before {
  content: "";
}

.icon-arrow-left-32px:before {
  content: "";
}

.icon-arrow-pulldown-32px:before {
  content: "";
}

.icon-arrow-right-32px:before {
  content: "";
}

.icon-arrow-up-32px:before {
  content: "";
}

.icon-chat-32px:before {
  content: "";
}

.icon-check-32px:before {
  content: "";
}

.icon-close-32px:before {
  content: "";
}

.icon-computer-32px:before {
  content: "";
}

.icon-doc-32px:before {
  content: "";
}

.icon-external-32px:before {
  content: "";
}

.icon-facebook-32px:before {
  content: "";
}

.icon-hamburger-32px:before {
  content: "";
}

.icon-instagram-32px:before {
  content: "";
}

.icon-linkedin-32px:before {
  content: "";
}

.icon-location-32px:before {
  content: "";
}

.icon-minus-32px:before {
  content: "";
}

.icon-phone-32px:before {
  content: "";
}

.icon-play-32px:before {
  content: "";
}

.icon-plus-32px:before {
  content: "";
}

.icon-search-32px:before {
  content: "";
}

.icon-send-32px:before {
  content: "";
}

i:before {
  color: inherit;
}

/* Function */
/* CSS Variables */
/* Default Classes */
.clear {
  clear: both;
}

.nolistyle {
  list-style: none;
}

.default-hide {
  opacity: 0;
}

.default_content_ani {
  opacity: 0;
  margin-top: 60px;
  animation-duration: 1600ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: default_content_ani;
}
@-webkit-keyframes default_content_ani {
  0% {
    margin-top: 60px;
    opacity: 0;
  }
  80% {
    margin-top: 60px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
@-moz-keyframes default_content_ani {
  0% {
    margin-top: 60px;
    opacity: 0;
  }
  80% {
    margin-top: 60px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
@-o-keyframes default_content_ani {
  0% {
    margin-top: 60px;
    opacity: 0;
  }
  80% {
    margin-top: 60px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes default_content_ani {
  0% {
    margin-top: 60px;
    opacity: 0;
  }
  80% {
    margin-top: 60px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}

/* base lines colors */
.white-line {
  background-color: #ffffff;
  width: 100%;
  height: 4px;
}

.green-line {
  background-color: #82AF29;
  width: 100%;
  height: 4px;
}

.black-line {
  background-color: #2A302D;
  width: 100%;
  height: 4px;
}

#content.site-content {
  padding-top: 0px;
}

article .entry-content {
  margin-top: 0px;
}

.lastblock {
  float: left;
  width: 100%;
  position: absolute !important;
  z-index: 100;
}

.desktop {
  display: none;
}

.ipad {
  display: block !important;
}

.mobile {
  display: none !important;
}

.heading.black-green {
  color: #2A302D;
}
.heading.black-green strong {
  color: #82AF29;
}
.heading.black-white {
  color: #2A302D;
}
.heading.black-white strong {
  color: #ffffff;
}

/* short left lines animation */
.content-line-cut.left {
  position: absolute;
  bottom: -30px;
  left: 0px;
  z-index: 8;
  width: 180px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  opacity: 0;
  animation-duration: 400ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: clinecutleft-before;
}
.content-line-cut.left.active {
  animation-name: clinecutleft;
}
@-webkit-keyframes clinecutleft-before {
  0% {
    left: 0px;
    bottom: -30px;
    opacity: 1;
  }
  100% {
    left: -210px;
    bottom: -152px;
    opacity: 0;
  }
}
@-moz-keyframes clinecutleft-before {
  0% {
    left: 0px;
    bottom: -30px;
    opacity: 1;
  }
  100% {
    left: -210px;
    bottom: -152px;
    opacity: 0;
  }
}
@-o-keyframes clinecutleft-before {
  0% {
    left: 0px;
    bottom: -30px;
    opacity: 1;
  }
  100% {
    left: -210px;
    bottom: -152px;
    opacity: 0;
  }
}
@keyframes clinecutleft-before {
  0% {
    left: 0px;
    bottom: -30px;
    opacity: 1;
  }
  100% {
    left: -210px;
    bottom: -152px;
    opacity: 0;
  }
}
@-webkit-keyframes clinecutleft {
  0% {
    left: -210px;
    bottom: -152px;
    opacity: 0;
  }
  100% {
    left: 0px;
    bottom: -30px;
    opacity: 1;
  }
}
@-moz-keyframes clinecutleft {
  0% {
    left: -210px;
    bottom: -152px;
    opacity: 0;
  }
  100% {
    left: 0px;
    bottom: -30px;
    opacity: 1;
  }
}
@-o-keyframes clinecutleft {
  0% {
    left: -210px;
    bottom: -152px;
    opacity: 0;
  }
  100% {
    left: 0px;
    bottom: -30px;
    opacity: 1;
  }
}
@keyframes clinecutleft {
  0% {
    left: -210px;
    bottom: -152px;
    opacity: 0;
  }
  100% {
    left: 0px;
    bottom: -30px;
    opacity: 1;
  }
}

.content-line-cut.right {
  position: absolute;
  top: -240px;
  right: -400px;
  z-index: 8;
  width: 180px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  opacity: 0;
  animation-duration: 400ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: clinecutright-before;
}
.content-line-cut.right.active {
  animation-name: clinecutright;
}
@-webkit-keyframes clinecutright-before {
  0% {
    left: auto;
    top: -20px;
    right: -20px;
    opacity: 1;
  }
  100% {
    left: auto;
    top: -240px;
    right: -400px;
    opacity: 0;
  }
}
@-moz-keyframes clinecutright-before {
  0% {
    left: auto;
    top: -20px;
    right: -20px;
    opacity: 1;
  }
  100% {
    left: auto;
    top: -240px;
    right: -400px;
    opacity: 0;
  }
}
@-o-keyframes clinecutright-before {
  0% {
    left: auto;
    top: -20px;
    right: -20px;
    opacity: 1;
  }
  100% {
    left: auto;
    top: -240px;
    right: -400px;
    opacity: 0;
  }
}
@keyframes clinecutright-before {
  0% {
    left: auto;
    top: -20px;
    right: -20px;
    opacity: 1;
  }
  100% {
    left: auto;
    top: -240px;
    right: -400px;
    opacity: 0;
  }
}
@-webkit-keyframes clinecutright {
  0% {
    left: auto;
    top: -240px;
    right: -400px;
    opacity: 0;
  }
  100% {
    left: auto;
    top: -20px;
    right: -20px;
    opacity: 1;
  }
}
@-moz-keyframes clinecutright {
  0% {
    left: auto;
    top: -240px;
    right: -400px;
    opacity: 0;
  }
  100% {
    left: auto;
    top: -20px;
    right: -20px;
    opacity: 1;
  }
}
@-o-keyframes clinecutright {
  0% {
    left: auto;
    top: -240px;
    right: -400px;
    opacity: 0;
  }
  100% {
    left: auto;
    top: -20px;
    right: -20px;
    opacity: 1;
  }
}
@keyframes clinecutright {
  0% {
    left: auto;
    top: -240px;
    right: -400px;
    opacity: 0;
  }
  100% {
    left: auto;
    top: -20px;
    right: -20px;
    opacity: 1;
  }
}

#detailpage-sidebar .sidebar-green-right-line {
  position: absolute;
  top: 10px;
  right: -180px;
  z-index: 8;
  width: 300px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: detailpage-sidebar-action-before;
}
#detailpage-sidebar.active .sidebar-green-right-line {
  animation-name: detailpage-sidebar-action;
}
@-webkit-keyframes detailpage-sidebar-action-before {
  0% {
    top: 10px;
    right: -180px;
    opacity: 1;
  }
  100% {
    top: -310px;
    right: -734px;
    opacity: 0;
  }
}
@-moz-keyframes detailpage-sidebar-action-before {
  0% {
    top: 10px;
    right: -180px;
    opacity: 1;
  }
  100% {
    top: -310px;
    right: -734px;
    opacity: 0;
  }
}
@-o-keyframes detailpage-sidebar-action-before {
  0% {
    top: 10px;
    right: -180px;
    opacity: 1;
  }
  100% {
    top: -310px;
    right: -734px;
    opacity: 0;
  }
}
@keyframes detailpage-sidebar-action-before {
  0% {
    top: 10px;
    right: -180px;
    opacity: 1;
  }
  100% {
    top: -310px;
    right: -734px;
    opacity: 0;
  }
}
@-webkit-keyframes detailpage-sidebar-action {
  0% {
    top: -310px;
    right: -734px;
    opacity: 0;
  }
  100% {
    top: 10px;
    right: -180px;
    opacity: 1;
  }
}
@-moz-keyframes detailpage-sidebar-action {
  0% {
    top: -310px;
    right: -734px;
    opacity: 0;
  }
  100% {
    top: 10px;
    right: -180px;
    opacity: 1;
  }
}
@-o-keyframes detailpage-sidebar-action {
  0% {
    top: -310px;
    right: -734px;
    opacity: 0;
  }
  100% {
    top: 10px;
    right: -180px;
    opacity: 1;
  }
}
@keyframes detailpage-sidebar-action {
  0% {
    top: -310px;
    right: -734px;
    opacity: 0;
  }
  100% {
    top: 10px;
    right: -180px;
    opacity: 1;
  }
}

/* Margin */
.margin-left10 {
  margin-left: 10px;
}

.margin-left20 {
  margin-left: 20px;
}

.margin-left30 {
  margin-left: 30px;
}

.margin-left40 {
  margin-left: 40px;
}

.margin-left50 {
  margin-left: 50px;
}

.margin-right10 {
  margin-right: 10px;
}

.margin-right20 {
  margin-right: 20px;
}

.margin-right30 {
  margin-right: 30px;
}

.margin-right40 {
  margin-right: 40px;
}

.margin-right50 {
  margin-right: 50px;
}

/* Padding */
.padding-left-60 {
  padding-left: 60px !important;
}

.padding-right-60 {
  padding-right: 60px;
}

/* SVG Support */
.wpb_content_element.svg-support {
  margin-bottom: 20px;
}
.wpb_content_element.svg-support img {
  width: 100%;
}

/* Default H Tags */
h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow";
  text-transform: uppercase;
  font-weight: 700;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700;
  color: #82AF29;
  padding: 0px 0px;
}

h1 {
  font-size: 80px !important;
  line-height: 80px !important;
}

h2 {
  font-size: 44px !important;
  line-height: 44px !important;
}

h3 {
  font-size: 34px !important;
  line-height: 34px !important;
}

h4 {
  font-size: 26px !important;
  line-height: 26px !important;
}

h5 {
  font-size: 20px !important;
  line-height: 20px !important;
}

h6 {
  font-size: 16px !important;
  line-height: 16px !important;
}

.text34, .text26, .text22, .text14 {
  font-weight: 400;
  font-family: "Barlow";
  color: #2A302D;
  padding-right: 20%;
}
.text34 strong,
.text34 em, .text26 strong,
.text26 em, .text22 strong,
.text22 em, .text14 strong,
.text14 em {
  font-weight: 400;
  color: #ffffff;
  font-style: inherit;
  padding: 0px 6px;
}
.text34 strong, .text26 strong, .text22 strong, .text14 strong {
  background-color: #82AF29;
}
.text34 em, .text26 em, .text22 em, .text14 em {
  background-color: #2A302D;
}
.text34 a, .text26 a, .text22 a, .text14 a {
  color: #82AF29;
}
.text34 a:hover, .text26 a:hover, .text22 a:hover, .text14 a:hover {
  color: #82AF29;
  text-decoration: underline;
}

.text34 {
  font-size: 34px;
  line-height: 44px;
}

.text26 {
  font-size: 26px;
  line-height: 34px;
}

.text22 {
  font-size: 22px;
  line-height: 34px;
  padding-right: 20%;
}
.text22.justcolor strong {
  background-color: transparent;
  color: #82AF29;
}
.text22 h4 {
  text-transform: unset;
  line-height: 36px !important;
}

.text14 {
  font-size: 14px;
  line-height: 18px;
}

.text14 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Barlow";
  color: #9FA2A0;
  margin-top: 6px;
}
.text14.head20 strong {
  background-color: transparent;
  font-size: 20px;
  line-height: 42px;
  font-weight: 700;
  color: #2A302D;
  margin-bottom: 10px;
}

.plist ul {
  list-style: none;
}
.plist ul li {
  font-size: 22px;
  line-height: 38px;
  position: relative;
}
.plist ul li:before {
  content: "";
  height: 32px;
  width: 32px;
  position: absolute;
  top: 3px;
  left: -40px;
  font-family: icomoon;
  color: #82AF29;
  font-size: 32px;
}

/* Default Button */
.c_button {
  display: block;
  float: left;
  margin-top: 12px;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
}
.c_button .inner {
  position: relative;
  text-decoration: none;
  font-weight: 600;
  display: block;
  clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
}
.c_button .inner:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  right: 40px;
  top: 10px;
  z-index: 11;
  opacity: 0.3;
}
.c_button .inner i {
  font-size: 24px;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.c_button.border {
  clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
}
.c_button.border .inner {
  clip-path: polygon(100% 0, 100% 68%, 90% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 68%, 90% 100%, 0 100%, 0 0);
  height: 36px;
  padding: 2px 60px 0px 16px;
}
.c_button.size40 .inner {
  font-size: 20px;
  height: 40px;
  padding: 4px 60px 0px 16px;
  line-height: 28px;
  font-family: "Barlow";
}
.c_button.size40 .inner:before {
  height: 20px;
  width: 2px;
  right: 44px;
  top: 10px;
}
.c_button.size40 .inner i {
  right: 10px;
  top: 8px;
}
.c_button.size40.border {
  height: 40px;
}
.c_button.size40.border .inner {
  height: 36px;
  padding: 2px 60px 0px 16px;
  line-height: 32px;
  font-family: "Barlow";
}
.c_button.size40.border .inner:before {
  top: 8px;
}
.c_button.size40.border .inner i {
  top: 6px;
}
.c_button.size50 .inner {
  font-size: 26px;
  height: 50px;
  padding: 4px 60px 0px 16px;
  line-height: 38px;
  font-family: "Barlow";
}
.c_button.size50 .inner:before {
  height: 20px;
  width: 2px;
  right: 44px;
  top: 14px;
}
.c_button.size50 .inner i {
  right: 10px;
  top: 13px;
}
.c_button.size50.border {
  height: 50px;
}
.c_button.size50.border .inner {
  height: 46px;
  padding: 2px 60px 0px 16px;
  line-height: 38px;
  font-family: "Barlow";
}
.c_button.size50.border .inner:before {
  top: 12px;
}
.c_button.size50.border .inner i {
  top: 11px;
}
.c_button.size60 .inner {
  font-size: 34px;
  height: 60px;
  padding: 4px 60px 0px 16px;
  line-height: 50px;
  font-family: "Barlow";
}
.c_button.size60 .inner:before {
  height: 26px;
  width: 2px;
  right: 44px;
  top: 17px;
}
.c_button.size60 .inner i {
  right: 10px;
  top: 18px;
}
.c_button.size60.border {
  height: 60px;
}
.c_button.size60.border .inner {
  height: 56px;
  padding: 2px 60px 0px 16px;
  line-height: 50px;
  font-family: "Barlow";
}
.c_button.size60.border .inner:before {
  top: 15px;
}
.c_button.size60.border .inner i {
  top: 16px;
}
.c_button.green .inner {
  background-color: #82AF29;
  color: #ffffff;
}
.c_button.green .inner:before {
  background-color: #ffffff;
}
.c_button.green.border {
  border: 2px solid #82AF29 !important;
  background-color: #82AF29 !important;
}
.c_button.green:hover .inner {
  background-color: #ffffff;
  color: #82AF29;
}
.c_button.green:hover .inner:before {
  background-color: #82AF29;
}
.c_button.green.white .inner {
  background-color: #ffffff;
  color: #82AF29;
}
.c_button.green.white .inner:before {
  background-color: #82AF29;
}
.c_button.green.white:hover .inner {
  background-color: #82AF29;
  color: #ffffff;
}
.c_button.green.white:hover .inner:before {
  background-color: #ffffff;
}
.c_button.green.white.border {
  border: 2px solid #82AF29 !important;
}
.c_button.orange .inner {
  background-color: #F17100;
  color: #ffffff;
}
.c_button.orange .inner:before {
  background-color: #ffffff;
}
.c_button.orange.border {
  border: 2px solid #F17100 !important;
  background-color: #F17100 !important;
}
.c_button.orange:hover .inner {
  background-color: #ffffff;
  color: #F17100;
}
.c_button.orange:hover .inner:before {
  background-color: #F17100;
}
.c_button.dark .inner {
  background-color: #2A302D;
  color: #ffffff;
}
.c_button.dark .inner:before {
  background-color: #ffffff;
}
.c_button.dark.border {
  border: 2px solid #2A302D !important;
  background-color: #2A302D !important;
}
.c_button.noicon a {
  padding: 12px 20px 11px 20px !important;
}
.c_button.noicon a:before {
  opacity: 0 !important;
}
.c_button.noicon:hover a:before {
  opacity: 0 !important;
}

.headercontact {
  margin-top: 0px;
  margin-left: 20px;
  line-height: 12px;
}

/* The progress container */
.green-progress-container {
  width: 100%;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
}
.green-progress-container .green-progress-bar {
  height: 3px;
  background: #82AF29;
  width: 0%;
}

body .container {
  max-width: 1440px;
  padding: 0px 40px;
}

/* Header */
header#masthead {
  background-color: #ffffff;
  height: 100px;
  padding: 1.8rem 0rem;
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.09), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 101;
  /* Mega menu */
}
header#masthead .container {
  max-width: 1440px;
  padding: 0px 20px;
}
header#masthead .container .navbar .topmenu-content-cover {
  display: flex;
  float: right;
  flex-basis: auto;
  /* BurgerMenu */
}
header#masthead .container .navbar .topmenu-content-cover .burgermenu {
  width: 40px;
  height: 40px;
  margin-left: 24px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
header#masthead .container .navbar .topmenu-content-cover .burgermenu > div {
  width: 30px;
  height: 4px;
  position: absolute;
  background-color: #82AF29;
  z-index: 12;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
}
header#masthead .container .navbar .topmenu-content-cover .burgermenu .first {
  top: 8px;
  left: 6px;
}
header#masthead .container .navbar .topmenu-content-cover .burgermenu .second {
  top: 18px;
  left: 6px;
}
header#masthead .container .navbar .topmenu-content-cover .burgermenu .third {
  width: 12px;
  top: 28px;
  left: 6px;
}
header#masthead .container .navbar .topmenu-content-cover .burgermenu.active .first {
  top: 18px;
  left: 6px;
  transform: rotate(45deg);
}
header#masthead .container .navbar .topmenu-content-cover .burgermenu.active .second {
  top: 18px;
  left: 6px;
  transform: rotate(-45deg);
}
header#masthead .container .navbar .topmenu-content-cover .burgermenu.active .third {
  left: 46px;
}
header#masthead .container .navbar #main-nav > ul > li {
  margin: 0px 12px;
}
header#masthead .container .navbar #main-nav > ul > li a {
  color: #2A302D;
  font-size: 20px;
  line-height: 42px;
  font-weight: bold;
  padding: 0px 16px;
  font-family: "Barlow";
}
header#masthead .container .navbar #main-nav > ul > li a:hover {
  color: #82AF29;
}
header#masthead .cmega-menu {
  width: 100%;
  height: 274px;
  position: absolute;
  top: 99px;
  left: 0px;
  background-color: #ffffff;
  z-index: 12;
  display: none;
  font-size: 20px;
  line-height: 42px;
  font-weight: 400;
  font-family: "Barlow";
}
header#masthead .cmega-menu.active {
  display: block;
}
header#masthead .cmega-menu .container {
  border-top: thin solid #eeeeee;
  padding-top: 16px;
}
header#masthead .cmega-menu .container .row {
  overflow: hidden;
  position: relative;
  /* Mega menu - Bel Ons Block */
}
header#masthead .cmega-menu .container .row .bel-ons-menu {
  background-color: #F9F9F9;
  height: 140px;
  padding: 20px;
  margin-top: 20px;
}
header#masthead .cmega-menu .container .row .bel-ons-menu .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Barlow";
  color: #2A302D;
}
header#masthead .cmega-menu .container .row .bel-ons-menu .number {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Barlow";
  color: #82AF29;
}
header#masthead .cmega-menu .container .row .bel-ons-menu .meer {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 12px;
  font-family: "Barlow";
  color: #82AF29;
  position: relative;
  padding-left: 22px;
  display: block;
}
header#masthead .cmega-menu .container .row .bel-ons-menu .meer:before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 1px;
  left: 0px;
  font-family: icomoon;
}
header#masthead .cmega-menu .container .row .menu-person-line {
  width: 500px;
  height: 300px;
  position: absolute;
  top: 76px;
  right: -270px;
  background-color: #ffffff;
  z-index: 15;
  transform: rotate(-30deg);
  opacity: 1;
  border-top: 4px solid #82AF29;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: menu-person-line-animation;
}
@-webkit-keyframes menu-person-line-animation {
  0% {
    top: -84px;
    right: -550px;
    opacity: 0;
  }
  45% {
    top: -84px;
    right: -550px;
    opacity: 0;
  }
  60% {
    top: 76px;
    right: -270px;
    opacity: 1;
  }
  100% {
    top: 76px;
    right: -270px;
    opacity: 1;
  }
}
@-moz-keyframes menu-person-line-animation {
  0% {
    top: -84px;
    right: -550px;
    opacity: 0;
  }
  45% {
    top: -84px;
    right: -550px;
    opacity: 0;
  }
  60% {
    top: 76px;
    right: -270px;
    opacity: 1;
  }
  100% {
    top: 76px;
    right: -270px;
    opacity: 1;
  }
}
@-o-keyframes menu-person-line-animation {
  0% {
    top: -84px;
    right: -550px;
    opacity: 0;
  }
  45% {
    top: -84px;
    right: -550px;
    opacity: 0;
  }
  60% {
    top: 76px;
    right: -270px;
    opacity: 1;
  }
  100% {
    top: 76px;
    right: -270px;
    opacity: 1;
  }
}
@keyframes menu-person-line-animation {
  0% {
    top: -84px;
    right: -550px;
    opacity: 0;
  }
  45% {
    top: -84px;
    right: -550px;
    opacity: 0;
  }
  60% {
    top: 76px;
    right: -270px;
    opacity: 1;
  }
  100% {
    top: 76px;
    right: -270px;
    opacity: 1;
  }
}
header#masthead .cmega-menu .container .row .menu-person {
  width: 205px;
  height: 186px;
  position: absolute;
  top: 14px;
  right: 90px;
  z-index: 14;
  opacity: 1;
  background-image: url("../img/header/menu-person.png");
  background-repeat: no-repeat;
  background-size: 205px 186px;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: menu-person-animation;
}
@-webkit-keyframes menu-person-animation {
  0% {
    top: 286px;
    right: 68px;
  }
  65% {
    top: 286px;
    right: 68px;
  }
  100% {
    top: 7px;
    right: 68px;
  }
}
@-moz-keyframes menu-person-animation {
  0% {
    top: 286px;
    right: 68px;
  }
  65% {
    top: 286px;
    right: 68px;
  }
  100% {
    top: 7px;
    right: 68px;
  }
}
@-o-keyframes menu-person-animation {
  0% {
    top: 286px;
    right: 68px;
  }
  65% {
    top: 286px;
    right: 68px;
  }
  100% {
    top: 7px;
    right: 68px;
  }
}
@keyframes menu-person-animation {
  0% {
    top: 286px;
    right: 68px;
  }
  65% {
    top: 286px;
    right: 68px;
  }
  100% {
    top: 7px;
    right: 68px;
  }
}
header#masthead .cmega-menu .container .row .xani1 {
  left: 700px;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: xani1action;
}
@-webkit-keyframes xani1action {
  5% {
    left: 700px;
  }
  40% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}
@-moz-keyframes xani1action {
  5% {
    left: 700px;
  }
  40% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}
@-o-keyframes xani1action {
  5% {
    left: 700px;
  }
  40% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}
@keyframes xani1action {
  5% {
    left: 700px;
  }
  40% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}
header#masthead .cmega-menu .container .menulinks .desktop-col1-menu li a,
header#masthead .cmega-menu .container .menulinks .desktop-col2-menu li a {
  color: #2A302D;
  font-size: 20px;
  line-height: 20px;
}
header#masthead .cmega-menu .container .menulinks ul {
  list-style: none;
  padding-left: 0px;
}
header#masthead .cmega-menu .container .menulinks ul li {
  cursor: pointer;
}
header#masthead.sticky {
  height: 70px;
  padding: 0.8rem 1rem;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1000;
}
header#masthead.sticky .cmega-menu {
  top: 69px;
}

.sticky + #stickyfix {
  padding-top: 100px;
}

/* Header Animationg */
.home .site-header {
  top: -100px;
  animation-duration: 8000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: top-header-base-animation;
}
@-webkit-keyframes top-header-base-animation {
  0% {
    top: -100px;
  }
  5% {
    top: -100px;
  }
  12% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@-moz-keyframes top-header-base-animation {
  0% {
    top: -100px;
  }
  5% {
    top: -100px;
  }
  12% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@-o-keyframes top-header-base-animation {
  0% {
    top: -100px;
  }
  5% {
    top: -100px;
  }
  12% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@keyframes top-header-base-animation {
  0% {
    top: -100px;
  }
  5% {
    top: -100px;
  }
  12% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}

/* Footer  */
#footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: -1;
  opacity: 0;
}
#footer .bigfooter {
  height: 660px;
  background-color: #ffffff;
}
#footer .bigfooter .row {
  background-color: #3F4442;
  margin-right: 0px;
  margin-left: 0px;
  height: 100%;
}
#footer .bigfooter .row .footercontent {
  width: 100%;
  float: right;
}
#footer .bigfooter .row .footercontent .footerlogo {
  width: 100%;
  height: 65px;
  float: right;
  margin-top: 260px;
  text-align: right;
}
#footer .bigfooter .row .footercontent .footerlogo a {
  display: block;
  float: right;
}
#footer .bigfooter .row .footercontent .widget {
  margin: 0px;
}
#footer .bigfooter .row .footercontent .widget .footerbuttons {
  float: right;
}
#footer .bigfooter .row .footercontent .line {
  width: 80%;
  float: right;
  height: 1px;
  background-color: #4C4C4C;
  margin: 26px 0px;
}
#footer .bigfooter .row .footercontent .big-footer-menu {
  float: right;
  width: 80%;
}
#footer .bigfooter .row .footercontent .big-footer-menu .big-footer-menu-cover {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
#footer .bigfooter .row .footercontent .big-footer-menu .big-footer-menu-cover ul {
  list-style: none;
  padding-left: 0px;
}
#footer .bigfooter .row .footercontent .big-footer-menu .big-footer-menu-cover ul li {
  float: left;
  width: 33%;
  padding-left: 26px;
  position: relative;
  margin-bottom: 6px;
}
#footer .bigfooter .row .footercontent .big-footer-menu .big-footer-menu-cover ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #9FA2A0;
  font-weight: 400;
  font-family: "Barlow";
}
#footer .bigfooter .row .footercontent .big-footer-menu .big-footer-menu-cover ul li:before {
  content: "";
  height: 16px;
  width: 16px;
  font-family: icomoon;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #9FA2A0;
}
#footer .bigfooter .row .footercontent .newsletter {
  float: right;
  width: 80%;
  position: relative;
}
#footer .bigfooter .row .footercontent .newsletter .nf-form-cont {
  float: left;
}
#footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout {
  position: relative;
}
#footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap {
  float: left;
}
#footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-label {
  float: left;
  width: 140px;
}
#footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-label label {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Barlow";
  line-height: 32px;
}
#footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-element {
  float: left;
  width: 250px;
}
#footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-element input {
  line-height: 32px;
  height: 32px;
  background-color: #2A302D;
  border: none;
  color: #eeeeee;
  font-size: 13px;
  clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
}
#footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .submit-container {
  position: absolute;
  top: 0px;
  right: 0px;
}
#footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .submit-container .submit-wrap {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 10px;
}
#footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .submit-container .submit-wrap .nf-field-element input {
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0px;
  right: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% 100%;
  z-index: 1;
}
#footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .submit-container .submit-wrap .nf-field-element input:hover {
  background-color: transparent;
}
#footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .submit-container .submit-wrap .nf-field-element:before {
  content: "";
  height: 16px;
  width: 16px;
  font-family: icomoon;
  position: absolute;
  left: 8px;
  top: 3px;
  color: #82AF29;
  z-index: 0;
  margin-left: 0px;
}
#footer .bigfooter .row .footercontent .newsletter .het-laatste {
  width: 243px;
  height: 84px;
  position: absolute;
  top: -60px;
  left: -270px;
  background-image: url("../img/footer/het-laatste.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% 100%;
}
#footer .bigfooter .row .footercontent .newsletter .nf-before-form-content,
#footer .bigfooter .row .footercontent .newsletter .nf-after-form-content,
#footer .bigfooter .row .footercontent .newsletter .ninja-forms-req-symbol {
  display: none;
}
#footer .bigfooter .row .footercontent .newsletter .nf-error-wrap.nf-error {
  float: left;
  margin-left: 140px;
  font-size: 12px;
}
#footer .bigfooter .row .footercontent .newsletter .nf-error.field-wrap .nf-field-element:after {
  background: #e80000;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 14px;
  content: "";
  position: absolute;
  top: 1px;
  right: 37px;
  bottom: 1px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.5s;
}
#footer .bigfooter .row .footercontent .newsletter .nf-pass.field-wrap .nf-field-element:after {
  color: #82AF29;
  font-family: FontAwesome;
  font-size: 18px;
  content: "";
  position: absolute;
  top: -2;
  right: 44px;
  height: 50px;
  line-height: 36px;
  transition: all 0.5s;
}
#footer .bigfooter .row .pright {
  padding-right: 60px;
}
#footer .lastfooter {
  height: 80px;
}
#footer .lastfooter .row .last-footer-menu-cover {
  display: table;
  text-align: center;
  width: 100%;
}
#footer .lastfooter .row .last-footer-menu-cover #menu-last-footer-menu {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
  line-height: 74px;
  display: inline-block;
  float: none;
}
#footer .lastfooter .row .last-footer-menu-cover #menu-last-footer-menu li {
  float: left;
  padding: 0px 18px;
}
#footer .lastfooter .row .last-footer-menu-cover #menu-last-footer-menu li a {
  color: #9FA2A0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Barlow";
}
#footer .lastfooter .row .last-footer-menu-cover #menu-last-footer-menu li.disable a {
  pointer-events: none;
  cursor: default;
}
#footer .lastfooter .row .pright {
  padding-right: 60px;
}
#footer .lastfooter .row .pright .social a {
  width: 32px;
  height: 32px;
  float: right;
  margin: 24px 1px;
  background-position: 9px 9px;
  font-size: 32px;
  line-height: 32px;
  text-decoration: none;
  color: #82AF29;
}
#footer .lastfooter .row .pright .social a i:before {
  color: "Barlow";
}
#footer.active {
  opacity: 1;
}

.footer-action {
  height: 0px;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
}
.footer-action .trigg {
  height: 0px;
  right: 0px;
  position: absolute;
  top: -360px;
}

.footerline {
  margin-top: 0px;
}
.footerline .container {
  position: relative;
}
.footerline .container:before {
  content: "";
  width: 100%;
  height: 740px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  background-image: url(../img/footer/footerline.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  clip-path: polygon(0 0, 100% 0%, 100% 2%, 0 114%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 2%, 0 114%);
}
.footerline .container .backtotop {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 60px;
  right: 120px;
  z-index: 10;
  background-image: url(../img/home/backtotop.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
}

#content.site-content {
  padding-bottom: 300px !important;
  margin-bottom: -300px !important;
  overflow: hidden;
}
#content.site-content .container {
  background-color: #ffffff;
  max-width: 1440px;
  padding: 0px 40px;
}
#content:before, #content:after {
  content: "";
  height: 100vh;
  width: 20px;
  position: fixed;
  top: 0px;
  background-color: #ffffff;
  z-index: 100;
}
#content:before {
  left: 0px;
}
#content:after {
  right: 0px;
}

/* Default Header AND FOOTER END */
.default-header-500,
.default-header-400 {
  height: 500px;
  padding-bottom: 0px;
  padding-top: 0px !important;
  overflow: unset !important;
  margin-bottom: 90px;
  opacity: 0;
  animation-duration: 8000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: default-header-bg-ani;
}
@-webkit-keyframes default-header-bg-ani {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes default-header-bg-ani {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes default-header-bg-ani {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes default-header-bg-ani {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.default-header-500 .vc_column_container,
.default-header-500 .vc_column_container .vc_column-inner,
.default-header-400 .vc_column_container,
.default-header-400 .vc_column_container .vc_column-inner {
  height: 500px;
  padding-bottom: 0px;
  padding-top: 0px !important;
}
.default-header-500:before,
.default-header-400:before {
  content: "";
  height: 265px;
  width: 459px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 8;
  background-image: url(../img/bigheader/header-rightbottom-cut.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
}
.default-header-500 .vc_column_container .vc_column-inner .heading,
.default-header-400 .vc_column_container .vc_column-inner .heading {
  text-align: left;
  position: absolute;
  bottom: 43px;
  left: 70px;
  margin-bottom: 0px;
  z-index: 9;
  animation-duration: 8000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: header-heading-text;
}
@-webkit-keyframes header-heading-text {
  0% {
    bottom: 43px;
    left: -1800px;
  }
  18% {
    bottom: 43px;
    left: -1800px;
  }
  23% {
    bottom: 43px;
    left: 70px;
  }
  100% {
    bottom: 43px;
    left: 70px;
  }
}
@-moz-keyframes header-heading-text {
  0% {
    bottom: 43px;
    left: -1800px;
  }
  18% {
    bottom: 43px;
    left: -1800px;
  }
  23% {
    bottom: 43px;
    left: 70px;
  }
  100% {
    bottom: 43px;
    left: 70px;
  }
}
@-o-keyframes header-heading-text {
  0% {
    bottom: 43px;
    left: -1800px;
  }
  18% {
    bottom: 43px;
    left: -1800px;
  }
  23% {
    bottom: 43px;
    left: 70px;
  }
  100% {
    bottom: 43px;
    left: 70px;
  }
}
@keyframes header-heading-text {
  0% {
    bottom: 43px;
    left: -1800px;
  }
  18% {
    bottom: 43px;
    left: -1800px;
  }
  23% {
    bottom: 43px;
    left: 70px;
  }
  100% {
    bottom: 43px;
    left: 70px;
  }
}
.default-header-500 .vc_column_container .vc_column-inner .heading h1,
.default-header-400 .vc_column_container .vc_column-inner .heading h1 {
  font-size: 80px;
  line-height: 80px;
  color: #ffffff;
  font-family: "Barlow";
  font-weight: 700;
  text-transform: uppercase;
}
.default-header-500 .vc_column_container .vc_column-inner .heading h1 strong,
.default-header-400 .vc_column_container .vc_column-inner .heading h1 strong {
  color: #82AF29;
}
.default-header-500 .vc_column_container .vc_column-inner .header-white-line-top,
.default-header-400 .vc_column_container .vc_column-inner .header-white-line-top {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 8;
  width: 400px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 8000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: header-while-line;
}
@-webkit-keyframes header-while-line {
  0% {
    top: -123px;
    left: 319px;
  }
  22% {
    top: -123px;
    left: 319px;
  }
  27% {
    top: 40px;
    left: 40px;
  }
  100% {
    top: 40px;
    left: 40px;
  }
}
@-moz-keyframes header-while-line {
  0% {
    top: -123px;
    left: 319px;
  }
  22% {
    top: -123px;
    left: 319px;
  }
  27% {
    top: 40px;
    left: 40px;
  }
  100% {
    top: 40px;
    left: 40px;
  }
}
@-o-keyframes header-while-line {
  0% {
    top: -123px;
    left: 319px;
  }
  22% {
    top: -123px;
    left: 319px;
  }
  27% {
    top: 40px;
    left: 40px;
  }
  100% {
    top: 40px;
    left: 40px;
  }
}
@keyframes header-while-line {
  0% {
    top: -123px;
    left: 319px;
  }
  22% {
    top: -123px;
    left: 319px;
  }
  27% {
    top: 40px;
    left: 40px;
  }
  100% {
    top: 40px;
    left: 40px;
  }
}
.default-header-500 .vc_column_container .vc_column-inner .header-green-big-line,
.default-header-400 .vc_column_container .vc_column-inner .header-green-big-line {
  position: absolute;
  top: -447px;
  left: 100px;
  z-index: 8;
  width: 1400px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 8000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: header-green-big-line;
}
@-webkit-keyframes header-green-big-line {
  0% {
    top: -447px;
    left: 1240px;
  }
  15% {
    top: -447px;
    left: 1240px;
  }
  19% {
    top: 209px;
    left: 100px;
  }
  100% {
    top: 209px;
    left: 100px;
  }
}
@-moz-keyframes header-green-big-line {
  0% {
    top: -447px;
    left: 1240px;
  }
  15% {
    top: -447px;
    left: 1240px;
  }
  19% {
    top: 209px;
    left: 100px;
  }
  100% {
    top: 209px;
    left: 100px;
  }
}
@-o-keyframes header-green-big-line {
  0% {
    top: -447px;
    left: 1240px;
  }
  15% {
    top: -447px;
    left: 1240px;
  }
  19% {
    top: 209px;
    left: 100px;
  }
  100% {
    top: 209px;
    left: 100px;
  }
}
@keyframes header-green-big-line {
  0% {
    top: -447px;
    left: 1240px;
  }
  15% {
    top: -447px;
    left: 1240px;
  }
  19% {
    top: 209px;
    left: 100px;
  }
  100% {
    top: 209px;
    left: 100px;
  }
}
.default-header-500 .vc_column_container .vc_column-inner .header-green-small-line,
.default-header-400 .vc_column_container .vc_column-inner .header-green-small-line {
  position: absolute;
  bottom: 160px;
  right: -600px;
  z-index: 8;
  width: 1200px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 8000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: header-green-small-line;
}
@-webkit-keyframes header-green-small-line {
  0% {
    bottom: 900px;
    right: -2074px;
  }
  25% {
    bottom: 900px;
    right: -2074px;
  }
  28% {
    bottom: 250px;
    right: -950px;
  }
  100% {
    bottom: 250px;
    right: -950px;
  }
}
@-moz-keyframes header-green-small-line {
  0% {
    bottom: 900px;
    right: -2074px;
  }
  25% {
    bottom: 900px;
    right: -2074px;
  }
  28% {
    bottom: 250px;
    right: -950px;
  }
  100% {
    bottom: 250px;
    right: -950px;
  }
}
@-o-keyframes header-green-small-line {
  0% {
    bottom: 900px;
    right: -2074px;
  }
  25% {
    bottom: 900px;
    right: -2074px;
  }
  28% {
    bottom: 250px;
    right: -950px;
  }
  100% {
    bottom: 250px;
    right: -950px;
  }
}
@keyframes header-green-small-line {
  0% {
    bottom: 900px;
    right: -2074px;
  }
  25% {
    bottom: 900px;
    right: -2074px;
  }
  28% {
    bottom: 250px;
    right: -950px;
  }
  100% {
    bottom: 250px;
    right: -950px;
  }
}
.default-header-500 .vc_column_container .vc_column-inner .header-person-element,
.default-header-400 .vc_column_container .vc_column-inner .header-person-element {
  position: absolute;
  bottom: -100px;
  right: -160px;
  z-index: 8;
  width: 500px;
  height: 500px;
  margin-bottom: 0px !important;
  animation-duration: 8000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: header-person-element;
}
@-webkit-keyframes header-person-element {
  0% {
    bottom: -100px;
    right: -1260px;
  }
  29% {
    bottom: -100px;
    right: -1260px;
  }
  33% {
    bottom: -100px;
    right: -160px;
  }
  100% {
    bottom: -100px;
    right: -160px;
  }
}
@-moz-keyframes header-person-element {
  0% {
    bottom: -100px;
    right: -1260px;
  }
  29% {
    bottom: -100px;
    right: -1260px;
  }
  33% {
    bottom: -100px;
    right: -160px;
  }
  100% {
    bottom: -100px;
    right: -160px;
  }
}
@-o-keyframes header-person-element {
  0% {
    bottom: -100px;
    right: -1260px;
  }
  29% {
    bottom: -100px;
    right: -1260px;
  }
  33% {
    bottom: -100px;
    right: -160px;
  }
  100% {
    bottom: -100px;
    right: -160px;
  }
}
@keyframes header-person-element {
  0% {
    bottom: -100px;
    right: -1260px;
  }
  29% {
    bottom: -100px;
    right: -1260px;
  }
  33% {
    bottom: -100px;
    right: -160px;
  }
  100% {
    bottom: -100px;
    right: -160px;
  }
}

.default-header-400 {
  height: 400px;
}
.default-header-400 .vc_column_container {
  height: 400px;
  padding-bottom: 0px;
  padding-top: 0px !important;
}
.default-header-400 .vc_column_container .vc_column-inner {
  height: 400px;
  padding-bottom: 0px;
  padding-top: 0px !important;
}
.default-header-400 .vc_column_container .vc_column-inner .header-green-big-line {
  position: absolute;
  top: -447px;
  left: 100px;
  z-index: 8;
  width: 1400px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 8000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: header-green-big-line400;
}
@-webkit-keyframes header-green-big-line400 {
  0% {
    top: -497px;
    left: 1284px;
  }
  15% {
    top: -497px;
    left: 1284px;
  }
  19% {
    top: 159px;
    left: 150px;
  }
  100% {
    top: 159px;
    left: 150px;
  }
}
@-moz-keyframes header-green-big-line400 {
  0% {
    top: -497px;
    left: 1284px;
  }
  15% {
    top: -497px;
    left: 1284px;
  }
  19% {
    top: 159px;
    left: 150px;
  }
  100% {
    top: 159px;
    left: 150px;
  }
}
@-o-keyframes header-green-big-line400 {
  0% {
    top: -497px;
    left: 1284px;
  }
  15% {
    top: -497px;
    left: 1284px;
  }
  19% {
    top: 159px;
    left: 150px;
  }
  100% {
    top: 159px;
    left: 150px;
  }
}
@keyframes header-green-big-line400 {
  0% {
    top: -497px;
    left: 1284px;
  }
  15% {
    top: -497px;
    left: 1284px;
  }
  19% {
    top: 159px;
    left: 150px;
  }
  100% {
    top: 159px;
    left: 150px;
  }
}
.default-header-400 .vc_column_container .vc_column-inner .terug {
  position: absolute;
  bottom: -80px;
  padding-left: 60px;
}
.default-header-400 .vc_column_container .vc_column-inner .terug .meer {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 12px;
  font-family: "Barlow";
  color: #82AF29;
  position: relative;
  padding-left: 22px;
  display: block;
}
.default-header-400 .vc_column_container .vc_column-inner .terug .meer:before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 1px;
  left: 0px;
  font-family: icomoon;
}

.default-page-left-sidebar,
.default-page-right-sidebar {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  font-family: "Barlow";
  color: #2A302D;
  text-transform: uppercase;
}
.default-page-left-sidebar strong,
.default-page-right-sidebar strong {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  font-family: "Barlow";
  color: #82AF29;
  text-transform: uppercase;
}

.video-block.wpb_video_widget {
  max-width: 715px;
  height: 400px;
  width: 100%;
  cursor: pointer;
  background-position: center;
}
.video-block.wpb_video_widget .wpb_video_wrapper {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 400px;
}
.video-block.wpb_video_widget .wpb_video_wrapper iframe {
  display: none;
}

.bottom-right-cut {
  position: relative;
}
.bottom-right-cut:before {
  content: "";
  width: 346px;
  height: 200px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url(../img/content/content-right-cut.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
}
.bottom-right-cut.small {
  position: relative;
}
.bottom-right-cut.small:before {
  content: "";
  width: 180px;
  height: 110px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url(../img/content/content-right-cut.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
}

.servblock {
  padding-top: 60px;
  padding-bottom: 100px;
}
.servblock .text22 {
  margin-top: 80px;
}
.servblock.right .text22 {
  padding-right: 0%;
  padding-left: 20%;
}
.servblock.right .svg-support.padding-right-60,
.servblock.right .default-page-left-sidebar.padding-left-60 {
  padding-right: 60px;
  text-align: right;
}

.projecten-detail h1 {
  font-size: 80px;
  line-height: 80px;
  font-family: "Barlow";
  font-weight: 700;
  text-transform: uppercase;
  color: #2A302D;
}
.projecten-detail h1 strong {
  color: #82AF29;
}

.contactform {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 700px;
}
.contactform .nf-form-layout .nf-form-content .bullets ul {
  float: left;
  width: 100%;
}
.contactform .nf-form-layout .nf-form-content .bullets ul li {
  width: auto;
  float: left;
  margin-right: 32px !important;
}
.contactform .nf-form-layout .nf-form-content .bullets ul li label {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Barlow";
  color: #9FA2A0;
}
.contactform .nf-form-layout .nf-form-content .bullets ul li label:after {
  left: -25px;
  background: #F4F4F4;
  border: 2px solid #F4F4F4;
}
.contactform .nf-form-layout .nf-form-content .bullets ul li label.nf-checked-label {
  color: #2A302D;
}
.contactform .nf-form-layout .nf-form-content .bullets ul li label.nf-checked-label:before {
  left: -21px;
  background: #82AF29;
}
.contactform .nf-form-layout .nf-form-content .bullets ul li label.nf-checked-label:after {
  border-color: transparent;
  transition: all 0.5s;
}
.contactform .nf-form-layout .nf-form-content .bullets ul li:nth-last-child(1) {
  margin-right: 0px !important;
}
.contactform .nf-form-layout .nf-form-content .floatleft {
  margin-right: 4%;
  width: 48%;
  float: left;
  clear: initial;
}
.contactform .nf-form-layout .nf-form-content .floatright {
  float: left;
  clear: initial;
}
.contactform .nf-form-layout .nf-form-content .size50 {
  width: 48%;
}
.contactform .nf-form-layout .nf-form-content .size50 input::-webkit-input-placeholder {
  color: #9FA2A0;
}
.contactform .nf-form-layout .nf-form-content .size100 {
  width: 100%;
}
.contactform .nf-form-layout .nf-form-content .size100 textarea::-webkit-input-placeholder {
  color: #9FA2A0;
}
.contactform .nf-form-layout .nf-form-content .size50 input, .contactform .nf-form-layout .nf-form-content .size100 input, .contactform .nf-form-layout .nf-form-content .size100 textarea {
  background-color: #F4F4F4;
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #9FA2A0;
  border: 1px solid #F4F4F4;
  font-family: "Barlow";
  clip-path: polygon(100% 0, 100% 70%, 92% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 70%, 92% 100%, 0 100%, 0 0);
}
.contactform .nf-form-layout .nf-form-content input:not([type=button]):focus,
.contactform .nf-form-layout .nf-form-content textarea:focus {
  background: #F4F4F4;
  border-color: #F4F4F4;
  color: #9FA2A0;
  outline: none;
  transition: all 0.5s;
}
.contactform .nf-form-layout .submitbutton input {
  float: right;
  background-color: #82AF29;
  color: #ffffff;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: 700;
  font-family: "Barlow";
  padding: 10px 50px;
  clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
}
.contactform .nf-form-layout .submitbutton input:hover {
  background-color: #82AF29;
  color: #ffffff;
}
.contactform .nf-form-layout .nf-error .ninja-forms-field {
  border-color: #F4F4F4 !important;
  transition: all 0.5s;
}
.contactform .nf-form-layout .nf-error .nf-error-msg {
  color: #F17100;
  font-size: 12px;
}
.contactform .nf-form-layout .nf-error .nf-field-element:after {
  display: none;
}
.contactform .nf-form-layout .nf-pass .ninja-forms-field {
  border-color: #F4F4F4 !important;
}
.contactform .nf-form-layout .nf-pass.field-wrap .nf-field-element:after {
  color: #82AF29;
  font-size: 30px;
}
.contactform .nf-form-layout .nf-after-form-content .nf-error-msg {
  display: none;
}
.contactform:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #F4F4F4;
}
.contactform:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #F4F4F4;
}
.contactform .nf-form-fields-required {
  display: none;
}

.optimal {
  width: 400px;
  float: left;
  margin-bottom: 70px !important;
  font-family: "Barlow";
}
.optimal .opt1 {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  color: #82AF29;
  text-transform: uppercase;
}
.optimal .opt1 strong {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  color: #2A302D;
  text-transform: uppercase;
}
.optimal .opt2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #2A302D;
}
.optimal .opt3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #2A302D;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.optimal .opt3 .col1,
.optimal .opt3 .col2 {
  width: 50%;
  float: left;
}
.optimal .opt4 a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Barlow";
  color: #82AF29;
  float: left;
  width: 100%;
  text-decoration: none;
}
.optimal .opt4 a i {
  margin-right: 6px;
}
.optimal .opt5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Barlow";
  color: #2A302D;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.optimal .opt5 strong {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.optimal .opt5 .col1,
.optimal .opt5 .col2 {
  width: 50%;
  float: left;
}
.optimal .opt5 a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Barlow";
  color: #82AF29;
  float: left;
  width: 100%;
  text-decoration: none;
}
.optimal .opt5 a i {
  margin-right: 6px;
}

.projecten-listing,
.news-listing {
  float: left;
  width: 700px;
  position: relative;
}
.projecten-listing .item,
.news-listing .item {
  float: left;
  width: 700px;
  position: relative;
  background-color: #F4F4F4;
  margin-bottom: 40px;
  clip-path: polygon(100% 0, 100% 72%, 86% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 72%, 86% 100%, 0 100%, 0 0);
}
.projecten-listing .item:hover,
.news-listing .item:hover {
  background-color: #eeeeee;
}
.projecten-listing .item.hide,
.news-listing .item.hide {
  display: none;
}
.projecten-listing .item .image,
.news-listing .item .image {
  float: left;
  width: 190px;
  height: 190px;
  position: relative;
}
.projecten-listing .item .content,
.news-listing .item .content {
  float: left;
  width: 510px;
  height: 190px;
  position: relative;
  padding: 28px 20px;
  font-family: "Barlow";
}
.projecten-listing .item .content .type,
.news-listing .item .content .type {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #2A302D;
  text-transform: uppercase;
}
.projecten-listing .item .content .title,
.news-listing .item .content .title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #2A302D;
  text-transform: uppercase;
}
.projecten-listing .item .content .title strong,
.news-listing .item .content .title strong {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #82AF29;
  text-transform: uppercase;	
}
.projecten-listing .item .content .location,
.news-listing .item .content .location {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #2A302D;
}

.loadnews,
.loadprojecten {
  cursor: pointer;
}

.projecten-related,
.news-related {
  float: left;
  width: 700px;
  position: relative;
}
.projecten-related .item,
.news-related .item {
  float: left;
  width: 700px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 40px;
  clip-path: polygon(100% 0, 100% 72%, 86% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 72%, 86% 100%, 0 100%, 0 0);
}
.projecten-related .item:hover,
.news-related .item:hover {
  background-color: #F4F4F4;
}
.projecten-related .item .image,
.news-related .item .image {
  float: left;
  width: 190px;
  height: 190px;
  position: relative;
}
.projecten-related .item .content,
.news-related .item .content {
  float: left;
  width: 510px;
  height: 190px;
  position: relative;
  padding: 28px 20px;
  font-family: "Barlow";
}
.projecten-related .item .content .type,
.news-related .item .content .type {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #2A302D;
}
.projecten-related .item .content .title,
.news-related .item .content .title {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  color: #2A302D;
}
.projecten-related .item .content .title strong,
.news-related .item .content .title strong {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  color: #82AF29;
}
.projecten-related .item .content .location,
.news-related .item .content .location {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #2A302D;
}

#detailpage-sidebar {
  height: 0px;
  margin-bottom: 0px;
  position: relative;
}
#detailpage-sidebar .projecten-detail-sidebar,
#detailpage-sidebar .news-detail-sidebar {
  width: 100%;
  float: left;
  display: block;
  background-color: #F9F9F9;
  height: auto;
  min-height: 300px;
  padding: 46px 40px;
}
#detailpage-sidebar .projecten-detail-sidebar h2 strong,
#detailpage-sidebar .news-detail-sidebar h2 strong {
  padding: 0px;
}
#detailpage-sidebar .projecten-detail-sidebar ul,
#detailpage-sidebar .news-detail-sidebar ul {
  list-style: none;
  padding-left: 0px;
}
#detailpage-sidebar .projecten-detail-sidebar ul li,
#detailpage-sidebar .news-detail-sidebar ul li {
  position: relative;
  color: #82AF29;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}
#detailpage-sidebar .projecten-detail-sidebar ul li a,
#detailpage-sidebar .news-detail-sidebar ul li a {
  display: block;
  padding: 16px 0px 16px 0px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
#detailpage-sidebar .projecten-detail-sidebar ul li a strong,
#detailpage-sidebar .news-detail-sidebar ul li a strong {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
#detailpage-sidebar .projecten-detail-sidebar ul li :before,
#detailpage-sidebar .news-detail-sidebar ul li :before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  background-color: #eeeeee;
}
#detailpage-sidebar .projecten-detail-sidebar ul li :after,
#detailpage-sidebar .news-detail-sidebar ul li :after {
  content: "";
  font-family: icomoon;
  position: absolute;
  top: 16px;
  right: 0px;
  height: 24px;
  width: 24px;
  color: #82AF29;
}

.vacatures-listing {
  float: left;
  width: 700px;
  position: relative;
}
.vacatures-listing .item {
  float: left;
  width: 700px;
  position: relative;
  background-color: #F4F4F4;
  margin-bottom: 40px;
  clip-path: polygon(100% 0, 100% 84%, 86% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 84%, 86% 100%, 0 100%, 0 0);
}
.vacatures-listing .item:hover {
  background-color: #eeeeee;
}
.vacatures-listing .item .image {
  float: left;
  width: 100%;
  height: 190px;
  position: relative;
}
.vacatures-listing .item .content {
  float: left;
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  position: relative;
  padding: 28px 20px;
  font-family: "Barlow";
}
.vacatures-listing .item .content .type {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #ffffff;
  background-color: #82AF29;
  padding: 4px 6px;
  float: left;
  margin-bottom: 4px;
}
.vacatures-listing .item .content .title {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  color: #2A302D;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.vacatures-listing .item .content .title strong {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  color: #82AF29;
  text-transform: uppercase;
}
.vacatures-listing .item .content .desc {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #2A302D;
}

#vacature-detailpage-sidebar {
  height: 0px;
  margin-bottom: 0px;
  position: relative;
  float: left;
  display: block;
  height: auto;
  min-height: 300px;
}
#vacature-detailpage-sidebar .vc_column-inner {
  padding: 46px 40px;
  background-color: #F9F9F9;
}
#vacature-detailpage-sidebar h2 strong {
  padding: 0px;
}
#vacature-detailpage-sidebar .text22 {
  padding-right: 0% !important;
}
#vacature-detailpage-sidebar .text22 a {
  color: #82AF29;
  text-decoration: none;
}

/* Homepage Header */
.home .default-header-880 {
  height: 780px;
  padding-bottom: 0px;
  padding-top: 0px !important;
  overflow: unset !important;
  margin-bottom: 10px;
  opacity: 0;
  animation-duration: 8000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: default-header-880-ani;
}
@-webkit-keyframes default-header-880-ani {
  0% {
    background-position: 0px 0px;
    opacity: 0;
  }
  10% {
    background-position: 0px 0px;
    opacity: 0;
  }
  13% {
    background-position: center;
    opacity: 1;
  }
  100% {
    background-position: center;
    opacity: 1;
  }
}
@-moz-keyframes default-header-880-ani {
  0% {
    background-position: 0px 0px;
    opacity: 0;
  }
  10% {
    background-position: 0px 0px;
    opacity: 0;
  }
  13% {
    background-position: center;
    opacity: 1;
  }
  100% {
    background-position: center;
    opacity: 1;
  }
}
@-o-keyframes default-header-880-ani {
  0% {
    background-position: 0px 0px;
    opacity: 0;
  }
  10% {
    background-position: 0px 0px;
    opacity: 0;
  }
  13% {
    background-position: center;
    opacity: 1;
  }
  100% {
    background-position: center;
    opacity: 1;
  }
}
@keyframes default-header-880-ani {
  0% {
    background-position: 0px 0px;
    opacity: 0;
  }
  10% {
    background-position: 0px 0px;
    opacity: 0;
  }
  13% {
    background-position: center;
    opacity: 1;
  }
  100% {
    background-position: center;
    opacity: 1;
  }
}
.home .default-header-880 .vc_column_container {
  height: 780px;
  padding-bottom: 0px;
  padding-top: 0px !important;
}
.home .default-header-880 .vc_column_container .vc_column-inner {
  height: 780px;
  padding-bottom: 0px;
  padding-top: 0px !important;
}
.home .default-header-880 .vc_column_container .vc_column-inner .heading {
  text-align: left;
  position: absolute;
  top: 205px;
  left: 70px;
  margin-bottom: 0px;
  z-index: 9;
  animation-duration: 8000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: header-heading-text880;
}
@-webkit-keyframes header-heading-text880 {
  0% {
    bottom: 43px;
    left: -1800px;
  }
  16% {
    bottom: 43px;
    left: -1800px;
  }
  20% {
    bottom: 43px;
    left: 70px;
  }
  100% {
    bottom: 43px;
    left: 70px;
  }
}
@-moz-keyframes header-heading-text880 {
  0% {
    bottom: 43px;
    left: -1800px;
  }
  16% {
    bottom: 43px;
    left: -1800px;
  }
  20% {
    bottom: 43px;
    left: 70px;
  }
  100% {
    bottom: 43px;
    left: 70px;
  }
}
@-o-keyframes header-heading-text880 {
  0% {
    bottom: 43px;
    left: -1800px;
  }
  16% {
    bottom: 43px;
    left: -1800px;
  }
  20% {
    bottom: 43px;
    left: 70px;
  }
  100% {
    bottom: 43px;
    left: 70px;
  }
}
@keyframes header-heading-text880 {
  0% {
    bottom: 43px;
    left: -1800px;
  }
  16% {
    bottom: 43px;
    left: -1800px;
  }
  20% {
    bottom: 43px;
    left: 70px;
  }
  100% {
    bottom: 43px;
    left: 70px;
  }
}
.home .default-header-880 .vc_column_container .vc_column-inner .heading h1 {
  font-size: 80px;
  line-height: 80px;
  font-family: "Barlow";
  font-weight: 800 !important;
  text-transform: uppercase;
}
.home .default-header-880 .vc_column_container .vc_column-inner .heading h1 strong {
  font-weight: 800;
}
.home .default-header-880 .vc_column_container .vc_column-inner .c_button {
  text-align: left;
  position: absolute;
  top: 390px;
  left: 70px;
  margin-bottom: 0px;
  z-index: 9;
  animation-duration: 8000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: header-heading-button880;
}
@-webkit-keyframes header-heading-button880 {
  0% {
    bottom: 43px;
    left: -1800px;
  }
  18% {
    bottom: 43px;
    left: -1800px;
  }
  22% {
    bottom: 43px;
    left: 70px;
  }
  100% {
    bottom: 43px;
    left: 70px;
  }
}
@-moz-keyframes header-heading-button880 {
  0% {
    bottom: 43px;
    left: -1800px;
  }
  18% {
    bottom: 43px;
    left: -1800px;
  }
  22% {
    bottom: 43px;
    left: 70px;
  }
  100% {
    bottom: 43px;
    left: 70px;
  }
}
@-o-keyframes header-heading-button880 {
  0% {
    bottom: 43px;
    left: -1800px;
  }
  18% {
    bottom: 43px;
    left: -1800px;
  }
  22% {
    bottom: 43px;
    left: 70px;
  }
  100% {
    bottom: 43px;
    left: 70px;
  }
}
@keyframes header-heading-button880 {
  0% {
    bottom: 43px;
    left: -1800px;
  }
  18% {
    bottom: 43px;
    left: -1800px;
  }
  22% {
    bottom: 43px;
    left: 70px;
  }
  100% {
    bottom: 43px;
    left: 70px;
  }
}
.home .default-header-880 .vc_column_container .vc_column-inner .header-white-line-top {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 8;
  width: 400px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 8000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: home-header-while-line;
}
@-webkit-keyframes home-header-while-line {
  0% {
    top: -123px;
    left: 319px;
  }
  20% {
    top: -123px;
    left: 319px;
  }
  24% {
    top: 40px;
    left: 40px;
  }
  100% {
    top: 40px;
    left: 40px;
  }
}
@-moz-keyframes home-header-while-line {
  0% {
    top: -123px;
    left: 319px;
  }
  20% {
    top: -123px;
    left: 319px;
  }
  24% {
    top: 40px;
    left: 40px;
  }
  100% {
    top: 40px;
    left: 40px;
  }
}
@-o-keyframes home-header-while-line {
  0% {
    top: -123px;
    left: 319px;
  }
  20% {
    top: -123px;
    left: 319px;
  }
  24% {
    top: 40px;
    left: 40px;
  }
  100% {
    top: 40px;
    left: 40px;
  }
}
@keyframes home-header-while-line {
  0% {
    top: -123px;
    left: 319px;
  }
  20% {
    top: -123px;
    left: 319px;
  }
  24% {
    top: 40px;
    left: 40px;
  }
  100% {
    top: 40px;
    left: 40px;
  }
}
.home .default-header-880 .vc_column_container .vc_column-inner .header-green-big-line {
  position: absolute;
  top: 130px;
  left: 370px;
  z-index: 8;
  width: 1400px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 8000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: home-header-green-big-line;
}
@-webkit-keyframes home-header-green-big-line {
  0% {
    top: -447px;
    left: 1370px;
  }
  13% {
    top: -447px;
    left: 1370px;
  }
  16% {
    top: 130px;
    left: 370px;
  }
  100% {
    top: 130px;
    left: 370px;
  }
}
@-moz-keyframes home-header-green-big-line {
  0% {
    top: -447px;
    left: 1370px;
  }
  13% {
    top: -447px;
    left: 1370px;
  }
  16% {
    top: 130px;
    left: 370px;
  }
  100% {
    top: 130px;
    left: 370px;
  }
}
@-o-keyframes home-header-green-big-line {
  0% {
    top: -447px;
    left: 1370px;
  }
  13% {
    top: -447px;
    left: 1370px;
  }
  16% {
    top: 130px;
    left: 370px;
  }
  100% {
    top: 130px;
    left: 370px;
  }
}
@keyframes home-header-green-big-line {
  0% {
    top: -447px;
    left: 1370px;
  }
  13% {
    top: -447px;
    left: 1370px;
  }
  16% {
    top: 130px;
    left: 370px;
  }
  100% {
    top: 130px;
    left: 370px;
  }
}
.home .default-header-880 .vc_column_container .vc_column-inner .header-green-small-line {
  position: absolute;
  bottom: 160px;
  right: -600px;
  z-index: 8;
  width: 1200px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 8000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: home-header-green-small-line;
}
@-webkit-keyframes home-header-green-small-line {
  0% {
    bottom: 900px;
    right: -2074px;
  }
  23% {
    bottom: 900px;
    right: -2074px;
  }
  27% {
    bottom: 250px;
    right: -950px;
  }
  100% {
    bottom: 250px;
    right: -950px;
  }
}
@-moz-keyframes home-header-green-small-line {
  0% {
    bottom: 900px;
    right: -2074px;
  }
  23% {
    bottom: 900px;
    right: -2074px;
  }
  27% {
    bottom: 250px;
    right: -950px;
  }
  100% {
    bottom: 250px;
    right: -950px;
  }
}
@-o-keyframes home-header-green-small-line {
  0% {
    bottom: 900px;
    right: -2074px;
  }
  23% {
    bottom: 900px;
    right: -2074px;
  }
  27% {
    bottom: 250px;
    right: -950px;
  }
  100% {
    bottom: 250px;
    right: -950px;
  }
}
@keyframes home-header-green-small-line {
  0% {
    bottom: 900px;
    right: -2074px;
  }
  23% {
    bottom: 900px;
    right: -2074px;
  }
  27% {
    bottom: 250px;
    right: -950px;
  }
  100% {
    bottom: 250px;
    right: -950px;
  }
}
.home .default-header-880 .vc_column_container .vc_column-inner .header-person-element {
  position: absolute;
  bottom: -100px;
  right: -160px;
  z-index: 8;
  width: 500px;
  height: 500px;
  margin-bottom: 0px !important;
  animation-duration: 8000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: home-header-person-element;
}
@-webkit-keyframes home-header-person-element {
  0% {
    bottom: -40px;
    right: -1260px;
  }
  27% {
    bottom: -40px;
    right: -1260px;
  }
  30% {
    bottom: -40px;
    right: -160px;
  }
  100% {
    bottom: -40px;
    right: -160px;
  }
}
@-moz-keyframes home-header-person-element {
  0% {
    bottom: -40px;
    right: -1260px;
  }
  27% {
    bottom: -40px;
    right: -1260px;
  }
  30% {
    bottom: -40px;
    right: -160px;
  }
  100% {
    bottom: -40px;
    right: -160px;
  }
}
@-o-keyframes home-header-person-element {
  0% {
    bottom: -40px;
    right: -1260px;
  }
  27% {
    bottom: -40px;
    right: -1260px;
  }
  30% {
    bottom: -40px;
    right: -160px;
  }
  100% {
    bottom: -40px;
    right: -160px;
  }
}
@keyframes home-header-person-element {
  0% {
    bottom: -40px;
    right: -1260px;
  }
  27% {
    bottom: -40px;
    right: -1260px;
  }
  30% {
    bottom: -40px;
    right: -160px;
  }
  100% {
    bottom: -40px;
    right: -160px;
  }
}
.home .default-header-880 .vc_column_container .vc_column-inner .arrow-next-cover {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 26px);
}
.home .default-header-880 .vc_column_container .vc_column-inner .arrow-next-cover .arrow-next {
  position: absolute;
  width: 52px;
  height: 60px;
  top: -50px;
  left: 0px;
  padding: 13px 11px;
  cursor: pointer;
  text-decoration: none;
  background-image: url(../img/home/arrow-next.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  margin: auto;
  opacity: 0;
  animation-duration: 8000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: arrow-next-ani;
}
@-webkit-keyframes arrow-next-ani {
  0% {
    top: -50px;
    left: 0px;
    opacity: 0;
  }
  30% {
    top: -50px;
    left: 0px;
    opacity: 0;
  }
  34% {
    top: 6px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 6px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes arrow-next-ani {
  0% {
    top: -50px;
    left: 0px;
    opacity: 0;
  }
  30% {
    top: -50px;
    left: 0px;
    opacity: 0;
  }
  34% {
    top: 6px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 6px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes arrow-next-ani {
  0% {
    top: -50px;
    left: 0px;
    opacity: 0;
  }
  30% {
    top: -50px;
    left: 0px;
    opacity: 0;
  }
  34% {
    top: 6px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 6px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes arrow-next-ani {
  0% {
    top: -50px;
    left: 0px;
    opacity: 0;
  }
  30% {
    top: -50px;
    left: 0px;
    opacity: 0;
  }
  34% {
    top: 6px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 6px;
    left: 0px;
    opacity: 1;
  }
}
.home .default-header-880 .vc_column_container .vc_column-inner .arrow-next-cover .arrow-next i {
  font-size: 32px;
  color: #ffffff;
}
.home .default-header-880:before {
  content: "";
  height: 310px;
  width: 918px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 8;
  background-image: url(../img/bigheader/header-rightbottom-cut.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
}

/* Home Puur Dakmanschap Section */
.puur .vc_column-inner .wpb_wrapper #puur-action1 {
  height: 160px;
  margin-bottom: 0px;
}
.puur .vc_column-inner .wpb_wrapper #puur-action1 .puur-green-line1 {
  position: absolute;
  top: 486px;
  left: -649px;
  z-index: 8;
  width: 320px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action1-before;
}
@-webkit-keyframes puur-action1-before {
  0% {
    top: 115px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 486px;
    left: -649px;
    opacity: 0;
  }
}
@-moz-keyframes puur-action1-before {
  0% {
    top: 115px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 486px;
    left: -649px;
    opacity: 0;
  }
}
@-o-keyframes puur-action1-before {
  0% {
    top: 115px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 486px;
    left: -649px;
    opacity: 0;
  }
}
@keyframes puur-action1-before {
  0% {
    top: 115px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 486px;
    left: -649px;
    opacity: 0;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action1.active .puur-green-line1 {
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action1;
}
@-webkit-keyframes puur-action1 {
  0% {
    top: 486px;
    left: -649px;
    opacity: 0;
  }
  100% {
    top: 115px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes puur-action1 {
  0% {
    top: 486px;
    left: -649px;
    opacity: 0;
  }
  100% {
    top: 115px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes puur-action1 {
  0% {
    top: 486px;
    left: -649px;
    opacity: 0;
  }
  100% {
    top: 115px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes puur-action1 {
  0% {
    top: 486px;
    left: -649px;
    opacity: 0;
  }
  100% {
    top: 115px;
    left: 0px;
    opacity: 1;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action2 {
  height: 240px;
  margin-top: 100px;
  position: relative;
  margin-bottom: 0px;
}
.puur .vc_column-inner .wpb_wrapper #puur-action2 h1 {
  position: absolute;
  text-align: left;
  font-size: 120px !important;
  line-height: 120px !important;
  font-weight: 800 !important;
  z-index: 9;
  top: 0px;
  left: -1000px;
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action2-before;
}
@-webkit-keyframes puur-action2-before {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 1000px;
    opacity: 0;
  }
}
@-moz-keyframes puur-action2-before {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 1000px;
    opacity: 0;
  }
}
@-o-keyframes puur-action2-before {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 1000px;
    opacity: 0;
  }
}
@keyframes puur-action2-before {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 1000px;
    opacity: 0;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action2 h1 strong {
  font-size: 120px !important;
  line-height: 120px !important;
  font-weight: 800 !important;
}
.puur .vc_column-inner .wpb_wrapper #puur-action2.active h1 {
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action2;
}
@-webkit-keyframes puur-action2 {
  0% {
    left: 1000px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes puur-action2 {
  0% {
    left: 1000px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes puur-action2 {
  0% {
    left: 1000px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes puur-action2 {
  0% {
    left: 1000px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action3 {
  height: 0px;
  margin-top: -150px;
  margin-bottom: 300px;
}
.puur .vc_column-inner .wpb_wrapper #puur-action3 .puur-green-line2 {
  position: absolute;
  top: -2420px;
  left: 4120px;
  z-index: 8;
  width: 3000px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action3-before;
}
@-webkit-keyframes puur-action3-before {
  0% {
    top: 420px;
    left: -800px;
    opacity: 1;
  }
  100% {
    top: -2420px;
    left: 4120px;
    opacity: 0;
  }
}
@-moz-keyframes puur-action3-before {
  0% {
    top: 420px;
    left: -800px;
    opacity: 1;
  }
  100% {
    top: -2420px;
    left: 4120px;
    opacity: 0;
  }
}
@-o-keyframes puur-action3-before {
  0% {
    top: 420px;
    left: -800px;
    opacity: 1;
  }
  100% {
    top: -2420px;
    left: 4120px;
    opacity: 0;
  }
}
@keyframes puur-action3-before {
  0% {
    top: 420px;
    left: -800px;
    opacity: 1;
  }
  100% {
    top: -2420px;
    left: 4120px;
    opacity: 0;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action3.active .puur-green-line2 {
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action3;
}
@-webkit-keyframes puur-action3 {
  0% {
    top: -2420px;
    left: 4120px;
    opacity: 0;
  }
  100% {
    top: 420px;
    left: -800px;
    opacity: 1;
  }
}
@-moz-keyframes puur-action3 {
  0% {
    top: -2420px;
    left: 4120px;
    opacity: 0;
  }
  100% {
    top: 420px;
    left: -800px;
    opacity: 1;
  }
}
@-o-keyframes puur-action3 {
  0% {
    top: -2420px;
    left: 4120px;
    opacity: 0;
  }
  100% {
    top: 420px;
    left: -800px;
    opacity: 1;
  }
}
@keyframes puur-action3 {
  0% {
    top: -2420px;
    left: 4120px;
    opacity: 0;
  }
  100% {
    top: 420px;
    left: -800px;
    opacity: 1;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action4 {
  height: 360px;
  margin-top: 0px;
  position: relative;
  padding-right: 0%;
}
.puur .vc_column-inner .wpb_wrapper #puur-action4 .wpb_wrapper {
  width: 600px;
  position: absolute;
  top: 0px;
  left: 1000px;
  z-index: 8;
  opacity: 0;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action4-before;
}
@-webkit-keyframes puur-action4-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@-moz-keyframes puur-action4-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@-o-keyframes puur-action4-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@keyframes puur-action4-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action4.active .wpb_wrapper {
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action4;
}
@-webkit-keyframes puur-action4 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes puur-action4 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes puur-action4 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes puur-action4 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action5 {
  height: 135px;
  margin-top: 0px;
  position: relative;
  padding-right: 0%;
}
.puur .vc_column-inner .wpb_wrapper #puur-action5 .wpb_wrapper {
  width: 600px;
  position: absolute;
  top: 0px;
  left: -1000px;
  z-index: 8;
  opacity: 0;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action5-before;
}
@-webkit-keyframes puur-action5-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: -1000px;
    opacity: 0;
  }
}
@-moz-keyframes puur-action5-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: -1000px;
    opacity: 0;
  }
}
@-o-keyframes puur-action5-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: -1000px;
    opacity: 0;
  }
}
@keyframes puur-action5-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: -1000px;
    opacity: 0;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action5.active .wpb_wrapper {
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action5;
}
@-webkit-keyframes puur-action5 {
  0% {
    top: 0px;
    left: -1000px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes puur-action5 {
  0% {
    top: 0px;
    left: -1000px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes puur-action5 {
  0% {
    top: 0px;
    left: -1000px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes puur-action5 {
  0% {
    top: 0px;
    left: -1000px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action6 {
  height: 100px;
  margin-top: 0px;
  position: relative;
  padding-right: 0%;
}
.puur .vc_column-inner .wpb_wrapper #puur-action6 .wpb_wrapper {
  width: 600px;
  position: absolute;
  top: 0px;
  left: 1000px;
  z-index: 8;
  opacity: 0;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action6-before;
}
@-webkit-keyframes puur-action6-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 1000px;
    opacity: 0;
  }
}
@-moz-keyframes puur-action6-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 1000px;
    opacity: 0;
  }
}
@-o-keyframes puur-action6-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 1000px;
    opacity: 0;
  }
}
@keyframes puur-action6-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 1000px;
    opacity: 0;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action6.active .wpb_wrapper {
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action6;
}
@-webkit-keyframes puur-action6 {
  0% {
    top: 0px;
    left: 1000px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes puur-action6 {
  0% {
    top: 0px;
    left: 1000px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes puur-action6 {
  0% {
    top: 0px;
    left: 1000px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes puur-action6 {
  0% {
    top: 0px;
    left: 1000px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action7 {
  height: 0px;
  margin-bottom: 0px;
  position: relative;
}
.puur .vc_column-inner .wpb_wrapper #puur-action7 .puur-green-line3 {
  position: absolute;
  top: -450px;
  right: -990px;
  z-index: 8;
  width: 400px;
  height: 400px;
  background-color: #ffffff;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action7-before;
}
.puur .vc_column-inner .wpb_wrapper #puur-action7 .puur-green-line3 :before {
  content: "";
  width: 220px;
  height: 150px;
  top: 1px;
  left: -136px;
  background-color: #ffffff;
  position: absolute;
  transform: rotate(30deg);
}
@-webkit-keyframes puur-action7-before {
  0% {
    top: 20px;
    right: -200px;
    opacity: 1;
  }
  26% {
    top: 20px;
    right: -200px;
    opacity: 1;
  }
  44% {
    top: -450px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: -450px;
    right: -1014px;
    opacity: 0;
  }
}
@-moz-keyframes puur-action7-before {
  0% {
    top: 20px;
    right: -200px;
    opacity: 1;
  }
  26% {
    top: 20px;
    right: -200px;
    opacity: 1;
  }
  44% {
    top: -450px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: -450px;
    right: -1014px;
    opacity: 0;
  }
}
@-o-keyframes puur-action7-before {
  0% {
    top: 20px;
    right: -200px;
    opacity: 1;
  }
  26% {
    top: 20px;
    right: -200px;
    opacity: 1;
  }
  44% {
    top: -450px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: -450px;
    right: -1014px;
    opacity: 0;
  }
}
@keyframes puur-action7-before {
  0% {
    top: 20px;
    right: -200px;
    opacity: 1;
  }
  26% {
    top: 20px;
    right: -200px;
    opacity: 1;
  }
  44% {
    top: -450px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: -450px;
    right: -1014px;
    opacity: 0;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action7.active .puur-green-line3 {
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action7;
}
@-webkit-keyframes puur-action7 {
  0% {
    top: -450px;
    right: -1014px;
    opacity: 0;
  }
  2% {
    top: -450px;
    right: -1014px;
    opacity: 0;
  }
  20% {
    top: 20px;
    right: -200px;
    opacity: 1;
  }
  100% {
    top: 20px;
    right: -200px;
    opacity: 1;
  }
}
@-moz-keyframes puur-action7 {
  0% {
    top: -450px;
    right: -1014px;
    opacity: 0;
  }
  2% {
    top: -450px;
    right: -1014px;
    opacity: 0;
  }
  20% {
    top: 20px;
    right: -200px;
    opacity: 1;
  }
  100% {
    top: 20px;
    right: -200px;
    opacity: 1;
  }
}
@-o-keyframes puur-action7 {
  0% {
    top: -450px;
    right: -1014px;
    opacity: 0;
  }
  2% {
    top: -450px;
    right: -1014px;
    opacity: 0;
  }
  20% {
    top: 20px;
    right: -200px;
    opacity: 1;
  }
  100% {
    top: 20px;
    right: -200px;
    opacity: 1;
  }
}
@keyframes puur-action7 {
  0% {
    top: -450px;
    right: -1014px;
    opacity: 0;
  }
  2% {
    top: -450px;
    right: -1014px;
    opacity: 0;
  }
  20% {
    top: 20px;
    right: -200px;
    opacity: 1;
  }
  100% {
    top: 20px;
    right: -200px;
    opacity: 1;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action8 {
  height: 0px;
  margin-bottom: 0px;
  position: relative;
}
.puur .vc_column-inner .wpb_wrapper #puur-action8 .vc_single_image-wrapper {
  position: absolute;
  top: -350px;
  right: -14px;
  opacity: 0;
  z-index: 7;
  width: 400px;
  height: 400px;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action8-before;
}
@-webkit-keyframes puur-action8-before {
  0% {
    top: -360px;
    right: -74px;
    opacity: 1;
  }
  12% {
    top: -360px;
    right: -74px;
    opacity: 1;
  }
  20% {
    top: -100px;
    right: -74px;
    opacity: 0;
  }
  100% {
    top: -100px;
    right: -74px;
    opacity: 0;
  }
}
@-moz-keyframes puur-action8-before {
  0% {
    top: -360px;
    right: -74px;
    opacity: 1;
  }
  12% {
    top: -360px;
    right: -74px;
    opacity: 1;
  }
  20% {
    top: -100px;
    right: -74px;
    opacity: 0;
  }
  100% {
    top: -100px;
    right: -74px;
    opacity: 0;
  }
}
@-o-keyframes puur-action8-before {
  0% {
    top: -360px;
    right: -74px;
    opacity: 1;
  }
  12% {
    top: -360px;
    right: -74px;
    opacity: 1;
  }
  20% {
    top: -100px;
    right: -74px;
    opacity: 0;
  }
  100% {
    top: -100px;
    right: -74px;
    opacity: 0;
  }
}
@keyframes puur-action8-before {
  0% {
    top: -360px;
    right: -74px;
    opacity: 1;
  }
  12% {
    top: -360px;
    right: -74px;
    opacity: 1;
  }
  20% {
    top: -100px;
    right: -74px;
    opacity: 0;
  }
  100% {
    top: -100px;
    right: -74px;
    opacity: 0;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action8.active .vc_single_image-wrapper {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action8;
}
@-webkit-keyframes puur-action8 {
  0% {
    top: -100px;
    right: -74px;
    opacity: 0;
  }
  22% {
    top: -100px;
    right: -74px;
    opacity: 0;
  }
  30% {
    top: -360px;
    right: -74px;
    opacity: 1;
  }
  100% {
    top: -360px;
    right: -74px;
    opacity: 1;
  }
}
@-moz-keyframes puur-action8 {
  0% {
    top: -100px;
    right: -74px;
    opacity: 0;
  }
  22% {
    top: -100px;
    right: -74px;
    opacity: 0;
  }
  30% {
    top: -360px;
    right: -74px;
    opacity: 1;
  }
  100% {
    top: -360px;
    right: -74px;
    opacity: 1;
  }
}
@-o-keyframes puur-action8 {
  0% {
    top: -100px;
    right: -74px;
    opacity: 0;
  }
  22% {
    top: -100px;
    right: -74px;
    opacity: 0;
  }
  30% {
    top: -360px;
    right: -74px;
    opacity: 1;
  }
  100% {
    top: -360px;
    right: -74px;
    opacity: 1;
  }
}
@keyframes puur-action8 {
  0% {
    top: -100px;
    right: -74px;
    opacity: 0;
  }
  22% {
    top: -100px;
    right: -74px;
    opacity: 0;
  }
  30% {
    top: -360px;
    right: -74px;
    opacity: 1;
  }
  100% {
    top: -360px;
    right: -74px;
    opacity: 1;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action9 {
  position: relative;
  top: 0px;
  bottom: auto;
  left: 0px;
}
.puur .vc_column-inner .wpb_wrapper #puur-action9 .arrow-next-section {
  position: absolute;
  width: 52px;
  height: 60px;
  top: 140px;
  left: 0px;
  padding: 13px 11px;
  z-index: 999;
  cursor: pointer;
  text-decoration: none;
  background-image: url(../img/home/arrow-next.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  margin: auto;
  opacity: 0;
  left: calc(50% - 26px);
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action9-before;
}
@-webkit-keyframes puur-action9-before {
  0% {
    top: 200px;
    opacity: 1;
  }
  1% {
    top: 200px;
    opacity: 1;
  }
  11% {
    top: 140px;
    opacity: 0;
  }
  100% {
    top: 140px;
    opacity: 0;
  }
}
@-moz-keyframes puur-action9-before {
  0% {
    top: 200px;
    opacity: 1;
  }
  1% {
    top: 200px;
    opacity: 1;
  }
  11% {
    top: 140px;
    opacity: 0;
  }
  100% {
    top: 140px;
    opacity: 0;
  }
}
@-o-keyframes puur-action9-before {
  0% {
    top: 200px;
    opacity: 1;
  }
  1% {
    top: 200px;
    opacity: 1;
  }
  11% {
    top: 140px;
    opacity: 0;
  }
  100% {
    top: 140px;
    opacity: 0;
  }
}
@keyframes puur-action9-before {
  0% {
    top: 200px;
    opacity: 1;
  }
  1% {
    top: 200px;
    opacity: 1;
  }
  11% {
    top: 140px;
    opacity: 0;
  }
  100% {
    top: 140px;
    opacity: 0;
  }
}
.puur .vc_column-inner .wpb_wrapper #puur-action9 .arrow-next-section i {
  font-size: 32px;
  color: #ffffff;
}
.puur .vc_column-inner .wpb_wrapper #puur-action9.active .arrow-next-section {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: puur-action9;
}
@-webkit-keyframes puur-action9 {
  0% {
    top: 140px;
    opacity: 0;
  }
  34% {
    top: 140px;
    opacity: 0;
  }
  44% {
    top: 200px;
    opacity: 1;
  }
  100% {
    top: 200px;
    opacity: 1;
  }
}
@-moz-keyframes puur-action9 {
  0% {
    top: 140px;
    opacity: 0;
  }
  34% {
    top: 140px;
    opacity: 0;
  }
  44% {
    top: 200px;
    opacity: 1;
  }
  100% {
    top: 200px;
    opacity: 1;
  }
}
@-o-keyframes puur-action9 {
  0% {
    top: 140px;
    opacity: 0;
  }
  34% {
    top: 140px;
    opacity: 0;
  }
  44% {
    top: 200px;
    opacity: 1;
  }
  100% {
    top: 200px;
    opacity: 1;
  }
}
@keyframes puur-action9 {
  0% {
    top: 140px;
    opacity: 0;
  }
  34% {
    top: 140px;
    opacity: 0;
  }
  44% {
    top: 200px;
    opacity: 1;
  }
  100% {
    top: 200px;
    opacity: 1;
  }
}

/* Home Daken & data Section */
.daken {
  position: relative;
  float: left;
  width: 100%;
}
.daken .vc_column-inner .wpb_wrapper #daken-action1 {
  height: 160px;
  margin-bottom: 0px;
}
.daken .vc_column-inner .wpb_wrapper #daken-action1 .daken-green-line1 {
  position: absolute;
  top: 386px;
  left: -649px;
  z-index: 8;
  width: 320px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action1-before;
}
@-webkit-keyframes daken-action1-before {
  0% {
    top: 15px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 386px;
    left: -649px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action1-before {
  0% {
    top: 15px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 386px;
    left: -649px;
    opacity: 0;
  }
}
@-o-keyframes daken-action1-before {
  0% {
    top: 15px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 386px;
    left: -649px;
    opacity: 0;
  }
}
@keyframes daken-action1-before {
  0% {
    top: 15px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 386px;
    left: -649px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action1.active .daken-green-line1 {
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action1;
}
@-webkit-keyframes daken-action1 {
  0% {
    top: 386px;
    left: -649px;
    opacity: 0;
  }
  100% {
    top: 15px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action1 {
  0% {
    top: 386px;
    left: -649px;
    opacity: 0;
  }
  100% {
    top: 15px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes daken-action1 {
  0% {
    top: 386px;
    left: -649px;
    opacity: 0;
  }
  100% {
    top: 15px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes daken-action1 {
  0% {
    top: 386px;
    left: -649px;
    opacity: 0;
  }
  100% {
    top: 15px;
    left: 0px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action2 {
  height: 240px;
  margin-top: 120px;
  position: relative;
  margin-bottom: 0px;
}
.daken .vc_column-inner .wpb_wrapper #daken-action2 h1,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h2{
  position: absolute;
  text-align: left;
  z-index: 9;
  font-size: 120px !important;
  line-height: 120px !important;
  font-family: "Barlow";
  font-weight: 800 !important;
  text-transform: uppercase;
  top: 70px;
  left: -1000px;
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action2-before;
}
@-webkit-keyframes daken-action2-before {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 1000px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action2-before {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 1000px;
    opacity: 0;
  }
}
@-o-keyframes daken-action2-before {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 1000px;
    opacity: 0;
  }
}
@keyframes daken-action2-before {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 1000px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action2 h1 strong,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h2 strong{
  font-size: 120px !important;
  line-height: 120px !important;
  font-weight: 800 !important;
}
.daken .vc_column-inner .wpb_wrapper #daken-action2.active h1,
.daken .vc_column-inner .wpb_wrapper #daken-action2.active h2{
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action2;
}
@-webkit-keyframes daken-action2 {
  0% {
    left: 1000px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action2 {
  0% {
    left: 1000px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes daken-action2 {
  0% {
    left: 1000px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes daken-action2 {
  0% {
    left: 1000px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action3 {
  height: 0px;
  margin-top: -150px;
  margin-bottom: 300px;
}
.daken .vc_column-inner .wpb_wrapper #daken-action3 .daken-green-line2 {
  position: absolute;
  top: -2420px;
  left: 4120px;
  z-index: 8;
  width: 3000px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action3-before;
}
@-webkit-keyframes daken-action3-before {
  0% {
    top: 420px;
    left: -800px;
    opacity: 1;
  }
  100% {
    top: -2420px;
    left: 4120px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action3-before {
  0% {
    top: 420px;
    left: -800px;
    opacity: 1;
  }
  100% {
    top: -2420px;
    left: 4120px;
    opacity: 0;
  }
}
@-o-keyframes daken-action3-before {
  0% {
    top: 420px;
    left: -800px;
    opacity: 1;
  }
  100% {
    top: -2420px;
    left: 4120px;
    opacity: 0;
  }
}
@keyframes daken-action3-before {
  0% {
    top: 420px;
    left: -800px;
    opacity: 1;
  }
  100% {
    top: -2420px;
    left: 4120px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action3.active .daken-green-line2 {
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action3;
}
@-webkit-keyframes daken-action3 {
  0% {
    top: -2420px;
    left: 4120px;
    opacity: 0;
  }
  100% {
    top: 420px;
    left: -800px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action3 {
  0% {
    top: -2420px;
    left: 4120px;
    opacity: 0;
  }
  100% {
    top: 420px;
    left: -800px;
    opacity: 1;
  }
}
@-o-keyframes daken-action3 {
  0% {
    top: -2420px;
    left: 4120px;
    opacity: 0;
  }
  100% {
    top: 420px;
    left: -800px;
    opacity: 1;
  }
}
@keyframes daken-action3 {
  0% {
    top: -2420px;
    left: 4120px;
    opacity: 0;
  }
  100% {
    top: 420px;
    left: -800px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action4 {
  height: 0px;
  margin-bottom: 0px;
  position: relative;
}
.daken .vc_column-inner .wpb_wrapper #daken-action4 .daken-green-line3 {
  position: absolute;
  top: -490px;
  right: -1014px;
  z-index: 8;
  width: 400px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action4-before;
}
@-webkit-keyframes daken-action4-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action4-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
@-o-keyframes daken-action4-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
@keyframes daken-action4-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action4.active .daken-green-line3 {
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action4;
}
@-webkit-keyframes daken-action4 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action4 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
@-o-keyframes daken-action4 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
@keyframes daken-action4 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action5 {
  height: 220px;
  margin-top: 0px;
  position: relative;
  padding-right: 0%;
}
.daken .vc_column-inner .wpb_wrapper #daken-action5 .wpb_wrapper {
  width: 600px;
  position: absolute;
  top: 0px;
  left: 1000px;
  z-index: 8;
  opacity: 0;
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action5-before;
}
@-webkit-keyframes daken-action5-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action5-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@-o-keyframes daken-action5-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@keyframes daken-action5-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action5.active .wpb_wrapper {
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action5;
}
@-webkit-keyframes daken-action5 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action5 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes daken-action5 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes daken-action5 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action6 {
  height: 0px;
  margin-bottom: 0px;
  position: relative;
  margin-top: -210px;
}
.daken .vc_column-inner .wpb_wrapper #daken-action6 .daken-green-line4 {
  position: absolute;
  top: -490px;
  right: -1014px;
  z-index: 8;
  width: 400px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action6-before;
}
@-webkit-keyframes daken-action6-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action6-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
@-o-keyframes daken-action6-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
@keyframes daken-action6-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action6.active .daken-green-line4 {
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action6;
}
@-webkit-keyframes daken-action6 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action6 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
@-o-keyframes daken-action6 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
@keyframes daken-action6 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action7 {
  height: 210px;
  margin-bottom: 0px;
  position: relative;
  margin-top: 260px;
}
.daken .vc_column-inner .wpb_wrapper #daken-action7 .daken-icon-text {
  position: absolute;
  width: 295px;
  height: 182px;
  top: 0px;
  right: 130px;
  z-index: 8;
}
.daken .vc_column-inner .wpb_wrapper #daken-action7 .daken-icon-text .iconsvg {
  position: relative;
  width: 225px;
  height: 100px;
  top: 0px;
  left: 35px;
  z-index: 8;
  overflow: hidden;
}
.daken .vc_column-inner .wpb_wrapper #daken-action7 .daken-icon-text .iconsvg:before {
  content: "";
  width: 225px;
  height: 100px;
  top: 200px;
  position: absolute;
  right: 0px;
  background-image: url(../img/home/daken-numbers-icon.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action7-before;
}
@-webkit-keyframes daken-action7-before {
  0% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  40% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  100% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action7-before {
  0% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  40% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  100% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
}
@-o-keyframes daken-action7-before {
  0% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  40% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  100% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
}
@keyframes daken-action7-before {
  0% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  40% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  100% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action7 .daken-icon-text .textsvg {
  position: absolute;
  width: 295px;
  height: 82px;
  top: 100px;
  right: 0px;
  z-index: 8;
  overflow: hidden;
}
.daken .vc_column-inner .wpb_wrapper #daken-action7 .daken-icon-text .textsvg .number {
  width: 295px;
  height: 56px;
  position: absolute;
  top: 0px;
  left: -300px;
  font-size: 56px;
  line-height: 56px;
  font-weight: 900;
  text-align: center;
  font-family: "Barlow";
  color: #82AF29;
  letter-spacing: 2px;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action71-before;
}
@-webkit-keyframes daken-action71-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  10% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  30% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action71-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  10% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  30% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
}
@-o-keyframes daken-action71-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  10% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  30% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
}
@keyframes daken-action71-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  10% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  30% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action7 .daken-icon-text .textsvg .numbertext {
  width: 295px;
  height: 16px;
  position: absolute;
  top: 56px;
  left: 300px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  font-family: "Barlow";
  color: #82AF29;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 3px;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action72-before;
}
@-webkit-keyframes daken-action72-before {
  0% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  1% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  20% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  100% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action72-before {
  0% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  1% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  20% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  100% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
}
@-o-keyframes daken-action72-before {
  0% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  1% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  20% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  100% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
}
@keyframes daken-action72-before {
  0% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  1% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  20% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  100% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action7.active .iconsvg:before {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action7;
}
@-webkit-keyframes daken-action7 {
  0% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  1% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action7 {
  0% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  1% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
}
@-o-keyframes daken-action7 {
  0% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  1% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
}
@keyframes daken-action7 {
  0% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  1% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action7.active .textsvg .number {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action71;
}
@-webkit-keyframes daken-action71 {
  0% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  20% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action71 {
  0% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  20% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes daken-action71 {
  0% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  20% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes daken-action71 {
  0% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  20% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action7.active .textsvg .numbertext {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action72;
}
@-webkit-keyframes daken-action72 {
  0% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  30% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  50% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action72 {
  0% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  30% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  50% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes daken-action72 {
  0% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  30% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  50% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes daken-action72 {
  0% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  30% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  50% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action8 {
  height: 130px;
  margin-top: 0px;
  position: relative;
  padding-right: 0%;
}
.daken .vc_column-inner .wpb_wrapper #daken-action8 .wpb_wrapper {
  width: 600px;
  position: absolute;
  top: 0px;
  left: 1000px;
  z-index: 8;
  opacity: 0;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action8-before;
}
@-webkit-keyframes daken-action8-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action8-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@-o-keyframes daken-action8-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@keyframes daken-action8-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action8.active .wpb_wrapper {
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action8;
}
@-webkit-keyframes daken-action8 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action8 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes daken-action8 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes daken-action8 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action9 {
  height: 0px;
  margin-bottom: 0px;
  position: relative;
}
.daken .vc_column-inner .wpb_wrapper #daken-action9 .daken-green-line5 {
  position: absolute;
  top: 510px;
  left: -860px;
  z-index: 8;
  width: 700px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action9-before;
}
@-webkit-keyframes daken-action9-before {
  0% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  30% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  50% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  100% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action9-before {
  0% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  30% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  50% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  100% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
}
@-o-keyframes daken-action9-before {
  0% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  30% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  50% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  100% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
}
@keyframes daken-action9-before {
  0% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  30% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  50% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  100% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action9 .daken-green-line5:before {
  content: "";
  width: 800px;
  height: 400px;
  top: -400px;
  left: 37px;
  background-color: #f9f9f9;
  position: absolute;
  transform: rotate(0deg);
  clip-path: polygon(29% 0%, 100% 72%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(29% 0%, 100% 72%, 100% 100%, 0 100%);
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action9-lineground-before;
}
@-webkit-keyframes daken-action9-lineground-before {
  0% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  23% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes daken-action9-lineground-before {
  0% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  23% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes daken-action9-lineground-before {
  0% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  23% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes daken-action9-lineground-before {
  0% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  23% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action9.active .daken-green-line5 {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action9;
}
@-webkit-keyframes daken-action9 {
  0% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  2% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  20% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  100% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action9 {
  0% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  2% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  20% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  100% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
}
@-o-keyframes daken-action9 {
  0% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  2% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  20% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  100% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
}
@keyframes daken-action9 {
  0% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  2% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  20% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  100% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action9.active .daken-green-line5:before {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action9-lineground;
}
@-webkit-keyframes daken-action9-lineground {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes daken-action9-lineground {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes daken-action9-lineground {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes daken-action9-lineground {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action10 {
  height: 505px;
  margin-bottom: 0px;
  position: relative;
}
.daken .vc_column-inner .wpb_wrapper #daken-action10 .vc_single_image-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 7;
  width: 505px;
  height: 505px;
  opacity: 0;
  margin-bottom: 0px !important;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action10-before;
}
@-webkit-keyframes daken-action10-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  5% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  20% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action10-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  5% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  20% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
}
@-o-keyframes daken-action10-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  5% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  20% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
}
@keyframes daken-action10-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  5% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  20% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action10.active .vc_single_image-wrapper {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action10;
}
@-webkit-keyframes daken-action10 {
  0% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  25% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action10 {
  0% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  25% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes daken-action10 {
  0% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  25% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes daken-action10 {
  0% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  25% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action11 {
  height: 220px;
  margin-top: 0px;
  position: relative;
}
.daken .vc_column-inner .wpb_wrapper #daken-action11 .wpb_wrapper {
  width: 600px;
  position: absolute;
  top: 0px;
  left: 1000px;
  z-index: 8;
  opacity: 0;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action11-before;
}
@-webkit-keyframes daken-action11-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action11-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@-o-keyframes daken-action11-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@keyframes daken-action11-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action11.active .wpb_wrapper {
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action11;
}
@-webkit-keyframes daken-action11 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action11 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes daken-action11 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes daken-action11 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action12 {
  height: 0px;
  margin-bottom: 0px;
  position: relative;
  margin-top: -210px;
}
.daken .vc_column-inner .wpb_wrapper #daken-action12 .daken-green-line6 {
  position: absolute;
  top: -490px;
  right: -1014px;
  z-index: 8;
  width: 400px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action12-before;
}
@-webkit-keyframes daken-action12-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action12-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
@-o-keyframes daken-action12-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
@keyframes daken-action12-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action12.active .daken-green-line6 {
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action12;
}
@-webkit-keyframes daken-action12 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action12 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
@-o-keyframes daken-action12 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
@keyframes daken-action12 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action13 {
  height: 210px;
  margin-bottom: 0px;
  position: relative;
  margin-top: 260px;
}
.daken .vc_column-inner .wpb_wrapper #daken-action13 .daken-icon-text {
  position: absolute;
  width: 295px;
  height: 182px;
  top: 0px;
  right: 130px;
  z-index: 8;
}
.daken .vc_column-inner .wpb_wrapper #daken-action13 .daken-icon-text .iconsvg {
  position: relative;
  width: 240px;
  height: 100px;
  top: 0px;
  left: 27px;
  z-index: 8;
  overflow: hidden;
}
.daken .vc_column-inner .wpb_wrapper #daken-action13 .daken-icon-text .iconsvg:before {
  content: "";
  width: 240px;
  height: 100px;
  top: 200px;
  position: absolute;
  right: 0px;
  background-image: url(../img/home/three-man.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action13-before;
}
@-webkit-keyframes daken-action13-before {
  0% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  40% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  100% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action13-before {
  0% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  40% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  100% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
}
@-o-keyframes daken-action13-before {
  0% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  40% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  100% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
}
@keyframes daken-action13-before {
  0% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  40% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  100% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action13 .daken-icon-text .textsvg {
  position: absolute;
  width: 295px;
  height: 82px;
  top: 100px;
  right: 0px;
  z-index: 8;
  overflow: hidden;
}
.daken .vc_column-inner .wpb_wrapper #daken-action13 .daken-icon-text .textsvg .number {
  width: 295px;
  height: 56px;
  position: absolute;
  top: 0px;
  left: -300px;
  font-size: 56px;
  line-height: 56px;
  font-weight: 900;
  text-align: center;
  font-family: "Barlow";
  color: #82AF29;
  letter-spacing: 2px;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action131-before;
}
@-webkit-keyframes daken-action131-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  10% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  30% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action131-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  10% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  30% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
}
@-o-keyframes daken-action131-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  10% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  30% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
}
@keyframes daken-action131-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  10% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  30% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action13 .daken-icon-text .textsvg .numbertext {
  width: 295px;
  height: 16px;
  position: absolute;
  top: 56px;
  left: 300px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  font-family: "Barlow";
  color: #82AF29;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 3px;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action132-before;
}
@-webkit-keyframes daken-action132-before {
  0% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  1% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  20% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  100% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action132-before {
  0% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  1% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  20% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  100% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
}
@-o-keyframes daken-action132-before {
  0% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  1% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  20% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  100% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
}
@keyframes daken-action132-before {
  0% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  1% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  20% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  100% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action13.active .iconsvg:before {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action13;
}
@-webkit-keyframes daken-action13 {
  0% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  1% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action13 {
  0% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  1% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
}
@-o-keyframes daken-action13 {
  0% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  1% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
}
@keyframes daken-action13 {
  0% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  1% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action13.active .textsvg .number {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action131;
}
@-webkit-keyframes daken-action131 {
  0% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  20% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action131 {
  0% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  20% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes daken-action131 {
  0% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  20% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes daken-action131 {
  0% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  20% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action13.active .textsvg .numbertext {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action132;
}
@-webkit-keyframes daken-action132 {
  0% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  30% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  50% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action132 {
  0% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  30% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  50% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes daken-action132 {
  0% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  30% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  50% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes daken-action132 {
  0% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  30% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  50% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action14 {
  position: relative;
  top: -144px;
  bottom: auto;
  left: 0px;
}
.daken .vc_column-inner .wpb_wrapper #daken-action14 .arrow-next-section {
  position: absolute;
  width: 52px;
  height: 60px;
  top: 140px;
  left: 0px;
  z-index: 999;
  padding: 13px 11px;
  cursor: pointer;
  text-decoration: none;
  background-image: url(../img/home/arrow-next.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  margin: auto;
  opacity: 0;
  left: calc(50% - 26px);
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action14-before;
}
@-webkit-keyframes daken-action14-before {
  0% {
    top: 200px;
    opacity: 1;
  }
  1% {
    top: 200px;
    opacity: 1;
  }
  11% {
    top: 140px;
    opacity: 0;
  }
  100% {
    top: 140px;
    opacity: 0;
  }
}
@-moz-keyframes daken-action14-before {
  0% {
    top: 200px;
    opacity: 1;
  }
  1% {
    top: 200px;
    opacity: 1;
  }
  11% {
    top: 140px;
    opacity: 0;
  }
  100% {
    top: 140px;
    opacity: 0;
  }
}
@-o-keyframes daken-action14-before {
  0% {
    top: 200px;
    opacity: 1;
  }
  1% {
    top: 200px;
    opacity: 1;
  }
  11% {
    top: 140px;
    opacity: 0;
  }
  100% {
    top: 140px;
    opacity: 0;
  }
}
@keyframes daken-action14-before {
  0% {
    top: 200px;
    opacity: 1;
  }
  1% {
    top: 200px;
    opacity: 1;
  }
  11% {
    top: 140px;
    opacity: 0;
  }
  100% {
    top: 140px;
    opacity: 0;
  }
}
.daken .vc_column-inner .wpb_wrapper #daken-action14 .arrow-next-section i {
  font-size: 32px;
  color: #ffffff;
}
.daken .vc_column-inner .wpb_wrapper #daken-action14.active .arrow-next-section {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: daken-action14;
}
@-webkit-keyframes daken-action14 {
  0% {
    top: 140px;
    opacity: 0;
  }
  34% {
    top: 140px;
    opacity: 0;
  }
  44% {
    top: 200px;
    opacity: 1;
  }
  100% {
    top: 200px;
    opacity: 1;
  }
}
@-moz-keyframes daken-action14 {
  0% {
    top: 140px;
    opacity: 0;
  }
  34% {
    top: 140px;
    opacity: 0;
  }
  44% {
    top: 200px;
    opacity: 1;
  }
  100% {
    top: 200px;
    opacity: 1;
  }
}
@-o-keyframes daken-action14 {
  0% {
    top: 140px;
    opacity: 0;
  }
  34% {
    top: 140px;
    opacity: 0;
  }
  44% {
    top: 200px;
    opacity: 1;
  }
  100% {
    top: 200px;
    opacity: 1;
  }
}
@keyframes daken-action14 {
  0% {
    top: 140px;
    opacity: 0;
  }
  34% {
    top: 140px;
    opacity: 0;
  }
  44% {
    top: 200px;
    opacity: 1;
  }
  100% {
    top: 200px;
    opacity: 1;
  }
}
.daken:before {
  content: "";
  height: 1780px;
  width: 1360px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 8;
  background-color: #82AF29;
  clip-path: polygon(0 0, 100% 0%, 100% 41%, 0 86%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 41%, 0 86%);
}
.daken:after {
  content: "";
  width: 346px;
  height: 200px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url(../img/content/content-right-cut.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
}

/* Home Samen de Hoogte in Section */
.samen {
  position: relative;
  float: left;
  width: 100%;
}
.samen:before {
  content: "";
  height: 1780px;
  width: 1360px;
  position: absolute;
  top: 120px;
  left: 0px;
  opacity: 0;
  z-index: 8;
  background-image: url(../img/home/samen-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% -200px;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0%, 100% 41%, 0 86%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 41%, 0 86%);
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action0-before;
}
@-webkit-keyframes samen-action0-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 120px;
    left: 0px;
    opacity: 0;
  }
}
@-moz-keyframes samen-action0-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 120px;
    left: 0px;
    opacity: 0;
  }
}
@-o-keyframes samen-action0-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 120px;
    left: 0px;
    opacity: 0;
  }
}
@keyframes samen-action0-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 120px;
    left: 0px;
    opacity: 0;
  }
}
.samen #samen-action1 {
  height: 160px;
  margin-bottom: 0px;
}
.samen #samen-action1 .samen-green-line1 {
  position: absolute;
  top: 386px;
  left: -649px;
  z-index: 8;
  width: 320px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action1-before;
}
@-webkit-keyframes samen-action1-before {
  0% {
    top: 15px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 386px;
    left: -649px;
    opacity: 0;
  }
}
@-moz-keyframes samen-action1-before {
  0% {
    top: 15px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 386px;
    left: -649px;
    opacity: 0;
  }
}
@-o-keyframes samen-action1-before {
  0% {
    top: 15px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 386px;
    left: -649px;
    opacity: 0;
  }
}
@keyframes samen-action1-before {
  0% {
    top: 15px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 386px;
    left: -649px;
    opacity: 0;
  }
}
.samen #samen-action1.active .samen-green-line1 {
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action1;
}
@-webkit-keyframes samen-action1 {
  0% {
    top: 386px;
    left: -649px;
    opacity: 0;
  }
  100% {
    top: 15px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes samen-action1 {
  0% {
    top: 386px;
    left: -649px;
    opacity: 0;
  }
  100% {
    top: 15px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes samen-action1 {
  0% {
    top: 386px;
    left: -649px;
    opacity: 0;
  }
  100% {
    top: 15px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes samen-action1 {
  0% {
    top: 386px;
    left: -649px;
    opacity: 0;
  }
  100% {
    top: 15px;
    left: 0px;
    opacity: 1;
  }
}
.samen #samen-action2 {
  height: 240px;
  margin-top: 240px;
  position: relative;
  margin-bottom: 0px;
}
.samen #samen-action2 h1,
.samen #samen-action2 h2{
  position: absolute;
  text-align: left;
  font-size: 120px !important;
  line-height: 120px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  z-index: 9;
  top: 70px;
  left: -1000px;
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action2-before;
}
@-webkit-keyframes samen-action2-before {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 1000px;
    opacity: 0;
  }
}
@-moz-keyframes samen-action2-before {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 1000px;
    opacity: 0;
  }
}
@-o-keyframes samen-action2-before {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 1000px;
    opacity: 0;
  }
}
@keyframes samen-action2-before {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 1000px;
    opacity: 0;
  }
}
.samen #samen-action2 h1 strong,
.samen #samen-action2 h2 strong{
  font-size: 120px !important;
  line-height: 120px !important;
  font-weight: 800 !important;
}
.samen #samen-action2.active h1,
.samen #samen-action2.active h2{
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action2;
}
@-webkit-keyframes samen-action2 {
  0% {
    left: 1000px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes samen-action2 {
  0% {
    left: 1000px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes samen-action2 {
  0% {
    left: 1000px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes samen-action2 {
  0% {
    left: 1000px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
.samen #samen-action3 {
  height: 0px;
  margin-top: -150px;
  margin-bottom: 300px;
}
.samen #samen-action3 .samen-green-line2 {
  position: absolute;
  top: -2420px;
  left: 4120px;
  z-index: 8;
  width: 3000px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action3-before;
}
@-webkit-keyframes samen-action3-before {
  0% {
    top: 540px;
    left: -800px;
    opacity: 1;
  }
  100% {
    top: -2300px;
    left: 4120px;
    opacity: 0;
  }
}
@-moz-keyframes samen-action3-before {
  0% {
    top: 540px;
    left: -800px;
    opacity: 1;
  }
  100% {
    top: -2300px;
    left: 4120px;
    opacity: 0;
  }
}
@-o-keyframes samen-action3-before {
  0% {
    top: 540px;
    left: -800px;
    opacity: 1;
  }
  100% {
    top: -2300px;
    left: 4120px;
    opacity: 0;
  }
}
@keyframes samen-action3-before {
  0% {
    top: 540px;
    left: -800px;
    opacity: 1;
  }
  100% {
    top: -2300px;
    left: 4120px;
    opacity: 0;
  }
}
.samen #samen-action3.active .samen-green-line2 {
  animation-duration: 700ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action3;
}
@-webkit-keyframes samen-action3 {
  0% {
    top: -2300px;
    left: 4120px;
    opacity: 0;
  }
  100% {
    top: 540px;
    left: -800px;
    opacity: 1;
  }
}
@-moz-keyframes samen-action3 {
  0% {
    top: -2300px;
    left: 4120px;
    opacity: 0;
  }
  100% {
    top: 540px;
    left: -800px;
    opacity: 1;
  }
}
@-o-keyframes samen-action3 {
  0% {
    top: -2300px;
    left: 4120px;
    opacity: 0;
  }
  100% {
    top: 540px;
    left: -800px;
    opacity: 1;
  }
}
@keyframes samen-action3 {
  0% {
    top: -2300px;
    left: 4120px;
    opacity: 0;
  }
  100% {
    top: 540px;
    left: -800px;
    opacity: 1;
  }
}
.samen #samen-action4 {
  height: 0px;
  margin-bottom: 0px;
  position: relative;
}
.samen #samen-action4 .samen-green-line3 {
  position: absolute;
  top: -490px;
  right: -1014px;
  z-index: 8;
  width: 400px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action4-before;
}
@-webkit-keyframes samen-action4-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
@-moz-keyframes samen-action4-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
@-o-keyframes samen-action4-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
@keyframes samen-action4-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
.samen #samen-action4.active .samen-green-line3 {
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action4;
}
@-webkit-keyframes samen-action4 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
@-moz-keyframes samen-action4 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
@-o-keyframes samen-action4 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
@keyframes samen-action4 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
.samen #samen-action5 {
  height: 220px;
  margin-top: 0px;
  position: relative;
  padding-right: 0%;
}
.samen #samen-action5 .wpb_wrapper {
  width: 600px;
  position: absolute;
  top: 0px;
  left: 1000px;
  z-index: 8;
  opacity: 0;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action5-before;
}
@-webkit-keyframes samen-action5-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@-moz-keyframes samen-action5-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@-o-keyframes samen-action5-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@keyframes samen-action5-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
.samen #samen-action5.active .wpb_wrapper {
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action5;
}
@-webkit-keyframes samen-action5 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes samen-action5 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes samen-action5 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes samen-action5 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
.samen #samen-action6 {
  height: 0px;
  margin-bottom: 0px;
  position: relative;
  margin-top: -210px;
}
.samen #samen-action6 .samen-green-line4 {
  position: absolute;
  top: -490px;
  right: -1014px;
  z-index: 8;
  width: 400px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action6-before;
}
@-webkit-keyframes samen-action6-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
@-moz-keyframes samen-action6-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
@-o-keyframes samen-action6-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
@keyframes samen-action6-before {
  0% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
  100% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
}
.samen #samen-action6.active .samen-green-line4 {
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action6;
}
@-webkit-keyframes samen-action6 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
@-moz-keyframes samen-action6 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
@-o-keyframes samen-action6 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
@keyframes samen-action6 {
  0% {
    top: -490px;
    right: -1014px;
    opacity: 0;
  }
  100% {
    top: 20px;
    right: -128px;
    opacity: 1;
  }
}
.samen #samen-action7 {
  height: 210px;
  margin-bottom: 0px;
  position: relative;
  margin-top: 260px;
}
.samen #samen-action7 .samen-icon-text {
  position: absolute;
  width: 295px;
  height: 182px;
  top: 0px;
  right: 130px;
  z-index: 8;
}
.samen #samen-action7 .samen-icon-text .iconsvg {
  position: relative;
  width: 240px;
  height: 100px;
  top: 0px;
  left: 30px;
  z-index: 8;
  overflow: hidden;
}
.samen #samen-action7 .samen-icon-text .iconsvg:before {
  content: "";
  width: 240px;
  height: 100px;
  top: 200px;
  position: absolute;
  right: 0px;
  background-image: url(../img/home/klant-rating.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action7-before;
}
@-webkit-keyframes samen-action7-before {
  0% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  40% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  100% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
}
@-moz-keyframes samen-action7-before {
  0% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  40% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  100% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
}
@-o-keyframes samen-action7-before {
  0% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  40% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  100% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
}
@keyframes samen-action7-before {
  0% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  40% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  100% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
}
.samen #samen-action7 .samen-icon-text .textsvg {
  position: absolute;
  width: 295px;
  height: 82px;
  top: 100px;
  right: 0px;
  z-index: 8;
  overflow: hidden;
}
.samen #samen-action7 .samen-icon-text .textsvg .number {
  width: 295px;
  height: 56px;
  position: absolute;
  top: 0px;
  left: -300px;
  font-size: 56px;
  line-height: 56px;
  font-weight: 900;
  text-align: center;
  font-family: "Barlow";
  color: #82AF29;
  letter-spacing: 2px;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action71-before;
}
@-webkit-keyframes samen-action71-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  10% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  30% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
}
@-moz-keyframes samen-action71-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  10% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  30% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
}
@-o-keyframes samen-action71-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  10% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  30% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
}
@keyframes samen-action71-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  10% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  30% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
}
.samen #samen-action7 .samen-icon-text .textsvg .numbertext {
  width: 295px;
  height: 16px;
  position: absolute;
  top: 56px;
  left: 300px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  font-family: "Barlow";
  color: #82AF29;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 3px;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action72-before;
}
@-webkit-keyframes samen-action72-before {
  0% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  1% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  20% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  100% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
}
@-moz-keyframes samen-action72-before {
  0% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  1% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  20% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  100% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
}
@-o-keyframes samen-action72-before {
  0% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  1% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  20% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  100% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
}
@keyframes samen-action72-before {
  0% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  1% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  20% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  100% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
}
.samen #samen-action7.active .iconsvg:before {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action7;
}
@-webkit-keyframes samen-action7 {
  0% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  1% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
}
@-moz-keyframes samen-action7 {
  0% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  1% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
}
@-o-keyframes samen-action7 {
  0% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  1% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
}
@keyframes samen-action7 {
  0% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  1% {
    top: 200px;
    right: 0px;
    opacity: 0;
  }
  20% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
}
.samen #samen-action7.active .textsvg .number {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action71;
}
@-webkit-keyframes samen-action71 {
  0% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  20% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes samen-action71 {
  0% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  20% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes samen-action71 {
  0% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  20% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes samen-action71 {
  0% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  20% {
    top: 0px;
    left: -300px;
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
.samen #samen-action7.active .textsvg .numbertext {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action72;
}
@-webkit-keyframes samen-action72 {
  0% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  30% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  50% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes samen-action72 {
  0% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  30% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  50% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes samen-action72 {
  0% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  30% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  50% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes samen-action72 {
  0% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  30% {
    top: 56px;
    left: 300px;
    opacity: 0;
  }
  50% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 56px;
    left: 0px;
    opacity: 1;
  }
}
.samen #samen-action8 {
  height: 130px;
  margin-top: 0px;
  position: relative;
  padding-right: 0%;
}
.samen #samen-action8 .wpb_wrapper {
  width: 600px;
  position: absolute;
  top: 0px;
  left: 1000px;
  z-index: 8;
  opacity: 0;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action8-before;
}
@-webkit-keyframes samen-action8-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@-moz-keyframes samen-action8-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@-o-keyframes samen-action8-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@keyframes samen-action8-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
.samen #samen-action8.active .wpb_wrapper {
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action8;
}
@-webkit-keyframes samen-action8 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes samen-action8 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes samen-action8 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes samen-action8 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
.samen #samen-action9 {
  height: 0px;
  margin-bottom: 0px;
  position: relative;
}
.samen #samen-action9 .samen-green-line5 {
  position: absolute;
  top: 510px;
  left: -860px;
  z-index: 8;
  width: 700px;
  height: 4px;
  margin-bottom: 0px !important;
  transform: rotate(-30deg);
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action9-before;
}
@-webkit-keyframes samen-action9-before {
  0% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  30% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  50% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  100% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
}
@-moz-keyframes samen-action9-before {
  0% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  30% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  50% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  100% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
}
@-o-keyframes samen-action9-before {
  0% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  30% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  50% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  100% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
}
@keyframes samen-action9-before {
  0% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  30% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  50% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  100% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
}
.samen #samen-action9 .samen-green-line5:before {
  content: "";
  width: 800px;
  height: 400px;
  top: -400px;
  left: 37px;
  background-color: #ffffff;
  position: absolute;
  transform: rotate(0deg);
  clip-path: polygon(29% 0%, 100% 72%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(29% 0%, 100% 72%, 100% 100%, 0 100%);
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action9-lineground-before;
}
@-webkit-keyframes samen-action9-lineground-before {
  0% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  23% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes samen-action9-lineground-before {
  0% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  23% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes samen-action9-lineground-before {
  0% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  23% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes samen-action9-lineground-before {
  0% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  23% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.samen #samen-action9.active .samen-green-line5 {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action9;
}
@-webkit-keyframes samen-action9 {
  0% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  2% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  20% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  100% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
}
@-moz-keyframes samen-action9 {
  0% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  2% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  20% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  100% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
}
@-o-keyframes samen-action9 {
  0% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  2% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  20% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  100% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
}
@keyframes samen-action9 {
  0% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  2% {
    top: 510px;
    left: -860px;
    opacity: 0;
  }
  20% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
  100% {
    top: 100px;
    left: -150px;
    opacity: 1;
  }
}
.samen #samen-action9.active .samen-green-line5:before {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action9-lineground;
}
@-webkit-keyframes samen-action9-lineground {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes samen-action9-lineground {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes samen-action9-lineground {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes samen-action9-lineground {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.samen #samen-action10 {
  height: 505px;
  margin-bottom: 0px;
  position: relative;
}
.samen #samen-action10 .vc_single_image-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 7;
  width: 505px;
  height: 505px;
  opacity: 0;
  margin-bottom: 0px !important;
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action10-before;
}
@-webkit-keyframes samen-action10-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  5% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  20% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
}
@-moz-keyframes samen-action10-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  5% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  20% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
}
@-o-keyframes samen-action10-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  5% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  20% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
}
@keyframes samen-action10-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  5% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  20% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
}
.samen #samen-action10.active .vc_single_image-wrapper {
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action10;
}
@-webkit-keyframes samen-action10 {
  0% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  25% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes samen-action10 {
  0% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  25% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes samen-action10 {
  0% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  25% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes samen-action10 {
  0% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  25% {
    top: -300px;
    left: 0px;
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  40% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
.samen #samen-action11 {
  height: 68px;
  margin-top: 0px;
  position: relative;
}
.samen #samen-action11 .wpb_wrapper {
  width: 600px;
  position: absolute;
  top: 0px;
  left: 1000px;
  z-index: 8;
  opacity: 0;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action11-before;
}
@-webkit-keyframes samen-action11-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@-moz-keyframes samen-action11-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@-o-keyframes samen-action11-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@keyframes samen-action11-before {
  0% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
.samen #samen-action11.active .wpb_wrapper {
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action11;
}
@-webkit-keyframes samen-action11 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes samen-action11 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes samen-action11 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes samen-action11 {
  0% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
.samen #samen-action12 {
  height: 60px;
  margin-top: 0px;
  position: relative;
  left: -400px;
  opacity: 0;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action12-before;
}
@-webkit-keyframes samen-action12-before {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 400px;
    opacity: 0;
  }
}
@-moz-keyframes samen-action12-before {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 400px;
    opacity: 0;
  }
}
@-o-keyframes samen-action12-before {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 400px;
    opacity: 0;
  }
}
@keyframes samen-action12-before {
  0% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 400px;
    opacity: 0;
  }
}
.samen #samen-action12.active {
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action12;
}
@-webkit-keyframes samen-action12 {
  0% {
    left: 400px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes samen-action12 {
  0% {
    left: 400px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes samen-action12 {
  0% {
    left: 400px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes samen-action12 {
  0% {
    left: 400px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
.samen.active:before {
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: samen-action0;
}
@-webkit-keyframes samen-action0 {
  0% {
    top: 120px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-moz-keyframes samen-action0 {
  0% {
    top: 120px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@-o-keyframes samen-action0 {
  0% {
    top: 120px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}
@keyframes samen-action0 {
  0% {
    top: 120px;
    left: 0px;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}

.single-offerte .default-header-500 {
  background-size: cover;
}

.offerte-cover .offerte-intro {
  padding-right: 6%;
  font-weight: 400;
  font-family: "Barlow";
  color: #2A302D;
  font-size: 26px;
  line-height: 34px;
}
.offerte-cover .offerte-intro strong {
  background-color: #82AF29;
  font-weight: 400;
  color: #ffffff;
  font-style: inherit;
  padding: 2px 6px;
}
.offerte-cover .tabs_list_cover {
  float: left;
  margin-top: 40px;
  width: 100%;
  display: block;
  max-width: 1360px;
  padding-left: 30px;
}
.offerte-cover .tabs_list_cover h2 {
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
  font-family: "Barlow";
  color: #2A302D;
  text-transform: uppercase;
  padding-left: 45px;
  margin-bottom: 20px;
}
.offerte-cover .tabs_list_cover h2 strong {
  color: #82AF29;
}
.offerte-cover .tabs_list_cover .tabs {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
}
.offerte-cover .tabs_list_cover .tabs .left-arrow {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 50px;
  height: 50px;
  background-color: #82AF29;
  cursor: pointer;
  z-index: 11;
}
.offerte-cover .tabs_list_cover .tabs .left-arrow i {
  font-size: 26px;
  top: 12px;
  position: absolute;
  left: 13px;
  color: #ffffff;
}
.offerte-cover .tabs_list_cover .tabs .left-arrow.hide {
  display: none;
}
.offerte-cover .tabs_list_cover .tabs .right-arrow {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #82AF29;
  cursor: pointer;
  z-index: 11;
}
.offerte-cover .tabs_list_cover .tabs .right-arrow i {
  font-size: 26px;
  top: 12px;
  position: absolute;
  left: 13px;
  color: #ffffff;
}
.offerte-cover .tabs_list_cover .tabs .right-arrow.hide {
  display: none;
}
.offerte-cover .tabs_list_cover .tabs .tab-items {
  height: 60px;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
}
.offerte-cover .tabs_list_cover .tabs .tab-items ul {
  padding-left: 0px;
  list-style: none;
  height: 60px;
  margin-bottom: 0px;
  display: flex;
}
.offerte-cover .tabs_list_cover .tabs .tab-items ul li {
  float: left;
  height: 50px;
  width: max-content;
  margin-top: 10px;
  line-height: 50px;
  margin-bottom: 0px;
  padding: 0px 0px;
  margin-right: 10px;
  background-color: #EFEFEF;
  font-size: 16px;
  color: #2A302D;
  font-family: "Barlow";
  font-weight: 400;
  cursor: pointer;
}
.offerte-cover .tabs_list_cover .tabs .tab-items ul li a {
  color: #2A302D;
  text-decoration: none;
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
  display: block;
}
.offerte-cover .tabs_list_cover .tabs .tab-items ul li.active {
  height: 60px;
  line-height: 60px;
  margin-top: 0px;
  background-color: #F9F9F9;
  color: #82AF29;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.offerte-cover .tabs_list_cover .tabs .tab-items ul li.active a {
  color: #82AF29;
  text-decoration: none;
  padding: 0px 20px;
  height: 60px;
  line-height: 60px;
  display: block;
}
.offerte-cover .tabs_list_cover .tabs .tab-items ul li.active:hover {
  height: 60px;
  line-height: 60px;
  margin-top: 0px;
  background-color: #F9F9F9;
  color: #82AF29;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.offerte-cover .tabs_list_cover .tabs .tab-items ul li:hover {
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  background-color: #F9F9F9;
  color: #82AF29;
  font-weight: 400;
}
.offerte-cover .content_cover {
  width: 100%;
  margin-bottom: 100px;
  background-color: #F9F9F9;
  float: left;
  padding: 60px 50px;
}
.offerte-cover .content_cover .content_container {
  width: calc(70% - 30px);
  margin-right: 30px;
  float: left;
  max-width: 715px;
}
.offerte-cover .content_cover .content_container .intro2 {
  font-weight: 400;
  font-family: "Barlow";
  color: #2A302D;
  font-size: 22px;
  line-height: 30px;
}
.offerte-cover .content_cover .content_container .intro2 strong {
  background-color: #82AF29;
  font-weight: 400;
  color: #ffffff;
  font-style: inherit;
  padding: 2px 6px;
}
.offerte-cover .content_cover .content_container .timeline {
  float: left;
  display: block;
  width: 100%;
}
.offerte-cover .content_cover .content_container .timeline h4 {
  margin-top: 30px;
  font-weight: 700;
}
.offerte-cover .content_cover .content_container .timeline .timecover {
  height: 118px;
  width: 100%;
  display: block;
  position: relative;
  margin-top: 20px;
}
.offerte-cover .content_cover .content_container .timeline .timecover .line {
  height: 2px;
  width: 100%;
  display: block;
  background-color: #82AF29;
  position: absolute;
  top: 72px;
  background: #82af29;
  background: linear-gradient(90deg, #82af29 0%, #82af29 35%, #82af29 74%, #f9f9f9 100%);
}
.offerte-cover .content_cover .content_container .timeline .timecover .bullet {
  width: 92px;
  height: 100px;
  position: absolute;
  top: 0px;
}
.offerte-cover .content_cover .content_container .timeline .timecover .bullet .tag {
  position: absolute;
  width: 32px;
  height: 55px;
  top: 26px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.offerte-cover .content_cover .content_container .timeline .timecover .bullet .tag.green {
  background-image: url(../img/content/timeline-green.svg);
}
.offerte-cover .content_cover .content_container .timeline .timecover .bullet .tag.black {
  background-image: url(../img/content/timeline-black.svg);
}
.offerte-cover .content_cover .content_container .timeline .timecover .bullet .tag.white {
  background-image: url(../img/content/timeline-white.svg);
}
.offerte-cover .content_cover .content_container .timeline .timecover .bullet .jaar {
  font-family: "Barlow";
  position: absolute;
  top: 80px;
  left: 3px;
  width: 80px;
}
.offerte-cover .content_cover .content_container .timeline .timecover .bullet .jaar-title {
  font-family: "Barlow";
  position: absolute;
  top: 0px;
  left: 7px;
  width: 80px;
  font-weight: 600;
}
.offerte-cover .content_cover .content_container .timeline .timecover .bullet.pos1 {
  left: 0px;
}
.offerte-cover .content_cover .content_container .timeline .timecover .bullet.pos2 {
  left: 140px;
}
.offerte-cover .content_cover .content_container .timeline .timecover .bullet.pos3 {
  left: 280px;
}
.offerte-cover .content_cover .content_container .timeline .timecover .bullet.pos4 {
  left: 420px;
}
.offerte-cover .content_cover .content_container .timeline .timecover .bullet.pos5 {
  left: 560px;
}
.offerte-cover .content_cover .content_container .lokatie {
  margin-top: 32px;
  float: left;
  width: 100%;
}
.offerte-cover .content_cover .content_container .lokatie h4 {
  margin-top: 30px;
  font-weight: 700;
}
.offerte-cover .content_cover .content_container .lokatie .lokatiecover {
  margin-top: 20px;
}
.offerte-cover .content_cover .content_container .lokatie .lokatiecover .left {
  float: left;
  width: 50%;
  height: 140px;
  font-family: "Barlow";
}
.offerte-cover .content_cover .content_container .lokatie .lokatiecover .left div {
  line-height: 28px;
  font-size: 18px;
}
.offerte-cover .content_cover .content_container .lokatie .lokatiecover .left .address_title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.offerte-cover .content_cover .content_container .lokatie .lokatiecover .right {
  float: left;
  width: 50%;
  height: 140px;
  font-family: "Barlow";
}
.offerte-cover .content_cover .content_container .lokatie .lokatiecover .right div {
  line-height: 28px;
  font-size: 18px;
}
.offerte-cover .content_cover .content_container .lokatie .lokatiecover .right .contactperoon .phone {
  position: relative;
  color: #82AF29;
  padding-left: 24px;
}
.offerte-cover .content_cover .content_container .lokatie .lokatiecover .right .contactperoon .phone i {
  position: absolute;
  top: 2px;
  left: 0px;
}
.offerte-cover .content_cover .content_container .lokatie .lokatiecover .right .contactperoon .email {
  position: relative;
  color: #82AF29;
  padding-left: 24px;
}
.offerte-cover .content_cover .content_container .lokatie .lokatiecover .right .contactperoon .email i {
  position: absolute;
  top: 2px;
  left: 0px;
}
.offerte-cover .content_cover .content_container .lokatie .lokatiecover .right .contact_title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.offerte-cover .content_cover .content_container .google {
  margin-top: 32px;
  float: left;
  width: 100%;
}
.offerte-cover .content_cover .content_container .google .googlecover .tabs {
  height: 60px;
  float: left;
  width: 100%;
}
.offerte-cover .content_cover .content_container .google .googlecover .tabs .item-1,
.offerte-cover .content_cover .content_container .google .googlecover .tabs .item-2 {
  float: left;
  display: block;
  height: 50px;
  line-height: 50px;
  margin-right: 6px;
  padding: 0px 20px;
  background-color: #EFEFEF;
  margin-top: 10px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Barlow";
}
.offerte-cover .content_cover .content_container .google .googlecover .tabs .item-1.active,
.offerte-cover .content_cover .content_container .google .googlecover .tabs .item-2.active {
  height: 60px;
  line-height: 60px;
  margin-top: 0px;
  background-color: #ffffff;
  color: #82AF29;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.offerte-cover .content_cover .content_container .google .googlecover .tabdatacover {
  padding: 10px;
  float: left;
  background-color: #ffffff;
}
.offerte-cover .content_cover .content_container .google .googlecover .tabdatacover .item-1,
.offerte-cover .content_cover .content_container .google .googlecover .tabdatacover .item-2 {
  width: 695px;
  height: 450px;
  float: left;
  display: none;
}
.offerte-cover .content_cover .content_container .google .googlecover .tabdatacover .item-1.active,
.offerte-cover .content_cover .content_container .google .googlecover .tabdatacover .item-2.active {
  display: block;
}
.offerte-cover .content_cover .content_container .google .googlecover .tabdatacover .item-2 {
  padding: 0px;
}
.offerte-cover .content_cover .content_container .google .googlecover .tabdatacover .item-2 a {
  display: block;
  height: 100px;
  width: 100px;
  float: left;
  margin: 10px;
}
.offerte-cover .content_cover .content_container .google .googlecover .tabdatacover .item-2 a img {
  height: 100px;
  width: 100px;
}
.offerte-cover .content_cover .content_container .dakgegevens {
  margin-top: 32px;
  float: left;
  width: 100%;
}
.offerte-cover .content_cover .content_container .dakgegevens h4 {
  margin-top: 30px;
  font-weight: 700;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabs {
  height: 60px;
  float: left;
  width: 100%;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabs div {
  float: left;
  display: block;
  height: 50px;
  line-height: 50px;
  margin-right: 6px;
  padding: 0px 20px;
  background-color: #EFEFEF;
  margin-top: 10px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Barlow";
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabs div.active {
  height: 60px;
  line-height: 60px;
  margin-top: 0px;
  background-color: #ffffff;
  color: #82AF29;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover {
  padding: 10px;
  float: left;
  background-color: #ffffff;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div {
  width: 695px;
  height: auto;
  float: left;
  display: none;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div.active {
  display: block;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div .dak_gallery {
  display: block;
  float: left;
  padding: 0px;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div .dak_gallery a {
  display: block;
  height: 100px;
  width: 100px;
  float: left;
  margin: 10px;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div .dak_gallery a img {
  height: 100px;
  width: 100px;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div .dak_listing {
  display: block;
  float: left;
  width: 100%;
  padding: 0px 10px;
  margin-top: 6px;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div .dak_listing .dak_listing_item {
  display: block;
  float: left;
  width: 100%;
  height: 66px;
  border-top: 2px solid #E3E4E4;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div .dak_listing .dak_listing_item.total {
  border-top: none;
  background-color: #F9F9F9;
  padding: 0px 20px;
  margin-bottom: 40px;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div .dak_listing .dak_listing_item.last {
  margin-bottom: 0px;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div .dak_listing .dak_listing_item .text {
  line-height: 66px;
  float: left;
  display: inline-block;
  font-family: "Barlow";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2A302D;
  font-weight: 700;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div .dak_listing .dak_listing_item .data {
  line-height: 66px;
  float: right;
  display: inline-block;
  width: 180px;
  text-align: right;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div .dak_listing .dak_listing_item .data .true {
  float: left;
  display: inline-block;
  font-family: "Barlow";
  width: 90px;
  position: relative;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div .dak_listing .dak_listing_item .data .true:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 25px;
  left: 42px;
  background-color: #F4F4F4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div .dak_listing .dak_listing_item .data .true.check:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 29px;
  left: 46px;
  background-color: #82AF29;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div .dak_listing .dak_listing_item .data .false {
  float: left;
  display: inline-block;
  font-family: "Barlow";
  width: 90px;
  position: relative;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div .dak_listing .dak_listing_item .data .false:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 25px;
  left: 36px;
  background-color: #F4F4F4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.offerte-cover .content_cover .content_container .dakgegevens .dakgegevenscover .tabdatacover > div .dak_listing .dak_listing_item .data .false.check:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 29px;
  left: 40px;
  background-color: #82AF29;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.offerte-cover .content_cover .content_container #offertetableblock {
  height: 20px;
  width: 100%;
  float: left;
}
.offerte-cover .content_cover .content_container .overig {
  margin-top: 42px;
  float: left;
  width: 100%;
}
.offerte-cover .content_cover .content_container .overig h4 {
  margin-top: 30px;
  font-weight: 700;
  margin-bottom: 28px;
}
.offerte-cover .content_cover .content_container .overig .overigcover {
  float: left;
  display: block;
  width: 100%;
}
.offerte-cover .content_cover .content_container .overig .overigcover h6 {
  font-size: 16px;
  line-height: 18px;
  font-family: "Barlow";
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0px;
  width: 100%;
}
.offerte-cover .content_cover .content_container .overig .overigcover .line {
  height: 2px;
  width: 100%;
  float: left;
  display: block;
  background-color: #E3E4E4;
  margin: 20px 0px;
}
.offerte-cover .content_cover .content_container .overig .overigcover .para {
  letter-spacing: 0px;
}
.offerte-cover .content_cover .content_container .overig .overigcover .checkboxcover {
  float: left;
  display: block;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  line-height: 36px;
  color: #9FA2A0;
}
.offerte-cover .content_cover .content_container .overig .overigcover .checkboxcover.check {
  color: #2A302D;
}
.offerte-cover .content_cover .content_container .overig .overigcover .checkboxcover.check .checkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  left: 0px;
  font-size: 18px;
  color: #2A302D;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.offerte-cover .content_cover .content_container .overig .overigcover .checkboxcover.check .checkbox i {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  color: #82AF29;
}
.offerte-cover .content_cover .content_container .overig .overigcover .checkboxcover .checkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  left: 0px;
  font-size: 18px;
  color: #2A302D;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.offerte-cover .content_cover .content_container .overig .overigcover .checkboxcover .checkbox i {
  display: none;
}
.offerte-cover .content_cover .content_container .overig .overigcover .radiocover {
  float: left;
  display: block;
  position: relative;
  font-weight: 400;
  width: 100%;
}
.offerte-cover .content_cover .content_container .overig .overigcover .radiocover .text {
  float: left;
  line-height: 36px;
}
.offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data {
  line-height: 36px;
  float: right;
  display: inline-block;
  width: 180px;
  text-align: right;
}
.offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .true {
  float: left;
  display: inline-block;
  font-family: "Barlow";
  width: 90px;
  position: relative;
}
.offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .true:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 42px;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .true.check:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 14px;
  left: 46px;
  background-color: #82AF29;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .false {
  float: left;
  display: inline-block;
  font-family: "Barlow";
  width: 90px;
  position: relative;
}
.offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .false:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 36px;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .false.check:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 14px;
  left: 40px;
  background-color: #82AF29;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.offerte-cover .content_cover .content_container .overig .overigcover .bereikbaarheid_listing {
  display: block;
  width: 100%;
  float: left;
}
.offerte-cover .content_cover .content_container .overig .overigcover .bereikbaarheid_listing .bereikbaarheid_listing_item {
  width: 100%;
  float: left;
  display: block;
  font-family: "Barlow";
}
.offerte-cover .content_cover .content_container .overig .overigcover .bereikbaarheid_listing .bereikbaarheid_listing_item .left {
  width: 315px;
  float: left;
  display: block;
}
.offerte-cover .content_cover .content_container .overig .overigcover .bereikbaarheid_listing .bereikbaarheid_listing_item .leftfull {
  width: 100%;
  float: left;
  display: block;
}
.offerte-cover .content_cover .content_container .overig .overigcover .bereikbaarheid_listing .bereikbaarheid_listing_item .right {
  width: 400px;
  float: left;
  display: block;
}
.offerte-cover .content_cover .content_container .offerte_table {
  display: block;
  float: left;
  width: 100%;
  padding: 50px 40px;
  margin-top: 80px;
  background-color: #ffffff;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_head {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_head .title {
  color: #82AF29;
  font-family: "Barlow";
  text-transform: uppercase;
  font-weight: 800;
  font-size: 44px;
  line-height: 44px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_head .address {
  color: #2A302D;
  font-family: "Barlow";
  text-transform: uppercase;
  font-weight: 800;
  font-size: 44px;
  line-height: 44px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_head .desc {
  color: #2A302D;
  font-family: "Barlow";
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 10px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_head .desc strong {
  color: #82AF29;
  font-weight: 400;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover {
  display: block;
  float: left;
  width: 635px;
  font-size: 14px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .line {
  display: block;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #2A302D;
  margin: 4px 0px 12px 0px;
  float: left;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .line2 {
  display: block;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #2A302D;
  margin: 16px 0px 16px 0px;
  float: left;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head {
  display: block;
  float: left;
  width: 635px;
  font-size: 14px;
  height: 36px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head > div {
  font-size: 14px;
  line-height: 14px;
  height: 30px;
  font-family: "Barlow";
  font-weight: 600;
  text-align: center;
  display: table-cell;
  vertical-align: bottom;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .one {
  width: 65px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .two {
  width: 80px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .three {
  width: 80px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .four {
  width: 82px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .five {
  width: 82px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .six {
  width: 82px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .seven {
  width: 82px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .eight {
  width: 82px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .nine {
  width: 82px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head {
  display: block;
  float: left;
  width: 635px;
  font-size: 14px;
  height: 36px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head > div {
  font-size: 14px;
  line-height: 14px;
  height: 36px;
  font-family: "Barlow";
  font-weight: 400;
  text-align: right;
  padding-right: 6px;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #D4D6D5;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .one {
  width: 65px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  text-align: left;
  padding-left: 6px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .two {
  width: 80px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .three {
  width: 80px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .four {
  width: 82px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .five {
  width: 82px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .six {
  width: 82px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .seven {
  width: 82px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .eight {
  width: 82px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .nine {
  width: 82px;
  border-right: none;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data {
  display: block;
  float: left;
  width: 635px;
  font-size: 14px;
  height: 36px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data.grey {
  background-color: #F9F9F9;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data > div {
  font-size: 16px;
  line-height: 16px;
  height: 36px;
  font-family: "Barlow";
  font-weight: 400;
  text-align: right;
  padding-right: 6px;
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #D4D6D5;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .one {
  width: 65px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  text-align: left;
  padding-left: 6px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .two {
  width: 80px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .three {
  width: 80px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .four {
  width: 82px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .five {
  width: 82px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .six {
  width: 82px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .seven {
  width: 82px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .eight {
  width: 82px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .nine {
  width: 82px;
  border-right: none;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data {
  display: block;
  float: left;
  width: 635px;
  font-size: 14px;
  height: 36px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data.total .text {
  font-size: 14px;
  line-height: 14px;
  height: 36px;
  font-family: "Barlow";
  font-weight: 600;
  text-align: left;
  padding-right: 0px;
  float: left;
  border-right: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data.total .amount {
  font-size: 26px;
  line-height: 26px;
  height: 36px;
  font-family: "Barlow";
  color: #82AF29;
  font-weight: 600;
  text-align: right;
  padding-right: 0px;
  float: right;
  border-right: none;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-top: 0px;
}
.offerte-cover .content_cover .content_container .offerte_approval_onclick {
  display: block;
  float: left;
  width: 100%;
  padding: 30px 30px;
  margin-top: 10px;
  background-color: #82AF29;
  font-family: "Barlow";
  display: none;
}
.offerte-cover .content_cover .content_container .offerte_approval_onclick .title {
  color: #ffffff;
  font-family: "Barlow";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
}
.offerte-cover .content_cover .content_container .offerte_approval_onclick .offerte_approval_head {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
}
.offerte-cover .content_cover .content_container .offerte_approval_onclick .offerte_approval_head .desc {
  font-size: 18px;
  line-height: 22px;
  font-family: "Barlow";
  color: #ffffff;
}
.offerte-cover .content_cover .content_container .offerte_approval {
  display: block;
  float: left;
  width: 100%;
  padding: 30px 30px;
  margin-top: 10px;
  background-color: #ffffff;
}
.offerte-cover .content_cover .content_container .offerte_approval.approved {
  background-color: #82AF29;
}
.offerte-cover .content_cover .content_container .offerte_approval.approved .title {
  color: #ffffff;
}
.offerte-cover .content_cover .content_container .offerte_approval.approved .offerte_approval_head .desc {
  font-size: 18px;
  line-height: 22px;
  font-family: "Barlow";
  color: #ffffff;
}
.offerte-cover .content_cover .content_container .offerte_approval .title {
  color: #2A302D;
  font-family: "Barlow";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .desc {
  font-size: 16px;
  line-height: 20px;
  font-family: "Barlow";
  color: #2A302D;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .fields {
  margin-top: 20px;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .fields.check1 {
  margin-top: 20px;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .fields.check2 {
  margin-top: 6px;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .fields .title {
  font-size: 16px;
  font-family: "Barlow";
  color: #2A302D;
  margin-bottom: 2px;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .fields .input {
  background-color: #F9F9F9;
  border: 1px solid #D4D6D5;
  color: #2A302D;
  padding: 0px;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .fields .input input {
  width: 100%;
  padding: 10px 15px;
  background-color: transparent;
  border: none;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .fields .checkbox {
  width: 100%;
  position: relative;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .fields .checkbox input {
  width: 22px;
  height: 22px;
  line-height: 24px;
  position: absolute;
  opacity: 0;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .fields .checkbox .checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 3px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  border: 1px solid #82AF29;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .fields .checkbox .checkmark i {
  content: "";
  position: absolute;
  display: none;
  color: #fff;
  top: -1px;
  left: 0px;
  font-size: 22px;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .fields .checkbox input:checked ~ .checkmark i {
  display: block;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .fields .checkbox input:checked ~ .checkmark {
  border: 1px solid #82AF29;
  background-color: #82AF29;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .fields .checkbox label {
  height: 22px;
  line-height: 24px;
  padding-left: 34px;
  font-size: 16px;
  font-family: "Barlow";
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .fields .checkbox label a {
  color: #82AF29;
  text-decoration: underline;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .c_button.disabled {
  display: none;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .c_button.enabled {
  display: block;
}
.offerte-cover .content_cover .content_container .offerte_approval .offerte_approval_head .c_button .accept_offer_by_klant {
  cursor: pointer;
}
.offerte-cover .content_cover .content_container .overige_offerte {
  display: block;
  float: left;
  width: 100%;
  padding: 30px 30px;
  margin-top: 80px;
  background-color: #ffffff;
}
.offerte-cover .content_cover .content_container .overige_offerte .title {
  color: #2A302D;
  font-family: "Barlow";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
}
.offerte-cover .content_cover .content_container .overige_offerte .overige_offerte_head {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  margin-top: 20px;
}
.offerte-cover .content_cover .content_container .overige_offerte .overige_offerte_head ul {
  list-style: none;
  padding-left: 0px;
  line-height: 26px;
}
.offerte-cover .content_cover .content_container .overige_offerte .overige_offerte_head ul li {
  color: #82AF29;
  padding: 4px 10px;
}
.offerte-cover .content_cover .content_container .overige_offerte .overige_offerte_head ul li:nth-child(even) {
  background-color: #F9F9F9;
}
.offerte-cover .content_cover .content_container .overige_offerte .overige_offerte_head ul li:hover {
  background-color: #F4F4F4;
}
.offerte-cover .content_cover .content_container .overige_offerte .overige_offerte_head ul li.nourl {
  color: #9FA2A0;
}
.offerte-cover .content_cover .content_container .overige_offerte .overige_offerte_head ul li a {
  color: #82AF29;
  font-family: "Barlow";
  font-weight: 600;
  display: block;
}
.offerte-cover .content_cover .content_container .overige_offerte .overige_offerte_head ul li a:hover {
  text-decoration: none;
}
.offerte-cover .content_cover .content_container .author_cover {
  display: block;
  float: left;
  width: 100%;
  height: 190px;
  margin-top: 80px;
  background-color: #ffffff;
}
.offerte-cover .content_cover .content_container .author_cover .author_cover_img {
  width: 190px;
  height: 190px;
  float: left;
}
.offerte-cover .content_cover .content_container .author_cover .author_cover_desc {
  float: left;
  display: block;
  padding: 24px;
}
.offerte-cover .content_cover .content_container .author_cover .author_cover_desc .opt0 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #2A302D;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Barlow";
}
.offerte-cover .content_cover .content_container .author_cover .author_cover_desc .opt1 {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  color: #82AF29;
  text-transform: uppercase;
}
.offerte-cover .content_cover .content_container .author_cover .author_cover_desc .opt1 strong {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  color: #2A302D;
  text-transform: uppercase;
}
.offerte-cover .content_cover .content_container .author_cover .author_cover_desc .opt2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #2A302D;
  margin-top: 2px;
  font-family: "Barlow";
}
.offerte-cover .content_cover .content_container .author_cover .author_cover_desc .opt3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #2A302D;
  margin-top: 10px;
}
.offerte-cover .content_cover .content_container .author_cover .author_cover_desc .opt3 a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Barlow";
  color: #82AF29;
  float: left;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
}
.offerte-cover .content_cover .content_container .author_cover .author_cover_desc .opt3 a i {
  top: 6px;
  position: absolute;
  left: 0px;
}
.offerte-cover .content_cover .content_container .author_cover .author_cover_desc .opt4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #2A302D;
}
.offerte-cover .content_cover .content_container .author_cover .author_cover_desc .opt4 a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Barlow";
  color: #82AF29;
  float: left;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
}
.offerte-cover .content_cover .content_container .author_cover .author_cover_desc .opt4 a i {
  top: 6px;
  position: absolute;
  left: 0px;
}
.offerte-cover .content_cover .content_sidebar {
  width: 30%;
  float: right;
}
.offerte-cover .content_cover .content_sidebar .nulmeting {
  width: 100%;
  float: left;
  display: block;
}
.offerte-cover .content_cover .content_sidebar .nulmeting .head {
  width: 100%;
  cursor: pointer;
  clip-path: polygon(100% 0, 100% 60%, 92% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 60%, 92% 100%, 0 100%, 0 0);
}
.offerte-cover .content_cover .content_sidebar .nulmeting .head .inner .title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding-left: 50px;
}
.offerte-cover .content_cover .content_sidebar .nulmeting .head .inner .title .icon-minus-24px {
  display: none;
}
.offerte-cover .content_cover .content_sidebar .nulmeting .head .inner .title i {
  right: 20px;
}
.offerte-cover .content_cover .content_sidebar .nulmeting .head .inner:before {
  content: "";
  width: 32px;
  height: 55px;
  background-image: url(../img/content/sidebar_check.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  top: 10px;
  left: 24px;
  background-color: transparent;
  opacity: 1;
}
.offerte-cover .content_cover .content_sidebar .nulmeting .head:hover .inner {
  clip-path: polygon(100% 0, 100% 57%, 92% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 57%, 92% 100%, 0 100%, 0 0);
  background-color: #82AF29;
  color: #ffffff;
}
.offerte-cover .content_cover .content_sidebar .nulmeting.active .head {
  background-color: #759D24 !important;
  clip-path: none;
  border-color: #759D24 !important;
}
.offerte-cover .content_cover .content_sidebar .nulmeting.active .head .inner {
  background-color: #759D24 !important;
  clip-path: none;
}
.offerte-cover .content_cover .content_sidebar .nulmeting.active .head .inner .title .icon-minus-24px {
  display: block;
}
.offerte-cover .content_cover .content_sidebar .nulmeting.active .head .inner .title .icon-plus-24px {
  display: none;
}
.offerte-cover .content_cover .content_sidebar .nulmeting.active .sidebar_content {
  display: block;
  background-color: #82AF29;
  float: left;
  padding: 25px;
}
.offerte-cover .content_cover .content_sidebar .nulmeting.active .sidebar_content ul {
  padding-left: 25px;
  list-style: none;
  margin-bottom: 0px;
}
.offerte-cover .content_cover .content_sidebar .nulmeting.active .sidebar_content ul li {
  font-family: "Barlow";
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
}
.offerte-cover .content_cover .content_sidebar .nulmeting.active .sidebar_content ul li i {
  font-size: 24px;
  position: absolute;
  top: 3px;
  left: -28px;
}
.offerte-cover .content_cover .content_sidebar .nulmeting.active .sidebar_content .line {
  height: 1px;
  width: 100%;
  background-color: #759D24;
  float: left;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.offerte-cover .content_cover .content_sidebar .nulmeting.active .sidebar_content .banner .title {
  font-family: "Barlow";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}
.offerte-cover .content_cover .content_sidebar .nulmeting.active .sidebar_content .banner .title strong {
  font-weight: 700;
  color: #2A302D;
}
.offerte-cover .content_cover .content_sidebar .nulmeting.active .sidebar_content .banner .image {
  content: "";
  width: 100px;
  height: 96px;
  float: left;
  position: relative;
  background-image: url(../img/content/imac-green.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.offerte-cover .content_cover .content_sidebar .nulmeting.active .sidebar_content .banner .desc {
  float: left;
  width: calc(100% - 110px);
  margin-left: 10px;
}
.offerte-cover .content_cover .content_sidebar .nulmeting.active .sidebar_content .banner .desc .txt {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Barlow";
}
.offerte-cover .content_cover .content_sidebar .nulmeting.active .sidebar_content .last {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Barlow";
}
.offerte-cover .content_cover .content_sidebar .nulmeting .sidebar_content {
  display: none;
}
.offerte-cover .content_cover .content_sidebar .inspectie {
  width: 100%;
  float: left;
  display: block;
}
.offerte-cover .content_cover .content_sidebar .inspectie .head {
  width: 100%;
  cursor: pointer;
  border-color: #82AF29 !important;
  clip-path: polygon(100% 0, 100% 60%, 92% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 60%, 92% 100%, 0 100%, 0 0);
}
.offerte-cover .content_cover .content_sidebar .inspectie .head .inner {
  background-color: #ffffff !important;
  clip-path: polygon(100% 0, 100% 58%, 92% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 58%, 92% 100%, 0 100%, 0 0);
}
.offerte-cover .content_cover .content_sidebar .inspectie .head .inner .title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #82AF29;
  padding-left: 50px;
}
.offerte-cover .content_cover .content_sidebar .inspectie .head .inner .title .icon-minus-24px {
  display: none;
}
.offerte-cover .content_cover .content_sidebar .inspectie .head .inner .title i {
  right: 20px;
}
.offerte-cover .content_cover .content_sidebar .inspectie .head .inner:before {
  content: "";
  width: 32px;
  height: 55px;
  background-image: url(../img/content/sidebar_check2.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  top: 10px;
  left: 24px;
  background-color: transparent;
  opacity: 1;
}
.offerte-cover .content_cover .content_sidebar .inspectie .head:hover .inner {
  clip-path: polygon(100% 0, 100% 57%, 92% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 57%, 92% 100%, 0 100%, 0 0);
  background-color: #82AF29;
  color: #ffffff;
}
.offerte-cover .content_cover .content_sidebar .inspectie.active .head {
  background-color: #F9F9F9 !important;
  clip-path: none;
  border-color: #759D24 !important;
  border-bottom: none;
}
.offerte-cover .content_cover .content_sidebar .inspectie.active .head .inner {
  background-color: #F9F9F9 !important;
  clip-path: none;
}
.offerte-cover .content_cover .content_sidebar .inspectie.active .head .inner .title .icon-minus-24px {
  display: block;
}
.offerte-cover .content_cover .content_sidebar .inspectie.active .head .inner .title .icon-plus-24px {
  display: none;
}
.offerte-cover .content_cover .content_sidebar .inspectie.active .sidebar_content {
  display: block;
  background-color: #ffffff;
  float: left;
  padding: 25px;
  border-left: 2px solid #82AF29;
  border-bottom: 2px solid #82AF29;
  border-right: 2px solid #82AF29;
}
.offerte-cover .content_cover .content_sidebar .inspectie.active .sidebar_content ul {
  padding-left: 25px;
  list-style: none;
  margin-bottom: 0px;
}
.offerte-cover .content_cover .content_sidebar .inspectie.active .sidebar_content ul li {
  font-family: "Barlow";
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
}
.offerte-cover .content_cover .content_sidebar .inspectie.active .sidebar_content ul li i {
  font-size: 24px;
  position: absolute;
  top: 3px;
  left: -28px;
}
.offerte-cover .content_cover .content_sidebar .inspectie.active .sidebar_content .line {
  height: 1px;
  width: 100%;
  background-color: #759D24;
  float: left;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.offerte-cover .content_cover .content_sidebar .inspectie.active .sidebar_content .banner .title {
  font-family: "Barlow";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}
.offerte-cover .content_cover .content_sidebar .inspectie.active .sidebar_content .banner .title strong {
  font-weight: 700;
  color: #2A302D;
}
.offerte-cover .content_cover .content_sidebar .inspectie.active .sidebar_content .banner .image {
  content: "";
  width: 100px;
  height: 96px;
  float: left;
  position: relative;
  background-image: url(../img/content/imac-green.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.offerte-cover .content_cover .content_sidebar .inspectie.active .sidebar_content .banner .desc {
  float: left;
  width: calc(100% - 110px);
  margin-left: 10px;
}
.offerte-cover .content_cover .content_sidebar .inspectie.active .sidebar_content .banner .desc .txt {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Barlow";
}
.offerte-cover .content_cover .content_sidebar .inspectie.active .sidebar_content .last {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Barlow";
}
.offerte-cover .content_cover .content_sidebar .inspectie .sidebar_content {
  display: none;
}
.offerte-cover .content_cover .content_sidebar .onderhoud {
  width: 100%;
  float: left;
  display: block;
}
.offerte-cover .content_cover .content_sidebar .onderhoud .head {
  width: 100%;
  cursor: pointer;
  background-color: #2A302D !important;
  border-color: #2A302D !important;
  clip-path: polygon(100% 0, 100% 60%, 92% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 60%, 92% 100%, 0 100%, 0 0);
}
.offerte-cover .content_cover .content_sidebar .onderhoud .head .inner {
  background-color: #2A302D !important;
  clip-path: polygon(100% 0, 100% 58%, 92% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 58%, 92% 100%, 0 100%, 0 0);
}
.offerte-cover .content_cover .content_sidebar .onderhoud .head .inner .title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  padding-left: 50px;
}
.offerte-cover .content_cover .content_sidebar .onderhoud .head .inner .title .icon-minus-24px {
  display: none;
}
.offerte-cover .content_cover .content_sidebar .onderhoud .head .inner .title i {
  right: 20px;
}
.offerte-cover .content_cover .content_sidebar .onderhoud .head .inner:before {
  content: "";
  width: 32px;
  height: 55px;
  background-image: url(../img/content/sidebar_check.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  top: 10px;
  left: 24px;
  background-color: transparent;
  opacity: 1;
}
.offerte-cover .content_cover .content_sidebar .onderhoud .head:hover .inner {
  clip-path: polygon(100% 0, 100% 57%, 92% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 57%, 92% 100%, 0 100%, 0 0);
  background-color: #2A302D;
  color: #2A302D;
}
.offerte-cover .content_cover .content_sidebar .onderhoud.active .head {
  background-color: #2A302D !important;
  clip-path: none;
  border-color: #2A302D !important;
  border-bottom: none;
}
.offerte-cover .content_cover .content_sidebar .onderhoud.active .head .inner {
  background-color: #2A302D !important;
  clip-path: none;
}
.offerte-cover .content_cover .content_sidebar .onderhoud.active .head .inner .title .icon-minus-24px {
  display: block;
}
.offerte-cover .content_cover .content_sidebar .onderhoud.active .head .inner .title .icon-plus-24px {
  display: none;
}
.offerte-cover .content_cover .content_sidebar .onderhoud.active .sidebar_content {
  display: block;
  background-color: #3F4442;
  float: left;
  padding: 25px;
}
.offerte-cover .content_cover .content_sidebar .onderhoud.active .sidebar_content ul {
  padding-left: 25px;
  list-style: none;
  margin-bottom: 0px;
}
.offerte-cover .content_cover .content_sidebar .onderhoud.active .sidebar_content ul li {
  font-family: "Barlow";
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  color: #ffffff;
}
.offerte-cover .content_cover .content_sidebar .onderhoud.active .sidebar_content ul li i {
  font-size: 24px;
  position: absolute;
  top: 3px;
  left: -28px;
}
.offerte-cover .content_cover .content_sidebar .onderhoud.active .sidebar_content .line {
  height: 2px;
  width: 100%;
  background-color: #2A302D;
  float: left;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.offerte-cover .content_cover .content_sidebar .onderhoud.active .sidebar_content .banner .title {
  font-family: "Barlow";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}
.offerte-cover .content_cover .content_sidebar .onderhoud.active .sidebar_content .banner .title strong {
  font-weight: 700;
  color: #82AF29;
}
.offerte-cover .content_cover .content_sidebar .onderhoud.active .sidebar_content .banner .image {
  content: "";
  width: 100px;
  height: 96px;
  float: left;
  position: relative;
  background-image: url(../img/content/imac-green.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.offerte-cover .content_cover .content_sidebar .onderhoud.active .sidebar_content .banner .desc {
  float: left;
  width: calc(100% - 110px);
  margin-left: 10px;
}
.offerte-cover .content_cover .content_sidebar .onderhoud.active .sidebar_content .banner .desc .txt {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Barlow";
}
.offerte-cover .content_cover .content_sidebar .onderhoud.active .sidebar_content .last {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Barlow";
}
.offerte-cover .content_cover .content_sidebar .onderhoud .sidebar_content {
  display: none;
}

.post-type-archive-offerte .offerte-nodata,
.single-offerte .offerte-nodata {
  height: 300px;
  width: 600px;
  display: block;
  margin: auto;
  margin-top: 100px;
  border: 1px solid #82AF29;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 80px;
  text-align: center;
  color: #82AF29;
  font-family: "Barlow";
  font-weight: 800;
  line-height: 280px;
  text-transform: uppercase;
}

.single h1 {
  font-size: 60px !important;
  line-height: 60px !important;
}

/*************************************** Media Queries ******************************************************** */
@media screen and (min-width: 2400px) {
  .default-header-500:before,
.default-header-400:before {
    height: 530px;
    width: 918px;
    background-size: cover;
  }

  .home .default-header-880:before {
    height: 530px;
    width: 918px;
    background-size: cover;
  }
}
@media screen and (max-width: 2400px) and (min-width: 2200px) {
  .default-header-500:before,
.default-header-400:before {
    height: 480px;
    width: 918px;
    background-size: cover;
  }

  .home .default-header-880:before {
    height: 480px;
    width: 918px;
    background-size: cover;
  }
}
@media screen and (max-width: 2200px) and (min-width: 1900px) {
  .default-header-500:before,
.default-header-400:before {
    height: 360px;
    width: 918px;
    background-size: cover;
  }

  .home .default-header-880 {
    height: 880px;
  }
  .home .default-header-880 .vc_column_container {
    height: 880px;
  }
  .home .default-header-880 .vc_column_container .vc_column-inner {
    height: 880px;
  }
  .home .default-header-880:before {
    height: 360px;
    width: 918px;
    background-size: cover;
  }
}
@media screen and (max-width: 1900px) and (min-width: 1700px) {
  .default-header-500:before,
.default-header-400:before {
    height: 290px;
    width: 918px;
    background-size: cover;
  }

  .home .default-header-880:before {
    height: 290px;
    width: 918px;
    background-size: cover;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1201px) {
  .default-header-500:before,
.default-header-400:before {
    height: 290px;
    width: 918px;
    background-size: cover;
  }

  h1 {
    font-size: 60px !important;
    line-height: 60px !important;
  }

  h2 {
    font-size: 38px !important;
    line-height: 38px !important;
  }

  h3 {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  h4 {
    font-size: 22px !important;
    line-height: 22px !important;
  }

  h5 {
    font-size: 18px !important;
    line-height: 18px !important;
  }

  h6 {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .home .default-header-880:before {
    height: 290px;
    width: 918px;
    background-size: cover;
  }

  body .container {
    max-width: 1140px;
    padding: 0px 40px;
  }
  body #content.site-content {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  body #content.site-content .default-page-left-sidebar,
body #content.site-content .default-page-right-sidebar {
    font-size: 38px;
    line-height: 38px;
  }
  body #content.site-content .default-page-left-sidebar strong,
body #content.site-content .default-page-right-sidebar strong {
    font-size: 38px;
    line-height: 38px;
  }
  @-webkit-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-moz-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-o-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-webkit-keyframes home-header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    27% {
      bottom: -100px;
      right: -1260px;
    }
    30% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-moz-keyframes home-header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    27% {
      bottom: -100px;
      right: -1260px;
    }
    30% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-o-keyframes home-header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    27% {
      bottom: -100px;
      right: -1260px;
    }
    30% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @keyframes home-header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    27% {
      bottom: -100px;
      right: -1260px;
    }
    30% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  body header#masthead .container .navbar #main-nav > ul > li a {
    color: #2A302D;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    padding: 0px 12px;
    font-family: "Barlow";
  }
  body header#masthead .cmega-menu {
    font-size: 18px;
    line-height: 36px;
  }

  .daken:before {
    content: "";
    height: 1580px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background-color: #82AF29;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 86%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 86%);
  }

  .samen:before {
    content: "";
    height: 1580px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background-color: #82AF29;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 86%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 86%);
  }

  .footer-action {
    height: 0px;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .footer-action .trigg {
    height: 0px;
    right: 0px;
    position: absolute;
    top: -360px;
  }

  .footerline .container:before {
    content: "";
    width: 100%;
    height: 660px;
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 9;
    background-image: url(../img/footer/footerline.svg);
    background-repeat: no-repeat;
    background-position: -300px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 2%, 0 114%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 2%, 0 114%);
  }
  .footerline .container .backtotop {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 60px;
    right: 120px;
    z-index: 10;
    background-image: url(../img/home/backtotop.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
  }

  #footer {
    opacity: 0;
  }
  #footer .bigfooter {
    height: 580px;
    background-color: #ffffff;
  }
  #footer .bigfooter .row .footercontent .footerlogo {
    width: 240px;
    height: 52px;
    float: right;
    margin-top: 230px;
    text-align: right;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget {
    float: right;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons {
    float: right;
    width: 300px;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons > div {
    float: right;
  }
  #footer .bigfooter .row .footercontent .line {
    width: 90%;
    margin: 14px 0px;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu {
    float: right;
    width: 90%;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu .big-footer-menu-cover ul li {
    margin-bottom: 2px;
  }
  #footer .bigfooter .row .footercontent .newsletter {
    float: right;
    width: 90%;
    position: relative;
  }
  #footer .bigfooter .row .footercontent .newsletter .het-laatste {
    width: 150px;
    height: 52px;
    top: -23px;
    left: -170px;
  }
  #footer.active {
    opacity: 1;
  }

  .desktop {
    display: none !important;
  }

  .ipad {
    display: none;
  }

  .mobile {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  h1 {
    font-size: 60px !important;
    line-height: 60px !important;
  }

  h2 {
    font-size: 38px !important;
    line-height: 38px !important;
  }

  h3 {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  h4 {
    font-size: 22px !important;
    line-height: 22px !important;
  }

  h5 {
    font-size: 18px !important;
    line-height: 18px !important;
  }

  h6 {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .text34 {
    font-size: 28px;
    line-height: 36px;
    padding-right: 0%;
  }

  .text26 {
    font-size: 22px;
    line-height: 28px;
    padding-right: 0%;
  }

  .text22 {
    font-size: 18px;
    line-height: 28px;
    padding-right: 2%;
  }
  .text22 h4 {
    text-transform: capitalize;
  }

  .text14 {
    font-size: 14px;
    line-height: 18px;
  }

  .padding-left-60 {
    padding-left: 30px !important;
  }

  .default-header-500:before,
.default-header-400:before {
    height: 290px;
    width: 918px;
    background-size: cover;
  }

  .home .default-header-880:before {
    height: 240px;
    width: 440px;
    background-size: cover;
  }

  body .container {
    max-width: 1140px;
    padding: 0px 40px;
  }
  body #content.site-content {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  body #content.site-content .default-page-left-sidebar,
body #content.site-content .default-page-right-sidebar {
    font-size: 38px;
    line-height: 38px;
  }
  body #content.site-content .default-page-left-sidebar strong,
body #content.site-content .default-page-right-sidebar strong {
    font-size: 38px;
    line-height: 38px;
  }
  @-webkit-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-moz-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-o-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-webkit-keyframes home-header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    27% {
      bottom: -100px;
      right: -1260px;
    }
    30% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-moz-keyframes home-header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    27% {
      bottom: -100px;
      right: -1260px;
    }
    30% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-o-keyframes home-header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    27% {
      bottom: -100px;
      right: -1260px;
    }
    30% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @keyframes home-header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    27% {
      bottom: -100px;
      right: -1260px;
    }
    30% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  body header#masthead .container .navbar #main-nav > ul > li a {
    color: #2A302D;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    padding: 0px 12px;
    font-family: "Barlow";
  }
  body header#masthead #main-nav {
    display: none !important;
  }
  body header#masthead .cmega-menu {
    font-size: 18px;
    line-height: 36px;
    height: auto;
  }
  body header#masthead .cmega-menu .container .menulinks .desktop-col1-menu li a,
body header#masthead .cmega-menu .container .menulinks .desktop-col2-menu li a {
    color: #3F4442;
    font-size: 18px;
    line-height: 18px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li a {
    color: #2A302D;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    font-family: "Barlow";
    text-decoration: none;
    padding: 14px 20px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li ul li a {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
  }
  body header#masthead .cmega-menu .container .menu-person-line-mobile {
    width: 500px;
    height: 300px;
    position: absolute;
    top: 30px;
    right: -400px;
    background-color: #ffffff;
    z-index: 15;
    transform: rotate(-30deg);
    opacity: 1;
    border-top: 4px solid #82AF29;
    animation-name: menu-person-line-animation-mobile;
    animation-duration: 800ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }
  @keyframes menu-person-line-animation-mobile {
    0% {
      top: -100px;
      right: -625px;
    }
    35% {
      top: -100px;
      right: -625px;
    }
    70% {
      top: 30px;
      right: -400px;
    }
    100% {
      top: 30px;
      right: -400px;
    }
  }
  body header#masthead .cmega-menu .container .menu-person-mobile {
    width: 205px;
    height: 186px;
    position: absolute;
    top: 136px;
    right: -24px;
    z-index: 14;
    opacity: 1;
    background-image: url(../img/header/menu-person.png);
    background-repeat: no-repeat;
    background-size: 205px 186px;
    animation-name: menu-person-animation;
    animation-duration: 800ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform: scale(0.7);
    opacity: 0;
  }
  @keyframes menu-person-animation {
    0% {
      top: 136px;
      right: -24px;
      opacity: 0;
    }
    75% {
      top: 136px;
      right: -24px;
      opacity: 0;
    }
    100% {
      top: 6px;
      right: -14px;
      opacity: 1;
    }
  }
  body header#masthead .container .navbar {
    display: block !important;
  }
  body header#masthead .container .navbar .navbar-toggler {
    display: none;
  }

.puur .vc_column-inner .wpb_wrapper #puur-action2 h1,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h1,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h1,
.puur .vc_column-inner .wpb_wrapper #puur-action2 h2,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h2,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h2{
    font-size: 80px !important;
    line-height: 80px !important;
  }
.puur .vc_column-inner .wpb_wrapper #puur-action2 h1 strong,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h1 strong,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h1 strong,
.puur .vc_column-inner .wpb_wrapper #puur-action2 h2 strong,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h2 strong,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h2 strong{
    font-size: 80px !important;
    line-height: 80px !important;
  }

  #puur-action4 .wpb_wrapper,
#puur-action5 .wpb_wrapper,
#puur-action6 .wpb_wrapper,
#daken-action5 .wpb_wrapper,
#daken-action8 .wpb_wrapper,
#daken-action11 .wpb_wrapper,
#samen-action5 .wpb_wrapper,
#samen-action8 .wpb_wrapper,
#samen-action11 .wpb_wrapper {
    width: 100% !important;
  }

  .daken:before {
    content: "";
    height: 1580px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background-color: #82AF29;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 88%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 88%);
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action7 .daken-icon-text,
.daken .vc_column-inner .wpb_wrapper #daken-action13 .daken-icon-text {
    right: calc(50% - 150px);
  }

  .samen:before {
    content: "";
    height: 1580px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background-color: #82AF29;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 88%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 88%);
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action7 .samen-icon-text {
    right: calc(50% - 150px);
  }

  .projecten-listing .item .content,
.projecten-related .item .content,
.news-listing .item .content,
.news-related .item .content {
    float: left;
    width: 430px;
    height: 190px;
    position: relative;
    padding: 28px 20px;
    font-family: "Barlow";
    text-transform: uppercase;
  }

  .projecten-related,
.news-related {
    width: 560px;
  }
  .projecten-related .item,
.news-related .item {
    width: 560px;
  }
  .projecten-related .item .image,
.news-related .item .image {
    width: 150px;
    height: 150px;
  }
  .projecten-related .item .content,
.news-related .item .content {
    width: 410px;
    height: 150px;
    padding: 12px 20px;
  }
  .projecten-related .item .content .title,
.news-related .item .content .title {
    font-size: 26px;
    line-height: 26px;
  }
  .projecten-related .item .content .title strong,
.news-related .item .content .title strong {
    font-size: 26px;
    line-height: 26px;
  }
  .projecten-related .item .content .location,
.news-related .item .content .location {
    font-size: 14px;
    line-height: 20px;
  }

  #detailpage-sidebar .projecten-detail-sidebar,
#detailpage-sidebar .news-detail-sidebar {
    padding: 36px 30px;
  }
  #detailpage-sidebar .projecten-detail-sidebar ul li a,
#detailpage-sidebar .news-detail-sidebar ul li a {
    padding: 16px 28px 16px 0px;
  }
  @-webkit-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-moz-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-o-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }

  .footer-action {
    height: 0px;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .footer-action .trigg {
    height: 0px;
    right: 0px;
    position: absolute;
    top: -360px;
  }

  .footerline .container:before {
    content: "";
    width: 100%;
    height: 660px;
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 9;
    background-image: url(../img/footer/footerline.svg);
    background-repeat: no-repeat;
    background-position: -300px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 6%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 6%, 0 100%);
  }
  .footerline .container .backtotop {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 60px;
    right: 120px;
    z-index: 10;
    background-image: url(../img/home/backtotop.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
  }

  #footer {
    opacity: 0;
  }
  #footer .bigfooter {
    height: 580px;
    background-color: #ffffff;
  }
  #footer .bigfooter .row .footercontent .footerlogo {
    width: 240px;
    height: 52px;
    float: right;
    margin-top: 230px;
    text-align: right;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget {
    float: right;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons {
    float: right;
    width: 300px;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons > div {
    float: right;
  }
  #footer .bigfooter .row .footercontent .line {
    width: 90%;
    margin: 14px 0px;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu {
    float: right;
    width: 90%;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu .big-footer-menu-cover ul li {
    margin-bottom: 2px;
  }
  #footer .bigfooter .row .footercontent .newsletter {
    float: right;
    width: 90%;
    position: relative;
  }
  #footer .bigfooter .row .footercontent .newsletter .het-laatste {
    width: 150px;
    height: 52px;
    top: -23px;
    left: -170px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-element {
    width: 200px;
  }
  #footer.active {
    opacity: 1;
  }

  @-webkit-keyframes puur-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @keyframes puur-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-webkit-keyframes puur-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @keyframes puur-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-webkit-keyframes daken-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @keyframes daken-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-webkit-keyframes daken-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @keyframes daken-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  .desktop {
    display: none;
  }

  .ipad {
    display: block !important;
  }

  .mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 961px) {
  h1 {
    font-size: 60px !important;
    line-height: 60px !important;
  }

  h2 {
    font-size: 38px !important;
    line-height: 38px !important;
  }

  h3 {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  h4 {
    font-size: 22px !important;
    line-height: 22px !important;
  }

  h5 {
    font-size: 18px !important;
    line-height: 18px !important;
  }

  h6 {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .text34 {
    font-size: 28px;
    line-height: 36px;
    padding-right: 0%;
  }

  .text26 {
    font-size: 22px;
    line-height: 28px;
    padding-right: 0%;
  }

  .text22 {
    font-size: 18px;
    line-height: 28px;
    padding-right: 2%;
  }
  .text22 h4 {
    text-transform: capitalize;
  }

  .text14 {
    font-size: 14px;
    line-height: 18px;
  }

  .padding-left-60 {
    padding-left: 30px !important;
  }

  .plist ul li {
    font-size: 18px;
    line-height: 30px;
    position: relative;
  }

  .default-header-500:before,
.default-header-400:before {
    height: 290px;
    width: 918px;
    background-size: cover;
  }

  .home .default-header-880 {
    height: 680px;
  }
  .home .default-header-880 .vc_column_container {
    height: 680px;
  }
  .home .default-header-880:before {
    height: 240px;
    width: 440px;
    background-size: cover;
  }

  body .container {
    max-width: 1140px;
    padding: 0px 40px;
  }
  body #content.site-content {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  body #content.site-content .default-page-left-sidebar,
body #content.site-content .default-page-right-sidebar {
    font-size: 26px;
    line-height: 32px;
  }
  body #content.site-content .default-page-left-sidebar strong,
body #content.site-content .default-page-right-sidebar strong {
    font-size: 26px;
    line-height: 32px;
  }
  body #content.site-content .default-page-left-sidebar ul li a,
body #content.site-content .default-page-right-sidebar ul li a {
    font-size: 16px;
  }
  @-webkit-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-moz-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-o-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-webkit-keyframes home-header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    27% {
      bottom: -100px;
      right: -1260px;
    }
    30% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-moz-keyframes home-header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    27% {
      bottom: -100px;
      right: -1260px;
    }
    30% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-o-keyframes home-header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    27% {
      bottom: -100px;
      right: -1260px;
    }
    30% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @keyframes home-header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    27% {
      bottom: -100px;
      right: -1260px;
    }
    30% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  body #content.site-content .default-header-880 h1 {
    font-size: 80px !important;
    line-height: 80px !important;
  }
  body header#masthead .container .navbar #main-nav > ul > li a {
    color: #2A302D;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    padding: 0px 12px;
    font-family: "Barlow";
  }
  body header#masthead .cmega-menu {
    font-size: 18px;
    line-height: 36px;
    height: auto;
  }
  body header#masthead .cmega-menu .container .menulinks .desktop-col1-menu li a,
body header#masthead .cmega-menu .container .menulinks .desktop-col2-menu li a {
    color: #3F4442;
    font-size: 18px;
    line-height: 18px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li a {
    color: #2A302D;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    font-family: "Barlow";
    text-decoration: none;
    padding: 14px 20px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li ul li a {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
  }
  body header#masthead .cmega-menu .container .belons {
    margin-bottom: 20px;
  }
  body header#masthead .cmega-menu .container .menu-person-line-mobile {
    width: 500px;
    height: 300px;
    position: absolute;
    top: 30px;
    right: -400px;
    background-color: #ffffff;
    z-index: 15;
    transform: rotate(-30deg);
    opacity: 1;
    border-top: 4px solid #82AF29;
    animation-name: menu-person-line-animation-mobile;
    animation-duration: 800ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }
  @keyframes menu-person-line-animation-mobile {
    0% {
      top: -100px;
      right: -625px;
    }
    35% {
      top: -100px;
      right: -625px;
    }
    70% {
      top: 30px;
      right: -400px;
    }
    100% {
      top: 30px;
      right: -400px;
    }
  }
  body header#masthead .cmega-menu .container .menu-person-mobile {
    width: 205px;
    height: 186px;
    position: absolute;
    top: 136px;
    right: -24px;
    z-index: 14;
    opacity: 1;
    background-image: url(../img/header/menu-person.png);
    background-repeat: no-repeat;
    background-size: 205px 186px;
    animation-name: menu-person-animation;
    animation-duration: 800ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform: scale(0.7);
    opacity: 0;
  }
  @keyframes menu-person-animation {
    0% {
      top: 136px;
      right: -24px;
      opacity: 0;
    }
    75% {
      top: 136px;
      right: -24px;
      opacity: 0;
    }
    100% {
      top: 6px;
      right: -14px;
      opacity: 1;
    }
  }
  body header#masthead .container .navbar {
    display: block !important;
  }
  body header#masthead .container .navbar .navbar-toggler {
    display: none;
  }

.puur .vc_column-inner .wpb_wrapper #puur-action2 h1,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h1,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h1,
.puur .vc_column-inner .wpb_wrapper #puur-action2 h2,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h2,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h2{
    font-size: 80px !important;
    line-height: 80px !important;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action2 h1 strong,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h1 strong,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h1 strong,
.puur .vc_column-inner .wpb_wrapper #puur-action2 h2 strong,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h2 strong,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h2 strong{
    font-size: 80px !important;
    line-height: 80px !important;
  }

  #puur-action4 .wpb_wrapper,
#puur-action5 .wpb_wrapper,
#puur-action6 .wpb_wrapper,
#daken-action5 .wpb_wrapper,
#daken-action8 .wpb_wrapper,
#daken-action11 .wpb_wrapper,
#samen-action5 .wpb_wrapper,
#samen-action8 .wpb_wrapper,
#samen-action11 .wpb_wrapper {
    width: 100% !important;
  }

  .puur .vc_column-inner .wpb_wrapper #puur-action7 .puur-green-line3 :before {
    opacity: 0;
  }

  .daken:before {
    content: "";
    height: 1580px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background-color: #82AF29;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 79%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 79%);
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action7 .daken-icon-text,
.daken .vc_column-inner .wpb_wrapper #daken-action13 .daken-icon-text {
    right: calc(50% - 150px);
  }

  .samen:before {
    content: "";
    height: 1580px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background-color: #82AF29;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 79%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 79%);
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action7 .samen-icon-text {
    right: calc(50% - 150px);
  }

  .projecten-listing,
.projecten-related,
.news-listing,
.news-related {
    width: 100%;
  }
  .projecten-listing .item,
.projecten-related .item,
.news-listing .item,
.news-related .item {
    width: 100%;
  }
  .projecten-listing .item .image,
.projecten-related .item .image,
.news-listing .item .image,
.news-related .item .image {
    width: 150px;
    height: 150px;
  }
  .projecten-listing .item .content,
.projecten-related .item .content,
.news-listing .item .content,
.news-related .item .content {
    float: left;
    width: calc(100% - 150px);
    height: 150px;
    position: relative;
    padding: 12px 14px;
    font-family: "Barlow";
    text-transform: uppercase;
  }
  .projecten-listing .item .content .title,
.projecten-related .item .content .title,
.news-listing .item .content .title,
.news-related .item .content .title {
    font-size: 26px;
    line-height: 26px;
  }
  .projecten-listing .item .content .title strong,
.projecten-related .item .content .title strong,
.news-listing .item .content .title strong,
.news-related .item .content .title strong {
    font-size: 26px;
    line-height: 26px;
  }
  .projecten-listing .item .content .location,
.projecten-related .item .content .location,
.news-listing .item .content .location,
.news-related .item .content .location {
    font-size: 15px;
  }

  .projecten-related,
.news-related {
    width: 100%;
  }
  .projecten-related .item,
.news-related .item {
    width: 90%;
  }
  .projecten-related .item .image,
.news-related .item .image {
    width: 150px;
    height: 150px;
  }
  .projecten-related .item .content,
.news-related .item .content {
    width: 400px;
    height: 150px;
    padding: 12px 20px;
  }
  .projecten-related .item .content .title,
.news-related .item .content .title {
    font-size: 26px;
    line-height: 26px;
  }
  .projecten-related .item .content .title strong,
.news-related .item .content .title strong {
    font-size: 26px;
    line-height: 26px;
  }
  .projecten-related .item .content .location,
.news-related .item .content .location {
    font-size: 14px;
    line-height: 20px;
  }

  .vacatures-listing {
    width: 100%;
  }
  .vacatures-listing .item {
    width: 100%;
  }
  .vacatures-listing .item .image {
    height: 160px;
  }
  .vacatures-listing .item .content {
    height: 280px;
  }

  #detailpage-sidebar .projecten-detail-sidebar,
#detailpage-sidebar .news-detail-sidebar {
    padding: 36px 30px;
  }
  #detailpage-sidebar .projecten-detail-sidebar ul li a,
#detailpage-sidebar .news-detail-sidebar ul li a {
    padding: 16px 28px 16px 0px;
    font-size: 18px;
    line-height: 22px;
  }

  .optimal {
    width: 100%;
  }

  .footer-action {
    height: 0px;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .footer-action .trigg {
    height: 0px;
    right: 0px;
    position: absolute;
    top: -360px;
  }

  .footerline .container:before {
    content: "";
    width: 100%;
    height: 690px;
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 9;
    background-image: url(../img/footer/footerline.svg);
    background-repeat: no-repeat;
    background-position: -400px -4px;
  }
  .footerline .container .backtotop {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 60px;
    right: 120px;
    z-index: 10;
    background-image: url(../img/home/backtotop.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
  }

  #footer {
    opacity: 0;
  }
  #footer .bigfooter {
    height: 580px;
    background-color: #ffffff;
  }
  #footer .bigfooter .row .footercontent {
    float: right;
  }
  #footer .bigfooter .row .footercontent .footerlogo {
    width: 240px;
    height: 52px;
    float: right;
    margin-top: 230px;
    text-align: right;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget {
    float: right;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons {
    float: right;
    width: 300px;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons > div {
    float: right;
  }
  #footer .bigfooter .row .footercontent .line {
    width: 90%;
    margin: 14px 0px;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu {
    float: right;
    width: 90%;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu .big-footer-menu-cover ul li {
    margin-bottom: 2px;
  }
  #footer .bigfooter .row .footercontent .newsletter {
    float: right;
    width: 90%;
    position: relative;
  }
  #footer .bigfooter .row .footercontent .newsletter .het-laatste {
    width: 150px;
    height: 52px;
    top: -23px;
    left: -170px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-element {
    width: 200px;
  }
  #footer.active {
    opacity: 1;
  }

  @-webkit-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-moz-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-o-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-webkit-keyframes puur-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @keyframes puur-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-webkit-keyframes puur-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @keyframes puur-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-webkit-keyframes daken-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @keyframes daken-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-webkit-keyframes daken-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @keyframes daken-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  .desktop {
    display: none;
  }

  .ipad {
    display: block !important;
  }

  .mobile {
    display: none;
  }

  .offerte-cover .content_cover .content_container {
    width: 100%;
    max-width: 100%;
  }
  .offerte-cover .content_cover .content_sidebar {
    margin-top: 40px;
    float: left;
    min-width: 400px;
  }
}
@media screen and (max-width: 992px) and (min-width: 960px) {
  #footer .bigfooter .row .footercontent {
    width: 50%;
    float: right;
  }

  .backtotop {
    top: 90px !important;
    right: 90px !important;
  }
}
@media screen and (max-width: 960px) and (min-width: 769px) {
  h1 {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  h2 {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  h3 {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  h4 {
    font-size: 20px !important;
    line-height: 20px !important;
  }

  h5 {
    font-size: 18px !important;
    line-height: 18px !important;
  }

  h6 {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .text34 {
    font-size: 28px;
    line-height: 36px;
    padding-right: 0%;
  }

  .text26 {
    font-size: 22px;
    line-height: 28px;
    padding-right: 0%;
  }

  .text22 {
    font-size: 18px;
    line-height: 28px;
    padding-right: 2%;
  }
  .text22 h4 {
    text-transform: capitalize;
  }

  .text14 {
    font-size: 14px;
    line-height: 18px;
  }

  .padding-left-60 {
    padding-left: 30px !important;
  }

  .plist ul li {
    font-size: 18px;
    line-height: 30px;
    position: relative;
  }

  .default-header-500:before,
.default-header-400:before {
    height: 290px;
    width: 918px;
    background-size: cover;
  }

  .home .default-header-880 {
    height: 680px;
  }
  .home .default-header-880 .vc_column_container {
    height: 680px;
  }
  .home .default-header-880:before {
    height: 240px;
    width: 440px;
    background-size: cover;
  }

  body .container {
    max-width: 1140px;
    padding: 0px 40px;
  }
  body #content.site-content {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  body #content.site-content .default-page-left-sidebar,
body #content.site-content .default-page-right-sidebar {
    font-size: 26px;
    line-height: 32px;
  }
  body #content.site-content .default-page-left-sidebar strong,
body #content.site-content .default-page-right-sidebar strong {
    font-size: 26px;
    line-height: 32px;
  }
  body #content.site-content .default-page-left-sidebar ul li a,
body #content.site-content .default-page-right-sidebar ul li a {
    font-size: 16px;
  }
  body #content.site-content .default-header-400 .header-green-big-line {
    position: absolute;
    top: -447px;
    left: 100px;
    z-index: 8;
    width: 1400px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-green-big-line400;
  }
  @-webkit-keyframes header-green-big-line400 {
    0% {
      top: -570px;
      left: 1284px;
    }
    15% {
      top: -570px;
      left: 1284px;
    }
    19% {
      top: 110px;
      left: 100px;
    }
    100% {
      top: 110px;
      left: 100px;
    }
  }
  @-moz-keyframes header-green-big-line400 {
    0% {
      top: -570px;
      left: 1284px;
    }
    15% {
      top: -570px;
      left: 1284px;
    }
    19% {
      top: 110px;
      left: 100px;
    }
    100% {
      top: 110px;
      left: 100px;
    }
  }
  @-o-keyframes header-green-big-line400 {
    0% {
      top: -570px;
      left: 1284px;
    }
    15% {
      top: -570px;
      left: 1284px;
    }
    19% {
      top: 110px;
      left: 100px;
    }
    100% {
      top: 110px;
      left: 100px;
    }
  }
  @keyframes header-green-big-line400 {
    0% {
      top: -570px;
      left: 1284px;
    }
    15% {
      top: -570px;
      left: 1284px;
    }
    19% {
      top: 110px;
      left: 100px;
    }
    100% {
      top: 110px;
      left: 100px;
    }
  }
  body #content.site-content .default-header-400 .vc_column_container .vc_column-inner .header-person-element {
    position: absolute;
    bottom: -100px;
    right: -160px;
    z-index: 8;
    width: 400px;
    height: 400px;
    margin-bottom: 0px !important;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-person-element;
  }
  @-webkit-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -600px;
    }
    29% {
      bottom: -100px;
      right: -600px;
    }
    33% {
      bottom: -100px;
      right: -10px;
    }
    100% {
      bottom: -100px;
      right: -10px;
    }
  }
  @-moz-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -600px;
    }
    29% {
      bottom: -100px;
      right: -600px;
    }
    33% {
      bottom: -100px;
      right: -10px;
    }
    100% {
      bottom: -100px;
      right: -10px;
    }
  }
  @-o-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -600px;
    }
    29% {
      bottom: -100px;
      right: -600px;
    }
    33% {
      bottom: -100px;
      right: -10px;
    }
    100% {
      bottom: -100px;
      right: -10px;
    }
  }
  @keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -600px;
    }
    29% {
      bottom: -100px;
      right: -600px;
    }
    33% {
      bottom: -100px;
      right: -10px;
    }
    100% {
      bottom: -100px;
      right: -10px;
    }
  }
  @-webkit-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-moz-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-o-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  body #content.site-content .default-header-500 .vc_column_container .vc_column-inner .header-person-element {
    position: absolute;
    bottom: -100px;
    right: -160px;
    z-index: 8;
    width: 400px;
    height: 400px;
    margin-bottom: 0px !important;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-person-element;
  }
  @-webkit-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -10px;
    }
    100% {
      bottom: -100px;
      right: -10px;
    }
  }
  @-moz-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -10px;
    }
    100% {
      bottom: -100px;
      right: -10px;
    }
  }
  @-o-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -10px;
    }
    100% {
      bottom: -100px;
      right: -10px;
    }
  }
  @keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -10px;
    }
    100% {
      bottom: -100px;
      right: -10px;
    }
  }
  body #content.site-content .default-header-880 .header-person-element {
    position: absolute;
    bottom: -100px;
    right: -160px;
    z-index: 8;
    width: 400px;
    height: 400px;
    margin-bottom: 0px !important;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: home-header-person-element;
  }
  @-webkit-keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  @-moz-keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  @-o-keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  @keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  body #content.site-content .default-header-880 h1 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  body header#masthead .container .navbar #main-nav > ul > li a {
    color: #2A302D;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    padding: 0px 12px;
    font-family: "Barlow";
  }
  body header#masthead .cmega-menu {
    font-size: 18px;
    line-height: 36px;
    height: auto;
  }
  body header#masthead .cmega-menu .container .menulinks .desktop-col1-menu li a,
body header#masthead .cmega-menu .container .menulinks .desktop-col2-menu li a {
    color: #3F4442;
    font-size: 18px;
    line-height: 18px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li a {
    color: #2A302D;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    font-family: "Barlow";
    text-decoration: none;
    padding: 14px 20px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li ul li a {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
  }
  body header#masthead .cmega-menu .container .belons {
    margin-bottom: 20px;
  }
  body header#masthead .cmega-menu .container .menu-person-line-mobile {
    width: 500px;
    height: 300px;
    position: absolute;
    top: 30px;
    right: -400px;
    background-color: #ffffff;
    z-index: 15;
    transform: rotate(-30deg);
    opacity: 1;
    border-top: 4px solid #82AF29;
    animation-name: menu-person-line-animation-mobile;
    animation-duration: 800ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }
  @keyframes menu-person-line-animation-mobile {
    0% {
      top: -100px;
      right: -625px;
    }
    35% {
      top: -100px;
      right: -625px;
    }
    70% {
      top: 30px;
      right: -400px;
    }
    100% {
      top: 30px;
      right: -400px;
    }
  }
  body header#masthead .cmega-menu .container .menu-person-mobile {
    width: 205px;
    height: 186px;
    position: absolute;
    top: 136px;
    right: -24px;
    z-index: 14;
    opacity: 1;
    background-image: url(../img/header/menu-person.png);
    background-repeat: no-repeat;
    background-size: 205px 186px;
    animation-name: menu-person-animation;
    animation-duration: 800ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform: scale(0.7);
    opacity: 0;
  }
  @keyframes menu-person-animation {
    0% {
      top: 136px;
      right: -24px;
      opacity: 0;
    }
    75% {
      top: 136px;
      right: -24px;
      opacity: 0;
    }
    100% {
      top: 6px;
      right: -14px;
      opacity: 1;
    }
  }
  body header#masthead .container .navbar {
    display: block !important;
  }
  body header#masthead .container .navbar .navbar-toggler {
    display: none;
  }

  .puur .vc_column-inner .wpb_wrapper #puur-action2 h1,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h1,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h1,
	 .puur .vc_column-inner .wpb_wrapper #puur-action2 h2,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h2,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h2{
    font-size: 80px !important;
    line-height: 80px !important;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action2 h1 strong,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h1 strong,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h1 strong,
	 .puur .vc_column-inner .wpb_wrapper #puur-action2 h2 strong,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h2 strong,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h2 strong{
    font-size: 80px !important;
    line-height: 80px !important;
  }

  #puur-action4 .wpb_wrapper,
#puur-action5 .wpb_wrapper,
#puur-action6 .wpb_wrapper,
#daken-action5 .wpb_wrapper,
#daken-action8 .wpb_wrapper,
#daken-action11 .wpb_wrapper,
#samen-action5 .wpb_wrapper,
#samen-action8 .wpb_wrapper,
#samen-action11 .wpb_wrapper {
    width: 100% !important;
  }

  .puur .vc_column-inner .wpb_wrapper #puur-action7 .puur-green-line3 :before {
    opacity: 0;
  }

  .daken:before {
    content: "";
    height: 1580px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background-color: #82AF29;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 79%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 79%);
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action7 .daken-icon-text,
.daken .vc_column-inner .wpb_wrapper #daken-action13 .daken-icon-text {
    right: calc(50% - 150px);
  }

  .samen:before {
    content: "";
    height: 1580px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background-color: #82AF29;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 79%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 79%);
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action7 .samen-icon-text {
    right: calc(50% - 150px);
  }

  .projecten-listing,
.projecten-related,
.news-listing,
.news-related {
    width: 100%;
  }
  .projecten-listing .item,
.projecten-related .item,
.news-listing .item,
.news-related .item {
    width: 100%;
  }
  .projecten-listing .item .image,
.projecten-related .item .image,
.news-listing .item .image,
.news-related .item .image {
    width: 150px;
    height: 150px;
  }
  .projecten-listing .item .content,
.projecten-related .item .content,
.news-listing .item .content,
.news-related .item .content {
    float: left;
    width: calc(100% - 150px);
    height: 150px;
    position: relative;
    padding: 12px 14px;
    font-family: "Barlow";
    text-transform: uppercase;
  }
  .projecten-listing .item .content .title,
.projecten-related .item .content .title,
.news-listing .item .content .title,
.news-related .item .content .title {
    font-size: 26px;
    line-height: 26px;
  }
  .projecten-listing .item .content .title strong,
.projecten-related .item .content .title strong,
.news-listing .item .content .title strong,
.news-related .item .content .title strong {
    font-size: 26px;
    line-height: 26px;
  }
  .projecten-listing .item .content .location,
.projecten-related .item .content .location,
.news-listing .item .content .location,
.news-related .item .content .location {
    display: none;
  }

  .projecten-related,
.news-related {
    width: 100%;
  }
  .projecten-related .item,
.news-related .item {
    width: 90%;
  }
  .projecten-related .item .image,
.news-related .item .image {
    width: 150px;
    height: 150px;
  }
  .projecten-related .item .content,
.news-related .item .content {
    width: calc(100% - 150px);
    height: 150px;
    padding: 12px 20px;
  }
  .projecten-related .item .content .title,
.news-related .item .content .title {
    font-size: 26px;
    line-height: 26px;
  }
  .projecten-related .item .content .title strong,
.news-related .item .content .title strong {
    font-size: 26px;
    line-height: 26px;
  }
  .projecten-related .item .content .location,
.news-related .item .content .location {
    font-size: 14px;
    line-height: 20px;
  }

  .vacatures-listing {
    width: 100%;
  }
  .vacatures-listing .item {
    width: 100%;
  }
  .vacatures-listing .item .image {
    height: 160px;
  }
  .vacatures-listing .item .content {
    height: 280px;
  }

  #detailpage-sidebar .projecten-detail-sidebar,
#detailpage-sidebar .news-detail-sidebar {
    padding: 36px 30px;
  }
  #detailpage-sidebar .projecten-detail-sidebar ul li a,
#detailpage-sidebar .news-detail-sidebar ul li a {
    padding: 16px 28px 16px 0px;
    font-size: 18px;
    line-height: 22px;
  }

  .optimal {
    width: 100%;
  }

  .footer-action {
    height: 0px;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .footer-action .trigg {
    height: 0px;
    right: 0px;
    position: absolute;
    top: -360px;
  }

  .footerline .container:before {
    content: "";
    width: 100%;
    height: 720px;
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 9;
    background-image: url(../img/footer/footerline.svg);
    background-repeat: no-repeat;
    background-position: -400px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 8%, 0 88%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 8%, 0 88%);
  }
  .footerline .container .backtotop {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 90px;
    right: 90px;
    z-index: 10;
    background-image: url(../img/home/backtotop.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
  }

  #footer {
    opacity: 0;
  }
  #footer .bigfooter {
    height: 610px;
    background-color: #ffffff;
  }
  #footer .bigfooter .row .footercontent {
    width: 50%;
    float: right;
  }
  #footer .bigfooter .row .footercontent .footerlogo {
    width: 240px;
    height: 52px;
    float: right;
    margin-top: 230px;
    text-align: right;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget {
    float: right;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons {
    float: right;
    width: 300px;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons > div {
    float: right;
  }
  #footer .bigfooter .row .footercontent .line {
    width: 90%;
    margin: 14px 0px;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu {
    float: right;
    width: 90%;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu .big-footer-menu-cover ul li {
    margin-bottom: 2px;
  }
  #footer .bigfooter .row .footercontent .newsletter {
    float: right;
    width: 90%;
    position: relative;
  }
  #footer .bigfooter .row .footercontent .newsletter .het-laatste {
    width: 150px;
    height: 52px;
    top: -23px;
    left: -170px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-element {
    width: 200px;
  }
  #footer.active {
    opacity: 1;
  }

  @-webkit-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-moz-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-o-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-webkit-keyframes puur-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @keyframes puur-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-webkit-keyframes puur-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @keyframes puur-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-webkit-keyframes daken-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @keyframes daken-action3 {
    0% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
  }
  @-webkit-keyframes daken-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  @keyframes daken-action3-before {
    0% {
      top: 280px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2560px;
      left: 4120px;
      opacity: 0;
    }
  }
  .desktop {
    display: none;
  }

  .ipad {
    display: block !important;
  }

  .mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-width: 415px) {
  h1 {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  h2 {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  h3 {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  h4 {
    font-size: 20px !important;
    line-height: 20px !important;
  }

  h5 {
    font-size: 18px !important;
    line-height: 18px !important;
  }

  h6 {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .text34 {
    font-size: 28px;
    line-height: 36px;
    padding-right: 0%;
  }

  .text26 {
    font-size: 22px;
    line-height: 28px;
    padding-right: 0%;
  }

  .text22 {
    font-size: 18px;
    line-height: 28px;
    padding-right: 2%;
  }
  .text22 h4 {
    text-transform: capitalize;
  }

  .text14 {
    font-size: 14px;
    line-height: 18px;
  }

  .padding-left-60 {
    padding-left: 10px !important;
  }

  .plist ul li {
    font-size: 18px;
    line-height: 30px;
    position: relative;
  }

  .home .default-header-880 {
    height: 680px;
  }
  .home .default-header-880 .vc_column_container {
    height: 680px;
  }
  .home .default-header-880 .vc_column_container .vc_column-inner .c_button {
    top: 340px;
  }
  .home .default-header-880:before {
    height: 170px;
    width: 280px;
    background-size: cover;
  }

  .default-header-500,
.default-header-400 {
    height: 400px;
  }
  .default-header-500 .vc_column_container,
.default-header-400 .vc_column_container {
    height: 400px;
  }
  .default-header-500 .vc_column_container .vc_column-inner,
.default-header-400 .vc_column_container .vc_column-inner {
    height: 400px;
  }

  body .container {
    max-width: 1140px;
    padding: 0px 40px;
  }
  body #content.site-content {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  body #content.site-content .default-page-left-sidebar,
body #content.site-content .default-page-right-sidebar {
    font-size: 26px;
    line-height: 32px;
  }
  body #content.site-content .default-page-left-sidebar strong,
body #content.site-content .default-page-right-sidebar strong {
    font-size: 26px;
    line-height: 32px;
  }
  body #content.site-content .default-page-left-sidebar ul li a,
body #content.site-content .default-page-right-sidebar ul li a {
    font-size: 16px;
  }
  body #content.site-content .default-header-400 .header-green-big-line {
    position: absolute;
    top: -447px;
    left: 100px;
    z-index: 8;
    width: 1400px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-green-big-line400;
  }
  @-webkit-keyframes header-green-big-line400 {
    0% {
      top: -570px;
      left: 1284px;
    }
    15% {
      top: -570px;
      left: 1284px;
    }
    19% {
      top: 110px;
      left: 100px;
    }
    100% {
      top: 110px;
      left: 100px;
    }
  }
  @-moz-keyframes header-green-big-line400 {
    0% {
      top: -570px;
      left: 1284px;
    }
    15% {
      top: -570px;
      left: 1284px;
    }
    19% {
      top: 110px;
      left: 100px;
    }
    100% {
      top: 110px;
      left: 100px;
    }
  }
  @-o-keyframes header-green-big-line400 {
    0% {
      top: -570px;
      left: 1284px;
    }
    15% {
      top: -570px;
      left: 1284px;
    }
    19% {
      top: 110px;
      left: 100px;
    }
    100% {
      top: 110px;
      left: 100px;
    }
  }
  @keyframes header-green-big-line400 {
    0% {
      top: -570px;
      left: 1284px;
    }
    15% {
      top: -570px;
      left: 1284px;
    }
    19% {
      top: 110px;
      left: 100px;
    }
    100% {
      top: 110px;
      left: 100px;
    }
  }
  body #content.site-content .default-header-400 .vc_column_container .vc_column-inner .header-person-element {
    position: absolute;
    bottom: -100px;
    right: -160px;
    z-index: 8;
    width: 400px;
    height: 400px;
    margin-bottom: 0px !important;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-person-element;
  }
  @-webkit-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -600px;
    }
    29% {
      bottom: -100px;
      right: -600px;
    }
    33% {
      bottom: -100px;
      right: -10px;
    }
    100% {
      bottom: -100px;
      right: -10px;
    }
  }
  @-moz-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -600px;
    }
    29% {
      bottom: -100px;
      right: -600px;
    }
    33% {
      bottom: -100px;
      right: -10px;
    }
    100% {
      bottom: -100px;
      right: -10px;
    }
  }
  @-o-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -600px;
    }
    29% {
      bottom: -100px;
      right: -600px;
    }
    33% {
      bottom: -100px;
      right: -10px;
    }
    100% {
      bottom: -100px;
      right: -10px;
    }
  }
  @keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -600px;
    }
    29% {
      bottom: -100px;
      right: -600px;
    }
    33% {
      bottom: -100px;
      right: -10px;
    }
    100% {
      bottom: -100px;
      right: -10px;
    }
  }
  @-webkit-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-moz-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-o-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  body #content.site-content .default-header-500 .header-green-big-line {
    position: absolute;
    top: -447px;
    left: 100px;
    z-index: 8;
    width: 1400px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-green-big-line;
  }
  @-webkit-keyframes header-green-big-line {
    0% {
      top: -560px;
      left: 1240px;
    }
    15% {
      top: -560px;
      left: 1240px;
    }
    19% {
      top: 100px;
      left: 100px;
    }
    100% {
      top: 100px;
      left: 100px;
    }
  }
  @-moz-keyframes header-green-big-line {
    0% {
      top: -560px;
      left: 1240px;
    }
    15% {
      top: -560px;
      left: 1240px;
    }
    19% {
      top: 100px;
      left: 100px;
    }
    100% {
      top: 100px;
      left: 100px;
    }
  }
  @-o-keyframes header-green-big-line {
    0% {
      top: -560px;
      left: 1240px;
    }
    15% {
      top: -560px;
      left: 1240px;
    }
    19% {
      top: 100px;
      left: 100px;
    }
    100% {
      top: 100px;
      left: 100px;
    }
  }
  @keyframes header-green-big-line {
    0% {
      top: -560px;
      left: 1240px;
    }
    15% {
      top: -560px;
      left: 1240px;
    }
    19% {
      top: 100px;
      left: 100px;
    }
    100% {
      top: 100px;
      left: 100px;
    }
  }
  body #content.site-content .default-header-500 .vc_column_container .vc_column-inner .header-person-element {
    position: absolute;
    bottom: -100px;
    right: -160px;
    z-index: 8;
    width: 400px;
    height: 400px;
    margin-bottom: 0px !important;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-person-element;
  }
  @-webkit-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -10px;
    }
    100% {
      bottom: -100px;
      right: -10px;
    }
  }
  @-moz-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -10px;
    }
    100% {
      bottom: -100px;
      right: -10px;
    }
  }
  @-o-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -10px;
    }
    100% {
      bottom: -100px;
      right: -10px;
    }
  }
  @keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -10px;
    }
    100% {
      bottom: -100px;
      right: -10px;
    }
  }
  body #content.site-content .default-header-880 .header-person-element {
    position: absolute;
    bottom: -100px;
    right: -160px;
    z-index: 8;
    width: 300px;
    height: 300px;
    margin-bottom: 0px !important;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: home-header-person-element;
  }
  @-webkit-keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  @-moz-keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  @-o-keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  @keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  body #content.site-content .default-header-880 h1 {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  body header#masthead {
    height: 84px;
  }
  body header#masthead .container {
    max-width: 1440px;
    padding: 0px 30px;
  }
  body header#masthead .container .navbar #main-nav > ul > li a {
    color: #2A302D;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    padding: 0px 12px;
    font-family: "Barlow";
  }
  body header#masthead .cmega-menu {
    font-size: 18px;
    line-height: 36px;
    top: 83px;
    height: auto;
  }
  body header#masthead .cmega-menu .container {
    background-color: #ffffff;
  }
  body header#masthead .cmega-menu .container .menulinks .desktop-col1-menu li a,
body header#masthead .cmega-menu .container .menulinks .desktop-col2-menu li a {
    color: #3F4442;
    font-size: 18px;
    line-height: 18px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li a {
    color: #2A302D;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    font-family: "Barlow";
    text-decoration: none;
    padding: 14px 20px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li ul li a {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
  }
  body header#masthead .cmega-menu .container .number,
body header#masthead .cmega-menu .container .number a {
    color: #82AF29;
  }
  body header#masthead .cmega-menu .container .belons {
    margin-bottom: 20px;
  }
  body header#masthead .cmega-menu .container .menu-person-line-mobile {
    width: 500px;
    height: 300px;
    position: absolute;
    top: 30px;
    right: -400px;
    background-color: #ffffff;
    z-index: 15;
    transform: rotate(-30deg);
    opacity: 1;
    border-top: 4px solid #82AF29;
    animation-name: menu-person-line-animation-mobile;
    animation-duration: 800ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }
  @keyframes menu-person-line-animation-mobile {
    0% {
      top: -100px;
      right: -625px;
    }
    35% {
      top: -100px;
      right: -625px;
    }
    70% {
      top: 30px;
      right: -400px;
    }
    100% {
      top: 30px;
      right: -400px;
    }
  }
  body header#masthead .cmega-menu .container .menu-person-mobile {
    width: 205px;
    height: 186px;
    position: absolute;
    top: 136px;
    right: -24px;
    z-index: 14;
    opacity: 1;
    background-image: url(../img/header/menu-person.png);
    background-repeat: no-repeat;
    background-size: 205px 186px;
    animation-name: menu-person-animation;
    animation-duration: 800ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform: scale(0.7);
    opacity: 0;
  }
  @keyframes menu-person-animation {
    0% {
      top: 136px;
      right: -24px;
      opacity: 0;
    }
    75% {
      top: 136px;
      right: -24px;
      opacity: 0;
    }
    100% {
      top: 6px;
      right: -14px;
      opacity: 1;
    }
  }
  body header#masthead .cmega-menu.active {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
  }
  body header#masthead .container .navbar {
    display: block !important;
  }
  body header#masthead .container .navbar .navbar-toggler {
    display: none;
  }
  body header#masthead.sticky {
    padding: 1rem 1rem;
    height: 64px;
  }

  .puur #puur-action2-i {
    height: 180px;
    margin-top: 40px;
    position: relative;
    margin-bottom: 0px;
  }
  .puur #puur-action2-i h1,
  .puur #puur-action2-i h2{
    position: absolute;
    text-align: left;
    font-size: 80px !important;
    line-height: 80px !important;
    font-weight: 800 !important;
    z-index: 9;
    top: 0px;
    left: -1000px;
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action2-before;
  }
  @-webkit-keyframes puur-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @keyframes puur-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  .puur #puur-action2-i h1 strong,
	.puur #puur-action2-i h2 strong{
    font-size: 80px !important;
    line-height: 80px !important;
    font-weight: 800 !important;
  }
  .puur #puur-action2-i.active h1,
	.puur #puur-action2-i.active h2{
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action2;
  }
  @-webkit-keyframes puur-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes puur-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  .puur #puur-action3 {
    height: 0px;
    margin-top: -150px;
    margin-bottom: 300px;
  }
  .puur #puur-action3 .puur-green-line2 {
    position: absolute;
    top: -2420px;
    left: 4120px;
    z-index: 8;
    width: 3000px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action3-before;
  }
  @-webkit-keyframes puur-action3-before {
    0% {
      top: 180px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2660px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action3-before {
    0% {
      top: 180px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2660px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action3-before {
    0% {
      top: 180px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2660px;
      left: 4120px;
      opacity: 0;
    }
  }
  @keyframes puur-action3-before {
    0% {
      top: 180px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2660px;
      left: 4120px;
      opacity: 0;
    }
  }
  .puur #puur-action3.active .puur-green-line2 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action3;
  }
  @-webkit-keyframes puur-action3 {
    0% {
      top: -2660px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 180px;
      left: -800px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action3 {
    0% {
      top: -2660px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 180px;
      left: -800px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action3 {
    0% {
      top: -2660px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 180px;
      left: -800px;
      opacity: 1;
    }
  }
  @keyframes puur-action3 {
    0% {
      top: -2660px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 180px;
      left: -800px;
      opacity: 1;
    }
  }

  .puur .vc_column-inner .wpb_wrapper #puur-action2 h1,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h1,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h1,
	  .puur .vc_column-inner .wpb_wrapper #puur-action2 h2,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h2,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h2{
    font-size: 80px !important;
    line-height: 80px !important;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action2 h1 strong,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h1 strong,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h1 strong,
	  .puur .vc_column-inner .wpb_wrapper #puur-action2 h2 strong,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h2 strong,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h2 strong{
    font-size: 80px !important;
    line-height: 80px !important;
  }

  #puur-action4 .wpb_wrapper,
#puur-action5 .wpb_wrapper,
#puur-action6 .wpb_wrapper,
#daken-action5 .wpb_wrapper,
#daken-action8 .wpb_wrapper,
#daken-action11 .wpb_wrapper,
#samen-action5 .wpb_wrapper,
#samen-action8 .wpb_wrapper,
#samen-action11 .wpb_wrapper {
    width: 100% !important;
  }

  .puur #puur-action4,
.puur #puur-action5,
.puur #puur-action6 {
    width: 160%;
    margin-left: -30%;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action7 .puur-green-line3 :before {
    opacity: 0;
  }

  .daken #daken-action2-i {
    height: 180px;
    margin-top: 40px;
    position: relative;
    margin-bottom: 0px;
  }
  .daken #daken-action2-i h1,
  .daken #daken-action2-i h2{
    position: absolute;
    text-align: left;
    font-size: 80px !important;
    line-height: 80px !important;
    font-weight: 800 !important;
    z-index: 9;
    top: 0px;
    left: -1000px;
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action2-before;
  }
  @-webkit-keyframes daken-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @keyframes daken-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  .daken #daken-action2-i h1 strong,
  .daken #daken-action2-i h2 strong{
    font-size: 80px !important;
    line-height: 80px !important;
    font-weight: 800 !important;
  }
  .daken #daken-action2-i.active h1,
  .daken #daken-action2-i.active h2{
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action2;
  }
  @-webkit-keyframes daken-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes daken-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  .daken #daken-action4 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .daken #daken-action4 .daken-green-line3 {
    position: absolute;
    top: -490px;
    right: -1014px;
    z-index: 8;
    width: 400px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action4-before;
  }
  @-webkit-keyframes daken-action4-before {
    0% {
      top: -10px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -520px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action4-before {
    0% {
      top: -10px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -520px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action4-before {
    0% {
      top: -10px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -520px;
      right: -1014px;
      opacity: 0;
    }
  }
  @keyframes daken-action4-before {
    0% {
      top: -10px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -520px;
      right: -1014px;
      opacity: 0;
    }
  }
  .daken #daken-action4.active .daken-green-line3 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action4;
  }
  @-webkit-keyframes daken-action4 {
    0% {
      top: -520px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: -10px;
      right: -128px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action4 {
    0% {
      top: -520px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: -10px;
      right: -128px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action4 {
    0% {
      top: -520px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: -10px;
      right: -128px;
      opacity: 1;
    }
  }
  @keyframes daken-action4 {
    0% {
      top: -520px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: -10px;
      right: -128px;
      opacity: 1;
    }
  }
  .daken #daken-action10 {
    height: 505px;
    margin-bottom: 0px;
    position: relative;
  }
  .daken #daken-action10 .vc_single_image-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 7;
    width: 505px;
    height: 505px;
    opacity: 0;
    margin-bottom: 0px !important;
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action10-before;
  }
  @-webkit-keyframes daken-action10-before {
    0% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -100px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -100px;
      left: 0px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action10-before {
    0% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -100px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -100px;
      left: 0px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action10-before {
    0% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -100px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -100px;
      left: 0px;
      opacity: 0;
    }
  }
  @keyframes daken-action10-before {
    0% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -100px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -100px;
      left: 0px;
      opacity: 0;
    }
  }
  .daken #daken-action10.active .vc_single_image-wrapper {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action10;
  }
  @-webkit-keyframes daken-action10 {
    0% {
      top: -100px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -100px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action10 {
    0% {
      top: -100px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -100px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action10 {
    0% {
      top: -100px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -100px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes daken-action10 {
    0% {
      top: -100px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -100px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
  }
  .daken:before {
    content: "";
    height: 1220px;
    width: 690px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background-color: #82AF29;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 79%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 79%);
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action2 {
    margin-top: -50px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action7 .daken-icon-text,
.daken .vc_column-inner .wpb_wrapper #daken-action13 .daken-icon-text {
    right: calc(50% - 150px);
  }
  .daken .daken640 {
    height: 380px !important;
  }
  .daken #daken-action5,
.daken #daken-action8,
.daken #daken-action11 {
    width: 160%;
    margin-left: -30%;
  }
  .daken:after {
    width: 216px;
  }

  .samen:before {
    content: "";
    height: 1220px;
    width: 690px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background-color: #82AF29;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 79%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 79%);
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action2 {
    margin-top: -50px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action7 .samen-icon-text {
    right: calc(50% - 150px);
  }
  .samen .samen640 {
    height: 380px !important;
  }
  .samen #samen-action5,
.samen #samen-action8,
.samen #samen-action11 {
    width: 160%;
    margin-left: -30%;
  }

  .bottom-right-cut:before {
    width: 180px;
    height: 200px;
  }

  .projecten-listing,
.projecten-related,
.news-listing,
.news-related {
    width: 100%;
  }
  .projecten-listing .item,
.projecten-related .item,
.news-listing .item,
.news-related .item {
    width: 100%;
  }
  .projecten-listing .item .image,
.projecten-related .item .image,
.news-listing .item .image,
.news-related .item .image {
    width: 150px;
    height: 150px;
  }
  .projecten-listing .item .content,
.projecten-related .item .content,
.news-listing .item .content,
.news-related .item .content {
    float: left;
    width: calc(100% - 150px);
    height: 150px;
    position: relative;
    padding: 12px 14px;
    font-family: "Barlow";
    text-transform: uppercase;
  }
  .projecten-listing .item .content .title,
.projecten-related .item .content .title,
.news-listing .item .content .title,
.news-related .item .content .title {
    font-size: 26px;
    line-height: 26px;
  }
  .projecten-listing .item .content .title strong,
.projecten-related .item .content .title strong,
.news-listing .item .content .title strong,
.news-related .item .content .title strong {
    font-size: 26px;
    line-height: 26px;
  }
  .projecten-listing .item .content .location,
.projecten-related .item .content .location,
.news-listing .item .content .location,
.news-related .item .content .location {
    display: none;
  }

  .projecten-related,
.news-related {
    width: 100%;
  }
  .projecten-related .item,
.news-related .item {
    width: 90%;
  }
  .projecten-related .item .image,
.news-related .item .image {
    width: 150px;
    height: 150px;
  }
  .projecten-related .item .content,
.news-related .item .content {
    width: calc(100% - 150px);
    height: 150px;
    padding: 12px 20px;
  }
  .projecten-related .item .content .title,
.news-related .item .content .title {
    font-size: 26px;
    line-height: 26px;
  }
  .projecten-related .item .content .title strong,
.news-related .item .content .title strong {
    font-size: 26px;
    line-height: 26px;
  }
  .projecten-related .item .content .location,
.news-related .item .content .location {
    font-size: 14px;
    line-height: 20px;
  }

  .vacatures-listing {
    width: 100%;
  }
  .vacatures-listing .item {
    width: 100%;
  }
  .vacatures-listing .item .image {
    height: 120px;
  }
  .vacatures-listing .item .content {
    height: auto;
  }

  #vacature-detailpage-sidebar .vc_column-inner {
    padding: 36px 16px;
    background-color: #F9F9F9;
  }

  #detailpage-sidebar .projecten-detail-sidebar,
#detailpage-sidebar .news-detail-sidebar {
    padding: 16px 16px;
  }
  #detailpage-sidebar .projecten-detail-sidebar ul li a,
#detailpage-sidebar .news-detail-sidebar ul li a {
    padding: 12px 28px 12px 0px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Barlow";
  }

  .sidebar-green-right-line {
    display: none;
  }

  .optimal {
    width: 100%;
  }

  .footer-action {
    height: 0px;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .footer-action .trigg {
    height: 0px;
    right: 0px;
    position: absolute;
    top: -360px;
  }

  .footerline .container:before {
    content: "";
    width: 100%;
    height: 660px;
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 9;
    background-image: url(../img/footer/footerline.svg);
    background-repeat: no-repeat;
    background-position: -400px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 8%, 0 88%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 8%, 0 88%);
  }
  .footerline .container .backtotop {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30px;
    right: 90px;
    z-index: 10;
    background-image: url(../img/home/backtotop.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
  }

  #footer {
    opacity: 0;
  }
  #footer .bigfooter {
    height: 610px;
    background-color: #ffffff;
  }
  #footer .bigfooter .row .footercontent {
    width: 80%;
    float: right;
  }
  #footer .bigfooter .row .footercontent .footerlogo {
    width: 240px;
    height: 52px;
    float: right;
    margin-top: 230px;
    text-align: right;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget {
    float: right;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons {
    float: right;
    width: 300px;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons > div {
    float: right;
  }
  #footer .bigfooter .row .footercontent .line {
    width: 90%;
    margin: 14px 0px;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu {
    float: right;
    width: 90%;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu .big-footer-menu-cover ul li {
    margin-bottom: 2px;
  }
  #footer .bigfooter .row .footercontent .newsletter {
    float: right;
    width: 90%;
    position: relative;
  }
  #footer .bigfooter .row .footercontent .newsletter .het-laatste {
    width: 150px;
    height: 52px;
    top: -23px;
    left: -170px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont {
    float: right;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-element {
    width: 200px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .submit-wrap .nf-field-label {
    display: none;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .submit-wrap .nf-field-element:before {
    top: 6px;
  }
  #footer.active {
    opacity: 1;
  }

  @-webkit-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-moz-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-o-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-webkit-keyframes daken-action3 {
    0% {
      top: -2803px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 40px;
      left: -800px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action3 {
    0% {
      top: -2803px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 40px;
      left: -800px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action3 {
    0% {
      top: -2803px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 40px;
      left: -800px;
      opacity: 1;
    }
  }
  @keyframes daken-action3 {
    0% {
      top: -2803px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 40px;
      left: -800px;
      opacity: 1;
    }
  }
  @-webkit-keyframes daken-action3-before {
    0% {
      top: 40px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2803px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action3-before {
    0% {
      top: 40px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2803px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action3-before {
    0% {
      top: 40px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2803px;
      left: 4120px;
      opacity: 0;
    }
  }
  @keyframes daken-action3-before {
    0% {
      top: 40px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2803px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-webkit-keyframes daken-action6 {
    0% {
      top: -410px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: 20px;
      right: -268px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action6 {
    0% {
      top: -410px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: 20px;
      right: -268px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action6 {
    0% {
      top: -410px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: 20px;
      right: -268px;
      opacity: 1;
    }
  }
  @keyframes daken-action6 {
    0% {
      top: -410px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: 20px;
      right: -268px;
      opacity: 1;
    }
  }
  @-webkit-keyframes daken-action6-before {
    0% {
      top: 20px;
      right: -268px;
      opacity: 1;
    }
    100% {
      top: -410px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action6-before {
    0% {
      top: 20px;
      right: -268px;
      opacity: 1;
    }
    100% {
      top: -410px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action6-before {
    0% {
      top: 20px;
      right: -268px;
      opacity: 1;
    }
    100% {
      top: -410px;
      right: -1014px;
      opacity: 0;
    }
  }
  @keyframes daken-action6-before {
    0% {
      top: 20px;
      right: -268px;
      opacity: 1;
    }
    100% {
      top: -410px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-webkit-keyframes samen-action3 {
    0% {
      top: -2803px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 40px;
      left: -800px;
      opacity: 1;
    }
  }
  @-moz-keyframes samen-action3 {
    0% {
      top: -2803px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 40px;
      left: -800px;
      opacity: 1;
    }
  }
  @-o-keyframes samen-action3 {
    0% {
      top: -2803px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 40px;
      left: -800px;
      opacity: 1;
    }
  }
  @keyframes samen-action3 {
    0% {
      top: -2803px;
      left: 4120px;
      opacity: 0;
    }
    100% {
      top: 40px;
      left: -800px;
      opacity: 1;
    }
  }
  @-webkit-keyframes samen-action3-before {
    0% {
      top: 40px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2803px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-moz-keyframes samen-action3-before {
    0% {
      top: 40px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2803px;
      left: 4120px;
      opacity: 0;
    }
  }
  @-o-keyframes samen-action3-before {
    0% {
      top: 40px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2803px;
      left: 4120px;
      opacity: 0;
    }
  }
  @keyframes samen-action3-before {
    0% {
      top: 40px;
      left: -800px;
      opacity: 1;
    }
    100% {
      top: -2803px;
      left: 4120px;
      opacity: 0;
    }
  }
  .desktop {
    display: none !important;
  }

  .ipad {
    display: block !important;
  }

  .mobile {
    display: none !important;
  }

  .noipad {
    display: none;
  }

  .single-offerte #content:before, .single-offerte #content:after {
    content: "";
    display: none;
  }

  .offerte-cover .offerte-intro {
    font-size: 20px;
    line-height: 28px;
  }
  .offerte-cover .tabs_list_cover h2 {
    padding-left: 0px;
  }
  .offerte-cover .content_cover {
    padding: 60px 30px;
  }
  .offerte-cover .content_cover .content_container {
    width: 100%;
    max-width: 100%;
  }
  .offerte-cover .content_cover .content_container .intro2 {
    font-size: 20px;
    line-height: 24px;
  }
  .offerte-cover .content_cover .content_container .lokatie {
    margin-top: 0px;
  }
  .offerte-cover .content_cover .content_container .dakgegevens .tabdatacover > div,
.offerte-cover .content_cover .content_container .googlecover .tabdatacover > div {
    width: 100% !important;
  }
  .offerte-cover .content_cover .content_container .offerte_table {
    padding: 20px 20px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover {
    width: 100%;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head {
    width: 618px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .one {
    width: 63px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .two {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .three {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .four, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .five, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .six, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .seven {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data {
    width: 618px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .one,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .one {
    width: 63px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .two,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .two {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .three,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .three {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .four, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .five, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .six, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .seven,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .four,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .five,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .six,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .seven {
    width: 78px;
  }
  .offerte-cover .content_cover .content_sidebar {
    margin-top: 40px;
    float: left;
    min-width: 400px;
  }

  .lastblock {
    margin-top: -80px;
  }
}
@media screen and (max-width: 430px) and (min-width: 376px) {
  
  h1 {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  h2 {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  h3 {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  h4 {
    font-size: 20px !important;
    line-height: 20px !important;
  }

  h5 {
    font-size: 18px !important;
    line-height: 18px !important;
  }

  h6 {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .text34 {
    font-size: 28px;
    line-height: 36px;
    padding-right: 0%;
  }

  .text26 {
    font-size: 22px;
    line-height: 28px;
    padding-right: 0%;
  }

  .text22 {
    font-size: 18px;
    line-height: 28px;
    padding-right: 2%;
  }
  .text22 h4 {
    text-transform: capitalize;
  }

  .text14 {
    font-size: 14px;
    line-height: 18px;
  }

  h1 {
    font-size: 40px;
    line-height: 40px;
    font-family: "Barlow";
    font-weight: 700;
    text-transform: uppercase;
  }
  h1 strong {
    padding: 0px;
  }

  .padding-left-60 {
    padding-left: 0px !important;
  }

  .plist ul li {
    font-size: 18px;
    line-height: 30px;
    position: relative;
  }

  .mobileswitch {
    display: flex;
    flex-direction: column-reverse;
  }

  .home .default-header-880 {
    height: 680px;
  }
  .home .default-header-880 .vc_column_container {
    height: 680px;
  }
  .home .default-header-880 .vc_column_container .vc_column-inner .c_button {
    top: 340px;
  }
  .home .default-header-880:before {
    height: 170px;
    width: 280px;
    background-size: cover;
  }

  .default-header-500,
.default-header-400 {
    height: 400px;
  }
  .default-header-500 .vc_column_container,
.default-header-400 .vc_column_container {
    height: 400px;
  }
  .default-header-500 .vc_column_container .vc_column-inner,
.default-header-400 .vc_column_container .vc_column-inner {
    height: 400px;
  }

  /* short left lines animation */
  .content-line-cut.right,
.content-line-cut.left {
    position: absolute;
    top: -240px;
    right: -400px;
    z-index: 8;
    width: 180px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    opacity: 0;
    animation-duration: 400ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: clinecutright-before;
  }
  .content-line-cut.right.active,
.content-line-cut.left.active {
    animation-name: clinecutright;
  }
  @-webkit-keyframes clinecutright-before {
    0% {
      left: auto;
      top: 40px;
      right: -60px;
      opacity: 1;
    }
    100% {
      left: auto;
      top: -160px;
      right: -400px;
      opacity: 0;
    }
  }
  @-moz-keyframes clinecutright-before {
    0% {
      left: auto;
      top: 40px;
      right: -60px;
      opacity: 1;
    }
    100% {
      left: auto;
      top: -160px;
      right: -400px;
      opacity: 0;
    }
  }
  @-o-keyframes clinecutright-before {
    0% {
      left: auto;
      top: 40px;
      right: -60px;
      opacity: 1;
    }
    100% {
      left: auto;
      top: -160px;
      right: -400px;
      opacity: 0;
    }
  }
  @keyframes clinecutright-before {
    0% {
      left: auto;
      top: 40px;
      right: -60px;
      opacity: 1;
    }
    100% {
      left: auto;
      top: -160px;
      right: -400px;
      opacity: 0;
    }
  }
  @-webkit-keyframes clinecutright {
    0% {
      left: auto;
      top: -160px;
      right: -400px;
      opacity: 0;
    }
    100% {
      left: auto;
      top: 40px;
      right: -60px;
      opacity: 1;
    }
  }
  @-moz-keyframes clinecutright {
    0% {
      left: auto;
      top: -160px;
      right: -400px;
      opacity: 0;
    }
    100% {
      left: auto;
      top: 40px;
      right: -60px;
      opacity: 1;
    }
  }
  @-o-keyframes clinecutright {
    0% {
      left: auto;
      top: -160px;
      right: -400px;
      opacity: 0;
    }
    100% {
      left: auto;
      top: 40px;
      right: -60px;
      opacity: 1;
    }
  }
  @keyframes clinecutright {
    0% {
      left: auto;
      top: -160px;
      right: -400px;
      opacity: 0;
    }
    100% {
      left: auto;
      top: 40px;
      right: -60px;
      opacity: 1;
    }
  }

  body .container {
    max-width: 1140px;
    padding: 0px 20px;
  }
  body #content.site-content {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  body #content.site-content.solid {
    height: 0px;
  }
  body #content.site-content .container {
    max-width: 1140px;
    padding: 0px 20px;
  }
  body #content.site-content .container .default_content_ani {
    opacity: 0;
    padding-top: 0px !important;
    margin-top: 60px;
    animation-duration: 1600ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: default_content_ani;
  }
  @-webkit-keyframes default_content_ani {
    0% {
      margin-top: 120px;
      opacity: 0;
    }
    80% {
      margin-top: 120px;
      opacity: 0;
    }
    100% {
      margin-top: 60px;
      opacity: 1;
    }
  }
  @-moz-keyframes default_content_ani {
    0% {
      margin-top: 120px;
      opacity: 0;
    }
    80% {
      margin-top: 120px;
      opacity: 0;
    }
    100% {
      margin-top: 60px;
      opacity: 1;
    }
  }
  @-o-keyframes default_content_ani {
    0% {
      margin-top: 120px;
      opacity: 0;
    }
    80% {
      margin-top: 120px;
      opacity: 0;
    }
    100% {
      margin-top: 60px;
      opacity: 1;
    }
  }
  @keyframes default_content_ani {
    0% {
      margin-top: 120px;
      opacity: 0;
    }
    80% {
      margin-top: 120px;
      opacity: 0;
    }
    100% {
      margin-top: 60px;
      opacity: 1;
    }
  }
  body #content.site-content .default-page-left-sidebar,
body #content.site-content .default-page-right-sidebar {
    font-size: 42px;
    line-height: 38px;
    margin-bottom: 0px;
  }
  body #content.site-content .default-page-left-sidebar strong,
body #content.site-content .default-page-right-sidebar strong {
    font-size: 42px;
    line-height: 38px;
  }
  body #content.site-content .default-page-left-sidebar ul li a,
body #content.site-content .default-page-right-sidebar ul li a {
    font-size: 16px;
  }
  body #content.site-content .default-header-500,
body #content.site-content .default-header-400 {
    margin-bottom: 0px;
  }
  body #content.site-content .default-header-500 .heading,
body #content.site-content .default-header-400 .heading {
    text-align: left;
    position: absolute;
    top: 270px;
    left: 30px;
    margin-bottom: 0px;
    z-index: 9;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-heading-text880;
  }
  @-webkit-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-moz-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-o-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  body #content.site-content .default-header-500 .heading h1,
body #content.site-content .default-header-400 .heading h1 {
    font-size: 40px;
    line-height: 40px;
    font-family: "Barlow";
    font-weight: 700;
    text-transform: uppercase;
  }
  body #content.site-content .default-header-500 .heading h1 strong,
body #content.site-content .default-header-400 .heading h1 strong {
    padding: 0px;
  }
  @-webkit-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-moz-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-o-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  body #content.site-content .default-header-500 .header-green-big-line,
body #content.site-content .default-header-400 .header-green-big-line {
    position: absolute;
    top: -447px;
    left: 100px;
    z-index: 8;
    width: 1400px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-green-big-line;
  }
  @-webkit-keyframes header-green-big-line {
    0% {
      top: -810px;
      left: 1240px;
    }
    15% {
      top: -810px;
      left: 1240px;
    }
    19% {
      top: -150px;
      left: 90px;
    }
    100% {
      top: -150px;
      left: 90px;
    }
  }
  @-moz-keyframes header-green-big-line {
    0% {
      top: -810px;
      left: 1240px;
    }
    15% {
      top: -810px;
      left: 1240px;
    }
    19% {
      top: -150px;
      left: 90px;
    }
    100% {
      top: -150px;
      left: 90px;
    }
  }
  @-o-keyframes header-green-big-line {
    0% {
      top: -810px;
      left: 1240px;
    }
    15% {
      top: -810px;
      left: 1240px;
    }
    19% {
      top: -150px;
      left: 90px;
    }
    100% {
      top: -150px;
      left: 90px;
    }
  }
  @keyframes header-green-big-line {
    0% {
      top: -810px;
      left: 1240px;
    }
    15% {
      top: -810px;
      left: 1240px;
    }
    19% {
      top: -150px;
      left: 90px;
    }
    100% {
      top: -150px;
      left: 90px;
    }
  }
  body #content.site-content .default-header-500 .header-green-small-line,
body #content.site-content .default-header-400 .header-green-small-line {
    position: absolute;
    bottom: 160px;
    right: -600px;
    z-index: 8;
    width: 1200px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-green-small-line;
  }
  @-webkit-keyframes header-green-small-line {
    0% {
      bottom: 900px;
      right: -2074px;
    }
    25% {
      bottom: 900px;
      right: -2074px;
    }
    28% {
      bottom: 330px;
      right: -960px;
    }
    100% {
      bottom: 330px;
      right: -960px;
    }
  }
  @-moz-keyframes header-green-small-line {
    0% {
      bottom: 900px;
      right: -2074px;
    }
    25% {
      bottom: 900px;
      right: -2074px;
    }
    28% {
      bottom: 330px;
      right: -960px;
    }
    100% {
      bottom: 330px;
      right: -960px;
    }
  }
  @-o-keyframes header-green-small-line {
    0% {
      bottom: 900px;
      right: -2074px;
    }
    25% {
      bottom: 900px;
      right: -2074px;
    }
    28% {
      bottom: 330px;
      right: -960px;
    }
    100% {
      bottom: 330px;
      right: -960px;
    }
  }
  @keyframes header-green-small-line {
    0% {
      bottom: 900px;
      right: -2074px;
    }
    25% {
      bottom: 900px;
      right: -2074px;
    }
    28% {
      bottom: 330px;
      right: -960px;
    }
    100% {
      bottom: 330px;
      right: -960px;
    }
  }
  body #content.site-content .default-header-500 .vc_column_container .vc_column-inner .header-person-element,
body #content.site-content .default-header-400 .vc_column_container .vc_column-inner .header-person-element {
    display: none;
  }
  body #content.site-content .default-header-500 .terug,
body #content.site-content .default-header-400 .terug {
    position: absolute;
    bottom: -80px;
    padding-left: 0px;
  }
  body #content.site-content .default-header-880 .heading {
    text-align: left;
    position: absolute;
    top: 200px;
    left: 30px;
    margin-bottom: 0px;
    z-index: 9;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-heading-text880;
  }
  @-webkit-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-moz-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-o-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  body #content.site-content .default-header-880 .heading h1 {
    font-size: 40px;
    line-height: 40px;
    font-family: "Barlow";
    font-weight: 700;
    text-transform: uppercase;
  }
  body #content.site-content .default-header-880 .heading h1 strong {
    padding: 0px;
  }
  body #content.site-content .default-header-880 .header-person-element {
    position: absolute;
    bottom: -100px;
    right: -160px;
    z-index: 8;
    width: 300px;
    height: 300px;
    margin-bottom: 0px !important;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: home-header-person-element;
  }
  @-webkit-keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  @-moz-keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  @-o-keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  @keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  body #content.site-content .default-header-880 .header-white-line-top {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 8;
    width: 400px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-while-line;
  }
  @-webkit-keyframes header-while-line {
    0% {
      top: -200px;
      left: 280px;
    }
    22% {
      top: -200px;
      left: 280px;
    }
    27% {
      top: -40px;
      left: 10px;
    }
    100% {
      top: -40px;
      left: 10px;
    }
  }
  @-moz-keyframes header-while-line {
    0% {
      top: -200px;
      left: 280px;
    }
    22% {
      top: -200px;
      left: 280px;
    }
    27% {
      top: -40px;
      left: 10px;
    }
    100% {
      top: -40px;
      left: 10px;
    }
  }
  @-o-keyframes header-while-line {
    0% {
      top: -200px;
      left: 280px;
    }
    22% {
      top: -200px;
      left: 280px;
    }
    27% {
      top: -40px;
      left: 10px;
    }
    100% {
      top: -40px;
      left: 10px;
    }
  }
  @keyframes header-while-line {
    0% {
      top: -200px;
      left: 280px;
    }
    22% {
      top: -200px;
      left: 280px;
    }
    27% {
      top: -40px;
      left: 10px;
    }
    100% {
      top: -40px;
      left: 10px;
    }
  }
  body #content.site-content .default-header-880 .header-green-big-line {
    position: absolute;
    top: -30px;
    left: 0px;
    z-index: 8;
    width: 1400px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: home-header-green-big-line;
  }
  @-webkit-keyframes home-header-green-big-line {
    0% {
      top: -826px;
      left: 1370px;
    }
    13% {
      top: -826px;
      left: 1370px;
    }
    16% {
      top: -30px;
      left: 0px;
    }
    100% {
      top: -30px;
      left: 0px;
    }
  }
  @-moz-keyframes home-header-green-big-line {
    0% {
      top: -826px;
      left: 1370px;
    }
    13% {
      top: -826px;
      left: 1370px;
    }
    16% {
      top: -30px;
      left: 0px;
    }
    100% {
      top: -30px;
      left: 0px;
    }
  }
  @-o-keyframes home-header-green-big-line {
    0% {
      top: -826px;
      left: 1370px;
    }
    13% {
      top: -826px;
      left: 1370px;
    }
    16% {
      top: -30px;
      left: 0px;
    }
    100% {
      top: -30px;
      left: 0px;
    }
  }
  @keyframes home-header-green-big-line {
    0% {
      top: -826px;
      left: 1370px;
    }
    13% {
      top: -826px;
      left: 1370px;
    }
    16% {
      top: -30px;
      left: 0px;
    }
    100% {
      top: -30px;
      left: 0px;
    }
  }
  body #content.site-content .default-header-880 .c_button {
    text-align: left;
    position: absolute;
    top: 340px;
    left: 30px;
    margin-bottom: 0px;
    z-index: 9;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-heading-button880;
  }
  @-webkit-keyframes header-heading-button880 {
    0% {
      bottom: 43px;
      left: -1800px;
    }
    18% {
      bottom: 43px;
      left: -1800px;
    }
    22% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-moz-keyframes header-heading-button880 {
    0% {
      bottom: 43px;
      left: -1800px;
    }
    18% {
      bottom: 43px;
      left: -1800px;
    }
    22% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-o-keyframes header-heading-button880 {
    0% {
      bottom: 43px;
      left: -1800px;
    }
    18% {
      bottom: 43px;
      left: -1800px;
    }
    22% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @keyframes header-heading-button880 {
    0% {
      bottom: 43px;
      left: -1800px;
    }
    18% {
      bottom: 43px;
      left: -1800px;
    }
    22% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  body #content.site-content .default-header-880 .arrow-next {
    top: -50px;
    left: 0px;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: arrow-next-ani;
  }
  @-webkit-keyframes arrow-next-ani {
    0% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    30% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    34% {
      top: 66px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 66px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes arrow-next-ani {
    0% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    30% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    34% {
      top: 66px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 66px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes arrow-next-ani {
    0% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    30% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    34% {
      top: 66px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 66px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes arrow-next-ani {
    0% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    30% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    34% {
      top: 66px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 66px;
      left: 0px;
      opacity: 1;
    }
  }
  body #content.site-content .default-header-880 .arrow-next i {
    font-size: 32px;
    color: #ffffff;
  }
  body #content.site-content:before, body #content.site-content:after {
    width: 10px;
  }
  body header#masthead {
    height: 64px;
    padding: 1rem 1rem;
  }
  body header#masthead .container {
    max-width: 1440px;
    padding: 0px 0px;
  }
  body header#masthead .container .navbar .navbar-brand {
    margin-top: 2px;
  }
  body header#masthead .container .navbar #main-nav > ul > li a {
    color: #2A302D;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    padding: 0px 12px;
    font-family: "Barlow";
  }
  body header#masthead .cmega-menu {
    font-size: 18px;
    line-height: 36px;
    height: auto;
    top: 62px !important;
  }
  body header#masthead .cmega-menu .container {
    background-color: #ffffff;
    padding: 0px 10px;
  }
  body header#masthead .cmega-menu .container.mobile {
    height: calc(100% - 64px);
    overflow-y: scroll;
  }
  body header#masthead .cmega-menu .container .menulinks {
    padding-bottom: 80px;
  }
  body header#masthead .cmega-menu .container .menulinks .desktop-col1-menu li a,
body header#masthead .cmega-menu .container .menulinks .desktop-col2-menu li a {
    color: #3F4442;
    font-size: 18px;
    line-height: 18px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li {
    border-bottom: 2px solid #F9F9F9;
    line-height: 48px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li .sub-menu {
    margin-bottom: 12px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li a {
	color: #2A302D;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    font-family: "Barlow";
    text-decoration: none;
    padding: 0px 20px;
    display: block;
    height: 43px;
  }
	
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li ul li {
    border-bottom: none;
    line-height: 36px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li ul li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    display: block;
    height: 29px;
  }
  body header#masthead .cmega-menu .container .number,
body header#masthead .cmega-menu .container .number a {
    color: #82AF29;
  }
  body header#masthead .cmega-menu .container .belons {
    margin-bottom: 20px;
  }
  body header#masthead .cmega-menu .container .menu-person-line-mobile {
    width: 500px;
    height: 300px;
    position: absolute;
    top: 30px;
    right: -400px;
    background-color: #ffffff;
    z-index: 15;
    transform: rotate(-30deg);
    opacity: 1;
    border-top: 4px solid #82AF29;
    animation-name: menu-person-line-animation-mobile;
    animation-duration: 800ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }
  @keyframes menu-person-line-animation-mobile {
    0% {
      top: -100px;
      right: -625px;
    }
    35% {
      top: -100px;
      right: -625px;
    }
    70% {
      top: 30px;
      right: -400px;
    }
    100% {
      top: 30px;
      right: -400px;
    }
  }
  body header#masthead .cmega-menu .container .menu-person-mobile {
    width: 205px;
    height: 186px;
    position: absolute;
    top: 136px;
    right: -24px;
    z-index: 14;
    opacity: 1;
    background-image: url(../img/header/menu-person.png);
    background-repeat: no-repeat;
    background-size: 205px 186px;
    animation-name: menu-person-animation;
    animation-duration: 800ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform: scale(0.7);
    opacity: 0;
  }
  @keyframes menu-person-animation {
    0% {
      top: 136px;
      right: -24px;
      opacity: 0;
    }
    75% {
      top: 136px;
      right: -24px;
      opacity: 0;
    }
    100% {
      top: 6px;
      right: -14px;
      opacity: 1;
    }
  }
  body header#masthead .cmega-menu.active {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
  }
  body header#masthead .container .navbar {
    display: block !important;
  }
  body header#masthead .container .navbar .navbar-brand {
    width: 160px;
  }
  body header#masthead .container .navbar .navbar-toggler {
    display: none;
  }
  body header#masthead.sticky {
    padding: 1rem 1rem;
    height: 64px;
  }
  body header#masthead.sticky .container .navbar .navbar-brand {
    margin-top: 2px;
  }

  #second.puur,
#third.daken,
#fourth.samen {
    padding: 10px !important;
  }

  .puur .vc_column-inner .wpb_wrapper #puur-action2 h1,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h1,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h1,
	  .puur .vc_column-inner .wpb_wrapper #puur-action2 h2,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h2,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h2{
    font-size: 80px !important;
    line-height: 80px !important;
  }
.puur .vc_column-inner .wpb_wrapper #puur-action2 h1 strong,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h1 strong,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h1 strong,
.puur .vc_column-inner .wpb_wrapper #puur-action2 h2 strong,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h2 strong,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h2 strong{
    font-size: 80px !important;
    line-height: 80px !important;
  }

  #puur-action4 .wpb_wrapper,
#puur-action5 .wpb_wrapper,
#puur-action6 .wpb_wrapper,
#daken-action5 .wpb_wrapper,
#daken-action8 .wpb_wrapper,
#daken-action11 .wpb_wrapper,
#samen-action5 .wpb_wrapper,
#samen-action8 .wpb_wrapper,
#samen-action11 .wpb_wrapper {
    width: 100% !important;
  }

  .puur .vc_column-inner .wpb_wrapper #puur-action1 {
    height: 160px;
    margin-bottom: 0px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action1 .puur-green-line1 {
    position: absolute;
    top: 486px;
    left: -649px;
    z-index: 8;
    width: 160px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action1-before;
  }
  @-webkit-keyframes puur-action1-before {
    0% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action1-before {
    0% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action1-before {
    0% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
  }
  @keyframes puur-action1-before {
    0% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action1.active .puur-green-line1 {
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action1;
  }
  @-webkit-keyframes puur-action1 {
    0% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action1 {
    0% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action1 {
    0% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes puur-action1 {
    0% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m {
    height: 180px;
    margin-top: 40px;
    position: relative;
    margin-bottom: 0px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m h1,
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m h2{
    position: absolute;
    text-align: left;
    font-size: 56px !important;
    line-height: 56px !important;
    font-weight: 800 !important;
    z-index: 9;
    top: 0px;
    left: -1000px;
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action2-before;
  }
  @-webkit-keyframes puur-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @keyframes puur-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m h1 strong,
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m h2 strong{
    font-size: 56px !important;
    line-height: 56px !important;
    font-weight: 800 !important;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m.active h1,
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m.active h2{
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action2;
  }
  @-webkit-keyframes puur-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes puur-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action3 {
    height: 0px;
    margin-top: 0px;
    margin-bottom: 100px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action3 .puur-green-line2 {
    position: absolute;
    top: -2420px;
    left: 4120px;
    z-index: 8;
    width: 600px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action3-before;
  }
  @-webkit-keyframes puur-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @keyframes puur-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action3.active .puur-green-line2 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action3;
  }
  @-webkit-keyframes puur-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @keyframes puur-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action4 {
    width: 80%;
    margin-left: 10%;
    height: 108px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action5 {
    width: 80%;
    margin-left: 10%;
    height: 165px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action6 {
    width: 80%;
    margin-left: 10%;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action7 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action7 .puur-green-line3 {
    position: absolute;
    top: -450px;
    right: -990px;
    z-index: 8;
    width: 400px;
    height: 400px;
    background-color: #ffffff;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action7-before;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action7 .puur-green-line3 :before {
    content: "";
    width: 220px;
    height: 150px;
    top: 1px;
    left: -136px;
    background-color: #ffffff;
    position: absolute;
    transform: rotate(30deg);
  }
  @-webkit-keyframes puur-action7-before {
    0% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    26% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    44% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    100% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action7-before {
    0% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    26% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    44% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    100% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action7-before {
    0% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    26% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    44% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    100% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
  }
  @keyframes puur-action7-before {
    0% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    26% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    44% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    100% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action7.active .puur-green-line3 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action7;
	
  }
  @-webkit-keyframes puur-action7 {
    0% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    2% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    20% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    100% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action7 {
    0% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    2% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    20% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    100% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action7 {
    0% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    2% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    20% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    100% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
  }
  @keyframes puur-action7 {
    0% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    2% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    20% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    100% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action8 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action8 .vc_single_image-wrapper {
    position: absolute;
    top: -350px;
    right: -14px;
    opacity: 0;
    z-index: 7;
    width: 400px;
    height: 400px;
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action8-before;
  }
  @-webkit-keyframes puur-action8-before {
    0% {
      top: -170px;
      right: -74px;
      opacity: 1;
    }
    12% {
      top: -170px;
      right: -74px;
      opacity: 1;
    }
    20% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    100% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action8-before {
    0% {
      top: -170px;
      right: -74px;
      opacity: 1;
    }
    12% {
      top: -170px;
      right: -74px;
      opacity: 1;
    }
    20% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    100% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action8-before {
    0% {
      top: -170px;
      right: -74px;
      opacity: 1;
    }
    12% {
      top: -170px;
      right: -74px;
      opacity: 1;
    }
    20% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    100% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
  }
  @keyframes puur-action8-before {
    0% {
      top: -170px;
      right: -74px;
      opacity: 1;
    }
    12% {
      top: -170px;
      right: -74px;
      opacity: 1;
    }
    20% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    100% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action8.active .vc_single_image-wrapper {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action8;
  }
  @-webkit-keyframes puur-action8 {
    0% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    22% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    30% {
      top: -170px;
      right: -74px;
      opacity: 1;
    }
    100% {
      top: -170px;
      right: -74px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action8 {
    0% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    22% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    30% {
      top: -170px;
      right: -74px;
      opacity: 1;
    }
    100% {
      top: -170px;
      right: -74px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action8 {
    0% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    22% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    30% {
      top: -170px;
      right: -74px;
      opacity: 1;
    }
    100% {
      top: -170px;
      right: -74px;
      opacity: 1;
    }
  }
  @keyframes puur-action8 {
    0% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    22% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    30% {
      top: -170px;
      right: -74px;
      opacity: 1;
    }
    100% {
      top: -170px;
      right: -74px;
      opacity: 1;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action9 {
    position: relative;
    top: 0px;
    bottom: auto;
    left: 0px;
    margin-top: 120px;
    padding-bottom: 10px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action7 .puur-green-line3 :before {
    opacity: 0;
  }

  .daken .vc_column-inner .wpb_wrapper #daken-action1 {
    height: 160px;
    margin-bottom: 0px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action1 .daken-green-line1 {
    position: absolute;
    top: 486px;
    left: -649px;
    z-index: 8;
    width: 160px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action1-before;
  }
  @-webkit-keyframes daken-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @keyframes daken-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action1.active .daken-green-line1 {
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action1;
  }
  @-webkit-keyframes daken-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes daken-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m {
    height: 120px;
    margin-top: 0px;
    position: relative;
    margin-bottom: 0px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m h1,
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m h2{
    position: absolute;
    text-align: left;
    z-index: 9;
    font-size: 56px !important;
    line-height: 56px !important;
    font-family: "Barlow";
    font-weight: 800 !important;
    text-transform: uppercase;
    top: 70px;
    left: -1000px;
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action2-before;
  }
  @-webkit-keyframes daken-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @keyframes daken-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m h1 strong,
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m h2 strong{
    font-size: 56px !important;
    line-height: 56px !important;
    font-weight: 800 !important;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m.active h1,
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m.active h2{
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action2;
  }
  @-webkit-keyframes daken-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes daken-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action3 {
    height: 170px;
    margin-top: 0px;
    margin-bottom: 100px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action3 .daken-green-line2 {
    position: absolute;
    z-index: 8;
    width: 600px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action3-before;
  }
  @-webkit-keyframes daken-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @keyframes daken-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action3.active .daken-green-line2 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action3;
  }
  @-webkit-keyframes daken-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @keyframes daken-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action4 .daken-green-line3 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action4-before;
  }
  @-webkit-keyframes daken-action4-before {
    0% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action4-before {
    0% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action4-before {
    0% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
  }
  @keyframes daken-action4-before {
    0% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action4.active .daken-green-line3 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action4;
  }
  @-webkit-keyframes daken-action4 {
    0% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action4 {
    0% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action4 {
    0% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
  }
  @keyframes daken-action4 {
    0% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action5 {
    width: 80%;
    margin-left: 10%;
    height: 340px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action5 p em {
    display: inline-block;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action6 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
    margin-top: -130px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action6 .daken-green-line4 {
    position: absolute;
    top: -490px;
    right: -1014px;
    z-index: 8;
    width: 400px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action6-before;
  }
  @-webkit-keyframes daken-action6-before {
    0% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action6-before {
    0% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action6-before {
    0% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
  }
  @keyframes daken-action6-before {
    0% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action6.active .daken-green-line4 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action6;
  }
  @-webkit-keyframes daken-action6 {
    0% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action6 {
    0% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action6 {
    0% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
  }
  @keyframes daken-action6 {
    0% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action7 {
    height: 210px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 180px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action8 {
    width: 80%;
    margin-left: 10%;
    height: 160px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action9 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action9 .daken-green-line5 {
    position: absolute;
    top: 510px;
    left: -860px;
    z-index: 8;
    width: 700px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action9-before;
  }
  @-webkit-keyframes daken-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @keyframes daken-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action9 .daken-green-line5:before {
    content: "";
    width: 800px;
    height: 250px;
    top: -250px;
    left: 37px;
    background-color: #f9f9f9;
    position: absolute;
    transform: rotate(0deg);
    clip-path: polygon(29% 0%, 100% 72%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(29% 0%, 100% 72%, 100% 100%, 0 100%);
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action9-lineground-before;
  }
  @-webkit-keyframes daken-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-o-keyframes daken-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes daken-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action9.active .daken-green-line5 {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action9;
  }
  @-webkit-keyframes daken-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @keyframes daken-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action9.active .daken-green-line5:before {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action9-lineground;
  }
  @-webkit-keyframes daken-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes daken-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes daken-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action10 {
    height: 395px;
    margin-bottom: 0px;
    position: relative;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action10 .vc_single_image-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 7;
    width: 505px;
    height: 325px;
    opacity: 0;
    margin-bottom: 0px !important;
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action10-before;
  }
  @-webkit-keyframes daken-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @keyframes daken-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action10.active .vc_single_image-wrapper {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action10;
  }
  @-webkit-keyframes daken-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes daken-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action11 {
    width: 80%;
    margin-left: 10%;
    height: 180px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action12 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 0px;
  }
  .daken:before {
    content: "";
    height: 1220px;
    width: 374px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background-color: #82AF29;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 64%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 64%);
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action7 .daken-icon-text,
.daken .vc_column-inner .wpb_wrapper #daken-action13 .daken-icon-text {
    right: calc(50% - 150px);
  }
  .daken .daken640 {
    height: 220px !important;
  }
  .daken #daken-action11 {
    width: 160%;
    margin-left: -30%;
  }
  .daken:after {
    width: 216px;
  }

  .samen .vc_column-inner .wpb_wrapper #samen-action1 {
    height: 160px;
    margin-bottom: 0px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action1 .samen-green-line1 {
    position: absolute;
    top: 486px;
    left: -649px;
    z-index: 8;
    width: 160px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action1-before;
  }
  @-webkit-keyframes samen-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @-moz-keyframes samen-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @-o-keyframes samen-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @keyframes samen-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action1.active .samen-green-line1 {
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action1;
  }
  @-webkit-keyframes samen-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes samen-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes samen-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes samen-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action2 h1,
  .samen .vc_column-inner .wpb_wrapper #samen-action2 h2{
    font-size: 56px !important;
    line-height: 56px !important;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action2 h1 strong,
  .samen .vc_column-inner .wpb_wrapper #samen-action2 h2 strong{
    font-size: 56px !important;
    line-height: 56px !important;
    font-weight: 800 !important;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action3 {
    height: 170px;
    margin-top: -130px;
    margin-bottom: 100px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action3 .samen-green-line2 {
    position: absolute;
    z-index: 8;
    width: 600px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action3-before;
  }
  @-webkit-keyframes samen-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-moz-keyframes samen-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-o-keyframes samen-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @keyframes samen-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action3.active .samen-green-line2 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action3;
  }
  @-webkit-keyframes samen-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-moz-keyframes samen-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-o-keyframes samen-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @keyframes samen-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action5 {
    width: 80%;
    margin-left: 10%;
    height: 180px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action6 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
    margin-top: -80px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action7 {
    height: 210px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 180px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action8 {
    width: 80%;
    margin-left: 10%;
    height: 180px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action9 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action9 .samen-green-line5 {
    position: absolute;
    top: 510px;
    left: -860px;
    z-index: 8;
    width: 700px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action9-before;
  }
  @-webkit-keyframes samen-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @-moz-keyframes samen-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @-o-keyframes samen-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @keyframes samen-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action9 .samen-green-line5:before {
    content: "";
    width: 800px;
    height: 250px;
    top: -250px;
    left: 37px;
    background-color: #ffffff;
    position: absolute;
    transform: rotate(0deg);
    clip-path: polygon(29% 0%, 100% 72%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(29% 0%, 100% 72%, 100% 100%, 0 100%);
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action9-lineground-before;
  }
  @-webkit-keyframes samen-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-moz-keyframes samen-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-o-keyframes samen-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes samen-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action9.active .samen-green-line5 {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action9;
  }
  @-webkit-keyframes samen-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @-moz-keyframes samen-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @-o-keyframes samen-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @keyframes samen-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action9.active .samen-green-line5:before {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action9-lineground;
  }
  @-webkit-keyframes samen-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes samen-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes samen-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes samen-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action10 {
    height: 395px;
    margin-bottom: 0px;
    position: relative;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action10 .vc_single_image-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 7;
    width: 505px;
    height: 325px;
    opacity: 0;
    margin-bottom: 0px !important;
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action10-before;
  }
  @-webkit-keyframes samen-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @-moz-keyframes samen-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @-o-keyframes samen-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @keyframes samen-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action10.active .vc_single_image-wrapper {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action10;
  }
  @-webkit-keyframes samen-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes samen-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes samen-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes samen-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action11 {
    width: 80%;
    margin-left: 10%;
    height: 180px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action13 {
    margin-left: 10%;
  }
  .samen:before {
    content: "";
    height: 1220px;
    width: 374px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background-color: #82AF29;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 64%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 64%);
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action2 {
    margin-top: -50px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action7 .samen-icon-text {
    right: calc(50% - 150px);
  }
  .samen .samen640 {
    height: 280px !important;
  }
  .samen #samen-action5,
.samen #samen-action8,
.samen #samen-action11 {
    width: 160%;
    margin-left: -30%;
  }

  .bottom-right-cut:before {
    width: 180px;
    height: 200px;
  }

  .projecten-listing,
.projecten-related,
.news-listing,
.news-related {
    width: 100%;
  }
  .projecten-listing .item,
.projecten-related .item,
.news-listing .item,
.news-related .item {
    width: 100%;
  }
  .projecten-listing .item .image,
.projecten-related .item .image,
.news-listing .item .image,
.news-related .item .image {
    width: 150px;
    height: 150px;
  }
  .projecten-listing .item .content,
.projecten-related .item .content,
.news-listing .item .content,
.news-related .item .content {
    float: left;
    width: calc(100% - 150px);
    height: 150px;
    position: relative;
    padding: 12px 14px;
    font-family: "Barlow";
    text-transform: uppercase;
  }
  .projecten-listing .item .content .title,
.projecten-related .item .content .title,
.news-listing .item .content .title,
.news-related .item .content .title {
    font-size: 22px;
    line-height: 22px;
  }
  .projecten-listing .item .content .title strong,
.projecten-related .item .content .title strong,
.news-listing .item .content .title strong,
.news-related .item .content .title strong {
    font-size: 22px;
    line-height: 22px;
  }
  .projecten-listing .item .content .location,
.projecten-related .item .content .location,
.news-listing .item .content .location,
.news-related .item .content .location {
    display: none;
  }

  .projecten-related,
.news-related {
    width: 100%;
  }
  .projecten-related .item,
.news-related .item {
    width: 100%;
  }
  .projecten-related .item .image,
.news-related .item .image {
    width: 150px;
    height: 150px;
  }
  .projecten-related .item .content,
.news-related .item .content {
    width: calc(100% - 150px);
    height: 150px;
    padding: 12px 20px;
  }
  .projecten-related .item .content .title,
.news-related .item .content .title {
    font-size: 22px;
    line-height: 22px;
  }
  .projecten-related .item .content .title strong,
.news-related .item .content .title strong {
    font-size: 22px;
    line-height: 22px;
  }
  .projecten-related .item .content .location,
.news-related .item .content .location {
    font-size: 14px;
    line-height: 20px;
  }

  .vacatures-listing {
    width: 100%;
  }
  .vacatures-listing .item {
    width: 100%;
  }
  .vacatures-listing .item .image {
    height: 120px;
  }
  .vacatures-listing .item .content {
    height: auto;
  }

  #vacature-detailpage-sidebar .vc_column-inner {
    padding: 36px 16px;
    background-color: #F9F9F9;
  }

  #detailpage-sidebar .projecten-detail-sidebar,
#detailpage-sidebar .news-detail-sidebar {
    padding: 16px 16px;
  }
  #detailpage-sidebar .projecten-detail-sidebar ul li a,
#detailpage-sidebar .news-detail-sidebar ul li a {
    padding: 12px 28px 12px 0px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Barlow";
  }

  .sidebar-green-right-line {
    display: none;
  }

  .optimal {
    width: 100%;
  }

  .servblock {
    padding-bottom: 0px;
  }
  .servblock .text22 {
    margin-top: 10px;
    margin-bottom: 100px;
    padding-left: 0% !important;
  }
  .servblock.right .svg-support.padding-right-60 {
    text-align: left;
  }
  .servblock.right .default-page-right-sidebar p {
    text-align: left !important;
  }

  .footer-action {
    height: 0px;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .footer-action .trigg {
    height: 0px;
    right: 0px;
    position: absolute;
    top: -360px;
  }

  .footerline .container:before {
    content: "";
    width: 100%;
    height: 780px;
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 9;
    background-image: url(../img/footer/footerline.svg);
    background-repeat: no-repeat;
    background-position: -400px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 8%, 0 88%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 8%, 0 88%);
  }
  .footerline .container .backtotop {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 10;
    background-image: url(../img/home/backtotop.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
  }

  #footer {
    opacity: 0;
  }
  #footer .bigfooter {
    height: 730px;
    background-color: #ffffff;
  }
  #footer .bigfooter .row .pright {
    padding-right: 15px;
  }
  #footer .bigfooter .row .footercontent {
    width: 100%;
    float: left;
  }
  #footer .bigfooter .row .footercontent .footerlogo {
    width: 240px;
    height: 52px;
    float: right;
    margin-top: 260px;
    text-align: right;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget {
    float: right;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons {
    float: right;
    width: 100%;
    margin-right: 0px;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons .c_button {
    margin: auto;
    margin-top: 10px;
    width: 100%;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons .c_button .inner {
    width: 100%;
    display: block;
    text-align: center;
  }
  #footer .bigfooter .row .footercontent .line {
    width: 100%;
    margin: 24px 0px;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu {
    float: right;
    width: 100%;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu .big-footer-menu-cover ul {
    display: block;
    float: left;
    margin-bottom: 0px;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu .big-footer-menu-cover ul li {
    width: 50%;
    margin-bottom: 7px;
    padding-left: 17px;
  }
  #footer .bigfooter .row .footercontent .newsletter {
    float: right;
    width: 100%;
    position: relative;
  }
  #footer .bigfooter .row .footercontent .newsletter .het-laatste {
    width: 150px;
    height: 52px;
    top: -23px;
    left: -170px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont {
    float: right;
    width: 100%;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content {
    padding: 0px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap {
    width: 100%;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-label {
    width: 100%;
    float: left;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-label label {
    line-height: 18px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-element {
    width: 100%;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-element input {
    line-height: 36px;
    height: 36px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .submit-wrap .nf-field-label {
    display: none;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .submit-wrap .nf-field-element {
    top: 20px;
    left: 6px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .submit-wrap .nf-field-element:before {
    top: 5px;
    left: 8px;
    font-size: 18px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-error-wrap.nf-error {
    margin-left: 0px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-error.field-wrap .nf-field-element:after {
    height: 35px;
    width: 35px;
    line-height: 36px;
  }
  #footer.active {
    opacity: 1;
  }
  #footer .lastfooter {
    height: 120px;
  }
  #footer .lastfooter .last-footer-menu-cover {
    background-color: #3F4442;
  }
  #footer .lastfooter .last-footer-menu-cover #menu-last-footer-menu {
    line-height: 60px;
  }
  #footer .lastfooter .last-footer-menu-cover #menu-last-footer-menu li {
    padding: 0px 15px 20px 15px !important;
    line-height: 30px;
  }
  #footer .lastfooter .row .pright {
    padding-right: 30px;
  }
  #footer .lastfooter .row .pright .social a {
    margin: 14px 1px;
  }

  @-webkit-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-moz-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-o-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  .desktop {
    display: none !important;
  }

  .ipad {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .sticky + #stickyfix {
    padding-top: 60px;
  }

  .noipad {
    display: none;
  }

  .single-offerte .headercontact .inner {
    font-size: 14px;
    padding: 2px 16px 0px 16px !important;
  }
  .single-offerte .headercontact .inner:before {
    display: none;
  }
  .single-offerte .headercontact .inner i {
    display: none;
  }
  .single-offerte #content {
    width: 100%;
  }
  .single-offerte #content:before, .single-offerte #content:after {
    content: "";
    display: none;
  }

  .offerte-cover .offerte-intro {
    font-size: 20px;
    line-height: 28px;
  }
  .offerte-cover .tabs_list_cover h2 {
    padding-left: 0px;
  }
  .offerte-cover .content_cover {
    padding: 60px 30px;
  }
  .offerte-cover .content_cover .content_container {
    width: 100%;
    max-width: 100%;
  }
  .offerte-cover .content_cover .content_container .intro2 {
    font-size: 18px;
    line-height: 22px;
  }
  .offerte-cover .content_cover .content_container .timeline .bullet {
    width: 76px !important;
  }
  .offerte-cover .content_cover .content_container .timeline .pos2 {
    left: 70px !important;
  }
  .offerte-cover .content_cover .content_container .timeline .pos3 {
    left: 140px !important;
  }
  .offerte-cover .content_cover .content_container .timeline .pos4 {
    left: 210px !important;
  }
  .offerte-cover .content_cover .content_container .timeline .pos5 {
    left: 280px !important;
  }
  .offerte-cover .content_cover .content_container .timeline .jaar-title {
    font-size: 10px;
    width: auto !important;
  }
  .offerte-cover .content_cover .content_container .timeline .jaar {
    width: auto !important;
  }
  .offerte-cover .content_cover .content_container .lokatie {
    margin-top: 0px;
  }
  .offerte-cover .content_cover .content_container .lokatie .lokatiecover {
    float: left;
    margin-top: 6px;
  }
  .offerte-cover .content_cover .content_container .lokatie .lokatiecover .left,
.offerte-cover .content_cover .content_container .lokatie .lokatiecover .right {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .offerte-cover .content_cover .content_container .lokatie .lokatiecover .address_content div,
.offerte-cover .content_cover .content_container .lokatie .lokatiecover .contactperoon div {
    font-size: 15px;
    line-height: 20px;
  }
  .offerte-cover .content_cover .content_container .lokatie .lokatiecover .address_title,
.offerte-cover .content_cover .content_container .lokatie .lokatiecover .contact_title {
    line-height: 20px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevens .tabs > div,
.offerte-cover .content_cover .content_container .googlecover .tabs > div {
    padding: 0px 10px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevens .tabs > div.active,
.offerte-cover .content_cover .content_container .googlecover .tabs > div.active {
    height: 50px !important;
    line-height: 50px !important;
    margin-top: 10px !important;
    letter-spacing: 0px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevens .tabdatacover > div,
.offerte-cover .content_cover .content_container .googlecover .tabdatacover > div {
    width: 100% !important;
    height: auto !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevens .tabdatacover .item-2 a,
.offerte-cover .content_cover .content_container .googlecover .tabdatacover .item-2 a {
    width: 80px !important;
    height: 80px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevens .tabdatacover .item-2 a img,
.offerte-cover .content_cover .content_container .googlecover .tabdatacover .item-2 a img {
    width: 80px !important;
    height: 80px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabs > div {
    padding: 0px 12px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .text {
    text-transform: inherit !important;
    font-weight: 400 !important;
    font-size: 14px;
    letter-spacing: 0px !important;
    width: 160px;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .data {
    width: 144px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .data .true {
    width: 72px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .data .true:before {
    left: 32px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .data .true.check:after {
    left: 36px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .data .false {
    width: 72px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .data .false:before {
    left: 26px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .data .false.check:after {
    left: 30px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .dak_listing_item.total {
    padding: 0px 0px !important;
  }
  .offerte-cover .content_cover .content_container .overig {
    margin-top: 0px;
  }
  .offerte-cover .content_cover .content_container .overig h4 {
    margin-bottom: 14px;
  }
  .offerte-cover .content_cover .content_container .overig .overigcover .bereikbaarheid_listing_item {
    font-size: 14px;
  }
  .offerte-cover .content_cover .content_container .overig .overigcover .bereikbaarheid_listing_item .left {
    width: 130px !important;
  }
  .offerte-cover .content_cover .content_container .overig .overigcover .bereikbaarheid_listing_item .right {
    width: 170px !important;
  }
  .offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data {
    width: 100px !important;
  }
  .offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .true,
.offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .false {
    display: none;
  }
  .offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .true.check,
.offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .false.check {
    display: block !important;
  }
  .offerte-cover .content_cover .content_container .offerte_table {
    padding: 20px 20px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_head .title,
.offerte-cover .content_cover .content_container .offerte_table .offerte_head .address {
    font-size: 28px;
    line-height: 30px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_head .desc {
    font-size: 16px;
    line-height: 18px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover {
    width: 100%;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .mobilescroll {
    display: block;
    float: left;
    overflow-x: scroll;
    width: 100%;
    height: 332px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .mobilescroll::-webkit-scrollbar:horizontal {
    height: 6px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .mobilescroll .frame::-webkit-scrollbar:vertical {
    width: 0px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .mobilescroll::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .mobilescroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(130, 175, 40, 0.5);
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0.5);
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .mobilescroll .mobileinner {
    display: block;
    float: left;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head {
    width: 618px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .one {
    width: 63px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .two {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .three {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .four, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .five, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .six, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .seven {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data {
    width: 618px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .one,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .one {
    width: 63px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .two,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .two {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .three,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .three {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .four, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .five, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .six, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .seven,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .four,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .five,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .six,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .seven {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .line2 {
    margin-bottom: 0px !important;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .total {
    margin-top: 10px;
    width: 100% !important;
  }
  .offerte-cover .content_cover .content_sidebar {
    margin-top: 40px;
    float: left;
    min-width: 100%;
  }

  .offerte-cover .content_cover .content_container .author_cover {
    height: auto;
  }

  #default-6 {
    display: none;
  }
}
@media screen and (max-width: 375px) and (min-width: 371px) {
  h1 {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  h2 {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  h3 {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  h4 {
    font-size: 20px !important;
    line-height: 20px !important;
  }

  h5 {
    font-size: 18px !important;
    line-height: 18px !important;
  }

  h6 {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .text34 {
    font-size: 28px;
    line-height: 36px;
    padding-right: 0%;
  }

  .text26 {
    font-size: 22px;
    line-height: 28px;
    padding-right: 0%;
  }

  .text22 {
    font-size: 18px;
    line-height: 28px;
    padding-right: 2%;
  }
  .text22 h4 {
    text-transform: capitalize;
  }

  .text14 {
    font-size: 14px;
    line-height: 18px;
  }

  h1 {
    font-size: 40px;
    line-height: 40px;
    font-family: "Barlow";
    font-weight: 700;
    text-transform: uppercase;
  }
  h1 strong {
    padding: 0px;
  }

  .padding-left-60 {
    padding-left: 0px !important;
  }

  .plist ul li {
    font-size: 18px;
    line-height: 30px;
    position: relative;
  }

  .mobileswitch {
    display: flex;
    flex-direction: column-reverse;
  }

  .home .default-header-880 {
    height: 680px;
  }
  .home .default-header-880 .vc_column_container {
    height: 680px;
  }
  .home .default-header-880 .vc_column_container .vc_column-inner .c_button {
    top: 340px;
  }
  .home .default-header-880:before {
    height: 170px;
    width: 280px;
    background-size: cover;
  }

  .default-header-500,
.default-header-400 {
    height: 400px;
  }
  .default-header-500 .vc_column_container,
.default-header-400 .vc_column_container {
    height: 400px;
  }
  .default-header-500 .vc_column_container .vc_column-inner,
.default-header-400 .vc_column_container .vc_column-inner {
    height: 400px;
  }

  /* short left lines animation */
  .content-line-cut.right,
.content-line-cut.left {
    position: absolute;
    top: -240px;
    right: -400px;
    z-index: 8;
    width: 180px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    opacity: 0;
    animation-duration: 400ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: clinecutright-before;
  }
  .content-line-cut.right.active,
.content-line-cut.left.active {
    animation-name: clinecutright;
  }
  @-webkit-keyframes clinecutright-before {
    0% {
      left: auto;
      top: -40px;
      right: -60px;
      opacity: 1;
    }
    100% {
      left: auto;
      top: -240px;
      right: -400px;
      opacity: 0;
    }
  }
  @-moz-keyframes clinecutright-before {
    0% {
      left: auto;
      top: -40px;
      right: -60px;
      opacity: 1;
    }
    100% {
      left: auto;
      top: -240px;
      right: -400px;
      opacity: 0;
    }
  }
  @-o-keyframes clinecutright-before {
    0% {
      left: auto;
      top: -40px;
      right: -60px;
      opacity: 1;
    }
    100% {
      left: auto;
      top: -240px;
      right: -400px;
      opacity: 0;
    }
  }
  @keyframes clinecutright-before {
    0% {
      left: auto;
      top: -40px;
      right: -60px;
      opacity: 1;
    }
    100% {
      left: auto;
      top: -240px;
      right: -400px;
      opacity: 0;
    }
  }
  @-webkit-keyframes clinecutright {
    0% {
      left: auto;
      top: -240px;
      right: -400px;
      opacity: 0;
    }
    100% {
      left: auto;
      top: -40px;
      right: -60px;
      opacity: 1;
    }
  }
  @-moz-keyframes clinecutright {
    0% {
      left: auto;
      top: -240px;
      right: -400px;
      opacity: 0;
    }
    100% {
      left: auto;
      top: -40px;
      right: -60px;
      opacity: 1;
    }
  }
  @-o-keyframes clinecutright {
    0% {
      left: auto;
      top: -240px;
      right: -400px;
      opacity: 0;
    }
    100% {
      left: auto;
      top: -40px;
      right: -60px;
      opacity: 1;
    }
  }
  @keyframes clinecutright {
    0% {
      left: auto;
      top: -240px;
      right: -400px;
      opacity: 0;
    }
    100% {
      left: auto;
      top: -40px;
      right: -60px;
      opacity: 1;
    }
  }

  body .container {
    max-width: 1140px;
    padding: 0px 20px;
  }
  body #content.site-content {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  body #content.site-content .container {
    max-width: 1140px;
    padding: 0px 20px;
  }
  body #content.site-content .container .default_content_ani {
    opacity: 0;
    padding-top: 0px !important;
    margin-top: 60px;
    animation-duration: 1600ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: default_content_ani;
  }
  @-webkit-keyframes default_content_ani {
    0% {
      margin-top: 120px;
      opacity: 0;
    }
    80% {
      margin-top: 120px;
      opacity: 0;
    }
    100% {
      margin-top: 60px;
      opacity: 1;
    }
  }
  @-moz-keyframes default_content_ani {
    0% {
      margin-top: 120px;
      opacity: 0;
    }
    80% {
      margin-top: 120px;
      opacity: 0;
    }
    100% {
      margin-top: 60px;
      opacity: 1;
    }
  }
  @-o-keyframes default_content_ani {
    0% {
      margin-top: 120px;
      opacity: 0;
    }
    80% {
      margin-top: 120px;
      opacity: 0;
    }
    100% {
      margin-top: 60px;
      opacity: 1;
    }
  }
  @keyframes default_content_ani {
    0% {
      margin-top: 120px;
      opacity: 0;
    }
    80% {
      margin-top: 120px;
      opacity: 0;
    }
    100% {
      margin-top: 60px;
      opacity: 1;
    }
  }
  body #content.site-content .default-page-left-sidebar,
body #content.site-content .default-page-right-sidebar {
    font-size: 42px;
    line-height: 38px;
    margin-bottom: 0px;
  }
  body #content.site-content .default-page-left-sidebar strong,
body #content.site-content .default-page-right-sidebar strong {
    font-size: 42px;
    line-height: 38px;
  }
  body #content.site-content .default-page-left-sidebar ul li a,
body #content.site-content .default-page-right-sidebar ul li a {
    font-size: 16px;
  }
  body #content.site-content .default-header-500,
body #content.site-content .default-header-400 {
    margin-bottom: 0px;
  }
  body #content.site-content .default-header-500 .heading,
body #content.site-content .default-header-400 .heading {
    text-align: left;
    position: absolute;
    top: 270px;
    left: 30px;
    margin-bottom: 0px;
    z-index: 9;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-heading-text880;
  }
  @-webkit-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-moz-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-o-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  body #content.site-content .default-header-500 .heading h1,
body #content.site-content .default-header-400 .heading h1 {
    font-size: 40px;
    line-height: 40px;
    font-family: "Barlow";
    font-weight: 700;
    text-transform: uppercase;
  }
  body #content.site-content .default-header-500 .heading h1 strong,
body #content.site-content .default-header-400 .heading h1 strong {
    padding: 0px;
  }
  @-webkit-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-moz-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-o-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  body #content.site-content .default-header-500 .header-green-big-line,
body #content.site-content .default-header-400 .header-green-big-line {
    position: absolute;
    top: -447px;
    left: 100px;
    z-index: 8;
    width: 1400px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-green-big-line;
  }
  @-webkit-keyframes header-green-big-line {
    0% {
      top: -810px;
      left: 1240px;
    }
    15% {
      top: -810px;
      left: 1240px;
    }
    19% {
      top: -150px;
      left: 90px;
    }
    100% {
      top: -150px;
      left: 90px;
    }
  }
  @-moz-keyframes header-green-big-line {
    0% {
      top: -810px;
      left: 1240px;
    }
    15% {
      top: -810px;
      left: 1240px;
    }
    19% {
      top: -150px;
      left: 90px;
    }
    100% {
      top: -150px;
      left: 90px;
    }
  }
  @-o-keyframes header-green-big-line {
    0% {
      top: -810px;
      left: 1240px;
    }
    15% {
      top: -810px;
      left: 1240px;
    }
    19% {
      top: -150px;
      left: 90px;
    }
    100% {
      top: -150px;
      left: 90px;
    }
  }
  @keyframes header-green-big-line {
    0% {
      top: -810px;
      left: 1240px;
    }
    15% {
      top: -810px;
      left: 1240px;
    }
    19% {
      top: -150px;
      left: 90px;
    }
    100% {
      top: -150px;
      left: 90px;
    }
  }
  body #content.site-content .default-header-500 .header-green-small-line,
body #content.site-content .default-header-400 .header-green-small-line {
    position: absolute;
    bottom: 160px;
    right: -600px;
    z-index: 8;
    width: 1200px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-green-small-line;
  }
  @-webkit-keyframes header-green-small-line {
    0% {
      bottom: 900px;
      right: -2074px;
    }
    25% {
      bottom: 900px;
      right: -2074px;
    }
    28% {
      bottom: 330px;
      right: -960px;
    }
    100% {
      bottom: 330px;
      right: -960px;
    }
  }
  @-moz-keyframes header-green-small-line {
    0% {
      bottom: 900px;
      right: -2074px;
    }
    25% {
      bottom: 900px;
      right: -2074px;
    }
    28% {
      bottom: 330px;
      right: -960px;
    }
    100% {
      bottom: 330px;
      right: -960px;
    }
  }
  @-o-keyframes header-green-small-line {
    0% {
      bottom: 900px;
      right: -2074px;
    }
    25% {
      bottom: 900px;
      right: -2074px;
    }
    28% {
      bottom: 330px;
      right: -960px;
    }
    100% {
      bottom: 330px;
      right: -960px;
    }
  }
  @keyframes header-green-small-line {
    0% {
      bottom: 900px;
      right: -2074px;
    }
    25% {
      bottom: 900px;
      right: -2074px;
    }
    28% {
      bottom: 330px;
      right: -960px;
    }
    100% {
      bottom: 330px;
      right: -960px;
    }
  }
  body #content.site-content .default-header-500 .vc_column_container .vc_column-inner .header-person-element,
body #content.site-content .default-header-400 .vc_column_container .vc_column-inner .header-person-element {
    display: none;
  }
  body #content.site-content .default-header-500 .terug,
body #content.site-content .default-header-400 .terug {
    position: absolute;
    bottom: -80px;
    padding-left: 0px;
  }
  body #content.site-content .default-header-880 .heading {
    text-align: left;
    position: absolute;
    top: 200px;
    left: 30px;
    margin-bottom: 0px;
    z-index: 9;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-heading-text880;
  }
  @-webkit-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-moz-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-o-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  body #content.site-content .default-header-880 .heading h1 {
    font-size: 40px;
    line-height: 40px;
    font-family: "Barlow";
    font-weight: 700;
    text-transform: uppercase;
  }
  body #content.site-content .default-header-880 .heading h1 strong {
    padding: 0px;
  }
  body #content.site-content .default-header-880 .header-person-element {
    position: absolute;
    bottom: -100px;
    right: -160px;
    z-index: 8;
    width: 300px;
    height: 300px;
    margin-bottom: 0px !important;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: home-header-person-element;
  }
  @-webkit-keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  @-moz-keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  @-o-keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  @keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  body #content.site-content .default-header-880 .header-white-line-top {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 8;
    width: 400px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-while-line;
  }
  @-webkit-keyframes header-while-line {
    0% {
      top: -200px;
      left: 280px;
    }
    22% {
      top: -200px;
      left: 280px;
    }
    27% {
      top: -40px;
      left: 10px;
    }
    100% {
      top: -40px;
      left: 10px;
    }
  }
  @-moz-keyframes header-while-line {
    0% {
      top: -200px;
      left: 280px;
    }
    22% {
      top: -200px;
      left: 280px;
    }
    27% {
      top: -40px;
      left: 10px;
    }
    100% {
      top: -40px;
      left: 10px;
    }
  }
  @-o-keyframes header-while-line {
    0% {
      top: -200px;
      left: 280px;
    }
    22% {
      top: -200px;
      left: 280px;
    }
    27% {
      top: -40px;
      left: 10px;
    }
    100% {
      top: -40px;
      left: 10px;
    }
  }
  @keyframes header-while-line {
    0% {
      top: -200px;
      left: 280px;
    }
    22% {
      top: -200px;
      left: 280px;
    }
    27% {
      top: -40px;
      left: 10px;
    }
    100% {
      top: -40px;
      left: 10px;
    }
  }
  body #content.site-content .default-header-880 .header-green-big-line {
    position: absolute;
    top: -30px;
    left: 0px;
    z-index: 8;
    width: 1400px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: home-header-green-big-line;
  }
  @-webkit-keyframes home-header-green-big-line {
    0% {
      top: -826px;
      left: 1370px;
    }
    13% {
      top: -826px;
      left: 1370px;
    }
    16% {
      top: -30px;
      left: 0px;
    }
    100% {
      top: -30px;
      left: 0px;
    }
  }
  @-moz-keyframes home-header-green-big-line {
    0% {
      top: -826px;
      left: 1370px;
    }
    13% {
      top: -826px;
      left: 1370px;
    }
    16% {
      top: -30px;
      left: 0px;
    }
    100% {
      top: -30px;
      left: 0px;
    }
  }
  @-o-keyframes home-header-green-big-line {
    0% {
      top: -826px;
      left: 1370px;
    }
    13% {
      top: -826px;
      left: 1370px;
    }
    16% {
      top: -30px;
      left: 0px;
    }
    100% {
      top: -30px;
      left: 0px;
    }
  }
  @keyframes home-header-green-big-line {
    0% {
      top: -826px;
      left: 1370px;
    }
    13% {
      top: -826px;
      left: 1370px;
    }
    16% {
      top: -30px;
      left: 0px;
    }
    100% {
      top: -30px;
      left: 0px;
    }
  }
  body #content.site-content .default-header-880 .c_button {
    text-align: left;
    position: absolute;
    top: 340px;
    left: 30px;
    margin-bottom: 0px;
    z-index: 9;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-heading-button880;
  }
  @-webkit-keyframes header-heading-button880 {
    0% {
      bottom: 43px;
      left: -1800px;
    }
    18% {
      bottom: 43px;
      left: -1800px;
    }
    22% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-moz-keyframes header-heading-button880 {
    0% {
      bottom: 43px;
      left: -1800px;
    }
    18% {
      bottom: 43px;
      left: -1800px;
    }
    22% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-o-keyframes header-heading-button880 {
    0% {
      bottom: 43px;
      left: -1800px;
    }
    18% {
      bottom: 43px;
      left: -1800px;
    }
    22% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @keyframes header-heading-button880 {
    0% {
      bottom: 43px;
      left: -1800px;
    }
    18% {
      bottom: 43px;
      left: -1800px;
    }
    22% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  body #content.site-content .default-header-880 .arrow-next {
    top: -50px;
    left: 0px;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: arrow-next-ani;
  }
  @-webkit-keyframes arrow-next-ani {
    0% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    30% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    34% {
      top: 86px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 86px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes arrow-next-ani {
    0% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    30% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    34% {
      top: 86px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 86px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes arrow-next-ani {
    0% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    30% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    34% {
      top: 86px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 86px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes arrow-next-ani {
    0% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    30% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    34% {
      top: 86px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 86px;
      left: 0px;
      opacity: 1;
    }
  }
  body #content.site-content .default-header-880 .arrow-next i {
    font-size: 32px;
    color: #ffffff;
  }
  body #content.site-content:before, body #content.site-content:after {
    width: 10px;
  }
  body header#masthead {
    height: 64px;
    padding: 1rem 1rem;
  }
  body header#masthead .container {
    max-width: 1440px;
    padding: 0px 0px;
  }
  body header#masthead .container .navbar .navbar-brand {
    margin-top: 2px;
  }
  body header#masthead .container .navbar #main-nav > ul > li a {
    color: #2A302D;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    padding: 0px 12px;
    font-family: "Barlow";
  }
  body header#masthead .cmega-menu {
    font-size: 18px;
    line-height: 36px;
    height: auto;
    top: 62px !important;
  }
  body header#masthead .cmega-menu .container {
    background-color: #ffffff;
    padding: 0px 10px;
  }
  body header#masthead .cmega-menu .container.mobile {
    height: calc(100% - 64px);
    overflow-y: scroll;
  }
  body header#masthead .cmega-menu .container.mobile .row {
    width: 375px;
  }
  body header#masthead .cmega-menu .container .menulinks {
    padding-bottom: 80px;
  }
  body header#masthead .cmega-menu .container .menulinks .desktop-col1-menu li a,
body header#masthead .cmega-menu .container .menulinks .desktop-col2-menu li a {
    color: #3F4442;
    font-size: 18px;
    line-height: 18px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li {
    border-bottom: 2px solid #F9F9F9;
    line-height: 48px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li .sub-menu {
    margin-bottom: 12px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li a {
    color: #2A302D;
    font-weight: 700;
    font-size: 26px;
    line-height: 48px;
    font-family: "Barlow";
    text-decoration: none;
    padding: 0px 20px;
    display: block;
    height: 50px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li ul li {
    border-bottom: none;
    line-height: 36px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li ul li a {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    display: block;
    height: 34px;
  }
  body header#masthead .cmega-menu .container .number,
body header#masthead .cmega-menu .container .number a {
    color: #82AF29;
  }
  body header#masthead .cmega-menu .container .belons {
    margin-bottom: 20px;
  }
  body header#masthead .cmega-menu .container .menu-person-line-mobile {
    width: 500px;
    height: 300px;
    position: absolute;
    top: 30px;
    right: -400px;
    background-color: #ffffff;
    z-index: 15;
    transform: rotate(-30deg);
    opacity: 1;
    border-top: 4px solid #82AF29;
    animation-name: menu-person-line-animation-mobile;
    animation-duration: 800ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }
  @keyframes menu-person-line-animation-mobile {
    0% {
      top: -100px;
      right: -625px;
    }
    35% {
      top: -100px;
      right: -625px;
    }
    70% {
      top: 30px;
      right: -400px;
    }
    100% {
      top: 30px;
      right: -400px;
    }
  }
  body header#masthead .cmega-menu .container .menu-person-mobile {
    width: 205px;
    height: 186px;
    position: absolute;
    top: 136px;
    right: -24px;
    z-index: 14;
    opacity: 1;
    background-image: url(../img/header/menu-person.png);
    background-repeat: no-repeat;
    background-size: 205px 186px;
    animation-name: menu-person-animation;
    animation-duration: 800ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform: scale(0.7);
    opacity: 0;
  }
  @keyframes menu-person-animation {
    0% {
      top: 136px;
      right: -24px;
      opacity: 0;
    }
    75% {
      top: 136px;
      right: -24px;
      opacity: 0;
    }
    100% {
      top: 6px;
      right: -14px;
      opacity: 1;
    }
  }
  body header#masthead .cmega-menu.active {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
  }
  body header#masthead .container .navbar {
    display: block !important;
  }
  body header#masthead .container .navbar .navbar-brand {
    width: 160px;
  }
  body header#masthead .container .navbar .navbar-toggler {
    display: none;
  }
  body header#masthead.sticky {
    padding: 1rem 1rem;
    height: 64px;
  }
  body header#masthead.sticky .container .navbar .navbar-brand {
    margin-top: 2px;
  }

  #second.puur,
#third.daken,
#fourth.samen {
    padding: 10px !important;
  }

.puur .vc_column-inner .wpb_wrapper #puur-action2 h1,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h1,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h1,
.puur .vc_column-inner .wpb_wrapper #puur-action2 h2,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h2,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h2{
    font-size: 80px !important;
    line-height: 80px !important;
}

.puur .vc_column-inner .wpb_wrapper #puur-action2 h1 strong,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h1 strong,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h1 strong,
.puur .vc_column-inner .wpb_wrapper #puur-action2 h2 strong,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h2 strong,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h2 strong {
    font-size: 80px !important;
    line-height: 80px !important;
  }

#puur-action4 .wpb_wrapper,
#puur-action5 .wpb_wrapper,
#puur-action6 .wpb_wrapper,
#daken-action5 .wpb_wrapper,
#daken-action8 .wpb_wrapper,
#daken-action11 .wpb_wrapper,
#samen-action5 .wpb_wrapper,
#samen-action8 .wpb_wrapper,
#samen-action11 .wpb_wrapper {
    width: 100% !important;
  }

  .puur .vc_column-inner .wpb_wrapper #puur-action1 {
    height: 160px;
    margin-bottom: 0px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action1 .puur-green-line1 {
    position: absolute;
    top: 486px;
    left: -649px;
    z-index: 8;
    width: 160px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action1-before;
  }
  @-webkit-keyframes puur-action1-before {
    0% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action1-before {
    0% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action1-before {
    0% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
  }
  @keyframes puur-action1-before {
    0% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action1.active .puur-green-line1 {
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action1;
  }
  @-webkit-keyframes puur-action1 {
    0% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action1 {
    0% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action1 {
    0% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes puur-action1 {
    0% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m {
    height: 180px;
    margin-top: 40px;
    position: relative;
    margin-bottom: 0px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m h1,
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m h2{
    position: absolute;
    text-align: left;
    font-size: 56px !important;
    line-height: 56px !important;
    font-weight: 800 !important;
    z-index: 9;
    top: 0px;
    left: -1000px;
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action2-before;
  }
  @-webkit-keyframes puur-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @keyframes puur-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m h1 strong,
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m h2 strong{
    font-size: 56px !important;
    line-height: 56px !important;
    font-weight: 800 !important;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m.active h1,
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m.active h2{
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action2;
  }
  @-webkit-keyframes puur-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes puur-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action3 {
    height: 0px;
    margin-top: 0px;
    margin-bottom: 100px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action3 .puur-green-line2 {
    position: absolute;
    top: -2420px;
    left: 4120px;
    z-index: 8;
    width: 600px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action3-before;
  }
  @-webkit-keyframes puur-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @keyframes puur-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action3.active .puur-green-line2 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action3;
  }
  @-webkit-keyframes puur-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @keyframes puur-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action4 {
    width: 100%;
    margin-left: 0%;
    height: 108px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action5 {
    width: 100%;
    margin-left: 0%;
    height: 140px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action6 {
    width: 100%;
    margin-left: 0%;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action7 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action7 .puur-green-line3 {
    position: absolute;
    top: -450px;
    right: -990px;
    z-index: 8;
    width: 400px;
    height: 400px;
    background-color: #ffffff;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action7-before;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action7 .puur-green-line3 :before {
    content: "";
    width: 220px;
    height: 150px;
    top: 1px;
    left: -136px;
    background-color: #ffffff;
    position: absolute;
    transform: rotate(30deg);
  }
  @-webkit-keyframes puur-action7-before {
    0% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    26% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    44% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    100% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action7-before {
    0% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    26% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    44% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    100% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action7-before {
    0% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    26% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    44% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    100% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
  }
  @keyframes puur-action7-before {
    0% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    26% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    44% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    100% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action7.active .puur-green-line3 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action7;
  }
  @-webkit-keyframes puur-action7 {
    0% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    2% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    20% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    100% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action7 {
    0% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    2% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    20% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    100% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action7 {
    0% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    2% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    20% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    100% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
  }
  @keyframes puur-action7 {
    0% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    2% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    20% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    100% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action8 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action8 .vc_single_image-wrapper {
    position: absolute;
    top: -350px;
    right: -14px;
    opacity: 0;
    z-index: 7;
    width: 400px;
    height: 400px;
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action8-before;
  }
  @-webkit-keyframes puur-action8-before {
    0% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    12% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    20% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    100% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action8-before {
    0% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    12% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    20% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    100% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action8-before {
    0% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    12% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    20% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    100% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
  }
  @keyframes puur-action8-before {
    0% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    12% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    20% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    100% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action8.active .vc_single_image-wrapper {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action8;
  }
  @-webkit-keyframes puur-action8 {
    0% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    22% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    30% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    100% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action8 {
    0% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    22% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    30% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    100% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action8 {
    0% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    22% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    30% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    100% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
  }
  @keyframes puur-action8 {
    0% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    22% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    30% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    100% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action9 {
    position: relative;
    top: 0px;
    bottom: auto;
    left: 0px;
    margin-top: 120px;
    padding-bottom: 10px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action7 .puur-green-line3 :before {
    opacity: 0;
  }

  .daken .vc_column-inner .wpb_wrapper #daken-action1 {
    height: 160px;
    margin-bottom: 0px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action1 .daken-green-line1 {
    position: absolute;
    top: 486px;
    left: -649px;
    z-index: 8;
    width: 160px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action1-before;
  }
  @-webkit-keyframes daken-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @keyframes daken-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action1.active .daken-green-line1 {
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action1;
  }
  @-webkit-keyframes daken-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes daken-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m {
    height: 120px;
    margin-top: 0px;
    position: relative;
    margin-bottom: 0px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m h1,
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m h2{
    position: absolute;
    text-align: left;
    z-index: 9;
    font-size: 56px !important;
    line-height: 56px !important;
    font-family: "Barlow";
    font-weight: 800 !important;
    text-transform: uppercase;
    top: 70px;
    left: -1000px;
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action2-before;
  }
  @-webkit-keyframes daken-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @keyframes daken-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m h1 strong,
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m h2 strong{
    font-size: 56px !important;
    line-height: 56px !important;
    font-weight: 800 !important;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m.active h1,
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m.active h2{
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action2;
  }
  @-webkit-keyframes daken-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes daken-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action3 {
    height: 170px;
    margin-top: 0px;
    margin-bottom: 100px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action3 .daken-green-line2 {
    position: absolute;
    z-index: 8;
    width: 600px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action3-before;
  }
  @-webkit-keyframes daken-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @keyframes daken-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action3.active .daken-green-line2 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action3;
  }
  @-webkit-keyframes daken-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @keyframes daken-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action4 .daken-green-line3 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action4-before;
  }
  @-webkit-keyframes daken-action4-before {
    0% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action4-before {
    0% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action4-before {
    0% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
  }
  @keyframes daken-action4-before {
    0% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action4.active .daken-green-line3 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action4;
  }
  @-webkit-keyframes daken-action4 {
    0% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action4 {
    0% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action4 {
    0% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
  }
  @keyframes daken-action4 {
    0% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action5 {
    width: 100%;
    margin-left: 0%;
    height: 330px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action5 p em {
    display: inline-block;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action6 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
    margin-top: -130px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action6 .daken-green-line4 {
    position: absolute;
    top: -490px;
    right: -1014px;
    z-index: 8;
    width: 400px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action6-before;
  }
  @-webkit-keyframes daken-action6-before {
    0% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action6-before {
    0% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action6-before {
    0% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
  }
  @keyframes daken-action6-before {
    0% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action6.active .daken-green-line4 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action6;
  }
  @-webkit-keyframes daken-action6 {
    0% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action6 {
    0% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action6 {
    0% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
  }
  @keyframes daken-action6 {
    0% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action7 {
    height: 210px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 180px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action8 {
    width: 100%;
    margin-left: 0%;
    height: 140px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action9 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action9 .daken-green-line5 {
    position: absolute;
    top: 510px;
    left: -860px;
    z-index: 8;
    width: 700px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action9-before;
  }
  @-webkit-keyframes daken-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @keyframes daken-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action9 .daken-green-line5:before {
    content: "";
    width: 800px;
    height: 250px;
    top: -250px;
    left: 37px;
    background-color: #f9f9f9;
    position: absolute;
    transform: rotate(0deg);
    clip-path: polygon(29% 0%, 100% 72%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(29% 0%, 100% 72%, 100% 100%, 0 100%);
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action9-lineground-before;
  }
  @-webkit-keyframes daken-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-o-keyframes daken-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes daken-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action9.active .daken-green-line5 {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action9;
  }
  @-webkit-keyframes daken-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @keyframes daken-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action9.active .daken-green-line5:before {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action9-lineground;
  }
  @-webkit-keyframes daken-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes daken-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes daken-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action10 {
    height: 395px;
    margin-bottom: 0px;
    position: relative;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action10 .vc_single_image-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 7;
    width: 505px;
    height: 325px;
    opacity: 0;
    margin-bottom: 0px !important;
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action10-before;
  }
  @-webkit-keyframes daken-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @keyframes daken-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action10.active .vc_single_image-wrapper {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action10;
  }
  @-webkit-keyframes daken-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes daken-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action11 {
    width: 100%;
    margin-left: 0%;
    height: 140px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action12 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 0px;
  }
  .daken:before {
    content: "";
    height: 1200px;
    width: 335px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background-color: #82AF29;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 62%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 62%);
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action7 .daken-icon-text,
.daken .vc_column-inner .wpb_wrapper #daken-action13 .daken-icon-text {
    right: calc(50% - 150px);
  }
  .daken .daken640 {
    height: 220px !important;
  }
  .daken #daken-action11 {
    width: 160%;
    margin-left: -30%;
  }
  .daken:after {
    width: 216px;
  }

  .samen .vc_column-inner .wpb_wrapper #samen-action1 {
    height: 160px;
    margin-bottom: 0px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action1 .samen-green-line1 {
    position: absolute;
    top: 486px;
    left: -649px;
    z-index: 8;
    width: 160px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action1-before;
  }
  @-webkit-keyframes samen-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @-moz-keyframes samen-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @-o-keyframes samen-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @keyframes samen-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action1.active .samen-green-line1 {
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action1;
  }
  @-webkit-keyframes samen-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes samen-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes samen-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes samen-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action2 h1,
  .samen .vc_column-inner .wpb_wrapper #samen-action2 h2{
    font-size: 56px !important;
    line-height: 56px !important;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action2 h1 strong
  .samen .vc_column-inner .wpb_wrapper #samen-action2 h2 strong{
    font-size: 56px !important;
    line-height: 56px !important;
    font-weight: 800 !important;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action3 {
    height: 170px;
    margin-top: -130px;
    margin-bottom: 100px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action3 .samen-green-line2 {
    position: absolute;
    z-index: 8;
    width: 600px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action3-before;
  }
  @-webkit-keyframes samen-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-moz-keyframes samen-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-o-keyframes samen-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @keyframes samen-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action3.active .samen-green-line2 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action3;
  }
  @-webkit-keyframes samen-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-moz-keyframes samen-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-o-keyframes samen-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @keyframes samen-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action5 {
    width: 100%;
    margin-left: 0%;
    height: 180px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action6 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
    margin-top: -80px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action7 {
    height: 210px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 140px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action8 {
    width: 100%;
    margin-left: 0%;
    height: 180px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action9 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action9 .samen-green-line5 {
    position: absolute;
    top: 510px;
    left: -860px;
    z-index: 8;
    width: 700px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action9-before;
  }
  @-webkit-keyframes samen-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @-moz-keyframes samen-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @-o-keyframes samen-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @keyframes samen-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action9 .samen-green-line5:before {
    content: "";
    width: 800px;
    height: 250px;
    top: -250px;
    left: 37px;
    background-color: #ffffff;
    position: absolute;
    transform: rotate(0deg);
    clip-path: polygon(29% 0%, 100% 72%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(29% 0%, 100% 72%, 100% 100%, 0 100%);
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action9-lineground-before;
  }
  @-webkit-keyframes samen-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-moz-keyframes samen-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-o-keyframes samen-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes samen-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action9.active .samen-green-line5 {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action9;
  }
  @-webkit-keyframes samen-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @-moz-keyframes samen-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @-o-keyframes samen-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @keyframes samen-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action9.active .samen-green-line5:before {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action9-lineground;
  }
  @-webkit-keyframes samen-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes samen-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes samen-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes samen-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action10 {
    height: 395px;
    margin-bottom: 0px;
    position: relative;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action10 .vc_single_image-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 7;
    width: 505px;
    height: 325px;
    opacity: 0;
    margin-bottom: 0px !important;
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action10-before;
  }
  @-webkit-keyframes samen-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @-moz-keyframes samen-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @-o-keyframes samen-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @keyframes samen-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action10.active .vc_single_image-wrapper {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action10;
  }
  @-webkit-keyframes samen-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes samen-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes samen-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes samen-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action11 {
    width: 100%;
    margin-left: 0%;
    height: 90px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action13 {
    margin-left: 10%;
  }
  .samen:before {
    content: "";
    height: 1220px;
    width: 335px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background-color: #82AF29;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 62%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 62%);
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action2 {
    margin-top: -50px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action7 .samen-icon-text {
    right: calc(50% - 150px);
  }
  .samen .samen640 {
    height: 280px !important;
  }
  .samen #samen-action5,
.samen #samen-action8,
.samen #samen-action11 {
    width: 160%;
    margin-left: -30%;
  }

  .bottom-right-cut:before {
    width: 180px;
    height: 200px;
  }

  .projecten-listing,
.projecten-related,
.news-listing,
.news-related {
    width: 100%;
  }
  .projecten-listing .item,
.projecten-related .item,
.news-listing .item,
.news-related .item {
    width: 100%;
  }
  .projecten-listing .item .image,
.projecten-related .item .image,
.news-listing .item .image,
.news-related .item .image {
    width: 150px;
    height: 150px;
  }
  .projecten-listing .item .content,
.projecten-related .item .content,
.news-listing .item .content,
.news-related .item .content {
    float: left;
    width: calc(100% - 150px);
    height: 150px;
    position: relative;
    padding: 12px 14px;
    font-family: "Barlow";
    text-transform: uppercase;
  }
  .projecten-listing .item .content .title,
.projecten-related .item .content .title,
.news-listing .item .content .title,
.news-related .item .content .title {
    font-size: 22px;
    line-height: 22px;
  }
  .projecten-listing .item .content .title strong,
.projecten-related .item .content .title strong,
.news-listing .item .content .title strong,
.news-related .item .content .title strong {
    font-size: 22px;
    line-height: 22px;
  }
  .projecten-listing .item .content .location,
.projecten-related .item .content .location,
.news-listing .item .content .location,
.news-related .item .content .location {
    display: none;
  }

  .projecten-related,
.news-related {
    width: 100%;
  }
  .projecten-related .item,
.news-related .item {
    width: 100%;
  }
  .projecten-related .item .image,
.news-related .item .image {
    width: 150px;
    height: 150px;
  }
  .projecten-related .item .content,
.news-related .item .content {
    width: calc(100% - 150px);
    height: 150px;
    padding: 12px 8px;
  }
  .projecten-related .item .content .title,
.news-related .item .content .title {
    font-size: 22px;
    line-height: 22px;
  }
  .projecten-related .item .content .title strong,
.news-related .item .content .title strong {
    font-size: 22px;
    line-height: 22px;
  }
  .projecten-related .item .content .location,
.news-related .item .content .location {
    font-size: 14px;
    line-height: 20px;
  }

  .vacatures-listing {
    width: 100%;
  }
  .vacatures-listing .item {
    width: 100%;
    clip-path: polygon(100% 0, 100% 94%, 80% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 94%, 80% 100%, 0 100%, 0 0);
  }
  .vacatures-listing .item .image {
    height: 120px;
  }
  .vacatures-listing .item .content {
    height: auto;
  }

  #vacature-detailpage-sidebar .vc_column-inner {
    padding: 36px 16px;
    background-color: #F9F9F9;
  }

  #detailpage-sidebar .projecten-detail-sidebar,
#detailpage-sidebar .news-detail-sidebar {
    padding: 16px 16px;
  }
  #detailpage-sidebar .projecten-detail-sidebar ul li a,
#detailpage-sidebar .news-detail-sidebar ul li a {
    padding: 12px 28px 12px 0px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Barlow";
  }

  .sidebar-green-right-line {
    display: none;
  }

  .optimal {
    width: 100%;
  }

  .servblock {
    padding-bottom: 0px;
  }
  .servblock .text22 {
    margin-top: 10px;
    margin-bottom: 100px;
    padding-left: 0% !important;
  }
  .servblock.right .svg-support.padding-right-60 {
    text-align: left;
  }
  .servblock.right .default-page-right-sidebar p {
    text-align: left !important;
  }

  .footer-action {
    height: 0px;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .footer-action .trigg {
    height: 0px;
    right: 0px;
    position: absolute;
    top: -360px;
  }

  .footerline .container:before {
    content: "";
    width: 100%;
    height: 780px;
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 9;
    background-image: url(../img/footer/footerline.svg);
    background-repeat: no-repeat;
    background-position: -400px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 8%, 0 88%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 8%, 0 88%);
  }
  .footerline .container .backtotop {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 10;
    background-image: url(../img/home/backtotop.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
  }

  #footer {
    opacity: 0;
  }
  #footer .bigfooter {
    height: 730px;
    background-color: #ffffff;
  }
  #footer .bigfooter .row .pright {
    padding-right: 15px;
  }
  #footer .bigfooter .row .footercontent {
    width: 100%;
    float: left;
  }
  #footer .bigfooter .row .footercontent .footerlogo {
    width: 240px;
    height: 52px;
    float: right;
    margin-top: 260px;
    text-align: right;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget {
    float: right;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons {
    float: right;
    width: 100%;
    margin-right: 0px;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons .c_button {
    margin: auto;
    margin-top: 10px;
    width: 100%;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons .c_button .inner {
    width: 100%;
    display: block;
    text-align: center;
  }
  #footer .bigfooter .row .footercontent .line {
    width: 100%;
    margin: 24px 0px;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu {
    float: right;
    width: 100%;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu .big-footer-menu-cover ul {
    display: block;
    float: left;
    margin-bottom: 0px;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu .big-footer-menu-cover ul li {
    width: 50%;
    margin-bottom: 7px;
    padding-left: 17px;
  }
  #footer .bigfooter .row .footercontent .newsletter {
    float: right;
    width: 100%;
    position: relative;
  }
  #footer .bigfooter .row .footercontent .newsletter .het-laatste {
    width: 150px;
    height: 52px;
    top: -23px;
    left: -170px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont {
    float: right;
    width: 100%;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content {
    padding: 0px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap {
    width: 100%;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-label {
    width: 100%;
    float: left;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-label label {
    line-height: 18px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-element {
    width: 100%;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-element input {
    line-height: 36px;
    height: 36px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .submit-wrap .nf-field-label {
    display: none;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .submit-wrap .nf-field-element {
    top: 20px;
    left: 6px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .submit-wrap .nf-field-element:before {
    top: 5px;
    left: 8px;
    font-size: 18px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-error-wrap.nf-error {
    margin-left: 0px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-error.field-wrap .nf-field-element:after {
    height: 35px;
    width: 35px;
    line-height: 36px;
  }
  #footer.active {
    opacity: 1;
  }
  #footer .lastfooter {
    height: 120px;
  }
  #footer .lastfooter .last-footer-menu-cover {
    background-color: #3F4442;
  }
  #footer .lastfooter .last-footer-menu-cover #menu-last-footer-menu {
    line-height: 60px;
  }
  #footer .lastfooter .last-footer-menu-cover #menu-last-footer-menu li {
    padding: 0px 10px 20px 10px !important;
    line-height: 30px;
  }
  #footer .lastfooter .row .pright {
    padding-right: 30px;
  }
  #footer .lastfooter .row .pright .social a {
    margin: 14px 1px;
  }

  @-webkit-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-moz-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-o-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  .desktop {
    display: none !important;
  }

  .ipad {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .sticky + #stickyfix {
    padding-top: 60px;
  }

  .noipad {
    display: none;
  }

  .single-offerte .headercontact .inner {
    font-size: 14px;
    padding: 2px 16px 0px 16px !important;
  }
  .single-offerte .headercontact .inner:before {
    display: none;
  }
  .single-offerte .headercontact .inner i {
    display: none;
  }
  .single-offerte #content {
    width: 100%;
  }
  .single-offerte #content:before, .single-offerte #content:after {
    content: "";
    display: none;
  }

  .offerte-cover .offerte-intro {
    font-size: 20px;
    line-height: 28px;
  }
  .offerte-cover .tabs_list_cover h2 {
    padding-left: 0px;
  }
  .offerte-cover .content_cover {
    padding: 60px 30px;
  }
  .offerte-cover .content_cover .content_container {
    width: 100%;
    max-width: 100%;
  }
  .offerte-cover .content_cover .content_container .intro2 {
    font-size: 18px;
    line-height: 22px;
  }
  .offerte-cover .content_cover .content_container .timeline .bullet {
    width: 76px !important;
  }
  .offerte-cover .content_cover .content_container .timeline .pos2 {
    left: 70px !important;
  }
  .offerte-cover .content_cover .content_container .timeline .pos3 {
    left: 140px !important;
  }
  .offerte-cover .content_cover .content_container .timeline .pos4 {
    left: 210px !important;
  }
  .offerte-cover .content_cover .content_container .timeline .pos5 {
    left: 280px !important;
  }
  .offerte-cover .content_cover .content_container .timeline .jaar-title {
    font-size: 10px;
    width: auto !important;
  }
  .offerte-cover .content_cover .content_container .timeline .jaar {
    width: auto !important;
  }
  .offerte-cover .content_cover .content_container .lokatie {
    margin-top: 0px;
  }
  .offerte-cover .content_cover .content_container .lokatie .lokatiecover {
    float: left;
    margin-top: 6px;
  }
  .offerte-cover .content_cover .content_container .lokatie .lokatiecover .left,
.offerte-cover .content_cover .content_container .lokatie .lokatiecover .right {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .offerte-cover .content_cover .content_container .lokatie .lokatiecover .address_content div,
.offerte-cover .content_cover .content_container .lokatie .lokatiecover .contactperoon div {
    font-size: 15px;
    line-height: 20px;
  }
  .offerte-cover .content_cover .content_container .lokatie .lokatiecover .address_title,
.offerte-cover .content_cover .content_container .lokatie .lokatiecover .contact_title {
    line-height: 20px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevens .tabs > div,
.offerte-cover .content_cover .content_container .googlecover .tabs > div {
    padding: 0px 10px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevens .tabs > div.active,
.offerte-cover .content_cover .content_container .googlecover .tabs > div.active {
    height: 50px !important;
    line-height: 50px !important;
    margin-top: 10px !important;
    letter-spacing: 0px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevens .tabdatacover > div,
.offerte-cover .content_cover .content_container .googlecover .tabdatacover > div {
    width: 100% !important;
    height: auto !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevens .tabdatacover .item-2 a,
.offerte-cover .content_cover .content_container .googlecover .tabdatacover .item-2 a {
    width: 80px !important;
    height: 80px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevens .tabdatacover .item-2 a img,
.offerte-cover .content_cover .content_container .googlecover .tabdatacover .item-2 a img {
    width: 80px !important;
    height: 80px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabs > div {
    padding: 0px 12px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .text {
    text-transform: inherit !important;
    font-weight: 400 !important;
    font-size: 14px;
    letter-spacing: 0px !important;
    width: 160px;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .data {
    width: 144px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .data .true {
    width: 72px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .data .true:before {
    left: 32px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .data .true.check:after {
    left: 36px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .data .false {
    width: 72px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .data .false:before {
    left: 26px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .data .false.check:after {
    left: 30px !important;
  }
  .offerte-cover .content_cover .content_container .dakgegevenscover .tabdatacover .dak_listing .dak_listing_item.total {
    padding: 0px 0px !important;
  }
  .offerte-cover .content_cover .content_container .overig {
    margin-top: 0px;
  }
  .offerte-cover .content_cover .content_container .overig h4 {
    margin-bottom: 14px;
  }
  .offerte-cover .content_cover .content_container .overig .overigcover .bereikbaarheid_listing_item {
    font-size: 14px;
  }
  .offerte-cover .content_cover .content_container .overig .overigcover .bereikbaarheid_listing_item .left {
    width: 130px !important;
  }
  .offerte-cover .content_cover .content_container .overig .overigcover .bereikbaarheid_listing_item .right {
    width: 170px !important;
  }
  .offerte-cover .content_cover .content_container .overig .overigcover .bereikbaarheid_listing_item .right.full {
    width: 100% !important;
  }
  .offerte-cover .content_cover .content_container .overig .overigcover .radiocover .text {
    width: 200px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data {
    width: 100px !important;
  }
  .offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .true,
.offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .false {
    display: none;
  }
  .offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .true:before,
.offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .false:before {
    top: 10px !important;
  }
  .offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .true:after,
.offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .false:after {
    top: 14px !important;
  }
  .offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .true.check,
.offerte-cover .content_cover .content_container .overig .overigcover .radiocover .data .false.check {
    display: block !important;
  }
  .offerte-cover .content_cover .content_container .offerte_table {
    padding: 20px 20px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_head .title,
.offerte-cover .content_cover .content_container .offerte_table .offerte_head .address {
    font-size: 28px;
    line-height: 30px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_head .desc {
    font-size: 16px;
    line-height: 18px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover {
    width: 100%;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .mobilescroll {
    display: block;
    float: left;
    overflow-x: scroll;
    width: 100%;
    height: 332px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .mobilescroll::-webkit-scrollbar:horizontal {
    height: 6px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .mobilescroll .frame::-webkit-scrollbar:vertical {
    width: 0px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .mobilescroll::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .mobilescroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(130, 175, 40, 0.5);
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0.5);
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .mobilescroll .mobileinner {
    display: block;
    float: left;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head {
    width: 618px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .one {
    width: 63px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .two {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .three {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .four, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .five, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .six, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .head .seven {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data {
    width: 618px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .one,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .one {
    width: 63px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .two,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .two {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .three,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .three {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .four, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .five, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .six, .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data-head .seven,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .four,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .five,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .six,
.offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .data .seven {
    width: 78px;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .line2 {
    margin-bottom: 0px !important;
  }
  .offerte-cover .content_cover .content_container .offerte_table .offerte_table_cover .total {
    margin-top: 10px;
    width: 100% !important;
  }
  .offerte-cover .content_cover .content_sidebar {
    margin-top: 40px;
    float: left;
    min-width: 100%;
  }

  .offerte-cover .content_cover .content_container .author_cover {
    height: auto;
  }

  #default-6 {
    display: none;
  }
}
@media screen and (max-width: 370px) and (min-width: 320px) {
  h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  h2 {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  h3 {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  h4 {
    font-size: 20px !important;
    line-height: 20px !important;
  }

  h5 {
    font-size: 18px !important;
    line-height: 18px !important;
  }

  h6 {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .text34 {
    font-size: 28px;
    line-height: 36px;
    padding-right: 0%;
  }

  .text26 {
    font-size: 22px;
    line-height: 28px;
    padding-right: 0%;
  }

  .text22 {
    font-size: 18px;
    line-height: 28px;
    padding-right: 2%;
  }
  .text22 h4 {
    text-transform: capitalize;
  }

  .text14 {
    font-size: 14px;
    line-height: 18px;
  }

  h1 {
    font-size: 40px;
    line-height: 40px;
    font-family: "Barlow";
    font-weight: 700;
    text-transform: uppercase;
  }
  h1 strong {
    padding: 0px;
  }

  .padding-left-60 {
    padding-left: 0px !important;
  }

  .plist ul li {
    font-size: 18px;
    line-height: 30px;
    position: relative;
  }

  .mobileswitch {
    display: flex;
    flex-direction: column-reverse;
  }

  .home .default-header-880 {
    height: 680px;
  }
  .home .default-header-880 .vc_column_container {
    height: 680px;
  }
  .home .default-header-880 .vc_column_container .vc_column-inner .c_button {
    top: 210px !important;
  }
  .home .default-header-880:before {
    height: 170px;
    width: 280px;
    background-size: cover;
  }

  .default-header-500,
.default-header-400 {
    height: 400px;
  }
  .default-header-500 .vc_column_container,
.default-header-400 .vc_column_container {
    height: 400px;
  }
  .default-header-500 .vc_column_container .vc_column-inner,
.default-header-400 .vc_column_container .vc_column-inner {
    height: 400px;
  }

  /* short left lines animation */
  .content-line-cut.right,
.content-line-cut.left {
    position: absolute;
    top: -240px;
    right: -400px;
    z-index: 8;
    width: 180px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    opacity: 0;
    animation-duration: 400ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: clinecutright-before;
  }
  .content-line-cut.right.active,
.content-line-cut.left.active {
    animation-name: clinecutright;
  }
  @-webkit-keyframes clinecutright-before {
    0% {
      left: auto;
      top: -40px;
      right: -60px;
      opacity: 1;
    }
    100% {
      left: auto;
      top: -240px;
      right: -400px;
      opacity: 0;
    }
  }
  @-moz-keyframes clinecutright-before {
    0% {
      left: auto;
      top: -40px;
      right: -60px;
      opacity: 1;
    }
    100% {
      left: auto;
      top: -240px;
      right: -400px;
      opacity: 0;
    }
  }
  @-o-keyframes clinecutright-before {
    0% {
      left: auto;
      top: -40px;
      right: -60px;
      opacity: 1;
    }
    100% {
      left: auto;
      top: -240px;
      right: -400px;
      opacity: 0;
    }
  }
  @keyframes clinecutright-before {
    0% {
      left: auto;
      top: -40px;
      right: -60px;
      opacity: 1;
    }
    100% {
      left: auto;
      top: -240px;
      right: -400px;
      opacity: 0;
    }
  }
  @-webkit-keyframes clinecutright {
    0% {
      left: auto;
      top: -240px;
      right: -400px;
      opacity: 0;
    }
    100% {
      left: auto;
      top: -40px;
      right: -60px;
      opacity: 1;
    }
  }
  @-moz-keyframes clinecutright {
    0% {
      left: auto;
      top: -240px;
      right: -400px;
      opacity: 0;
    }
    100% {
      left: auto;
      top: -40px;
      right: -60px;
      opacity: 1;
    }
  }
  @-o-keyframes clinecutright {
    0% {
      left: auto;
      top: -240px;
      right: -400px;
      opacity: 0;
    }
    100% {
      left: auto;
      top: -40px;
      right: -60px;
      opacity: 1;
    }
  }
  @keyframes clinecutright {
    0% {
      left: auto;
      top: -240px;
      right: -400px;
      opacity: 0;
    }
    100% {
      left: auto;
      top: -40px;
      right: -60px;
      opacity: 1;
    }
  }

  body .container {
    max-width: 1140px;
    padding: 0px 20px;
  }
  body #content.site-content {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  body #content.site-content .container {
    max-width: 1140px;
    padding: 0px 20px;
  }
  body #content.site-content .container .default_content_ani {
    opacity: 0;
    padding-top: 0px !important;
    margin-top: 60px;
    animation-duration: 1600ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: default_content_ani;
  }
  @-webkit-keyframes default_content_ani {
    0% {
      margin-top: 120px;
      opacity: 0;
    }
    80% {
      margin-top: 120px;
      opacity: 0;
    }
    100% {
      margin-top: 60px;
      opacity: 1;
    }
  }
  @-moz-keyframes default_content_ani {
    0% {
      margin-top: 120px;
      opacity: 0;
    }
    80% {
      margin-top: 120px;
      opacity: 0;
    }
    100% {
      margin-top: 60px;
      opacity: 1;
    }
  }
  @-o-keyframes default_content_ani {
    0% {
      margin-top: 120px;
      opacity: 0;
    }
    80% {
      margin-top: 120px;
      opacity: 0;
    }
    100% {
      margin-top: 60px;
      opacity: 1;
    }
  }
  @keyframes default_content_ani {
    0% {
      margin-top: 120px;
      opacity: 0;
    }
    80% {
      margin-top: 120px;
      opacity: 0;
    }
    100% {
      margin-top: 60px;
      opacity: 1;
    }
  }
  body #content.site-content .default-page-left-sidebar,
body #content.site-content .default-page-right-sidebar {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 0px;
  }
  body #content.site-content .default-page-left-sidebar strong,
body #content.site-content .default-page-right-sidebar strong {
    font-size: 30px;
    line-height: 34px;
  }
  body #content.site-content .default-page-left-sidebar ul li a,
body #content.site-content .default-page-right-sidebar ul li a {
    font-size: 16px;
  }
  body #content.site-content .default-header-500,
body #content.site-content .default-header-400 {
    margin-bottom: 0px;
  }
  body #content.site-content .default-header-500 .heading,
body #content.site-content .default-header-400 .heading {
    text-align: left;
    position: absolute;
    top: 270px;
    left: 30px;
    margin-bottom: 0px;
    z-index: 9;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-heading-text880;
  }
  @-webkit-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-moz-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-o-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  body #content.site-content .default-header-500 .heading h1,
body #content.site-content .default-header-400 .heading h1 {
    font-size: 40px;
    line-height: 40px;
    font-family: "Barlow";
    font-weight: 700;
    text-transform: uppercase;
  }
  body #content.site-content .default-header-500 .heading h1 strong,
body #content.site-content .default-header-400 .heading h1 strong {
    padding: 0px;
  }
  @-webkit-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-moz-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @-o-keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  @keyframes header-person-element {
    0% {
      bottom: -100px;
      right: -1260px;
    }
    29% {
      bottom: -100px;
      right: -1260px;
    }
    33% {
      bottom: -100px;
      right: -60px;
    }
    100% {
      bottom: -100px;
      right: -60px;
    }
  }
  body #content.site-content .default-header-500 .header-green-big-line,
body #content.site-content .default-header-400 .header-green-big-line {
    position: absolute;
    top: -447px;
    left: 100px;
    z-index: 8;
    width: 1400px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-green-big-line;
  }
  @-webkit-keyframes header-green-big-line {
    0% {
      top: -810px;
      left: 1240px;
    }
    15% {
      top: -810px;
      left: 1240px;
    }
    19% {
      top: -150px;
      left: 90px;
    }
    100% {
      top: -150px;
      left: 90px;
    }
  }
  @-moz-keyframes header-green-big-line {
    0% {
      top: -810px;
      left: 1240px;
    }
    15% {
      top: -810px;
      left: 1240px;
    }
    19% {
      top: -150px;
      left: 90px;
    }
    100% {
      top: -150px;
      left: 90px;
    }
  }
  @-o-keyframes header-green-big-line {
    0% {
      top: -810px;
      left: 1240px;
    }
    15% {
      top: -810px;
      left: 1240px;
    }
    19% {
      top: -150px;
      left: 90px;
    }
    100% {
      top: -150px;
      left: 90px;
    }
  }
  @keyframes header-green-big-line {
    0% {
      top: -810px;
      left: 1240px;
    }
    15% {
      top: -810px;
      left: 1240px;
    }
    19% {
      top: -150px;
      left: 90px;
    }
    100% {
      top: -150px;
      left: 90px;
    }
  }
  body #content.site-content .default-header-500 .header-green-small-line,
body #content.site-content .default-header-400 .header-green-small-line {
    position: absolute;
    bottom: 160px;
    right: -600px;
    z-index: 8;
    width: 1200px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-green-small-line;
  }
  @-webkit-keyframes header-green-small-line {
    0% {
      bottom: 900px;
      right: -2074px;
    }
    25% {
      bottom: 900px;
      right: -2074px;
    }
    28% {
      bottom: 330px;
      right: -960px;
    }
    100% {
      bottom: 330px;
      right: -960px;
    }
  }
  @-moz-keyframes header-green-small-line {
    0% {
      bottom: 900px;
      right: -2074px;
    }
    25% {
      bottom: 900px;
      right: -2074px;
    }
    28% {
      bottom: 330px;
      right: -960px;
    }
    100% {
      bottom: 330px;
      right: -960px;
    }
  }
  @-o-keyframes header-green-small-line {
    0% {
      bottom: 900px;
      right: -2074px;
    }
    25% {
      bottom: 900px;
      right: -2074px;
    }
    28% {
      bottom: 330px;
      right: -960px;
    }
    100% {
      bottom: 330px;
      right: -960px;
    }
  }
  @keyframes header-green-small-line {
    0% {
      bottom: 900px;
      right: -2074px;
    }
    25% {
      bottom: 900px;
      right: -2074px;
    }
    28% {
      bottom: 330px;
      right: -960px;
    }
    100% {
      bottom: 330px;
      right: -960px;
    }
  }
  body #content.site-content .default-header-500 .vc_column_container .vc_column-inner .header-person-element,
body #content.site-content .default-header-400 .vc_column_container .vc_column-inner .header-person-element {
    display: none;
  }
  body #content.site-content .default-header-500 .terug,
body #content.site-content .default-header-400 .terug {
    position: absolute;
    bottom: -80px;
    padding-left: 0px;
  }
  body #content.site-content .default-header-880 .heading {
    text-align: left;
    position: absolute;
    top: 110px;
    left: 30px;
    margin-bottom: 0px;
    z-index: 9;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-heading-text880;
  }
  @-webkit-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-moz-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-o-keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @keyframes header-heading-text880 {
    0% {
      bottom: 43px;
      left: -600px;
    }
    16% {
      bottom: 43px;
      left: -600px;
    }
    20% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  body #content.site-content .default-header-880 .heading h1 {
    font-size: 40px;
    line-height: 40px;
    font-family: "Barlow";
    font-weight: 700;
    text-transform: uppercase;
  }
  body #content.site-content .default-header-880 .heading h1 strong {
    padding: 0px;
  }
  body #content.site-content .default-header-880 .header-person-element {
    position: absolute;
    bottom: -100px;
    right: -160px;
    z-index: 8;
    width: 300px;
    height: 300px;
    margin-bottom: 0px !important;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: home-header-person-element;
  }
  @-webkit-keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  @-moz-keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  @-o-keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  @keyframes home-header-person-element {
    0% {
      bottom: -70px;
      right: -400px;
    }
    27% {
      bottom: -70px;
      right: -400px;
    }
    30% {
      bottom: -70px;
      right: -40px;
    }
    100% {
      bottom: -70px;
      right: -40px;
    }
  }
  body #content.site-content .default-header-880 .header-white-line-top {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 8;
    width: 400px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-while-line;
  }
  @-webkit-keyframes header-while-line {
    0% {
      top: -200px;
      left: 280px;
    }
    22% {
      top: -200px;
      left: 280px;
    }
    27% {
      top: -40px;
      left: 10px;
    }
    100% {
      top: -40px;
      left: 10px;
    }
  }
  @-moz-keyframes header-while-line {
    0% {
      top: -200px;
      left: 280px;
    }
    22% {
      top: -200px;
      left: 280px;
    }
    27% {
      top: -40px;
      left: 10px;
    }
    100% {
      top: -40px;
      left: 10px;
    }
  }
  @-o-keyframes header-while-line {
    0% {
      top: -200px;
      left: 280px;
    }
    22% {
      top: -200px;
      left: 280px;
    }
    27% {
      top: -40px;
      left: 10px;
    }
    100% {
      top: -40px;
      left: 10px;
    }
  }
  @keyframes header-while-line {
    0% {
      top: -200px;
      left: 280px;
    }
    22% {
      top: -200px;
      left: 280px;
    }
    27% {
      top: -40px;
      left: 10px;
    }
    100% {
      top: -40px;
      left: 10px;
    }
  }
  body #content.site-content .default-header-880 .header-green-big-line {
    position: absolute;
    top: -30px;
    left: 0px;
    z-index: 8;
    width: 1400px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: home-header-green-big-line;
  }
  @-webkit-keyframes home-header-green-big-line {
    0% {
      top: -826px;
      left: 1370px;
    }
    13% {
      top: -826px;
      left: 1370px;
    }
    16% {
      top: -30px;
      left: 0px;
    }
    100% {
      top: -30px;
      left: 0px;
    }
  }
  @-moz-keyframes home-header-green-big-line {
    0% {
      top: -826px;
      left: 1370px;
    }
    13% {
      top: -826px;
      left: 1370px;
    }
    16% {
      top: -30px;
      left: 0px;
    }
    100% {
      top: -30px;
      left: 0px;
    }
  }
  @-o-keyframes home-header-green-big-line {
    0% {
      top: -826px;
      left: 1370px;
    }
    13% {
      top: -826px;
      left: 1370px;
    }
    16% {
      top: -30px;
      left: 0px;
    }
    100% {
      top: -30px;
      left: 0px;
    }
  }
  @keyframes home-header-green-big-line {
    0% {
      top: -826px;
      left: 1370px;
    }
    13% {
      top: -826px;
      left: 1370px;
    }
    16% {
      top: -30px;
      left: 0px;
    }
    100% {
      top: -30px;
      left: 0px;
    }
  }
  body #content.site-content .default-header-880 .c_button {
    text-align: left;
    position: absolute;
    top: 340px;
    left: 30px;
    margin-bottom: 0px;
    z-index: 9;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: header-heading-button880;
  }
  @-webkit-keyframes header-heading-button880 {
    0% {
      bottom: 43px;
      left: -1800px;
    }
    18% {
      bottom: 43px;
      left: -1800px;
    }
    22% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-moz-keyframes header-heading-button880 {
    0% {
      bottom: 43px;
      left: -1800px;
    }
    18% {
      bottom: 43px;
      left: -1800px;
    }
    22% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @-o-keyframes header-heading-button880 {
    0% {
      bottom: 43px;
      left: -1800px;
    }
    18% {
      bottom: 43px;
      left: -1800px;
    }
    22% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  @keyframes header-heading-button880 {
    0% {
      bottom: 43px;
      left: -1800px;
    }
    18% {
      bottom: 43px;
      left: -1800px;
    }
    22% {
      bottom: 43px;
      left: 30px;
    }
    100% {
      bottom: 43px;
      left: 30px;
    }
  }
  body #content.site-content .default-header-880 .arrow-next {
    top: -50px;
    left: 0px;
    animation-duration: 8000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: arrow-next-ani;
  }
  @-webkit-keyframes arrow-next-ani {
    0% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    30% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    34% {
      top: 86px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 86px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes arrow-next-ani {
    0% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    30% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    34% {
      top: 86px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 86px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes arrow-next-ani {
    0% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    30% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    34% {
      top: 86px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 86px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes arrow-next-ani {
    0% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    30% {
      top: -50px;
      left: 0px;
      opacity: 0;
    }
    34% {
      top: 86px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 86px;
      left: 0px;
      opacity: 1;
    }
  }
  body #content.site-content .default-header-880 .arrow-next i {
    font-size: 32px;
    color: #ffffff;
  }
  body #content.site-content:before, body #content.site-content:after {
    width: 10px;
  }
  body header#masthead {
    height: 64px;
    padding: 1rem 1rem;
  }
  body header#masthead .container {
    max-width: 1440px;
    padding: 0px 0px;
  }
  body header#masthead .container .navbar .navbar-brand {
    margin-top: 2px;
    width: 130px !important;
  }
  body header#masthead .container .navbar #main-nav > ul > li a {
    color: #2A302D;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    padding: 0px 12px;
    font-family: "Barlow";
  }
  body header#masthead .container .navbar .topmenu-content-cover .headercontact {
    margin-left: 0px;
  }
  body header#masthead .container .navbar .topmenu-content-cover .burgermenu {
    margin-left: 14px;
  }
  body header#masthead .cmega-menu {
    font-size: 18px;
    line-height: 36px;
    height: auto;
    top: 62px !important;
  }
  body header#masthead .cmega-menu .container {
    background-color: #ffffff;
    padding: 0px 10px;
  }
  body header#masthead .cmega-menu .container .menulinks .desktop-col1-menu li a,
body header#masthead .cmega-menu .container .menulinks .desktop-col2-menu li a {
    color: #3F4442;
    font-size: 18px;
    line-height: 18px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li a {
    color: #2A302D;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    font-family: "Barlow";
    text-decoration: none;
    padding: 14px 20px;
  }
  body header#masthead .cmega-menu .container .menulinks .mobileexpand ul li ul li a {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
  }
  body header#masthead .cmega-menu .container .number,
body header#masthead .cmega-menu .container .number a {
    color: #82AF29;
  }
  body header#masthead .cmega-menu .container .belons {
    margin-bottom: 20px;
  }
  body header#masthead .cmega-menu .container .menu-person-line-mobile {
    display: none;
  }
  body header#masthead .cmega-menu .container .menu-person-mobile {
    display: none;
  }
  body header#masthead .cmega-menu.active {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
  }
  body header#masthead .container .navbar {
    display: block !important;
  }
  body header#masthead .container .navbar .navbar-brand {
    width: 160px;
  }
  body header#masthead .container .navbar .navbar-toggler {
    display: none;
  }
  body header#masthead.sticky {
    padding: 1rem 1rem;
    height: 64px;
  }
  body header#masthead.sticky .container .navbar .navbar-brand {
    margin-top: 2px;
  }

  #second.puur,
#third.daken,
#fourth.samen {
    padding: 10px !important;
  }

.puur .vc_column-inner .wpb_wrapper #puur-action2 h1,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h1,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h1,
.puur .vc_column-inner .wpb_wrapper #puur-action2 h2,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h2,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h2{
    font-size: 80px !important;
    line-height: 80px !important;
  }
.puur .vc_column-inner .wpb_wrapper #puur-action2 h1 strong,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h1 strong,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h1 strong,
.puur .vc_column-inner .wpb_wrapper #puur-action2 h2 strong,
.daken .vc_column-inner .wpb_wrapper #daken-action2 h2 strong,
.samen .vc_column-inner .wpb_wrapper #samen-action2 h2 strong{
    font-size: 80px !important;
    line-height: 80px !important;
  }

  #puur-action4 .wpb_wrapper,
#puur-action5 .wpb_wrapper,
#puur-action6 .wpb_wrapper,
#daken-action5 .wpb_wrapper,
#daken-action8 .wpb_wrapper,
#daken-action11 .wpb_wrapper,
#samen-action5 .wpb_wrapper,
#samen-action8 .wpb_wrapper,
#samen-action11 .wpb_wrapper {
    width: 100% !important;
  }

  .puur .vc_column-inner .wpb_wrapper #puur-action1 {
    height: 160px;
    margin-bottom: 0px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action1 .puur-green-line1 {
    position: absolute;
    top: 486px;
    left: -649px;
    z-index: 8;
    width: 160px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action1-before;
  }
  @-webkit-keyframes puur-action1-before {
    0% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action1-before {
    0% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action1-before {
    0% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
  }
  @keyframes puur-action1-before {
    0% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action1.active .puur-green-line1 {
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action1;
  }
  @-webkit-keyframes puur-action1 {
    0% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action1 {
    0% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action1 {
    0% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes puur-action1 {
    0% {
      top: 546px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 175px;
      left: 0px;
      opacity: 1;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m {
    height: 180px;
    margin-top: 40px;
    position: relative;
    margin-bottom: 0px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m h1,
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m h2{
    position: absolute;
    text-align: left;
    font-size: 56px !important;
    line-height: 56px !important;
    font-weight: 800 !important;
    z-index: 9;
    top: 0px;
    left: -1000px;
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action2-before;
  }
  @-webkit-keyframes puur-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @keyframes puur-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m h1 strong,
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m h2 strong{
    font-size: 56px !important;
    line-height: 56px !important;
    font-weight: 800 !important;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m.active h1,
  .puur .vc_column-inner .wpb_wrapper #puur-action2-m.active h2{
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action2;
  }
  @-webkit-keyframes puur-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes puur-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action3 {
    height: 0px;
    margin-top: 0px;
    margin-bottom: 100px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action3 .puur-green-line2 {
    position: absolute;
    top: -2420px;
    left: 4120px;
    z-index: 8;
    width: 600px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action3-before;
  }
  @-webkit-keyframes puur-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @keyframes puur-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action3.active .puur-green-line2 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action3;
  }
  @-webkit-keyframes puur-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @keyframes puur-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action4 {
    width: 100%;
    margin-left: 0%;
    height: 108px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action5 {
    width: 100%;
    margin-left: 0%;
    height: 140px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action6 {
    width: 100%;
    margin-left: 0%;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action7 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action7 .puur-green-line3 {
    position: absolute;
    top: -450px;
    right: -990px;
    z-index: 8;
    width: 400px;
    height: 400px;
    background-color: #ffffff;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action7-before;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action7 .puur-green-line3 :before {
    content: "";
    width: 220px;
    height: 150px;
    top: 1px;
    left: -136px;
    background-color: #ffffff;
    position: absolute;
    transform: rotate(30deg);
  }
  @-webkit-keyframes puur-action7-before {
    0% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    26% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    44% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    100% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action7-before {
    0% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    26% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    44% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    100% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action7-before {
    0% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    26% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    44% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    100% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
  }
  @keyframes puur-action7-before {
    0% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    26% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    44% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    100% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action7.active .puur-green-line3 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action7;
  }
  @-webkit-keyframes puur-action7 {
    0% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    2% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    20% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    100% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action7 {
    0% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    2% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    20% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    100% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action7 {
    0% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    2% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    20% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    100% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
  }
  @keyframes puur-action7 {
    0% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    2% {
      top: 0px;
      right: -510px;
      opacity: 0;
    }
    20% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
    100% {
      top: 180px;
      right: -200px;
      opacity: 1;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action8 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action8 .vc_single_image-wrapper {
    position: absolute;
    top: -350px;
    right: -14px;
    opacity: 0;
    z-index: 7;
    width: 400px;
    height: 400px;
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action8-before;
  }
  @-webkit-keyframes puur-action8-before {
    0% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    12% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    20% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    100% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
  }
  @-moz-keyframes puur-action8-before {
    0% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    12% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    20% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    100% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
  }
  @-o-keyframes puur-action8-before {
    0% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    12% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    20% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    100% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
  }
  @keyframes puur-action8-before {
    0% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    12% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    20% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    100% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action8.active .vc_single_image-wrapper {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action8;
  }
  @-webkit-keyframes puur-action8 {
    0% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    22% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    30% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    100% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
  }
  @-moz-keyframes puur-action8 {
    0% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    22% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    30% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    100% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
  }
  @-o-keyframes puur-action8 {
    0% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    22% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    30% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    100% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
  }
  @keyframes puur-action8 {
    0% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    22% {
      top: -100px;
      right: -74px;
      opacity: 0;
    }
    30% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
    100% {
      top: -130px;
      right: -74px;
      opacity: 1;
    }
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action9 {
    position: relative;
    top: 0px;
    bottom: auto;
    left: 0px;
    margin-top: 120px;
    padding-bottom: 10px;
  }
  .puur .vc_column-inner .wpb_wrapper #puur-action7 .puur-green-line3 :before {
    opacity: 0;
  }

  .daken .vc_column-inner .wpb_wrapper #daken-action1 {
    height: 160px;
    margin-bottom: 0px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action1 .daken-green-line1 {
    position: absolute;
    top: 486px;
    left: -649px;
    z-index: 8;
    width: 160px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action1-before;
  }
  @-webkit-keyframes daken-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @keyframes daken-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action1.active .daken-green-line1 {
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action1;
  }
  @-webkit-keyframes daken-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes daken-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m {
    height: 120px;
    margin-top: 0px;
    position: relative;
    margin-bottom: 0px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m h1,
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m h2 {
    position: absolute;
    text-align: left;
    z-index: 9;
    font-size: 56px !important;
    line-height: 56px !important;
    font-family: "Barlow";
    font-weight: 800 !important;
    text-transform: uppercase;
    top: 70px;
    left: -1000px;
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action2-before;
  }
  @-webkit-keyframes daken-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  @keyframes daken-action2-before {
    0% {
      left: 0px;
      opacity: 1;
    }
    100% {
      left: -1000px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m h1 strong,
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m h2 strong{
    font-size: 56px !important;
    line-height: 56px !important;
    font-weight: 800 !important;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m.active h1,
  .daken .vc_column-inner .wpb_wrapper #daken-action2-m.active h2{
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action2;
  }
  @-webkit-keyframes daken-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes daken-action2 {
    0% {
      left: -1000px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action3 {
    height: 170px;
    margin-top: 0px;
    margin-bottom: 100px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action3 .daken-green-line2 {
    position: absolute;
    z-index: 8;
    width: 600px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action3-before;
  }
  @-webkit-keyframes daken-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @keyframes daken-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action3.active .daken-green-line2 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action3;
  }
  @-webkit-keyframes daken-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @keyframes daken-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action4 .daken-green-line3 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action4-before;
  }
  @-webkit-keyframes daken-action4-before {
    0% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action4-before {
    0% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action4-before {
    0% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
  }
  @keyframes daken-action4-before {
    0% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action4.active .daken-green-line3 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action4;
  }
  @-webkit-keyframes daken-action4 {
    0% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action4 {
    0% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action4 {
    0% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
  }
  @keyframes daken-action4 {
    0% {
      top: -550px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: -40px;
      right: -128px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action5 {
    width: 100%;
    margin-left: 0%;
    height: 330px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action5 p em {
    display: inline-block;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action6 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
    margin-top: -130px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action6 .daken-green-line4 {
    position: absolute;
    top: -490px;
    right: -1014px;
    z-index: 8;
    width: 400px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action6-before;
  }
  @-webkit-keyframes daken-action6-before {
    0% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action6-before {
    0% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action6-before {
    0% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
  }
  @keyframes daken-action6-before {
    0% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
    100% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action6.active .daken-green-line4 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action6;
  }
  @-webkit-keyframes daken-action6 {
    0% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action6 {
    0% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action6 {
    0% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
  }
  @keyframes daken-action6 {
    0% {
      top: -490px;
      right: -1014px;
      opacity: 0;
    }
    100% {
      top: 20px;
      right: -128px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action7 {
    height: 210px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 180px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action8 {
    width: 100%;
    margin-left: 0%;
    height: 140px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action9 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action9 .daken-green-line5 {
    position: absolute;
    top: 510px;
    left: -860px;
    z-index: 8;
    width: 700px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action9-before;
  }
  @-webkit-keyframes daken-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @keyframes daken-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action9 .daken-green-line5:before {
    content: "";
    width: 800px;
    height: 250px;
    top: -250px;
    left: 37px;
    background-color: #f9f9f9;
    position: absolute;
    transform: rotate(0deg);
    clip-path: polygon(29% 0%, 100% 72%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(29% 0%, 100% 72%, 100% 100%, 0 100%);
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action9-lineground-before;
  }
  @-webkit-keyframes daken-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-o-keyframes daken-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes daken-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action9.active .daken-green-line5 {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action9;
  }
  @-webkit-keyframes daken-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @keyframes daken-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action9.active .daken-green-line5:before {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action9-lineground;
  }
  @-webkit-keyframes daken-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes daken-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes daken-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action10 {
    height: 395px;
    margin-bottom: 0px;
    position: relative;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action10 .vc_single_image-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 7;
    width: 505px;
    height: 325px;
    opacity: 0;
    margin-bottom: 0px !important;
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action10-before;
  }
  @-webkit-keyframes daken-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @-moz-keyframes daken-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @-o-keyframes daken-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @keyframes daken-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action10.active .vc_single_image-wrapper {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: daken-action10;
  }
  @-webkit-keyframes daken-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes daken-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes daken-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes daken-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action11 {
    width: 100%;
    margin-left: 0%;
    height: 140px;
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action12 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 0px;
  }
  .daken:before {
    content: "";
    height: 1200px;
    width: 335px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background-color: #82AF29;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 62%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 62%);
  }
  .daken .vc_column-inner .wpb_wrapper #daken-action7 .daken-icon-text,
.daken .vc_column-inner .wpb_wrapper #daken-action13 .daken-icon-text {
    right: calc(50% - 150px);
  }
  .daken .daken640 {
    height: 220px !important;
  }
  .daken #daken-action11 {
    width: 160%;
    margin-left: -30%;
  }
  .daken:after {
    width: 216px;
  }

  .samen .vc_column-inner .wpb_wrapper #samen-action1 {
    height: 160px;
    margin-bottom: 0px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action1 .samen-green-line1 {
    position: absolute;
    top: 486px;
    left: -649px;
    z-index: 8;
    width: 160px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action1-before;
  }
  @-webkit-keyframes samen-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @-moz-keyframes samen-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @-o-keyframes samen-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  @keyframes samen-action1-before {
    0% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action1.active .samen-green-line1 {
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action1;
  }
  @-webkit-keyframes samen-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes samen-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes samen-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes samen-action1 {
    0% {
      top: 381px;
      left: -649px;
      opacity: 0;
    }
    100% {
      top: 10px;
      left: 0px;
      opacity: 1;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action2 h1,
  .samen .vc_column-inner .wpb_wrapper #samen-action2 h2{
    font-size: 56px !important;
    line-height: 56px !important;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action2 h1 strong,
  .samen .vc_column-inner .wpb_wrapper #samen-action2 h2 strong{
    font-size: 56px !important;
    line-height: 56px !important;
    font-weight: 800 !important;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action3 {
    height: 170px;
    margin-top: -130px;
    margin-bottom: 100px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action3 .samen-green-line2 {
    position: absolute;
    z-index: 8;
    width: 600px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action3-before;
  }
  @-webkit-keyframes samen-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-moz-keyframes samen-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @-o-keyframes samen-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  @keyframes samen-action3-before {
    0% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
    100% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action3.active .samen-green-line2 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action3;
  }
  @-webkit-keyframes samen-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-moz-keyframes samen-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @-o-keyframes samen-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  @keyframes samen-action3 {
    0% {
      top: -60px;
      left: 560px;
      opacity: 0;
    }
    100% {
      top: 320px;
      left: -100px;
      opacity: 1;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action5 {
    width: 100%;
    margin-left: 0%;
    height: 180px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action6 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
    margin-top: -80px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action7 {
    height: 210px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 140px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action8 {
    width: 100%;
    margin-left: 0%;
    height: 180px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action9 {
    height: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action9 .samen-green-line5 {
    position: absolute;
    top: 510px;
    left: -860px;
    z-index: 8;
    width: 700px;
    height: 4px;
    margin-bottom: 0px !important;
    transform: rotate(-30deg);
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action9-before;
  }
  @-webkit-keyframes samen-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @-moz-keyframes samen-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @-o-keyframes samen-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  @keyframes samen-action9-before {
    0% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    30% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    50% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    100% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action9 .samen-green-line5:before {
    content: "";
    width: 800px;
    height: 250px;
    top: -250px;
    left: 37px;
    background-color: #ffffff;
    position: absolute;
    transform: rotate(0deg);
    clip-path: polygon(29% 0%, 100% 72%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(29% 0%, 100% 72%, 100% 100%, 0 100%);
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action9-lineground-before;
  }
  @-webkit-keyframes samen-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-moz-keyframes samen-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-o-keyframes samen-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes samen-action9-lineground-before {
    0% {
      opacity: 1;
    }
    22% {
      opacity: 1;
    }
    23% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action9.active .samen-green-line5 {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action9;
  }
  @-webkit-keyframes samen-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @-moz-keyframes samen-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @-o-keyframes samen-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  @keyframes samen-action9 {
    0% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    2% {
      top: 510px;
      left: -860px;
      opacity: 0;
    }
    20% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
    100% {
      top: 100px;
      left: -150px;
      opacity: 1;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action9.active .samen-green-line5:before {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action9-lineground;
  }
  @-webkit-keyframes samen-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes samen-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes samen-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes samen-action9-lineground {
    0% {
      opacity: 0;
    }
    24% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action10 {
    height: 395px;
    margin-bottom: 0px;
    position: relative;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action10 .vc_single_image-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 7;
    width: 505px;
    height: 325px;
    opacity: 0;
    margin-bottom: 0px !important;
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action10-before;
  }
  @-webkit-keyframes samen-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @-moz-keyframes samen-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @-o-keyframes samen-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  @keyframes samen-action10-before {
    0% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    5% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    12% {
      opacity: 0;
    }
    20% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    100% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action10.active .vc_single_image-wrapper {
    animation-duration: 2000ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: samen-action10;
  }
  @-webkit-keyframes samen-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @-moz-keyframes samen-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @-o-keyframes samen-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  @keyframes samen-action10 {
    0% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    25% {
      top: -120px;
      left: 0px;
      opacity: 0;
    }
    28% {
      opacity: 0;
    }
    40% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
    100% {
      top: 70px;
      left: 0px;
      opacity: 1;
    }
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action11 {
    width: 100%;
    margin-left: 0%;
    height: 90px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action13 {
    margin-left: 10%;
  }
  .samen:before {
    content: "";
    height: 1220px;
    width: 335px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    background-color: #82AF29;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 62%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 62%);
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action2 {
    margin-top: -50px;
  }
  .samen .vc_column-inner .wpb_wrapper #samen-action7 .samen-icon-text {
    right: calc(50% - 150px);
  }
  .samen .samen640 {
    height: 280px !important;
  }
  .samen #samen-action5,
.samen #samen-action8,
.samen #samen-action11 {
    width: 160%;
    margin-left: -30%;
  }

  .bottom-right-cut:before {
    width: 180px;
    height: 200px;
  }

  .projecten-listing,
.projecten-related,
.news-listing,
.news-related {
    width: 100%;
  }
  .projecten-listing .item,
.projecten-related .item,
.news-listing .item,
.news-related .item {
    width: 100%;
  }
  .projecten-listing .item .image,
.projecten-related .item .image,
.news-listing .item .image,
.news-related .item .image {
    width: 150px;
    height: 150px;
  }
  .projecten-listing .item .content,
.projecten-related .item .content,
.news-listing .item .content,
.news-related .item .content {
    float: left;
    width: calc(100% - 150px);
    height: 150px;
    position: relative;
    padding: 12px 14px;
    font-family: "Barlow";
    text-transform: uppercase;
  }
  .projecten-listing .item .content .title,
.projecten-related .item .content .title,
.news-listing .item .content .title,
.news-related .item .content .title {
    font-size: 18px;
    line-height: 18px;
  }
  .projecten-listing .item .content .title strong,
.projecten-related .item .content .title strong,
.news-listing .item .content .title strong,
.news-related .item .content .title strong {
    font-size: 18px;
    line-height: 18px;
  }
  .projecten-listing .item .content .location,
.projecten-related .item .content .location,
.news-listing .item .content .location,
.news-related .item .content .location {
    display: none;
  }

  .projecten-related,
.news-related {
    width: 100%;
  }
  .projecten-related .item,
.news-related .item {
    width: 100%;
  }
  .projecten-related .item .image,
.news-related .item .image {
    width: 150px;
    height: 150px;
  }
  .projecten-related .item .content,
.news-related .item .content {
    width: calc(100% - 150px);
    height: 150px;
    padding: 12px 8px;
  }
  .projecten-related .item .content .title,
.news-related .item .content .title {
    font-size: 22px;
    line-height: 22px;
  }
  .projecten-related .item .content .title strong,
.news-related .item .content .title strong {
    font-size: 22px;
    line-height: 22px;
  }
  .projecten-related .item .content .location,
.news-related .item .content .location {
    font-size: 14px;
    line-height: 20px;
  }

  .vacatures-listing {
    width: 100%;
  }
  .vacatures-listing .item {
    width: 100%;
    clip-path: polygon(100% 0, 100% 94%, 80% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 94%, 80% 100%, 0 100%, 0 0);
  }
  .vacatures-listing .item .image {
    height: 120px;
  }
  .vacatures-listing .item .content {
    height: auto;
  }

  #vacature-detailpage-sidebar .vc_column-inner {
    padding: 36px 16px;
    background-color: #F9F9F9;
  }

  #detailpage-sidebar .projecten-detail-sidebar,
#detailpage-sidebar .news-detail-sidebar {
    padding: 16px 16px;
  }
  #detailpage-sidebar .projecten-detail-sidebar ul li a,
#detailpage-sidebar .news-detail-sidebar ul li a {
    padding: 12px 28px 12px 0px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Barlow";
  }

  .sidebar-green-right-line {
    display: none;
  }

  .optimal {
    width: 100%;
  }

  .servblock {
    padding-bottom: 0px;
  }
  .servblock .text22 {
    margin-top: 10px;
    margin-bottom: 100px;
    padding-left: 0% !important;
  }
  .servblock.right .svg-support.padding-right-60 {
    text-align: left;
  }
  .servblock.right .default-page-right-sidebar p {
    text-align: left !important;
  }

  .footer-action {
    height: 0px;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .footer-action .trigg {
    height: 0px;
    right: 0px;
    position: absolute;
    top: -360px;
  }

  .footerline .container:before {
    content: "";
    width: 100%;
    height: 780px;
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 9;
    background-image: url(../img/footer/footerline.svg);
    background-repeat: no-repeat;
    background-position: -400px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 8%, 0 88%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 8%, 0 88%);
  }
  .footerline .container .backtotop {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 10;
    background-image: url(../img/home/backtotop.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
  }

  #footer {
    opacity: 0;
  }
  #footer .bigfooter {
    height: 730px;
    background-color: #ffffff;
  }
  #footer .bigfooter .row .pright {
    padding-right: 15px;
  }
  #footer .bigfooter .row .footercontent {
    width: 100%;
    float: left;
  }
  #footer .bigfooter .row .footercontent .footerlogo {
    width: 240px;
    height: 52px;
    float: right;
    margin-top: 260px;
    text-align: right;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget {
    float: right;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons {
    float: right;
    width: 100%;
    margin-right: 0px;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons .c_button {
    margin: auto;
    margin-top: 10px;
    width: 100%;
  }
  #footer .bigfooter .row .footercontent .widget .textwidget .footerbuttons .c_button .inner {
    width: 100%;
    display: block;
    text-align: center;
  }
  #footer .bigfooter .row .footercontent .line {
    width: 100%;
    margin: 24px 0px;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu {
    float: right;
    width: 100%;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu .big-footer-menu-cover ul {
    display: block;
    float: left;
    margin-bottom: 0px;
  }
  #footer .bigfooter .row .footercontent .big-footer-menu .big-footer-menu-cover ul li {
    width: 50%;
    margin-bottom: 7px;
    padding-left: 17px;
  }
  #footer .bigfooter .row .footercontent .newsletter {
    float: right;
    width: 100%;
    position: relative;
  }
  #footer .bigfooter .row .footercontent .newsletter .het-laatste {
    width: 150px;
    height: 52px;
    top: -23px;
    left: -170px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont {
    float: right;
    width: 100%;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content {
    padding: 0px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap {
    width: 100%;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-label {
    width: 100%;
    float: left;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-label label {
    line-height: 18px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-element {
    width: 100%;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .email-wrap .nf-field-element input {
    line-height: 36px;
    height: 36px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .submit-wrap .nf-field-label {
    display: none;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .submit-wrap .nf-field-element {
    top: 20px;
    left: 6px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-form-cont .nf-form-wrap .nf-form-layout .nf-form-content .nf-field-container .submit-wrap .nf-field-element:before {
    top: 5px;
    left: 8px;
    font-size: 18px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-error-wrap.nf-error {
    margin-left: 0px;
  }
  #footer .bigfooter .row .footercontent .newsletter .nf-error.field-wrap .nf-field-element:after {
    height: 35px;
    width: 35px;
    line-height: 36px;
  }
  #footer.active {
    opacity: 1;
  }
  #footer .lastfooter {
    height: 120px;
  }
  #footer .lastfooter .last-footer-menu-cover {
    background-color: #3F4442;
  }
  #footer .lastfooter .last-footer-menu-cover #menu-last-footer-menu {
    line-height: 60px;
  }
  #footer .lastfooter .last-footer-menu-cover #menu-last-footer-menu li {
    padding: 0px 10px 0px 10px !important;
    line-height: 30px;
  }
  #footer .lastfooter .row .pright {
    padding-right: 30px;
  }
  #footer .lastfooter .row .pright .social a {
    margin: 14px 1px;
  }

  @-webkit-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-moz-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @-o-keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  @keyframes detailpage-sidebar-action {
    0% {
      top: -310px;
      right: -734px;
      opacity: 0;
    }
    100% {
      top: -20px;
      right: -220px;
      opacity: 1;
    }
  }
  .desktop {
    display: none !important;
  }

  .ipad {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .sticky + #stickyfix {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1050px) {
  .footerline .container:before {
    content: "";
    width: 100%;
    height: 720px;
    top: -1px;
    left: 0px;
    background-position: -240px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 12%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 12%, 0 100%);
  }

  .backtotop {
    top: 120px !important;
    right: 90px !important;
  }

  .home .default-header-880:before {
    height: 240px;
    width: 440px;
  }

  .default-header-500:before,
.default-header-400:before {
    height: 200px;
    width: 918px;
  }

  .daken:before {
    height: 1580px;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 85%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 85%);
  }

  .samen:before {
    height: 1580px;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 85%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 85%);
  }
}
@media screen and (max-width: 1050px) and (min-width: 1000px) {
  .footerline .container:before {
    background-position: -390px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 6%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 6%, 0 100%);
  }

  .backtotop {
    top: 70px;
    right: 90px;
  }

  .home .default-header-880:before {
    height: 240px;
    width: 440px;
  }

  .default-header-500:before,
.default-header-400:before {
    height: 200px;
    width: 918px;
  }

  .daken:before {
    height: 1580px;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 81%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 81%);
  }

  .samen:before {
    height: 1580px;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 81%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 81%);
  }
}
@media screen and (max-width: 1000px) and (min-width: 950px) {
  .footerline .container:before {
    background-position: -390px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 100%);
  }

  .backtotop {
    top: 70px;
    right: 80px;
  }

  .home .default-header-880:before {
    height: 240px;
    width: 440px;
  }

  .default-header-500:before,
.default-header-400:before {
    height: 200px;
    width: 918px;
  }

  .daken:before {
    height: 1580px;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 80%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 80%);
  }

  .samen:before {
    height: 1580px;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 80%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 80%);
  }
}
@media screen and (max-width: 950px) and (min-width: 900px) {
  .footerline .container:before {
    background-position: -450px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 100%);
  }

  .backtotop {
    top: 70px;
    right: 80px;
  }

  .home .default-header-880:before {
    height: 200px;
    width: 440px;
  }

  .default-header-500:before,
.default-header-400:before {
    height: 200px;
    width: 918px;
  }

  .daken:before {
    height: 1580px;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 78%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 78%);
  }

  .samen:before {
    height: 1580px;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 78%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 78%);
  }
}
@media screen and (max-width: 900px) and (min-width: 850px) {
  .footerline .container:before {
    background-position: -490px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 100%);
  }

  .backtotop {
    top: 70px;
    right: 80px;
  }

  .home .default-header-880:before {
    height: 200px;
    width: 440px;
  }

  .default-header-500:before,
.default-header-400:before {
    height: 200px;
    width: 918px;
  }

  .daken:before {
    height: 1580px;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 76%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 76%);
  }

  .samen:before {
    height: 1580px;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 76%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 76%);
  }
}
@media screen and (max-width: 850px) and (min-width: 800px) {
  .footerline .container:before {
    background-position: -560px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 100%);
  }

  .backtotop {
    top: 70px;
    right: 80px;
  }

  .home .default-header-880:before {
    height: 200px;
    width: 440px;
  }

  .default-header-500:before,
.default-header-400:before {
    height: 200px;
    width: 918px;
  }

  .daken:before {
    height: 1580px;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 73%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 73%);
  }

  .samen:before {
    height: 1580px;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 73%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 73%);
  }
}
@media screen and (max-width: 800px) and (min-width: 769px) {
  .footerline .container:before {
    background-position: -610px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 100%);
  }

  .backtotop {
    top: 70px;
    right: 80px;
  }

  .home .default-header-880:before {
    height: 180px;
    width: 440px;
  }

  .default-header-500:before,
.default-header-400:before {
    height: 200px;
    width: 918px;
  }

  .daken:before {
    height: 1580px;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 73%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 73%);
  }

  .samen:before {
    height: 1580px;
    clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 73%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 46%, 0 73%);
  }
}
@media screen and (max-width: 768px) and (min-width: 750px) {
  .footerline .container:before {
    background-position: -690px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 70%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 70%);
  }

  .backtotop {
    top: 70px;
    right: 80px;
  }

  .het-laatste {
    display: none;
  }

  .default-header-500:before,
.default-header-400:before {
    height: 200px;
    width: 330px;
  }
}
@media screen and (max-width: 750px) and (min-width: 701px) {
  .footerline .container:before {
    background-position: -690px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 70%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 70%);
  }

  .backtotop {
    top: 70px;
    right: 80px;
  }

  .het-laatste {
    display: none;
  }

  .default-header-500:before,
.default-header-400:before {
    height: 200px;
    width: 330px;
  }
}
@media screen and (max-width: 700px) and (min-width: 651px) {
  .footerline .container:before {
    background-position: -690px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 70%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 70%);
    left: -40px;
  }

  .backtotop {
    top: 70px;
    right: 80px;
  }

  .het-laatste {
    display: none;
  }

  .default-header-500:before,
.default-header-400:before {
    height: 200px;
    width: 330px;
  }
}
@media screen and (max-width: 650px) and (min-width: 601) {
  .footerline .container:before {
    background-position: -690px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 70%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 10%, 0 70%);
    left: -40px;
  }

  .backtotop {
    top: 70px;
    right: 80px;
  }

  .het-laatste {
    display: none;
  }

  .default-header-500:before,
.default-header-400:before {
    height: 200px;
    width: 330px;
  }
}
@media screen and (max-width: 430px) and (min-width: 376px) {
  .footerline .container:before {
    background-position: -1030px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 2%, 0 44%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 2%, 0 44%);
  }

  .het-laatste {
    display: none;
  }

  .default-header-500:before,
.default-header-400:before {
    height: 200px;
    width: 150px;
  }
}
@media screen and (max-width: 375px) and (min-width: 320px) {
  .footerline .container:before {
    background-position: -1030px -4px;
    clip-path: polygon(0 0, 100% 0%, 100% 6%, 0 44%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 6%, 0 44%);
  }

  .het-laatste {
    display: none;
  }

  .default-header-500:before,
.default-header-400:before {
    height: 200px;
    width: 150px;
  }
}
#detailpage-sidebar .projecten-detail-sidebar ul li a,
#detailpage-sidebar .news-detail-sidebar ul li a {
  width: 94%;
}

.news-listing .item .content {
  height: auto;
}

@media screen and (max-width: 640px) {
	
	
  .news-listing .item .type {
    font-size: 14px !important;
  }
  .news-listing .item .title {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .news-listing .item .title strong {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .single .projecten-detail h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .default_content_ani .default-page-left-sidebar {
    font-size: 32px !important;
    line-height: 34px !important;
  }
  .default_content_ani .default-page-left-sidebar strong {
    font-size: 32px !important;
    line-height: 34px !important;
  }
  .default_content_ani .text34 .p1 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}


/* MOVE TO SCSS */
.single-post .text22 h4{
	text-transform: inherit;
}

/* SIDEBAR H2*/
body #content.site-content .default-page-left-sidebar h2,
body #content.site-content .default-page-left-sidebar h3{
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-transform: inherit !important;
    font-family: inherit !important;
    padding: inherit !important;
}

/* HOME */
.puur .vc_column-inner .wpb_wrapper #puur-action2 h2 {
    position: absolute;
    text-align: left;
    font-size: 120px !important;
    line-height: 120px !important;
    font-weight: 800 !important;
    z-index: 9;
    top: 0px;
    left: -1000px;
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action2-before;
}

.puur .vc_column-inner .wpb_wrapper #puur-action2.active h2 {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: puur-action2;
}

@media screen and (max-width: 1200px) and (min-width: 1025px){
	.puur .vc_column-inner .wpb_wrapper #puur-action2 h2, 
	.daken .vc_column-inner .wpb_wrapper #daken-action2 h2, 
	.samen .vc_column-inner .wpb_wrapper #samen-action2 h2{
    	font-size: 80px !important;
    	line-height: 80px !important;
	}
}

@media screen and (max-width: 1024px) and (min-width: 961px){
	.puur .vc_column-inner .wpb_wrapper #puur-action2 h2, 
	.daken .vc_column-inner .wpb_wrapper #daken-action2 h2, 
	.samen .vc_column-inner .wpb_wrapper #samen-action2 h2 {
		font-size: 80px !important;
		line-height: 80px !important;
	}
}

@media screen and (max-width: 960px) and (min-width: 769px){
	.puur .vc_column-inner .wpb_wrapper #puur-action2 h2, 
	.daken .vc_column-inner .wpb_wrapper #daken-action2 h2, 
	.samen .vc_column-inner .wpb_wrapper #samen-action2 h2 {
		font-size: 80px !important;
		line-height: 80px !important;
	}
}
@media screen and (max-width: 370px) and (min-width: 320px){
	.daken .vc_column-inner .wpb_wrapper #daken-action2-m h2 {
		position: absolute;
		text-align: left;
		z-index: 9;
		font-size: 56px !important;
		line-height: 56px !important;
		font-family: "Barlow";
		font-weight: 800 !important;
		text-transform: uppercase;
		top: 70px;
		left: -1000px;
		animation-duration: 700ms;
		animation-iteration-count: 1;
		animation-timing-function: ease;
		animation-fill-mode: forwards;
		animation-name: daken-action2-before;
	}
}

/* COOKIES */
#cookie-law-info-bar .cli_messagebar_head {
  color: #FFF !important;
}

#cookie-law-info-bar .cli_settings_button {
  display: none !important;
}

#cookie-law-info-bar .cli-bar-message a {
  text-decoration: underline !important;
  color: #fff !important;
}

#cookie-law-info-bar .cli-bar-message a:hover {
  text-decoration: none !important;
  opacity: 0.75 !important;
}

#cookie-law-info-bar .cli_messagebar_head {
  font-size: 28px !important;
  line-height: 36px !important;
  font-weight: 400 !important;
}

.cli-style-v2 .cli-bar-btn_container {
  text-align: left !important;
  margin: 0 !important;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  margin-top: 30px !important;
  margin-left: 0px !important;
  font-size: 20px !important;
  height: 40px !important;
  padding: 4px 16px 0px 16px !important;
  line-height: 28px !important;
  font-family: "Barlow" !important;
  text-transform: none !important;
  font-weight: 600 !important;
}

.cli-style-v2.cli-bar-container {
  display: block !important;
}

@media (min-width: 1000px) {
  #cookie-law-info-bar {
    padding: 40px 25px !important;
  }

  #cookie-law-info-bar .cli-bar-message {
    margin-top: 12px !important;
    font-size: 22px !important;
    line-height: 28px !important;
    width: 100% !important;
  }

  #cookie-law-info-bar .cli_messagebar_head {
    margin: 0 auto 8px auto !important;
    width: calc(100% - 160px) !important;
  }

  .cli-style-v2.cli-bar-container {
    width: calc(100% - 160px) !important;
  }
}

@media (max-width: 576px) {
	.custom-post-image-wrapper {
		width: 100% !important;
		display: block !important;
		clear: both !important;
	}
	.custom-post-image-wrapper img {
		display: block !important;
		clear: both !important;
		width: 100% !important;
	}
	
}

/*# sourceMappingURL=core.css.map */

/* SUP-1521 Responsive blog issue */
@media (max-width: 767px) {
	.single-post .lastblock {
		position: relative !important;
	}
	
		#default-6 {
    	display: none;
	}
}

