/* -----------------------------------------
   Home page slider
----------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
#home-slider .slick-slide {
  position: relative;
  height: 400px;
  /*define the height of slide*/
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 634px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.slider-image {
  max-height: 100%;
}

.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.medium-6-spec {
  width: 50%;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #1a608b;
  color: #322d3c;
  font-family: "Open Sans", sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #124260;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #322d3c;
  font-family: "Open Sans", sans-serif;
  background-color: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Droid Serif", serif;
  color: inherit;
  font-style: italic;
  line-height: 1.25em;
}

.box-in h2 {
   font-size:16px !important;
}
h1 {
  /*basic heading styles*/
}

h2 {
  /*basic heading styles*/
  font-size: 33.65px;
}

h3 {
  /*basic heading styles*/
}

h4 {
  /*basic heading styles*/
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
  font-weight: 300;
  font-size: 13.5px;
  line-height: 1.99;
  margin-bottom: 1.55rem;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #1a608b;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #0a2535;
  outline: none;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Button additional styles */
.button {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* Align Middle */
.align-middle {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #1a608b;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

#home-slider .slick-slide {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.logo img {
  max-height: 150px;
  height: auto;
}

.header {
  position: relative;
  padding: 50px 0 30px;
}
.header .title-bar-icon {
  position: fixed !important;
  top: 5%;
  left: 41px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 999;
}
.header .title-bar-icon .menu-icon-on {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 35px;
  height: 45px;
  background-color: transparent;
  vertical-align: top;
  cursor: pointer;
  outline: none;
}
.header .title-bar-icon .menu-icon-on:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background: #322d3c;
  top: 50%;
  left: 0;
  margin-top: -9px;
  -moz-box-shadow: 0 10px 0 #322d3c, 0 20px 0 #322d3c;
  -webkit-box-shadow: 0 10px 0 #322d3c, 0 20px 0 #322d3c;
  box-shadow: 0 10px 0 #322d3c, 0 20px 0 #322d3c;
}
.header .title-bar-icon .menu-icon-on:hover {
  background-color: transparent;
}
.header .menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.header .menu .nav-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.header .menu .nav-container .menu_bg {
  position: absolute;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  z-index: 35;
  background-size: cover;
  background-repeat: no-repeat;
}
.header .menu .nav-container .top-nav {
  z-index: 40;
  width: 615px;
  max-width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #322d3c;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 100px 0 75px;
}
.header .menu .nav-container .top-nav .menu-cl {
  color: #f4f2f2;
  font-size: 32px;
  cursor: pointer;
}
.header .menu .nav-container .top-nav .menu-cl:hover {
  color: #e6bea5;
}
.header .menu .nav-container .top-nav ul {
  list-style-type: none;
  margin: 0 0 45px 0;
}
.header .menu .nav-container .top-nav ul li a {
  color: #f4f2f2;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 38px;
  line-height: 2em;
}
.header .menu .nav-container .top-nav ul li a:hover {
  color: #e6bea5;
}
.header .menu .nav-container .top-nav ul li.current-menu-item a {
  color: #e6bea5;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding: 100px 0;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #1a608b;
}
.not-found .label:hover {
  background-color: #144869;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer .banner-title p {
  line-height: 1.6;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 10px;
}

/* ------------------------------------
    Home Styles
------------------------------------- */
.banner-title {
  position: relative;
  padding-right: 30px;
}
.banner-title:after {
  content: '';
  position: absolute;
  bottom: -85px;
  width: 124px;
  height: 124px;
  left: 50%;
  background-repeat: no-repeat;
  background-image: url("../images/Driehoek2.png");
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-title h1 {
  color: #f4f2f2;
  font-size: 34px;
  margin-bottom: 47px;
  font-weight: 400;
  line-height: 1.25em;
}
.banner-title h1 span {
  display: block;
  padding-left: 83px;
}

.bg_image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.m-bg {
  background-color: #e6bea5;
}

.header-baner {
  position: relative;
  padding: 80px 0 37px;
  margin-bottom: 147px;
}
.header-baner .row {
  position: relative;
}
.header-baner .image-banner {
  position: absolute;
  bottom: -117px;
  right: -53px;
  width: 720px;
  height: 767px;
}
.header-baner .image-banner_dop {
  height: 100%;
  width: 100%;
}
.header-baner .image-banner-in {
  width: 100%;
  height: 100%;
  background-size: cover;
  display: block;
}
.header-baner .text {
  padding-left: 71px;
  padding-right: 30px;
}
.header-baner .text p {
  font-size: 13.5px;
  line-height: 1.99em;
  margin-bottom: 27px;
}

.home-specialismen {
  background-attachment: fixed;
  background-position: center;
  padding: 46px 0 70px;
}
.home-specialismen__title {
  margin-bottom: 43px;
}
.home-specialismen .box-in {
  background-color: #322d3c;
  height: 145px;
  text-align: center;
  display: table;
  width: 100%;
}
.home-specialismen .box-in h2 {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
}
.home-specialismen .box-in h2 a {
  color: #f4f2f2;
}

.home_blog {
  padding: 121px 0 100px;
}
.home_blog__title {
  position: relative;
  margin-bottom: 66px;
}
.home_blog__title:after {
  content: '';
  position: absolute;
  bottom: -85px;
  width: 124px;
  height: 124px;
  left: 50%;
  background-repeat: no-repeat;
  background-image: url("../images/Driehoek3.png");
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home_blog__title h2 {
  color: #e6bea5;
}
.home_blog__text {
  width: 52.2%;
  float: left;
}
.home_blog__text p {
  font-size: 14px;
  line-height: 2.15em;
}
.home_blog .featured-story {
  margin-bottom: 42px;
}
.home_blog .featured-story__title {
  margin-bottom: 18px;
}
.home_blog .featured-story__image {
  float: right;
  height: 100px;
  width: 43%;
  min-width: 325px;
  background-size: cover;
  background-position: 50% 50%;
}
.home_blog .featured-story__desc p:last-child {
  margin-bottom: 0;
}

.button-post {
  display: table;
  margin: auto;
  font-family: "Droid Serif", serif;
  font-style: italic;
  font-size: 18px;
  color: #322d3c;
  position: relative;
}
.button-post:after {
  content: '';
  position: absolute;
  bottom: -31px;
  width: 42px;
  height: 42px;
  left: 50%;
  background-repeat: no-repeat;
  background-image: url("../images/lees_verder.png");
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer .row_p_bg {
  padding: 65px 0 0;
}
.footer .banner-title {
  padding-right: 0;
  padding-bottom: 0px;
}
.footer .banner-title:after {
  display: block;
  width: 85px;
  height: 100%;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  -moz-transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, -35%);
  -webkit-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
}
.footer p {
  margin: 0;
  font-size: 14px;
}
.footer p a {
  color: #322d3c;
  text-decoration: none;
}

/* ------------------------------------
    top banner Styles
------------------------------------- */
.top-banner {
  padding: 63px 15px 60px;
}
.top-banner h1 {
  color: #f4f2f2;
  position: relative;
  font-size: 33.65px;
  line-height: 3em;
}
.top-banner h1:after {
  content: '';
  position: absolute;
  bottom: -35px;
  width: 95px;
  height: 95px;
  left: 50%;
  background-repeat: no-repeat;
  background-image: url("../images/Driehoek2.png");
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  line-height: 3em;
}
.top-banner p {
  margin: 11px 0 20px 0;
  font-size: 13.5px;
  line-height: 1.7;
}

/*********************  specialist page   ***************************/
.main-specialist {
  position: relative;
}
.main-specialist__images {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}
.main-specialist__images__single {
  display: block;
  width: 100%;
  height: 20%;
  background-size: cover;
  /* background-position: 50% 50%; */
  background-repeat: no-repeat;
}
.main-specialist .bg-container .bg-block:nth-child(odd) {
  background-color: #f1eded;
}
.main-specialist__info__single {
  padding: 74px 0 30px 39px;
}
.main-specialist__info__single h2 {
  position: relative;
  line-height: 100&;
  display: table;
  margin: 0 auto;
  padding: 15px 0 40px;
}
.main-specialist__info__single h2 span.bg-later {
  z-index: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 78px;
  font-style: normal;
  color: #cbc7ca;
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top:15px;
}
.main-specialist__info__single h2 span.single-text {
  position: relative;
  z-index: 5;
}
.main-specialist__info__single p:last-child {
  margin-bottom: 0;
  line-height: 1.99;
}
.main-specialist__contact {
  position: relative;
}
.main-specialist__contact:after {
  -moz-transform: translate(-50%, 10%);
  -ms-transform: translate(-50%, 10%);
  -webkit-transform: translate(-50%, 10%);
  transform: translate(-50%, 10%);
  bottom: 0;
  left: 50%;
  position: absolute;
  content: '';
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 52.5px 110px 52.5px;
  border-color: transparent transparent #e7bda6 transparent;
}
.main-specialist__contact p {
  position: relative;
  z-index: 3;
}
.main-specialist__contact p a {
  color: #322d3c;
}

.later-center {
  position: relative;
  line-height: 0;
  display: table;
  padding: 20px 0 25px;
  margin: 0 auto;
}
.later-center span.bg-later {
  z-index: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 78px;
  font-style: normal;
  color: #cbc7ca;
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.later-center span.single-text {
  position: relative;
  z-index: 5;
}

/*********************  end specialist page   ***************************/

/*********************  voorwaarden page   ***************************/

.main-voorwaarden__info__single {
  padding: 74px 0 30px 39px;
}
.main-voorwaarden__info__single h2 {
  position: relative;
  line-height: 100&;
  display: table;
  margin: 0 auto;
  padding: 15px 0 40px;
}
.main-voorwaarden__info__single h2 span.bg-later {
  z-index: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 78px;
  font-style: normal;
  color: #cbc7ca;
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top:15px;
}
.main-voorwaarden__info__single h2 span.single-text {
  position: relative;
  z-index: 5;
}
.main-voorwaarden__info__single p:last-child {
  margin-bottom: 0;
  line-height: 1.99;
}
.main-voorwaarden__contact {
  position: relative;
}
.main-voorwaarden__contact:after {
  -moz-transform: translate(-50%, 10%);
  -ms-transform: translate(-50%, 10%);
  -webkit-transform: translate(-50%, 10%);
  transform: translate(-50%, 10%);
  bottom: 0;
  left: 50%;
  position: absolute;
  content: '';
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 52.5px 110px 52.5px;
  border-color: transparent transparent #e7bda6 transparent;
}
.main-voorwaarden__contact p {
  position: relative;
  z-index: 3;
}
.main-voorwaarden__contact p a {
  color: #322d3c;
}


/*********************  End voorwaarden Page   ***************************/

/*********************  WIE Page   ***************************/
.top-info__container {
  max-width: 602px;
}
.top-info__container h2 {
  margin-bottom: 16px;
}
.top-info__container .socials {
  list-style-type: none;
  margin: 0;
  padding: 25px 0;
  text-align: center;
}
.top-info__container .socials li {
  width: 48px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-left: -5px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-info__container .socials li:hover {
  opacity: 0.5;
}
.top-info__container .socials li a {
  position: relative;
  z-index: 5;
}
.top-info__container .socials li a i {
  color: #f4f2f2;
  font-size: 24px;
}
.top-info__container .socials li:after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: '';
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 54px 24px;
  border-color: transparent transparent #e7bda6 transparent;
}
.top-info__container .socials li:first-child {
  margin-left: 0;
}
.top-info__container .socials li:nth-child(even):after {
  bottom: -15px;
  border-width: 54px 24px 0 24px;
  border-color: #e7bda6 transparent transparent transparent;
}
.top-info__top {
  position: relative;
}
.top-info__top .top-info__banner {
  right: 41px;
  bottom: 17px;
}
.top-info__top .top-info__container {
  padding-left: 90px;
  padding-top: 53px;
}
.top-info__bottom {
  position: relative;
}
.top-info__bottom .top-info__banner {
  height: 565px;
  left: 32px;
  top: 11px;
}
.top-info__bottom .top-info__container {
  float: right;
  padding-top: 88px;
  padding-right: 90px;
  padding-bottom: 52px;
  max-width: 607px;
}
.top-info__banner {
  width: 495px;
  height: 535px;
  position: absolute;
}
.top-info__banner .image-banner-in {
  display: block;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-banner-in {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.image-banner-in:hover {
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.logos {
  padding: 41px 0 47px;
}
.logos h2 {
  position: relative;
  line-height: 3em;
}
.logos h2:after {
  content: '';
  position: absolute;
  bottom: -35px;
  width: 95px;
  height: 95px;
  left: 50%;
  background-repeat: no-repeat;
  background-image: url("../images/Driehoek2.png");
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  line-height: 3em;
}
.logos__title {
  margin-bottom: 60px;
}
.logos__img img {
  margin-bottom: 20px;
}

.partner {
  padding: 86px 0 116px;
}
.partner__text {
  padding-right: 40px;
  margin-left: -11px;
}
.partner__text h2 {
  margin-bottom: 15px;
}
.partner__list {
  display: table;
}
.partner__list ul {
  display: table-cell;
  vertical-align: bottom;
  list-style-type: none;
  margin: 0;
}
.partner__list ul li {
  font-size: 13.5px;
  line-height: 1.65rem;
}
.partner__list ul li a {
  color: #322d3c;
  font-size: 13.5px;
}

/*********************  end WIE Page   ***************************/
/**********************  POST   ******************************/
.single-posts {
  padding: 25px 0;
}
.single-posts p {
  font-size: 14px;
}

.entry-meta {
  font-size: 14px;
  color: #e6bea5;
  font-weight: 700;
  line-height: 3em;
  margin-bottom: 0;
}

.main_post_list {
  padding-top: 14px;
}
.main_post_list .posts-list h2 a {
  color: #322d3c;
}
.main_post_list main article:nth-child(even) {
  background-color: #f1eded;
}
.main_post_list .post-bg {
  padding: 40px 0 27px;
}
.main_post_list .post-bg p {
  line-height: 2.25;
}
.main_post_list .button-post {
  margin-top: 53px;
}

.load_more_bg {
  background-color: #f1eded;
  padding: 60px 0 87px;
}

.load_more {
  background-color: transparent;
  font-size: 18px;
  font-family: "Droid Serif", serif;
  color: #322d3c;
  font-style: italic;
  position: relative;
  z-index: 20;
}
.load_more:hover, .load_more:focus {
  background-color: transparent;
  outline: none;
}
.load_more:hover:after, .load_more:focus:after {
  border-width: 73px 35px 0 35px;
  border-color: #f69f6f transparent transparent transparent;
}
.load_more:after {
  left: 50%;
  position: absolute;
  content: '';
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 73px 35px 0 35px;
  border-color: #e7bda6 transparent transparent transparent;
  -moz-transform: translate(-50%, -33%);
  -ms-transform: translate(-50%, -33%);
  -webkit-transform: translate(-50%, -33%);
  transform: translate(-50%, -33%);
}

.info_and_form {
  padding: 58px 0 30px;
}
.info_and_form__title {
  padding-right: 0;
}
.info_and_form__title p {
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 1.7rem;
}
.info_and_form__title p a {
  text-decoration: none;
  color: #322d3c;
}
.info_and_form h3 {
  padding-top: 10px;
  font-size: 30px;
  margin-bottom: 25px !important;
}

.post_dop {
  padding: 48px 0 68px;
}
.post_dop .social_text {
  float: left;
  margin-top: 25px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 14px;
}
.post_dop .load_more {
  float: right;
  margin-top: 26px;
  margin-right: 20px;
}
.post_dop .load_more:after {
  top: 10px;
}
.post_dop .socials {
  list-style-type: none;
  margin: 0;
  padding: 25px 0;
  float: left;
}
.post_dop .socials li {
  width: 48px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-left: -5px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post_dop .socials li:hover {
  opacity: 0.5;
}
.post_dop .socials li a {
  position: relative;
  z-index: 5;
}
.post_dop .socials li a i {
  color: #f4f2f2;
  font-size: 24px;
}
.post_dop .socials li a:hover i {
  color: #f4f2f2;
}
.post_dop .socials li:after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: '';
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 54px 24px;
  border-color: transparent transparent #e7bda6 transparent;
}
.post_dop .socials li:first-child {
  margin-left: 0;
}
.post_dop .socials li:nth-child(even):after {
  bottom: -15px;
  border-width: 54px 24px 0 24px;
  border-color: #e7bda6 transparent transparent transparent;
}

.contact_image {
  min-height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  z-index: -5;
}

.acf-map {
  height: 100%;
}

/****************    Contact page   ******************/
/* #video-background {
  position: absolute;
  min-height: 670px;
  min-width: 100%;
  z-index: -2;
  top: 0;
} */

.divided_1 {
  display: none;
}

.divided_2 {
  display: none;
}

.active {
  display: block;
}

.image_p_video {
  position: relative;
  overflow: hidden;
}
.image_p_video a {
  font-size: 18.24px;
  background-color: #322d3c;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-family: "Droid Serif", serif;
  color: #f4f2f2;
  font-style: italic;
  top: 50%;
  left: 50%;
  padding: 65px 55px;
  z-index: 10;
	display:none;
}

/****************    FORM   ******************/
.form .gform_wrapper div.validation_error {
  display: none;
}
.form .gform_wrapper li.gfield.gfield_error, .form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  border: none;
  padding: 0;
}
.form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  display: none;
}
.form .gform_wrapper .top_label .gfield_label {
  display: none;
}
.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .form .gform_wrapper textarea.large {
  font-size: 13.5px;
  font-weight: 300;
  color: #322d3c;
  font-family: "Open Sans", sans-serif;
}
.form .gform_wrapper ul.gform_fields li.gfield {
  margin-right: 0;
  padding-right: 0;
}
.form .gform_wrapper textarea.large {
  height: 165px;
}
.form .gform_footer.top_label {
  position: relative;
}
.form .gform_footer.top_label:after {
  content: '';
  position: absolute;
  top: 38px;
  width: 42px;
  height: 42px;
  left: 50%;
  background-repeat: no-repeat;
  background-image: url(../images/lees_verder.png);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form .gform_wrapper .gform_footer input.button, .form .gform_wrapper .gform_footer input[type=submit], .form .gform_wrapper .gform_page_footer input.button, .form .gform_wrapper .gform_page_footer input[type=submit] {
  background-color: transparent;
  display: table;
  margin: auto;
  font-family: "Droid Serif", serif;
  font-style: italic;
  font-size: 18px;
  color: #312d3f;
  position: relative;
  z-index: 25;
}
.form .gform_wrapper .gform_footer input.button:focus, .form .gform_wrapper .gform_footer input[type=submit]:focus, .form .gform_wrapper .gform_page_footer input.button:focus, .form .gform_wrapper .gform_page_footer input[type=submit]:focus {
  outline: none;
}

/* MENU X LEONARD */

.menu-x {
	color: #ffffff !important;
	font-size: 28px;
	font-weight: 500 !important;
}

/* PAGINA BREEDTE VOORWAARDEN */

.voorwaarden-fullwidth {
	width:80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 50px;
}


