body {
	background-color:  #94BAEF;
	margin: 0 auto; 
	padding: 20px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size:14px;
	font-weight: 400;	
}
.wit {color: white;}
h3 {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
--font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
img {max-width: 100%;}
* {box-sizing: border-box;}
textarea {
	height:200px;}
.container.succes {
	border: #4CAF50;
	border-width: 3px;
	border-style: solid;
	background: repeating-linear-gradient( 45deg,#fff,#fff 10px,#3EF749 10px,#3EF749 20px);
}
p.succes, h3.succes {
	background-color: #ffffff94;
	text-align: center;
	font-size: 20pt;
}
input[type=text], input[type=email], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
	text-decoration: none;
}
.btn-groen {
	background-color: #4CAF50;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	float: right;	
	font-size:16px;
}
.btn-grijs {
	background-color: #939599;
	color: white;
	padding: 12px 20px;
	border-radius: 4px;
	border: none;
	text-align: center;
	font-size:16px;
}
.adres {
	background-color: #0678c0;
	border-radius: 5px;
	padding: 15px;
	margin-top: 20px;
	text-align: center;
}
.container {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.col-100 {
	float: left;
	width: 100%;
	margin-top: 20px;
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
@media screen and (max-width: 600px) 
{.col-100{
	width: 100%;
}
		
.btn-groen {
	border-radius: 1px!important;
	
}
.btn-grijs {
	border-radius: 1px!important;
}
}
@media screen and (min-width: 1440px) {
	.container {max-width: 1200px;}
}
}
@media screen and (min-device-width: 1280px) {
	.container {max-width: 1000px;}
}
}
@media screen and (min-device-width: 1440px) {
	.container {max-width: 1000px;}
}
}
@media screen and (max-device-width: 1920px) {
	.container {max-width: 1800px;}
}
}
