/* CSS Document */
@font-face {
  font-family: "Palanquin";
  font-style: normal;
  font-weight: 100;
  src: url("../font/Palanquin/Palanquin-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Palanquin";
  font-style: normal;
  font-weight: 200;
  src: url("../font/Palanquin/Palanquin-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Palanquin";
  font-style: normal;
  font-weight: 300;
  src: url("../font/Palanquin/Palanquin-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Palanquin";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Palanquin/Palanquin-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Palanquin";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Palanquin/Palanquin-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Palanquin";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Palanquin/Palanquin-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Palanquin";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Palanquin/Palanquin-Bold.ttf") format("truetype");
}

/* @media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: initial
    }
}
 */
html,
body {
  margin: 0px;
  padding: 0px;
  font: normal 21px/1.35 "Palanquin", sans-serif;
  color: #415671;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Palanquin";
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 12px;
}

h1 {
  font-size: 75px;
  line-height: 1.06;
  color: #415671;
}

h2 {
  font-size: 50px;
  line-height: 1.2;
  color: #415671;
}

h3 {
  font-size: 30px;
  line-height: 1.3;
  color: #415671;
}

h4 {
  font-size: 25px;
  line-height: 1.3;
  color: #415671;
  font-weight: 500;
}

h5 {
  font-size: 21px;
  line-height: 1.3;
  color: #415671;
}

h6 {
  font-size: 21px;
  line-height: 1.3;
  color: #043561;
}

a,
a:link {
  transition: all 0.2s;
  text-decoration: none;
}

a,
a:link {
  color: #ff5d48;
}

a:hover {
  color: #ff5d48;
}

.container-small a u,
a.strong-link,
a.strong-link:link {
  color: #415671;
}
a.strong-link {
  font-weight: bold;
  text-decoration: underline;
}

.size-28 {
  font-size: 28px;
}

@media (max-width: 991px) {
  html,
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 17px;
  }
  .size-28 {
    font-size: 17px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1430px;
  }
}

p {
  margin-bottom: 18px;
}

svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}

/*header*/
header {
  position: relative;
}
.header-top {
  font-size: 20px;
  padding: 13px 0 12px;
  font-weight: 500;
}

.header-top svg {
  margin-right: 5px;
  width: 32px;
  height: 32px;
}

.header-top span + svg {
  margin-left: 20px;
}

.header-telex {
  background-color: #fd5d48;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

.header-telex ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  height: 49px;
  align-items: center;
  font-size: 28px;
  line-height: 1;
  animation: marquee 30s linear infinite;
}

.header-telex ul li {
  padding: 0 15px;
}

.header-telex ul strong {
  color: #415671;
  margin-right: 5px;
}

.header-telex:hover ul {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 991px) {
  .header-top {
    font-size: 17px;
  }

  .header-telex ul {
    font-size: 20px;
  }
}

.header-menu {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
}

.header-menu > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-menu .logo img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .header-menu .logo {
    max-width: 180px;
  }
}

@media (max-width: 991px) {
  .header-menu .logo {
    max-width: 202px;
  }
}

@media (min-width: 992px) {
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
  }

  .menu > ul {
    display: flex;
  }

  .menu > ul > li {
    position: relative;
    margin-left: 20px;
  }

  .menu > ul > li > a {
    color: #fff;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 14px 0;
  }

  .menu > ul > li > a:hover {
    color: #fff;
  }
  .menu > ul > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0px;
    opacity: 0;
    border-bottom: 4px solid #60beb3;
    transition: all ease-in 200ms;
  }
  .menu > ul > li > a:hover::after {
    right: 0;
    opacity: 1;
  }

  .menu > ul > li:first-child {
    margin-left: 0;
  }

  .menu ul ul {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  .menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .menu ul ul a {
    color: #415671;
    display: block;
    padding: 6px 15px;
  }

  .menu ul ul a:hover {
    color: #ff5d48;
  }
}

@media (min-width: 1440px) {
  .menu > ul > li {
    margin-left: 50px;
  }
}

.mobile-menu-icon {
  display: none;
}
.mobile-close {
  display: none;
}
@media (max-width: 991px) {
  .menu {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #60beb3;
    width: 100%;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
  }

  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .menu > ul {
    padding: 12px 83px 32px 22px;
  }

  .menu ul a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
  }

  .menu ul ul a {
    font-size: 18px;
    font-weight: normal;
    border-bottom: none;
  }

  .menu .mobile-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    display: block;
  }

  .mobile-menu-icon {
    color: #fff;
    display: block;
    font-size: 38px;
    cursor: pointer;
  }
}

.banner {
  background-color: #415671;
  color: #fff;
  background-image: url("../images/banner-right.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 40% auto;
  padding: 200px 0 90px;
  position: relative;
}

.banner::after {
  content: "";
  width: 129px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 127.868 20.003" xmlns="http://www.w3.org/2000/svg"><path d="M0.455,0c10.213,0,20.007,2.15,27.228,5.976l19.4,10.277c9.431,5,24.723,5,34.155,0	l19.398-10.277C107.858,2.151,117.655,0,127.868,0H0.455z" fill="%23415671"></path></svg>');
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -65px;
}

.banner-container {
  width: 860px;
  max-width: 100%;
}

.banner-container .title {
  color: #fff;
  margin: 0 0 40px;
}

.banner-container .info {
  font-size: 20px;
  color: #60beb3;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 767px) {
  .banner-container .info {
    font-size: 14px;
  }
}

.list-dot {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  font-size: 28px;
}

.list-dot li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 10px;
}

.list-dot li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 50%;
  top: 19px;
  left: 0px;
}

.list-dot.small {
  font-size: 21px;
}
.list-dot.small li {
  margin-bottom: 5px;
}
.list-dot.small li::before {
  top: 13px;
  width: 6px;
  height: 6px;
}
.list-dot li {
  padding-left: 25px;
}

@media (max-width: 767px) {
  .banner {
    padding: 160px 0 20px;
    background-size: 400px auto;
    background-position: 54vw bottom;
  }

  .banner-container .list-dot {
    font-size: 17px;
    width: 50%;
  }

  .banner-container .list-dot li {
    padding-left: 0px;
  }

  .banner-container .list-dot li::before {
    content: none;
  }

  .list-dot.small {
    font-size: 17px;
  }

  .list-dot.small li::before {
    top: 10px;
  }
}

.button-bright {
  color: #fff;
  padding: 9px 50px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin: 0 0 19px;
}

.button-bright::after {
  content: "";
  position: absolute;
  box-shadow: 0 0 30px rgba(255, 93, 72, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 8px;
  pointer-events: none;
  background-color: #ff5d48;
  transition: all ease-in 200ms;
}

.button-bright.color-blue::after {
  box-shadow: 0 0 30px rgba(4, 176, 227, 0.5);
  background-color: #04b0e3;
}
.button-bright:hover::after {
  transform: scale(0.96, 0.9);
}

.button-bright:link,
.button-bright:active,
.button-bright:visited {
  color: #fff;
}

.button-normal {
  color: #fff;
  padding: 9px 50px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  background-color: #ff5d48;
}

.button-normal:link,
.button-normal:active,
.button-normal:visited {
  color: #fff;
}

.button-link {
  color: #ff5d48;
  background: none;
  border: none;
  text-decoration: underline;
  font-size: 28px;
}

.button-link:link,
.button-link:active,
.button-link:visited {
  color: #ff5d48;
}

@media (max-width: 767px) {
  .button-bright,
  .button-normal {
    font-size: 16px;
  }
}

.number-box {
  text-align: center;
  padding: 40px 0;
}

.number-box .number {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.number-box .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}

.section-spacing {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-top-spacing {
  padding-top: 120px;
}

.section-bottom-spacing {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-top-spacing {
    padding-top: 80px;
  }

  .section-bottom-spacing {
    padding-bottom: 80px;
  }

  .number-box .title {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-top-spacing {
    padding-top: 60px;
  }

  .section-bottom-spacing {
    padding-bottom: 60px;
  }
}

.section-background {
  background: url('data:image/svg+xml;utf8,<svg viewBox="80.818 0 514.462 841.891" xmlns="http://www.w3.org/2000/svg"><path d="M595.281,0l-457.16,198.682 c-61.53,26.743-76.865,107.022-29.517,154.56L595.281,841.89V0z" opacity="0.07" fill="%2304B0E3"></path></svg>')
    right top;
  background-position: 100% 160px;
  background-size: 49vw auto;
  background-repeat: no-repeat;
}

.section-background .left-background {
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 927.24 1517.385" xmlns="http://www.w3.org/2000/svg"><path d="M0,0L823.96,358.095 c110.9,48.199,138.538,192.892,53.2,278.569L0,1517.384V0z" opacity="0.07" fill="%2304B0E3"></path></svg>')
    0px 0px;
  background-position: 0px 0px;
  background-size: 48vw auto;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .section-background {
    background-position: 100% 7%;
  }

  .section-background .left-background {
    background-position: 0px 7%;
  }
}

@media (max-width: 767px) {
  .section-background {
    background-position: 100% 0px;
  }

  .section-background .left-background {
    background-position: 0px 30px;
  }
}

.title-01 {
  margin-bottom: 40px;
}

.title-01 .info {
  color: #ff5d48;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 500;
}

.title-02 {
  text-align: center;
  margin-bottom: 60px;
}

.title-02 .info {
  font-size: 28px;
  color: #415671;
}

@media (max-width: 767px) {
  .title-01 .info {
    font-size: 15px;
  }

  .title-02 .info {
    font-size: 20px;
  }
}

.list-check {
  color: #60beb3;
  font-size: 28px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.list-check li,
.list-check li > a {
  display: flex;
}

.list-check svg {
  margin: 7px 10px 0 0;
  flex: 0 0 1em;
}

.list-check li {
  margin: 0 0 5px;
}

@media (max-width: 991px) {
  .list-check {
    font-size: 20px;
  }

  .list-check svg {
    margin-top: 5px;
  }
}

.list-check2 {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.list-check3 {
  margin: 0 0 10px;
  padding-left: 30px;
  list-style: disc;
}

.list-check2 li {
  margin-bottom: 10px;
}

.list-check2 li,
.list-check2 li > a {
  display: flex;
}

.list-check2 svg {
  margin: 5px 10px 0 0;
  flex: 0 0 1em;
  color: #ff5d48;
}

.list-check3 li {
  margin-bottom: 3px;
}

.list-check3 li,
.list-check3 li > a {
  display: list-item;
}

@media (min-width: 768px) {
  .list-check2.big svg {
    font-size: 30px;
    margin-top: 0;
  }
  .list-check2.big li {
    margin-bottom: 25px;
  }
}

.step-box {
  text-align: center;
  position: relative;
}

.step-box .pic {
  padding: 0 30px 30px;
}

.step-box img {
  max-width: 100%;
}

.step-box .title {
  font-size: 28px;
  font-weight: 400;
}

.step-box::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 30.578 32.487" xmlns="http://www.w3.org/2000/svg"><path d="M0,5.004C-0.002,2.243,2.234,0.002,4.995,0C5.691,0,6.38,0.144,7.017,0.425l20.576,9.068 c2.527,1.114,3.674,4.065,2.56,6.592c-0.39,0.887-1.031,1.642-1.844,2.171L7.75,31.674c-2.313,1.51-5.411,0.857-6.919-1.455 c-0.53-0.811-0.813-1.76-0.813-2.729L0,5.004z" fill="%2360BEB3"></path></svg>');
  background-size: 31px 33px;
  position: absolute;
  left: 100%;
  top: 137px;
  width: 31px;
  height: 33px;
}

.row > div:last-child .step-box::after {
  content: none;
}

@media (max-width: 991px) {
  .step-box .title {
    font-size: 20px;
  }

  .step-box::after {
    transform: scale(0.7);
    top: 65px;
  }
}

@media (max-width: 767px) {
  .step-box {
    margin: 0 auto 80px;
    max-width: 300px;
  }

  .step-box::after {
    left: 50%;
    top: 100%;
    transform: rotate(-147deg) scale(0.7);
    margin: 15px 0 0 -15px;
  }

  .row > div:last-child .step-box {
    margin-bottom: 0;
  }
}

.section-background2 {
  background-color: #eefafd;
}

.rekenexpert-box {
  display: flex;
  align-items: center;
}

.rekenexpert-box .box-left {
  flex: 0 0 280px;
  margin-right: 70px;
  text-align: center;
}

.rekenexpert-box .pic {
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0 10px;
  display: inline-block;
}

.rekenexpert-box .pic img {
  max-width: 100%;
}

.rekenexpert-box .box-right {
  flex: 1;
}

.rekenexpert-box .title {
  font-size: 20px;
}

@media (max-width: 767px) {
  .rekenexpert-box {
    flex-direction: column;
  }

  .rekenexpert-box .box-left {
    order: 2;
    margin-right: 0;
    text-align: center;
  }

  .rekenexpert-box .box-left .pic {
    max-width: 232px;
    margin-left: auto;
    margin-right: auto;
  }
}

.logo-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.logo-grid > div.x2 {
  flex: 0 0 auto;
  width: 40%;
}

.logo-grid > div img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .logo-grid {
    margin: 0 15px;
  }

  .logo-grid > div,
  .logo-grid > div.x2 {
    flex: 0 0 50%;
    width: 50%;
  }
}

.white-box {
  background-color: #fff;
  padding: 15px 20px;
  color: #ff5d48;
  border-radius: 3px;
}

.section-footer {
  background-color: #415671;
  padding: 80px 0;
  color: #fff;
}

.section-footer a,
.section-footer a:link {
  color: currentColor;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.login a {
  margin-left: 80px;
  display: inline-block;
  font-weight: 500;
}

@media (max-width: 767px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .footer-top .logo {
    margin-bottom: 30px;
  }

  .login a {
    margin-left: 0px;
    margin-right: 20px;
  }

  .section-footer {
    padding: 40px 0;
  }
}

.modal.fade .modal-dialog {
  transform: none;
}
.modal-backdrop {
  background-color: #415671;
}
.modal-content {
  border: none;
}

.login-modal .form-box {
  margin-left: 30%;
}

.login-modal .form-box .form-label {
  position: absolute;
  left: 0;
  width: 30%;
  text-align: right;
  padding: 8px 10px 0 0;
  font-size: 21px;
}

.login-modal .modal-dialog {
  max-width: 632px;
}

.login-modal .modal-body {
  padding: 40px 50px 50px;
}

.login-modal .modal-title {
  font-size: 33px;
  color: #415671;
  line-height: 1.2;
  margin-bottom: 30px;
}

.login-modal p a,
.login-modal p a:link {
  color: #04b0e3;
}

.login-modal .form-control {
  border-radius: 0;
}
@media (min-width: 768px) {
  .login-modal .form-control::placeholder {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .login-modal .form-box {
    margin-left: 0;
  }

  .login-modal .form-box > div {
    position: relative;
  }

  .login-modal .form-box .form-label {
    display: none;
  }

  .login-modal .modal-body {
    padding: 25px 20px 35px;
  }
}

.page-title {
  background-color: #415671;
  color: #fff;
  padding: 120px 0 0px;
  position: relative;
  height: 475px;
  display: flex;
  align-items: center;
}

.page-title::after {
  content: "";
  width: 129px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 127.868 20.003" xmlns="http://www.w3.org/2000/svg"><path d="M0.455,0c10.213,0,20.007,2.15,27.228,5.976l19.4,10.277c9.431,5,24.723,5,34.155,0	l19.398-10.277C107.858,2.151,117.655,0,127.868,0H0.455z" fill="%23415671"></path></svg>');
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -65px;
}

.page-title .info {
  font-size: 20px;
  color: #60beb3;
  text-transform: uppercase;
  margin: 0;
}

.page-title .title {
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .page-title .title {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .page-title .title {
    font-size: 42px;
  }
  .page-title {
    padding: 150px 0 60px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .page-title .title {
    font-size: 30px;
  }
  .page-title .info {
    font-size: 15px;
  }
}

.container-small {
  max-width: 900px;
}

.section-background3 {
  background: url('data:image/svg+xml;utf8,<svg viewBox="80.818 0 514.462 841.891" xmlns="http://www.w3.org/2000/svg"><path d="M595.281,0l-457.16,198.682 c-61.53,26.743-76.865,107.022-29.517,154.56L595.281,841.89V0z" opacity="0.07" fill="%2304B0E3"></path></svg>')
    right top;
  background-repeat: no-repeat;
  background-position: right 430px;
  background-size: 50vw auto;
}

@media (max-width: 767px) {
  .section-background3 {
    background-position: right 515px;
  }
}

.ondernemers-modal .modal-dialog,
.spoedaanvraag-modal .modal-dialog,
.inkomensverklaring-modal .modal-dialog {
  width: 1369px;
  max-width: 95%;
}

.ondernemers-modal img,
.spoedaanvraag-modal img,
.inkomensverklaring-modal img {
  max-width: 100%;
}

.ondernemers-modal .modal-body,
.spoedaanvraag-modal .modal-body,
.inkomensverklaring-modal .modal-body {
  padding: 90px 120px;
}

.login-modal .btn-close,
.ondernemers-modal .btn-close,
.spoedaanvraag-modal .btn-close,
.inkomensverklaring-modal .btn-close {
  position: absolute;
  right: 35px;
  top: 30px;
  color: #ff5d48;
  z-index: 10;
  opacity: 1;
  font-size: 37px;
  background: transparent
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37.477 37.477"><rect width="4" height="49" transform="translate(34.649) rotate(45)" fill="%23ff5d48"/><rect width="4" height="49" transform="translate(37.477 34.648) rotate(135)" fill="%23ff5d48"/></svg>')
    center/1em auto no-repeat;
}

.inkomensverklaring-modal .box-right-img {
  margin: 0 0px -90px 0;
}

@media (max-width: 991px) {
  .ondernemers-modal .modal-body,
  .spoedaanvraag-modal .modal-body,
  .inkomensverklaring-modal .modal-body {
    padding: 45px;
  }
  .inkomensverklaring-modal .box-right-img {
    margin: 0 0px -45px 0;
  }
}
@media (max-width: 767px) {
  .ondernemers-modal .modal-body,
  .spoedaanvraag-modal .modal-body,
  .inkomensverklaring-modal .modal-body {
    padding: 25px;
  }
  .login-modal .btn-close,
  .ondernemers-modal .btn-close,
  .spoedaanvraag-modal .btn-close,
  .inkomensverklaring-modal .btn-close {
    right: 10px;
    top: 10px;
    font-size: 18px;
  }

  .inkomensverklaring-modal .box-right-img {
    margin: 0 0px -25px 0;
  }
}

.blue-box {
  background-color: #eefafd;
  padding: 45px;
  position: relative;
  margin: 140px 0 150px;
}

.blue-box .box-padding-right {
  padding-right: 150px;
}

.blue-box .box-right-img {
  position: absolute;
  right: -120px;
  bottom: -150px;
}

.blue-box .box-right-img img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .blue-box {
    margin: 50px 0 50px;
  }

  .blue-box .box-right-img {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 30px 0 -100px auto;
    max-width: 75%;
    text-align: right;
  }

  .blue-box .box-padding-right {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .blue-box {
    padding: 15px;
  }
}

.container-small h3 {
  margin-bottom: 20px;
}
.container-small h4 {
  margin-bottom: 4px;
}
.container-small h5 {
  margin-bottom: 4px;
}
.container-small p + h3 {
  margin-top: 30px;
}

.container-small p + h4 {
  margin-top: 25px;
}
.container-small p + h5 {
  margin-top: 25px;
}

.geldverstrekkers-accordion {
  border-top: 2px solid #a2aab7;
  margin: 40px 0 80px;
}

.geldverstrekkers-accordion .accordion-body {
  padding: 0 0 10px;
}

.geldverstrekkers-accordion .accordion-button::after {
  border-radius: 50%;
  border: 1px solid #46566f;
  width: 47px;
  height: 47px;
  background: transparent;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 26.571 26.571" xmlns="http://www.w3.org/2000/svg"><path d="M0,0V26.571" stroke="%2346566F" transform="translate(13.285)" stroke-width="1" fill="none"></path><path d="M0,0V26.571" stroke="%2346566F" transform="translate(26.571 13.285) rotate(90)" stroke-width="1" fill="none"></path></svg>')
    right top;
  background-size: 25px 25px;
  background-position: center center;
  background-repeat: no-repeat;
}

.geldverstrekkers-accordion .accordion-button {
  height: 120px;
  padding: 10px 0;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.geldverstrekkers-accordion .accordion-item {
  border: none;
  border-bottom: 2px solid #a2aab7;
}

.geldverstrekkers-accordion .accordion-item img {
  max-height: 100%;
  max-width: 70%;
}

.geldverstrekkers-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}

.geldverstrekkers-accordion .accordion-item:last-of-type {
  border-radius: 0;
}

@media (max-width: 767px) {
  .geldverstrekkers-accordion .accordion-button {
    height: 80px;
    padding: 15px 0;
  }

  .geldverstrekkers-accordion .accordion-button::after {
    width: 32px;
    height: 32px;
    background-size: 15px 15px;
  }
}

.team-imagebox {
  text-align: center;
  margin: 0 0 50px;
}

.team-imagebox .pic {
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0 10px;
  display: inline-block;
}

.team-imagebox .pic img {
  max-width: 100%;
}

.team-imagebox .title {
  font-size: 21px;
  margin: 0 0 5px;
}

.icon-star {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.icon-star span {
  color: #deab00;
}
