.homeslider {
	width: 100%;
	display: block;
	position: absolute;
	z-index: 100;
margin-top: 40px;
/*
margin-top: 100px;
*/
	}

.homeslider  .slick-slide img { 
	display: block;
		width: 100% !important;
	height: auto;
}

.homeslider .slick-slide {
	position: relative;
}
.homeslider .slide-caption {	
	display: block;
	position: absolute; 
	bottom: 3em; 
	left: 3em;
}

.padded-multiline { 
	line-height: 1.225;
	/* update by ssommer 2017-11-24 */
	line-height: 1.49;
	padding: 2px 0; 
  width: 550px;
  margin: 20px auto;
	margin-bottom: 40px;
}

.padded-multiline h1 { 
font-family: "ff-dax-web-pro",sans-serif;
	background-color: rgba(255,255,255,0.85);
    font-size: 3.6rem !important;
	color: #008922; 
  display: inline;
  padding: 0.4rem;
  
  /* Needs prefixing */
	-webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media only screen and (max-width: 1024px) and  (min-width: 761px) {
	.padded-multiline {
		margin-bottom: 20px;
	}
	.padded-multiline h1 {
		font-size: 2.5rem !important;
		line-height: 1.35;
	}
}

.homeslider .slide-caption-mobile { display:none;}


.homepage .searchbox {
	position: absolute; 
	width: 100%; 
	text-align: center; 
	margin-top: -2em; 
	margin-top: -4em; 
	padding-bottom: 1em; 
	z-index: 400;
	background: url(/av3/assets/img/layout/homepage-wave.png ) no-repeat 0 20px;
	background-size: 100%;
}

.homepage .searchbox form {
	margin: 0 auto;
}

input#homepage-search-input, .homepage .searchbox input[type="text"] {
	font-size: 1.4em; 
	line-height: 2em; 
	height: 3rem;
	min-width: 40%;
	margin-right: 0.5em; 
	padding-left: 0.5em; 
	padding-right: 0.5em;
border-radius: 10px;
	border: 2px solid #808080;
}

.homeslider .button {
	padding-left: 1em; 
	padding-right: 1em;
	font-size: 1.3rem;
}

.homeslider .slick-prev:before, .homeslider .slick-next:before { 
	color: #FFF !important; 
	 font-size: 250% !important;
}

.l-maincontent.homepage, .homepage .fixedcontainer {	
	background-color: #FFF !important; 
	-webkit-box-shadow: none;
	box-shadow: none;
	
}

 .home-actions  {
position: relative;
z-index: 300;
	margin: 0;
	margin-top: -3em;
	margin-top: -.5em;
		margin-bottom: 0 !important;
	max-width: 100%;
 
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	padding: 0; 
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.home-actions div {

	-ms-flex: 0 1 33%;
	flex: 0 1 33%;
	border-right: 5px solid #eef4e9;
	padding: 4em 0 2em 2em;
	padding: 2em 0 2em 2em;
}
.home-actions div.third-action {border: none !important;}

.home-actions img {display: inline; float: right; margin-left: 0.5em;}
.home-actions ul {margin-left: 0;}
.home-actions li {list-style-type: none;}

.home-actions h2 {
	color: #2e2d30;
	font-family: "ff-dax-web-pro",sans-serif;
	font-weight: 400;
    font-size: 1.8rem;
	line-height: 1.2;
	padding-bottom: 0.5em;
}

.home-actions p {
	color: #2e2d30;
	margin-bottom: 0.5em;
}
.home-actions a {font-weight: 500; word-wrap:break-word;}
.home-actions {margin-bottom: 2em; }
.home-actions img {width: 7vw; max-width: 114px}

@media only screen and (min-width:761px) {
	.homewave {height: 3em;}
	.mobileHelpHeadline {display: none;} 
	.third-action li img {display: none;}
	.online-mobile {display: none;}
}


.home-actions a:before {
    content: "\f138";
    font-family: FontAwesome;
	float: left;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    color: #008922;
    line-height: 17px;
    text-align: center;
    margin: 3px 6px 0 0;
}
}

@media only screen and (max-width: 1278px) {
 .homeslider {
margin-top: 40px;
/*
margin-top: 100px;
*/
}
}

@media only screen and (min-width: 1279px) {
	.homeslider {
		margin-top: 40px;
	}
}

@media only screen and (max-width:760px) {
	
	.homeslider .button {
    padding-left: 0.3em;
    padding-right:0.3em;
    font-size: 1.2rem;
display: inline-block;
line-height: 1.25;
}
	
	.homeslider {margin-top: 45px;
	}
	.homewave {
		height: 10em;
	}
	
	.homeslider .slick-slide img {
   /* display: block;
     width: 100% !important;
    /* height: auto; */
    min-height: 200px;
    height: calc(50vw + 70px);
    width: auto !important;
    max-width: none; */
}
	
.slide-caption {
		display: none !important;
	}
	
.slide-caption-mobile {
		display: inline-block !important;
		position: absolute;
		bottom: 3em; 
		margin-left: auto;
		margin-right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	/*
@media only screen and (max-width: 414px) {
	
.devMode .slide-caption-mobile {
bottom: 2.5em;
}
.devMode .slide-caption-mobile .button {
display: block !important;
white-space: normal !important;
line-height: 1.25 !important;
}
} */
	.mobileHelpHeadline {
		font-family: "ff-dax-web-pro",sans-serif;
		font-size: 2rem;
		font-weight: 500;
		padding: 1em 0 0 0;
	}
	
	.homepage .searchbox {
			position: relative;
		}
	
	.home-actions {
		
			-ms-flex-flow: row wrap ;
			flex-flow: row wrap ;
			margin: 0 4.9% 0 4.9%;
		

	}	
	
	.home-actions div {
		border: none !important; 
		padding: 1em 0; 
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
}
	
		.home-actions div.first-action{
		-ms-flex: 0 1 48%; 
		flex: 0 1 48%; 
		padding: 2em;
		border-radius: 10px;
		background-color: #008922; 
		color: white; 
		text-align: center;
		padding-left: 0;
    padding-right: 0;
	}
		.first-action img, .first-action h2, .first-action p, img.HelpImg {display: none;}
		.first-action a:before { display: none; }
	
	.first-action a {
		font-family: "ff-dax-web-pro",sans-serif;
			color: white;
		font-size: 1.82rem;
	}
	

	
		.home-actions div.third-action {
		display: block;
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex: 0 0 100% !important; 
		padding: 2em 0 !important;
	  width: 100% !important;;
		}

	
	.third-action ul {

	  width: 100% !important;
		display: -ms-flexbox; 
		display: flex; 
		 -ms-flex-direction: row;
		-ms-flex-wrap: wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
	
	.third-action li {
		font-family: "ff-dax-web-pro",sans-serif;
		color: #008922;
		-ms-flex: 0 0 31%; 
		flex: 0 0 31%; 
		border: 2px solid #008922; 
		border-radius: 10px;
		padding: 0.2em; text-align: center; 
		
	}
	
		.third-action li img {
		display: block;
    float: none;
    width: 70px;
    padding: 0.5em 0;
    height: auto;
		margin: 0 auto;
		
}

	.third-action h2,.third-action a:before 
 {display: none;}
input#homepage-search-input, .homepage .searchbox input[type="text"], .homepage .searchbox input {
		-webkit-appearance:none;
	font-size: 1.6em;
	}
	
}

.homepage .searchbox  input[type='submit'] {
	font-size: 160%;
	border-color: #ea148c;
	height: 2em;
	vertical-align: top;
}

.homepage .searchbox  input[type='submit']:hover {
	border-color: #b92478;
}


.slideImgFocus {
    background-size: cover !important;
}

.slideImgFocusleft {
    background-size: cover !important;
    background-position-x: 100% !important;
}

.slideImgFocuscenter {
    background-size: cover !important;
    background-position-x: 50% !important;
}
.slideImgFocusright {
    background-size: cover !important;
    background-position-x: 0% !important;
}


/* LENTEWEEK FROM avogel.nl */

.l-maincontent.lenteweek {background-color: white;}


.lenteweek .pagetop {
	margin-top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 0 !important;
	
}

.lenteweek .pagetop form p { 
	margin-bottom: 0.15em !important;
	font-weight: bold;
	}

.lenteweek .home-actions h2 {margin-top: 1.5rem;}

.lenteweek .decoration {
	text-align: center;
	position: absolute; 
	bottom: -3px; 
	left: 3%; 
	width: 50%; 
	
}

.lenteweek .pageheader {
	position: absolute;
	margin: 8vw 0;
 left: 55%; 	width: 40%;
	max-width: 500px;
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
	margin-bottom: 20px;
}

.lenteweek .pagetop h1 {color: #15692F;}
.lenteweek  .pageheader .textinput{ 
		font-size: 1.4em;
    line-height: 2em;
    height: 3rem;
    width: 100%;
		max-width: none;
    margin-right: 0.5em;
		margin-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-radius: 10px;
    border: 2px solid #808080;
}
.lenteweek .pagetopwave {
	width: 100%;
	height: 50px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url(/av3/assets/img/layout/lenteweek_wave_top.png) no-repeat center 0;
	background-size: cover;
	z-index: 200;
}

.lenteweekactions {		
	background: transparent url(/av3/assets/img/layout/lenteweek_wave_bottom.png) repeat-y center 0;
		background-size: 100% auto;

}
.lenteweek .home-actions {

	width: 100%;
	border-bottom: 4px solid #f0f0f0;
	padding: 0 2.45%;
}

.lenteweek .home-actions div { padding: 0 2em 2em 2em; border-right: 0;}
.lenteweek .home-actions div p { font-size: 140%;}
.lenteweek .home-actions div.third-action { padding-left: 4em ;}
.lenteweek .home-actions  img {width: auto; max-width: none;}

.lenteweek .first-action a:before {display: none;}
	.lenteweek .first-action a.bulletstyle:before {display: block;}
@media only screen and (min-width:921px) {
	
	.lenteweek img.decohigh {display: none !important;}
	.lenteweek img.decotext {display: none !important;}
}

@media only screen and (max-width:920px) {
		
		.lenteweek .decoration {
			width: 40%; 
		}
		
		
		.lenteweek img.decohigh {display: inline-block;}
		.lenteweek img.decowide {display: none;}
		.lenteweek img.decotext {display: none !important;}
	
	
	  .lenteweek .pageheader {
		top: 10vw;
		left: 50%;
		width: 45%;
	}
	
}


@media only screen and (max-width:760px) {
	
	.garden .faq__content a.button { 
		display: block;
		margin: 0;
	}
	
	
	.lenteweek .pagetopwave {
			background: transparent url(/av3/assets/img/layout/contentheaderwave-white.png) no-repeat center 0;
	}
	
	.lenteweekactions {		
background-image: none !important;
	}
	
	.lenteweek .pagetop {
			width: 100% !important;
			margin: 0 !important;
		}
	
	.lenteweek .decoration {
			width: 100%;
			margin: 0;
		/* margin-top: 60px; */
		margin-bottom: 2em;
			position: static;
	}
	
	.lenteweek img.decohigh {display: none !important;}
	.lenteweek img.decowide {display: none !important;}
	.lenteweek img.decotext {display: inline-block !important ;}

	.lenteweek .pageheader {
			width: 100%;
			max-width: none;
			margin: 0;
			margin-bottom: 6em;
			position: static;
		}
	
		.lenteweek .home-actions {
				display: block;
		    margin: 0;
				padding: 20px;
		
			}
	
	.lenteweek .home-actions div{
				padding: 20px !important;
				display: block; 
				width: 100% !important;
				background-color: white;
				color: inherit;
		   /*  text-align: center; */
				text-align: left;
			}

	.lenteweek .home-actions div p {
		    font-size: 1.4rem;
}

	.lenteweek .first-action img,  
		.lenteweek .first-action h2,  
		.lenteweek .first-action p,
		.lenteweek  .third-action h2,
		.lenteweek .third-action a:before ,
		.lenteweek img.HelpImg {
				display: block;
			}
	

	.lenteweek .first-action a {
		font-family: "ff-dax-web-pro",sans-serif;
		color: #008922;
		font-size: 1.4rem;
	}
	
	.lenteweek .first-action a.bulletstyle:before {
    display: inline;
    line-height: 1.4rem;
    margin-right: 0.5em;
}
}


/* END LENTEWEEK FROM avogel.nl */