

.smaakstijlbadge{
	width:150px;
	position: absolute;
	bottom: -60px;
	right:-20px;
	z-index:100;
}

 
a.nieuwslink {
	display: block;
	transition: all 0.3s ease-out; 
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
a.nieuwslink h3{
	color: #1c6131;
	margin-bottom: 5px;
}
a.nieuwslink p{
	color: #747430;
	font-weight: bold;
}
a.nieuwslink:hover,
a.nieuwslink:focus{
	text-decoration: none;
	background: #e6dfc2;
	-webkit-box-shadow: 0px 0px 0px 8px #e6dfc2;
	-moz-box-shadow: 0px 0px 0px 8px #e6dfc2;
	box-shadow: 0px 0px 0px 8px #e6dfc2;
	transition: all 0.3s ease-out;
}

.mailform input{
	border: 1px solid #1c6131; 
	background: #f5f2dd;
	border-radius: 0;
	box-shadow: none;
	outline: none;
}
.mailform input:focus{
	border: 1px solid #1c6131; 
	background: #f5f2dd;
	border-radius: 0;
	box-shadow: none;
	outline: none;
}
 
.mailform button{
	font-weight: normal;
}
 
 
form.subscribeform_container{
 	background: none !important;
}