
/*@font-face {*/
/*  font-family: 'Omnes Pro';*/
/*  src: url('../fonts/OmnesPro-Bold.eot');*/
/*  src: url('../fonts/OmnesPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OmnesPro-Bold.woff2') format('woff2'), url('../fonts/OmnesPro-Bold.woff') format('woff'), url('../fonts/OmnesPro-Bold.ttf') format('truetype'), url('../fonts/OmnesPro-Bold.svg#OmnesPro-Bold') format('svg');*/
/*  font-weight: bold;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Omnes Pro';*/
/*  src: url('../fonts/OmnesPro-Black.eot');*/
/*  src: url('../fonts/OmnesPro-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/OmnesPro-Black.woff2') format('woff2'), url('../fonts/OmnesPro-Black.woff') format('woff'), url('../fonts/OmnesPro-Black.ttf') format('truetype'), url('../fonts/OmnesPro-Black.svg#OmnesPro-Black') format('svg');*/
/*  font-weight: 900;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Omnes Pro';*/
/*  src: url('../fonts/OmnesPro-SemiboldItalic.eot');*/
/*  src: url('../fonts/OmnesPro-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/OmnesPro-SemiboldItalic.woff2') format('woff2'), url('../fonts/OmnesPro-SemiboldItalic.woff') format('woff'), url('../fonts/OmnesPro-SemiboldItalic.ttf') format('truetype'), url('../fonts/OmnesPro-SemiboldItalic.svg#OmnesPro-SemiboldItalic') format('svg');*/
/*  font-weight: 600;*/
/*  font-style: italic;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Omnes Pro';*/
/*  src: url('../fonts/OmnesPro-BoldItalic.eot');*/
/*  src: url('../fonts/OmnesPro-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/OmnesPro-BoldItalic.woff2') format('woff2'), url('../fonts/OmnesPro-BoldItalic.woff') format('woff'), url('../fonts/OmnesPro-BoldItalic.ttf') format('truetype'), url('../fonts/OmnesPro-BoldItalic.svg#OmnesPro-BoldItalic') format('svg');*/
/*  font-weight: bold;*/
/*  font-style: italic;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Euclid Circular B';*/
/*  src: url('../fonts/EuclidCircularB-Regular.eot');*/
/*  src: url('../fonts/EuclidCircularB-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/EuclidCircularB-Regular.woff2') format('woff2'), url('../fonts/EuclidCircularB-Regular.woff') format('woff'), url('../fonts/EuclidCircularB-Regular.ttf') format('truetype'), url('../fonts/EuclidCircularB-Regular.svg#EuclidCircularB-Regular') format('svg');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Euclid Circular B';*/
/*  src: url('../fonts/EuclidCircularB-Bold.eot');*/
/*  src: url('../fonts/EuclidCircularB-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/EuclidCircularB-Bold.woff2') format('woff2'), url('../fonts/EuclidCircularB-Bold.woff') format('woff'), url('../fonts/EuclidCircularB-Bold.ttf') format('truetype'), url('../fonts/EuclidCircularB-Bold.svg#EuclidCircularB-Bold') format('svg');*/
/*  font-weight: bold;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Euclid Circular B';*/
/*  src: url('../fonts/EuclidCircularB-Medium.eot');*/
/*  src: url('../fonts/EuclidCircularB-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/EuclidCircularB-Medium.woff2') format('woff2'), url('../fonts/EuclidCircularB-Medium.woff') format('woff'), url('../fonts/EuclidCircularB-Medium.ttf') format('truetype'), url('../fonts/EuclidCircularB-Medium.svg#EuclidCircularB-Medium') format('svg');*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
:root {
  --font-default: 'Euclid Circular B', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  --font-primary: 'Euclid Circular B', sans-serif;
  --font-secondary: 'Omnes Pro', sans-serif;
}
/* Colors */ :root {
  --color-default: #082f38;
  --color-primary: #166479;
  --color-secondary: #00afe3;
}
/* Smooth scroll behavior */ :root {
  scroll-behavior: smooth;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-secondary);
}
strong {
  font-family: var(--font-default);
  font-weight: bold;
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 0 0 60px 0;
  overflow: hidden;
  scroll-margin-top: 70px;
}
.sections-bg {
  background-color: rgba(255, 255, 255, 0);
}
.section-header {
  text-align: center;
  padding-bottom: 60px;
}
.section-header h2 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #2f080f;
  position: relative;
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
}
.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: rgba(255, 255, 255, 0);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs nav {
  background-color: #fff;
  padding: 20px 0;
}
.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #94adbb;
}
.breadcrumbs nav ol a {
  color: #c4d3dc;
  transition: 0.3s;
}
.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}
.breadcrumbs nav ol li + li {
  padding-left: 10px;
}
.breadcrumbs nav ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #c4d3dc;
  content: ">";
}
@media (max-width: 640px) {
  .breadcrumbs nav ol {
    font-size: 14px;
  }
  .breadcrumbs nav {
    padding: 1em 0 0 0.5em;
  }
}
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
  font-weight: bold;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background: var(--color-secondary);
  color: #fff;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}
/*--------------------------------------------------------------
# back  button
--------------------------------------------------------------*/
.back {
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
  font-weight: bold;
}
.back i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back:hover {
  background: var(--color-secondary);
  color: #fff;
}
.back.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}
.back .bi-arrow-up-short::before {
  content: "\F12C";
}
.backp {
  font-size: 12px !important;
  margin-top: -30px !important;
  margin-left: 50px !important;
  color: var(--color-primary) !important;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
  background: #f8feff;
  width: 1280px;
  height: 50px;
  font-size: 16px;
  font-weight: 300;
  font-family: var(--font-primary);
  transition: all 0.5s;
  color: #fff;
  padding: 0;
  margin: 0 auto;
}
.topbar .contact-info i {
  font-style: normal;
  color: #f8feff;
  line-height: 0;
}
.topbar .contact-info i a, .topbar .contact-info i span {
  color: var(--color-primary);
}
@media (max-width: 575px) {
  .topbar .contact-info i a, .topbar .contact-info i span {
    font-size: 13px;
    position: inherit;
  }
}
.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
.topbar .contact-info i a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}
.topbar .active {
  color: var(--color-secondary) !important;
  text-decoration: underline;
}
.current {
  font-weight: 600;
  color: var(--color-secondary) !important;
}
.header {
  transition: all 0.5s;
  z-index: 997;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  width: 1280px;
  margin: 0 auto;
}
.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  background-color: var(--color-secondary);
  width: 1280px;
  margin: 0 auto;
  border-radius: 0px 0px 30px 30px;
}
.header .logo img {
  max-height: 100%;
  margin-right: 6px;
  margin-top: 30px;
  margin-left: 0 !important;
  width: 80%;
}
.header.sticked .logo img {
  width: 45%;
  margin-right: 6px;
  margin-top: 130px;
}
.sticked-header-offset {
  margin-top: 70px;
}
.logo {
  padding-bottom: 135px;
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: -150px 0 0 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .sticked .navbar ul {
    margin: 0 !important;
  }
  .navbar li {
    position: relative;
  }
  .navbar > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-default);
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
  }
  .navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
    visibility: visible;
    width: 100%;
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: var(--color-default);
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 16px;
    text-transform: none;
    font-weight: 300;
    color: var(--color-default);
  }
  .navbar .dropdown ul a i {
    font-size: 14px;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: var(--color-secondary);
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (min-width: 1280px) {
  .mobile-nav-show, .mobile-nav-hide {
    display: none;
  }
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .header .logo img {
    width: 40%;
    margin-top: 15px;
    margin-left: 10px;
  }
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    /*--max-width: 400px;--*/
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }
  .back {
    margin-top: 35px;
  }
  .header.sticked .mobile-nav-show {
    margin: 110px 10px 0 0;
  }
  .header.sticked .logo img {
    width: 30%;
    margin-top: 110px;
    margin-left: 5px;
  }
  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background:var(--color-secondary);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 16px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #fff;
    font-weight: 600;
  }
  .navbar .getstarted, .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }
  .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 175, 277, 0.8);
  }
  .navbar .dropdown ul, .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 0px 10px 25px;
    transition: all 0.5s ease-in-out;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
  }
  .navbar .dropdown > .dropdown-active, .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }
  .mobile-nav-show {
    color: var(--color-primary);
    font-size: 35px;
    font-weight: 600;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 25px 10px 0 0;
  }
  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .navbar {
    right: 0;
  }
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background:var(--color-secondary);
    z-index: 9996;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .header.sticked .logo img {
    width: 40%;
    margin-right: 6px;
    margin-top: 100px;
  }
  .header.sticked .mobile-nav-show {
    margin: 110px 10px 0 0;
  }
  .topbar {
    width: auto;
  }
  .header {
    width: auto;
  }
  .header.sticked {
    width: auto;
  }
}
@media (max-width: 640px) {
  .header.sticked .logo img {
    width: 30%;
    margin-right: 6px;
    margin-top: 130px;
    margin-left: 10px !important;
  }
  .header.sticked .mobile-nav-show {
    margin: 135px 10px 0 0;
  }
  #mobile-only {
    display: none !important;
  }
  .topbar {
    width: auto;
  }
  .header {
    width: auto;
  }
  .header.sticked {
    width: auto;
  }
  thead th:not(:first-child) {
    display: none;
  }
  td, th {
    display: block;
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 1280px;
  position: relative;
  background: var(--color-secondary);
  padding: 30px 0 0 0;
  background-repeat: no-repeat;
  background-size: contain !important;
  height: 425px;
  border-radius: 0px 0px 30px 30px;
  margin: auto;
  background-position: right 5% bottom;
}
.home {
  background-image: url("../img/carehouse-ik-doe-het-op-mijn-manier.png");
}
.care-1 {
  background-image: url("../img/carehouse-bouwen-aan-zelfstandigheid-txt.png");
}
.care-2 {
  background-image: url("../img/carehouse-ik-let-op-in-de-klas.png");
}
.care-3 {
  background-image: url("../img/carehouse-op-eigen-kracht-door-het-leven-txt.png");
}
.care-4 {
  background-image: url("../img/carehouse-eindleijk-rust-in-de-tent-txt.png");
}
.care-5 {
  background-image: url("../img/carehouse-jou-kracht-is-ons-uitgangspunt-txt.png");
}
.care-6 {
  background-image: url("../img/carehouse-kinderen-kunnen-meer-dan-je-denkt-txt.png");
}
.care-7 {
  background-image: url("../img/carehouse-samen-bereiken-wij-meer-txt.png");
}
.hero-vervolg {
  width: 1280px;
  position: relative;
  background: var(--color-secondary);
  padding: 60px 0 0 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 450px;
  border-radius: 0px 0px 30px 30px;
  margin: auto;
}
.hero-vervolg-mobiel {
  display: none;
}
.start-hero {
  background:#e94784;
  background-image: url("../img/carehouse-jou-kracht-is-ons-uitgangspunt-txt.png");
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: right 5% bottom;
}
.kids-hero {
  background:#9fc63b;
  background-image: url("../img/carehouse-kinderen-kunnen-meer-dan-je-denkt-txt.png");
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: right 5% bottom;
}
.work-hero {
  background:#3a7b9e;
  background-image: url("../img/carehouse-samen-bereiken-wij-meer-txt.png");
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: right 5% bottom;
}
.life-hero {
  background:#e94d40;
  background-image: url("../img/carehouse-op-eigen-kracht-door-het-leven-txt.png");
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: right 5% bottom;
}
.skool-hero {
  background:#fbc700;
  background-image: url("../img/carehouse-ik-let-op-in-de-klas.png");
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: right 5% bottom;
}
.family-hero {
  background:#934d98;
  background-image: url("../img/carehouse-eindleijk-rust-in-de-tent-txt.png");
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: right 5% bottom;
}
.st{
    color:#723249!important;
}
.ki{
    color:#597619!important;
}
.wo{
    color:#00485d!important;
}
.li{
    color:#87251f!important;
}
.sk{
    color:#a28a00!important;
}
.fa{
    color:#431a62!important;
}
.st-2{
    color:#4a041d!important;
    list-style-image: url("../img/check-st.png")!important;
}
.ki-2{
    color:#2e3c10!important;
    list-style-image: url("../img/check-ki.png")!important;
}
.wo-2{
    color:#002635!important;
    list-style-image: url("../img/check-wo.png")!important;
}
.li-2{
    color:#4b0700!important;
    list-style-image: url("../img/check-li.png")!important;
}
.sk-2{
    color:#392f18!important;
    list-style-image: url("../img/check-sk.png")!important;
}
.fa-2{
     color:#1d032f!important;
    list-style-image: url("../img/check-fa.png")!important;
}
.hero .container {
  margin-top: 100px;
}
.carousel {
  position: relative;
  margin-top: -60px;
  height: 450px;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 450px;
}
.carousel-item {
  position: initial;
  display: none;
  float: left;
  height: 450px;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
.w-100 {
  width: auto !important;
  height: 450px;
  widht: auto !important;
}
.d-block {
  display: block !important;
}
img, svg {
  vertical-align: middle;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  border-radius: 25px;
  height: 10px;
  background-color: var(--color-secondary);
  background-clip: padding-box;
  border-top: 0;
  border-bottom: 0;
}
.hero h1 {
  font-size: 47px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
}
.hero p {
  color: #ffffff;
  font-family: var(--font-primary);
  font-feature-settings: "ss01";
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.hero .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 600;
  font-style: italic;
  font-size: 21px;
  letter-spacing: 0;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
  border: 3px solid #ffffff;
}
.hero .btn-get-started:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
@media (max-width: 640px) {
  .hero {
    background-position: center bottom 0;
    background-size: 100%;
    height: 650px;
    width: 100%;
  }
  .hero-vervolg {
    background-position: center bottom;
    background-size: 100%;
    height: 225px;
    width: 100%;
  }
  .hero-vervolg-mobiel {
    display: inherit;
    position: relative;
    background: var(--color-secondary);
    height: 50px;
    border-radius: 0;
    margin: auto;
  }
  .contact-op {
    background-position: center bottom;
    background-size: 75%;
    height: 225px;
    width: 100%;
  }
  .zelf-hulp {
    background-size: 90%;
  }
  .carousel {
    position: relative;
    margin-top: -35px;
    height: 225px;
  }
  .carousel-inner {
    height: 200px;
  }
  .carousel-item {
    position: initial;
    height: 200px
  }
  .w-100 {
    height: 200px;
  }
  .carousel-indicators {
    margin-bottom: 2.5rem;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero p {
    font-size: 18px;
  }
  .hero .container {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .hero .btn-get-started, .hero .btn-watch-video {
    font-size: 18px;
    color: var(--color-primary);
    border: 3px solid var(--color-primary);
    padding: 10px 20px;
  }
  .hero .btn-get-started:hover {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
  }
  .header .logo img {
    width: 40%;
    margin-top: 15px;
    margin-left: 0px;
  }
}
.hero .icon-boxes {
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .hero .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fff;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .hero {
    background-position: center bottom;
    background-size: 65% !important;
    height: 575px;
    width: 100%;
  }
  .hero-vervolg {
    background-position: center bottom;
    background-size: 50% !important;
    height: 250px;
    width: 100%;
  }
  .contact-op {
    background-position: center bottom;
    background-size: 45% !important;
    height: 250px;
    width: 100%;
  }
  .cognitief {
    background-size: 50%;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero p {
    font-size: 18px;
  }
  .hero .container {
    padding-right: calc(var(--bs-gutter-x) * 1.5);
    padding-left: calc(var(--bs-gutter-x) * 1.5);
  }
  .hero .btn-get-started, .hero .btn-watch-video {
    font-size: 16px;
    color: var(--color-primary);
    border: 3px solid var(--color-primary);
  }
  .hero .btn-get-started:hover {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
  }
  .carousel {
    position: relative;
    margin-top: -60px;
    height: 250px;
  }
  .carousel-inner {
    height: 250px;
  }
  .carousel-item {
    position: initial;
    height: 250px
  }
  .w-100 {
    height: 250px;
  }
}
.hero .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #008d7d;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}
.hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.hero .icon-box .title a {
  color: #fff;
  transition: 0.3s;
}
.hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 48px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.hero .icon-box:hover {
  background: #009786;
}
.hero .icon-box:hover .title a, .hero .icon-box:hover .icon {
  color: #fff;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, #e41b47);
}
.swiper-button-next, .swiper-button-prev {
  color: var(--swiper-navigation-color, #e41b47);
}
/*--------------------------------------------------------------
# Over ons Sectie
--------------------------------------------------------------*/
.about h2 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 10px;
  line-height: 1em;
  color: var(--color-primary);
  position: relative;
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
  margin-bottom: 0px;
  margin-top: 60px;
}
.about .title {
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 1em;
  color: var(--color-secondary);
  position: relative;
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
  margin-bottom: 20px;
  margin-top: 60px;
}
.about .title-2 {
  font-size: 60px;
  font-weight: bold;
  padding-bottom: 20px;
  font-style: normal;
  line-height: 1em;
  color: var(--color-primary);
  position: relative;
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
  margin-bottom: 20px;
  margin-top: 60px;
}
.about .title-3 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 10px;
  line-height: 1em;
  color: var(--color-secondary);
  position: relative;
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
  margin-top: 0 !important;
}
.about h3 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 1em;
  color: var(--color-primary);
  position: relative;
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
}
.about h4 {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  line-height: 1em;
  color: var(--color-default);
  position: relative;
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
}
.about p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  color: var(--color-default);
  position: relative;
  font-family: var(--font-primary);
  font-feature-settings: "ss01";
  margin-bottom: 2.5em;
  margin-top: 0;
}
.about img {
  width: 80%
}
.slider-locatie img {
  width: auto;
}
.swiper-pagination-bullet-active {
  background-color: var(--color-secondary) !important;
}
.about ul {
  list-style-image: url("../img/check.png");
  padding-left: 2rem;
}
.about ul li {
  padding: 0 0 10px 10px;
  position: relative;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-default);
}
.about a {
  font-family: var(--font-primary);
  text-decoration: underline;
  color: var(--color-default);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}
.about a:hover {
  color: var(--color-secondary);
}
.about h3 a {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 1em;
  color: var(--color-primary);
  position: relative;
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
  text-decoration: none;
}
.about h2 a {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 1em;
  color: var(--color-primary);
  position: relative;
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
  text-decoration: none;
}
.cta {
  margin: 0 25%;
  Padding-top: 50px;
}
.cta a {
  font-family: var(--font-secondary);
  text-decoration: underline;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  font-style: italic;
  color: #f8c7d0;
  margin-left: 25px;
}
hr {
  margin: 1rem 0;
  color: var(--color-primary);
  opacity: 1;
}
.table > :not(caption) > * > * {
  padding: .5rem 0 !important;
  border-bottom: 0px;
}
.table {
  margin-top: 20px;
  margin-bottom: 35px;
}
.table a {
  font-family: var(--font-default);
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  color: var(--color-default);
}
.table-responsive-sm {
  margin-bottom: 25px;
}
th {
  font-family: var(--font-default);
  font-size: 20px;
}
.labels .table tbody, td, tfoot, th, thead, tr {
  border-style: none;
}
.labels .start {
  display: block;
  width: 118px;
  height: 65px;
  background-size: 75%;
  background: url("../img/start.svg") no-repeat;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.start:hover {
  background: url("../img/start-over.svg");
  background-repeat: no-repeat;
}
.labels .kids {
  display: block;
  width: 118px;
  height: 65px;
  background: url("../img/kids.svg") no-repeat;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.kids:hover {
  background: url("../img/kids-over.svg");
  background-repeat: no-repeat;
}
.labels .work {
  display: block;
  width: 118px;
  height: 65px;
  background: url("../img/work.svg") no-repeat;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.work:hover {
  background: url("../img/work-over.svg");
  background-repeat: no-repeat;
}
.labels .life {
  display: block;
  width: 118px;
  height: 65px;
  background: url("../img/life.svg") no-repeat;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.life:hover {
  background: url("../img/life-over.svg");
  background-repeat: no-repeat;
}
.labels .family {
  display: block;
  width: 118px;
  height: 65px;
  background: url("../img/family.svg") no-repeat;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.family:hover {
  background: url("../img/family-over.svg");
  background-repeat: no-repeat;
}
.labels .skool {
  display: block;
  width: 118px;
  height: 65px;
  background: url("../img/skool.svg") no-repeat;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.skool:hover {
  background: url("../img/skool-over.svg");
  background-repeat: no-repeat;
}
.about .ontwikkel {
  width: 25% !important;
  margin-left: 0;
  margin-top: 60px;
}
.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 48px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.call-to-action .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.about .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: 0;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  color: var(--color-default);
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
  border: 3px solid #cae7f2;
  width: auto;
  margin-bottom: 3.5rem;
  margin-top: -2.2rem;
}
.about .accordion-item h2 {
  padding-bottom: 0px;
  line-height: 0;
  margin-bottom: 0px;
  margin-top: 0px;
}
.accordion-button {
  padding: 1rem 0 1rem 0;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 1em;
  color: var(--color-primary);
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
}
.accordion-button:not(.collapsed) {
  color: var(--color-secondary);
  background-color: #fff;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-body {
  padding: 1rem 0 1rem 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}
.accordion {
  margin-bottom: 2.5em;
}
.about .btn-get-started:hover {
  color: #ffffff;
  border-color: var(--color-primary);
  background: var(--color-primary);
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@media (max-width: 1279px) {
  .about h1 {
    font-size: 42px;
    margin-top: 30px;
  }
  .labels {
    order: 2 !important;
  }
  .about .title {
    font-size: 42px;
  }
  .about .title-2 {
    font-size: 42px !important;
    margin-top: 30px;
  }
  .about h2 {
    font-size: 24px;
    margin-top: 30px;
  }
  .about p {
    font-size: 18px;
  }
  .about h3 {
    font-size: 21px;
    margin-top: 1rem;
  }
  .about h4 {
    font-size: 18px;
    margin-top: 1.5rem;
  }
  .about ul li {
    font-size: 18px;
  }
  .about a {
    font-size: 18px;
  }
  .about ul a {
    font-size: 16px;
  }
  .about img {
    width: 50%;
  }
  .cta {
    margin: 0 0;
    Padding-top: 10px;
  }
  .about .cta .btn-get-started {
    margin-left: 0px;
  }
  .about .btn-get-started {
    font-size: 18px;
    padding: 10px 20px;
    margin-top: -1.2rem;
  }
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 1.5);
    padding-left: calc(var(--bs-gutter-x) * 1.5);
    margin-top: 0;
  }
  .accordion-body {
    font-size: 18px;
  }
  .slider-locatie img {
    width: inherit !important;
  }
  .table a {
    font-size: 16px;
  }
  th {
    font-size: 16px;
  }
  .table-responsive-sm {
    margin-bottom: 25px;
  }
  .table > :not(caption) > * > * {
    padding: .5rem .5rem .5rem 0 !important;
  }
}
/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  text-align: left;
  background: #fff;
  border-radius: 10px;
  padding: 0px;
  overflow: hidden;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  border: 2px solid #d7e9ef;
}
.persoon-1 {
  width: 75%;
  margin: 60px 0 0 0;
  border-radius: 15px;
}
.persoon p {
  margin-bottom: 0 !important;
}
.team .card {
  height: 100%;
}
.team .member img {
  overflow: hidden;
}
.team .card-body {
  padding: 20px 30px 40px 30px;
}
.team .title {
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  line-height: 1em;
  color: var(--color-secondary);
  position: relative;
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
  margin-top: 60px;
  display: inline;
}
.team .member h4 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: var(--color-secondary);
  line-height: 1em;
  margin-top: 16px;
  margin-bottom: 2px;
  font-feature-settings: "ss01";
}
.team .title-2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  color: var(--color-secondary);
  position: relative;
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
  margin-top: 30px;
}
.team h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  color: var(--color-secondary);
  position: relative;
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
  margin-top: 30px;
}
.team h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  color: var(--color-secondary);
  position: relative;
  font-family: var(--font-secondary);
  font-feature-settings: "ss01";
  margin-top: 30px;
}
.team .member span {
  display: block;
  font-size: 21px;
  color: var(--color-default);
  font-feature-settings: "ss01";
}
.team .member p {
  padding-top: 10px;
  font-size: 18px;
  color: var(--color-default);
  bottom: 0;
  line-height: 1.5em;
  position: absolute;
}
.team p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  color: var(--color-default);
  position: relative;
  font-family: var(--font-primary);
  font-feature-settings: "ss01";
  margin-bottom: 2.5em;
  margin-top: 0;
}
.locatie .member p {
  padding-top: 10px;
  font-size: 18px;
  color: var(--color-default);
  bottom: 0;
  line-height: 1.5em;
  position: relative !important;
}
.locatie .card-body {
  padding: 20px 30px 20px 30px;
}
.team .member a {
  font-family: var(--font-secondary);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  font-style: italic;
  letter-spacing: 0;
  float: right;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.3s;
  color: var(--color-primary);
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
  border: 3px solid #cae7f2;
  margin-bottom: 20px;
}
.team .member a:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: #ffffff;
}
.overlay, .overlay-text, .simple-text, .overlay-sim-text-2, .overlay-text-effect-3, .zoom-effect-1 img, .zoom-effect-2 img, .opacity-effect img, .blur-effect img, .grayscale-effect img {
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.image-wrapper {
  margin-bottom: 35px;
}
.effect-image-1 {
  position: relative;
  display: block;
}
.overlay-text p, .overlay-sim-text-2 p, .overlay-text-effect-3 p {
  color: #fff;
  font-size: 16px;
}
.overlay-text h3 {
  color: #fff !important;
  margin-top: 0;
}
.overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  background: var(--color-secondary);
  opacity: 0;
  visibility: hidden;
}
.overlay-text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
  top: 0px;
  padding: 20px;
  border-radius: 15px;
}
.overlay-text-1 {
  opacity: 0;
  visibility: hidden;
}
.effect-image-1:hover .overlay-text-1 {
  opacity: 1;
  visibility: visible;
}
.overlay-text-2 {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
}
.effect-image-1:hover .overlay-text-2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.effect-image-1 img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1279px) {
  .team .title {
    font-size: 42px;
    margin-top: 30px;
  }
  .team .title-2 {
    font-size: 24px !important;
    margin-top: 30px;
  }
  .team h3 {
    font-size: 18px;
    margin-top: 1rem;
  }
  .team .member p {
    position: relative;
    font-size: 14px;
  }
  .team p {
    font-size: 18px;
  }
  .team .card {
    height: 100%;
  }
  .team .card-body {
    padding: 5px 10px 5px 10px;
  }
  .locatie .card-body {
    padding: 10px 20px 10px 20px !important;
  }
  .team .container > * {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
  .team .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.2);
    padding-left: calc(var(--bs-gutter-x) * 0.2);
  }
  .mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .team .member a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .overlay-text h3 {
    margin-top: 0;
  }
  .effect-image-1 {
    margin-bottom: 10px;
  }
  .overlay-text p, .overlay-sim-text-2 p, .overlay-text-effect-3 p {
    font-size: 14px !important;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .about img {
    width: 175% !important;
    margin-top: 1rem;
  }
  .slider-locatie img {
    width: inherit !important;
  }
  .cta {
    margin: 0 25%;
    Padding-top: 50px;
  }
  .about h4 {
    font-size: 18px;
  }
  .team .member p {
    position: absolute;
  }
  .persoon-1 {
    margin: 30px 0 60px 0;
  }
  .team h1 {
    font-size: 42px;
    margin-top: 30px;
  }
  .team h2 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  .team p {
    font-size: 18px !important;
  }
  .team h3 {
    font-size: 18px;
    margin-top: 1rem;
  }
  .team .card-body {
    padding: 10px 20px 10px 20px !important;
  }
  .team .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: 0;
  }
  .mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .overlay-text h3 {
    margin-top: 0;
  }
  .overlay-text p, .overlay-sim-text-2 p, .overlay-text-effect-3 p {
    font-size: 14px !important;
  }
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact h4 {
  font-family: var(--font-default);
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 15px;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--color-default);
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 10px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input[type=text], .contact .php-email-form input[type=email], .contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form input[type=text]:focus, .contact .php-email-form input[type=email]:focus, .contact .php-email-form textarea:focus {
  border-color: var(--color-default);
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #fff;
  padding: 14px 45px;
  color: var(--color-primary);
  font-family: var(--font-secondary);
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
  font-size: 21px;
  transition: 0.4s;
  border-radius: 50px;
  border: 3px solid #cae7f2;
}
.contact .php-email-form button[type=submit]:hover {
  background: var(--color-primary);
  border: 3px solid var(--color-primary);
  color: #fff;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 18px;
  background-color: var(--color-secondary);
  padding: 35px 0 15px 0;
  color: #ffffff !important;
  border-radius: 30px 30px 0 0;
  margin-top: 50px;
  width: 1280px;
  margin: 100px auto 0 auto;
}
.start-footer{
  background-color: #e94784!important;
}
.start-footer .social-linkss a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff !important;
  font-size: 16px;
  color: #e94784!important;
  margin-right: 10px;
  transition: 0.3s;
}
.start-footer .social-linkss a:hover {
  background-color: #6c2c47!important;
}
.kids-footer{
  background-color: #9fc63b!important;
}
.kids-footer .social-linkss a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff !important;
  font-size: 16px;
  color: #9fc63b!important;
  margin-right: 10px;
  transition: 0.3s;
}
.kids-footer .social-linkss a:hover {
  background-color: #4d7124!important;
}
.work-footer{
  background-color: #3a7b9e!important;
}
.work-footer .social-linkss a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff !important;
  font-size: 16px;
  color: #3a7b9e!important;
  margin-right: 10px;
  transition: 0.3s;
}
.work-footer .social-linkss a:hover {
  background-color: #00495d!important;
}
.life-footer{
  background-color: #e94d40!important;
}
.life-footer .social-linkss a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff !important;
  font-size: 16px;
  color: #e94d40!important;
  margin-right: 10px;
  transition: 0.3s;
}
.life-footer .social-linkss a:hover {
  background-color: #832525!important;
}
.family-footer{
  background-color: #934d98!important;
}
.family-footer .social-linkss a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff !important;
  font-size: 16px;
  color: #934d98!important;
  margin-right: 10px;
  transition: 0.3s;
}
.family-footer .social-linkss a:hover {
  background-color: #3e1869!important;
}
.skool-footer{
  background-color: #fbc700!important;
}
.skool-footer .social-linkss a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff !important;
  font-size: 16px;
  color: #fbc700!important;
  margin-right: 10px;
  transition: 0.3s;
}
.skool-footer .social-linkss a:hover {
  background-color: #98820e!important;
}
.onderdeel {
  color: #ffffff !important;
}
.footer img {
  width: 25%;
  margin-top: 0px;
  margin-left: 0;
}
.footer .keurmerk {
  width: 32%;
  margin-top: 0;
  margin-bottom: 0px;
}
.footer .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}
.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff !important;
  font-size: 16px;
  color: var(--color-secondary)!important;
  margin-right: 10px;
  transition: 0.3s;
}
.footer .social-links a:hover {
  background-color: var(--color-primary)!important;
}
.footer h4 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  font-family: var(--font-default);
  padding-bottom: 12px;
  color: #ffffff !important;
}
.footer .footer-links {
  margin-bottom: 0;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links ul i {
  padding-right: 2px;
  color: #ffffff !important;
  font-size: 12px;
  line-height: 0;
}
.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-family: var(--font-primary);
  font-weight: 600;
}
.footer .footer-links a {
  color: var(--color-default);
}
.footer .footer-links a:hover {
  color: var(--color-secondary);
}
.footer .footer-links ul a:hover {
  color: var(--color-default);
}
.footer .footer-contact p {
  line-height: 26px;
}
.footer .copyright {
  text-align: left;
  font-family: #ffffff !important;
  font-size: 12px;
  padding-top: 15px;
}
.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 8px;
}
.hide-footer-2 {
  display: none !important;
}
.footer .credits a {
  color: #ffffff !important;
}
.footer .order-first {
  order: 0 !important;
}
.footer .order-second {
  order: 0 !important;
}
@media (max-width: 1279px) {
  .footer {
    width: 100%;
  }
  .footer .footer-links {
    margin-bottom: 60px;
  }
  .hide-footer-2 {
    display: inherit !important;
  }
  .footer img {
    margin-top: 0;
  }
  .footer .keurmerk {
    display: block;
  }
  .footer .order-first {
    order: 0 !important;
  }
  .footer .order-second {
    order: 1 !important;
  }
  .footer .order-third {
    order: 2 !important;
  }
  .footer .order-fourth {
    order: 3 !important;
    margin-bottom: 60px;
  }
  .footer .order-fifth {
    order: 4 !important;
  }
  .footer .container {
    padding-top: 25px;
  }
  .footer .hide-footer {
    display: none !important;
  }
  .footer .keurmerk {
    width: 75%;
    margin-top: 25px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .footer .order-first {
    order: 0 !important;
  }
  .footer .order-second {
    order: 2 !important;
  }
  .footer .order-third {
    order: 1 !important;
  }
  .footer .order-fourth {
    order: 3 !important;
  }
  .footer .order-fifth {
    order: 4 !important;
  }
  .footer .container {
    padding-top: 25px;
  }
  .footer .hide-footer {
    display: none !important;
  }
}