@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Protest+Guerrilla&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
body, html {
  margin: 0;
  padding: 0;
  font-family: "Merriweather", serif;
  overflow-x: clip;
}

:root {
  scroll-behavior: smooth;
}

#head {
  transition: 1s all;
  opacity: 1;
}

.hidden {
  transition: 500ms all;
  opacity: 0 !important;
  pointer-events: none;
}

header {
  z-index: 999;
  position: sticky;
  top: 0;
  background-color: #fff;
  display: grid;
  place-items: center;
}

header > div {
  background-color: #fff;
  opacity: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  align-items: center;
  font-size: 14pt;
  justify-content: space-evenly;
}

header a {
  text-decoration: none;
  color: black;
  transition: 500ms all;
  width: -moz-fit-content;
  width: fit-content;
}

header a:hover {
  color: rgb(123, 123, 123);
}

@media (max-width: 985px) {
  header > div {
    width: 100vw;
    font-size: 12pt;
  }
}
@media (max-width: 820px) {
  #link {
    display: none;
  }
  header > div {
    justify-content: normal;
  }
}
footer {
  background-color: rgb(33, 33, 33);
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  display: grid;
  place-items: center;
  border-top: 20px solid rgb(253, 216, 29);
}

h3 {
  margin: 30px 0;
  margin-left: 80px;
  font-size: 3em;
}

footer > section {
  background-color: rgb(33, 33, 33);
  height: -moz-fit-content;
  height: fit-content;
  color: white;
  padding-bottom: 80px;
  width: 60vw;
  display: flex;
  flex-direction: column;
}

footer p {
  margin: 10px 0 10px 60px;
  font-size: 1.8em;
  line-height: 50px;
  display: flex;
  flex-direction: row;
  justify-items: center;
}

footer a {
  margin: 10px 0 10px 60px;
  font-size: 1.8em;
  line-height: 50px;
  display: flex;
  flex-direction: row;
  justify-items: center;
  text-decoration: none;
  color: #fff;
}

footer img {
  padding: 0 20px;
}

.f_span {
  font-size: 8pc;
  color: rgb(253, 216, 29);
  text-shadow: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0;
}

@media (max-width: 1870px) {
  footer > section {
    width: 60vw;
  }
}
@media (max-width: 1445px) {
  footer > section {
    width: 80vw;
  }
}
@media (max-width: 1200px) {
  footer > section {
    width: 100vw;
  }
  iframe {
    width: 100vw;
  }
  #btmtxt {
    width: 100vw;
  }
  footer p {
    margin-left: 0;
  }
  footer a {
    margin-left: 0;
  }
  h3 {
    margin-left: 10px;
  }
}
@media (max-width: 565px) {
  footer p {
    font-size: 1.2em;
  }
  #btmtxt {
    font-size: 6pt;
  }
  h3 {
    font-size: 2em;
  }
}
#kontaktbtn {
  position: fixed;
  bottom: 0;
  right: 30px;
  padding: 0 20px;
  background-color: rgb(37, 37, 37);
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  line-height: 60px;
  border-radius: 15px 15px 0 0;
}

#kontaktbtn a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

#menubtn {
  display: none;
  position: fixed;
  top: 20px;
  right: 10px;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  z-index: 1000;
  background: none;
  border: none;
}

#menubtn:hover {
  cursor: pointer;
}

#menubtn img {
  width: 30px;
}

@media (max-width: 820px) {
  #menubtn {
    display: block;
  }
}
#menu {
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  transition: 500ms all;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: start;
  z-index: 1001;
  height: 100%;
  width: 100%;
}

#menulink:first-of-type {
  margin-top: 60px;
}

#menulink {
  color: black;
  text-decoration: none;
  font-size: 1.5em;
  transition: 500ms all;
}

#menulink:hover {
  color: rgb(123, 123, 123);
}

#exit {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 2em;
  padding: 20px;
  background: none;
  border: none;
}

#exit:hover {
  cursor: pointer;
}

@media (max-width: 420px) {
  #menulink {
    font-size: 1em;
  }
}
@media (max-width: 840px) {
  #kontaktbtn {
    right: 0;
    border-radius: 15px 0 0 0;
  }
}/*# sourceMappingURL=main_style.css.map */