
/******* STYLES*****/
body {
  min-height: 200px;
}

body, h1, a, address {
  font-size: 15px;
}
.content {

    font-family: 'g', sans-serif;
    position: absolute;
    bottom: 0;
    padding-left: 2em;
    padding-bottom: 2em;
    color: #000;
    line-height: 1.4;

}
@media only screen and (min-width: 475px) {
  body, h1, a, address {
    font-size: 20px;
  }
  .content {
    padding-left: 4em;
    padding-bottom: 3em;
  }

}

h1 {
  font-weight: 700;
  margin-bottom: 0;

}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
}
address {
  margin-top: 1.5em;
  font-style: normal;
}
.telefon {
  margin-top: 1.5em;
  font-style: normal;
}

@font-face {
  font-family: "g";
  font-weight: 400;
  src: url("gr.woff") format("woff");
}
@font-face {
  font-family: "g";
  font-weight: 700;
  src: url("gs.woff") format("woff");
}
