/*
Theme Name: ComfortBest
Theme URI: https://
Description: Thema voor de website van ComfortBest
Version: 0.1
Author: Bonsai media
Author URI: https://www.bonsaimedia.nl/
*/



/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}





/* Variables */

:root {
	--main-blue: #0f6cea;
	--main-darkblue: #283583;
	--main-green: #439e2f;

	--wpgb-border-radius: 5px!important;
	--wpgb-border-width: 1px!important;
}





/* Fonts */

@font-face {
	font-family: 'Bw Gradual';
	src: url('fonts/BwGradual-RegularItalic.woff2') format('woff2'), url('fonts/BwGradual-RegularItalic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Bw Gradual';
	src: url('fonts/BwGradual-ThinItalic.woff2') format('woff2'), url('fonts/BwGradual-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Bw Gradual';
	src: url('fonts/BwGradual-Bold.woff2') format('woff2'), url('fonts/BwGradual-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bw Gradual';
	src: url('fonts/BwGradual-BoldItalic.woff2') format('woff2'), url('fonts/BwGradual-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}





/* Global styles */

body {
	background: #fff;
	color: #000;
	font: 400 18px/28px "source-sans-pro", sans-serif;
}



h1, h2, h3, h4, h5, h6 {
	color: var(--main-darkblue);
	font-weight: 700;
	font-family: "Bw Gradual", sans-serif;
	text-transform: uppercase;
}

h1 { margin-bottom: 20px; font-size: 28px; line-height: 36px; }
h2 { margin-bottom: 15px; font-size: 24px; line-height: 32px; }
h3 { margin-bottom: 10px; font-size: 20px; line-height: 26px; }
h4 { margin-bottom: 5px; font-size: 18px; }
h5 { margin-bottom: 0; font-size: 16px; }
h6 { }

h1:only-child, h2:only-child, h3:only-child, h4:only-child {
	margin-bottom: 0;
}

h1 span, h1 svg {
	color: var(--main-blue);
}

.text-center h1 svg {
	margin-bottom: 10px;
	font-size: 48px;
}



a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s;
}



strong {
	font-weight: 700;
}



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



hr {
	height: 1px;
	margin: 0 0 20px;
	background: #ced6e3;
	border: 0;
}



/* --- Input */

::placeholder {
	color: #000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000;
}

::-ms-input-placeholder {
	color: #000;
}



form {}

form p {}
form p:not(:last-child) {
	margin-bottom: 0;
}

form label, form legend {
	color: #283583;
	font-weight: 700;
	font-size: 14px;
}

form legend {
	margin-bottom: 10px;
}


input[type=text], input[type=number], input[type=email], input[type=tel], input[type=password], input[type=datepicker], input[type=submit], textarea, select, button {
	width: 100%;
	margin-bottom: 20px;
	padding: 12px 15px;
	background: #fff;
	color: #000;
	font: 18px/28px "source-sans-pro", sans-serif;
	text-align: left;
	border: 1px solid #ced6e3;
	border-radius: 5px;
	transition: all 0.2s;
	-webkit-appearance: none;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=datepicker]:focus, textarea:focus, select:focus, button:focus {
	border-color: var(--main-darkblue);
}


textarea {
	height: 100px;
}


select {
	background: #fff url(img/chevron-down.svg) right 15px center/16px 9px no-repeat;
}


input[type=submit], button {
	display: block;
	width: 100%;
	margin: 0;
	padding: 11px 33px;
	background: var(--main-green);
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	border: 0;
	transition: all 0.2s;
}
input[type=submit]:hover, button:hover {
	background: var(--main-darkblue);
	cursor: pointer;
}





/* Global classes */

.left { float: left; }
.right { float: right; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; }
.text-capitalize { text-transform: capitalize; }



.position-relative {
	position: relative;
}

.align-items-flex-start {
	align-items: flex-start;
}

.align-items-flex-end {
	align-items: flex-end;
}



.fluid {
	width: 100%;
	float: left;
}

.container {
	max-width: 1352px;
	max-width: 1372px;
	margin: 0 auto;
	padding: 0 20px;
}



/* --- Text */

span.subtitle {
	color: #439e2f;
	font: 700 14px/32px "Bw Gradual", sans-serif;
	text-transform: uppercase;
}
span.subtitle.alt {
	color: #283583;
}

span.intro {
	color: #052458;
	font-size: 20px;
	line-height: 30px;
}



/* --- Buttons */

a.button {
	position: relative;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 10px 15px;
	background: var(--main-blue);
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.2s;
}
a.button:only-child, a.button:only-of-type {
	margin: 0;
}
a.button:hover {
	background: #e56100;
}


.text-center a.button {
	margin: 0 10px 20px;
}


a.button.blue {
	background: var(--main-blue);
	color: #fff;
}
a.button.blue:hover {
	background: #2278eb;
}


a.button.darkblue {
	background: var(--main-darkblue);
	color: #fff;
}
a.button.darkblue:hover {
	background: #323f8e;
}


a.button.green {
	background: var(--main-green);
	color: #fff;
}
a.button.green:hover {
	background: #4baa36;
}


a.button.white {
	background: #fff;
	color: var(--main-darkblue);
}
a.button.white:hover {
	background: rgba(255, 255, 255, 0.8);
}



/* --- Slider */

.flickity-button {
	background: transparent!important;
	z-index: 2;
}
.flickity-button:disabled {
	opacity: 0!important;
}

.flickity-prev-next-button {
	top: 50%!important;
	width: 54px!important;
	height: 54px!important;
	margin-top: -30px;
	padding: 0!important;
	border-radius: 100%!important;
	transform: none!important;
}

.flickity-prev-next-button.previous {
	left: -20px!important;
	background: var(--main-blue) url(img/prev.svg) center no-repeat!important;
}
.flickity-prev-next-button.previous:hover {
	background-color: var(--main-darkblue)!important;
}

.flickity-prev-next-button.next {
	right: -20px!important;
	background: var(--main-blue) url(img/next.svg) center no-repeat!important;
}
.flickity-prev-next-button.next:hover {
	background-color: var(--main-darkblue)!important;
}


.flickity-prev-next-button .flickity-button-icon {
	display: none;
}


.flickity-viewport {
	overflow: visible!important;
}



/* --- Video */

.video-container {
	position: relative;
	height: 0;
	margin: 0;
	padding-bottom: 56.25%;
	padding-top: 0;
	background: var(--main-darkblue);
	border-radius: 5px;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* --- Accordion */

.accordion {
	float: left;
	width: 100%;
	margin: 0!important;
}

.accordion > li {
	float: left;
	width: 100%;
	min-height: ;
	margin-bottom: 10px;
	padding: 0 30px!important;
	background: #e6eaf1!important;
	border: 1px solid #ced6e3;
	border-radius: 5px;
	list-style: none!important;
}

.accordion > li.active {
	background: #fff!important;
}

.accordion > li .accordion-control {
	position: relative;
	padding: 20px 74px 20px 0;
	cursor: pointer;
}
.accordion > li .accordion-control:before {
	position: absolute;
	top: 9px;
	right: -21px;
	width: 54px;
	height: 54px;
	background: var(--main-darkblue) url(img/plus.svg) center no-repeat;
	border-radius: 5px;
	content: " ";
}

.accordion li .accordion-control.open {}
.accordion li .accordion-control.open:before {
	background-image: url(img/minus.svg);
}

.accordion li .accordion-control h3 {
	margin-bottom: ;
	color: var(--main-darkblue);
	font-weight: 700;
	font-size: 14px;
	line-height: 32px;
	text-transform: uppercase;
}

.accordion li .accordion-panel {
	display: none;
	padding-top: 10px;
}



/* --- Block */

.block {
	display: block;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.block .image, .block .image img {
	float: left;
	width: 100%;
}

.block .content {
	float: left;
	width: 100%;
	padding: 20px 30px;
}



/* --- Post */

.post {
	margin-bottom: 20px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.post .block .image {
	float: left;
	width: 100%;
	overflow: hidden;
}

.post .block .image img {
	float: left;
	width: 100%;
	transition: transform 0.2s;
}

.post .block .content {
	float: left;
	width: 100%;
	padding: 25px 30px;
	border: 1px solid #ced6e3;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

.post .block .content h6 {
	min-height: ;
	margin-bottom: 0;
	color: var(--main-darkblue);
	font-size: 16px;
	line-height: 26px;
	transition: color 0.2s;
}


/* ------ Hover */

.post:hover .block .image img {
	transform: scale(1.05)
}

.post:hover .block .content h6 {
	color: var(--main-blue);
}



/* --- Mini post */

#posts {}

#posts .mini-post {
	display: block;
	margin-bottom: 20px!important;
	padding: 0;
	border: 1px solid #ced6e3;
	border-radius: 5px;
	transition: background 0.2s;
}
#posts .mini-post:first-child {
	border-top: 1px solid #dfdde9;
}

#posts .mini-post .image {
	float: left;
	width: 160px;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
}

#posts .mini-post .image img {
	float: left;
	width: 100%;
	transition: transform 0.2s;
}

#posts .mini-post .content {
	float: left;
	width: calc(100% - 160px);
	padding: 15px 20px;
}

#posts .mini-post .content h6 {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	text-transform: none;
	transition: color 0.2s;

	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}


/* ------ Hover */

#posts .mini-post:hover .image img {
	transform: scale(1.05)
}

#posts .mini-post:hover .content h6 {
	color: var(--main-blue);
}



/* --- Product */

.product {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding: 15px 15px 20px;
	background: #fff;
	color: #091634;
	font-size: 15px;
	line-height: 20px;
    border: 1px solid #ced6e3;
	border-radius: 5px;
    overflow: hidden;
    transition: border 0.2s;
}

.product .image {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.product .image img {
	vertical-align: middle;
}

.product .content {
	float: left;
	width: 100%;
}

.product .content h3 {
	margin-bottom: 5px;
	color: #25365f;
	font-size: 16px;
	line-height: 20px;
	transition: color 0.2s;
}

.product .content ul {
	margin: 0 0 20px 15px;
}

.product .content li {
	padding: 0;
	list-style-image: url(img/li-check.svg);
}

.product .content p:not(:last-child) {
	margin-bottom: 15px;
}


/* ------ Hover */

.product:hover {
	border-color: var(--main-blue);
}

.product:hover .content h3 {
	color: var(--main-blue);
}





/* Header */

#header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 188px;
	background: #fff;
	font-size: 14px;
	z-index: 3;
}



/* --- Meta */

#meta {
	position: relative;
	height: 40px;
	background: #e6eaf1;
	color: #091634;
	font-size: 15px;
	line-height: 40px;
}

#meta .row {
	height: 40px;
}



#meta ul {
	margin-left: -10px;
}

#meta ul li {
	display: inline-block;
	margin-right: 15px;
}



#meta a {
	margin-left: 5px;
	text-decoration: none;
}
#meta a:hover {
	color: var(--main-blue);
}

#meta a svg {
	color: var(--main-green);
	transition: color 0.2s;
}
#meta a:hover svg {
	color: var(--main-blue);
	animation-name: fa-bounce;
	animation-duration: 1s;
	animation-iteration-count: 1;
}



/* --- Header */

#header {
	position: relative;
	height: 94px;
}

#header .row {
	height: 94px;
}



#header #logo {
	float: left;
	display: block;
	transition: transform 0.2s;
}
#header #logo:hover {
	transform: scale(1.05);
}

#header #logo img {
	float: left;
}



#header #quicklinks {}

#header #quicklinks a {
	position: relative;
	float: right;
	display: block;
	width: auto;
	height: 54px;
	margin-left: 10px;
	padding: 0 16px;
	background: var(--main-darkblue);
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 54px;
	text-align: center;
	border-radius: 4px;
	transition: background 0.3s;
}
#header #quicklinks a:hover {
	background: var(--main-blue);
}

#header #quicklinks a svg {
	float: left;
	margin-top: 15px;
	color: #fff;
	font-size: 24px;
}

#header #quicklinks a span.count {
	display: inline-block;
	height: 22px;
	margin-left: 5px;
	padding: 0 7px;
	background: #4ccb30;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	border-radius: 11px;
	vertical-align: text-bottom;
	transition: background 0.2s;
}


#header #quicklinks form {
	float: right;
	width: calc(100% - 225px);
}

#header #quicklinks form input {
	margin: 0;
	padding: 12px 15px;
	background: url(img/icon-search.svg) right 15px center no-repeat;
	border-color: #ced6e3;
	border-radius: 4px;
}
#header #quicklinks form input:focus {
	padding: 12px 20px;
	background-position: right 20px center;
	border-color: var(--main-darkblue);
}


#header #quicklinks a.account {
	width: 54px;
}

#header #quicklinks a.quote {
	padding: 0 10px 0 15px;
	background: #439e2f;
}
#header #quicklinks a.quote:hover {
	background: #4ccb30;
}

#header #quicklinks a.quote svg {
	margin-right: 10px;
}

#header #quicklinks a.quote span {}

#header #quicklinks a.quote span.count {}
#header #quicklinks a.quote:hover span.count {
	background: #439e2f;
}



/* --- Nav */

#nav {
	height: 54px;
	background: #052458;
	color: #fff;
	line-height: 54px;
}

#nav .row {
	height: 54px;
}



#nav ul {
	margin-left: -10px;

    margin-right: -10px;
}

#nav ul li {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	font-weight: 600;
	font-size: 17px;
}
/*
#nav ul li:last-child {
	margin-right: 0;
}
*/

#nav ul li a {
	display: inline-block;
	margin: 5px 0;
	padding: 0 10px;
	color: #fff;
	line-height: 40px;
	border-radius: 4px;
	transition: all 0.2s;
}
#nav ul li:hover a {
	background: var(--main-blue);
}


/*
#nav .col-4 ul {
	margin-left: 0;
	margin-right: -10px;
}
*/

#nav ul li.menu-item-has-children {}

#nav ul li.menu-item-has-children > a {
	padding-right: 25px;
	background-image: url(img/chevron-down.svg);
	background-position: right 10px top 19px;
	background-repeat: no-repeat;
}


/*
#nav ul li.current-menu-item a, #nav ul li.current-menu-ancestor a {
	color: var(--main-blue);
}
#nav ul li.current-menu-item a:hover {
	color: #fff;
}
*/


#nav ul li ul {
	position: absolute;
	top: 40px;
	left: 10px;
	display: none;
	min-width: 240px;
	padding: 0 10px;
	background: var(--main-blue);
	border-radius: 5px;
}
#nav ul li:hover ul {
	display: block;
}

#nav ul li ul li {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#nav ul li ul li:last-child {
	border-bottom: 0;
}

#nav ul li ul li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#nav ul li ul li a:hover {
	color: rgba(255, 255, 255, 0.5);
}



#spacer {
	height: 188px;
}





/* Content */

#content {
	float: left;
	width: 100%;
	padding: 80px 0;
}

#content.has-pagebuilder {}

#content p {}
#content p:not(:last-child) {
	margin-bottom: 30px;
}

#content p:has(.subtitle) {
	margin-bottom: 0;
}


#content p a:not(.button) {
	color: var(--main-blue);
	text-decoration: underline;
}
#content p a:not(.button):hover {
	text-decoration: none;
}


#content ul:not(.accordion):not(.products) {
	margin: 0 0 20px 20px;
	list-style: disc;
}

#content ul:not(.accordion):not(.products) li {
	padding: 0;
}
#content ul:not(.accordion):not(.products) li::marker {
	color: var(--main-blue);
}

#content ol:not(.accordion):not(.products) {
	margin: 0 0 20px 20px;
	list-style: numeric;
}

#content ol:not(.accordion):not(.products) li {}


#content img {}


#content blockquote {
	margin: 45px 0;
	padding-left: 15px;
	color: var(--main-green);
	font-style: italic;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	border-left: 6px solid #4ccb30;
}


#content table {
	width: 100%;
	margin-bottom: 35px;
	text-align: left;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 0;
}

#content table tr {}

#content table tr th, #content table tr td {
	padding: 15px;
}

#content table th, #content table thead td {
	background: #edf4fd;
	color: var(--main-darkblue);
	font: 700 14px "Bw Gradual", sans-serif;
	text-transform: uppercase;
}
#content table th:first-child, #content table thead td:first-child {
	border-radius: 5px 0 0 5px;
}
#content table th:last-child, #content table thead td:last-child {
	border-radius: 0 5px 5px 0;
}

#content table tr td {
	border-bottom: 1px solid #ced6e3;
}

#content table td a:not(.button) {
	color: var(--main-blue);
	text-decoration: underline;
}
#content table td a:not(.button):hover {
	text-decoration: none;
}



#main {}

#main img {
	border-radius: 5px;
}



#side {}

#side h5 {
	margin-bottom: 20px;
	color: var(--main-blue);
}





/* Pagebuilder */

section {
	padding: 40px 0;
}





section .title {
	margin-bottom: 15px;
}





section.banner {
	position: relative;
	padding: 0;
	background: ;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}

section.banner + section {
	padding-top: 80px;
}

section.banner h1, section.banner h2, section.banner h3, section.banner h4, section.banner h5, section.banner h6 {
	color: #fff;
	font-size: 42px;
	line-height: 52px;
}

section.banner span.subtitle {
	color: #fff;
	font-size: 26px;
	line-height: 34px;
}

section.banner .cover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #0c3274;
	background: url(img/banner-bg.png), linear-gradient(160deg,rgba(12, 50, 116, 1) 0%, rgba(5, 36, 88, 1) 100%);
	background-position: right top, center;
	background-size: cover, cover;
	background-repeat: no-repeat, no-repeat;
	border-bottom-right-radius: 60px;
}

section.banner .bg {
	position: absolute;
	bottom: 60px;
	right: 0;
	width: 50%;
	height: calc(100% - 60px);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

section.banner .content {
	position: relative;
	padding: 135px 60px 125px 0;
	z-index: 1;
}



section.banner.green {}

section.banner.green .cover {
    background: #248010;
    background: url(img/banner-bg-alt.png), linear-gradient(160deg,#248010 0%, #1b5d0d 100%);
    background-position: right top, center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
}





section.contentrow {}

section.contentrow .block {
	position: relative;
	padding: 60px;
	padding: 20px;
	background: #dbe9fc;
	border-radius: 5px;
	z-index: 1;
}



section.contentrow.text {}

section.contentrow.text .block {
	background: #edf4fd;
}



section.contentrow.text-img, section.contentrow.img-text, section.contentrow.img-img {}

section.contentrow.text-img img, section.contentrow.img-text img, section.contentrow.img-img img {
	float: left;
	border-radius: 20px;
}

section.contentrow.text-img .block, section.contentrow.img-text .block {
	padding: 60px;
	border-radius: 20px;
}



section.contentrow.text-text {}

section.contentrow.text-text .block {
	padding: 35px 40px;
	background: #0c3274;
	background: linear-gradient(120deg,rgba(12, 50, 116, 1) 0%, rgba(5, 36, 88, 1) 100%);
	color: #ced6e3;
	line-height: 30px;
	border-radius: 10px;
}

section.contentrow.text-text .block h1, section.contentrow.text-text .block h2, section.contentrow.text-text .block h3, section.contentrow.text-text .block h4, section.contentrow.text-text .block h5 {
	color: #fff;
}

section.contentrow.text-text .block ol {
	margin: 0!important;
}

section.contentrow.text-text .block ol li {
	position: relative;
	padding-bottom: 20px;
	list-style: none;
	overflow: hidden;
	counter-increment: my-awesome-counter;
}
section.contentrow.text-text .block ol li:last-child {
	padding-bottom: 0;
}
section.contentrow.text-text .block ol li:before {
	float: left;
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 20px 20px 0;
	background: #fff;
	color: var(--main-blue);
	font: 700 18px/40px 'Bw Gradual';
	text-align: center;
	border-radius: 100%;
	z-index: 1;
	content: counter(my-awesome-counter);
	mix-blend-mode: luminosity;
}

section.contentrow.text-text .block ol li:not(:last-child) {}
section.contentrow.text-text .block ol li:not(:last-child):after {
	position: absolute;
	top: 0;
	left: 20px;
	width: 1px;
	height: 100%;
	background: var(--main-blue);
	content: " ";

	background: #ffffff3b;
	mix-blend-mode: plus-lighter;
}

section.contentrow.text-text .block ol li h5, section.contentrow.text-text .block ol li p {
	float: right;
	width: calc(100% - 60px);
}





section.productslider {
	margin: 40px 0;
	padding: 80px 0;
	background: #edf4fd;
	overflow: hidden;
}

section.productslider .slider {
	margin: 0;
	margin: 0 -10px;
}
section.productslider .slider:not(.is-draggable) {}

section.productslider .slider .slide {
	width: 20%;
	padding: 0 10px;
}





section.categorieslider {
	overflow: hidden;
}

section.categorieslider .slider {
	margin: 0;
	margin: 0 -10px;
}
section.categorieslider .slider:not(.is-draggable) {}

section.categorieslider .slider .slide {
	display: block;
	width: 16.66666%;
	padding: 0 20px;
}

section.categorieslider .slider .slide .category {
	position: relative;
}

section.categorieslider .slider .slide .category div {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background: #dbe9fc;
	border-radius: 100%;
	z-index: -1;
}

section.categorieslider .slider .slide .category img {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	transition: transform 0.2s;
}
section.categorieslider .slider .slide:hover .category img {
	transform: scale(1.05);
}

section.categorieslider .slider .slide .category h5 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 26px;
	text-transform: none;
	transition: color 0.2s;
}
section.categorieslider .slider .slide:hover .category h5 {
	color: var(--main-blue);
}





section.nieuwsslider {
	background: #edf4fd;
	overflow: hidden;
}

section.nieuwsslider .slider {
	margin: 0;
	margin: 0 -10px;
}
section.nieuwsslider .slider:not(.is-draggable) {}

section.nieuwsslider .slider .slide {
	width: 33.33333%;
	padding: 0 10px;
}

section.nieuwsslider .slider .slide .post {
	margin: 0;
	background: #fff;
	border-radius: 5px;
}

section.nieuwsslider .slider .slide .image {
	float: left;
	width: 100%;
	border-radius: 5px 5px 0 0;
}

section.nieuwsslider .slider .slide .image img {
	float: left;
	width: 100%;
}

section.nieuwsslider .slider .slide .content {
	float: left;
	width: 100%;
	padding: 25px 30px;
	border: 1px solid #ced6e3;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}





section.logoslider {
	padding: 80px 0;
	overflow: hidden;
}

section.logoslider .container {
    position: relative;
}

section.logoslider .container.has-slider {
	max-width: 100%;
}


section.logoslider .slider {
	margin: 0;
	margin: 0 -10px;
}

section.logoslider .slider:not(.is-draggable) {}

section.logoslider .cover, section.logoslider .fade {
    position: absolute;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
}

section.logoslider .cover {
    left: 50%;
    margin-left: -5705px;
    margin-left: -5655px;
    width: 5000px;

}

section.logoslider .fade {
    right: 0;
    width: 552px;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}


section.logoslider .slider .slide {
	width: 20%;
	max-width: 266px;
	padding: 0 10px;
}

section.logoslider .slider .slide .brand {
	height: 160px;
	padding: 25px;
	line-height: 108px;
	border: 1px solid #ced6e3;
	border-radius: 5px;
}

section.logoslider .slider .slide .brand img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 108px;
	margin: 0 auto;
	vertical-align: middle;
}





section.contentslider {}


section.contentslider .slider-images {
	overflow: hidden;
}

section.contentslider .slider-images .slide {
	position: relative;
    float: left;
    width: calc(30% - 20px);
	height: 380px;
	margin: 0 10px;
    border-radius: 20px;
	overflow: hidden;
	transition: width 0.2s;
}
section.contentslider .slider-images .slide:before {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 40px;
	height: 40px;
	background: #fff url(img/chevron-right.svg) center no-repeat;
	border-radius: 100%;
	z-index: 1;
	content: " ";
}
section.contentslider .slider-images .slide:hover {
	cursor: pointer;
}

section.contentslider .slider-images .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s;
}
section.contentslider .slider-images .slide:hover img {
	transform: scale(1.05);
}

section.contentslider .slider-images .slide.active {
	float: left;
	width: calc(40% - 20px);
}
section.contentslider .slider-images .slide.active:before {
	display: none;
}


section.contentslider .slider-content {}

section.contentslider .slider-content .slide {
	display: none;
}
section.contentslider .slider-content .slide.active {
	display: block;
}

section.contentslider .slider-content .slide .content {
    padding: 0 20px;
}

section.contentslider .slider-content .slide .content p:not(:last-child) {
	margin-bottom: 20px!important;
}





section.formulier {
	margin-top: 160px;
	padding-bottom: 80px;
	background: #0c3274;
}

section.formulier .block {
	margin-top: -160px;
	padding: 60px;
	background: #dbe9fc;
	border-radius: 20px;
}





section.blokken {
	padding: 40px 0 20px;
}

section.blokken .col {
	margin-bottom: 20px;
}

section.blokken .block {
    height: 100%;
    background: #dbe9fc;
	border-radius: 10px;
}

section.blokken .block .intro {
	float: left;
	width: 100%;
	padding: 35px 40px;
	background: #0c3274;
	background: url(img/block-title.png), linear-gradient(120deg,rgba(12, 50, 116, 1) 0%, rgba(5, 36, 88, 1) 100%);
	background-position: right top, center;
	background-size: 202px 122px, cover;
	background-repeat: no-repeat, no-repeat;
	color: #fff;
}
section.blokken .col:nth-child(even) .block .intro {
	background: #439e2f url(img/block-title-even.png) right top/202px 122px no-repeat;
}




section.blokken .block .intro h1, section.blokken .block .intro h2, section.blokken .block .intro h3 {
	color: #fff;
}

section.blokken .block .content {
    float: left;
    width: 100%;
    padding: 25px 40px 30px;
    background: #dbe9fc;
}

section.blokken .block .content ul {
	margin: 0 0 40px 0!important;
}

section.blokken .block .content ul li {
	padding: 5px 0 5px 25px!important;
	background: url(img/li-check-circle.svg) left 11px no-repeat;
	border-bottom: 1px solid #ced6e3;
	list-style: none;
}

section.blokken .block .content ul li::marker {
	margin-right: 10px;
}










/* Page elements */

/* --- Page title */

#title {
	padding: 0;
}



/* --- Breadcrumbs */

#breadcrumbs {
	padding: 20px 0;
	color: var(--main-darkblue);
	font-size: 13px;
}

#breadcrumbs ul {
	margin: 0!important;
}

#breadcrumbs ul li {
	float: ;
	display: inline-block;
	padding: 0!important;
}

#breadcrumbs a {
	color: var(--main-blue);
}
#breadcrumbs li a:hover {
	text-decoration: underline;
}



/* --- Filters */

#filters {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(10, 22, 52, 0.1);
}

#filters .filter {
	float: left;
	width: 100%;
	padding: 10px 15px 10px;
}

#filters .filter h4 {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 32px;
}

#filters .filter fieldset {
	margin-top: 5px;
	margin-bottom: 10px!important;
}


#filters .filter.collapsable {
	border-top: 1px solid #e6eaf1;
}

#filters .filter.collapsable h4 {}
#filters .filter.collapsable h4:after {
	position: absolute;
	top: 11px;
	right: 0;

	display: block;
	width: 16px;
	height: 9px;
	background: url(img/chevron-up-filter.svg) center no-repeat;
	content: " ";
	transition: transform 0.2s;
}


#filters .filter.collapsable.open {}

#filters .filter.collapsable.open h4 {}
#filters .filter.collapsable.open h4:after {
	transform: rotate(180deg);
}



/* --- Tools */

#tools {
	padding: 20px 10px;
	background: #dbe9fc;
	border-radius: 10px;
}



/* --- Share buttons */

#share {
	line-height: 50px;
}

#share span {
	margin-right: 10px;
	font-size: 16px;
}

#share ul {
	margin: 0!important;
}

#share ul li {
	float: right;
	display: block;
	margin-left: 5px;
	padding: 0!important;
	list-style: none;
}

#share ul li a {
	display: block;
	width: 50px;
	height: 50px;
	background: var(--main-blue);
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	transition: all 0.15s ease-in-out;
}
#share ul li a:hover {
	background: var(--main-green);
}





/* Pages */

/* --- Home */



/* --- Product */

#quote-notice-added {
	padding: 0;
}

#quote-notice-added .block.added {
	padding: 15px 15px 15px 20px;
	background: #e0f0ce;
	line-height: ;
	border: 1px solid #439e2f;
}

#quote-notice-added .block.added .message {
	float: left;
	padding: 11px 0;
}

#quote-notice-added .block.added .continue {
	float: right;
}



#product-thumbs {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#product-thumbs .thumb {
    float: left;
    padding: 5px;
    border: 1px solid #ced6e3;
    border-radius: 5px;
}

#product-thumbs .thumb img {
    float: left;
    width: 80px;
    height: 80px;
}



#product-images {}

#product-images img {
	float: left;
}


#product-images #featured-image {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-bottom: 40px;
	padding: 10px;
	border: 1px solid #ced6e3;
	border-radius: 5px;
}

#product-images #featured-thumbs {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}


#product-images ul {
	float: left;
	width: 100%;
	margin: 0!important;
}

#product-images ul li {
	padding: 0 0 0 25px!important;
	background: url(img/li-check-circle.svg) left 6px no-repeat;
	list-style: none;
}



#product-details {}

#product-details .block {
    margin-top: 40px;
    padding: 20px;
    background: #edf4fd;
}



/* --- Offertelijst */

#offertelijst-loader {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgb(255 255 255 / 50%);
	z-index: 2;
}



#offertelijst-ajax {
	margin: 0 -10px;
}


#offerte-products {}

#offerte-products table {
	width: 100%;
	table-layout: auto;
}

#offerte-products table tr {}

#offerte-products table tr td {
	border-bottom: 1px solid #ced6e3;
	vertical-align: top;
}

#offerte-products table tr td.remove {
	width: 50px;
	vertical-align: middle;
}

#offerte-products table tr td.remove .remove-quote-product {
	display: block;
	width: 20px;
	height: 20px;
	background: #ee2d36;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 100%;
}

#offerte-products table tr td.remove .remove-quote-product img {
	width: 12px;
	height: 12px;
}

#offerte-products table tr td.image {
	width: 120px;
}

#offerte-products table tr td.image img {
	float: left;
	width: 90px;
	height: 90px;
	padding: 5px;
	border: 1px solid #ced6e3;
	border-radius: 5px;
}

#offerte-products table tr td.title {
	margin: 0;
}

#offerte-products table tr td.amount {
	width: 217px;
	padding-right: 45px;
}

#offerte-products table tr td.amount input {
	margin: 0;
}
#offerte-products table tr td.amount input::-webkit-inner-spin-button {
  opacity: 1;
}



/* --- News */

#posts {}



/* --- Search */

section.searchresults {}

section.searchresults .title {
	margin-bottom: 50px;
}



#results {}

#results .result {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ced6e3;
}
#results .result:last-child {
	margin-bottom: 0;
}

#results .result h2 {}
#results .result h2 a {}
#results .result h2 a:hover {}

#results .result p {
	margin-bottom: 10px;
}




#ais-wrapper {
	display: block!important;
}






/* Footer */

/* --- USP's */

#usps {
	padding: 50px 0 20px;
	background: #edf4Fd;
}

#usps .col {
	margin-bottom: 30px;
	padding: 0 60px;
}

#usps .col img {
	height: 45px;
	margin-bottom: 5px;
}
#usps .col:hover img {
	animation-name: fa-bounce;
	animation-duration: 1s;
	animation-iteration-count: 1;
}

#usps .col h4 {
	color: var(--main-blue);
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}



/* --- Footer */

#footer {
	position: relative;
	padding: 60px 0 0;
	background: #052458 url(img/footer-bg.png) right top/1920px 598px no-repeat;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}

#footer h3 {
	margin-bottom: 8px;
	color: var(--main-blue);
	font-size: 16px;
	line-height: 24px;
}

#footer p {
    margin-bottom: 25px;
}
#footer p:not(:last-child) {
	margin-bottom: 35px;
}

#footer a:not(.button) {
	color: var(--main-blue);
	text-decoration: underline;
}
#footer a:not(.button):hover {
	text-decoration: none;
}

#footer ul {
	margin: 0 0 20px 0;
	list-style: none;
}

#footer ul li {
	padding: 4px 0 4px 0;
	transition: padding 0.2s;
}
#footer ul li:hover {
	padding-left: 3px;
}

#footer ul li a:not(.button) {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:not(.button):hover {
	color: var(--main-blue);
}

#footer img.alignleft, #footer a img.alignleft {
	margin: 0 10px 10px 0;
}


#footer .textwidget {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}



/* --- Socket */

#socket {
	background: #052458;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
}

#socket .wrapper {
	padding: 22px 0;
	border-top: 1px solid var(--main-darkblue);
}

#socket ul {}

#socket ul li {
	display: inline;
	margin-right: 20px;
	white-space: nowrap;
}

#socket ul li a {
	color: #fff;
}
#socket ul li a:hover {
	color: var(--main-blue);
}


#socket #socials {
	float: right;
}

#socket #socials a {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	background: var(--main-blue);
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	transition: all 0.2s;
}
#socket #socials a:hover {
	background: var(--main-green);
}





/* Plugins */

/* --- WP Grid Builder */

.wpgb-facet>fieldset:last-child {
	margin-bottom: 0!important;
}


.wpgb-facet .wpgb-hierarchical-list {
	margin: 0!important;
}


.wpgb-facet .wpgb-input, .wpgb-facet select.wpgb-select {
	padding: 13px 8px!important;
	font-family: "source-sans-pro", sans-serif;
}

.wpgb-facet .wpgb-button:not(button), .wpgb-facet .wpgb-checkbox .wpgb-checkbox-control, .wpgb-facet .wpgb-checkbox .wpgb-checkbox-control:before, .wpgb-facet .wpgb-input, .wpgb-facet .wpgb-radio .wpgb-radio-control, .wpgb-facet .wpgb-select {
	border-color: #ced6e3!important;
}

.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox-control {
	border-color: #909aae!important;
}

.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control {
	border-color: var(--wpgb-accent-scheme-1)!important;
}



/* --- Gravity forms */

.gform_required_legend {
	display: none;
}


.gform_wrapper.gravity-theme .gfield_label {
	font-size: 14px;
	text-transform: uppercase;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	padding: 12px 15px!important;
	font-size: 18px!important;
}


.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
	color: inherit;
	font-weight: 400;
	font-size: 18px!important;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
	font-size: 18px!important;
}


.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	border-radius: 5px;
}





/* CMS */

img.alignright, a img.alignright { float: right; margin: 0 0 20px 20px; }
img.alignleft, a img.alignleft { float: left; margin: 0 20px 20px 0; }
img.aligncenter, a img.aligncenter { display: block; margin: 0 auto 20px; }





/* Responsive */

/* Max screen sizes */

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

	.flickity-prev-next-button.previous {
		left: -10px!important;
	}

	.flickity-prev-next-button.next {
		right: -10px!important;
	}

}



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

	#nav ul li {
		margin-right: 5px;
		font-size: 15px;
	}



	section.categorieslider .slider .slide {
		width: 20%;
	}

	section.categorieslider .slider .slide .category div {
		width: 125px;
		height: 125px;
	}


	section.products .slider .slide {
		width: calc(25% - 20px);
	}



	#socket #socials {
		float: left;
		margin-top: 22px;
	}

	#socket #socials a {
		margin: 0 10px 0 0;
	}

}



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

	#header-wrapper, #spacer {
		height: 94px;
        border-bottom: 1px solid #E6EAF1;
	}


	#header #quicklinks {
		padding-right: 50px;
	}

	#header #quicklinks a {
		width: 40px!important;
		height: 40px!important;
		padding: 0!important;
		line-height: 40px;
	}

	#header #quicklinks a svg {
		float: none;
		margin: 0!important;
		font-size: 20px!important;
	}

	#header #quicklinks a span.label {}

	#header #quicklinks a span.count {
		position: absolute;
		top: -5px;
		right: -5px;
	}


	#meta, #nav {
		display: none;
	}


	#toggle-menu {
		position: absolute;
		top: 27px;
		right: 30px;
		width: 40px;
		height: 40px;
		background: #c7ccd7;
		cursor: pointer;
		border-radius: 4px;
		pointer-events: auto;
		z-index: 999;
	}
	#toggle-menu.open {}

	#toggle-menu span {
		position: absolute;
		left: 10px;
		display: block;
		width: 20px;
		height: 2px;
		background: #25365f;
		border-radius: 1px;
		transform: rotate(0deg);
		transition: 0.2s ease-in-out;
	}
	#toggle-menu span:nth-child(1) {
		top: 16px;
	}
	#toggle-menu span:nth-child(2) {
		top: 22px;
	}
	#toggle-menu.open span:nth-child(1) {
		top: 19px;
		transform: rotate(45deg);
	}
	#toggle-menu.open span:nth-child(2) {
		top: 19px;
		transform: rotate(-45deg);
	}





    #mobile-search {
        display: none;
        position: fixed;
        top: 94px;
        left: 0;
        width: 100%;
        padding: 20px;
        background: #052458;
        z-index: 4;
    }

    #mobile-search ::placeholder {
        color: #000;
        opacity: 1;
    }

    #mobile-search :-ms-input-placeholder {
        color: #000;
    }

    #mobile-search ::-ms-input-placeholder {
        color: #000;
    }


    #mobile-search form {
        overflow: hidden;
    }

    #mobile-search form input {
        float: left;
        width: calc(100% - 56px);
        margin: 0;
        padding: 14px 20px;
        background: #fff;
        color: #000;
        font-size: 18px;
        border: 0;
        border-radius: 5px 0 0 5px;
    }

    #mobile-search form input[type=submit] {
        float: right;
        width: 56px;
        height: 56px;
        margin: 0;
        margin-left: -28px;
        background: var(--main-blue) url(img/search.svg) center/26px no-repeat;
        border-radius: 0 5px 5px 0;
        transition: all 0.2s;
    }
    #mobile-search form input[type=submit]:hover {
        background-color: ;
    }





	#mobile-menu {
		display: none;
		position: fixed;
		top: 94px;
		left: 0;
		width: 100%;
		height: calc(100vh - 94px);
		padding: 40px 20px 140px;
		background: #091634;
		line-height: 42px;
		overflow-y: scroll;
		z-index: 3;
	}

	#mobile-menu ul {
		margin: 0;
		padding: 0;
		font-weight: 600;
		font-size: 22px;
	}

	#mobile-menu ul li {
		position: relative;
	}

	#mobile-menu ul li.menu-item-has-children {}
	#mobile-menu ul li.menu-item-has-children:before {
		position: absolute;
		top: 14px;
		right: 0;
		width: 14px;
		height: 14px;
		background: url(img/chevron-down.svg) center/14px no-repeat;
		transition: transform 0.2s;
		content: " ";
	}

	#mobile-menu ul li.menu-item-has-children.open {}
	#mobile-menu ul li.menu-item-has-children.open:before {
		transform: rotate(180deg);
	}

	#mobile-menu ul li a {
		color: #fff;
	}

    #mobile-menu ul li a.button {
        margin-top: 10px;
	}

	#mobile-menu ul li ul {
		display: none;
		margin: 5px 0;
		padding: 10px 20px;
		background: var(--main-blue);
		font-weight: 600;
		font-size: 18px;
		line-height: 32px;
		border-radius: 5px;
	}

	#mobile-menu ul li ul li {}

	#mobile-menu ul li ul li a {
		color: #fff;
	}


	#mobile-menu ul.small {
		margin-top: 20px;
		padding-top: 20px;
		font-weight: 400;
		font-size: 18px;
		line-height: 32px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	#mobile-menu ul.small li {}

	#mobile-menu ul.small li a {}



	section.banner .cover {
		width: 100%;
	}

	section.banner .content {
		padding: 80px 0 70px;
	}


    section.contentrow.text-text .col:first-child, section.contentrow.img-img .col:first-child {
        margin-bottom: 20px;
    }


	section.products .slider {
		margin: 0;
	}


	section.categorieslider .slider .slide {
		width: 25%;
	}


	section.productslider .slider .slide {
		width: 25%;
	}


	section.logoslider .slider .slide {
		width: 25%;
	}


	section.nieuwsslider .slider .slide {
		width: 50%;
	}


	section.contentslider .slider-content .slide .content {
		padding: 20px 0 0;
	}


    section.contentslider .slider-images {
        padding: 0 5px;
    }

    section.contentslider .slider-images .slide {
        width: calc(30% - 10px);
        height: 260px;
        margin: 0 5px;
    }



	#content table tr th, #content table tr td {
		padding: 15px 10px;
	}



	#tools {
		margin-bottom: 40px;
	}



	#offerte-products table tr td.remove {
		width: 30px;
		padding-left: 0;
	}

	#offerte-products table tr td.amount {
		width: 54px;
		padding-right: 0;
	}

}



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

	.flickity-prev-next-button {
		width: 50px!important;
		height: 50px!important;
		margin-top: -25px;
	}



	section.banner h1, section.banner h2, section.banner h3, section.banner h4, section.banner h5, section.banner h6 {
		font-size: 40px;
		line-height: 50px;
	}


	section.products .slider .slide {
		width: calc(50% - 20px);
	}


	section.categorieslider .slider .slide {
		width: 33.33333%;
	}


	section.productslider .slider .slide {
		width: 33.33333%;
	}


	section.logoslider .slider .slide {
		width: 33.33333%;
	}


    section.contentslider .slider-images .slide {
        height: 140px;
    }
    section.contentslider .slider-images .slide:before {
        width: 20px;
        height: 20px;
        background-size: 6px;
    }


    #footer {
        background-size: 960px 299px;
    }

}



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

	#header .col, #header [class*="col-"], #header [class^='col-'] {
		-ms-flex: 0 0 calc((100% / (12/6)) - var(--grid-gutter))!important;
		flex: 0 0 calc((100% / (12 / 6)) - var(--grid-gutter))!important;
		max-width: calc((100% / (12 / 6)) - var(--grid-gutter))!important;
	}



	section.banner h1, section.banner h2, section.banner h3, section.banner h4, section.banner h5, section.banner h6 {
		font-size: 38px;
		line-height: 48px;
	}


	section.contentrow.text-img .block, section.contentrow.img-text .block {
		padding: 30px;
	}


	section.blokken .block .intro {
		padding: 25px 30px;
	}

	section.blokken .block .content {
		padding: 25px 30px 30px;
	}


	section.products .slider .slide {
		width: 100%;
	}


	section.categorieslider .slider .slide {
		width: 50%;
	}


	section.productslider .slider .slide {
		width: 50%;
	}


	section.logoslider .slider .slide {
		width: 50%;
	}


	section.nieuwsslider .slider .slide {
		width: 100%;
	}


	section.formulier .block {
		padding: 30px;
	}



	#quote-notice-added .block.added .continue, #quote-notice-added .block.added .continue .button {
		width: 100%;
	}



	#tools {}

	#tools a.button {
		width: 100%;
		margin-bottom: 20px;
	}

}



/* Min screen sizes */

@media screen and (min-width: 568px) {

}



@media screen and (min-width: 768px) {

    #nav ul li.rechts {
        float: right;
    }

}



@media screen and (min-width: 960px) {

	#nav {
		display: block;
	}


	#mobile-menu {
		display: none!important;
	}

	#toggle-menu {
		display: none!important;
	}

    #mobile-search {
        display: none!important;
    }



	section.banner img.alignright, section.banner a img.alignright { float: right; margin: 0 0 0 180px; }
	section.banner img.alignleft, section.banner a img.alignleft { float: left; margin: 0 180px 0 0; }
	section.banner img.aligncenter, section.bannera img.aligncenter { display: block; margin: 0 auto; }


	section.contentrow.text-img .col-6-md {
		margin-left: -101px!important;
	}

	section.contentrow.img-text .col-6-md {
		margin-right: -101px!important;
	}


	section#product-details #product-data {
		padding-left: 40px;
	}



	#footer .col-6 {
		padding-top: 98px;
	}

}



@media screen and (min-width: 1200px) {

}



@media screen and (min-width: 1372px) {

	section.logoslider .flickity-prev-next-button.previous {
		left: 50% !important;
		margin-left: -682px;
	}

	section.logoslider .flickity-prev-next-button.next {
		right: 50% !important;
		margin-right: -682px;
	}


	/*
	#filters {
		-ms-flex: 0 0 calc((100% / (12/2.4)) - var(--grid-gutter));
		flex: 0 0 calc((100% / (12 / 2.4)) - var(--grid-gutter));
		max-width: calc((100% / (12 / 2.4)) - var(--grid-gutter));
	}

	#products {
		-ms-flex: 0 0 calc(100% / (12/9.6));
		flex: 0 0 calc(100% / (12 / 9.6));
		max-width: calc(100% / (12 / 9.6));
	}
	*/

}