@font-face {
  font-family: 'OfficinaSansStd-Book';
  src: url("https://nl.informanagement.com/data/newslettertemplates/hendriksen/fonts/OfficinaSansStd-Book.eot?#iefix") format("embedded-opentype"), url("https://nl.informanagement.com/data/newslettertemplates/hendriksen/fonts/OfficinaSansStd-Book.otf") format("opentype"), url("https://nl.informanagement.com/data/newslettertemplates/hendriksen/fonts/OfficinaSansStd-Book.woff") format("woff"), url("https://nl.informanagement.com/data/newslettertemplates/hendriksen/fonts/OfficinaSansStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


/* Registration */
#registration_maintitle 			{  }
#ctl00_ContentPlaceHolder1_lblMainTitle { display:none; }
#registration_Address 				{ display:none; }
#registration_logindetails			{ display:none; }
/* #registration_Profiling			{ display:none; } */
#registration_Title 				{ display:none; }
#registration_Titlebox 				{ display:none; }
#registration_profilemessage		{ display:none; }
#registration_Question				{ display:none; }
#registration_Questionbox			{ display:none; }
#ctl00_ContentPlaceHolder1_chkOptInRequired { display:none; }
body, input, textarea, select, th, td {     
	font-family: "OfficinaSansStd-Book", "sans serif";
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 25px 0; 
	color: #333;
}
a { text-decoration: none; color: #044b8d; }
a:hover { text-decoration: underline; color:#ff924c; }

* { outline: 0 }

#ctl00_ContentPlaceHolder1_cmsGDPROptInCheckbox { visibility:hidden; font-size:0;line-height:0; }
#ctl00_ContentPlaceHolder1_cmsGDPROptInCheckbox::after { visibility:visible; font-size:18px;
	content:"Ik verleen toestemming om mij maandelijks een e-mailnieuwsbrief te sturen \A en enkele malen per jaar extra informatie.";
	text-align:left;
white-space: pre; /* or pre-wrap */
	line-height:24px;
}
#registration_maintitle { padding-bottom:20px; margin-left: 200px; }

#ctl00_ContentPlaceHolder1_lblOptIn { display:none; }

input[type=text],
input[type=password] { width:100%; }

input[type=text],
input[type=password],
textarea,
select { 
	background-color: #fff;
	line-height: 30px;
	padding: 5px 20px;
	border: 1px solid #f5f5f5;
	font-family: "OfficinaSansStd-Book", "sans serif";
	font-size: 18px;
	line-height: 30px;
	color:#333;
 	margin-bottom: 10px;
}
select { padding:10px 20px; width:100% !important }
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus { 
	border: 1px solid #ff924c;
 }

/* GRIDS */
#registration_BasicInfo { 
	display:grid;
	grid-template-columns: 200px 1fr 42px;
	grid-template-areas:
		"lbl-first 		input-first 	."
		"lbl-last 		input-last 		."
		"lbl-gender 	input-gender 	."
		"lbl-company 	input-company 	."
		"lbl-email 		input-email 	.";
}
#registration_Profiling { 
	display:grid;
	grid-template-columns: 200px 1fr;
	grid-template-areas:
		"lbl-profile	input-profile";
}
#registration_registrationbutton {display:grid;
	grid-template-columns: 200px 1fr;
	grid-template-areas:
		".	button";
}
.AcceptedAgreement { display:inline-block;margin-left:200px; }
#ctl00_ContentPlaceHolder1_cmsGDPROptInCheckbox { display:inline-block;width:74%; vertical-align:middle; line-height:24px; }

@media only screen and (max-width: 880px) {
	#registration_BasicInfo { 
		display:grid;
		grid-template-columns: 1fr 42px;
		grid-template-areas:
			"lbl-first 		."
			"input-first 	."
			"lbl-last 		."
			"input-last 	."
			"lbl-gender 	."
			"input-gender 	."
			"lbl-company 	."
			"input-company 	."
			"lbl-email 		."
			"input-email 	.";
	}
	#registration_Profiling { 
		display:grid;
		grid-template-columns: 1fr;
		grid-template-areas:
			"lbl-profile"
			"input-profile";
	}
	#registration_registrationbutton {display:grid;
		grid-template-columns: 1fr;
		grid-template-areas:
			"button";
	}
	#registration_maintitle { padding-bottom:20px; margin-left: 0px; }
	.AcceptedAgreement { display:inline-block;margin-left:0px; }
	#ctl00_ContentPlaceHolder1_cmsGDPROptInCheckbox { width:92%; }
	
}
/* END OF GRIDS */

#registration_Firstname { grid-area: lbl-first; padding-top:7px; }
#registration_Surname { grid-area: lbl-last; padding-top:7px; }
#registration_EmailAddress { grid-area: lbl-email; padding-top:7px; }
#registration_CompanyName { grid-area: lbl-company; padding-top:7px; }
#registration_Gender { grid-area: lbl-gender; padding-top:0px; }
#registration_StandardProfile { grid-area: lbl-profile; padding-top:7px; }

#registration_Firstnamebox { grid-area: input-first; }
#registration_Surnamebox { grid-area: input-last; }
#registration_EmailAddressbox { grid-area: input-email; }
#registration_Genderbox { grid-area: input-gender; }
#registration_CompanyNamebox { grid-area: input-company; }
#registration_Genderbox td { padding-bottom:0px; }
#registration_StandardProfilebox { grid-area: input-profile; }

#registration_Firstnamerequired,
#registration_Surnamerequired,
#registration_EmailAddressrequired { display:none; }

#registration_Firstname .label,
#registration_Surname .label,
#registration_Gender .label,
#registration_CompanyName .label,
#registration_EmailAddress .label { 
	font-family: "OfficinaSansStd-Book", "sans serif";
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 25px 0; 
	color: #333;
}
#registration_Firstname .label::after,
#registration_Surname .label::after,
#registration_EmailAddress .label::after { content:" *"; }
#registration_Gender {  }
#ctl00_ContentPlaceHolder1_rblGender td { padding-right:20px; }
#ctl00_ContentPlaceHolder1_rblGender td input { margin-right:5px; }

#registration_Firstnamerequired span,
#registration_Surnamerequired span,
#registration_EmailAddressrequired span { color: #ff0000 !important }

#registration_registrationbutton input {
	grid-area: button;
 	background-color: #ff2a51;
	color:#fff;
	line-height: 30px;
	padding: 5px 20px;
	border: none;
	font-family: "OfficinaSansStd-Book", "sans serif";
	font-weight:bold;
	text-transform:uppercase;
	font-size: 18px;
	line-height: 30px;
	margin-top:10px;
	width:100%;
}
#registration_registrationbutton input:hover {
 	background-color: #ff924c;
}

#registration_thankyou {  }

/*
#registration_Firstname 			{ position:absolute; top:0; left:0; float:left; width:40px; font-size:8pt; }
#registration_Firstnamebox 			{ position:absolute; top:25px; left:0; float:left; }
#ctl00_ContentPlaceHolder1_txtFirstname {width:205px; }
#registration_Firstnamerequired 	{ position:absolute; top:18px; left:5px; float:left; width:100px; height:16px; overflow:hidden; }
#registration_Surname 				{ position:absolute; top:40px; left:0; float:left; width:40px; font-size:8pt; }
#registration_Surnamebox 			{ position:absolute; top:55px; left:0; float:left; }
#ctl00_ContentPlaceHolder1_txtSurname {width:205px; }
#registration_Surnamerequired 		{ position:absolute; top:58px; left:5px; float:left; width:100px; height:16px; overflow:hidden; }
#registration_Genderbox				{ position:absolute; top:82px; left:0; float:left; width:150px; font-size:12px; }
#registration_EmailAddress 			{ position:absolute; top:105px; left:0; float:left; width:100px; font-size:8pt; }
#registration_EmailAddressbox 		{ position:absolute; top:120px; left:0; float:left; }
#ctl00_ContentPlaceHolder1_txtEmailAddress {width:205px; }
#registration_EmailAddressrequired 	{ position:absolute; top:123px; left:5px; float:left; width:100px; height:16px; overflow:hidden; }
.registration_buttons	{ position:absolute; top:15px; left:240px; float:left; width:100%; }
#registration_registrationbutton	{ position:absolute; top:155px; left:-240px; float:left; width:100px; }
*/