html {
  font-size: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  font-family: 'Barlow Semi Condensed', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
button {
  cursor: pointer;
}
section {
  padding: 100px 0;
}
ul,
ol {
  margin: 0 0 30px 0;
  padding: 0 0 0 40px;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.6;
}
p {
  padding: 0;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
a {
  color: #23ABC0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1c8695;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  color: #4E55A2;
  text-transform: uppercase;
  letter-spacing: -0.6px;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: calc(22px);
  }
}
@media only screen and (max-width: 768px) {
  section {
    padding: 50px 0;
  }
  p {
    margin-bottom: 20px;
  }
}
.btn,
.wpcf7-submit {
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
  padding: 15px 25px;
  border: none;
}
.btn.btn-primary,
.btn.wpcf7-submit,
.wpcf7-submit.btn-primary,
.wpcf7-submit.wpcf7-submit {
  background-color: #3AB291;
  text-transform: uppercase;
  border-radius: 99px;
  letter-spacing: -0.8px;
  font-weight: 500;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.wpcf7-submit:hover,
.btn.wpcf7-submit:focus,
.wpcf7-submit.btn-primary:hover,
.wpcf7-submit.btn-primary:focus,
.wpcf7-submit.wpcf7-submit:hover,
.wpcf7-submit.wpcf7-submit:focus {
  background-color: #59c8a9;
}
.btn.btn-secondary,
.wpcf7-submit.btn-secondary {
  background-color: #ed7301;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.wpcf7-submit.btn-secondary:hover,
.wpcf7-submit.btn-secondary:focus {
  background-color: #fe8d23;
}
@media only screen and (max-width: 576px) {
  .btn {
    font-size: 15px;
    padding: 9px 15px;
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 200;
  transition-duration: 0.4s;
}
header section#alert {
  background-color: #2eacbf;
  padding: 4px 0;
  text-align: center;
}
header section#alert .container p {
  color: #fff;
  margin: 0;
}
header section#line {
  height: 10px;
  background-image: linear-gradient(to right,#3AB291 0%,#475595 100%);
  padding: 0;
}
header section#line.hide {
  display: none;
}
header section#header {
  height: 130px;
  padding: 0;
  margin: 0;
  transition-duration: 0.15s;
}
header section#header .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header section#header .container .logocont {
  height: 100%;
  margin: 0;
  transition-duration: 0.4s;
}
header section#header .container .logocont a {
  height: 100%;
  display: flex;
  align-items: center;
}
header section#header .container .logocont a img {
  height: 85%;
  transition-duration: 0.4s;
}
header section#header .container .mobile-triggers {
  display: none;
}
header section#header .container nav {
  display: table;
}
header section#header .container nav ul#menu-hoofdmenu {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
}
header section#header .container nav ul#menu-hoofdmenu li {
  display: inline-block;
  position: relative;
}
header section#header .container nav ul#menu-hoofdmenu li a {
  color: rgba(78,85,162,0.5);
  font-size: 22px;
  font-family: 'Barlow', sans-serif;
  padding: 17px 0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
header section#header .container nav ul#menu-hoofdmenu li a img {
  margin-left: 10px;
}
header section#header .container nav ul#menu-hoofdmenu li a:hover,
header section#header .container nav ul#menu-hoofdmenu li a:focus {
  color: #4e55a2;
  text-decoration: none;
}
header section#header .container nav ul#menu-hoofdmenu li.current-menu-item a {
  color: #4e55a2;
}
header section#header .container nav ul#menu-hoofdmenu li.current-menu-item a:hover,
header section#header .container nav ul#menu-hoofdmenu li.current-menu-item a:focus {
  color: #4e55a2;
}
header section#header .container nav ul#menu-hoofdmenu li:not(:last-child) {
  margin-right: 40px;
}
header section#header .container nav ul#menu-hoofdmenu li ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 0;
  border-radius: 4px;
  transition-duration: 0.15s;
  z-index: 10;
  border: none;
  border-radius: 3px;
  margin: 0;
  transition: opacity ease-in-out .1s;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
}
header section#header .container nav ul#menu-hoofdmenu li ul.sub-menu li {
  display: block;
  margin: 0;
}
header section#header .container nav ul#menu-hoofdmenu li ul.sub-menu li a {
  display: block;
  transition-duration: 0.15s;
  background-color: #fff;
  color: #b0b4d9;
  font-size: 19px;
  padding: 16px 24px;
  white-space: nowrap;
  text-decoration: none;
  font-size: 16px;
}
header section#header .container nav ul#menu-hoofdmenu li ul.sub-menu li a:hover {
  color: #4E55A2;
}
header section#header .container nav ul#menu-hoofdmenu li ul.sub-menu li:first-child a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
header section#header .container nav ul#menu-hoofdmenu li ul.sub-menu li:last-child a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
header section#header .container nav ul#menu-hoofdmenu li ul.sub-menu li.current_page_item a {
  color: #4E55A2;
}
header section#header .container nav ul#menu-hoofdmenu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
header.fixed-top section#header {
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.03);
  height: 70px;
  transition-duration: 0.15s;
}
body:not(.home) header {
  position: sticky;
}
body:not(.home) header section#header {
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.03);
  height: 70px;
  transition-duration: 0.15s;
}
body.menu-open header section#header {
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.03);
  height: 70px;
  transition-duration: 0.15s;
}
@media only screen and (max-width: 1400px) {
  header section#header .container nav ul#menu-hoofdmenu li a {
    font-size: 21px;
  }
  header section#header .container nav ul#menu-hoofdmenu li:not(:last-child) {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  header section#header {
    height: 90px;
  }
  header section#header .container nav ul#menu-hoofdmenu li a {
    font-size: 20px;
  }
  header section#header .container nav ul#menu-hoofdmenu li:not(:last-child) {
    margin-right: 24px;
  }
  body:not(.home) header section#header,
  body.menu-open header section#header {
    height: 70px;
  }
}
@media only screen and (max-width: 992px) {
  header section#header {
    height: 70px;
  }
  header section#header .container nav {
    display: none;
  }
  header section#header .container .mobile-triggers {
    display: inline-block;
    padding: 0;
    float: right;
    margin-top: 2px;
    transition-duration: 0.4s;
  }
  header section#header .container .mobile-triggers img {
    height: 38px;
  }
  header section#header .container .mobile-triggers a {
    display: inline-block;
    padding: 7px 9px;
    transition-duration: 0.4s;
  }
  header section#header .container .mobile-triggers a:not(:last-child) {
    margin-right: 4px;
  }
  header section#line {
    height: 6px;
  }
  body:not(.home) header section#header,
  body.menu-open header section#header {
    height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  header section#header {
    height: 50px;
  }
  header section#header .container .mobile-triggers img {
    height: 38px;
  }
  header section#header .container .mobile-triggers a {
    padding: 7px 9px;
  }
  header.fixed-top section#header {
    height: 50px;
  }
  body:not(.home) header section#header,
  body.menu-open header section#header {
    height: 50px;
  }
}
section#slider {
  padding: 0;
  margin-top: 0px;
  overflow: hidden;
}
section#slider .container .inner {
  padding-top: 160px;
  padding-bottom: 100px;
  background: #f3f3f5;
  background-image: linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.4) 70%,rgba(255,255,255,0.4) 100%), var(--hero-image, url('../img/cover-pdd2.jpg'));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  border-left: 1500px solid #f3f3f5;
  padding-left: 500px;
  padding-right: 140px;
  margin-left: -2000px;
  margin-right: -140px;
  border-radius: 0 0 120px 0;
}
section#slider .container .inner .row .col-lg-6 h1 {
  font-size: 57px;
  line-height: 1.1;
  max-width: 600px;
}
section#slider .container .inner .row .col-lg-6 p {
  color: rgba(0,0,0,0.75);
  font-size: 23px;
}
section#slider .container .inner .row .col-lg-6 a.btn {
  font-size: 25px;
  padding: 24px 50px;
  margin-top: 40px;
}
@media only screen and (max-width: 1400px) {
  section#slider .container .inner {
    background-position: 60% 50%;
  }
}
@media only screen and (max-width: 1200px) {
  section#slider .container .inner {
    background-position: 70% 50%;
    background-size: cover;
  }
  section#slider .container .inner .row .col-lg-6 h1 {
    font-size: 57px;
    line-height: 1.1;
    max-width: 600px;
  }
  section#slider .container .inner .row .col-lg-6 p {
    color: rgba(0,0,0,0.75);
    line-height: 1.7;
    font-size: 23px;
  }
  section#slider .container .inner .row .col-lg-6 a.btn {
    font-size: 25px;
    padding: 24px 50px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 992px) {
  section#slider .container .inner {
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: 80% 50%;
  }
  section#slider .container .inner .row .col-lg-6 h1 {
    font-size: 48px;
  }
  section#slider .container .inner .row .col-lg-6 p {
    font-size: 20px;
  }
  section#slider .container .inner .row .col-lg-6 a.btn {
    font-size: 22px;
    padding: 18px 36px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  section#slider .container .inner {
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: 30% 50%;
    background-image: linear-gradient(90deg,rgba(255,255,255,0.75) 100%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.9) 100%,rgba(255,255,255,0.9) 100%), var(--hero-image, url('../img/cover-pdd2.jpg'));
  }
  section#slider .container .inner .row .col-lg-6 h1 {
    font-size: 38px;
  }
  section#slider .container .inner .row .col-lg-6 p {
    font-size: 18px;
  }
  section#slider .container .inner .row .col-lg-6 a.btn {
    font-size: 20px;
    padding: 15px 30px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 576px) {
  section#slider .container .inner {
    background-position: 34% 50%;
  }
}
section#pageslider {
  background-color: #555;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 65px;
}
section#pageslider .container .row > div {
  padding-top: 140px;
  padding-bottom: 0px;
  text-align: left;
}
section#pageslider .container .row > div h1 {
  color: #fff;
  font-size: 55px;
  margin: 0;
  border-left: 8px solid #3AB291;
  padding-left: 20px;
  padding-bottom: 2px;
}
@media only screen and (max-width: 1200px) {
  section#pageslider .container .row > div h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 992px) {
  section#pageslider .container .row > div {
    padding-top: 100px;
  }
  section#pageslider .container .row > div h1 {
    font-size: 40px;
    border-left: 6px solid #3AB291;
  }
}
@media only screen and (max-width: 768px) {
  section#pageslider .container .row > div {
    padding-top: 80px;
  }
  section#pageslider .container .row > div h1 {
    font-size: 30px;
    border-left: 4px solid #3AB291;
  }
}
footer {
  padding: 0;
  overflow: hidden;
}
footer a {
  color: #696969;
}
footer a:hover,
footer a:focus {
  text-decoration: underline;
  color: #696969;
}
footer .devider .container .inner {
  padding-right: 2000px;
  padding-left: 140px;
  margin-right: -2000px;
  margin-left: -140px;
  background: #EFF0F0;
  padding-top: 35px;
  padding-bottom: 35px;
}
footer .devider .container .inner .linecont {
  position: relative;
  height: 4px;
}
footer .devider .container .inner .linecont .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right,transparent 65%,#9396BE 65%);
  background-size: 26px 100%;
  background-position: 50% 50%;
}
footer .main .container .inner {
  padding-right: 2000px;
  padding-left: 140px;
  margin-right: -2000px;
  margin-left: -140px;
  background: #EFF0F0;
}
footer .main .container .inner .row {
  padding: 50px 0 0px;
}
footer .main .container .inner .row h4 {
  color: #4E55A2;
  font-size: 29px;
  margin-bottom: 20px;
}
footer .main .container .inner .row p {
  font-size: 21px;
  line-height: 1.75;
}
footer .disclaimer .container .inner {
  padding-top: 30px;
  padding-bottom: 50px;
}
footer .disclaimer .container .inner .row > div a {
  text-decoration: none;
}
footer .disclaimer .container .inner .row > div a,
footer .disclaimer .container .inner .row > div p {
  font-size: 17px;
  font-family: 'Barlow', sans-serif;
}
footer .disclaimer .container .inner .row > div span.sitename {
  text-transform: uppercase;
  font-size: 18px;
  color: #9396BE;
  font-weight: 600;
  display: inline-block;
  margin-right: 30px;
}
footer .disclaimer .container .inner .row > div:first-of-type a {
  margin-left: 20px;
  display: inline-block;
}
footer .disclaimer .container .inner .row > div:last-of-type {
  text-align: right;
}
@media only screen and (max-width: 992px) {
  footer {
    padding: 0;
    overflow: hidden;
  }
  footer a {
    color: #696969;
  }
  footer a:hover,
  footer a:focus {
    text-decoration: underline;
    color: #696969;
  }
  footer .main .container .inner .row {
    padding: 50px 0 50px 0;
  }
  footer .main .container .inner .row h4 {
    color: #4E55A2;
    font-size: 25px;
    margin-bottom: 15px;
  }
  footer .main .container .inner .row p {
    font-size: 19px;
  }
  footer .disclaimer .container .inner {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  footer .disclaimer .container .inner .row > div {
    text-align: center;
  }
  footer .disclaimer .container .inner .row > div a {
    text-decoration: none;
  }
  footer .disclaimer .container .inner .row > div a,
  footer .disclaimer .container .inner .row > div p {
    font-size: 17px;
    font-family: 'Barlow', sans-serif;
  }
  footer .disclaimer .container .inner .row > div span.sitename {
    display: block;
    text-align: center;
    margin: 0 0 12px 0;
  }
  footer .disclaimer .container .inner .row > div:last-of-type {
    text-align: center;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 768px) {
  footer .main .container .inner .row > div:nth-child(1n + 2) {
    margin-top: 30px;
  }
  footer .main .container .inner .row h4 {
    font-size: 20px;
  }
  footer .main .container .inner .row p {
    font-size: 17px;
  }
  footer .disclaimer .container .inner .row > div a,
  footer .disclaimer .container .inner .row > div p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
  footer .main .container .inner .row {
    padding: 50px 0 0 0;
  }
  footer .main .container .inner .row > div:nth-child(1n + 2) {
    margin-top: 30px;
  }
  footer .disclaimer .container .inner .row .col-md-6 {
    margin: 10px 0;
    text-align: center;
  }
  footer .disclaimer .container .inner .row > div:last-of-type {
    text-align: center;
  }
}
#wrapper {
  z-index: 3;
  position: relative;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#wrapper.menu-is-open {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
#mobile-navigation {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
  width: 100%;
  background-color: #222a4d;
  overflow-y: auto;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile-navigation.menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  -webkit-overflow-scrolling: touch;
}
#mobile-navigation > ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
#mobile-navigation > ul > li > a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 12px 16px 12px 32px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#mobile-navigation > ul > li > a:hover {
  color: rgba(255,255,255,0.7);
}
#mobile-navigation > ul > li.current_page_item > a {
  color: #3AB291;
}
#mobile-navigation > ul > li > ul {
  padding: 0;
  list-style-type: none;
}
#mobile-navigation > ul > li > ul li {
  list-style-type: none;
}
#mobile-navigation > ul > li > ul li a {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 12px 16px 12px 32px;
  color: #fff;
  text-decoration: none;
}
#mobile-navigation > ul > li > ul li a:hover {
  color: rgba(255,255,255,0.7);
}
#mobile-navigation > ul > li > ul li.current_page_item > a {
  color: #3AB291;
}
body.page-id-29 section#pageslider {
  background-position: 50% 30%;
}
section#maincontent {
  background-image: url('../img/bg-vlinder.svg');
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: calc(50% + 760px) 250px;
  padding-bottom: 120px;
}
section#maincontent .container .row > div {
  font-size: 23px;
}
section#maincontent .container .row > div h2,
section#maincontent .container .row > div h3,
section#maincontent .container .row > div h4,
section#maincontent .container .row > div h5,
section#maincontent .container .row > div h6 {
  margin-bottom: 30px;
  margin-top: 50px;
}
section#maincontent .container .row > div h2 {
  font-size: 42px;
}
section#maincontent .container .row > div h3 {
  font-size: 36px;
}
section#maincontent .container .row > div p,
section#maincontent .container .row > div ul li,
section#maincontent .container .row > div ol li,
section#maincontent .container .row > div span {
  font-size: 23px;
}
section#maincontent .container .row > div >*:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
section#maincontent .container .row > div >*:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
section#maincontent .container .row > div .ervaringen > div:nth-child(1n + 2) {
  margin-top: 70px;
}
section#maincontent .container .row > div .ervaringen .item .authordetails {
  font-size: 18px;
  color: #666;
}
section#maincontent .container .row > div .ervaringen .item .authordetails:before {
  content: "- ";
  font-weight: 800;
  color: #4e55a2;
  margin-right: 5px;
}
section#maincontent .container .row > div .ervaringen .item > p:not(.authordetails) {
  font-style: italic;
}
section#maincontent .container .row > div img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1400px) {
  section#maincontent .container .row > div {
    font-size: 21px;
  }
  section#maincontent .container .row > div h2 {
    font-size: 32px;
  }
  section#maincontent .container .row > div h3 {
    font-size: 24px;
  }
  section#maincontent .container .row > div p,
  section#maincontent .container .row > div ul li,
  section#maincontent .container .row > div ol li,
  section#maincontent .container .row > div span {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1200px) {
  section#maincontent {
    padding-bottom: 70px;
  }
  section#maincontent .container .row > div {
    font-size: 18px;
  }
  section#maincontent .container .row > div h2,
  section#maincontent .container .row > div h3,
  section#maincontent .container .row > div h4,
  section#maincontent .container .row > div h5,
  section#maincontent .container .row > div h6 {
    margin-bottom: 30px;
    margin-top: 50px;
  }
  section#maincontent .container .row > div h2 {
    font-size: 32px;
  }
  section#maincontent .container .row > div h3 {
    font-size: 24px;
  }
  section#maincontent .container .row > div p,
  section#maincontent .container .row > div ul li,
  section#maincontent .container .row > div ol li,
  section#maincontent .container .row > div span {
    font-size: 18px;
  }
  section#maincontent .container .row > div .ervaringen .item .authordetails {
    font-size: 15px;
  }
  section#maincontent .container .row > div img.nicolegroot {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 0 auto 0;
  }
  section#maincontent .container .row > .col-xl-3 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  section#maincontent {
    padding-bottom: 50px;
  }
  section#maincontent .container .row > div {
    font-size: 17px;
  }
  section#maincontent .container .row > div h2,
  section#maincontent .container .row > div h3,
  section#maincontent .container .row > div h4,
  section#maincontent .container .row > div h5,
  section#maincontent .container .row > div h6 {
    margin-bottom: 25px;
    margin-top: 40px;
  }
  section#maincontent .container .row > div h2 {
    font-size: 26px;
  }
  section#maincontent .container .row > div h3 {
    font-size: 20px;
  }
  section#maincontent .container .row > div p,
  section#maincontent .container .row > div ul li,
  section#maincontent .container .row > div ol li,
  section#maincontent .container .row > div span {
    font-size: 17px;
  }
  section#maincontent .container .row > div .ervaringen .item .authordetails {
    font-size: 14px;
  }
}
.wpcf7 form div.row > div {
  padding: 0 5px;
}
.wpcf7 form div.row > div:first-child {
  padding-left: 15px;
}
.wpcf7 form div.row > div:last-child {
  padding-right: 15px;
}
.wpcf7 form div.row > div label {
  width: 100%;
  font-size: 18px;
  color: #555;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400;
}
.wpcf7 form div.row > div label > span {
  width: 100%;
}
.wpcf7 form div.row > div label > span input,
.wpcf7 form div.row > div label > span textarea {
  border: none;
  outline: none;
  width: 100%;
  border-radius: 4px;
  padding: 12px 16px 10px 16px;
  font-size: 19px;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
  margin-bottom: 12px;
  margin-top: 4px;
}
.wpcf7 form div.row > div label > span input.wpcf7-not-valid,
.wpcf7 form div.row > div label > span textarea.wpcf7-not-valid {
  border: 1px solid #eb9191;
}
.wpcf7 form div.row > div label > span select {
  border: 1px solid #ddd;
  font-size: 16px;
  color: #333;
  display: block;
}
.wpcf7 form div.row > div label > span textarea {
  height: 120px;
}
.wpcf7 form div.row > div label > span span.wpcf7-not-valid-tip {
  margin-bottom: 15px;
}
.wpcf7 form div.row > div .wpcf7-list-item {
  margin: 0;
}
.wpcf7 form .wpcf7-submit {
  margin-top: 20px;
  display: block;
  padding: 20px 40px;
  font-size: 22px;
  transition-duration: 0.15s;
}
.wpcf7 form .wpcf7-response-output {
  font-family: 'Barlow', sans-serif;
  padding: 17px 20px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.7;
  background-color: #fbfbfb;
  border: 2px solid #e2e2e2;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #EDFDF8;
  border: 2px solid #92EBD1;
}
.wpcf7 form.spam .wpcf7-response-output {
  background-color: #fcecec;
  border: 2px solid #eb9191;
}
.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #fbfaf5;
  border: 2px solid #ffb900;
}
@media only screen and (max-width: 768px) {
  .wpcf7 form div.row > div {
    padding: 0 15px;
  }
  .wpcf7 form div.row > div label {
    font-size: 17px;
  }
  .wpcf7 form div.row > div label > span input,
  .wpcf7 form div.row > div label > span textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 17px;
    padding: 10px 14px 8px 14px;
  }
}
section#tagline {
  padding: 0;
}
section#tagline .container .row > div span.tagline {
  margin-top: -190px;
  display: block;
  background-color: #A4D4BF;
  font-size: 63px;
  font-weight: 500;
  line-height: 1;
  padding: 45px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0 0 0 70px;
  letter-spacing: -2px;
}
section#tagline .container .row > div span.tagline > span {
  color: #3AB291;
}
@media only screen and (max-width: 1200px) {
  section#tagline .container .row > div span.tagline {
    margin-top: -180px;
    font-size: 56px;
    padding: 40px;
  }
}
@media only screen and (max-width: 992px) {
  section#tagline .container .row > div span.tagline {
    margin-top: -50px;
    font-size: 42px;
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  section#tagline .container .row > div span.tagline {
    margin-top: -40px;
    font-size: 34px;
    padding: 25px;
    border-radius: 0 0 0 40px;
  }
}
section#introduction {
  background-image: url('../img/bg-vlinder.svg');
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: calc(50% + 760px) 100%;
  padding-bottom: 280px;
}
section#introduction .container .row > div img.nicole {
  max-width: 100%;
  border-radius: 0px 0px 30px 0px;
}
section#introduction .container .row > div h2 {
  font-size: 46px;
}
section#introduction .container .row > div p {
  font-size: 23px;
}
section#introduction .container .row > div.col-xl-8 {
  padding-left: 45px;
}
@media only screen and (max-width: 1200px) {
  section#introduction {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 992px) {
  section#introduction {
    background-image: url('../img/bg-vlinder.svg');
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: calc(50% + 360px) 100%;
  }
  section#introduction .container .row > div img.nicole {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 30px;
    display: block;
  }
  section#introduction .container .row > div h2 {
    font-size: 38px;
  }
  section#introduction .container .row > div p {
    font-size: 21px;
  }
  section#introduction .container .row > div.col-xl-8 {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 768px) {
  section#introduction {
    background-image: url('../img/bg-vlinder.svg');
    background-size: 270px;
    background-repeat: no-repeat;
    background-position: calc(50% + 270px) 100%;
  }
  section#introduction .container .row > div h2 {
    font-size: 32px;
  }
  section#introduction .container .row > div p {
    font-size: 18px;
  }
  section#introduction .container .row > div.col-xl-8 {
    padding-left: 15px;
    text-align: center;
  }
  section#introduction .container .row > div.col-lg-2 img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto 20px;
  }
}
section#services {
  margin-top: -210px;
}
section#services .container .row > div h2 {
  font-size: 46px;
}
section#services .container .row > div p {
  font-size: 23px;
}
section#services .container .row > div:not(.sideservices) {
  padding-right: 70px;
}
section#services .container .row > div.sideservices {
  padding-left: 50px;
}
section#services .container .row > div.sideservices .inner {
  margin-top: -70px;
  background-color: #9396BE;
  border-radius: 0 70px 0 0;
  padding: 45px;
}
section#services .container .row > div.sideservices .inner h3 {
  font-size: 63px;
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
section#services .container .row > div.sideservices .inner ul {
  margin: 0 0 0 -190px;
  padding: 0;
}
section#services .container .row > div.sideservices .inner ul li {
  display: inline-block;
  color: #4E55A2;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 500;
  font-family: 'Barlow Semi Condensed', sans-serif;
  padding: 5px 10px;
  background-color: #B4B6D2;
  margin-right: 10px;
  margin-top: 10px;
}
section#services .container .row > div.sideservices .inner ul li:nth-child(1) {
  margin-left: 15px;
}
section#services .container .row > div.sideservices .inner ul li:nth-child(3) {
  margin-left: 45px;
}
@media only screen and (max-width: 1400px) {
  section#services .container .row > div.sideservices .inner ul {
    margin: 0 0 0 -185px;
  }
  section#services .container .row > div.sideservices .inner ul li {
    font-size: 28px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 1200px) {
  section#services {
    margin-top: 0px;
  }
  section#services .container .row > div.sideservices .inner {
    padding: 40px;
  }
  section#services .container .row > div.sideservices .inner h3 {
    font-size: 56px;
    line-height: 1;
  }
  section#services .container .row > div.sideservices .inner ul {
    margin: 0 0 0 -205px;
  }
  section#services .container .row > div.sideservices .inner ul li {
    font-size: 27px;
    padding: 4px 7px;
    margin-right: 4px;
    margin-top: 6px;
  }
  section#services .container .row > div.sideservices .inner ul li:nth-child(1) {
    margin-left: 10px;
  }
  section#services .container .row > div.sideservices .inner ul li:nth-child(3) {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 992px) {
  section#services {
    padding-top: 50px;
  }
  section#services .container .row > div h2 {
    font-size: 38px;
  }
  section#services .container .row > div p {
    font-size: 21px;
  }
  section#services .container .row > div:not(.sideservices) {
    padding-right: 15px;
  }
  section#services .container .row > div.sideservices {
    padding-left: 45px;
  }
  section#services .container .row > div.sideservices .inner {
    margin-top: 40px;
    padding: 30px;
  }
  section#services .container .row > div.sideservices .inner h3 {
    font-size: 35px;
  }
  section#services .container .row > div.sideservices .inner ul {
    margin: 0 0 0 -60px;
    padding: 0;
  }
  section#services .container .row > div.sideservices .inner ul li {
    font-size: 24px;
    padding: 4px 7px;
    margin-right: 4px;
    margin-top: 6px;
  }
  section#services .container .row > div.sideservices .inner ul li:nth-child(1) {
    margin-left: 0px;
  }
  section#services .container .row > div.sideservices .inner ul li:nth-child(3) {
    margin-left: 0px;
  }
  section#services .container .row > div.sideservices .inner ul li:nth-child(5) {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  section#services {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  section#services .container .row > div h2 {
    font-size: 32px;
  }
  section#services .container .row > div p {
    font-size: 18px;
  }
  section#services .container .row > div:not(.sideservices) {
    padding-right: 15px;
    text-align: center;
  }
  section#services .container .row > div.sideservices {
    padding-left: 15px;
  }
  section#services .container .row > div.sideservices .inner {
    margin-top: 40px;
    padding: 30px;
    text-align: center;
  }
  section#services .container .row > div.sideservices .inner h3 {
    font-size: 28px;
  }
  section#services .container .row > div.sideservices .inner ul {
    margin: 0 0 0 0;
    padding: 0;
  }
  section#services .container .row > div.sideservices .inner ul li {
    font-size: 22px;
    padding: 3px 6px;
    margin-right: 4px;
    margin-top: 6px;
  }
  section#services .container .row > div.sideservices .inner ul li:nth-child(1) {
    margin-left: 0px;
  }
  section#services .container .row > div.sideservices .inner ul li:nth-child(3) {
    margin-left: 0px;
  }
  section#services .container .row > div.sideservices .inner ul li:nth-child(5) {
    margin-left: 0px;
  }
}
section#cta-area {
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}
section#cta-area > .container > .inner {
  padding-right: 2000px;
  padding-left: 140px;
  margin-right: -2000px;
  margin-left: -140px;
  border-radius: 120px 0 0 0;
  background: #EFF0F0;
  padding-top: 90px;
}
section#cta-area > .container > .inner > .row > div h2 {
  font-size: 46px;
  margin-bottom: 40px;
}
section#cta-area > .container > .inner > .row > div p {
  font-size: 23px;
}
section#cta-area > .container > .inner > .row > div img.butterfly {
  display: none;
}
section#cta-area > .container > .inner > .row > div:nth-child(1) {
  padding-right: 80px;
}
@media only screen and (max-width: 992px) {
  section#cta-area > .container > .inner {
    padding-top: 50px;
  }
  section#cta-area > .container > .inner > .row > div h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }
  section#cta-area > .container > .inner > .row > div p {
    font-size: 21px;
  }
  section#cta-area > .container > .inner > .row > div:nth-child(1) {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 768px) {
  section#cta-area > .container > .inner {
    padding-top: 50px;
  }
  section#cta-area > .container > .inner > .row > div h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  section#cta-area > .container > .inner > .row > div p {
    font-size: 17px;
  }
  section#cta-area > .container > .inner > .row > div:nth-child(1) {
    padding-right: 15px;
  }
  section#cta-area > .container > .inner > .row > div input.wpcf7-submit {
    font-size: 18px;
    padding: 15px 30px;
    margin-top: 10px;
  }
}
