* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 0 50px 0;
	padding: 0;
	font-family: 'Montserrat';
	background-color: #000;
}
a.button {
	background-color: #FF0000;
	padding: 5px 10px;
	margin: 20px auto;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border: 1px solid white;
	display: inline-block;
}
#topbar {
	height: 55px;
}
nav {
	height: 72px;
}
nav a {
	text-decoration: none;
}

nav ul {
	display: inline-block;
}

ul.leftmenu img {
	height: 40px;
}
ul.leftmenu {
	margin-right: 200px;
	text-transform: uppercase;
}
ul.container {
	margin: auto;
	width: 1000px;
}

ul.container li img {
	height: 40px;
}
ul.container li a {
	border-bottom: 2px dotted red;
	padding-bottom: 5px;
}
ul.container {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

nav {
	background: #000;
	width: 100%;
	font-size: 0;
	position: relative;
}

nav ul.container > li,nav ul.leftmenu > li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding: 10px 15px 0 15px;
	position: relative;
}

nav ul.container li:first-child a,nav ul.leftmenu li:first-child a {
	padding: 10px 0;
}

nav ul.container > li > a,nav ul.leftmenu > li > a {
	color: #fff;
	  display: block;
	  padding: 20px 0 20px 0;
	  border-bottom: 3px solid transparent;
	transition: all .3s ease;
}
nav ul.container > li:hover > a,nav ul.leftmenu > li:hover > a {
	color: #FAFAFA; 
	border-bottom: 3px solid #444;
	padding-bottom: 20px;
}

.mega-menu {
	background: #333;
	  visibility: hidden;
	opacity: 0;
	z-index: 9;
	transition: visibility 0s, opacity 0.5s linear;
	  position: absolute;
	  left: 0;
	  width: 100%;
	padding: 20px 0;
}
.mega-menu h3 {color: #FAFAFA;}

.mega-menu .container {
	display: flex;
}
.mega-menu .item {
	flex-grow: 1;
	margin: 0 10px;
}
.mega-menu .item img {
	width: 100%;
}
.mega-menu a {
	border-bottom: 1px solid #ddd;
	  color: #FFF;
	  display: block;
	  padding: 10px 0;
}
.mega-menu a:hover {color: #CCC;}

.dropdown {position: static;}

.dropdown:hover .mega-menu {
	visibility: visible;
	opacity: 1;
}
header {
	background-image: url('/assets/img/boniheader.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 410px;
	background-color: #FC0A01;
	position: relative;
}
header.smalls {
	height: 250px;
}
header .buttons {
	position: absolute;
	bottom: 20px;
	right: 10%;
}
header .buttons li {
	display: inline-block;	
}
header .buttons li:first-child a {
	background-color: rgba(0,0,0,.5);	
}
header .buttons li a {
	padding: 10px;
	text-decoration: none;
	display: block;
	border: 2px solid black;
	color: #FFF;
}
.module p.inhoud {
	min-height: 60px;
	padding: 10px 0;
}
.module h4 {
	color: #FFF;
	font-size: 20px;
}
section.slidein {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
.third {
	width: 26%;
}
.half {
	width: 49%;
}
.from-right.come-in {
	transform: translateX(200px);
}
.from-left.come-in {
	transform: translateX(-200px);
}
.from-bottom.come-in {
	transform: translateY(200px);
}
.come-in {
	  opacity: 0;
	  animation: come-in 0.8s ease forwards;
}
.already-visible,.come-in.already-visible {
	transform: translatex(0);
	animation: none;
}
@keyframes come-in {
	to { transform: translateX(0);transform: translateY(0);opacity: 1; }
}
.module {
	min-height: 160px;
	color: #FFF;
	font-size: 14px;
	position: relative;
	float: left;
	padding: 110px 20px 20px 20px;
	margin-right: 2%;
	margin-bottom: 3%;
	line-height: 20px;
	/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
	/*box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);*/
	text-align: center;
}
.module p.pbutton {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.module p.pbutton a.button {
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 0;
	text-transform: none;
}
.module.from-right {
	margin-right: 0;
}
.topimg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding-top: 10px;
	height: 101px;
	overflow: hidden;
	text-align: center;
}
.topimg img {
	max-height: 91px;
}
section.textwithbigpic {
	width: 80%;
	margin: 0 auto 30px auto;
}
section.textwithbigpic .left,section.textwithbigpic .right {
	display: inline-block;
	width: 39%;
	vertical-align: top;
}
section.textwithbigpic .right {
	width: 60%;
	margin-left: -4px;
}
section.textwithbigpic .right img {
	width: 80%;	
}
section.textwithbigpic .left div {
	margin-top: 40px;
	padding: 20px;
	background-color: rgba(255,255,255,.5);
}
section.textwithbigpic .left div h3 {
	line-height: 40px;
	font-weight: 600;
	font-size: 30px;	
}
section.textwithbigpic .left div p {
	line-height: 24px;
	font-size: 14px;
}
section.blackfotos {
	background-color: transparent!important;
}
section.roodfotos {
	background-color: #FE3B0D;
	padding: 30px;
}
section.roodfotos ul {
	width: 90%;
	margin: 0 auto;
}
section.roodfotos ul li {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 200px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 700;
	color: #FFF;
	margin-right: 20px;
}
section.roodfotos ul li a {
	display: inline-block;
	color: #FFF;	
}
section.roodfotos ul li span.function {
	font-weight: 300;
	font-size: 14px;
}	
section.roodfotos ul li div {
	width: 150px;
	margin-bottom: 10px;
	height: 150px;
	border-radius: 75px;
	overflow: hidden;
}
section.roodfotos ul li img {
	max-width: 150px;
}
section.vidheader {
	height: 875px;
	width: 100%;
	overflow: hidden;
}
section.vidheader h3 {
	text-align: center;
	color: #FFF;
	font-size: 30px;
	margin: 20px 0;
}
section.vidheader video {
	width: 100%;
	object-fit: fill;
}
.colspeel {
	color: #FFF;
	margin-right: 50px;
	width: 45%;
	vertical-align: top;
	display: inline-block;
}
.colspeel table {
	border-collapse: collapse;
	width: 100%;
}
.colspeel table tr:nth-child(even) td {
	background-color: #333;
}
.colspeel table tr td:nth-child(1){
	width: 15%;	
}
.colspeel table tr td:nth-child(2){
	width: 10%;	
}
.colspeel table tr td:nth-child(3){
	width: 25%;	
}
.colspeel table tr td:nth-child(4){
	width: 30%;
	overflow: hidden;
}
.colspeel table tr td:nth-child(5){
	width: 20%;	
}
.colspeel table tr td {
	padding: 3px;
}
.colspeel a {
	display: block;
	border: 1px solid white;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #ED3833;
}
.mobile {
	display: none;
}
section.normaltext {
	color: #FFF;
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
}
h2 {
	text-align: center;
	color: #FFF;
	margin: 10px 0;
}
section.normaltext ul.soc {
	margin-top: 10px;	
}
nav ul.soc {
	position: absolute;
	right: 10%;
	top: 10px;
}
ul.soc {
	display: flex;
	padding: 3px 0;
}
ul.soc li {
	list-style: none;
	border-bottom: none;
}
ul.soc li a {
	width: 34px;
	height: 31px;
	padding-top: 3px;
	background-color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 17px;
	margin: 0 5px;
	display: block;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: 2px solid #fff;
	z-index: 1;
}
ul.soc li a .icon {
	position: relative;
	color: #333;
	transition: .5s;
	z-index: 3;
}
ul.soc li a:hover .icon {
	color: #fff;
	transform: rotateY(360deg);
}
ul.soc li a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f00;
	transition: .5s;
	z-index: 2;
}
ul.soc li a:hover:before {
	top: 0;
}
ul.soc li:nth-child(1) a:before{
	background: #3b5999;
}
ul.soc li:nth-child(2) a:before{
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
ul.soc li:nth-child(3) a:before {
	background: #dd4b39;
}
ul.soc li:nth-child(4) a:before {
	background: #dd4b39;
}
div#hoofdnav {
	display: inline-block;
}
section.normaltext h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
a.file {
	color: #FFF;
	border: 1px solid #FAFAFA;
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	transition: .5s;
	width: 160px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 20px;
}
a.file:hover {
	border: 1px solid #FF0000;
}
a.file i {
	display: block;
	font-size: 40px;
}
input[type="text"]{
	font-size: 14px;
	padding: 5px;
	border-radius: 8px;
}
h4.logos {
	color: #FFF;
	text-align: center;	
}
ul#logos {
	margin: 30px 0;
	list-style-type: none;
	background-color: #FFF;
}
ul#logos li {
	display: inline-block;
	padding: 20px 0;
}
ul#logos li img {
	height: 65px;	
}
@media screen and (min-width: 200px) and (max-width: 1000px){
	nav #hoofdnav .openHamburger {
		width: 50px;
		height: 50px;
		background: url(http://vlinder.niveservices.nl/img/hamburger.svg);
		background-color: #FF0000;
		display: block;
		z-index: 99999;
		text-indent: -9999px;
		float: left;
	}
	nav {
		width: auto;
		background-image: none;
		position: static;
		top: auto;
	}
	nav div#hoofdnav ul {
		margin: 0;
		padding: 0;
		float: right;
		width: auto;
	}
	nav div#hoofdnav  ul li {
		display: inline;
		vertical-align: top;
	}
	nav #hoofdnav {
		width: 250px;
		position: fixed;
		z-index: 99999;
		top: 0;
		right: 0;
		height: 50px;
		right: -200px;
	}
	nav {
		margin: 0;
		padding: 0;
		height: 50px;
	}
	nav #hoofdnav ul {
		top: 0;
		margin: 0;
		display: none;
		float: right;
		padding: 0;
		width: 199px;
	}
	nav div#hoofdnav ul li {
		display: block;
		border: none;
		font-size: 12px;
		height: auto;
		width: 200px;
		margin: 0;
		border-bottom: 1px solid #FF0000;
		padding: 0;
	}
	nav div#hoofdnav ul li a {
		border: none;
		display: block;
		height: auto;
		margin: 0;
		width: 100%;
		color: #FFF;
		padding: 5px 10px;
		background-color: #000;
	}
	nav div#hoofdnav ul li ul {
		margin: 0;
		padding: 0;
	}
	nav ul.soc {
		right: 15%;
		top: 4px;	
	}
	ul.leftmenu img {
		margin-top: -14px;
	}
	header .buttons {
		bottom: 5px;	
	}
	.topimg {
		height: 101px;
	}
	.topimg img {
		max-height: 71px;
	}
	.third {
		width: 20%;
	}
	.module p {
		font-size: 11px;
	}
	.module h4 {
		color: #FFF;
		font-size: 14px;
	}
	section.textwithbigpic .left,section.textwithbigpic .right {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
	section.textwithbigpic .right {
		width: 100%;
	}
	section.textwithbigpic .right img {
		width: 80%;	
	}
	section.textwithbigpic .left div {
		margin-top: 0;
	}
	section.roodfotos ul li {
		display: inline-block;
		vertical-align: top;
		width: 120px;
		height: 180px;
		margin-bottom: 5px;
		text-align: center;
		font-weight: 700;
		color: #FFF;
		margin-right: 20px;
	}
	section.roodfotos ul li div {
		width: 120px;
		margin-bottom: 10px;
		height: 120px;
		border-radius: 60px;
		overflow: hidden;
	}
	section.roodfotos ul li img {
		max-width: 100%;
	}
	.colspeel {
		width: 100%;
		margin-right: 0;
	}
	.normalding {
		width: 95%!important;
	}
	.normaltext img {
		max-width: 100%!important;
	}
	ul#logos li img {
		height: 50px;
	}
}