@font-face {
  font-family: "Host Grotesk";
  src: url("/fonts/HostGrotesk-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900; /* gesamter Bereich */
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  font-size: 1.5em;
  padding: 0 2em;
  justify-content: space-between;
}

h1,
h2,
h3 {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

p {
  margin-bottom: 1em;
}

.red-bg {
  background-color: #ff4800;
}

main {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-big {
  max-width: 70vw;
  width: 70vw;
  margin-bottom: 1em;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
}

footer {
  margin-top: 2em;
  margin-bottom: 0;
  width: 100vw;
  background-color: #ff4800;
  text-align: center;
  padding: 1em;
  font-size: 0.7em;
}

header {
  width: 100vw;
  background-color: #ff4800;
  padding: 1em;
  text-align: center;
  margin-bottom: 1em;
}

.logo-small {
  height: 2em;
  max-width: 120px;
}
