/* ********************
Set root URL for LESS compiling
-------------------- */
/* ********************
Imports
******************** */
/* ********************
Browser Reset
******************** */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
figure,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/* ********************
Float & Align
******************** */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/* ********************
Grid
******************** */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0 auto;
}
.grid:after,
.clear:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
/* ********************
Columns
******************** */
.col-1-1 {
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
/* ********************
Mixins
******************** */
/* ****************************************
Flexbox
**************************************** */
.flex-row {
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* ********************
Columns
******************** */
[class*="flex-col"] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.flex-col-1-1 {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  max-width: 100%;
}
.flex-col-1-2 {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  max-width: 50%;
}
.flex-col-1-3 {
  -webkit-flex-basis: 33.33333%;
  -ms-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  max-width: 33.33333%;
}
.flex-col-2-3 {
  -webkit-flex-basis: 66.66665999999999%;
  -ms-flex-basis: 66.66665999999999%;
  flex-basis: 66.66665999999999%;
  -ms-flex-preferred-size: 66.66665999999999%;
  max-width: 66.66665999999999%;
}
.flex-col-1-4 {
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  max-width: 25%;
}
.flex-col-3-4 {
  -webkit-flex-basis: 75%;
  -ms-flex-basis: 75%;
  flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  max-width: 75%;
}
.flex-col-1-5 {
  -webkit-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  max-width: 20%;
}
.flex-col-2-5 {
  -webkit-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  max-width: 40%;
}
.flex-col-3-5 {
  -webkit-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  max-width: 60%;
}
.flex-col-4-5 {
  -webkit-flex-basis: 80%;
  -ms-flex-basis: 80%;
  flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  max-width: 80%;
}
.flex-col-1-6 {
  -webkit-flex-basis: 16.66666%;
  -ms-flex-basis: 16.66666%;
  flex-basis: 16.66666%;
  -ms-flex-preferred-size: 16.66666%;
  max-width: 16.66666%;
}
.flex-col-1-8 {
  -webkit-flex-basis: 12.5%;
  -ms-flex-basis: 12.5%;
  flex-basis: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  max-width: 12.5%;
}
.flex-col-1-12 {
  -webkit-flex-basis: 8.33333%;
  -ms-flex-basis: 8.33333%;
  flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  max-width: 8.33333%;
}
.flex-col-5-12 {
  -webkit-flex-basis: 41.66666%;
  -ms-flex-basis: 41.66666%;
  flex-basis: 41.66666%;
  -ms-flex-preferred-size: 41.66666%;
  max-width: 41.66666%;
}
/* ********************
Align
******************** */
.align-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.align-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.align-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.align-stretch {
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}
/* ********************
Align self
******************** */
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.align-self-grow {
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
/* ********************
Flexbox mixins
******************** */
#cookie-notice {
  padding: 20px 0px;
}
#cookie-notice .cookie-notice-container {
  display: flex;
  overflow: hidden;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0 auto;
  max-width: 80%;
  width: 100%;
  padding: 0;
}
@media (max-width: 748px) {
  #cookie-notice .cookie-notice-container {
    flex-flow: column;
  }
}
@media (max-width: 468px) {
  #cookie-notice .cookie-notice-container {
    flex-flow: column;
    max-width: 90%;
  }
}
#cookie-notice #cn-notice-text {
  flex: 0 1 80%;
  font-size: 13px;
  text-align: left;
  padding-right: 20px;
}
#cookie-notice #cn-notice-text a {
  font-size: 13px;
  color: inherit;
  text-decoration: underline;
}
#cookie-notice #cn-notice-text a:hover {
  text-decoration: none;
}
#cookie-notice #cn-accept-cookie {
  text-decoration: none;
  margin-right: 10px;
}
#cookie-notice #cn-accept-cookie,
#cookie-notice #cn-more-info {
  background: #84bf41;
  color: #ffffff;
  padding: 20px 45px;
  font-size: 14px;
  border: 1px solid transparent;
  line-height: 100%;
  transition: all .2s ease;
  font-weight: 600;
  margin-left: auto;
  white-space: nowrap;
  border-radius: 5px;
}
#cookie-notice #cn-accept-cookie:hover,
#cookie-notice #cn-more-info:hover {
  background: #90c554;
}
#cookie-notice #cn-more-info {
  background: none;
  color: inherit;
  text-decoration: underline;
  border: 1px solid white;
  text-decoration: none;
}
#cookie-notice #cn-more-info:hover {
  text-decoration: none;
  background-color: #84bf41;
  border-color: #84bf41;
  color: #ffffff;
}
@media (max-width: 748px) {
  #cookie-notice #cn-notice-text {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
  }
  #cookie-notice #cn-notice-text a {
    font-size: 12px;
  }
  #cookie-notice #cn-accept-cookie,
  #cookie-notice #cn-more-info {
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 16px 45px;
  }
  #cookie-notice #cn-more-info {
    margin-top: 10px;
  }
}
.cookie-settings-modal {
  position: fixed;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
  background: white;
  z-index: 0;
  padding: 40px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease, transform .4s ease;
}
.cookie-settings-modal .cookie-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  padding: 0;
  background: none;
  cursor: pointer;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cookie-settings-modal .cookie-close::before,
.cookie-settings-modal .cookie-close::after {
  position: absolute;
  width: 16px;
  height: 3px;
  left: 11px;
  top: 19px;
  content: "";
  background: black;
}
.cookie-settings-modal .cookie-close::before {
  transform: rotate(-45deg);
}
.cookie-settings-modal .cookie-close::after {
  transform: rotate(45deg);
}
.cookie-settings-modal form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cookie-settings-modal ul {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cookie-settings-modal ul li {
  padding-left: 0;
  margin-bottom: 15px;
}
.cookie-settings-modal ul li::after,
.cookie-settings-modal ul li::before {
  display: none;
}
.cookie-settings-modal ul li:last-child {
  margin-bottom: 0;
}
.cookie-settings-modal ul li label {
  cursor: pointer;
}
.cookie-settings-modal ul li.analytic {
  position: relative;
}
.cookie-settings-modal ul li.analytic:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMDBFNjc2IiBkPSJNMjAuMjg1IDJsLTExLjI4NSAxMS41NjctNS4yODYtNS4wMTEtMy43MTQgMy43MTYgOSA4LjcyOCAxNS0xNS4yODV6Ii8+PC9zdmc+') top left / 16px no-repeat;
  content: "";
}
.cookie-settings-modal ul li.analytic strong {
  padding-left: 22px;
}
.cookie-settings-modal ul li input[type="checkbox"] {
  width: auto !important;
}
.cookie-settings-modal ul li p {
  margin: 8px 0 0;
  padding-left: 22px;
}
.cookie-settings-modal h3 {
  margin-top: 0;
  font-size: 20px !important;
  margin-bottom: 15px !important;
  font-weight: bold !important;
  padding-bottom: 0px !important;
}
.cookie-settings-modal p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
}
.cookie-settings-modal .button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 100%;
  padding: 20px 45px;
  background: #84bf41;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  margin: 20px 0 0;
  text-decoration: none;
  font-size: 14px;
  transition: all .2s ease;
  border-radius: 5px;
}
.cookie-settings-modal .button:hover {
  background: #90c554;
}
.cookie-settings-modal.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 640px), screen and (max-height: 768px) {
  .cookie-settings-modal {
    padding: 20px;
    left: 0;
    top: 2%;
    transform: translateX(0%) translateY(0%);
    max-height: calc(100vh - 4%);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .cookie-settings-modal .cookie-settings-scroll-inner {
    margin-bottom: 80px;
  }
  .cookie-settings-modal .cookie-close {
    top: 5px;
    right: 5px;
  }
  .cookie-settings-modal ul {
    padding: 10px;
  }
  .cookie-settings-modal.show {
    left: 0;
    top: 2%;
    transform: translateX(0%) translateY(0%);
    z-index: 100001 !important;
  }
  .cookie-settings-modal.editor h3 {
    margin-bottom: 10px;
  }
  .cookie-settings-modal.editor p {
    margin-bottom: 10px;
  }
}
/* ********************
Editor
******************** */
.editor {
  /* ---------------
	Heading
	--------------- */
  /* ---------------
	Paragraph
	--------------- */
  /* ---------------
	Unordered list
	--------------- */
  /* ---------------
	Ordered list
	--------------- */
  /* ---------------
	Blockqoute
	--------------- */
}
.editor h3 {
  color: black;
  font-size: 28px;
  font-weight: 600;
}
.editor ol {
  counter-reset: li-counter;
}
.editor ol li {
  position: relative;
  padding-left: 30px;
}
.editor ol li:before {
  content: counter(li-counter) ".";
  counter-increment: li-counter;
}
/* ********************
Colors
******************** */
/* ********************
General
******************** */
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Montserrat', sans-serif;
}
.content {
  width: 80%;
  margin: 0 auto;
}
.content a {
  color: #84bf41;
}
.content a:hover {
  text-decoration: none;
}
.content--footer {
  display: flex;
  flex-flow: row wrap;
}
.content--intro {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media only screen and (max-width: 468px) {
  .content {
    width: 90%;
  }
}
@media only screen and (min-width: 2200px) {
  .content {
    width: 60%;
  }
}
/* ********************
Utilities
******************** */
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: #68706C;
}
strong {
  font-weight: 600;
}
h1 {
  color: black;
  font-size: 52px;
  font-weight: 600;
}
h2 {
  color: black;
  font-size: 38px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 57px;
}
h3 {
  color: black;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 30px;
}
h4 {
  color: black;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 40px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
.btn {
  padding: 20px 45px;
  background: #84bf41;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  transition: ease 0.2s;
  cursor: pointer;
  display: inline-block;
  border: #84bf41 2px;
  border-style: solid;
  text-align: center;
}
.btn.white {
  background-color: white;
  color: #84bf41;
  text-decoration: none;
}
.btn a {
  text-decoration: none;
  color: white;
}
.btn:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
.btn-line {
  padding: 20px 45px;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  border: white 2px;
  border-style: solid;
  font-weight: 600;
  transition: ease 0.2s;
  cursor: pointer;
  display: inline-block;
}
.btn-line:hover {
  background: white;
  color: black;
  transform: scale(1.1);
}
::selection {
  background: #84bf41;
  color: white;
}
.text-align-center {
  text-align: center;
}
.text-block {
  margin-top: 0;
}
.text-block a {
  color: white;
  font-weight: 600;
}
.text-block a:hover {
  text-decoration: none;
}
.text-block:nth-of-type(2) {
  margin-left: 20%;
}
@media (max-width: 767px) {
  .text-block:nth-of-type(2) {
    margin-top: 50px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .text-block:nth-of-type(2) {
    margin-top: 0px;
    margin-left: 2%;
  }
}
/* ********************
Navigatie
******************** */
.logo {
  float: left;
  margin-right: 75px;
}
.logo img {
  height: 60px;
  width: auto;
  cursor: pointer;
}
.nav {
  background-color: #ffffff;
  padding: 20px 0px;
  width: 100%;
  text-align: left;
  -webkit-box-shadow: 0px 4px 80px -32px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 80px -32px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 80px -32px rgba(0, 0, 0, 0.75);
  z-index: 9999;
  position: fixed;
  top: 0;
  transition: ease 0.2s;
}
.nav-padding {
  padding: 10px 0px;
}
.nav img {
  float: left;
}
.nav ul {
  padding: 0px;
  margin: -5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.nav li.back-to-site a svg {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.nav li.back-to-site a:hover svg path {
  fill: #84bf41;
}
.nav li {
  list-style-type: none;
  padding: 0px;
  height: 24px;
  margin-bottom: 4px;
  display: inline;
}
.nav li a {
  color: #999999;
  text-decoration: none;
  line-height: 70px;
  padding: 5px 15px;
  transition: 0.2s ease;
}
.nav li a:hover,
.nav li a.current-menu-item {
  color: #84bf41;
}
.nav li a:active {
  color: #84bf41;
}
.nav-btn {
  float: right;
}
@media only screen and (max-width: 1380px) {
  .nav ul {
    display: none;
  }
  .nav .btn {
    padding: 20px;
    font-size: 14px;
  }
}
/* ********************
Slider
******************** */
.header-wrapper {
  display: block;
  margin-top: 100px;
  background: #FFF;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 200px;
  height: 80vh;
}
.header-wrapper input {
  position: absolute;
  visibility: hidden;
}
.push-down {
  margin-bottom: 90vh;
}
@media only screen and (max-width: 1076px) {
  .flex-col-1-3 {
    max-width: none;
  }
}
.text-block {
  flex: 1 1 300px;
}
/* ********************
Introductie
******************** */
.introductie {
  padding-top: 110px;
}
.intro-text {
  width: 40%;
  flex: 1 1 400px;
}
.intro-img {
  position: relative;
  margin-left: 20%;
}
.intro-img img {
  width: 600px;
  max-width: 100%;
  z-index: 2;
  position: relative;
}
.intro-img:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F2F8EC;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  transform: translate(10%, 10%);
}
@media only screen and (max-width: 1100px) {
  .intro-text {
    width: 100%;
    margin-bottom: 100px;
  }
  .intro-img {
    margin: 0;
  }
}
/* ********************
Informatie blok
******************** */
.info-block {
  position: relative;
  padding: 110px 0px;
  margin-top: 110px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.info-block .content {
  position: relative;
  z-index: 2;
}
.info-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-block ul {
  list-style: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: white;
}
.info-block ul li {
  position: relative;
  /* text-indent: -.7em; margin-left: 10px;  */
  padding-left: 20px;
}
.info-block ul li:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "• ";
  color: white;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
.info-block ol {
  padding-left: 22px;
  list-style-type: decimal;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: white;
  font-size: 18px;
}
.info-content p,
h2 {
  color: white;
}
/* ********************
Uitleg blok
******************** */
.uitleg-block {
  padding: 110px 0px;
  background: #FFF;
}
.uitleg-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 300;
  line-height: 32px;
  color: #68706C;
  margin-left: 10px;
}
.uitleg-block li {
  text-indent: -.7em;
}
.uitleg-block li:before {
  content: "• ";
  color: #84BF41;
  font-size: 24px;
  font-weight: 600;
}
/* ********************
Info CTA
******************** */
.info-cta {
  padding: 25vh 0px;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url("/wp-content/themes/stopelonepage/static/images/cta-bg.jpg");
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.cta-content {
  margin: 0 auto;
  text-align: center;
}
.cta-content h2 {
  font-size: 48px;
  width: 90%;
  margin: 0 auto;
}
.buttons {
  margin-top: 40px;
}
.buttons a {
  text-decoration: none;
}
.buttons a:nth-of-type(2) {
  margin-left: 30px;
}
.info-text p {
  color: white;
  margin: 0 auto;
  width: 60%;
}
/* ********************
Boxes block
******************** */
.boxes-block {
  padding: 110px 0px;
}
.boxes-block h2 {
  color: black;
}
.boxes-description {
  width: 80%;
  margin: 0 auto;
}
.boxes {
  margin-top: 100px;
}
.box {
  background: white;
  width: 100%;
  padding: 50px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  min-height: 545px;
}
.box-sizing {
  -webkit-flex-basis: 30%;
  -ms-flex-basis: 30%;
  flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  max-width: 30%;
}
.box-sizing:nth-of-type(2) {
  margin-left: 5%;
}
.box-sizing:nth-of-type(3) {
  margin-left: 5%;
}
.middle {
  margin: 0px 5%;
}
.icon {
  margin: 0 auto;
}
.icon img {
  height: 128px;
  width: 128px;
}
@media screen and (max-width: 1195px) {
  .box-sizing {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    margin-bottom: 80px;
  }
  .box-sizing:nth-of-type(2) {
    margin-left: 0px;
  }
  .box-sizing:nth-of-type(3) {
    margin-left: 0px;
  }
  .middle {
    margin: 0;
    margin-bottom: 80px;
  }
  .box {
    padding: 40px;
    min-height: 0;
  }
}
/* ********************
Footer CTA
******************** */
.footer-cta {
  background: white;
  padding: 20px 50px;
  width: 95%;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 22px;
  position: relative;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  transition: ease 0.2s;
}
@media only screen and (max-width: 1000px) {
  .footer-cta {
    display: none;
  }
}
.footer-cta:hover {
  transform: scale(1.01);
}
body.is-ie .footer-cta:hover,
body.is-edge .footer-cta:hover {
  transform: none;
}
body.is-ie .align-end,
body.is-edge .align-end {
  display: flex;
}
@media (max-width: 1025px) {
  .footer-cta {
    font-size: 17px;
  }
}
/* ********************
Footer
******************** */
.footer {
  padding: 100px 0 30px 0;
  background: black;
  width: 100%;
  margin-top: -50px;
}
.footer ul {
  list-style: none;
  color: white;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.footer ul li {
  flex: 0 1 48%;
  padding: 10px 0;
}
.footer li {
  color: white;
  list-style: none;
  padding-top: 10px;
}
.footer ul li ul {
  padding: 0;
}
.footer ul li ul li {
  float: none;
  font-weight: normal;
}
.footer h4 {
  color: white;
  padding-bottom: 0;
  line-height: 100%;
}
.footer a {
  transform: ease 0.7s;
}
.footer a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 30px 0;
  }
}
.footer-links {
  flex: 1 1 300px;
}
.footer-links span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-links h4 {
  padding-top: 20px;
}
.footer-links a {
  font-size: 14px;
  color: #84bf41;
  text-decoration: none;
}
.footer-links h4 + ul {
  margin-top: 32px;
}
.footer-links h4 + p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #68706C;
}
@media only screen and (max-width: 767px) {
  .footer-links {
    margin-bottom: 40px;
  }
}
.footer-bottom ul {
  list-style: none;
  color: white;
  display: block;
  float: left;
}
.footer-bottom ul li {
  float: left;
  margin-right: 30px;
}
.footer-bottom li {
  color: white;
  list-style: none;
  font-size: 12px;
}
.footer-bottom ul li ul {
  padding: 0;
}
.footer-bottom a {
  color: white;
  text-decoration: none;
}
.line {
  background: white;
  height: 1px;
  opacity: 0.2;
  width: 100%;
  float: left;
  margin: 40px 0px;
}
.p-10 {
  padding-top: 10px;
}
/* ********************
Modal
******************** */
.modal-window {
  position: fixed;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: scroll;
}
.modal-window__close {
  position: absolute;
  top: 40px;
  right: 40px;
}
.modal-window__top {
  background: #F5F5F5;
  padding: 50px 50px 0px 50px;
}
.modal-window__inner {
  position: relative;
  padding: 20px;
  max-width: 700px;
  width: 100%;
}
.modal-window__content {
  background: white;
  padding: 50px;
}
.modal-window__content .gform_wrapper .gform_submission_error {
  color: #c02b0a;
}
.modal-window__content .gform_wrapper .gform_heading {
  margin-bottom: 20px;
  line-height: 20px;
}
.modal-window__content .gform_wrapper .gform_heading .gform_title {
  font-size: 18px;
  padding-bottom: 15px;
  color: black;
}
.modal-window__content .gform_wrapper .gform_heading .gform_description {
  font-size: 15px;
  margin-bottom: 15px;
}
.modal-window__content .gform_wrapper .gform_required_legend {
  display: none;
}
.modal-window__content .gform_wrapper .gform_body .gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.modal-window__content .gform_wrapper .gform_body .gform_fields .gfield {
  position: relative;
  margin-top: 0px;
}
.modal-window__content .gform_wrapper .gform_body .gform_fields .gfield.gfield_contains_required:before {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  width: 5px;
  height: 5px;
  background: #027A3E;
  border-radius: 100%;
}
.modal-window__content .gform_wrapper .gform_body .gform_fields .gfield.flex-col-1-2 {
  padding: 10px;
}
.modal-window__content .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  display: none;
}
.modal-window__content .gform_wrapper .gform_body .gform_fields .gfield.show-label:before {
  display: none;
}
.modal-window__content .gform_wrapper .gform_body .gform_fields .gfield.show-label .gfield_label {
  display: block;
  font-size: 12px;
  opacity: 0.6;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.modal-window__content .gform_wrapper .gform_body .gform_fields .gfield.show-label .gfield_label .gfield_required {
  color: #027A3E;
}
.modal-window__content .gform_wrapper .gform_body .gform_fields .gfield input {
  text-align: left !important;
  margin-top: 0px;
  width: 100%;
  border-radius: 0px;
}
.modal-window__content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select select {
  text-align: left !important;
  margin-top: 0px;
  width: 100%;
  border-radius: 0px;
  border-color: #007a3e;
  padding: 15px;
  font-size: 15px;
  height: 50px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-window__content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select:before {
  position: absolute;
  content: "";
  top: 64px;
  right: 25px;
  width: 11px;
  height: 6px;
  background: url("/wp-content/themes/abemec/static/images/select-down.svg");
  background-position: center center;
  background-size: 11px 6px;
  background-repeat: no-repeat;
}
.modal-window__content .gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
  border: 0px;
  padding: 16px;
}
.modal-window__content .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #00944b;
  cursor: pointer;
}
.modal-window__content .gform_wrapper .validation_error {
  font-size: 12px;
  background: rgba(255, 0, 0, 0.1);
  color: red;
  padding: 10px;
  font-weight: 600;
}
.modal-window__content .gform_confirmation_message {
  font-size: 13px;
  background: rgba(0, 128, 0, 0.1);
  color: #008000;
  padding: 10px;
  font-weight: 600;
}
.modal-window__form.hide {
  display: none;
}
.tabs__inner {
  display: flex;
  flex-direction: row;
}
.tabs__title {
  padding: 20px 30px;
}
.tabs__title:hover {
  cursor: pointer;
}
.tabs__title--active {
  background: white;
  font-weight: 600;
}
@media (max-width: 767px) {
  .modal-window {
    -webkit-overflow-scrolling: touch;
  }
  .modal-window__top {
    padding: 30px 30px 0px 30px;
  }
  .modal-window__top h3 {
    font-size: 22px;
  }
  .modal-window__content {
    padding: 40px 30px;
  }
  .modal-window__content .gform_wrapper .gform_body .gform_fields .gfield.flex-col-1-2 {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
  .tabs__title {
    padding: 13px;
    font-size: 14px;
  }
}
.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}
/*
.modal-window>div 				{ width: 40%; position: relative; margin: 20px auto; background: #fff; color: #444; border-radius: 5px;
	.btn						{ width: 100%; }
	.btn:hover					{ transform: scale(1); }
	.content					{ width: 90%; margin: 0 auto; text-align: center; padding: 40px 0px; }
}
*/
.gfield_description {
  display: none;
}
.gfield_label {
  font-weight: bold;
  padding-top: 10px;
}
.gfield {
  margin-top: 20px;
}
.gform_heading {
  margin-bottom: 50px;
  line-height: 140%;
}
.modal-window header {
  font-weight: bold;
}
.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: #000;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}
.alert {
  margin-left: 9%;
  margin-bottom: 10px;
  margin-top: -30px;
}
.alert p {
  font-size: 14px;
}
.alert span {
  font-weight: 600;
  color: red;
  font-size: 20px;
}
input {
  transition: ease 0.2s;
  padding: 15px;
  border-radius: 5px;
  border: 1px #B4B4B4 solid;
  width: 90%;
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
}
input:valid {
  border: 1px #84bf41 solid;
}
input:required {
  content: "*";
}
input:focus {
  background: #F6F6F6;
}
.gfield_required {
  color: red;
  margin-left: 5px;
}
/*
@media(max-width:767px) {
	
	.modal-window>div 			{ width: 100%; position: relative; margin: 10px auto; background: #fff; color: #444; border-radius: 5px;
		
		.btn						{ width: 100%; }
		.btn:hover					{ transform: scale(1); }
		.content					{ width: 95%; margin: 0 auto; text-align: center; padding: 40px 0px; }
		
		.gfield {
			margin-top: 10px;
		}
		
		input {
			padding: 5px;
			box-shadow: none;
			margin-top: 10px;
		}
		
		.gform_heading {
			margin-bottom: 20px;
			font-size: 14px;
		}
		
		.gfield_label {
			font-size: 14px;
			padding: 5px;
		}
		
		h3 {
			font-size: 18px;
		}
		
		input[type="submit"] { color: white; font-weight: bold; padding: 20px; }
		
		.alert { 
			font-size: 11px;
			margin-top: -30px;
			margin-left: 7%;
		}
		
	}
	
}
*/
/*
@media only screen and (max-width: 1200px) and (min-width: 768px) {
	
	.modal-window>div 			{ width: 80%; position: relative; margin: 10px auto; background: #fff; color: #444; border-radius: 5px;
		
		.btn						{ width: 100%; }
		.btn:hover					{ transform: scale(1); }
		.content					{ width: 95%; margin: 0 auto; text-align: center; padding: 40px 0px; }
		
		.gfield {
			margin-top: 10px;
		}
		
		input {
			padding: 5px;
			box-shadow: none;
			margin-top: 10px;
		}
		
		.gform_heading {
			margin-bottom: 20px;
			font-size: 14px;
		}
		
		.gfield_label {
			font-size: 14px;
			padding: 5px;
		}
		
		h3 {
			font-size: 18px;
		}
		
		input[type="submit"] { color: white; font-weight: bold; padding: 20px; }
		
		.alert {
			margin-left: 8%;
		}
		
	}
	
	
}
*/
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}
/* ********************
Back to Top
******************** */
.back-to-top {
  font-size: 32px;
  text-align: center;
  padding-top: 10px;
  color: grey;
  display: none;
  right: 40px;
  bottom: 40px;
  height: 64px;
  width: 64px;
  border-radius: 100px;
  background: white;
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(127, 159, 255, 0.2);
  -moz-box-shadow: 0px 0px 21px 0px rgba(127, 159, 255, 0.2);
  box-shadow: 0px 0px 21px 0px rgba(127, 159, 255, 0.2);
}
.back-to-top:hover {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(127, 159, 255, 0.45);
  -moz-box-shadow: 0px 0px 21px 0px rgba(127, 159, 255, 0.45);
  box-shadow: 0px 0px 21px 0px rgba(127, 159, 255, 0.45);
}
/* ********************
404
******************** */
.error {
  padding: 20vh;
  width: 100%;
  background: white;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
}
.disclaimer {
  padding-top: 160px;
  padding-bottom: 90px;
}
.disclaimer .content {
  max-width: 1000px;
}
.disclaimer h2 {
  font-size: 28px;
  color: black;
  padding-bottom: 15px;
}
.disclaimer p {
  font-size: 14px;
  margin-bottom: 20px;
}
/* ********************
Slick Slider
******************** */
.slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-repeat: no-repeat;
  background-size: cover;
}
.slider__item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  z-index: 1;
  opacity: 0.4;
  top: 0;
  left: 0;
}
.slider__item::after .slick-slide {
  height: 100%;
}
.slider__item {
  width: 100%;
  height: 100%;
  background-size: cover;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-position: center center;
}
.slider__item p {
  color: white;
}
.slider__item > div {
  position: relative;
  z-index: 2;
}
.slider .slick-list,
.slider .slick-slide > div,
.slider .slick-track {
  height: 100%;
}
.slider .slick-dots {
  bottom: 20px;
}
.slider .slick-dots li {
  margin: 0;
}
.slider .slick-dots li button {
  background-color: white;
  border-radius: 50%;
  text-indent: -999px;
  height: 8px;
  width: 8px;
  opacity: .3;
}
.slider .slick-dots .slick-active button {
  opacity: 1;
}
