/* Zinnebeeld font definition */
@font-face {
    font-family: 'ZinnebeeldRegular';
    src: url('/font/zinnebeeld_regular_web.eot');
    src: url('/font/zinnebeeld_regular_web.eot?#iefix') format('embedded-opentype'),
    url('/font/zinnebeeld_regular_web.woff') format('woff'),
    url('/font/zinnebeeld_regular_web.ttf') format('truetype'),
    url('/font/zinnebeeld_regular_web.svg#ZinnebeeldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ZinnebeeldBold';
    src: url('/font/zinnebeeld_bold_web.eot');
    src: url('/font/zinnebeeld_bold_web.eot?#iefix') format('embedded-opentype'),
    url('/font/zinnebeeld_bold_web.woff') format('woff'),
    url('/font/zinnebeeld_bold_web.ttf') format('truetype'),
    url('/font/zinnebeeld_bold_web.svg#ZinnebeeldBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    -webkit-text-size-adjust: none;
}
input[value="text"], 
textarea{ 
	-webkit-appearance:none; -webkit-border-radius:0; 
}


/*General styles*/
body{
	background-color:#FFF;	
	font-family: ZinnebeeldRegular,Helvetica,Arial,sans-serif;
    font-size: 0.875em;
    margin: 0;
    padding: 0;
}

.fc{
	clear:both;
}


img{
	max-width: 100%;
}


/* Heading/ typography*/
h1, h2, h3, h4 {
    color:      #333;
}
h1,
h2,
.nav-top li a {
	font-family: ZinnebeeldBold,Helvetica,Arial,sans-serif;
}
h1 {
    font-size:  32px;
    margin:     0 0 20px;
}

h2 {
    font-size:  36px;
    margin:0;
    text-align: center;
}
h3 {
    font-size:  18px;
	margin:0;
}
h4 {
    font-size:  14px;
    font-weight:bold;
    margin:     10px 0;
}

em {
    font-style: italic;
}

ul {
    margin-left:        1em;
}

li {
    list-style-type:    disc;
    margin-left:        1em;
}

img {
    display:            block;
    margin-bottom:      10px;
}

a {
    color:              #39AA46;
    text-decoration:    none;
}
a:focus,
a:hover {
    text-decoration:    underline;
}


/*Structure*/
#header{
	margin:0 auto;
	width:100%;
}
#header .inner.group{
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
#wrapper{
	background-color:#E6E6E6;
}

#wrapper.page{
	border-bottom:solid 15px #E6E6E6;
}


#main h2{
	background: url("/kritt/gfx/bg_arrow.png") no-repeat center 0 scroll transparent;
	bottom: 14px;
    height: 97px;
    position: relative;
}
#main h2 a,
#main h2 span{
    position: relative;
    top: 60px;
}
#main h2 span{
	color:#3AAA48;
}
#main h2.alternate{
	background-position: center -98px;
}
.block-1-inner,
.block-3-inner{
	background-color:#fff;	
}
.block-1-inner,
.block-2-inner,
.block-3-inner{
	padding-bottom: 40px;	
		overflow: hidden;
}
.block-1-inner .col-group-3 > div {
    height: 270px;
    padding: 1em;
}

.col-group-4,
.col-group-3,
.col-group-2,
#toggle_container,
#faq,
.subscribe{
	padding: 1em;
}


.nav-top{
	position: fixed;
	top:0;
	left: 0;
	z-index: 999;
}
.nav-top li{
	display: inline;
}
.navigation ul{
	margin:0;
	padding:0;
	text-align: center;
}
.navigation ul li{
	float: left;
}
.users-list ul{
	overflow: hidden;
}
.col-group > div {
  margin-bottom: 1em;  
}
*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.acc-wrap{
    margin: 0 auto;
    max-width: 640px;
    width: 100%;	
}

.users-list li{
	width:50%;
}

div.price{
	clear:both;
}

/*Header*/
hgroup h1 {
	font-size: 3.143em;
	text-align: center;
	background-color: #fff;
}

hgroup h1 span{
	color:#39AA46;
}

hgroup h2{
	font-size:1.357em;
	text-align: center;
}

hgroup h2.description{
	padding: 0 0 20px;
}

hgroup h2.description span.inner{
	margin: 0 auto;
	min-width: 200px;
	width: 100%;
	padding: 1em;
}


/*General styles*/
.block-1-inner h3, .block-3-inner h3 {
    font-family: ZinnebeeldBold;
}
.block-1-inner h3,
.block-2-inner h3{
	color:#39AA47;
    white-space: pre;
}
.block-1-inner .col-group-4 p{
	padding: 0;
	margin: 0;
}
.block-2-inner p{
	padding:0;
	margin: 0;
}


#main h2.button a{
	top:80px;
}

.nav-top li a, .nav-top li a:hover
#main h2.button a, #main h2.button a:hover,
#contactform .submit-contact, #contactform .submit-contact:hover{
  -webkit-transition-property: background color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: background color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-property: background color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: linear;
  -ms-transition-property: background color;
  -ms-transition-duration: 0.2s;
  -ms-transition-timing-function: linear;
  transition-property: background color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
} 

h2.button a{
    background-color: #000;
    color: #FFFFFF;
    font-size: 20px;
    height: 40px;
    padding: 10px;
    text-indent: 15px;
    width: 150px;
}
h2.button a:hover{
	background-color: #3AAA48;
}

/*Navigation styles*/
.nav-top{
    background-color: #3AAA48;
    color: #FFFFFF;
    padding-bottom: 18px;
    padding-top: 10px;
    width: 100%;
}

.nav-top li{
	list-style-type: none;
}

.nav-top li a{
	color:#fff;
	text-decoration: underline;
}
.nav-top li a:hover {
		color:#000;
}

/*Accordion styles*/
div#faq{
	padding-bottom:60px;
	background: #fff;
}
.acc-wrap{
	padding-bottom: 20px;
}
.acc-wrap ul,
.acc-wrap li{
	margin:0 !important;
}
.acc-wrap header h1,
.accordion li h3{
	margin:0;
	font-size: 1.143em;
}
.acc-wrap header h1{
	color:#39AA46;
}
.accordion {
	width:  100%;
	padding: 0 20px 0 0;
}
.accordion li{
	list-style: none !important;
}
.accordion li h3 a.accordion-opener,
.accordion div.panel.open{
	border-bottom: solid 2px #5AB565;
}
.accordion li.active h3 a.accordion-opener{
	border-bottom:none;
}
.accordion li h3 a {
	display:block;
	margin: 0;
	padding:5px 0;
	line-height: 120%;
	color:#000;
	font-family: ZinnebeeldBold,Helvetica,Arial,sans-serif;
}
.accordion li h3 a:hover {
	color:#5AB565;
}
.accordion li p {
	line-height: 130%;
	padding-bottom:5px;
}
.accordion li h3 {
	margin:0;
	padding: 0;
}
.accordion a,
.accordion.cms-content h3{
    text-decoration: inherit;
}
.accordion .panel a{
	text-decoration: underline;	
}
.accordion .loading {
    display: none;
}

#footer{
    margin: 0 auto;
    max-width: 900px;
    padding-bottom: 80px;
    padding-top: 30px;
    width: 100%;
}

#footer li{
	list-style: none;
}

#footer .navigation{
	padding: 1em;
	margin-left: 10px;
}
#footer #submenu a{
	text-decoration: underline;
	font-size: 11px;
}
#footer #submenu a:hover{
	color:#000;
}
#footer #submenu li{
	float: left;
	display: block;
}

#footer .navigation li a{
	font-size: 12px;
}
.navigation div{
	display: inline-block;
	padding-right: 2px;
	color:#39AA46;
}
.navigation div strong{
  color:#000;
}

.navigation div.adress span{
  display: inline-block;
}  

#footer{
	background:url("/kritt/gfx/bg_footer.png") no-repeat scroll 0 0 transparent;
}  
#footer a.product div{
	color:#5AB565;
	font-weight: bold;
}
#footer a.org div{
	color:#5AB565;
	font-weight: bold;
	padding-right:20px;
}
#footer a, #footer div{
	color:#000;
}
#footer a:hover div {
	text-decoration: underline;
}

/*
* Contactform
*/
#contactform {
	padding: 20px 0px 0px 0px;
}
#contactform textarea,
#contactform input {
	color: #fff;
}
#contactform .formfield {
	display: block;
	margin-bottom: 15px;
}
#contactform .formfield.kortingscode {
	display: block;
	margin-bottom: 5px;
}
#contactform .formfieldtextarea {
	display: block;
	margin-bottom: 15px;
}
#contactform label {
    color: #333333;
    display: block;
    float: left;
    font-size: 1.143em;
    height: 27px;
    padding: 2px 0 0 8px;
    width: 83px;
}
#contactform label#label_kortingscode {
	width: 200px;
}
#contactform label.error,
.formfieldtextarea label.error{
    background-color: #3AAA48;
    color: #FFFFFF;
    float: none;
    font-size: 90%;
    font-style: italic;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}
#contactform label#label_availability {
	float: left;
	padding-top: 0px;	
	width: 120px;
	color: #CC0099;
}
#contactform .star {
	color: #3AAA48;
}
#contactform input, 
#contactform textarea {
	font-family: ZinnebeeldRegular;
	font-size: 90%;
	 border: medium none;
	padding:7px;
	color: #444;
	background: #fff;
	min-width:422px;
}
#contactform input#voorwaarden{
	float: left;
	position: relative;
    top: 3px;
}
#contactform label[for="voorwaarden"]{
	float: left;
	width: 90%;
}
input[type="text"] {
	max-width: 330px;
	width: 100%;
	background: url("/kritt/gfx/bg_inputfield.png") repeat-x scroll center 0 transparent !important;
}
#contactform .input_small {
	width: 100px;
}
#contactform .input_date {
	width: 110px;
}
#contactform .input_kortingscode {
	min-width: 305px;
	width: 305px;
}
#contactform .submit-contact {	
	background: url("/kritt/gfx/btn_send.png") no-repeat scroll 0 0 transparent;
	width: 107px;
	height: 37px;
	cursor: pointer;
}
#contactform .submit-contact:hover{	
	background-position: 0 -37px;
}
input[value="Verzenden"]{
	text-indent: -999px;
}
#contactform textarea{
	width: 100%;
}
#contactform .hiddenfield {
	display:none;
	visibility:hidden;
}
#contactform .normallabel{
	color:#23333E;
}
#contact_thanks{
	display: none;
}
#contactform input[type="checkbox"]{
	 min-width: 20px;
}
#contactform #label_voorwaarden{
	width:100%;
}
#contactform .voorwaarden span.text{
	margin-top: 20px;
	margin-left: 10px;
}

/*
* CMS content
*/

.cms-content p{
	line-height: 140%;
}
.cms-content strong{
	font-weight: bold;
}
.cms-content em{
	font-style: italic;
}
.cms-content ul {
	margin: 10px 0 10px 15px; 
	padding: 0;
	line-height: 140%;
}
.cms-content ul li{
	list-style: disc;
}
.cms-content ol {
	margin: 10px 0 10px 23px; 
	padding: 0;
	line-height: 140%;
}
.cms-content ol li{
	list-style: decimal;
}
.cms-content p.smalltext, .cms-content .smalltext span, .cms-content p span.smalltext {
	color: #999;
	font-size: 11px;
}

.cms-content p.bigtext, .cms-content .bigtext span, .cms-content p span.bigtext{
	font-size: 16px;
}
.cms-content p.bigtext strong{
	font-weight: bold;
}
.cms-content p.quote, .cms-content .quote span, .cms-content p span.quote{
	background: #f8f8f8;
	padding: 15px;
	font-style: italic;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	margin-right: 50px;
}
p.smalltext, .smalltext span, p span.smalltext {
	color: #999;
	font-size: 11px;
}

p.bigtext, .bigtext span, p span.bigtext{
	font-size: 20px;
}
p.bigtext strong{
	font-weight: bold;
}
p.quote, .quote span, p span.quote{
	background: #f8f8f8;
	padding: 15px;
	font-style: italic;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	margin-right: 50px;
	display: inline-block;
}
.cmstitle{
	color:#39AA46;
	font-size: 18px;
	font-family:ZinnebeeldBold,Helvetica,Arial,sans-serif;
}


.cms-content.versies ul {
    line-height: 140%;
    margin: 0 0 20px;
    padding: 0;
}


@media screen and (min-width: 10em) {
	.col-group > div {
		float: left;
		width:  100%;
	}  
  	h2{
		font-size: 24px;
	}	

}


@media screen and (min-width: 10em) and (max-width: 44em) {
	.fb-like{
		display: none;
	}
	h2{
		font-size: 24px;
	}	
	#header{
		padding-top: 73px;
	}
	.nav-inner li:first-child{
		display: none !important;	
	}
	.cms-content.versies{
		padding-right: 20px;
		padding-left: 20px;
	}

	hgroup h1 {
	    font-size:2.143em;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    padding-left:5px;
	    padding-right:5px;
	    line-height: 120%;
	}
	hgroup h2{
		font-size: 1.286em;
	}
	.nav-top ul{
		text-align: left;
	}
	.nav-top li a {
	    font-size: 16px;
	}
	#contactform textarea{
		width: 100%;
		background-color: #EEEEEE;
		margin: 0;
	}
	.block-2-inner .col{
		margin-bottom: 20px;	
	}
	.accordion li h3 a {
		line-height: 140%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#contactform input, 
	#contactform textarea {
		min-width: 240px;
	}
	#footer{
		padding-bottom: 30px;
	}
	#footer #submenu{
		 width: 160px;
		 overflow: hidden;
	}
	#footer #submenu a{
	    position: relative;
	    right: 5px;
	    line-height: 30px;
	}
}


@media screen and (min-width: 10em) and (max-width: 30em) {
	.col-group-4{
	    margin: 0 auto;
	    width: 300px;
	}
	.col-group-4 div{
		padding-bottom: 20px;	
	}
	.col-group-3 > div {
		padding: 1em;
    }
    .col-group-3 h2 {
	    margin-bottom: 20px;
    }
}

@media screen and (min-width: 30em) and (max-width: 44em) {
	hgroup h1 {
	    font-size:2.143em;
	    padding-bottom: 20px;
	}
	.col-group-3 > div {
		float: left;
		width: 50%;
		padding: 1em;
		overflow: hidden;
    }
}
@media screen and (max-width: 44em) {
	#contactform label.error, .formfieldtextarea label.error,
	#contactform .formfieldtextarea label, #contactform textarea,
	#contactform textarea{
		width:100%;
		max-width:414px;
	}
}

@media screen and (min-width: 44em) {
	#header {
		margin: 0 auto;
		min-width: 320px;
		width: 100%;
		padding-top: 54px;
	}
	#contactform textarea{
		background: url("/kritt/gfx/bg_textarea.png") repeat-x scroll 0 0 transparent;
		height:93px;
		margin: 0;
	}
	#contactform .formfieldtextarea label{
		background: none;
		width:100%;
		float:none;
	}	
	#contactform .formfieldtextarea label.error,
	#contactform label.err-check{
		margin-top: 10px;
		background-color: #3AAA48;
		margin-left: 0 !important;
		max-width: 507px !important;
		width: 100%;
	}
	hgroup h1{
		padding-top: 40px;
		padding-bottom: 40px;  
	} 
	.col-group,
	.col-group-4,
	.col-group-3,
	.col-group-2 {
		overflow: hidden;
	}
	.col-group,
	.col-group-4,
	.col-group-3,
	.col-group-2,
	hgroup h2.description{
		margin:0 auto;
		max-width: 870px;
		width:100%;
	}
	.col-group-content {
		margin:0 auto;
		max-width: 620px;
		width:100%;
	}
	#toggle_container{
		margin: 0 auto;
		max-width: 534px;
		width:100%;
	}
	#toggle_container p{
		text-align: center;
		font-size: 16px;
	}
	.block-1-inner .col-group-4 div{
		height: 255px;
	}
	.col-group-4 > div {
		float: left;
		width: 33.333%;
		padding: 1em;
	}
	.col-group-3 > div {
		float: left;
		width: 33.333%;
		padding: 1em;
	}
	.col-group-2 > div {
		float: left;
		width: 50%;
	}
	.nav-top ul{
		text-align: center;
	}
	.nav-top li a {
	    font-size: 18px;
	}
	#contactform .submit-contact {
		margin-left: 203px
	}
		.formfieldtextarea label.error{
			width:100%;	
		}
	#contactform label.error{
		margin-left: 83px;
		max-width: 422px;
	}
	
	#footer .navigation {
		float:left;
	}
	
	#footer #submenu{
	    bottom: 15px;
	    float: right;
	    margin-right: 30px;
	    margin-top:29px;
	    position: relative;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	#contactform label {
		margin: 2px 0 0 0;
   }
   
}
