@charset "utf-8";
/* CSS Document */

/* BOOTSTRAP OVERRIDES */

/* MAX WIDE 1140 */
/*
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1140px;
	}
}
*/



a {
  color: #1573a6;
  text-decoration: underline;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #1573a6;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

/* HOME CARDS */
.card {
	transition: 300ms ease-in-out;
}
/*
.card-group {
	display: none;
}
*/
.card-group.show {
	display: flex;
}
.card:hover {
	-webkit-box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.2);	
}
@media (min-width: 1200px) {
	.card .img-wrap {
		/* min-height: 207px; */
	}
}
.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(255,255,255,1);
    border-top: none;
}

/* MODALS */
.modal-body {
	color: #272727;
}
.modal-footer {
	align-items: center !important;
	justify-content: center;
}
/* MODALS */

/* BUTTONS */
.btn {

}
.btn-primary {
	background-color: #1573a6 !important;
	color: #FFF;
	border: none;
	font-weight: 700;
}
.btn-outline-secondary {
	background-color: #FFF;
	color: #616161;
	border: 1px solid rgba(0,0,0,.125);
}
.card .btn {
	line-height: 1;
}
.card .btn-primary,
.sticky-filters .btn-primary {
	font-weight: 400;
	font-size: 14px;
	padding: .7rem 1rem;
}
.btn-search { 
	background-color: #FFF;
}
.btn i { margin-right: 12px; } 
.btn-basket i { margin-right: 0; } 

.products .rounded-pill { z-index: +1;}

/* COLORS */
.bg-primary {
	background-color: #1573a6 !important; 
	color: #FFF;
}
.text-primary {
	color: #1573a6 !important;
}
.text-dark {
	color: #272727 !important;
}
.text-muted {
	color: #aaa9a9 !important;
}
/* BOOTSTRAP OVERRIDES */

body {
	position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 14px;
	line-height: 1.8;
	background-color: #FFF;
    color: #616161;
}
@media (max-width: 992px) {
	body {
		/*padding-top: 120px;*/
		font-size: 16px;
	}
}

/* SECTIONS */
.breadcrumbs {
	padding: 20px 0 6px 0;
	font-size: 14px;
	top: 50px;
	background-color: #f7f7f7;
	margin-bottom: 40px;
	z-index: 50;
	transition: all 300ms ease-in-out;
}
.breadcrumbs.scrolled {
	-webkit-box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.05);	
}
.breadcrumbs a {
	color: #616161;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #1573a6;
	text-decoration: underline;
}
/*
.home-highlights {
	padding-top: 40px;
	padding-bottom: 32px;	
}
.highlights-sm { display: none; } 
.highlights-md { display: flex; }

@media (max-width: 767px) {
	.highlights-md { display: none; }
	.highlights-sm { display: flex; }
	
	.highlights-sm .carousel-indicators {
		position: relative;
		padding-top:14px;
		margin:0;
	}
}*/
.home-options {
	background-color: #efefef;
	padding: 60px 0 60px 0;
}
.home-intro {
	background-color: #616161;
	font-size: 16px;
	color: #fff;
	padding: 60px 0 60px 0;
}
.home-news-referenties {
	padding: 60px 0 60px 0;
	font-size: 14px;
}
.home-news a,
.home-referenties a,
.contact a {
	color: #1573a6;
	text-decoration: none;
}
.contact i { margin-right: 10px; }
.products {
	padding-bottom: 40px;	
}
.medewerkers {
	background-color: #efefef;
	padding: 60px 0 60px 0;
}
footer {
	padding: 40px 0 20px 0;
	background-color: #a9a9a9;
	color: #272727;
	font-size: 14px;
}
footer i { margin-right: 10px; }
footer a { color: #272727; text-decoration: none; }
footer a:hover { color: #272727; text-decoration: underline; }

/* BASKET */
.img-fluid {
	max-width: 100%;
	height: auto;
}
@media (max-width: 550px) {
	.basket .img-wrap { width: 100px;}
}


/* CONTACT */
.map {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #FFF;
  z-index: 0;
}

/* TYPOGRAPHY */
h1 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 24px;
	color: #272727;
}
h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #272727;
}
.card h1 {
	font-family: 'Ubuntu',sans-serif;
	font-weight: 100;
	font-style: normal;
	text-transform: uppercase;
	font-size: 30px;
	color: #282828;
	text-decoration: none;	
} 
.card h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #272727;
	text-decoration: none;	
}
.card .price { 
	color: #1573a6;
	font-size: 16px; 
	font-weight: 700;
} 
.basket h2 a {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #272727;
	text-decoration: none;	
}
@media (max-width: 992px) {
	.card h2 {
		font-size: 16px;
	}
	.card .price { font-size: 20px; } 
}
section.home-intro h2 {
	font-family: 'Ubuntu',sans-serif;
	font-weight: 100;
	font-style: normal;
	text-transform: uppercase;
	font-size: 30px;
	color: #FFF;
	text-decoration: none;	
}
section.nieuws h2 a,
.home-news h2 a {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #272727;
	color: #1573a6;
	text-decoration: none;
}
section.videos h2 a,
section.videos h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #1573a6;
	text-decoration: none;
}
h3, a h3, h3 a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #272727;
	text-decoration: none;
}
h4, a h4, h4 a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #272727;
	text-decoration: none;
}
h4 a:hover {
    color: #1573a6;
    text-decoration: none;
}

.productprice {
	color: #1573a6;
	font-weight: 700;
	font-size: 30px;
	margin-right: 10px;
}

i.status { margin-right: 4px; }

.basket a { 
	text-decoration: none;
	color: #1573a6;	
}
p a {}
.card a, .tag a { text-decoration: none; }
a img {
    color: rgba(0,0,0,0.50);
}
.carousel-item img {
	background-color: rgb(248, 249, 250);
	color: rgb(248, 249, 250);
	aspect-ratio: 634 / 407;
}

strong, .strong { font-weight: 700; }

/* LISTS */
ul.list { list-style: none; margin:0 0 40px 0; padding: 0;}
ul.list a {
	color: #616161;
	text-decoration: none;
}
ul.list a:hover {
	color: #1573a6;
	text-decoration: underline;
}

.card ul.list { list-style: none; margin:0; padding: 0;}
.card ul.list li { padding-left: 1.8em; }
.card ul.list li::before {
    content: "\f061";
	font-family: 'Font Awesome 5 Pro';
	padding: 0 10px 0 0;
	display: inline-block;
	margin-left: -1.8em;
	width: 1.8em;	
}


/* IMG HOVER TRANSFORM */
.img-wrap {
	overflow: hidden;
	position: relative;
}
.img-wrap img {
	background-color: rgb(248, 249, 250);	
	color: rgb(248, 249, 250);
	/*transition: all 300ms ease-in-out;*/
	transition: 300ms ease-in-out;
	/*width: 100%;*/
}
.img-wrap:hover img  {
	transform: scale(1.05);
}
.card:hover img  {
	transform: scale(1.10);
}


/* FILTERS */
@media (min-width: 992px) {
	.sticky-filters {
		position: -webkit-sticky;
		position: sticky;
		top: 200px;	
	}
	.filtermenu-inner { padding: 0;}
	.filtermenu-inner .row { padding-left: 12px; }
	.filtermenu .filterhead { display: none; }
	.btn-filter, .btn-filter-close { display: none; }
}
@media (max-width: 991px) {
	.sticky-filters {
		position: relative;
		top: auto;
	}
	.filtermenu {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		flex-direction: column;
		transform: translate3d(0,100%,0);
		transition: transform .3s ease-in-out;
		z-index: 1040;
		background-color: #fff;
		width: 100%;
		height: 100%;
		overflow: hidden;
		padding: 0;
	}
	.filtermenu.is-open { 
		transform: translate3d(0,0,0);
	}
	.filtermenu-inner .row { padding-left: 12px; }
	.filtermenu .form-check {
		width: 50%;
	}
	.filtermenu-inner { padding: 1rem; }
}

