@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
	scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  color: #8a8a8a;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #8a8a8a;
  transition: 0.2s ease-in;
}
a:hover {
  text-decoration: none;
  color: #8a8a8a;
}

img {
  width: 100%;
}

h1 {
  font-weight: 300;
}

h2 {
  font-weight: 200;
  font-size: 50px;
  color: #0D2D42;
}

h3 {
  font-size: 26px;
  font-weight: 200;
}

h4 {
  font-size: 20px;
  font-weight: 200;
}

.container {
  max-width: 1400px;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

/*/ popup /*/
body.popup-active {
  background-color: rgba(0, 0, 0, 0.5);
  /* Donkere overlay */
}

.popup-container {
  display: none;
  /* Standaard verborgen */
  position: fixed;
  /* Blijft op zijn plek bij scrollen */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparante achtergrond voor de pop-up */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  /* Zorg dat de pop-up boven andere content ligt */
}

.popup {
  background-color: #fafafa;
  padding: 28px 40px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 18px;
  position: relative;
  /* Nodig voor de sluitknop */
  max-width: 500px;
  /* Optioneel: maximale breedte pop-up */
  text-align: center;
}
.popup h3 {
  color: #000 !important;
  margin-bottom: 32px;
  margin-top: 6px;
  font-weight: 500;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5em;
  cursor: pointer;
  color: #aaa;
  transition: color 0.2s ease;
}

.popup-close:hover {
  color: #333;
}

.popup-container.show {
  display: flex;
  /* Maak de container weer zichtbaar */
}

.bg-grey {
  background-color: #f5f6f7;
}
.bg-lightgrey {
  background-color: #f9f9f9;
}
.bg-orange {
  background-color: #BF9F00;
}
.bg-brown {
  background-color: #630a0a;
}
.bg-plum {
  background-color: #BF9F00;
}
.bg-olive {
  background-color: #544941;
}

.theme-subpage-hero-title {
  margin-bottom: 0;
}

.theme-location-map-wrapper {
  height: 450px;
}

.text-orange {
  color: #BF9F00;
}
.text-start {
  text-align: start !important;
}
.text-end {
  text-align: end;
}

.whatsapp-blob {
  background: #25D366;
  display: none;
  padding: 20px;
  position: fixed;
  z-index: 99999998;
  right: 30px;
  bottom: 100px;
  color: #fff;
  border-radius: 100%;
}
.whatsapp-blob-wrapper {
  line-height: 0;
}
.whatsapp-blob i {
  font-size: 22px;
}

.theme-specialist-wrapper-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.theme-button {
  padding: 6px 12px;
  border: 2px solid;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
}
.theme-button__orange {
  background-color: #BF9F00;
  border-color: #BF9F00;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.theme-button__orange:hover {
  background-color: transparent;
  color: #BF9F00;
}

.theme-wrapper {
  padding: 64px 0;
}

.theme-subpage-hero-kennisbank {
	width: 100%;
}

.theme-single-post-breadcrumb-wrapper a {
    color: #BF9F00;
}
.theme-single-post-breadcrumb-wrapper span {
    color: #fff;
}
.theme-single-post-breadcrumb-wrapper span.breadcrumb_last {
    color: #fff;
}

.flex-row-reverse__desktop-only {
	flex-direction: row-reverse !important;
}

/* header top-bar */
.theme-header-topbar {
  padding: 12px 0;
  border: 1px solid rgba(222, 222, 222, 0.2);
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.theme-header-topbar a {
  color: #000;
}
.theme-header-topbar-mail {
  position: relative;
}
.theme-header-topbar-mail:before {
  font: var(--fa-font-solid);
  content: "";
  color: #BF9F00;
}
.theme-header-topbar-call {
  position: relative;
  margin-left: 14px;
}
.theme-header-topbar-call:before {
  font: var(--fa-font-solid);
  content: "";
  color: #BF9F00;
}
.theme-header-topbar-openorclosed {
  position: relative;
  text-align: end;
}
.theme-header-topbar-openorclosed:before {
  font: var(--fa-font-solid);
  content: "";
  color: #BF9F00;
}

.theme-header__bottom {
  padding: 24px 0;
  background-color: #fff;
  z-index: 200;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s ease-in-out;
}
.theme-header__bottom-logo-wrapper {
  width: 245px;
}
.theme-header__bottom-logo-wrapper a {
  display: inline-block;
  width: 100%;
  height: 80px;
  margin-left: 12px;
}
.theme-header__bottom-logo-wrapper a img {
  height: 100%;
  object-fit: contain;
}
.theme-header__bottom-navigation ul {
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.theme-header__bottom-navigation ul li {
  position: relative;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 500;
}
.theme-header__bottom-navigation ul li:hover > a {
  color: #BF9F00;
}
.theme-header__bottom-navigation ul li:hover .sub-menu {
  transform: translate(0%, 0%);
  opacity: 1;
  visibility: visible;
}
.theme-header__bottom-navigation ul li a {
  color: #0D2D42;
}
.theme-header__bottom-navigation ul li .sub-menu {
  position: absolute;
  top: 32px;
  left: 0;
  width: 280px;
  flex-direction: column;
  background-color: #BF9F00;
  z-index: 5;
  padding: 16px 0;
  transform: translate(0%, 40%);
  transition: 0.4s linear;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}
.theme-header__bottom-navigation ul li .sub-menu a {
  color: #fff;
  padding: 8px 12px;
  display: block;
  border-radius: 5px;
}
.theme-header__bottom-navigation ul li .sub-menu a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-header__bottom-navigation ul li.li-open > a {
  color: #BF9F00;
}
.theme-header__bottom-navigation ul li.li-open .sub-menu {
  transform: translate(0%, 0%);
  opacity: 1;
  visibility: visible;
}
.theme-header__bottom-navigation ul li.current_page_item > a {
  color: #BF9F00;
}
.theme-header__bottom-navigation #menu-header-menu > li:not(:first-child) {
  border-left: 1px solid rgba(222, 222, 222, 0.5);
}
.theme-header__bottom-button {
  text-align: end;
}

.theme-hero {
  position: relative;
  padding: 0;
}
.theme-hero-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #fff;
  font-size: 24px;
  z-index: 5;
}
.theme-hero-next {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #fff;
  font-size: 24px;
  z-index: 5;
}
.theme-hero-slider {
  height: 630px;
}
.theme-hero-slider-slide {
  height: 630px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 30%;
  display: flex !important;
  align-items: center;
}
.theme-hero-slider-slide-wrapper {
  padding-left: 40px;
}
.theme-hero-slider-slide-wrapper-title {
  color: #544641;
  font-size: 48px;
  transition: 0.25s ease-in;
  opacity: 0;
  transform: translate(0%, -30%);
}
.theme-hero-slider-slide-wrapper-title.slide-effect {
  opacity: 1;
  transform: translate(0%, 0%);
}
.theme-hero-slider-slide-wrapper-content {
  color: #fff;
  font-size: 30px;
  transition: 0.25s ease-in;
  opacity: 0;
  transform: translate(0%, 30%);
}
.theme-hero-slider-slide-wrapper-content.slide-effect {
  opacity: 1;
  transform: translate(0%, 0%);
}
.theme-hero-slider-slide-wrapper-button {
  background-color: #BF9F00;
  color: #fff;
  padding: 8px 60px;
  transition: 0.2s ease-in;
  font-size: 20px;
  font-weight: 500;
  transition: 0.25s ease-in;
  opacity: 0;
  transform: translate(0%, 50%);
}
.theme-hero-slider-slide-wrapper-button.slide-effect {
  opacity: 1;
  transform: translate(0%, 0%);
}
.theme-hero-slider-slide-wrapper-button:hover {
  color: #BF9F00;
  background-color: #fff;
}

/* theme-subpage */
.theme-subpage-hero {
  display: flex;
}
.theme-subpage-hero-title {
  color: #fff;
  padding: 14px 0;
  font-size: 22px;
  font-weight: 400;
}
.theme-subpage-hero-left {
  height: 500px;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.theme-subpage-hero-right {
  width: 50%;
  background-color: #0D2D42;
  padding-left: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.theme-subpage-hero-right__container {
  max-width: calc(1340px / 2);
}
.theme-subpage-hero-right-subtitle {
  color: #BF9F00;
  font-size: 20px;
  font-weight: 200;
}
.theme-subpage-hero-right-title {
  color: #fff;
  margin: 20px 0;
  font-size: 34px;
}
.theme-subpage-hero-right-content {
  color: #fff;
  font-size: 16px;
}
.theme-subpage-hero-right-link {
  background-color: #BF9F00;
  color: #fff;
  padding: 8px 16px;
  display: inline-block;
  margin-top: 12px;
  border: 1px solid #BF9F00;
  border-radius: 22px;
}
.theme-subpage-hero-right-link:hover {
  background-color: transparent;
  color: #fff;
}
.theme-subpage-hero-breadcrumb {
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.theme-subpage-hero-breadcrumb a {
  color: #fff;
  transition: 0.2s ease-in;
}
.theme-subpage-hero-breadcrumb a:hover {
  opacity: 0.8;
}

/* theme-subpage reverse */
.theme-subpage-hero__bottom.flex-row-reverse .theme-subpage-hero-right {
  padding-left: 25px;
  align-items: flex-end;
}

/* theme-content */
.theme-content-title {
  text-align: center;
  margin-bottom: 24px;
  font-size: 34px;
}
.theme-content-divider {
  position: relative;
  margin-bottom: 60px;
}
.theme-content-divider:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("/wp-content/uploads/2025/02/svgexport-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
}
.theme-content-wrapper {
  text-align: end;
}
.theme-content-wrapper-content {
  font-size: 15px;
  margin-bottom: 20px;
}
.theme-content-wrapper-content__large {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.theme-content-wrapper-subtitle {
  color: #BF9F00;
}
.theme-content-wrapper-link {
  color: #000;
}
.theme-content-wrapper-link__wrapper {
  margin-bottom: 20px;
}
.theme-content-wrapper-link__wrapper a:hover {
  color: #BF9F00;
}
.theme-content-altwrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.theme-content-image-wrapper {
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  overflow: hidden;
}
.theme-content-image-content {
  font-style: italic;
  margin-top: 24px;
}

/* theme-content-logo */
.theme-content-logo-title {
  text-align: center;
  margin-bottom: 60px;
}
.theme-content-logo-content {
  text-align: center;
}

/* theme-faq */
.theme-faq .card-header {
  background-color: #f8f9fa;
  border-bottom: none;
}

.theme-faq .btn-link {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.theme-faq .btn-link:hover,
.theme-faq .btn-link:focus {
  text-decoration: none;
}

.theme-faq .card {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.theme-faq .card-body {
  padding: 1.25rem;
}

/* theme-cases */
.theme-cases-archief-wrapper {
  text-align: center;
}
.theme-cases-archief-wrapper-content {
  margin-bottom: 80px;
}
.theme-cases-archief-post {
  visibility: hidden;
}
.theme-cases-archief-post-title {
  text-align: center;
  margin: 12px 0 48px 0;
  color: #0D2D42;
  transition: 0.2s ease-in;
  font-weight: 500;
}
.theme-cases-archief-post-title:hover {
  color: #BF9F00;
}



/* contact form (gravity forms) */
p.gform_required_legend {
  display: none;
}

.gform-theme--framework .gfield_list_group_item:before, .gform-theme--framework .gform-field-label {
  font-size: 16px !important;
}

.gform-body.gform_body input {
  border-radius: 20px !important;
}

.gform-body.gform_body textarea {
  border-radius: 20px;
}

#gform_1 .gform_body .gfield_label {
  color: #000 !important;
}

#gform_2 .gform_body .gfield_label {
  color: #000 !important;
}

input#gform_submit_button_1 {
  border-radius: 20px;
  font-size: 16px;
  width: 128px;
}

input#gform_submit_button_2 {
  border-radius: 20px;
  font-size: 16px;
  width: 128px;
}

.omorfy-contact-form_wrapper {
  background-color: #fafafa;
  padding: 28px 40px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 18px;
}

/* theme-cases single */
.theme-single-case-wrapper__inner {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}
.theme-single-case-wrapper-info {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 500;
  margin-top: 12px;
}
.theme-single-case-wrapper-info-speciality {
  border-right: 1px solid black;
  padding-right: 8px;
  margin-right: 8px;
}
.theme-single-case-wrapper-info-case {
  border-right: 1px solid black;
  padding-right: 8px;
  margin-right: 8px;
}
.theme-single-case-wrapper-tab {
  margin-top: 48px;
  display: inline-block;
}
.theme-single-case-wrapper-tab-tablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.theme-single-case-wrapper-tab-tablinks:hover {
  background-color: #ddd;
}
.theme-single-case-wrapper-tab-tablinks:focus {
  outline: none;
}
.theme-single-case-wrapper-tab-tablinks.active {
  background-color: #ccc;
}
.theme-single-case-wrapper-tabcontent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in;
  display: flex;
  flex-direction: row;
}
.theme-single-case-wrapper-tabcontent.active {
  opacity: 1;
  visibility: visible;
}
.theme-single-case-wrapper-tabcontent-image-wrapper {
  overflow: hidden;
  width: 40%;
}
.theme-single-case-wrapper-tabcontent-image-wrapper img {
  border-radius: 999px;
  height: 300px;
  width: 300px;
  object-fit: cover;
}
.theme-single-case-wrapper-tabcontent-content {
  width: 60%;
  padding: 0px 15px;
}
.theme-single-case-button {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 8px;
  background-color: #BF9F00;
  color: #fff;
}
.theme-single-case-button:hover {
  color: #BF9F00;
}

.theme-services {
  color: #0D2D42;
}
.theme-services-title {
  color: #0D2D42;
}
.theme-services-button {
  display: block;
  padding: 12px 24px;
  color: #fff;
  border: 1px solid;
  transition: 0.2s ease-in;
  text-align: center;
  margin-top: 32px;
  font-weight: 500;
}
.theme-services-button.bg-orange {
  border-color: #BF9F00;
}
.theme-services-button.bg-orange:hover {
  color: #BF9F00;
}
.theme-services-button.bg-brown {
  border-color: #630a0a;
}
.theme-services-button.bg-brown:hover {
  color: #630a0a;
}
.theme-services-button.bg-plum {
  border-color: #BF9F00;
}
.theme-services-button.bg-plum:hover {
  color: #BF9F00;
}
.theme-services-button:hover {
  background-color: transparent;
}
.theme-services-image-wrapper {
  border-radius: 999px;
  overflow: hidden;
  width: 75%;
}
.theme-services-quote {
  background-color: #BF9F00;
  padding: 40px 32px 40px 64px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  position: relative;
}
.theme-services-quote p {
  position: relative;
}
.theme-services-quote::before {
  content: "";
  background-image: url("https://staging.odekerkenlogopedie.wemexcloud.net/wp-content/uploads/2023/11/quotes-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 50px;
  width: 60px;
  height: 60px;
  filter: invert(100%);
  opacity: 0.3;
}

.theme-disciplines-title {
  text-align: center;
  font-size: 50px;
}
.theme-disciplines-wrapper-card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.theme-disciplines-wrapper-card-left {
  width: 50%;
  margin: 0 60px;
}
.theme-disciplines-wrapper-card-left-title {
  margin-bottom: 32px;
  color: #0D2D42;
}
.theme-disciplines-wrapper-card-right {
  background-color: #BF9F00;
  padding: 24px;
  color: #fff;
  border-radius: 999px;
}
.theme-disciplines-wrapper-card-right-icon {
  width: 20px;
  height: 20px;
  text-align: center;
}
.theme-disciplines-wrapper.card-left .theme-disciplines-wrapper-card-left {
  text-align: right;
}
.theme-disciplines-wrapper.card-right .theme-disciplines-wrapper-card {
  flex-direction: row-reverse;
}

.theme-registered-title {
  text-align: center;
  margin-bottom: 24px;
}
.theme-registered-divider {
  position: relative;
  border: 1px solid rgba(222, 222, 222, 0.3);
  margin-bottom: 40px;
}
.theme-registered-divider:after {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("https://staging.odekerkenlogopedie.wemexcloud.net/wp-content/uploads/2023/11/logokleinderlogopedie.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 22px;
}
.theme-registered-subtitle {
  color: #BF9F00;
  text-align: right;
}
.theme-registered-content {
  text-align: right;
}
.theme-registered-image-wrapper {
  text-align: end;
}
.theme-registered-image-wrapper img {
  width: 90%;
}

.calculator {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 30px;
  background: #f9f9f9;
  color: #0D2D42;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Box-shadow toegevoegd */
  margin: 20px auto;
  /* Centraal geplaatst */
}

.calculator h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.5em;
  /* Titel iets groter */
  font-weight: 600;
  /* Titel iets vetter */
  color: #BF9F00;
  /* Titel in goudgeel */
}

.calculator #options {
  margin-bottom: 20px;
}

.calculator label {
  display: block;
  margin-bottom: 15px;
  position: relative;
  /* Voor positionering van aangepaste checkbox */
  padding-left: 35px;
  /* Ruimte voor aangepaste checkbox */
  cursor: pointer;
}

.calculator input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.calculator .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
  /* Vierkante checkbox */
}

.calculator label:hover input ~ .checkmark {
  background-color: #ccc;
}

.calculator input:checked ~ .checkmark {
  background-color: #BF9F00;
}

.calculator .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.calculator input:checked ~ .checkmark:after {
  display: block;
}

.calculator .checkmark:after {
  left: 9px;
  top: 6px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.calculator p {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
}

.calculator span#total1 {
  color: #BF9F00;
}

.calculator span#total2 {
  color: #BF9F00;
}

.read-more-button {
  cursor: pointer;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
  float: left;
  color: #BF9F00 !important;
}

.review-block {
  width: 80%;
  max-width: 800px;
  margin: 40px auto;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.review-block h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #BF9F00;
  font-size: 1.8em;
  font-weight: 600;
}

.review {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.review:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.rating {
  color: #BF9F00;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.review-text {
  margin-bottom: 10px;
}

.reviewer {
  font-style: italic;
  text-align: left;
  color: #777;
  display: flex;
  align-items: center;
}

.reviewer-image {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 10px;
}

.theme-wrapper.theme-review {
  padding-top: 0;
}

.theme-specialist {
  text-align: center;
}
.theme-specialist-title {
  margin-bottom: 32px;
}
.theme-specialist-content {
  margin-bottom: 48px;
}
.theme-specialist-wrapper {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
  background-color: #ffff;
  padding: 26px;
  border-radius: 16px;
  box-shadow: 5px 5px 5px 5px #f0f0f0;
}
.theme-specialist-wrapper-image-wrapper {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
  height: 420px;
}
.theme-specialist-wrapper-title {
  margin-bottom: 8px;
  margin-top: 14px;
}
.theme-specialist-wrapper-functions {
  color: #BF9F00;
  font-size: 18px;
}
.theme-specialist-wrapper-content {
  margin-top: 20px;
  text-align: left;
  display: none;
}
.theme-specialist-wrapper-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.theme-specialist-wrapper-buttons a {
  padding: 12px 12px;
  color: #fff;
  transition: 0.2s ease-in;
  border-radius: 8px;
  font-weight: 500;
}
.theme-specialist-wrapper-buttons-profiel {
  background-color: #BF9F00;
}
.theme-specialist-wrapper-buttons-profiel:hover {
  color: #BF9F00;
}
.theme-specialist-wrapper-buttons-mail {
  background-color: #BF9F00;
}
.theme-specialist-wrapper-buttons-mail:hover {
  color: #BF9F00;
}

.theme-cards {
  text-align: center;
}
.theme-cards-title {
  margin-bottom: 32px;
}
.theme-cards-content {
  margin-bottom: 48px;
}
.theme-cards-wrapper {
  background-color: #fafafa;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
}
.theme-cards-wrapper-image-wrapper {
  width: 300px;
  height: 280px;
  margin: 0 auto;
}
.theme-cards-wrapper-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.theme-cards-wrapper-title {
  margin-top: 30px;
  color: #000;
  margin-bottom: 16px;
}
.theme-cards-wrapper__top {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  height: 100%;
}

.theme-cards-wrapper-content {
  color: #000;
}

.theme-single-specialist h4 {
  font-size: 24px;
  color: #0D2D42;
}
.theme-single-specialist p {
  margin: 32px 0;
}
.theme-single-specialist a:hover {
  color: #BF9F00;
}
.theme-single-specialist-title {
  margin-bottom: 4px;
  color: #0D2D42;
}
.theme-single-specialist-functions {
  color: #BF9F00;
  font-weight: 200;
  margin-bottom: 16px;
  font-size: 18px;
}
.theme-single-specialist-image-wrapper {
  overflow: hidden;
  border-radius: 999px;
  margin-bottom: 24px;
  width: 240px;
  height: 240px;
}
.theme-single-specialist-image-wrapper img {
  object-fit: cover;
  height: 100%;
}
.theme-single-specialist-contact-locatie {
  margin-bottom: 4px;
  display: block;
}
.theme-single-specialist-contact-phone {
  margin-bottom: 16px;
  display: block;
}
.theme-single-specialist-contact-socials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 16px;
  display: block;
}
.theme-single-specialist-contact-socials a {
  padding: 6px 10px;
  border-radius: 999px;
  overflow: hidden;
  background-color: #0D2D42;
  color: #fff;
  opacity: 0.3;
  margin-right: 8px;
}
.theme-single-specialist-contact-socials a:hover {
  opacity: 1;
  color: #fff;
}
.theme-single-specialist-contact-socials a i {
  width: 16px;
  height: 16px;
  text-align: center;
}
.theme-single-specialist .wpforms-submit {
  background-color: #BF9F00 !important;
}
.theme-single-specialist .wpforms-submit:focus::after {
  display: none !important;
}

.theme-news-archive-post {
  display: block;
  
}

.theme-news-archive-post__inner-wrapper {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  padding: 30px;
  position: relative;
}
.theme-news-archive-post-image-wrapper {
	width: 100%;
	height: 285px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	overflow: hidden;
}
.theme-news-archive-post-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: center;
}
.theme-news-archive-post-title {
    color: #BF9F00;
    font-size: 22px;
    font-weight: 400;
}
.theme-news-archive-post-content {
  margin-top: 24px;
}
.theme-news-archive-post:hover-title {
  color: #BF9F00;
}
.theme-news-archive-button {
  padding: 16px 32px;
  display: inline-block;
  background-color: #BF9F00;
  border: 1px solid transparent;
  color: #fff;
  transition: 0.2s ease-in;
  margin: 24px 0;
}
.theme-news-archive-button:hover {
  border: 1px solid #BF9F00;
  background-color: transparent;
  color: #BF9F00;
}

.theme-news-wrapper-info {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 500;
  margin-top: 12px;
}
.theme-news-wrapper-info-date {
  color: #BF9F00;
  padding-right: 8px;
  margin-right: 8px;
}
.theme-news-wrapper-info-date i {
  margin-right: 8px;
}
.theme-news-wrapper-info-author {
  border-right: 1px solid black;
  padding-right: 8px;
  margin-right: 8px;
}
.theme-news-wrapper-info-author i {
  margin-right: 8px;
}
.theme-news-wrapper-info-news a:hover {
  color: #BF9F00;
}
.theme-news-wrapper-content {
  margin-top: 40px;
}
.theme-news-wrapper-content a {
  color: #BF9F00;
}
.theme-news-more {
  background-color: #f5f6f7;
  padding: 16px;
}
.theme-news-more-title {
  font-size: 24px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dedede;
}
.theme-news-more-item {
  display: block;
  margin-bottom: 24px;
}
.theme-news-more-item-wrapper {
  display: flex;
  flex-direction: row;
}
.theme-news-more-item-wrapper-image-wrapper {
  width: 160px;
  height: 100px;
}
.theme-news-more-item-wrapper-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.theme-news-more-item-wrapper-title {
  padding-left: 8px;
    font-size: 17px;
    margin-top: auto;
    margin-bottom: auto;
}

.theme-locations-wrapper {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
.theme-locations-wrapper-title {
  color: #fff;
  padding: 120px 0;
  font-weight: 200;
  text-align: center;
  font-size: 52px;
}
.theme-locations-title {
  text-align: center;
  margin-bottom: 24px;
}
.theme-locations-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.theme-locations-card {
  color: #fff;
  margin: 12px 0;
  background-color: #BF9F00;
  width: 49%;
  display: flex;
}
.theme-locations-card:nth-of-type(4n + 3), .theme-locations-card:nth-of-type(4n + 3) + * {
  background-color: #BF9F00;
}
.theme-locations-card-left {
  width: 50%;
}
.theme-locations-card-left a {
  display: none;
}
.theme-locations-card-right {
  width: 50%;
  padding: 48px 20px;
}
.theme-locations-card-right-name {
  font-size: 24px;
}
.theme-locations-card-right-adres {
  font-size: 16px;
  color: #fff;
}
.theme-locations-card-right-link {
  color: #fff;
  font-size: 16px;
}
.theme-locations-card-right-link i {
  margin-right: 8px;
}
.theme-locations-card-right-link:hover {
  color: #8a8a8a;
}

.theme-reviewslider {
  background-image: url("https://staging.odekerkenlogopedie.wemexcloud.net/wp-content/uploads/2023/11/Testimonials-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  display: flex;
  align-items: center;
}
.theme-reviewslider-slider-slide {
  cursor: grab;
  outline: none;
}
.theme-reviewslider-slider-slide-content {
  color: #fff;
  text-align: center;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 400;
}
.theme-reviewslider-slider-slide-name {
  color: #BF9F00;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 24px;
}

.theme-cta {
  background-color: #fea146;
}
.theme-cta-wrapper {
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.theme-cta-wrapper-title {
  color: #fff;
  margin-bottom: 16px;
}
.theme-cta-wrapper-content {
  margin-bottom: 40px;
}
.theme-cta-wrapper-button {
  padding: 16px 32px;
  background-color: #BF9F00;
  border: 1px solid transparent;
  color: #fff;
  transition: 0.2s ease-in;
}
.theme-cta-wrapper-button:hover {
  border: 1px solid #BF9F00;
  background-color: transparent;
  color: #BF9F00;
}

.theme-footer-socials {
  margin-left: 10px;
}
.theme-footer-socials a {
  font-size: 28px;
  margin-right: 12px;
}
.theme-footer-socials i {
  color: #BF9F00;
}

.theme-footer-content {
  margin: 14px 10px;
  color: #000;
}

.theme-contact {
  text-align: center;
  color: #fff;
}
.theme-contact-title {
  color: #000;
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 200;
}
.theme-contact-content {
  color: #000;
}
.theme-contact-content a {
  color: #BF9F00;
  transition: 0.2s ease-in;
}
.theme-contact-content a:hover {
  color: #8a8a8a;
}
.theme-contact-form {
  text-align: left;
}
.theme-contact-form .spacer {
  display: none !important;
}
.theme-contact-form .gform_submission_error {
  color: #000 !important;
}
.theme-contact-form .gform_validation_error_link {
  color: #000 !important;
}
.theme-contact-form .gfield_label {
  color: #ccc !important;
  font-weight: 500 !important;
}
.theme-contact-form .gfield_required {
  color: #000 !important;
}
.theme-contact-form .validation_message {
  color: #000 !important;
}
.theme-contact-form .gform_button {
  background-color: #BF9F00 !important;
  font-weight: 500 !important;
  padding: 12px 10px !important;
  border-radius: 20px;
  font-size: 16px;
}
.theme-contact.bg-orange .theme-contact-content a {
  color: #BF9F00;
}
.theme-contact.bg-orange .theme-contact-content a:hover {
  color: #8a8a8a;
}
.theme-contact.bg-orange .gform_submission_error {
  color: #BF9F00 !important;
}
.theme-contact.bg-orange .gform_validation_error_link {
  color: #BF9F00 !important;
}
.theme-contact.bg-orange .gfield_label {
  color: #fff !important;
}
.theme-contact.bg-orange .gfield_required {
  color: #BF9F00 !important;
}
.theme-contact.bg-orange .validation_message {
  color: #BF9F00 !important;
}
.theme-contact.bg-orange .gform_button {
  background-color: #BF9F00 !important;
}

.theme-footer {
  background-color: #f5f6f7;
}
.theme-footer-logo-wrapper {
  text-align: left;
}
.theme-footer-logo-wrapper a {
  display: inline-block;
  width: 300px;
  height: 70px;
}
.theme-footer-logo-wrapper a img {
  height: 100%;
  object-fit: contain;
}
.theme-footer-link-wrapper {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 16px 32px;
}
.theme-footer-link-wrapper ul {
  margin-top: 14px;
  list-style: none;
  padding: 0;
  font-weight: 400;
}
.theme-footer-link-wrapper li {
  margin-bottom: 10px;
}
.theme-footer-link-wrapper a {
  text-decoration: none;
  color: #BF9F00;
  transition: 0.3s ease-in-out;
}
.theme-footer-link-wrapper a:hover {
  opacity: 0.6;
}
.theme-footer-social-wrapper {
  display: flex;
  justify-content: center;
}
.theme-footer-social-wrapper-link {
  background-color: rgba(149, 152, 160, 0.2);
  padding: 6px 6px 2px 6px;
  margin: 0 2px;
  border-radius: 999px;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.theme-footer-social-wrapper-link i {
  width: 20px;
  height: 20px;
}
.theme-footer-social-wrapper-link:hover {
  color: #fff;
  background-color: #0D2D42;
}

.theme-back-to-top {
  background-color: #BF9F00;
  color: #fff;
  position: fixed;
  right: 32px;
  bottom: -60px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s ease-in;
  visibility: hidden;
  opacity: 0;
}
.theme-back-to-top.visable {
  visibility: visible;
  opacity: 1;
  bottom: 16px;
}

@media only screen and (max-width: 999px) {
  .whatsapp-blob {
    display: block;
  }

  .theme-footer-link-wrapper {
    margin: 16px 12px;
  }
  .theme-footer-link-wrapper ul {
    margin-top: 6px;
  }
}
@media screen and (max-width: 992px) {
  .theme-subpage-hero.flex-row-reverse__desktop-only {
	flex-direction: column-reverse !important;
  }
  
  .theme-subpage-hero.flex-row-reverse__desktop-only .theme-subpage-hero-right {
	  padding-top: 60px;
	  padding-bottom: 60px;
  }
  
  .theme-subpage-hero.flex-row-reverse__desktop-only .theme-subpage-hero-left {
	  height: 390px;
  }
  
  .review-block {
    width: 100%;
  }

  .theme-header__bottom-logo-wrapper {
    width: 190px;
  }

  /* theme cards height fix on mobile */
  .theme-cards-wrapper {
    height: auto;
  }

  .theme-header__bottom-navigation {
    margin: 12px 0;
  }
  .theme-header__bottom-navigation ul {
    justify-content: center;
  }
  .theme-header__bottom-button {
    text-align: center;
  }

  .theme-subpage-hero {
    flex-direction: column !important;
  }
  .theme-subpage-hero-left {
    width: 100%;
    height: 500px;
  }
  .theme-subpage-hero-right {
    width: 100%;
    padding: 24px 20px;
    align-items: flex-start !important;
  }

  .theme-disciplines-wrapper-card-left {
    margin: 0 30px;
  }

  .theme-news-more {
    margin-top: 48px;
  }

  .theme-single-case-wrapper-info {
    flex-direction: column;
  }
  .theme-single-case-wrapper__inner {
    min-height: auto;
  }
  .theme-single-case-wrapper-tabcontent {
    flex-direction: column;
  }
  .theme-single-case-wrapper-tabcontent.active {
    display: contents;
  }
  .theme-single-case-wrapper-tabcontent-image-wrapper {
    width: 300px;
    height: 300px;
    display: contents;
    border-radius: 999px;
    overflow: hidden;
  }
  .theme-single-case-wrapper-tabcontent-image-wrapper img {
    width: 300px;
    height: 300px;
  }
  .theme-single-case-wrapper-tabcontent-content {
    margin-top: 16px;
    width: 100%;
  }

  .theme-single-specialist .col-lg-3 {
    order: 1;
  }
  .theme-single-specialist .col-lg-5 {
    order: 3;
  }
  .theme-single-specialist .col-lg-4 {
    order: 2;
  }
  .theme-single-specialist .form-col {
    order: 4;
  }
  .theme-single-specialist-about {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .theme-registered-image-wrapper img {
    width: 50%;
  }

  .theme-disciplines-title {
    margin-bottom: 40px;
  }
  .theme-disciplines-image-wrapper {
    display: none;
  }

  .theme-locations-card {
    width: 100%;
  }

  .theme-services-image-wrapper {
    margin: 24px 0;
  }
  .theme-services-quote {
    margin: 32px 0;
  }
}
@media screen and (max-width: 568px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  .theme-header-topbar-mail {
    text-align: center;
  }
  .theme-header-topbar-call {
    text-align: center;
  }
  .theme-header-topbar-openorclosed {
    text-align: center;
  }

  .theme-header__bottom {
    background-color: #fff;
    position: relative;
    padding: 0;
  }
  .theme-header__bottom-navigation {
    max-height: 0px;
    overflow: hidden;
    transition: 0.2s ease-in;
  }
  .theme-header__bottom-navigation.open-nav {
    max-height: unset;
  }
  .theme-header__bottom-navigation ul {
    flex-direction: column;
  }
  .theme-header__bottom-navigation ul li:not(:first-child) {
    border: none;
  }
  .theme-header__bottom-navigation ul li:hover .sub-menu {
    transform: translate(0%, 0%);
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .theme-header__bottom-navigation ul li .sub-menu {
    padding-bottom: 8px;
    display: none;
  }
  .theme-header__bottom-navigation ul li .sub-menu li {
    padding: 0;
  }
  .theme-header__bottom-navigation ul li .sub-menu li a {
    padding: 0 12px;
    color: #454545;
  }
  .theme-header__bottom-navigation .menu-item-has-children .sub-menu {
    background-color: transparent;
    position: relative;
    top: 0;
    width: auto;
    padding: 0;
    transition: 0.2s ease-in;
    transform: translate(0, 0);
    overflow: hidden;
  }
  .theme-header__bottom-navigation .menu-item-has-children .sub-menu a:hover {
    color: #454545;
  }
  .theme-header__bottom-navigation .menu-item-has-children::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.2s ease-in;
  }
  .theme-header__bottom-navigation .menu-item-has-children:hover:after {
    transform: rotateZ(180deg);
  }
  .theme-header__bottom-button {
    display: none;
  }
  .theme-header__bottom .logo-col {
    order: 1;
  }
  .theme-header__bottom .navigation-col {
    order: 3;
    display: none;
  }
  .theme-header__bottom .burger-col {
    order: 2;
    display: flex;
    justify-content: flex-end;
  }
  .theme-header__bottom-burger-trigger {
    position: relative;
    height: 22px;
    width: 30px;
    z-index: 15;
    cursor: pointer;
  }
  .theme-header__bottom-burger-trigger span {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #5D5152;
    transition-duration: 0.3s;
  }
  .theme-header__bottom-burger-trigger span:first-child {
    top: 0px;
  }
  .theme-header__bottom-burger-trigger span.center {
    top: calc(50% - 1px);
  }
  .theme-header__bottom-burger-trigger span:last-child {
    bottom: 0px;
  }
  .theme-header__bottom .burger-active span:nth-of-type(1) {
    rotate: -135deg;
    top: 9.5px;
  }
  .theme-header__bottom .burger-active span.center {
    opacity: 0;
  }
  .theme-header__bottom .burger-active span:nth-of-type(4) {
    rotate: 135deg;
    bottom: 9.5px;
  }

  .theme-hero-slider-slide-wrapper-title {
    font-size: 32px;
  }
  .theme-hero-slider-slide-wrapper-content {
    font-size: 24px;
  }
  .theme-hero-slider-slide-wrapper-button {
    font-size: 20px;
  }

  .theme-subpage-hero-left {
    background-position: 50%;
  }

  .theme-double-text-title {
    font-size: 40px;
  }

  .theme-disciplines-title {
    font-size: 40px;
  }
  .theme-disciplines-wrapper-card-left {
    width: 100%;
    margin: 0 20px;
  }
  .theme-disciplines-wrapper.card-right {
    margin-top: 32px;
  }

  .theme-single-specialist-specialisatie {
    margin-top: 40px;
  }

  .theme-registered-image-wrapper {
    text-align: center;
  }
  .theme-registered-image-wrapper img {
    width: 80%;
  }

  .theme-footer-logo-wrapper a {
    width: auto;
  }
}

/*# sourceMappingURL=style.css.map */
