*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
@font-face {
  font-family: 'KulturlichterLogo';
  src: url('files/KulturlichterLogo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Kulturlichter';
  src: url('files/Kulturlichter.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
  width: 100%;
  overflow-x: hidden;
  background-color: #5f7b7c;
  color: white;
}
html body {
  position: relative;
  background-color: #5f7b7c;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem;
  border: 0;
  color: white;
  font-family: adobe-garamond-pro, Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 18px;
}
html body .logo {
  font-family: KulturlichterLogo;
  font-size: 100px;
}
html body h1,
html body h2,
html body h3 {
  font-family: Kulturlichter;
  text-transform: uppercase;
  line-height: 1;
}
html body h1 {
  font-size: 90px;
}
html body a {
  color: currentColor;
}
html body .back {
  margin-top: 50px;
  font-family: Kulturlichter;
  font-size: 20px;
  padding: 8px 10px;
  background-color: white;
  border: 1px solid #51696a;
  text-decoration: none;
  color: #51696a;
  margin-top: 2rem;
  display: inline-block;
}
html body .back:hover {
  cursor: pointer;
}
html body form {
  margin: 100px 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
html body form .item {
  width: 100%;
  background-color: #e2e7e7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
}
html body form .item * {
  color: #51696a;
}
html body form .item input {
  display: none;
}
html body form .item span {
  font-size: 12px;
  font-weight: bolder;
}
html body form .item a {
  margin-bottom: auto;
}
html body form .item label {
  margin-top: 50px;
  font-family: Kulturlichter;
  font-size: 20px;
  padding: 8px 10px;
  background-color: white;
  border: 1px solid #51696a;
}
html body form .item label:hover {
  cursor: pointer;
}
@media (max-width: 800px) {
  html body {
    padding: 2rem;
  }
  html body h1 {
    font-size: 60px;
  }
  html body form {
    flex-direction: column;
  }
  html body form .item {
    width: 100%;
    background-color: #e2e7e7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
  }
  html body form .item * {
    color: #51696a;
  }
  html body form .item input {
    display: none;
  }
  html body form .item span {
    font-size: 12px;
    font-weight: bolder;
  }
  html body form .item a {
    margin-bottom: auto;
  }
  html body form .item label {
    margin-top: 50px;
    font-family: Kulturlichter;
    font-size: 20px;
    padding: 8px 10px;
    background-color: white;
    border: 1px solid #51696a;
  }
  html body form .item label:hover {
    cursor: pointer;
  }
}
/*# sourceMappingURL=index.css.map */