.dhsv_vc_subscribe {
  background: #555;
  color: #fff;
  padding: 15px;
}
.dhsv_vc_subscribe_headline {
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 15px;
}
.dhsv_vc_subscribe_content {
  display: inline-block;
}
.dhsv_vc_subscribe_mail {
  float: left;
  margin-right: 15px;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  border: 1px solid #fff;
  text-align: center;
  background-image: url(../img/frankfurt-marathon_newsletter-icon.png);
  background-position: center;
  -webkit-background-size: 70% 70%;
          background-size: 70%;
  background-repeat: no-repeat;
}
.dhsv_vc_subscribe_mail .fa {
  font-size: 40px;
  line-height: 76px;
}
.dhsv_vc_subscribe_text_form {
  float: right;
  width: 84%;
}
.dhsv_vc_subscribe_form {
  margin-top: 10px;
}
.dhsv_vc_subscribe_form input {
  color: #333;
  background: #fff;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 24px;
  font-size: 14px;
  width: 30%;
  border: 1px solid #fff;
  margin-right: 3px;
}
.dhsv_vc_subscribe_form .newsletter-submit {
  color: #FFF;
  background: none !important;
  border: 1px solid #fff;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  width: 30%;
  margin-left: 20px;
}
