#newsletter {
  position: relative;
  display: block;
  overflow: hidden;
  clear: both;
  margin: 0; }

#newsletter .head {
  position: relative;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-family: "area-normal", Arial, serif;
  color: #fff;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
  #newsletter .head {
    text-align: left;
    margin-bottom: 40px; } }

#special-form {
  position: relative;
  width: 100%;
  clear: both;
  float: none;
  padding: 5px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  padding-bottom: 70px; }
  @media (min-width: 992px) {
  #special-form {
    padding: 5px; } }
  #special-form:before {
    content: "";
    display: block;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    pointer-events: none; }
    @media (min-width: 992px) {
  #special-form:before {
    height: 100%;
    width: calc(100% - 195px); } }

#special-form input {
  border: 0;
  color: #fff;
  width: 100%;
  padding: 0 10px;
  display: block;
  float: left;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  background: none;
  text-align: center; }
  @media (min-width: 992px) {
  #special-form input {
    width: calc(100% - 195px);
    text-align: left; } }

#special-form input::-moz-placeholder {
  font-weight: 300;
  color: #fff; }

#special-form input::-webkit-input-placeholder {
  font-weight: 300;
  color: #fff; }

#special-form input:-ms-input-placeholder {
  font-weight: 300;
  color: #fff; }

#special-form .btn {
  width: 185px;
  height: 50px;
  display: block;
  background: #96c6cf;
  margin: 0;
  transition: all 0.25s ease;
  position: absolute;
  bottom: 0;
  right: 50%;
  color: #fff;
  border: 1px solid #fff;
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%); }
  @media (min-width: 992px) {
  #special-form .btn {
    height: 100%;
    bottom: 0;
    right: 0;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

#special-form .btn:before, #special-form .btn:after {
  display: none; }

#special-form label {
  font-size: 0;
  line-height: 0; }
/****************** NEWSLETTER ENDE ******************/
