*,
*::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;
    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: inherit;
    text-decoration: none;
}
a:hover {
    color: #103F64 !important;
}

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;
    font-size: 56px;
    line-height: 71px;
    color: #3674B5;
    /* font-family: Outfit; */
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 16px;
}
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);
}

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;
    }
    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; }

.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; }
.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;
}
@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/boliviainteligente.jpg") no-repeat center center/cover; 
    min-height: 260px;
    display: flex;
    align-items: center;
    color: white;
}
.hero-section .hero-content h1 {
    font-size: 72px;
    line-height: 91px;
    font-weight: bold;
    margin-bottom: 5px;
}
.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;
    /* 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 {
		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: 0;
        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;
    }
}