body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	color: #363;
}
body {
	background-color: #CFF;
}
a:link {
	color: #33F;
}
a:visited {
	color: #999;
}
a:hover {
	color: #93C;
}
a:active {
	color: #F00;
}
h1,h2,h3,h4 {
	font-weight: bold;
}
h5,h6 {
	font-weight: normal;
}
h1 {
	font-size: 72px;
	color: #093;
}
h2 {
	font-size: 52px;
	color: #09C;
}
h3 {
	font-size: 40px;
	color: #69C;
}
h4 {
	font-size: 24px;
	color: #603;
}
h5 {
	font-size: 48px;
	color: #363;
}
h6 {
	font-size: 60px;
	color: #363;
}.ROOD {
	color: #FF0900;
}.BLAUW {
	color: #0000FF;
}.GRIJS {
	color: #999999;
}.DONKERGRIJS {
	color: #777777;
}.WIT {
	color: #FFFFFF;
}.GOUD {
	color: #c38e26;
}.ZWART {
	color: #000000;
}

.button {
  background-color: #2A8D30; /* Green */
  border: 1px solid #BFB;
  border-radius: 80px;
  align: center;
  color: blue;
  width: 600px;
  padding: 30px 100px;
  text-align: center;
  text-decoration: bold;
  display: inline-block;
  font-size: 40px;
  box-shadow: 20px 20px 30px #DDDDDD;
}
div.background {
        box-shadow:5px 5px 20px 10px #999;
}.COL { 
  border-left: 5px solid #FF0000;border-bottom: 5px solid #00BB00; border-right: 5px solid #0000FF;border-top: 5px solid #AAAA00;
}

::-webkit-input-placeholder {
        font-style:italic; font-size: 40px; color: #f96;
}

::-moz-placeholder {
        font-style:italic; font-size: 40px; color: #f96;
}

:-ms-input-placeholder {
        font-style:italic; font-size: 40px; color: #f96;
}

/* Vanaf hier de elementen voor de opmaak van het formulier met CSS*/

input[type=text], select {
  width: 100%;
  padding: 50px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 3px solid #0c0;
  border-radius: 25px;
  box-sizing: border-box;
  font-size: 40px;
  color: #55F;
}

input[type=submit] {
  width: 1200px;
  align: center;
  background-color: #4CAF50;
  color: blue;
  text-style: bold;
  padding: 50px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 60px;

}

input[type=submit]:hover {
  background-color: #3333dd;
  color: orange;
  font-size: 60px;

}
input[type=textarea] {
  width: 100%;
  height: 400px;
  padding: 50px 20px;
  box-sizing: border-box;
  border: 3px solid #0c0;
  border-radius: 35px;
  background-color: #f8f8f8;
  font-size: 40px;
  /*resize: none;*/
  color: #55F;
}




select {
  width: 40%;
  height: 90px;
  padding: 10px 20px 10px 20px;
  border: 3px solid #0c0;
  border-radius: 40px;
  background-color: #ffffff;
  font-size: 30pt;
}

div {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.waarassen {
  width: 35%;
  padding: 10px 10px;
  background-color: #FEE;
  margin: 5px 0;
  display: inline-block;
  border: 2px solid #090;
  border-radius: 50px;
  box-sizing: border-box;
  align: center;
  font-size: 50px;
  color: #C22;
}
.navbar {
  overflow: hidden;
  background-color: #ddeebb;
  position: fixed;
  top: 0;
  width: 100%;
  height: 200px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4), 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.navbarzw {
  overflow: hidden;
  background-color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 20;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4), 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}
.navbar p {
  float: center;
  display: block;
  color: #ff3321;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 40px;
  height: 20;
}
.navbar a:hover {
  background: #f99;
  color: yellow;
}
.main {
  padding: 16px;
  margin-top: 200px;
}.GRIJS {
	color: #999999;
}
hr.lijn {
  border: 6px solid #a40  ;
  border-radius: 50%;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f8f8f8;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 40px;
  border: 3px solid #0c0;
  border-radius: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 20px;
  width: 20px;
  background-color: #aaa;
  border: 3px solid #0c0;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #EEE;
  border: 3px solid #0c0;
  border-radius: 40%x;

}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	border-radius: 60%;
    border: 3px solid #380;
	background: #000;
}

/*===============================================================================================================*/
/*===============================================================================================================*/
/*========================= HIERONDER RESPONSIVE VOOR GROTE SCHERMEN ============================================*/
/*===============================================================================================================*/
/*===============================================================================================================*/

@media only screen and (min-width: 1000px) {

    
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #363;
}
body {
	background-color: #CFF;
}
a:link {
	color: #33F;
}
a:visited {
	color: #999;
}
a:hover {
	color: #93C;
}
a:active {
	color: #F00;
}
h1,h2,h3,h4 {
	font-weight: bold;
}
h5,h6 {
	font-weight: normal;
}
h1 {
	font-size: 36px;
	color: #093;
}
h2 {
	font-size: 26px;
	color: #09C;
}
h3 {
	font-size: 20px;
	color: #69C;
}
h4 {
	font-size: 12px;
	color: #603;
}
h5 {
	font-size: 24px;
	color: #363;
}
h6 {
	font-size: 30px;
	color: #363;
}.ROOD {
	color: #FF0900;
}.BLAUW {
	color: #0000FF;
}.GRIJS {
	color: #999999;
}.DONKERGRIJS {
	color: #777777;
}.WIT {
	color: #FFFFFF;
}

.button {
  background-color: #2A8D30; /* Green */
  border: 1px solid #BFB;
  border-radius: 50%;
  align: center;
  color: blue;
  width: 300px;
  height: 60px;
  padding: 5px 20px;
  text-align: center;
  text-decoration: bold;
  display: inline-block;
  font-size: 20px;
  box-shadow: 20px 20px 30px #DDDDDD;
}
div.background {
        box-shadow:5px 5px 20px 10px #999;
}.COL { 
  border-left: 5px solid #FF0000;border-bottom: 5px solid #00BB00; border-right: 5px solid #0000FF;border-top: 5px solid #AAAA00;
}

::-webkit-input-placeholder {
        font-style:italic; font-size: 20px; color: #f96;
}

::-moz-placeholder {
        font-style:italic; font-size: 20px; color: #f96;
}

:-ms-input-placeholder {
        font-style:italic; font-size: 20px; color: #f96;
}

/* Vanaf hier de elementen voor de opmaak van het formulier met CSS*/

input[type=text], select {
  width: 100%;
  height: 50px;
  padding: 5px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 3px solid #0c0;
  border-radius: 25px;
  box-sizing: border-box;
  font-size: 20px;
  color: #55F;
}

input[type=submit] {
  width: 300px;
  height: 50px;
  align: center;
  background-color: #4CAF50;
  color: blue;
  text-style: bold;
  padding: 5px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 30px;

}

input[type=submit]:hover {
  background-color: #3333dd;
  color: orange;
  font-size: 30px;

}
input[type=textarea] {
  width: 100%;
  height: 50px;
  padding: 5px 20px;
  box-sizing: border-box;
  border: 3px solid #0c0;
  border-radius: 35px;
  background-color: #f8f8f8;
  font-size: 20px;
  /*resize: none;*/
  color: #55F;
}
    
    
    
    
select {
  width: 140px;
  height: 70px;
  padding: 10px 20px 10px 20px;
  border-radius: 40px;
  font-size: 16pt;
  background-color: #ffffff;
}
    

div {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
    }

.waarassen {
  width: 20%;
  padding: 5px 5px;
  background-color: #FEE;
  margin: 3px 0;
  display: inline-block;
  border: 2px solid #090;
  border-radius: 25px;
  box-sizing: border-box;
  align: center;
  font-size: 25px;
  color: #C22;
}
.navbar {
  overflow: hidden;
  background-color: #ddeebb;
  position: fixed;
  top: 0;
  width: 100%;
  height: 200px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4), 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.navbarzw {
  overflow: hidden;
  background-color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 20;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4), 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}
.navbar p {
  float: center;
  display: block;
  color: #ff3321;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  height: 20;
}
.navbar a:hover {
  background: #f99;
  color: yellow;
}
.main {
  padding: 16px;
  margin-top: 200px;
}.GRIJS {
	color: #999999;
}
hr.lijn {
  border: 6px solid #a40  ;
  border-radius: 50%;
}.container 
    {
  font-size: 20px;
    }
}