/*Privacy content*/
#PL_privacy {
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.privcnt {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: .8em !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 20px;
	color: #a3a3a3 !important;
}
.privcnt input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.privcnt a {
	height: 100%;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	color: black;
	font-weight: 700;
	color: #353535;
	position:relative;
	z-index: 10;
}
.checkmarker {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #dedede;
}
.privcnt:hover input ~ .checkmarker {
	background-color: #ccc;
}
.privcnt input:checked ~ .checkmarker {
	background-color: #353535;
}
.checkmarker:after {
	content: "";
	position: absolute;
	display: none;
}
.privcnt input:checked ~ .checkmarker:after {
	display: block;
}
.privcnt .checkmarker:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.project_content #PL_privacy {
	margin-left: 1%;
}

/*item detail page*/
.aside_gegevens:first-child {
	padding-top: 0;
}
.project_boeken {
	cursor: pointer;
}
.project_boeken.volzet {
	background-color: rgb(180,180,180);
	pointer-events: none;
}
.project_boeken.formActive {
	background-color: #000000;
}
.project_boeken.formActive.showInfo {
	display: block;
}
em.error {
	color: red;
	margin-bottom: 8px;
	display: block;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
.project_content.formActive .project_form_holder {
	display: flex;
}
.project_content.formActive .project_beschrijving {
	display: none;
}
.project_form_holder {
	display: none;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex: 1;
}
.project_form_holder .field {
	margin-left: 1%;
	margin-right: 1%;
	width: 98%;
}
.project_form_holder .field.wd50 {
	width: 48%;
}
.item_form {
	width: 100%;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 120px
}
.item_form .field input[type="text"],.item_form .field input[type="email"] {
	width: 100%;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom: 2px solid #e7e7e7;
	padding: 12px 10px;
	background-color:#fff;
	color:#A8A8A8;
	margin-bottom: 20px;
	font-family: 'Poppins', serif;
}
.item_form .field select {
	width: 100%;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom: 2px solid #e7e7e7;
	padding: 12px 10px;
	padding-right: 30px;
	background-color:#fff;
	background-image: url('data:image/svg+xml;utf8,<svg fill="%23A8A8A8" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 20px;
	color:#A8A8A8;
	margin-bottom: 20px;
	font-family: 'Poppins', serif;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
.item_form textarea {
	width: 100%;
	background-color:#fff !important;
	border-radius: 0px;
	padding: 12px 10px !important;
	padding-left: 20px;
	color:#A8A8A8;
	margin-bottom: 20px;
	height: 300px;
	border: 2px solid #e7e7e7;
	font-family: 'Poppins', serif;
}
.item_form input[type="submit"] {
	margin-right: 1%;
	border-radius: 200px;
	padding: 10px 40px;
	background-color:#ED1C24;
	border: 2px solid #ED1C24;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color:#fff;
	font-size: .9em;
	transition: all .3s;
	font-family: 'Poppins', serif;
}
.item_form input[type="submit"]:disabled {
	opacity: .4;
}
.dn {
	display: none;
}


/*Login pagina*/
.login_form {
	width: 96%;
	max-width: 600px;	
	margin-left: auto;
	margin-right: auto;
}
.login_form input[type="password"]{
	height: 40px;
	font-size: 1.6em;
	text-align: center;
	width: 100%;
	margin: 30px 0;
}
.login_form input[type="submit"]{
	line-height: 40px;
	border:0;
	background-color: #ed1c24;
	color: #fff;
	text-align: center;
	font-size: 1.6em;	
	width: 100%;
	border-radius: 12px;
}
.error-login {
	color: red;
	font-weight: bold;
	display: block;
	margin-top: 15px;
	margin-bottom: -15px;
}

/*Login Zone*/
.content-box {
	margin: 0 auto;
	display: block;
	max-width: 1280px;
	line-height: 2em;
	overflow: auto;
	padding: 10px;
	padding-bottom: 20px;
	box-sizing: border-box;
	padding-top: 40px;
}
.main-title {
	width: 100%;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 2em;
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
}

.main-title span {
	line-height: 1.3;
	padding: 5px 15px;
	background-color: #fff;
}

.main-title hr {
	margin: 0;
	z-index: -1;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;	
	border-top: 1px solid #e30613;
}

.downloads {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.downloads article {
	width: 48%;
	margin: 1%;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(207,207,207,.45);
	-moz-box-shadow: 0px 0px 22px 0px rgba(207,207,207,.45);
	box-shadow: 0px 0px 22px 0px rgba(207,207,207,.45);
	padding: 20px;
}

.downloads article h2, .links article h2 {
	font-size: 1.5em;
	letter-spacing: 2px;
	color: black;
}

.downloads article a {
	background-color: #ED1C24;
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 8px 25px;
	transition: all .3s; 
	white-space: nowrap;
	border-radius: 100px;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(237,28,35,0.25);
	-moz-box-shadow: 0px 0px 22px 0px rgba(237,28,35,0.25);
	box-shadow: 0px 0px 22px 0px rgba(237,28,35,0.25);
}

.downloads article a i {
	font-size: 1.3em;
}

.downloads article>div {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.soort {
	width: 40px;
	height: 40px;
	border-radius: 200px;
	background-color: #ED1C24;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 1.2em;
	color: white;
}

.downloads article a i {
	margin-right: 5px;
}

.downloads article a:hover {
	-webkit-box-shadow: 0px 0px 22px 0px rgba(237,28,35,0.70);
	-moz-box-shadow: 0px 0px 22px 0px rgba(237,28,35,0.70);
	box-shadow: 0px 0px 22px 0px rgba(237,28,35,0.70);
}

.links {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 100px;
}

.links article {
	width: 48%;
	margin: 1%;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(207,207,207,.45);
	-moz-box-shadow: 0px 0px 22px 0px rgba(207,207,207,.45);
	box-shadow: 0px 0px 22px 0px rgba(207,207,207,.45);
	padding: 20px;
}

.links article a {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}

.links article div {
	width: 40px;
	height: 40px;
	border-radius: 200px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-color: #ED1C24;
	color: white;
	font-size: 1.2em;
	margin-right: 18px;
}

.dnl2 {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0 !important;
	font-size: 1.3em;
	display: none;
}

.dnl2 i {
	margin-right: 0 !important;
}

.button-hold {
	text-align: center;
	margin-bottom: 120px;
}
.button-hold a {
	display: inline-block;
	background-color: #ed1c24;
	color: #fff;
	min-width: 300px;
	line-height: 40px;
	font-size: 1.6em;
	text-transform: uppercase;
	border-radius: 12px;
}

@media screen and (max-width: 1250px) {
	.downloads article,.links article {
		width: 96%;
		margin: 10px 2%;
	}
}
@media screen and (max-width: 1100px){
	.project_content aside {
		order: 1;
	}
	.project_content .project_form_holder {
		order:2;
	}
}
@media screen and (max-width: 600px){
	.downloads article h2, .links article h2 {
		font-size: 1.1em;
	}
}