/* Scrollbar-effect------- 
#accordian::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}
#accordian::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e4e4e4;
}
#accordian::-webkit-scrollbar-thumb {
    background: #0089ff;
    border-radius: 10px;
    transition: 0.5s;
}
#accordian::-webkit-scrollbar-thumb:hover {
    background: #d5b14c;
    transition: 0.5s;
}
*/
#accordian {
    background: none;
    width: 90%;
    padding: 0px 10px;
    float: left;
    height: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}

#accordian a {
    font-family: "Kohinoor Book Regular";
}

#accordian li {
    list-style-type: none;
}

#accordian ul li a {
    color: #9c9c9c;
    text-decoration: none;
    font-size: 25px;
    display: block;
    line-height: 34px;
    padding: 12px 15px;
    transition: all 0.15s;
    position: relative;
    border-radius: 3px;
}

#accordian ul li li a {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 15px;
    border-radius: 3px;
}

#accordian>ul.show-dropdown>li.active>a,
#accordian>ul.show-dropdown>li.active,
#accordian>ul>li>ul.show-dropdown>li.active>a,
#accordian>ul>li>ul>li>ul.show-dropdown>li.active>a,
#accordian>ul>li>ul>li>ul>li>ul.show-dropdown>li.active>a,
#accordian>ul>li>ul>li>ul>li>ul>li>ul.show-dropdown>li.active>a {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 20px;
    /*   color: #0089ff;
    box-shadow: 0px 1px 2px rgba(0, 137, 255, 0.2); */
}

#accordian>ul>li>ul,
#accordian>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul>li>ul {
    display: none;
}

#accordian>ul>li.active>ul.show-dropdown,
#accordian>ul>li>ul>li.active>ul.show-dropdown,
#accordian>ul>li>ul>li>ul>li.active>ul.show-dropdown,
#accordian>ul>li>ul>li>ul>li>ul>li.active>ul.show-dropdown {
    display: block;
}

#accordian>ul>li>ul,
#accordian>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul>li>ul {
    padding-left: 20px;
}

#accordian a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}

#accordian .active>a:not(:only-child):after {
    transform: rotate(90deg);
}


.c5-section-nav-mobile {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    padding-top: 0px;
}

.c5-nav-mobile-row-2 {
    border: 0px solid #fff;
    overflow-y: scroll;
}

ol,
ul {
    padding-left: 0px;
}

.accordian a {
    font-family: "Kohinoor Book Regular";
    font-size: 15px;
}


.c5-section-nav-mobile {
    z-index: 1001;
}

.c5-navbar-wrapper a {
    transition: all 0.7s ease;
}

.c5-navbar-main-link-wrapper-1 a:hover {
    color: #3ca096;
    color: rgb(0, 150, 185);
}

.c5-navbar-main-link-wrapper-2 a:hover {
    color: #e6b43c;
    color: rgb(0, 150, 185);
}

.c5-navbar-main-link-wrapper-home {
    opacity: .7;
    transition: all 0.7s ease;
}

.c5-navbar-main-link-wrapper-home:hover {
    opacity: 1;
}

@media screen and (max-width: 766px) {

    .c5-section-navbar,
    .c5-section-crumpath {
        background: #002F41;
        background:
            linear-gradient(90deg,
                rgba(0, 47, 65, 1) 0%,
                rgba(9, 65, 89, 1) 50%,
                rgba(0, 20, 28, 1) 100%);
    }
}


/* contact button */
a.c5-navbar-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: #183153;
    background: #4dafbf box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
    background: rgba(0, 47, 65, 0);
    font-family: "Kohinoor Book Regular";
    font-size: 1.0em;
}

@media screen and (max-width: 766px) {

    a.c5-navbar-button,
    a.c5-navbar-sub-link {
        display: none;
    }
}

a.c5-navbar-button:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #ffd401;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
}

a.c5-navbar-button:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

a.c5-navbar-button span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 12px 25px 8px 25px;
    color: #fff;
    letter-spacing: 0.05em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

a.c5-navbar-button:hover span {
    color: #183153 !important;
    animation: scaleUp 0.3s ease-in-out;
}

.c5-section-navbar a.c5-navbar-button {
    font-size: 14px;
}

.c5-section-navbar .c5-navbar-sub-link,
.c5-section-navbar a.c5-navbar-button {
    opacity: 0.8;
}

.c5-section-navbar .c5-navbar-sub-link:hover,
.c5-section-navbar a.c5-navbar-button:hover {
    opacity: 1;
    color: rgb(0, 150, 185);
}

a.c5-navbar-button {
    border: 1px solid rgba(255, 255, 255, .6);
}

a.c5-navbar-button:hover {
    border: 1px solid #002f41;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}


/* submenu button */
@media screen and (max-width: 766px) {
    a.c5-open-submenu {
        display: block;
    }
}

/*
@media screen and (min-width: 766px) {
  a.c5-open-submenu {
    display:none;
  }
}
*/


.c5-section-nav-mobile {
    top: -100vh;
    transition: top 0.3s ease-in-out;
}


/* stroke active menu item */
.c5-navbar-main-link-wrapper-1 {
    border-bottom: 6px solid #0096b9;
    border-bottom: 6px solid #e6b43c;
    border-bottom: 2px solid #3ca096;
}

/* background mobile menu */


/* Crumbpath scrollable  */
.c5-crumpath-crum-wrapper {
    overflow-x: auto;
    width: 100%;
}

.c5-crumpath-crum-inner-wrapper {
    width: max-content;
}

/* Hide crumbpath on smaller viewport */
@media screen and (min-width: 766px) {
    .c5-crumbpath-hide-right {
        display: none;
    }
}

@media screen and (max-width: 766px) {
    .c5-crumbpath-hide-right {
        display: block;
        position: absolute;
        height: 50px;
        width: 50px;
        z-index: 999;
        right: 0px;
        top: 3px;
        background: rgba(0, 47, 65, 0);
        background:
            linear-gradient(90deg,
                rgba(0, 20, 28, 0) 0%,
                rgba(0, 20, 28, 1) 100%);
    }
}


.highlight-h1 {
    position: relative;
    display: inline-block;
}

.highlight-h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    height: 12px;
    /* Dikte van de lijn */
    width: 100%;
    background-color: #3ca096;
    /* Kleur van de lijn */
    transform: translateY(6px);
    /* Afstand tot de tekst */
    z-index: -1;
    /* Zet eventueel lager dan tekst */
}

@media screen and (max-width: 766px) {
    .highlight-h1::after {
        bottom: 16px;
        height: 7px;
        /* Dikte van de lijn */
    }
}


a.c5-article-header-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #183153;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
    font-family: "Kohinoor Book Regular";
    font-size: 1.0em;
    border: 0px solid #fff;
    transition: all 0.4s ease-in-out;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 12px 25px 8px 25px;
    color: #fff;
    letter-spacing: 0.05em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

a.c5-article-header-button:hover {
    background: #3ca096;
    color: #fff;
    animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}


a.c5-header-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background: #183153;
    background: #4dafbf box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
    background: rgba(0, 47, 65, 0);
    font-family: "Kohinoor Book Regular";
    font-size: 1.0em;
}

a.c5-header-button:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #ffd401;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
}

a.c5-header-button:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

a.c5-header-button span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 12px 25px 8px 25px;
    color: #fff;
    letter-spacing: 0.05em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

a.c5-header-button:hover span {
    color: #183153;
    animation: scaleUp 0.3s ease-in-out;
}

a.c5-header-button {
    border: 1px solid rgba(255, 255, 255, .6);
}

a.c5-header-button:hover {
    border: 1px solid #002f41;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}


.c5-section-article a.c5-tooltip-target {
    text-decoration: none;
}

.c5-section-article a.c5-tooltip-target h4 {
    font-family: "Kohinoor Demi Regular";
    font-size: 0.9em;
    color: #fff;
    display: block;
    padding: 5px 0 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    text-decoration: none;
}

.c5-section-article a.c5-tooltip-target img {
    float: right;
    height: 15px;
    top: 6px;
    position: relative;
    margin-left: 15px;
}

.c5-section-article .c5-tooltip-text {
    opacity: 0.7;
    transition: all 0.4s ease-in-out;
}

.c5-section-article .c5-tooltip-text:hover {
    opacity: 1;
}


.c5-tooltip-target {
    position: relative;
    cursor: pointer;
}

.c5-tooltip-box {
    position: fixed;
    background: #061d27;
    color: white;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 9999;
    display: none;
    width: auto;
    max-width: 400px;
    color: #84949c;
}


.c5-article-anchor-a {
    transition: all 0.3s ease-in-out;
}

.c5-article-body h2,
.c5-article-body h3,
.c5-article-body h4,
.c5-article-body h5 {
    text-decoration-color: rgb(0, 47, 65);
    color: rgba(255, 255, 255, 0.8);
    font-family: "Kohinoor medium Regular";
}

.c5-article-body h2 {
    padding: 15px 0 10px 0;
    font-size: 1.7em;
}

.c5-article-body h5 {
    padding: 15px 0 10px 0;
}

a.c5-ani-button-1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #183153;
    background: #000;
    background: rgb(0, 47, 65);
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
    font-family: "Kohinoor Book Regular";
    font-size: 1.0em;
}

a.c5-ani-button-1:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #ffd401;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
}

a.c5-ani-button-1:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

a.c5-ani-button-1 span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 12px 25px 8px 25px;
    color: #fff;
    letter-spacing: 0.05em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

a.c5-ani-button-1:hover span {
    color: #183153;
    animation: scaleUp 0.3s ease-in-out;
}

.c5-section-article-header a.c5-ani-button-1 {
    /* transform: scale(1.5);
transform-origin: left bottom; */
    border: 1px solid #fff;
}

.c5-section-article-header a.c5-ani-button-1:hover {
    border: 1px solid #183153;
}

.c5-section-footer-contact a.c5-ani-button-1 {
    transform: scale(1.5);
    transform-origin: center bottom;
    background-image: url(https://cdn.opptylab.com/d/assets/c5-gradient.jpg);
    background-size: cover;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

/* -----  */
.c5-article-img {
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.c5-article-img-caption {
    padding: 15px 0 25px 0px;
    display: flex;
    justify-content: space-between;
}

/* Quote */
.c5-article-body .c5-article-quote-wrapper {
    background: rgba(0, 0, 0, .2);
    border-radius: 15px;
    overflow: hidden;
    border-left: 5px solid #ccc;
    color: rgb(255, 255, 255, 0.7);
    margin-top: 20px;
}

.c5-article-quote-img img {
    height: 20px;
}

.c5-article-quote-content {
    width: 100%;
}

.c5-article-quote-img {
    padding: 25px 25px 0px 60px;
}

.c5-article-quote-content a {
    padding: 25px;
}

.c5-article-quote-content p:nth-child(1) {
    font-family: "Kohinoor Book Regular";
    font-size: 1.8em;
    line-height: 1.5em;
    padding: 50px 50px 10px 60px;
}

.c5-article-quote-content p:nth-child(2) {
    font-size: 0.8em;
    padding: 10px 20px 20px 65px;
}

.c5-article-quote-content p:nth-child(1)::before {
    content: '"';
    left: -15px;
    position: relative;
    width: 0px;
    display: inline-block;
}

.c5-article-quote-content p:nth-child(1)::after {
    content: '"';
}

@media only screen and (max-width: 991px) {
    .c5-article-quote-content p:nth-child(1) {
        font-size: 1.5em;
        padding: 20px 20px 10px 40px;
    }

    .c5-article-quote-img {
        padding: 25px 25px 0px 25px;
    }

    .c5-article-quote-content p:nth-child(2) {
        font-size: 0.7em;
        padding: 10px 20px 20px 25px;
    }

    .c5-article-quote-img img {
        height: 14px;
    }
}