body, p, h1, h2, h3, h4, table, td, th, ul, ol, textarea, input{
	font-family: verdana, helvetica, arial, sans-serif;
}
body, htm{
	max-height: 100%;
}
body{
	background-color: #fff;
	color: #444;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	position: relative;
}
a:link{
	background-color: transparent;
	color: #444;
	text-decoration: none;
}
a:visited{
	color: #444;
}
a:hover{
	color: blue;
}
::placeholder{
	color: #bbb;
	opacity: 1;
}
.logoboard{
	background-color: #f8f8f8;
	border-bottom: 1px solid #ddd;
	height: 65px;
	min-height: 42px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
.header{
	margin: 0 auto;
	max-width: 800px;
	min-width: 320px;
}
.logo img{
	float: left;
	font-size: 0;
	line-height: 0;
	padding: 7px 5px 2px 5px;
	position: fixed;
	width: 250px;
}
.hamburger{
	color: #ec6608;
	cursor: pointer;
	float: right;
	font-size: 10px;
	position: relative;
	visibility: hidden;
}
#toggle_menu{
	display: block;
	float: right;
	position: relative;
	right: 0;
	visibility: visible;
}
.outerbutton{
	font-size: 0px;
	background-color: transparent;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin: 6px 0px;
	position: relative;
}
.outerbutton :hover{
	background-color: #dcdcdc;
	border-radius: 10px;
}
.outerbutton :hover + .buttontekst{
	background-color: #ddd;
	border-radius: 10px;
	text-align: center;
	visibility: visible;
}
.button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	outline: 0;
	padding: 6px 3px;
	text-decoration: none;
}
.buttontekst{
	color: #444;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	text-overflow: clip;
	top: 74px;
	visibility: hidden;
	width: max-content;
}
.container{
	margin: 0 auto;
	margin-bottom: 105px;
	margin-top: 0px;
	max-width: 800px;
	min-width: 320px;
	position: relative;
}
.cookie_wrap{
	background-color: #000;
	bottom: 190px;
	filter: alpha(opacity=75);
	left: 0;
	opacity: 0.75;
	position: fixed;
	right: 0;
	text-align: center;
	visibility: hidden;
	z-index: 9999;
}
.cookie_notice{
	color: #fff;
	font-size: 12px;
	padding: 10px;
}
#cookie_button{
	background: yellow;
	border-color: yellow;
	border-radius: 5px;
	color: #333;
	cursor: pointer;
	font: bold 15px arial;
	margin: 5px;
	padding: 5px;
}
.contenttekst{
	color: #444;
	font-size: 14px;
	margin: 0px auto;
	padding-bottom: 40px;
	padding-top: 60px;
	width: 96%;
}
.contenttekst h1{
	color: #ec6608;
	font-size: 21px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.contenttekst h2{
	color: #ec6608;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.main{
	height: calc(100vh - 100px);
	position: fixed;
	width: 100%;
}
.invoerform{
	background-color: #fff;
	margin-bottom: 20px;
	margin-top: 110px;
	padding-top: 10px;
	position: sticky;
	position: -webkit-sticky;
	top: 65px;
}
.zoekbar{
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 20px;
	left: 2%;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 0px;
	max-height: 40px;
	min-height: 40px;
	overflow: hidden;
	position: absolute;
	right: 2%;
}
.zoekbar:focus-within{
	box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 1);
	max-height: 450px;
	moz-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 1);
	webkit-box-shadow: 0px 1px 5px 0px rgba(204, 204, 204, 1);
	z-index: 10;
}
.invoerwoord{
	border: none;
	border-radius: 20px;
	color: #444;
	float: left;
	font-size: 16px;
	height: 39px;
	outline: none;
	overflow: hidden;
	padding: 0 0 0px 5px;
	width: calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
}
.dropdown{
	display: block;
	float: left;
	position: relative;
	width: 100%;
}
.dropdown a{
	color: #444;
	display: block;
	overflow: hidden;
	padding-top: 5px;
	text-decoration: none;
}
.line{
	border-top: 1px solid #ddd;
	margin-left: 2%;
	position: absolute;
	width: 96%;
}
.space{
	display: block;
	float: left;
	height: 5px;
	width: 100%;
}
.result{
	border: none;
	color: #444;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 16px;
	height: 29px;
	line-height: 100%;
	outline: none;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}
.result a{
	height: 100%;
	padding: 6px 0 0 5px;
}
.result:hover{
	background-color: #eee;
}
.zoeken{
	background: transparent;
	background: url("images/zoeken.png")no-repeat center;
	background-size: 30px 30px;
	border: none;
	cursor: pointer;
	float: left;
	height: 40px;
	margin-left: 5px;
	outline: none;
	width: 40px;
}
.zoeken:hover{
	background-size: 36px 36px;
}
.result .zoeken{
	background-size: 24px 24px;
	height: 29px;
	padding-right: 11px;
	width: 29px;
}
.wissen{
	background: transparent;
	background: url("images/wissen.png")no-repeat center;
	background-size: 30px 30px;
	border: none;
	cursor: pointer;
	float: right;
	height: 40px;
	margin-right: 5px;
	outline: none;
	width: 40px;
}
.wissen:hover{
	background-size: 36px 36px;
}
.voorwoord{
	color: #444;
	font-size: 14px;
	line-height: 180%;
	margin: 0px auto;
	padding-top: 80px;
	text-align: center;
	width: 96%;
}
.totaalgevonden{
	color: #444;
	font-size: 16px;
	line-height: 180%;
	margin: 0px auto;
	padding-bottom: 10px;
	padding-top: 70px;
	text-align: center;
	width: 96%;
}

.omschrijvingbox{
	margin: 0px auto;
	padding-top: 30px;
	width: 96%;
}

.letterbox{
	display: inline-block;
	vertical-align: top;
	width :360px;
}
.gevondenomschrijving{
	color: #444;
	font-size: 16px;
	margin: 0px auto;
	padding-bottom: 10px;
	padding-top: 70px;
	text-align: center;
	width: 96%;
}
.aantal_omschrijving{
	display: inline-block;
	color: #444;
	color: #ec6608;
	font-size: 18px;
	line-height: 100%;
	padding-right: 5px;
	
	vertical-align: top;
}
.omschrijving{
    display: inline-block;
	color: #444;	
	font-size: 16px;
	padding-bottom: 8px;
	width: 80%;
}
.aantal_letters{
	color: #444;
	margin: 0 auto;
	padding-top: 20px;
	width: 96%;
}
.aantal{
	
	color: #444;
	color: #ec6608;
	float: left;
	font-size: 24px;
	height: 100%;
	line-height: 100%;
	overflow: hidden;
	padding-right: 5px;
}
.letters{
	color: #444;
	overflow: hidden;
}
.letters_lijn{
	border-bottom: 1px solid #ddd;
	color: #444;
	float: left;
	font-size: 12px;
	line-height: 170%;
	margin-bottom: 5px;
	width: 100%;
}
.woorden{
	display: inline-block;
	font-size: 16px;
	padding-bottom: 2px;
}
.footer{
	box-sizing: border-box;
	
	background-color: #fff;
	padding-top:5px;
	padding-bottom: 5px;
	bottom: 0px;
	max-height: 110px;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
}
.footerbox{
	
	margin-left: auto;
	margin-right: auto;
	max-height: 100px;
	max-width: 800px;
	/*min-height: 100px;*/
	width: 100%;
	
	
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
.ads_size{
	max-height: 100px;
	min-height: 80px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
#reactiesform {
	text-align: left;
}
#reacties {
	box-sizing: border-box;
	margin: 0px auto;
	font-size: 14px;
	color: #333;
	text-align: left;
	width:100%;
	padding: 0 2% 0 2%;
}
#reacties p {
	display: block;
	margin: 10px 0px;
	width: 100%;
	text-align: left;
}
#reacties small {
	font: Arial, Helvetica, sans-serif
}
#reacties a {
	text-decoration: underline;
}
#reacties a:hover {
	text-decoration: none;
}
#reacties form{
	padding-top: 15px;
}
#reacties input {
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding-left: 8px;
	width: 60%;
	height: 32px;
	margin-top: 5px;
    margin-bottom:5px;	
}
#reacties select {
	box-sizing: border-box;	
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 32px;
	 text-indent: 8px;
	/*padding-left:: 8px;*/
	width: 60%;	
	color: #333;
	background-color:#fff;
	margin-top: 5px;
    margin-bottom:5px;
}
#reacties textarea {
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	height: 180px;
	resize: none;
	margin-top: 10px; 
}
#reacties label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 5px;
	width:40%;	
	text-align: left;
}
#reacties input.button {
	background: #76c101;	
	border: 1px solid #ccc;
	color: white;
	cursor: pointer;
	font-weight: bold;
	width: 180px;
	height: 35px;
	font: 18px Arial, Helvetica, sans-serif;
}
#reacties input.button:hover {
	background: #76c101;	
}
#reacties .captcha label {
	width: 180px;
}
#reacties .captcha input {
	width: 40px;
	text-align: center;  
}
.required {
	color: #2A55B0;
}

@media (min-width: 728px){
	.footer{
		background-color: #fff;
	}
}
@media (max-width: 600px){
	.invoerform:focus-within{
		margin-top: 66px;
	}
	#toggle_menu{
		display: none;
		visibility: visible;
	}
	.buttontekst{
		background-color: transparent;
		color: #fff;
		font-size: 18px;
		padding: 10px;
		position: relative;
		text-align: right;
		top: -14px;
		visibility: visible;
	}
	.outerbutton{
		background-color: #abc;
		float: none;
		height: 100%;
		margin: 0px 0px 0px auto;
		margin-right: 0;
		visibility: visible;
		width: 100%;
	}
	.outerbutton :hover + .buttontekst{
		background-color: transparent;
	}
	.hamburger{
		color: #ec6608 !important;
		font-size: 20px;
		margin-bottom: 23px;
		margin-right: 10px;
		margin-top: 22px;
		visibility: visible;
	}
.ads_size{
	min-height: 62px;
}	
}
@media (min-width: 601px){
	#toggle_menu{
		display: block !important;
		visibility: visible;
	}
}
@media (max-width: 500px){
	.logo img{
		width: 200px;
	}
	.hamburger{
		margin-bottom: 17px;
		margin-top: 18px;
	}
	#toggle_menu{
		display: none;
		visibility: visible;
	}
	.logoboard{
		height: 55px;
	}
	.invoerform:focus-within{
		margin-top: 45px;
	}
	.invoerform{
		margin-top: 100px;
		top: 55px;
	}
}
@media screen and (max-height: 550px){
	.footer{
		display: none;
	}
	.cookie_wrap{
		bottom: 0;
	}
}
