@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700&display=swap');
/*
Theme Name: VanderVoort &amp; Co
Description: 'VanderVoort &amp; Co' is een thema ontwikkeld door Webrandt en Danielle de Boo in opdracht van Cora vd Voort.
Author: Jacques Ulj&eacute;
Author URI: http://www.webrandt.nl
Version: 0.1
*/
/**********************
       IMPORT FONTS
***********************/
@font-face {
  font-family: "Chalkduster";
  src: url("//db.onlinewebfonts.com/t/bd9805cba4fdbd10e6f9d097dab9225f.eot");
  src: url("//db.onlinewebfonts.com/t/bd9805cba4fdbd10e6f9d097dab9225f.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/bd9805cba4fdbd10e6f9d097dab9225f.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/bd9805cba4fdbd10e6f9d097dab9225f.woff") format("woff"), url("//db.onlinewebfonts.com/t/bd9805cba4fdbd10e6f9d097dab9225f.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/bd9805cba4fdbd10e6f9d097dab9225f.svg#Chalkduster") format("svg");
}
/**********************
       IMPORT LESS
***********************/
/**********************
       CONSTANTS
***********************/
/**********************
       COLORS
***********************/
/**********************
       IMPORT LESS
***********************/
/**********************
         navigation
***********************/
.nav,
.navbar-nav {
  list-style: none;
}
@media (max-width: 1023px) {
  .nav,
  .navbar-nav {
    float: none;
    display: inline-block;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .nav,
  .navbar-nav {
    float: none;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 10px;
    padding-left: 40px;
    text-align: left;
  }
}
.nav li {
  display: inline;
  padding: 0 10px;
  height: 75px;
}
@media only screen and (max-width: 767px) {
  .nav li {
    border-left: solid 0px #fff;
    padding: 0 1px;
  }
}
.nav li:first-child {
  border-left: none;
}
.nav > li:last-child {
  padding-right: 0px;
}
.nav > li > a {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 75px;
  padding: 0 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
}
.nav > li > a:hover {
  color: #c4007a;
}
@media only screen and (max-width: 1023px) {
  .nav > li > a {
    border-left: solid 0px #fff;
    font-size: 16px;
    line-height: 24px;
    /*
        &:before {
            content: "\000BB \0000a0";
            color: @activelinkcolor;
        }
        */
  }
}
.nav > li > a.active {
  color: #c4007a;
}
.nav > li:last-child > a:last-child {
  padding-right: 0px;
}
.nav > li.current-menu-item > a {
  color: #c4007a;
}
.navbar-toggle {
  padding: 2px 0px 0px 8px;
  margin: 20px 0px 0px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  border-left: solid 2px #c4007a;
  color: #c4007a;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}
.navbar-collapse {
  text-align: right;
}
@media (max-width: 1023px) {
  .navbar-collapse {
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    background-color: #395e7b;
    z-index: 10;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 1023px) {
  .navbar-collapse.in {
    position: absolute;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #395e7b;
    z-index: 10;
    overflow: visible;
    visibility: visible;
  }
}
/**********************
        MIXINS
***********************/
/*
.roundedButton(@radius:@buttonRadius){
    -webkit-border-radius:@radius;
       -moz-border-radius:@radius;
            border-radius:@radius;  
}

.gradientButton(@color: #b0ca2c, @boven: #cee55c, @onder: #9cb712) {
    background: @color;
    background: linear-gradient(top, @boven, @onder);
    background: -ms-linear-gradient(top, @boven, @onder);
    background: -webkit-gradient(linear, left top, left bottom, from(@boven), to(@onder));
    background: -moz-linear-gradient(top, @boven, @onder);
}
*/
/**********************
         STYLES
***********************/
/* New breakpoint 

@media (min-width: 1600px) {
.container {
    width: 1558px;
}
}
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  margin: 0px;
  padding: 0px;
  height: 100%;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #232a63;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  height: 100%;
  background-color: #fff;
  position: relative;
}
h1,
h2,
h3 {
  font-style: normal;
  color: #232a63;
  text-decoration: none;
}
h1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 33px;
  line-height: 43px;
  font-weight: 400;
  margin: 0px 0px 5px 0px;
  text-transform: none;
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 38px;
  }
}
h2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0px 0px 5px 0px;
  text-transform: none;
}
h3 {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
}
p {
  font-size: 20px;
  line-height: 30px;
  max-width: 1100px;
}
a {
  background: none;
  padding-left: 0px;
  margin: 0px;
  text-decoration: underline;
  color: #c3007a;
  font-weight: 700;
}
a:hover {
  text-decoration: underline;
  color: #c3007a;
}
strong {
  font-weight: 700;
}
.center {
  text-align: center;
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #232a63;
}
.chalkduster {
  font-family: "Chalkduster";
}
.subnavigatie p {
  text-align: center;
}
.subnavigatie .jump {
  text-align: center;
}
@media (max-width: 767px) {
  .subnavigatie p {
    text-align: center;
  }
  .subnavigatie .jump {
    text-align: center;
  }
}
.nieuwskopje {
  background-color: #c4007a;
  color: #fff;
  font-size: 33px;
  line-height: 43px;
}
.nieuwskopje p {
  font-size: 33px;
  line-height: 43px;
  margin-top: 10px;
}
.nieuwskopje .wpb_content_element {
  margin-bottom: 10px;
}
.nieuwsbericht {
  background-color: #afc9ca;
}
.nieuwsbericht p {
  margin-top: 10px;
}
.nieuwsbericht .wpb_content_element {
  margin-bottom: 10px;
}
#taal {
  position: absolute;
  z-index: 2;
  top: -20px;
  left: -20px;
}
@media (max-width: 767px) {
  #taal {
    top: 15px;
  }
}
.taal {
  background: url('images/paraplu-draadje-blauw-taal.png');
  background-repeat: no-repeat;
  background-position: left;
  height: 90px;
  left: -20px;
}
.taal h1 {
  padding-top: 30px;
  padding-left: 20px;
}
#trainingact {
  position: absolute;
  z-index: 2;
  top: -20px;
  left: -20px;
}
@media (max-width: 767px) {
  #trainingact {
    top: 15px;
  }
}
#coaching {
  position: absolute;
  z-index: 2;
  top: -20px;
  left: -20px;
}
@media (max-width: 767px) {
  #coaching {
    top: 15px;
  }
}
#overtaalact {
  position: absolute;
  z-index: 2;
  bottom: -20px;
  left: -20px;
}
@media (max-width: 767px) {
  #overtaalact {
    bottom: -7px;
  }
}
#english {
  position: absolute;
  z-index: 2;
  bottom: -20px;
  left: -20px;
}
@media (max-width: 767px) {
  #english {
    bottom: -7px;
  }
}
#trackrecord {
  position: absolute;
  z-index: 2;
  bottom: -20px;
  left: -20px;
}
#contactformulier {
  position: absolute;
  z-index: 2;
  top: -20px;
  left: -20px;
}
@media (max-width: 767px) {
  #contactformulier {
    top: 15px;
  }
}
.trainingact {
  background: url('images/paraplu-draadje-roze-training-act.png');
  background-repeat: no-repeat;
  background-position: left;
  height: 90px;
  left: 70px;
}
.trainingact h1 {
  padding-top: 30px;
  padding-left: 20px;
}
.coaching {
  background: url('images/paraplu-draadje-geel-coaching.png');
  background-repeat: no-repeat;
  background-position: left;
  height: 90px;
  left: 70px;
}
.coaching h1 {
  padding-top: 30px;
  padding-left: 20px;
}
.overtaalact,
.english,
.trackrecord,
.contactformulier {
  background: url('images/paraplu-donkerblauw2.png');
  background-repeat: no-repeat;
  background-position: left;
  height: 90px;
  left: 70px;
}
.overtaalact h1,
.english h1,
.trackrecord h1,
.contactformulier h1 {
  padding-top: 30px;
  padding-left: 20px;
}
.logoos img {
  margin-right: 100px;
  margin-bottom: 35px;
}
.formulier input {
  width: 100%;
  border: 0px solid #fff;
}
.formulier textarea {
  width: 100%;
}
.formulier .wpcf7-submit {
  background-color: #c4007a;
  padding: 4px 0px 4px 0px;
}
.overflowvisible {
  overflow: visible !important;
}
.rafblauwrow {
  color: #fff;
  background-color: #395e7b;
  overflow: visible !important;
}
.rafblauwrow h1 {
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .rafblauwrow h1 {
    margin-top: -40px;
  }
}
.abscenter {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 1;
}
.abscenter .taal {
  background: url('images/paraplu-blauw-taal.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 90px;
  display: block;
}
.abscenter .trainingact {
  background: url('images/paraplu-roze-training-acteren.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 90px;
  display: block;
}
.abscenter .coaching {
  background: url('images/paraplu-geel-coaching.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 90px;
  display: block;
}
@media (max-width: 767px) {
  .abscenter {
    position: static;
    top: 0px;
  }
}
.flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}
.row.flex:before {
  display: flex !important;
}
.flex:before {
  display: flex !important;
}
.novcautopadding .vc_column_container > .vc_column-inner {
  padding-top: 0px;
}
.novcautopadding .vc_column_container > .vc_column-inner .wpb_content_element {
  margin-bottom: 0px;
}
/**********************
    Contacticons footer
***********************/
ul.contacticons {
  list-style-type: none;
  padding-left: 0px;
  margin: 0;
}
ul.contacticons li {
  line-height: 26px;
  padding-left: 30px;
  background-position: center left;
  background-repeat: no-repeat;
}
li.linkedinicon {
  background: url('images/footer-linkedin.svg');
}
li.mailicon {
  background: url('images/footer-mail.svg');
  /* word-break: break-all;  */
}
li.phoneicon {
  background: url('images/footer-phone.svg');
}
#logo {
  float: left;
  width: 1px;
  height: 75px;
}
#logo a {
  position: absolute;
  left: 0px;
}
#h_nav {
  float: right;
  height: 75px;
}
@media (min-width: 1024px) and (max-width: 1299px) {
  #h_nav {
    float: none;
    text-align: center;
    position: absolute;
    right: 20px;
  }
}
@media (max-width: 767px) {
  #h_nav {
    float: right;
    position: static;
  }
}
.breakclear {
  clear: right;
}
@media (max-width: 1023px) {
  .breakclear {
    clear: both;
  }
}
@media (max-width: 767px) {
  .breakclear {
    display: none;
  }
}
.row .firstcol {
  margin-left: 0px;
  padding-left: 10px;
}
.rotate {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
img {
  max-width: 100%;
  height: auto;
}
.alignleft {
  float: left;
  padding: 5px 20px 15px 0px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0px solid #000;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
/* #wrap, #content en #footer o.a. noodzakelijk om footer bij weinig content uit te lijnen onderkant pagina en body html 100% noodzakelijk */
#wrap {
  min-width: 240px;
  position: relative;
  border: 0px solid #000;
  margin: 0 auto;
  background-color: #fff;
}
#header {
  padding: 0px 0px 0px 0px;
  background-color: #395e7b;
}
@media only screen and (max-width: 767px) {
  #header {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    padding: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 480px) {
  #header {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    padding: 0px 0px 0px 0px;
  }
}
#content {
  min-height: 200px;
  padding-top: 75px;
  overflow: hidden;
}
/**********************
       FOOTER
***********************/
#footer {
  background-color: #395e7b;
  color: #fac225;
  width: 100%;
  min-height: 75px;
  height: auto;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
}
#footer h2 {
  color: #fac225;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
#footer p {
  font-size: 16px;
  line-height: 22px;
  margin: 15px 0px 0px 0px;
}
#footer .credits p,
#footer .copyright p {
  margin-bottom: 10px;
}
#footer .socialicons {
  text-align: right;
}
#footer .socialicons p {
  margin-top: 10px;
}
#footer .socialicons img {
  margin: 0px 20px 0px 20px;
}
@media only screen and (max-width: 1023px) {
  #footer .socialicons {
    text-align: left;
  }
  #footer .socialicons p {
    margin-bottom: 15px;
  }
}
/************************************************************************/
/* Media queries breakpoints          */
/************************************************************************/
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only, alleen te zien op tablets */
}
