@import "/wp-content/themes/van-vaalen/bootstrap/css/bootstrap.min.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
@font-face {
  font-family: 'Ravie';
  src: url('http://www.vanvaalen-advies.nl/wp-content/themes/van-vaalen/fonts/Ravie.woff2') format('woff2'), url('http://www.vanvaalen-advies.nl/wp-content/themes/van-vaalen/fonts/Ravie.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.basis_font {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
.titel_font {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.background-cover {
  background-size: cover;
  background-position: center center;
}
h1,
.look-h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0;
  color: #000000;
}
h2,
.look-h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 15px;
  margin-top: 30px;
  color: #000000;
}
h3,
.look-h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.25;
}
@media (max-width: 1199px) {
  h1,
  .look-h1 {
    font-size: 30px;
  }
  h2,
  .look-h2 {
    font-size: 24px;
  }
  h3,
  .look-h3 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  h1,
  .look-h1 {
    font-size: 28px;
  }
  h2,
  .look-h2 {
    font-size: 20px;
  }
  h3,
  .look-h3 {
    font-size: 30px;
  }
}
.inputstyle {
  border: 2px solid #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}
.inputstyle:focus {
  outline: none;
  border: 2px solid #000000;
}
p {
  font-size: 16px;
  line-height: 1.75;
  color: #000000;
  font-weight: 300;
}
p b,
p strong {
  font-weight: 600;
}
.button {
  position: relative;
  background-color: #2aca35;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 80px 15px 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
.button:hover {
  background-color: #23a82c;
  text-decoration: none;
  color: #fff;
  padding-right: 100px;
}
.button:focus,
.button:active {
  outline: none;
  color: #fff;
}
.button::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 50px;
  height: 100%;
  background: center center no-repeat;
  background-color: #4dda57;
  background-size: 25px;
  background-image: url('http://www.vanvaalen-advies.nl/wp-content/themes/van-vaalen/images/van_vaalen_arrow.png');
}
.sameHeight {
  display: flex;
}
@media (max-width: 767px) {
  .sameHeight {
    display: block;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  color: #000000;
  background: #eaeff1;
}
.website-content {
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .website-content {
    border-top: 36px solid #007bc0;
    padding-top: 50px;
  }
}
.flex-row {
  display: flex;
}
@media (max-width: 767px) {
  .flex-row {
    display: block;
  }
}
@media (min-width: 768px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }
}
.container-full {
  width: 100%;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
a#swipebox-prev,
a#swipebox-next {
  top: inherit !important;
  bottom: 0 !important;
  position: absolute;
}
a#swipebox-prev {
  left: 0;
}
a#swipebox-next {
  right: 0;
}
.page-template-page-subpagina h2,
.page-template-page-subpagina .look-h2 {
  margin-bottom: 5px;
}
.pensioen h1,
.single-post h1,
.pensioen .look-h1,
.single-post .look-h1 {
  color: #007bc0;
}
.verzekering h1,
.verzekering .look-h1 {
  color: #472278;
}
.verzekering .header-image.half-image .header-image-overlay {
  background-color: #472278;
}
@media (max-width: 767px) {
  .verzekering .header-image.half-image .header-image-overlay {
    min-height: 50px !important;
  }
}
@media (max-width: 767px) {
  .header-image.half-image .header-image-overlay {
    min-height: 50px !important;
  }
}
.wit-blok-na-header {
  position: absolute;
  background: #fff;
  display: block;
  width: 100%;
  height: 320px;
}
.main-header {
  position: fixed;
  z-index: 1000;
  top: 50px;
  height: 110px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.16);
  /*

	@media (min-width: @screen-md-min) and (max-width: @screen-md-max)		{ padding: 10px 0; height: auto;
		.header-top															{ 
			.header-inner													{ 
				.header-inner-left											{ flex-direction: unset;
					.logo													{ top: -10px; margin-right: 30px; 
						img													{ max-height: 70px; }
					}
				}
				.header-inner-right											{ width: 200px; }
			}
		}
	}
	@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max)		{ padding: 10px 0; height: auto;
		.header-top															{ 
			.header-inner													{ 
				.header-inner-left											{ flex-direction: column;
					.logo													{ top: 0; left: 15px; margin-right: 30px; width: 100%; margin-bottom: 15px;
						img													{ max-height: 70px; }
					}
				}
				.header-inner-right 										{ position: absolute; right: 30px; 
					.button-block 											{ top: -30px; }
				}
			}
		}
		&.scrolled															{ height: auto; 
			.header-top														{
				.header-inner												{
					.header-inner-left										{
						.logo												{ 
							img												{ max-height: 70px; }
						}
					}
				}
			}
		}
	}*/
}
.main-header .header-top {
  width: calc(100% - 30px);
  margin: 0 auto;
}
.main-header .header-top .header-inner {
  display: flex;
  justify-content: space-between;
}
.main-header .header-top .header-inner .header-inner-left {
  display: flex;
  align-items: center;
}
@media (max-width: 1325px) {
  .main-header .header-top .header-inner .header-inner-left {
    flex-direction: column;
  }
}
.main-header .header-top .header-inner .header-inner-left .logo {
  position: relative;
  top: -20px;
  margin-right: 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .header-top .header-inner .header-inner-left .logo img {
  max-height: 110px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1325px) {
  .main-header .header-top .header-inner .header-inner-left .logo {
    margin-right: 20px;
    align-self: flex-start;
  }
  .main-header .header-top .header-inner .header-inner-left .logo img {
    max-height: 80px;
  }
}
@media (max-width: 991px) {
  .main-header .header-top .header-inner .header-inner-left .logo img {
    max-height: 80px;
  }
}
.main-header .header-top .header-inner .header-inner-left .menu {
  margin: 0;
  padding: 0;
}
@media (max-width: 1325px) {
  .main-header .header-top .header-inner .header-inner-left .menu {
    margin-left: 85px;
    margin-top: -10px;
  }
}
@media (max-width: 1199px) {
  .main-header .header-top .header-inner .header-inner-left .menu {
    /* margin-left: 76px; */
  }
}
.main-header .header-top .header-inner .header-inner-left .menu li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
}
.main-header .header-top .header-inner .header-inner-left .menu li::after {
  content: '|';
  margin: 0 10px;
}
.main-header .header-top .header-inner .header-inner-left .menu li a {
  color: #000000;
  position: relative;
}
.main-header .header-top .header-inner .header-inner-left .menu li a::after {
  content: "";
  border-bottom: 2px solid black;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  opacity: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-header .header-top .header-inner .header-inner-left .menu li a:hover::after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-header .header-top .header-inner .header-inner-left .menu li:last-child::after {
  display: none;
}
.main-header .header-top .header-inner .header-inner-left .menu li.current-menu-item a::after {
  width: 100%;
  opacity: 1;
}
.main-header .header-top .header-inner .header-inner-right {
  position: relative;
  width: 240px;
}
@media (max-width: 991px) {
  .main-header .header-top .header-inner .header-inner-right {
    position: absolute;
    right: 30px;
    top: -20px;
  }
  .main-header .header-top .header-inner .header-inner-right img {
    margin-top: -10px;
  }
}
.main-header .header-top .header-inner .header-inner-right .button-block {
  position: absolute;
  left: 0;
  width: 100%;
  top: -20px;
  border-radius: 3px;
}
.main-header.scrolled {
  top: 0;
  height: 80px;
}
.main-header.scrolled .scroll-no-padding {
  padding: 0;
}
@media (max-width: 1325px) {
  .main-header.scrolled .header-top .header-inner .header-inner-left {
    flex-direction: unset;
  }
}
.main-header.scrolled .header-top .header-inner .header-inner-left .logo {
  top: 0;
}
.main-header.scrolled .header-top .header-inner .header-inner-left .logo img {
  max-height: 80px;
  padding: 5px 0 15px;
}
@media (max-width: 1325px) {
  .main-header.scrolled .header-top .header-inner .header-inner-left .logo img {
    margin-right: 20px;
    align-self: unset;
  }
}
@media (max-width: 1100px) {
  .main-header.scrolled .header-top .header-inner .header-inner-left .logo img {
    max-height: 70px;
    margin-right: 0;
  }
}
.main-header.scrolled .header-top .header-inner .header-inner-left ul#menu-header-menu {
  margin-top: 8px;
}
@media (max-width: 1325px) {
  .main-header.scrolled .header-top .header-inner .header-inner-left ul#menu-header-menu {
    margin-left: 0px;
    align-self: unset;
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 1100px) {
  .main-header.scrolled .header-top .header-inner .header-inner-left ul#menu-header-menu {
    position: absolute;
  }
}
@media (max-width: 1100px) {
  .main-header.scrolled .header-top .header-inner .header-inner-left ul#menu-header-menu li::after {
    margin: 5px;
  }
}
@media (max-width: 1100px) {
  .main-header.scrolled .header-top .header-inner .header-inner-right {
    width: 160px;
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .main-header.scrolled .header-top .header-inner .header-inner-right {
    margin-top: 100px;
  }
}
.main-header.scrolled .header-top .header-inner .header-inner-right .button-block {
  top: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0;
}
@media (max-width: 1100px) {
  .main-header.scrolled .header-top .header-inner .header-inner-right .button-block {
    padding: 10px 8px 10px;
  }
  .main-header.scrolled .header-top .header-inner .header-inner-right .button-block a {
    font-size: 14px;
  }
  .main-header.scrolled .header-top .header-inner .header-inner-right .button-block a img {
    max-width: 17px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .main-header {
    top: 0;
    height: auto;
  }
  .main-header .header-top {
    padding: 10px 0;
  }
  .main-header .header-top .header-inner {
    display: block;
  }
  .main-header .header-top .header-inner .header-inner-left {
    justify-content: space-between;
  }
  .main-header .header-top .header-inner .header-inner-left .logo {
    top: 0;
  }
  .main-header .header-top .header-inner .header-inner-left .logo img {
    max-height: 65px;
  }
  .main-header .header-top .header-inner .header-inner-left .menu {
    display: none;
  }
  .main-header .header-top .header-inner .header-inner-right {
    display: none;
  }
}
.button-block {
  background: #2aca35;
  padding: 15px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-block a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.button-block a img {
  max-width: 24px;
  margin-right: 15px;
}
.button-block hr {
  margin: 10px 0;
}
#resp_nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9399999999999999);
  z-index: 999;
  padding-top: 100px;
}
#resp_nav .nav {
  padding: 0;
  margin: 0;
}
#resp_nav .nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#resp_nav .nav ul li {
  position: relative;
  display: inline-block;
  padding: 8px 10px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#resp_nav .nav ul li a {
  display: inline-block;
  color: #000000;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#resp_nav .nav ul li a:hover,
#resp_nav .nav ul li a:active {
  color: #007bc0;
  text-decoration: none;
}
#resp_nav .nav ul li.current-menu-item a,
#resp_nav .nav ul li.current_page_parent a {
  color: #007bc0;
}
#resp_nav .nav ul li.li-show {
  opacity: 1;
}
#resp_nav .nav ul li.li-hr {
  height: 2px;
  background: #fff;
  padding: 0;
  max-width: 90px;
  display: block;
  margin: 10px auto;
}
#resp_nav.in {
  -webkit-transform: rotate(0deg) scale(1) translateY(0) translateX(0);
  -moz-transform: rotate(0deg) scale(1) translateY(0) translateX(0);
  -o-transform: rotate(0deg) scale(1) translateY(0) translateX(0);
  -ms-transform: rotate(0deg) scale(1) translateY(0) translateX(0);
  transform: rotate(0deg) scale(1) translateY(0) translateX(0);
  display: block;
}
#resp_nav .button-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#resp_nav .button-block a {
  justify-content: center;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 0;
  margin: 10px 0 0 0;
  display: inline-block;
  color: white;
  display: none;
}
.navbar-toggle .hamburger-menu {
  float: left;
}
.navbar-toggle .icon-bar {
  position: relative;
  background: #007bc0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-toggle .menu {
  position: relative;
  float: left;
  color: #007bc0;
  font-size: 17px;
  margin: -3px 0 -5px 8px;
}
.navbar-toggle.responsive-nav-close .hamburger-menu .icon-bar-2 {
  opacity: 0;
}
.navbar-toggle.responsive-nav-close .hamburger-menu .icon-bar-1 {
  -webkit-transform: rotate(45deg) scale(1) translateY(0) translateX(0);
  -moz-transform: rotate(45deg) scale(1) translateY(0) translateX(0);
  -o-transform: rotate(45deg) scale(1) translateY(0) translateX(0);
  -ms-transform: rotate(45deg) scale(1) translateY(0) translateX(0);
  transform: rotate(45deg) scale(1) translateY(0) translateX(0);
  top: 6px;
}
.navbar-toggle.responsive-nav-close .hamburger-menu .icon-bar-3 {
  -webkit-transform: rotate(-45deg) scale(1) translateY(0) translateX(0);
  -moz-transform: rotate(-45deg) scale(1) translateY(0) translateX(0);
  -o-transform: rotate(-45deg) scale(1) translateY(0) translateX(0);
  -ms-transform: rotate(-45deg) scale(1) translateY(0) translateX(0);
  transform: rotate(-45deg) scale(1) translateY(0) translateX(0);
  bottom: 6px;
}
@media (max-width: 767px) {
  .navbar-toggle {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 32px;
  }
}
.header-image {
  position: relative;
}
.header-image.front-page {
  min-height: 700px;
}
@media (max-width: 1199px) {
  .header-image.front-page {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .header-image.front-page {
    min-height: 440px;
  }
}
.header-image.page {
  min-height: 200px;
}
.header-image .header-image-overlay {
  z-index: 2;
}
.header-image .header-image-image {
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}
.header-image.full-image .header-image-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.header-image.half-image .header-image-overlay {
  position: relative;
  top: 0;
  left: 0;
  min-height: 200px;
  min-width: 50%;
  max-width: 50%;
  background: #007bc0;
  padding-top: 160px;
}
.header-image.half-image .header-image-overlay .header-image-content {
  position: relative;
  z-index: 1;
  padding-right: 30px;
}
.header-image.half-image .header-image-overlay .header-image-content .header-hoofdpagina-content * {
  color: #fff;
}
.header-image.half-image .header-image-overlay .header-image-content .header-hoofdpagina-content .button {
  top: 10px;
}
@media (max-width: 767px) {
  .header-image.half-image .header-image-overlay .header-image-content .header-hoofdpagina-content .button {
    top: -20px;
  }
}
@media (max-width: 767px) {
  .header-image.half-image .header-image-overlay .header-image-content .header-hoofdpagina-content {
    padding-left: 20px !important;
  }
}
.header-image.half-image .header-image-image {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 50%;
}
.header-image.half-image.quart .header-image-overlay {
  min-width: 65%;
  max-width: 65%;
}
.header-image.half-image.quart .header-image-image {
  position: absolute;
  top: 0;
  left: 65%;
  height: 100%;
  width: 35%;
}
@media (max-width: 767px) {
  .header-image.half-image .header-image-overlay {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }
  .header-image.half-image .header-image-image {
    position: relative;
    width: 100%;
    height: 150px;
    left: 0;
  }
  .header-image.half-image.quart .header-image-overlay {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }
  .header-image.half-image.quart .header-image-image {
    position: relative;
    width: 100%;
    height: 150px;
    left: 0;
  }
}
.breadcrumbs {
  padding: 10px 0 10px 15px;
  color: #fff;
}
.breadcrumbs span,
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs a {
  opacity: .5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  opacity: 1;
}
.content-body {
  background: #fff;
  padding: 60px;
  margin-bottom: 60px;
}
.content-body img.aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .content-body {
    padding: 30px;
  }
}
.max-width-blok {
  max-width: 1350px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home .website-content {
    border-top: 0;
  }
}
.home .header-image {
  z-index: 0;
}
.home .header-image .banner-tekst {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  left: 20%;
  z-index: 10;
  padding-bottom: 150px;
}
.home .header-image .banner-tekst span {
  color: #fff;
}
.home .header-image .banner-tekst .banner-tekst-1 {
  display: block;
  font-weight: 300;
  font-style: italic;
  font-size: 36px;
}
.home .header-image .banner-tekst .banner-tekst-2 {
  display: block;
  font-size: 50px;
}
.home .header-image .banner-tekst .bottom-regel {
  display: block;
  max-width: 500px;
  margin-top: 20px;
}
.home .header-image .banner-tekst .bottom-regel .banner-tekst-3 {
  font-size: 24px;
}
.home .header-image .banner-tekst .bottom-regel .banner-tekst-4 {
  font-size: 24px;
  font-family: 'Ravie', sans-serif;
}
@media (max-width: 767px) {
  .home .header-image .banner-tekst .bottom-regel .banner-tekst-3,
  .home .header-image .banner-tekst .bottom-regel .banner-tekst-4 {
    font-size: 17px;
  }
}
.home .header-image .banner-tekst .button {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .home .header-image .banner-tekst {
    width: 100%;
    left: 0;
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .header-image .banner-tekst .look-h1 {
    font-size: 40px;
  }
  .home .header-image .banner-tekst .look-h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .home .header-image .banner-tekst {
    padding-bottom: 100px;
  }
  .home .header-image .banner-tekst .look-h1 {
    font-size: 28px;
  }
  .home .header-image .banner-tekst .look-h2 {
    font-size: 24px;
  }
}
.home .home-intro {
  background: #fff;
  margin-bottom: 80px;
}
.home .home-intro .min-margin-blok {
  margin-top: -45px;
  z-index: 999;
  margin-bottom: 0;
}
.home .home-intro .content-body {
  margin-bottom: 0;
  padding: 60px 100px;
}
@media (max-width: 767px) {
  .home .home-intro .content-body {
    padding: 60px 20px;
  }
}
.home .full-width-garanties {
  height: auto;
  padding: 0;
  display: flex;
  background: #fff;
}
.home .full-width-garanties::before {
  padding-top: 0;
}
.home .full-width-garanties .garanties-left-blok {
  width: 40%;
  padding: 30px;
}
@media (max-width: 1199px) {
  .home .full-width-garanties .garanties-left-blok {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .home .full-width-garanties .garanties-left-blok {
    width: 100%;
    padding: 30px 20px;
  }
}
.home .full-width-garanties .garanties-left-blok p,
.home .full-width-garanties .garanties-left-blok li,
.home .full-width-garanties .garanties-left-blok i {
  color: #000;
}
.home .full-width-garanties .garanties-image {
  width: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .home .full-width-garanties .garanties-image {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .home .full-width-garanties .garanties-image {
    width: 100%;
    height: 240px;
  }
}
@media (max-width: 991px) {
  .home .full-width-garanties {
    display: block;
  }
}
@media (max-width: 991px) {
  .home .white-phone {
    background: #fff;
  }
}
.home .nieuws-items .info-blok {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.home .nieuws-items .info-blok:hover {
  -webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-post .website-content .content-container {
  margin-top: 45px;
}
.single-post .website-content .content-container .post-date {
  font-style: italic;
  margin-bottom: 20px;
  display: block;
}
.single-post .website-content .content-container .post-title {
  margin-bottom: 30px;
}
.single-post .website-content .content-container .footer-bericht {
  background: #fff;
  position: relative;
  display: block;
  margin-bottom: 60px;
  width: 100%;
  padding: 30px 60px;
}
@media (max-width: 767px) {
  .single-post .website-content .content-container .footer-bericht {
    padding-top: 110px;
    text-align: center;
  }
}
.single-post .website-content .content-container .footer-bericht .share-bericht {
  display: inline-block;
}
@media (max-width: 767px) {
  .single-post .website-content .content-container .footer-bericht .share-bericht {
    margin: 0 auto;
  }
}
.single-post .website-content .content-container .footer-bericht .share-bericht .ssba-share-text {
  font-size: 15px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .single-post .website-content .content-container .footer-bericht .share-bericht .ssba-share-text {
    display: block;
    text-align: center;
    margin: 0 0 15px;
  }
}
.single-post .website-content .content-container .footer-bericht .auteur-bericht {
  position: absolute;
  width: 200px;
  height: 200px;
  right: 60px;
  top: -110px;
  border: 5px solid white;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .single-post .website-content .content-container .footer-bericht .auteur-bericht {
    margin: 0 auto;
    right: calc(50% - 100px);
  }
}
.blokken {
  display: flex;
  margin-bottom: 60px;
}
.blokken.blokken-wrap {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.blokken.blokken-wrap div[class^="col"] {
  margin-bottom: 30px;
}
.blokken.nieuws-items {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .blokken {
    display: block;
  }
}
.nieuws-button {
  margin-bottom: 60px;
  text-align: center;
}
.nieuws-button a {
  color: #000000;
}
.info-blok {
  position: relative;
  background-color: #fff;
  padding: 50px;
  height: 100%;
}
.info-blok::before {
  content: '';
  padding-top: 100%;
  display: block;
  float: left;
}
.info-blok .title {
  color: #000000;
}
@media (max-width: 991px) {
  .info-blok {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .info-blok::before {
    padding-top: 0;
  }
}
.met-klik .button-corner {
  position: absolute;
  cursor: pointer;
  right: 0;
  bottom: 0;
  display: block;
  height: 80px;
  width: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: center center no-repeat;
  background-color: #87b7de;
  background-size: 30px;
  background-image: url('http://www.vanvaalen-advies.nl/wp-content/themes/van-vaalen/images/van_vaalen_arrow.png');
}
.met-klik:hover .button-corner {
  width: 80px;
}
.met-klik.blog-blok .button-corner {
  background-color: rgba(255, 255, 255, 0.2);
}
.met-klik.blog-item .content p {
  color: unset;
}
body.verzekering .button-corner {
  background-color: #654b88;
}
body.verzekering .nieuws-blok .button-corner {
  background-color: transparent;
}
.contact-blok .content a {
  color: #000000;
}
.contact-blok .button {
  margin-top: 40px;
}
.garanties-blok {
  background-color: #007bc0;
}
.garanties-blok * {
  color: #fff;
}
.garanties-blok ul {
  padding: 0;
  margin: 0;
}
.garanties-blok ul li {
  position: relative;
  list-style: none;
  padding-left: 25px;
  margin-bottom: 15px;
}
.garanties-blok ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.advies-blok.verzekering-advies {
  background-color: #472278;
}
.advies-blok.verzekering-advies .button-corner {
  background-color: #654b88;
}
.advies-blok.pensioen-advies {
  background-color: #007bc0;
}
.advies-blok.pensioen-advies .button-corner {
  background-color: #87b7de !important;
}
.advies-blok * {
  color: #fff;
}
.advies-blok .top-image {
  width: 60px;
  height: 60px;
  background: center center no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
.advies-blok .top-italic {
  font-style: italic;
  margin-bottom: 0;
  font-size: 18px;
}
.nieuws-blok .button-corner {
  background-color: transparent;
  background-image: url('http://www.vanvaalen-advies.nl/wp-content/themes/van-vaalen/images/van_vaalen_referentie_arrow.png');
}
.contact-section {
  position: relative;
  padding: 60px 0;
  margin-bottom: 60px;
  height: 100%;
}
.contact-section.contact-wit {
  background-color: #fff;
  padding-right: 15px;
}
.contact-section.contact-wit::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background: inherit;
}
.contact-section.contact-wit .contact-pagina-gegevens p {
  position: relative;
  padding-left: 25px;
  color: #007bc0;
}
.contact-section.contact-wit .contact-pagina-gegevens p i {
  position: absolute;
  top: 5px;
  left: 0;
}
@media (max-width: 991px) {
  .contact-section {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .contact-section.contact-wit {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-section.contact-wit::before {
    display: none;
  }
}
.header-hoofdpagina-content {
  padding-top: 45px;
}
.header-hoofdpagina-content .intro-icon {
  margin-bottom: 25px;
}
.header-hoofdpagina-content .hoofdpagina-intro-tekst {
  display: block;
  margin-bottom: 40px;
}
.hoofdpagina-intro {
  background: #fff;
  padding: 60px 0;
  margin-bottom: 60px;
}
.hoofdpagina-intro .lees-meer-slide {
  display: none;
}
.hoofdpagina-intro .lees-meer-tag {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  color: #007bc0;
  padding: 10px 35px 10px 0;
  position: relative;
}
.hoofdpagina-intro .lees-meer-tag::after {
  content: "";
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 13px;
  display: block;
  height: 15px;
  width: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: center center no-repeat;
  background-size: cover;
  background-image: url('http://www.vanvaalen-advies.nl/wp-content/themes/van-vaalen/images/van_vaalen_lees_meer_blauw_arrow.png');
}
.hoofdpagina-intro .lees-meer-tag:hover::after {
  top: 18px;
}
.hoofdpagina-intro .lees-meer-tag.lees-meer-open::after {
  -webkit-transform: rotate(180deg) scale(1) translateY(0) translateX(0);
  -moz-transform: rotate(180deg) scale(1) translateY(0) translateX(0);
  -o-transform: rotate(180deg) scale(1) translateY(0) translateX(0);
  -ms-transform: rotate(180deg) scale(1) translateY(0) translateX(0);
  transform: rotate(180deg) scale(1) translateY(0) translateX(0);
  transform-origin: center;
}
.hoofdpagina-intro .lees-meer-tag.lees-meer-open:hover::after {
  top: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.verzekering .hoofdpagina-intro .lees-meer-tag {
  color: #472278;
}
body.verzekering .hoofdpagina-intro .lees-meer-tag::after {
  background-image: url('http://www.vanvaalen-advies.nl/wp-content/themes/van-vaalen/images/van_vaalen_lees_meer_paars_arrow.png');
}
.wpcf7 br {
  display: none;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 15px;
  border: none;
}
.wpcf7 input[type=text]:hover,
.wpcf7 input[type=email]:hover,
.wpcf7 textarea:hover,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 textarea:focus {
  outline: 2px solid #007bc0;
}
.wpcf7 textarea {
  resize: vertical;
  min-height: 100px;
  max-height: 300px;
  height: 200px;
}
.wpcf7 small {
  margin-bottom: 10px;
  display: block;
}
.wpcf7 input[type=submit] {
  position: relative;
  background-color: #2aca35;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 80px 15px 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  padding: 15px 50px;
}
.wpcf7 input[type=submit]:hover {
  background-color: #23a82c;
  text-decoration: none;
  color: #fff;
  padding-right: 100px;
}
.wpcf7 input[type=submit]:focus,
.wpcf7 input[type=submit]:active {
  outline: none;
  color: #fff;
}
.wpcf7 input[type=submit]::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 50px;
  height: 100%;
  background: center center no-repeat;
  background-color: #4dda57;
  background-size: 25px;
  background-image: url('http://www.vanvaalen-advies.nl/wp-content/themes/van-vaalen/images/van_vaalen_arrow.png');
}
.wpcf7 input[type=submit]:hover {
  padding: 15px 60px;
}
.main-footer .vva-werkt-voor {
  position: relative;
  z-index: 1;
  background: #007bc0;
  padding: 50px 30px 100px 30px;
  text-align: center;
}
.main-footer .vva-werkt-voor .look-h3 {
  color: #fff;
  margin-bottom: 50px;
}
.main-footer .vva-werkt-voor .vva-werkt-voor-logos .logo {
  display: inline-block;
  width: 150px;
  margin: 0 15px;
  height: 80px;
  background: center center no-repeat;
  background-size: contain;
}
.main-footer .footer-image {
  position: relative;
  margin-top: -100px;
  padding-top: 200px;
  padding-bottom: 100px;
  background: center center no-repeat;
  background-size: cover;
}
.main-footer .footer-image .footer-image-content {
  position: relative;
  background: #fff;
  padding: 75px 75px 30px 75px;
  display: block;
}
.main-footer .footer-image .footer-image-content::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background: center center no-repeat;
  background-size: contain;
  background-image: url('http://www.vanvaalen-advies.nl/wp-content/themes/van-vaalen/images/quote.png');
}
.main-footer .footer-image .footer-image-content .footer-image-content-quote p {
  font-style: italic;
  margin-bottom: 30px;
}
.main-footer .footer-image .footer-image-content .footer-image-content-from p {
  font-weight: 700;
  margin-bottom: 0;
}
.main-footer .footer-image .footer-image-content .footer-image-content-arrow {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 20px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: center center no-repeat;
  background-size: contain;
  background-image: url('http://www.vanvaalen-advies.nl/wp-content/themes/van-vaalen/images/van_vaalen_referentie_arrow.png');
}
.main-footer .footer-image .footer-image-content:hover .footer-image-content-arrow {
  right: 20px;
}
.main-footer .top-footer {
  padding-top: 100px;
}
.main-footer .top-footer .footer-menu-block .titel {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.75;
}
.main-footer .top-footer .footer-menu-block .menu {
  padding: 0;
  margin: 0;
}
.main-footer .top-footer .footer-menu-block .menu li {
  list-style: none;
}
.main-footer .top-footer .footer-menu-block .menu li a {
  color: #000000;
  line-height: 1.75;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-footer .top-footer .footer-menu-block .menu li a:hover {
  padding-left: 5px;
}
.main-footer .top-footer .footer-menu-block .menu li.current-menu-item a {
  color: #007bc0;
}
.main-footer .top-footer .footer-personal {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 30px;
  margin-top: 40px;
  display: flex;
}
.main-footer .top-footer .footer-personal .footer-personal-left {
  width: calc(100% - 200px);
}
.main-footer .top-footer .footer-personal .footer-personal-left .footer-personal-content p {
  font-size: 24px;
}
.main-footer .top-footer .footer-personal .footer-personal-left .footer-personal-content span {
  font-size: 24px;
  font-family: 'Ravie', sans-serif;
}
.main-footer .top-footer .footer-personal .footer-personal-left .footer-personal-images {
  margin-top: 20px;
}
.main-footer .top-footer .footer-personal .footer-personal-left .footer-personal-images img {
  max-height: 50px;
  margin-right: 15px;
}
.main-footer .top-footer .footer-personal .footer-personal-right {
  position: relative;
  width: 200px;
  margin-top: -70px;
  margin-bottom: -10px;
}
.main-footer .top-footer .footer-personal .footer-personal-right .footer-personal-image {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: center center no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  box-sizing: content-box;
}
.main-footer .top-footer .footer-personal .footer-personal-right .footer-personal-linkedin {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007bc0;
}
.main-footer .top-footer .footer-personal .footer-personal-right .footer-personal-linkedin i {
  color: #fff;
}
.main-footer .top-footer .footer-personal .footer-personal-right .share-bericht {
  margin-top: -50px;
  margin-left: -80px;
}
.main-footer .top-footer .footer-personal .footer-personal-right .share-bericht .ssba-share-text,
.main-footer .top-footer .footer-personal .footer-personal-right .share-bericht .ssba_email_share {
  display: none;
}
@media (max-width: 767px) {
  .main-footer .top-footer .footer-personal .footer-personal-right .share-bericht {
    margin: 20px auto 0 auto;
    width: 141px;
  }
}
.main-footer .bottom-footer {
  position: relative;
  background: #007bc0;
  padding: 20px 0;
}
.main-footer .bottom-footer::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 20px;
  background-color: inherit;
}
.main-footer .bottom-footer .footer-colofon {
  display: flex;
  justify-content: center;
}
.main-footer .bottom-footer .footer-colofon span {
  font-size: 16px;
  color: #fff;
}
.main-footer .bottom-footer .footer-colofon ul {
  margin: 0;
  padding: 0;
}
.main-footer .bottom-footer .footer-colofon ul li {
  list-style: none;
  display: inline-block;
}
.main-footer .bottom-footer .footer-colofon ul li::before {
  content: '|';
  color: #fff;
  margin: 0 10px;
}
.main-footer .bottom-footer .footer-colofon ul li a {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 991px) {
  .main-footer .vva-werkt-voor {
    padding-bottom: 50px;
  }
  .main-footer .vva-werkt-voor .look-h3 {
    margin-bottom: 30px;
  }
  .main-footer .vva-werkt-voor .vva-werkt-voor-logos {
    flex-wrap: wrap;
  }
  .main-footer .vva-werkt-voor .vva-werkt-voor-logos .logo {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .main-footer .vva-werkt-voor {
    padding: 30px 15px 20px 15px;
  }
  .main-footer .vva-werkt-voor .vva-werkt-voor-logos {
    flex-wrap: wrap;
  }
  .main-footer .vva-werkt-voor .vva-werkt-voor-logos .logo {
    width: 140px;
    margin: 0 8px 30px 8px;
  }
  .main-footer .footer-image {
    margin-top: -50px;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .main-footer .footer-image .footer-image-content {
    padding: 50px 30px 30px 30px;
  }
  .main-footer .footer-image .footer-image-content::before {
    top: 10px;
    left: 10px;
  }
  .main-footer .top-footer {
    padding-top: 50px;
  }
  .main-footer .top-footer .footer-menu-block {
    margin-bottom: 20px;
  }
  .main-footer .top-footer .footer-personal {
    display: block;
  }
  .main-footer .top-footer .footer-personal .footer-personal-left {
    width: 100%;
  }
  .main-footer .top-footer .footer-personal .footer-personal-right {
    margin: 30px auto 0 auto;
  }
  .main-footer .top-footer .footer-personal .footer-personal-right .footer-personal-image {
    border: none;
  }
  .main-footer .bottom-footer::before {
    height: 30px;
  }
  .main-footer .bottom-footer .footer-colofon {
    display: block;
    text-align: center;
  }
  .main-footer .bottom-footer .footer-colofon ul li {
    display: block;
    margin-top: 5px;
  }
  .main-footer .bottom-footer .footer-colofon ul li::before {
    display: none;
  }
}
