@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700);
/*'Titillium Web'*/
/*
basiskleur: #959197
donker: #3B363F
licht: #D8D8D8
accent: orange
*/
html, body {
	height: 100%;
	margin: 0; 
	padding: 0;
}
body {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 14px;
	background-color: #949494; /* was: #959197 */
	overflow: scroll;
	overflow-x: hidden;
}
a {
    outline: none; 
}	
.titel {
	margin-left: 1%;
	margin-top: 15px;
	margin-bottom: 15px;	
}
.titel h1 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	margin: 0px;
}
.titel h2 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	color: #3B363F;
	display: inline;
	font-size: 20px;
}
.mobiel {display: none;}
.socialmedia {
	position: fixed;
	bottom: 2%;
	margin-left: 1%;
	width: 22px;
	height: 22px;
	display: block;
	background: url(../img/linkedin.png) no-repeat left top;
}
.socialmedia:hover {
	background: url(../img/linkedin-on.png) no-repeat left top;
	cursor: pointer;
}
.socialmedia img {
	width: 22px;
	height: 22px;
	border: 0px;	
}
.kolomlinks {
	width: 33%;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 1%;
	margin-right: 1%;
	max-width: 800px;
}
.kolomrechts {
	float: left;
	width: 63%;
	margin: 0px;
	margin-left: 1%;
	margin-right: 1%;
	padding: 0px;
}

.tekst {
	margin-left: 190px;

}
.tekst img { 
	max-width: 100%; height: auto!important;
}
.tekst h1 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #fff;	
}
.tekst h2 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	color: #3B363F;
	font-size: 15px;	
}
.tekst a {
	color: #3B363F;
	text-decoration:underline;	
}
.tekst a:hover {
	color: orange;
	text-decoration:none;	
}
.tekst ul {
	margin: 0px;
	padding: 0 0 0 20px;	
}
.tekstbreed {
	width: 70%;
}
.menu {
	margin-top: 14px;
	width: 180px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	display: block;
	cursor: pointer;
	float: left;
}
#hierbenik  {
	color: orange;
	cursor: default;
}
#hierbenik:hover {
	color: orange;
	cursor:default;
}
.menu ul { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu li  {
	list-style-type: none;
	margin-left: 0px;
}
.menu li a {
	font-weight:bold;
	color:  #fff;
	text-decoration: none;
	display: block;
	line-height: 25px;
	font-size: 14px;
	outline: 0;
}
.menu li a:hover {
	color: #575559;
	text-decoration: none;
}
.menu ul li ul {
	position: relative;
	 /* background:#949494; was:  #959197;*/
	display: none;
	margin-bottom: 10px;
}
.menu li ul li {
	list-style-type: none;
}
.menu li ul li a {
	padding-left: 20px;
	font-weight:normal;
	color:  #D0D0D0;
}
.menu li ul li a:hover {
	color: #575559;
}

/* slideshow */
#items {
	left: 0px;
	top: 0px;
	list-style: none;
}
#items .tekst {
	margin-left: 0px;
	margin-top: 0;
	z-index: 10;
}
#items h1 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 14px;			
}
#items p {
	font-size: 14px;	
	color: #fff;		
}

.item {
	position: absolute;
    display: block;
    display :none;
}
.item img {
	border: 0px;
	max-width: 100%;
	height: auto;
}
.first {
	position: absolute;
    display: block;
}
#controls {
	float: right;
	margin-top: -28px;
	margin-left: -50px;
	margin-right: 20px;
	z-index: 10;
}
#controls li#prev {
	list-style:none;
	display: block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	float: left;
	background:url(../img/prev.png) no-repeat center center;
}
#controls li#prev:hover {
	cursor: pointer;
	background:url(../img/prevOn.png) no-repeat center center;
}
#controls li#next {
	list-style:none;
	display: block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	float: left;
	background:url(../img/next.png) no-repeat center center;
}
#controls li#next:hover {
	cursor: pointer;
	background:url(../img/nextOn.png) no-repeat center center;
}
#controls li#pause {
	list-style:none;
	display: block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	float: left;
	background:url(../img/pause.png) no-repeat center center;
}
#controls li#pause:hover {
	cursor: pointer;
	background:url(../img/pauseOn.png) no-repeat center center;
}
#controls li#play {
	list-style:none;
	display: block;
	width: 24px;
	height: 24px;
	cursor: pointer;
	float: left;
	background:url(../img/play.png) no-repeat center center;
}
#controls li#play:hover {
	cursor: pointer;
	background:url(../img/playOn.png) no-repeat center center;
}
#controls li#pause {
    display : none;
}

@media screen and (max-width: 800px) {
	.titel {margin-left: 20px; }
	.kolomlinks {
		width: calc(100% - 20px)!important;
		margin: 0;
		float: none;
	}
	.kolomrechts {
		width: calc(100% - 20px)!important;
		margin: 0;
		float: none;
	}
	.tekst {
		margin: 20px 0px 30px 20px !important;
	}
	.item img {
	border: 0px;
	max-width: 100%;
	height: auto;
}
	.socialmedia {
		position: relative;
		margin-left: 20px;
	}
	/* mobiel menu */
	.mobiel { display: block; }
	.mobiel.logo { padding: 20px;}
	.desktop {display: none;}
	.icon { position: absolute; right: 10px; top: 10px; z-index: 13; border: 0; margin: 0; padding-left: 10px;height: 60px; width: 60px; border-radius: 50%; cursor: pointer; display: flex; justify-content: flex-start; outline: 0;  }
	.icon span { height: 2px; width: 30px; background-color: #fff; border-radius: 0px; position: absolute; transform: 0.3s; -webkit-transform: 0.3s; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
	.icon span:first-child { top: 18px; }
	.icon span:nth-child(2) { top: 28px; }
	.icon span:last-child { top: 38px;width: 24px; }
	.icon--active span:first-child { background-color: #fff; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 28px; }
	.icon--active span:last-child {  background-color: #fff; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; top: 28px; width: 30px;}
	.icon--active span:nth-child(2) { opacity: 0; }
	.icon--button { border-radius: 0px; }
	.icon--square { border-radius: 0; }
	.icon--transparent { background-color: transparent; }
	.icon-transition { -webkit-transition: -webkit-transform 0.3s; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }


	.menu { position: absolute; left: -100%; top: 0; width: 100%; min-height: 100%;  margin: 0; display: flex; flex-direction: column; justify-content: flex-start;  transition: all 600ms ease-in-out; list-style: none; padding: 0px; background: rgba(0,0,0,0.8);  }

	.menu.open { position: absolute; z-index: 10; top: 0; left: 0;}
	.menu ul {margin: 30px;}
	.menu ul ul {margin: 0px 10px;}

	.menu li a {
		line-height: 40px;
	}



}