body{
	font-family:Verdana,Arial,Sans Serif;
	font-size: 10pt;
	overflow-x: hidden;
}
body:after {  
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background-position: right top, left top;
	background-size: 20px 100%, cover;
	background-repeat: repeat-y, no-repeat;
	background-attachment: fixed, fixed;
    z-index: -1;
}
html{
	scroll-behavior: smooth;
}
td{
	vertical-align: top;
}
img{
	border: none;
}
footer{
	font-size: 80%;
	clear: both;
	padding: 3px;
}
nav#nav{
	line-height: 1.2;
}
nav#nav  a{
	text-decoration: none;
}
.menuline,
.searchline{
	margin: 5px;
}
.submenuline{
	margin: 5px 5px 5px 10px;
	cursor: pointer;
}
.searchline img{
	width: 15%;
	vertical-align: middle;
}

.muis,
.link{
	padding: 0 0 0 0px;
	height: 1em !important;
}
.muish,
.linkh{
	padding: 0 0 0 0px;
	height: 1em !important;
	display: none;
}
.linkb{
	padding: 0 0 5px 0px;
	height: 1em !important;
}
vvenl{
	background-image: url('../images/VVE-NL-Logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
}
vvenl:before{
	content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
}

/* the simplest styles */
.left	{text-align:left;}
.center	{text-align:center;}
.right	{text-align:right;}

.italic	{font-style : italic;}
.notrans{font-style : italic; color:black;}
.vet	{font-weight : bold;}

.backgrey{background-color: lightgrey;}
.grey	{color: grey !important;}
.red	{color: red;}
.yellow	{color: yellow;}
.white	{color: white;}

.art70	{font-size: 80%;}
.uldisc	{list-style-type:disc;}
.hidden	{display: none};


.kerk{
	width:30%;
	padding: 0;
}
.kerk img{
	width:100%;
	border:none;
}
.toparticle{
    background-repeat: no-repeat;
    background-position: right bottom;
	float: initial;
	padding-top: 5px;
	padding-left:10px;
	overflow: hidden;
}
.toparticle h1{
	font-size: 2em;
	color: red;
}
.wrapper{
	margin: 0 auto;
	position: relative;
	animation: fadein 1s;
}
#navmob {
	display: block;
	left: 0px;
	width: 100vw;
	top: 0px;
	height: 50px;
	z-index: 199;
	background: linear-gradient(to bottom, #cbc9ce 0%,#efefef 16%,#efefef 84%,#cbc9ce 100%);
}
#navcell{
	width: 30%;
}
#waitmask{
	display: none;
	cursor: wait;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: white;
	opacity: 0;
} 

.content{
	width: 68%;
}
.content > article{
	margin-left: 1%;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left; 
	width: 99%;
}
.content > article > h1{
	margin-bottom: 5px;
	font-size: 120%;
}
.content > article > h1.hr{
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content .hrheader{
	font-weight : bold;
	font-size: 120%;
	letter-spacing: 2px;
	word-break: break-word;
}

.backgroundTable{
	border-radius: 5px;
	width: 100%;
	border: 1pt solid;
}
@keyframes fadein {
	from { opacity:0; }
	to	 { opacity:1; }
}

.volgend{
	color: red;
	font-size: 80%;
	font-weight : bold;
}
.blinking{
	animation: blinker 5s linear infinite;
}
@keyframes blinker {
  50% {
	color: white;
	background-color: red;
  }
}

.v-pc{
	margin: 5px;
	margin-top: 15px;
	padding: 3px;
	border: 1px solid red;
	border-radius: 5px;
	line-height: 1.5;
}
.v-mob{
	text-align: center;
    padding-top: 10px;
	width:70vw;
	position: fixed;
	z-index: 99;
}

/* the read more/less switches for each paragraph in the content */
article label {
    width: 98%;
	border-radius: 5px;
	cursor: pointer;
}
article label:after {
    content: attr(data-labelmore);
    margin-left: 1%;
    font-weight: bold;
    font-size: smaller;
}
/* ...1 for normal paragraphs, ...2 for the HR paragraphs */
.lbl1 {
	display:inline-block;
    padding-top: 40px;
	margin-top: -20px;
	color: white;
    font-style: italic;
}
.lbl2:after{
    content: "\25bc\00a0";
	font-size: 120%;
	float: right;
}
input[id^="more"] {
    display: none;
}
input[id^="more"]:checked ~ .lbl1:after {
    content: attr(data-labelless);
}
input[id^="more"]:checked ~ h1 .lbl2:after {
    content: "\25b2\00a0";
}
input[id^="more"]:checked ~ .arttxt1{
	max-height: 2000px;
}
input[id^="more"]:checked ~ .arttxt2{
    opacity: 1;
	max-height: 2000px;
}

.artnum{
	margin-left:1%;
	float:left;
	clear:left;
	width:2%;
}
.arttxt{
	width:96%;
	margin-bottom:2px;
	line-height: 2.5ex;
    overflow: hidden;
	transition: all 1s ease .1s;	
}
.arttxt p{
	margin-top: 10px;
}
.arttxt1{
	max-height: 7.0ex; /* 2.5ex for each visible line */
}
.arttxt2{
	opacity: 0;
	max-height: 0;
}
/* end of paragraph styling */


@media screen and (max-width: 600px) {
	.arttxt{
		width:96vw;
	}
	.toparticle{
		background-size: contain;
	}
	.flag{
		margin-left: 92vw;
	}
	.mouseopenDiv:hover   .mouseopen,
	.mouseopenDiv:active  .mouseopen{
		width: 80vw; 
	}
	.d3{
		position: relative;
		float: right;
		margin: 0px 10px 0px 10px;
	}
	.votebutton{
		margin-top: 70px !important;
		margin-right: 20px !important;
		margin-left: 20px !important;
	}
	label {
		width: 98vw;
	}
	#leftbot{
		display:block;
		bottom:10px;
		float:left;
		margin-left:10px;
		line-height:3;
	}
	#centbot{
		display:block;
		bottom:10px;
		float:left;
		margin-left:40px;
		width:70px;
		line-height:3;
	}
	#rightbot{
		display:block;
		bottom:0px;
		float:right;
		margin-right:25px;
		text-align:center;
		xline-height:3;
	}
	#rightbot div{
		margin-top: 10px;
	}
}
@media screen and (min-width: 600px) {
	.arttxt{
		width:96%;
	}
	.d3{
		top:50px;
		right:20px;
	}
	.flag{
		left: 10px;
	}
	label {
		width: 98%;
	}
	#dia{
		position: fixed;
		top: 10px;
		right: 0px;
		margin: 0px 10px 0px 10px;
	}
	#leftbot{
		display:block;
		position:fixed;
		bottom:10px;
		left:10px;
		line-height:3;
	}
	#rightbot{
		display:block;
		position:fixed;
		bottom:0px;
		right:25px;
		text-align:center;
		xline-height:3;
	}
	#rightbot div{
		margin-top: 10px;
	}
}
.select{
	font-size: 110%;
	line-height: normal;
	color: white;
}
.selimg1{
	display: inline-block;
}
.selimg2{
	display: none;
}
.select:hover{
	cursor: pointer;
	background-color: white;
	color: black;
}
.select:hover .selimg1{
	display: none;
}
.select:hover .selimg2{
	display: inline-block;
}
.select span{
	cursor: pointer;
}
.select:hover span{
	background-color: white;
	color: black;
}
.select span:hover{
	background-color: white;
	color: black;
}
.flag{
	position: fixed;
	top: 10px;
	cursor: pointer;
	width: 50px;
	z-index:200;
}

/*
.downloadImg{
	width: 15px;
	height: 15px;
	margin-left: 5px;
}*/

/*.fixedImage{
	display:none;	
	position:fixed;
	z-index: -1;
}
.relNav{
	position: relative;
}
.relVote{
	position: relative;
}
.fixedNav{
	position: fixed;
	top: 0px;
}
.fixedVote{
	position: fixed;
	width: 21%;
}*/

.nextMeeting{
	width: 21%;
}
.hand{
	cursor: pointer;
	color: #003DF5;
}
.hdrcolor{
    background-image: url("../images/building.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.jwamob{
	position:relative;
	float:right;
	margin:0 0 0px 10px;
}
ul.licontact li{
	margin-bottom: 20px;
}
.mouseopen{
	-webkit-transition: all 1s ease .1s;
	transition: all 1s ease .1s;
    opacity: 0; 
	height: 0;
	overflow: hidden;
}
.mouseopenDiv:hover   .mouseopen,
.mouseopenDiv:active  .mouseopen{
    opacity: 1; 
	height: auto;
	border: 10px solid rgba(255,0,0, 0.9);
	border-radius: 10px;
	padding: 10px;
}
.nmpltbutton{
	border: 1px solid;
	border-radius: 10px;
	cursor: pointer;
	padding: 5px;
}
.nmpltbutton:hover{
	margin-left: 1px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,.9);
}
.noul{
	text-decoration: none;
	cursor: pointer;
}
.tightTable{
	border-spacing: 0;
	border-collapse: collapse;
}
.tightTable td,
.tightTable th{
	border: 1pt grey solid;
	text-align: left;
}
.tightTable#uit0010 td,
.tightTable#uit0010 th{
	text-align: center;
}
.top, .topbutton{
	float: right;
	background:-moz-linear-gradient(43% 100% 90deg,#E5F9FF, #000080);
	padding:2px;
	border: solid darkgrey 3px;
	border-radius:5px;
}
.top:hover, .topbutton:hover{
	background: url(../images/tophover.png);
	background-repeat: no-repeat;
	padding: 1px 1px 0 1px; /*shift text 1px to the right and down*/
}
.topimage{
	background-repeat: no-repeat;
 	background-position: right top;
	background-size: contain;
	min-height: 175px;
}

/* ... the not visible (yet?) pictures left and right */
.left1{
	top:100px;
	left:40px;
}
.left2{
	top:300px;
	left:40px;
}
.left3{
	top:500px;
	left:40px;
}
.right1{
	top:100px;
	right:60px;
}
.right2{
	top:300px;
	right:60px;
}
.right3{
	top:500px;
	right:60px;
}
