textarea {
	font-family: sans-serif;
}

body {
	margin:0 !important;
}
.text h2 {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	max-width: 90%;
	background: rgba(f, f, f, 0.4);
	text-shadow: 0px 0px 2px #131415;
	font-family: 'Open Sans', sans-serif;
	color: #0081c6;
	font-size:350%;
}

.outputtekst {
	color: green !important;
	font-family: sans-serif !important;
	text-align:center !important;
	font-size: 200% !important;
}
.errortekst {
	color: red !important;
	font-family: sans-serif !important;
	text-align:center !important;
	font-size: 200% !important;
}
.zwarttekst {
	color: black !important;
	font-family: sans-serif !important;
}


#particles-js {
	  position: absolute;
  width: 100%;
  height: 200px;
}
* {
  box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  background-color: rgb(355,355,355,1);
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: white;
  color: #0081c6;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top:15px;
}

input[type=submit]:hover {
  background-color: #0081c6;
  color:white;
  border: 1px solid white;
}
.container .col-25 .col-75 {
	position: absolute;
}
.container {
  background-color: #0081c6;
  padding: 20px;
  color: white;
  z-index:9;
}
form {
	margin-top:200px !important;
}
.column {
	text-align:center;
}
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
iframe {
	width:300;
	height:225;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  img {
	    margin: auto;
  }
  .text h2 {
	  font-size:300% !important;
  }
  .tekst {
	  margin-top:90px;
  }
  	input[type=submit] {
		margin-top:20px;
	}

}
@media screen and (min-width: 600px) {
	.driver {
		margin-left:50px;
	}
}
@media screen and (max-width: 1000px) {
  .text h2{
	  text-align:center;
  }
}
@media screen and (min-width: 880px) {
	
	.column {
  float: left;
  width: 33.33%;
  padding: 5px;
	}

}
a img {
	height:300px;
}
.copyright {
	text-align:center;
}
a, a:visited {
	color:white;
}