/*
Theme Name: Heeren van Nuland
Theme URI: http://www.heerenvannuland.nl/
Author: the Flying Kiwi team
Author URI: http://www.flyingkiwi.nl/
Description: The Heeren van Nuland theme for WordPress.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: light, white, brown, gray, one-column, fixed-width, custom-menu, translation-ready
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
-------------------------------------------------------------- */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clear
--------------------------------*/
.clear {
	clear:both;
}

/* Buttons
--------------------------------------*/
.btn,
.btn:visited,
.btn:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	background-color: #c3cf20;
	text-align: center;
}
.btn:focus,
.btn:hover {
	color: #c3cf20;
	background-color: #ffffff;
}
.btn-large {
	width: 310px;
	height: 50px;
	font-size: 22px;
	line-height: 50px;
}
.btn-small {
	font-size: 14px;
	width: 130px;
	height: 30px;
	line-height: 32px;
}

/* =Structure
----------------------------------------------- */

html, body {
	width: 100%;
	height: 100%;
	font-family: DesignosaurRegular, Verdana, Arial;
	color: #FFFFFF;
}

body {
	background-color: #0080b2;
	background-image: url('images/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: 1280px 2780px;
}

#wrapper {
	margin:0 auto;
	display: block;
	width: 1024px;
}
#wrapper.ios {
	overflow: hidden;
}
#main {
	margin:0 auto;
	width: 960px;
}

h1 {
	float: left;
	font-size: 36px;
	margin-top: 35px;
	margin-bottom: 35px;
}
h2 {
	float: left;
	font-size: 18px;
	color: #c3cf21;
}

p {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	margin: 0px;
}

p a,
p a:visited,
p a:active {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	margin: 0px;
	font-decoration: underline;
	color: #c3cf21;
}
p a:hover {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	margin: 0px;
	font-decoration: none;
	color: #FFFFFF;
}

/* Overlay
------------------------------*/
#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2640px;
	opacity: 0.5;
	background-color: black;
	z-index:100;
	/*
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: black;
	z-index:100;
	*/
}

#overlay.ios {
	width: 1024px;
}

/* contact
---------------------------- */
#contact {
	width: 460px;
	height: 430px;
	background-color: #ffffff;
	z-index:200;
}

#contact #contact-content {
	width: 410px;
	height: 370px;
	margin-top: 30px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 30px;
}
#contact #contact-content p {
	color: #999999;
	margin-top: 10px;
}
#contact #contact-content label {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #999999;
	float: left;
	width: 80px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}
#contact #contact-content input {
	float: left;
	width: 316px;
	margin-top: 10px;
	border: none;
	height: 30px;
	background-color: #e5e5e5;
	padding-left: 5px;
	padding-right: 5px;
}
#contact #contact-content textarea {
	font-family: Arial, Verdana;
	font-size: 12px;
	float: left;
	width: 316px;
	height: 150px;
	margin-top: 10px;
	border: none;
	background-color: #e5e5e5;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contact #contact-content #submitbutton {
	margin-top: 10px;
	clear: both;
	float:right;
	width: 130px;
	margin-right: 3px;
}
.btn-cross {
	width: 15px;
	height: 15px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	display: block;
	background-image: url('images/sluiten_cross.png');
	text-decoration: none;
}

/* voorbeelden */
.voorbeeld {
	width: 400px;
	height: 557px;
}
.voorbeeld_footer {
	float: right;
	height: 40px;
}
.voorbeeld_footer .btn-small {
	margin-top: 10px;
	float: left;
}
.voorbeeld_footer a:last-child {
	margin-left: 10px;
} 

#voorbeeld_tma {
	z-index: 201;
}
#voorbeeld_capaciteitentest {
	z-index: 202;
}
#voorbeeld_beroepskeuzetest {
	z-index: 203;
}
#voorbeeld_teamanalyse {
	z-index: 204;
}


/* result
---------------------------- */
#result {
	width: 460px;
	height: 200px;
	background-color: #ffffff;
	z-index:202;
}
#result #result-content p {
	color: #999999;
	margin-top: 10px;
	height: 80px;
}
#result #result-content {
	width: 410px;
	height: 140px;
	margin-top: 30px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 30px;
}
#result #result-content #closebutton {
	margin-top: 10px;
	clear: both;
	float:right;
	width: 130px;
	margin-right: 3px;
}

/* Header
---------------------------- */
#header {
	width: 960px;
	height: 440px;
}

#logo-wrapper {
	position: relative;
	height: 164px;
}

#logo {
	position: absolute;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	width: 261px;
	height: 58px;
	left: 5px;
	top: 60px;
}

#navigation {
	position: absolute;
	right: 0px;
	top: 31px;
}

ul#menu-main-menu {
	
}
ul#menu-main-menu li {
	width: auto;
	float: left;
	list-style: none;
	margin-left: 26px;
}
ul#menu-main-menu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}
ul#menu-main-menu li a:hover,
ul#menu-main-menu li a:focus {
	color: #c3cf20;
	text-decoration: none;
	font-size: 16px;
}

#headercontent {
	position: relative;
	/*height: 355px;*/
}
#introduction {
	width: 420px;
	line-height: 26px;
	font-size: 16px;
}
#paper {
	position: absolute;
	top: -52px;
	left: 425px;
	width: 666px;
	height: 327px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
}
#btn-contact-container {
	margin-left: 40px;
	margin-top: 28px;
}

/* Hoe werkt het
--------------------------------- */
#hoewerkthet {
	width: 960px;
	height: 270px;
}
#hoewerkthet .blok {
	float: left;
	width: 240px;
}
#hoewerkthet .blok .cijfer {
	float: left;
	width: 30px;
	color: #c3cf20;
	font-size: 40px;
}
#hoewerkthet .blok .text {
	float: left;
	line-height: 20px;
	width: 185px;
	margin-top: 3px;
	margin-right: 25px;
	color: #ffffff;
	font-size: 16px;
}

/* testmijntalent
------------------------------------*/
#testmijntalent {
	width: 960px;
	height: 270px;
}

/* Mogelijkheden
--------------------------------- */
#mogelijkheden {
	width: 960px;
	height: 550px;
}
#mogelijkheden .blok {
	float: left;
	width: 480px;
	height: 210px;
}
#mogelijkheden .blok .image {
	float: left;
	width: 120px;
	height: 210px;
	margin-right: 20px;
}
#mogelijkheden .blok h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}
#mogelijkheden .blok p {
	float: left;
	width: 330px;
	height: 120px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#mogelijkheden .blok .wrapper-contact {
	float: left;
	width: 140px;
}

#mogelijkheden .blok .wrapper-voorbeeld {
	float: left;
	width: 170px;
}

/* Trainingen
--------------------------------- */
#trainingen {
	width: 960px;
	height: 550px;
}

#trainingen h1 {
	margin-bottom: 25px;
}

#trainingen .blok {
	float: left;
	width: 480px;
}

#trainingen .blok h2 {
	margin-top: 25px;
}

#trainingen .blok p {
	margin-top: 4px;
	margin-bottom: 15px;
}

/* Methode
--------------------------------- */
#methode {
	float: left;
	width: 480px;
	height: 300px;
}
#methode p {
	width: 450px;
}

/* Met David
--------------------------------- */
#metdavid {
	float: left;
	width: 480px;
	height: 300px;
}
#metdavid p {
	width: 450px;
}

/* ehrm
--------------------------------- */
#ehrm {
	width: 960px;
	height: 300px;
}


/* Footer
--------------------------------- */
#footer {
	width: 960px;
	height: 80px;
}
#footer p {
	position:relative;
	top: 32px;
	text-align: center;
	width: 960px;
}
#certifications {
	margin-top: 20px;
	float: left;
	padding: 10px;
}
.certification {
	height: 30px;
	width: auto;
}	
			

/* = Fonts
--------------------------------------------------- */
@font-face {
    font-family: 'DesignosaurRegular';
    src: url('fonts/designosaur-regular-webfont.eot');
    src: url('fonts/designosaur-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/designosaur-regular-webfont.woff') format('woff'),
         url('fonts/designosaur-regular-webfont.ttf') format('truetype'),
         url('fonts/designosaur-regular-webfont.svg#DesignosaurRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}