.th3_parallax{
  height: 60%;
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	display: flex;
		  align-items: center;
  justify-content: center;
}

.th3_parallax span{
	align-items: center;
  justify-content: center;
	
}

.th3_parallax .row{
 width: 100%;
 max-width: var(--maxWidthWide);
  
}

.th3_parallax span h1,
.th3_parallax span h2,
.th3_parallax span h3,
.th3_parallax span h4,
.th3_parallax span h5,
.th3_parallax span h6,
.th3_parallax span p,
.th3_parallax span a{
	color: inherit;
	
}


.th3_parallax .newsletter-wrapper{
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px; 
  -moz-background-clip: padding; 
  -webkit-background-clip: padding-box; 
  background-clip: padding-box;
  background-color: var(--green);
  padding:40px;
  max-width: 660px;
  float: right;
  
  
}
.th3_parallax .newsletter-wrapper h2,
.th3_parallax .newsletter-wrapper small,
.th3_parallax .newsletter-wrapper p{
  color: #fff;
  
}


.th3_parallax .newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 390px;

}

.th3_parallax .newsletter-input {
  flex: 1;
  padding: 10px 14px;
  border-radius: 8px;
  border: 0px solid rgba(0,0,0,0.2);
  background-color: rgba(255,255,255,0.3);
  font-size: 16px;
  outline: none;
  transition:background-color 0.3s;
}

.th3_parallax .newsletter-input:focus {
  background-color: rgba(255,255,255,0.9);
}
.th3_parallax .newsletter-input:focus +  .newsletter-button {
  background-color: var(--green);
}
.th3_parallax .newsletter-button {
  position: absolute;
  right:5px;
  top:3px;
  width: 35px;
  height: 35px;
  padding: 10px 5px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}

.th3_parallax .newsletter-input + .newsletter-button svg {
  width: 16px;
  height: 16px;
  fill: var(--green);
  fill: #474747;
}

}
.th3_parallax .newsletter-input:focus +  .newsletter-button>svg {
    width: 16px;
  height: 16px;
  fill: #fff;
}
.th3_parallax .newsletter-button:hover>svg {
    width: 16px;
  height: 16px;
  fill: #fff;
}

.th3_parallax .newsletter-button:hover {
  background-color: var(--blau);
}

.th3_parallax .newsletter-input:focus +  .newsletter-button:hover {
  background-color: var(--blau);
}


.overlay{
  position: absolute;
  mix-blend-mode: multiply;
  filter: brightness(1.1);
  width: 100vw;
  height: 100%;

  filter: alpha(opacity=40);
       opacity: 0.4;
  
}