body, html, #flex {
  width: 100%;
  height: 100%;
}
body {
  background: #FFFFFF;
  color: #000;
  font-size: 16px;
  line-height: 1.3em;
  font-family: "brandon-grotesque", sans-serif;
  font-variant: common-ligatures;
  font-weight: 300;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #a5b5ad;
  transition: 0.25s ease-in-out all;
}
a:active, a:focus, a:visited {
  outline: none;
  -moz-outline-style: none;
}
#flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrap {
  text-align: center;
  max-width: 815px;
  width: 62%;
  transition: 0.5s ease-in-out all;
}
#NINA-HEINISCH-Logo {
  width: 100%;
}
#NINA-HEINISCH-kontakt {
  z-index: 999;
  margin-top: -3%;
}
.link {
  background: #a5b5ad;
  color: #fff;
  border: dotted 1px #a5b5ad;
  padding: 0px 20px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 34px;
  margin: 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  min-width: 110px;
}
.link:hover {
  background: #fff;
  color: #a5b5ad;
  transition: all 0.3s ease-in-out;
  text-decoration: none
}
#NINA-HEINISCH-Impressum {
  position: absolute;
  left: 24px;
  bottom: 24px;
  text-align: left;
}
#NINA-HEINISCH-Facebook {
  font-size: 16px;
}
#NINA-HEINISCH-Footer {
  font-size: 12px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: center;
}
#NINA-HEINISCH-Infos {
  position: absolute;
  left: -5000px;
  top: -5000px;
}
strong {
  font-weight: 700;
}
@media (max-width: 1080px) {
  #wrap {
    width: 70%;
    transition: 0.5s ease-in-out all;
  }
  #NINA-HEINISCH-kontakt, #NINA-HEINISCH-Impressum {
    position: absolute;
    left: 24px;
    bottom: 24px;
    font-size: 14px;
    transition: 0.5s ease-in-out all;
  }
  #NINA-HEINISCH-Impressum {
    text-align: left;
  }
  #NINA-HEINISCH-Footer {
    font-size: 11px;
  }
  .link {
    padding: 0px 20px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 30px;
    margin: 10px;
    display: inline-block;
    min-width: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 600px) {
  #wrap {
    width: 80%;
    transition: 0.5s ease-in-out all;
  }
  #NINA-HEINISCH-kontakt, #NINA-HEINISCH-Impressum {
    position: absolute;
    left: 24px;
    bottom: 24px;
    font-size: 12px;
    transition: 0.5s ease-in-out all;
  }
  #NINA-HEINISCH-Footer {
    right: 24px;
    bottom: 24px;
    font-size: 10px;
  }
  #NINA-HEINISCH-Impressum {
    text-align: left;
  }
}