/************************************************************************************
Stylesheet devitec.nl
*************************************************************************************/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

img.intekst{
	padding:5%;
}


/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
width:100%;
background:#fff;
}

a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* headings */

h1
{text-align:left;
  font-family:"Courier";
  font-size:320%;
  color:#000;
  font-weight:bold;
  padding: 5%;
  }

h2
{ text-align:left;
  font-family:"Courier";
  font-size:200%;
  color:#7f7f7f;
font-weight:bold;
}

h2C
{ font-family:"Courier";
  font-size:200%;
  color:#7f7f7f;
font-weight:bold;
}

h3
{ text-align:left;
  font-family:"Courier";
  font-size:150%;
  color:#000;
font-weight:normal;
}

h3C
 { font-family:"Courier";
  font-size:150%;
  color:#000;
font-weight:normal;
}

h4
{ text-align:left;
  font-family:"Courier";
  font-size:120%;
  color:#000;
  font-weight:normal;}

  h5
{ text-align:left;
  font-family:"Courier";
  font-size:100%;
  color:#000;
font-weight:bold;}
  

/************************************************************************************
STRUCTURE
*************************************************************************************/
div.pagina {
background-color:#fff;
position: static;
margin-left:7%;
margin-right:7%;
margin-top:1%;
width:auto;
min-width:310px;
}

div.container {
margin:0 auto;
width: 90%;
min-width:300px;
padding: 2%;
display:block;
}

div.menubalk{
display:inline-table;
padding-left:0%;
padding-top:2%;
}

div.callbutton{
	background: #fff;
	padding: 2%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.centered{
	display: table;
	text-align: center;
	width: 80%;
    margin: 0 auto;
}

div.fbookcontainer{
	background: #fff;
	display: table;
	text-align: center;
    margin: 0 auto;
	padding-top: 4%;
	padding-bottom: 4%;
	 width: 100%; /* important! */
}

/************************************************************************************
HEADER
*************************************************************************************/

div.header {
position: static;
z-index:10;
padding-left:5%;
padding-right:5%;
width:auto;
}

.logo{
width: 50%;
max-width:450px;
min-width:300px;
}


/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#nav-wrap {
	margin-top: 20px;
}

/* menu icon */
#menu-icon {
	display: none; /* hide menu icon initially */
}

#nav, 
#nav li {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	float: left;
	margin-right: 5px;
	font: bold 170% Courier;
	color:#000;
}

/* nav link */
#nav li a {
	padding: 4px 6px;
	display: block;
	color: #000;
	background: #fff;
	text-decoration: none;
}
#nav li a:hover {
	background: #fff;
	color: #7f7f7f;
	
}

/* nav dropdown */
#nav li ul {
	background: #7f7f7f;
	padding: 0px;
	position: absolute;
	border: solid 1px #000;
	display: none; /* hide dropdown */
	width: auto; /* was eerst 200px toen 22% */
}
#nav li ul li {
	float: none;
	margin: 0;
	padding: 0;
	font: 85% Courier;
}

/* nav link dropdown */
#nav ul li a {
	padding: 4px 15px;
	display: block;
	color: #000;
	background: #fff;
}
#nav ul li a:hover {
	background: #7f7f7f;
	color: #fff;
}


#nav li:hover > ul {
	display: block; /* show dropdown on hover */
}

#nav li.current a {
	color: #fff;
}


/************************************************************************************
CONTENT
*************************************************************************************/
div.title {
background-color:#cec2d0;
position: static;
z-index:10;
background-image: url(../images/corner_bkgrnd1200.gif);
background-position: 0 0;
background-repeat:no-repeat;
background-size:100%;
padding-left:20%;
padding-right:5%;
padding-top:7%;
width:auto;
}


div.website {
background-color:#cec2d0;
position: static;
z-index:10;
background-position: 0 0;
background-repeat:no-repeat;
background-size:100%;
padding-left:20%;
padding-right:5%;
padding-top:7%;
width:auto;
}




div.inhoud {
background-color:#cec2d0;
position: static;
z-index:10;
padding-left:20%;
padding-right:5%;
padding-top:1%;
padding-bottom:2%;
margin-top:0%;
width:auto;
min-width:200px;
}





/************************************************************************************
FOOTER
*************************************************************************************/
div.footer {
background-color:#fff;
position: static;
padding-left:5%;
padding-right:5%;
padding-top:1%;
padding-bottom:1%;
width:auto;
min-width:200px;
}

/************************************************************************************
BUTTONS
*************************************************************************************/

.button{
   border-top: 1px solid #000;
   background: #cec2d0;
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cec2d0));
   background: -webkit-linear-gradient(top, #fff, #cec2d0);
   background: -moz-linear-gradient(top, #fff, #cec2d0);
   background: -ms-linear-gradient(top, #fff, #cec2d0);
   background: -o-linear-gradient(top, #fff, #cec2d0);
   padding: 9px 18px;
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   border-radius: 13px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fff;
   font-size: 18px;
   font-family: Courier;
   text-decoration: none;
   vertical-align: middle;
   }
   
 .button a {
   color: #5C3317;
   text-decoration: none;
   }  
   
   
.button:hover {
   border-top-color: #cec2d0;
   background: #7f7f7f;
   background: -webkit-gradient(linear, left top, left bottom, from(#7f7f7f), to(#fff));
   background: -webkit-linear-gradient(top, #7f7f7f, #fff);
   background: -moz-linear-gradient(top, #7f7f7f, #fff);
   background: -ms-linear-gradient(top, #7f7f7f, #fff);
   background: -o-linear-gradient(top, #7f7f7f, #fff);
   color: #7f7f7f;
   text-decoration: none;
   }
   
   .button:hover a{
   text-decoration: none;
   color: #fff;
   }
   
.button:active {
   border-top-color: #cec2d0;
   background: #fff;
   }


/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

@media only screen and (min-width: 960px){ 
	/* ensure #nav is visible on desktop version */
	#nav {
		display: block !important;
	}

	div.callbutton{
		display: none
	}
		
}


@media only screen and (min-width: 768px) and (max-width: 960px){

	/* ensure #nav is visible on desktop version */
	#nav {
		display: block !important;
	}

	div.callbutton{
		display: none
	}
		
	#nav li {
	font: bold 130% Courier;
	}
	
	#nav li a {
	padding: 4px 6px;
	}
	
	#nav li ul {
	background: #fff;
	padding: 0px;
	position: absolute;
	border: solid 1px #000;
	display: none; /* hide dropdown */
	width: auto;
	}
}



	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
		/* nav-wrap */
	#nav-wrap {
		position: relative;
	}

	
	/* menu icon */
	#menu-icon {
		color: #000;
		width: 50px;
		height: 30px;
		background: #cec2d0  url(../images/menu-icon.png) no-repeat 10px center;
		padding: 8px 10px 0 42px;
		cursor: pointer;
		border: solid 1px #000;
		display: block; /* show menu icon */
	}
	#menu-icon:hover {
		background-color: #fff;
	}
	#menu-icon.active {
		background-color: #7f7f7f;
	}
	
	/* main nav */
	#nav {
		clear: both;
		position: absolute;
		top: 38px;
		width: 200px;
		z-index: 10000;
		padding: 5px;
		background: #7f7f7f;
		border: solid 1px #000;
		display: none; /* visibility will be toggled with jquery */
	}
	#nav li {
		clear: both;
		float: none;
		margin: 5px 0 5px 10px;
		font: bold 120% Courier;
	}
	#nav li a, 
	#nav li ul a {
		font: inherit;
		background: none;
		display: inline;
		padding: 0;
		color: #cec2d0;
		border: none;
	}
	#nav li a:hover, 
	#nav li ul a:hover {
		background: none;
		color: #fff;
	}
	
	/* dropdown */
	#nav li ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		background: inherit;
	}
	#nav li ul li {
		margin: 3px 0 3px 15px;
	}


	
		div.callbutton{
			display: block
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		/* nav-wrap */
	#nav-wrap {
		position: relative;
	}

	
	/* menu icon */
	#menu-icon {
		color: #000;
		width: 50px;
		height: 30px;
		background: #cec2d0  url(../images/menu-icon.png) no-repeat 10px center;
		padding: 8px 10px 0 42px;
		cursor: pointer;
		border: solid 1px #000;
		display: block; /* show menu icon */
	}
	#menu-icon:hover {
		background-color: #fff;
	}
	#menu-icon.active {
		background-color: #7f7f7f;
	}
	
	/* main nav */
	#nav {
		clear: both;
		position: absolute;
		top: 38px;
		width: 200px;
		z-index: 10000;
		padding: 5px;
		background: #7f7f7f;
		border: solid 1px #000;
		display: none; /* visibility will be toggled with jquery */
	}
	#nav li {
		clear: both;
		float: none;
		margin: 5px 0 5px 10px;
		font: bold 110% Courier;
	}
	#nav li a, 
	#nav li ul a {
		font: inherit;
		background: none;
		display: inline;
		padding: 0;
		color: #cec2d0;
		border: none;
	}
	#nav li a:hover, 
	#nav li ul a:hover {
		background: none;
		color: #fff;
	}
	
	/* dropdown */
	#nav li ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		background: inherit;
	}
	#nav li ul li {
		margin: 3px 0 3px 15px;
	}


	
	
	div.callbutton{
		display: block
	}

	h1{
	font-size:180%;
	}
	
		
	h2{
	font-size:140%;
	}
		
	h3{
	font-size:130%;
	}
		
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
		/* nav-wrap */
	#nav-wrap {
		position: relative;
	}

	
	/* menu icon */
	#menu-icon {
		color: #000;
		width: 50px;
		height: 30px;
		background: #cec2d0  url(../images/menu-icon.png) no-repeat 10px center;
		padding: 8px 10px 0 42px;
		cursor: pointer;
		border: solid 1px #000;
		display: block; /* show menu icon */
	}
	#menu-icon:hover {
		background-color: #fff;
	}
	#menu-icon.active {
		background-color: #7f7f7f;
	}
	
	/* main nav */
	#nav {
		clear: both;
		position: absolute;
		top: 38px;
		width: 200px;
		z-index: 10000;
		padding: 5px;
		background: #7f7f7f;
		border: solid 1px #000;
		display: none; /* visibility will be toggled with jquery */
	}
	#nav li {
		clear: both;
		float: none;
		margin: 5px 0 5px 10px;
	}
	#nav li a, 
	#nav li ul a {
		font: inherit;
		background: none;
		display: inline;
		padding: 0;
		color: #cec2d0;
		border: none;
	}
	#nav li a:hover, 
	#nav li ul a:hover {
		background: none;
		color: #fff;
	}
	
	/* dropdown */
	#nav li ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		background: inherit;
	}
	#nav li ul li {
		margin: 3px 0 3px 15px;
	}
	
	div.callbutton{
		display: block
	}
	
	div.pagina {
	margin-left:1%;
	}	
	
	h1{
	font-size:170%;
	}
	
		
	h2{
	font-size:120%;
	}
		
	h3{
	font-size:110%;
	}
		
}
	





/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }