*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    /* font-family: "Outfit", Arial, sans-serif; */
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    background-color: #fff;
    font-weight: 400;
    /* color: #333; */
    color: #103F64;
    line-height: 1.3;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a,
i,
.product-item,
.slick-arrow,
.fullcontenthover {
    transition: all 0.3s;
}


a:focus {
    outline: none;
}

a:focus:not(:focus-visible) {
    outline: none;
}

a {
    color: #3674B5;
    text-decoration: none;
    /* color: inherit; */
}

.stealth-link a {
    color: inherit;
    text-decoration: none;
}

.stealth-link a:hover {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #3674B5 !important;
    text-decoration: underline; 
}

a.readmore {
    color: #CE1B16;
}

.wp-audio-shortcode {
    margin-bottom: 30px;
}

.bg-wit {
    background-color: #FFFFFF !important;
}

.bg-grijs {
    background-color: #F8F8F8 !important;
}

.bg-blauw {
    background-color: #E4EAEF !important;
}

h2 {
    font-weight: 700;
    color: #3674B5;
    /* font-size: 56px; */
    /* line-height: 71px; */
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    /* text-align: center; */
    margin-bottom: 16px;
    /* font-family: Outfit; */
}

.block-title-h2 {
    font-size: 56px;
    line-height: 71px;
    text-align: center;
}

h2 span {
    color: #CE1B16;
}

body.home h2 {
    color: #3674B5;
}

header {
    width: 100%;
    transition: top 0.3s ease;
    position: relative;
}

header img.header-mask {
    top: 0;
    position: absolute;
    left: 0;
    z-index: 5;
    /* height: calc(100% - 1px); */
    height: 100%;
}

nav#menu {
    display: none;
}

/* Mobiel menu uit op desktop */

@media (min-width: 992px) {
    header.fixed {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
        /* animation: slideDown 0.35s ease-out; */
    }

    header.fixed .navbar-expand-lg.bg-white {
        padding: 8px 0;
        transition: padding 0.3s ease-out;
    }

    header.fixed .navbar-brand img {
        max-width: 84%;
        height: auto;
        display: block;
    }

    header.fixed img.header-mask {
        max-width: 131px;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.topbar {
    background-color: #103f64;
    z-index: 4;
    position: relative;
}

.topbar .topbar-col {
    display: flex;
    align-items: center;
    gap: 16px;
}

.topbar li {
    list-style: none;
    position: relative;
}

.topbar li .dd-menu {
    position: absolute;
    display: none;
    left: 50%;
    top: 100%;
    min-width: 237px;
    background: #103f64;
    z-index: 1;
    padding: 2px;
    transform: translate(-50%, 0);
}

.topbar li .dd-menu.dd-menu-sm {
    min-width: 150px;
}

.topbar li:hover .dd-menu {
    display: block;
}

.topbar a {
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    /* font-family: Outfit; */
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.topbar a:hover {
    color: #ffffff !important;
}

.topbar a i {
    font-weight: 300;
    font-stretch: normal;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    margin-left: 2px;
}

.topbar a i.icon-fix {
    margin-right: 10px;
    margin-left: 0;
}

ul.dd-menu-list {
    padding: 0;
}

ul.dd-menu-list li {
    list-style: none;
}

ul.dd-menu-list li a {
    color: #ffffff;
    display: block;
    padding: 4px 5px;
}

ul.dd-menu-list li a:hover {
    background-color: #fff;
    color: #103f64 !important;
}

.btn-outline-success {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #103f64;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #103f64;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #103f64;
    --bs-btn-disabled-bg: #103f64;
    --bs-btn-disabled-border-color: #fff;
    --bs-gradient: none;
    min-width: 0 !important;
    border: #fff 2px solid !important;
}

.btn-outline-success:hover i {
    color: #103f64;
}

.spacer {
    display: block;
    width: 100%;
    height: var(--spacer-h, 40px);
    /* fallback 40px */
    padding: 0;
    margin: 0;
}

.navbar-nav .active a,
.navbar-nav .dropdown.active a {
    color: #3674B5 !important;
}

.navbar a:hover{
    text-decoration: none ;
}

.nav-link:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}

.normal-content h1,
.normal-content h2,
.normal-content h3,
.normal-content h4,
.normal-content h5 {
    margin-left: 0 !important;
    text-align: left !important;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1130px;
    }

    .container-2x {
        max-width: 1320px !important;
    }
}

@media (max-width: 1400px) {
    section.text-center.about-section .face {
        background-position: -350px !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        min-width: 236px;
        background: #ffffff 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0392156863);
        border-radius: 12px;
        border: 0;
        opacity: 1;
        padding: 0;
        overflow: hidden;
    }

    .mm-wrapper--position-left .mm-slideout,
    .mm-wrapper--position-right .mm-slideout {
        transform: none;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 17px 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #103f64;
}

.navbar-expand-lg .navbar-nav .nav-link::after {
    display: none;
}

.navbar-expand-lg .navbar-nav .nav-link.show {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0392156863);
    border-radius: 12px;
}

.navbar-expand-lg .navbar-nav .nav-link.show::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background: #ffffff 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 0px 10px #0000000A; */
    border-radius: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: -21px;
    height: 41px;
    width: 100%;
}

.dropdown-item {
    padding: 0 24px;
    color: #103f64;
    font-size: 16px;
    line-height: 32px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #103f64;
    background-color: #dbecfd;
}

.dropdown-item:active,
.dropdown-item.active {
    color: #3674b5;
    font-weight: 700;
    background-color: transparent;
}

.dropdown-item:active:focus,
.dropdown-item:active:hover,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    background-color: #dbecfd;
}

.navbar-expand-lg.bg-white {
    background-color: #eff2f5 !important;
    box-shadow: 0px 0px 60px rgba(16, 63, 100, 0.3254901961);
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 25px 0;
    z-index: 3;
}

/*.fixedvidheight {
  max-height: 645px;
  height: 645px;
  position: relative;
  overflow: hidden;
}*/

.video-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*   height: 100%; */
}

.video-banner video,
.video-banner img {
    /* video én fallback image */
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* zoals background-size: cover */
    object-position: center center;
    display: block;
}

.video-banner .slick-track {
    gap: 0 !important;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1140px;
    z-index: 2;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0 60px;
}

.banner-content-inner h1 {
    font-size: 72px;
    color: #FFFFFF;
    line-height: 91px;
    margin-bottom: 16px;
}

.banner-content-inner p {
    font-size: 36px;
    color: #E4EAEF;
    line-height: 45px;
    margin-bottom: 35px;
}

.banner-content-inner .btn-primary {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 25px;
    padding: 10px 20px;
    min-width: 234px;
}

.btn-group-inner {
    display: flex;
    gap: 20px;
}

.btn {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    /* font-family: Outfit; */
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    /* text-transform: uppercase; */
    min-width: 189px;
}

.btn.btn-primary {
    border: 2px solid #FFFFFF;
    border-radius: 24px;
    opacity: 1;
}

.btn.btn-primary:hover {
    background-color: #DBECFD;
    border: 2px solid #3674B5;
    color: #3674B5;
}

.btn.btn-info {
    border: 2px solid #3674B5;
    border-radius: 24px;
    opacity: 1;
    color: #3674B5;
    font-size: 16px;
}

.btn.btn-info:hover {
    background-color: #DBECFD;
    border: 2px solid #3674B5;
    color: #3674B5;
}

.btn.btn-secondary {
    border: 2px solid #fff;
    border-radius: 24px;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    background: #FFFFFF;
    color: #103F64;
}

.btn.btn-secondary:hover {
    background: #DBECFD;
    border: 2px solid #DBECFD;
    color: #103F64;
}

.normal-content form .btn,
.information-section form .btn {
    border: 2px solid #DBECFD;
    background-color: #DBECFD;
}

.normal-content form .btn:hover,
.information-section form .btn:hover {
    border: 2px solid #103F64;
}

.btn.btn-light {
    border: 2px solid #fff;
    border-radius: 24px;
    opacity: 1;
    color: white;
    font-size: 16px;
}

.btn.btn-light:hover {
    background-color: #DBECFD;
    border: 2px solid #3674B5;
    color: #3674B5;
}

.btn.btn-dark {
    background-color: #3674B5;
    border: 2px solid #3674B5;
    border-radius: 24px;
    opacity: 1;
    color: white;
    font-size: 20px;
    min-width: 255px;
}

.btn.btn-dark:hover {
    background-color: #DBECFD;
    border: 2px solid #3674B5;
    color: #3674B5;
}

.btn.btn-reverse {
    background-color: #DBECFD;
    border: 2px solid #3674B5;
    border-radius: 24px;
    opacity: 1;
    color: #3674B5;
    font-size: 20px;
    min-width: 255px;
}

.btn.btn-reverse:hover {
    background: #FFFFFF;
    color: #103F64;
}

.banner-content i.slick-arrow,
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
    font-size: 86px;
    line-height: 110px;
    color: #fff;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    cursor: pointer;
}

.video-banner i.fa-thin.fa-chevron-right.slick-arrow {
    right: -120px;
    transform: translate(0px, -50%);
}

.video-banner i.fa-thin.fa-chevron-left.slick-arrow {
    left: -120px;
    transform: translate(0px, -50%);
}

.video-banner .slick-arrow:hover {
    color: #fff;
    opacity: 1;
}

.video-banner:hover i.fa-thin.fa-chevron-right.slick-arrow {
    right: -100px;
}

.video-banner:hover i.fa-thin.fa-chevron-left.slick-arrow {
    left: -100px;
}

.lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #103F64;
    margin-bottom: 44px;
}

.product-item {
    background: #E5EAEF;
    border-radius: 15px;
    position: relative;
    text-align: center;
    border: 2px solid #E5EAEF;
}

.product-item:hover {
    border: 2px solid #3674B5;
}

.product-item__thumb {
    display: block;
    position: relative;
    margin: 0 auto 15px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 170px;
}

.product-item__thumb:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.product-item__thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-item .product-details {
    /* position: absolute;
    left: 0;
    right: 0; */
    display: block;
    padding: 15px 20px;
    text-align: center;
}

.product-item h4 {
    margin: 10px 0 15px;
    font-size: 20px;
    color: #103F64;
    font-weight: bold;
}

.product-item .product-details a {
    color: #3674B5;
    font-size: 16px;
    text-decoration: none;
}

.products-grid .product-item {
    padding: 15px;
    height: 100%;
}

.product-item.product-item--alt .product-details {
    padding: 0;
}

.product-item.product-item--alt .product-item__thumb {
    margin-top: 15px;
}

.slick-track {
    display: flex;
    gap: 32px;
}

.products-slider i.fa-thin.fa-chevron-left.slick-arrow,
.team-slider i.fa-thin.fa-chevron-left.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 86px;
    left: -45px;
    cursor: pointer;
}

.products-slider i.fa-thin.fa-chevron-right.slick-arrow,
.team-slider i.fa-thin.fa-chevron-right.slick-arrow {
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 86px;
    cursor: pointer;
}

.team-slider .product-item h4 {
    font-size: 15px;
    padding: 10px 5px;
}

.slick-arrow:hover {
    color: #3674B5;
}

.slick-slider {
    margin: 0 -50px;
}

.video-banner .slick-slider {
    margin: 0;
}

.fullcontenthover {
    /* 	display: none; */
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #3674B5;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 13px;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.fullcontenthover p {
    font-size: 13px;
    margin-bottom: 10px;
}

.fullcontenthover a {
    color: #fff !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
    display: block;
}

.team-grid .product-item .product-details {
    height: 100%;
}

.team-grid .product-item h4 {
    padding: 0 5px;
}

.team-grid .product-item img {
    margin: 0 auto;
    /* padding: 0 22px; */
    max-width: calc(100% - 44px);
    border-radius: 9px;
}

.team-grid .product-item {
    border: none;
    padding-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.team-grid .product-item:hover {
    border: none;
}

.team-grid .product-item:hover .fullcontenthover {
    /* 	display: block; */
    opacity: 1;
    visibility: visible;
}


section.text-center.about-section {
    background-color: #103F64;
    background-image: url(../images/Path.png);
    background-repeat: no-repeat;
    background-position: center right -39px;
}

section.text-center.about-section .face {
    background-image: url(../images/face2.svg);
    background-repeat: no-repeat;
    background-position: -180px;
    background-size: contain;
}

.about-info {
    text-align: left;
    padding: 133px 0;
}

.about-info h3 {
    font-size: 46px;
    line-height: 80px;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
}

.about-info h3 span {
    color: #CE1B16;
}

.about-info p {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

section.text-center.brands-section {
    background: #F8F8F8;
}

section.text-center.brands-section .slick-track {
    display: flex;
    gap: 12px;
    align-items: center;
}

section.text-center.brands-section .slick-track .brand-item {
    padding: 26px 36px;
}

section.text-center.brands-section .slick-track .brand-item img {
    width: 100%;
    max-width: 180px;
    height: auto;
    margin: 0 auto;
}

.brand-slider.mb-5.slick-initialized.slick-slider {
    background: #fff;
    margin: 0;
}

section.blog-section {
    background: #E4EAEF;
}

.single-blog {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 16px;
    opacity: 1;
    height: 100%;
}

.single-blog:hover img {
    opacity: 0.9;
}

.single-blog img {
    width: 100%;
}

.single-blog h5 {
    color: #3674B5;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 25px;
}

.single-blog p {
    color: #103F64;
    font-size: 16px;
    line-height: 19px;
}

.single-blog a {
    color: #3674B5;
    font-weight: bold;
}

.blog-content {
    padding: 25px;
}

.date {
    color: #8AA7C0;
    font-size: 15px;
    margin-bottom: 15px;
}

footer.bg-dark-full {
    background: #3674B5;
}

footer.bg-dark-full a {
    color: inherit;
    text-decoration: inherit;
}

footer.bg-dark-full a:hover {
    color: #103F64 !important;
    text-decoration: inherit !important;
}

@media (min-width: 850px) {
    footer.bg-dark-full {
        background-image: url(../images/face-footer.svg);
        background-repeat: no-repeat;
        background-position: -80px;
        background-size: contain;
    }
}

footer.bg-dark-full h5 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    /* text-transform: uppercase; */
    margin-bottom: 16px;
}

footer.bg-dark-full input.form-control {
    color: #103F64;
}

footer.bg-dark-full input.form-control:placeholder {
    color: #103F64;
    opacity: 1;
    /* Firefox */
}

footer.bg-dark-full input.form-control:-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #103F64;
}

footer.bg-dark-full ul.contact {
    padding: 0;
}

footer.bg-dark-full ul.contact li {
    list-style: none;
    color: #fff;
    margin-bottom: 8px;
    display: flex;
    gap: 5px;
}

footer.bg-dark-full ul.contact li i {
    font-size: 20px;
    margin-right: 15px;
}

footer.bg-dark-full .ul-list-group {
    display: flex;
    gap: 40px;
}

footer.bg-dark-full ul.list-unstyled li a {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
}

footer.bg-dark-full ul.social-media {
    display: flex;
    gap: 20px;
    padding: 0;
    margin-top: 50px;
}

footer.bg-dark-full ul.social-media li {
    list-style: none;
}

footer.bg-dark-full ul.social-media a {
    display: inline-flex;
    height: 38px;
    width: 38px;
    background: #fff;
    border-radius: 38px;
    align-items: center;
    justify-content: center;
    color: #3674B5;
}

@media (max-width: 575px) {
    footer.bg-dark-full .col-md-4+.col-md-4 {
        margin-top: 15px;
    }

    footer.bg-dark-full .ul-list-group {
        flex-direction: column;
        gap: 0;
    }

    footer.bg-dark-full ul.social-media {
        margin-top: 30px;
    }

    .copyright {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }
}


.copyright {
    background: #103F64;
    font-size: 14px;
    color: #fff;
}

.hero-section {
    /* background: url("../images/Image 2.png") no-repeat center center/cover; */
    background: url("../images/HeroBanner.png") no-repeat center center/cover;
    min-height: 260px;
    display: flex;
    align-items: center;
    color: #103f64;
}

.hero-section .hero-content h1 {
    font-size: 72px;
    line-height: 91px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

.hero-section .hero-content p.lead {
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    color: #E4EAEF;
}

.hero-section .hero-img {
    max-width: 100%;
    border-radius: 10px;
}

.information-section h3 {
    font-size: 36px;
    color: #103F64;
    margin-bottom: 32px;
    text-align: center;
}

.information-section p {
    color: #103F64;
}

.information-section img {
    display: inline-block;
}

.information-section .wpcf7 {
    margin: 0 auto;
    max-width: 690px;
}

section#section1 {
    padding: 65px 0;
    background: #F8F8F8;
}

h3 {
    font-size: 36px;
    color: #103F64;
    margin-bottom: 32px;
    text-align: center;
}

.specialists {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    /* space between columns */
}

.specialists .slick-track {
    display: block;
}

.specialists .slick-arrow {
    position: absolute;
    z-index: 3;
    top: calc(50% - 5px);
}

.specialists .slick-arrow.fa-chevron-left {
    left: 0;
}

.specialists .slick-arrow.fa-chevron-right {
    right: 0;
}

.specialists .col-fix {
    /* min-height: 362px; */
    background: #FFFFFF no-repeat padding-box;
    border-radius: 16px;
    opacity: 1;
    padding: 24px;
    text-align: center;
    /* Make exactly 5 per row */
    flex: 0 0 calc(20% - 30px);
    /* 20% width minus the gap */
    box-sizing: border-box;
}

.specialists .col-fix img {
    display: block;
    width: 100%;
    max-width: 140px;
    margin: 0 auto 15px;
}

section#section2 {
    background: #E4EAEF;
    padding: 30px 0;
}

section#section2 h3 {
    font-weight: 700;
    font-size: 60px;
    color: #103F64;
    margin-bottom: 32px;
    text-align: center;
}

.product-row {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.product-row .product-item {
    flex: 0 0 calc(25% - 32px);
    /* 20% width minus the gap */
}

@media (max-width: 1520px) {
    header img.header-mask {
        display: none;
    }

    .slick-slider {
        margin: 0 0;
    }

    .video-banner i.fa-thin.fa-chevron-left.slick-arrow {
        left: -49px;
        font-size: 52px;
    }

    .video-banner i.fa-thin.fa-chevron-right.slick-arrow {
        right: -49px;
        font-size: 52px;
    }

    .video-banner:hover i.fa-thin.fa-chevron-left.slick-arrow {
        left: -52px;
        font-size: 52px;
    }

    .video-banner:hover i.fa-thin.fa-chevron-right.slick-arrow {
        right: -52px;
        font-size: 52px;
    }
}

div#header {
    display: none;
}

@media (max-width: 1100px) {
    section.text-center.about-section .face {
        background-position: -500px;
    }

    .specialists {
        gap: 12px;
    }


    .specialists .col-fix {
        /* min-height: 362px; */
        flex: 0 0 calc(50% - 12px);
    }

    /*
    .specialists .col-fix img {
        margin: 0 auto;
        display: block;
    } */
    .product-row .product-item {
        flex: 0 0 calc(50% - 32px);
    }

    .banner-content-inner h1 {
        font-size: 49px;
        line-height: 60px;
    }

    .banner-content-inner p {
        font-size: 28px;
        line-height: 35px;
    }

    .flex-direction-nav .flex-next,
    .flex-direction-nav .flex-prev {
        font-size: 54px;
    }

    .flex-direction-nav .flex-prev {
        left: -52px;
    }

    .flexslider:hover .flex-direction-nav .flex-prev {
        left: -42px;
    }

    .flex-direction-nav .flex-next {
        right: -52px;
    }

    .flexslider:hover .flex-direction-nav .flex-next {
        right: -42px;
    }

    h2 {
        font-size: 36px;
        line-height: 45px;
    }

    .about-info h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .hero-section .hero-content h1 {
        font-size: 40px;
        line-height: 52px;
    }

    .hero-section .hero-content p.lead {
        font-size: 26px;
        line-height: 30px;
    }

    .products-slider i.fa-thin.fa-chevron-left.slick-arrow,
    .team-slider i.fa-thin.fa-chevron-left.slick-arrow {
        font-size: 45px;
        left: 0px;
        /*-20px*/
    }

    .products-slider i.fa-thin.fa-chevron-right.slick-arrow,
    .team-slider i.fa-thin.fa-chevron-right.slick-arrow {
        right: 0px;
        /*-20px*/
        font-size: 45px;
    }

    .team-slider {
        padding: 0 30px;
    }

    .team-slider .slick-track {
        gap: 0;
    }
}

@media (max-width: 991px) {
    #header a {
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        right: 20%;
        width: 50px;
        height: 50px;
        text-decoration: none;
        transform: translate(0, -50%);
        font-size: 40px;
    }

    #header a[href="#menu"] {
        display: flex;
    }

    /*.fixedvidheight {
  		max-height: 445px;
  		height: 445px;
	}*/

    nav#menu {
        display: flex;
    }

    /* Mobiel menu aan */

    .mm-wrapper--opened #header a[href="#menu"] {
        display: none;
    }

    #header a[href="#page"] {
        display: none;
    }

    .mm-wrapper--opened #header a[href="#page"] {
        display: flex;
        left: 0;
    }

    .mm-menu--theme-light {
        --mm-color-background: #103f64;
    }

    .mm-menu a,
    .mm-menu a:link,
    .mm-menu a:visited {
        text-decoration: none;
        color: #fff;
    }

    .mm-menu a:active,
    .mm-menu a:hover {
        background-color: #DBECFD;
    }

    .mm-listitem:after {
        border-color: #fff;
        left: 0;
    }

    .mm-menu a:active:after,
    .mm-menu a:active:before,
    .mm-menu a:hover:after,
    .mm-menu a:hover:before,
    .mm-menu a:visited:after,
    .mm-menu a:visited:before {
        border-color: #103f64;
    }

    .mm-btn--next:after,
    .mm-btn--prev:before {
        border-color: #fff;
    }

    .navbar-toggler {
        display: none;
    }

    div#header {
        display: block;
    }

    .single-blog {
        height: auto;
        margin-bottom: 30px;
    }

    .mobile-wrap {
        flex-wrap: wrap;
    }

    section.text-center.about-section .face {
        background: none !important;
    }
}

@media (max-width: 600px) {
    .hero-section {
        min-height: 200px;
    }

    .product-item .product-details {
        padding: 5px 0 0;
    }

    .product-row .product-item {
        flex: 0 0 calc(100% - 0px);
    }

    .team-grid .product-item img {
        margin: 20px auto 0;
    }

    /*
    .specialists .col-fix {
        flex: 0 0 calc(100% - 0px);
    }
    */
    .navbar-expand-lg.bg-white {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-brand {
        max-width: 180px;
    }

    #header a {
        right: 15px;
        font-size: 30px;
    }

    .topbar ul>li:last-child>a {
        /* why? */
        /* pointer-events: none;  */
    }

    .banner-content-inner h1 {
        font-size: 30px;
        line-height: normal;
    }

    .banner-content-inner p {
        font-size: 22px;
        line-height: normal;
    }

    .topbar .topbar-col {
        margin: 0 auto;
    }

    .topbar .topbar-col ul {
        padding-left: 0 !important;
    }

    .topbar .topbar-col.first {
        display: none;
    }

    .specialists {
        gap: 6px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .specialists .slick-slide,
    .specialists .slick-slide>div,
    .specialists .slick-slide .col-fix {
        height: 100%;
    }

    .specialists .slick-slide .col-fix {
        min-height: 300px;
    }
}

/* custom case study  */
.case-study-thumb img {
    border-radius: 10px;
    /* border: 3px solid #e4eaef; */
}

.case-study-thumb-wrapper {
    padding: 10px;
}

.case-study-blog {}

/* custom service */
.service-section {}

.service-thumb img {
    border-radius: 0px 0px 13px 13px;
}

.service-thumb-wrapper {
    /* padding: 10px; */
}

.service-blog {
    height: auto;
    background: #e4eaef;
    border: 3px solid #e4eaef;
    transition: all 0.3s;
}

.service-blog:hover {
    background: #dbecfd;
    border: 3px solid #3674B5;
}

.service-title {
    padding: 10px;
    text-align: center;
    border-bottom: 2px solid #e4eaef;
    transition: all 0.3s;
}

.service-blog:hover .service-title {
    border-bottom: 2px solid #3674B5;
}

.service-title h5 {
    margin-bottom: 0px !important;
}

.service-blog .service-title h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.services-items {
    justify-content: center;
}

/* 5 columns on large screens */
@media (min-width: 992px) {
    .col-lg-5th {
        flex: 0 0 auto;
        width: 20%;
    }
}

/* WPML custom language switcher adjustments */
.wpml-ls-legacy-dropdown-click {
    width: auto;
    max-width: 100%;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
    content: "\f078";
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    right: 6px;
    border: 0;
    top: auto;
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    font-weight: 300;
}

.wpml-ls-link {
    width: 100%;
}

.rounded-corners {
    border-radius: 13px;
}

/* ====================================================================================================================
 * Featured products slider adjustments
 * ====================================================================================================================*/
.acf-product-slider {
    position: relative;
}

.acf-product-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    /* background: #fff; */
    background: none;
    border-radius: 20%;
    /* border: 1px solid #ccc; */
    color: #333;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
    opacity: 0.9;
    transition: background 0.2s, color 0.2s;
}

.acf-product-slider .slick-arrow.slick-prev {
    left: 0;
}

.acf-product-slider .slick-arrow.slick-next {
    right: 0;
}

.acf-product-slider .slick-arrow:hover {
    /* background: #3674B5;
    color: #fff; */
}

.acf-product-slider .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.acf-product-slider .slick-dots li button:before {
    font-size: 16px;
    color: #bbb;
    opacity: 1;
}

.acf-product-slider .slick-dots li.slick-active button:before {
    color: #3674B5;
}

/* Center product titles in featured products slider */
.acf-product-slider .featured-product-title {
    text-align: center;
    margin-top: 12px;
}


/* Gradient overlay for featured products slider edges */
.acf-product-slider {
    position: relative;
}

.acf-product-slider .slick-list {
    position: relative;
    z-index: 1;
}

.acf-product-slider .acf-slider-fade-overlay {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 1) 100%);
}

/* Featured products: keep thumbnail size consistent regardless of title length */
.acf-product-slider .single-blog {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.acf-product-slider .featured-product-thumb-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    aspect-ratio: 1/1;
}

.acf-product-slider .featured-product-thumb {
    align-content: center;
}

.acf-product-slider .featured-product-title h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
}

.featured-product-thumb img {
    aspect-ratio: 1/1;
    object-fit: contain;
    height: 80%;
}


/* ====================================================================================================================
 * Team carrousel adjustments
 * ====================================================================================================================*/
.team-carrousel-thumbnail {
    position: relative;
    display: inline-block;
    max-width: 80%;
}

.team-carrousel-thumbnail-img {
    max-width: 100% !important;
}

.team-carrousel-thumbnail-arrow {
    bottom: -1px;
    right: -1px;
    position: absolute;
    border-radius: 0 !important;
}

.z-index-1 {
    z-index: 1 !important;
}

/* ====================================================================================================================
 * WooCommerce adjustments
 * ====================================================================================================================*/
.product .woocommerce-loop-product__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center !important;
}

/* Hide add to cart button on product listing pages */
.product>.add_to_cart_button,
.product>.ajax_add_to_cart {
    visibility: hidden;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-ordering>.orderby {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.single_add_to_cart_button {
    background-color: #3674B5 !important;
}

.shop-hero-section {
    min-height: 130px;
}

/* Woocommerce Pagination overhaul */
.woocommerce-pagination ul.page-numbers {
    border: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 1rem !important;
}

.woocommerce-pagination ul.page-numbers li {
    margin: 0;
    border: none !important;
}

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    aspect-ratio: 1/1;
    border-radius: 10%;
    /* border: 1px solid #ddd; */
    font-weight: 500 !important;
    transition: all 0.3s ease;
}

.woocommerce-pagination ul.page-numbers li a:hover {
    background: #dbecfd !important;
    color: #3674b5 !important;
    border-color: #dbecfd !important;
}

.woocommerce-pagination ul.page-numbers li span.current {
    background: #dbecfd !important;
    color: #3674b5 !important;
    border-color: #dbecfd !important;
}

/* Hide default arrow text and use custom */
.woocommerce-pagination ul.page-numbers li a.prev,
.woocommerce-pagination ul.page-numbers li a.next {
    font-size: 0;
    /* hide arrow text */

}

.woocommerce-pagination ul.page-numbers li a.prev:after {
    content: "‹";
    font-size: 1.5rem;
    padding-bottom: 5px;
}

.woocommerce-pagination ul.page-numbers li a.next:after {
    content: "›";
    font-size: 1.5rem;
    padding-bottom: 5px;
}

/* ====================================================================================================================
 * Yith Composite Products adjustments
 * ====================================================================================================================*/
.ywcp_components_single_item{
    margin-bottom: 25px !important;
}

.ywcp_component_description{
    margin-bottom: 0.5rem !important;
}

.ywcp_components_single_item h3 abbr.required {
    color: #CD1914 !important;
}

.ywcp_components_single_item h3 abbr.required>span {
    display: none;
}

.ywcp_components_single_item h3 abbr.optional {
    display: none;
}

.ywcp_components_single_item h3 abbr {
    font-size: 1rem;
    vertical-align: top;
}

.ywcp_components_single_item h3 {
    font-size: 1.25rem;
    text-align: start;
}

.ywcp_components_single_item .ywcp_selection_open,
.ywcp_components_single_item .ywcp_selection_close {
    float: right;
}

.ywcp_customer_advice {
    border: 2px solid #CD1914 !important;
    border-radius: 3px;
    color: #bbb;
}

.ywcp_component_otpions_thumbnails_container>ul.products {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.ywcp_component_otpions_thumbnails_container>ul.products::before {
    content: none !important;
}


.ywcp_product_title {
    font-weight: bold;
}

.ywcp_product_link a {
    width: 100% !important;
    /* color: #103F64 !important; */
    /* text-decoration: underline !important; */
}

.ywcp_component_otpions_thumbnails_container ul.products li:last-child {
    margin-bottom: 10px !important;
}

.ywcp_image_container {
    width: auto !important;
    max-width: 150px;
}

.ywcp_component_otpions_select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ywcp>.quantity {
    float: right !important;
}

@media (max-width: 991px) {
    .ywcp_component_otpions_thumbnails_container>ul.products {
        grid-template-rows: 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ywcp_component_otpions_thumbnails_container>ul.products {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: 1fr;
    }
}

tr.ywcp_component_child_item td.product-thumbnail,
tr.ywcp_component_child_item td.product-name {
    padding-left: 35px;
}

/* paginator fix*/
.ywcp_component_otpions_thumbnails_container>nav.woocommerce-pagination>ul.page-numbers>li>a {
    width: 100% !important;
    margin-bottom: 0 !important;
}

/* Hide link to product page when a product is selected */
.ywcp_selection_selected>div.ywcp_component_options_selection_container>div.ywcp_inner_selected_container>div.ywcp_product_info>div.ywcp_product_link {
    visibility: hidden;
    height: 0;
}

.ywcp_inner_selected_container {
	display: flex;
  	margin-bottom: 0.5rem;
}

.ywcp_component_options_selection_container{
    margin-bottom: 0.25rem;
}

/* hide subtotal */
.ywcp_component_subtotal{
    display: none !important;
}

/* ====================================================================================================================
 * Cart page adjustments
 * ====================================================================================================================*/

.checkout-button {
    background-color: #3674B5 !important;
}

.woocommerce ul.products li.product a img {
    aspect-ratio: 1/1;
    object-fit: contain;
}

/* proceed to quote button */
.wc-block-components-checkout-place-order-button {
    background: #3674b5;
    color: white;
    border: none;
    font-weight: bold;
    border-radius: 3px;
}

.wc-block-components-order-summary-item__description > h3.wc-block-components-product-name {
    font-size: 1rem;
}

.ywcp_cart_component_name label {
  font-weight: bold;
}

/* ====================================================================================================================
 * Product Page adjustments
 * ====================================================================================================================*/

 /* Single product image height limit */
.woocommerce-product-gallery img {
    max-height: 370px;
    object-fit: contain;     
}

.variable-attribute-title h3{
    font-size: 1.25rem !important;
    color: #103F64;
    margin-bottom: 10px;
}

.variation-item {
    display: block;
    margin-bottom: 25px;
}

.custom-woocommerce-select{
    display: block !important;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce div.product form.cart div.quantity{
    float: right;
}

.product_meta {
    display: flex;
    flex-flow: column;;
}

.minidis-custom-woocommerce-gallery > ol > li > img{
    aspect-ratio: 1/1;
}

.minidis-custom-woocommerce-gallery > div.woocommerce-product-gallery__wrapper > div.woocommerce-product-gallery__image > a > img {
    aspect-ratio: 1/1;
}