/* ------------------ navigatie -------------------------- */
.topnav {
	overflow: hidden;
	background-color: #333;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}
.topnav a:hover {
	background-color: #ddd;
	color: black;
}
.active {
	background-color: #035E95;
	color: white;
}
.topnav .icon {
	display: none;
}
.sticky {
	position: fixed;
	top: 0;
	width: 1200px;
	padding-top: 0px;
}


/* ------------------ page -------------------------- */
# div {
	border: solid red 1px;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: aria;
	font-size: 16px;
	line-height: 24px;
	color: #575757;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	scroll-behavior: smooth;
}
body {
	text-align: center;
	background-color: #EDEDED;
}
.nomobile {
	display: block;
}
h1 {
	font-size: 30px;
	margin-bottom: 10px;
	color: #035E95;
}
h2 {
	font-size: 20px;
	color: #035E95;
}
.page {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1200px;
	background-color: #FFF;
	display: inline-block;
}
.page_links {
	float: left;
	width: 910px;
	margin-right: 20px;
}
.page_rechts {
	float: right;
	width: 265px;
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
.item {
	width: 870px;
	display: inline-block;
	padding: 20px;
	margin-top: 50px;
}
.image {
	border: solid white 1px;
	border-radius: 5px;
	width: 100%;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(130,130,130,1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(130,130,130,1);
	box-shadow: 0px 2px 5px 0px rgba(130,130,130,1);
}
input, textarea {
	margin: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border: solid 2px #035E95;
}
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	padding:5px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.button:active {
	position:relative;
	top:1px;
}





/* ------------------ pag inhoud -------------------------- */
.tekstblock01 {
	float: left;
	width: 340px;	
}
.tekstblock02 {
	float: left;
	width: 505px;
}
.tekstblock03 {
	float: left;
	width: 870px;
}
.spaceright {margin-right: 20px;}

/* ------------------ pag rechts -------------------------- */
.refitem {
	background-color: #CFE8FE;
	width: 235px;
	display: inline-block;
	padding: 20px;
	padding-left:10px;
	padding-bottom: 0px;
	margin-top: 50px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(130,130,130,1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(130,130,130,1);
	box-shadow: 0px 2px 5px 0px rgba(130,130,130,1);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.referentie {
	background-color: #E7F3FE;
	float: left;
	font-size: 14px;
	width: 235px;
	color: #035E95;
	margin-bottom:10px;
	padding:5px;
}

.ster {		width: 20px;}
.pasfoto {	vertical-align: text-bottom; width: 60px;}



/* ------------------ pag links -------------------------- */

.fotoblock {
	float: left;
	width: 420px;
	margin: 5px;
}

.refblock {
	float: left;
	width: 830px;
	background-image: linear-gradient(to bottom,  #EDEDED, #ffffff, #EDEDED);
	border-top: solid 1px white;
	padding: 20px;
}

.form_links {
	float: left;
	width: 340px;
	margin-right: 20px;
}
.form_rechts {
	float: left;
	width: 505px;
}


.footer {
	font-size: 30px;
	color: #FFF;
	background-color: #035E95;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.patent {
 position: absolute;
 width:150px;
 top: 		10px;
 right: 	10px;
}

 @media (min-width: 769px) and (max-width: 1200px) {
/* comes into effect for screens less than or equal to 320 pixels */

# div {border:solid 1px orange;}

.page, .sticky {
	width: 765px;
}
.page_links {
	width: 530px;
	margin-right: 20px;
}
.page_rechts {
	width: 210px;
}
.item {
	width: 490px;
}
.tekstblock01 {
	width: 200px;
}
.tekstblock02 {
	width: 265px;
}
.tekstblock03 {
	width: 500px;
}
.fotoblock {
	width: 245px;
}
.refitem {
	background-color: #CFE8FE;
	width: 170px;
}
.referentie_datum {
	width: 70px;
}
.referentie_naam {
	width: 90px;
}
.referentie {
	width: 170px;
}
.refblock {
	width: 465px;
}

.ster {		width: 15px;}
.pasfoto {	vertical-align: text-bottom; width: 60px;}

.fotoblock {
	width: 233px;
}
.patent {
 top: 		5px;
 right: 	5px;
 width:		100px;
}
}

 @media (min-width: 481px) and (max-width: 768px) {
/* comes into effect for screens less than or equal to 320 pixels */
# div {border:solid 1px green;}
.nomobile {
	display:none;
}
.page, .sticky  {
	width: 480px;
}
.topnav a:not(:first-child) {
	display: none;
}
.topnav a.icon {
	float: right;
	display: block;
}
.topnav.responsive {
	position: relative;
}
.topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
}
.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
}

.page_links {
	width: 480px;
}
.page_rechts {
	display: none;
}
.item {
	width: 440px;
}
.tekstblock01 {
	width: 170px;
}
.tekstblock02 {
	width: 245px;
}
.tekstblock03 {
	width: 440px;
}
.fotoblock {
	width: 188px;
}
.refitem {
	background-color: #CFE8FE;
	width: 170px;
}
.referentie_datum {
	width: 70px;
}
.referentie_naam {
	width: 90px;
}
.referentie {
	width: 170px;
}
.refblock {
	width: 400px;
}
.reftekstblock01 {
	width: 150px;
}
.reftekstblock02 {
	width: 220px;
}
.ster {width:30px;}
.pasfoto {	width: 150px;}
.patent {
 top: 		5px;
 right: 	5px;
 width:		60px;
}
.form_links {
	float: left;
	width: 425;
	margin-right: 20px;
}
.form_rechts {
	float: left;
	width: 425px;
}
}

@media (min-width: 321px) and (max-width: 480px) {
/* comes into effect for screens between 321 and 480 pixels (inclusive) */
# div {border:solid 1px green;}
.page, .sticky  {
	width: 310px;
}
.nomobile {
	display: none;
}
.topnav a:not(:first-child) {
	display: none;
}
.topnav a.icon {
	float: right;
	display: block;
}
.topnav.responsive {
	position: relative;
}
.topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
}
.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
}
.page_links {
	width: 310px;
	margin-right: 0px;
}
.page_rechts {
	display: none;
}

.item {
	width: 265px;
}
.tekstblock01 {
	width: 265px;
}
.tekstblock02 {
	width: 265px;
	margin-top: 10px;
}
.tekstblock03 {
	width: 265px;
}
.fotoblock {
	width: 260px;
}
.refitem {
	background-color: #CFE8FE;
	width: 170px;
}
.referentie_datum {
	width: 70px;
}
.referentie_naam {
	width: 90px;
}
.referentie {
	width: 170px;
}
.refblock {
	width: 230px;
}
.reftekstblock01 {
	width: 150px;
}
.reftekstblock02 {
	width: 230px;
}
.ster {width:30px;}
.pasfoto {	width: 150px;}
.patent {
 top: 		2px;
 right: 	2px;
 width:		40px;
}
.form_links {
	float: left;
	width: 255px;
	margin-right: 20px;
}
.form_rechts {
	float: left;
	width: 255px;
}
}

@media (max-width: 320px) {
/* comes into effect for screens larger than or equal to 481 pixels */
# div {border:solid 1px green;}
.page, .sticky  {
	width: 310px;
}
.nomobile {
	display: none;
}
.topnav a:not(:first-child) {
	display: none;
}
.topnav a.icon {
	float: right;
	display: block;
}
.topnav.responsive {
	position: relative;
}
.topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
}
.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
}
.page_links {
	width: 310px;
	margin-right: 0px;
}
.page_rechts {
	display: none;
}

.item {
	width: 265px;
}
.tekstblock01 {
	width: 265px;
}
.tekstblock02 {
	width: 265px;
	margin-top: 10px;
}
.tekstblock03 {
	width: 265px;
}
.fotoblock {
	width: 260px;
}
.refitem {
	background-color: #CFE8FE;
	width: 170px;
}
.referentie_datum {
	width: 70px;
}
.referentie_naam {
	width: 90px;
}
.referentie {
	width: 170px;
}
.refblock {
	width: 230px;
}
.reftekstblock01 {
	width: 150px;
}
.reftekstblock02 {
	width: 230px;
}
.ster {width:30px;}
.pasfoto {	width: 150px;}
.patent {
 top: 		2px;
 right: 	2px;
 width:		40px;
}
}
