@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Advance, de bewustmakers
Theme URL: http://www.debewustmaker.nl/
Description: Custom theme by Ontwerpstudio Trendwerk
Author: Ontwerpstudio Trendwerk
Author URI: http://www.trendwerk.nl/
Version: 1.0
*/

/*
====================
Reset
====================
*/

* {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
a img { border:0; }

/*
====================
Typography
====================
*/

body,h1,h2,h3,h4,h5,h6,textarea {
font-family: Tahoma, Arial, Helvetica, sans-serif;
}
body {
	color: #333;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
}
p {
	font-size: 13px;
	margin: 0px 0px 10px 0px;
}
h1 {
	color: #234567;
	font-size: 30px;
	font-weight: normal;
	line-height:  normal;
	margin: 0px 0px 15px 0px;
	text-transform: none;
}
h2 {
	color: #234567;
	font-size: 26px;
	font-weight: normal;
	line-height: normal;
	margin: 20px 0px 20px 0px;
	text-transform: none;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
	text-transform: none;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0px 5px 0px;
	text-transform: none;
}
h5 {
	color: #666;
	font-size: 15px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-transform: none;
}
h6 {
	font-weight: normal;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	text-transform: none;
}

/* Link styles */

a {
	color: #f8931e;
	text-decoration: underline;
}
a:hover {
	color: #2a5e8e;
}
a:focus {
	outline: none;
}

/* List styles */

ul {
	margin: 0 0 10px 25px;
}
li {
	line-height: 1.8em;
}

/* Header & footer links */

#header p, #header a, #header li, #footer p, #footer a, #footer li {
	color: #FFF;
	font-size: 12px;
}

#footer #tweet a {
	color: #234567;
	font-size:  16px;
	text-decoration: none;
}

#header a:hover, #footer a:hover {
	color: #333;
	text-decoration: underline;
}
#footer h3, #footer h6 {
	color: #FFF;
}
#footer li {
	line-height: 25px;
}
#footer a:hover {
	color: #f8931e;
}

/* images */

img.size-thumbnail, img.attachment-post-thumbnail {
	padding: 10px 10px 25px 10px;
	margin: 0 10px;
	width: 180px;
	height: auto;
	background: url(images/imgthumb.png)no-repeat bottom #FFF;
}

img.size-medium {
	padding: 10px 10px 25px 10px;
	margin: 0 10px;
	background: url(images/imgmedium.png)no-repeat bottom #FFF;
}

img.size-large, iframe.map {
	padding: 10px 10px 25px 10px;
	margin: 10px 10px 0 10px;
	background: url(images/imglarge.png)no-repeat bottom #FFF;
}

.left, .alignleft {
	margin: 5px 20px 0 0 !important;
	float: left;
}
.right, .alignright {
	margin: 5px 0 0 20px !important;
	float: right;
}
.clear {
	clear: both;
}

/*
====================
Layout
====================
*/

body {
	background: url(images/mainbg.png) #EEE;
	}
#wrap {
	width: 100%;
	height: 100%;
	}
	#headerwrap {
		background:url(images/headerbg.png) repeat-x bottom #2a5e8e;
		width: 100%;
		}
		 #header {
			height: 300px;
			width: 960px;
			position: relative;
			margin: 0px auto;
			}
		.home #header {
			height: 460px;
			width: 960px;
			position: relative;
			margin: 0px auto;
			}
			#logo {
				position: absolute;
				left: 10px;
				top: 18px;
				}
			#toplinks {
				position: absolute;
				right: 0px;
				top: 10px;
				}
				#toplinks ul {
					list-style:none;
					list-style-type:none;
					}
				#toplinks ul li {
					display: inline;
					}
			#hormenu {
				width: 700px;
				height: 30px;
				padding: 0 10px;
				position: absolute;
				right: 0;
				top: 20px;
				}
			#slider {
				width: 1040px;
				position: absolute;
				top: 30px;
				left: -40px;
			}
				
			#headerfoto {
				width: 440px;
				height: 290px;
				background: url(images/headerfoto.png) no-repeat;
				position: absolute;
				right: 0px;
				top: 60px;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;	
				}
			#breadcrumbs {
				position: absolute;
				left: 30px;
				top: 235px;
				width: 500px;
				overflow: hidden;
			}
			#breadcrumbs h2, #breadcrumbs a {
				color: #FFF;
				font-size: 20px;
				text-decoration: none;
			}
			#breadcrumbs a:hover{
				color: #FFF;
				text-decoration: underline;
			}
	#mainwrap {
		width: 100%;
		overflow: hidden;
	}
		#main {
			width: 960px;
			padding: 0;
			margin: 0 auto;
			overflow: hidden;
		}
			#bluearrow {
				width: 30px;
				height: 20px;
				background: url(images/bluearrowdown.png) no-repeat;
				margin: 0 0 0 50px;
			}
			.section {
				width: 100%;
				border-bottom: 2px dashed #666;
				padding: 10px 0 30px 0;
				clear: both;
			}
			.section.last {
				border-bottom: none;
			}
				#teamfoto {
					background: url(images/teamfoto.png) no-repeat;
					width: 440px;
					margin: 0 20px;
					padding-top: 290px;
					float: left;
				}
				#cta {
					background: url(images/ctaleiderbg.png);
					margin: 0 10px;
					text-align: right;
					width: 420px;
					height: 60px;
					padding: 0;
				}
					#cta .home-cta-right {
						float: right;
						margin: 5px 10px;
					}
					#ctabtn {
						position: relative;
						width: 210px;
						height: 50px;
						margin: 5px 10px;
						float: right;
						overflow: hidden;
					}
					.widget #ctabtn {
						float: none;
						text-align: left;
						margin: -5px 25px 5px 25px;
					}
					#ctabtn a {
						background: url(images/ctaafspraak.png);
						width: 210px;
						height: 150px;
						position: absolute;
						overflow: hidden;
					}
					#ctabtn a:hover {
						top: -50px;
					}
					#ctabtn a:active {
						top: -100px;
					}
					#brochurecta, #testcta {
						display: block;
						width: 190px;
						height: 50px;
						font-size: 0px;
						text-indent: -9999px;
						background: url(images/brochurecta-2.png);
						margin-left: 32px;
					}
					#testcta {
						background: url(images/testcta-2.png);	
						width: 205px;	
						margin-left: 17px;				
					}
					#brochurecta:hover,#testcta:hover {
						background-position: 0 -50px;
					}
					#brochurecta:active,#testcta:active {
						background-position: 0 -100px;					
					}
				#tekstwolk {
					width: 420px;
					float: right;
					background: #FFF;
					padding: 20px;
					margin: 5px 10px;
					border-radius: 10px;
					-moz-border-radius: 10px;
					-webkit-border-radius: 10px;
					position: relative;
				}
					.arrowleft {
						height: 30px;
						width: 30px;
						background: url(images/arrowleft.png) no-repeat;
						position: absolute;
						left: -30px;
						top: 40px;
					}
					.arrowright {
						height: 30px;
						width: 30px;
						background: url(images/arrowright.png) no-repeat;
						position: absolute;
						right: -30px;
						top: 40px;
					}
					#tekstwolk p {
						font-size: 14px;
						color: #666;
					}
				.column {
					width: 300px;
					margin: 0 10px;
					float: left;
				}
				#referenties {
					width:  310px;
				}
				#referenties img {
					margin: 5px 10px 5px 0;
				}
				#nieuwsberichten {
					margin: 0 10px;
				}
					#nieuwsberichten img {
						border: 0;
						background: none;
						padding: 0;
						margin: 8px 0px!important;
					}
			#sidebar {
				width: 300px;
				float: left;
				margin: 20px 10px;
			}
			#content {
				width: 620px;
				float: left;
				margin: 20px 10px;
			}

	#werkwijzewrap {
		background:url(images/werkwijzebg.png) repeat-x #234567;
		width: 100%;
		clear:both;
	}
		#werkwijze {
			height: 140px;
			width: 960px;
			margin: 20px auto 0 auto;
			overflow: hidden;
		}
		.wwkubus {
			width: 100px;
			margin: 10px 20px;
			float: left;
		}
		.wwtekst {
			width: 140px;
			margin: 5px 0;
			float: left;
		}
		.wwtekst h3 {
			color: #FFF;
			font-size: 16px;
			margin-bottom: 10px;
		}
		.wwtekst p {
			color: #FFF;
		}
		.wwseperator {
			background: url(images/werkwijzeseperator.png);
			width: 42px;
			height: 140px;
			float: left;
		}

	#footerwrap {
		background:url(images/footerbg.png) repeat-x #2a5e8e;
		width: 100%;
		clear:both;
	}
		#footer {
			width: 940px;
			height: 240px;
			margin: 0 auto;
			padding: 20px 10px;
		}
		#footer h3 {
			margin: 0 0 10px 0;
		}
		#footer h6 {
			margin: 0 0 10px 0;
		}
			#sitemap {
				width:540px;
				float: left;
				margin-bottom: 20px;
			}
				.sitemaplist {
					width: 160px;
					margin-right: 10px;
					float: left;
				}
			#twitter {
				width: 400px;
				float: left;
			}
				#tweet {
					background: #FFF;
					padding: 15px 15px 25px 15px;
					border-radius: 10px;
					-moz-border-radius: 10px;
					-webkit-border-radius: 10px;
					position: relative;
				}
				#tweet h4 {
					margin: 0 0 5px 0;
					color: #234567;
				}
				#tweet p {
					font-size: 12px;
					line-height: normal;
					color: #666;
					margin-bottom: 5px;
				}
				#tweet .aktt_tweet_time {
					position: absolute;
					margin-top: 20px;
					left: 15px;
					font-size:  12px!important;
					color:  #999!important;
				}
				#followus {
					height: 55px;
					width: 225px;
					padding: 10px 0 0 85px;
					margin-left: 80px;
					background: url(images/twitterbird.png) no-repeat;
				}
			#footerbottom {
				float: left;
				width: 100%;
				height: 40px;
				line-height: 40px;
				border-top: 1px solid #FFF;
				clear: both;
			}
			#footerbottom p {
				text-align: right;
				margin: 0 10px;
			}

/*
====================
Menu
====================
*/

/* Hormenu level 1 */

#hormenu ul {
	margin: 0;
	list-style: none;
	float: right;
}
#hormenu li {
	float: left;
}
#hormenu li a {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	float: left;
	line-height: 20px;
	padding: 5px 10px;
	margin: 0 5px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

/* Rollover */

#hormenu li.current_page_item a, #hormenu li.current_page_parent a, #hormenu li.current_page_ancestor a {
	color: #2a5e8e;
	background: #FFF;
}

#hormenu li a:hover {
	color: #234567;
	background: #FFF;
	text-decoration: underline;
}

/*
====================
Posts
====================
*/

/* blog page */
.blog .post {
	margin: 0px 0px 20px 0px;
}	
.post h2, .post h2 a {
	color: #234567;
	line-height: 1.5em;
	margin-top: 0;
	line-height: 40px;
	text-decoration: none;
	position: relative;
}


.blog .post small {
	margin: 0px 0px 6px 0px;
	color: #999;
	display:block;
}

/* comments */
#comments {
	margin-top: 20px;
}
#respond {
	margin-top: 20px;
	clear:left;
}
#respond #comment {
	width: 400px;
	height: 100px;
}
.commentlist {
	list-style: none;
	list-style-type:none;
}
.commentlist li {
	padding: 10px;
	margin: 10px 0px;
	background-color:#EEE;
}
.commentlist .comment-author {
	display: inline;
}
.commentlist .comment-author img {
	float: left;
	margin: 2px 8px 0px 0px;
	border: 1px solid #CCC;
}
.commentlist .comment-author .fn {
	font-weight: bold;
	font-style: normal;
	}

.commentlist .comment-author .says {
	display: none;
}
.commentlist .comment-meta {
	display: inline;
	float:right;
	font-size: 11px;
	margin-right: 5px;
}
.commentlist .comment-meta a {
	text-decoration:none;
	color: #999;
}

/*
====================
Forms
====================
*/

input, textarea, select {
	font-size: 14px;
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #CCC;
	color: #666;
}

select {
	min-width: 150px;
	line-height: 25px;
}

select option {
}

input {
	width: 200px;
}

textarea {
	height: 60px;
	width: 300px;
}

textarea:focus, input:focus {
	border: 1px solid #666;
	color: #333;
}

/* Contact forms 7 Validation */

img.ajax-loader {
	border: none;
}
span.wpcf7-not-valid-tip {
	background: #FCC;
	color: #2a5e8e;
	left: 200px;
	width: 200px;
	padding: 5px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.wpcf7-validation-errors {
	background: #FCC;
	color: #2a5e8e;
	margin: 10px;
	padding: 15px 10px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*
====================
Slider
====================
*/

/* Insignificant stuff, for demo purposes */
	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 360px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 960px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 960px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a { background: url(images/sliderleft.png); width: 30px; height: 60px; margin-top: 120px; }
	.coda-nav-right a { background: url(images/sliderright.png); width: 30px; height: 60px; margin-top: 120px; }
	
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px; height: 370px;}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left; position: relative; }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	/* Customised by Trendwerk */
	
	.slidertekstwolk {
		width: 340px;
		background: #FFF;
		padding: 20px;
		margin: 50px 40px 0 10px;
		float: left;
		position: relative;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	#header .slidertekstwolk p {
		font-size: 14px;
		color: #234567;
	}
	#header .slidertekstwolk p.testemonialname {
		font-size: 12px;
		color: #666;
		font-style: italic;
		margin: 0;
	}
	.sliderimage {
		padding: 10px 10px 25px 10px;
		background: url(images/sliderimagebg.png)no-repeat bottom #FFF;
		float: left;
	}
	.slidercta {
		position: absolute;
		left: 30px;
		top: 329px;
		width:  906px;
	}
		.slidercta h2 {
			color: #FFF;
			font-size: 20px;
			width:  680px;
			float: left;
			line-height: 50px;
			height: 50px;
			padding-top: 14px;
		}
		.sliderbtn {
			position: absolute;
			top: 0px;
			right: 0px;
			overflow: hidden;
		}
			.sliderctabtn {
				position: relative;
				width: 190px;
				height: 50px;
				margin: 20px 0 0 0;
				float: right;
				overflow: hidden;
			}
			.sliderctabtn a {
				background: url(images/slidercta.png);
				width: 210px;
				height: 150px;
				position: absolute;
				overflow: hidden;
			}
			.sliderctabtn a:hover {
				top: -50px;
			}
			.sliderctabtn a:active {
				top: -100px;
			}
/*
====================
Sidebars & widgets
====================
*/

/* sidebars */

.sidebar {
	list-style: none;
	margin:0;
}
	.sidebar .widget_text .widgettitle {
	display: none;
}

/* widgets */

.widget {
	background: #FFF;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}
.widgettitle {
	height: 20px;
	background: url(images/widgettop.png) no-repeat;
	padding: 20px 20px 20px 20px;
	font-size: 20px;
	margin: 0;
}
.widgettitle a {
	color: #234567;
	text-decoration: none;
}
.widgettitle a:hover {
	text-decoration: underline;
}
.widgetinner {
	padding:  0 19px 10px 19px;
}
.widget ul {
	list-style: none;
	margin: 0 0 10px 0;
	border-top: 1px solid #999;
}
.widget li {
	width: 100%;
	background: url(images/widgetlistborder.png) repeat-x;
}
.widget li a {
	line-height: 18px;
	padding: 6px;
	display: block;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #999;
}
.widget li a:hover {
	color: #2a5e8e;
	background: #EEE;
	text-decoration: underline;
}
.widget li ul a {
	padding-left: 15px;
}
.widgetbottom {
	height: 5px;
	background: url(images/widgetbottom.png) no-repeat;
	padding: 0 20px;
}

/* blog */
.blog-content .post {
	padding: 20px !important;
	overflow: hidden;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	margin-bottom: 20px;
}
	.blog-content .post h1 {
		padding-bottom:  10px;
	}
		.blog-content .post h1 a {
			text-decoration: none;
			color: #234567;
		}
	.blog-content .post .datum {
		position: absolute;
		margin-top: -24px;
		color: #666;
	}
	
	.blog-content img {
		border: 0;
		background: 0;
		padding: 0;
	}

/* search widget */

#s {
	width: 170px;
}
#searchsubmit {
	width: 182px;
	text-align: center;
	margin: 0;
}

/* contact formulier */

.post-24 td {
	width:  50%;
}

input[type="submit"]{
	cursor: pointer;
	background-color:  #ddd;
	width: auto;
	text-align: center;
}

input[type="submit"]:hover{
	background-color:  #fff;

}

#wpcf7-f1-p24-o1 .wpcf7-validation-errors {
	margin-left: 0;
	padding:  10px;
}

#wpcf7-f1-p24-o1 .wpcf7-not-valid-tip {
	top: -5px;
	left: 400px;
}

#wpcf7-f1-p24-o1 .wpcf7-mail-sent-ok {
	border: 0;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#CCFFCC none repeat scroll 0 0;
	color:#2A5E8E;
	margin:10px;
	padding: 10px;
	margin-left: 0;
}

/* commenlist */
.commentlist li {
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	.commentlist li.alt {
		background: #fafafa;
	}
	.commentlist li:hover {
		background: #f7f7f7;
	}
	
/* nieuwsberichten home */
#nieuwsberichten .post {
	width:  263px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	
	background-color: #fff;
	padding:  15px 15px;
	margin-right: 20px;
	
}
	#nieuwsberichten .post h3 {
		margin-top: 5px;
		margin-bottom: 20px;
	}
		#nieuwsberichten .post h3 a {
			text-decoration: none;
			color:  #333;
			font-weight: bold;
		}
	#nieuwsberichten .post .datum {
		color:  #666;
		margin-top: -21px;
		position: absolute;
	}
	
	#nieuwsberichten .reacties {
		 margin: 0;
	}
	.datum, #nieuwsberichten .reacties a {
		color:  #666;
		text-decoration: none;
		font-size:  11px;
	}
	.datum a {
		color: #333;
	}
	.datum a:hover {
		color: #F8931E;
	} 
	
/* profielen */

	.profiel {
		clear: both;
	}

	.profielfoto {
		float: left;
	}
	.profielbio {
		width: 340px;
		float: right;
		background: #FFF;
		padding: 0 15px 15px 15px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		margin-bottom: 20px;
		position: relative;
	}
		.profielbio a {
			color: #234567;
			text-decoration: none;
		}
		.profielbio a:hover {
			text-decoration: underline;
		}
	.profielsocial a {
		color: #234567;
	}
	
	.profielsocial a:hover {
		color: #F8931E;
	}
	
/* profiel simpele weergave */

	.profiel-simple {
		float: left;
		margin-right: 10px;
	}
	.profielbio-simple {
		width: 170px;
		padding: 5px 15px 15px 15px;
		height: 25px;
		margin: -20px 0px 0px 0px;
		position: relative;
		background: url(images/imgthumb.png) #fff no-repeat bottom;
	}
		.profielbio-simple a {
			color: #234567;
			text-decoration: none;
			font-size: 14px;
		}
		.profielbio-simple a:hover {
			text-decoration: none;
		}
		.profielbio-simple h3 {
			margin: 0;
		}
		.profielfoto-simple img.attachment-post-thumbnail {
			margin: 0;
		}
		.profielfoto-simple {
		    height: 160px;
    		overflow: hidden;
		}
		
.link-overzicht {
	clear: both;
	padding: 20px 0px 0px 0px;
}

.link-overzicht div {
	position: relative;
	width: 210px;
	height: 50px;
	margin: 5px 10px;
	overflow: hidden;
}
.link-overzicht .terug-naar-overzicht a {
	background: url(images/terug-naar-overzicht.png);
	width: 210px;
	height: 150px;
	position: absolute;
	overflow: hidden;
}
.link-overzicht .bekijk-alle-profielen a {
	background: url(images/bekijk-alle-profielen.png);
	width: 190px;
	height: 150px;
	position: absolute;
	overflow: hidden;
}
.link-overzicht a:hover {
	top: -50px;
}
.link-overzicht a:active {
	top: -100px;
}

.ui-widget-header {
background: #3A6893; /* #F8941E;*/
border-right: 0px;
}

.leiderschapcta {
	padding-top: 70px;
	background: transparent url(images/leiderschap-bg.png) no-repeat top right;
}
