
/* common */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body {
    font-family: "Nunito Sans", serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

body {
    background: #fff;
}

img {
    border: 0px;
    display: block;
    max-width: 100%;
}

a, input {
    outline: none;
    text-decoration: none;
    transition: all 0.3s;
}

a {
    cursor: pointer;
}

ul, ol {
    padding: 0;
    margin: 0;
    line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-family: 'Montserrat';
    font-weight: 600 !important;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h6 {
}

p {
    font-weight: 100;
}

.container {
    max-width: 1630px;
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
}

.btn.btn-primary {
    padding: 12px 24px !important;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    background-color: #0C71C3;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

    .btn.btn-primary:after {
        position: absolute;
        right: 30px;
        top: 49%;
        content: "";
        width: 20px;
        height: 20px;
        background: url(../images/chevron-right.svg) no-repeat center/10px;
        transform: translate(-0%, -50%);
        transition: all 0.3s;
        opacity: 0;
    }

    .btn.btn-primary:hover:after {
        right: 5px;
        opacity: 1;
    }

.btn.btn-secondary {
    padding: 12px 24px !important;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    background-color: #0b6fc6 !important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

    .btn.btn-secondary:after {
        position: absolute;
        right: 30px;
        top: 49%;
        content: "";
        width: 20px;
        height: 20px;
        background: url(../images/chevron-right.svg) no-repeat center/10px;
        transform: translate(-0%, -50%);
        transition: all 0.3s;
        opacity: 0;
    }

    .btn.btn-secondary:hover:after {
        right: 5px;
        opacity: 1;
    }

.submitbtn {
    display: inline-block;
    width: auto;
}

/* section */
#section {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
}
/* page wrap */
#page-wrap {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
/* header */
#header-wrap {
    position: relative;
    width: 100%;
    z-index: 999;
}

.navbar-brand img {
    width: 158px;
}



.navbar-nav .nav-item a {
    color: #FFFFFF !important;
    font-weight: 300 !important;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 20px 17px !important;
}

.m-show-logo img {
    max-width: 200px;
}


/* content */
#content-wrap {
    width: 100%;
}

.breadcrumb-block {
    padding: 40px 0;
}

.breadcrumb-item a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6em;
    color: #000000 !important;
}

/***********************************/


.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
}

.slider-for {
    margin-bottom: 15px;
    margin-top: 30px;
}

    .slider-for img {
        width: 100%;
        min-height: 100%;
    }

.slider-nav {
    margin: auto;
}

    .slider-nav .item-slick {
        max-width: 240px;
        margin-right: 15px;
        outline: none !important;
        cursor: pointer;
    }

        .slider-nav .item-slick img {
            max-width: 100%;
            background-size: cover;
            background-position: center;
        }

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    font-size: 0;
    border: none;
    width: 50px;
    height: 50px;
}

.slick-prev {
    left: 0;
    background: url(../images/Left_Arrow.svg) no-repeat center/30px;
}

.slick-next {
    right: 0;
    background: url(../images/Right_Arrow.svg) no-repeat center/30px;
}



/*product-description-block*/

.product-description-block {
    padding-bottom: 40px;
}

    .product-description-block small {
        color: #0C71C3 !important;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 30px;
        display: block;
    }

    .product-description-block h1 {
        font-size: 52px;
        font-weight: 600;
        line-height: 1em;
        margin-bottom: 3.927%;
    }

    .product-description-block h5 {
        font-size: 23px;
        line-height: 1.5em;
        font-weight: 600;
        margin-bottom: 3.927%;
    }

    .product-description-block p {
        font-size: 17px;
        line-height: 1.6em;
        font-weight: 600;
    }

    .product-description-block h4 {
        font-size: 20px;
        color: #0C71C3 !important;
        font-weight: 600;
        padding-bottom: 10px;
        line-height: 1em;
    }

    .product-description-block ul {
        padding: 0 0 2em 0;
        list-style: inside;
    }

        .product-description-block ul li {
            line-height: 26px;
            font-size: 15px;
        }

    .product-description-block .btn.bg-black {
        border-color: #000;
        text-align: center;
    }

    .product-description-block .btn {
        color: #FFFFFF !important;
        border-radius: 0px;
        letter-spacing: 0.16em;
        background-color: #0C71C3;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

#omschrijving {
    background: url(../images/Myah-test-large01.jpg) no-repeat center left/cover;
}


/*information-block*/

.information-block {
    padding-bottom: 30px;
}

    .information-block h2 {
        font-size: 36px;
        line-height: 1.1em;
        color: #000;
        font-weight: 600;
        margin-bottom: 2.75%;
    }

    .information-block .nav-tabs {
        background-color: #f4f4f4;
    }

        .information-block .nav-tabs .nav-item .nav-link {
            font-size: 17px;
            line-height: 2em;
            color: #666;
            padding: 4px 30px;
            border: none;
            border-radius: 0 !important;
        }

            .information-block .nav-tabs .nav-item .nav-link.active {
                color: #FFFFFF !important;
                background: #000;
            }

    .information-block #omschrijving {
        padding: 50px 30px;
    }

    .information-block .tab-pane {
        background-color: #f4f4f4;
        padding: 20px 30px;
    }

    .information-block h5 {
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }
    /*.information-block ul{
padding-left: 30px;
}*/
    .information-block ul li a {
        color: #000;
    }

    .information-block .download p {
        color: #3366ff;
        font-size: 16px;
    }

        .information-block .download p a {
            font-weight: 600;
        }


/*product-block*/

.product-block {
    padding-top: 20px;
    padding-bottom: 45px;
    background-color: #D6D6D6 !important;
}

    .product-block h2 {
        color: #000000;
        font-weight: 600;
        font-size: 36px;
        line-height: 1.1em;
        padding: 30px 0;
        margin-bottom: 0px;
    }

    .product-block p {
        font-size: 22px;
        line-height: 1.4em;
        color: #000000;
        font-weight: 600;
        padding: 15px 0 0;
        display: block;
    }

/**/


/* Full-screen slider */
.banner-slider {
    width: 100%;
    /*  height: 100vh;*/
    position: relative;
    overflow: hidden;
}

    /* Slide container */
    .banner-slider .slide {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    /* Background Image */
    .banner-slider .background {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        filter: brightness(0.8);
        transition: opacity 1s ease-in-out;
    }

    /* Text Content */
    .banner-slider .content {
        position: relative;
        z-index: 2;
        color: black;
        max-width: 32%;
        padding: 50px 0;
    }

        .banner-slider .content h2 {
            font-size: 65px;
            color: #000000;
            padding-bottom: 25px;
            font-weight: 600;
            opacity: 0;
            transform: translateY(-250px);
            transition: opacity 2.5s ease-in-out, transform 2.5s ease-in-out;
            transition-delay: 0s; /* Start immediately */
        }

        .banner-slider .content p {
            font-size: 18px;
            color: #000000;
            font-weight: 300;
            margin-bottom: 16px;
            opacity: 0;
            transform: translateY(-750px);
            transition: opacity 2s ease-in-out, transform 2s ease-in-out;
            transition-delay: 1s; /* Delayed after h2 */
        }

        .banner-slider .content img {
            margin-bottom: 20px;
            opacity: 0;
            transform: translateY(-1500px);
            transition: opacity 2.5s ease-in-out, transform 2.5s ease-in-out;
            transition-delay: 1.5s; /* Delayed after p */
        }

        .banner-slider .content button {
            margin-bottom: 50px;
            opacity: 0;
            transform: translateY(-2500px);
            transition: opacity 3s ease-in-out, transform 3s ease-in-out;
            transition-delay: 2s; /* Delayed after img */
        }

        /* Active Slide - Trigger animations */
        .banner-slider .content.animate h2 {
            opacity: 1;
            transform: translateY(0);
        }

        .banner-slider .content p,
        .banner-slider .content img,
        .banner-slider .content button {
            opacity: 0;
            transform: none;
            transition: opacity 2s ease-in-out;
            transition-delay: 2s;
        }

        .banner-slider .content img {
            transition-delay: 2.5s;
        }

        .banner-slider .content button {
            transition-delay: 3s;
        }

        .banner-slider .content.animate p,
        .banner-slider .content.animate img,
        .banner-slider .content.animate button {
            opacity: 1;
        }

    .banner-slider .slick-prev,
    .banner-slider .slick-next {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease, transform 0.5s ease;
        position: absolute;
        z-index: 10;
    }

    .banner-slider .slick-prev {
        left: -50px;
        transform: translateX(0);
        background: url(../images/left.svg) no-repeat center/20px;
    }

    .banner-slider .slick-next {
        right: -50px;
        transform: translateX(0);
        background: url(../images/right.svg) no-repeat center/20px;
    }

    .banner-slider.slider:hover .slick-prev {
        opacity: 1;
        visibility: visible;
        transform: translateX(60px);
    }

    .banner-slider.slider:hover .slick-next {
        opacity: 1;
        visibility: visible;
        transform: translateX(-60px);
    }

    .banner-slider .slick-dots {
        display: flex;
        gap: 2px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-0%,-50%);
        list-style: none;
    }

        .banner-slider .slick-dots li button {
            background-color: hsla(0, 0%, 100%, .5);
            text-indent: -9999px;
            border-radius: 7px;
            width: 7px;
            height: 7px;
            margin-right: 10px;
            padding: 0;
            opacity: .5;
            border: none;
            outline: none;
        }

        .banner-slider .slick-dots li.slick-active button {
            opacity: 1;
        }

/*text-block*/

.text-block {
    padding: 100px 0 0px;
}

    .text-block h2 {
        font-size: 36px;
        line-height: 1.3em;
        font-weight: 600;
    }


/*card-block*/

/* Section Title */
.section-title {
    font-size: 33px;
    line-height: 1.3em;
    margin-bottom: 5px;
    color: #0C71C3;
}

.TitleLine {
    display: block;
    width: 100%;
    border-bottom: 3px solid #0C71C3;
    font-size: 36px;
    line-height: 1.3em;
    padding-bottom: 8px;
}

/* Blue line under title */
.section-line {
    width: 100%;
    height: 3px;
    background-color: #0C71C3;
    border: none;
    margin: auto;
    opacity: 1;
}

.card-block .row > div {
    margin-bottom: 40px;
}

/* Card Styling */
.instrument-card {
    border: none;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

/* Card Body */
.card-body {
    background-color: black;
    color: white;
    text-align: center;
    padding: 15px;
}

.instrument-card h5 {
    margin-bottom: 0;
}

/*news-card*/

.news-card {
    padding-bottom: 50px;
}

.news-content {
    padding: 15px 15px 15px 15px;
    background: #f7f7f7;
}

.news-card .category {
    font-size: 16px;
    margin-bottom: 20px;
    color: #8F8F8F;
    font-weight: 600;
}

.news-card .description {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 300;
}

.news-card .read-more {
    font-weight: 100;
}

.news-link {
    font-size: 15px;
    color: #0C71C3 !important;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-family: 'Montserrat';
    font-weight: 600;
    position: relative;
    top: 4px;
}

.instruments-block {
    margin: 40px 0 50px;
}


/*description-block*/


.description-block {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #efefef;
}

.highlighted-text {
    font-size: 22px;
    line-height: 1.4em;
    color: rgb(12, 113, 195);
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Montserrat';
}

.description-block .title,
.description-block .subtitle {
    font-size: 36px;
    line-height: 1.3em;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-weight: 600;
    margin-bottom: 20px;
}

.description-block .title {
    font-weight: 700 !important;
}

.description-block .img2 {
    width: 192px;
    margin-left: auto;
    margin-top: 15px;
}

/* Banner Section */
.banner-section {
    background-color: #000;
    padding: 50px 0;
}

.banner-text {
    color: #fff;
    font-size: 34px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-bottom: 30px;
}

.banner-btn {
    background-color: black !important;
}

/*contact-block*/

.contact-block {
    padding: 0px 0 40px;
}

    .contact-block h2 {
        font-size: 36px;
        line-height: 1.1em;
        font-weight: 600 !important;
    }

.contact-card, .contact-box {
    padding: 25px 15px;
}

.contact-card {
    margin-bottom: 32px;
}

.contact-card,
.contact-form,
.contact-box {
    background-color: #eaeaea;
    text-align: center;
}

.contact-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .contact-box a {
        color: #000;
    }

.contact-form {
    text-align: right;
}

.contact-block h6 {
    font-size: 16px;
    line-height: 25.2px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
}

.contact-block input,
.contact-block textarea {
    border: solid 1px #B3B3B3;
    font-size: 16px;
    line-height: 1.8em;
    background: transparent;
    color: #999;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 0;
}

.smallinput {
    width: 40px;
    padding: 10px !important;
}

/*sub-banner*/

.sub-banner .container {
    padding: 90px 15px 150px;
}

.sub-banner h1 {
    font-size: 52px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1em;
    font-family: 'Montserrat';
}

.card-block.style2 h3 {
    margin-bottom: 30px;
}

/*brands-logo*/
.our-brands-block {
    background-color: #efefef;
    padding: 50px 0;
}

.brands-logo img {
    width: 163px;
}

.our-brands-block h3 {
    font-size: 26px;
    line-height: 1.4em;
}

.medmont .text {
    padding-right: 40px;
}

/*filter*/

.filter-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.filter-btn {
    background: #ccc;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

    .filter-btn.active {
        background: black;
        color: white;
    }

.news-item {
    display: block;
    margin-bottom: 20px;
}

    .news-item figure {
        width: 20%;
        margin-right: 5.5%;
        overflow: hidden;
        margin-bottom: 0;
    }

    .news-item .text {
        width: calc(100% - 25.5%);
        overflow: hidden;
    }

        .news-item .text span {
            font-size: 11px;
            color: #B3B3B3;
            line-height: 15.4px;
            font-weight: 600;
            margin-bottom: 10px;
            text-transform: uppercase;
            font-family: 'Montserrat';
        }

        .news-item .text h5 {
            font-size: 26px;
            color: #000000;
            line-height: 36.4px;
            font-weight: 600;
            font-family: 'Montserrat';
        }

        .news-item .text p,
        .news-item .text a {
            font-size: 16px;
            color: #000000;
            line-height: 25.2px;
            font-weight: 300;
            margin-bottom: 10px;
        }

        .news-item .text a {
            color: #0c84ce;
        }


.blue-line {
    border-color: #0C71C3;
    border-width: 2px;
    opacity: 1;
}

/* footer wrap */
#footer-wrap {
    background: #000;
    width: 100%;
    padding: 30px 0;
}

.footer .logo {
    width: 155px;
    margin-bottom: 40px !important;
}

.social-icon {
    display: inline-block;
    margin-bottom: 20px;
    background: white;
    border-radius: 5px;
}

    .social-icon img {
        width: 35px;
    }

.footer h5 {
    font-size: 22px;
    color: #FFFFFF !important;
    line-height: 1.4em;
    font-weight: 600;
    padding-bottom: 10px;
}

.footer p {
    color: #fff;
    line-height: 25px;
    font-weight: 100;
}

    .footer p.copy {
        font-size: 13px;
    }

.footer ul li a {
    font-weight: 100;
    margin: 0px 0 15px;
    display: block;
    word-wrap: break-word;
    line-height: 26px;
}

/*news details*/
.news-details-block {
    padding-top: 40px;
}

.back {
    font-size: 11px;
    color: #0C71C3;
    line-height: 1.4em;
    margin-bottom: 30px;
    display: inline-block;
}

.news-details-block h1 {
    font-size: 52px;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat';
}

.date {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: rgb(143, 143, 143);
    margin-bottom: 25px;
}

.ai-article figure {
    margin-bottom: 55px;
}

.ai-article h3 {
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 600;
    font-family: 'Montserrat';
}

.news-details-block p {
    font-size: 16px;
    line-height: 25.2px;
    font-weight: 300;
}

.right-content h3 {
    font-size: 22px;
    color: #B3B3B3;
    line-height: 30.8px;
    font-family: 'Montserrat';
    font-weight: 600;
}

/*  category filter */

.hidden {
    display: none;
}


.search-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
/*
.search-input {
    width: 0;
    opacity: 0;
    padding: 5px;
    outline: none;
    transition: width 0.4s ease-in-out, opacity 0.3s;
    overflow: hidden;
    margin-left: 10px;
    border-color: #8F8F8F;
    border-radius: 0;
}
*/
.search-icon {
    cursor: pointer;
    font-size: 20px;
    color: gray;
    transition: color 0.3s ease;
}

    .search-icon:hover {
        color: black;
    }

.search-container.active .search-input {
    width: 100%;
    opacity: 1;
    padding: 5px;
    margin-left: 10px;
    border-color: #8F8F8F;
    border-radius: 0;
}

    .search-container.active .search-input:focus {
        border-color: #8F8F8F;
        border-radius: 0;
    }

.filter-nav .filter-btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 0px;
    letter-spacing: 0.16em;
    background-color: #0C71C3;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

    .filter-nav .filter-btn.btn-primary {
        background: #000;
    }

.category-block {
    padding: 50px 0 10px;
}

    .category-block h3 {
        font-size: 22px;
        line-height: 1.4em;
        padding-bottom: 0;
        margin: 0;
    }

#search-icon {
    width: 45px;
    padding: 10px;
    cursor: pointer;
}

.product-panel {
    position: relative;
    min-height: 340px;
}

    .product-panel .btn {
        position: relative;
        bottom: 0;
        background-color: #8F8F8F;
        border: none;
        display: inline-block;
        margin: 0 auto;
    }

    .product-panel h5 {
        font-size: 20px;
        line-height: 1.25em;
        text-align: center;
        font-weight: 500;
        font-family: 'Montserrat';
        min-height: 80px;
        margin-top: 20px;
    }

.category-block .product-item {
    margin-bottom: 40px;
}

#product-list {
    padding-top: 20px;
}

.description-panel {
    padding-top: 60px;
}

    .description-panel h2 {
        font-size: 36px;
        line-height: 1.1em;
        font-weight: 600;
        font-family: 'Montserrat';
        margin-bottom: 30px;
    }

    .description-panel p {
        font-weight: 300;
    }

/*finance*/

.finance {
}

    .finance .modal-body {
        padding: 0;
    }

    .finance .left {
        padding: 30px 50px;
        height: 100%;
    }

        .finance .left img {
            width: 150px;
        }

    .finance .right {
        padding: 30px 50px 30px;
        background: #e5e5e4;
        height: 100%;
    }

        .finance .right input {
            width: 80%;
            border-radius: 0;
        }

            .finance .right input[type="checkbox"] {
                width: 20px;
                height: 20px;
                margin-right: 15px;
            }

        .finance .right .form-check-label.text-left {
            text-align: left;
        }

        .finance .right span,
        .finance .left h5 {
            color: #0C71C3;
        }

    .finance .left h4 {
        color: #000;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .finance .left p {
        margin-bottom: 20px;
    }

.btn-close {
    border: solid 1px #000;
    border-radius: 50%;
}

.option-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    cursor: pointer;
    background: #fff;
}

    .option-box label {
        white-space: nowrap;
        background-color: #0C71C3;
        color: #fff;
        width: 30% !important;
        display: flex;
        align-items: center;
        padding: 10px 20px;
        cursor: pointer;
    }

        .option-box label input {
            width: auto !important;
        }

    .option-box input {
        margin-right: 10px;
    }

    .option-box .w-full {
        width: 70%;
        text-align: center;
    }

        .option-box .w-full strong {
            font-size: 20px;
        }

.finance2 textarea {
    border-radius: 0;
}

.finance.modal.show .modal-dialog {
    max-width: 90% !important;
}

.product-description-block .form-container {
    margin-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.product-description-block .form-group {
    background-color: #f0f0f0;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.product-description-block .submit-btn {
    background-color: #8F8F8F;
    border-color: #8F8F8F;
    text-transform: uppercase;
    text-align: right;
    cursor: pointer;
}

/* Responsive */


@media only screen and (max-width:1199px) {
    .brands-logo img {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:991px) {
    #header-wrap .navbar > .container {
        flex-direction: column;
    }

    #header-wrap .navbar-brand {
        margin-bottom: 40px;
    }

    .navbar-toggler {
        outline: none;
        box-shadow: none !important;
        border: none;
    }

    #header-wrap .navbar-collapse {
        width: 100%;
    }

    #header-wrap ul {
        margin: 0 !important;
    }

    #header-wrap .btn.btn-primary {
        width: 100%;
    }

    .banner-slider .content {
        max-width: 50%;
    }

        .banner-slider .content h2 {
            font-size: 55px;
        }

    .team-block .row-cols-5 .col {
        width: 25%;
        margin-bottom: 20px;
    }

    .finance .left,
    .finance .right {
        padding: 30px 30px;
    }
}

@media only screen and (max-width:767px) {
    .navbar-nav .nav-item a {
        padding: 15px 15px !important;
    }

    .product-description-block h1 {
        font-size: 42px;
    }

    .breadcrumb-item a {
        font-size: 12px;
    }

    .breadcrumb-block {
        padding: 30px 0 0;
    }

    .product-description-block h5 {
        font-size: 20px;
    }

    .product-description-block ul {
        padding: 0 0 2em 30px;
    }

    .information-block .nav-tabs {
        flex-direction: column;
    }

    .information-block ul {
        padding-left: 0;
    }

        .information-block ul li {
            border-bottom: 1px solid #d9d9d9;
        }

    .information-block .row > div,
    .product-block .row > div {
        margin-bottom: 20px;
    }

        .product-block .row > div:last-child {
            margin-bottom: 0px;
        }

    .footer .row > div {
        margin-bottom: 30px;
    }

    .product-description-block {
        padding-bottom: 0;
    }

        .product-description-block .btn {
            font-size: 12px;
            width: 100%;
        }

    .information-block #omschrijving {
        padding: 50px 30px 30px;
    }

    .banner-slider .content {
        max-width: 100%;
    }

        .banner-slider .content h2 {
            font-size: 35px;
            padding-bottom: 20px;
        }

    .banner-slider {
        height: 100%;
    }

    .text-block {
        padding: 40px 0 20px;
    }

        .text-block h2,
        .section-title,
        .TitleLine,
        .description-block .title,
        .description-block .subtitle,
        .banner-text {
            font-size: 30px;
        }

    .my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .card-block .row > div:last-child {
        margin-bottom: 0;
    }

    .mt-4 {
        margin-top: 0.5rem !important;
    }

    .news-card {
        padding-bottom: 15px !important;
    }

    .contact-box.p-3 {
        margin-bottom: 15px !important;
    }

    .description-block {
        padding-top: 40px;
        padding-bottom: 1px;
    }

        .description-block .row > div:last-child {
            margin-top: 20px;
        }

    .p-4 {
        padding: 0.5rem !important;
    }

    .description-block .title, .description-block .subtitle {
        margin-bottom: 15px;
    }

    .btn.btn-primary {
        padding: 12px 12px !important;
    }

    .banner-section {
        padding: 50px 0;
    }

    .bg-img {
        height: 400px !important;
    }

    .contact-form.p-4 {
        padding: 20px 15px !important;
    }

    .team-block .row-cols-5 .col {
        width: 50%;
        margin-bottom: 20px;
    }

    .news-item figure {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .news-item .text {
        width: 100%;
    }

    .category-block > .container > .row > div {
        margin-bottom: 20px;
    }

    .category-block .product-item {
        margin-bottom: 30px;
    }

    .finance .left, .finance .right {
        padding: 20px 25px;
    }

        .finance .right input {
            width: 100%;
        }

        .finance .right label {
            text-align: left !important;
            width: 100%;
        }

    .modal-header.p-4 {
        padding: 1.5rem !important;
    }

    .option-box label {
        width: 40% !important;
    }
}

@media only screen and (max-width:576px) {
    .product-description-block h1 {
        font-size: 30px;
    }

    .information-block h2,
    .product-block h2 {
        font-size: 24px;
    }
}

.fw-bold {
    font-weight: 600 !important;
}

ul.newsitem {
    list-style: circle url("/images/CheckMark_01_Tekengebied 1.svg");
}

    ul.newsitem li::marker {
        font-size: 1.5rem;
    }

/* Cookie */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0C71C3;
    color: #fff;
    padding: 1rem 2em;
    border-radius: 0.5rem 0.5rem 0 0;
    display: none; /* Verborgen totdat nodig */
    box-shadow: 0 0.25rem 12px rgba(0,0,0,0.2);
    width: 75%;
    text-align: center;
    z-index: 9999;
}

.cookie-content {
    gap: 1rem;
}

#cookie-accept {
    position: fixed;
    right: 0.25rem;
    top: 0.25rem;
}

@media only screen and (max-width: 767px) {
    #cookie-banner {
        border-radius: unset;
        font-size: 12px;
        width: 100%;
    }
}

.btn-black {
    background-color: #000;
    border: none;
}

.dropdown-menu.bg-black {
    background-color: #000;
}

.dropdown-menu.bg-black .dropdown-item:hover {
    background-color: #222; /* Of #000 voor puur zwart */
    color: #fff; /* Witte tekstkleur */
}
