@font-face {
  font-family: "wortlaut";
  src: url("/src/fonts/wortlaut-regular.ttf") format("truetype");
}
::-webkit-scrollbar {
  display: none;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

p {
  font-size: 1.3rem;
}

a {
  text-decoration: none;
  font-size: 1.3rem;
}

li {
  list-style-type: none;
}

@media (min-width: 0px) and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  p {
    font-size: 1.1rem;
  }
  a {
    font-size: 1.1rem;
  }
}
* {
  font-family: "wortlaut";
  font-weight: bold;
  color: white;
  text-align: center;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 192px;
  background-color: black;
  padding: 130px 28px 80px 28px;
  margin: 0px;
}

.background {
  z-index: -13;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0.8;
}
.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 128px;
  max-width: 1300px;
}

.catalog {
  gap: 48px;
}
.catalog .item li {
  display: flex;
  flex-direction: column;
}
.catalog .item p {
  margin: 0px;
}
.catalog img {
  width: 256px;
  height: 256px;
  margin: 0px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .catalog {
    gap: 48px;
  }
  .catalog .item h2 {
    font-size: 1.2rem;
  }
  .catalog .item p {
    font-size: 1rem;
  }
  .catalog .item img {
    width: 128px;
    height: 128px;
  }
}
.hidden {
  display: none !important;
}

.noborder {
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.noborder img {
  box-shadow: none !important;
}

.item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.item h1,
.item p {
  max-width: 512px;
}
.item img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px;
  max-width: 100%;
  max-height: 288px;
  margin-bottom: 22px;
  box-shadow: 0px 0px 8px 8px rgba(255, 153, 0, 0.5);
}
.item a {
  transition-duration: 0.22s;
}
.item a:hover {
  scale: 1.1;
  background-color: #ff9900;
  box-shadow: 0px 0px 8px 8px rgb(255, 153, 0);
}
.item a {
  border-radius: 28px;
  padding: 8px 22px;
  background-color: rgba(255, 153, 0, 0.5);
  box-shadow: 0px 0px 8px 8px rgba(255, 153, 0, 0.5);
}
.item h2 {
  margin: 13px 0px 28px 0px;
}
.item p {
  margin: 13px 0px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .item img {
    max-width: 100%;
    max-height: 192px;
  }
}
.search {
  position: relative;
  width: 100%;
}
.search img {
  position: absolute;
  left: 16px;
  width: 47px;
  height: 47px;
  box-shadow: none;
  margin: 0px;
}

.kaart {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}
.kaart iframe {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

.kaart-feedback {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 10;
}

.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 22px;
  left: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1000;
  background-image: url("/src/images/moon.webp");
  background-size: contain;
  border-radius: 50%;
  box-shadow: 0px 0px 13px #fff;
  width: 96px;
  height: 96px;
  transition-duration: 0.33s;
}
.navigation:hover {
  scale: 1.11;
}
.navigation a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation img {
  width: 80px;
  height: 80px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .navigation {
    top: 13px;
    left: 13px;
  }
}
.legenda {
  z-index: 10;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
}
.legenda ul {
  display: flex;
  flex-direction: row;
  gap: 22px;
  background-color: rgba(0, 0, 0, 0);
  padding: 13px 22px 13px 22px;
  border-radius: 13px 13px 0px 0px;
  align-items: flex-start;
}
.legenda ul li {
  display: flex;
  align-items: center;
}
.legenda ul li img {
  max-width: 40px;
  max-height: 40px;
}
.legenda ul li p {
  font-size: 1.1rem;
  text-shadow: none;
  color: black;
}

@media (min-width: 0px) and (max-width: 768px) {
  .legenda {
    top: auto;
  }
  .legenda ul {
    flex-direction: row;
    gap: 13px;
    width: 100%;
    padding: 13px 0px 13px 0px;
    border-radius: 13px 13px 0px 0px;
    justify-content: center;
  }
  .legenda ul li {
    flex-direction: column;
  }
  .legenda ul li img {
    max-width: 32px;
    max-height: 32px;
  }
  .legenda ul li p {
    font-size: 0.8rem;
  }
  .navigation {
    top: 13px;
    right: 13px;
    width: 56px;
    height: 56px;
  }
  .navigation a {
    width: 56px;
    height: 56px;
  }
  .navigation img {
    width: 48px;
    height: 48px;
  }
}
.add {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  margin: 48px;
}
.add ol {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 0px;
  padding: 0px;
}
.add ol li {
  display: flex;
  gap: 13px;
  justify-content: space-between;
}
.add ol li label {
  color: #000;
}
.add ol li input {
  color: #000;
}/*# sourceMappingURL=style.css.map */