#close_result{
  width: 20px;
	height:20px;
  background-image:url('../../images/webshop_icons/close.svg');
  background-repeat:no-repeat;
	background-size: 20px 20px ;
	background-position:center center;
	margin:auto;
	margin-top:2em;
	display: none;
}
#newsletterForm_Wrapper{
  display: block;
/*	background: yellow;*/
	margin: auto;
	position: relative;
}
#newsletterForm fieldset{
/*	background: red;*/
	margin:0px;
	border:none;
	padding: 0px;
	width: 50vw;
	max-width: 300px;
  
}
#newslettermoduleTekst {
    color: #4E6167;
    margin: 0;
    padding: 0;
	text-align: center ;
}
#newsletterForm{
	margin:0px;
	border:none;
	padding: 10px;
	display: inline-block;
	width: 100%;
}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0em;
	max-width: 100%;
	width: calc(100%);
	vertical-align: top;
	
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0 0.8em ;
	width: 70%;
	border: none;
	border-radius: 0;
	font-weight: normal;
	-webkit-appearance: none; /* for box shadows to show on iOS */
	font-family:inherit;
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 30%;
	color: #000;;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}
/*
.input--kaede {
	display: block;
	overflow: hidden;
	margin: 0em auto .2em;
	background: #eee;

}

.input__field--kaede {
	font-family: 'itc_avant_garde_std';
	position: absolute;
	top: 0;
	right: 100%;
	width: 70%;
	height: 100%;
	background: #bbb;;
	color: #000;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label--kaede {
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	cursor: text;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label-content--kaede {
	padding: .8em 0;
}

.input__field--kaede:focus,
.input--filled .input__field--kaede {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition-delay: 0.06s;
	transition-delay: 0.06s;
}

.input__field--kaede:focus + .input__label--kaede,
.input--filled .input__label--kaede  {
	-webkit-transform: translate3d(70%, 0, 0);
	transform: translate3d(70%, 0, 0);
	pointer-events: none;
}

#submit{
	background: transparent;
	border:none;
	color:#4E6167;
	text-transform: uppercase;
	padding:0px;
	font-weight: normal;
	display:inline-block;
  font-size:1em;
	margin:20px 0;
	float:right;
	height: auto;
}
#submit:hover{
	cursor:pointer;
}
*/
#submit, input[type=submit]{
	/*font-family: 'montserratsemi_bold';*/
	letter-spacing: .2em;
  font-style: normal;
  font-weight: 300;
	font-size:1.1em;
	padding: .5em 1em;
	border: 1px solid #999;
	background-color: #ffffff;
	color:#4E6167;
	margin:auto;
	text-transform: uppercase;
	margin-top:2em;
	float:none;
    border-radius:0;-webkit-appearance: none;
}
#submit:hover{
	cursor:pointer;
	border:1px solid #eee;
}
#newsletterForm_result{
	font-size: 1em;
	color:#000;
	width: 100%;

	display: inline-block;
	z-index: 10;
	position: relative;
	opacity: 1;
	visibility: visible;
  margin-top:5em;
	padding:10px;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
}

#newsletterForm_result h3{
	font-size:2em;
	font-weight: normal;
	margin: 0;
	text-transform:none
}
.errorlist{
	list-style: none;
}
.error span{
	color:red;
	width:70%;
	height: auto;
	margin:0;
	display: inline-block;
	font-size:.8em;
	top:25px;
	left:5px;
	position: absolute;
	text-align: left;
	line-height: 0em;	
	padding-right: 0em;
	z-index: 0
}
.error{
	z-index: 2;

	font-size:.7em;
	top:0px;
	left:0px;
	text-align: left;
  letter-spacing: 0;
	margin-right:3px;
}
.input__field--nariko.error{
	opacity: 1;
	display: inline-block !important;
	border-top: 0px solid red !important;
	border-bottom: 0px solid red !important;
	z-index: 1;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transform: translate3d(0, 1.3em, 0);
	transform: translate3d(0, 1.3em, 0);
}
.input__label for=name{
	display: none
}
#email-error,#naam-error,#anaam-error{
	
	position: relative !important;
	text-align: right !important;
		color:red;
	display: inline-block;
	float:right
}
@media screen and (max-width: 34em) {
	.input__field--kaede:focus + .input__label--kaede,
	.input--filled .input__label--kaede  {
		-webkit-transform: translate3d(75%, 0, 0) scale3d(0.75, 0.75, 1);
		transform: translate3d(75%, 0, 0) scale3d(0.75, 0.75, 1);
		pointer-events: none;
	}
}
/* Nariko */
.input--nariko {
	overflow: hidden;
	padding-top: 2em;
}

.input__field--nariko {
	width: 100%;
	background: transparent;
	opacity: 0;
	padding: 0.35em;
	z-index: 100;
	/* Input color 
  font-family: 'sf_ui_textregular';	*/
	color: #000;
	font-size: 10pt;
}

.input__label--nariko {
	width: 100%;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	text-align: left;
	color: #4E6167;
	padding: 0 0.5em;
}

.input__label--nariko::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 4em;
	top: 100%;
	left: 0;
	background: #fff;
	border-top: 1px solid #ddd;
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.input__label-content--nariko {
	padding: 0.5em 0;
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.4s, color 0.4s;
	transition: transform 0.4s, color 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.input__field--nariko:focus,
.input--filled .input__field--nariko {
	cursor: text;
	opacity: 1;
	-webkit-transition: opacity 0s 0.4s;
	transition: opacity 0s 0.4s;
} 

.input__field--nariko:focus + .input__label--nariko::before,
.input--filled .input__label--nariko::before {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transform: translate3d(0, -3.3em, 0);
	transform: translate3d(0, -3.3em, 0);
}

.input__field--nariko:focus + .input__label--nariko .input__label-content--nariko,
.input--filled .input__label-content--nariko {
	color: #6B6E6E;
	-webkit-transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
	transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
}