@charset "UTF-8";
/* Modal extra Blue pure css */

.modalProjects {
	position: fixed;
	/* [disabled]font-family: Arial, Helvetica, sans-serif; */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	font-size: 0.9em;
	line-height: 1.2em;
	overflow-y: auto;
}

.modalProjects:target {
	opacity:1;
	pointer-events: auto;
}

.modalProjects > div {
	width: 800px;
	position: relative;
	margin: 5% auto 10%;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(147,226,147,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(147,226,147,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(147,226,147,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(147,226,147,1.00) 100%);
	background-color: #C4E1C4;
	color: #da601b;
	min-height: 360px;
}
.modalProjects > div li {
	line-height: 0.9em;
}
.modalProjects h2, .modalProjects h3, .modalProjects h4 {color: #009900;
}
.modalProjects div h2 {
	font-size: 2.2em;
	margin-top: 10px;
	margin-bottom: 20px;
}
.modalProjects div h3 {
	font-size: 1.4em;
	margin-bottom: -12px;
	/* [disabled]font-family: clara, "opensans semibold", Helvetica, sans-serif; */
	/* [disabled]font-style: normal; */
	/* [disabled]font-weight: 400; */
	margin-top: 20px;
	clear:none;
}
.modalProjects div h4 {
	font-size: 1.4em;
	margin-bottom: -12px;
	/* [disabled]font-family: clara, "opensans semibold", Helvetica, sans-serif; */
	/* [disabled]font-style: normal; */
	font-weight: 400;
	margin-top: 20px;
	clear:both;
}
.modalProjects div p.namen {
	font-family: love-ya-like-a-sister, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
	text-align: right;
	color: #009900;
}
.modalProjects div .dropcap p {
	font-size: 1.1em;
	margin-bottom: -10px;
	margin-top: 30px;
}

/*dropcap styles here*/
.modalProjects div .dropcap p:first-of-type:first-letter {
	float: left;
	font-family: "love-ya-like-a-sister", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 4em;
	margin: 0 5px 0 0;
	line-height: .7;
	font-style: normal;
	font-weight: 400;
	color: #009900;
}

.modalProjects div .close {
	display: block;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #009900;
	color: white;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 4px;
}
.modalProjects div img  {
	border: 1px solid #009900;
	margin: 0 8px 12px 0;
	float: left;
}
div .plaatjesInModal.clearfix .align-right {
	float: right;	
}
div .dropcap img.align-right {
	float: right;
}

.modalProjects div iframe {
	float:right;}

table.modaltable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 800px;
	border: 1px solid #fff;
	border-collapse: collapse;
	/* [disabled]height: 40px; */
	margin-top: 16px;
	margin-bottom: 30px;
	margin-left: 0px;
}
table.modaltable caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #51341a;
	text-align: left;
	margin: 0px;
	padding-bottom: 10px;
}
table.modaltable th {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
	padding: 2px 10px;
	color: #FFF;
	background: #009900;
	border-bottom: 1px solid #fff;
}
table.modaltable thead {
	background: url(../afbeeldingen/theadBack2.gif) repeat-x;
	height: 40px;
}
table.modaltable thead th {
	color: #FFFFFF;
	background: none;
	font-size: 1.2em;
	border: 1px solid #FFF;
}
table.modaltable td {
	font-size: 1.1em;
	padding: 6px 8px;
	background: #009900;
	border: 1px solid #fff;
	color: rgba(0,0,0,1.00);
}
