.et_pb_vrm_persons_row {
  clear: both;
  overflow: hidden;
  margin-bottom: 2%;
}

.contact-module .et_pb_vrm_persons_col_outer {
  background-size: cover;
  overflow: hidden;
}

.et_pb_persons img {
  float: left;
  margin-right: 5px;
  width: 18%
}

.contact-module img {
  border-radius: 100%;
  margin-bottom: 40px;
  max-width: 200px;
  width: 100%;
  height: auto;
}

.contact-module .et_pb_vrm_persons_name {
  display: block;
  font-size: 26px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 34px;
}

.contact-module .et_pb_vrm_persons_position {
  display: block;
  margin-bottom: 28px;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
}

.contact-module .et_pb_vrm_persons_contact_paragraph {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
}

.contact-module .et_pb_vrm_persons_contact_paragraph .socials.btns {
  display: block;
}

.contact-module .socials-btns a {
  font-size: 0;
  display: inline-block;
  padding: 10px 10px;
  margin: 10px 5px 0 5px;
}

.contact-module .socials-btns .email {
  background: url('../img/Email@2x.png') no-repeat 0 0;
  background-size: contain;
  padding: 8px 30px;
}

.contact-module .socials-btns .xing {
  background: url('../img/xing@2x.png') no-repeat 0 0;
  background-size: contain;
  padding: 8px 28px;
}

.contact-module .et_pb_vrm_persons_description-outer {
  margin-top: 38px;
}

.contact-module .et_pb_vrm_persons_description {
  background: #eeeeee;
  padding: 17px 18px;
}

.contact-module .et_pb_vrm_persons_description {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Titillium Web', sans-serif;
}

.contact-module .et_pb_vrm_persons_description ul {
  padding-left: 21px;
  list-style: none;
}

.contact-module .et_pb_vrm_persons_description ul li {
  padding-left: 0 !important;
  position: relative;
  margin-bottom: 13px !important;
}

.contact-module .et_pb_vrm_persons_description ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #4a4a4a;
  position: absolute;
  left: -17px;
  top: 10px;
  border-radius: 20px;
}

.contact-module .et_pb_vrm_persons_expander {
  width: 36px;
  height: 36px;
  display: block;
  margin: 37px auto 0;
  background: url(../img/button-grau.png) no-repeat 0 0;
  font-size: 0;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: -12px;
  cursor: pointer;
}

.contact-module .et_pb_vrm_persons_expander.open {
  background: url(../img/hover-btn.png) no-repeat 0 0;
}

.et_pb_vrm_persons_col1 {
  float: left;
  width: 35%;
}

.et_pb_vrm_persons_col2 {
  float: left;
  width: 65%;
}

.et_pb_vrm_persons_description_left {
  width: 80%;
  margin-bottom: 20px;
}

.et_pb_vrm_persons_contact {
  font-weight: 700;
}

.et_pb_vrm_persons_description {
  display: none;
}

.et_pb_vrm_persons_expander:before {
  content: "Expand";
}
