/* 
    Document   : EditYourWeb stylesheet
    Author     : Thar Design
    Description: Stylesheet for template Orthoeuregio

	Colors:
	donkerblauw: #1f2750
	groenblauw: #62A8C2
	lichtblauw: #87CAEF
	geel: #D8CC62
	paars: #B59ABE
*/

html,
body {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 18px;
    color: #27275D;
    overflow-x: hidden;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 520px;
    background-color: transparent;
}

.bg {
    background-repeat: repeat;
    background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Titillium Web", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

a {
    color: #000000;
}

.paars {
    background-color: #B59ABE;
}

.geel {
    background-color: #D8CC62;
}

.lichtblauw {
    background-color: #62A8C2;
}

.donkerblauw {
    background-color: #1F2750;
}

.oranje {
    background-color: #F89D5A;
}

.lichtgrijs {
    background-color: #F2F2F2;
}

.paars,
.geel,
.oranje,
.lichtblauw,
.donkerblauw,
.lichtgrijs {
    position: relative;
    border-radius: 40px;
    padding: 40px 25px;
    margin: 0px -10px 10px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 26px;
}

.lichtgrijs {
    padding: 40px 80px;
    margin: 10px 0;
}

.lichtgrijs p {
    font-weight: normal;
    font-size: 18px;
}

.plus-circle {
    position: absolute;
    bottom: 20px;
    right: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    background-color: #1F2750;
    color: #FFFFFF;

    border-radius: 50%;
    text-decoration: none;
    font-size: 26px;
    line-height: 1;
}

/* horizontale lijn */
.plus-circle::before,
.plus-circle::after {
    content: "";
    position: absolute;
    background-color: #FFFFFF;
}

/* horizontaal */
.plus-circle::before {
    width: 20px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* verticaal */
.plus-circle::after {
    width: 2px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contents {
    /*make sure the footer is still on bottom */
    padding: 40px 0px;
    max-width: 1600px;
}

.contents h2 {
    font-size: 25px;
}

.left {
    float: left;
    margin-top: 0px !important;
}

.right {
    float: right;
}

.topbar {
    background-color: #ececec;
    text-align: center;
    padding: 5px 0;
    font-size: 85%;
}

.topbar-items {
    display: inline-flex;
    gap: 20px; /* ruimte tussen items */
    align-items: center;
}

.topbar i.fa.fa-check {
    margin-left: 30px;
}

.afspraak {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 50px;
}

@media (max-width: 991px) {
    .afspraak {
        display: none;
    }
}

.cta-button {
    display: inline-flex;
    align-items: center;
    background-color: #1f2750;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px 10px 10px;
    border-radius: 50px 0 0 50px;
    font-weight: 600;
    font-size: 16px;
    gap: 12px;
}

.cta-button .icon {
    background-color: #ffffff;
    color: #1f2750;
    width: 40px;
    height: 40px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;
}

.cta-button:hover {
    background-color: #1f2750;
}

a.cta-button:hover {
    text-decoration: none;
    color: #ffffff;
}

i.fa.fa-phone {
    font-size: 30px;
}

/* Header styles*/
#header {
    border-radius: 50px;
}

#header-wrapper {
    margin: 0 auto;
}

@media (max-width: 1599px) {
    #header-wrapper {
        margin: 0 15px;
    }

    .contents {
        padding: 40px 15px;
    }

    .relatedinfo6 .related-row {
        padding: 20px 15px;
    }

}

@media (min-width: 1600px) {
    .contents .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .relatedinfo2 .col-xs-12.col-sm-6.col-md-6 {
        padding: 0px;
    }

    .relatedinfo3 .row {
        margin-right: -45px;
        margin-left: -45px;
    }

    .relatedinfo6 .related-row {
    }
}


img.header-logo {
    margin: 0px;
    width: 250px;
}

.header-logo-mob {
    display: none;
}

@media (max-width: 767px) {
    #header {
        border-radius: 25px;
        margin: 0 0px !important;
    }
}

.divider-noheader {
    height: 150px;
    background-color: transparent;
}

/* Footer Styles*/
footer {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 520px;
}

footer ul li,
footer ul li a,
footer ul li a:hover,
footer ul li a:active,
footer ul li a:focus {
    color: #27275D;
}

footer .footer .logo {
    display: block;
    width: 100px;
    margin-top: 10px;
}

footer .icons {
    float: left;
    width: 35px;
    margin: 4px;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

.footer {
    background-color: #ECECEC;
    margin-top: -90px;
    padding: 180px 0 120px 0;
    line-height: 1.8;
}

.copyright {
    text-align: center;
    padding-top: 1.2em;
    height: 50px;
    font-size: 15px;
    color: #27275D;
    opacity: 0.6;
}

.krt {
}

.knmt {
}

.footerlogo {
    height: clamp(28px, 8vw, 50px) !important;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.clear-lg {
    display: none;
}
@media (max-width: 1500px){
    .clear-lg {
        display: block;
        float: none;
    }
}
.footer-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 4vw, 20px);
    float: right;
    flex-wrap: wrap;
    max-width: 100%;
}

.footercopyright {
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
}

.footer-logo {
    background-color: #ffffff;
    margin: -50px 15px 0 -15px;
    border-radius: 0 150px 150px 0;
    padding: 40px 40px 40px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-image {
    float: right;
}

.social-icons {
    position: absolute;
    bottom: -25px;
    right: 10%;
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 50px;
    height: 50px;
    background-color: #1f2a44;
    /* donkerblauw */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.social-icon:hover {
    background-color: #2f3f66;
}

/* Default Style Overrides */
.header > .container > .navbar-transparent {
    background: none !important;
    border: none !important;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-nav > li > a {
    font-size: 1em !important;
    color: #1f2750;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #1f2750;
    background: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: none;
}

#headerwrapper {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    border-radius: 25px;
}

/* Grote schermen (1600px en breder): Perfect 16:9 */
#header {
    width: 100%;
    max-width: 1600px;
    flex-shrink: 1; /* Staat toe dat hij krimpt op kleinere schermen */
}

/* Kleinere schermen (bijvoorbeeld vanaf 1200px en kleiner) */
@media (max-width: 1200px) {
    #header {
        min-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .nav > li > a {
        padding: 8px;
    }
}

@media (min-width: 992px) {
    .col-sm-nocol {
        width: unset;
        display: inline-block;
        float: none;
    }

    .col-sm-nocol div {
        display: inline-flex;
        gap: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .navbar-nav > li > a {
        font-size: 0.75em !important;
        padding: 6px;
    }

    .nav > li > .dropdown-menu > li > a {
        font-size: 0.75em !important;
    }
}

.navbar {
    position: relative;
    z-index: 8;
    margin: 0px auto;
    max-width: 1600px;
}

.navbar-nav {
    margin: 20px 0;
    float: right;
}

.navbar-nav > li {
    margin-top: 8px;
}

.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-nav > li.active > a {
    color: #1f2750;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}

.navbar-nav > li.childactive > a {
    color: #4a5e03;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}

/* Open default child menus */
.dropdown-menu {
    background-color: #fff;
    font-size: 1em !important;
    margin: 15px 20px;
    padding: 10px;
}

.navbar-nav li p {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 150%;
    background-color: #999;
    width: 20px;
    text-align: center;
    margin: 0px;
}

.sub_menu li a {
    color: #000;
}

.dropdown > .dropdown-menu {
    left: 0;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -5px;
}

.dropdown-menu > li > a {
    color: #000;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #87CAEF;
    border-radius: 15px;
    color: #000;
}

.dropdown > .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: inherit;
}

.navbar-nav > li.childactive > a {
    color: #1f2750;
    font-weight: inherit;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #1f2750;
}

.dropdown-menu > li a .caret,
.dropdown-menu > li a .caretcontent {
    float: unset;
}

@media (min-width: 992px) {
    .Text {
        font-size: 30px;
        left: 65%;
    }

    .Button {
        left: 65%;
    }

    li#link-contact {
        margin-left: 150px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    li#link-contact {
        margin-left: 50px;
    }

    .rel8-img {
        margin: -100px -5vw 0 -40px !important;
        width: 50vw !important;
    }
}

.showmobile {
    display: none;
}

.hidemobile {
    display: block;
}

/* == RELATED INFO == */
/* Algemeen */
.related-row {
    max-width: 1600px;
    margin: 0 auto;
}

/* Related1: Bovenaan (buttons) */
.relatedinfo1 {
    padding-top: 10px;
    margin-bottom: 100px;
}

.relatedinfo1 .container-fluid {
    padding: 0 30px;
}

.geel2 {
    background-color: #D8CC62;
    display: inline-block;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 26px;
    position: relative;
    border-radius: 40px;
    padding: 25px;
    margin: 10px;
}

.paars2 {
    background-color: #B59ABE;
    display: inline-block;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 26px;
    position: relative;
    border-radius: 40px;
    padding: 25px;
    margin: 10px;
}

.paars2.smal {
    font-size: 20px;
}

img.rel1-img {
    /* margin: -50px 0 0 50px; */
    border-radius: 100px 0px 0px 100px;
    border-left: 50px solid #fff;
    border-top: 50px solid #fff;
    border-bottom: 50px solid #fff;
}

.rel1-content {
    padding: 50px 25px;
}

.rel1-content h1 {
    line-height: 1.5em;
}

.rel1-button,
.rel3-button,
.rel6-button,
.submit .btn {
    padding: 15px 35px;
    border-radius: 35px;
    margin-top: 10px;
    background-color: #62A8C2;
    border: 2px solid #62A8C2;
    font-size: 18px;
    color: #fff;
}

.rel1-button a,
.rel3-button a,
.rel6-button a {
    color: #fff;
    text-decoration: none;
}

.rel1-button:hover,
.rel3-button:hover,
.rel6-button:hover {
    background-color: #87CAEF;
    border: 2px solid #62A8C2;
    font-size: 18px;
    color: #62A8C2;
}

.rel1-button:hover a,
.rel3-button:hover,
.rel1-button a:hover,
.rel3-button a:hover,
.rel6-button:hover a,
.rel6-button a:hover {
    color: #62A8C2;
    text-decoration: none;
}

@media (min-width: 992px) {
    .relatedrow {
        display: flex;
    }

    .rel1-content {
        line-height: 2em;
    }

    .rel1img {
        position: relative;
        top: 90px;
    }
}

@media (max-width: 991px) {
    .relatedinfo1 {
        padding-top: 10px;
        margin: 50px 0px;
    }
    .ug-textpanel-title{
        color: white !important;
    }
}
.ug-textpanel-title{
    color: white !important;
}
@media (max-width: 767px) {
    .rel1-content h1 {
        line-height: 1.3em;
    }
}

/* Related2:"Koptekst (links) */
.relatedinfo2 {
    margin: 0 auto;
}

@media screen and (min-width: 992px) {
    .relatedinfo2 .container {
        display: flex;
    }
}

.relatedinfo2 h2 {
    color: #D8CC62;
}

.relatedinfo2 .geel {
    position: relative;
    border-radius: 40px;
    padding: 20px 30px;
    margin: 0px 0px 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .relatedinfo2 .geel {
        font-size: 20px;
    }
}

.relatedinfo2 ul {
    list-style: none;
    padding-left: 0;
}

.relatedinfo2 li {
    display: flex;
    align-items: flex-start;
    /* belangrijk! */
    gap: 10px;
}

.relatedinfo2 li::before {
    content: "✓";
    font-weight: 600;
    flex-shrink: 0;
    /* voorkomt inschuiven */
    margin-top: 2px;
    /* kleine correctie */
}

.relatedinfo2 i.fa {
    float: right;
    font-size: 150%;
}

/* Related3: Voor wie */
.relatedinfo3 {
    background-color: #F2F2F2;
}


.rel3-name {
    color: #0d232c;
}

.rel3-content h1 {
    padding: 0 0 10px 10px;
}

.rounded {
    border-radius: 50px;
    border: 5px solid #87CAEF;
    min-height: 600px;
    margin-bottom: 20px;
}

.rounded-txt {
    border-radius: 25px;
    background-color: #ffffff;
    margin: 40px 40px 20px 15px;
    padding: 40px;
    bottom: 25px;
    position: absolute;
    right: 5px;
    left: 30px;
}


/* Rijtjes container */
.relatedinfo3 .row {
    gap: 20px;
    align-items: stretch;
    /* alle kolommen even hoog */
}

@media screen and (min-width: 992px) {
    .relatedinfo3 .row {
        display: flex;
    }
}

.col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Koptekst in eerste kolom */
.col h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
}

/* Achtergrondafbeelding div */
.bg-img {
    flex: 1;
    /* vult de resterende kolomhoogte */
    background-size: cover;
    /* afbeelding vult de div volledig */
    background-position: center;
    /* center de afbeelding */
    background-repeat: no-repeat;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rounded {
        min-height: 450px;
    }

    .rounded-txt {
        font-size: 16px;
        padding: 10px 10px 40px 10px;
    }

    .col h2 {
        font-size: 20px;
    }
}

/* Related4: Klanten vertellen */
.relatedinfo4 {
    background-color: #ffffff;
    text-align: center;
}

@media (max-width: 991px) {
    .relatedinfo4 {
        padding: 10px 0;
    }
}

/* Related5: "Praktijken */
.relatedinfo5 {
    background-color: #F2F2F2;
    padding: 50px 0;
}

@media (max-width: 767px) {
    .relatedinfo5 {
        padding: 0;
    }

}

.relatedinfo5 h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
    padding: 10px 0 20px;
}

.rounded2 {
    border-radius: 50px;
    /*min-height: 800px;*/
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.rounded-txt2 {
    font-size: 16px;
    border-radius: 0 0 25px 25px;
    background-color: #87CAEF;
    padding: 40px;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
}

.relatedinfo5 .bg-img {
    background-size: cover;
    background-position: center;
    min-height: 670px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.rel5-button {
    color: #fff;
    margin-top: 10px;
    background-color: #0d232c;
    border-color: #0d232c;
    border-radius: 35px;
    padding: 15px 35px;
    font-size: 18px;
}

.rel5-button a {
    color: #fff;
    text-decoration: none;
}

.rel5-button:hover {
    font-size: 18px;
    color: #fff;
    background-color: #87CAEF;
    border-color: #87CAEF;
}

.rel5-button:hover a,
.rel5-button a:hover {
    color: #0d232c;
    text-decoration: none;
}

.rel5-img {
    /* margin-top: -100px; */
    border-top-left-radius: 100px;
    float: right;
}

@media (min-width: 992px) {
    .relatedinfo5 .relatedrow {
        padding-top: 10px;
    }
}

/* Related6: Tekst met foto links */
.relatedinfo6, .relatedinfo7 {
    padding: 80px 15px;
    margin-bottom: 30px;
    display: flex;
}

/*.rel6-content, .rel7-content {*/
/*    margin: 20px 50px 0;*/
/*}*/

.rel6-content h2, .rel7-content h2 {
    color: #EA5C00;
    font-weight: 400;
}

.rel6-img, .rel7-img {
    border-radius: 50px;
}

@media (max-width: 991px) {
    .rel6-img, .rel7-img {
        margin-bottom: 50px;
    }

    .relatedinfo6, .relatedinfo7 {
        padding: 0px 0px;
        margin-bottom: 30px;
        display: flex;
    }

    .rounded-txt {
        padding-block: 15px;
        padding-inline: 25px;
    }
}

/* Related8: Eerste consult */
.relatedinfo8 {
    margin-top: 150px;
}

.relatedinfo8 .container-fluid {
    padding: 0px 15px;
}

.relatedinfo8 .related-row {
    display: flex;
    background-color: #F89D5A;
    border-radius: 40px;
    position: relative;
    z-index: 10;
}

/* Custom subtle shadow on focus and active states */
a:focus {
    outline: 0;
}

.relatedinfo8 h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
    padding: 10px 0 20px;
}

.relatedinfo8 .content {
    padding: 60px;
}

.footer a:not(.social-icon) {
    text-decoration: underline;
}

.rel8-button {
    color: #fff;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 35px;
    padding: 15px 35px;
    font-size: 18px;
}

.rel8-button a {
    text-decoration: none;
}

.rel8-button:hover {
    font-size: 18px;
    background-color: #ECECEC;
    border: 1px solid #ECECEC;
}

.rel8-button:hover a,
.rel8-button a:hover {
    color: #0d232c;
    text-decoration: none;
}

.rel8-img {
    pointer-events: none;
    margin: -100px 40px 0 -40px;
    max-width: unset;
    width: 700px;
    position: absolute;
    bottom: 0;
    right: 50px;
}

@media (min-width: 992px) {
    .relatedinfo8 .content {
        padding: 0px 60px 60px 60px;
        bottom: 0px;
    }

    .relatedinfo8 .related-row {
        padding-top: 10px;
    }
}

/* "9": "Caroussel", "10": "Best practices"} */

/* == CALENDAR == */
.event_content {
    margin-left: 150px;
}

.calendarevent {
    height: 40px;
    text-align: left;
}

.event_date,
.event_title {
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.event_title {
    margin-left: 50px;
}

.event_date {
    color: #0d232c;
}

.event_more {
    margin-bottom: 15px;
}

.event_next:before {
    content: url(../img/next.png);
    content: "\00bb";
    color: #fff;
    font-size: 40px;
    padding: 0px 10px;
    color: #0d232c;
}

/* == REACTFORMS == */
.formulier {
    background: #f4f2ef;
    padding: 30px 20px;
    border-radius: 50px;
}


.form-control {
    padding: 30px 12px;
    border-radius: 20px;
}


select.form-control {
    padding: 0px 12px;
    height: 60px;
    line-height: 60px;
}

@media screen and (max-width: 767px) {
    .form-control {
        padding: 20px 12px;
        border-radius: 15px;
    }

    .form-group label {
        font-weight: 600;
    }
}

@media screen and (min-width: 801px) {
    .formulier {
        margin-right: calc((10rem - 65vw) / 2);
        margin-left: calc((10rem - 65vw) / 2);
    }
}

/* == SLIDESHOW > HEADER == */
/* >>Arrows: different content */
.slick-prev:before {
    content: "\f104";
}

[dir='rtl'] .slick-prev:before {
    content: "\f105";
}

.slick-next:before {
    content: "\f105";
}

[dir='rtl'] .slick-next:before {
    content: "\f104";
}

.slick-next {
    right: 5px;
}

.slick-prev {
    left: 5px;
}

/* >>Dots: different colors */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: .75;
}

.slick-dots li button:before {
    opacity: .5;
    color: #0d232c;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0d232c;
}

/* Sliders */
.carrousel-grid {
    padding: 15px 0px 75px;
}

.ug-thumb-wrapper.ug-tile {
    background-color: #fff !important;
}

.fa-circle {
    color: #fff;
}

.fa-facebook,
.fa-instagram,
.fa-youtube-play {
    color: #fff;
}

.fa-caret-right {
    font-size: 40px;
    padding-left: 4px;
    padding-top: 4px;
}

/* Buttons */
.btn-primary {
    color: #fff;
    background-color: #0d232c;
    border-color: #0d232c;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #1c495c;
    border-color: #1c495c
}

.btn-primary:hover {
    color: #fff;
    background-color: #1c495c;
    border-color: #1c495c
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1c495c;
    border-color: #1c495c
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #1c495c;
    border-color: #1c495c
}

.btn-warning {
    color: #fff;
    background-color: #008271;
    border-color: #008271;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #03a691;
    border-color: #03a691
}

.btn-warning:hover {
    color: #fff;
    background-color: #03a691;
    border-color: #03a691
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #03a691;
    border-color: #03a691
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #03a691;
    border-color: #03a691
}

/* Scroll-to-top */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background: #0d232c;
    color: rgba(255, 255, 255, 1);
    border-radius: 0px;
    right: 30px;
    bottom: 55px;
    height: 60px;
    width: 60px;
    /*border: 1px solid #fff;*/
    line-height: 60px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    color: #fff;
}

@media (max-width: 767px) {
    /* Scroll-to-top */
    .scroll-top-wrapper {
        color: #0d232c;
        background: transparent;

    }

    .scroll-top-wrapper:hover {
        background-color: #0d232c;
        color: #e6e6e6;
    }

}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

i.fa.fa-angle-double-up {
    line-height: inherit;
    font-size: 2em;
}

/* Media Queries */
@media (min-width: 1200px) {
    .footer-image {
        max-width: 70%;
    }
}

@media (max-width: 1240px) {
    .footer {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    body {
        /* Margin bottom by footer height */
        padding-bottom: 35px;
        margin-bottom: 0px;
        /*overflow-y: visible;*/
    }

    .showmobile {
        display: block;
    }

    .hidemobile {
        display: none;
    }

    .navbar-nav {
        margin-left: 0px;
        float: none !important;
        margin-top: 7.5px;
    }

    .header > .container > .navbar {
        height: auto;
    }

    .nav {
        border-top: 1px solid #eee !important;
    }

    .nav > li {
        border-bottom: 1px solid #eee !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        float: left;
        padding-block: 0;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav > li {
        float: none;
        display: list-item;
        width: 100%;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .blue {
        background: white;
        color: #0d232c;
        border: none;
        font-size: 28px;
    }

    .blue .fa-bars.fa-lg {
        vertical-align: -7.5%;
    }

    .header-logo-mob {
        display: block;
    }

    .carrousel-grid {
        padding: 0px 0px 50px;
    }

    .event_content {
        margin-left: 15px;
    }

    .event_date,
    .event_title {
        font-size: 16px;
    }

    .event_title {
        margin-left: 10px;
    }

    .event_more {
        margin-bottom: 15px;
    }

    .event_next:before {
        font-size: 30px;
        padding: 5px;
    }


    .cta-button {
        right: 0px;
        width: 80px;
        position: absolute;
        z-index: 10;
        top: calc(35px - 30px);
    }

    footer {
        position: relative;
        height: auto;
        background-color: #ECECEC;
    }

    .footer {
        padding: 180px 0 25px 0;
    }

    .footer-logo {
        margin: -50px 15px 30px -15px;
        padding: 20px 20px 20px 0;
    }

    .footer-image {
        height: auto !important;
        width: 200px;
    }

    .social-icons {
        /*display: unset;*/
        right: 52px;
        /*bottom: -80px;*/
        position: absolute;
    }

    .social-icon {
        width: 30px;
        height: 30px;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .krt-mobile {
        filter: grayscale(100%);
    }

    .knmt-mobile {
        filter: grayscale(100%);
    }

    .vtvo-mobile {

    }

    .white {
        background-color: #ffffff;
        opacity: 1;
        width: 100%;
        height: 110px;
    }
}

@media (max-width: 767px) {

    html,
    body {
        font-size: 16px;
    }

    .scroll-top-wrapper {
        right: 10px;
        bottom: 10px;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    img.header-logo-mob {
        width: 150px;
        position: absolute;
        left: calc(50% - 75px);
    }

    .col-sm-nopadding {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .col-xs-nopadding {
        padding: 0 !important;
    }

    img.header-logo-mob {
        width: 150px;
        position: absolute;

        left: calc(50% - 75px);
    }

    .cta-button .icon {
        /* width: 25px; */
        /* height: 25px; */
        /* font-size: 6px; */
    }

    i.fa.fa-phone {
        /* font-size: 20px; */
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 15px;
    }

    .paars, .geel, .oranje, .lichtblauw, .donkerblauw, .lichtgrijs {
        border-radius: 20px;
        padding: 20px 25px;
        font-size: 5vw;
        aspect-ratio: 1.1;
    }

    .rel8-button {
        font-size: 3.5vw !important;
    }

    .centermobile {
        text-align: center;
    }

    .plus-circle {
        bottom: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
    }

    /* horizontaal */
    .plus-circle::before {
        width: 15px;
    }

    /* verticaal */
    .plus-circle::after {
        height: 15px;
    }

    .rounded {
        min-height: 400px;
    }

    .rounded2 {
        border-radius: 25px;
        min-height: 680px;

    }

    .rounded2 .bg-img {
        background-size: cover !important;
    }

    .rounded-txt2 {
        padding: 25px;
    }

    .relatedinfo5 h2 {
        font-size: inherit;
    }

    .relatedinfo5 .bg-img {
        min-height: 300px;
    }

    .relatedinfo8 {
        margin-top: 0px;
    }

    .relatedinfo8 .content {
        padding: 10px;
    }

    footer {
        position: relative;
        height: auto;
        background-color: #ECECEC;
    }

    .footer {
        padding: 180px 0 20px 0;
    }

    .footer-logo {
        margin: -50px 15px 30px -15px;
        padding: 20px 20px 20px 0;
    }

    .footer-image {
        height: auto !important;
        width: 200px;
    }

}

/* >>Captions: correspond with captionTypes in Settings */
.slick-slide .caption {
    color: #ffffff;
    padding: 8px 15px;
    font-size: 65px;
}

.caption.top-right {
    font-size: 65px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    top: 20%;
    right: 10%;
}

.caption.bottom-right {
    font-size: 50px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    top: 40%;
    right: 10%;
    line-height: 50px;
}

@media (max-width: 991px) {
    .caption.top-right {
        font-size: 45px;
    }

    .caption.bottom-right {
        font-size: 30px;
    }

    .caretcontent {
        top: calc(50% - 12.5px);
        bottom: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #1F2750;
    }
}

@media (max-width: 650px) {
    .caption.top-right {
        font-size: 35px;
    }

    .caption.bottom-right {
        font-size: 25px;
    }
}

@media (max-width: 575px) {

    .slick-dots,
    .slick-arrow {
        display: none !important;
    }

    .caption.top-right {
        font-size: 35px;
        top: 5%;
    }

    .caption.bottom-right {
        font-size: 25px;
        top: 30;
    }
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* ACCORDION */
.accordion {
    background-color: #ffffff;
    border-radius: 50px;
    cursor: pointer;
    padding: 18px 40px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 25px;
    font-weight: 600;
    transition: 0.4s;
}

.accordion:before {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
    color: #ffffff;
    background-color: #27275D;
    padding: 0px 10px;
    border-radius: 50%;
    font-size: 25px;
    margin-top: -5px;
    height: 35px;
}

@media (max-width: 767px) {
    .accordion {
        font-size: 16px;
    }

    .accordion:before {
        font-size: 25px;
        margin-top: -5px;
        height: 35px;
    }
}

.accordion-active:before {
    content: "\2212";
    background-color: transparent;
    border: 1px solid #27275D;
    color: #27275D;
    padding: 0px 10px;
    border-radius: 50%;
    font-size: 25px;
}

.panel {
    margin-top: -10px;
    padding: 0 18px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 0px solid transparent;
    border-radius: 0px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.acc-paars .accordion-active,
.acc-paars .accordion:hover,
.acc-paars .panel {
    background-color: rgb(174, 143, 184, 0.6);
}

.acc-geel .accordion-active,
.acc-geel .accordion:hover,
.acc-geel .panel {
    background-color: rgb(216, 204, 98, 0.6);
}

.accordion-active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.space {
    border-top: 0px solid #27275D;
    padding: 20px;
}

.ug-lightbox-overlay {
    opacity: 0.6 !important;
}

.ug-thumb-wrapper.ug-tile img.ug-thumb-image,
.ug-thumb-overlay {
    border-radius: 50px;
}

.ug-thumb-overlay {
    background-color: rgba(135, 202, 239, 0.6) !important;
}

/* projects-grid */
.ug-thumb-wrapper.ug-tile.ug-thumb-over .ug-tile-cloneswrapper {
    overflow: visible !important;
    opacity: 1 !important;
}


.ug-item-wrapper img {
    height: min(750px, 80vw) !important;
    width: min(900px, 90vw) !important;
    object-fit: cover !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.ug-textpanel.ug-trans-enabled h3 {
    visibility: hidden !important;
}

.ug-textpanel.ug-trans-enabled h4 {
    visibility: hidden !important;
}

/* .ug-tile-cloneswrapper h4 { position: absolute; visibility: hidden; } */
.ug-tile-cloneswrapper p {
    color: #fff
}

.ug-tile-cloneswrapper h3 {
    color: #fff;
    text-align: center;
}

.ug-tile-cloneswrapper h4.behandeling {
    color: #fff;
    text-align: center;
}

.ug-thumb-wrapper {
    background-color: inherit !important;
}

.ug-textpanel-textwrapper.ug-trans-enabled {
    width: 100% !important;
    left: 0 !important;
}

.ug-textpanel-textwrapper.ug-trans-enabled .ug-textpanel-title.ug-trans-enabled {
    width: 100% !important;
}

.ug-textpanel.ug-trans-enabled h4 {
    cursor: pointer;
    text-transform: uppercase;
}

/*modify the cloneswrapper text area height*/
.ug-tile-cloneswrapper > .ug-textpanel {
    overflow: visible !important;
}

.ug-tile-cloneswrapper > .ug-textpanel > .ug-textpanel-textwrapper {
    height: 180px !important;
}

/* Treatment index button */
.treatment-btn {
    background-color: #29b6e8;
    border-color: #29b6e8;
    color: #fff;
    border-radius: 50px;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    display: inline-block;
}

.treatment-btn:hover,
.treatment-btn:focus {
    background-color: #1aa0d0;
    border-color: #1aa0d0;
    color: #fff;
}

/* ===== Before/After comparison slider card ===== */
.beforeafter-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
    display: block;
    width: 100%;
    background: #eef0f5;
    margin-bottom: 24px;
}

.beforeafter-card img-comparison-slider {
    display: block;
    width: 100%;
}

.beforeafter-caption {
    padding: 20px 24px 24px;
    background: #eef0f5;
}

.beforeafter-caption strong {
    display: block;
    font-size: 18px;
    color: #1e2d6b;
    font-weight: 700;
    margin-bottom: 6px;
    font-family: 'Titillium Web', sans-serif;
}

.beforeafter-caption p {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

/* ===== img-comparison-slider handle styling ===== */
img-comparison-slider {
    /* Width of the vertical divider line */
    --divider-width: 2px;

    /* Color of the divider line */
    --divider-color: #ffffff;

    /* Handle button size */
    --default-handle-width: 48px;

    /* Handle opacity at rest (1 = always visible) */
    --default-handle-opacity: 1;

    /* Handle icon/arrow color */
    --default-handle-color: #1e2d6b;
}

/* The divider line itself */
img-comparison-slider::part(divider) {
    background-color: #ffffff;
}

/* The circular handle button (slotted, so styled as normal CSS) */
.beforeafter-handle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e2d6b;
    margin-left: -1px;
}

.beforeafter-handle svg {
    width: 28px;
    height: 14px;
    display: block;
}

/* Slick carousel navigation — relatedinfo-slider and relatedinfo-text-slider */
.relatedinfo11,
.relatedinfo12 {
    overflow: visible;
}

.relatedinfo-slider .slick-prev,
.relatedinfo-slider .slick-next,
.relatedinfo-text-slider .slick-prev,
.relatedinfo-text-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 36px;
    height: 36px;
    background: #253678;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    outline: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Default: arrows inside the slider */
.relatedinfo-slider .slick-prev,
.relatedinfo-text-slider .slick-prev {
    display: none !important;
}

.relatedinfo-slider .slick-next,
.relatedinfo-text-slider .slick-next {
    display: none !important;
}

/* Wide viewports: push arrows outside the .related-row (1600px max-width) */
@media (min-width: 1700px) {

    .relatedinfo-slider .slick-prev,
    .relatedinfo-text-slider .slick-prev {
        left: -44px;
    }

    .relatedinfo-slider .slick-next,
    .relatedinfo-text-slider .slick-next {
        right: -44px;
    }

    .relatedinfo-slider .slick-prev,
    .relatedinfo-text-slider .slick-prev {
        display: flex !important;
    }

    .relatedinfo-slider .slick-next,
    .relatedinfo-text-slider .slick-next {
        display: flex !important;
    }
}

.relatedinfo-slider .slick-prev::before,
.relatedinfo-slider .slick-next::before,
.relatedinfo-text-slider .slick-prev::before,
.relatedinfo-text-slider .slick-next::before {
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    opacity: 1;
}

.relatedinfo-slider .slick-prev::before,
.relatedinfo-text-slider .slick-prev::before {
    content: '\f053';
    margin-left: -4px;
}

.relatedinfo-slider .slick-next::before,
.relatedinfo-text-slider .slick-next::before {
    content: '\f054';
    margin-left: 4px;
}

.relatedinfo-slider .slick-prev:hover,
.relatedinfo-slider .slick-prev:focus,
.relatedinfo-slider .slick-next:hover,
.relatedinfo-slider .slick-next:focus,
.relatedinfo-text-slider .slick-prev:hover,
.relatedinfo-text-slider .slick-prev:focus,
.relatedinfo-text-slider .slick-next:hover,
.relatedinfo-text-slider .slick-next:focus {
    background: #1a2757;
}

.relatedinfo-slider .slick-dots,
.relatedinfo-text-slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    text-align: center;
    position: relative;
    bottom: auto;
    width: 100%;
    display: block !important;
}

.relatedinfo-slider .slick-dots li,
.relatedinfo-text-slider .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.relatedinfo-slider .slick-dots li button,
.relatedinfo-text-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    padding: 0;
}

.relatedinfo-slider .slick-dots li.slick-active button,
.relatedinfo-text-slider .slick-dots li.slick-active button {
    background: #253678;
}

/* Text slider — slide cards */
.relatedinfo-text--slide {
    padding: 24px 20px;
    background: #f2f2f2;
    border-radius: 12px;
    margin: 0 15px;
    width: 270px;
    box-sizing: border-box;
    transition: background 0.2s, color 0.2s;
}

.relatedinfo-text--slide .step-slide {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr auto auto;
    min-height: 200px;
}

.relatedinfo-text--slide.next-active,
.relatedinfo-text--slide.is-current {
    background: #1f2750;
    width: 380px;
}

@media (max-width: 575px) {
    .relatedinfo-text--slide.next-active,
    .relatedinfo-text--slide.is-current {
        width: 300px;
    }
}

.relatedinfo-text--slide.was-active {
    width: 270px;
}

/* Step number — top-left */
.relatedinfo-text--slide .step-num {
    grid-column: 1;
    grid-row: 1;
}

.relatedinfo-text--slide .step-num h1 {
    font-size: 36px;
    line-height: 1;
    margin: 0;
    color: #1f2750;
    opacity: 0.3;
    font-weight: 700;
}

.relatedinfo-text--slide.is-current .step-num h1,
.relatedinfo-text--slide.next-active .step-num h1 {
    color: #D8CC62;
    opacity: 1;
}

/* Step icon — top-right */
.relatedinfo-text--slide .step-icon {
    grid-column: 2;
    grid-row: 1;
    font-size: 28px;
    color: #1f2750;
    opacity: 0.25;
    align-self: start;
}

.relatedinfo-text--slide.is-current .step-icon,
.relatedinfo-text--slide.next-active .step-icon {
    color: #D8CC62;
    opacity: 1;
}

/* Step title — pushed to bottom of card */
.relatedinfo-text--slide .step-title {
    grid-column: 1 / -1;
    grid-row: 3;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #1f2750;
}

.relatedinfo-text--slide .step-title h2 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #1f2750;
    opacity: 0.45;
    margin: 0;
    line-height: 1.3;
}

.relatedinfo-text--slide.is-current .step-title,
.relatedinfo-text--slide.next-active .step-title {
    color: #fff;
    font-size: 17px;
}

.relatedinfo-text--slide.is-current .step-title h2,
.relatedinfo-text--slide.next-active .step-title h2 {
    color: #fff;
    font-size: 17px;
    opacity: 1;
}

/* Step description — hidden on inactive, visible on active */
.relatedinfo-text--slide [class*="step-desc"] {
    grid-column: 1 / -1;
    grid-row: 4;
    display: none;
    font-size: 14px;
    margin-top: 6px;
}

.relatedinfo-text--slide.is-current [class*="step-desc"],
.relatedinfo-text--slide.next-active [class*="step-desc"] {
    display: block;
    color: rgba(255, 255, 255, 0.8);
}

.read-more-plus {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #242962;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 100;
    line-height: 1;
    text-decoration: none;
    border: none;
    padding-bottom: 14px;
    cursor: pointer;
}

.read-more-plus:hover {
    background-color: #1a1f4a;
    color: #ffffff;
    text-decoration: none;
}

.treatment {
    padding-bottom: 50px;
}

.item {
    background: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 6px;
}

.item .name {
    font-weight: 500;
    font-size: 0.95rem;
    margin: 0;
}

.item .tag {
    font-size: 0.75rem;
    color: #8a8aa0;
    margin: 2px 0 0;
}

.item p {
    margin: 6px 0 0;
    font-size: 0.85rem;
    color: #6a6c8c;
    line-height: 1.5;
}