@font-face {
  font-family: 'Museo Sans Rounded';
  src: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../fonts/MuseoSansRounded-900.woff2') format('woff2'), url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../fonts/MuseoSansRounded-900.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Museo Sans Rounded';
  src: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../fonts/MuseoSansRounded-300.woff2') format('woff2'), url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../fonts/MuseoSansRounded-300.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Museo Sans Rounded';
  src: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../fonts/MuseoSansRounded-500.woff2') format('woff2'), url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../fonts/MuseoSansRounded-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
.basic-font {
  font-family: 'Museo Sans Rounded', sans-serif;
  font-weight: 300;
}
.titel-font {
  font-family: 'Paytone One', sans-serif;
  font-weight: 300;
}
.regular {
  font-weight: 300;
}
.semibold {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
html,
body {
  font-family: 'Museo Sans Rounded', sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 991px) {
  html,
  body {
    font-size: calc(16px - 1px);
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: calc(16px - 2px);
  }
}
h1,
.look-h1 {
  font-family: 'Paytone One', sans-serif;
  font-weight: 300;
  font-size: 2.75rem;
  line-height: 1.09090909;
  margin-bottom: 2rem;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  h1,
  .look-h1 {
    font-size: 2.25rem;
  }
}
h2,
.look-h2 {
  font-family: 'Paytone One', sans-serif;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  h2,
  .look-h2 {
    font-size: 1.5rem;
  }
}
h3,
.look-h3 {
  font-family: 'Paytone One', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.16666667;
  margin-bottom: 1rem;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  h3,
  .look-h3 {
    font-size: 1.2rem;
  }
}
h4,
.look-h4 {
  font-family: 'Paytone One', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  h4,
  .look-h4 {
    font-size: 1.15rem;
  }
}
h5,
.look-h5 {
  font-family: 'Paytone One', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: .75rem;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  h5,
  .look-h5 {
    font-size: 1.15rem;
  }
}
p,
span,
a,
li,
.look-p {
  color: #000000;
  line-height: 1.5;
}
p {
  margin-bottom: 1.5em;
}
p b,
p strong {
  font-weight: 700;
}
p i,
p em {
  font-style: italic;
}
span,
a,
li {
  color: #000000;
  line-height: 1.5;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
li {
  margin-bottom: 0;
}
sup {
  font-size: 75%;
  vertical-align: super;
  content: "+";
}
sub {
  font-size: 75%;
  vertical-align: bottom;
  content: "+";
}
small,
.small {
  font-size: .8rem;
}
a {
  color: #f1850f;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
*::selection {
  background: #28b9d1;
  color: #ffffff;
}
*::-moz-selection {
  background: #28b9d1;
  color: #ffffff;
}
.next-link,
.prev-link {
  position: relative;
  color: #000000;
  font-weight: 500;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/chevron-prev.svg');
  background-position: center left .25rem;
  padding: 0 0 0 1.25rem;
  background-repeat: no-repeat;
  transition: .3s ease;
}
.next-link:after,
.prev-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.next-link:hover,
.prev-link:hover {
  color: #000000;
}
.next-link:hover:after,
.prev-link:hover:after {
  width: 100%;
}
.next-link.reverse,
.prev-link.reverse {
  right: 0;
  left: auto;
}
.next-link.reverse:hover,
.prev-link.reverse:hover {
  background-position: left 0px center;
}
.next-link:hover,
.prev-link:hover {
  color: #000000;
  background-position: center left 0rem;
}
.next-link:hover::after,
.prev-link:hover::after {
  display: none !important;
}
.next-link.orange,
.prev-link.orange {
  color: #f1850f;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/chevron-prev-orange.svg');
}
.next-link {
  position: relative;
  padding: 0 1.25rem 0 0;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/chevron-next.svg');
  background-position: center right .25rem;
}
.next-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.next-link:hover {
  color: #000000;
}
.next-link:hover:after {
  width: 100%;
}
.next-link.reverse {
  right: 0;
  left: auto;
}
.next-link.reverse:hover {
  background-position: left 0px center;
}
.next-link:hover {
  background-position: center right 0rem;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.none {
  display: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.inline-flex {
  display: inline-flex;
  flex-wrap: wrap;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.background-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-shadow {
  box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.05);
}
.box-shadow-block {
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.03);
}
.box-shadow-hover {
  box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.1);
}
.fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.rounded {
  border-radius: .5rem;
}
.gradient-black-transparent {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 22%, rgba(0, 0, 0, 0) 50%);
}
.gradient-white-transparent {
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
}
.hyphenate {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.center-items {
  align-items: center;
}
.relative-row {
  position: relative;
}
.container {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.container .row {
  margin-left: -10px;
  margin-right: -10px;
}
.container div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1220px;
  }
}
.website-content {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.website-content ul:not(.nav):not(.no-list-style):not(.voordelen):not(.menu) {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
}
.website-content ul:not(.nav):not(.no-list-style):not(.voordelen):not(.menu) li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.website-content ul:not(.nav):not(.no-list-style):not(.voordelen):not(.menu) li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.website-content ul:not(.nav):not(.no-list-style):not(.voordelen):not(.menu).white li {
  color: #ffffff !important;
}
.website-content ul:not(.nav):not(.no-list-style):not(.voordelen):not(.menu).two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .website-content ul:not(.nav):not(.no-list-style):not(.voordelen):not(.menu).two-column {
    column-count: 1;
  }
}
.website-content ul:not(.nav):not(.no-list-style):not(.voordelen):not(.menu):last-child {
  margin-bottom: 0;
}
.website-content > div:last-of-type:not(.module-overzicht):not(#fb-pxl-ajax-code) {
  margin-bottom: 1.75rem !important;
}
.ul-styling {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
}
.ul-styling li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.ul-styling li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.ul-styling.white li {
  color: #ffffff !important;
}
.ul-styling.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .ul-styling.two-column {
    column-count: 1;
  }
}
.ul-styling:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .margin-bottom {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .margin-bottom {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 3.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .margin-bottom-small {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .margin-bottom-small {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .margin-bottom-small {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .padding-bottom {
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .padding-bottom {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .padding-bottom {
    padding-bottom: 3.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .padding-top {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .padding-top {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top {
    padding-top: 3.5rem;
  }
}
.play-button-styling {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  border: none;
  background: none;
}
.play-button-styling::before {
  content: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/play-button.svg');
  border-radius: 200px;
}
.video-js {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-js:hover button.vjs-big-play-button,
.video-js:focus button.vjs-big-play-button {
  background: none;
}
.video-js.vjs-has-started::before {
  display: none;
}
.video-js button.vjs-big-play-button {
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  border: none;
  background: none;
}
.video-js button.vjs-big-play-button .vjs-icon-placeholder {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  border: none;
  background: none;
}
.video-js button.vjs-big-play-button .vjs-icon-placeholder::before {
  content: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/play-button.svg');
  border-radius: 200px;
}
.video-js button.vjs-big-play-button:hover {
  opacity: .9;
}
.video-js .vjs-control-bar {
  background: #ffffff;
}
.video-js.externe-video {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.video-js.externe-video a {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  border: none;
  background: none;
}
.video-js.externe-video a::before {
  content: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/play-button.svg');
  border-radius: 200px;
}
html.open-popup {
  overflow: hidden;
}
/*
.logged-in 							{
	.responsive-nav 				{ margin-top: 32px; }
}
*/
@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }
  /*
	.logged-in 						{
		.responsive-nav 			{ margin-top: 46px; }
	}
*/
}
#old-ie-banner {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #f12525;
  padding: .5rem 0;
  position: fixed;
  bottom: 0;
  z-index: 1500;
}
#old-ie-banner p {
  color: #ffffff;
  margin-bottom: 0;
}
.button {
  position: relative;
  font-family: 'Museo Sans Rounded', sans-serif;
  font-weight: 300;
  display: inline-block;
  border: 1px solid #f1850f;
  background-color: #f1850f;
  color: #ffffff;
  font-size: 1rem;
  padding: .5rem 2rem;
  border-radius: 200px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button:hover:not(.button:hover.disabled),
.button.hoverbutton:not(.button:hover.disabled),
.button:hover:not(.button.hoverbutton.disabled),
.button.hoverbutton:not(.button.hoverbutton.disabled) {
  background-color: #cb700c;
  border-color: #cb700c;
  text-decoration: none;
  color: #ffffff;
}
.button:focus,
.button:active {
  outline: none !important;
  color: #ffffff;
}
.button.disabled {
  opacity: .5;
  cursor: not-allowed;
}
.button.white {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-arrow-right.svg');
}
.button.white:hover {
  background-color: #cb700c;
  color: #ffffff;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-arrow-right-white.svg');
}
.button.big {
  font-size: 1.375rem;
}
.button.ghost {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.button.ghost:hover,
.button.ghost .hoverghostbutton {
  color: #28b9d1 !important;
  border-color: #28b9d1;
}
.button.ghost:hover a,
.button.ghost .hoverghostbutton a {
  color: #28b9d1 !important;
}
.button.ghost.orange {
  border-color: #f1850f;
  color: #f1850f;
}
.button.ghost.orange:hover,
.button.ghost.orange .hoverghostbuttonorange {
  color: #ffffff !important;
  border-color: #f1850f;
  background-color: #f1850f;
}
.button.ghost.orange:hover a,
.button.ghost.orange .hoverghostbuttonorange a {
  color: #f1850f !important;
}
.button.ghost.download {
  cursor: pointer;
}
.button.ghost.download::before {
  content: "";
  width: 20px;
  height: 18px;
  margin-right: .5rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-download.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button.ghost.download:hover::before {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-download-white.svg');
}
.button.ghost.download_2 {
  margin-top: 1rem;
}
.button.ghost.cart {
  cursor: pointer;
}
.button.ghost.cart::before {
  content: "";
  width: 20px;
  height: 18px;
  margin-right: .5rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-cart.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button.ghost.cart:hover::before {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-cart-white.svg');
}
.button.with-icon {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent;
  color: #f1850f;
}
.button.with-icon.active {
  background-color: #f1850f;
  color: #ffffff;
}
.button.with-icon img {
  margin-right: .5rem;
}
.button.search-button {
  cursor: pointer;
  background-color: #f1850f;
  color: #ffffff;
}
.button.search-button::before {
  content: "";
  width: 20px;
  height: 18px;
  margin-right: .5rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/search-icon-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button.search-button:hover {
  /* 			&::before 				{ background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-download-white.svg'); } */
}
@media only screen and (max-width: 767px) {
  .button {
    padding: .5rem 1.25rem;
    max-width: 100%;
  }
}
.hoverbutton {
  background-color: #cb700c;
  border-color: #cb700c;
  text-decoration: none;
  color: #ffffff;
}
.hoverghostbutton {
  color: #28b9d1 !important;
  border-color: #28b9d1;
}
.hoverghostbuttonorange {
  color: #ffffff !important;
  border-color: #f1850f;
  background-color: #f1850f;
}
.text-link {
  position: relative;
}
.text-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.text-link:hover {
  color: #000000;
}
.text-link:hover:after {
  width: 100%;
}
.text-link.reverse {
  right: 0;
  left: auto;
}
.text-link.reverse:hover {
  background-position: left 0px center;
}
.link-text {
  position: relative;
}
.link-text::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.link-text:hover::after {
  width: 100%;
}
.link-text.button::after {
  display: none;
}
@supports (-ms-ime-align:auto) {
  .button {
    background-position: calc(100% - 1.5rem) center !important;
  }
  .button:hover {
    background-position: calc(100% - 1rem) center !important;
  }
}
.input-font-color {
  color: #000000;
}
.input-border-radius {
  border-radius: 4px;
}
.input-background {
  background-color: #ffffff;
}
.input-box-shadow {
  /*box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);*/
}
.input-border {
  border: 1px solid #9e9e9e;
}
.input-weight {
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .default-block {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .default-block {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .default-block {
    margin-bottom: 3.5rem;
  }
}
.default-block.no-margin {
  margin-bottom: 0;
}
.default-block .tekst ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-weight: 500;
}
.default-block .tekst ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.default-block .tekst ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.default-block .tekst ul.white li {
  color: #ffffff !important;
}
.default-block .tekst ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .default-block .tekst ul.two-column {
    column-count: 1;
  }
}
.default-block .tekst ul:last-child {
  margin-bottom: 0;
}
.default-block .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.default-block .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.default-block .tekst img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.default-block .tekst a {
  white-space: nowrap;
  position: relative;
}
.default-block .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.default-block .tekst a:hover::after {
  width: 100%;
}
.default-block .tekst a.button::after {
  display: none;
}
.default-block .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #000000;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst *:last-child {
  margin-bottom: 0;
}
.whatsapp {
  z-index: 100;
  display: none;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 100%;
}
.whatsapp .whatsapp-button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3.75rem;
  width: 3.75rem;
  background-color: #25d366;
  border-radius: 50%;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-whatsapp-white.svg');
  background-position: center center;
  background-size: 28px;
  background-repeat: no-repeat;
  box-shadow: 8px 9px 19px -9px rgba(107, 107, 107, 0.53);
  -webkit-transition: 0.5s ease-out 0s;
  -moz-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  -ms-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
}
.whatsapp .whatsapp-button:hover {
  background-color: #075e54;
}
.whatsapp .whatsapp-popup {
  position: absolute;
  right: 3.4rem;
  bottom: 4.4rem;
  width: 300px;
  max-width: 70%;
  padding: 1.25rem 1.8rem;
  font-size: 14px;
  color: #000000;
  background-color: rgba(236, 229, 221, 0.97);
  border-radius: .3rem;
  box-shadow: 8px 9px 19px -9px rgba(107, 107, 107, 0.53);
}
.whatsapp .whatsapp-popup::after {
  content: '';
  position: absolute;
  right: .5rem;
  bottom: -1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 1rem 0;
  border-color: transparent rgba(236, 229, 221, 0.97) transparent transparent;
}
.whatsapp .whatsapp-popup .title {
  display: block;
  font-weight: 700;
}
.whatsapp .whatsapp-popup .close {
  position: absolute;
  top: .3rem;
  right: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: .4;
  -webkit-transition: 0.5s ease-out 0s;
  -moz-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  -ms-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
  cursor: pointer;
}
.whatsapp .whatsapp-popup .close:hover {
  opacity: 1;
}
.modal,
.modal-kluis,
.modal-kluis-win {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: -9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s ease, z-index 0s ease 0.3s;
}
.modal.active,
.modal-kluis.active,
.modal-kluis-win.active {
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  z-index: 9999;
  transition: opacity 0.3s ease, z-index 0s ease 0s;
}
.modal-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 32.75rem;
  margin: 1rem;
}
.modal-content.bookform {
  padding: 2.5rem;
  z-index: 100;
  background: #ffffff;
}
.modal-content.bookform .steps {
  width: 100%;
}
.modal-content.bookform .steps .input-titel {
  font-style: italic;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  margin-bottom: .5rem;
}
.modal-content.bookform .steps .form-group {
  display: flex;
  flex-wrap: wrap;
}
.modal-content.bookform .steps .form-group .labelcheck {
  padding-left: 1.5rem;
}
.modal-content.bookform .steps select {
  -webkit-appearance: auto;
  padding-right: 1.25rem;
}
.modal-content.bookform .steps .half {
  width: initial !important;
}
.modal-content.bookform .steps .half.more-than .form-group:nth-child(1) {
  width: calc(60% - 0.375rem) !important;
}
@media only screen and (max-width: 767px) {
  .modal-content.bookform .steps .half.more-than .form-group:nth-child(1) {
    width: 100% !important;
  }
}
.modal-content.bookform .steps .half.more-than .form-group:nth-child(2) {
  width: calc(40% - 0.375rem) !important;
}
@media only screen and (max-width: 767px) {
  .modal-content.bookform .steps .half.more-than .form-group:nth-child(2) {
    width: 100% !important;
  }
}
.modal-content.bookform .steps .half .form-group {
  width: calc(50% - 0.375rem) !important;
}
.modal-content.bookform .steps .checkbox-form {
  margin-bottom: 2rem;
}
.modal-content.bookform .steps .total-and-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.modal-content.bookform .steps .total-and-button #totaal_2061 {
  margin-bottom: 0;
}
.modal-content.bookform .steps .total-and-button .button {
  padding: .75rem 2rem;
  cursor: pointer;
}
.modal-content.bookform .steps .content-container {
  text-align: center;
}
.modal-content.bookform .steps .content-container img {
  display: block;
  margin: auto;
}
.modal-content.bookform .steps .progress-bar-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modal-content .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2.75rem 2.5rem 2rem;
  background-color: #ffffff;
  border-radius: .5rem;
}
.modal-content .last {
  margin-bottom: 0;
}
.modal-content .content-left {
  width: calc(50% - .75rem);
}
.modal-content .content-right {
  width: calc(50% - .75rem);
}
.modal-content .spinner {
  display: none;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: .5rem;
  bottom: .75rem;
}
.modal-content .spinner img {
  width: 100%;
  height: 100%;
}
.modal-content .spinner.is-active {
  display: block;
}
.modal-content ::placeholder,
.modal-content :-ms-input-placeholder,
.modal-content ::-ms-input-placeholder {
  color: #28b9d1 !important;
}
.modal-content ::placeholder {
  opacity: 1 !important;
}
@media only screen and (max-width: 767px) {
  .modal-content {
    margin: 0;
    margin-top: 1rem;
  }
  .modal-content .content-left,
  .modal-content .content-right {
    width: 100%;
  }
  .modal-content .content-left {
    width: 100%;
    max-width: 13.75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-content .knuffel-image {
    margin-bottom: 1.25rem;
  }
  .modal-content .knuffel-titel,
  .modal-content .knuffel-beschrijving {
    text-align: center;
  }
  .modal-content .button {
    width: 100%;
    text-align: center;
  }
}
#popup-search .modal-content {
  max-width: unset;
}
.hidden-content {
  display: none;
  visibility: hidden;
}
.close {
  position: absolute;
  right: 2.25rem;
  top: 2.25rem;
  line-height: .8;
  color: #28b9d1;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.logout-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
  margin-right: 1rem;
}
.modal-form {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
}
.modal-content {
  margin: 20vh auto;
  padding: 20px;
}
.input-group {
  display: flex;
  justify-content: space-between;
}
.close-form {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
}
.full-width {
  width: 100%;
}
.step2 {
  display: none;
}
.invalid-field {
  border: 2px solid red;
}
.invalid-feedback {
  color: red;
  display: none;
}
.invalid-feedback-block {
  color: red;
}
body > header {
  position: fixed;
  z-index: 5000;
  width: 100%;
  background: rgba(40, 185, 209, 0);
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
body > header .header-top {
  display: block;
  width: 100%;
  margin: 0 auto;
}
body > header.responsive-nav-open .header-inner .logolink img.normal.hide,
body > header.responsive-nav-open .header-inner .logolink img.normal.show {
  opacity: 1;
}
body > header.responsive-nav-open .header-inner .logolink img.wit.hide,
body > header.responsive-nav-open .header-inner .logolink img.wit.show {
  opacity: 0;
}
body > header .header-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 0;
  background: transparent;
  z-index: 1500;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner .logolink {
  display: block;
  position: relative;
  height: 80px;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
body > header .header-inner .logolink img {
  height: 100%;
  width: auto;
  display: block;
}
body > header .header-inner .logolink img.hide {
  opacity: 0;
}
body > header .header-inner .navigation {
  position: relative;
  text-align: right;
  padding: 0 2rem;
}
body > header .header-inner .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body > header .header-inner .navigation ul *:last-child {
  margin-right: 0;
}
body > header .header-inner .navigation li {
  position: relative;
  display: inline-block;
  margin-right: 2.5rem;
}
body > header .header-inner .navigation li:last-child {
  margin-right: 0;
}
body > header .header-inner .navigation li a {
  display: inline-block;
  font-family: 'Museo Sans Rounded', sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  padding: 0;
  margin-bottom: 0;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body > header .header-inner .navigation li a.sf-with-ul {
  position: relative;
}
body > header .header-inner .navigation li a.sf-with-ul::after {
  position: absolute;
  content: "";
  background: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-chevron-down.svg');
  background-size: .5rem;
  background-position: right 1px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner .navigation li:hover a,
body > header .header-inner .navigation li:active a {
  color: #046c7a;
  text-decoration: none;
}
body > header .header-inner .navigation li:hover a.sf-with-ul::after,
body > header .header-inner .navigation li:active a.sf-with-ul::after {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-chevron-down-actie.svg');
}
body > header .header-inner .navigation li.current-menu-item a,
body > header .header-inner .navigation li.current_page_parent a {
  font-weight: 500;
}
body > header .header-inner .navigation li.menu-item-has-children > a {
  padding-right: 1rem;
}
body > header .header-inner .navigation li > ul.sub-menu {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  position: absolute;
  top: calc(100% + 16px);
  min-width: 100%;
  background: #ffffff;
  margin: 0;
  left: 50%;
  text-align: left;
  z-index: 203;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: .5rem;
}
body > header .header-inner .navigation li > ul.sub-menu::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
body > header .header-inner .navigation li > ul.sub-menu li {
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
body > header .header-inner .navigation li > ul.sub-menu li:first-child {
  border-radius: .5rem .5rem 0 0;
}
body > header .header-inner .navigation li > ul.sub-menu li:last-child {
  border-radius: 0 0 .5rem .5rem;
}
body > header .header-inner .navigation li > ul.sub-menu li:after {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu li:hover,
body > header .header-inner .navigation li > ul.sub-menu li:active,
body > header .header-inner .navigation li > ul.sub-menu li.current-menu-item,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_item,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_parent {
  background: rgba(4, 108, 122, 0.1);
}
body > header .header-inner .navigation li > ul.sub-menu li:hover a,
body > header .header-inner .navigation li > ul.sub-menu li:active a,
body > header .header-inner .navigation li > ul.sub-menu li.current-menu-item a,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_item a,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_parent a {
  color: #046c7a;
}
body > header .header-inner .navigation li > ul.sub-menu li a {
  display: block;
  padding: 1rem 1.5rem;
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  border-top: none;
}
body > header .header-inner .navigation li > ul.sub-menu li a.sf-with-ul {
  position: relative;
  padding-right: 3rem;
}
body > header .header-inner .navigation li > ul.sub-menu li a.sf-with-ul::after {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-arrow-right.svg');
  background-size: 1rem;
  top: -1px;
  right: 1rem;
}
body > header .header-inner .navigation li > ul.sub-menu li a::before {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu li::before {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu ul.sub-menu {
  display: block;
  top: 0;
  border: none;
  left: 100%;
  background: #ffffff;
}
body > header .header-inner .navigation li > ul.sub-menu ul.sub-menu::after {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu ul.sub-menu li {
  display: block;
}
body > header .header-inner .mobile-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body > header .header-inner .menu-button a:hover {
  color: #046c7a !important;
  border-color: #046c7a !important;
}
body > header .header-inner .popup-search {
  position: relative;
  display: block;
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/search-icon-white.svg');
  background-size: 63%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
body > header .header-inner .nav-toggle {
  position: relative;
  z-index: 1500;
}
body > header .header-inner .nav-toggle .hamburger-menu {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  padding: .5rem;
  width: 2rem;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part {
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  background: #ffffff;
  margin: auto;
  border-radius: 20px;
  transition: all 0.25s cubic-bezier(0.6, 0, 0.4, 1.3);
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(1) {
  top: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(2) {
  top: 8px;
  width: 75%;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(3) {
  bottom: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part {
  background: #000000;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 8px;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(2) {
  opacity: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(3) {
  transform: rotate(45deg);
  bottom: 9px;
}
body > header .header-inner .nav-toggle .hamburger-menu:hover .menu-part {
  background: #046c7a;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body > header .header-inner .navigation {
    padding: 0 1.25rem;
  }
  body > header .header-inner .navigation li {
    margin-right: 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  body > header .mobile-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  body > header .mobile-right > div {
    margin-left: 1rem;
  }
  body > header .mobile-right .nav-toggle {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  body > header .header-inner .logolink img.normal.hide,
  body > header .header-inner .logolink img.normal.show {
    opacity: 0;
  }
  body > header .header-inner .logolink img.wit.hide,
  body > header .header-inner .logolink img.wit.show {
    opacity: 1;
  }
}
@media only screen and (max-width: 575px) {
  body > header .header-inner .navigation {
    padding: 0;
    margin: 0;
  }
  body > header .mobile-right > div {
    margin-left: 0;
  }
  body > header .mobile-right .nav-toggle {
    margin-left: 1rem;
  }
}
body > header.scrolled {
  background: #28b9d1;
  box-shadow: 0 4px 12px -2px rgba(0, 3, 0, 0.1);
}
body > header.scrolled .header-inner {
  /* padding-top: .5rem; padding-bottom: .5rem; */
}
body > header.scrolled .header-inner .logolink {
  height: 65px;
}
body > header.scrolled .header-inner .navigation li > ul.sub-menu {
  top: calc(100% + 8px);
}
@media only screen and (max-width: 767px) {
  body > header.scrolled .header-inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.responsive-nav {
  display: none;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 1490;
  padding-top: 9rem;
}
.responsive-nav *:focus {
  outline: none;
}
.responsive-nav .nav {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.responsive-nav .nav li {
  display: block;
  position: relative;
  width: 100%;
}
.responsive-nav .nav li a {
  display: block;
  font-family: 'Paytone One', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: .5rem 0;
  font-size: 1.5rem;
  margin-bottom: .5rem;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .responsive-nav .nav li a {
    font-size: 1.15rem;
  }
}
.responsive-nav .nav li a.sf-with-ul {
  position: relative;
}
.responsive-nav .nav li a.sf-with-ul::after {
  position: absolute;
  content: "";
  background: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-chevron-down.svg');
  background-size: 1rem;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.responsive-nav .nav li.current-menu-item a,
.responsive-nav .nav li.current_page_parent a,
.responsive-nav .nav li.current-menu-ancestor a,
.responsive-nav .nav li:hover a,
.responsive-nav .nav li:active a {
  color: #046c7a;
}
.responsive-nav .nav li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li.current_page_parent a.sf-with-ul::after,
.responsive-nav .nav li.current-menu-ancestor a.sf-with-ul::after,
.responsive-nav .nav li:hover a.sf-with-ul::after,
.responsive-nav .nav li:active a.sf-with-ul::after {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-chevron-down-actie.svg');
}
.responsive-nav .nav li .sub-menu {
  margin-left: 0px;
}
.responsive-nav .nav li .sub-menu li a {
  padding-left: 2rem;
  font-size: 1rem;
  color: #000000;
}
.responsive-nav .nav li .sub-menu li a.sf-with-ul::after {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-chevron-down.svg');
}
.responsive-nav .nav li .sub-menu li:hover a,
.responsive-nav .nav li .sub-menu li:active a,
.responsive-nav .nav li .sub-menu li.current-menu-item a,
.responsive-nav .nav li .sub-menu li.current_page_parent a {
  color: #046c7a;
}
.responsive-nav .nav li .sub-menu li:hover a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li:active a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li.current_page_parent a.sf-with-ul::after {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-chevron-down-actie.svg');
}
.responsive-nav .nav li .sub-menu .sub-menu li a {
  padding-left: 3rem;
  color: #000000;
}
.responsive-nav .nav li .sub-menu .sub-menu li:hover a,
.responsive-nav .nav li .sub-menu .sub-menu li:active a,
.responsive-nav .nav li .sub-menu .sub-menu li.current_page_item a {
  color: #046c7a;
}
.responsive-nav .nav li.li-show {
  opacity: 1;
}
.responsive-nav .popup-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.responsive-nav .popup-search .tekst {
  font-family: 'Paytone One', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #000000;
  margin-bottom: 0;
  /*color: @resp-menu-font-color;*/
  color: #28b9d1;
}
@media only screen and (max-width: 767px) {
  .responsive-nav .popup-search .tekst {
    font-size: 1.15rem;
  }
}
.responsive-nav .popup-search .icon {
  position: relative;
  display: inline-block;
  margin-left: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/search-icon-blue.svg');
  background-size: 63%;
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .responsive-nav {
    padding-top: 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-nav .button {
    width: calc(100% - 5rem);
    margin: 1rem 2rem;
    font-size: 1rem;
  }
}
footer {
  position: relative;
  margin: 0;
  width: 100%;
  display: block;
}
footer::before {
  position: absolute;
  left: 0;
  bottom: 100%;
  content: '';
  width: 100%;
  height: 11.25rem;
  background-color: #046c7a;
  z-index: -1;
}
footer .top-footer {
  box-sizing: border-box;
  background-color: #046c7a;
  padding: 1.75rem 0 3.25rem;
}
footer .top-footer .footer-block p,
footer .top-footer .footer-block a,
footer .top-footer .footer-block li,
footer .top-footer .footer-block span {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.7;
}
footer .top-footer .footer-block a {
  position: relative;
}
footer .top-footer .footer-block a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
footer .top-footer .footer-block a:hover::after {
  width: 100%;
}
footer .top-footer .footer-block a.button::after {
  display: none;
}
footer .top-footer .footer-block a::after {
  background-color: #ffffff;
}
footer .top-footer .footer-block p {
  margin-bottom: 0;
}
footer .top-footer .footer-block .titel {
  font-family: 'Paytone One', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #000000;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  footer .top-footer .footer-block .titel {
    font-size: 1.15rem;
  }
}
footer .top-footer .footer-block .logolink {
  display: inline-block;
  margin-bottom: 1.25rem;
}
footer .top-footer .footer-block .logolink img {
  display: block;
  max-width: 100%;
  max-height: 6.25rem;
  width: 8.125rem;
}
footer .top-footer .footer-block .contact-opnemen {
  display: block;
}
footer .top-footer .footer-block .contact-titel {
  display: block;
}
footer .top-footer .footer-block .contact-email {
  font-weight: 700;
}
footer .top-footer .footer-block .social-media-footer {
  display: block;
}
footer .top-footer .footer-block .social-media-titel {
  font-weight: 700;
  text-align: right;
}
footer .top-footer .footer-block .social-media {
  margin-top: .5rem;
}
footer .top-footer .footer-block .menu-button,
footer .top-footer .footer-block .logout-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
footer .top-footer .footer-block.contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}
footer .top-footer .footer-block.contact .social-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .bottom-footer {
  background: #046c7a;
}
footer .bottom-footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1220px;
  padding: 1.25rem 0;
  border-top: 1px solid #ffffff;
}
footer .bottom-footer .footer-inner a,
footer .bottom-footer .footer-inner p,
footer .bottom-footer .footer-inner li,
footer .bottom-footer .footer-inner span {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  display: inline-block;
}
footer .bottom-footer .footer-inner a {
  position: relative;
}
footer .bottom-footer .footer-inner a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
footer .bottom-footer .footer-inner a:hover::after {
  width: 100%;
}
footer .bottom-footer .footer-inner a.button::after {
  display: none;
}
footer .bottom-footer .footer-inner a::after {
  background-color: #ffffff;
}
footer .bottom-footer .footer-inner .menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
footer .bottom-footer .footer-inner .menu li {
  position: relative;
  margin: 0 0 0 1.5rem;
}
footer .bottom-footer .footer-inner .menu li:first-child {
  padding-left: 0;
}
footer .bottom-footer .footer-inner .menu li.copyright {
  margin-left: 0;
}
footer .bottom-footer .footer-inner .menu li.copyright a {
  font-weight: 700;
}
footer .bottom-footer .colofon-left *,
footer .bottom-footer .colofon-right * {
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer .top-footer {
    padding: 3rem 0 2rem 0;
  }
  footer .top-footer .footer-block .social-media-titel {
    text-align: center;
  }
  footer .top-footer .footer-block .menu-button {
    justify-content: center;
  }
  footer .top-footer .footer-block.contact .social-media {
    justify-content: center;
  }
}
@media only screen and (max-width: 1199px) {
  footer .top-footer {
    padding: 3rem 0 2rem 0;
  }
  footer .top-footer .footer-block {
    padding-bottom: 1rem;
  }
  footer .top-footer .footer-block.logo {
    padding-bottom: 2rem;
  }
  footer .top-footer .footer-block .logolink img {
    margin: 0 auto;
  }
  footer .bottom-footer .footer-inner {
    justify-content: center;
    padding: 1rem 0 2rem 0;
  }
  footer .bottom-footer .footer-inner .menu li {
    margin: 0 1rem 0 0;
  }
  footer .bottom-footer .footer-inner .menu li.copyright {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  footer .top-footer .footer-block .social-media-titel {
    text-align: left;
  }
  footer .top-footer .footer-block .menu-button {
    justify-content: flex-start;
  }
  footer .top-footer .footer-block.contact .social-media {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  footer .top-footer .footer-block .logolink img {
    margin: 0;
  }
  footer .bottom-footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .bottom-footer .footer-inner ul li.copyright,
  footer .bottom-footer .footer-inner ul li:last-of-type {
    margin-right: 0 !important;
  }
  footer .bottom-footer .footer-inner ul li.copyright {
    text-align: center;
    margin-bottom: .5rem;
  }
  footer .bottom-footer .footer-inner ul li.copyright p {
    display: block;
    margin-bottom: .5rem;
    text-align: center;
  }
}
.module-overzicht {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 992px) {
  .module-overzicht {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .module-overzicht {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .module-overzicht {
    margin-bottom: 3.5rem;
  }
}
.module-overzicht.no-margin {
  margin-bottom: 0;
}
.module-overzicht .tekst ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-weight: 500;
}
.module-overzicht .tekst ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.module-overzicht .tekst ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.module-overzicht .tekst ul.white li {
  color: #ffffff !important;
}
.module-overzicht .tekst ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .module-overzicht .tekst ul.two-column {
    column-count: 1;
  }
}
.module-overzicht .tekst ul:last-child {
  margin-bottom: 0;
}
.module-overzicht .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.module-overzicht .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.module-overzicht .tekst img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.module-overzicht .tekst a {
  white-space: nowrap;
  position: relative;
}
.module-overzicht .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.module-overzicht .tekst a:hover::after {
  width: 100%;
}
.module-overzicht .tekst a.button::after {
  display: none;
}
.module-overzicht .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #000000;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst *:last-child {
  margin-bottom: 0;
}
.module-overzicht .module-item {
  height: 100%;
  padding-bottom: 2rem;
}
.module-overzicht .module-item .module-item-inner {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: .5rem;
  overflow: hidden;
  transition: .3s ease;
}
.module-overzicht .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: .5rem .5rem 0 0;
}
.module-overzicht .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container .afbeelding-overzicht-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-overzicht .module-item .module-item-inner .module-item-top .tekst-overzicht {
  padding: 1.5rem 2rem;
  display: block;
}
.module-overzicht .module-item .module-item-inner .module-item-top .tekst-overzicht p.categorie {
  margin-bottom: .5rem;
}
.module-overzicht .module-item .module-item-inner:hover {
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.1);
}
.module-overzicht .module-item.video .module-item-inner {
  justify-content: center;
  background: #000000;
}
.module-overzicht .module-item.video .module-item-inner .module-item-top {
  height: auto !important;
}
.module-overzicht .module-item.abc.full-h .module-item-inner {
  max-height: unset;
}
.module-overzicht .module-item.abc .module-item-inner {
  position: relative;
  /*min-height: 16rem; max-height: 16rem;*/
  transition: .1s ease;
}
.module-overzicht .module-item.abc .module-item-inner .letter-afbeelding {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 56%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-overzicht .module-item.abc .module-item-inner:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.1);
}
.module-overzicht .module-item.abc .module-item-inner .module-item-top .tekst-overzicht {
  padding-bottom: 2.5rem;
}
.module-overzicht .module-item.abc .module-item-inner .module-item-top .tekst-overzicht .overzicht-tekst {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.module-overzicht .module-item.abc .module-item-inner .module-item-top .tekst-overzicht p {
  margin-bottom: .5rem;
}
.module-overzicht .module-item.abc .module-item-inner .lees-meer {
  /*.none; .abs; bottom: 0; padding: .5rem; width: 100%; text-align: center;*/
}
.module-overzicht .module-item.abc .module-item-inner .lees-meer.active {
  display: block;
}
.module-overzicht .module-item.abc .module-item-inner .lees-meer::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*.gradient-white-transparent;*/
}
.module-overzicht .module-item.abc .module-item-inner .lees-meer span {
  position: relative;
  color: #f1850f;
}
.module-overzicht .module-item.abc .module-item-inner.open {
  max-height: 100%;
}
.module-overzicht .module-item.abc .module-item-inner.open .lees-meer.active {
  padding-top: .5rem;
}
.module-overzicht .module-item.abc .module-item-inner.open .lees-meer::before {
  opacity: 0;
}
.module-overzicht .module-item.abc.video .module-item-inner {
  border-radius: 0;
  max-height: unset;
}
@media only screen and (max-width: 991px) {
  .module-overzicht .module-item.abc.full-h .module-item-inner {
    max-height: 16rem;
  }
  .module-overzicht .module-item.abc .module-item-inner {
    min-height: unset;
  }
  .module-overzicht .module-item.abc .module-item-inner .module-item-top .tekst-overzicht {
    padding-bottom: 1.5rem;
  }
}
.module-overzicht .module-item.faq .module-item-inner.faq-uitgelicht {
  background: red;
  padding: .75rem;
  border-radius: .5rem;
}
.module-overzicht .module-item.faq .module-item-inner.faq-uitgelicht .module-item-top {
  margin: 0;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='white' stroke-width='2' stroke-dasharray='12' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
}
.module-overzicht .module-item.faq .module-item-inner.faq-uitgelicht .module-item-top .tekst-overzicht {
  padding: .75rem 1.25rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .module-overzicht .module-item.faq .module-item-inner.faq-uitgelicht .module-item-top .tekst-overzicht {
    padding: 1.5rem 1rem;
  }
}
.module-overzicht .module-item.faq .module-item-inner.faq-uitgelicht .module-item-top .tekst-overzicht .titel,
.module-overzicht .module-item.faq .module-item-inner.faq-uitgelicht .module-item-top .tekst-overzicht * {
  color: #ffffff;
}
.module-overzicht .module-item.faq .module-item-inner.faq-uitgelicht .module-item-top .tekst-overzicht .auteur-container {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media only screen and (max-width: 991px) {
  .module-overzicht .module-item.faq .module-item-inner.faq-uitgelicht .module-item-top .tekst-overzicht .auteur-container {
    display: initial;
  }
}
.module-overzicht .module-item.faq .module-item-inner.faq-uitgelicht.blauw {
  background-color: #046c7a;
}
.module-overzicht .module-item.faq .module-item-inner.faq-uitgelicht.groen {
  background-color: #048c38;
}
.module-overzicht .module-item.faq .module-item-inner.faq-uitgelicht.oranje {
  background-color: #f1850f;
}
.module-overzicht .module-item.faq .module-item-inner .module-item-top {
  height: 100%;
}
.module-overzicht .module-item.faq .module-item-inner .tekst-overzicht {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.module-overzicht .module-item.faq .module-item-inner .tekst-overzicht .tekst-top h1,
.module-overzicht .module-item.faq .module-item-inner .tekst-overzicht .tekst-top .look-h3 {
  font-size: 1.25rem;
}
.module-overzicht .module-item.faq .module-item-inner .auteur {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 1rem;
  /*min-height: 6.5rem;*/
}
.module-overzicht .module-item.faq .module-item-inner .auteur .image {
  align-self: flex-start;
}
.module-overzicht .module-item.faq .module-item-inner .auteur .image .img {
  display: block;
  width: 3.75rem;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-overzicht .module-item.faq .module-item-inner .auteur .tekst {
  margin-left: 1rem;
  text-align: left;
}
.module-overzicht .module-item.faq .module-item-inner .auteur .tekst .naam {
  display: block;
  font-weight: 700;
}
.module-overzicht .module-item.faq .module-item-inner .auteur .tekst .titel {
  display: block;
  color: #727272;
}
@media only screen and (max-width: 767px) {
  .module-overzicht .module-item.faq .module-item-inner .auteur {
    min-height: unset;
    align-items: center;
  }
  .module-overzicht .module-item.faq .module-item-inner .auteur .image {
    align-self: center;
  }
}
.module-overzicht .module-item.faq.video .module-item-inner {
  border-radius: 0;
}
.module-overzicht .module-item.bidbook .module-item-inner .module-item-top {
  height: 100%;
}
.module-overzicht .module-item.bidbook .module-item-inner .tekst-overzicht {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 1rem;
  min-height: 6.5rem;
  gap: 3.75rem;
}
.module-overzicht .module-item.bidbook .module-item-inner .icoon .image {
  align-self: flex-start;
}
.module-overzicht .module-item.bidbook .module-item-inner .icoon .image .img {
  display: block;
  width: 8rem;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-overzicht .module-item.bidbook .module-item-inner .tekst-top .bidbook-overview-text {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .module-overzicht .module-item.bidbook .module-item-inner .icoon {
    min-height: unset;
    align-items: center;
  }
  .module-overzicht .module-item.bidbook .module-item-inner .icoon .image {
    align-self: center;
  }
}
.module-overzicht .module-item.lesmateriaal.with-image .module-item-afbeelding {
  display: block;
  width: 100%;
  height: 9.375rem;
}
.module-overzicht .module-item.lesmateriaal.with-image .module-item-afbeelding .image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.module-overzicht .module-item.lesmateriaal.with-image .module-item-top {
  flex: 1;
}
.module-overzicht .module-item.lesmateriaal.uitgelicht-count .module-item-inner {
  flex-direction: row;
  min-height: 15rem;
  background-color: #046c7a;
}
.module-overzicht .module-item.lesmateriaal.uitgelicht-count .module-item-inner .module-item-afbeelding {
  height: 100%;
  width: calc(33.33333333%);
}
.module-overzicht .module-item.lesmateriaal.uitgelicht .module-item-inner:hover {
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  -ms-transform: initial;
  transform: initial;
}
.module-overzicht .module-item.lesmateriaal.uitgelicht .module-item-inner:before {
  position: absolute;
  content: "";
  left: 1.5rem;
  top: .75rem;
  width: calc(100% - 3rem);
  height: calc(100% - 3.5rem);
  z-index: 10;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='white' stroke-width='2' stroke-dasharray='12' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
}
.module-overzicht .module-item.lesmateriaal.uitgelicht .module-item-inner.groen {
  background-color: #048c38;
}
.module-overzicht .module-item.lesmateriaal.uitgelicht .module-item-inner.blauw {
  background-color: #046c7a;
}
.module-overzicht .module-item.lesmateriaal.uitgelicht .module-item-inner.oranje {
  background-color: #f1850f;
}
.module-overzicht .module-item.lesmateriaal.uitgelicht .module-item-inner .module-item-top {
  z-index: 25;
}
.module-overzicht .module-item.lesmateriaal.uitgelicht .module-item-inner .module-item-top .tekst-overzicht {
  padding: 1.5rem 2rem;
}
.module-overzicht .module-item.lesmateriaal.uitgelicht .module-item-inner .module-item-top .tekst-overzicht * {
  color: #ffffff;
}
.module-overzicht .module-item.lesmateriaal.uitgelicht .module-item-inner .module-item-top .tekst-overzicht .button {
  border-color: #ffffff;
}
.module-overzicht .module-item.lesmateriaal.uitgelicht .module-item-inner .module-item-top .tekst-overzicht .button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.module-overzicht .module-item.lesmateriaal.uitgelicht .module-item-inner .module-item-top .tekst-overzicht .button.download::before {
  background-image: url("https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-download-white.svg");
}
.module-overzicht .module-item.lesmateriaal.uitgelicht .module-item-inner .module-item-top .tekst-overzicht .button.cart::before {
  background-image: url("https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-cart-white.svg");
}
.module-overzicht .module-item.lesmateriaal .module-item-inner .tekst-overzicht {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5rem;
}
.module-overzicht .module-item.lesmateriaal .module-item-inner .tekst-overzicht .tekst {
  margin-bottom: 1.25rem;
}
.module-overzicht .module-item.lesmateriaal .module-item-inner .tekst-overzicht .tekst .eersteDeel {
  margin-bottom: 1rem;
}
.module-overzicht .module-item.lesmateriaal .module-item-inner .tekst-overzicht .tekst .link-text {
  cursor: pointer;
}
.module-overzicht .module-item.lesmateriaal .module-item-inner .tekst-overzicht .tekst a::after {
  width: 100%;
  background-color: #ffffff;
}
.module-overzicht .module-item.lesmateriaal .module-item-inner .tekst-overzicht .bottom-button {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.module-overzicht .module-item.lesmateriaal .module-item-inner .tekst-overzicht .bottom-button .button {
  padding: .75rem 1.25rem;
  margin-top: 0;
}
.module-overzicht .module-item.lesmateriaal .module-item-inner:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .module-overzicht .module-item.lesmateriaal.with-image .module-item-inner {
    display: block;
  }
  .module-overzicht .module-item.lesmateriaal.with-image .module-item-afbeelding {
    display: block;
    width: 100%;
    height: auto;
  }
  .module-overzicht .module-item.lesmateriaal.with-image .module-item-afbeelding .image {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
  }
  .module-overzicht .module-item.lesmateriaal.with-image .module-item-top .tekst-overzicht {
    height: auto;
  }
  .module-overzicht .module-item.lesmateriaal.lesmateriaal .module-item-inner .module-item-afbeelding {
    height: initial;
    width: initial;
  }
  .module-overzicht .module-item.lesmateriaal.lesmateriaal .module-item-inner .module-item-top {
    position: relative;
  }
}
.module-overzicht .module-item.project {
  border-radius: .5rem;
}
.module-overzicht .module-item.project .afbeelding-overzicht-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.module-overzicht .module-item.project .afbeelding-overzicht-container .afbeelding-overzicht-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-overzicht .module-item.project .tekst-overzicht {
  display: block;
  padding: 2.5rem 0;
}
.module-overzicht .module-item.project .tekst-overzicht h1 {
  max-width: 600px;
}
.module-overzicht .module-item.beleggingsnieuws-item {
  position: relative;
  padding-bottom: 0;
}
.module-overzicht .module-item.beleggingsnieuws-item.with-image .module-item-afbeelding {
  display: block;
  width: 100%;
  height: 9.375rem;
}
.module-overzicht .module-item.beleggingsnieuws-item.with-image .module-item-afbeelding .image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.module-overzicht .module-item.beleggingsnieuws-item.with-image .module-item-top {
  flex: 1;
}
.module-overzicht .module-item.beleggingsnieuws-item.uitgelicht .module-item-inner:before {
  position: absolute;
  content: "";
  left: .75rem;
  top: .75rem;
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  z-index: 10;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='white' stroke-width='2' stroke-dasharray='12' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
}
.module-overzicht .module-item.beleggingsnieuws-item.uitgelicht .module-item-inner.groen {
  background-color: #048c38;
}
.module-overzicht .module-item.beleggingsnieuws-item.uitgelicht .module-item-inner.blauw {
  background-color: #046c7a;
}
.module-overzicht .module-item.beleggingsnieuws-item.uitgelicht .module-item-inner.oranje {
  background-color: #f1850f;
}
.module-overzicht .module-item.beleggingsnieuws-item.uitgelicht .module-item-inner .module-item-top {
  z-index: 25;
}
.module-overzicht .module-item.beleggingsnieuws-item.uitgelicht .module-item-inner .module-item-top .tekst-overzicht {
  padding: 1.5rem 2rem;
}
.module-overzicht .module-item.beleggingsnieuws-item.uitgelicht .module-item-inner .module-item-top .tekst-overzicht * {
  color: #ffffff;
}
.module-overzicht .module-item.beleggingsnieuws-item .module-item-inner .tekst-overzicht {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5rem;
}
.module-overzicht .module-item.beleggingsnieuws-item .module-item-inner .tekst-overzicht .tekst {
  margin-bottom: 1rem;
}
.module-overzicht .module-item.beleggingsnieuws-item .module-item-inner .tekst-overzicht .tekst span {
  color: #9e9e9e;
}
.module-overzicht .module-item.beleggingsnieuws-item .module-item-inner:hover {
  box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .module-overzicht .module-item.beleggingsnieuws-item.with-image .module-item-inner {
    display: block;
  }
  .module-overzicht .module-item.beleggingsnieuws-item.with-image .module-item-afbeelding {
    display: block;
    width: 100%;
    height: auto;
  }
  .module-overzicht .module-item.beleggingsnieuws-item.with-image .module-item-afbeelding .image {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
  }
  .module-overzicht .module-item.beleggingsnieuws-item.with-image .module-item-top .tekst-overzicht {
    height: auto;
  }
}
.module-overzicht.abc .list-abc-items {
  padding: 2.75rem 0 3rem;
}
.module-overzicht.abc .list-abc-items .abc-list-item {
  padding: 0 !important;
}
.module-overzicht.abc .list-abc-items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.module-overzicht.abc .list-abc-items ul li {
  padding: 0;
  margin: 0 .6875rem;
}
.module-overzicht.abc .list-abc-items ul li::before {
  display: none !important;
}
.module-overzicht.abc .list-abc-items ul li a,
.module-overzicht.abc .list-abc-items ul li p {
  color: #f1850f;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin: 0;
}
.module-overzicht.abc .list-abc-items ul li.active a,
.module-overzicht.abc .list-abc-items ul li.active p {
  font-weight: 700;
}
.module-overzicht.abc .list-abc-items ul li.empty a,
.module-overzicht.abc .list-abc-items ul li.empty p {
  color: #c4c4c4;
}
.module-overzicht.faq .banner-overlay {
  margin-top: -2.5rem;
  margin-bottom: 3rem;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: .5rem;
  overflow: hidden;
}
.module-overzicht.faq .banner-overlay .banner-overlay-inner {
  padding: 1.5rem 2rem;
}
.module-overzicht.faq .banner-overlay .banner-overlay-inner .tekst {
  text-align: center;
}
.module-overzicht.bidbook .container {
  padding-left: 0;
  padding-right: 0;
}
.module-overzicht.bidbook .password-protection {
  padding: 1rem;
  margin-bottom: 14rem;
  border: 1px solid #c4c4c4;
  border-radius: .5rem;
  text-align: center;
}
.module-overzicht.bidbook .password-protection p:last-child {
  margin-bottom: 0;
}
.module-overzicht.bidbook .password-protection input[type="submit"] {
  position: relative;
  font-family: 'Museo Sans Rounded', sans-serif;
  font-weight: 300;
  display: inline-block;
  border: 1px solid #f1850f;
  background-color: #f1850f;
  color: #ffffff;
  font-size: 1rem;
  padding: .5rem 2rem;
  border-radius: 200px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: .5rem;
}
.module-overzicht.bidbook .password-protection input[type="submit"]:hover:not(.module-overzicht.bidbook .password-protection input[type="submit"]:hover.disabled),
.module-overzicht.bidbook .password-protection input[type="submit"].hoverbutton:not(.module-overzicht.bidbook .password-protection input[type="submit"]:hover.disabled),
.module-overzicht.bidbook .password-protection input[type="submit"]:hover:not(.module-overzicht.bidbook .password-protection input[type="submit"].hoverbutton.disabled),
.module-overzicht.bidbook .password-protection input[type="submit"].hoverbutton:not(.module-overzicht.bidbook .password-protection input[type="submit"].hoverbutton.disabled) {
  background-color: #cb700c;
  border-color: #cb700c;
  text-decoration: none;
  color: #ffffff;
}
.module-overzicht.bidbook .password-protection input[type="submit"]:focus,
.module-overzicht.bidbook .password-protection input[type="submit"]:active {
  outline: none !important;
  color: #ffffff;
}
.module-overzicht.bidbook .password-protection input[type="submit"].disabled {
  opacity: .5;
  cursor: not-allowed;
}
.module-overzicht.bidbook .password-protection input[type="submit"].white {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-arrow-right.svg');
}
.module-overzicht.bidbook .password-protection input[type="submit"].white:hover {
  background-color: #cb700c;
  color: #ffffff;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-arrow-right-white.svg');
}
.module-overzicht.bidbook .password-protection input[type="submit"].big {
  font-size: 1.375rem;
}
.module-overzicht.bidbook .password-protection input[type="submit"].ghost {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.module-overzicht.bidbook .password-protection input[type="submit"].ghost:hover,
.module-overzicht.bidbook .password-protection input[type="submit"].ghost .hoverghostbutton {
  color: #28b9d1 !important;
  border-color: #28b9d1;
}
.module-overzicht.bidbook .password-protection input[type="submit"].ghost:hover a,
.module-overzicht.bidbook .password-protection input[type="submit"].ghost .hoverghostbutton a {
  color: #28b9d1 !important;
}
.module-overzicht.bidbook .password-protection input[type="submit"].ghost.orange {
  border-color: #f1850f;
  color: #f1850f;
}
.module-overzicht.bidbook .password-protection input[type="submit"].ghost.orange:hover,
.module-overzicht.bidbook .password-protection input[type="submit"].ghost.orange .hoverghostbuttonorange {
  color: #ffffff !important;
  border-color: #f1850f;
  background-color: #f1850f;
}
.module-overzicht.bidbook .password-protection input[type="submit"].ghost.orange:hover a,
.module-overzicht.bidbook .password-protection input[type="submit"].ghost.orange .hoverghostbuttonorange a {
  color: #f1850f !important;
}
.module-overzicht.bidbook .password-protection input[type="submit"].ghost.download {
  cursor: pointer;
}
.module-overzicht.bidbook .password-protection input[type="submit"].ghost.download::before {
  content: "";
  width: 20px;
  height: 18px;
  margin-right: .5rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-download.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.module-overzicht.bidbook .password-protection input[type="submit"].ghost.download:hover::before {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-download-white.svg');
}
.module-overzicht.bidbook .password-protection input[type="submit"].ghost.download_2 {
  margin-top: 1rem;
}
.module-overzicht.bidbook .password-protection input[type="submit"].ghost.cart {
  cursor: pointer;
}
.module-overzicht.bidbook .password-protection input[type="submit"].ghost.cart::before {
  content: "";
  width: 20px;
  height: 18px;
  margin-right: .5rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-cart.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.module-overzicht.bidbook .password-protection input[type="submit"].ghost.cart:hover::before {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-cart-white.svg');
}
.module-overzicht.bidbook .password-protection input[type="submit"].with-icon {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent;
  color: #f1850f;
}
.module-overzicht.bidbook .password-protection input[type="submit"].with-icon.active {
  background-color: #f1850f;
  color: #ffffff;
}
.module-overzicht.bidbook .password-protection input[type="submit"].with-icon img {
  margin-right: .5rem;
}
.module-overzicht.bidbook .password-protection input[type="submit"].search-button {
  cursor: pointer;
  background-color: #f1850f;
  color: #ffffff;
}
.module-overzicht.bidbook .password-protection input[type="submit"].search-button::before {
  content: "";
  width: 20px;
  height: 18px;
  margin-right: .5rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/search-icon-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.module-overzicht.bidbook .password-protection input[type="submit"].search-button:hover {
  /* 			&::before 				{ background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-download-white.svg'); } */
}
@media only screen and (max-width: 767px) {
  .module-overzicht.bidbook .password-protection input[type="submit"] {
    padding: .5rem 1.25rem;
    max-width: 100%;
  }
}
.module-overzicht.lesmateriaal {
  margin-top: 3.5rem;
}
.module-overzicht.beleggingsnieuws {
  margin-top: 3.5rem;
  min-height: 25rem;
}
.module-overzicht.beleggingsnieuws .belegging-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  .module-overzicht.beleggingsnieuws .belegging-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .module-overzicht.beleggingsnieuws .belegging-container {
    grid-template-columns: 1fr;
  }
}
.module-overzicht.beleggingsnieuws form label {
  margin-bottom: .75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}
.module-overzicht.beleggingsnieuws form input {
  font-family: 'Museo Sans Rounded', sans-serif !important;
  font-weight: 300 !important;
  color: #000000 !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  /*box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);*/
  border: 1px solid #9e9e9e !important;
  font-weight: 500 !important;
  position: relative;
  height: calc(2rem + 16px);
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: 0px;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.module-overzicht.beleggingsnieuws form input:active,
.module-overzicht.beleggingsnieuws form input:focus {
  outline: none;
}
.module-overzicht.beleggingsnieuws form input[type="checkbox"] {
  background-color: #ffffff;
  -webkit-transition: 0.2s background-size;
  -moz-transition: 0.2s background-size;
  -o-transition: 0.2s background-size;
  -ms-transition: 0.2s background-size;
  transition: 0.2s background-size;
  background-size: .5rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  max-height: 1.25rem;
  max-width: 1.25rem;
  padding: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
.module-overzicht.beleggingsnieuws form input[type="checkbox"]:checked {
  background-size: .875rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-input-checkbox-filled.svg');
}
.module-overzicht.beleggingsnieuws form button {
  cursor: pointer;
}
.module-overzicht .module-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.module-overzicht .module-pagination .page-numbers {
  display: inline-block;
  padding: .5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  background: white;
  box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.05);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .5rem;
}
.module-overzicht .module-pagination .page-numbers.current {
  color: #28b9d1;
  font-weight: 700;
}
.module-overzicht .module-pagination a.page-numbers {
  position: relative;
  color: #000000;
  font-weight: 500;
}
.module-overzicht .module-pagination a.page-numbers:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.module-overzicht .module-pagination a.page-numbers:hover {
  color: #000000;
}
.module-overzicht .module-pagination a.page-numbers:hover:after {
  width: 100%;
}
.module-overzicht .module-pagination a.page-numbers.reverse {
  right: 0;
  left: auto;
}
.module-overzicht .module-pagination a.page-numbers.reverse:hover {
  background-position: left 0px center;
}
.module-overzicht .module-pagination a.page-numbers:hover {
  box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.1);
  color: #28b9d1;
}
.module-overzicht .module-pagination a.page-numbers.prev {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-chevron-left.svg');
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.module-overzicht .module-pagination a.page-numbers.prev:hover {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-chevron-left.svg');
}
.module-overzicht .module-pagination a.page-numbers.next {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-chevron-right.svg');
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.module-overzicht .module-pagination a.page-numbers.next:hover {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-chevron-right.svg');
}
@media only screen and (max-width: 991px) {
  .module-overzicht.beleggingsnieuws form {
    margin-bottom: 2rem;
  }
  .module-overzicht.beleggingsnieuws form .labels {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    row-gap: .5rem;
    margin-bottom: 1rem;
  }
  .module-overzicht.beleggingsnieuws form .labels label {
    gap: .75rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .module-overzicht .module-pagination {
    margin-top: .5rem;
  }
  .module-overzicht .module-item.downloads .module-item-icoon {
    padding: .5rem .5rem .5rem 1rem;
    line-height: 1;
  }
  .module-overzicht .module-item.downloads .module-item-icoon img {
    width: 2rem;
  }
  .module-overzicht .module-item.downloads .module-item-titel {
    padding: .5rem;
  }
  .module-overzicht .module-item.project .afbeelding-overzicht-container {
    width: 100%;
    height: auto;
    padding-bottom: 45%;
    display: block;
  }
  .module-overzicht .module-item.project .tekst-overzicht {
    padding: 1.5rem 2rem;
  }
}
.content-to-scroll-to {
  -webkit-transform: translateY(-6rem);
  -moz-transform: translateY(-6rem);
  -o-transform: translateY(-6rem);
  -ms-transform: translateY(-6rem);
  transform: translateY(-6rem);
}
.banner-overlay-margin {
  margin-top: -2.5rem;
}
.banner-overlay {
  margin-top: -2.5rem;
  margin-bottom: 3rem;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: .5rem;
  overflow: hidden;
}
.banner-overlay .banner-overlay-inner {
  padding: 1.5rem 2rem;
}
.banner {
  display: block;
  position: relative;
  min-height: 200px;
  background-color: #28b9d1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 6.5em 0 5rem 0;
  overflow: hidden;
  /*
	.media 																					{ .block; width: 100%; height: 100%;
		.image 																				{ .block; width: 100%; padding-bottom: 68%; .background-cover; }
	}
*/
}
@media only screen and (min-width: 992px) {
  .banner {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    margin-bottom: 3.5rem;
  }
}
.banner.banner-home {
  margin: 0;
  padding-top: 7rem;
  padding-bottom: 12rem;
}
.banner.donkerblauw {
  background-color: #140062;
}
@media only screen and (min-width: 992px) {
  .banner.margin-small {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner.margin-small {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner.margin-small {
    margin-bottom: 1.5rem;
  }
}
.banner .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.banner .content p:last-of-type {
  margin-bottom: 0;
}
.banner .content *:not(.button) {
  color: #ffffff;
}
.banner .content a {
  text-decoration: underline;
}
.banner .content .subtitel {
  margin-top: -1rem;
}
.banner .content .button-container {
  margin-top: 2rem;
}
.banner .content .button-container a {
  text-decoration: none;
}
.banner .media {
  width: 100%;
  max-width: 38rem;
  margin-bottom: -5rem;
}
.banner .media .image {
  padding-bottom: 72%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
.banner.banner-home .media {
  width: 150%;
  max-width: 54rem;
  margin-bottom: -13rem;
  margin-left: -2.5rem;
}
.banner.banner-home .media .image {
  padding-bottom: 67.5%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.banner.banner-home.weergave-enkele-afbeelding {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media only screen and (min-width: 992px) {
  .banner.banner-home.weergave-enkele-afbeelding {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner.banner-home.weergave-enkele-afbeelding {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner.banner-home.weergave-enkele-afbeelding {
    margin-bottom: 3.5rem;
  }
}
.banner.banner-home.weergave-enkele-afbeelding .content img {
  margin: auto;
  display: block;
  max-height: 25rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner.banner-home.weergave-enkele-afbeelding.no-margin {
  margin: 0;
}
.banner .prev-link {
  position: absolute;
  bottom: 2rem;
  color: #ffffff;
  text-decoration: none !important;
}
.banner .image-container {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner.no-margin {
  margin: 0;
}
.banner.single {
  margin: 0;
  padding: 15em 0 12.5rem;
}
.banner.single::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.banner.single .content {
  text-align: center;
}
.banner.text-only {
  padding: 15em 0 9rem;
}
.banner.text-only .content {
  text-align: center;
}
.banner.low-banner {
  padding: 10rem 0 4rem;
  min-height: unset;
}
.banner .videocontainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner .videocontainer video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner.afbeelding-weergave {
  overflow: visible;
  margin-bottom: 2rem;
  padding: 8.5em 0 5rem 0;
}
.banner.afbeelding-weergave .image-col {
  position: initial;
}
.banner.afbeelding-weergave .media {
  position: absolute;
  bottom: -2rem;
  margin-bottom: 0;
}
.banner.afbeelding-weergave .media .image {
  background-position: bottom center;
}
.banner.afbeelding-weergave.weergave-rechts .media {
  right: 0;
}
@media only screen and (min-width: 1600px) {
  .banner {
    min-height: 456px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1500px) {
  .banner {
    padding-top: 9rem;
  }
  .banner.banner-home .media {
    width: calc(100% + 5rem);
    max-width: unset;
    margin-bottom: -16rem;
  }
  .banner.text-only {
    padding-top: 9rem;
  }
}
@media only screen and (max-width: 1199px) {
  .banner.afbeelding-weergave .media {
    max-width: 30rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner {
    padding-top: 9rem;
  }
  .banner.banner-home {
    padding-top: 9.75rem;
    padding-bottom: 11rem;
  }
  .banner.banner-home .media {
    width: 112%;
    margin-bottom: -15.5rem;
  }
  .banner.text-only {
    padding-top: 9rem;
    padding-bottom: 5rem;
  }
  .banner.single {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner.afbeelding-weergave .media {
    max-width: 22.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    min-height: 250px;
    padding-top: 9rem;
  }
  .banner .content {
    margin-bottom: 2rem;
  }
  .banner.banner-home {
    padding-top: 10rem;
    padding-bottom: 0;
  }
  .banner.banner-home .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
  }
  .banner.banner-home .content h1 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner.banner-home .content *:not(.button) {
    color: #ffffff;
  }
  .banner.banner-home .media {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .banner.banner-home .image-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .banner.text-only,
  .banner.single {
    padding-top: 9rem;
    padding-bottom: 5rem;
  }
  .banner .prev-link {
    position: initial;
    bottom: initial;
    margin-top: -1rem;
  }
  .banner.afbeelding-weergave {
    padding-bottom: 0;
    margin-bottom: 5rem;
  }
  .banner.afbeelding-weergave .media {
    position: initial;
    max-width: 100%;
    margin-bottom: -2rem;
  }
}
.banner + .module-overzicht.projecten {
  margin-top: -7.5rem;
}
@media only screen and (max-width: 767px) {
  .banner + .module-overzicht.projecten {
    margin-top: -5rem;
  }
}
.nieuws-items {
  padding: 4rem 0 2.5rem 0;
}
.nieuws-items .nieuws-item {
  padding-bottom: 1.25rem;
  height: 100%;
}
.nieuws-items .nieuws-item a {
  position: relative;
  display: block;
  border-radius: .5rem;
  overflow: hidden;
  transition: transform .3s ease;
  box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.nieuws-items .nieuws-item a:hover {
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}
.nieuws-items .nieuws-item a.uitgelicht * {
  color: #ffffff;
}
.nieuws-items .nieuws-item a.uitgelicht .text {
  padding: 1.5rem 1.75rem;
}
.nieuws-items .nieuws-item a.uitgelicht .text span {
  color: #ffffff;
}
.nieuws-items .nieuws-item a.uitgelicht:before {
  position: absolute;
  content: "";
  left: .75rem;
  top: .75rem;
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  z-index: 20;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='white' stroke-width='2' stroke-dasharray='12' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
}
.nieuws-items .nieuws-item a.groen {
  background: #048c38;
}
.nieuws-items .nieuws-item a.blauw {
  background: #28b9d1;
}
.nieuws-items .nieuws-item a.oranje {
  background: #f1850f;
}
.nieuws-items .nieuws-item .nieuws-image {
  height: 9.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.nieuws-items .nieuws-item .text {
  position: relative;
  display: block;
  padding: 1.5rem 1.25rem;
}
.nieuws-items .nieuws-item .text span {
  color: #9e9e9e;
  margin-bottom: .25rem;
  display: block;
}
.nieuws-items .nieuws-item .text h3 {
  margin-bottom: 0;
  word-break: break-word;
}
.nieuws-items .filter-container label {
  margin-bottom: .75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}
.nieuws-items .filter-container input {
  font-family: 'Museo Sans Rounded', sans-serif !important;
  font-weight: 300 !important;
  color: #000000 !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  /*box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);*/
  border: 1px solid #9e9e9e !important;
  font-weight: 500 !important;
  position: relative;
  height: calc(2rem + 16px);
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: 0px;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.nieuws-items .filter-container input:active,
.nieuws-items .filter-container input:focus {
  outline: none;
}
.nieuws-items .filter-container input[type="checkbox"] {
  background-color: #ffffff;
  -webkit-transition: 0.2s background-size;
  -moz-transition: 0.2s background-size;
  -o-transition: 0.2s background-size;
  -ms-transition: 0.2s background-size;
  transition: 0.2s background-size;
  background-size: .5rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  max-height: 1.25rem;
  max-width: 1.25rem;
  padding: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
.nieuws-items .filter-container input[type="checkbox"]:checked {
  background-size: .875rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-input-checkbox-filled.svg');
}
.nieuws-items .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.nieuws-items .pagination .dots {
  color: #BCBCBC;
}
.nieuws-items .pagination .prev {
  width: .5rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/chevron-prev-orange.svg');
  background-size: .5rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.nieuws-items .pagination .prev:hover {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/chevron-prev-orange.svg');
}
.nieuws-items .pagination .next {
  width: .5rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/chevron-next-orange.svg');
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.nieuws-items .pagination .next:hover {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/chevron-next-orange.svg');
}
@media only screen and (max-width: 991px) {
  .nieuws-items .filter-container {
    margin-bottom: 2rem;
  }
  .nieuws-items .filter-container .labels {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    row-gap: .5rem;
  }
  .nieuws-items .filter-container .labels label {
    gap: .75rem;
    margin-bottom: 0;
  }
}
.tips .tips-navigatie {
  margin: 4rem 0;
  text-align: center;
}
.tips .tips-navigatie .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tips .tips-navigatie .buttons .button {
  margin: 0 .5rem .5rem;
}
.tips .tip {
  padding-bottom: 2.5rem;
  height: 100%;
}
.tips .tip .de-tip {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  background: #ffffff;
  border-radius: .5rem;
  box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform .3s ease;
}
.tips .tip a.de-tip:hover {
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.1);
}
.tips .tip .image {
  position: relative;
  display: block;
  flex: none;
  width: 8rem;
  height: 10.875rem;
}
.tips .tip .image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tips .tip .text {
  position: relative;
  display: block;
  width: calc(100% - 8rem);
  max-width: 40.5rem;
  padding-left: 3.5rem;
  z-index: 25;
}
.tips .tip .text h1,
.tips .tip .text h3 {
  margin-bottom: .25rem;
}
.tips .tip .text .auteur {
  display: block;
  color: #727272;
  margin-bottom: 1rem;
}
.tips .tip .text .omschrijving-container {
  position: relative;
  overflow: hidden;
  max-height: 4.5em;
  /* Ongeveer drie regels tekst */
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tips .tip .text .omschrijving-container.expanded {
  max-height: none;
  -webkit-line-clamp: unset;
  overflow: visible;
}
.tips .tip .text .omschrijving-container.expanded .omschrijving::after {
  content: '';
}
.tips .tip .text .read-more {
  color: #f1850f;
  cursor: pointer;
  display: none;
  margin-top: 10px;
  text-decoration: none;
  /* Optioneel, om de onderstreping te verwijderen */
}
.tips .tip.uitgelicht.lichtblauw .de-tip {
  background-color: #28b9d1;
}
.tips .tip.uitgelicht.blauw .de-tip {
  background-color: #046c7a;
}
.tips .tip.uitgelicht.groen .de-tip {
  background-color: #048c38;
}
.tips .tip.uitgelicht.oranje .de-tip {
  background-color: #f1850f;
}
.tips .tip.uitgelicht .de-tip:before {
  position: absolute;
  content: "";
  left: .75rem;
  top: .75rem;
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  z-index: 20;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='white' stroke-width='2' stroke-dasharray='12' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
}
.tips .tip.uitgelicht.uitgelicht-normaal .de-tip h3,
.tips .tip.uitgelicht.uitgelicht-normaal .de-tip span,
.tips .tip.uitgelicht.uitgelicht-normaal .de-tip .auteur,
.tips .tip.uitgelicht.uitgelicht-normaal .de-tip .omschrijving {
  color: #ffffff;
}
.tips .tip.uitgelicht:not(.uitgelicht-normaal) .de-tip {
  height: 100%;
  flex-wrap: unset;
  padding: 0;
}
.tips .tip.uitgelicht:not(.uitgelicht-normaal) .de-tip h1 {
  font-family: 'Paytone One', sans-serif;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .tips .tip.uitgelicht:not(.uitgelicht-normaal) .de-tip h1 {
    font-size: 1.5rem;
  }
}
.tips .tip.uitgelicht:not(.uitgelicht-normaal) .de-tip h2,
.tips .tip.uitgelicht:not(.uitgelicht-normaal) .de-tip span,
.tips .tip.uitgelicht:not(.uitgelicht-normaal) .de-tip .auteur,
.tips .tip.uitgelicht:not(.uitgelicht-normaal) .de-tip .omschrijving {
  color: #ffffff;
}
.tips .tip.uitgelicht:not(.uitgelicht-normaal) .de-tip .button {
  margin-top: 1.75rem;
}
.tips .tip.uitgelicht:not(.uitgelicht-normaal) a.de-tip:hover .button {
  color: #28b9d1 !important;
  border-color: #28b9d1;
}
.tips .tip.uitgelicht:not(.uitgelicht-normaal) .image {
  display: block;
  width: calc(100% / 12 * 4);
  height: 100%;
  flex: none;
}
.tips .tip.uitgelicht:not(.uitgelicht-normaal) .image .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.tips .tip.uitgelicht:not(.uitgelicht-normaal) .text {
  margin: 4rem 5.25rem 4rem 5.25rem;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .tips .tip.uitgelicht .text {
    margin-left: 0;
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .tips .tip.uitgelicht .text {
    margin: 0;
    padding-left: 3.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .tips .tip .de-tip {
    flex-direction: column;
  }
  .tips .tip .image {
    margin-bottom: 1rem;
    height: auto;
    width: initial;
  }
  .tips .tip .text {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .tips .tip.uitgelicht {
    height: initial;
  }
  .tips .tip.uitgelicht .de-tip {
    padding: 2rem !important;
  }
  .tips .tip.uitgelicht .de-tip .image {
    width: 100%;
    height: auto;
  }
  .tips .tip.uitgelicht .de-tip .image .img {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
  }
  .tips .tip.uitgelicht .de-tip .text {
    margin: 0;
    padding-left: 0;
  }
}
.content-banner-blok {
  margin-top: -5.5rem;
  display: block;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .content-banner-blok {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-banner-blok {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-banner-blok {
    margin-bottom: 3.5rem;
  }
}
.content-banner-blok .content-blok-inner {
  background-color: #046c7a;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.03);
  border-radius: .5rem;
  padding: 3.75rem 0;
}
.content-banner-blok .content-blok-inner .intro-tekst h1,
.content-banner-blok .content-blok-inner .intro-tekst h2,
.content-banner-blok .content-blok-inner .intro-tekst h3,
.content-banner-blok .content-blok-inner .intro-tekst h4,
.content-banner-blok .content-blok-inner .intro-tekst h5,
.content-banner-blok .content-blok-inner .intro-tekst h6,
.content-banner-blok .content-blok-inner .intro-tekst p,
.content-banner-blok .content-blok-inner .intro-tekst p a,
.content-banner-blok .content-blok-inner .intro-tekst span {
  color: #ffffff;
}
.content-banner-blok .content-blok-inner .intro-tekst p a {
  position: relative;
  font-weight: 700;
}
.content-banner-blok .content-blok-inner .intro-tekst p a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.content-banner-blok .content-blok-inner .intro-tekst p a:hover::after {
  width: 100%;
}
.content-banner-blok .content-blok-inner .intro-tekst p a.button::after {
  display: none;
}
.content-banner-blok .content-blok-inner .intro-tekst p a::after {
  background-color: #ffffff;
}
.content-banner-blok .content-blok-inner .button-container {
  display: block;
  margin-top: 1rem;
}
.content-banner-blok .content-blok-inner .button-container .button {
  font-weight: 300;
}
.content-banner-blok .content-blok-inner .button-container .button:first-child {
  margin-right: .75rem;
}
.content-banner-blok .content-blok-inner .content-item img {
  border-radius: .5rem;
}
.content-banner-blok .content-blok-inner .content-item .content-img {
  width: 100%;
  max-width: 100%;
}
.content-banner-blok .content-blok-inner .content-item p {
  color: #727272;
  margin: 0;
}
.content-banner-blok .content-blok-inner .content-item .module-overzicht .module-item.faq {
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-banner-blok .content-blok-inner {
    padding: 2rem 1.25rem;
  }
  .content-banner-blok .content-blok-inner .intro-tekst {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-banner-blok {
    margin-top: -3.5rem;
  }
  .content-banner-blok .content-blok-inner {
    padding: 2rem;
  }
  .content-banner-blok .content-blok-inner .content-item {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .content-banner-blok .content-blok-inner {
    padding: 1.25rem;
  }
}
.uitgelichte-producten {
  margin-top: -7.5rem;
  display: block;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .uitgelichte-producten {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .uitgelichte-producten {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .uitgelichte-producten {
    margin-bottom: 3.5rem;
  }
}
.uitgelichte-producten .uitgelichte-producten-inner {
  background: white;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.03);
  border-radius: .5rem;
  padding: 2.5rem 2.25rem;
}
.uitgelichte-producten .uitgelichte-producten-inner .uitgelichte-producten-tekst {
  text-align: left;
  padding-bottom: 1rem;
}
.uitgelichte-producten .uitgelichte-producten-inner .product-item {
  display: flex;
  flex-wrap: wrap;
  padding: .25rem 0;
}
.uitgelichte-producten .uitgelichte-producten-inner .product-item .product-image {
  width: 100px;
}
.uitgelichte-producten .uitgelichte-producten-inner .product-item .product-image img {
  width: 100%;
}
.uitgelichte-producten .uitgelichte-producten-inner .product-item .product-content {
  width: calc(100% - 100px);
  padding-left: 1.25rem;
}
.uitgelichte-producten .uitgelichte-producten-inner .product-item .product-content p {
  color: #727272;
}
@media only screen and (max-width: 767px) {
  .uitgelichte-producten {
    margin-top: -5rem;
  }
  .uitgelichte-producten .uitgelichte-producten-inner {
    padding: 2rem;
  }
  .uitgelichte-producten .uitgelichte-producten-inner .product-item .product-image {
    width: 75px;
  }
  .uitgelichte-producten .uitgelichte-producten-inner .product-item .product-content {
    width: calc(100% - 75px);
    padding-left: 1.25rem;
  }
}
.single-post-nav {
  margin-top: -5.875rem;
}
.single-post-info {
  position: relative;
  display: block;
  width: 100%;
  bottom: 0;
}
.single-post-info .single-post-info-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-post-info .single-post-info-inner .btn-container {
  min-width: 9.5rem;
  margin-bottom: 4rem;
}
.single-post-info .single-post-info-inner * {
  font-size: 1.25rem;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .single-post-info .single-post-info-inner .btn-container {
    width: auto;
  }
}
.single-faq .banner-overlay {
  margin-top: -2.5rem;
  margin-bottom: 3rem;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: .5rem;
  overflow: hidden;
}
.single-faq .banner-overlay .banner-overlay-inner {
  padding: 1.5rem 2rem;
}
.single-faq .banner-overlay .banner-overlay-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  row-gap: .5rem;
}
.single-faq .banner-overlay .banner-overlay-inner .tekst {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single-faq .banner-overlay .banner-overlay-inner .image .img {
  width: 4rem;
}
.single-faq .banner-overlay .banner-overlay-inner .naam {
  font-family: 'Museo Sans Rounded', sans-serif;
  font-weight: 300;
  font-weight: 300 !important;
  margin-bottom: 0;
}
.single-faq .auteur {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.single-faq .auteur .image {
  margin-bottom: .5rem;
}
.single-faq .auteur .image .img {
  display: block;
  width: 3.75rem;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.single-faq .auteur .tekst {
  margin-left: 1rem;
}
.single-faq .auteur .tekst .naam {
  display: block;
  font-weight: 700;
}
.single-faq .auteur .tekst .titel {
  display: block;
  color: #727272;
}
.single-faq .module-overzicht.faq {
  margin-top: 4rem;
}
.single-faq .module-overzicht.faq .tekst {
  text-align: center;
  margin-bottom: 3rem;
}
.single-faq .module-overzicht.faq .auteur .tekst {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .single-faq .banner-overlay .banner-overlay-inner {
    gap: 1rem;
  }
}
.single-abc .content-single-abc .list-abc-items {
  padding: 2.75rem 0 3rem;
}
.single-abc .content-single-abc .list-abc-items .abc-list-item {
  padding: 0 !important;
}
.single-abc .content-single-abc .list-abc-items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single-abc .content-single-abc .list-abc-items ul li {
  padding: 0;
  margin: 0 .6875rem;
}
.single-abc .content-single-abc .list-abc-items ul li::before {
  display: none !important;
}
.single-abc .content-single-abc .list-abc-items ul li a,
.single-abc .content-single-abc .list-abc-items ul li p {
  color: #f1850f;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin: 0;
}
.single-abc .content-single-abc .list-abc-items ul li.active a,
.single-abc .content-single-abc .list-abc-items ul li.active p {
  font-weight: 700;
}
.single-abc .content-single-abc .list-abc-items ul li.empty a,
.single-abc .content-single-abc .list-abc-items ul li.empty p {
  color: #c4c4c4;
}
.single-abc .btn-container {
  margin-bottom: 1.5rem;
}
.single-abc .spacer {
  margin-bottom: 3rem;
}
.single-abc .module-overzicht.abc {
  margin-top: 4rem;
}
.single-abc .module-overzicht.abc .tekst {
  text-align: center;
  margin-bottom: 3rem;
}
.single-abc .letter-afbeelding .afbeelding {
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.05);
}
.single-abc .letter-afbeelding img {
  display: block;
  width: 100%;
}
.single-abc .abc-detail-blokken {
  border-radius: .5rem;
  overflow: hidden;
  padding: 2.5rem 2rem;
  box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
.single-abc .abc-detail-blokken > * {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 575px) {
  .single-abc .letter-afbeelding {
    margin-bottom: 1.5rem;
  }
  .single-abc .abc-detail-blokken {
    padding: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .content-tekst {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-tekst {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-tekst {
    margin-bottom: 3.5rem;
  }
}
.content-tekst.no-margin {
  margin-bottom: 0;
}
.content-tekst .tekst ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-weight: 500;
}
.content-tekst .tekst ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.content-tekst .tekst ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.content-tekst .tekst ul.white li {
  color: #ffffff !important;
}
.content-tekst .tekst ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .content-tekst .tekst ul.two-column {
    column-count: 1;
  }
}
.content-tekst .tekst ul:last-child {
  margin-bottom: 0;
}
.content-tekst .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.content-tekst .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.content-tekst .tekst img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.content-tekst .tekst a {
  white-space: nowrap;
  position: relative;
}
.content-tekst .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.content-tekst .tekst a:hover::after {
  width: 100%;
}
.content-tekst .tekst a.button::after {
  display: none;
}
.content-tekst .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #000000;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst *:last-child {
  margin-bottom: 0;
}
.content-tekst.bg-white {
  padding: 2rem 0;
  background: #ffffff;
}
.content-tekst.bg-lightblue {
  padding: 2rem 0;
  background: #e1fbff;
}
@media only screen and (min-width: 992px) {
  .content-tekst.margin-small {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-tekst.margin-small {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-tekst.margin-small {
    margin-bottom: 1.5rem;
  }
}
.content-tekst.uitgelicht {
  padding: 2.5rem 0;
}
.content-tekst.uitgelicht .tekst * {
  font-weight: 700;
  color: #046c7a;
}
.content-tekst.uitgelicht .tekst a {
  color: #28b9d1;
}
.content-tekst.uitgelicht .tekst a:after {
  background-color: #28b9d1;
}
.content-tekst.kolom-1-centreren .kolom-1 .tekst {
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .content-tekst .kolom-2 {
    margin-top: 1.5em;
  }
}
.cta-banner {
  margin: 4rem 0;
  background-color: #28b9d1;
  padding: 1.5rem 0;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/bg-banner.png');
  background-repeat: no-repeat;
}
.cta-banner .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cta-banner .content .titel {
  margin-bottom: 0;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .cta-banner .content {
    gap: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .content-video {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-video {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-video {
    margin-bottom: 3.5rem;
  }
}
.content-video.no-margin {
  margin-bottom: 0;
}
.content-video .tekst ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-weight: 500;
}
.content-video .tekst ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.content-video .tekst ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.content-video .tekst ul.white li {
  color: #ffffff !important;
}
.content-video .tekst ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .content-video .tekst ul.two-column {
    column-count: 1;
  }
}
.content-video .tekst ul:last-child {
  margin-bottom: 0;
}
.content-video .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.content-video .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-video .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.content-video .tekst img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.content-video .tekst a {
  white-space: nowrap;
  position: relative;
}
.content-video .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.content-video .tekst a:hover::after {
  width: 100%;
}
.content-video .tekst a.button::after {
  display: none;
}
.content-video .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #000000;
  padding: 0 0 0 1.5rem;
}
.content-video .tekst *:last-child {
  margin-bottom: 0;
}
.content-video.achtergrondkleur {
  position: relative;
  margin-bottom: 0;
}
.content-video.achtergrondkleur::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 40%;
  background-color: #e1fbff;
}
@media only screen and (min-width: 992px) {
  .content-video.achtergrondkleur.light-blue-half-bottom {
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-video.achtergrondkleur.light-blue-half-bottom {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-video.achtergrondkleur.light-blue-half-bottom {
    padding-bottom: 3.5rem;
  }
}
.content-video.achtergrondkleur.light-blue-half-bottom::before {
  bottom: 0;
}
.content-video.achtergrondkleur.light-blue-half-bottom.no-margin {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .content-video.achtergrondkleur.light-blue-half-top {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-video.achtergrondkleur.light-blue-half-top {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-video.achtergrondkleur.light-blue-half-top {
    padding-top: 3.5rem;
  }
}
.content-video.achtergrondkleur.light-blue-half-top::before {
  top: 0;
}
.content-video .tekst {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .content-docent-registratie {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-docent-registratie {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-docent-registratie {
    margin-bottom: 3.5rem;
  }
}
.content-docent-registratie.no-margin {
  margin-bottom: 0;
}
.content-docent-registratie .tekst ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-weight: 500;
}
.content-docent-registratie .tekst ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.content-docent-registratie .tekst ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.content-docent-registratie .tekst ul.white li {
  color: #ffffff !important;
}
.content-docent-registratie .tekst ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .content-docent-registratie .tekst ul.two-column {
    column-count: 1;
  }
}
.content-docent-registratie .tekst ul:last-child {
  margin-bottom: 0;
}
.content-docent-registratie .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.content-docent-registratie .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-docent-registratie .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.content-docent-registratie .tekst img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.content-docent-registratie .tekst a {
  white-space: nowrap;
  position: relative;
}
.content-docent-registratie .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.content-docent-registratie .tekst a:hover::after {
  width: 100%;
}
.content-docent-registratie .tekst a.button::after {
  display: none;
}
.content-docent-registratie .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #000000;
  padding: 0 0 0 1.5rem;
}
.content-docent-registratie .tekst *:last-child {
  margin-bottom: 0;
}
.content-docent-registratie.achtergrondkleur {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .content-docent-registratie.achtergrondkleur {
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-docent-registratie.achtergrondkleur {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-docent-registratie.achtergrondkleur {
    padding-bottom: 3.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .content-docent-registratie.achtergrondkleur {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-docent-registratie.achtergrondkleur {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-docent-registratie.achtergrondkleur {
    padding-top: 3.5rem;
  }
}
.content-docent-registratie.achtergrondkleur .tekst * {
  color: #ffffff;
}
.content-docent-registratie.achtergrondkleur.bg-color-1 {
  background-color: #28b9d1;
}
.content-docent-registratie.achtergrondkleur.bg-color-2 {
  background-color: #048c38;
}
.content-docent-registratie.achtergrondkleur.bg-color-3 {
  background-color: #f1850f;
}
.content-docent-registratie.form-left .docent-registratie-block {
  order: 1;
}
.content-docent-registratie.form-right .docent-registratie-block {
  order: 2;
}
.content-docent-registratie .register-block.modal-content {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .content-docent-registratie .register-block.modal-content {
    margin: 2rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .tekst-afbeelding {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-afbeelding {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding {
    margin-bottom: 3.5rem;
  }
}
.tekst-afbeelding.no-margin {
  margin-bottom: 0;
}
.tekst-afbeelding .tekst ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-weight: 500;
}
.tekst-afbeelding .tekst ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.tekst-afbeelding .tekst ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.tekst-afbeelding .tekst ul.white li {
  color: #ffffff !important;
}
.tekst-afbeelding .tekst ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .tekst-afbeelding .tekst ul.two-column {
    column-count: 1;
  }
}
.tekst-afbeelding .tekst ul:last-child {
  margin-bottom: 0;
}
.tekst-afbeelding .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.tekst-afbeelding .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-afbeelding .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-afbeelding .tekst img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.tekst-afbeelding .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-afbeelding .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-afbeelding .tekst a:hover::after {
  width: 100%;
}
.tekst-afbeelding .tekst a.button::after {
  display: none;
}
.tekst-afbeelding .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #000000;
  padding: 0 0 0 1.5rem;
}
.tekst-afbeelding .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-afbeelding .look-alt {
  margin-bottom: .5rem;
}
.tekst-afbeelding .afbeelding img {
  width: 100%;
  display: block;
  border-radius: .5rem;
}
.tekst-afbeelding .afbeelding .img {
  border-radius: .5rem;
}
.tekst-afbeelding .tekst .button-container {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.tekst-afbeelding.overlay-image .afbeelding .img {
  position: relative;
}
.tekst-afbeelding.overlay-image .afbeelding .img::before {
  content: "";
  position: absolute;
  border-radius: .5rem;
  top: 2.5rem;
  width: 100%;
  height: calc(100% - 5rem);
  background: #e1fbff;
}
.tekst-afbeelding.overlay-image .afbeelding img {
  position: relative;
  width: 150%;
  max-width: 46rem;
  margin-left: -2rem;
}
.tekst-afbeelding .extra-image {
  position: absolute;
  bottom: 0;
  margin-left: -7.5rem;
  width: 100%;
  height: 100%;
  max-width: 21rem;
  max-height: 28rem;
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: 1;
}
.tekst-afbeelding.achtergrondkleur {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .tekst-afbeelding.achtergrondkleur {
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-afbeelding.achtergrondkleur {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding.achtergrondkleur {
    padding-bottom: 3.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .tekst-afbeelding.achtergrondkleur {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-afbeelding.achtergrondkleur {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding.achtergrondkleur {
    padding-top: 3.5rem;
  }
}
.tekst-afbeelding.achtergrondkleur ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  column-count: 2;
}
.tekst-afbeelding.achtergrondkleur ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.tekst-afbeelding.achtergrondkleur ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.tekst-afbeelding.achtergrondkleur ul.white li {
  color: #ffffff !important;
}
.tekst-afbeelding.achtergrondkleur ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .tekst-afbeelding.achtergrondkleur ul.two-column {
    column-count: 1;
  }
}
.tekst-afbeelding.achtergrondkleur ul:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .tekst-afbeelding.achtergrondkleur ul {
    column-count: 1;
  }
}
.tekst-afbeelding.achtergrondkleur ul li {
  color: #ffffff !important;
}
.tekst-afbeelding.achtergrondkleur.bg-color-1 {
  background-color: rgba(40, 185, 209, 0.1);
}
@media only screen and (min-width: 992px) {
  .tekst-afbeelding.margin-small {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-afbeelding.margin-small {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding.margin-small {
    margin-bottom: 1.5rem;
  }
}
.tekst-afbeelding.with-countdown {
  background-color: #140062 !important;
  padding: 4rem 0;
  position: relative;
  min-height: 30rem;
}
.tekst-afbeelding.with-countdown .tekst * {
  color: #ffffff;
}
.tekst-afbeelding.with-countdown .tekst .number {
  font-family: 'Paytone One', sans-serif;
  font-weight: 300;
  font-size: 2.75rem;
  line-height: 1.09090909;
  margin-bottom: 2rem;
  color: #000000;
  color: #ffffff;
  display: block;
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding.with-countdown .tekst .number {
    font-size: 2.25rem;
  }
}
.tekst-afbeelding.with-countdown .tekst .number strong {
  color: #28b9d1;
}
.tekst-afbeelding.with-countdown .tekst .counter-tekst {
  font-size: 1.25rem;
}
.tekst-afbeelding.with-countdown .afbeelding {
  position: initial;
}
.tekst-afbeelding.with-countdown .afbeelding .img {
  position: absolute;
  top: -1rem;
  height: 35rem;
}
.tekst-afbeelding.with-countdown .afbeelding .img img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  .tekst-afbeelding .extra-image {
    position: absolute;
    max-width: 16rem;
    left: 0;
    margin-left: 0;
  }
  .tekst-afbeelding.with-countdown .afbeelding .img {
    position: initial;
    height: initial;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tekst-afbeelding .row {
    align-items: normal !important;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-afbeeldingdiv[class^="bg-"] {
    padding: 5rem 0;
  }
  .tekst-afbeelding.overlay-image .afbeelding img {
    width: 153%;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding .afbeelding {
    order: -2;
    margin-bottom: 3rem;
  }
  .tekst-afbeelding .tekst.bg-color-1::before {
    display: none;
  }
  .tekst-afbeelding .extra-image {
    display: none;
  }
  .tekst-afbeelding.overlay-image .afbeelding {
    margin-bottom: 0;
  }
  .tekst-afbeelding.overlay-image .afbeelding img {
    width: 160%;
    max-width: 48rem;
  }
}
.tekst-uitgelicht-met-afbeelding {
  position: relative;
  background: #f6f6f6;
}
@media only screen and (min-width: 992px) {
  .tekst-uitgelicht-met-afbeelding {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-uitgelicht-met-afbeelding {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-uitgelicht-met-afbeelding {
    margin-bottom: 3.5rem;
  }
}
.tekst-uitgelicht-met-afbeelding.no-margin {
  margin-bottom: 0;
}
.tekst-uitgelicht-met-afbeelding .tekst ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-weight: 500;
}
.tekst-uitgelicht-met-afbeelding .tekst ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.tekst-uitgelicht-met-afbeelding .tekst ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.tekst-uitgelicht-met-afbeelding .tekst ul.white li {
  color: #ffffff !important;
}
.tekst-uitgelicht-met-afbeelding .tekst ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .tekst-uitgelicht-met-afbeelding .tekst ul.two-column {
    column-count: 1;
  }
}
.tekst-uitgelicht-met-afbeelding .tekst ul:last-child {
  margin-bottom: 0;
}
.tekst-uitgelicht-met-afbeelding .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.tekst-uitgelicht-met-afbeelding .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-uitgelicht-met-afbeelding .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-uitgelicht-met-afbeelding .tekst img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.tekst-uitgelicht-met-afbeelding .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-uitgelicht-met-afbeelding .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-uitgelicht-met-afbeelding .tekst a:hover::after {
  width: 100%;
}
.tekst-uitgelicht-met-afbeelding .tekst a.button::after {
  display: none;
}
.tekst-uitgelicht-met-afbeelding .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #000000;
  padding: 0 0 0 1.5rem;
}
.tekst-uitgelicht-met-afbeelding .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-uitgelicht-met-afbeelding .tekst {
  padding: 12.5rem 0 11rem 0;
}
.tekst-uitgelicht-met-afbeelding .tekst h2 {
  font-family: 'Paytone One', sans-serif;
  font-weight: 300;
  font-size: 2.75rem;
  line-height: 1.09090909;
  margin-bottom: 2rem;
  color: #000000;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .tekst-uitgelicht-met-afbeelding .tekst h2 {
    font-size: 2.25rem;
  }
}
.tekst-uitgelicht-met-afbeelding .image-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
}
.tekst-uitgelicht-met-afbeelding::after {
  content: '';
  position: absolute;
  top: 0;
  height: 3rem;
  background: #ffffff;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tekst-uitgelicht-met-afbeelding .tekst {
    padding: 9rem 0 6rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-uitgelicht-met-afbeelding .tekst {
    padding: 6rem 0 3rem 0;
  }
}
.tekst-button {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .tekst-button {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-button {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-button {
    margin-bottom: 3.5rem;
  }
}
.tekst-button.no-margin {
  margin-bottom: 0;
}
.tekst-button .tekst ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-weight: 500;
}
.tekst-button .tekst ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.tekst-button .tekst ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.tekst-button .tekst ul.white li {
  color: #ffffff !important;
}
.tekst-button .tekst ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .tekst-button .tekst ul.two-column {
    column-count: 1;
  }
}
.tekst-button .tekst ul:last-child {
  margin-bottom: 0;
}
.tekst-button .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.tekst-button .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-button .tekst img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.tekst-button .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-button .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-button .tekst a:hover::after {
  width: 100%;
}
.tekst-button .tekst a.button::after {
  display: none;
}
.tekst-button .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #000000;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-button h1,
.tekst-button h2 {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.tekst-button .look-alt {
  margin-bottom: .5rem;
}
.tekst-button .button {
  margin-top: 4rem;
}
@media only screen and (max-width: 575px) {
  .tekst-button {
    text-align: left;
  }
  .tekst-button h2.titel {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .tekst-formulier {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-formulier {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-formulier {
    margin-bottom: 3.5rem;
  }
}
.tekst-formulier.no-margin {
  margin-bottom: 0;
}
.tekst-formulier .tekst ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-weight: 500;
}
.tekst-formulier .tekst ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.tekst-formulier .tekst ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.tekst-formulier .tekst ul.white li {
  color: #ffffff !important;
}
.tekst-formulier .tekst ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .tekst-formulier .tekst ul.two-column {
    column-count: 1;
  }
}
.tekst-formulier .tekst ul:last-child {
  margin-bottom: 0;
}
.tekst-formulier .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.tekst-formulier .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-formulier .tekst img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.tekst-formulier .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-formulier .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-formulier .tekst a:hover::after {
  width: 100%;
}
.tekst-formulier .tekst a.button::after {
  display: none;
}
.tekst-formulier .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #000000;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-formulier .formulier.col-md-6 .inner {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .tekst-formulier .formulier {
    order: 13;
  }
  .tekst-formulier .formulier.col-md-6 {
    margin-top: 3rem;
  }
  .tekst-formulier .formulier.col-md-6 .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .fotogalerij {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .fotogalerij {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .fotogalerij {
    margin-bottom: 3.5rem;
  }
}
.fotogalerij.no-margin {
  margin-bottom: 0;
}
.fotogalerij .tekst ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-weight: 500;
}
.fotogalerij .tekst ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.fotogalerij .tekst ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.fotogalerij .tekst ul.white li {
  color: #ffffff !important;
}
.fotogalerij .tekst ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .fotogalerij .tekst ul.two-column {
    column-count: 1;
  }
}
.fotogalerij .tekst ul:last-child {
  margin-bottom: 0;
}
.fotogalerij .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.fotogalerij .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.fotogalerij .tekst img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.fotogalerij .tekst a {
  white-space: nowrap;
  position: relative;
}
.fotogalerij .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.fotogalerij .tekst a:hover::after {
  width: 100%;
}
.fotogalerij .tekst a.button::after {
  display: none;
}
.fotogalerij .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #000000;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst *:last-child {
  margin-bottom: 0;
}
.fotogalerij .afb {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 2rem;
}
.fotogalerij .afb.small span.ratio {
  padding-bottom: 113%;
}
.fotogalerij .afb span.ratio {
  display: block;
  padding-bottom: 74%;
}
.fotogalerij .afb.hidden {
  display: none;
}
.fotogalerij .afb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-position: center;
  background-size: .5rem;
  background-repeat: no-repeat;
}
.fotogalerij .afb:hover:after {
  background-color: #28b9d1;
  opacity: .6;
}
@media only screen and (max-width: 767px) {
  .fotogalerij .afb.small span.ratio {
    padding-bottom: 74%;
  }
}
.sponsoren {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .sponsoren {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .sponsoren {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sponsoren {
    margin-bottom: 3.5rem;
  }
}
.sponsoren.no-margin {
  margin-bottom: 0;
}
.sponsoren .tekst ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-weight: 500;
}
.sponsoren .tekst ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.sponsoren .tekst ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.sponsoren .tekst ul.white li {
  color: #ffffff !important;
}
.sponsoren .tekst ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .sponsoren .tekst ul.two-column {
    column-count: 1;
  }
}
.sponsoren .tekst ul:last-child {
  margin-bottom: 0;
}
.sponsoren .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.sponsoren .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.sponsoren .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.sponsoren .tekst img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sponsoren .tekst a {
  white-space: nowrap;
  position: relative;
}
.sponsoren .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.sponsoren .tekst a:hover::after {
  width: 100%;
}
.sponsoren .tekst a.button::after {
  display: none;
}
.sponsoren .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #000000;
  padding: 0 0 0 1.5rem;
}
.sponsoren .tekst *:last-child {
  margin-bottom: 0;
}
.sponsoren h1,
.sponsoren h2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sponsoren .sponsoren-tekst {
  max-width: 37rem;
  margin-left: auto;
  margin-right: auto;
}
.sponsoren .sponsoren-blok {
  background: #ffffff;
  border-radius: .5rem;
  min-height: 17.5rem;
  padding: 2.25rem;
  box-shadow: -7px -6px 44px rgba(0, 0, 0, 0.04);
}
.sponsoren .sponsoren-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sponsoren .sponsor {
  display: block;
  width: calc(100% / 6 - 1rem);
  margin: 0 .5rem;
}
.sponsoren .logo {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  margin-top: 1rem;
}
.sponsoren .logo span.ratio {
  display: block;
  padding-bottom: 100%;
}
.sponsoren .logo:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-position: center;
  background-size: .5rem;
  background-repeat: no-repeat;
}
.sponsoren a.sponsor:hover {
  opacity: .6;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sponsoren .sponsor {
    width: calc(100% / 6 - 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .sponsoren .sponsor {
    width: calc(100% / 4 - 1rem);
  }
}
@media only screen and (max-width: 575px) {
  .sponsoren .sponsor {
    width: calc(100% / 2 - 1rem);
  }
}
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.95);
}
#swipebox-prev {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-slider-left.svg') !important;
  background-position: right center;
  background-size: 1rem;
}
#swipebox-next {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-slider-right.svg') !important;
  background-position: left center;
  background-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .faq-blok {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .faq-blok {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq-blok {
    margin-bottom: 3.5rem;
  }
}
.faq-blok.no-margin {
  margin-bottom: 0;
}
.faq-blok .tekst ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-weight: 500;
}
.faq-blok .tekst ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.faq-blok .tekst ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.faq-blok .tekst ul.white li {
  color: #ffffff !important;
}
.faq-blok .tekst ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .faq-blok .tekst ul.two-column {
    column-count: 1;
  }
}
.faq-blok .tekst ul:last-child {
  margin-bottom: 0;
}
.faq-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.faq-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.faq-blok .tekst img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.faq-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.faq-blok .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.faq-blok .tekst a:hover::after {
  width: 100%;
}
.faq-blok .tekst a.button::after {
  display: none;
}
.faq-blok .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #000000;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst *:last-child {
  margin-bottom: 0;
}
.faq-blok .accordion .collapse-item {
  margin-bottom: 1rem;
}
.faq-blok .accordion .collapse-item .titel {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1rem 2rem;
  background: #28b9d1;
  border-radius: .5rem;
}
.faq-blok .accordion .collapse-item .titel * {
  color: #ffffff;
  margin: 0;
}
.faq-blok .accordion .collapse-item .titel .vraag {
  width: calc(100% - 2rem);
}
.faq-blok .accordion .collapse-item .titel .vraag button {
  font-family: 'Paytone One', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.16666667;
  margin-bottom: 1rem;
  color: #000000;
  color: #ffffff;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .faq-blok .accordion .collapse-item .titel .vraag button {
    font-size: 1.2rem;
  }
}
.faq-blok .accordion .collapse-item .titel .close {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.faq-blok .accordion .collapse-item .titel .close svg {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: #ffffff;
  content: '';
  top: .5rem;
  right: 0;
  width: 1rem;
  height: 1rem;
}
.faq-blok .accordion .collapse-item .collapse-itself {
  padding-bottom: 2rem;
  display: none;
  width: calc(100% - 2rem);
}
.faq-blok .accordion .collapse-item .collapse-itself *:last-child {
  margin-bottom: 0;
}
.faq-blok .accordion .collapse-item .collapse-itself .antwoord {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  padding: 1rem 2rem 0 2rem;
}
.faq-blok .accordion .collapse-item:hover .titel,
.faq-blok .accordion .collapse-item:focus .titel {
  background-color: rgba(40, 185, 209, 0.85);
}
.faq-blok .accordion .collapse-item:hover .titel .close,
.faq-blok .accordion .collapse-item:focus .titel .close {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.faq-blok .accordion .collapse-item.show .titel {
  background: transparent;
}
.faq-blok .accordion .collapse-item.show .titel * {
  color: #000000;
}
.faq-blok .accordion .collapse-item.show .titel .vraag button {
  color: #000000;
}
.faq-blok .accordion .collapse-item.show .titel .close {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background: #28b9d1;
}
.faq-blok .accordion .collapse-item.show .titel .close svg {
  opacity: 1;
}
.faq-blok .accordion .collapse-item.show .collapse-itself .antwoord {
  padding-top: 0;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .faq-blok .accordion .collapse-item .collapse-itself {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .faq-blok .accordion .collapse-item .titel {
    padding: 1rem 1rem;
  }
  .faq-blok .accordion .collapse-item .collapse-itself .antwoord {
    padding: 1rem 1rem 0 1rem;
  }
}
.blok-404 {
  background-color: #28b9d1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .blok-404 {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .blok-404 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .blok-404 {
    margin-bottom: 3.5rem;
  }
}
.blok-404.no-margin {
  margin-bottom: 0;
}
.blok-404 .tekst ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-weight: 500;
}
.blok-404 .tekst ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.blok-404 .tekst ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.blok-404 .tekst ul.white li {
  color: #ffffff !important;
}
.blok-404 .tekst ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .blok-404 .tekst ul.two-column {
    column-count: 1;
  }
}
.blok-404 .tekst ul:last-child {
  margin-bottom: 0;
}
.blok-404 .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.blok-404 .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.blok-404 .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.blok-404 .tekst img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.blok-404 .tekst a {
  white-space: nowrap;
  position: relative;
}
.blok-404 .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.blok-404 .tekst a:hover::after {
  width: 100%;
}
.blok-404 .tekst a.button::after {
  display: none;
}
.blok-404 .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #000000;
  padding: 0 0 0 1.5rem;
}
.blok-404 .tekst *:last-child {
  margin-bottom: 0;
}
.blok-404 .screen-height {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.blok-404 .screen-inner {
  padding: 7rem 0;
}
.blok-404 .afbeelding {
  margin-bottom: 2.5rem;
}
.blok-404 .afbeelding img {
  display: block;
  width: 100%;
  height: auto;
}
.blok-404 .tekst {
  text-align: center;
}
.blok-404 .tekst * {
  color: #ffffff;
}
.blok-404 .button-container {
  margin-top: 1.25rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .introductiekaart-blok {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .introductiekaart-blok {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .introductiekaart-blok {
    margin-bottom: 3.5rem;
  }
}
.introductiekaart-blok.no-margin {
  margin-bottom: 0;
}
.introductiekaart-blok .tekst ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-weight: 500;
}
.introductiekaart-blok .tekst ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.introductiekaart-blok .tekst ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.introductiekaart-blok .tekst ul.white li {
  color: #ffffff !important;
}
.introductiekaart-blok .tekst ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .introductiekaart-blok .tekst ul.two-column {
    column-count: 1;
  }
}
.introductiekaart-blok .tekst ul:last-child {
  margin-bottom: 0;
}
.introductiekaart-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.introductiekaart-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.introductiekaart-blok .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.introductiekaart-blok .tekst img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.introductiekaart-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.introductiekaart-blok .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.introductiekaart-blok .tekst a:hover::after {
  width: 100%;
}
.introductiekaart-blok .tekst a.button::after {
  display: none;
}
.introductiekaart-blok .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #000000;
  padding: 0 0 0 1.5rem;
}
.introductiekaart-blok .tekst *:last-child {
  margin-bottom: 0;
}
.introductiekaart-blok .introductiekaart-container {
  padding: .75rem;
  border-radius: .5rem;
}
.introductiekaart-blok .introductiekaart-container .introductiekaart-inner {
  margin: 0;
  padding: 1.25rem 1.875rem;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='white' stroke-width='2' stroke-dasharray='12' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
}
.introductiekaart-blok .introductiekaart-container .introductiekaart-inner .tekst * {
  color: #ffffff !important;
}
.introductiekaart-blok .introductiekaart-container .introductiekaart-inner .tekst a {
  text-decoration: underline;
}
.introductiekaart-blok .introductiekaart-container .introductiekaart-inner .tekst a:hover {
  text-decoration: none;
}
.introductiekaart-blok .introductiekaart-container .introductiekaart-inner .tekst a::after {
  display: none;
}
.introductiekaart-blok .introductiekaart-container.achtergrondkleur.bg-color-1 {
  background-color: #28b9d1;
}
.introductiekaart-blok .introductiekaart-container.achtergrondkleur.bg-color-2 {
  background-color: #048c38;
}
.introductiekaart-blok .introductiekaart-container.achtergrondkleur.bg-color-3 {
  background-color: #f1850f;
}
.introductiekaart-blok .introductiekaart-container.achtergrondkleur.bg-color-3 .tekst ul li:before {
  color: #ffffff;
}
.introductiekaart-blok .afbeelding img {
  width: 100%;
  display: block;
  border-radius: .5rem;
}
.introductiekaart-blok .afbeelding .img {
  border-radius: .5rem;
}
.introductiekaart-blok .video {
  aspect-ratio: 9 / 16;
}
.introductiekaart-blok .video .video-js {
  height: 100%;
  width: 100%;
}
.introductiekaart-blok .video .video-js .vjs-remaining-time {
  display: none;
}
.introductiekaart-blok.image-first .tekst,
.introductiekaart-blok.image-last .tekst {
  margin-right: 3rem;
}
@media only screen and (min-width: 992px) {
  .introductiekaart-blok.margin-small {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .introductiekaart-blok.margin-small {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .introductiekaart-blok.margin-small {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .introductiekaart-blok .row {
    align-items: normal !important;
  }
}
@media only screen and (max-width: 991px) {
  .introductiekaart-blokdiv[class^="bg-"] {
    padding: 5rem 0;
  }
  .introductiekaart-blok.image-first .tekst,
  .introductiekaart-blok.image-last .tekst {
    margin-right: 0;
  }
  .introductiekaart-blok .video {
    width: 75%;
    margin: auto;
    margin-top: 2.5rem;
  }
  .introductiekaart-blok .video.order-first {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .introductiekaart-blok .afbeelding {
    order: -2;
    margin-bottom: 3rem;
  }
  .introductiekaart-blok .tekst.bg-color-1::before {
    display: none;
  }
  .introductiekaart-blok .video {
    width: 100%;
  }
}
.afbeelding-met-afbeelding {
  padding: 2rem 0;
}
@media only screen and (min-width: 992px) {
  .afbeelding-met-afbeelding {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .afbeelding-met-afbeelding {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .afbeelding-met-afbeelding {
    margin-bottom: 3.5rem;
  }
}
.afbeelding-met-afbeelding.no-margin {
  margin-bottom: 0;
}
.afbeelding-met-afbeelding .tekst ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-weight: 500;
}
.afbeelding-met-afbeelding .tekst ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.afbeelding-met-afbeelding .tekst ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.afbeelding-met-afbeelding .tekst ul.white li {
  color: #ffffff !important;
}
.afbeelding-met-afbeelding .tekst ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .afbeelding-met-afbeelding .tekst ul.two-column {
    column-count: 1;
  }
}
.afbeelding-met-afbeelding .tekst ul:last-child {
  margin-bottom: 0;
}
.afbeelding-met-afbeelding .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.afbeelding-met-afbeelding .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.afbeelding-met-afbeelding .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.afbeelding-met-afbeelding .tekst img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.afbeelding-met-afbeelding .tekst a {
  white-space: nowrap;
  position: relative;
}
.afbeelding-met-afbeelding .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.afbeelding-met-afbeelding .tekst a:hover::after {
  width: 100%;
}
.afbeelding-met-afbeelding .tekst a.button::after {
  display: none;
}
.afbeelding-met-afbeelding .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #000000;
  padding: 0 0 0 1.5rem;
}
.afbeelding-met-afbeelding .tekst *:last-child {
  margin-bottom: 0;
}
.afbeelding-met-afbeelding.image-height .afbeelding img {
  height: initial !important;
}
.afbeelding-met-afbeelding .afbeelding {
  position: relative;
}
.afbeelding-met-afbeelding .afbeelding img {
  height: 20rem;
  width: 100%;
  object-fit: cover;
  border-radius: .5rem;
}
.afbeelding-met-afbeelding:not(.content-2-kolom) .afbeelding:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4rem;
  background-image: url(https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/element-after-white.svg);
  background-size: 100% 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .afbeelding-met-afbeelding .afbeelding img {
    height: 18rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .afbeelding-met-afbeelding .kolom-2 {
    margin-top: 2rem;
  }
  .afbeelding-met-afbeelding:not(.content-2-kolom) .afbeelding:after {
    height: 2rem;
  }
  .afbeelding-met-afbeelding .afbeelding img {
    height: 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .afbeelding-met-afbeelding:not(.content-2-kolom) .afbeelding:after {
    height: 1rem;
  }
}
.blok-kluis {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10rem 0 5rem;
  background-color: #28b9d1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;
}
@media only screen and (min-width: 992px) {
  .blok-kluis {
    margin-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .blok-kluis {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .blok-kluis {
    margin-bottom: 3.5rem;
  }
}
.blok-kluis.no-margin {
  margin-bottom: 0;
}
.blok-kluis .tekst ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  font-weight: 500;
}
.blok-kluis .tekst ul li {
  line-height: 1.5;
  font-size: 1rem;
  color: #000000;
  padding-left: 1em;
}
.blok-kluis .tekst ul li::before {
  content: "\2022";
  color: #f1850f;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
  width: 1em;
  margin-left: -1em;
}
.blok-kluis .tekst ul.white li {
  color: #ffffff !important;
}
.blok-kluis .tekst ul.two-column {
  column-count: 2;
}
@media only screen and (max-width: 575px) {
  .blok-kluis .tekst ul.two-column {
    column-count: 1;
  }
}
.blok-kluis .tekst ul:last-child {
  margin-bottom: 0;
}
.blok-kluis .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5rem;
}
.blok-kluis .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.blok-kluis .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.blok-kluis .tekst img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.blok-kluis .tekst a {
  white-space: nowrap;
  position: relative;
}
.blok-kluis .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #f1850f;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.blok-kluis .tekst a:hover::after {
  width: 100%;
}
.blok-kluis .tekst a.button::after {
  display: none;
}
.blok-kluis .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #000000;
  padding: 0 0 0 1.5rem;
}
.blok-kluis .tekst *:last-child {
  margin-bottom: 0;
}
.blok-kluis.red-0 {
  background-color: #990000;
}
.blok-kluis.red-1 {
  background-color: #992E00;
}
.blok-kluis.red-2 {
  background-color: #DC4200;
}
.blok-kluis.red-3 {
  background-color: #FFA800;
}
.blok-kluis.green {
  background-color: #28a745;
}
.blok-kluis.orange {
  background-color: #fd7e14;
}
.blok-kluis.red {
  background-color: #dc3545;
}
.blok-kluis .safe-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.blok-kluis .safe-svg {
  margin-bottom: 2rem;
}
.blok-kluis .safe-svg img,
.blok-kluis .safe-svg svg {
  display: block;
  width: 100%;
  height: auto;
}
.blok-kluis .safe-svg .kluis-svg {
  display: none;
}
.blok-kluis .safe-svg .kluis-svg.active {
  display: block;
}
.blok-kluis .safe-text {
  margin-bottom: 2rem;
}
.blok-kluis .safe-text h1,
.blok-kluis .safe-text h2,
.blok-kluis .safe-text h3,
.blok-kluis .safe-text p,
.blok-kluis .safe-text span {
  color: #ffffff;
}
.blok-kluis .button-container {
  display: none;
}
.blok-kluis .button-container.active {
  display: block;
}
.blok-kluis .code-inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin-bottom: 1.5rem;
}
.blok-kluis .code-inputs * {
  font-family: 'Museo Sans Rounded', sans-serif;
  font-weight: 300;
}
.blok-kluis .code-inputs .code-input {
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #c4c4c4 !important;
  border-radius: .25rem;
}
.blok-kluis .code-inputs .code-input::placeholder {
  color: #9e9e9e;
}
.blok-kluis .code-inputs .code-input:focus,
.blok-kluis .code-inputs .code-input:focus-visible,
.blok-kluis .code-inputs .code-input:active,
.blok-kluis .code-inputs .code-input:not(:placeholder-shown) {
  border-color: #000000 !important;
  outline: none !important;
}
.blok-kluis .code-inputs .code-input.green {
  border-color: #28a745;
  color: #28a745;
}
.blok-kluis .code-inputs .code-input.red {
  border-color: #dc3545;
  color: #dc3545;
}
.blok-kluis .button {
  cursor: pointer !important;
  line-height: 1.5;
}
.blok-kluis .button.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.8;
}
.blok-kluis .button.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1.5rem);
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-top: 2px solid #ccc;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, 0);
}
.blok-kluis .spelregels {
  display: block;
  margin-top: 1rem;
}
.blok-kluis .spelregels .underline {
  text-decoration: underline;
  color: white;
  cursor: pointer;
}
.blok-kluis .spelregels .underline:hover {
  text-decoration: none;
}
#popup-kluis-win .modal-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#popup-kluis-win .button.trigger-submit.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.8;
}
#popup-kluis-win .button.trigger-submit.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1.5rem);
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-top: 2px solid #ccc;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, 0);
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.contactgegevens .titel {
  margin-bottom: .5rem;
}
.contactgegevens ul {
  margin: 0 !important;
}
.contactgegevens ul li {
  padding-left: 0 !important;
}
.contactgegevens ul li::before {
  display: none;
}
.contact-items p {
  margin-bottom: 0;
}
.contact-items li {
  position: relative;
  padding-left: 30px;
}
.contact-items li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .5rem;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
}
.contact-items .telefoon::before {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-mobile.svg');
}
.contact-items .mail::before {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-mail.svg');
}
.contact-items .adres {
  display: block;
}
.contact-items .adres::before {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-location.svg');
}
.contact-items.light .telefoon::before {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-mobile-light.svg');
}
.contact-items.light .mail::before {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-mail-light.svg');
}
.contact-items.light .adres::before {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-location-light.svg');
}
.social-media {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}
.social-media a {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  background-color: #046c7a;
  border-radius: 10rem;
  display: inline-block;
  margin-right: .5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.social-media a:hover {
  opacity: .7;
}
.social-media a:hover::after {
  display: none;
}
body #popup .beschrijving,
.register-block .beschrijving {
  display: block;
  margin-bottom: 1.5rem;
}
body #popup .popup-link,
.register-block .popup-link {
  color: #28b9d1;
  cursor: pointer;
}
body #popup .popup-link:hover,
.register-block .popup-link:hover {
  text-decoration: underline;
}
body #popup .pp-form-container,
.register-block .pp-form-container {
  margin: 0 !important;
  margin-bottom: 1rem !important;
}
body #popup .pp-form-container form .pp-form-wrapper,
.register-block .pp-form-container form .pp-form-wrapper {
  padding: 0;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-form-material-icons,
.register-block .pp-form-container form .pp-form-wrapper .pp-form-material-icons {
  margin-top: 14px !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form {
  position: relative !important;
  font-family: 'Museo Sans Rounded', sans-serif !important;
  display: inline-block !important;
  border: 1px solid #f1850f !important;
  background-color: #f1850f !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  padding: .5rem 2rem !important;
  border-radius: 200px !important;
  -webkit-transition: 0.3s ease !important;
  -moz-transition: 0.3s ease !important;
  -o-transition: 0.3s ease !important;
  -ms-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
  line-height: 1.5 !important;
  font-weight: 300 !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form:hover:not(body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form:hover.disabled),
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form:hover:not(body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form:hover.disabled),
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.hoverbutton:not(body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form:hover.disabled),
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.hoverbutton:not(body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form:hover.disabled),
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form:hover:not(.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form:hover.disabled),
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form:hover:not(.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form:hover.disabled),
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.hoverbutton:not(.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form:hover.disabled),
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.hoverbutton:not(.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form:hover.disabled),
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form:hover:not(body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.hoverbutton.disabled),
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form:hover:not(body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.hoverbutton.disabled),
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.hoverbutton:not(body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.hoverbutton.disabled),
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.hoverbutton:not(body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.hoverbutton.disabled),
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form:hover:not(.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.hoverbutton.disabled),
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form:hover:not(.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.hoverbutton.disabled),
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.hoverbutton:not(.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.hoverbutton.disabled),
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.hoverbutton:not(.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.hoverbutton.disabled) {
  background-color: #cb700c !important;
  border-color: #cb700c !important;
  text-decoration: none !important;
  color: #ffffff !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form:focus,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form:focus,
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form:active,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form:active {
  outline: none !important !important;
  color: #ffffff !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.disabled,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.disabled {
  opacity: .5 !important;
  cursor: not-allowed !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.white,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.white {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-arrow-right.svg') !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.white:hover,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.white:hover {
  background-color: #cb700c !important;
  color: #ffffff !important;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-arrow-right-white.svg') !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.big,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.big {
  font-size: 1.375rem !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  background: transparent !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost:hover,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost:hover,
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost .hoverghostbutton,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost .hoverghostbutton {
  color: #28b9d1 !important;
  border-color: #28b9d1 !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost:hover a,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost:hover a,
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost .hoverghostbutton a,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost .hoverghostbutton a {
  color: #28b9d1 !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.orange,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.orange {
  border-color: #f1850f !important;
  color: #f1850f !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.orange:hover,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.orange:hover,
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.orange .hoverghostbuttonorange,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.orange .hoverghostbuttonorange {
  color: #ffffff !important;
  border-color: #f1850f !important;
  background-color: #f1850f !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.orange:hover a,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.orange:hover a,
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.orange .hoverghostbuttonorange a,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.orange .hoverghostbuttonorange a {
  color: #f1850f !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.download,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.download {
  cursor: pointer !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.download::before,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.download::before {
  content: "" !important;
  width: 20px !important;
  height: 18px !important;
  margin-right: .5rem !important;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-download.svg') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-transition: 0.3s ease !important;
  -moz-transition: 0.3s ease !important;
  -o-transition: 0.3s ease !important;
  -ms-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.download:hover::before,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.download:hover::before {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-download-white.svg') !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.download_2,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.download_2 {
  margin-top: 1rem !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.cart,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.cart {
  cursor: pointer !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.cart::before,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.cart::before {
  content: "" !important;
  width: 20px !important;
  height: 18px !important;
  margin-right: .5rem !important;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-cart.svg') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-transition: 0.3s ease !important;
  -moz-transition: 0.3s ease !important;
  -o-transition: 0.3s ease !important;
  -ms-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.cart:hover::before,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.ghost.cart:hover::before {
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-cart-white.svg') !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.with-icon,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.with-icon {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  background-color: transparent !important;
  color: #f1850f !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.with-icon.active,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.with-icon.active {
  background-color: #f1850f !important;
  color: #ffffff !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.with-icon img,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.with-icon img {
  margin-right: .5rem !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.search-button,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.search-button {
  cursor: pointer !important;
  background-color: #f1850f !important;
  color: #ffffff !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.search-button::before,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.search-button::before {
  content: "" !important;
  width: 20px !important;
  height: 18px !important;
  margin-right: .5rem !important;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/search-icon-white.svg') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-transition: 0.3s ease !important;
  -moz-transition: 0.3s ease !important;
  -o-transition: 0.3s ease !important;
  -ms-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
}
body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form.search-button:hover,
.register-block .pp-form-container form .pp-form-wrapper .pp-submit-form.search-button:hover {
  /* 			&::before 				{ background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-download-white.svg'); } */
}
@media only screen and (max-width: 767px) {
  body #popup .pp-form-container form .pp-form-wrapper .pp-submit-form,
  .register-block .pp-form-container form .pp-form-wrapper .pp-submit-form {
    padding: .5rem 1.25rem;
    max-width: 100%;
  }
}
body #popup .profilepress-login-status a,
.register-block .profilepress-login-status a {
  display: none !important;
}
body #popup #registerform label,
.register-block #registerform label {
  display: none;
}
body #popup .acf-fields,
.register-block .acf-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* brin nummer*/
}
body #popup .acf-fields .acf-input-wrap,
.register-block .acf-fields .acf-input-wrap {
  position: relative;
}
body #popup .acf-fields .acf-label,
.register-block .acf-fields .acf-label {
  display: none;
}
body #popup .acf-fields .acf-input,
.register-block .acf-fields .acf-input {
  width: 100%;
  margin-bottom: .75rem;
}
body #popup .acf-fields #acf-field_61d843a5d0dcf,
.register-block .acf-fields #acf-field_61d843a5d0dcf {
  /*text-transform: uppercase;*/
}
body #popup .acf-fields #acf-field_61d843a5d0dcf ::placeholder,
.register-block .acf-fields #acf-field_61d843a5d0dcf ::placeholder {
  text-transform: unset;
}
body #popup .acf-fields .acf-field-message,
.register-block .acf-fields .acf-field-message {
  display: block;
  width: 100%;
  margin-top: 1rem;
}
body #popup .acf-fields .acf-field:not(.half),
.register-block .acf-fields .acf-field:not(.half) {
  width: 100%;
}
body #popup .acf-fields .acf-field-select,
.register-block .acf-fields .acf-field-select {
  width: calc(50% - .375rem) !important;
}
body #popup .acf-fields .acf-field-select .acf-input,
.register-block .acf-fields .acf-field-select .acf-input {
  position: relative;
  width: 100%;
}
body #popup .acf-fields .acf-field-select .acf-input::before,
.register-block .acf-fields .acf-field-select .acf-input::before {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-dropdown.svg');
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 1;
}
body #popup .acf-fields .acf-input-prepend,
.register-block .acf-fields .acf-input-prepend {
  color: #000000;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: .5rem;
}
body #popup .password-show-hide,
.register-block .password-show-hide {
  position: relative;
}
body #popup .password-show-hide i.pp-form-material-icons,
.register-block .password-show-hide i.pp-form-material-icons {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #9e9e9e;
  display: inline-block;
  font-family: 'Material Icons' !important;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
body #popup-search .content {
  padding: 4rem 6.25rem;
}
body #popup-search .content .titel,
body #popup-search .content .beschrijving {
  text-align: center;
}
body #popup-search .content .beschrijving {
  display: block;
  margin-bottom: 3rem;
}
body #popup-search form.is-ajax-search {
  margin: 0 auto;
}
body #popup-search form.is-ajax-search label {
  position: relative;
  width: 100% !important;
}
body #popup-search form.is-ajax-search label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 100%;
  border: none;
  background: transparent;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/search-icon-blue.svg');
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
}
body #popup-search form.is-ajax-search input[type="search"].is-search-input {
  height: 3rem !important;
  font-size: 1rem !important;
  padding-left: 3rem;
  border-radius: 4px;
  border-right: solid 1px #ccc!important;
}
body #popup-search form.is-ajax-search input[type="search"].is-search-input:focus,
body #popup-search form.is-ajax-search input[type="search"].is-search-input:active,
body #popup-search form.is-ajax-search input[type="search"].is-search-input:not(:placeholder-shown) {
  border-color: #28b9d1 !important;
}
body #popup-search form.is-ajax-search input[type="search"].is-search-input::placeholder {
  color: transparent !important;
}
body #popup-search form.is-ajax-search input[type="search"].is-search-input ::-webkit-input-placeholder,
body #popup-search form.is-ajax-search input[type="search"].is-search-input ::-moz-placeholder,
body #popup-search form.is-ajax-search input[type="search"].is-search-input :-ms-input-placeholder {
  color: transparent !important;
}
body #popup-search form.is-ajax-search button[type="submit"].is-search-submit {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body #popup-search form.is-ajax-search button[type="submit"].is-search-submit .is-search-icon {
  width: 3rem;
  padding-top: 0 !important;
  height: 100%;
  border: none;
  background: transparent;
}
body #popup-search form.is-ajax-search button[type="submit"].is-search-submit .is-search-icon svg {
  display: none;
}
@media only screen and (max-width: 767px) {
  body #popup-search {
    align-items: flex-start;
  }
}
body div.is-ajax-search-result,
body div.is-ajax-search-details {
  padding: 0 4px;
  margin-top: -4px;
  background: #ffffff;
  border: 1px solid #28b9d1;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
body div.is-ajax-search-result .is-ajax-search-items,
body div.is-ajax-search-details .is-ajax-search-items {
  padding: 0 .5rem;
}
body div.is-ajax-search-result .is-ajax-search-posts,
body div.is-ajax-search-details .is-ajax-search-posts {
  border-top: 1px solid #c4c4c4;
}
body div.is-ajax-search-result .is-ajax-search-posts .is-ajax-search-post,
body div.is-ajax-search-details .is-ajax-search-posts .is-ajax-search-post {
  border-color: #c4c4c4;
}
body div.is-ajax-search-result .is-ajax-search-posts .is-ajax-search-post .is-title,
body div.is-ajax-search-details .is-ajax-search-posts .is-ajax-search-post .is-title {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
body div.is-ajax-search-result .is-ajax-search-posts .is-ajax-search-post .is-title .cpt,
body div.is-ajax-search-details .is-ajax-search-posts .is-ajax-search-post .is-title .cpt {
  font-size: 1rem;
  margin-right: 1rem;
  color: #9e9e9e;
  text-transform: uppercase;
  font-weight: 700;
}
body div.is-ajax-search-result .is-ajax-search-posts .is-ajax-search-post .is-title a,
body div.is-ajax-search-details .is-ajax-search-posts .is-ajax-search-post .is-title a {
  font-size: 1rem !important;
  color: #000000 !important;
  text-transform: normal;
}
body div.is-ajax-search-result .is-ajax-search-posts .is-ajax-search-post .is-title a .is-highlight,
body div.is-ajax-search-details .is-ajax-search-posts .is-ajax-search-post .is-title a .is-highlight {
  font-size: 1rem !important;
  color: #000000 !important;
  background-color: transparent !important;
  font-weight: 700;
}
body div.is-ajax-search-result .is-ajax-search-posts .is-ajax-search-post .meta,
body div.is-ajax-search-details .is-ajax-search-posts .is-ajax-search-post .meta {
  display: none;
}
body div.is-ajax-search-result .is-ajax-search-posts .is-ajax-search-post:hover,
body div.is-ajax-search-details .is-ajax-search-posts .is-ajax-search-post:hover {
  background: #ffffff !important;
}
@media only screen and (min-width: 1200px) {
  body #popup-search form.is-ajax-search {
    width: 600px !important;
  }
  body div.is-ajax-search-result,
  body div.is-ajax-search-details {
    width: 590px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body #popup-search form.is-ajax-search {
    width: 416px !important;
  }
  body div.is-ajax-search-result,
  body div.is-ajax-search-details {
    width: 406px !important;
  }
}
@media only screen and (max-width: 991px) {
  body #popup-search form.is-ajax-search {
    width: 500px !important;
  }
  body div.is-ajax-search-result,
  body div.is-ajax-search-details {
    width: 490px !important;
  }
}
@media only screen and (max-width: 767px) {
  body #popup-search .content {
    padding: 3rem 2rem;
  }
  body #popup-search form.is-ajax-search {
    width: 416px !important;
  }
  body div.is-ajax-search-result,
  body div.is-ajax-search-details {
    width: 406px !important;
  }
}
/*
@media @mobiel-klein 						{
	body #popup-search 	 					{ 
		form.is-ajax-search 				{ width: 200px!important; }
	}
	body div.is-ajax-search-result,
	body div.is-ajax-search-details 		{ width: 190px!important; left: 50%!important; transform: translateX(-50%); }
}
*/
@media only screen and (max-width: 575px) {
  body #popup-search form.is-ajax-search {
    width: 100% !important;
    max-width: 100% !important;
  }
  body div.is-ajax-search-result,
  body div.is-ajax-search-details {
    width: 100% !important;
    max-width: calc(100% - 86px) !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.form-group,
.wpcf7-form-control-wrap {
  position: relative;
  padding: 0;
  margin: 0 0 .75rem;
  width: 100%;
}
.form-group br,
.wpcf7-form-control-wrap br {
  display: none;
}
.form-group p,
.wpcf7-form-control-wrap p {
  margin: 0 0 0.75rem;
}
.form-group span.titel,
.wpcf7-form-control-wrap span.titel {
  display: block;
}
.form-group label.titel,
.wpcf7-form-control-wrap label.titel {
  position: absolute;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  white-space: nowrap;
  pointer-events: none;
  left: 1rem;
  top: 1rem;
  z-index: 1;
  width: calc(calc(100% - 2.5rem));
  overflow: hidden;
  height: calc(2px + 16px);
}
.form-group .wpcf7-checkbox label,
.wpcf7-form-control-wrap .wpcf7-checkbox label,
.form-group .wpcf7-acceptance label,
.wpcf7-form-control-wrap .wpcf7-acceptance label,
.form-group .wpcf7-radio label,
.wpcf7-form-control-wrap .wpcf7-radio label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 1.5rem;
  margin-right: 1rem;
}
.form-group .wpcf7-checkbox label span,
.wpcf7-form-control-wrap .wpcf7-checkbox label span,
.form-group .wpcf7-acceptance label span,
.wpcf7-form-control-wrap .wpcf7-acceptance label span,
.form-group .wpcf7-radio label span,
.wpcf7-form-control-wrap .wpcf7-radio label span {
  display: block;
  line-height: normal;
  cursor: pointer;
}
.form-group .wpcf7-checkbox .last label,
.wpcf7-form-control-wrap .wpcf7-checkbox .last label,
.form-group .wpcf7-acceptance .last label,
.wpcf7-form-control-wrap .wpcf7-acceptance .last label,
.form-group .wpcf7-radio .last label,
.wpcf7-form-control-wrap .wpcf7-radio .last label {
  margin-right: 0;
}
.form-group input,
.wpcf7-form-control-wrap input,
.form-group textarea,
.wpcf7-form-control-wrap textarea,
.form-group select,
.wpcf7-form-control-wrap select,
.form-group label.upload,
.wpcf7-form-control-wrap label.upload {
  font-family: 'Museo Sans Rounded', sans-serif !important;
  font-weight: 300 !important;
  color: #000000 !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  /*box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);*/
  border: 1px solid #9e9e9e !important;
  font-weight: 500 !important;
  position: relative;
  display: block;
  height: calc(2rem + 16px);
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: 0px;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group input::placeholder,
.wpcf7-form-control-wrap input::placeholder,
.form-group textarea::placeholder,
.wpcf7-form-control-wrap textarea::placeholder,
.form-group select::placeholder,
.wpcf7-form-control-wrap select::placeholder,
.form-group label.upload::placeholder,
.wpcf7-form-control-wrap label.upload::placeholder {
  opacity: 0;
  font-size: 1rem !important;
  color: #9e9e9e !important;
}
.form-group input:active,
.wpcf7-form-control-wrap input:active,
.form-group textarea:active,
.wpcf7-form-control-wrap textarea:active,
.form-group select:active,
.wpcf7-form-control-wrap select:active,
.form-group label.upload:active,
.wpcf7-form-control-wrap label.upload:active,
.form-group input:focus,
.wpcf7-form-control-wrap input:focus,
.form-group textarea:focus,
.wpcf7-form-control-wrap textarea:focus,
.form-group select:focus,
.wpcf7-form-control-wrap select:focus,
.form-group label.upload:focus,
.wpcf7-form-control-wrap label.upload:focus {
  outline: none;
}
.form-group input.hide,
.wpcf7-form-control-wrap input.hide,
.form-group textarea.hide,
.wpcf7-form-control-wrap textarea.hide,
.form-group select.hide,
.wpcf7-form-control-wrap select.hide,
.form-group label.upload.hide,
.wpcf7-form-control-wrap label.upload.hide {
  display: none;
}
.form-group input::-ms-clear,
.wpcf7-form-control-wrap input::-ms-clear,
.form-group textarea::-ms-clear,
.wpcf7-form-control-wrap textarea::-ms-clear,
.form-group select::-ms-clear,
.wpcf7-form-control-wrap select::-ms-clear,
.form-group label.upload::-ms-clear,
.wpcf7-form-control-wrap label.upload::-ms-clear {
  display: none;
}
.form-group input.wpcf7-not-valid,
.wpcf7-form-control-wrap input.wpcf7-not-valid,
.form-group textarea.wpcf7-not-valid,
.wpcf7-form-control-wrap textarea.wpcf7-not-valid,
.form-group select.wpcf7-not-valid,
.wpcf7-form-control-wrap select.wpcf7-not-valid,
.form-group label.upload.wpcf7-not-valid,
.wpcf7-form-control-wrap label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.form-group input:disabled ~ .button,
.wpcf7-form-control-wrap input:disabled ~ .button,
.form-group textarea:disabled ~ .button,
.wpcf7-form-control-wrap textarea:disabled ~ .button,
.form-group select:disabled ~ .button,
.wpcf7-form-control-wrap select:disabled ~ .button,
.form-group label.upload:disabled ~ .button,
.wpcf7-form-control-wrap label.upload:disabled ~ .button {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.form-group textarea,
.wpcf7-form-control-wrap textarea {
  resize: vertical;
  height: 9rem;
  min-height: 9rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.form-group select,
.wpcf7-form-control-wrap select {
  /*padding-top: 1.5rem;*/
  padding-right: 2.5rem;
  cursor: pointer;
}
.form-group select .hide-option,
.wpcf7-form-control-wrap select .hide-option {
  display: none;
}
.form-group select::-ms-expand,
.wpcf7-form-control-wrap select::-ms-expand {
  display: none;
}
.form-group.select::before,
.wpcf7-form-control-wrap.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid .5rem #A6A6A6;
  border-right: solid .5rem transparent;
  border-bottom: solid .5rem transparent;
  border-left: solid .5rem transparent;
  top: 1.5rem;
  right: 1rem;
}
.form-group input[type="submit"],
.wpcf7-form-control-wrap input[type="submit"] {
  display: none;
}
.form-group input[type="checkbox"],
.wpcf7-form-control-wrap input[type="checkbox"],
.form-group input[type="radio"],
.wpcf7-form-control-wrap input[type="radio"] {
  position: absolute !important;
  background-color: #ffffff;
  -webkit-transition: 0.2s background-size;
  -moz-transition: 0.2s background-size;
  -o-transition: 0.2s background-size;
  -ms-transition: 0.2s background-size;
  transition: 0.2s background-size;
  background-size: .5rem;
  top: 2px;
  left: 0;
  width: 1rem;
  height: 1rem;
  max-height: 1rem;
  max-width: 1rem;
  padding: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 991px) {
  .form-group input[type="checkbox"],
  .wpcf7-form-control-wrap input[type="checkbox"],
  .form-group input[type="radio"],
  .wpcf7-form-control-wrap input[type="radio"] {
    top: 1px;
  }
}
.form-group input[type="checkbox"]:checked,
.wpcf7-form-control-wrap input[type="checkbox"]:checked {
  background-size: 1rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-input-checkbox.svg');
}
.form-group input[type="radio"],
.wpcf7-form-control-wrap input[type="radio"] {
  border-radius: 1rem;
}
.form-group input[type="radio"]:checked,
.wpcf7-form-control-wrap input[type="radio"]:checked {
  background-size: .5rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-input-radio.svg');
}
.form-group input[type="date"],
.wpcf7-form-control-wrap input[type="date"] {
  color: transparent;
  cursor: text;
}
.form-group input[type="date"]::-webkit-inner-spin-button,
.wpcf7-form-control-wrap input[type="date"]::-webkit-inner-spin-button,
.form-group input[type="date"]::-webkit-outer-spin-button,
.wpcf7-form-control-wrap input[type="date"]::-webkit-outer-spin-button,
.form-group input[type="date"]::-webkit-clear-button,
.wpcf7-form-control-wrap input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group input[type="number"],
.wpcf7-form-control-wrap input[type="number"] {
  -moz-appearance: textfield;
}
.form-group input[type="number"]::-webkit-inner-spin-button,
.wpcf7-form-control-wrap input[type="number"]::-webkit-inner-spin-button,
.form-group input[type="number"]::-webkit-outer-spin-button,
.wpcf7-form-control-wrap input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group.input-active label.titel,
.wpcf7-form-control-wrap.input-active label.titel {
  font-size: 0.5rem;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}
.form-group.input-active input[type="date"],
.wpcf7-form-control-wrap.input-active input[type="date"] {
  color: #000000;
}
.form-group.input-active label.filename,
.wpcf7-form-control-wrap.input-active label.filename {
  color: #000000;
}
.form-group input[type="file"],
.wpcf7-form-control-wrap input[type="file"] {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  cursor: pointer;
}
.form-group label.upload,
.wpcf7-form-control-wrap label.upload {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.form-group label.upload:hover,
.wpcf7-form-control-wrap label.upload:hover {
  background-color: #D2D2D2;
}
.form-group label.filename,
.wpcf7-form-control-wrap label.filename {
  position: absolute;
  font-weight: 700;
  color: transparent;
  pointer-events: none;
  left: 3.5rem;
  top: 1.5rem;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.form-group.fileupload,
.wpcf7-form-control-wrap.fileupload {
  overflow: hidden;
  border-radius: 4px;
  /*box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);*/
}
.form-group.fileupload label.titel,
.wpcf7-form-control-wrap.fileupload label.titel {
  font-weight: 500;
  color: #000000;
  left: 3.5rem;
  width: calc(100% - 3.5rem);
  z-index: 2;
}
.form-group.fileupload::before,
.wpcf7-form-control-wrap.fileupload::before {
  position: absolute;
  z-index: 2;
  content: '';
  pointer-events: none;
  top: 3px;
  left: 1rem;
  background: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-input-upload.svg') no-repeat center center;
  background-size: 65%;
  height: 90%;
  width: 1.5rem;
}
.form-group .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  /*.none;*/
  display: block;
  color: #FF0000;
}
.form-group .wpcf7-not-valid.wpcf7-file,
.wpcf7-form-control-wrap .wpcf7-not-valid.wpcf7-file {
  background-color: #FFE2E2;
  opacity: 1;
  z-index: 1;
  color: transparent;
  padding-top: 5rem;
}
.form-group.required.select select,
.wpcf7-form-control-wrap.required.select select {
  padding-right: 3.5rem;
}
.form-group.required.select::before,
.wpcf7-form-control-wrap.required.select::before {
  right: 2.5rem;
}
.form-group.required input,
.wpcf7-form-control-wrap.required input {
  padding-right: 2.5rem;
}
.form-group.required::after,
.wpcf7-form-control-wrap.required::after {
  content: "*";
  position: absolute;
  font-weight: 700;
  color: #f1850f;
  height: 1rem;
  font-size: 1.375rem;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.half {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(50% - .375rem) !important;
  margin-bottom: 0;
}
.half .form-group,
.half .acf-input {
  position: relative;
}
.half .no-label {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .half {
    display: block;
  }
  .half .form-group {
    width: 100%;
  }
}
.group > p {
  margin-bottom: .75rem;
}
.half-row > p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100% !important;
  margin-bottom: 0;
}
.half-row > p .form-group,
.half-row > p .acf-input,
.half-row > p .wpcf7-form-control-wrap {
  width: calc(50% - .375rem);
}
.half-row > p .no-label {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .half-row > p {
    display: block;
  }
  .half-row > p .form-group,
  .half-row > p .wpcf7-form-control-wrap {
    width: 100%;
  }
}
#popup-kluis-win .beschrijving .wpcf7 form p {
  margin-bottom: 1rem;
}
#popup-kluis-win .beschrijving .wpcf7 form p span.wpcf7-form-control-wrap {
  margin-bottom: 0;
}
#popup-kluis-win label {
  display: block;
  font-weight: 700 !important;
  font-style: italic !important;
  margin-bottom: .25rem;
}
#popup-kluis-win label span {
  color: #000000 !important;
  line-height: 1.5 !important;
  font-weight: 300;
  font-style: normal !important;
}
#popup-kluis-win input[type="checkbox"] {
  top: 4px;
}
#popup-kluis-win p > br {
  display: none;
}
#popup-kluis-win hr {
  border-top: 1px solid #9e9e9e !important;
  margin: .75rem 0 1.25rem;
}
#popup-kluis-win form br {
  display: none;
}
#popup-kluis-win small {
  color: #9e9e9e !important;
}
#popup-kluis-win input[type="checkbox"]:checked {
  background-color: #f1850f;
  background-image: none;
  border-color: #f1850f !important;
}
#popup-kluis-win input[type="checkbox"]:checked::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #f1850f;
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  border-radius: 2px;
}
#popup-kluis-win .trigger-submit {
  width: 100%;
  text-align: center;
}
.mc4wp-checkbox input,
.mc4wp-checkbox textarea,
.mc4wp-checkbox select,
.mc4wp-checkbox label.upload {
  font-family: 'Museo Sans Rounded', sans-serif !important;
  font-weight: 300 !important;
  color: #000000 !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  /*box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);*/
  border: 1px solid #9e9e9e !important;
  font-weight: 500 !important;
  position: relative;
  display: block;
  height: calc(2rem + 16px);
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: 0px;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mc4wp-checkbox input::placeholder,
.mc4wp-checkbox textarea::placeholder,
.mc4wp-checkbox select::placeholder,
.mc4wp-checkbox label.upload::placeholder {
  opacity: 0;
  font-size: 1rem !important;
  color: #9e9e9e !important;
}
.mc4wp-checkbox input:active,
.mc4wp-checkbox textarea:active,
.mc4wp-checkbox select:active,
.mc4wp-checkbox label.upload:active,
.mc4wp-checkbox input:focus,
.mc4wp-checkbox textarea:focus,
.mc4wp-checkbox select:focus,
.mc4wp-checkbox label.upload:focus {
  outline: none;
}
.mc4wp-checkbox input.hide,
.mc4wp-checkbox textarea.hide,
.mc4wp-checkbox select.hide,
.mc4wp-checkbox label.upload.hide {
  display: none;
}
.mc4wp-checkbox input::-ms-clear,
.mc4wp-checkbox textarea::-ms-clear,
.mc4wp-checkbox select::-ms-clear,
.mc4wp-checkbox label.upload::-ms-clear {
  display: none;
}
.mc4wp-checkbox input.wpcf7-not-valid,
.mc4wp-checkbox textarea.wpcf7-not-valid,
.mc4wp-checkbox select.wpcf7-not-valid,
.mc4wp-checkbox label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.mc4wp-checkbox input:disabled ~ .button,
.mc4wp-checkbox textarea:disabled ~ .button,
.mc4wp-checkbox select:disabled ~ .button,
.mc4wp-checkbox label.upload:disabled ~ .button {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.mc4wp-checkbox label {
  position: relative;
}
.mc4wp-checkbox label span {
  padding-left: 1.5rem;
}
.mc4wp-checkbox input[type="checkbox"],
.mc4wp-checkbox input[type="radio"] {
  position: absolute !important;
  background-color: #ffffff;
  -webkit-transition: 0.2s background-size;
  -moz-transition: 0.2s background-size;
  -o-transition: 0.2s background-size;
  -ms-transition: 0.2s background-size;
  transition: 0.2s background-size;
  background-size: .5rem;
  top: 4px;
  left: 0;
  width: 1rem;
  height: 1rem;
  max-height: 1rem;
  max-width: 1rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 991px) {
  .mc4wp-checkbox input[type="checkbox"],
  .mc4wp-checkbox input[type="radio"] {
    top: 1px;
  }
}
.mc4wp-checkbox input[type="checkbox"]:checked {
  background-size: 1rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-input-checkbox.svg');
}
body #popup .pp-form-field-wrap,
.popup-register form,
body .register-block .pp-form-field-wrap,
.register-block .popup-register form {
  position: relative;
  padding: 0;
  margin: 0 0 .75rem;
  width: 100%;
}
body #popup .pp-form-field-wrap br,
.popup-register form br,
body .register-block .pp-form-field-wrap br,
.register-block .popup-register form br {
  display: none;
}
body #popup .pp-form-field-wrap p,
.popup-register form p,
body .register-block .pp-form-field-wrap p,
.register-block .popup-register form p {
  margin: 0 0 0.75rem;
}
body #popup .pp-form-field-wrap span.titel,
.popup-register form span.titel,
body .register-block .pp-form-field-wrap span.titel,
.register-block .popup-register form span.titel {
  display: block;
}
body #popup .pp-form-field-wrap label.titel,
.popup-register form label.titel,
body .register-block .pp-form-field-wrap label.titel,
.register-block .popup-register form label.titel {
  position: absolute;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  white-space: nowrap;
  pointer-events: none;
  left: 1rem;
  top: 1rem;
  z-index: 1;
  width: calc(calc(100% - 2.5rem));
  overflow: hidden;
  height: calc(2px + 16px);
}
body #popup .pp-form-field-wrap .wpcf7-checkbox label,
.popup-register form .wpcf7-checkbox label,
body .register-block .pp-form-field-wrap .wpcf7-checkbox label,
.register-block .popup-register form .wpcf7-checkbox label,
body #popup .pp-form-field-wrap .wpcf7-acceptance label,
.popup-register form .wpcf7-acceptance label,
body .register-block .pp-form-field-wrap .wpcf7-acceptance label,
.register-block .popup-register form .wpcf7-acceptance label,
body #popup .pp-form-field-wrap .wpcf7-radio label,
.popup-register form .wpcf7-radio label,
body .register-block .pp-form-field-wrap .wpcf7-radio label,
.register-block .popup-register form .wpcf7-radio label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 1.5rem;
  margin-right: 1rem;
}
body #popup .pp-form-field-wrap .wpcf7-checkbox label span,
.popup-register form .wpcf7-checkbox label span,
body .register-block .pp-form-field-wrap .wpcf7-checkbox label span,
.register-block .popup-register form .wpcf7-checkbox label span,
body #popup .pp-form-field-wrap .wpcf7-acceptance label span,
.popup-register form .wpcf7-acceptance label span,
body .register-block .pp-form-field-wrap .wpcf7-acceptance label span,
.register-block .popup-register form .wpcf7-acceptance label span,
body #popup .pp-form-field-wrap .wpcf7-radio label span,
.popup-register form .wpcf7-radio label span,
body .register-block .pp-form-field-wrap .wpcf7-radio label span,
.register-block .popup-register form .wpcf7-radio label span {
  display: block;
  line-height: normal;
  cursor: pointer;
}
body #popup .pp-form-field-wrap .wpcf7-checkbox .last label,
.popup-register form .wpcf7-checkbox .last label,
body .register-block .pp-form-field-wrap .wpcf7-checkbox .last label,
.register-block .popup-register form .wpcf7-checkbox .last label,
body #popup .pp-form-field-wrap .wpcf7-acceptance .last label,
.popup-register form .wpcf7-acceptance .last label,
body .register-block .pp-form-field-wrap .wpcf7-acceptance .last label,
.register-block .popup-register form .wpcf7-acceptance .last label,
body #popup .pp-form-field-wrap .wpcf7-radio .last label,
.popup-register form .wpcf7-radio .last label,
body .register-block .pp-form-field-wrap .wpcf7-radio .last label,
.register-block .popup-register form .wpcf7-radio .last label {
  margin-right: 0;
}
body #popup .pp-form-field-wrap input,
.popup-register form input,
body .register-block .pp-form-field-wrap input,
.register-block .popup-register form input,
body #popup .pp-form-field-wrap textarea,
.popup-register form textarea,
body .register-block .pp-form-field-wrap textarea,
.register-block .popup-register form textarea,
body #popup .pp-form-field-wrap select,
.popup-register form select,
body .register-block .pp-form-field-wrap select,
.register-block .popup-register form select,
body #popup .pp-form-field-wrap label.upload,
.popup-register form label.upload,
body .register-block .pp-form-field-wrap label.upload,
.register-block .popup-register form label.upload {
  font-family: 'Museo Sans Rounded', sans-serif !important;
  font-weight: 300 !important;
  color: #000000 !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  /*box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);*/
  border: 1px solid #9e9e9e !important;
  font-weight: 500 !important;
  position: relative;
  display: block;
  height: calc(2rem + 16px);
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: 0px;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body #popup .pp-form-field-wrap input::placeholder,
.popup-register form input::placeholder,
body .register-block .pp-form-field-wrap input::placeholder,
.register-block .popup-register form input::placeholder,
body #popup .pp-form-field-wrap textarea::placeholder,
.popup-register form textarea::placeholder,
body .register-block .pp-form-field-wrap textarea::placeholder,
.register-block .popup-register form textarea::placeholder,
body #popup .pp-form-field-wrap select::placeholder,
.popup-register form select::placeholder,
body .register-block .pp-form-field-wrap select::placeholder,
.register-block .popup-register form select::placeholder,
body #popup .pp-form-field-wrap label.upload::placeholder,
.popup-register form label.upload::placeholder,
body .register-block .pp-form-field-wrap label.upload::placeholder,
.register-block .popup-register form label.upload::placeholder {
  opacity: 0;
  font-size: 1rem !important;
  color: #9e9e9e !important;
}
body #popup .pp-form-field-wrap input:active,
.popup-register form input:active,
body .register-block .pp-form-field-wrap input:active,
.register-block .popup-register form input:active,
body #popup .pp-form-field-wrap textarea:active,
.popup-register form textarea:active,
body .register-block .pp-form-field-wrap textarea:active,
.register-block .popup-register form textarea:active,
body #popup .pp-form-field-wrap select:active,
.popup-register form select:active,
body .register-block .pp-form-field-wrap select:active,
.register-block .popup-register form select:active,
body #popup .pp-form-field-wrap label.upload:active,
.popup-register form label.upload:active,
body .register-block .pp-form-field-wrap label.upload:active,
.register-block .popup-register form label.upload:active,
body #popup .pp-form-field-wrap input:focus,
.popup-register form input:focus,
body .register-block .pp-form-field-wrap input:focus,
.register-block .popup-register form input:focus,
body #popup .pp-form-field-wrap textarea:focus,
.popup-register form textarea:focus,
body .register-block .pp-form-field-wrap textarea:focus,
.register-block .popup-register form textarea:focus,
body #popup .pp-form-field-wrap select:focus,
.popup-register form select:focus,
body .register-block .pp-form-field-wrap select:focus,
.register-block .popup-register form select:focus,
body #popup .pp-form-field-wrap label.upload:focus,
.popup-register form label.upload:focus,
body .register-block .pp-form-field-wrap label.upload:focus,
.register-block .popup-register form label.upload:focus {
  outline: none;
}
body #popup .pp-form-field-wrap input.hide,
.popup-register form input.hide,
body .register-block .pp-form-field-wrap input.hide,
.register-block .popup-register form input.hide,
body #popup .pp-form-field-wrap textarea.hide,
.popup-register form textarea.hide,
body .register-block .pp-form-field-wrap textarea.hide,
.register-block .popup-register form textarea.hide,
body #popup .pp-form-field-wrap select.hide,
.popup-register form select.hide,
body .register-block .pp-form-field-wrap select.hide,
.register-block .popup-register form select.hide,
body #popup .pp-form-field-wrap label.upload.hide,
.popup-register form label.upload.hide,
body .register-block .pp-form-field-wrap label.upload.hide,
.register-block .popup-register form label.upload.hide {
  display: none;
}
body #popup .pp-form-field-wrap input::-ms-clear,
.popup-register form input::-ms-clear,
body .register-block .pp-form-field-wrap input::-ms-clear,
.register-block .popup-register form input::-ms-clear,
body #popup .pp-form-field-wrap textarea::-ms-clear,
.popup-register form textarea::-ms-clear,
body .register-block .pp-form-field-wrap textarea::-ms-clear,
.register-block .popup-register form textarea::-ms-clear,
body #popup .pp-form-field-wrap select::-ms-clear,
.popup-register form select::-ms-clear,
body .register-block .pp-form-field-wrap select::-ms-clear,
.register-block .popup-register form select::-ms-clear,
body #popup .pp-form-field-wrap label.upload::-ms-clear,
.popup-register form label.upload::-ms-clear,
body .register-block .pp-form-field-wrap label.upload::-ms-clear,
.register-block .popup-register form label.upload::-ms-clear {
  display: none;
}
body #popup .pp-form-field-wrap input.wpcf7-not-valid,
.popup-register form input.wpcf7-not-valid,
body .register-block .pp-form-field-wrap input.wpcf7-not-valid,
.register-block .popup-register form input.wpcf7-not-valid,
body #popup .pp-form-field-wrap textarea.wpcf7-not-valid,
.popup-register form textarea.wpcf7-not-valid,
body .register-block .pp-form-field-wrap textarea.wpcf7-not-valid,
.register-block .popup-register form textarea.wpcf7-not-valid,
body #popup .pp-form-field-wrap select.wpcf7-not-valid,
.popup-register form select.wpcf7-not-valid,
body .register-block .pp-form-field-wrap select.wpcf7-not-valid,
.register-block .popup-register form select.wpcf7-not-valid,
body #popup .pp-form-field-wrap label.upload.wpcf7-not-valid,
.popup-register form label.upload.wpcf7-not-valid,
body .register-block .pp-form-field-wrap label.upload.wpcf7-not-valid,
.register-block .popup-register form label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
body #popup .pp-form-field-wrap input:disabled ~ .button,
.popup-register form input:disabled ~ .button,
body .register-block .pp-form-field-wrap input:disabled ~ .button,
.register-block .popup-register form input:disabled ~ .button,
body #popup .pp-form-field-wrap textarea:disabled ~ .button,
.popup-register form textarea:disabled ~ .button,
body .register-block .pp-form-field-wrap textarea:disabled ~ .button,
.register-block .popup-register form textarea:disabled ~ .button,
body #popup .pp-form-field-wrap select:disabled ~ .button,
.popup-register form select:disabled ~ .button,
body .register-block .pp-form-field-wrap select:disabled ~ .button,
.register-block .popup-register form select:disabled ~ .button,
body #popup .pp-form-field-wrap label.upload:disabled ~ .button,
.popup-register form label.upload:disabled ~ .button,
body .register-block .pp-form-field-wrap label.upload:disabled ~ .button,
.register-block .popup-register form label.upload:disabled ~ .button {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
body #popup .pp-form-field-wrap textarea,
.popup-register form textarea,
body .register-block .pp-form-field-wrap textarea,
.register-block .popup-register form textarea {
  resize: vertical;
  height: 9rem;
  min-height: 9rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
body #popup .pp-form-field-wrap select,
.popup-register form select,
body .register-block .pp-form-field-wrap select,
.register-block .popup-register form select {
  /*padding-top: 1.5rem;*/
  padding-right: 2.5rem;
  cursor: pointer;
}
body #popup .pp-form-field-wrap select .hide-option,
.popup-register form select .hide-option,
body .register-block .pp-form-field-wrap select .hide-option,
.register-block .popup-register form select .hide-option {
  display: none;
}
body #popup .pp-form-field-wrap select::-ms-expand,
.popup-register form select::-ms-expand,
body .register-block .pp-form-field-wrap select::-ms-expand,
.register-block .popup-register form select::-ms-expand {
  display: none;
}
body #popup .pp-form-field-wrap.select::before,
.popup-register form.select::before,
body .register-block .pp-form-field-wrap.select::before,
.register-block .popup-register form.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid .5rem #A6A6A6;
  border-right: solid .5rem transparent;
  border-bottom: solid .5rem transparent;
  border-left: solid .5rem transparent;
  top: 1.5rem;
  right: 1rem;
}
body #popup .pp-form-field-wrap input[type="submit"],
.popup-register form input[type="submit"],
body .register-block .pp-form-field-wrap input[type="submit"],
.register-block .popup-register form input[type="submit"] {
  display: none;
}
body #popup .pp-form-field-wrap input[type="checkbox"],
.popup-register form input[type="checkbox"],
body .register-block .pp-form-field-wrap input[type="checkbox"],
.register-block .popup-register form input[type="checkbox"],
body #popup .pp-form-field-wrap input[type="radio"],
.popup-register form input[type="radio"],
body .register-block .pp-form-field-wrap input[type="radio"],
.register-block .popup-register form input[type="radio"] {
  position: absolute !important;
  background-color: #ffffff;
  -webkit-transition: 0.2s background-size;
  -moz-transition: 0.2s background-size;
  -o-transition: 0.2s background-size;
  -ms-transition: 0.2s background-size;
  transition: 0.2s background-size;
  background-size: .5rem;
  top: 2px;
  left: 0;
  width: 1rem;
  height: 1rem;
  max-height: 1rem;
  max-width: 1rem;
  padding: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 991px) {
  body #popup .pp-form-field-wrap input[type="checkbox"],
  .popup-register form input[type="checkbox"],
  body .register-block .pp-form-field-wrap input[type="checkbox"],
  .register-block .popup-register form input[type="checkbox"],
  body #popup .pp-form-field-wrap input[type="radio"],
  .popup-register form input[type="radio"],
  body .register-block .pp-form-field-wrap input[type="radio"],
  .register-block .popup-register form input[type="radio"] {
    top: 1px;
  }
}
body #popup .pp-form-field-wrap input[type="checkbox"]:checked,
.popup-register form input[type="checkbox"]:checked,
body .register-block .pp-form-field-wrap input[type="checkbox"]:checked,
.register-block .popup-register form input[type="checkbox"]:checked {
  background-size: 1rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-input-checkbox.svg');
}
body #popup .pp-form-field-wrap input[type="radio"],
.popup-register form input[type="radio"],
body .register-block .pp-form-field-wrap input[type="radio"],
.register-block .popup-register form input[type="radio"] {
  border-radius: 1rem;
}
body #popup .pp-form-field-wrap input[type="radio"]:checked,
.popup-register form input[type="radio"]:checked,
body .register-block .pp-form-field-wrap input[type="radio"]:checked,
.register-block .popup-register form input[type="radio"]:checked {
  background-size: .5rem;
  background-image: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-input-radio.svg');
}
body #popup .pp-form-field-wrap input[type="date"],
.popup-register form input[type="date"],
body .register-block .pp-form-field-wrap input[type="date"],
.register-block .popup-register form input[type="date"] {
  color: transparent;
  cursor: text;
}
body #popup .pp-form-field-wrap input[type="date"]::-webkit-inner-spin-button,
.popup-register form input[type="date"]::-webkit-inner-spin-button,
body .register-block .pp-form-field-wrap input[type="date"]::-webkit-inner-spin-button,
.register-block .popup-register form input[type="date"]::-webkit-inner-spin-button,
body #popup .pp-form-field-wrap input[type="date"]::-webkit-outer-spin-button,
.popup-register form input[type="date"]::-webkit-outer-spin-button,
body .register-block .pp-form-field-wrap input[type="date"]::-webkit-outer-spin-button,
.register-block .popup-register form input[type="date"]::-webkit-outer-spin-button,
body #popup .pp-form-field-wrap input[type="date"]::-webkit-clear-button,
.popup-register form input[type="date"]::-webkit-clear-button,
body .register-block .pp-form-field-wrap input[type="date"]::-webkit-clear-button,
.register-block .popup-register form input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}
body #popup .pp-form-field-wrap input[type="number"],
.popup-register form input[type="number"],
body .register-block .pp-form-field-wrap input[type="number"],
.register-block .popup-register form input[type="number"] {
  -moz-appearance: textfield;
}
body #popup .pp-form-field-wrap input[type="number"]::-webkit-inner-spin-button,
.popup-register form input[type="number"]::-webkit-inner-spin-button,
body .register-block .pp-form-field-wrap input[type="number"]::-webkit-inner-spin-button,
.register-block .popup-register form input[type="number"]::-webkit-inner-spin-button,
body #popup .pp-form-field-wrap input[type="number"]::-webkit-outer-spin-button,
.popup-register form input[type="number"]::-webkit-outer-spin-button,
body .register-block .pp-form-field-wrap input[type="number"]::-webkit-outer-spin-button,
.register-block .popup-register form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body #popup .pp-form-field-wrap.input-active label.titel,
.popup-register form.input-active label.titel,
body .register-block .pp-form-field-wrap.input-active label.titel,
.register-block .popup-register form.input-active label.titel {
  font-size: 0.5rem;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}
body #popup .pp-form-field-wrap.input-active input[type="date"],
.popup-register form.input-active input[type="date"],
body .register-block .pp-form-field-wrap.input-active input[type="date"],
.register-block .popup-register form.input-active input[type="date"] {
  color: #000000;
}
body #popup .pp-form-field-wrap.input-active label.filename,
.popup-register form.input-active label.filename,
body .register-block .pp-form-field-wrap.input-active label.filename,
.register-block .popup-register form.input-active label.filename {
  color: #000000;
}
body #popup .pp-form-field-wrap input[type="file"],
.popup-register form input[type="file"],
body .register-block .pp-form-field-wrap input[type="file"],
.register-block .popup-register form input[type="file"] {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  cursor: pointer;
}
body #popup .pp-form-field-wrap label.upload,
.popup-register form label.upload,
body .register-block .pp-form-field-wrap label.upload,
.register-block .popup-register form label.upload {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
body #popup .pp-form-field-wrap label.upload:hover,
.popup-register form label.upload:hover,
body .register-block .pp-form-field-wrap label.upload:hover,
.register-block .popup-register form label.upload:hover {
  background-color: #D2D2D2;
}
body #popup .pp-form-field-wrap label.filename,
.popup-register form label.filename,
body .register-block .pp-form-field-wrap label.filename,
.register-block .popup-register form label.filename {
  position: absolute;
  font-weight: 700;
  color: transparent;
  pointer-events: none;
  left: 3.5rem;
  top: 1.5rem;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
body #popup .pp-form-field-wrap.fileupload,
.popup-register form.fileupload,
body .register-block .pp-form-field-wrap.fileupload,
.register-block .popup-register form.fileupload {
  overflow: hidden;
  border-radius: 4px;
  /*box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);*/
}
body #popup .pp-form-field-wrap.fileupload label.titel,
.popup-register form.fileupload label.titel,
body .register-block .pp-form-field-wrap.fileupload label.titel,
.register-block .popup-register form.fileupload label.titel {
  font-weight: 500;
  color: #000000;
  left: 3.5rem;
  width: calc(100% - 3.5rem);
  z-index: 2;
}
body #popup .pp-form-field-wrap.fileupload::before,
.popup-register form.fileupload::before,
body .register-block .pp-form-field-wrap.fileupload::before,
.register-block .popup-register form.fileupload::before {
  position: absolute;
  z-index: 2;
  content: '';
  pointer-events: none;
  top: 3px;
  left: 1rem;
  background: url('https://belegger.ontwikkelbazen.nl/wp-content/themes/beleggeruitlegger/css/../images/icon-input-upload.svg') no-repeat center center;
  background-size: 65%;
  height: 90%;
  width: 1.5rem;
}
body #popup .pp-form-field-wrap .wpcf7-not-valid-tip,
.popup-register form .wpcf7-not-valid-tip,
body .register-block .pp-form-field-wrap .wpcf7-not-valid-tip,
.register-block .popup-register form .wpcf7-not-valid-tip {
  /*.none;*/
  display: block;
  color: #FF0000;
}
body #popup .pp-form-field-wrap .wpcf7-not-valid.wpcf7-file,
.popup-register form .wpcf7-not-valid.wpcf7-file,
body .register-block .pp-form-field-wrap .wpcf7-not-valid.wpcf7-file,
.register-block .popup-register form .wpcf7-not-valid.wpcf7-file {
  background-color: #FFE2E2;
  opacity: 1;
  z-index: 1;
  color: transparent;
  padding-top: 5rem;
}
body #popup .pp-form-field-wrap.required.select select,
.popup-register form.required.select select,
body .register-block .pp-form-field-wrap.required.select select,
.register-block .popup-register form.required.select select {
  padding-right: 3.5rem;
}
body #popup .pp-form-field-wrap.required.select::before,
.popup-register form.required.select::before,
body .register-block .pp-form-field-wrap.required.select::before,
.register-block .popup-register form.required.select::before {
  right: 2.5rem;
}
body #popup .pp-form-field-wrap.required input,
.popup-register form.required input,
body .register-block .pp-form-field-wrap.required input,
.register-block .popup-register form.required input {
  padding-right: 2.5rem;
}
body #popup .pp-form-field-wrap.required::after,
.popup-register form.required::after,
body .register-block .pp-form-field-wrap.required::after,
.register-block .popup-register form.required::after {
  content: "*";
  position: absolute;
  font-weight: 700;
  color: #f1850f;
  height: 1rem;
  font-size: 1.375rem;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid red;
  padding: .5rem 1rem;
  color: #000000;
  line-height: normal;
}
.screen-reader-response,
.wpcf7-mail-sent-ok {
  display: none !important;
}
.sitemap .col-md-12 {
  margin-bottom: 1rem;
}
.sitemap ul {
  column-count: 3;
}
.sitemap ul li {
  display: block;
  break-inside: avoid-column;
}
.sitemap ul li a {
  white-space: pre-wrap !important;
}
.sitemap ul li .sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 0;
}
.sitemap ul li .sub li {
  width: 100%;
  column-count: 0;
  break-inside: unset;
}
@media only screen and (max-width: 991px) {
  .sitemap ul {
    column-count: 2;
  }
  .sitemap ul li .sub {
    column-count: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap ul {
    column-count: 1;
  }
  .sitemap ul li .sub {
    column-count: 0;
  }
}
.scroll-to-top {
  padding: .5rem;
  width: 3rem;
  height: 3rem;
  background: #f1850f;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  border-radius: 100%;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -o-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  opacity: 0;
  z-index: 1490;
}
.scroll-to-top img {
  width: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.scroll-to-top.in {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
@media only screen and (max-width: 767px) {
  .scroll-to-top {
    padding: .5rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}
