html { 
	font-family: 'Arial';
	font-style: normal; 
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.voorwaarden-groen{
	background: #d1ffed;
	border: 1px solid #005030;
}
.voorwaarden-grijs{
	background: #eeeeee;
	border: 1px solid #e3e3e3;
}

h1 { font-style: normal; text-transform: uppercase; font-family: 'Roboto'; font-weight: normal; font-size:24px; }
h2 { font-style: normal; font-family: 'Roboto'; font-weight: normal; font-size:18px; }
h3 { margin-top: 20px; margin-bottom: 0px; text-decoration: underline; font-style: normal; font-family: 'Roboto'; font-weight: normal; font-size:16px; }

select 
}

textarea {
	padding:5px 8px;
}

input { margin-bottom: 4px; }

input[type="text"] {
	border: 1px solid #e3e3e3;
	padding:20px 20px;
}

input[type="email"] {
	border: 1px solid #e3e3e3;
	padding:20px 20px;
}

input[type="submit"] {
}

canvas {
  display: inline;
  position: fixed;
  height:100%;
  width:100%;
  top:0;
  left:0;
  z-index: 1;
  pointer-events: none;
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:2.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
  cursor:pointer;
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#ffeb68;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#ffe01a;
}

@media only screen and (max-width: 1000px) {
	html { 
		font-size:28px;
	}
	h1 {
		font-size:40px;
	}
	h2 {
		font-size:36px;
	}
	h3 {
		font-size:34px;
	}
}