#content .tx-ig-contact .contact-headline h2 {
  color: #319A9A;
  font-size: 26px;
}
#content .tx-ig-contact .contact-item {
  margin-bottom: 25px;
}
#content .tx-ig-contact .contact-item .row {
  height: 40px;
}
#content .tx-ig-contact .contact-item .contact-image {
  margin-right: 20px;
  background-color: #ADD6D6;
}
#content .tx-ig-contact .contact-item .head-information {
  margin-bottom: 10px;
  padding-top: 0;
}
#content .tx-ig-contact .contact-item .head-information .full-name {
  color: #444444;
  font-size: 22px;
  padding-top: 0;
}
#content .tx-ig-contact .contact-item .head-information .position,
#content .tx-ig-contact .contact-item .head-information .subtitle {
  font-weight: bold;
  color: #9B9B9B;
  font-size: 18px;
}
#content .tx-ig-contact .contact-item .head-information .subtitle {
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
  color: #444444;
  line-height: 16px;
}
#content .tx-ig-contact .contact-item .body-information {
  margin-top: 15px;
}
#content .tx-ig-contact .contact-item .body-information .row {
  /* Icons */
}
#content .tx-ig-contact .contact-item .body-information .row p {
  padding-top: 4px;
  font-size: 14px;
}
#content .tx-ig-contact .contact-item .body-information .row .address,
#content .tx-ig-contact .contact-item .body-information .row .city,
#content .tx-ig-contact .contact-item .body-information .row .mobile,
#content .tx-ig-contact .contact-item .body-information .row .telephone,
#content .tx-ig-contact .contact-item .body-information .row .fax,
#content .tx-ig-contact .contact-item .body-information .row .email a,
#content .tx-ig-contact .contact-item .body-information .row .website a,
#content .tx-ig-contact .contact-item .body-information .row .link a {
  height: 17px;
  color: #9B9B9B;
  font-size: 14px;
  line-height: 17px;
}
#content .tx-ig-contact .contact-item .body-information .row .email a,
#content .tx-ig-contact .contact-item .body-information .row .website a,
#content .tx-ig-contact .contact-item .body-information .row .link a {
  color: #005BB1;
  font-weight: bold;
  text-decoration: none;
}
#content .tx-ig-contact .contact-item .body-information .row .telephone,
#content .tx-ig-contact .contact-item .body-information .row .website {
  float: left;
  width: 325px;
}
#content .tx-ig-contact .contact-item .body-information .row .address {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#content .tx-ig-contact .contact-item .body-information .row .country {
  margin-left: 35px;
}
#content .tx-ig-contact .contact-item .body-information .row .contact-icon {
  display: block;
  float: left;
  margin-right: 10px;
  width: 25px;
  height: 25px;
}
#content .tx-ig-contact .contact-item .body-information .row .address span.contact-icon {
  background: url('/typo3conf/ext/ig_contact/Resources/Public/Icons/icon_place.svg') no-repeat #00aa88;
}
#content .tx-ig-contact .contact-item .body-information .row .mobile span.contact-icon {
  background: url('/typo3conf/ext/ig_contact/Resources/Public/Icons/icon_mobile.svg') no-repeat #00aa88;
}
#content .tx-ig-contact .contact-item .body-information .row .telephone span.contact-icon {
  background: url('/typo3conf/ext/ig_contact/Resources/Public/Icons/icon_call.svg') no-repeat #00aa88;
}
#content .tx-ig-contact .contact-item .body-information .row .fax span.contact-icon {
  background: url('/typo3conf/ext/ig_contact/Resources/Public/Icons/icon_fax.svg') no-repeat #00aa88;
}
#content .tx-ig-contact .contact-item .body-information .row .email span.contact-icon {
  background: url('/typo3conf/ext/ig_contact/Resources/Public/Icons/icon_mail.svg') no-repeat #00aa88;
}
#content .tx-ig-contact .contact-item .body-information .row .website span.contact-icon {
  background: url('/typo3conf/ext/ig_contact/Resources/Public/Icons/icon_link.svg') no-repeat #00aa88;
}
#content .tx-ig-contact .contact-item .body-information .row .link span.contact-icon {
  background: url('/typo3conf/ext/ig_contact/Resources/Public/Icons/icon_more.svg') no-repeat #00aa88;
}
#content .tx-ig-contact .contact-item .contact-divider {
  padding-bottom: 12px;
  margin-bottom: 21px;
  border-bottom: 1px solid #99cccc;
}
