.wrapper { width: 1140px; margin: 0 auto; }

.klein  { font-size: 0.7em; line-height: 0.5em }

/* ==========================================================================
   Theme Colours
   ========================================================================== */

.succes { color: #656A6F; font-family: 'corinthian_boldregular';}
.succes H3 { color: #656A6F; font-family: 'corinthian_boldregular';}

strong, b, .lead, .main table th, blockquote, .more, .cta a{
	color: #808080;
}

/* ==========================================================================
   Main Container General Layout Styles
   ========================================================================== */
.main-container{
	padding: 50px 0;
}

.main-content{
	width: 65%;
	float: left;
}
.main-content.full{
	width: 100%;
	float: none;
}
.main-content img, .right-aside img{
	max-width: 100%;width: 100%;

	margin: 1em 0;
	-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
}
a img{
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	opacity: 1;
	position: relative;
}
a img:hover{
	opacity: .6;
}
.right-aside{
	float: right;
	width: 24%;
	border-left: 1px solid #cad2d7;
	padding-left: 4%;
}


.left-aside{
	float: left;
	width: 24%;
	padding-right: 8%;
}


.right-aside img{
	width: 100%;
}



/* ============= Columns ===============*/ 
.half{
	width: 47%;
	margin-right: 6%;
	float: left;
}
.third{
	width: 30%;
	margin-right: 5%;
	float: left;
}
.fourths{
	width: 21%;
	margin-right: 4%;
	float: left;
}

.fifths {
	width: 16%;
	margin-right: 4%;
	float: left;
}

.sixth {
	width: 12%;
	margin-right: 4%;
	float: left;
}

.zevende {
	width: 11%;
	margin-right: 3%;
	float: left;
}

.two-third, .cta.two-third{
	width: 65%;
	margin-right: 5%;
	float: left;
}
.three-fourths{
	width: 74%;
	margin-right: 4%;
	float: left;
}
.left{
	float: left;
}
.right{
	float: right;
}


.main ul li:before, .more:before{
	content: "g";
	font-size: 16px;
	left: 3px;
	top: 6px;
	position: absolute;
}
.main ol{
	margin-left: 22px;
}
ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
ol > li {
    position:relative; /* Create a positioning context */
    list-style:none; /
	margin: 0 0 0 1em;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ol > li:before {
    content:counter(li) "."; /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    position:absolute;
    top:-2px;
    left:-1.5em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:1.5em;
    margin-right:8px;
    padding:4px;
    text-align:center;
}
li ol,li ul {margin-top:6px;}
ol ol li:last-child {margin-bottom:0;}




/* ============= Tables ===============*/
.main table{
	text-align: left;
	width: 100%;
	background: #ffffff;
}
.main table th{
	padding: .5em;
	background-color: #ebedef;
	vertical-align: top;	
}
.main table td{
	padding: .5em;
	vertical-align: top;	
}
.main table tr:nth-child(2n+1){
	background-color: #f8f8f8;
}




/* ============= Forms ===============*/
form{
	margin-top: 3em;
}
fieldset{
	padding: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d9d6cf;
	margin-bottom: 1em;
}
fieldset fieldset{
	background: #ffffff;
}
label{
	font-weight: normal;
	font-family: 'corinthian_boldregular';
	padding-right: 1em;
	display: block;
}
input[type=text],  input[type=email], input[type=password], textarea { color: #969ca5; font-family: robotolight_italic; background: #ffffff; display: block; margin-bottom: 1em; padding: 10px 2%; width: 68%; border: solid 3px #dde1e5; outline: none medium; -moz-border-radius: 3px; -webkit-appearance: none; -webkit-border-radius: 3px; border-radius: 3px; resize: none }
 input[type=text]:focus, textarea:focus, input[type=email]:focus, input[type=password]:focus { border: solid 3px #a3a7aa }
textarea{
	width: 96%;
	height: 140px;
	display: block;
	resize: none;
	outline: none;
}
select, input[type=radio], input[type=checkbox] {
	margin-bottom: 1em;
	margin-right: 6px;
}
.error[generated=true] {
	font-size: 14px;
	font-family: 'corinthian_boldregular';
}



/* ==========================================================================
   Media Queries 480
   ========================================================================== */
@media only screen and (max-width: 480px) { 
	 input[type=text],  input[type=email], input[type=password], textarea, a.btn, input[type=button], input[type=submit]{
		padding: 10px 2%;
		width: 96%;
	}
	a.btn, input[type=button]{
		text-align: center;
	}
	a.small-btn{
		font-size: 14px;
		padding: .4em 2%;
	}
	a.xsmall-btn{
		font-size: 12px;
		padding: .2em 2%;
	}
	iframe{
		max-height: 320px;
	}
	
		
	/* ============= Columns ===============*/ 
	.main-content, .right-aside, .third, .img, .half, .fourths, .fifths, .sixth, .zevende, .two-third, ol.icon-lists li, ul.flag-lists li, .three-fourths, .foot.left, .foot.right{
		width: 100%;
		margin-right: 0%;
		float: none;
	}
	.third, .half, .fourths, .two-third, .three-fourths{
		margin-bottom: 30px;
	}
	blockquote.third, blockquote.half, blockquote.fourths, blockquote.two-third{
		width: 100%;
	}
	blockquote, blockquote.right, blockquote.left{
		margin: 0;
	}
	.foot.left, .foot.right{
		display: block;
		text-align: center;
		margin-bottom: 50px;
	}

.bijschrift {
	color: #999999;
  	font-size: 20px;
	margin-bottom:6px;
	margin-left:2px;
	border-bottom: 1px solid #cad2d7;
    border-width: 2px;
}

.menuinhoud {
		display: none;
}

.inhoudplaatje img {
	display: none;
	width: 150px !important;
	height: 150px !important;
}

h2 {
  font-size: 2.0em;
  line-height: 1;
  margin-bottom:10px;
}

h3 {
  font-size: 1.4em;
  line-height: 1;
  margin-bottom:10px;
}

.slides-pagination a {
  width: 50px;
  height: 8px;
}

#connect {
  z-index: 10;
  position: absolute;
  width: 100%;
  list-style: none;
  padding-left: 22px;
  padding-top: 5px;
}

.menuknopje {
 	position: fixed;
    right: 20px;
    top: 20px;
	z-index: 99999998;
}
	
}



/* ==========================================================================
   Media Queries 600
   ========================================================================== */
@media only screen and (max-width: 600px) { 

	.logo{
		float: none;
		padding-bottom: 20px;
	}
	.header-container nav{
		float: right;
	}
	
	
	/* 	
	.third, .half, .fourths, .fifths, .two-third, ol.icon-lists li, ul.flag-lists li, .three-fourths, .foot.left, .foot.right{
		width: 100%;
		margin-right: 0%;
		float: none;
	}*/
	
	
		/* ============= Tables ===============*/
		.main table{ 
			border-left: 1px solid #cad2d7;
			border-right: 1px solid #cad2d7;
			border-top: none;
			border-bottom: none;
		}	
}


/* ==========================================================================
   Media Queries 768
   ========================================================================== */
@media (min-width: 481px) and (max-width: 768px) {
	.tinynav { 
		display: none; 
	}
	#nav{ 
		display: block; 
	}	
	
	/* ============= Main Container General Layout Styles===============*/
	.header-container header{
		padding: 30px 0 25px;
		text-align: center;
	} 
	.main-content, .right-aside{
		width: 100%;
		float: none;
		border: none;
		padding-left: 0;
		padding-right: 0;
	}
	
.left-aside{
		width: 100%;
		float: none;
		border: none;
		padding-left: 0;
		padding-right: 0;
	}	
	
	
	
	
	.main-container{
		padding: 25px 0 50px;
	}
	.right-aside{
		border-top: 1px solid #cad2d7;
		margin-top: 25px; 
	}
	/* ============= Columns ===============*/ 
	/*.third, .half, .fourths, .fifths, .two-third, ol.icon-lists li, ul.flag-lists li, .three-fourths, .foot.left, .foot.right{
		width: 100%;
		margin-right: 0%;
		float: none;
	}*/ 
	.third, .half, .fourths, .two-third, .three-fourths{
		margin-bottom: 30px;
	}
	blockquote.third, blockquote.half, blockquote.fourths, blockquote.two-third{
		width: 100%;
	}
	blockquote, blockquote.right, blockquote.left{
		margin: 0;
	}
	.foot.left, .foot.right{
		display: block;
		text-align: center;
		margin-bottom: 50px;
	}

	.nav a { font-size: 20px; font-style: bold; padding: 0.3em 0.8em }	
 }
 

/* ==========================================================================
   Media Queries 769
   ========================================================================== */
@media (min-width: 769px) and (max-width: 1139px) {
	#nav{ 
		display: block; 
	}	
	
	/* ============= Columns ===============*/ 

	.third, .half, .fourths, .fifths, .sixth, .zevende, .two-third, .three-fourths{
		margin-bottom: 30px;
	}
	blockquote.third, blockquote.half, blockquote.fourths, blockquote.two-third{
		width: 100%;
	}
	blockquote, blockquote.right, blockquote.left{
		margin: 0;
	}
	
	
 }
 
 
/* ==========================================================================
   Media Queries 1140
   ========================================================================== */  
@media only screen and (max-width: 1140px) { 
	.wrapper { width: 92%; margin: 0 4%; }
}



::-webkit-input-placeholder { /* WebKit browsers */
    color:    #c5c5c5; font-family: 'corinthian_lightregular';
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #c5c5c5; font-family: 'corinthian_lightregular';
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #c5c5c5; font-family: 'corinthian_lightregular';
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #c5c5c5; font-family: 'corinthian_lightregular';
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.last{ margin-right: 0!important; padding-right: 0!important; border-right: none!important; }
.first{ margin-left: 0!important; padding-left: 0!important; border-left: none!important; }
.tableless, .tableless th, .tableless tr, .tableless td{
	background: none!important;
	border: none!important;
	padding: 0px!important;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important;}
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: ""; }
img { max-width: 100% !important; page-break-inside: avoid; }

@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}