@font-face {
  font-family: "Grotex";
  src: url('https://hub.101.at/index_res/GrotexRegular.woff') format("woff2");
}
html,
body {
  width: 100%;
  /*height: 100%; overflow: hidden;*/
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: black;
  background: white;
}
body.bg {
  background-image: url('img/image.png');
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#main {
  width: 100%;
  /*width: 823px;
	margin: 0 auto;*/
  padding: 1.5em 2em;
  border: 0px solid silver;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 0.5em;
}
h1 {
  font-family: "Grotex", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-variant-numeric: tabular-nums;
  font-size: 30px;
}
h2 {
  font-size: 24px;
  margin-bottom: 0.9em;
}
h3 {
  margin-bottom: 0.7em;
}
a {
  color: black;
  text-decoration: none;
}
a.button {
  display: inline-block;
  padding: 10px;
}
.button {
  display: inline-block;
  padding: 0.2em 0.4em;
  margin: 0.8em 0;
  border: 1px solid black;
  border-radius: 0.2em;
  cursor: pointer;
  color: black;
}
.button:hover {
  border: 1px solid #655fff;
  color: #655fff;
}
.text p {
  margin-bottom: 1em;
}
.text p:last-child {
  margin-bottom: 0;
}
header {
  position: fixed;
  left: 0;
  width: 100%;
  margin-bottom: 1.5em;
  text-align: center;
}
main {
  padding-top: 3.6em;
}
section {
  margin-bottom: 2.2em;
}
section .section-content .text {
  margin-bottom: 2em;
}
.link-collection {
  margin-bottom: 2em;
}
.link-collection .link-group {
  margin-bottom: 1.3em;
}
.link-collection .link-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 350px));
  column-gap: 1em;
  row-gap: 1em;
  margin-bottom: 1em;
}
.link {
  padding: 0.5em 0.76em;
  border: 1px solid grey;
  border-radius: 0.2em;
}
.link a {
  display: inline-block;
}
.link .description {
  margin-top: 0.5em;
  font-size: 14px;
  color: grey;
}
