<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Sitosense
*/

html, body {
	padding:0px;
	margin:0px;
	height:auto;
	scroll-behavior:smooth;	
	color:#181818;
	font-family: 'Montserrat', sans-serif;
	}

body {
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  background-attachment: fixed;
}


/*
body.home {
    visibility:hidden;
    opacity:0;
    transition:visibility 1s linear,opacity 2s linear;
}

body.home.appear {
    visibility:visible;
    opacity:1;
}
*/


.body-shadow {
    position: fixed;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 10px;
    box-shadow: 1px 0px 10px #373737;
    background: #3330;
    z-index: 99999999999;
    margin-top: -10px;
}

header, footer, div {
	box-sizing:border-box;
}

header, footer {
	position:fixed;
	width:100%;
	clear:both;
	display:block;
	padding:0px;
	margin:0px;	
}

header {
	top:0px;
	left:0px;	
	z-index:100;
    transition: all 1.5s ease;
    z-index: 9999;
	display: flex;
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #f1f1f1
}

header.fh, .resp header  {
    top: 0px;
    left: 0px;
    transition: all 1.5s ease;
    z-index: 9999;
	background: #ffffff;
	box-shadow: 0px 5px 10px #666;	
} 

.resp header  {
  //  height: 70px !important;
} 

.logo {
	position:relative;
	float:left;
	width:250px;
	padding:15px 20px;
	transition: all .4s ease-in-out;
	-webkit-transform: translate3d(0,0,0);		
}

.logo img {
	width:100%;
}

.logo a {
	margin:0px;
	padding:0px;
	overflow:hidden;
	display:block;
	line-height:0px;
}

.fh .logo, .resp .logo  {
	width:200px; /* 20% kleiner dan in de start header */
}

.navigation {
	float:left;
	width:calc(100% - 320px);	
}

.resp .navigation, .fh .navigation  {
	width:calc(100% - 240px);	
}

ul.menu {
	position:absolute;
	right:20px;
	top: calc(50% - 22px);	
	padding:0px;	
}

ul.menu li {
	float:left;
	display:inline-block;
	margin-right:15px;
	margin-bottom:0px;
	line-height:18px;	
}

ul.menu li a {
	font-family: 'Nunito', sans-serif;
	color:#32406f;
	text-decoration:none;
	font-size:16px;
	padding:10px;	
	font-weight: 500;	
}

/*
ul.menu li a:hover, ul.menu li a.active, ul.menu li.current_page_item &gt; a{
	color:#32406f;
}
*/

.home ul.menu li:first-child a {
	color:#7ea817;	
}


ul.menu li.button a {
	position:relative;
	color:#ffffff;	
    background:#32406f;
	border: 1px solid #32406f;
	border-radius:50px;
	padding:10px 25px;
	font-size:18px;
	text-decoration:none;
	cursor:pointer;	
	font-family: 'Montserrat', sans-serif;
	font-weight:500;	
	transition: font-size 1.5s ease, padding 1.5s ease;
}	

ul.menu li.button a:hover {
	color:#32406f;
	background:#ffffff;
	border: 1px solid #32406f;	
}	

ul.menu li .sub-menu {
    display: none;
    background-color:rgba(50, 64, 111, 0.9);
    display: none;
    position: absolute;
    z-index: 999999;
    margin-top: 8px;
    padding: 5px 0px;
    box-shadow: 0px 0px 5px #333333;	
	transition: all 2.4s ease-in-out;
	min-width:252px;
}

ul.menu li:hover .sub-menu, .sub-menu:hover {
    display: block;
}

ul.menu li ul.sub-menu li {
    display: block;
    box-sizing: border-box;
    float: none;
    text-align: left;
    padding: 0px;
}

ul.menu li ul.sub-menu li a {
	display: block;
	box-sizing: border-box;
	width: auto;
	min-width: 100%;
	padding: 12px 10px 12p 12px;
	color:#ffffff;
}

ul.menu li ul.sub-menu li a {
	color:#ffffff;
}

ul.menu li ul.sub-menu li a:hover, ul.menu li ul.sub-menu li a.active, ul.menu li ul.sub-menu li.current_page_item a {
  color: #fff;
}


.fh ul.menu {
	top: calc(50% - 20px);
}

.fh ul.menu li a {
    font-size:15px;
    padding: 8px;
}

.fh ul.menu li {
    line-height: 13px;
}

.fh ul.menu li.button a {  
    padding: 5px 15px;
	font-size:16px;
	color:#32406f;
	background:#ffffff;
	border: 1px solid #32406f;		
}	
		
.fh ul.menu li.button a:hover {  
	color:#ffffff;
	background:#32406f;
	border: 1px solid #ffffff;		
}	
	
.fh ul.menu li a:hover, .fh ul.menu li a.active, .fh ul.menu li.current_page_item &gt; a {
	color:#32406f;	
}	

a.menu-button-open, a.menu-button-close {
	position:absolute;
	right:15px;
	top:25px;
	display:none;
	width:22px; 
	height:22px; 
	padding:7px; 
	border-radius:5px;
}

a.menu-button-open {
	background:#ffffff;	
}

a.menu-button-close {
	z-index:999;
}

a.menu-button-open img, a.menu-button-close img, a.menu-button-open svg, a.menu-button-close svg {		
	width:100%;	
	height:100%;	
}

.resp a.menu-button-open {
	display:block;
}

.resp ul.menu {
	position:fixed;
	top:0px;
	right:-20px;
	display:none;
	background: rgba(0, 0, 0, 0.85);
	margin:0px;
	padding:30px 80px 20px 15px;
	z-index:99;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 100%;
	box-sizing: border-box;	
	box-shadow: 1px 0px 10px #333333;
	}

.resp ul.menu li {
	float:none;
	display:block;
	padding:5px 0px;	
	line-height:18px!important;	
}

.resp ul.menu li.last {
	 margin-bottom:20px;
}

.resp ul.menu li a {
	display:block;
	font-size:16px !important;
	padding:10px 20px !important;
	color:#ffffff
}

.resp ul.menu li a:hover {
	color:#32406f;
}

.resp ul.menu li.button a {  
	padding:10px 15px !important;
	font-size:16px !important;
	color:#ffffff;	
    background:#32406f;
	border: 1px solid #32406f;	
	display: inline-block;
	margin-left:10px;
}	
	
.resp ul.menu li.button a:hover {  
	color:#32406f;
    background:#ffffff;
	box-shadow: 0px 0px 5px #666666;	
}

.resp ul.menu li .sub-menu  {
	display:block;
	margin-left:0px;
    background-color: transparent ;
    position: relative;
    margin-top: 8px;
    padding:0px 0px 0px 10px;
    box-shadow: none;	
	
}

.resp ul.menu li .sub-menu li a {
	 margin-left:0px;
}

.resp ul.menu li .sub-menu li a:before {
	content: "-\00a0\00a0"; 
}

 
footer {
	font-family: 'Nunito', sans-serif;
	bottom:0px;
	left:0px;	
	z-index:1;
	color:#fff;
	font-size:15px;
	line-height:22px;
}

footer td {
	font-size:16px;	
	line-height:22px;
	padding:5px 20px 5px 0px;	
	}	
		
		
table.openingstijden {
	border-spacing:0px;}


.openingstijden td {
	padding: 5px 20px 5px 0px;	
}

.showroom .openingstijden td {
	padding: 5px 20px 5px 0px;	
	font-size: 12pt;
}

.showroom .openingstijden td small {
	font-size: 9pt;
}
	
footer svg, .contact svg { width:32px;}

footer a {text-decoration:none; color:#fff }
footer a:hover {text-decoration:underline; color:#ddd}

.footer-shadow {
    display: block;
    width: 100%;
    height: 80px;
    box-shadow: 1px 0px 80px #001648;
	margin-top:-78px;
}

#content {
	position:relative;
	display:block;
	width:100%;	
	overflow:hidden;
	z-index:2;
	min-height:calc(100vh - 85px);
	background:#ffffff;
	margin-top: 93px;	
	box-shadow: 0 0 3px rgba(60,64,67,.3);
}


.resp #content {
	margin-top: 78px;	
}

.resp .resp-hide {display: none;}



.home #content, .home.resp #content
{

//	margin-top:90px;
	
}

.container {
	position:relative;
	display:block;
	width:100%;
	max-width:1400px;
	margin: 0px auto;
}	

.push {
	position:relative;
	overflow:hidden;
}

.rij {
	width:100%;
	position:relative;
}

.cel {
	display:block;
	float:left;
}

.vh25  { height:25vh !important; height: calc(var(--vh, 1vh) * 25) !important; } 
.vh50  { height:50vh !important; height: calc(var(--vh, 1vh) * 50) !important; } 
.vh60  { height:60vh !important; height: calc(var(--vh, 1vh) * 60) !important; } 
.vh66  { height:66vh !important; height: calc(var(--vh, 1vh) * 66) !important; } 
.vh80  { height:80vh !important; height: calc(var(--vh, 1vh) * 80) !important;} 
.full  { height:100vh; height: calc(var(--vh, 1vh) * 100); } 
.flex  { display:flex; }
.ofh   { overflow:hidden; }
.ofv   { overflow:visible; }
		v
.fright { float:right; }
.fleft { float:left; }

.tleft { text-align:left; }
.tright { text-align:right; }
.tcenter { text-align:center; }

.cw100 { width:100%; clear:both; }
.cw75  { width:75%; }
.cw66  { width:66.6667%; }
.cw60  { width:60%; }
.cw50  { width:50%; }
.cw40  { width:40%; }
.cw33  { width:33.3333%; }
.cw25  { width:25%; }
.cw20 { width:20%; }

.pd10 { padding:10px; }
.pd20 { padding:20px; }
.pd30 { padding:30px; }
.pd40 { padding:40px; }
.pd0020 { padding:0px 20px; }
.pd1000 { padding:10px 0px; }
.pd2000 { padding:20px 0px; }
.pd2010 { padding:20px 10px; }
.pd1020 { padding:10px 20px; }
.pd4000 { padding:40px 0px; }
.pd4020 { padding:40px 20px; }
.pd6000 { padding:60px 0px; }
.pd6020 { padding:60px 20px; }
.pd8020 { padding:80px 20px; }
.pd2040 { padding:20px 40px }
.pd404020 { padding:40px 40px 20px; }
.pd204040 { padding:20px 40px 40px; }
.pd204060 { padding:20px 40px 60px; }
.pd40404000 { padding:40px 40px 40px 0px; }
.pdb20 { padding-bottom:20px; }
.pdb40 { padding-bottom:40px; }
.pdt00 { padding-top:0px !important; }
.pdt10 { padding-top:10px !important; }
.pdt50p { padding-top:50%; }
.pdl40 { padding-left:40px; }


.mt00 { margin-top: 0px;}
.mt20 { margin-top: 20px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}

.minh400 { min-height: 400px; }
.maxw900 { max-width: 900px; }
.vh50 {height:50vh !important;}

@media screen and (min-width: 1024px) {
	
	.mb20-fs { margin-bottom: 20px;}

}

@media screen and (max-width: 1024px) {
	
	.resp-pd2000 {padding:20px 0px}
	.resp-pd4000 {padding:40px 0px}
	.resp-pdl00 {padding-left:0px !important; }

}



.twhite { color: #fff;}
.tblue { color:#32406f }	
.tgreen { color:#7ea817 }	

h1, h1, h3, h4, h5 {
	font-family: 'Nunito', sans-serif;
	padding:0px;
	margin:0px;
}


.fs38 {
	font-size:38pt;
	line-height:44pt;
}

.fs34 {
	font-size:34pt;
	line-height:42pt;
}

.fs28 {
	font-size:28pt;
	line-height:38pt;
}

.fs24 {
	font-size:24pt;
	line-height:32pt;
}

.fs18 {
	font-size:18pt;
	line-height:24pt;
}

.fw300 { font-weight:300; }
.fw500 { font-weight:500; }

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

	.fs38 {
		font-size:34pt;
		line-height:40pt;
	}

	.fs34 {
		font-size:30pt;
		line-height:38pt;
	}

	.fs28 {
		font-size:24pt;
		line-height:34pt;
	}

	.fs24 {
		font-size:20pt;
		line-height:28pt;
	}

	.fs18 {
		font-size:16pt;
		line-height:22pt;
	}

}


h1 { 
}

h2 { 
}

h3 { 
}

h4 { font-size: 24px;  margin-bottom:20px; }



p {
	margin-top:0px;
}

div.cta {
	position:fixed;
	z-index:999;
	right:0px;	
}	

.pos-1 {
	top:calc(50% - 26px);	
}

.resp .pos-1 {

top: 67px;

}

@media screen and (max-width: 720px) {
	h1 { font-size: 32px; line-height: 38px;}
	h2 { font-size: 24px; }
	// .pos-1 { bottom:0px };
}

p, li { font-size: 14pt; line-height:22pt; color:#181818 }
p.xl { font-size: 20px; line-height:30px; }

footer p { font-size: 16px; line-height:24px; }
	
	

a { color: #32406f; text-decoration:none}
a:hover { color: #7ea817; }
	
blockquote {
	margin:30px auto;
	font-style:italic;
	font-size:24px;
	padding:10px 20px;
	background: #fff2eb;
	border:1px solid #ffdcca;
	border-radius:10px;
	width:auto;
	font-family: 'Montserrat', sans-serif;
}	

blockquote p:before, blockquote p:after {
	content: '"';	
}
	
span.amsterdam { font-family: amsterdam, sans-serif; font-size:2.5em;}	
	
.content-container {
	width:100%;
}

.slideleft .content-container {
	margin-left:-400px;
}

.slideright .content-container {
	margin-left:400px;
}

.slidetop .content-container {
	margin-top:-50px;
}

.slidebottom .content-container, .slidebottom.content-container {
	margin-top:100px;
}

.zoomin {
	transform: scale(0.2);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;  
    height: 100%;
    width: 100%;
}

.zoomout {
	transform: scale(1.5);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;  
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slideleft .content-container, .slideright .content-container, .slidetop .content-container, .slidebottom .content-container, .slidebottom.content-container {
	visibility: hidden;
	opacity: 0;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}

.slidebottom .content-container {
	transition: all 4s ease;
	-webkit-transition: all 4s ease;
}
.zichtbaar .slideleft .content-container,  .zichtbaar .slidetop .content-container, .zichtbaar .slidebottom .content-container, .zichtbaar .slidebottom.content-container {
	visibility: visible !important;
	opacity:1 !important;
	margin-left:0px;
	margin-top:0px;	
}

.zichtbaar .slideright .content-container {
	visibility: visible !important;
	opacity:1 !important;
	margin-left:0px;
	margin-top:0px;	
}

.zichtbaar .zoomout, .zichtbaar .zoomin {
	transform: scale(1);	
}

input[type=submit], a.button, button {
	color: #ffffff;
	background-color: #32406f;
	background-color:#7ea817;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 18px;
	text-decoration: none;
	position: relative;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	transition: background-image 2.5s linear, padding-right 0.5s linear 0s;
	cursor: pointer;
	margin-top: 20px;
	background-image: url('data:image/svg+xml;utf8,&lt;svg id="Layer_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"&gt;&lt;g&gt;&lt;path fill="%23ffffff" d="M508.625,247.801L508.625,247.801L392.262,131.437c-4.18-4.881-11.526-5.45-16.407-1.269 c-4.881,4.18-5.45,11.526-1.269,16.407c0.39,0.455,0.814,0.88,1.269,1.269l96.465,96.582H11.636C5.21,244.426,0,249.636,0,256.063 s5.21,11.636,11.636,11.636H472.32l-96.465,96.465c-4.881,4.18-5.45,11.526-1.269,16.407s11.526,5.45,16.407,1.269 c0.455-0.39,0.88-0.814,1.269-1.269l116.364-116.364C513.137,259.67,513.137,252.34,508.625,247.801z"/&gt;&lt;/g&gt;&lt;/svg&gt;'); 
	background-size: 30px !important;
	padding-right: 60px;
	background-repeat: no-repeat !important;
	background-position: right 10px center !important;
}

a.button:hover, input[type="submit"]:hover {
	padding-right:70px;
	background-repeat: no-repeat !important;	
    background-position: right 10px center !important;	 	
    background-size:30px !important;	
	background-color:#7ea817;
	background-color: #32406f;
	background-image: url('data:image/svg+xml;utf8,&lt;svg id="Layer_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"&gt;&lt;g&gt;&lt;path fill="%23ffffff" d="M508.625,247.801L508.625,247.801L392.262,131.437c-4.18-4.881-11.526-5.45-16.407-1.269 c-4.881,4.18-5.45,11.526-1.269,16.407c0.39,0.455,0.814,0.88,1.269,1.269l96.465,96.582H11.636C5.21,244.426,0,249.636,0,256.063 s5.21,11.636,11.636,11.636H472.32l-96.465,96.465c-4.881,4.18-5.45,11.526-1.269,16.407s11.526,5.45,16.407,1.269 c0.455-0.39,0.88-0.814,1.269-1.269l116.364-116.364C513.137,259.67,513.137,252.34,508.625,247.801z"/&gt;&lt;/g&gt;&lt;/svg&gt;');	
}

a.button-white:hover {
	padding-right:70px;
	background-repeat: no-repeat !important;	
    background-position: right 10px center !important;	 	
    background-size:40px !important;	
	background-color:#e6e6e6;
	border: 1px solid #ffffff;	 	
	background-image: url('data:image/svg+xml;utf8,&lt;svg id="Layer_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"&gt;&lt;g&gt;&lt;path fill="%2332406f" d="M508.625,247.801L508.625,247.801L392.262,131.437c-4.18-4.881-11.526-5.45-16.407-1.269 c-4.881,4.18-5.45,11.526-1.269,16.407c0.39,0.455,0.814,0.88,1.269,1.269l96.465,96.582H11.636C5.21,244.426,0,249.636,0,256.063 s5.21,11.636,11.636,11.636H472.32l-96.465,96.465c-4.881,4.18-5.45,11.526-1.269,16.407s11.526,5.45,16.407,1.269 c0.455-0.39,0.88-0.814,1.269-1.269l116.364-116.364C513.137,259.67,513.137,252.34,508.625,247.801z"/&gt;&lt;/g&gt;&lt;/svg&gt;');	
}

.bgimg {
	background-repeat:no-repat;
	background-size:cover;
	background-position: center center;		
}

.content.fleft &gt; div {
	padding:20px 40px 20px 0px;
	padding:0px 40px 0px 0px;
}

.content.fright &gt; div {
	padding:20px 20px 20px 40px;
	padding:0px 20px 0px 40px;
}

.no-container .content.fleft &gt; div {
	padding:40px;
}

.no-container .content.fright &gt; div {
	padding:40px;
}



.kolom-1-3 {
	// margin-top:100px;
}


@media only screen and (max-width: 1200px) {
//	.cw25 { width:50%; }
	.cw20 { width:50%; }
	.flex-25 { display:block; overflow:hidden; }
}

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

	.flex, .flex-33 { display:block; overflow:hidden; }
	.contact .flex {display:flex; }
	.fright, .fleft { float:none; }	
	.clear { clear:both;}
	.cw75 { width:100%; }
	.cw66 { width:100%; }
	.cw60 { width:100%; }
	.cw50 { width:100%; }
	.cw40 { width:100%; }
	.cw33 { width:100%; }
	.cw25 { width:50%; }
	.cw20 { width:50%; }
	
	.bgimg { height:50vh;  }	
	.bgimg.fright { position:absolute; top:0px; left:20px; display:block; width:calc(100% - 40px);}	
	.no-container .bgimg.fright { position:absolute; top:0px; left:0px; display:block; width:100%;}	
	
	
	.content.fleft { margin-top:calc(50vh - 20px); }	
	.content &gt; div {padding: 20px 0px !important}
	.no-container .content.fleft { margin-top:50vh; }	
	.no-container .content &gt; div {padding: 40px !important}

	
/*	.resp .content {padding:0px !important} */
	
	footer { position:relative; }
	footer h4 { margin: 20px 0px}	
	.kolom-1-3 { margin-top:0px; }
	.gallery .pd10 { padding-top:0px; padding-bottom:0px }
	.cw50.cel-1 { padding-bottom:0px; }	
}

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

	.cw75  { width:100%; }
	.cw66  { width:100%; }
	.cw50  { width:100%; }
	.cw25  { width:100%; }
	.cw20 { width:100%; }	
//	.pd20 { padding:10px 20px; }
	.pd40 { padding:20px 20px; }		
}


/* .icon svg {min-width:80px; max-width:120px; width:10%; height:10%;} */
.icon svg {width:80px; height:80px;}
.icon svg path, svg circle {fill:#3c3c3c !important;}
/* .icon h3 {color:#1d3c85} */
.read-more a {
	text-decoration:none;
	color:#F5A01B;
	font-weight:500;

}

.bg-1 { background: #f7f3f3;}
.bg-wit { background: #ffffff; }
.bg-grijs { background: #f6f6f6; }
.bg-blue { background: #1d3c85; color: #fff;}

.dotbor {
	border-bottom: 1px dotted #1d3c85;
}

.orange-border {
	border-top:5px solid #F5A01B; 
	display:block; 
	height:5px; 
	width:100px;
	margin:0px 0px 20px 0px;
}

.image-filter {
	height:100%; 
	display:block; 
//	background: rgba(0, 21, 85, 0.2);
//	background: rgba(29, 60, 133, 0.2);
}

.block-center{
	margin:0px auto;	
}

.breadcrumb {
	font-size:12px;
	color:#181818;
	// padding:10px 0px 20px;
}

.breadcrumb a {
	color:#32406f ;
}

/* Slider */

.bxslider, .referenties {
	position:absolute;
	top:0px;
	left:0px;	
	display:block;
	padding:0px;
	height:100%;
	z-index:10;
	}

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	border: 0px !important;
	margin-bottom: 0px !important;
	background: none !important;
	height:100% !important;

}

.bx-viewport {
	height:100% !important;
}


.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 9999999 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666666 !important;
    border: 0px !important;
	width: 12px !important;
	height: 12px !important;
	margin: 0 10px !important;	
	border-radius:50% !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #32406f !important;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 9999999 !important;
}

.bx-wrapper .bx-next {
    background: url('/wp-content/themes/sitosense/images/next.png') no-repeat !important;
}

.bx-wrapper .bx-prev {
    background: url('/wp-content/themes/sitosense/images/prev.png') no-repeat !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -80px !important;
}

.slide {	
	position:relative; 
	width:100%; 
	height:100%; 
	min-height:400px; 
}

.slide-overlay {
	position:absolute;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
}

.slide-table, .slide-trow, .slide-tcel   {
	display:table;
	width:100%;
	height:100%;	
}

.slide-trow  {
	display:table-row;
}

.slide-tcel  {
	display:table-cell;
	vertical-align:middle;	
}

.slide-tcel div {	
	padding:20px;
	width:80%;
	float:none;
	margin-right:10%;
	margin-left:10%;
}

.slide p, .slide h2 {
	color: #ffffff;
}

.slide a.button {
	color: #ffffff;
	background-color: #32406f;
	border: 1px solid #32406f;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}

.slide a.button:hover {
	padding-right:70px;
}

.slide h1 { color: #fff; text-shadow: 1px 1px 1px #333;}
.slide h2 { color: #fff; text-shadow: 1px 1px 1px #333;}



.slide-bg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
    -webkit-transition: all 7s ease;
    -moz-transition: all 7s ease;
    -o-transition: all 7s ease;
    transition: background-image 7s ease;		
}

.naar-beneden {	
//	position:absolute; 
	display:block; 
	width:48px; 
	height:48px; 	
//	bottom:35px; 
//	left:50%; 
//	margin-left:-24px; 
	background-color: #144731;
	padding:12px; 
	border-radius:50%;
	box-sizing:border-box;
	box-shadow: 0px 3px 10px #333;
	text-align:center;
	margin: 30px auto;
}

.naar-beneden img {
	width:100%;
}


/* Referenties */

.referenties div {
	font-size:22px;
}

div.quoter {
	
	font-size:20px;
	margin-top: 20px;
	text-align:center;
	font-family:'Montserrat', sans-serif;

}

@media only screen and (max-width: 600px) {
	
	.slide h2 {
		font-size: 28px;
	}
	
	.slide p {
		color: #ffffff;
		font-size: 18px;
		line-height: 24px;
	}
	
	.bx-controls-direction a {
		display:none;
	}
		
}


/* Facebook-button */

div.follow-us {
	display:block;
	position:fixed; 
	bottom:30px; 
	right:30px; 
	z-index: 99999;
	color: #ffffff; 
	display: flex; 
	justify-content: center;
	align-items: center;
	background:#000000;
	background: rgb(0, 0, 0, 0.5);
	border-radius:8px; 
	padding: 8px 5px; 
 }
 
.follow-us a {
	display:block;
	float:left; 
	box-sizing:border-box;	
	padding:0px 3px
}	

.follow-us img {	
	display:block;
	float:left; 
	width:32px; 
	height:32px;
}


/* Contact */

.map {
	background:#ffffff url('/wp-content/themes/sitosense/images/map.png') no-repeat center center; 
	background-size:cover
}

.contact-data-box {
	background:#fffffff2; 
	box-shadow: 0px 0px 10px #bbb
}


@media screen and (max-width: 1023px) {
	.contact-data-box {
		width:auto !important;
		max-width:100%;
	}
}

/* Footer */



/* Instagram */

#sb_instagram .sbi_follow_btn a {
  background: #32406f !important;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	padding: 10px 15px !important;
	margin: 20px auto !important;
	background: #32406f;
	color: #fff !important;
	border: 1 px solid #32406f !important;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	border-radius: 8px !important;
	font-family:'Montserrat', sans-serif !important;
	font-size:18px !important;
}

#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
  box-shadow: inset 0 0 10px 20px #ffac81 !important;
} 


/* Tarieven tabel */

table.tarieven {
	width:100%;
	max-width:600px;
	border-bottom:1px solid #ffdcca;
}

.tarieven td {
	padding:5px 30px 5px 0px;
	font-family: 'Montserrat', sans-serif;
	vertical-align:top;
}

td.tright {
	text-align:right;
}

td.lc {
	width: 70px;
	padding:5px 0px 5px 0px;
}

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

	.tarieven td {
		padding:5px 20px 5px 0px;
		font-size:0.8em;
	}

	td.lc {
		width: 60px;
	}	

}


/* Formulieren */

form {
	width:100%;
	max-width:600px;
	padding-left:2px;
	
}

input[type="text"], input[type="email"], textarea {
	border-radius: 2px;
	border: 1px solid #b1b3b5;
	padding: 10px;
	width: 90%;
	font-size: 18px;
	font-family:'Montserrat', sans-serif;
	box-sizing: border-box;
}

input#achternaam {
	display: none;
}

input[type="submit"] {
	
}

::placeholder {
	font-family:'Montserrat', sans-serif;
	font-size:1.2em;

}

form  p {
	font-family:'Montserrat', sans-serif;
}

p.error	{ 
	display:none;
	color:#cc0000;	
}	
 
select {
	width: 90%;
	font-size: 18px;
	font-family:'Montserrat', sans-serif;
	padding: 10px;	
	box-sizing:border-box;
}

/* Cursus */


.cursus .rel {
	position:relative;
}

li { 
	line-height: 1.5em;
}

.border {
	background: #fff2eb;
	border: 1px solid #ffdcca;
	border-radius: 10px;
	height:100%;
	display:block;
}

.pdr20 {padding-top:20px;  padding-right:20px; padding-bottom:20px;}


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

	.pdr20 { padding-right:0px;}

}


footer svg path, footer svg circle, footer svg polygon, .contact svg path, .contact svg circle, .contact svg polygon  {
  fill: #32406f !important;
}

footer svg.logo path, footer svg circle, footer svg polygon, .contact svg path, .contact svg circle, .contact svg polygon {
  fill: #32406f !important;
}

footer svg, .contact svg {
  width: 24px;
}


.adres td {
	padding:10px 0px;
}


.project a div div  {
	position:absolute;
	display:none;
	background:#f6f6f6b8;
	height:100%;
	width:100%;	
	top:0px;
	left:0px;
}

.project a:hover div div  {
	display:block;
}

.project a h5 {
	display:none;
	position:absolute;
	font-size:14px;
	color:#181818;
	top:calc(50% - 20px);
	line-height:20px;
	width:100%; 
	height:100%; 
	text-align:center;	
	font-weight:600;
}

.project a:hover h5 {
	display:block;
}

.archive-projecten h2, .single-projecten h2 {
	margin-top:20px;
	margin-bottom:10px;
	padding-top:20px;
	border-top:1px dotted #32406f;
}

.prev a, .next a{
    color: #ffffff;
    background-color: #32406f;
	border: 1px solid #32406f;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 15px;
    text-decoration: none;	
	position:relative;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	text-decoration:none;
	cursor:pointer;
	margin-top:20px;	
}


.prev {
  float: left;
}

.next {
  float: right;
}

.contact-block {
	float:right;
	width:100%;
	max-width:600px;	
	margin-top:100px;
}

.red-white{
	border-radius:4px;
	background:#32406ff2;	
}
.red-white h4 {
	color:#ffffff;
	font-size:22px;	
}

.red-white p, .red-white a {
	color:#ffffff;
	font-size:18px;
	line-height:24px;	
}

.red-white a.button {
	border: 0px;
	padding: 15px 80px 15px 15px;
	margin-bottom: 0px;
	border-radius: 2px;
	background-image: url('data:image/svg+xml;utf8,&lt;svg id="Layer_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"&gt;&lt;g&gt;&lt;path fill="%23ffffff" d="M508.625,247.801L508.625,247.801L392.262,131.437c-4.18-4.881-11.526-5.45-16.407-1.269 c-4.881,4.18-5.45,11.526-1.269,16.407c0.39,0.455,0.814,0.88,1.269,1.269l96.465,96.582H11.636C5.21,244.426,0,249.636,0,256.063 s5.21,11.636,11.636,11.636H472.32l-96.465,96.465c-4.881,4.18-5.45,11.526-1.269,16.407s11.526,5.45,16.407,1.269 c0.455-0.39,0.88-0.814,1.269-1.269l116.364-116.364C513.137,259.67,513.137,252.34,508.625,247.801z"/&gt;&lt;/g&gt;&lt;/svg&gt;');
	background-repeat: no-repeat !important;
	background-position: right 10px center !important;
	background-size: 40px !important;
	background-color: #7ea817;
}

.red-white a.button:hover {
	box-shadow: 1px 1px 8px #666666;
	padding-right: 100px;
}

/* Carousel */

.carousel {
	width:calc(100% - 20px);
	margin:0px auto;
}

.carousel div {
	box-sizing:border-box;
}

.carousel div div {
	height:220px;
	display:block;	
}	
.carousel h5 {
	position: absolute;
	bottom:10px;
	left:10px;
	color:#fff;
	font-size:12pt;
	text-shadow: 1px 1px 1px #000;
}

.pd0010 {
	padding:0px 10px;	
}

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


ul.social {
	margin: 20px 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

.social li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	line-height: 1em;
	font-size: 1pt;	
}

.social img {
	width: 24px;
	height: 24px;
}

.event {
	padding:20px;
	background:#f6f6f6;
	color:#333; 
	height:100%; 
	box-shadow: 0 0 3px rgba(60,64,67,.3); 
	border-radius:3px
}

.event:hover {
	background: #f1f4ea;
	box-shadow: 0 0 5px rgba(60,64,67,.5);
}

ul.footer-menu {
	margin:0px;
	padding:0px;
}

.footer-menu li {
	font-size: 10pt;
	list-style-type:none;	
}	</pre></body></html>