* {
  margin: 0;
}
html, 
body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  margin-bottom: -520px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, 
.page-wrap:after {
  height: 520px; 
}

body{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #666666;
	min-height: 100%;
	background-color: #white;
	padding: 80px 0 0 0;
	margin: 0;
}
a{
	color: #77bc1f;
}
.top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	/* BACKGROUND */
	background: #333333; 
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}
.top .content{
	max-width: 1400px;
	height: 80px;
	margin: 0 auto;
}
/* LOGO */
.top .content .logo{
	display: block;
	width: 240px;
	height: 80px;
	float: left;
	background-image: url('../img/logo-biobased-green-01.svg');
}
/* PHONENUMBER */
.top .phone{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	float: right;
	height: 80px;
	font-size: 24px;
	font-weight: 600;
	color: #a1e71f;
	line-height: 80px;
}
.top .phone:before{
	content: '';
	position: absolute;
	top: 20px;
	left: -40px;
	display: block;
	width: 40px;
	height: 40px;
	background-size: cover;
	background-image: url('../img/icon-phone-01.svg');
	background-position: center center;
}
/* SOCIALMENU */
.top .content ul.socialmenu{
	display: block;
	height: 80px;
	float: right;
	overflow: hidden;
	margin: 0 16px;
	padding: 0;
	list-style-type: none;
}
.top .content ul.socialmenu li{
	float: right;
}
.top .content ul.socialmenu li a{
	position: relative;
	display: block;
	width: 40px;
	height: 48px;
	color: rgba(255,255,255,0.5);
	text-decoration: none;
	margin: 16px 0 0 0;
	transition: all 0.2s ease;
	background-color: black;
}
.top .content ul.socialmenu li a:hover{
	color: rgba(255,255,255,0.75);
}
.top .content ul.socialmenu li a span{
	display: block;
	width: 32px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 48px;
	font-size: 48px;
}
/* LANGUAGEMENU */
.top ul.languagemenu{
	display: block;
	height: 80px;
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.top ul.languagemenu li{
	float: left;
}
.top ul.languagemenu li a{
	display: block;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: rgba(255,255,255,0.25);
	text-decoration: none;
	margin: 16px 8px 0 0;
	/* RADIUS */
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	border: 2px solid rgba(255,255,255,0.25);
	transition: all 0.2s ease;
}
.top ul.languagemenu li.active a,
.top ul.languagemenu li a:hover{
	color: rgba(255,255,255,0.5);
	border: 2px solid rgba(255,255,255,0.5);
}
/* GOTO */
.goto{
	display: block;
	width: 80px;
	height: 80px;
	/* RADIUS */
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	/* BACKGROUND */
	background-color: #1643b7;
	background-color: rgba(22,67,183,0.75);
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	cursor: pointer;
	transition: all 0.25s ease;
}
.goto:hover{
	background-color: #1643b7;
}
.goto .gototitle{
	display: block;
	height: 48px;
	width: auto;
	position: absolute;
	right: 50%;
	padding: 0 16px; 
	top: 50%;
	margin-top: -24px;
	margin-right: 48px;
	/* RADIUS */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: transparent;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: transparent;
	line-height: 48px;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.25s ease;
}
.goto:hover .gototitle{
	background-color: white;
	/*background-color: rgba(255,255,255,0.5);*/
	color: #1643b7;
}

/* CAROUSEL */
.carousel{
	position: relative;
	margin-top: 0;
	width: 100%;
	background-color: #f1f1f1;
}
.carousel-cell {
	width: 100%; 
	margin-right: 0;
}
.header{
	position: relative;
	width: 100%;
}
.header .goto{
	background-image: url('../img/icon-biobased-01.svg');
}
.header .float{
	width: 50%;
	float: left;
	display: table;
	background-size: cover;
}
.header .imgleft{
	background-position: center right;
}
.header .imgright{
	background-position: center left;
}
.header .headertekst{
	display: table-cell;
	vertical-align: middle; 
	background-color: rgba(0,0,0,0.25);
	color: white;
}
.header .headertekst h2{
	font-size: 48px;
	line-height: 100%;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 25% 16px 10%;
}
.header .headertekst p{
	font-size: 32px;
	font-weight: 300;
	margin: 0 25% 0 10%;
}
.header .shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.24) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.24) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d000000', endColorstr='#00000000',GradientType=0 );
}

/* MENU */
.menu{
	width: 100%;
	padding: 12px 0;
}
.menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.menu ul li{
	position: relative;
	display: inline;
}
.menu ul li a{
	position: relative;
	display: inline-block;
	height: 48px;
	padding: 0;
	margin: 0 16px;
	color: #58595b;
	color: rgba(0,0,0,0.8);
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 3px solid white;
	transition: all 0.25s ease;
}
.menu ul li.active a,
.menu ul li.current-menu-item a,
.menu ul li.current-page-ancestor a,
.menu ul li a:hover{
	color: #77bc1f;
	border-bottom: 3px solid #77bc1f;
}

/* SUBMENU */
.content-tekst .submenu{
	width: 30%;
	float: right;
	border: 2px solid #f2f2f2;
	margin: 0 0 24px 24px;
	padding: 32px 0;
}
.content-tekst .submenu h3{
	font-size: 24px;
	text-transform: uppercase;
	line-height: 100%;
	font-weight: 300;
	margin: 0 32px 8px;
}
.content-tekst .submenu ul{
	padding: 0;
	margin: 32px;
}
.content-tekst .submenu ul li{
	list-style-type: none;
	margin-bottom: 12px;
}
.content-tekst .submenu ul li:before{
	display: none;
	visibility: hidden;
}
.content-tekst .submenu ul li a{
	position: relative;
	display: block;
	margin-left: 24px;
	font-weight: 300;
	color: #666666;
}
.content-tekst .submenu ul li.active a,
.content-tekst .submenu ul li.current_page_item a{
	color: #77bc1f;
}
.content-tekst .submenu ul li a span{
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	left: -32px;
	font-size: 24px;
	text-align: center;
	line-height: 24px;
}
.content-tekst .newsmenu{
	width: 30%;
	float: right;
	border: 0px solid #f2f2f2;
	margin: 0;
	padding: 0;
}
.content-tekst .newsmenu ul{
	padding: 0;
	margin: 0;
}
.content-tekst .newsmenu ul li{
	position: relative;
	list-style-type: none;
	border: 2px solid #f2f2f2;
	padding: 10px;
	margin-bottom: 12px;
}
.content-tekst .newsmenu ul li:before{
	display: none;
	visibility: hidden;
}
.content-tekst .newsmenu a{
	font-size: 16px;
	line-height: 100%;
	font-weight: 600;
	padding: 10px 14px;
	display: block;
	margin: 0;
}
.content-tekst .newsmenu p{
	font-size: 16px;
	line-height: 100%;
	padding: 0;
	margin: 0 14px 14px;
}
.content-tekst .newsmenu .newsitemimage{
	position: relative;
	width: 50%;
	height: 120px;
	margin: 0 0 20px 20px;
	float: right;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.content-tekst .newsmenu .empty{
	width: 90px;
	height: 100px;
}
.content-tekst .newsmenu .newsitemimage p{
	position: absolute;
	display: table;
	top: 50%;
	right: 0px;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	text-align: center;
	/* RADIUS */
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	/* BACKGROUND */
	background-color: white;
	background-color: rgba(255,255,255,0.75);
}
.content-tekst .newsmenu .empty p{
	background-color: #f6f6f6;
}
.content-tekst .newsmenu .newsitemimage p span.date{
	display: table-cell; 
	vertical-align: middle; 
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	text-transform: uppercase;
}

.content-tekst .newsitem{
	float: left;
	width: 70%;
}

/* MOBILE-MENU */
#mobile-menu{
	font-size: 16px;
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 0;
	margin: 60px 0 0 0;
	width: 100%;
	display: none;
	visibility: hidden;
}
li.toggle{
	display: none;
	visibility: hidden;
}
li.toggle a{
	cursor: pointer;
}
#mobile-menu .mobile-menu-content{
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #373737;
}
#mobile-menu .mobile-menu-content ul{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	transition: all 0.25s ease;
}
#mobile-menu .hide ul{
	padding-bottom: 24px;
}
#mobile-menu .hide ul li ul{
	padding: 0;
}
#mobile-menu .mobile-menu-content ul li a{
	position: relative;
	display: block;
	height: 0px;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	line-height: 48px;
	padding-left: 48px;
	padding-right: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	transition: all 0.25s ease;
}
#mobile-menu .hide ul li a{
	height: 48px;
}
#mobile-menu .mobile-menu-content ul li a:hover,
#mobile-menu .mobile-menu-content ul li.active a,
#mobile-menu .mobile-menu-content ul li.current_page_item a{
	background-color: #141414;
}
#mobile-menu .mobile-menu-content ul li a span{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 48px;
	height: 48px;
	font-size: 24px;
	text-align: center;
	line-height: 48px;
}
#mobile-menu .hide ul li ul{
	padding-bottom: 12px;
}
#mobile-menu .mobile-menu-content ul li ul li a{
	padding-left: 72px;
}
#mobile-menu .mobile-menu-content ul li ul li a span{
	left: 32px;
}

/* CONTENT TEKST */
.content-tekst{
	position: relative;
	margin: 80px auto;
	max-width: 1400px;
	border-left: 4px solid #77bc1f;
}
.content-tekst:before{
	content: '';
	position: absolute;
	top: 0;
	left: -63px;
	width: 80px;
	height: 80px;
	background-image: url('../img/icon-leaf-01.svg');
	background-size: cover;
	background-repeat: no-repeat;
}
.content-tekst h1{
	color: #77bc1f;
	font-size: 32px;
	font-weight: 400;
	margin: 0 40px 20px 40px;
}
.content-tekst h2{
	color: #77bc1f;
	font-size: 28px;
	font-weight: 400;
	margin: 0 40px 20px 40px;
}
.content-tekst h3{
	color: #77bc1f;
	font-size: 24px;
	font-weight: 400;
	margin: 0 40px 20px 40px;
}
.content-tekst h4{
	color: #77bc1f;
	font-size: 20px;
	font-weight: 400;
	margin: 0 40px 20px 40px;
}
.content-tekst p{
	line-height: 125%;
	font-size: 18px;
	font-weight: 300;
	margin: 0 40px 12px 40px;
}
.content-tekst a{
	color: #77bc1f;
	text-decoration: none;
}
.content-tekst a:hover{
	text-decoration: underline;
}
.content-tekst blockquote p{
	font-family: 'Roboto Slab', sans-serif;
	font-size: 32px;
	font-weight: 300;
	color: #77bc1f;
	margin: 48px;
}
.content-tekst ol{
	counter-reset: li;
	line-height: 112,5%;
	font-size: 18px;
	font-weight: 300;
	margin: 48px;
}
.content-tekst ol li{
	position: relative;
	list-style-type: none;
	margin-bottom: 12px;
}
.content-tekst ol li:before {
	content:counter(li);
	counter-increment: li;
    content: counter(li) ".";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -30px;
	color: #77bc1f;
	font-weight: 600;
}
.content-tekst ol li:marker { 
  width: 30px;
  text-align: right;
  margin-right: 10px;
  display: inline-block;
}
.content-tekst ul{
	line-height: 112,5%;
	font-size: 18px;
	font-weight: 300;
	margin: 48px;
}
.content-tekst ul li{
	position: relative;
	margin-bottom: 12px;
	list-style-type: none;
}
.content-tekst ul li:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 8px;
	left: -24px;
	background-color: #77bc1f;
	/* RADIUS */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.content-tekst .image{
	position: relative;
	/*border-right: 4px solid #77bc1f;*/
	width: 50%;
	padding: 0;
	margin: 0 40px 20px 40px;
	float: right;
}
.content-tekst .image:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -80px;
	right: -43px;
	width: 160px;
	height: 160px;
	background-image: url('../img/icon-leaf-white-01.svg');
	background-size: cover;
	background-repeat: no-repeat;
}
.content-tekst .image img{
	width: 100%;
	height: auto;
	display:block;
}
.content-tekst hr{
	margin: 24px 40px;
	height: 1px;
	background-color: #f1f1f1;
	border: 0px;
}
.content-tekst .faq{
	font-family: 'Roboto Slab', sans-serif;
	border-left: 4px solid #f1f1f1;
	margin: 20px 40px 0;
	padding-left: 0px;
	width: 68%;
}
.content-tekst .faq p.question{
	color: #77bc1f;
	font-weight: 600;
	margin-bottom: 6px;
}
.content-tekst .faq p.answer{
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
}
/* DOWNLOADS */
.downloads{
	position: relative;
	width: 100%;
	padding: 96px 0;
	max-width: 900px;
	margin: 0 auto;
}
.downloads a.goto{
	top: 40px;
	background-image: url('../img/icon-downloads-01.svg');
}
.downloads ul {
	display: block;
}
.downloads ul li{
	list-style-type: none;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 16px;
}
.downloads ul li a{
	position: relative;
	font-weight: 400;
	display: block;
	padding: 0;
	margin-bottom: 8px;
	text-decoration: none;
}
.downloads ul li a:before{
	content: '';
	position: absolute;
	top: -28px;
	left: -68px;
	display: block;
	height: 80px;
	width: 80px;
	background-size: cover;
	background-image: url('../img/icon-document-01.svg');
}

/* LISTING */
#filters{
	padding: 8px 24px 24px 48px;
	position: relative;
}
#filters #searchform{
	height: 48px;
}
#filters input#s,
#filters input.search{
	/*height: 40px;*/
	border: 2px solid #e6e6e6;
	margin: 8px 8px 8px 0;
	padding: 11px 16px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
}
#filters a.sort,
#filters input#searchsubmit{
	display: block;
	float: left;
	height: 40px;
	margin: 8px 8px 8px 0;
	padding: 0 16px;
	line-height: 40px;
	border: 2px solid #77bc1f;
	border: 2px solid rgba(119,188,31,0.24);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.25s ease;
}
#filters a.sort:hover{
	border: 2px solid #77bc1f;
}
#filters ul.togglelist{
	display: inline-block;
	float: right;
	height: 48px;
	margin:8px 0 0 0 ;
	padding: 0;
	list-style-type: none;
}
#filters ul.togglelist li a span{
	font-size: 48px;
}
#filters span#search{
	position: absolute;
	top: 12px;
	left: 4px;
	font-size: 48px;
	height: 48px;
	color: #b7b7b7;
}
#filters ul.togglelist li{
	display: inline-block;
	float: left;
}
#filters ul.togglelist li a{
	text-decoration: none;
	cursor: pointer;
	color: #b7b7b7;
}
#filters ul.togglelist li a:hover,
#filters ul.togglelist li a.active{
	color: #48c172;
}
.holders{
	max-width: 1600px;
	margin: 48px auto;
	padding: 96px 0;
	position: relative;
}
.holders a.goto{
	top: 40px;
	background-image: url('../img/icon-certificate-01.svg');
}
ul.list{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	position: relative;
}
ul.list li{
	position: relative;
	width: 100%;
	transition: all 0.5s ease;
}
ul.list li div.holder{
	position: relative;
	margin: 0 8px 2px;
	padding: 8px 24px;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #f9f9f9;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.5s ease;
}
ul.list li div.holder .cell1{
	position: relative;
	width: 28%;
	float: left;
}
ul.list li div.holder .cell2{
	width: 17%;
	float: left;
}
ul.list li div.holder .cell3{
	width: 8%;
	float: left;
	text-align: right;
}
ul.list li div.holder .cell4{
	width: 5%;
	float: left;
}
ul.list li div.holder span{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 10px;
	display: block;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
ul.list li div.holder span.valid{
	background-image: url('../img/icon-valid-01.svg');
}
ul.list li div.holder span.withdrawn{
	background-image: url('../img/icon-withdrawn-01.svg');
}
ul.list li div.holder .cell1 h3{
	display: block;
	position: relative;
	margin: 0;
	padding: 4px 8px 4px 16px;
	color: #77bc1f;
	line-height: 100%;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.25s ease;
}
ul.list li div.holder a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	transition: all 0.2s ease;
}
ul.list li div.holder a:hover{
	background-color: rgba(0,0,0,0.05);
}
ul.list li div.holder .cell1 h3 a:hover{
	text-decoration: none;
	color: #373334;
}
ul.list li div.holder p{
	font-size: 16px;
	font-weight: 300;
	line-height: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 4px 8px 4px 0;
	margin: 0;
	text-overflow: ellipsis;
	transition: all 0.25s ease;
}

.compactlist ul.list li div.holder .cell1,
.compactlist ul.list li div.holder .cell2{
	/*width: 100%;*/
}
.compactlist ul.list li div.holder .cell1 h3{
	padding: 12px 8px 12px 16px;
	white-space: normal;
	text-overflow: none;
}
.compactlist ul.list li div.holder p{
	padding: 12px 8px 12px 0;
	white-space: normal;
	text-overflow: none;
}

ul.pagination {
	list-style-type: none;
	display: inline-block;
	height: 40px;
	margin: 16px 0 24px 8px;
	padding: 0;
	line-height: 40px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
}
ul.pagination li{
	float: left;
}
ul.pagination li a {
    color: #77bc1f;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	text-decoration: none;
}
ul.pagination li a:hover{
    background-color: #f9f9f9;
}
ul.pagination li.active a, 
ul.pagination li.active a:hover,  
ul.pagination li.active a:focus {
    background-color: #f5f5f5;
	color: #666666;
}

/* /LISTING */


/* NEWS LIST */
.news-list{
	position: relative;
	width: 100%;
	padding: 96px 0;
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
}
.news-list a.goto{
	top: 40px;
	background-image: url('../img/icon-news-01.svg');
}
.news-list .item{
	display: inline-block;
	border: 2px solid #f2f2f2;
	width: 30%;
	padding: 0;
	margin: 10px;
}
.news-list .item .container{
	position: relative;
	margin: 10px;
	text-align: left;
	/*background-color: #f5f5f5;*/
	height: 480px;
	overflow: hidden;
}
.news-list .item .container .image{
	position: relative;
	width: 100%;
	height: 180px;
	background-color: #f4f4f4;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.news-list .item .container .image p{
	position: absolute;
	display: table;
	top: 50%;
	right: 20px;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	text-align: center;
	/* RADIUS */
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	/* BACKGROUND */
	background-color: white;
	background-color: rgba(255,255,255,0.75);
}
.news-list .item .container .image p span.date{
	display: table-cell; 
	vertical-align: middle; 
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	text-transform: uppercase;
}
.news-list .item .container .tekstblock{
	padding: 24px 32px;
}
.news-list .item .container h2{
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	margin: 12px 0;
}
.news-list .item .container p{
	font-weight: 300;
	font-size: 16px;
	margin: 0 0 12px;
}
.news-list .item .container a.more{
	display: block;
	position: absolute;
	bottom: 24px;
	right: 24px;
	height: 44px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 44px;
	padding: 0 24px;
	border: 2px solid #77bc1f;
	border: 2px solid rgba(119,188,31,0.24);
	/* RADIUS */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.2s ease;
}
.news-list .item .container a.more:hover{
	border: 2px solid #77bc1f;
}

/* PAGE LIST */
.page-list{
	position: relative;
	width: 100%;
	padding: 0 0 96px;
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.page-list .item{
	position: relative;
	vertical-align: top;
	display: inline-block;
	border-left: 4px solid #77bc1f;
	width: 40%;
	padding: 0;
	margin: 10px;
}
.page-list .item:before{
	content: '';
	position: absolute;
	top: 0;
	left: -63px;
	width: 80px;
	height: 80px;
	background-image: url('../img/icon-leaf-01.svg');
	background-size: cover;
	background-repeat: no-repeat;
}
.page-list .item .container{
	position: relative;
	margin: 0 10px;
	text-align: left;
	overflow: hidden;
}
.page-list .item .container .tekstblock{
	padding: 0 16px;
}
.page-list .item .container h3{
	font-weight: 300;
	font-size: 24px;
	line-height: 100%;
	margin: 12px 0;
	text-transform: uppercase;
}
.page-list .item .container h3 a{
	text-decoration: none;
}
.page-list .item .container p{
	font-weight: 300;
	font-size: 16px;
	margin: 0 0 12px;
}
.page-list .item .container a.more{
	display: inline-block;
	height: 44px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 44px;
	color: #666666;
	padding: 0 24px;
	border: 2px solid #666666;
	border: 2px solid rgba(102,102,102,0.24);
	/* RADIUS */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.2s ease;
}
.page-list .item .container a.more:hover{
	border: 2px solid #666666;
}

/* CONTACT LIST */
.contact-list{
	position: relative;
	padding: 96px 0;
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
}
.contact-list a.goto{
	top: 40px;
	background-image: url('../img/icon-contact-01.svg');
}
.contact-list .item{
	display: inline-block;
	border: 2px solid #f2f2f2;
	width: 30%;
	padding: 0;
	margin: 10px;
}
.contact-list .item .container{
	position: relative;
	margin: 10px;
	text-align: left;
	overflow: hidden;
}
.contact-list .item .container .image{
	position: relative;
	float: left;
	width: 40%;
	height: 210px;
	background-color: #f4f4f4;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.contact-list .item .container .tekstblock{
	float: left;
	width: 60%;
	padding: 24px 0;
}
.contact-list .item .container h2{
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 100%;
	margin: 12px 24px;
}
.contact-list .item .container h4{
	font-weight: 300;
	font-size: 24px;
	color: #77bc1f;
	line-height: 100%;
	margin: 12px 24px;
}
.contact-list .item .container p{
	font-weight: 300;
	font-size: 16px;
	margin: 0 24px 12px;
}
.contact-list .item .container a.more{
	display: block;
	position: absolute;
	bottom: 24px;
	right: 24px;
	height: 44px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 44px;
	padding: 0 24px;
	border: 2px solid #77bc1f;
	border: 2px solid rgba(119,188,31,0.24);
	/* RADIUS */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.2s ease;
}
.contact-list .item .container a.more:hover{
	border: 2px solid #77bc1f;
}

/* FOOTER */
.footer{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 280px;
	padding: 80px 0 160px;
	background: #f5f5f5;
	background: -moz-linear-gradient(-45deg,  #f5f5f5 0%, #ebebeb 100%);
	background: -webkit-linear-gradient(-45deg,  #f5f5f5 0%,#ebebeb 100%);
	background: linear-gradient(135deg,  #f5f5f5 0%,#ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ebebeb',GradientType=1 );
}
.footer .goto{
	top: auto;
	bottom: 40px;
	overflow: hidden;
	text-decoration: none;
}
.footer .goto span{
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	color: white;
	font-size: 64px;
	line-height: 80px;
}
.footer .shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.12) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d000000', endColorstr='#00000000',GradientType=0 );
}
.footer .footercontent{
	max-width: 1024px;
	margin: 0 auto;
}
.footer .footercontent .cell{
	width: 33.33%;
	float: left;
}
.footer .footercontent .cell h5{
	font-size: 20px;
	font-weight: 400;
	margin: 0 24px 12px;
}
.footer .footercontent .cell p{
	font-size: 16px;
	font-weight: 300;
	margin: 0 24px 8px;
}
.footer .footercontent .cell ul{
	margin: 0 12px 8px;
	white-space: nowrap;
	padding-left: 0;
	text-align: left;
}
.footer .footercontent .cell ul li{
	list-style-type: none;
	margin-bottom: 8px;
}
.footer .footercontent .cell ul li a{
	position: relative;
	display: block;
	color: #666666;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.footer .footercontent .cell ul li a span{
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 11px;
	left: -32px;
	font-size: 24px;
	text-align: center;
	line-height: 24px;
}
.footer .footercontent .cell ul li a:hover,
.footer .footercontent .cell ul li.current-menu-item a,
.footer .footercontent .cell ul li.current-page-ancestor a{
	color: #77bc1f;
}
.footer .footercontent .cell .footerlogo{
	height: 32px;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 24px;
}

/* ICOMOON */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?fi6qcl');
	src:url('../fonts/icomoon.eot?fi6qcl#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?fi6qcl') format('truetype'),
		url('../fonts/icomoon.woff?fi6qcl') format('woff'),
		url('../fonts/icomoon.svg?fi6qcl#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-icon-close:before {
	content: "\e90d";
}
.icon-icon-facebook:before {
	content: "\e909";
}
.icon-icon-instagram:before {
	content: "\e90a";
}
.icon-icon-linkedin:before {
	content: "\e90b";
}
.icon-icon-twitter:before {
	content: "\e90c";
}
.icon-icon-arrow-down:before {
	content: "\e900";
}
.icon-icon-arrow-left:before {
	content: "\e901";
}
.icon-icon-arrow-right:before {
	content: "\e902";
}
.icon-icon-arrow-up:before {
	content: "\e903";
}
.icon-icon-edit:before {
	content: "\e904";
}
.icon-icon-logo:before {
	content: "\e905";
}
.icon-icon-mail:before {
	content: "\e906";
}
.icon-icon-menu:before {
	content: "\e907";
}
.icon-icon-phone:before {
	content: "\e908";
}

/* EDIT */
.content-tekst a.post-edit-link{
	display: block;
	z-index: 999;
	width: 100px;
	height: 56px;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -50px;
	font-size: 18px;
	line-height: 56px;
	color: white;
	text-decoration: none;
	text-align: center;
	/*BACKGROUND*/
	background: #ff3019;
	background: -moz-linear-gradient(-45deg,  #ff3019 0%, #cf0404 100%);
	background: -webkit-linear-gradient(-45deg,  #ff3019 0%,#cf0404 100%);
	background: linear-gradient(135deg,  #ff3019 0%,#cf0404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 );
	/*RADIUS*/
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	/*SHADOW*/
	-webkit-box-shadow: 0px 12px 8px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 12px 8px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 12px 8px 0px rgba(0,0,0,0.24);
	transition: all 0.15s ease;
}
.content-tekst a.post-edit-link:hover{
	height: 64px;
}

@media (max-width: 1440px){
	.content-tekst{
		max-width: 1200px;
	}
}

@media (max-width: 1200px){
	.header .headertekst h2{
		font-size: 32px;
		margin: 0 25% 16px 10%;
	}
	.header .headertekst p{
		font-size: 24px;
	}
	.header .shadow{
		height: 16px;
	}
	.downloads {
		max-width: 700px;
	}
	.news-list .item .container .tekstblock {
		padding: 16px 24px;
	}
	.contact-list .item {
		width: 40%;
	}
	.footer .footercontent {
		max-width: 900px;
	}
}
@media (max-width: 900px){
	.news-list .item {
		width: 90%;
	}
	.news-list .item .container {
		height: auto;
	}
	.news-list .item .container .tekstblock {
		padding: 16px 24px 56px;
	}
	.news-list .item .container a.more {
		bottom: 16px;
		right: 16px;
	}
	.contact-list .item {
		width: 45%;
	}
	.downloads {
		max-width: 450px;
	}
	.footer .footercontent {
		max-width: 750px;
	}
	.footer .footercontent .cell {
		width: 100%;
		margin-bottom:24px;
	}
}
@media (max-width: 480px){
	body{
		padding: 0;
	}
	.hidden480,
	.post-edit-link{
		visibility: hidden;
		display: none;
	}
	.carouselcontainer {
		overflow: hidden;
	}
	.top{
		height: 60px;
	}
	.top .content .logo{
		width: 180px;
		height: 60px;
	}
	.header .float{
		width: 100%;
	}
	.header .headertekst{
		text-align: center;
	}
	.header .shadow{
		top: 60px;
	}
	.header .headertekst h2{
		font-size: 24px;
		margin: 0 10% 8px 10%;
	}
	.header .headertekst p{
		font-size: 18px;
		margin: 0 10% 8px 10%;
	}
	.content-tekst{
		border-left: 0px;
		margin: 48px auto;
	}
	.content-tekst h1{
		font-size: 28px;
	}
	.content-tekst h2{
		font-size: 24px;
	}
	.content-tekst h3{
		font-size: 20px;
	}
	.content-tekst h4{
		font-size: 16px;
	}
	.content-tekst blockquote p{
		font-size: 24px;
		margin: 12px;
	}
	.footer .footercontent{
		max-width: 100%;
		margin: 0;
	}
	.footer .footercontent .cell .footerlogo{
		height: 28px;
		width: 100%;
	}
	.downloads{
		width: 70%;
	}
	.page-list .item{
		width: 70%;
	}
	.contact-list .item {
		width: 90%;
	}
	li.toggle,
	#mobile-menu{
		display: block;
		visibility: visible;
	}
	.top ul.languagemenu li a{
		font-size: 48px;
		color: #a1e71f;
		text-decoration: none;
		margin: 8px;
		/* RADIUS */
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		border: 0px;
	}
	.top ul.languagemenu li.active a,
	.top ul.languagemenu li a:hover{
		color: rgba(255,255,255,0.5);
		border: 0px;
	}
}