/* puurvoer.nl

colors {
	color: #a10909;
	background-color: #e5e9e3;
}
 */
 
html {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body {
	font: normal 300 24px/2 'PT Sans', 'Geomini', 'Titillium Web', sans-serif;
	margin: 0;
	padding: 0 0 80vh;
	width: 100%;
}

strong {
	font-weight: 600;
}

a {
	color: #0869e4;
	text-decoration: none;
}

a:hover {
	color: #cb9613;
}

 {
  box-sizing: border-box;
}

/* @group layout */

#container {
	padding-top: 50px;
	-webkit-animation-delay: 1s;
}

#content {
	padding-right: 0;
	padding-left: 0;
	padding-top: 2.5em;
	font: 400 24px/2;
}

#footer {
	padding: 10% 5% 5%;
	font-size: 0.6em;
	text-align: center;
	line-height: 1em;
}

/* @end */

/* @group info */

#info {
	width: 100%;
	height: 1.5em;
	color: #000;
	position: fixed;
	top: 0;
	z-index: 10000;
	font: 300 0.8em;
	background-color: #f0d389;
}

#info .info {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	width: 40%;
	height: 1em;
	margin-right: 30%;
	margin-left: 30%;
	padding-top: .85em;
	padding-bottom: .15em;
	column-gap: .5em;
}	

.info {
	font-size: .75em;
	font-weight: 600;
}

.info strong {
	text-transform: none;
	color: #fff;
}

.info em {
	color: #8d7129;
	font-weight: 900;
	font-style: normal;
}

.info strong em big {
	font-size: 2.2em;
	position: relative;
	top: .5em;
}

.info a {
	color: #000;
	text-decoration: none;
}

a:hover .info {
	color: #000;
	text-decoration: none;
}


/* @end */

/* @group banner */

-#banner {
	width: 100%;
	color: #fff;
	position: fixed;
	top: 0;
	height: 6em;
	z-index: 10000;
	font: 300 0.8em;
	background: url(../img/BG-NPV.PNG) center top repeat;
	margin-top: 1.5em;
	display: none;
}

/* Dark mode styles 
@media (prefers-color-scheme: dark) {
  banner {
	width: 100%;
	color: #fff;
	position: fixed;
	top: 0;
	height: 6em;
	z-index: 10000;
	font: 300 0.8em;
	background: url(../img/BG-NPV-DARK.PNG) center top repeat;
	margin-top: 1.5em;
  }
}*/

banner-inner {
	position: relative;
}

banner-inner-content {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}

/* @end */

/* @group identity */

.identity {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	width: 40%;
	height: 3em;
	margin-right: 30%;
	margin-left: 30%;
	padding-top: .75em;
	padding-bottom: .25em;
	column-gap: .5em;
}	
	
.naam,
.omschrijving {
	font-size: 1.3em;
	color: #000;
}

.naam {
	font-weight: 300;
}

-.info {
	font-size: .75em;
	font-weight: 300;	
}

.identity p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.identity strong {
	text-transform: none;
	color: #fff;
	font-weight: 600;
}

.identity em {
	color: #fff;
	font-weight: bold;
}

.identity a {
	color: #fff;
	text-decoration: none;
}

a:hover .identity {
	color: #fff;
	text-decoration: none;
}

-.company {
	width: 50vw;
	padding: 0 30%;
	font-size: 2em;
	color: #723209;
	text-align: center;
}

.company {
	font-size: 2em;
	color: #723209;
	text-align: center;
	text-transform: uppercase;
}

/* @end */

/* @group menu */

-.menu {
	width: 100%;
    background-color: #e7f3ea;
	height: 2.2em;
	border-bottom: 1px solid #fff;
	margin: 3.6em 0 0;
	padding: 0;
}

-.menu {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #fff;
	margin: 3.6em 0 0;
	padding: 0;
	display: none;
}

-#m {
	width: 100%;
	color: #000;
	position: fixed;
	top: 150;
	height: 100px;
	z-index: 10000;
	font: 300 0.8em;
	background-color: rgba(169, 178, 252, 0.12);
}

ul#navigation {
	width: 100%;
	color: #000;
	position: fixed;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	list-style-type: none;
	background-color: #f1d48a;
	margin: 1em 0 0;
	padding: .25em 0;
	border-bottom: 1px solid #fff;
	line-height: 1.8;
	top: 0;
}

#nav {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	list-style-type: none;
/*	background-color: #e5e9e3;*/
	margin: 1.6em 0 0;
	padding: 0;
}

ul#navigation li a {
	text-decoration: none;
	color: #763710;
	font-weight: 600;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

ul#nav li:hover a {
	color: #c24705;
}

/* @end */

/* @group submenu */

#subnavigation {
	display: block;
	float: none;
	clear: both;
	width: 100%;
}

ul#subnav {
	margin: 0;
	list-style-type: none;
	padding: 1.5% 1%;
}

ul#subnav li {
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}

ul#subnav li a {
	text-decoration: none;
	color: #746721;
	padding: 2px 5px 4px;
}

ul#subnav li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group hidden */

#breadcrumb {
	display: none;
}

.menu-mobile {
	display: none;	
}

/* @end */

/* @group content */

#betacontent {
	display: block;
	font-size: 0.8em;
	background-color: #fff;
}

/* @end */

/* @group bgcolors */

.wit {
	padding: 0;
}

.groen {
	padding: 0;
	background-color: #e5e9e3;
}

/* @end */

/* @group entries */

-.topspace {
	height: 60px;
	scroll-margin-top: 9em;
	scroll-snap-margin-top: 9em;
	scroll-snap-stop: always;
}

.topspace {
	height: 0px;
	scroll-margin-top: 6em;
	scroll-snap-margin-top: 6em;
	scroll-snap-stop: always;
}

.entry-copy-intro {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

-.entry-category {
	max-width: 1000px;
	padding: 0 30%;
	font-size: .7em;
	color: #00722c;
}

.entry-category {
	max-width: 1000px;
	padding: 0 30%;
	font-size: .7em;
	color: #723209;
	text-align: center;
}

.entry-header {
	font-size: 1.2em;
	font-weight: 600;
}

-.entry {
	padding: 0 30% 60px;
	line-height: 1.5em;
}

.entry {
	padding: 0 30% 60px;
	line-height: 1.5em;
	text-align: center;
}

---.entry {
	padding: 0 30% 120px;
	line-height: 1.5em;
	text-align: center;
}

-.entry {
	padding: 0 30%;
	line-height: 1.5em;
	text-align: center;
}

-.entry p {
	margin: 0;
	padding: .5em 0;
	clear: both;
	display: block;
}

.fa {
	padding-left: 10px;
}

.entry-content ul {
	margin: -.5em 0 0;
	padding: 0 0 0 1.2em;
}

.entry-content ul li {
	display: list-item;
	list-style-type: square;
	margin: 0;
	padding: 0;
}

/*#algemene-voorwaarden-en-privacyverklaring p {
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
}*/

a button.algemene-voorwaarden {
	background-color: #dddd48;
	color: #909005;
	display: block;
	clear: both;
	width: 75%;
	text-align: center;
	text-decoration: none;
	padding: .5em 1em;
	border-radius: 10px; /* future proofing */
	font-size: 1.1em;
	border-style: none;
	font-weight: 600;
	text-transform: none;
}

a:hover button.algemene-voorwaarden {
	background-color: #488d6a;
	color: #c5ddd1;
}

a button {
	background-color: #488d6a;
	color: #c5ddd1;
	display: block;
	clear: both;
	width: 75%;
	text-align: center;
	text-decoration: none;
	padding: .5em 1em;
	border-radius: 10px; /* future proofing */
	font-size: 1.1em;
	border-style: none;
	font-weight: 600;
	text-transform: none;
}

a:hover button {
	background-color: #dddd48;
	color: #909005;
}

/* @end */

/* @group photo */

#photo {
	width: 100%;
	max-width: 100%;
	height: 640px;
	overflow: hidden;
	position: relative;
}

#photo > div {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
}

#photo img {
	width: 100vw;
	max-width: 100vw;
	height: auto;
	margin-top: -10%;
}

.images {
	display: inline-block;
	clear: both;
	margin-bottom: 2em;
}

.asset {
	float: left;
	margin-bottom: 0.5em;
}

.asset img {
	width: 100vw;
	max-width: 100vw;
	height: auto;	
}

-.asset-image {
	width: 20vw;
	height: auto;
	float: left;
	margin-bottom: 0.5em;
	padding-right: 1vw;
	padding-top: .5em;
	border-radius: 50%;
}

.asset-image {
	width: 18vw;
	height: auto;
	float: none;
	margin-bottom: .5em;
	border-radius: 50%;
	clear: both;
	border: 2px solid #4e3019;
}

/* @end */

/* @group tabel */

table {
	padding: 0;
	color: #7b7b7b;
	margin-bottom: 2em;
}

tr {
	border-bottom: 1px solid #fff;
}

td {
	border-bottom: 1px solid #d2ddd5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1em;
	padding-right: 1em;
	vertical-align: top;
}

td.lcell {
	padding-left: 1em;
	padding-right: 1em;
}

td.rcell {
	white-space: nowrap;
	padding-right: 1em;
	text-align: right;
}

tr:nth-child(odd) {
	background-color: #f6f6f6;
}

tr:nth-child(even) {
	background-color: #fafafa;
}

table.registratie {
	padding: 0;
	color: #7b7b7b;
	margin-bottom: 2em;
	width: 50%;
}

table.registratie td {
	padding-left: 1em;
}

/* @end */

/* @group forms */

#contactform td {
	height: 50px;
	margin: 0;
	padding: 0 5px 0 0;
	white-space: nowrap;
	border-style: none;
	width: 100%;
}

input.fieldcell-xx {
	display: none;
}

input.fieldcell  { 
 width: 98%; 
 background-color: #fff;
 color: #102132; 
 margin-right: 0px;
	height: 48px;
	border-style: none;
	margin-top: 7px;
	padding-left: 2%;
	font-size: 100%;
}

textarea.fieldcell { 
 width: 98%; 
 border: none; 
 margin-right: 0px;
 height: 300px;
 background-color: #fff;
 color: #102132; 
 	padding-left: 2%;
 	font-size: 100%;
	margin-top: 7px;
	padding-top: 2%;
	margin-bottom: 7px;
}

a input.button  {
	-webkit-appearance: none;
	background-color: #abafab;
	color: #fff;
}

a:hover input.button {
	text-decoration: none;
	color: #e9ede9;
	-webkit-appearance: none;
}

/* @end */

/* @group images */

img.mt-image-none {
	padding: .25em 1em 2em 0;
	margin: 0;
	vertical-align: top;
	float: left;
	width: auto;
	height: 200px;
}

img.mt-image-left {
	padding: .25em 1em 2em 0;
	margin: 0;
	vertical-align: top;
	float: left;
	width: auto;
	height: 100px;
}

img.mt-image-right {
	padding: .25em 0 2em 1em;
	margin: 0;
	vertical-align: top;
	float: right;
	width: auto;
	height: 175px;
}

/* @end */

/* regular screens */

@media only screen and (max-width: 1460px) {

.entry-category {
	padding: 0 15%;
	font-size: .7em;
	color: #723209;
}

.entry {
	padding: 0 15% 60px;
	line-height: 1.5em;
}

}

/* medium screens */

@media only screen and (max-width: 1200px) {

.entry-category {
	padding: 0 3%;
	font-size: .7em;
	color: #723209;
}

.entry {
	padding: 0 3% 60px;
	line-height: 1.5em;
}

}

/* small screens */

@media only screen and (max-width: 700px) {

#info {
	width: 100%;
	height: 3.5em;
	color: #000;
	position: fixed;
	top: 0;
	z-index: 10000;
	font: 300 1.2em;
	background-color: #fff;
}

#info .info {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	width: 94%;
	height: 1.4em;
	margin-right: 3%;
	margin-left: 3%;
	padding-top: .85em;
	padding-bottom: .15em;
	column-gap: .5em;
}	

.info {
	font-size: .9em;
	font-weight: 600;
}

-#banner {
	width: 100%;
	color: #fff;
	position: fixed;
	top: 0;
	height: 110px;
	z-index: 10000;
	font: 300 0.8em;
	background: url(../img/BG-AE.JPG) center center no-repeat;
	margin-top: 2.1em;
}

.identity {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	width: 90%;
	height: 3.5em;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: .75em;
	padding-bottom: .25em;
	column-gap: .5em;
}	
	
.naam,
.omschrijving {
	font-size: 1.6em;
	color: #fff;
}

ul#navigation {
	width: 94%;
	color: #000;
	position: fixed;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	list-style-type: none;
	margin: 0;
	padding: 0 3%;
	border-bottom: 1px solid #fff;
	column-gap: 2em;
	height: 2em;
	overflow-x: scroll;
}

ul#navigation::-webkit-scrollbar {
  display: none;
}

ul#navigation li a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	padding: 0;
	display: inline-block;
	white-space: nowrap;
}

.entry-category {
	max-width: 1000px;
	padding: 0 5%;
	font-size: .7em;
	color: #723209;
	line-height: 2em;
}

.entry {
	padding: 0 5% 60px;
	line-height: 1.5em;
}

a button {
	background-color: #488d6a;
	color: #c5ddd1;
	display: block;
	clear: both;
	min-width: 100%;
	text-align: center;
	text-decoration: none;
	padding: .5em 1em;
	border-radius: 10px; /* future proofing */
	font-size: 1.1em;
	border-style: none;
	font-weight: 600;
	text-transform: none;
}

img.mt-image-none {
	padding: .25em 1em 2em 0;
	margin: 0;
	vertical-align: top;
	float: left;
	width: auto;
	height: 100px;
}

img.mt-image-left {
	padding: .25em 1em 2em 0;
	margin: 0;
	vertical-align: top;
	float: left;
	width: auto;
	height: 100px;
}

img.mt-image-right {
	padding: .25em 0 2em 1em;
	margin: 0;
	vertical-align: top;
	float: right;
	width: auto;
	height: 175px;
}

}

/* ipads */

@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) {

}

/* iphones */

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 667px)  {
	
#info {
	width: 100%;
	height: 3.5em;
	color: #000;
	position: fixed;
	top: 0;
	z-index: 10000;
	font: 300 1.2em;
	background-color: #f0d389;
}

#info .info {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	width: 94%;
	height: 1.5em;
	margin-right: 3%;
	margin-left: 3%;
	padding-top: .85em;
	padding-bottom: .15em;
	column-gap: .5em;
}	

.info {
	font-size: 1.5em;
	font-weight: 600;
}

-#banner {
	width: 100%;
	color: #fff;
	position: fixed;
	top: 0;
	height: 6em;
	z-index: 10000;
	font: 300 0.8em;
	background: url(../img/BG-NPV.PNG) center top repeat;
	margin-top: 3.5em;
}

#banner {
	display: none;
}

.identity {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	width: 90%;
	height: 5em;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: .75em;
	padding-bottom: .25em;
	column-gap: .6em;
}	
	
.naam,
.omschrijving {
	font-size: 2.2em;
	color: #fff;
}

ul#navigation {
	width: 94%;
	color: #000;
	position: fixed;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	list-style-type: none;
	margin: 3.4em 0 0;
	padding: 0 3%;
	border-bottom: 1px solid #fff;
	column-gap: 3em;
	height: 3em;
	overflow-x: scroll;
}

ul#navigation::-webkit-scrollbar {
  display: none;
}

ul#navigation li a {
	text-decoration: none;
	color: #763710;
	font-weight: 600;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	display: inline-block;
	white-space: nowrap;
}

#betacontent {
	font: normal 300 1.5em/2 'Titillium Web', sans-serif;
	margin: 5em 0 0;
	padding: 0;
	width: 100%; 	
 }

-#betacontent {
	font: normal 300 36px/2 'Titillium Web', sans-serif;
	margin: 5em 0 0;
	padding: 0;
	width: 100%; 	
}

.company {
	font-size: 1.6em;
	color: #723209;
	text-align: center;
	text-transform: uppercase;
}

.entry-category {
	max-width: 1000px;
	padding: 0 5%;
	font-size: .8em;
	color: #763710;
}

.entry {
	padding: 0 5% 60px;
	line-height: 1.5em;
}

a button {
	background-color: #488d6a;
	color: #c5ddd1;
	display: block;
	clear: both;
	min-width: 100%;
	text-align: center;
	text-decoration: none;
	padding: .5em 1em;
	border-radius: 10px; /* future proofing */
	font-size: 1.1em;
	border-style: none;
	font-weight: 600;
	text-transform: none;
}

img.mt-image-left {
	padding: .25em 1em 2em 0;
	margin: 0;
	vertical-align: top;
	float: left;
	width: 300px;
	height: auto;
}

img.mt-image-right {
	padding: .25em 0 2em 1em;
	margin: 0;
	vertical-align: top;
	float: right;
	width: 300px;
	height: auto;
}

.asset-image {
	width: 50vw;
	height: auto;
	float: none;
	margin-bottom: .5em;
	border-radius: 50%;
	clear: both;
	border: 2px solid #4e3019;
}
}





