/*
 Theme Name:   Heatmedia Child
 Description:  Heatmedia Child Theme
 Author:       Heatmedia B.V.
 Author URI:   https://heatmedia.nl
 Template:     bootscore
 Version:      3.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 Text Domain:  bootscore
*/
/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #6ba8ae;
    border: 1px solid #6ba8ae;
    border-radius: 5px;
}
a.dc-btn {
 transition: all .25s;
}

a.dc-btn:hover {
 transform: translateY(-2px);
}

a.dc-more:hover {
    color: #3db8a1;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0;
    background: transparent;
    padding: 0;
}
a.wpml-ls-link {
    background: transparent !important;
    padding: 0px 5px;
}
/* Begin Header */

/* --------------------------------------------
   DirectClinics Header Layout
--------------------------------------------- */
.dc-top-left-menu a,
.dc-top-right-menu a {
    color: #212529;
    text-decoration: none;
}
.dc-header-bottom {
    background: #f2f2f2;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
}
.dc-top-left-menu a:hover,
.dc-top-right-menu a:hover {
    color: #3db8a1;
}

.dc-mainmenu>li>a {
    padding: 15px 14px;
    color: #fff;
    text-decoration: none !important;
    font-family: Inter, sans-serif;
    font-size: 15px;
    letter-spacing: 0.4px;
}
.dc-mainmenu>li>a:hover {
    color: #fff;
}

/* Hide-on-scroll transition */
.dc-topbar-wrapper,
.dc-mainmenu-wrapper {
    transition: transform .35s ease, opacity .35s ease;
}

.dc-hide {
    transform: translateY(-100%);
    opacity: 0;
}
/* =========================================================
   DIRECTCLINICS HEADER — SPACE COLLAPSE FIX
   (ZELFDE GEDRAG ALS SPEELJEWIJS)
========================================================= */

/* Topbar neemt normaal ruimte in */
.dc-topbar-wrapper {
    max-height: 120px;
    /* iets groter dan je echte topbar */
    overflow: hidden;
    /* voorkomt jumping */
    transition: max-height .45s ease;
}

/* Onderste menu idem */
.dc-mainmenu-wrapper {
    max-height: 80px;
    overflow: hidden;
    transition: max-height .45s ease;
}

/* Bij scroll verdwijnen ze ZICHTBAAR én RUIMTE verdwijnt */
.dc-topbar-wrapper.dc-hide,
.dc-mainmenu-wrapper.dc-hide {
    max-height: 0 !important;
}

/* Fade out zodat het mooi oogt */
.dc-topbar,
.dc-mainmenu {
    transition: opacity .35s ease;
}

.dc-topbar.dc-hide,
.dc-mainmenu.dc-hide {
    opacity: 0;
}
/* Wrapper space collapse */
.dc-topbar-wrapper,
.dc-mainmenu-wrapper {
    max-height: 120px;  /* of 80px voor mainmenu */
    overflow: visible;
    transition: max-height .45s ease;
}
.dc-topbar-wrapper.dc-hide,
.dc-mainmenu-wrapper.dc-hide {
    max-height: 0 !important;
}

/* Fade children */
.dc-topbar,
.dc-mainmenu {
    transition: opacity .35s ease;
}
.dc-topbar.dc-hide,
.dc-mainmenu.dc-hide {
    opacity: 0;
}
.dc-topbar li {
list-style-type: none;
}

nav.dc-topmenu-left ul {
    margin-bottom: 0 !important;
}

nav.dc-topmenu-right ul {
    margin-bottom: 0 !important;
}
.wpml-ls-item {
    display: flex;
}
.ti-widget-container {
    margin-top: 0 !important;
}

a.ti-header.ti-header-grid.source-Google {
    padding: 0;
}

img.ti-platform-icon {
    display: none;
}

ul#menu-top-left {
    padding-left: 0;
}

.dc-topbar-wrapper {
    //background: #fdfdfd;
}
.dc-midbar {
    background: #fdfdfd;
}

.site-header input.form-control {
    border-radius: 99px;
    text-align: center;
    background: #fdfdfd;
}


/* ================================
MOBILE HEADER
================================ */

/* .dc-mobile-header: achtergrond/rand/positie worden nu volledig door
   dc-header.css geregeld (transparant vs. wit per state). Regel hier verwijderd
   omdat background:#fff de transparante header overschreef (witte-balk-flash). */


/* Einde header */

body {
    font-family: source-sans-pro, sans-serif;
    //font-weight: 300;
}

h1,
h2,
h3 {
    font-family: 'IBM Plex Sans', sans-serif;
}

.alt-tekst {
    font-family: 'Lato', sans-serif;
}

.uitleg {
    font-family: 'Nunito', sans-serif;
}
div#content {
    padding-top: 10px !important;
}
.dc-mainmenu-wrapper.d-none.d-lg-block .container{
    background: #3A4F6A;
    border-radius: 0px 0px 15px 15px;
    backdrop-filter: blur(5px);.dc-topbar-wrapper, .dc-mainmenu-wrapper
}
.dc-midbar.d-none.d-lg-flex.align-items-center.container.py-1.justify-content-between {
    background: #ffffff;
    margin: 0px auto 0px auto;
    //border-radius: 0px 0px 15px 15px;
}


.container.d-flex.justify-content-between.align-items-center {
    background: #fff;
}
.boxshadow {
    //box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.dc-value {
    text-align: right;
}
/* basis */
.dc-mainmenu .nav-link {
    position: relative;
}

/* underline animatie */
.dc-mainmenu .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #3db8a1;
    transition: width 0.38s ease-in-out;
    border-radius: 2px;
}

.dc-mainmenu .nav-link:hover::before,
.dc-mainmenu .current-menu-item>.nav-link::before {
    width: 80%;
}
body.home .entry-header {
    display: none;
}
.dc-midbar {
    //background: #fdfdfd;
    border-top: 1px solid transparent;
    border-image: linear-gradient(to right, rgba(38, 52, 91, 0), rgb(38 52 91 / 21%), rgba(38, 52, 91, 0)) 1;
}

.dc-midbar {
    //background: #f6f6f6!important;
}
.container.d-flex.justify-content-between.align-items-center {
    //background: #f6f6f6;
}
body {
    //background-color: #f2f2f2ad;
    //background-image: url(/wp-content/uploads/dc.svg);
    background-size: 1500px auto;
    background-repeat: repeat;
    background-attachment: fixed;
}
.dc-usp-slider {
    text-align: center;
}

.dc-usp-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 25px;
}

.dc-usp-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #3db8a1;
    border-radius: 15px;

    cursor: pointer;
    transition: .3s;
}

.dc-usp-icon svg {
    width: 24px;
    height: 24px;

    stroke: #fff;
    stroke-width: 2;
    fill: none;
}

.dc-usp-icon.active {
    background: #3A4F6A;
}

.dc-usp-content {
    max-width: 700px;
    margin: auto;
    position: relative;
}

.dc-usp-slide {

    position: absolute;
    width: 100%;

    opacity: 0;
    transform: translateY(10px);

    transition: opacity .35s ease, transform .35s ease;

    pointer-events: none;
}

.dc-usp-slide.active {

    position: relative;

    opacity: 1;
    transform: translateY(0);

    pointer-events: auto;
}

.dc-usp-slide h3 {
    color: #3A4F6A;
    margin-bottom: 12px;
    font-weight: 600;
}

.dc-usp-slide p {
    color: #334155;
    line-height: 1.6;
}


.dc-usp-nav button {

    background: #fff;
    border: none;

    width: 40px;
    height: 40px;

    border-radius: 8px;

    margin: 0 5px;

    cursor: pointer;

    font-size: 20px;

    //box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.margin0 p {
    margin-bottom: 0;
}


/* begin footer */
.dc-footer {
    background: #3A4F6A;
}

.footer-heading {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
    color: #fff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #cfd6e6;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    color: #fff;
}

.footer-divider {
    border-color: rgb(255 250 244);
}
.footer-social a {
    text-decoration: none;
}
.newsletter-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.dc-newsletter-form {
    position: relative;
    max-width: 420px;
}

.dc-newsletter-form input {
    width: 100%;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    padding: 12px 55px 12px 20px;
    color: #fff;
}

.dc-newsletter-form button {
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 6px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
}

.footer-social {
    list-style: none;
    display: flex;
    gap: 12px;
    padding: 0;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.footer-social a:hover {
    background: #3db8a1;
    border-color: #3db8a1;
}

.footer-copyright {
    font-size: 12px;
    color: #cfd6e6;
}
.footer-bottom{
align-items:center;
}

.footer-social{
display:flex;
gap:12px;
list-style:none;
padding:0;
margin:0;
}

.footer-social a{
width:42px;
height:42px;
border-radius:50%;
border:1px solid rgba(255,255,255,0.5);
display:flex;
align-items:center;
justify-content:center;
color:#fff;
}

.footer-social a:hover{
background:#3db8a1;
border-color:#3db8a1;
}

.dc-newsletter-form{
max-width:360px;
position:relative;
}

.dc-newsletter-form input{
width:100%;
border-radius:40px;
border:1px solid rgba(255,255,255,0.4);
background:transparent;
padding:12px 55px 12px 20px;
color:#fff;
}

.dc-newsletter-form button{
position:absolute;
right:8px;
top:50%;
transform:translateY(-50%);
border:none;
background:none;
color:#fff;
font-size:18px;
}
/* einde footer */

.post-thumbnail {
    display: none !important;
}
ul.mega-cat-list.list-unstyled {
    padding-bottom: 25px;
}




















/* =========================================================
MEGA MENU STRUCTURE
========================================================= */

/* .nav-item.mega-parent{
position:static;
}

.mega-menu-wrapper{
position:absolute;
left:0;
right:0;
width:100%;
opacity:0;
visibility:hidden;
transform:translateY(15px);
transition:all .25s ease;
z-index:999;
max-height:calc(100vh - 220px);
overflow-y:auto;
overflow-x:hidden;
}

.nav-item.mega-parent:hover > .mega-menu-wrapper{
opacity:1;
visibility:visible;
transform:translateY(0);
}

.mega-menu-wrapper .container{
//background:#fff;
max-width:1450px;
padding:20px;
box-shadow:0 2px 8px rgba(99,99,99,.2);
}

.mega-menu-wrapper::-webkit-scrollbar{
width:6px;
}

.mega-menu-wrapper::-webkit-scrollbar-thumb{
background:#d0d0d0;
border-radius:6px;
} */


/* =========================================================
INFO BLOCK
========================================================= */

/* .mega-info-block{
border-right:1px solid #eee;
padding-right:30px;
}

.mega-info-image{
margin-bottom:15px;
}

.mega-info-image img{
width:100%;
border-radius:10px;
display:block;
}

.mega-info-block h5{
font-size:17px;
margin-bottom:10px;
color: #212529;
font-weight: 600;
}

.mega-info-block p{
font-size:14px;
color:#212529;
line-height:1.5;
} */


/* =========================================================
RIGHT SIDE LAYOUT
========================================================= */

/* .mega-right{
display:flex;
flex-direction:column;
height:100%;
}

.mega-top-block{
flex:1;
display:flex;
align-items:stretch;
}

.mega-columns{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:40px;
width:100%;
align-items:start;
} */


/* =========================================================
CATEGORY COLUMN
========================================================= */

/* .mega-category-column{
display:flex;
flex-direction:column;
height:100%;
}

.mega-cat-title{
margin-bottom:8px;
}

.mega-cat-title a{
font-size:18px;
font-weight:600;
text-decoration:none;
color:#212529;
} */


/* =========================================================
SUB ITEMS
========================================================= */

/* .mega-cat-list{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
column-gap:40px;
//row-gap:6px;
flex:1;
}

.mega-cat-list li{
margin:0;
}

.mega-cat-list li a{
font-size:14px;
color:#212529;
text-decoration:none;
display:block;
transition:all .15s ease;
}

.mega-cat-list li a:hover{
color:#3db8a1;
padding-left:4px;
} */


/* =========================================================
SUBMENU BUTTON
========================================================= */

/* .mega-submenu-button{
margin-top:auto;
}

.mega-submenu-button a{
display:block;
text-align:center;
} */


/* =========================================================
BOTTOM BUTTONS
========================================================= */

/* .mega-bottom-block{
border-top:1px solid #eee;
padding-top:20px;
margin-top:20px;
}

.mega-bottom-inner{
display:flex;
justify-content:flex-end;
gap:10px;
}

.mega-bottom-inner .btn{
border-radius:30px;
} */


/* =========================================================
NAV STYLING
========================================================= */

/* .primary-desktop-menu .nav-link{
font-weight:500;
padding:.6rem 1rem;
}

.primary-desktop-menu .nav-link:hover{
color:#3db8a1;
}

.nav-item.mega-parent > .nav-link::after{
display:inline-block;
margin-left:.255em;
vertical-align:.255em;
content:"";
border-top:.3em solid;
border-right:.3em solid transparent;
border-left:.3em solid transparent;
} */


/* =========================================================
NORMAL DROPDOWN
========================================================= */

.nav-item.dropdown{
position:relative;
}

.nav-item.dropdown > .dropdown-menu{
opacity:0;
visibility:hidden;
transform:translateY(10px);
transition:all .2s ease;
border-radius:8px;
top:100%;
margin-top:0;
}

.nav-item.dropdown:hover > .dropdown-menu{
opacity:1;
visibility:visible;
transform:translateY(0);
display:block;
}

.dropdown-submenu{
position:relative;
}

.dropdown-submenu > .dropdown-menu{
top:0;
left:100%;
display:none;
}

.dropdown-submenu:hover > .dropdown-menu{
display:block;
}
.mega-cat-list {
    display: grid;
    grid-template-columns: 1fr;
    //row-gap: 6px;
}

.mega-category-column:has(.mega-cat-list li:nth-child(10)) .mega-cat-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
}

/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:991px){

.mega-menu-wrapper{
display:none !important;
}
}
.mega-menu-wrapper .container {
    background: #fff !important;
}
.mega-bottom-right {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.mega-cat-list {
    column-count: 2;
    column-gap: 40px;
}

.mega-cat-list li {
    break-inside: avoid;
    margin-bottom: 6px;
}
a.mega-submenu-button.btn.btn-outline-primary {
    max-width: 500px;
}
.dc-topbar a.dropdown-item {
    font-size: 13px !important;
}
































/* Einde megamenu*/

.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    min-width: 86px;
}

.dc-usp-icons {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 25px;
}

.dc-usp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
}

.dc-usp-icon i,
.dc-usp-icon svg {
    display: block;
}

.dc-usp-slide {
    display: none;
    text-align: center;
}

.dc-usp-slide.active {
    display: block;
}
.leaflet-control-attribution.leaflet-control {
    display: none;
}
h4.dc-card__list-title {
    font-family: inter !important;
}
.nomargin p {
    margin-bottom: 0;
}

.hm-beschikbaar-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: #e7f0f8;
    color: #3b5c7a;

    padding: 10px 16px;
    border-radius: 8px;

    font-size: 14px;
    font-weight: 500;
}

.hm-beschikbaar-button .dashicons {
    font-size: 15px;
    width: 16px;
    height: 16px;
}

.hm-dot {
    opacity: .6;
}
.dc-usp-icons {
    display: none;
}
.nav-link:hover, .nav-link:focus {
    color: #ffffff;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 6px;
}

.wpcf7 form .wpcf7-spinner {
    margin: 12px 0 0 12px;
}

.mega-info-image {
    display: none !important;
}
h1.entry-title {
    font-size: 3rem;
    font-weight: 600;
    color: #3A4F6A;
}
@media (max-width: 991px) {
        font-size: 2rem;
}}

// begin nieuw mega menu
/* =========================================
MEGA MENU WRAPPER
========================================= */

.nav-item.mega-parent {
    position: static;
}

.mega-menu-new {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease;
    z-index: 999;
}

.nav-item.mega-parent:hover>.mega-menu-new {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* =========================================
GRID LAYOUT
========================================= */

.mega-grid {
    display: grid;
    grid-template-columns: 300px 1fr 260px;
    gap: 25px;
    align-items: start;
}

/* middelste kolommen (MRI / CT) */
.mega-content {
    display: grid;
    //grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}


.mega-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #f1f1f1;
    //box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    margin-bottom: 10px;
}


.mega-info {
    background: #f8fafc;
}

.mega-info h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2f3e4f;
}

.mega-info p {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
}


.mega-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #2f3e4f;
    letter-spacing: .4px;
}


.mega-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 5px;
}

.mega-link {
    font-size: 14px;
    color: #6b7280;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all .2s ease;
}

.mega-link:hover {
    color: #3db8a1;
    transform: translateX(4px);
}

/* DOT ICON */
.mega-dot {
    width: 6px;
    height: 6px;
    background: #3db8a1;
    border-radius: 50%;
    margin-right: 8px;
    flex-shrink: 0;
}


.mega-all {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    color: #3db8a1;
    font-weight: 500;
    text-decoration: none;
}

.mega-all:hover {
    text-decoration: underline;
}

.mega-cta {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mega-cta .btn {
    border-radius: 25px;
    padding: 10px;
    font-size: 14px;
}

.mega-cta .btn-primary {
    background: #3db8a1;
    border: none;
    font-weight: 600;
}

.mega-cta .btn-light {
    background: #fff;
    border: 1px solid #e5e7eb;
}

.primary-desktop-menu .nav-link {
    font-weight: 500;
    padding: .6rem 1rem;
}

.primary-desktop-menu .nav-link:hover {
    color: #3db8a1;
}

.nav-item.mega-parent>.nav-link::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}


.nav-item.dropdown {
    position: relative;
}

.nav-item.dropdown>.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .2s ease;
    border-radius: 8px;
    top: 100%;
}

.nav-item.dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    display: none;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}


@media(max-width: 991px) {

    .mega-menu-new {
        display: none !important;
    }

}

.mega-menu-new .container {
    background: #fff !important;
}
.mega-menu-new {
   //max-height: calc(100vh - 140px);
    /* header ruimte */
    overflow: hidden;
}
.mega-grid {
    height: 100%;
    align-items: stretch;
}
.mega-content {
    overflow-y: auto;
    padding-right: 10px;
}
.mega-info,
.mega-cta {
    height: fit-content;
    position: sticky;
    top: 0;
}
.mega-info,
.mega-cta {
    height: fit-content;
    position: sticky;
    top: 0;
}
.mega-menu-new {
    max-height: calc(100vh - 200px) !important;
    display: flex;
    flex-direction: column;
}
.mega-grid {
    display: grid;
    grid-template-columns: 300px 1fr 260px;
    gap: 25px;
    height: 100%;
    min-height: 0;
}
.mega-content {
    overflow-y: auto;
    min-height: 0;
}
.mega-content {
    overflow-y: auto;
    min-height: 0;
}
.mega-info,
.mega-cta {
    position: sticky;
    top: 0;
    align-self: start;
}
.mega-menu-new .container {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.mega-grid {
    flex: 1;
    min-height: 0;
}
.mega-content {
    overflow-y: auto;
    min-height: 0;
    max-height: 100%;
}
.mega-card {
    min-height: 0;
}

.mega-menu-new {
    max-height: calc(100vh - 200px) !important;
    display: flex;
    flex-direction: column;
}
.mega-menu-new .container {
    overflow-y: auto;
}

@media(max-width: 1300px) {
    .mega-card.mega-info {
            display: none;
        }
        .mega-grid {
            display: grid;
            grid-template-columns: 1fr 260px;
        }}

/** begin kennisbank **/

.kb-header {
    background: #3A4F6A;
    padding: 70px 20px;
    color: #fff;
    border-radius: 10px;
}

.kb-search input {
    width: 500px;
    max-width: 100%;
    padding: 15px;
    border-radius: 30px;
    border: none;
}

.kb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.kb-card {
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 10px;
    background: #fff;
    height: 100%;
}

.kb-info-box {
    background: #f5f7fb;
    padding: 40px;
    border-radius: 10px;
}

.kb-checklist {
    list-style: none;
    padding: 0;
}

.kb-checklist li {
    margin-bottom: 10px;
}

.kb-cta-box {
    background: #3A4F6A;
    color: #fff;
    padding: 50px;
    border-radius: 10px;
}

.kb-seo-text {
    max-width: 900px;
    margin: 0 auto;
}
.kb-intro {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}
.kb-intro-title {
    font-size: 32px;
    font-weight: 500;
    position: relative;
}

.kb-intro-title:before {
    content: '';
    width: 40px;
    height: 3px;
    background: #3A4F6A;
    position: absolute;
    top: -10px;
    left: 0;
}

.kb-intro p {
    line-height: 1.7;
    color: #3A4F6A;
}
section.kb-intro.mb-5 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
section.kb-intro.mb-5 .col-lg-3 {
    display: flex;
    align-items: center;
}
.kb-oorzaken-box {
    background: #3A4F6A;
    color: #fff;
    padding: 50px;
    border-radius: 10px;
}

.kb-list {
    list-style: none;
    padding: 0;
}

.kb-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.kb-card {
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    background: #fff;
}

.kb-contact-box {
    display: block;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
    color: #3A4F6A;
    font-weight: 600;
}

.kb-breadcrumbs {
    font-size: 14px;
    color: #777;
}
.kb-oorzaken-box {
    background: #3A4F6A;
    color: #fff;
    padding: 50px;
    border-radius: 10px;
}

.kb-list {
    list-style: none;
    padding: 0;
}

.kb-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.extra-symptoom {
    display: none;
}

.extra-symptoom.show {
    display: block;
}

.kb-card {
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    background: #fff;
}

.kb-box {
    background: #f5f7fa;
    padding: 40px;
    border-radius: 10px;
}

.kb-dienst-card {
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

.kb-dienst-card .prijs {
    color: #3db8a1;
    font-weight: 600;
    margin: 10px 0;
}

.kb-contact-box {
    display: block;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
    color: #3A4F6A;
    font-weight: 600;
}

.kb-breadcrumbs {
    font-size: 14px;
    color: #777;
}
.kb-contact-card {
    //background: #f4f6f8;
    border: 1px solid #DBE4EA;
    border-radius: 25px;
    padding: 40px;
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #e3e7ed;
}

.kb-contact-card h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    color: #3A4F6A;
}

.kb-contact-card p {
    color: #3A4F6A;
    max-width: 700px;
    margin: 0 auto;
}

.kb-contact-box {
    display: block;
    padding: 18px;
    border: 1px solid #DBE4EA;
    border-radius: 25px;
    background: #fff;
    text-decoration: none;
    color: #3A4F6A;
    font-weight: 500;
    transition: all 0.2s ease;
}

.kb-contact-box:hover {
    background: #3A4F6A;
    color: #fff;
    transform: translateY(-2px);
}

.kb-contact-info {
    font-size: 18px;
    color: #3A4F6A;
    font-weight: 500;
}
.kb-contact-link {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}

.kb-contact-link:hover {
    color: #000;
}
h2 {
    
}
.kb-contact-link{
        transition: all 0.2s ease;
}
.kb-contact-link:hover {
        transform: translateY(-2px);
        text-transform: none;
}
.kb-contact-link a:hover {
    text-transform: none;
}
.kb-oorzaken-box h2, .kb-oorzaken-box h3 {
    color: #fff;
}
.kb-cat-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.kb-cat-title h1 {
    //font-size: 32px;
    font-weight: 600;
}

.kb-cat-back .btn {
    border-radius: 30px;
    padding: 8px 18px;
}
section.kb-cat-header {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.kb-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kb-checklist li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
}

.kb-checklist li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #2b6cb0;
    /* mooie medische blauw */
}
form.kb-search.mt-4 {
    display: flex;
    justify-content: center;
}
span.kb-cat-label {
    color: #3A4F6A;
}
.kb-card h3 {
    color: #3A4F6A;
}
.kb-card p {
    color: #3A4F6A;
}
.kb-loader {
    text-align: center;
    padding: 20px;
}

.kb-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e5e5e5;
    border-top: 4px solid #293359;
    border-radius: 50%;
    animation: kb-spin 0.8s linear infinite;
    margin: 0 auto;
}

@keyframes kb-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/** einde kennisbank **/

.dc-404-page {
    max-width: 760px;
}

.dc-404-title {
    font-size: 110px;
    font-weight: 700;
    color: #293359;
    margin-bottom: 0;
    line-height: 1;
}

.dc-404-subtitle {
    font-size: 28px;
    margin-bottom: 15px;
}

.dc-404-text {
    color: #6c757d;
    font-size: 16px;
    margin-bottom: 30px;
}

.dc-404-search {
    max-width: 500px;
    margin: 0 auto 20px auto;
}

.dc-404-buttons .btn {
    margin: 5px;
    padding: 10px 18px;
    border-radius: 8px;
}

.dc-404-popular h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.dc-404-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.dc-404-links a {
    background: #f5f7fa;
    padding: 8px 14px;
    border-radius: 6px;
    text-decoration: none;
    color: #293359;
    font-weight: 500;
}

.dc-404-links a:hover {
    background: #293359;
    color: #fff;
}


.kb-cat {
	border: 0px solid #fff;
    padding: 22px 18px;
    text-align: left;
    border-radius: 14px;
    background: #fff;
    text-decoration: none;
    color: #2a2a2a;
    font-weight: 600;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
    font-size: 15px;
}

a.kb-cat:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(20, 30, 35, .06);
    color: var(--dc-teal, #6ba8ae);
}

.dc-quotes-swiper .swiper-slide{
    height:auto;        /* laat stretch toe i.p.v. content-hoogte */
    display:flex;
}

.dc-quote-slide{
    flex:1;             /* vult de volledige slide-hoogte */
    width:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.dc-pb .dc-popsearch__links a::after {
    margin-left: 10px !important;
}
.dc-kb__search-wrap {
    margin-top: 38px !important;
}
