/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/**
 * Theme Name:   Merchstore
 * Author:       BB
 */


/* ==============================================================================
	CSS 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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

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




/* ==============================================================================
	GENERAL
============================================================================= */

:root {

}

::-moz-selection {

}

::selection {

}

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

html {
	width: 100%;
	height: 100%;
	overflow-x:hidden;
}

html.no-js {

}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	font-family:'Inter', sans-serif;
	font-weight: 400;
	color:#666666;
	background:#ffffff;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	overflow-x:hidden;
}

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

a {
	color:#444444;
	display: block;
	text-decoration: none;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;	
}

a:hover,
a:focus {
	text-decoration: none;
}

.container {
	max-width:80rem;
}


/* ==============================================================================
	WORDPRESS
============================================================================= */

p img.alignnone,
p img.aligncenter,
p img.alignleft,
p img.alignright {
	display: block;
	margin-bottom: 2rem;
}

img.alignnone {
	float: none;
	margin-left: 0;
	margin-right: 0;
}

img.aligncenter {
	display: block; 
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	float: left;
	margin-right: 2rem;
}

img.alignright {
	float: right;
	margin-left: 2rem;
}



/* ==============================================================================
	FONTS & TEXT
============================================================================= */

@font-face {
	font-family: 'MADE Tommy Soft';
	src: url('media/fonts/MADETommySoft-Bold.woff2') format('woff2'),
		url('media/fonts/MADETommySoft-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'MADE Tommy Soft';
	position: relative;
	font-weight: bold;
	margin-bottom:1rem;
	color:#000000;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

h1 {
	font-size:3.875rem;
	line-height:4.75rem;
}

h2 {
	font-size:2rem;
	line-height:2.75rem;
}

h3 {
	font-size:1.5rem;
	line-height:2.25rem;
}

h4 {
	font-size:1.25rem;
	line-height:2rem;
}

h5 {
	font-size:.9375rem;
	line-height:1.5rem;
}

p, li {
	font-size: 1.125rem;
	line-height: 1.875rem;
	font-weight: 400;
}

.large {
	font-size:1.5rem;
	padding-right:10%;
}

.large-full {
	font-size:1.5rem;
}

li {
	margin:0;
}

p > a {
	display: inline;
	text-decoration: none;
}

p > a:hover {
	text-decoration: underline;
}

ul {
	list-style: disc;
	margin:0 0 1.25rem 0;
	margin-left:1.5rem;
}

ol {
	list-style: decimal-leading-zero;
	margin: 1rem 0;
	margin-left:2rem;
}

ul > li > a {
	display: inline;
}

ul > li > a:hover,
ul > li > a:focus {

}

ol > li > a {
	display: inline;
}

ol > li > a:hover,
ol > li > a:focus {

}

q {
	font-size: 0.875em;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	margin: 1rem 0;
}

blockquote {
	padding:3.125rem;
	border-radius:2rem;
	margin:2.5rem 0;
	background:#E42323;
	position: relative;
}

blockquote p {
	color:#ffffff;
	font-family:'MADE Tommy Soft', sans-serif;
	font-size:2rem;
	text-transform: uppercase;
}

blockquote cite {
	color:#ffffff;
	font-style: italic;
}


strong {
	font-weight: 700;
}

em {
	font-style: italic;
	display:inline;
}

em a {
	display:inline;
}

mark {
	background: #444444;
	color: #ffffff;
}

sup {
	font-size: 50%;
	vertical-align: top;
}

sub {
	font-size: 50%;
	vertical-align: bottom;
}

.center {
	text-align:center;
}

.right {
	text-align: right;
}

.subtitle {
	position: relative;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
	color:#E42323;
	font-size:.625rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Inter', sans-serif;
	font-weight:800;
	margin-bottom:.5rem;
}

.white {
	color:#ffffff;
}

.image {
	border-radius:1rem;
	overflow: hidden;
}

.image-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.image-container .image-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.image-container .image-inner > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.radius {
	border-radius:.625rem;
	overflow:hidden;
}



/* ==============================================================================
	NAVIGATION
============================================================================= */
#navigation {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:1.5rem 0;
	background:transparent;
	z-index:99;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out; 
}

#navigation::before {
	content:"";
	position: absolute;
	left:0;
	top:0;
	height:100%;
	width: 100%;
	z-index: 0;
	opacity: 0.5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0,0,0,0.00)));
	background-image: -o-linear-gradient(top, #000000 0%, rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0.00) 100%);
}

#navigation.scroll {
	background:#000000;
	padding:.875rem 0;
}

#navigation .container-full,
#navigation .row {
	height:100%;
}

#navigation .row>.box-md-12 {
	margin-bottom:0;
}

#navigation .navigation-inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
			-webkit-box-pack: justify;
				-ms-flex-pack: justify;
					justify-content: space-between;
}

#navigation .logo {
	position: relative;
}

#navigation .logo img {
	height:3.125rem;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out; 
}

#navigation.scroll .logo img {
	height:2.5rem;
}

.navbar-toggle {
	display:none;
}

.navigation-left {
	position:relative;
	z-index:100;
	-webkit-box-flex:0;
		-ms-flex:0 0 20rem;
			flex:0 0 20rem;
}

.navigation-center {
}

.navigation-right {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-flex:0;
		-ms-flex:0 0 20rem;
			flex:0 0 20rem;
}

#navigation .button {
	height:2.5rem;
	line-height: 2.5rem;
	border-radius:2.5rem;
}

nav.header-nav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

nav.header-nav ul {
	padding:0;
	margin:0;
}

nav.header-nav ul li {
	position:relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-line-pack: center;
		align-content: center;
	margin:0 1.25rem;
}

nav.header-nav ul li a {
	position: relative;
	font-family:'MADE Tommy Soft', sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight:bold;
	color:#ffffff;
	letter-spacing: 1px;
	text-decoration:none;
	overflow:hidden;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	
}

nav.header-nav li a:hover,
nav.header-nav li:hover a,
nav.header-nav li.current-menu-item a,
nav.header-nav li.current-page-ancestor a,
nav.header-nav li.current-menu-ancestor a,
nav.header-nav ul li:hover div button {
	color:#E42323;
}

nav ul li div {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}

.js-sub-menu-toggle {
	display:block;
}

nav.header-nav ul li div button {
	width:.75rem;
	height:.75rem;
	background:transparent url(media/images/icon-angle-down-white.svg) no-repeat center center;
	outline:none;
	border:none;
	margin-left:.5rem;
	-webkit-appearance:none;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}

nav.header-nav ul li:hover div button,
nav.header-nav ul li div button[aria-expanded="true"] {
	background:transparent url(media/images/icon-angle-down-red.svg) no-repeat center center;
	-webkit-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
			transform:rotate(180deg);
}

nav.header-nav li.current-menu-item div button,
nav.header-nav li.current-menu-ancestor div button {
	background:transparent url(media/images/icon-angle-down-red.svg) no-repeat center center;
}

/* MAIN NAVIGATION - SECOND LEVEL*/
nav.header-nav ul li > ul {
	position:absolute;
	visibility:hidden;
	opacity:0;
	background:#ffffff;
	width:16rem;
	padding:0;
	margin-top:0;
	top:100%;
	left:-1.75rem;
	border-radius:1rem;
	overflow:hidden;
	-webkit-box-shadow:1rem 1rem 2rem rgba(0,0,0,.05);
			box-shadow:1rem 1rem 2rem rgba(0,0,0,.05);
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;   
}

nav.header-nav ul li:hover > ul {
	visibility:visible;
	opacity:1;
	padding:1rem 0;
}

nav.header-nav ul li ul li {
	display:block;
	width:100%;
	position:relative;
	padding:0 1.5rem;
	margin:0;
	border-left:.375rem solid transparent;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out; 
}

nav.header-nav ul li:hover > ul li a,
nav.header-nav ul li > ul li a {
	padding:.75rem 0;
	display:block;
	width:100%;
	line-height:1.5;
	opacity:1;
	font-size:.875rem;
	color:#000000;
	border-bottom:1px solid #f1f1f1;
}

nav.header-nav ul li > ul li a::before,
nav.header-nav ul li > ul li a::after {
	display:none;
}

nav.header-nav ul li > ul li:last-child a {
	border-bottom:0;
}

nav.header-nav ul li >	ul li:hover,
nav.header-nav ul li > ul li.current-menu-item {
	border-left-color:#E42323;
}

nav.header-nav ul li >	ul li:hover,
nav.header-nav ul li > ul li a:hover,
nav.header-nav ul li > ul li.current-menu-item a {
	color:#E42323;
}

.socials {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.socials a {
	width:2.5rem;
	height:2.5rem;
	-webkit-box-flex:0;
		-ms-flex:0 0 2.5rem;
			flex:0 0 2.5rem;
	border-radius:2.5rem;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	color:#ffffff;
	font-size:1rem;
	background:rgba(255,255,255,.1);
	-webkit-backdrop-filter: blur(6px);
			backdrop-filter: blur(6px);
	border:1px solid rgba(255,255,255,.5);
	margin-right:.375rem;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out; 
}

.socials a:hover {
	background:rgba(255,255,255,.25);
	-webkit-transform:rotate(10deg);
		-ms-transform:rotate(10deg);
			transform:rotate(10deg);
}


/* ==============================================================================
	HERO
============================================================================= */
.hero {
	position: relative;
	height:28.125rem;
	background:#000000;
	padding:0;
}

.hero::after {
	content:"";
	width:8.75rem;
	height:8.75rem;
	position: absolute;
	left:50%;
	bottom:0;
	z-index: 9;
	-webkit-transform:translate(-50%, 50%);
		-ms-transform:translate(-50%, 50%);
			transform:translate(-50%, 50%);
	background:url(media/images/embleem.png) no-repeat center center / 8.75rem auto;
}

.hero.hero-large {
	height:48rem;
}

.hero::before {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
	background: rgba(0,0,0,0.50);
}

.hero.hero-large::before {
	display: none;
}

.hero .row,
.hero .container {
	height:100%;
	position: relative;
	z-index: 9;
}

.hero .container {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 3.125rem);
		-ms-transform: translate(-50%, 3.125rem);
			transform: translate(-50%, 3.125rem);
	height: 100%;
}

.hero h1 {
	text-shadow: 0 0 2rem rgba(0,0,0,0.30);
}

.hero .button {
	height:3.125rem;
	line-height: 3.125rem;
	border-radius:3.125rem;
}

.parallax {
	position: relative;
	width:100%;
	max-width:78rem;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	z-index: 1;
}

.parallax div {
	border-radius:.625rem;
	overflow:hidden;
}

.parallax .image-inner {
	background:#000000;
}

.parallax div img {
	opacity:.65;
	-webkit-transform:scale(1.1);
		-ms-transform:scale(1.1);
			transform:scale(1.1);
}

.para-0 {
	position: absolute;
	left:2rem;
	top:2rem;
	height:17.75rem;
	width:14.5rem;
}

.para-1 {
	position: absolute;
	left: -10rem;
	top: 14rem;
	height: 14rem;
	width: 18.75rem;
}

.para-2 {
	position: absolute;
	left: 21rem;
	top: -5rem;
	height: 15.5rem;
	width: 14.25rem;
}

.para-3 {
	position: absolute;
	left: 34rem;
	top: 19rem;
	height: 21.5rem;
	width: 17.5rem;
	z-index: -1;
}

.para-4 {
	position: absolute;
	right: 1rem;
	top: 2rem;
	height: 18.5rem;
	width: 22.5rem;
}

.para-5 {
	position: absolute;
	left: 2rem;
	bottom: -9rem;
	height: 20rem;
	width: 18.75rem;
}

.para-6 {
	position: absolute;
	right: 6rem;
	bottom: -7rem;
	height: 13.875rem;
	width: 18.25rem;
}

.para-7 {
	position: absolute;
	right: -6rem;
	bottom: 6rem;
	height: 12.5rem;
	width: 14.375rem;
}

.para-8 {
	position: absolute;
	right: 5rem;
	bottom: 10rem;
	height: 19.875rem;
	width: 15.25rem;
}

.para-9 {
	position: absolute;
	right: 32rem;
	bottom: 0rem;
	height: 12.5rem;
	width: 19.375rem;
}



/* ==============================================================================
	PAGEBUILDER
============================================================================= */
main {
}

main section {
	position: relative;
	padding: 5rem 0 3rem 0;
}

.layout.content h2 {
	margin-bottom:-1rem;
}

.layout.content .split-content {
	-webkit-column-count:2;
	   -moz-column-count:2;
			column-count:2;
	-webkit-column-gap: 2rem;
	   -moz-column-gap: 2rem;
			column-gap: 2rem;
}

/* CARDS */
.cards {
	position: relative;
	background:#ffffff;
	overflow:hidden;
	padding-top:5rem;
	width: 100%
}

.cards::before {
	content:"";
	width:78vw;
	height:70%;
	position: absolute;
	top:0;
	left:0;
	background:#E42323;
	border-radius:0 .625rem .625rem 0;
}

.slick-list {
	overflow:visible !important;
	padding:0 0 2rem 0 !important;
}

.card {
	position: relative;
	border-radius:.625rem;
	overflow: hidden;
	background:#ffffff;
	-webkit-box-shadow:.125rem .125rem 1.5rem rgba(8, 41, 60, .15);
	box-shadow:.125rem .125rem 1.5rem rgba(8, 41, 60, .15);
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.card:hover {
	-webkit-transform:translate(0, -.25rem);
		-ms-transform:translate(0, -.25rem);
			transform:translate(0, -.25rem);
	-webkit-box-shadow:.5rem .5rem 1.5rem rgba(8, 41, 60, .15);
			box-shadow:.5rem .5rem 1.5rem rgba(8, 41, 60, .15);
}

.card-image {
	position: relative;
	height:15.625rem;
}

.card-content {
	padding:2rem 2rem 3.125rem 2rem;
}

.card-content p {
	font-size:.875rem;
	line-height: 1.5rem;
	padding-right:10%;
}

.slick-slide {
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.slick-slide.slick-active {
	opacity: 1;
}

.read-more {
	position: relative;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	margin-top:1.25rem;
	color: #E42323;
	font-size:1rem;
	font-family: 'MADE Tommy Soft';
	font-weight:500;
	padding-left:1.25rem;
}

.read-more::before {
	content:"";
	position: absolute;
	left:0;
	top:1px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content:"\f061";
	font-size:.875rem;
	margin-right:.5rem;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.card:hover .read-more::before,
.read-more:hover::before {
	-webkit-transform:translate(.25rem, 0);
		-ms-transform:translate(.25rem, 0);
			transform:translate(.25rem, 0);
}

.slider-navigation {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
}

.slider-navigation .prev,
.slider-navigation .next {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	width:2.25rem;
	height:2.25rem;
	-webkit-box-flex:0;
		-ms-flex:0 0 2.25rem;
			flex:0 0 2.25rem;
	border-radius:2.25rem;
	background:#000000;
	color:#ffffff;
	margin-left:.375rem;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.slider-navigation .slick-disabled {
	opacity:.2;
	pointer-events: none;
}

.slider-navigation div:hover {
	background:#E42323;
}

.layout.logo-slider {
	padding-top:0;
}

.logo-slider-wrap {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.logo-slider-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.logo-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 10.375rem;
	-webkit-box-flex:0;
		-ms-flex:0 0 10.375rem;
			flex:0 0 10.375rem;
	height: 6.25rem;
	background: #f1f1f1;
	margin: 1rem;
	border-radius: 1rem;
}

.logo-slide img {
	max-height: 2rem;
	height: auto;
	max-width: 7rem;
	width: auto;
	margin: auto;
}

.layout.drieluik .left-right-content h2,
.layout.drieluik .left-right-content h3,
.layout.drieluik .left-right-content p {
	color:#ffffff;
}

.left-right-content .button {
	margin-top:2rem;
}

.left-right-content {
	padding:0 1rem;
}

.layout.drieluik .left-right-content .button.button-black:hover {
	background:#ffffff;
	color:#000000;
}

.layout.drieluik::before {
	content:"";
	width:78vw;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background:#E42323;
	border-radius:0 .625rem .625rem 0;	
}

.layout.drieluik.drieluik-reversed::before {
	content:"";
	width:78vw;
	height:100%;
	position: absolute;
	top:0;
	left:auto;
	right:0;
	background:#E42323;
	border-radius:.625rem 0 0 .625rem;	
}

.fotogrid {
	position: relative;
	min-height: 31rem;
}

.fotogrid .foto-1 {
	position: absolute;
	left: 2.875rem;
	top: 0;
	width: 11.875rem;
	height: 11.875rem;
	border-radius: 1rem;
	overflow: hidden;
}

.fotogrid .foto-2 {
	position: absolute;
	left: 16.75rem;
	top: 2.5rem;
	width: 19rem;
	height: 23rem;
	border-radius: 1rem;
	overflow: hidden;
}

.fotogrid .foto-3 {
	position: absolute;
	left: .625rem;
	top: 13.875rem;
	width: 14.125rem;
	height: 17.125rem;
	border-radius: 1rem;
	overflow: hidden;
}

.testimonial-slider .slick-list {
	padding-bottom:0;
}

.testimonial {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

.testimonial .quote-image {
	width:16.625rem;
	height:16.625rem;
	-webkit-box-flex:0;
		-ms-flex:0 0 16.625rem;
			flex:0 0 16.625rem;
	margin-right:3.75rem;
}

.testimonial .quote-image .image-container {
	border-radius:.625rem;
	overflow: hidden;
}

.testimonial .quote-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-flex:1;
		-ms-flex:auto;
			flex:auto;
}

.testimonial span.subtitle {
	font-size:.75rem;
}

.testimonial span.quote {
	font-size: 1.375rem;
	line-height: 2rem;
	font-family: 'MADE Tommy Soft', sans-serif;
	color:#000000;
	margin:0 0 .625rem 0;
}

.testimonial span.naam {
	font-size:.875rem;
	color:#666666;
	font-style: italic;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translate(19.5rem, -2.5rem);
		-ms-transform: translate(19.5rem, -2.5rem);
			transform: translate(19.5rem, -2.5rem);
	margin:0 .75rem;
	list-style-type: none;
}

.slick-dots li {
	margin: 0 .25rem;
	padding:0;
}

.slick-dots li::before {
	display: none;
}

.slick-dots li button {
	display: block;
	width: .75rem;
	height: .75rem;
	padding: 0;
	border: none;
	background: #E42323;
	text-indent: -9999px;
	opacity:.2;
	border-radius:1rem;
	outline:none;
}

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

.layout.foto-slider {
	padding:0;
}

.photo-slider-wrap {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.photo-slider-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.photo-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex:1;
		-ms-flex:auto;
			flex:auto;
	width: 16.5rem;
	-webkit-box-flex:0;
		-ms-flex:0 0 16.5rem;
			flex:0 0 16.5rem;
	height: 12.5rem;
	margin: 1rem;
	border-radius: 1rem;
	overflow:hidden;
}

.photo-slide a,
.photo-slide .image-container {
	height:100%;
	width:100%;
}

/* .photo-slide:hover .image-container .image-inner {
	transform:scale(1.1);
} */

.photo-slider-row.no-scroll {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.layout.titel-content h2 {
	padding-right:15%;
}

.layout.titel-content p {
	margin-top:1.25rem;
	line-height:1.875rem;
}

.layout ul {
	margin-top:1.25rem;
	list-style: none;
	padding:0;
}

.layout ul li {
	position: relative;
	margin-bottom:.625rem;
	line-height:1.875rem;	
}

.layout ul li::before {
	content:"";
	position: absolute;
	left:-1.25rem;
	top:7px;
	width:.875rem;
	height:.875rem;
	background:url(media/images/icon-star.svg) no-repeat center center;
}

.grey {
	background:#f1f1f1;
}

.related .card-image,
.layout.clients .card .card-image {
	height:9.375rem;
}

.related .card-content,
.layout.clients .card .card-content {
	padding:2rem;
}

.related .read-more,
.layout.clients .card .card-content .read-more {
	margin-top:0;
	font-size:.875rem;
}

.layout.clients .card {
	height:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}

.layout.clients .card .card-image {
	-webkit-box-flex:0;
		-ms-flex:0 0 9.375rem;
			flex:0 0 9.375rem;
}

.layout.clients .card .card-content h3 {
	font-size:1.25rem;
	line-height: 1;
}

.layout.clients .card .card-content {
	-webkit-box-flex:1;
		-ms-flex:1 1 100%;
			flex:1 1 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}

.layout.clients .card .card-content .read-more {
	margin-top:auto;
}

.layout.content-content p {
	margin-top:1.25rem;
	line-height:1.875rem;
}

.layout.content-content h3 {
	margin-top:2rem;
	margin-bottom:-.625rem;
}

.layout.content-content img {
	border-radius:1rem;
	overflow: hidden;
	margin-top:2rem;
}

.logo-grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-flex:0;
		-ms-flex:0 0 100%;
			flex:0 0 100%;
	height: 6.25rem;
	background: #f1f1f1;
	margin: 0;
	border-radius: 1rem;
}

.grey .logo-grid-item {
	background:#ffffff;
}

.logo-grid-item img {
	max-height: 2.75rem;
	height: auto;
	max-width: 7rem;
	width: auto;
	margin: auto;
}

.page-id-37 .foto-slider {
	margin-bottom:4rem;
}

.marge-onder {
	margin-bottom:4rem;
}

.layout-form p strong {
	position: relative;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
	color:#E42323;
	font-size:.75rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Inter', sans-serif;
	font-weight:800;
	margin-bottom:.5rem;
}

.layout-form .gform_wrapper h3 {
	margin-top:0;
	margin-bottom:1rem;
}





/* ==============================================================================
	CONTACT
============================================================================= */

.gform_required_legend {
	display:none !important;
}

.gform_wrapper {
	padding:3.125rem 2.5rem;
	background:#E42323;
	border-radius:1rem;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100% !important;
}

.gform_confirmation_message {
	border: 1px solid #eeeeee !important;
	border-radius: 1rem !important;
	padding: 1.25rem !important;
	margin-bottom: 1.25rem !important;
	font-size: .875rem !important;
	color: #444444 !important;
	line-height: 1.4 !important;
}

.gfield_label {
	color:#ffffff !important;
	font-size:.625rem !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	font-family: 'Inter', sans-serif !important;
	font-weight:800 !important;
	margin-bottom:.5rem !important;
}

.gform_wrapper .gform_validation_errors {
	padding:1rem !important;
	background:#ffffff !important;
	border-radius:.375rem !important;
	text-align:center !important;
	font-weight:700 !important;
	margin-bottom:.625rem !important;
	border:1px solid #E42323 !important;
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
}

.gform_wrapper .gfield_validation_message, 
.gform_wrapper .validation_message {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	font-size:.625rem !important;
	font-weight:700 !important;
	color:#ffffff !important;
	border-radius:1rem !important;
	font-weight:600 !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
	font-size:.875rem !important;
}

.gform_wrapper .gform_validation_errors>h2 .gform-icon {
	display:none !important;
}

.gravity-theme .gform_fields {
	grid-row-gap: 1.5rem !important;
}

.gform_wrapper input[type=email], 
.gform_wrapper input[type=tel], 
.gform_wrapper input[type=text], 
.gform_wrapper select, 
.gform_wrapper textarea,
.gform_wrapper input[type=email], 
.gform_wrapper input[type=tel], 
.gform_wrapper input[type=text], 
.gform_wrapper select, 
.gform_wrapper textarea {
	width:100% !important;
	min-width: 100% !important;
	height:3.125rem !important;
	line-height:3.125rem !;
	padding:0 1rem !important;
	border:0 !important;
	border-radius:.365rem !important;
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
	font-weight:400 !important;
	margin:0 0 0 0 !important;
	background:#ffffff !important;
	font-size:.875rem !important;
	outline:none !important;
	font-family:'Inter', sans-serif !important;
}

.gform_wrapper textarea {
	border:0 !important;
	border-radius:.375rem !important;
	font-family:'Inter', sans-serif;
	background:#ffffff !important;
	font-size:.875rem !important;
	max-height:5rem !important;
	height:5rem !important;
}

.gform-theme--foundation .gfield textarea.large {
	min-block-size: 8rem !important;
}

.gform_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

.gform-theme--foundation .gform_fields {
	row-gap:1rem !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	position: relative !important;
	height:2.75rem !important;
	font-size:.875rem !important;
	font-weight:bold !important;
	line-height:2.75rem !important;
	padding:0 1.25rem !important;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align:center !important;
		-ms-flex-align:center !important;
			align-items:center !important;
	outline:none !important;
	border:none !important;
	color:#ffffff !important;
	font-family:'MADE Tommy Soft', sans-serif !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	border-radius:2.75rem !important;
	letter-spacing: 1px !important;
	background:#000000 !important;
	color:#ffffff !important;
	-webkit-appearance: none !important;
	-webkit-transition: all 0.15s ease-in-out !important;
	-o-transition: all 0.15s ease-in-out !important;
	transition: all 0.15s ease-in-out !important;
}



/* ==============================================================================
	BLOGS
============================================================================= */
.content-single p {
	font-size:1.5rem;
	line-height:2.25rem;
	margin:1.25rem 0;
}

.content-single p > a,
.content-single li > a {
	display: inline;
	color:#D10A10;
	text-decoration: none;
}

.content-single p > a:hover,
.content-single li > a:hover {
	color:#000000;
}

.content-single h2 {
	margin:2.5rem 0 -1.25rem 0;
}

.content-single figure {
	margin:2.5rem 0;
	border-radius:2rem;
	overflow: hidden;
}



/* ==============================================================================
	BUTTONS
============================================================================= */
.buttons {
	margin-top:2rem;
}

.buttons-center {
	margin:2rem auto 0 auto;
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
}

.buttons .button {
	margin:0 .5rem;
}

.button,
.gform_button,
.wp-block-button__link {
	position: relative;
	height:2.75rem;
	font-size:.875rem;
	font-weight:bold;
	line-height:2.75rem;
	padding:0 1.25rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
	outline:none;
	border:none;
	background:rgba(255,255,255,.1);
	-webkit-backdrop-filter: blur(6px);
			backdrop-filter: blur(6px);
	border:1px solid rgba(255,255,255,.5);
	color:#ffffff;
	font-family:'MADE Tommy Soft', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border-radius:2.75rem;
	letter-spacing: 1px;
	-webkit-appearance: none;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.button span {
	position: relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
}

.button:hover,
.gform_button:hover,
.wp-block-button__link:hover {
	background:rgba(255,255,255,.25);
}

.button.button-white {
	background:#ffffff;
	color:#000000;
}

.button.button-white:hover {
	background:#000000;
	color:#ffffff;
}

.button.button-black {
	background:#000000;
	color:#ffffff;
	border:0;
}

.button.button-black:hover {
	background:#E42323;
	color:#ffffff;
}

.button.button-outline {
	border:1px solid #000000;
	color:#000000;
	background:#ffffff;
}

.button.button-outline:hover {
	background:#000000;
	color:#ffffff;
}



/* ==============================================================================
	FOOTER
============================================================================= */
#sb_instagram #sbi_images {
	padding:0;
}

footer {
	position: relative;
	padding:6.25rem 0 0 0;
	background:#000000;
}

footer h4 {
	color:#ffffff;
	margin-bottom:1.5rem;
}

footer .widget p {
	margin-bottom:1.5rem;
}

footer strong,
footer p,
footer li,
footer a {
	font-size:1rem;
	color:#C2C2C2;
	font-weight:400;
	line-height: 2.25rem;
}

footer ul {
	list-style: none;
	margin:0;
	padding:0
}

footer ul li {
	position: relative;
	padding-left:1.25rem;
}

footer ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content:"\f054";
	font-size:.75rem;
	position: absolute;
	left:0;
	top:0;
	line-height:2.25rem;	
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

footer li:hover::before {
	-webkit-transform:translate(.25rem, 0);
		-ms-transform:translate(.25rem, 0);
			transform:translate(.25rem, 0);
	color:#ffffff;
}

footer li:hover a {
	color:#ffffff;
}

footer .socials {
	margin-top:2rem;
}

.copyright {
	margin-top:5rem;
}

.copyright p,
.copyright a {
	font-size:.75rem;
	color:#999999;
}

.copyright a {
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.copyright a:hover {
	color:#ffffff;
	text-decoration: none;
}

/* ==============================================================================
	GRAVITY FORMS
============================================================================= */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family:'Inter';
	font-size:1.25rem;
	color:#707070;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-family:'Inter';
	font-size:1.25rem;
	color:#707070;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-family:'Inter';
	font-size:1.25rem;
	color:#707070;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-family:'Inter';
	font-size:1.25rem;
	color:#707070;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	font-family:'Inter';
	font-size:1.25rem;
	color:#707070;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	font-family:'Inter';
	font-size:1.25rem;
	color:#707070;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	font-family:'Inter';
	font-size:1.25rem;
	color:#707070;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	font-family:'Inter';
	font-size:1.25rem;
	color:#707070;
}

input::placeholder,
textarea::placeholder {
	font-family:'Inter';
	font-size:1.25rem;
	color:#707070;	
}



/* ==============================================================================
	MEDIA QUERIES
============================================================================= */

@media all and (max-width: 52em),
only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	
	.navigation-left,
	.navigation-right {
		-webkit-box-flex:0;
			-ms-flex:0 0 auto;
				flex:0 0 auto;
	}
	
	.menu-icon {
		position: relative;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:center;
			-ms-flex-align:center;
				align-items:center;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		cursor: pointer;
		margin-left:1rem;
	}
	
	.menu-icon .navbar-toggle {
		width:1.75rem;
		height:1.5rem;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:start;
			-ms-flex-align:start;
				align-items:flex-start;
		-ms-flex-pack: distribute;
			justify-content: space-around;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		-webkit-transition: all 0.15s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
		-o-transition: all 0.15s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
		transition: all 0.15s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
		outline:none;
		-webkit-appearance: none;
		border:0;
		margin:0;
		padding:0;
		background:transparent;
		z-index:99999;
	}
	
	.menu-icon .navbar-toggle:focus,
	.menu-icon .navbar-toggle:active {
		outline:none;
		background:transparent;
	}
	
	.navbar-toggle .icon-bar {
		display:block;
		border-radius:.125rem;
		height:2px;
		width:1.75rem;
		background:#ffffff;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
			transform-origin: center center;
		-webkit-transition: all 0.15s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
		-o-transition: all 0.15s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
		transition: all 0.15s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
		outline:none;
	}
	
	.navbar-toggle.active .icon-bar {
		-webkit-transition: all 0.15s 0.15s cubic-bezier(0.76, 0.17, 0.27, 0.88);
		-o-transition: all 0.15s 0.15s cubic-bezier(0.76, 0.17, 0.27, 0.88);
		transition: all 0.15s 0.15s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	}
		
	.nav-open .navbar-toggle.active span.icon-bar.bar-1 { 
		-webkit-transform: translate(0, 8px) rotate(45deg); 
		-ms-transform: translate(0, 8px) rotate(45deg); 
			transform: translate(0, 8px) rotate(45deg); 
	}
	
	.nav-open .navbar-toggle.active span.icon-bar.bar-2 { 
		-webkit-transform:translate(200%, 0); 
			-ms-transform:translate(200%, 0); 
				transform:translate(200%, 0);
		opacity:0;
	}
	
	.nav-open .navbar-toggle.active span.icon-bar.bar-3 { 
		-webkit-transform: translate(0, -8px) rotate(-45deg); 
		-ms-transform: translate(0, -8px) rotate(-45deg); 
			transform: translate(0, -8px) rotate(-45deg); 
	}
	
	nav.header-nav {
		opacity:0;
		visibility:hidden;
		-webkit-transform: translate(0, 50%);
			-ms-transform: translate(0, 50%);
				transform: translate(0, 50%);
		background:#000000;
		width:100vw;
		height:100vh;
		position:fixed;
		top:0;
		left:0;
		padding:5rem 2rem 2rem 2rem;
		z-index:-1;
		-webkit-transition: all 0.5s .2s cubic-bezier(0.76, 0.17, 0.27, 0.88);
		-o-transition: all 0.5s .2s cubic-bezier(0.76, 0.17, 0.27, 0.88);
		transition: all 0.5s .2s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	}
		
	.nav-open nav.header-nav {
		opacity:1;
		visibility:visible;
		-webkit-transform: translate(0, 0);
			-ms-transform: translate(0, 0);
				transform: translate(0, 0);
		-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
	}
	
	
	/* MAIN NAVIGATION - FIRST LEVEL*/	
	nav.header-nav ul {
		width:100%;
	}
	
	nav.header-nav ul li > ul {
		width:100%;
		z-index:99999;
		background:transparent;
		margin-top:2rem;
	}
	
	nav.header-nav ul li {
		width:100%;
		display:block;
		margin:0;
		text-align:left; 
		border-bottom:1px solid rgba(255,255,255,.2);
	}
	
	.menu__item--sub-open button {
		-webkit-transform:scaleY(-1);
			-ms-transform:scaleY(-1);
				transform:scaleY(-1);
	}

	nav.header-nav ul li a {
		width:100%;
		font-size: 1.5rem;
		padding: 1rem 0;
	}
	
	nav.header-nav ul li > ul {
		position: relative;
		visibility: hidden;
		display: none;
		opacity: 0;
		width: 100%;
		padding: 0;
		margin-top: 0;
		top: auto;
		left:auto;
	}
	
	nav.header-nav ul li > ul.menu--sub-open {
		display: block;
		visibility: visible;
		opacity: 1;
		padding:0 0 2rem 0;
		-webkit-box-shadow:none;
				box-shadow:none;
	}
	
	nav.header-nav ul li ul li {
		display: block;
		width: 100%;
		position: relative;
		margin: 0;
		padding-left:0;
		padding-right:0;
		border:0;
		line-height:1;
	}
	
	nav.header-nav ul li:hover > ul li a, 
	nav.header-nav ul li > ul li a {
		border:0;
		padding-left:0;
		padding-right:0;
		line-height: 1;
		color:#ffffff;
	}
	
	.hero {
		height:20rem;
		margin-bottom:3rem;
	}
	
	.hero p {
		padding:0 12.5%
	}
	
	.hero .row {
		padding-bottom: 0;
	}
	
	.para-0 {
		left: -2rem;
		height: 13.75rem;
		width: 10.5rem;
	}

	.para-1 {
		left: 2rem;
		top: 19rem;
		height: 17rem;
		width: 16.75rem;
	}
		
	.para-2 {
		left: 14rem;
		height: 13.5rem;
		width: 11.25rem;
		top: 8rem;
	}
	
	.para-3 {
		left: 24rem;
		top: 18rem;
		height: 16.5rem;
		width: 12.5rem;
	}
	
	.para-4 {
		right: -1rem;
		top: 2rem;
		height: 15.5rem;
		width: 18.5rem;
	}
	
	.para-5 {
		left: 7rem;
		bottom: -5rem;
		height: 14rem;
		width: 11.75rem;
	}
	
	.para-6 {
		right: 4rem;
		bottom: -8rem;
		height: 10.875rem;
		width: 15.25rem;
	}
	
	.para-7 {
		right: 1rem;
		bottom: 0rem;
		height: 7.875rem;
		width: 12.25rem;
	}
	
	.para-8 {
		right: -1rem;
		bottom: 8rem;
		height: 15.875rem;
		width: 17.25rem;
	}
	
	.para-9 {
		position: absolute;
		right: 19rem;
		bottom: 4rem;
		height: 8.5rem;
		width: 11.375rem;
	}
	
	main section {
		padding: 4rem 0 2rem 0;
	}
	
	.slick-list {
		padding:0 7.5% 0 0 !important;
	}
	
	.card-content p {
		padding:0;
	}
	
	.slider-navigation {
		margin-top:2rem;
	}
	
	.testimonial span.quote {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.slick-dots {
		-webkit-transform: translate(19.5rem, -1rem);
			-ms-transform: translate(19.5rem, -1rem);
				transform: translate(19.5rem, -1rem);
	}
	
	.cards::before,
	.layout.drieluik::before {
		width:100%;
		border-radius: 0;
	}
	
	.layout.drieluik .left-right-content {
		padding:0;
	}	
	
	.fotogrid {
		margin-top:2rem;
	}
	
	.slick-slide {
		opacity: 1;
	}
	
}


@media all and (max-width: 38rem) { 
	
	h1 {
		font-size: 2.25rem;
		line-height: 3rem;
	}
	
	h2 {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
	
	#navigation .logo img,
	#navigation.scroll .logo img {
		height: 1.75rem;
	}
	
	#navigation .socials {
		display:none
	}
	
	.hero.hero-large {
		height:42rem;
	}
	
	.para-0 {
		left: -1rem;
		height: 8.75rem;
		width: 6.5rem;
	}
	
	.para-1 {
		left: -5rem;
		top: 6rem;
		height: 10rem;
		width: 13.75rem;
	}
	
	.para-2 {
		left: 7rem;
		height: 13.5rem;
		width: 10.25rem;
		top: 11rem;
	}
	
	.para-3 {
		left: 10rem;
		top: 9rem;
		height: 10.5rem;
		width: 10.5rem;
	}
	
	.para-4 {
		right: -2rem;
		top: 2rem;
		height: 7.5rem;
		width: 10.5rem;
	}
	
	.para-5 {
		left: 2rem;
		bottom: -5rem;
		height: 10rem;
		width: 7.75rem;
	}
	
	.para-6 {
		right: 2rem;
		bottom: -2rem;
		height: 8.875rem;
		width: 11.25rem;
	}
	
	.para-7 {
		right: -4rem;
		bottom: 15rem;
		height: 11.5rem;
		width: 11.375rem;
	}
	
	.para-8 {
		right: -2rem;
		bottom: 6rem;
		height: 8.875rem;
		width: 11.25rem;
	}
	
	.para-9 {
		right: auto;
		bottom: 7rem;
		height: 9.5rem;
		width: 10.375rem;
		left: -1rem;
	}
	
	.slick-list {
		padding:0 12.5% 0 0 !important;
	}
	
	.logo-slide {
		width: 7.375rem;
		-webkit-box-flex: 0;
			-ms-flex: 0 0 7.375rem;
				flex: 0 0 7.375rem;
		height: 5.25rem;
		margin: 0.375rem;
		border-radius: .625rem;
	}
	
	.logo-slide img {
		max-height: 1.5rem;
		max-width: 5rem;
	}
	
	.fotogrid {
		min-height:24rem;
		margin-top:1rem;
	}
	
	.fotogrid .foto-1 {
		left: 1rem;
		width: calc(50vw - 3rem);
		height: 18vh;
	}
	
	.fotogrid .foto-2 {
		left: auto;
		top: 2.5rem;
		width: calc(50vw - 1rem);
		height: 30vh;
		right: 0;
	}
	
	.fotogrid .foto-3 {
		left: 0rem;
		top: 11.5rem;
		width: calc(50vw - 2rem);
		height: 22vh;
	}
	
	.testimonials .slick-list {
		padding:0 !important;
	}
	
	.testimonial {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		-webkit-box-align:center;
			-ms-flex-align:center;
				align-items:center;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	}
	
	.testimonial .quote-image {
		width: 33vw;
		height: 33vw;
		-webkit-box-flex: 0;
			-ms-flex: 0 0 33vw;
				flex: 0 0 33vw;
		margin-right: 0;
		margin-bottom:2rem;
	}
	
	.testimonial span.subtitle {
		font-size: .625rem;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	}
	
	.testimonial span.quote {
		font-size: 1.25rem;
		line-height: 1.5rem;
		text-align:center;
		padding:0 10%;
	}
	
	.testimonial span.naam {
		font-size: .75rem;
		line-height: 1rem;
		text-align:center;
	}
	
	.slick-dots {
		-webkit-transform:none;
			-ms-transform:none;
				transform:none;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		margin-top:1.25rem;
	}
	
	.slick-dots li button {
		width: .5rem;
		height: .5rem;
	}
	
	.photo-slide {
		width: 9.5rem;
		-webkit-box-flex: 0;
			-ms-flex: 0 0 9.5rem;
				flex: 0 0 9.5rem;
		height: 7.5rem;
		margin: 0.5rem;
	}
	
	.related .card-image {
		height: 6.25rem;
	}
	
	.related .card-content {
		padding: 1.25rem;
	}
	
	.related h4 {
		font-size: 1rem;
		line-height: 1rem;
	}
	
	
	
	footer {
		padding:3.125rem 0;
	}
	
	footer .socials {
		margin-bottom:0;
	}
	
	footer h4 {
		margin-top:3.125rem;
	}
	
	.copyright {
		margin-top:0;
	}
	
	footer .copyright .widget p {
		margin-bottom: 0;
	}
	
	.copyright .box-static {
		margin-bottom:0 !important;
	}
	
	blockquote {
		padding: 2.5rem;
	}
	
	blockquote p {
		font-size: 1.375rem !important;
		line-height: 1.75rem !important;
	}
	
	.content-single p:last-of-type {
		margin-bottom:0;
	}
	
	.layout.clients .card {
		flex-direction: row;
	}
	
	.layout.clients .card .card-image {
		flex:0 0 6.25rem;
		height:6.25rem;
		width:6.25rem;
	}
	
	.layout.clients .card .card-content {
		padding:1.25rem;
	}
	
	.layout.clients .card .card-content h3 {
		font-size:1rem;
		margin-bottom:.625rem;
	}
	
	.layout.clients .box-md-3 {
		margin-bottom:1rem !important;
	}
	
	.buttons .button {
		margin-top:.625rem;
	}
	
}