e@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@font-face {
	font-family: 'BlackItalic';
	src: url('font/T BlackItalic.eot');
	src: url('font/T BlackItalic.eot?#iefix') format('embedded-opentype'),  url('font/T BlackItalic.woff2') format('woff2'),  url('font/T BlackItalic.woff') format('woff'),  url('font/T BlackItalic.svg#T BlackItalic') format('svg');
	font-weight: 400;
	font-style: italic;
	font-stretch: normal;
 unicode-range: U+0020-02DC;
}
@font-face {
	font-family: 'ExtraCondensed';
	src: url('font/T ExtraCondensed.eot');
	src: url('font/T ExtraCondensed.eot?#iefix') format('embedded-opentype'),  url('font/T ExtraCondensed.woff2') format('woff2'),  url('font/T ExtraCondensed.woff') format('woff'),  url('font/T ExtraCondensed.svg#T ExtraCondensed') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: condensed;
 unicode-range: U+0020-02DC;
}
@font-face {
	font-family: 'BoldExtraCondensed';
	src: url('font/T BoldExtraCondensed.eot');
	src: url('font/T BoldExtraCondensed.eot?#iefix') format('embedded-opentype'),  url('font/T BoldExtraCondensed.woff2') format('woff2'),  url('font/T BoldExtraCondensed.woff') format('woff'),  url('font/T BoldExtraCondensed.svg#T BoldExtraCondensed') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: condensed;
 unicode-range: U+0020-02DC;
}
@font-face {
	font-family: 'freeversionSketchBlock-Bold';
	src: url('font/freeversionSketchBlock-Bold_gdi.eot');
	src: url('font/freeversionSketchBlock-Bold_gdi.eot?#iefix') format('embedded-opentype'), url('font/freeversionSketchBlock-Bold_gdi.woff') format('woff'), url('font/freeversionSketchBlock-Bold_gdi.ttf') format('truetype'), url('font/freeversionSketchBlock-Bold_gdi.svg#freeversionSketchBlock-Bold') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-007A;
}
html, body {
	/* give this to all tags from html to .fullscreen */
	margin: 0;
	padding: 0;
	background-color: #FFF;

}
.back-to-top {
	position: fixed;
	bottom: 0.5em;
	right: 10px;
	padding: 0.2em;
	display: none;
	background: url(images/arrow-top.png) no-repeat;
	width: 50px;
	height: 50px;
	z-index: 8;
	outline: 0 !important;
}
.main_padding {
	padding: 30px;
}

body {
font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 27px;
	margin: 0;
}
.melding
{
	color:#DC7C00;
	font-weight:bold;
}


.clear {
	clear: both;
}
.fout
{
	color:#F00;
	font-weight:bold;
	text-align:center;
	margin:auto;
	width:100%;
	margin-bottom:30px;
}
a {
	color: #DC7C00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img
{
	width:100%; height:auto; display:block;
}
img.logo
{
	margin:auto;
	max-width:480px;
	width:100%;
	height:auto;
	display:block;
	margin-bottom:40px;
}
h1
{
	font-size:24px;
}

.tel-pagina {
	font-weight: bold;
	text-decoration: underline;
}

.lijn-top {
	margin: 0;
	padding: 0;
	background-image: linear-gradient(to right, #066633, #217a37, #3a8e38, #53a238, #6fb635);
	width: 100%;
	height: 2px;
	position: relative;
	z-index: 4;
}
a.terug, a.pdf
{
	width:178px;
	height:40px;
	line-height:40px;
	display:block;
	color:#FFF;
	background-color:#DC7C00;
	
	font-size:15px;
	text-align:center;
	margin:auto;
	transition: ease-in-out 0.3s;
}
a.terug:hover, a.pdf:hover
{
	text-decoration:none;
	background-color:#666;
	
}
.container { 
	padding-top:40px;
	padding-bottom:40px;
	width:100%;
	position:relative;
}
.grijs
{
	background-color:#F3F3F3;
}

.inside
{
	width:100%; margin:auto; margin-bottom:20px; max-width:700px; border:1px solid #999;
	text-align:center;
	position:relative;
}
.center
{
		margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1240px;
}
.padding {
	padding-left: 12px;
	padding-right: 12px;
}
a.analyses_btn
{
	display:block;
	height:40px;
	width:100%;
	line-height:40px;
	color:#000;
	border-bottom:1px #CCCCCC solid;
}
a.analyses_btn:hover
{
	background-color:#E5E5E5;
	text-decoration:none;
}
a.analyses_btn:last-child
{
	border-bottom:none;
}
.analyse_table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.analyse_row {
	display: table-row;
}
.padding_btn
{
	padding-left:5px;
	padding-right:5px;
}
.analyse_cell {
	display: table-cell;
	text-align: left;
	vertical-align: top;
width: 100%;
}
.vak
{
	width:33.333%;
}


a.login-btn {
	font-weight: bold;
	display: block;
	width: 140px;
	height: 50px;
	background-color: rgba(245,37,151, 1);
	border-radius: 3px;
	line-height: 50px;
	text-align: center;
	color: #FFF !important;
	float: left;
	transition: ease-in-out 0.3s;
}
a.login-btn:hover {
	transform: scale(1.1);
	text-decoration: none;
	opacity: 0.9;
}

.collage {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
}
.collage div {
	display: block;
	flex: 1 0 calc(25% - 5px);
	width: 25%;
	height: auto;
	margin-left: 8px;
	margin-bottom: 8px;
	text-decoration: none !important;
	padding: 0;
}
.collage div {
	display: block;
	max-width: calc(25% - 8px);
	margin-bottom: 8px;
}
.collage div img {
	width: 100%;
	max-width: 100%;
	height: auto !important;
	margin: 0;
	padding: 0;
	display: block;
}

input:focus {
	outline: none !important;
}
:link:focus, :visited:focus {
    outline: none !important;
}

#bedrijfsnaam {
	background-image: url(images/icons/bedrijfsnaam.png);
	background-repeat: no-repeat;
	background-position: 8px 14px;
}
#naam {
	background-image: url(images/icons/naam.png);
	background-repeat: no-repeat;
	background-position: 8px 14px;
}
#telefoon {
	background-image: url(images/icons/telefoon.png);
	background-repeat: no-repeat;
	background-position: 8px 14px;
}
#adres {
	background-image: url(images/icons/adres.png);
	background-repeat: no-repeat;
	background-position: 8px 14px;
}
#email {
	background-image: url(images/icons/email.png);
	background-repeat: no-repeat;
	background-position: 8px 14px;
}
#soort {
	background-image: url(images/icons/soort.png);
	background-repeat: no-repeat;
	background-position: 8px 14px;
}
#locatie {
	background-image: url(images/icons/locatie.png);
	background-repeat: no-repeat;
	background-position: 8px 14px;
}
#datum {
	background-image: url(images/icons/datum.png);
	background-repeat: no-repeat;
	background-position: 8px 14px;
}
#plaats, #woonplaats {
	background-image: url(images/icons/woonplaats.png);
	background-repeat: no-repeat;
	background-position: 8px 14px;
}
#bericht, #opmerkingen {
	background-image: url(images/icons/bericht.png);
	background-repeat: no-repeat;
	background-position: 8px 14px;
}
#controle {
	background-image: url(images/icons/controle.png);
	background-repeat: no-repeat;
	background-position: 8px 14px;
}
#gebruikersnaam, #loginnaam {
	background-image: url(images/gebruiker.png);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}
#wachtwoord {
	background-image: url(images/slotje.png);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}
input[type=text], input[type=password] {
	display: block;
	height: 48px;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	max-width:400px;
	color: #BFBFBG;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	padding-right: 15px;
	background-color: transparent;
	box-sizing : border-box;
	box-shadow: #c4c4c4;
	box-shadow: 1px 1px 1px rgba(204, 204, 204, 0.8);
}
[class$="inlog"] {
 padding-left: 50px;
}
input.txt {
	color: #000;
	font-size: 19px;
	border: 1px #DC7C00 solid;
	width: 100%;
	display:block;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color:#FFF;
	padding-left: 20px;
	padding-right: 24px;
	border-radius: 5px;
	margin-top: 5px;
	text-align:left;
	margin-bottom: 8px;
	box-sizing : border-box;
box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
	-moz-box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
	-webkit-box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
}
select {
	color: #000;
	font-size: 19px;
	border: 1px #DC7C00 solid;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 10px;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 8px;
	box-sizing : border-box;
box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
	-moz-box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
	-webkit-box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
}

input.kort {
	-webkit-appearance: none;
	color: #000;
	font-size: 19px;
	border: 1px #DC7C00 solid;
	max-width: 140px;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 40px;
	padding-right: 24px;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	box-sizing : border-box;
	float: left;
box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
	-moz-box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
	-webkit-box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
}
::selection {
	background-color: black;
	color: white;
}
textarea:focus {
	outline: none;
}
textarea {
	resize: none;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	font-size: 19px;
	border: 1px #DC7C00 solid;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 40px;
	padding-right: 24px;
	background-color: #FFF;
	height: 120px;
	box-sizing : border-box ;
	font-family: 'Light'  !important;
	-webkit-appearance: none;

}
input[type=submit] {
	margin-top: 20px;
	padding: 0;
	-webkit-appearance: none;
	width: 130px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	height: 45px;
	/* IE10+ */ 
	font-family: 'BoldExtraCondensed';
	background-color:#DC7C00;
	-webkit-transition-duration: 0.5s; /* Safari */
	transition-duration: 0.5s;
	border: none;
	color: #FFF;
	box-shadow: #888888;
	box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
	-moz-box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
	-webkit-box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
	cursor: pointer;
	box-sizing : border-box;
}
input[type=submit]:hover {
	background-color: #000;
}
#loginuit-btn
{
	display:block;
margin: auto;
	padding: 0;
	-webkit-appearance: none;
	width: 130px;
	font-size: 22px;
	text-transform: uppercase;
	text-align:center;
	font-weight: bold;
	line-height:45px;
	height: 45px;
	/* IE10+ */ 
	font-family: 'BoldExtraCondensed';
	background-color:#DC7C00;
	-webkit-transition-duration: 0.5s; /* Safari */
	transition-duration: 0.5s;
	border: none;
	color: #FFF;
	box-shadow: #888888;
	box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
	-moz-box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
	-webkit-box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
	cursor: pointer;
	box-sizing : border-box;
	margin-bottom:20px;
}
#loginuit-btn:hover
{
	background-color: #000;
}
#leesmeer-btn:active
{
	background-color:#5A8E88;
}
a.icon-bekijk {
	display: block;
	margin-left:auto;
	margin-right:auto;
	vertical-align: text-top;
	width: 45px;
	height:45px;
	background:url(images/bekijk-icon.png) no-repeat;
	vertical-align:middle;
	transition:ease-in-out 0.3s;
}

a.icon-delete {
	display: block;
	margin-left:auto;
	margin-right:auto;
	vertical-align: text-top;
	width: 45px;
	height:45px;
	background:url(images/delete-icon.png) no-repeat;
	vertical-align:middle;
	transition:ease-in-out 0.3s;
	cursor:pointer;
}

		
a.loguit {
	display: block;
	margin-left:auto;
	margin-right:auto;
	vertical-align: text-top;
	width: 150px;
	height:52px;
	background:url(images/loguit.png) no-repeat;
	vertical-align:middle;
	transition:ease-in-out 0.3s;
}
a.icon-delete:hover, a.icon-bekijk:hover, a.loguit:hover
{
		transform:scale(1.1);
		}
.logincontainer
{
	position:relative;
	width:100%;
	height:auto;
	max-width:500px;
	margin-top:40px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	border:1px #DC7C00 solid;
}
.loginpadding
{
	padding-left:20px;
	padding-right:20px;
	padding-top:40px;
	padding-bottom:20px;
}
.tbl {
	display: table;
	width: 100%;
	max-width: 100%;
	margin: auto;
	table-layout: fixed;
}
.row {
	display: table-row;
}
.cell {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;

}
.links {
	width: 50%;
	text-align: left;
}
.rechts {
	width: 50%;
	text-align: left;

}
.tbl2 {
	display: table;
	width: 100%;
	max-width: 100%;
	margin: auto;
	table-layout: fixed;
}
.row2 {
	display: table-row;
}
.cell2 {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
.links2 {
	width: 50%;
	text-align: left;
}
.rechts2 {
	width: 50%;
	text-align: left;
	font-size: 20px;

}
.icon_table {
	display: table;
	width: 15%;
 table-layout: fixed;
 margin:auto;
}
.icon_cell {
	display: table-cell;
	text-align: center;
	vertical-align:central;
	width: 100%;
}
.icons{
	padding-top: 0;
	margin-top: 0;
	max-width: 45px;
	margin:auto;

}

.knoppen_table {
	display: table;
	width: 50%;
 table-layout: fixed;
 margin:auto;
}
.knoppen_cell {
	display: table-cell;
	text-align: center;
	vertical-align:central;
	width: 100%;
}
.knoppen{
	padding-top: 0;
	margin-top: 0;
	max-width: 45px;
	margin:auto;

}

.analyse_afb
{
	width:100%; height:auto; display:block; margin-bottom:20px; margin-top:20px;
}
.footer
{
	background-color: #DC7C00;
	position:absolute;
	bottom:0;
	text-align:center;
	width:100%;
	height:45px;
	line-height:45px;
	color:#FFF;
}

@media screen and (max-width : 810px) {

}
@media screen and (max-width : 710px) {
.row2 {
	display: block;
	width: 100%;

}
.cell2 {
	width: 100%;
	display: block;
	margin-bottom:15px;

}
.links2 {
	width: 100%;
	text-align: left;
	margin:auto;
}
.rechts2 {
	width: 100%;
	text-align: left;


}
input.txt
{
	max-width:100%;
}
}
@media screen and (max-width : 640px) {

@media screen and (max-width : 480px) {
.links {
	width: 53%;
	text-align: left;
}
.rechts {
	width: 47%;
	text-align: left;

}
.icon_table {
	display: table;
	width: 25%;
 table-layout: fixed;
 margin:auto;
}
select {
	color: #000;
	font-size: 15px;
	border: 1px #DC7C00 solid;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 10px;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 8px;
	box-sizing : border-box;
box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
	-moz-box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
	-webkit-box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.8);
}
}
@media screen and (max-width : 420px) {

}
