@media (min-width: 300px) and (max-width: 800px) {
  header img.Logo {
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 20px;
    position: absolute; }
  header img.photo {
    height: 500px;
    width: 100%; }
  header .content {
    position: absolute;
    background-color: white;
    top: 20px;
    left: 30px;
    padding: 10px 10px 10px 10px; }
    header .content h2 {
      font-size: 22px; }
  header #siteMenu {
    position: relative;
    top: 30px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: xx-large;
    float: right;
    margin-right: 15px; }
  header .page-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    background-color: black;
    color: white;
    visibility: hidden;
    opacity: 0;
    transition: opacity 200ms, visibility 0s 200ms; }
    header .page-overlay.open {
      visibility: visible;
      opacity: 1;
      transition: opacity 500ms; }
  header .buttonClose {
    font-size: 40px;
    float: right;
    padding-right: 30px; }
  header ul.menuinner {
    font-size: 30px;
    margin-top: 30px;
    list-style: none; }
    header ul.menuinner li {
      margin-top: 25px; }
      header ul.menuinner li a {
        color: white;
        text-decoration: none; }

  .menuButton {
    display: none; }

  .TopTitle {
    text-align: center;
    margin-top: 100px;
    font-family: initial; }
    .TopTitle h2 {
      font-size: 25px;
      line-height: 1.5; }

  .contact-details {
    margin-top: 80px;
    background-color: #222222;
    padding-bottom: 50px; }
    .contact-details .left h2 {
      margin-top: 50px;
      font-size: 23px;
      color: #fff;
      text-align: center; }
    .contact-details .left h3 {
      margin-top: 50px;
      font-size: 20px;
      color: #fff;
      padding-bottom: 20px;
      border-bottom: 1px solid #666666;
      padding-left: 15px;
      padding-right: 5px;
      cursor: pointer; }
      .contact-details .left h3 #glyphiconDown {
        display: initial;
        float: right; }
        .contact-details .left h3 #glyphiconDown.OpenDown {
          display: none; }
      .contact-details .left h3 #glyphiconUp {
        display: none;
        float: right; }
        .contact-details .left h3 #glyphiconUp.OpenUp {
          display: initial; }
    .contact-details .left .form-control {
      background-color: #222222;
      border: none;
      border-bottom: 1px solid #666666;
      color: #ffffff;
      height: 28%;
      border-radius: 0px; }
    .contact-details .left .message {
      background-color: #222222;
      border: none;
      border-bottom: 1px solid #666666;
      width: 100%;
      color: #ffffff;
      font-size: 18px;
      padding: 10px 16px;
      height: 50%;
      margin-top: 15px; }
    .contact-details .left .btn-lg {
      border-color: #666666;
      margin-top: 0;
      border-radius: 0px;
      width: auto;
      background-color: #222222;
      color: #ffffff; }
    .contact-details .left .btn-lg:hover {
      background-color: #ffffff;
      color: #222222; }
    .contact-details .right .Address {
      color: #fff;
      margin-top: 100px;
      text-align: center; }

  .mail {
    position: absolute; }
    .mail .mailaddress {
      margin-top: 30px; }
    .mail .phone {
      margin-top: 30px; }

  .button {
    text-align: right; }

  .border {
    margin-bottom: 20px;
    padding-top: 20px;
    border: 5px solid #f6f6f6;
    border-left: none;
    border-right: none;
    font-size: 14px; }
    .border li {
      text-decoration: none;
      list-style: none;
      margin-bottom: 10px; }
      .border li a {
        color: black; }

  img.erwei {
    display: block;
    margin: auto; } }
@media (min-width: 800px) {
  img.Logo {
    margin-top: 40px;
    margin-left: 60px;
    padding-bottom: 20px;
    position: absolute; }

  .menuButton {
    text-align: right; }
    .menuButton > ol {
      list-style: none;
      display: inline-block; }
      .menuButton > ol > li {
        list-style: none;
        float: left; }
        .menuButton > ol > li a {
          text-decoration: none;
          color: black; }

  .glyphicon {
    display: none; }

  .page-overlay {
    display: none; }

  .TopTitle {
    text-align: center;
    margin-top: 120px;
    font-family: initial; }
    .TopTitle h2 {
      line-height: 1.5; }

  .contact-details {
    margin-top: 140px;
    background-color: #222222;
    padding-bottom: 50px; }
    .contact-details .left h2 {
      margin-top: 110px;
      color: #fff; }
    .contact-details .left h3 {
      margin-top: 80px;
      font-size: 20px;
      color: #fff;
      padding-bottom: 20px;
      border-bottom: 1px solid #666666;
      padding-left: 15px;
      padding-right: 5px;
      cursor: pointer; }
      .contact-details .left h3 #glyphiconDown {
        display: initial;
        float: right; }
        .contact-details .left h3 #glyphiconDown.OpenDown {
          display: none; }
      .contact-details .left h3 #glyphiconUp {
        float: right; }
        .contact-details .left h3 #glyphiconUp.OpenUp {
          display: initial; }
    .contact-details .left .form-control {
      background-color: #222222;
      border: none;
      border-bottom: 1px solid #666666;
      color: #ffffff;
      height: 28%;
      border-radius: 0px; }
    .contact-details .left .message {
      background-color: #222222;
      border: none;
      border-bottom: 1px solid #666666;
      width: 100%;
      color: #ffffff;
      font-size: 18px;
      padding: 10px 16px;
      margin-bottom: 50px;
      height: 50%;
      margin-top: 15px; }
    .contact-details .left .btn-lg {
      border-color: #666666;
      float: right;
      margin-top: 150px;
      border-radius: 0px;
      width: auto;
      background-color: #222222;
      color: #ffffff; }
    .contact-details .left .btn-lg:hover {
      background-color: #ffffff;
      color: #222222; }
    .contact-details .right .Address {
      color: #fff;
      margin-top: 110px;
      text-align: right; }

  img.Logo {
    margin-top: 40px;
    margin-left: 60px;
    padding-bottom: 20px; }

  .border {
    padding-top: 40px;
    padding-bottom: 40px;
    border: 3px solid #f6f6f6;
    border-left: none;
    border-right: none;
    font-size: 14px; }
    .border li {
      text-decoration: none;
      list-style: none;
      margin-bottom: 10px; }
    .border p.phone {
      padding-top: 20px; }
    .border img.erwei {
      margin-left: 150px; }

  .FLogo {
    margin-top: 50px;
    margin-bottom: 50px; }
    .FLogo .text {
      text-align: right;
      font-size: smaller; } }
.Address h3 {
  color: white; }
.Address p {
  font-size: 15px; }
  .Address p a {
    color: white; }
  .Address p a:hover {
    text-decoration: none; }

.DownInput {
  display: none; }

.topPic {
  margin-top: 30px; }
  .topPic img {
    width: 100%; }



/*# sourceMappingURL=contact.css.map */
