/************************************************************************************
Stylesheet truijens.eu
*************************************************************************************/

/************************************************************************************
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: url(../images/clouds.jpg) center no-repeat;
background-size: auto;
}

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:"Arial";
  font-size:320%;
  color:#fff;
  font-weight:bold;
  }

h2
{ text-align:left;
  font-family:"Arial";
  font-size:200%;
  color:#5C3317;
font-weight:bold;
}

h2C
{ font-family:"Arial";
  font-size:200%;
  color:#5C3317;
font-weight:bold;
}

h3
{ text-align:left;
  font-family:"Arial";
  font-size:150%;
  color:#5C3317;
font-weight:normal;
}

h3C
 { font-family:"Arial";
  font-size:150%;
  color:#5C3317;
font-weight:normal;
}

h4
{ text-align:left;
  font-family:"Arial";
  font-size:120%;
  color:#5C3317;
  font-weight:normal;}

  h5
{ text-align:left;
  font-family:"Arial";
  font-size:100%;
  color:#5C3317;
font-weight:bold;}
  

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

div.container {
margin:0 auto;
width: 90%;
min-width:300px;
padding-top: 0%;
background-position: 0 0;
background-size: 100%;
display:block;
}



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




/************************************************************************************
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 140% Arial;
	}
	
	#nav li a {
	padding: 4px 6px;
	}
	
	#nav li ul {
	background: #fff;
	padding: 0px;
	position: absolute;
	border: solid 1px #5C3317;
	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: #5C3317;
		width: 42px;
		height: 30px;
		background: #ecebeb  url(../images/menu-icon.png) no-repeat 10px center;
		padding: 8px 10px 0 42px;
		cursor: pointer;
		border: solid 1px #5C3317;
		display: block; /* show menu icon */
	}
	#menu-icon:hover {
		background-color: #fff;
	}
	#menu-icon.active {
		background-color: #F778A1;
	}
	
	/* main nav */
	#nav {
		clear: both;
		position: absolute;
		top: 38px;
		width: 160px;
		z-index: 10000;
		padding: 5px;
		background: #5C3317;
		border: solid 1px #999;
		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: #F778A1;
		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: #5C3317;
		width: 42px;
		height: 30px;
		background: #ecebeb  url(../images/menu-icon.png) no-repeat 10px center;
		padding: 8px 10px 0 42px;
		cursor: pointer;
		border: solid 1px #5C3317;
		display: block; /* show menu icon */
	}
	#menu-icon:hover {
		background-color: #fff;
	}
	#menu-icon.active {
		background-color: #F778A1;
	}
	
	/* main nav */
	#nav {
		clear: both;
		position: absolute;
		top: 38px;
		width: 160px;
		z-index: 10000;
		padding: 5px;
		background: #5C3317;
		border: solid 1px #999;
		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: #F778A1;
		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 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: #5C3317;
		width: 42px;
		height: 30px;
		background: #ecebeb  url(../images/menu-icon.png) no-repeat 10px center;
		padding: 8px 10px 0 42px;
		cursor: pointer;
		border: solid 1px #5C3317;
		display: block; /* show menu icon */
	}
	#menu-icon:hover {
		background-color: #fff;
	}
	#menu-icon.active {
		background-color: #F778A1;
	}
	
	/* main nav */
	#nav {
		clear: both;
		position: absolute;
		top: 38px;
		width: 160px;
		z-index: 10000;
		padding: 5px;
		background: #5C3317;
		border: solid 1px #999;
		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: #F778A1;
		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:180%;
	}
		
}
	





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