/*
Theme Name: Sitosense
*/

@font-face {
    font-family: goudy-black;
    src: url("/wp-content/themes/sitosense/fonts/itc-goudy-sans-lt-black.ttf")  format("truetype");
}

@font-face {
    font-family: goudy-medium;
    src: url("/wp-content/themes/sitosense/fonts/itc-goudy-sans-lt-medium.ttf")  format("truetype");
}

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

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

.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;
	border-bottom: 10px solid #1d3c85;
	background: #eee;
    transition: all 1.5s ease;
    z-index: 999999999;
	display: flex;
	align-items: center;
}

header.fh, .resp header  {
    top: 0px;
    left: 0px;
    background: #ffffff;	
    transition: all 1.5s ease;
	box-shadow: 0px 0px 10px #333333;	
    border-bottom: 7px solid #1d3c85;
    z-index: 999999999;
} 

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

.logo {
	position:relative;
	float:left;
	width:130px;
	padding:10px 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:80px; /* 20% kleiner dan in de start header */
    padding: 10px 15px;
}


.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: 'Montserrat', sans-serif;
	color:#595858;
	text-decoration:none;
	font-size:15px;
	padding:10px 5px;	
}

ul.menu li a:hover, ul.menu li a.active, ul.menu li.current_page_item > a{
	color:#3355a4;	
}

ul.menu li.button a {
	position:relative;
	color:#ffffff;	
    background:#1d3c85;
	border: 1px solid #1d3c85;	
	border-radius:50px;
	padding:10px 22px;
	font-size:16px;
	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:#f1f1f1;
	background:#3455a4;
	border: 1px solid #3455a4;	
}	

ul.menu li .sub-menu {
    display: none;
    background-color: rgba(255, 255, 255, 0.98);
    display: none;
    position: absolute;
    z-index: 999999;
    margin-top: 8px;
    padding: 5px 0px;
    box-shadow: 0px 0px 5px #666666;	
	transition: all 2.4s ease-in-out;
}

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

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

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

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

.fh ul.menu li.button a {  
    padding: 5px 15px;
	font-size:14px;
}	
			
a.menu-button-open, a.menu-button-close {
	position:absolute;
	right:15px;
	top:15px;
	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:#ffffff;
	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;
}

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

.resp ul.menu li.button a {  
	padding:10px 25px !important;
	font-size:16px !important;
}	
	
.resp ul.menu li.button a:hover {  
	color:#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 {
	bottom:0px;
	left:0px;	
	background:#1d3c85;
	z-index:1;
	color:#ffffff;
}

footer td {
	padding:10px 0px;
	font-size:18px;
}	
	
footer svg { width:32px;}

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

.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;
	margin-top: 115px;
	min-height:100vh;
	background:#ffffff;
}

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

.home #content, .home.resp #content
{
	margin-top: 0px;
}

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

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

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

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

.full  { height:100vh; height: calc(var(--vh, 1vh) * 100); } 
.flex  { display:flex; }
.ofh   { overflow:hidden; }
.ofv   { overflow:visible; }
		
.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; }
.pd1000 { padding:10px 0px; }
.pd2000 { padding:20px 0px; }
.pd1020 { padding:10px 20px; }
.pd4020 { padding:40px 20px; }
.pd8020 { padding:80px 20px; }
.pd202000 { padding:20px 20px 0px; }
.pd002020 { padding:0px 20px 20px; }
.pd204040 { padding:20px 40px 40px; }
.pd204060 { padding:20px 40px 60px; }
.pd40404000 { padding:40px 40px 40px 0px; }
.pdb40 { padding-bottom:40px; }
.pdt00 { padding-top:0px !important; }
.pdt50p { padding-top:50%; }
.mt00 { margin-top: 0px !important;}
.mt20 { margin-top: 20px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}

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

}




.blue { color:#1d3c85 }	

h1 { font-size: 42px; line-height: 48px;}

.single h1 {font-size: 42px;}

h2 { padding: 0px; margin-top:10px; font-size: 34px; }

h3 { font-size: 28px; padding:0px }

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

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

a { color: #1d3c85; text-decoration:none}
a:hover { color: #F5A01B; }
	


p.marker {
	background: url('/wp-content/themes/sitosense/images/icons/marker.svg') 0px 5px no-repeat;
	background-size:contain;
	margin-bottom:0px;
	padding-bottom:0px !important;
}	

p.telephone {
	background: url('/wp-content/themes/sitosense/images/icons/telefoon.svg') center left no-repeat;
}	

p.email {
	background: url('/wp-content/themes/sitosense/images/icons/email.svg') center left no-repeat;
}	

p.register {
	background: url('/wp-content/themes/sitosense/images/icons/register.svg') center left no-repeat;
}

p.whatsapp {
	background: url('/wp-content/themes/sitosense/images/icons/whatsapp.svg') center left no-repeat;
}

p.facebook {
	background: url('/wp-content/themes/sitosense/images/icons/facebook-2.svg') center left no-repeat;
}

p.icon {
	padding: 3px 40px;
	background-size:22px;
}	


.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 {
	position:relative;
	display:inline-block;
	color:#ffffff;	
    background-color:#1d3c85;
	background-image:none;
	border: 2px solid #1d3c85;	
	border-radius:50px;
	margin :20px 20px 20px 0px;
	padding:15px 25px;
	font-size:22px;
	font-family:'Roboto';	
	text-decoration:none;
	font-weight:400;
	transition: background-image 1.5s linear, padding-right 0.5s linear 0s;
	cursor:pointer;
}

a.button.orange  {
	background-color:#F5A01B !important;
	border: 2px solid #ffffff;
}
li.button.orange a  {
	background-color:#F5A01B !important;
	border: 0px !important;	

}

a.button:hover, input[type="submit"]:hover {
	padding-right:70px;
	background-repeat: no-repeat !important;	
    background-position: right 10px center !important;	 	
    background-size:40px !important;	
	background-color:#3455a4;
	border: 2px solid #ffffff;	 	
	background-image: url('data:image/svg+xml;utf8,<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"><g><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"/></g></svg>');	
}

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

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

.content.fright > div {
	padding:20px 20px 20px 40px;
}

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

.no-container .content.fright > 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; }
	.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);}	
	.bgimg.fright { display:block; }	
	.no-container .bgimg.fright { position:absolute; top:0px; left:0px; display:block; width:100%;}	
	
	
/*	.content.fleft { margin-top:calc(50vh - 20px); }	*/
	.content > div {padding: 20px 0px !important}
	.no-container .content.fleft { margin-top:50vh; }	
	.no-container .content > 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:#1d3c85 !important;}
/* .icon h3 {color:#1d3c85} */
.read-more a {
	text-decoration:none;
	color:#F5A01B;
	font-weight:500;

}

.bg-white { background: #ffffff; }
.bg-grey{ background: #f6f6f6; }
.bg-lblue { background: #d5def1;}
.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:#1d3c85;
}

.breadcrumb a {
	color:#F5A01B ;
}

/* Slider */

.bxslider {
	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: #ffffff;
    border: 3px solid #ffffff;
	width: 15px;
	height: 15px;
	margin: 0 10px;	
	border-radius:50%;
}

.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: none;
}

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

.slide {	
	position:relative; 
	width:100%; 
	height:100%; 
	min-height:400px; 
	background-repeat: no-repeat; 
	background-position:center center; 
	background-size:cover
}

.slide-overlay {
	background: rgba(0, 21, 85, 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 40px;
	background:#1d3c85e8; 
	box-shadow: 0px 0px 10px #333;
	width:80%;
	max-width:600px;
	float:right;
	margin-right:10%;
	margin-left:10%;
}

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

.slide a.button {
	color:#ffffff;
	background-color:#F5A01B;	
	border:2px solid #ffffff;		
}

.naar-beneden {	
	position:absolute; 
	display:block; 
	width:48px; 
	height:48px; 	
	bottom:30px; 
	left:50%; 
	margin-left:-24px; 
	background-color: rgb(29, 60, 133);	
	background-color: rgb(29, 60, 133, 0.9);
	padding:12px; 
	border-radius:50%;
	box-sizing:border-box;
}

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


@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 */

a.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.75);
	border-radius:8px; 
	padding: 8px; 
	font-family:'Roboto Condensed';
 }
 
a.follow-us div {
	display:block;
	float:left; 
	padding:0px 10px 0px 5px;
}	

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

/* Nieuwsberichten */



.news-image {
	background:#ffffff;
	padding-top:50%;
	background-position:center center;
	background-repeat:no-repeat; 
	background-size:cover;
}

.news-content {
	background:#ffffff;
	height:100%
}

.news-content h3 {
	margin:0px 0px 20px; 
	padding:0px; 
}

.news-date {
	font-style:italic; 
	margin:0px 0px 20px;
	font-size:12px;
}

.single-news-image img {
	width:100%; 
	margin:0px 20px 50px 0px;
}

.single-news-content h1 {
	margin:0px 0px 20px 0px; 
	padding:0px; 
	color: #1d3c85
}

.single-news-content p.date {
	font-style:italic;  
	margin-top:0px; 
	margin-bottom:20px; 
	font-size:12px;
}

.pagination {
	border-top:1px solid #e0e9ff;
}

.prev {
	float:left;
}	

.next {
	float:right;
}	

@media screen and (max-width: 1023px) {
	.news-block {
		overflow:hidden;
	}
}

@media screen and (max-width: 600px) {
	.prev a, .next a {
		font-size:14px
	}
}


/* Referenties */

.quote {
	font-style:italic;
	}


/* 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 */


/* Video */


.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

