/*Hellma Newsletter Box*/
.bw-wutzke-block{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.bw-wutzke-block-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bw-newsletter-left{
  width: 50%;
  background-color:#bb9663;
  text-align: center;
  height: 450px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #485358;
  border-bottom: 1px solid #485358;
}
.bw-newsletter-right{
  width: 50%;
  background-image: url("/wp-content/uploads/2022/09/newsletter_bg_img_2.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size:cover;
  text-align: center;
  height: 450px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #485358;
  border-bottom: 1px solid #485358;
  position: relative;
}
.bw-newsletter-right-girl{
  position: absolute;
  z-index: 5;
  opacity: 0.12;
  max-height: 450px;
  padding-left: 180px;
}
.bw-newsletter-right-wrappy{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 180px;
  z-index: 15;
}
.bw-newsletter-right-wrappy p span{
  font-size: 44px;
  color: #485358;
  font-weight: 800;
}
.bw-newsletter-right-wrappy p{
  color: #000;
  font-size: 18px;
  line-height: 21px;
}
.bw-newsletter-left-social img{
  width: 84px;
  margin: 15px;
}
.bw-newsletter-left-social svg{
  width: 84px;
  height: 84px;
  fill: #fff;
  transition: 0.4s ease-in-out;
  margin: 0px 15px;

}
.bw-newsletter-left-social svg:hover{
  fill: #f49800;
}
.bw-newsletter-left-wrappy{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-right: 180px;
}
.bw-newsletter-left-wrappy p span{
  font-size: 44px;
  color: #fff;
  font-weight: 800;
}
.wpcf7{
  width: 100%;
  margin-top: 50px;
}
.wpcf7 .wpcf7-email{
  width: 100%;
  padding: 20px 15px;
  font-size: 16px;
  color: #000;
  border: 1px solid #000;
}
.bw-newsletter-form{
  position: relative !important;
}
.bw-newsletter-right-headline{
  font-size: 44px !important;
  color: #485358 !important;
  font-weight: 800;
}
.bw-newsletter-left-wrappy p{
  color: #fff;
  font-size: 18px;
  line-height: 65px;
}
.bw-newslettersubmit{
  width: 60px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:#bb9663;
  border: 0px;
  cursor: pointer;
  right: 5px;
  top: 5px;
  position:absolute;
}
.bw-newslettersubmit svg{
  fill: #fff;
}
@media all and (max-width:1450px){
  .bw-newsletter-left{
    justify-content: center;
  }
  .bw-newsletter-left-wrappy{
    padding-right: 0px;
  }
  .bw-newsletter-right{
    justify-content: center;
  }
  .bw-newsletter-right-wrappy{
    padding-left: 0px;
  }
  .bw-newsletter-right-girl{
    padding-left: 0px;
  }
}
@media all and (max-width:980px){
  .bw-wutzke-block-wrapper{
    flex-direction: column;
  }
  .bw-newsletter-left{
    width: 100%;
    height: 350px;
  }
  .bw-newsletter-right{
    width: 100%;
    height: 350px;
  }
  .bw-newsletter-left{
    justify-content: center;
  }
  .bw-newsletter-right{
    justify-content: center;
  }
  .bw-newsletter-left-wrappy{
    padding-right: 0px;
  }
  .bw-newsletter-right-wrappy{
    padding-left: 0px;
  }
  .bw-newsletter-right-girl{
    max-height: 350px;
  }
}
