/* 
	CBX Backstage CMS 
	2015
	
	Cybox Webdesign Boxmeer 
	www.cybox.nl
*/

@import url(https://fonts.googleapis.com/css?family=Palanquin:400,100,200,300,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Palanquin+Dark:400,500,700,600);
@import url(https://fonts.googleapis.com/css?family=Gochi+Hand);

/* reset */  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }  /* remember to define focus styles! */ :focus { 	outline: 0; }  /* remember to highlight inserts somehow! */ ins { 	text-decoration: none; } del { 	text-decoration: line-through; }  /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: collapse; 	border-spacing: 0; }
/* clearfix  */   .cf:before, .cf:after {     content: " "; /* 1 */     display: table; /* 2 */ }  .cf:after {     clear: both; }  /**  * For IE 6/7 only  * Include this rule to trigger hasLayout and contain floats.  */ .cf {     *zoom: 1; }


html,
body {
   margin:0;
   padding:0;
}
body {
    font-family:  "Palanquin", Arial, Verdana, sans-serif;
    font-size: 1em;
    line-height: 1.8;
    background: #fff; /* eee */
	color: #666;
    /*
    overflow-x: hidden;
    overflow-y: scroll;
    */
}


/* links */
a {
    text-decoration: none;   
    color: #E6520B;
}
a:hover {
    color: #333;
}

/* wrapper */
#wrapper {
	position: relative;
}

/* header */
#header {
	min-height: 100px;
	background: #fff;
	position: relative;
}
#header #header-container {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	min-height: 100px;
	position: relative;	
}
#header #logo {
	width: 300px; height: 100px; 
	position: absolute;	left: 0px; top: 0; 
}
#header #logo a {
	display: block; width: 100%; height: 100%;
	background-image: url('/img/tp/logo.png');
	background-size: 300px 100px;
}
#header #menu {
	position: absolute; right: 0; top: 50%;
	transform: translateY(-50%); -webkit-transform: translateY(-50%);
}
#header #menu ul li {
	float:  left;
}
#header #menu ul li a {
	display: block; color: #27376c;
	margin-left: 1em;
	font-weight: 300;
	font-size: 1.2em;
}
#header #menu ul li.active a, #header #menu ul li a:hover {
	color: #ccc;
}



/* content-home-wrap */
#content-home-wrap {
	background: #0070ae;
}


/* content */
#content {
	max-width: 960px; 
	width: 90%;
	margin: 0 auto;
}




/* home */
#home {
	min-height: 500px;
	width: 100%;
	background: #ccc;
	position: relative;
	background-image: url('/img/tp/home.jpg');
	background-size: cover;
}
#home h1 {
	position: absolute;
	left: 50%; top: 120px;
	width: 100%;
	text-align: center;
	font-size: 3em; line-height: 1.2;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	max-width: 900px;
	letter-spacing: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#home .action-buttons {
	position: absolute;
	left: 0; bottom: 120px;
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	line-height: 1;
	color: #000;
}
#home .action-buttons a {
	display: inline-block;
	padding: 15px 20px; padding-top: 13px;
	background: #E9540D;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	margin: 0 5px;
}
#home .action-buttons a:hover {
	background: #25346B;
}
#sub-header {
	min-height: 150px;
	width: 100%;
	position: relative;
	background-image: url('/img/tp/home.jpg');
	background-size: cover;
}


/* content */
#content .page_content {
	width: 100%; float: left; 
	font-size: 1em; 
	padding: 4em 0;
	min-height: 200px;
}

#content .page_content.hassubmenu {
	width: 70%;
	float: right;
	box-sizing: border-box;
	padding-left: 5%;	
	position: relative;
	z-index: 2;
	padding-top: 3em;
} 
#content .page_content.hasmedia {
	width: 70%; padding-right: 5%;
}
#content .page_content.hassubmenu.hasmedia {
	width: 40%; padding-right: 5%;
}
#content .page_content p {
	margin-bottom: 20px;
}
#content .page_content ul, #content .page_content ol {
	margin: 0px 0;
}
#content .page_content ul li {
	list-style-type: disc; 
	margin-left: 20px;
}
#content .page_content ol li {
	list-style-type: decimal; 
	margin-left: 20px;
}
#content .page_content table {
	border: 1px solid #ccc;	width: 100%; 
}
#content .page_content table tr td {
	border: 1px solid #ccc; padding: 10px;
}
#content .page_content img {
	max-width: 100%;
	display: block;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
}
#content h1 {
	font-size: 2em; 
	line-height: 1.2em; 
	font-weight: 400;
	padding-bottom: 0.5em; color: #E9550E; 
	max-width: 60%;
}
#content .page_content.hassubmenu h1 {
	max-width: 100%;
}
#content .page_content_home {
	font-size: 1.1em;
	padding: 3em 0;  
	min-height: 0px;	
}
#content .page_content_home ol {
	margin: 0;
	padding: 0;
	position: relative;
}
#content .page_content_home ol li {
	list-style-type: none;
	background-image: url('/img/tp/check.png');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 4px 12px;
	line-height: 1.4;
	padding: 5px 0;
	padding-left: 32px;
	color: #fff;
	box-sizing: border-box;
	width: 50%;
	float: left;
	margin: 0;
}


/* downloads links */
#content .page_content .links {
	margin-top: 20px;
	font-size: 1.2em;
	color: #FF6600;
}
#content .page_content .links a,  #content .product .links a {
	display: block; padding-left: 30px; background-repeat: no-repeat; background-position: 3px 6px; background-size: 16px 16px;
	line-height: 1.2;
}
#content .page_content .links a.link {
	background-image: url('/img/tp/link.png');
}
#content .page_content .links a.file, #content  div.product .links a.file {
	background-image: url('/img/tp/download.png');
}
#content .page_content .links a:hover {
	color: #666;
}


/* fotos on page */
#content .media {
	float: left;
	width: 25%;
	margin: 2% 0;
}
#content .media a {
	position: relative; display: block; overflow: hidden; 
	margin: 10px 0;
}
#content .media a img {
	width: 100%; display: block;
}
#content .media a.foto:hover:before, #content .fotoalbum a.foto:hover:before, #content .page_content .agenda .item a.foto:hover:before  {
	content: "";
	width: 48px; height: 48px; border-radius: 30px;
	background-color: #333; background-color: rgba(0,0,0,0.6); position: absolute; left: 50%; top: 50%; margin-left: -24px; margin-top: -24px;
	background-image: url('/img/tp/zoom.png'); background-size: 32px 32px; background-position: 50% 50%;	
}
#content .media a.video:before {
	content: "";
	width: 48px; height: 48px; border-radius: 30px; 
	background-color: #000; background-color: rgba(0,0,0,0.2); position: absolute; left: 50%; top: 50%; margin-left: -24px; margin-top: -24px;
	background-image: url('/img/tp/play.png'); background-size: 32px 32px; background-position: 50% 50%;
}
#content .media a.video:hover:before {
	background-color: #333; background-color: rgba(0,0,0,0.6); 
}



/* fotos > caption */
.caption {
	position: absolute; left: 0; bottom: 0; z-index:1;
	white-space: nowrap; overflow:hidden; text-overflow: ellipsis;
	box-sizing: border-box; padding: 1em 1em;
	width: 100%; background: #000; background: rgba(255,255,255,0.8); 
	font-size: 0.9em; color: #666;
	transition: bottom 500ms;
	
}
a:hover .caption {
	bottom: -100%;
}



/* == vacatures-professionals-selector == */
#vacatures-professionals-selector {
	width: 30%; float: left;
	box-sizing: border-box;
	z-index: 1; margin-top: 0px;
	transition: margin 300ms;
	padding-top: 3em;
}
#vacatures-professionals-selector.sticky {
	position: fixed; 
	top: 0; 
	margin-top: 50px;
}
#vacatures-professionals-selector h3 {
	font-size: 1.2em;
	font-weight: 300; 
	color: #E8550F;
}
#vacatures-professionals-selector ol,
#vacatures-professionals-selector ol li {
	padding: 0;
	margin: 0!important;
	list-style-type: none!important;
}
#vacatures-professionals-selector ol {
	margin-bottom: 2em!important;
}
#vacatures-professionals-selector ol li a {
	padding: 0;
	margin: 0;
	display: block;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;	
	padding: 0px 0;
	color: #25347C;
	padding-right: 1em;
	font-size: 0.9em;
}
	#vacatures-professionals-selector ol li.active a {
		font-weight: bold;
	}
#vacatures-professionals-selector-button-mob {
	display: none;
}
/* == vacatures-professionals-listing == */
#vacatures-professionals-listing {
	width: 70%;
	float: right;
	box-sizing: border-box;
	padding-left: 5%;	
	position: relative;
	z-index: 2;
	padding-top: 3em;
}
	#vacatures-professionals-listing.professionals {
		width: 100%;
		padding-left: 0;
	}
#vacatures-professionals-listing .item {
	border-bottom: 2px solid #efefef;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
#vacatures-professionals-listing .item h2,
#vacatures-professionals-listing .item h1 {
	font-size: 1.5em;
	line-height: 1.2;
	color: #25346B;
	font-weight: 400;
	padding-bottom: 5px;
	max-width: 100%;
}
#vacatures-professionals-listing .item h1 {
	color: #E9540D;
}
#vacatures-professionals-listing .item .company {
	font-size: 1.2em;
	line-height: 1.7;
	padding: 20px 0;
	color: #0080C1;
	font-weight: 300;
}
#vacatures-professionals-listing .item a.view {
	font-weight: 300;
}
#vacatures-professionals-listing .item:last-child {
	border-bottom: 0;
}
#vacatures-professionals-listing .item .set {
	border-top: 2px solid #efefef;
	padding: 3em 0;
	 word-wrap:break-word;
}
#vacatures-professionals-listing .item .set strong {
	font-size: 1.1em;
	display: block;
}
#vacatures-professionals-listing .item .set ul {
	margin-top: 1em;
}
#vacatures-professionals-listing .item .set.cta {
	background: #fff;
	width: 105%;
	margin-left: -2%;
	border: 0;
	padding: 2em; 
	box-sizing: border-box;
	text-align: center;
}
#vacatures-professionals-listing .item .set.cta a {
	color: #999;
}
#vacatures-professionals-listing .item .set.cta a:hover {
	color: #333;
}
#vacatures-professionals-listing .item .set.hours {
	padding-left: 140px;
	background-image: url('/img/tp/icons/tijd.png');
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: center left;
}
#vacatures-professionals-listing .item .solliciteer span {
	padding: 13px 15px;  
	line-height: 1;
	background: #0081C2;
	color: #fff;
	border-radius: 3px;
	margin: 0 auto;
	display: block;
	width: 170px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: -20px;
	position: relative;
	z-index: 2;
	font-family: "Palanquin Dark";
}
#vacatures-professionals-listing .item ul, #vacatures-professionals-listing .item ol {
	margin: 0px 0;
}
#vacatures-professionals-listing .item ul li {
	list-style-type: disc; 
	margin-left: 20px;
}
#vacatures-professionals-listing .item ol li {
	list-style-type: decimal; 
	margin-left: 20px;
}
#vacatures-professionals-listing .item ul li p {
	margin-bottom: 0px;
}
.solliciteer-form {
	border-bottom: 1px solid #efefef;
	padding: 2em; 
	background: #efefef;
	width: 105%;
	margin-left: -2%;
	position:relative;
	box-sizing: border-box;	
}
#filter-label {
	position: absolute;
	right: 0;
	top: -10px;
	font-family: "Palanquin Dark";
	background: #ff6600;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
}
#filter-label.sticky {
	position: fixed;
	top: 0px; right: 1em;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
#filter-label span {
	font-weight: 300;
}
#filter-label a {
	color: #fff;
	opacity: 0.5;
}
#filter-label a:hover {
	opacity: 1;
}


/* contact */
/* form */
form {
    position: relative;   
}
#content #contact form {
	width: 100%;
}
#content #contact form .field {
	padding: 10px 0px;
	clear: both; 
    position: relative; width: auto;
}
#content #contact form .field span {
	color: #E9540D; font-size: 0.8em; vertical-align: 1px; font-weight: bold; float: right;
}
#content #contact form .field.radio label, #content #contact form .field.checkbox label  {
    height:20px;
    line-height:20px;
}
#content #contact form input, #content #contact form textarea, #content #contact form select {
	padding: 5px; font-family: inherit; font-size: inherit; color: #333;
	border: 1px solid #ccc; width: 100%; float: left; margin-top: 3px; border-radius: 2px;
    box-sizing: border-box;
 	-webkit-appearance: none;   
}
#content #contact form textarea {
	min-height: 150px; max-height: 300px; max-width: 100%; /* prevent freestyle scaling */
}
#content #contact form input[type=checkbox], #content #contact form input[type=radio] {
	width: auto; 
    padding: 0;
    margin: 0; border: none; display: inline; margin-right: 5px; height:20px;
    -webkit-appearance: none;
}
#content #contact form input.submit {
	clear: both;  padding: 10px 25px;
    margin-bottom: 20px; cursor: pointer; width: auto;
	background: #E9540D; color: #fff;  margin-top: 10px; 
	border: 0;  font-weight: bold; font-size: 1.2em;
	-webkit-appearance: none;
}
#content #contact form input.submit:hover {
	cursor: pointer; background: #0082CA;
}
#content #contact form br { display: none; }
#content #contact form  label.error {
    background: #ed2024; background: rgba(237,32,36,0.9);
	color: #fff; font-size: .9em; width: auto; text-align: center; padding: 5px 10px!important;
	position: absolute; 
    bottom:0; right: -4px;
    font-weight: normal!important;
    line-height:1.2;
    border-radius: 1px; 
	/*box-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
}
#content #contact div.field.bc {
    display: none;   
}



/* contact > extras */
#contact-extras {
	padding: 3em 0;
}
#contact-extras #team {
	max-width: 960px;
	margin: 0 auto;
}
#contact-extras #team .member {
	width: 23%;
	margin: 1%;
	float: left;
	text-align: center;
}
#contact-extras #team .member img {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
#contact-extras #team .member img.pass {
	border-radius: 100%;
}
#contact-extras #team .member a img {
	display: block;
	width: 20px;
	background: #0082CB;
	padding: 5px;
	border-radius: 30px;
	margin: 1em auto;
}
#contact-extras #team .member a:hover img {
	background: #0068a1;
}
#contact-extras #team .member.info {
	text-align: left;
}
#contact-extras #team .member.info a.contact {
	display: block;
	padding-left: 2em;
	background-size: 16px 16px;
	background-position: center left;
	background-repeat: no-repeat;
}
#contact-extras #team .member.info a.contact.mail {
	background-image: url('/img/tp/mail.png');
}
#contact-extras #team .member.info a.contact.phone {
	background-image: url('/img/tp/phone.png');
}


/* footer */
#footer {
	min-height: 70px;
	background: #0082CA;
}
#footer #footer-container {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	position: relative;	
	padding: 3em 0;
	color: #fff;
}
#footer #footer-container a {
	color: #fff;
}
#footer #footer-container a:hover {
	color: #fff;
}
#footer #footer-container .adres {
	float: right;
	line-height: 1.4;
	margin-top: -2em;
}
#footer #footer-container .phone {
	font-family: 'Gochi Hand', cursive;
	font-size: 1.5em;
	-webkit-transform: rotate(-2deg) translateY(0) translateX(-30px);
	transform:  rotate(-2deg) translateY(0) translateX(-30px);	
}
#footer #footer-container .phone a {
	color: #90d3f8;
}
#footer #footer-container .phone a:hover {
	color: #f3b192;
}
#footer #footer-container #social-media-buttons {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#footer #footer-container #social-media-buttons a {
	width: 40px; display: inline-block;
	background-color: #E9540D;	margin-left: 10px; 
	border-radius: 40px;
}
#footer #footer-container #social-media-buttons a img {
	display: block; width: 50%; padding: 25%;
}





/* disable selection */
#menu, #header, 
#vacatures-professionals-selector,
#vacatures-professionals-selector-button-mob
{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}





div.archived {
	box-sizing: border-box;
	background: #9a0600;
	color: white;
	padding: 1em;
	width: 100%;
	margin-top: 1em;
}

div#content div.progressbar,
div#content div.progressbar_placeholder {
	position: absolute;
	bottom:0;
	left:0;
	height: 5px;
}
div#content div.progressbar {
	background: #e9540d;

}
div#content div.progressbar_placeholder {
	background: #ccc;
	width: 100%;
}
div#content small {
	font-size: .9em;
}
div#content div.formthanks {
    display: none;
}


/* IE */
#oldiemsg {
	position: fixed; left: 0; top: 0px; background: #e83f40;
	padding: 1%; width: 98%; color: #fff; font-family: inherit, sans-serif; font-size: 14px; line-height: 24px;
}
#oldiemsg a {
	color: #fff; text-decoration: underline;
}
#oldiemsg .close-oldiemsg {
	position: absolute; right: 1em; top: 1em; cursor: pointer;
}


