html, body {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow-x: hidden !important; }
  @media screen and (max-width: 39.9375em) {
    html, body {
      align-items: flex-start;
      justify-content: flex-start; } }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500; }

header {
  text-align: right;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0; }
  @media screen and (max-width: 39.9375em) {
    header {
      text-align: center; } }

main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  @media screen and (max-width: 39.9375em) {
    main {
      align-items: flex-start;
      justify-content: flex-start; } }
  main .content {
    padding: 2em;
    position: relative;
    display: block;
    width: 1300px;
    max-width: 100%;
    box-sizing: border-box; }
    main .content .logo {
      height: 15em;
      width: auto;
      margin: 1.5em;
      position: absolute;
      right: 0;
      top: 0; }
      @media screen and (max-width: 39.9375em) {
        main .content .logo {
          position: relative; } }
    main .content h1 {
      font-size: 6em;
      color: #AC8A58;
      line-height: .9em;
      margin-bottom: 0; }
      @media screen and (max-width: 39.9375em) {
        main .content h1 {
          font-size: 4em; } }
    main .content p {
      color: #616161;
      margin-top: 2em; }
    main .content .contact {
      display: inline-block;
      padding: .3em .8em;
      background: #AC8A58;
      color: white;
      border-radius: 3.5em;
      text-decoration: none;
      margin-top: 1em; }
      main .content .contact:hover {
        opacity: .5; }

.bottominfos {
  font-size: 1em;
  margin-top: 5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .bottominfos .name {
    color: #AC8A58;
    font-size: 1.2em;
    font-weight: bold; }
  .bottominfos .block {
    flex: 1;
    border-left: 1px solid #AC8A58;
    padding: .3em 1em;
    margin-bottom: 1em; }
    .bottominfos .block.double {
      flex: 2; }
    .bottominfos .block:first-child {
      border-left: 0;
      padding-left: 0; }
    .bottominfos .block .fas {
      color: #AC8A58; }

.element-bottom {
  position: absolute;
  width: 30em;
  height: auto;
  right: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(40%); }

a {
  color: #AC8A58; }

.phonesection {
  display: none; }
  @media screen and (max-width: 39.9375em) {
    .phonesection {
      display: none; } }

.phonefixicon {
  display: none; }
  @media screen and (max-width: 39.9375em) {
    .phonefixicon {
      display: block; } }
  .phonefixicon a {
    color: white;
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 2.4em;
    height: 2.4em;
    font-size: 1.3em;
    border-radius: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #AC8A58;
    color: white;
    text-decoration: none; }
    .phonefixicon a:hover {
      opacity: .8; }

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