.headermail { 
  display: inline-block;
  padding: 30px 0 0 0;
}

.headermail a {
  text-decoration: underline;
color: blue;
}
#header nav.top-navigation a {
  white-space: nowrap;
}

@media (max-width: 920px) {
  #header #logo {
    width: 100% !important;
  }
  #header #logo span {
    display: block !important;
    width: 100% !important;
  }
  .headermail {
    position: absolute;
    top: -11px;
    right: 1px;
    font-size: 12px;
  }
}

.content_page .quote_blue {
  background:  #fcb20b !important;
}

.content_page p a {
  color: #5076ff;
}

.form input::-webkit-input-placeholder {
  color: #000000;
}