@import url(https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap);
.h1, h1 {
  font-size: 3.2rem;
  line-height: 37px;
}

.h2, h2 {
  font-size: 2.8rem;
  line-height: 32px;
}

.h3, h3 {
  font-size: 2.8rem;
  line-height: 32px;
}

.h4, h4 {
  font-size: 2.4rem;
}

a {
  color: #1EABE3;
}

em {
  font-style: normal;
  color: #1EABE3;
  font-weight: bolder;
}

.h5 {
  font-size: 1.8rem;
  line-height: 21px;
}

.h1, .h2, .h3, .h5, p {
  margin-top: 0;
}

label {
  font-family: "Karla", sans-serif;
  font-weight: bold;
}

.h2, .h1 {
  font-weight: 700;
}
.h2 span, .h1 span {
  font-weight: 800;
}

a {
  text-decoration: none;
}

p, .h1, .h2, .h3, .h4, li {
  color: #063243;
}

p {
  font-size: 1.6rem;
  line-height: 24px;
}

@media (min-width: 992px) {
  .h1, h1 {
    font-size: 4.2rem;
    line-height: 50px;
  }
  .h2, h2 {
    font-size: 3.2rem;
    line-height: 37px;
  }
  .h4, h4 {
    font-size: 2.4rem;
  }
}
.content-box h1, .content-box h2, .content-box h3, .content-box h4 {
  margin-top: 0;
}

body,
html {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Karla", sans-serif;
}
body::after {
  clear: both;
}
body.no-scroll {
  overflow: hidden;
}
@media (min-width: 992px) {
  body.no-scroll {
    overflow: visible;
  }
}

* {
  box-sizing: border-box;
  clear: both;
}

.is-primary {
  color: #1EABE3 !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  padding: 0 15px;
  margin: 0;
}
ol li {
  padding: 3px 0;
}

.has-bg-color {
  background: #F6F6F9;
}

@media (min-width: 992px) {
  .d-row-reversed .flex-container {
    flex-direction: row-reverse;
  }
}

section {
  padding: 30px 0;
}
@media (min-width: 992px) {
  section {
    padding: 100px 0;
  }
}

.container {
  padding: 0 15px;
  max-width: 100%;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}
.img-responsive.logo {
  border-radius: 0;
}

.stripe-loading-indicator {
  display: none;
}

#phase--slider,
#review--slider {
  overflow: hidden;
}

.content-box .container > div, .content .container > div {
  flex: 6;
}
.content-box .container .content-txt-block, .content .container .content-txt-block {
  flex: 7;
}
.content-box ul, .content ul {
  padding-bottom: 20px;
}
.content-box ul li, .content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.content-box ul li::before, .content ul li::before {
  display: flex;
  content: "";
  color: #1EABE3;
  background-image: url("../../images/checkmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  min-width: 18px;
  height: 18px;
}
@media (min-width: 992px) {
  .content-box ul, .content ul {
    padding-bottom: 0;
  }
}

.content-50-50 .flex-container > div {
  flex: 1;
}

@media (min-width: 768px) {
  .flex-container {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    margin: 0 auto;
  }
  .content-box .container {
    gap: 60px;
    align-items: center;
  }
}
.g-2 {
  gap: 40px;
}

.g-3 {
  gap: 60px;
}

.g-4 {
  gap: 80px;
}

.g-5 {
  gap: 100px;
}

.for-desktop {
  display: none !important;
}
@media (min-width: 992px) {
  .for-desktop {
    display: flex !important;
  }
}

.for-mobile {
  display: flex !important;
}
@media (min-width: 992px) {
  .for-mobile {
    display: none !important;
  }
}

.next-btn,
.prev-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  border: 1px solid rgb(116, 132, 161);
}

header {
  position: fixed;
  z-index: 999;
  background: #F6F6F9;
  width: 100%;
  padding: 10px 0;
}
header a {
  color: #063243;
}
header ul li {
  padding: 10px 0;
}
header ul li a {
  color: #063243;
}
header ul .has-subitems i {
  font-size: 1.2rem;
  padding-left: 3px;
}
header ul .has-subitems > .submenu {
  display: none;
  min-width: 180px;
  padding-top: 5px;
  padding-left: 15px;
  margin-top: 10px;
  background: white;
}
@media (min-width: 768px) {
  header ul .has-subitems > .submenu {
    padding: 0;
    background: none;
    margin: 0;
  }
}
header ul .has-subitems:hover > .submenu {
  display: block;
}
header .nav-left {
  flex: 1;
}
header .nav-left nav {
  display: none;
  position: absolute;
  width: 100%;
  background: #F6F6F9;
  z-index: 999;
  padding: 20px;
  left: 0;
}
header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  header > .container {
    align-items: flex-start;
    height: 80px;
  }
  header .nav-left {
    gap: 30px;
    flex: initial;
  }
  header .nav-left nav {
    display: block;
    position: relative;
    background: transparent;
    padding: 0;
  }
  header .flex-container {
    align-items: center;
  }
  header ul {
    gap: 40px;
  }
  header ul .has-subitems {
    position: relative;
  }
  header ul .has-subitems .submenu {
    background: white;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 10;
    border-radius: 0 0 16px 16px;
    padding: 10px;
  }
  header ul .has-subitems .submenu li {
    padding: 10px 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  header ul .has-subitems .submenu {
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.1);
  }
}
header.open .nav-left nav {
  display: block;
}
header .logo {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (min-width: 992px) {
  header {
    padding-top: 0;
    padding-bottom: 10px;
    position: static;
  }
  header .logo {
    max-width: initial;
  }
}

.menu-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.menu-toggle span {
  font-weight: 600;
}
.menu-toggle .menu-toggle-stripe {
  position: relative;
  width: 16px;
  height: 2px;
  display: block;
  background: #063243;
  margin-top: 2px;
}
.menu-toggle .menu-toggle-stripe::after, .menu-toggle .menu-toggle-stripe::before {
  position: absolute;
  width: 16px;
  height: 2px;
  display: block;
  background: #063243;
}
.menu-toggle .menu-toggle-stripe::before {
  top: 5px;
  content: "";
}
.menu-toggle .menu-toggle-stripe::after {
  top: -5px;
  content: "";
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

.top-footer .container {
  background-color: #063243;
  color: white;
  border-radius: 16px;
  padding: 0;
  gap: 60px;
  margin: 15px;
}
.top-footer .container .top-footer-content {
  padding: 50px 15px;
  flex: 3;
}
.top-footer .container .top-footer-content .btn-wrapper {
  padding-top: 10px;
}
.top-footer .container .top-footer-content .btn-wrapper .btn {
  justify-content: center;
}
@media (min-width: 992px) {
  .top-footer .container .top-footer-content {
    padding: 50px 0 0 30px;
  }
}
.top-footer .container .top-footer-img {
  flex: 2;
  height: 100%;
}
.top-footer .container .top-footer-img img {
  height: 300px;
}
.top-footer .container p, .top-footer .container a, .top-footer .container span, .top-footer .container .h2 {
  color: white;
}
@media (min-width: 992px) {
  .top-footer .container {
    margin: 0 auto;
  }
  .top-footer .container .top-footer-content {
    padding: 50px 0 0 30px;
  }
}
.top-footer.top-footer-secondary {
  background: #F6F6F9;
}
.top-footer.top-footer-secondary .top-footer-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 0;
}
.top-footer.top-footer-secondary .top-footer-content .h2 {
  margin-bottom: 20px;
  font-weight: 800;
}
.top-footer.top-footer-secondary .top-footer-content .usp {
  max-width: 490px;
  padding-top: 20px;
  width: 100%;
}
.top-footer.top-footer-secondary .top-footer-content .usp ul {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-footer.top-footer-secondary .top-footer-content .usp ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.top-footer.top-footer-secondary .top-footer-content .usp ul li .material-icons {
  font-size: 1.8rem;
}
.top-footer.top-footer-secondary .top-footer-content .usp ul li span {
  color: #7484A1;
}
@media (min-width: 992px) {
  .top-footer.top-footer-secondary .top-footer-content .usp ul {
    flex-direction: row;
    align-items: flex-start;
  }
}

footer {
  background-color: #F6F6F9;
  padding-top: 60px;
  border-top: 1px solid #D9D9D9;
}
footer .container {
  justify-content: space-between;
}
footer .h5 {
  padding-bottom: 0;
  margin-bottom: 5px;
}
footer ul li {
  padding: 7px 0;
}
footer a {
  color: #063243;
}
footer .socials ul {
  display: flex;
  gap: 10px;
}
footer .socials ul i {
  color: #1EABE3;
  font-size: 20px;
}
footer .copyright {
  padding: 50px 0 30px 0;
}
footer .socials, footer .col, footer .footer-logo {
  padding-bottom: 40px;
}
footer .copyright {
  border-top: 1px solid rgb(217, 217, 217);
  text-align: center;
}
footer .copyright .container > div {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  footer .copyright {
    text-align: left;
  }
  footer .copyright .container {
    display: flex;
    justify-content: space-between;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  height: 43px;
  padding: 0 25px;
  border-radius: 30px;
  border: none;
  transition: all 0.2s;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn.btn-primary {
  background: #1EABE3;
  color: white;
}
.btn.btn-primary:hover {
  background: white;
  color: #1EABE3;
  border-color: #1EABE3;
}
.btn.btn-secondary {
  background: none;
  border: 1px solid #063243;
  color: #063243;
}
.btn.btn-secondary:hover {
  color: white;
  background: #063243;
  border-color: transparent;
}
.btn.btn-accent {
  background: white;
  color: #063243;
  border-color: #1EABE3;
  font-weight: 600;
}
.btn.btn-accent:hover {
  border-color: white;
  background: #1EABE3;
  color: white;
}
.btn.btn-white {
  border-color: white;
}
.btn.btn-white:hover {
  background: white;
  color: black;
}
.btn:hover {
  transition: all 0.2s;
}

.btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .btn-wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
}

input, textarea {
  padding: 0 10px;
  border: 1px solid rgba(17, 40, 87, 0.2);
  border-radius: 4px;
}

input {
  height: 52px;
}

textarea {
  max-height: 155px;
  min-height: 155px;
  height: 100%;
}

label {
  display: block;
  padding: 10px 0;
}

.input_wrapper {
  display: flex;
  margin-right: 10px;
}
.input_wrapper input,
.input_wrapper textarea,
.input_wrapper div {
  flex: 1;
  width: 100%;
}
.input_wrapper div {
  margin-right: 20px;
}
.input_wrapper div:last-child {
  margin-right: 0;
}

.validation-error {
  color: red;
}

form .btn {
  margin-top: 10px;
  margin-left: auto;
}

.card {
  padding: 15px;
  border-radius: 16px;
  background: white;
}

.hero {
  background-color: #F6F6F9;
  padding-bottom: 0;
}
.hero .hero-wrapper {
  position: relative;
  max-width: 1512px;
}
.hero .container {
  position: relative;
  z-index: 10;
  align-items: center;
  padding: 0;
}
.hero .hero-content {
  max-width: 510px;
  padding: 0 15px;
  margin-bottom: 20px;
}
.hero .img-responsive {
  border-radius: 0;
}
.hero .btn-wrapper {
  padding-bottom: 20px;
}
.hero .btn-wrapper .btn {
  justify-content: center;
  text-align: center;
}
.hero .h1 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .hero {
    padding: 30px 0 70px 0;
  }
  .hero .img-responsive {
    border-radius: 16px;
  }
  .hero .container {
    padding: 0 15px;
  }
  .hero .hero-content {
    padding: 0;
    margin-bottom: 0;
  }
  .hero .btn-wrapper {
    padding-bottom: 0;
  }
  .hero .btn-wrapper .btn {
    justify-content: left;
  }
}
@media (min-width: 1200px) {
  .hero {
    position: relative;
    height: 450px;
    padding: 0;
    margin-bottom: 60px;
  }
  .hero .hero-wrapper,
  .hero .container {
    height: 100%;
    margin: 0 auto;
  }
  .hero .hero-image {
    position: absolute;
    right: 0;
    max-height: 100%;
    max-width: 50%;
  }
  .hero .hero-image img {
    height: 100%;
  }
}
.hero.page-hero {
  color: white;
}
.hero.page-hero .h1 {
  text-transform: capitalize;
  color: white;
  margin: 0;
}
.hero.page-hero .container {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .hero.page-hero {
    height: 266px;
  }
}
.hero.page-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero.page-hero.tarieven, .hero.page-hero.dienst {
  padding-bottom: 50px;
}
.hero.page-hero.tarieven .container, .hero.page-hero.dienst .container {
  justify-content: center;
  padding: 0 15px;
}
.hero.page-hero.tarieven .h1, .hero.page-hero.dienst .h1 {
  color: black;
  text-transform: none;
}
.hero.page-hero.tarieven::before, .hero.page-hero.dienst::before {
  background-color: transparent;
}
@media (min-width: 1200px) {
  .hero.page-hero.tarieven, .hero.page-hero.dienst {
    height: 180px;
  }
}
.hero.page-hero.dienst {
  padding-top: 20px;
}
.hero.page-hero.dienst p {
  font-size: 1.8rem;
  padding-top: 10px;
  line-height: 28px;
}
@media (min-width: 1200px) {
  .hero.page-hero.dienst {
    height: 250px;
    text-align: center;
  }
}
.hero .hero-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero, .page-hero {
  padding-top: 120px;
}
@media (min-width: 992px) {
  .hero, .page-hero {
    padding-top: initial;
  }
}

.reviews {
  position: relative;
  background: #F6F6F9;
}
.reviews .btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.reviews .review-slider-navigation {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}
.reviews .review-slider-navigation .btn {
  justify-content: center;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .reviews .review-slider-navigation {
    padding-bottom: 0;
  }
}
.reviews .review {
  display: flex;
  flex-direction: column;
  min-height: 320px;
}
.reviews .review span {
  display: block;
}
.reviews .review .review-text {
  flex: 1;
}
.reviews .review-box {
  flex: 1;
}
.reviews.swiper {
  flex: 2;
}
.reviews .review-button-next,
.reviews .review-button-prev {
  background: white;
  cursor: pointer;
}
.reviews .review-button-next span,
.reviews .review-button-prev span {
  color: #1EABE3;
}
@media (min-width: 992px) {
  .reviews.swiper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .reviews .review-button-next,
  .reviews .review-button-prev {
    position: absolute;
    top: 50%;
    z-index: 999;
    transform: translate(0, -50%);
  }
  .reviews .review-button-prev {
    left: 0;
  }
  .reviews .review-button-next {
    right: 0;
  }
}

.intro {
  margin: 20px 0;
}
@media (min-width: 992px) {
  .intro {
    margin: 0;
  }
}

.steps {
  background: #F6F6F9;
}
.steps a {
  color: #063243;
}
.steps .steps-header {
  justify-content: space-between;
}
.steps .phase .phase-image img {
  width: 100%;
}
.steps .phase .h5 {
  margin-top: 15px;
}
.steps .steps-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.steps .steps-navigation .for-mobile {
  width: 100%;
}
.steps .steps-navigation .for-mobile .btn {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .steps .steps-header {
    padding-bottom: 20px;
  }
  .steps .steps-header .steps-header-text {
    max-width: 360px;
  }
}

.services {
  background: #F6F6F9;
}
.services .services-header {
  padding-top: 30px;
  padding-bottom: 10px;
}
.services .services-header .h2 {
  text-align: center;
}
.services .container {
  background: white;
}
.services .tabs ul {
  align-items: center;
  border: 1px solid #E1E1E1;
  display: flex;
  border-radius: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.services .tabs ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  border-radius: 16px;
  cursor: pointer;
  height: 56px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 20px;
}
.services .tabs ul li.active {
  border: 2px solid #1EABE3;
  font-weight: 700;
}
.services .tabs .tab-content {
  display: none;
}
.services .tabs .tab-content.active {
  display: flex;
  flex-direction: column;
}
.services .tabs .tab-content .btn {
  justify-content: center;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .services .container {
    padding: 50px;
    border-radius: 16px;
  }
  .services .tabs ul {
    height: 65px;
  }
  .services .tabs ul li {
    height: 100%;
  }
  .services .tabs .tab-content {
    padding: 40px;
    justify-content: space-around;
  }
  .services .tabs .tab-content.active {
    flex-direction: row;
  }
  .services .tabs .tab-content > div {
    flex: 1;
  }
  .services .tabs .tab-content .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.bundles .flex-container {
  justify-content: flex-start;
  gap: 20px;
}
.bundles .bundle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 0;
  border: 2px solid #F6F6F9;
  margin-bottom: 20px;
}
.bundles .bundle .bundle_top_wrapper {
  flex: 1;
}
.bundles .bundle .bundle_top_wrapper .bundle_uitgelicht {
  border-radius: 13px 13px 0 0;
  background: #1EABE3;
  text-align: center;
  color: white;
  padding: 12px 0;
}
.bundles .bundle .bundle_top_wrapper .bundle_uitgelicht span {
  font-weight: 800;
  color: white;
}
.bundles .bundle.uitgelicht {
  border: 2px solid #1EABE3;
}
.bundles .bundle_header {
  display: flex;
  flex-direction: column;
  justify-self: center;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}
.bundles .bundle_header .h2 {
  display: block;
  margin: 10px 0;
  font-weight: 800;
}
.bundles .bundle_header .h4 {
  text-align: center;
  font-weight: 700;
}
.bundles .bundle_content {
  background: #F6F6F9;
  padding: 20px;
  border-radius: 0 0 13px 13px;
  flex: 1;
}
.bundles .bundle_content li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  line-height: 24px;
  gap: 5px;
  color: #7484A1;
}

.contact-page-content .flex-container div:last-child {
  padding-top: 30px;
}
.contact-page-content .flex-container ul {
  padding-bottom: 20px;
}
.contact-page-content .flex-container ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 5px;
}
.contact-page-content .flex-container ul li a {
  display: flex;
  gap: 10px;
}
