.tekstveld p {
  margin: 20px 0 20px -15px;
  padding-left: 15px;
  border-left: 2px solid #ff9900; }

.background_color {
  background-color: #ebe9f1; }

.image_holder {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  height: 30vw; }

.icon_mail, .icon_telefoon, .icon_linkedin {
  background-image: url(../assets/images/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px; }

.icon_telefoon {
  background-image: url(../assets/images/icon_telefoon.svg); }

.icon_linkedin {
  background-image: url(../assets/images/icon_linkedin.svg); }

#top {
  z-index: 100; }
  #top #quote {
    z-index: 101;
    background: #34256F;
    background: linear-gradient(31deg, #34256f 0%, #ff9900 80%);
    margin-bottom: -3rem;
    border-radius: 5px; }
    #top #quote h2 {
      color: white;
      border-bottom: 2px solid white;
      margin: 0 1.5rem; }

#introductie #usps .holder {
  background-color: #ebe9f1; }
  #introductie #usps .holder .row {
    margin: 0 30px; }
    #introductie #usps .holder .row .col-md-4 img {
      max-width: 60px;
      margin-left: auto;
      display: block; }
  #introductie #usps .holder .row:nth-of-type(2) {
    border-top: 2px solid #ff9900;
    border-bottom: 2px solid #ff9900; }

#ervaring .holder {
  background-color: #ebe9f1; }
  #ervaring .holder .row {
    padding: 30px 0;
    margin: 0 30px; }
    #ervaring .holder .row .col-md-6 {
      padding: 30px; }
    #ervaring .holder .row .col-md-6:nth-of-type(2) {
      border-right: 2px solid #ff9900;
      border-bottom: 2px solid #ff9900; }
    #ervaring .holder .row .col-md-6:nth-of-type(3) {
      border-bottom: 2px solid #ff9900; }
    #ervaring .holder .row .col-md-6:nth-of-type(4) {
      border-right: 2px solid #ff9900; }
#ervaring .spreekwolk {
  position: relative;
  background-color: #ffebcc;
  padding: 30px; }
#ervaring .spreekwolk:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #ffebcc;
  bottom: -35px !important;
  right: 15%; }
#ervaring .swiper-slide {
  transition: opacity 200ms ease-in-out; }
#ervaring .swiper-pagination-bullet-active {
  background: #34256f !important; }
#ervaring .swiper-button-prev, #ervaring .swiper-button-next {
  position: absolute !important;
  width: 44px !important;
  height: 44px !important;
  left: 30px !important;
  right: auto !important;
  bottom: -54px !important;
  margin-top: auto !important;
  padding-top: 0 !important;
  background-image: url("../assets/images/icon_knop.svg");
  background-position: center;
  background-size: 60px;
  background-repeat: no-repeat;
  background-color: #ff9900;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-radius: 5px; }
#ervaring .swiper-button-next {
  background-image: url("../assets/images/icon_knop.svg");
  background-position: center;
  background-size: 60px;
  background-repeat: no-repeat;
  background-color: #ff9900;
  transform: rotate(180deg);
  left: 84px !important;
  right: auto !important; }
#ervaring .swiper-button-prev:hover, #ervaring .swiper-button-next:hover {
  background-color: #34256f; }
#ervaring .swiper-button-prev::after,
#ervaring .swiper-button-next::after {
  font-size: 0px;
  display: none; }

#contact #profielfoto {
  border-radius: 100%; }
#contact .link_1 {
  background-image: url(../assets/images/icon_telefoon.svg); }
#contact .link_2 {
  background-image: url(../assets/images/icon_mail.svg); }
#contact .link_3 {
  background-image: url(../assets/images/icon_linkedin.svg); }
#contact .btn {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #ff9900;
  padding: 22px;
  margin-top: 15px;
  margin-right: 5px; }
#contact .btn:hover {
  background-color: #34256f; }

#referenties .image_holder {
  min-height: auto;
  height: auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 5px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background-color: #ebe9f1; }
#referenties .image_holder:hover {
  opacity: .5; }

@media all and (max-width: 768px) {
  #quote {
    margin-left: 60px;
    margin-right: 60px; }

  #usps .holder .row .col-md-4 img {
    margin: 10px auto; }
  #usps .holder .row .col-md-8 {
    text-align: center; }

  #expertise .col-md-4 {
    margin-top: 30px; }

  #ervaring .holder {
    margin-bottom: 60px; }
    #ervaring .holder .row .col-md-6:nth-of-type(2) {
      border-right: 0px solid #ff9900; }
    #ervaring .holder .row .col-md-6:nth-of-type(4) {
      border-right: 0px solid #ff9900;
      border-bottom: 2px solid #ff9900; }

  #contact .col-md-5 {
    margin-bottom: 60px !important; } }
footer {
  background-color: #34256f;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto; }
  footer .container {
    max-width: 1360px !important;
    padding: 0 30px; }
    footer .container [class^="col-"] p {
      color: white; }
      footer .container [class^="col-"] p b, footer .container [class^="col-"] p strong {
        color: white;
        font-size: 1.2em;
        display: inline-block; }
      footer .container [class^="col-"] p a {
        color: white;
        text-decoration: none; }
      footer .container [class^="col-"] p a:hover {
        text-decoration: underline !important; }
    footer .container [class^="col-"] #footer_logo img {
      max-width: 200px;
      margin: 0 auto 0 0;
      display: block; }
    footer .container [class^="col-"] .btn {
      background-image: url("../assets/images/icon_knop.svg");
      background-position: center;
      background-size: 60px;
      background-repeat: no-repeat;
      background-color: #ff9900;
      transform: rotate(90deg);
      padding: 22px;
      width: 0;
      height: 0;
      margin-left: 15px; }
    footer .container [class^="col-"] .btn:hover {
      background-color: #ebe9f1; }
    footer .container .text-right p {
      display: inline-block;
      width: auto; }

.post-footer {
  background-color: #ebe9f1; }
  .post-footer span, .post-footer a {
    color: #34256f;
    text-decoration: none !important; }

@media all and (max-width: 768px) {
  footer {
    background-size: 90%; }
    footer .text-right {
      text-align: center !important; }

  footer .container [class^="col-"] #footer_logo img {
    margin: 30px auto !important;
    display: block; }
  footer .container [class^="col-"] .btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    display: block; }

  .post-footer .col-md-12 {
    text-align: center; } }
.btn, header li:last-of-type a {
  position: relative;
  display: inline-block;
  padding: 9px 35px 10px 35px;
  margin: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: white;
  text-decoration: none !important;
  cursor: pointer;
  width: auto;
  float: none;
  background: #34256F;
  background: linear-gradient(31deg, #34256f 0%, #ff9900 80%);
  border-radius: 5px;
  border: 0px solid white;
  line-height: 130%;
  font-weight: 600; }

header li:last-of-type a {
  margin-top: 0;
  padding: 8px 35px 11px 35px !important; }

.btn:hover, header li:last-of-type:hover a {
  text-decoration: none !important;
  background: #34256F;
  background: linear-gradient(31deg, #34256f 80%, #ff9900 100%);
  color: white; }

/* Contactform 7 */
.wpcf7 {
  background-color: #ebe9f1;
  padding: 30px; }
  .wpcf7 input, .wpcf7 textarea {
    display: block;
    background-color: white;
    border-radius: 5px;
    border: 0px solid #34256f;
    padding: 8px 15px 11px 15px;
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
    font-size: 1em;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .wpcf7 .wpcf7-form-control-wrap:nth-of-type(even) .wpcf7-text {
    margin-left: 1% !important;
    width: 49%; }
  .wpcf7 .wpcf7-form-control-wrap:nth-of-type(odd) .wpcf7-text {
    margin-right: 1% !important;
    width: 49%; }
  .wpcf7 input[type=checkbox] {
    color: #000000;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-top: 5px;
    margin-right: 5px; }
  .wpcf7 .wpcf7-list-item {
    margin-left: 0;
    width: 100%; }
    .wpcf7 .wpcf7-list-item span {
      color: #000000;
      padding: 0 20px 0 5px; }
  .wpcf7 .wpcf7-checkbox .first {
    padding-top: 5px; }
  .wpcf7 textarea {
    width: 100%;
    height: 120px; }
  .wpcf7 input:hover, .wpcf7 textarea:hover {
    opacity: .7; }
  .wpcf7 input[type=submit] {
    display: inline-block;
    padding: 9px 35px 10px 35px;
    margin: 15px 0 30px 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: white;
    text-decoration: none !important;
    cursor: pointer;
    width: auto;
    float: none;
    background: #34256F;
    background: linear-gradient(31deg, #34256f 0%, #ff9900 80%);
    font-size: 1em;
    border-radius: 5px;
    border: 0px solid #ff9900;
    line-height: 130%;
    font-weight: 600; }
  .wpcf7 input[type=submit]:hover {
    opacity: 1;
    background: #34256F;
    background: linear-gradient(31deg, #34256f 80%, #ff9900 100%);
    color: white; }

.wpcf7-response-output {
  border: 0px solid white !important;
  margin: 0 !important;
  padding: 0 !important;
  color: white;
  background-color: #ce496d;
  border-radius: 0; }

.white_block_small .textwidget .wpcf7-response-output {
  color: #ce496d !important; }

.wpcf7-mail-sent-ok {
  background-color: #00e1bb !important; }

.wpcf7-not-valid-tip {
  display: inline-block !important;
  padding-top: 5px;
  color: #ce496d !important; }

.white_block_small .textwidget .wpcf7-not-valid-tip {
  color: #ce496d !important; }

div.wpcf7 .ajax-loader {
  display: block !important; }

.wpcf7-not-valid-tip {
  width: 100%;
  padding: 0; }

.wpcf7-radio {
  display: block;
  width: 100%; }
  .wpcf7-radio .wpcf7-list-item, .wpcf7-radio label {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0; }
    .wpcf7-radio .wpcf7-list-item input, .wpcf7-radio label input {
      display: inline-block;
      width: auto;
      margin: 5px 5px 5px 0; }
    .wpcf7-radio .wpcf7-list-item span, .wpcf7-radio label span {
      display: inline-block;
      width: auto; }

@media all and (max-width: 768px) {
  .wpcf7 .wpcf7-form-control-wrap:nth-of-type(odd) .wpcf7-text, .wpcf7 .wpcf7-form-control-wrap:nth-of-type(even) .wpcf7-text {
    margin-right: 0% !important;
    width: 100%; }

  .wpcf7 input[type=submit] {
    width: 100%; } }
html, body {
  padding: 0;
  margin: 0; }

.container {
  max-width: 1360px !important;
  padding: 0 30px; }

.row {
  margin-right: -30px;
  margin-left: -30px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 30px !important;
  padding-left: 30px !important; }

header {
  position: relative;
  z-index: 9999;
  background-color: transparent; }
  header .container {
    max-width: 1360px !important;
    padding: 0 30px; }
    header .container .row #header_logo {
      display: block;
      margin: auto 0;
      padding: 0;
      max-width: 200px;
      height: 100%; }
      header .container .row #header_logo img {
        height: 100%; }
    header .container .row #header_logo:hover {
      opacity: .7 !important; }

@media all and (max-width: 991px) {
  header .container [class^="col-"] #header_logo {
    margin: 10px auto; }
    header .container [class^="col-"] #header_logo img {
      display: block;
      margin: 0 auto;
      max-width: 300px; } }
.menu-main-menu-container {
  width: 100%; }

.navbar {
  padding: 0; }

.navbar-toggler {
  border: none !important;
  color: black !important;
  border-color: rgba(0, 0, 0, 0) !important; }

.navbar-toggler-icon {
  height: 2.5em;
  width: 2.5em;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.navbar-toggler-icon:hover {
  opacity: .5; }

#navbarResponsive {
  padding: 25px 0;
  margin-left: auto;
  margin-right: 0;
  z-index: 100; }
  #navbarResponsive div {
    margin-left: auto;
    margin-right: 0; }

.menu-primary-menu-container {
  margin-left: auto;
  margin-right: 0px; }

.nav {
  padding: 0;
  height: auto;
  width: 100%;
  z-index: 1010;
  text-align: center;
  padding-inline-start: 0 !important; }
  .nav li {
    display: inline-block;
    list-style: none;
    height: 100%;
    width: auto;
    padding: 0 0 0 40px;
    margin: auto 0; }
    .nav li a {
      height: 100%;
      padding: 0 !important;
      color: #000000;
      text-decoration: none !important;
      text-align: center;
      display: block; }
    .nav li a:hover {
      color: #ff9900; }
    .nav li .sub-menu {
      z-index: 1000;
      position: absolute;
      padding: 0 0 5px 5px !important;
      background-color: #ff9900;
      line-height: 150%;
      display: none;
      border-radius: 0 30px 30px 30px; }
      .nav li .sub-menu li {
        display: block;
        font-weight: inherit;
        text-align: left;
        padding: 0 20px; }
        .nav li .sub-menu li a {
          padding-top: 5px !important;
          text-align: left; }
        .nav li .sub-menu li a:hover {
          opacity: 1 !important;
          color: white !important; }
      .nav li .sub-menu li:first-of-type {
        padding-top: 10px; }
      .nav li .sub-menu li:last-of-type {
        padding-bottom: 10px; }
  .nav li:hover .sub-menu {
    display: block; }
  .nav .current-menu-item a {
    color: #ff9900; }
  .nav .current-menu-item a:after {
    content: '';
    background-image: url(../assets/images/nav_img.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 100%;
    height: 3px; }
  .nav .current-menu-item .sub-menu a {
    color: #000000; }
  .nav .current-menu-item .sub-menu li {
    color: #000000; }
  .nav .sub-menu .current-menu-item a {
    color: white;
    border-bottom: 0px solid white; }
  .nav .sub-menu .sub-menu {
    display: none !important; }

@media all and (max-width: 991px) {
  header .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  header .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  header #header_logo, header .navbar-toggler {
    margin-left: auto;
    margin-right: auto; }
  header .nav {
    display: block;
    width: 100%; }
    header .nav li {
      display: block;
      padding: 4px 0; }
      header .nav li a {
        text-align: center; }
      header .nav li .sub-menu {
        position: relative;
        display: block;
        background-color: white; }
        header .nav li .sub-menu li a {
          text-align: center; }
        header .nav li .sub-menu li a:hover {
          color: #34256f !important; }
        header .nav li .sub-menu .current-menu-item a {
          color: #34256f !important; }
    header .nav li:last-of-type {
      margin-top: 10px; }
  header .navbar {
    padding-bottom: 10px; } }
* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, p, td, a, b, i, em, b, strong, input, textarea, span, div, btn, li {
  line-height: 180%;
  color: #000000;
  font-size: 11.5pt; }

h1, h1 span, h2, h2 span, h3, h3 span, h4, h4 span {
  line-height: 120%;
  margin: 0;
  color: #34256f;
  font-weight: 600; }

h1, h1 span {
  font-size: 4em; }

h2, h2 span {
  font-size: 2em; }

h3, h3 span {
  font-size: 1.4em; }

h4, h4 span {
  font-size: 1.2em; }

p, i, em, b, strong, a, li {
  margin: 0;
  padding: 0; }

i, em {
  font-style: italic; }

b, strong {
  font-weight: 700;
  color: #34256f; }

u {
  font-size: inherit;
  font-weight: inherit; }

ul {
  padding-inline-start: 30px !important;
  margin: 0; }
  ul li {
    color: #000000; }
  ul li::marker {
    font-size: 150%;
    color: #34256f; }

ol {
  padding: 0; }
  ol li {
    display: flex;
    align-items: center;
    list-style: none; }
  ol li::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 2px 10px 2px 0;
    background-color: #ebe9f1;
    background-image: url("../assets/images/check.svg");
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat; }

a, a:link, a:visited {
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

a:hover {
  text-decoration: underline;
  color: #34256f; }

hr {
  margin: 20px 0 40px 0;
  color: #34256f;
  border: 1px solid #34256f; }

img {
  max-width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

a:hover img {
  opacity: .7; }

.alignright {
  float: right;
  padding: 10px; }

table {
  border-collapse: collapse;
  width: 100%; }
  table td, table th {
    border: 0px solid #34256f;
    padding: 4px 8px; }
  table tr:nth-child(even) {
    background-color: #ebe9f1; }
  table tr:nth-child(odd) {
    background-color: white; }

iframe {
  width: 100%; }

h1 span, h2 span, h3 span, h4 span, h1 a, h2 a, h3 a, h4 a {
  font-size: 1em !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  color: inherit !important;
  text-decoration: inherit !important;
  line-height: inherit !important; }

h1 b, h2 b, h3 b, h4 b, h1 strong, h2 strong, h3 strong, h4 strong {
  font-size: inherit;
  font-weight: bold; }

h1 i, h2 i, h3 i, h4 i, h1 em, h2 em, h3 em, h4 em {
  font-size: inherit;
  font-style: italic; }

span strong {
  font-size: inherit;
  font-family: inherit; }

@media all and (max-width: 768px) {
  h1, h1 span {
    font-size: 2.5em; } }

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