/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */
#ONESTAT_TAG { display:none; }
@font-face {
    font-family: 'PTSansBold';
    src: url('../fonts/PTC75F-webfont.eot');
    src: url('../fonts/PTC75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTC75F-webfont.woff') format('woff'),
         url('../fonts/PTC75F-webfont.ttf') format('truetype'),
         url('../fonts/PTC75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansRegular';
    src: url('../fonts/PTC55F-webfont.eot');
    src: url('../fonts/PTC55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTC55F-webfont.woff') format('woff'),
         url('../fonts/PTC55F-webfont.ttf') format('truetype'),
         url('../fonts/PTC55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {font-family: 'jrHand';src: url('../fonts/jr!ha___-webfont.eot');src: url('../fonts/jr!ha___-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/jr!ha___-webfont.woff') format('woff'),url('../fonts/jr!ha___-webfont.ttf') format('truetype'),url('../fonts/jr!ha___-webfont.svg#jrHand') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'WebSymbolsRegular'; src: url('../fonts/WebSymbols-Regular-webfont.eot'); src: url('../fonts/WebSymbols-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/WebSymbols-Regular-webfont.woff') format('woff'), url('../fonts/WebSymbols-Regular-webfont.ttf') format('truetype'), url('../fonts/WebSymbols-Regular-webfont.svg#WebSymbolsRegular') format('svg'); font-weight: normal;font-style: normal; }

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family:'PTSansRegular',Arial,sans-serif; letter-spacing:0; color:#222; }
h1,h2,h3 { font-family:'PTSansBold',Arial,sans-serif; }

.HW { font-family:"jrHand",Trebuchet,Arial; color:#03a7eb; font-size:140%; }
.WebSymbol { font-family:"WebSymbolsRegular",Trebuchet,Arial; font-size:100%; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #00a6eb; color: #fff; text-shadow: none; }
::selection { background: #00a6eb; color: #fff; text-shadow: none; }

/*
_______________ LAYOUT ______________________ */

body { background-color:#00a6eb; }
#bg { z-index:-1; position:absolute; width:100%; height:636px; background-color:#8b8a8b; background-image:url(../img/iz_bg.jpg); background-position:top center; background-repeat:no-repeat; top:130px; }
div.columns12 { width:960px; margin:0 auto; padding:0 2em 0 2em; }
div.reset { float:none; margin:0; clear:both; }

#container { width:100%; height:100%; }
header { background-color:#fff; padding:1em 0 1em 0; width:100%; }

#logo { margin:1em 0 2em 0; float:left; width:40% }
nav#primary-nav { float:left; width:60%; margin-top:2em; }
	#primary-nav ul { float:right; }
	#primary-nav li { float:left; }
	#primary-nav li a { float:left; margin:0 0 0 1em; display: block; padding:1em 1em; color:#555; font-weight:bold; font-size:100%; text-decoration:none; }
	#primary-nav li a:visited { color: #555; }
	#primary-nav li a:hover { color:#000; }
	#primary-nav a.active { border:2px solid #bcbcbc; -moz-border-radius:22px; border-radius:22px; 
		background-color:#dfdfdf; 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#dfdfdf));
		background: -webkit-linear-gradient(top, #f4f4f4, #dfdfdf);
		background: -moz-linear-gradient(top, #f4f4f4, #dfdfdf);
		background: -ms-linear-gradient(top, #f4f4f4, #dfdfdf);
		background: -o-linear-gradient(top, #f4f4f4, #dfdfdf);	}
	
footer { width:100%; background-color:#fff; color:#333; margin:2em 0 0 0; min-height:20%; }
	footer div.columns12 { padding:2em 0 7em 0; }
	footer .WebSymbol { color:#00a6eb; }
	footer a { color:#222; }
	footer a:visited { color:#222; }
	footer a:hover { color:#00a6eb; }
	footer ul { float:left; }
	footer li { float:left; padding:0 1em 0 0; margin:0 1em 0 0; border-right:1px dashed #999; }
	footer div.daan { float:right; margin:0 0 0 2em; }

div.box { -moz-border-radius:12px; border-radius:12px; }	
		
/*
_______________ HOME ______________________ */

#home-proces { width:100%; background:#fff; margin:4em 0 2em 0; }
#home-proces div.proces { float:left; width:294px; padding-top:110px; margin-top:1em; text-align:center; }
#home-proces h2 { min-height:2.4em; margin-left:1em; margin-right:1em; }
#home-proces p { font-size:110%; margin-left:1em; margin-right:1em;}
#home-proces div.arrow { float:left; width:39px; height:260px; background-image:url(../img/iz_proces_arrow.png); background-position:center 30px; background-repeat:no-repeat; }
#home-proces #proc1 { background-image:url(../img/icon_1_vraag.png); background-position:top center; background-repeat:no-repeat; }
#home-proces #proc2 { background-image:url(../img/icon_2_help.png); background-position:top center; background-repeat:no-repeat; }
#home-proces #proc3 { background-image:url(../img/icon_3_result.png); background-position:top center; background-repeat:no-repeat; }

#home-proces .dus { background-color:#e1e1e1; padding:1em; -moz-border-bottom-left-radius:12px; border-bottom-left-radius:12px; -moz-border-bottom-right-radius:12px; border-bottom-right-radius:12px; }
#home-proces .nobco { float:left; width:58%; height:80px; background-image:url(../img/iz_nobco.png); background-position:left center; background-repeat:no-repeat; }
#home-proces div.nobco > p { margin:1em 0 0 240px; font-style:italic; font-size:94%; }
#home-proces .contact { float:right; padding:0 0 0 0; }

#home-proces .contact > .hoe { float:left; margin:0 1em 0 0; background-image:url(../img/iz_arrow_right.png); background-position:right top; background-repeat:no-repeat; padding-top:1.5em; }
#home-proces .contact > a.btn { margin:1em 0 0 0; }

#home1 { float:left; width:640px; margin:0 70px 2em 0; background:#fff; }
#home1 div.inner { margin:2em; }
#home1 h2 { margin-bottom:0; }
#home1 img.mgl { float:right; margin:-1.4em -4em 1em 1em; }

#home2 { float:left; width:250px; margin:0 0 2em 0; font-size:86%; }

#blog_latest { background:#e6e6e6; padding:1em; margin:0 0 1.4em 0; }
	#blog_latest h4 { margin:0 0 0.6em 0; color:#666; }
	#blog_latest p { margin:0 0 0 0; }
	#sgfeed { background:#fff; padding:0.6em; -moz-border-radius:8px; border-radius:8px; margin:0.5em 0; }
	#sgfeed .time { display:none; }
	#sgfeed .snippet { margin:0.4em 0 0.6em 0; }
	
#agenda { background:#e6e6e6; padding:1em; margin:0 0 1.4em 0; }
	#agenda h4 { margin:0 0 0.6em 0; color:#666; }
	#agenda p { background:#fff; padding:0.6em; -moz-border-radius:8px; border-radius:8px; margin:0.5em 0; }
	#agenda ul { margin:0 0 0.6em 0; }
	#agenda li { margin:0 0 0.6em -1.3em; list-style:circle; }
	
#aktie-img { margin:0 0 1.4em 0; }	

/*
_______________ MULTIPLE ______________________ */

div.aanmeld { background:#e4e4e4; padding:1em; margin:1em 0 2em 0; }
div.aanmeld > div.aankeil { font-size:180%; float:left; width:20%; text-align:center; background-image:url(../img/iz_arrow_bottomright.png); background-position:right bottom; background-repeat:no-repeat; padding-bottom:30px; }
div.aanmeld > div.aankeil > div.is { -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); }
div.aanmeld > div.aankeil2 { float:left; width:70%; padding:0 0 0 2em; }
div.aanmeld > div.aankeil2 > h3 { margin:0 0 0.5em 0; }
div.aanmeld > div.aankeil2 > p { margin:0 0 0.5em 0; }

div.polaroid { float:right; margin:1em -4em 1em 1em; -webkit-transform: rotate(-4deg); -moz-transform: rotate(-4deg); padding:0.6em; text-align:center; background-color:#fff; 
	-moz-box-shadow:1px 2px 5px #8e8e8e; -webkit-box-shadow:1px 2px 5px #8e8e8e; box-shadow:1px 2px 5px #8e8e8e;}
div.polaroid > p.HW { color:#333; margin:0.4em 0 0 0; }

/*
_______________ Contentpages ______________________ */

#content-wide { background-color:#fff; width:860px; margin:4em 0 6em 0; }
#content-wide .content { float:left; width:580px; margin:2em 0 2em 2em; }
#content-wide .sidebar-fotos { float:right; width:250px; margin:6em -80px 0 0; }
#content-wide div.polaroid { float:none; margin:0 0 4em 0; width:250px; }
#content-wide div.pol1 { -webkit-transform: rotate(-2deg); -moz-transform: rotate(-2deg); }
#content-wide div.pol2 { -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); }
#content-wide div.pol3 { -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); }

p.quote { font-style:italic; font-size:110%; margin-bottom:1em; }
#content-wide h2 { color:#00a6eb; }

#content-wide .column1 {float:left; width:30%; margin:0 0 0 0; }
#content-wide .column2 {float:left; width:30%; margin:0 0 0 1em; }

#contact-aankeiler { margin:1em 0 -3em 0; }
#contact-aankeiler div.contactaankeil { float:left; width:4.4em; height:4.4em; padding:1.2em 1.4em; margin:0 0 0 0; text-align:center; font-size:180%; color:#333; 
-webkit-transform: rotate(-6deg); -moz-transform: rotate(-6deg); 
	background-image:url(../img/bg_postit.jpg); background-position:center center; background-repeat:repeat; 
	-moz-box-shadow:1px 2px 5px #8e8e8e; -webkit-box-shadow:1px 2px 5px #8e8e8e; box-shadow:1px 2px 5px #8e8e8e; }
#contact-aankeiler a.btn { margin:3em 0 0 2em; }

#workshop-aanmeld { margin:1em 0 2em 0; background-color:#e1e1e1; color:#333; padding:1em; }
#workshop-aanmeld div.help { float:left; width:60%; }
#workshop-aanmeld a.btn { float:right; margin:0 0 0 1em; }
	

	
/* =============================================================================
   Links
   ========================================================================== */

a { color: #d20000; text-decoration:none; }
a:visited { color: #d20000; }
a:hover { color: #00a6eb; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

a.btn { margin:0 0 0 1em; display: block; float:left; padding:1em 1em; 
	color:#fff; font-weight:bold; font-size:100%; text-decoration:none; 
	border:2px solid #bcbcbc; -moz-border-radius:22px; border-radius:22px; 
	background-color:#6ba216; 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#86bd31), to(#598f03));
	background: -webkit-linear-gradient(top, #86bd31, #598f03);
	background: -moz-linear-gradient(top, #86bd31, #598f03);
	background: -ms-linear-gradient(top, #86bd31, #598f03);
	background: -o-linear-gradient(top, #86bd31, #598f03);	
}

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

p { line-height:140%; margin:0.3em 0 0.6em 0; }
h1,h2,h3 { margin:0.6em 0 0.3em 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }



/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


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

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
