.infobox h2
{
	color: white;
	font-weight: 700;
	padding-bottom: 20px;
}
.infobox
{
	padding: 50px !important;
	margin-top: 40px;
	margin-left: -100px;
	background-color: black;
	color: white;
	line-height: 1.2;
}
/* On screens that are 992px or less */
@media screen and (max-width: 992px) {
	  .infobox {
		margin-left: 0px;
	  }
	.ontdek
	{
		width: 90% !important;
	}
}
.infoboxquote
{
	padding-top: 20px;
}
.ontdek
{
	width: 50%;
	  text-align: justify;
  text-justify: inter-word;
}
.ontdek h4, .ontdek img
{
	margin-bottom: 50px;
}
.ontdek p
{
	margin-bottom:30px !important;
}
.ontdek .wanneer
{
	padding:15px;
	margin-left:-15px;
	margin-right:-15px;
	background-color: black;
	color: white;
}
#inschrijven .stats-item
{
	background-color: black !important;
	color: white !important;
}
#inschrijven .stats-item h4
{
	color: white !important;
}
#inschrijven.btn {
  border: 1px solid white;
  background-color: black;
  color: white;
  border-radius: 0px;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

/* Green */
.custombutton {
  border-color: white;
  color: white;
}

@media only screen and (min-width: 768px) {
	.custombutton:hover {
	  background-color: white;
	  color: black;
	}
}
ul{
  list-style-type:none;
}

ul li {
   // color: white;
   position:relative ;
}
ul li::before {
     content: '';
    width: 8px;
    height: 8px;
    background: white;
    position: absolute;
    left: 8px;
    top: 7px;
}
#ontdek ul li::before {
    background: #828585;
}
p, ul li, .wanneer {
	font-weight: 300 !important;
}
ul li span {
    color: black;
}